diff options
Diffstat (limited to 'bin/wasm.js')
-rw-r--r-- | bin/wasm.js | 27030 |
1 files changed, 16659 insertions, 10371 deletions
diff --git a/bin/wasm.js b/bin/wasm.js index af0b6b021..24cee1c05 100644 --- a/bin/wasm.js +++ b/bin/wasm.js @@ -41,12 +41,7 @@ if (ENVIRONMENT_IS_NODE) { if (!nodePath) nodePath = require("path"); filename = nodePath["normalize"](filename); var ret = nodeFS["readFileSync"](filename); - if (!ret && filename != nodePath["resolve"](filename)) { - filename = path.join(__dirname, "..", "src", filename); - ret = nodeFS["readFileSync"](filename); - } - if (ret && !binary) ret = ret.toString(); - return ret; + return binary ? ret : ret.toString(); }; Module["readBinary"] = function readBinary(filename) { var ret = Module["read"](filename, true); @@ -762,13 +757,12 @@ function demangle(func) { if (getValue(status, "i32") === 0 && ret) { return Pointer_stringify(ret); } - } catch (e) { - return func; - } finally { + } catch (e) {} finally { if (buf) _free(buf); if (status) _free(status); if (ret) _free(ret); } + return func; } Runtime.warnOnce("warning: build with -s DEMANGLE_SUPPORT=1 to link in libcxxabi demangling"); return func; @@ -794,10 +788,11 @@ function jsStackTrace() { return err.stack.toString(); } function stackTrace() { - return demangleAll(jsStackTrace()); + var js = jsStackTrace(); + if (Module["extraStackTrace"]) js += "\n" + Module["extraStackTrace"](); + return demangleAll(js); } Module["stackTrace"] = stackTrace; -var PAGE_SIZE = 4096; function alignMemoryPage(x) { if (x % 4096 > 0) { x += 4096 - x % 4096; @@ -1037,6 +1032,10 @@ if (!Math["clz32"]) Math["clz32"] = (function(x) { return 32; }); Math.clz32 = Math["clz32"]; +if (!Math["trunc"]) Math["trunc"] = (function(x) { + return x < 0 ? Math.ceil(x) : Math.floor(x); +}); +Math.trunc = Math["trunc"]; var Math_abs = Math.abs; var Math_cos = Math.cos; var Math_sin = Math.sin; @@ -1055,6 +1054,7 @@ var Math_imul = Math.imul; var Math_fround = Math.fround; var Math_min = Math.min; var Math_clz32 = Math.clz32; +var Math_trunc = Math.trunc; var runDependencies = 0; var runDependencyWatcher = null; var dependenciesFulfilled = null; @@ -1127,6 +1127,12 @@ var ASM_CONSTS = [ (function() { } }), (function() { { + Module["outside"]["extraStackTrace"] = (function() { + return Pointer_stringify(Module["_interpreter_stack_trace"]()); + }); + } +}), (function() { + { return Module["tempArguments"].length; } }), (function($0) { @@ -1267,8 +1273,8 @@ var ASM_CONSTS = [ (function() { abort("wasm trap: " + Pointer_stringify($0)); } }) ]; -function _emscripten_asm_const_ii(code, a0) { - return ASM_CONSTS[code](a0); +function _emscripten_asm_const_diiid(code, a0, a1, a2, a3) { + return ASM_CONSTS[code](a0, a1, a2, a3); } function _emscripten_asm_const_dii(code, a0, a1) { return ASM_CONSTS[code](a0, a1); @@ -1285,8 +1291,8 @@ function _emscripten_asm_const_iid(code, a0, a1) { function _emscripten_asm_const_diiii(code, a0, a1, a2, a3) { return ASM_CONSTS[code](a0, a1, a2, a3); } -function _emscripten_asm_const_diiid(code, a0, a1, a2, a3) { - return ASM_CONSTS[code](a0, a1, a2, a3); +function _emscripten_asm_const_ii(code, a0) { + return ASM_CONSTS[code](a0); } function _emscripten_asm_const_did(code, a0, a1) { return ASM_CONSTS[code](a0, a1); @@ -1304,7 +1310,7 @@ function _emscripten_asm_const_id(code, a0) { return ASM_CONSTS[code](a0); } STATIC_BASE = 8; -STATICTOP = STATIC_BASE + 48688; +STATICTOP = STATIC_BASE + 51600; __ATINIT__.push({ func: (function() { __GLOBAL__I_000101(); @@ -1353,11 +1359,16 @@ __ATINIT__.push({ func: (function() { __GLOBAL__sub_I_optimizer_shared_cpp(); }) +}, { + func: (function() { + __GLOBAL__sub_I_iostream_cpp(); + }) }); -allocate([ 148, 46, 0, 0, 34, 62, 0, 0, 188, 46, 0, 0, 209, 61, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 132, 61, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 74, 61, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 192, 63, 0, 0, 188, 46, 0, 0, 71, 63, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 210, 62, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 112, 62, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 70, 64, 0, 0, 184, 5, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 140, 64, 0, 0, 168, 5, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 239, 66, 0, 0, 160, 10, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 253, 68, 0, 0, 188, 46, 0, 0, 216, 68, 0, 0, 168, 0, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 240, 79, 0, 0, 188, 46, 0, 0, 115, 79, 0, 0, 192, 0, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 84, 81, 0, 0, 24, 6, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 213, 84, 0, 0, 188, 46, 0, 0, 81, 84, 0, 0, 232, 0, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 153, 88, 0, 0, 148, 46, 0, 0, 91, 89, 0, 0, 188, 46, 0, 0, 214, 88, 0, 0, 8, 1, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 178, 89, 0, 0, 188, 46, 0, 0, 239, 89, 0, 0, 8, 1, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 116, 90, 0, 0, 148, 46, 0, 0, 163, 95, 0, 0, 188, 46, 0, 0, 86, 95, 0, 0, 64, 1, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 237, 95, 0, 0, 188, 46, 0, 0, 116, 96, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 235, 96, 0, 0, 188, 46, 0, 0, 25, 97, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 46, 97, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 168, 1, 0, 0, 2, 0, 0, 0, 176, 1, 0, 0, 2, 4, 0, 0, 148, 46, 0, 0, 104, 97, 0, 0, 188, 46, 0, 0, 117, 97, 0, 0, 192, 1, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 157, 97, 0, 0, 208, 1, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 201, 97, 0, 0, 188, 46, 0, 0, 242, 97, 0, 0, 232, 1, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 45, 98, 0, 0, 248, 1, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 127, 98, 0, 0, 148, 46, 0, 0, 206, 98, 0, 0, 188, 46, 0, 0, 6, 99, 0, 0, 168, 1, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 22, 99, 0, 0, 40, 2, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 48, 99, 0, 0, 188, 46, 0, 0, 201, 102, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 59, 103, 0, 0, 188, 46, 0, 0, 185, 103, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 52, 104, 0, 0, 104, 2, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 77, 104, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 168, 1, 0, 0, 2, 0, 0, 0, 136, 2, 0, 0, 2, 4, 0, 0, 188, 46, 0, 0, 139, 104, 0, 0, 152, 2, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 183, 104, 0, 0, 168, 2, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 231, 104, 0, 0, 188, 46, 0, 0, 20, 105, 0, 0, 192, 2, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 83, 105, 0, 0, 208, 2, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 169, 105, 0, 0, 148, 46, 0, 0, 16, 106, 0, 0, 188, 46, 0, 0, 152, 106, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 21, 107, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 48, 107, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 168, 1, 0, 0, 2, 0, 0, 0, 32, 3, 0, 0, 2, 4, 0, 0, 188, 46, 0, 0, 112, 107, 0, 0, 48, 3, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 158, 107, 0, 0, 64, 3, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 208, 107, 0, 0, 188, 46, 0, 0, 255, 107, 0, 0, 88, 3, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 64, 108, 0, 0, 104, 3, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 152, 108, 0, 0, 148, 46, 0, 0, 237, 108, 0, 0, 188, 46, 0, 0, 117, 109, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 239, 109, 0, 0, 152, 3, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 7, 110, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 168, 1, 0, 0, 2, 0, 0, 0, 184, 3, 0, 0, 2, 4, 0, 0, 188, 46, 0, 0, 68, 110, 0, 0, 200, 3, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 111, 110, 0, 0, 216, 3, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 158, 110, 0, 0, 188, 46, 0, 0, 202, 110, 0, 0, 240, 3, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 8, 111, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 93, 111, 0, 0, 148, 46, 0, 0, 236, 111, 0, 0, 188, 46, 0, 0, 98, 112, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 220, 112, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 244, 112, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 168, 1, 0, 0, 2, 0, 0, 0, 80, 4, 0, 0, 2, 4, 0, 0, 188, 46, 0, 0, 49, 113, 0, 0, 96, 4, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 92, 113, 0, 0, 112, 4, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 139, 113, 0, 0, 188, 46, 0, 0, 183, 113, 0, 0, 136, 4, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 245, 113, 0, 0, 152, 4, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 74, 114, 0, 0, 148, 46, 0, 0, 156, 114, 0, 0, 188, 46, 0, 0, 7, 115, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 128, 115, 0, 0, 200, 4, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 151, 115, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 168, 1, 0, 0, 2, 0, 0, 0, 232, 4, 0, 0, 2, 4, 0, 0, 188, 46, 0, 0, 211, 115, 0, 0, 248, 4, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 253, 115, 0, 0, 8, 5, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 43, 116, 0, 0, 188, 46, 0, 0, 116, 116, 0, 0, 32, 5, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 177, 116, 0, 0, 48, 5, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 5, 117, 0, 0, 148, 46, 0, 0, 97, 117, 0, 0, 188, 46, 0, 0, 133, 132, 0, 0, 168, 5, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 195, 132, 0, 0, 168, 5, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 220, 132, 0, 0, 176, 5, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 244, 132, 0, 0, 176, 5, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 177, 133, 0, 0, 144, 5, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 219, 133, 0, 0, 188, 46, 0, 0, 237, 133, 0, 0, 144, 5, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 23, 134, 0, 0, 148, 46, 0, 0, 72, 134, 0, 0, 252, 46, 0, 0, 121, 134, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 128, 5, 0, 0, 3, 244, 255, 255, 252, 46, 0, 0, 168, 134, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 152, 5, 0, 0, 3, 244, 255, 255, 252, 46, 0, 0, 215, 134, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 128, 5, 0, 0, 3, 244, 255, 255, 252, 46, 0, 0, 6, 135, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 152, 5, 0, 0, 3, 244, 255, 255, 252, 46, 0, 0, 53, 135, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 184, 5, 0, 0, 2, 0, 0, 0, 232, 5, 0, 0, 2, 8, 0, 0, 188, 46, 0, 0, 101, 135, 0, 0, 72, 6, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 121, 135, 0, 0, 152, 10, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 143, 135, 0, 0, 72, 6, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 163, 135, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 136, 6, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 231, 135, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 160, 6, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 253, 135, 0, 0, 252, 46, 0, 0, 60, 136, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 200, 6, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 128, 136, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 160, 6, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 150, 136, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 218, 136, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 24, 7, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 240, 136, 0, 0, 252, 46, 0, 0, 23, 137, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 64, 7, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 91, 137, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 24, 7, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 113, 137, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 128, 7, 0, 0, 2, 0, 0, 0, 136, 7, 0, 0, 0, 8, 0, 0, 148, 46, 0, 0, 182, 137, 0, 0, 148, 46, 0, 0, 201, 137, 0, 0, 252, 46, 0, 0, 43, 139, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 128, 7, 0, 0, 2, 0, 0, 0, 184, 7, 0, 0, 0, 8, 0, 0, 148, 46, 0, 0, 112, 139, 0, 0, 252, 46, 0, 0, 146, 139, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 224, 7, 0, 0, 0, 8, 0, 0, 148, 46, 0, 0, 215, 139, 0, 0, 252, 46, 0, 0, 236, 139, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 224, 7, 0, 0, 0, 8, 0, 0, 252, 46, 0, 0, 49, 140, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 40, 8, 0, 0, 2, 0, 0, 0, 148, 46, 0, 0, 77, 140, 0, 0, 252, 46, 0, 0, 98, 140, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 40, 8, 0, 0, 2, 0, 0, 0, 252, 46, 0, 0, 126, 140, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 40, 8, 0, 0, 2, 0, 0, 0, 252, 46, 0, 0, 154, 140, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 40, 8, 0, 0, 2, 0, 0, 0, 252, 46, 0, 0, 182, 140, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 176, 8, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 252, 140, 0, 0, 252, 46, 0, 0, 36, 141, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 216, 8, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 106, 141, 0, 0, 252, 46, 0, 0, 142, 141, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 212, 141, 0, 0, 252, 46, 0, 0, 243, 141, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 40, 9, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 57, 142, 0, 0, 252, 46, 0, 0, 82, 142, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 80, 9, 0, 0, 2, 0, 0, 0, 148, 46, 0, 0, 103, 142, 0, 0, 252, 46, 0, 0, 127, 142, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 80, 9, 0, 0, 2, 0, 0, 0, 188, 46, 0, 0, 148, 142, 0, 0, 136, 9, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 182, 142, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 168, 9, 0, 0, 2, 0, 0, 0, 148, 46, 0, 0, 217, 142, 0, 0, 188, 46, 0, 0, 240, 142, 0, 0, 136, 9, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 19, 143, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 168, 9, 0, 0, 2, 0, 0, 0, 252, 46, 0, 0, 53, 143, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 168, 9, 0, 0, 2, 0, 0, 0, 252, 46, 0, 0, 87, 143, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 168, 9, 0, 0, 2, 0, 0, 0, 188, 46, 0, 0, 122, 143, 0, 0, 72, 6, 0, 0, 0, 0, 0, 0, 252, 46, 0, 0, 144, 143, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 80, 10, 0, 0, 2, 0, 0, 0, 148, 46, 0, 0, 162, 143, 0, 0, 252, 46, 0, 0, 183, 143, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 72, 6, 0, 0, 2, 0, 0, 0, 80, 10, 0, 0, 2, 0, 0, 0, 188, 46, 0, 0, 201, 143, 0, 0, 72, 6, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 222, 143, 0, 0, 72, 6, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 178, 144, 0, 0, 148, 46, 0, 0, 216, 145, 0, 0, 188, 46, 0, 0, 182, 145, 0, 0, 200, 10, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 99, 145, 0, 0, 168, 10, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 136, 145, 0, 0, 216, 10, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 169, 145, 0, 0, 188, 46, 0, 0, 158, 146, 0, 0, 160, 10, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 237, 146, 0, 0, 200, 10, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 201, 146, 0, 0, 240, 10, 0, 0, 0, 0, 0, 0, 188, 46, 0, 0, 15, 147, 0, 0, 168, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 104, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 196, 255, 255, 255, 196, 255, 255, 255, 120, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 100, 11, 0, 0, 156, 11, 0, 0, 176, 11, 0, 0, 120, 11, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 184, 5, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 196, 255, 255, 255, 196, 255, 255, 255, 184, 5, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 136, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 7, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 152, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 176, 0, 0, 0, 8, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 216, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 56, 0, 0, 0, 248, 255, 255, 255, 216, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 216, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 72, 12, 0, 0, 172, 12, 0, 0, 232, 12, 0, 0, 252, 12, 0, 0, 16, 13, 0, 0, 36, 13, 0, 0, 212, 12, 0, 0, 192, 12, 0, 0, 112, 12, 0, 0, 92, 12, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 24, 6, 0, 0, 25, 0, 0, 0, 26, 0, 0, 0, 56, 0, 0, 0, 248, 255, 255, 255, 24, 6, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 24, 6, 0, 0, 29, 0, 0, 0, 30, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 184, 5, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 184, 5, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 232, 5, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 200, 255, 255, 255, 200, 255, 255, 255, 232, 5, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 42, 174, 0, 0, 18, 178, 0, 0, 0, 0, 0, 0, 240, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 6, 0, 0, 0, 10, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 16, 1, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 8, 0, 0, 0, 11, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 40, 1, 0, 0, 39, 0, 0, 0, 43, 0, 0, 0, 10, 0, 0, 0, 12, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 72, 1, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 12, 0, 0, 0, 13, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, 7, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 96, 1, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 14, 0, 0, 0, 14, 0, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 15, 0, 0, 0, 8, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 120, 1, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 120, 1, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 216, 1, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 8, 2, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 2, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 48, 2, 0, 0, 51, 0, 0, 0, 65, 0, 0, 0, 17, 0, 0, 0, 21, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 18, 0, 0, 0, 9, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 0, 72, 2, 0, 0, 51, 0, 0, 0, 68, 0, 0, 0, 20, 0, 0, 0, 22, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 21, 0, 0, 0, 10, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 88, 2, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 2, 0, 0, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 88, 2, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 176, 2, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 26, 0, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 224, 2, 0, 0, 51, 0, 0, 0, 77, 0, 0, 0, 23, 0, 0, 0, 29, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 24, 0, 0, 0, 11, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 240, 2, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 2, 0, 0, 0, 7, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 240, 2, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 72, 3, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 120, 3, 0, 0, 51, 0, 0, 0, 86, 0, 0, 0, 26, 0, 0, 0, 36, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 27, 0, 0, 0, 12, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 136, 3, 0, 0, 89, 0, 0, 0, 90, 0, 0, 0, 2, 0, 0, 0, 8, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 136, 3, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 224, 3, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 0, 0, 0, 0, 16, 4, 0, 0, 51, 0, 0, 0, 95, 0, 0, 0, 29, 0, 0, 0, 43, 0, 0, 0, 96, 0, 0, 0, 97, 0, 0, 0, 30, 0, 0, 0, 13, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 32, 4, 0, 0, 98, 0, 0, 0, 99, 0, 0, 0, 2, 0, 0, 0, 9, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 32, 4, 0, 0, 100, 0, 0, 0, 101, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 120, 4, 0, 0, 102, 0, 0, 0, 103, 0, 0, 0, 47, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 168, 4, 0, 0, 51, 0, 0, 0, 104, 0, 0, 0, 32, 0, 0, 0, 50, 0, 0, 0, 105, 0, 0, 0, 106, 0, 0, 0, 33, 0, 0, 0, 14, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 184, 4, 0, 0, 107, 0, 0, 0, 108, 0, 0, 0, 2, 0, 0, 0, 10, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 184, 4, 0, 0, 109, 0, 0, 0, 110, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 53, 0, 0, 0, 0, 0, 0, 0, 16, 5, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 54, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 155, 117, 0, 0, 173, 117, 0, 0, 72, 17, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 18, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188, 17, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 7, 0, 0, 0, 26, 182, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188, 17, 0, 0, 52, 18, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 34, 186, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 192, 3, 0, 0, 192, 4, 0, 0, 192, 5, 0, 0, 192, 6, 0, 0, 192, 7, 0, 0, 192, 8, 0, 0, 192, 9, 0, 0, 192, 10, 0, 0, 192, 11, 0, 0, 192, 12, 0, 0, 192, 13, 0, 0, 192, 14, 0, 0, 192, 15, 0, 0, 192, 16, 0, 0, 192, 17, 0, 0, 192, 18, 0, 0, 192, 19, 0, 0, 192, 20, 0, 0, 192, 21, 0, 0, 192, 22, 0, 0, 192, 23, 0, 0, 192, 24, 0, 0, 192, 25, 0, 0, 192, 26, 0, 0, 192, 27, 0, 0, 192, 28, 0, 0, 192, 29, 0, 0, 192, 30, 0, 0, 192, 31, 0, 0, 192, 0, 0, 0, 179, 1, 0, 0, 195, 2, 0, 0, 195, 3, 0, 0, 195, 4, 0, 0, 195, 5, 0, 0, 195, 6, 0, 0, 195, 7, 0, 0, 195, 8, 0, 0, 195, 9, 0, 0, 195, 10, 0, 0, 195, 11, 0, 0, 195, 12, 0, 0, 195, 13, 0, 0, 211, 14, 0, 0, 195, 15, 0, 0, 195, 0, 0, 12, 187, 1, 0, 12, 195, 2, 0, 12, 195, 3, 0, 12, 195, 4, 0, 12, 211, 10, 0, 0, 0, 100, 0, 0, 0, 232, 3, 0, 0, 16, 39, 0, 0, 160, 134, 1, 0, 64, 66, 15, 0, 128, 150, 152, 0, 0, 225, 245, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 48, 0, 0, 8, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, 0, 26, 0, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 29, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 90, 0, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 95, 0, 0, 0, 96, 0, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 90, 0, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 125, 0, 0, 0, 126, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, 0, 26, 0, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 29, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 97, 0, 0, 0, 98, 0, 0, 0, 99, 0, 0, 0, 100, 0, 0, 0, 101, 0, 0, 0, 102, 0, 0, 0, 103, 0, 0, 0, 104, 0, 0, 0, 105, 0, 0, 0, 106, 0, 0, 0, 107, 0, 0, 0, 108, 0, 0, 0, 109, 0, 0, 0, 110, 0, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 113, 0, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 116, 0, 0, 0, 117, 0, 0, 0, 118, 0, 0, 0, 119, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 122, 0, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 95, 0, 0, 0, 96, 0, 0, 0, 97, 0, 0, 0, 98, 0, 0, 0, 99, 0, 0, 0, 100, 0, 0, 0, 101, 0, 0, 0, 102, 0, 0, 0, 103, 0, 0, 0, 104, 0, 0, 0, 105, 0, 0, 0, 106, 0, 0, 0, 107, 0, 0, 0, 108, 0, 0, 0, 109, 0, 0, 0, 110, 0, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 113, 0, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 116, 0, 0, 0, 117, 0, 0, 0, 118, 0, 0, 0, 119, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 122, 0, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 125, 0, 0, 0, 126, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 5, 0, 0, 113, 0, 0, 0, 114, 0, 0, 0, 57, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 15, 0, 0, 0, 3, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 80, 5, 0, 0, 113, 0, 0, 0, 115, 0, 0, 0, 58, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 38, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 39, 0, 0, 0, 4, 0, 0, 0, 17, 0, 0, 0, 11, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 96, 5, 0, 0, 116, 0, 0, 0, 117, 0, 0, 0, 59, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 13, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 19, 0, 0, 0, 14, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 112, 5, 0, 0, 116, 0, 0, 0, 118, 0, 0, 0, 60, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 44, 0, 0, 0, 41, 0, 0, 0, 13, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 21, 0, 0, 0, 15, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 5, 0, 0, 0, 7, 0, 0, 0, 11, 0, 0, 0, 13, 0, 0, 0, 17, 0, 0, 0, 19, 0, 0, 0, 23, 0, 0, 0, 29, 0, 0, 0, 31, 0, 0, 0, 37, 0, 0, 0, 41, 0, 0, 0, 43, 0, 0, 0, 47, 0, 0, 0, 53, 0, 0, 0, 59, 0, 0, 0, 61, 0, 0, 0, 67, 0, 0, 0, 71, 0, 0, 0, 73, 0, 0, 0, 79, 0, 0, 0, 83, 0, 0, 0, 89, 0, 0, 0, 97, 0, 0, 0, 101, 0, 0, 0, 103, 0, 0, 0, 107, 0, 0, 0, 109, 0, 0, 0, 113, 0, 0, 0, 127, 0, 0, 0, 131, 0, 0, 0, 137, 0, 0, 0, 139, 0, 0, 0, 149, 0, 0, 0, 151, 0, 0, 0, 157, 0, 0, 0, 163, 0, 0, 0, 167, 0, 0, 0, 173, 0, 0, 0, 179, 0, 0, 0, 181, 0, 0, 0, 191, 0, 0, 0, 193, 0, 0, 0, 197, 0, 0, 0, 199, 0, 0, 0, 211, 0, 0, 0, 1, 0, 0, 0, 11, 0, 0, 0, 13, 0, 0, 0, 17, 0, 0, 0, 19, 0, 0, 0, 23, 0, 0, 0, 29, 0, 0, 0, 31, 0, 0, 0, 37, 0, 0, 0, 41, 0, 0, 0, 43, 0, 0, 0, 47, 0, 0, 0, 53, 0, 0, 0, 59, 0, 0, 0, 61, 0, 0, 0, 67, 0, 0, 0, 71, 0, 0, 0, 73, 0, 0, 0, 79, 0, 0, 0, 83, 0, 0, 0, 89, 0, 0, 0, 97, 0, 0, 0, 101, 0, 0, 0, 103, 0, 0, 0, 107, 0, 0, 0, 109, 0, 0, 0, 113, 0, 0, 0, 121, 0, 0, 0, 127, 0, 0, 0, 131, 0, 0, 0, 137, 0, 0, 0, 139, 0, 0, 0, 143, 0, 0, 0, 149, 0, 0, 0, 151, 0, 0, 0, 157, 0, 0, 0, 163, 0, 0, 0, 167, 0, 0, 0, 169, 0, 0, 0, 173, 0, 0, 0, 179, 0, 0, 0, 181, 0, 0, 0, 187, 0, 0, 0, 191, 0, 0, 0, 193, 0, 0, 0, 197, 0, 0, 0, 199, 0, 0, 0, 209, 0, 0, 0, 0, 0, 0, 0, 144, 5, 0, 0, 119, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 168, 5, 0, 0, 113, 0, 0, 0, 121, 0, 0, 0, 7, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 39, 0, 0, 0, 4, 0, 0, 0, 17, 0, 0, 0, 3, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 176, 5, 0, 0, 116, 0, 0, 0, 122, 0, 0, 0, 61, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 13, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 21, 0, 0, 0, 14, 0, 0, 0, 20, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 184, 5, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 248, 255, 255, 255, 248, 255, 255, 255, 184, 5, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 208, 5, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 248, 255, 255, 255, 248, 255, 255, 255, 208, 5, 0, 0, 125, 0, 0, 0, 126, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 232, 5, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 252, 255, 255, 255, 252, 255, 255, 255, 232, 5, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 127, 0, 0, 0, 128, 0, 0, 0, 252, 255, 255, 255, 252, 255, 255, 255, 0, 6, 0, 0, 129, 0, 0, 0, 130, 0, 0, 0, 0, 0, 0, 0, 56, 6, 0, 0, 131, 0, 0, 0, 132, 0, 0, 0, 133, 0, 0, 0, 1, 0, 0, 0, 7, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 88, 6, 0, 0, 134, 0, 0, 0, 135, 0, 0, 0, 133, 0, 0, 0, 2, 0, 0, 0, 8, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 104, 6, 0, 0, 136, 0, 0, 0, 137, 0, 0, 0, 133, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 168, 6, 0, 0, 138, 0, 0, 0, 139, 0, 0, 0, 133, 0, 0, 0, 12, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 224, 6, 0, 0, 140, 0, 0, 0, 141, 0, 0, 0, 133, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 23, 0, 0, 0, 5, 0, 0, 0, 24, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 32, 7, 0, 0, 142, 0, 0, 0, 143, 0, 0, 0, 133, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 25, 0, 0, 0, 9, 0, 0, 0, 26, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 88, 7, 0, 0, 144, 0, 0, 0, 145, 0, 0, 0, 133, 0, 0, 0, 47, 0, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 29, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 1, 0, 0, 0, 248, 255, 255, 255, 88, 7, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 144, 7, 0, 0, 146, 0, 0, 0, 147, 0, 0, 0, 133, 0, 0, 0, 55, 0, 0, 0, 32, 0, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 2, 0, 0, 0, 248, 255, 255, 255, 144, 7, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 37, 0, 0, 0, 72, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 83, 0, 0, 0, 37, 0, 0, 0, 109, 0, 0, 0, 47, 0, 0, 0, 37, 0, 0, 0, 100, 0, 0, 0, 47, 0, 0, 0, 37, 0, 0, 0, 121, 0, 0, 0, 37, 0, 0, 0, 89, 0, 0, 0, 45, 0, 0, 0, 37, 0, 0, 0, 109, 0, 0, 0, 45, 0, 0, 0, 37, 0, 0, 0, 100, 0, 0, 0, 37, 0, 0, 0, 73, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 83, 0, 0, 0, 32, 0, 0, 0, 37, 0, 0, 0, 112, 0, 0, 0, 37, 0, 0, 0, 72, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 37, 0, 0, 0, 72, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 83, 0, 0, 0, 83, 0, 0, 0, 117, 0, 0, 0, 110, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 111, 0, 0, 0, 110, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 117, 0, 0, 0, 101, 0, 0, 0, 115, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 87, 0, 0, 0, 101, 0, 0, 0, 100, 0, 0, 0, 110, 0, 0, 0, 101, 0, 0, 0, 115, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 104, 0, 0, 0, 117, 0, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 114, 0, 0, 0, 105, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 97, 0, 0, 0, 116, 0, 0, 0, 117, 0, 0, 0, 114, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 117, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 111, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 117, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 87, 0, 0, 0, 101, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 104, 0, 0, 0, 117, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 114, 0, 0, 0, 105, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 97, 0, 0, 0, 116, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 97, 0, 0, 0, 110, 0, 0, 0, 117, 0, 0, 0, 97, 0, 0, 0, 114, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 101, 0, 0, 0, 98, 0, 0, 0, 114, 0, 0, 0, 117, 0, 0, 0, 97, 0, 0, 0, 114, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 97, 0, 0, 0, 114, 0, 0, 0, 99, 0, 0, 0, 104, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 112, 0, 0, 0, 114 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE); -allocate([ 105, 0, 0, 0, 108, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 117, 0, 0, 0, 110, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 117, 0, 0, 0, 108, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 117, 0, 0, 0, 103, 0, 0, 0, 117, 0, 0, 0, 115, 0, 0, 0, 116, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 101, 0, 0, 0, 112, 0, 0, 0, 116, 0, 0, 0, 101, 0, 0, 0, 109, 0, 0, 0, 98, 0, 0, 0, 101, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 99, 0, 0, 0, 116, 0, 0, 0, 111, 0, 0, 0, 98, 0, 0, 0, 101, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 111, 0, 0, 0, 118, 0, 0, 0, 101, 0, 0, 0, 109, 0, 0, 0, 98, 0, 0, 0, 101, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 101, 0, 0, 0, 99, 0, 0, 0, 101, 0, 0, 0, 109, 0, 0, 0, 98, 0, 0, 0, 101, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 97, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 101, 0, 0, 0, 98, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 97, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 112, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 117, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 117, 0, 0, 0, 108, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 117, 0, 0, 0, 103, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 101, 0, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 99, 0, 0, 0, 116, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 111, 0, 0, 0, 118, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 101, 0, 0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 97, 0, 0, 0, 32, 0, 0, 0, 37, 0, 0, 0, 98, 0, 0, 0, 32, 0, 0, 0, 37, 0, 0, 0, 100, 0, 0, 0, 32, 0, 0, 0, 37, 0, 0, 0, 72, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 83, 0, 0, 0, 32, 0, 0, 0, 37, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 73, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 83, 0, 0, 0, 32, 0, 0, 0, 37, 0, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 109, 0, 0, 0, 47, 0, 0, 0, 37, 0, 0, 0, 100, 0, 0, 0, 47, 0, 0, 0, 37, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 72, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 192, 7, 0, 0, 148, 0, 0, 0, 149, 0, 0, 0, 133, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 232, 7, 0, 0, 150, 0, 0, 0, 151, 0, 0, 0, 133, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 152, 0, 0, 0, 153, 0, 0, 0, 133, 0, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 65, 0, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 0, 0, 0, 0, 48, 8, 0, 0, 154, 0, 0, 0, 155, 0, 0, 0, 133, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 68, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 0, 0, 0, 0, 80, 8, 0, 0, 156, 0, 0, 0, 157, 0, 0, 0, 133, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 77, 0, 0, 0, 71, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 112, 8, 0, 0, 158, 0, 0, 0, 159, 0, 0, 0, 133, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 74, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 0, 0, 0, 0, 144, 8, 0, 0, 160, 0, 0, 0, 161, 0, 0, 0, 133, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 184, 8, 0, 0, 162, 0, 0, 0, 163, 0, 0, 0, 133, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 224, 8, 0, 0, 164, 0, 0, 0, 165, 0, 0, 0, 133, 0, 0, 0, 1, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 8, 9, 0, 0, 166, 0, 0, 0, 167, 0, 0, 0, 133, 0, 0, 0, 2, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 48, 9, 0, 0, 168, 0, 0, 0, 169, 0, 0, 0, 133, 0, 0, 0, 18, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 88, 9, 0, 0, 170, 0, 0, 0, 171, 0, 0, 0, 133, 0, 0, 0, 19, 0, 0, 0, 5, 0, 0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 120, 9, 0, 0, 172, 0, 0, 0, 173, 0, 0, 0, 133, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 12, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 176, 9, 0, 0, 172, 0, 0, 0, 174, 0, 0, 0, 133, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 12, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 224, 9, 0, 0, 175, 0, 0, 0, 176, 0, 0, 0, 133, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 13, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 14, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 32, 10, 0, 0, 177, 0, 0, 0, 178, 0, 0, 0, 133, 0, 0, 0, 0, 0, 0, 0, 48, 10, 0, 0, 179, 0, 0, 0, 180, 0, 0, 0, 133, 0, 0, 0, 23, 0, 0, 0, 20, 0, 0, 0, 24, 0, 0, 0, 21, 0, 0, 0, 25, 0, 0, 0, 1, 0, 0, 0, 22, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 120, 10, 0, 0, 181, 0, 0, 0, 182, 0, 0, 0, 133, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 136, 10, 0, 0, 183, 0, 0, 0, 184, 0, 0, 0, 133, 0, 0, 0, 83, 0, 0, 0, 84, 0, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 93, 0, 0, 0, 116, 0, 0, 0, 114, 0, 0, 0, 117, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 102, 0, 0, 0, 97, 0, 0, 0, 108, 0, 0, 0, 115, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 6, 0, 0, 172, 0, 0, 0, 185, 0, 0, 0, 133, 0, 0, 0, 0, 0, 0, 0, 88, 10, 0, 0, 172, 0, 0, 0, 186, 0, 0, 0, 133, 0, 0, 0, 23, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 26, 0, 0, 0, 24, 0, 0, 0, 27, 0, 0, 0, 25, 0, 0, 0, 28, 0, 0, 0, 5, 0, 0, 0, 26, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 192, 9, 0, 0, 172, 0, 0, 0, 187, 0, 0, 0, 133, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 17, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 18, 0, 0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 172, 0, 0, 0, 188, 0, 0, 0, 133, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 19, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 20, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 136, 9, 0, 0, 172, 0, 0, 0, 189, 0, 0, 0, 133, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 12, 0, 0, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 168, 10, 0, 0, 190, 0, 0, 0, 191, 0, 0, 0, 192, 0, 0, 0, 193, 0, 0, 0, 27, 0, 0, 0, 6, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 184, 10, 0, 0, 190, 0, 0, 0, 194, 0, 0, 0, 192, 0, 0, 0, 193, 0, 0, 0, 27, 0, 0, 0, 7, 0, 0, 0, 2, 0, 0, 0, 10, 0, 0, 0, 229, 145, 0, 0, 0, 0, 0, 0, 224, 10, 0, 0, 195, 0, 0, 0, 196, 0, 0, 0, 91, 0, 0, 0, 0, 0, 0, 0, 16, 11, 0, 0, 190, 0, 0, 0, 197, 0, 0, 0, 192, 0, 0, 0, 193, 0, 0, 0, 27, 0, 0, 0, 8, 0, 0, 0, 3, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 3, 32, 2, 32, 2, 32, 2, 32, 2, 32, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 1, 96, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 8, 213, 8, 213, 8, 213, 8, 213, 8, 213, 8, 213, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 8, 214, 8, 214, 8, 214, 8, 214, 8, 214, 8, 214, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 4, 192, 4, 192, 4, 192, 4, 192, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103, 108, 111, 98, 97, 108, 0, 78, 97, 78, 0, 73, 110, 102, 105, 110, 105, 116, 121, 0, 116, 111, 112, 109, 111, 115, 116, 0, 73, 110, 116, 56, 65, 114, 114, 97, 121, 0, 73, 110, 116, 49, 54, 65, 114, 114, 97, 121, 0, 73, 110, 116, 51, 50, 65, 114, 114, 97, 121, 0, 85, 105, 110, 116, 56, 65, 114, 114, 97, 121, 0, 85, 105, 110, 116, 49, 54, 65, 114, 114, 97, 121, 0, 85, 105, 110, 116, 51, 50, 65, 114, 114, 97, 121, 0, 70, 108, 111, 97, 116, 51, 50, 65, 114, 114, 97, 121, 0, 70, 108, 111, 97, 116, 54, 52, 65, 114, 114, 97, 121, 0, 105, 109, 112, 111, 115, 115, 105, 98, 108, 101, 45, 99, 111, 110, 116, 105, 110, 117, 101, 0, 77, 97, 116, 104, 0, 105, 109, 117, 108, 0, 99, 108, 122, 51, 50, 0, 102, 114, 111, 117, 110, 100, 0, 97, 115, 109, 50, 119, 97, 115, 109, 0, 102, 54, 52, 45, 114, 101, 109, 0, 102, 54, 52, 45, 116, 111, 45, 105, 110, 116, 0, 103, 108, 111, 98, 97, 108, 46, 77, 97, 116, 104, 0, 97, 115, 109, 50, 119, 97, 115, 109, 95, 105, 51, 50, 95, 116, 101, 109, 112, 0, 100, 101, 98, 117, 103, 103, 101, 114, 0, 95, 95, 103, 114, 111, 119, 87, 97, 115, 109, 77, 101, 109, 111, 114, 121, 0, 110, 101, 119, 83, 105, 122, 101, 0, 102, 117, 110, 99, 0, 114, 101, 115, 117, 108, 116, 0, 115, 101, 103, 109, 101, 110, 116, 0, 101, 120, 112, 111, 114, 116, 0, 105, 109, 112, 111, 114, 116, 0, 108, 111, 99, 97, 108, 0, 99, 97, 108, 108, 95, 105, 109, 112, 111, 114, 116, 0, 99, 97, 108, 108, 95, 105, 110, 100, 105, 114, 101, 99, 116, 0, 98, 114, 95, 105, 102, 0, 45, 105, 110, 102, 105, 110, 105, 116, 121, 0, 45, 110, 97, 110, 0, 117, 115, 101, 32, 97, 115, 109, 0, 98, 117, 102, 102, 101, 114, 0, 101, 110, 118, 0, 102, 97, 107, 101, 95, 114, 101, 116, 117, 114, 110, 95, 119, 97, 107, 97, 49, 50, 51, 0, 77, 97, 116, 104, 95, 105, 109, 117, 108, 0, 77, 97, 116, 104, 95, 99, 108, 122, 51, 50, 0, 77, 97, 116, 104, 95, 99, 116, 122, 51, 50, 0, 77, 97, 116, 104, 95, 112, 111, 112, 99, 110, 116, 51, 50, 0, 77, 97, 116, 104, 95, 97, 98, 115, 0, 77, 97, 116, 104, 95, 99, 101, 105, 108, 0, 77, 97, 116, 104, 95, 102, 108, 111, 111, 114, 0, 77, 97, 116, 104, 95, 116, 114, 117, 110, 99, 0, 77, 97, 116, 104, 95, 78, 69, 65, 82, 69, 83, 84, 0, 77, 97, 116, 104, 95, 115, 113, 114, 116, 0, 77, 97, 116, 104, 95, 109, 97, 120, 0, 77, 97, 116, 104, 95, 109, 105, 110, 0, 70, 85, 78, 67, 83, 73, 71, 36, 0, 97, 115, 116, 91, 48, 93, 32, 61, 61, 32, 84, 79, 80, 76, 69, 86, 69, 76, 0, 115, 114, 99, 47, 97, 115, 109, 50, 119, 97, 115, 109, 46, 104, 0, 112, 114, 111, 99, 101, 115, 115, 65, 115, 109, 0, 97, 115, 109, 70, 117, 110, 99, 116, 105, 111, 110, 91, 48, 93, 32, 61, 61, 32, 68, 69, 70, 85, 78, 0, 97, 108, 109, 111, 115, 116, 32, 97, 115, 109, 0, 98, 111, 100, 121, 91, 48, 93, 91, 48, 93, 32, 61, 61, 32, 83, 84, 65, 84, 32, 38, 38, 32, 98, 111, 100, 121, 91, 48, 93, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 83, 84, 82, 73, 78, 71, 32, 38, 38, 32, 40, 98, 111, 100, 121, 91, 48, 93, 91, 49, 93, 91, 49, 93, 45, 62, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 40, 41, 32, 61, 61, 32, 73, 83, 116, 114, 105, 110, 103, 40, 34, 117, 115, 101, 32, 97, 115, 109, 34, 41, 32, 124, 124, 32, 98, 111, 100, 121, 91, 48, 93, 91, 49, 93, 91, 49, 93, 45, 62, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 40, 41, 32, 61, 61, 32, 73, 83, 116, 114, 105, 110, 103, 40, 34, 97, 108, 109, 111, 115, 116, 32, 97, 115, 109, 34, 41, 41, 0, 118, 97, 108, 117, 101, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 49, 93, 32, 61, 61, 32, 79, 82, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 51, 93, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 51, 93, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 49, 93, 32, 61, 61, 32, 80, 76, 85, 83, 0, 105, 109, 112, 111, 114, 116, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 49, 93, 91, 49, 93, 32, 61, 61, 32, 77, 97, 116, 104, 95, 102, 114, 111, 117, 110, 100, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 50, 93, 91, 48, 93, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 50, 93, 91, 48, 93, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 48, 93, 32, 61, 61, 32, 67, 65, 76, 76, 0, 105, 110, 118, 97, 108, 105, 100, 32, 118, 105, 101, 119, 32, 105, 109, 112, 111, 114, 116, 0, 99, 111, 110, 115, 116, 114, 117, 99, 116, 111, 114, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 105, 110, 118, 97, 108, 105, 100, 32, 115, 104, 111, 114, 116, 32, 118, 105, 101, 119, 32, 105, 109, 112, 111, 114, 116, 0, 118, 105, 101, 119, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 61, 61, 32, 118, 105, 101, 119, 115, 46, 101, 110, 100, 40, 41, 0, 105, 110, 118, 97, 108, 105, 100, 32, 118, 97, 114, 32, 101, 108, 101, 109, 101, 110, 116, 0, 118, 97, 108, 117, 101, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 102, 117, 110, 99, 116, 105, 111, 110, 84, 97, 98, 108, 101, 83, 116, 97, 114, 116, 115, 46, 102, 105, 110, 100, 40, 116, 97, 98, 108, 101, 78, 97, 109, 101, 41, 32, 33, 61, 32, 102, 117, 110, 99, 116, 105, 111, 110, 84, 97, 98, 108, 101, 83, 116, 97, 114, 116, 115, 46, 101, 110, 100, 40, 41, 0, 10, 102, 117, 110, 99, 58, 32, 0, 99, 117, 114, 114, 91, 48, 93, 32, 61, 61, 32, 83, 84, 65, 84, 0, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 0, 99, 117, 114, 114, 91, 48, 93, 32, 61, 61, 32, 65, 83, 83, 73, 71, 78, 32, 38, 38, 32, 99, 117, 114, 114, 91, 50, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 98, 114, 101, 97, 107, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 32, 38, 38, 32, 99, 111, 110, 116, 105, 110, 117, 101, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 0, 112, 97, 114, 101, 110, 116, 76, 97, 98, 101, 108, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 119, 97, 115, 109, 0, 42, 114, 101, 116, 117, 114, 110, 58, 41, 42, 0, 109, 111, 100, 105, 102, 105, 101, 114, 32, 63, 32, 112, 111, 115, 105, 116, 105, 118, 101, 91, 52, 93, 32, 61, 61, 32, 39, 48, 39, 32, 38, 38, 32, 112, 111, 115, 105, 116, 105, 118, 101, 91, 53, 93, 32, 61, 61, 32, 39, 120, 39, 32, 58, 32, 49, 0, 115, 114, 99, 47, 112, 97, 114, 115, 105, 110, 103, 46, 104, 0, 112, 97, 114, 115, 101, 67, 111, 110, 115, 116, 0, 114, 101, 116, 45, 62, 118, 97, 108, 117, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 116, 121, 112, 101, 0, 97, 115, 109, 32, 112, 97, 114, 115, 105, 110, 103, 46, 46, 46, 10, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 112, 114, 111, 118, 105, 100, 101, 100, 84, 111, 116, 97, 108, 77, 101, 109, 111, 114, 121, 39, 93, 59, 32, 125, 0, 119, 97, 115, 109, 105, 110, 103, 46, 46, 46, 10, 0, 111, 112, 116, 105, 109, 105, 122, 105, 110, 103, 46, 46, 46, 10, 0, 109, 97, 112, 112, 105, 110, 103, 32, 103, 108, 111, 98, 97, 108, 115, 46, 46, 46, 10, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 108, 111, 111, 107, 117, 112, 73, 109, 112, 111, 114, 116, 39, 93, 40, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 44, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 49, 41, 41, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 61, 32, 36, 49, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 61, 32, 36, 49, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 54, 52, 39, 93, 91, 36, 48, 32, 62, 62, 32, 51, 93, 32, 61, 32, 36, 49, 32, 125, 0, 119, 97, 115, 109, 45, 115, 45, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 112, 97, 114, 115, 105, 110, 103, 46, 46, 46, 10, 0, 105, 110, 115, 116, 97, 110, 116, 105, 97, 116, 105, 110, 103, 32, 109, 111, 100, 117, 108, 101, 58, 32, 10, 0, 103, 101, 110, 101, 114, 97, 116, 105, 110, 103, 32, 101, 120, 112, 111, 114, 116, 115, 46, 46, 46, 10, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 97, 115, 109, 69, 120, 112, 111, 114, 116, 115, 39, 93, 32, 61, 32, 123, 125, 59, 32, 125, 0, 123, 32, 118, 97, 114, 32, 110, 97, 109, 101, 32, 61, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 97, 115, 109, 69, 120, 112, 111, 114, 116, 115, 39, 93, 91, 110, 97, 109, 101, 93, 32, 61, 32, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 32, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 32, 61, 32, 65, 114, 114, 97, 121, 46, 112, 114, 111, 116, 111, 116, 121, 112, 101, 46, 115, 108, 105, 99, 101, 46, 99, 97, 108, 108, 40, 97, 114, 103, 117, 109, 101, 110, 116, 115, 41, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 95, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 39, 93, 40, 36, 48, 41, 59, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 82, 101, 116, 117, 114, 110, 39, 93, 59, 32, 125, 59, 32, 125, 0, 99, 114, 101, 97, 116, 105, 110, 103, 32, 105, 110, 115, 116, 97, 110, 99, 101, 46, 46, 46, 10, 0, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 32, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 106, 115, 46, 99, 112, 112, 0, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 46, 108, 101, 110, 103, 116, 104, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 91, 36, 48, 93, 32, 125, 0, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 32, 114, 101, 116, 117, 114, 110, 105, 110, 103, 32, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 82, 101, 116, 117, 114, 110, 39, 93, 32, 61, 32, 117, 110, 100, 101, 102, 105, 110, 101, 100, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 82, 101, 116, 117, 114, 110, 39, 93, 32, 61, 32, 36, 48, 32, 125, 0, 115, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 105, 115, 116, 114, 105, 110, 103, 46, 104, 0, 73, 83, 116, 114, 105, 110, 103, 0, 105, 115, 83, 116, 114, 105, 110, 103, 40, 41, 0, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 0, 115, 105, 122, 101, 0, 105, 115, 78, 117, 109, 98, 101, 114, 40, 41, 0, 103, 101, 116, 78, 117, 109, 98, 101, 114, 0, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 61, 61, 32, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 101, 110, 100, 40, 41, 0, 97, 108, 108, 111, 99, 97, 116, 101, 71, 108, 111, 98, 97, 108, 0, 110, 101, 120, 116, 71, 108, 111, 98, 97, 108, 32, 60, 32, 109, 97, 120, 71, 108, 111, 98, 97, 108, 0, 105, 109, 112, 111, 114, 116, 101, 100, 91, 48, 93, 32, 61, 61, 32, 68, 79, 84, 0, 109, 111, 100, 117, 108, 101, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 77, 97, 116, 104, 95, 105, 109, 117, 108, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 99, 108, 122, 51, 50, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 102, 114, 111, 117, 110, 100, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 97, 98, 115, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 102, 108, 111, 111, 114, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 99, 101, 105, 108, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 115, 113, 114, 116, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 109, 111, 100, 117, 108, 101, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 103, 101, 116, 67, 83, 116, 114, 105, 110, 103, 0, 111, 112, 101, 114, 97, 110, 100, 115, 32, 38, 38, 32, 111, 112, 101, 114, 97, 110, 100, 115, 45, 62, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 103, 101, 116, 66, 117, 105, 108, 116, 105, 110, 70, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 0, 105, 105, 0, 102, 102, 0, 100, 100, 0, 34, 40, 110, 117, 108, 108, 41, 34, 0, 91, 93, 0, 110, 117, 108, 108, 0, 34, 58, 32, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 118, 69, 69, 0, 90, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 78, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 49, 48, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 69, 80, 78, 83, 95, 53, 66, 108, 111, 99, 107, 69, 69, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 90, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 78, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 49, 48, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 69, 80, 78, 83, 95, 53, 66, 108, 111, 99, 107, 69, 69, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 90, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 78, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 49, 48, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 69, 80, 78, 83, 95, 53, 66, 108, 111, 99, 107, 69, 69, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 90, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 78, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 49, 48, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 69, 80, 78, 83, 95, 53, 66, 108, 111, 99, 107, 69, 69, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 118, 69, 69, 0, 112, 97, 115, 115, 0, 115, 114, 99, 47, 112, 97, 115, 115, 46, 104, 0, 78, 83, 116, 51, 95, 95, 49, 49, 57, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 105, 110, 103, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 98, 117, 102, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 99, 69, 69, 69, 69, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 105, 51, 50, 0, 99, 97, 115, 116, 84, 111, 70, 51, 50, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 105, 54, 52, 0, 99, 97, 115, 116, 84, 111, 70, 54, 52, 0, 97, 115, 109, 50, 119, 97, 115, 109, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 32, 38, 38, 32, 115, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 80, 97, 114, 115, 101, 114, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 32, 38, 38, 32, 115, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 32, 38, 38, 32, 105, 110, 115, 116, 97, 110, 99, 101, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 0, 112, 114, 101, 112, 97, 114, 101, 50, 119, 97, 115, 109, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 33, 33, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 87, 65, 83, 77, 95, 74, 83, 95, 68, 69, 66, 85, 71, 39, 93, 32, 125, 0, 47, 47, 32, 69, 77, 83, 67, 82, 73, 80, 84, 69, 78, 95, 83, 84, 65, 82, 84, 95, 70, 85, 78, 67, 83, 0, 114, 101, 116, 117, 114, 110, 32, 116, 114, 117, 101, 59, 0, 102, 117, 110, 99, 116, 105, 111, 110, 32, 0, 115, 116, 114, 115, 116, 114, 40, 103, 114, 111, 119, 116, 104, 70, 117, 110, 99, 83, 116, 97, 114, 116, 32, 43, 32, 49, 44, 32, 34, 102, 117, 110, 99, 116, 105, 111, 110, 32, 34, 41, 32, 61, 61, 32, 48, 0, 112, 114, 111, 99, 101, 115, 115, 0, 103, 114, 111, 119, 116, 104, 70, 117, 110, 99, 69, 110, 100, 32, 62, 32, 103, 114, 111, 119, 116, 104, 70, 117, 110, 99, 83, 116, 97, 114, 116, 32, 43, 32, 53, 0, 59, 41, 0, 105, 110, 112, 117, 116, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 115, 45, 112, 97, 114, 115, 101, 114, 46, 104, 0, 112, 97, 114, 115, 101, 73, 110, 110, 101, 114, 76, 105, 115, 116, 0, 105, 110, 112, 117, 116, 91, 48, 93, 32, 61, 61, 32, 39, 41, 39, 0, 112, 97, 114, 115, 101, 0, 105, 115, 76, 105, 115, 116, 95, 0, 108, 105, 115, 116, 0, 32, 41, 0, 109, 111, 100, 117, 108, 101, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 77, 79, 68, 85, 76, 69, 0, 83, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 0, 33, 105, 115, 76, 105, 115, 116, 95, 0, 115, 116, 114, 0, 102, 117, 110, 99, 46, 105, 115, 76, 105, 115, 116, 40, 41, 0, 112, 97, 114, 115, 101, 84, 121, 112, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 55, 98, 97, 100, 95, 102, 117, 110, 99, 116, 105, 111, 110, 95, 99, 97, 108, 108, 69, 0, 114, 101, 115, 117, 108, 116, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 82, 69, 83, 85, 76, 84, 0, 112, 97, 114, 115, 101, 73, 109, 112, 111, 114, 116, 0, 98, 97, 100, 32, 109, 111, 100, 117, 108, 101, 32, 101, 108, 101, 109, 101, 110, 116, 32, 0, 112, 97, 114, 115, 101, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 0, 110, 97, 109, 101, 46, 115, 116, 114, 0, 97, 98, 111, 114, 116, 105, 110, 103, 32, 111, 110, 32, 0, 108, 101, 102, 116, 45, 62, 116, 121, 112, 101, 32, 33, 61, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 32, 38, 38, 32, 114, 105, 103, 104, 116, 45, 62, 116, 121, 112, 101, 32, 33, 61, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 32, 63, 32, 108, 101, 102, 116, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 114, 105, 103, 104, 116, 45, 62, 116, 121, 112, 101, 32, 58, 32, 116, 114, 117, 101, 0, 102, 105, 110, 97, 108, 105, 122, 101, 0, 101, 120, 116, 114, 97, 91, 49, 93, 32, 61, 61, 32, 39, 54, 39, 0, 109, 97, 107, 101, 76, 111, 97, 100, 0, 101, 120, 116, 114, 97, 91, 49, 93, 32, 61, 61, 32, 39, 50, 39, 0, 99, 95, 115, 116, 114, 0, 109, 97, 107, 101, 83, 116, 111, 114, 101, 0, 111, 102, 102, 115, 101, 116, 32, 60, 32, 108, 97, 98, 101, 108, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 0, 109, 97, 107, 101, 66, 114, 101, 97, 107, 0, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 77, 97, 112, 46, 102, 105, 110, 100, 40, 116, 121, 112, 101, 41, 32, 33, 61, 32, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 77, 97, 112, 46, 101, 110, 100, 40, 41, 0, 109, 97, 107, 101, 67, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 0, 108, 111, 111, 112, 45, 111, 117, 116, 0, 108, 111, 111, 112, 45, 105, 110, 0, 99, 117, 114, 114, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 67, 65, 83, 69, 0, 109, 97, 107, 101, 83, 119, 105, 116, 99, 104, 0, 99, 117, 114, 114, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 83, 69, 71, 77, 69, 78, 84, 0, 112, 97, 114, 115, 101, 77, 101, 109, 111, 114, 121, 0, 90, 49, 49, 105, 110, 115, 116, 97, 110, 116, 105, 97, 116, 101, 69, 49, 57, 74, 83, 69, 120, 116, 101, 114, 110, 97, 108, 73, 110, 116, 101, 114, 102, 97, 99, 101, 0, 78, 52, 119, 97, 115, 109, 49, 52, 77, 111, 100, 117, 108, 101, 73, 110, 115, 116, 97, 110, 99, 101, 49, 55, 69, 120, 116, 101, 114, 110, 97, 108, 73, 110, 116, 101, 114, 102, 97, 99, 101, 69, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 110, 101, 119, 66, 117, 102, 102, 101, 114, 39, 93, 32, 61, 32, 110, 101, 119, 32, 65, 114, 114, 97, 121, 66, 117, 102, 102, 101, 114, 40, 36, 48, 41, 59, 32, 125, 0, 123, 32, 118, 97, 114, 32, 115, 111, 117, 114, 99, 101, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 72, 69, 65, 80, 56, 39, 93, 46, 115, 117, 98, 97, 114, 114, 97, 121, 40, 36, 49, 44, 32, 36, 49, 32, 43, 32, 36, 50, 41, 59, 32, 118, 97, 114, 32, 116, 97, 114, 103, 101, 116, 32, 61, 32, 110, 101, 119, 32, 73, 110, 116, 56, 65, 114, 114, 97, 121, 40, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 110, 101, 119, 66, 117, 102, 102, 101, 114, 39, 93, 41, 59, 32, 116, 97, 114, 103, 101, 116, 46, 115, 101, 116, 40, 115, 111, 117, 114, 99, 101, 44, 32, 36, 48, 41, 59, 32, 125, 0, 99, 97, 108, 108, 105, 110, 103, 32, 105, 109, 112, 111, 114, 116, 32, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 32, 61, 32, 91, 93, 59, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 46, 112, 117, 115, 104, 40, 36, 48, 41, 32, 125, 0, 123, 32, 118, 97, 114, 32, 109, 111, 100, 32, 61, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 59, 32, 118, 97, 114, 32, 98, 97, 115, 101, 32, 61, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 49, 41, 59, 32, 118, 97, 114, 32, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 32, 61, 32, 110, 117, 108, 108, 59, 32, 118, 97, 114, 32, 108, 111, 111, 107, 117, 112, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 108, 111, 111, 107, 117, 112, 73, 109, 112, 111, 114, 116, 39, 93, 40, 109, 111, 100, 44, 32, 98, 97, 115, 101, 41, 59, 32, 114, 101, 116, 117, 114, 110, 32, 108, 111, 111, 107, 117, 112, 46, 97, 112, 112, 108, 121, 40, 110, 117, 108, 108, 44, 32, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 41, 59, 32, 125, 0, 99, 97, 108, 108, 105, 110, 103, 32, 105, 109, 112, 111, 114, 116, 32, 114, 101, 116, 117, 114, 110, 105, 110, 103, 32, 0, 123, 32, 118, 97, 114, 32, 97, 100, 100, 114, 32, 61, 32, 36, 48, 59, 32, 118, 97, 114, 32, 98, 121, 116, 101, 115, 32, 61, 32, 36, 49, 59, 32, 118, 97, 114, 32, 105, 115, 70, 108, 111, 97, 116, 32, 61, 32, 36, 50, 59, 32, 118, 97, 114, 32, 105, 115, 83, 105, 103, 110, 101, 100, 32, 61, 32, 36, 51, 59, 32, 118, 97, 114, 32, 115, 97, 118, 101, 48, 32, 61, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 59, 32, 118, 97, 114, 32, 115, 97, 118, 101, 49, 32, 61, 32, 72, 69, 65, 80, 51, 50, 91, 49, 93, 59, 32, 102, 111, 114, 32, 40, 118, 97, 114, 32, 105, 32, 61, 32, 48, 59, 32, 105, 32, 60, 32, 98, 121, 116, 101, 115, 59, 32, 105, 43, 43, 41, 32, 123, 32, 72, 69, 65, 80, 85, 56, 91, 105, 93, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 34, 105, 110, 102, 111, 34, 93, 46, 112, 97, 114, 101, 110, 116, 91, 34, 72, 69, 65, 80, 85, 56, 34, 93, 91, 97, 100, 100, 114, 32, 43, 32, 105, 93, 59, 32, 125, 32, 118, 97, 114, 32, 114, 101, 116, 59, 32, 105, 102, 32, 40, 33, 105, 115, 70, 108, 111, 97, 116, 41, 32, 123, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 49, 41, 32, 114, 101, 116, 32, 61, 32, 105, 115, 83, 105, 103, 110, 101, 100, 32, 63, 32, 72, 69, 65, 80, 56, 91, 48, 93, 32, 58, 32, 72, 69, 65, 80, 85, 56, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 50, 41, 32, 114, 101, 116, 32, 61, 32, 105, 115, 83, 105, 103, 110, 101, 100, 32, 63, 32, 72, 69, 65, 80, 49, 54, 91, 48, 93, 32, 58, 32, 72, 69, 65, 80, 85, 49, 54, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 52, 41, 32, 114, 101, 116, 32, 61, 32, 105, 115, 83, 105, 103, 110, 101, 100, 32, 63, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 32, 58, 32, 72, 69, 65, 80, 85, 51, 50, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 97, 98, 111, 114, 116, 40, 41, 59, 32, 125, 32, 101, 108, 115, 101, 32, 123, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 52, 41, 32, 114, 101, 116, 32, 61, 32, 72, 69, 65, 80, 70, 51, 50, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 56, 41, 32, 114, 101, 116, 32, 61, 32, 72, 69, 65, 80, 70, 54, 52, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 97, 98, 111, 114, 116, 40, 41, 59, 32, 125, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 32, 61, 32, 115, 97, 118, 101, 48, 59, 32, 72, 69, 65, 80, 51, 50, 91, 49, 93, 32, 61, 32, 115, 97, 118, 101, 49, 59, 32, 114, 101, 116, 117, 114, 110, 32, 114, 101, 116, 59, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 56, 39, 93, 91, 36, 48, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 85, 56, 39, 93, 91, 36, 48, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 49, 54, 39, 93, 91, 36, 48, 32, 62, 62, 32, 49, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 85, 49, 54, 39, 93, 91, 36, 48, 32, 62, 62, 32, 49, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 85, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 54, 52, 39, 93, 91, 36, 48, 32, 62, 62, 32, 51, 93, 32, 125, 0, 123, 32, 118, 97, 114, 32, 97, 100, 100, 114, 32, 61, 32, 36, 48, 59, 32, 118, 97, 114, 32, 98, 121, 116, 101, 115, 32, 61, 32, 36, 49, 59, 32, 118, 97, 114, 32, 105, 115, 70, 108, 111, 97, 116, 32, 61, 32, 36, 50, 59, 32, 118, 97, 114, 32, 118, 97, 108, 117, 101, 32, 61, 32, 36, 51, 59, 32, 118, 97, 114, 32, 115, 97, 118, 101, 48, 32, 61, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 59, 32, 118, 97, 114, 32, 115, 97, 118, 101, 49, 32, 61, 32, 72, 69, 65, 80, 51, 50, 91, 49, 93, 59, 32, 105, 102, 32, 40, 33, 105, 115, 70, 108, 111, 97, 116, 41, 32, 123, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 49, 41, 32, 72, 69, 65, 80, 85, 56, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 50, 41, 32, 72, 69, 65, 80, 85, 49, 54, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 52, 41, 32, 72, 69, 65, 80, 85, 51, 50, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 97, 98, 111, 114, 116, 40, 41, 59, 32, 125, 32, 101, 108, 115, 101, 32, 123, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 52, 41, 32, 72, 69, 65, 80, 70, 51, 50, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 56, 41, 32, 72, 69, 65, 80, 70, 54, 52, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 97, 98, 111, 114, 116, 40, 41, 59, 32, 125, 32, 102, 111, 114, 32, 40, 118, 97, 114, 32, 105, 32, 61, 32, 48, 59, 32, 105, 32, 60, 32, 98, 121, 116, 101, 115, 59, 32, 105, 43, 43, 41, 32, 123, 32, 77, 111, 100, 117, 108, 101, 91, 34, 105, 110, 102, 111, 34, 93, 46, 112, 97, 114, 101, 110, 116, 91, 34, 72, 69, 65, 80, 85, 56, 34, 93, 91, 97, 100, 100, 114, 32, 43, 32, 105, 93, 32, 61, 32, 72, 69, 65, 80, 85, 56, 91, 105, 93, 59, 32, 125, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 32, 61, 32, 115, 97, 118, 101, 48, 59, 32, 72, 69, 65, 80, 51, 50, 91, 49, 93, 32, 61, 32, 115, 97, 118, 101, 49, 59, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 56, 39, 93, 91, 36, 48, 93, 32, 61, 32, 36, 49, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 49, 54, 39, 93, 91, 36, 48, 32, 62, 62, 32, 49, 93, 32, 61, 32, 36, 49, 32, 125, 0, 103, 101, 116, 105, 54, 52, 0, 123, 32, 118, 97, 114, 32, 115, 105, 122, 101, 32, 61, 32, 36, 48, 59, 32, 118, 97, 114, 32, 98, 117, 102, 102, 101, 114, 59, 32, 116, 114, 121, 32, 123, 32, 98, 117, 102, 102, 101, 114, 32, 61, 32, 110, 101, 119, 32, 65, 114, 114, 97, 121, 66, 117, 102, 102, 101, 114, 40, 115, 105, 122, 101, 41, 59, 32, 125, 32, 99, 97, 116, 99, 104, 40, 101, 41, 32, 123, 32, 114, 101, 116, 117, 114, 110, 59, 32, 125, 32, 118, 97, 114, 32, 111, 108, 100, 72, 69, 65, 80, 56, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 72, 69, 65, 80, 56, 39, 93, 59, 32, 118, 97, 114, 32, 116, 101, 109, 112, 32, 61, 32, 110, 101, 119, 32, 73, 110, 116, 56, 65, 114, 114, 97, 121, 40, 98, 117, 102, 102, 101, 114, 41, 59, 32, 116, 101, 109, 112, 46, 115, 101, 116, 40, 111, 108, 100, 72, 69, 65, 80, 56, 41, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 98, 117, 102, 102, 101, 114, 39, 93, 32, 61, 32, 98, 117, 102, 102, 101, 114, 59, 32, 125, 0, 123, 32, 97, 98, 111, 114, 116, 40, 34, 119, 97, 115, 109, 32, 116, 114, 97, 112, 58, 32, 34, 32, 43, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 41, 59, 32, 125, 0, 115, 116, 97, 99, 107, 32, 108, 105, 109, 105, 116, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 105, 110, 116, 101, 114, 112, 114, 101, 116, 101, 114, 46, 104, 0, 99, 97, 108, 108, 70, 117, 110, 99, 116, 105, 111, 110, 0, 33, 102, 108, 111, 119, 46, 98, 114, 101, 97, 107, 105, 110, 103, 40, 41, 32, 124, 124, 32, 102, 108, 111, 119, 46, 98, 114, 101, 97, 107, 84, 111, 32, 61, 61, 32, 82, 69, 84, 85, 82, 78, 95, 70, 76, 79, 87, 0, 102, 117, 110, 99, 116, 105, 111, 110, 45, 62, 114, 101, 115, 117, 108, 116, 32, 61, 61, 32, 114, 101, 116, 46, 116, 121, 112, 101, 0, 70, 117, 110, 99, 116, 105, 111, 110, 32, 96, 0, 96, 32, 101, 120, 112, 101, 99, 116, 115, 32, 0, 32, 112, 97, 114, 97, 109, 101, 116, 101, 114, 115, 44, 32, 103, 111, 116, 32, 0, 32, 97, 114, 103, 117, 109, 101, 110, 116, 115, 46, 0, 96, 32, 101, 120, 112, 101, 99, 116, 115, 32, 116, 121, 112, 101, 32, 0, 32, 102, 111, 114, 32, 112, 97, 114, 97, 109, 101, 116, 101, 114, 32, 0, 44, 32, 103, 111, 116, 32, 0, 110, 111, 110, 101, 0, 90, 78, 52, 119, 97, 115, 109, 49, 52, 77, 111, 100, 117, 108, 101, 73, 110, 115, 116, 97, 110, 99, 101, 49, 50, 99, 97, 108, 108, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 55, 73, 83, 116, 114, 105, 110, 103, 69, 82, 78, 83, 116, 51, 95, 95, 49, 54, 118, 101, 99, 116, 111, 114, 73, 78, 83, 95, 55, 76, 105, 116, 101, 114, 97, 108, 69, 78, 83, 51, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 53, 95, 69, 69, 69, 69, 69, 49, 54, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 82, 117, 110, 110, 101, 114, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 90, 78, 83, 95 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 10240); -allocate([ 49, 52, 77, 111, 100, 117, 108, 101, 73, 110, 115, 116, 97, 110, 99, 101, 49, 50, 99, 97, 108, 108, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 55, 73, 83, 116, 114, 105, 110, 103, 69, 82, 78, 83, 116, 51, 95, 95, 49, 54, 118, 101, 99, 116, 111, 114, 73, 78, 83, 95, 55, 76, 105, 116, 101, 114, 97, 108, 69, 78, 83, 52, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 69, 69, 69, 49, 54, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 82, 117, 110, 110, 101, 114, 78, 83, 95, 52, 70, 108, 111, 119, 69, 69, 69, 0, 99, 97, 115, 101, 73, 110, 100, 101, 120, 32, 60, 32, 99, 117, 114, 114, 45, 62, 99, 97, 115, 101, 115, 46, 115, 105, 122, 101, 40, 41, 0, 118, 105, 115, 105, 116, 83, 119, 105, 116, 99, 104, 0, 99, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 58, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 99, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 58, 32, 98, 97, 100, 32, 116, 121, 112, 101, 0, 102, 108, 111, 119, 46, 118, 97, 108, 117, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 116, 121, 112, 101, 0, 118, 105, 115, 105, 116, 83, 101, 116, 76, 111, 99, 97, 108, 0, 111, 102, 102, 115, 101, 116, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 102, 105, 110, 97, 108, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 98, 121, 116, 101, 115, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 104, 105, 103, 104, 101, 115, 116, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 58, 32, 0, 32, 62, 32, 0, 78, 83, 116, 51, 95, 95, 49, 49, 56, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 99, 69, 69, 69, 69, 0, 101, 120, 116, 101, 110, 100, 84, 111, 83, 73, 54, 52, 0, 101, 120, 116, 101, 110, 100, 84, 111, 85, 73, 54, 52, 0, 116, 114, 117, 110, 99, 97, 116, 101, 84, 111, 73, 51, 50, 0, 116, 114, 117, 110, 99, 83, 70, 108, 111, 97, 116, 32, 111, 102, 32, 110, 97, 110, 0, 105, 51, 50, 46, 116, 114, 117, 110, 99, 83, 70, 108, 111, 97, 116, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 116, 114, 117, 110, 99, 85, 70, 108, 111, 97, 116, 32, 111, 102, 32, 110, 97, 110, 0, 105, 54, 52, 46, 116, 114, 117, 110, 99, 85, 70, 108, 111, 97, 116, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 102, 51, 50, 0, 99, 97, 115, 116, 84, 111, 73, 51, 50, 0, 101, 120, 116, 101, 110, 100, 84, 111, 70, 54, 52, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 102, 54, 52, 0, 99, 97, 115, 116, 84, 111, 73, 54, 52, 0, 116, 114, 117, 110, 99, 97, 116, 101, 84, 111, 70, 51, 50, 0, 108, 101, 102, 116, 46, 116, 121, 112, 101, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 108, 101, 102, 116, 45, 62, 116, 121, 112, 101, 0, 118, 105, 115, 105, 116, 66, 105, 110, 97, 114, 121, 0, 114, 105, 103, 104, 116, 46, 116, 121, 112, 101, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 114, 105, 103, 104, 116, 45, 62, 116, 121, 112, 101, 0, 105, 51, 50, 46, 100, 105, 118, 95, 115, 32, 98, 121, 32, 48, 0, 105, 51, 50, 46, 100, 105, 118, 95, 115, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 105, 51, 50, 46, 100, 105, 118, 95, 117, 32, 98, 121, 32, 48, 0, 105, 51, 50, 46, 114, 101, 109, 95, 115, 32, 98, 121, 32, 48, 0, 105, 51, 50, 46, 114, 101, 109, 95, 117, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 100, 105, 118, 95, 115, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 100, 105, 118, 95, 115, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 105, 54, 52, 46, 100, 105, 118, 95, 117, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 114, 101, 109, 95, 115, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 114, 101, 109, 95, 117, 32, 98, 121, 32, 48, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 100, 101, 108, 116, 97, 32, 110, 111, 116, 32, 109, 117, 108, 116, 105, 112, 108, 101, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 100, 101, 108, 116, 97, 32, 114, 101, 108, 97, 116, 105, 118, 101, 108, 121, 32, 116, 111, 111, 32, 98, 105, 103, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 100, 101, 108, 116, 97, 32, 111, 98, 106, 101, 99, 116, 105, 118, 101, 108, 121, 32, 116, 111, 111, 32, 98, 105, 103, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 101, 120, 99, 101, 101, 100, 115, 32, 109, 97, 120, 0, 99, 97, 108, 108, 69, 120, 112, 111, 114, 116, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100, 0, 46, 99, 111, 110, 115, 116, 32, 0, 58, 48, 120, 0, 45, 48, 0, 37, 108, 102, 0, 100, 32, 62, 61, 32, 48, 0, 110, 117, 109, 84, 111, 83, 116, 114, 105, 110, 103, 0, 48, 120, 37, 108, 108, 120, 0, 37, 108, 108, 117, 0, 37, 108, 108, 120, 0, 37, 101, 0, 37, 46, 48, 102, 0, 110, 117, 109, 32, 60, 32, 49, 48, 48, 48, 0, 103, 101, 116, 105, 51, 50, 0, 103, 101, 116, 102, 51, 50, 0, 103, 101, 116, 102, 54, 52, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 49, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 70, 80, 78, 83, 50, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 83, 53, 95, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 80, 78, 52, 119, 97, 115, 109, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 69, 69, 0, 97, 116, 58, 32, 0, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 33, 61, 32, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 101, 110, 100, 40, 41, 0, 116, 97, 114, 103, 101, 116, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 118, 105, 101, 119, 115, 46, 102, 105, 110, 100, 40, 104, 101, 97, 112, 41, 32, 33, 61, 32, 118, 105, 101, 119, 115, 46, 101, 110, 100, 40, 41, 0, 99, 111, 110, 102, 117, 115, 105, 110, 103, 32, 97, 115, 115, 105, 103, 110, 0, 100, 100, 100, 0, 118, 0, 116, 97, 114, 103, 101, 116, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 114, 101, 116, 45, 62, 108, 101, 102, 116, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 114, 101, 116, 45, 62, 114, 105, 103, 104, 116, 45, 62, 116, 121, 112, 101, 0, 98, 97, 100, 32, 117, 110, 97, 114, 121, 0, 97, 115, 116, 91, 50, 93, 45, 62, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 50, 0, 97, 115, 116, 91, 50, 93, 45, 62, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 99, 111, 110, 102, 117, 115, 105, 110, 103, 32, 102, 114, 111, 117, 110, 100, 32, 116, 97, 114, 103, 101, 116, 0, 116, 97, 114, 103, 101, 116, 91, 48, 93, 32, 61, 61, 32, 83, 85, 66, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 50, 93, 91, 48, 93, 32, 61, 61, 32, 66, 73, 78, 65, 82, 89, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 50, 93, 91, 49, 93, 32, 61, 61, 32, 65, 78, 68, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 50, 93, 91, 51, 93, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 0, 102, 117, 110, 99, 116, 105, 111, 110, 45, 62, 114, 101, 115, 117, 108, 116, 32, 61, 61, 32, 116, 121, 112, 101, 0, 98, 114, 101, 97, 107, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 99, 111, 110, 116, 105, 110, 117, 101, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 119, 104, 105, 108, 101, 45, 111, 117, 116, 0, 119, 104, 105, 108, 101, 45, 105, 110, 0, 100, 111, 45, 111, 110, 99, 101, 0, 100, 111, 45, 111, 117, 116, 0, 100, 111, 45, 105, 110, 0, 102, 111, 114, 45, 111, 117, 116, 0, 102, 111, 114, 45, 105, 110, 0, 114, 101, 116, 45, 62, 118, 97, 108, 117, 101, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 105, 51, 50, 0, 99, 111, 110, 100, 105, 116, 105, 111, 110, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 32, 124, 124, 32, 99, 111, 110, 100, 105, 116, 105, 111, 110, 91, 48, 93, 32, 61, 61, 32, 85, 78, 65, 82, 89, 95, 80, 82, 69, 70, 73, 88, 0, 115, 119, 105, 116, 99, 104, 45, 100, 101, 102, 97, 117, 108, 116, 0, 105, 110, 100, 101, 120, 32, 62, 61, 32, 109, 105, 110, 0, 105, 110, 100, 101, 120, 32, 62, 61, 32, 48, 0, 115, 119, 105, 116, 99, 104, 45, 99, 97, 115, 101, 0, 99, 111, 110, 102, 117, 115, 105, 110, 103, 32, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 0, 98, 97, 100, 32, 119, 97, 115, 109, 32, 98, 105, 110, 97, 114, 121, 32, 111, 112, 0, 102, 97, 108, 115, 101, 32, 38, 38, 32, 34, 101, 120, 112, 101, 99, 116, 101, 100, 32, 115, 105, 103, 110, 101, 100, 32, 111, 114, 32, 117, 110, 115, 105, 103, 110, 101, 100, 32, 105, 110, 116, 51, 50, 34, 0, 99, 104, 101, 99, 107, 76, 105, 116, 101, 114, 97, 108, 0, 100, 101, 116, 101, 99, 116, 65, 115, 109, 84, 121, 112, 101, 0, 97, 115, 116, 91, 48, 93, 32, 61, 61, 32, 67, 65, 76, 76, 32, 38, 38, 32, 97, 115, 116, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 110, 111, 116, 101, 73, 109, 112, 111, 114, 116, 101, 100, 70, 117, 110, 99, 116, 105, 111, 110, 67, 97, 108, 108, 0, 116, 121, 112, 101, 36, 0, 108, 97, 98, 101, 108, 36, 98, 114, 101, 97, 107, 36, 0, 108, 97, 98, 101, 108, 36, 99, 111, 110, 116, 105, 110, 117, 101, 36, 0, 102, 109, 111, 100, 40, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 44, 32, 49, 41, 32, 61, 61, 32, 48, 0, 103, 101, 116, 73, 110, 116, 101, 103, 101, 114, 0, 100, 111, 117, 98, 108, 101, 40, 114, 101, 116, 41, 32, 61, 61, 32, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 49, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 50, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 70, 80, 78, 83, 50, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 83, 53, 95, 106, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 80, 78, 52, 119, 97, 115, 109, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 106, 69, 69, 69, 0, 98, 97, 100, 32, 112, 114, 111, 99, 101, 115, 115, 85, 110, 115, 104, 105, 102, 116, 101, 100, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 50, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 51, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 70, 80, 78, 83, 50, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 83, 53, 95, 106, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 51, 0, 59, 0, 112, 117, 115, 104, 95, 98, 97, 99, 107, 0, 103, 101, 116, 65, 114, 114, 97, 121, 0, 115, 114, 99, 32, 62, 32, 115, 116, 97, 114, 116, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 112, 97, 114, 115, 101, 114, 46, 104, 0, 70, 114, 97, 103, 0, 115, 116, 114, 99, 109, 112, 40, 115, 116, 114, 46, 115, 116, 114, 44, 32, 115, 116, 97, 114, 116, 41, 32, 61, 61, 32, 48, 0, 102, 114, 97, 103, 32, 112, 97, 114, 115, 105, 110, 103, 0, 37, 115, 58, 10, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 10, 0, 10, 10, 0, 110, 97, 109, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 83, 69, 80, 65, 82, 65, 84, 79, 82, 32, 38, 38, 32, 110, 97, 109, 101, 46, 115, 116, 114, 91, 48, 93, 32, 61, 61, 32, 39, 40, 39, 0, 112, 97, 114, 115, 101, 70, 117, 110, 99, 116, 105, 111, 110, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 40, 39, 0, 97, 114, 103, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 0, 102, 117, 110, 99, 91, 48, 93, 32, 61, 61, 32, 68, 69, 70, 85, 78, 0, 97, 112, 112, 101, 110, 100, 65, 114, 103, 117, 109, 101, 110, 116, 84, 111, 70, 117, 110, 99, 116, 105, 111, 110, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 123, 39, 0, 112, 97, 114, 115, 101, 66, 114, 97, 99, 107, 101, 116, 101, 100, 66, 108, 111, 99, 107, 0, 59, 125, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 125, 39, 0, 110, 97, 109, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 0, 112, 97, 114, 115, 101, 86, 97, 114, 0, 59, 44, 0, 118, 97, 114, 91, 48, 93, 32, 61, 61, 32, 86, 65, 82, 0, 97, 112, 112, 101, 110, 100, 84, 111, 86, 97, 114, 0, 104, 97, 115, 67, 104, 97, 114, 40, 115, 101, 112, 115, 44, 32, 42, 115, 114, 99, 41, 0, 112, 97, 114, 115, 101, 82, 101, 116, 117, 114, 110, 0, 112, 97, 114, 115, 101, 80, 97, 114, 101, 110, 110, 101, 100, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 41, 39, 0, 110, 101, 120, 116, 46, 116, 121, 112, 101, 32, 61, 61, 32, 75, 69, 89, 87, 79, 82, 68, 32, 38, 38, 32, 110, 101, 120, 116, 46, 115, 116, 114, 32, 61, 61, 32, 87, 72, 73, 76, 69, 0, 112, 97, 114, 115, 101, 68, 111, 0, 112, 97, 114, 115, 101, 83, 119, 105, 116, 99, 104, 0, 118, 97, 108, 117, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 79, 80, 69, 82, 65, 84, 79, 82, 0, 118, 97, 108, 117, 101, 46, 115, 116, 114, 32, 61, 61, 32, 77, 73, 78, 85, 83, 0, 118, 97, 108, 117, 101, 50, 46, 105, 115, 78, 117, 109, 98, 101, 114, 40, 41, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 58, 39, 0, 115, 119, 105, 116, 99, 104, 95, 91, 48, 93, 32, 61, 61, 32, 83, 87, 73, 84, 67, 72, 0, 97, 112, 112, 101, 110, 100, 67, 97, 115, 101, 84, 111, 83, 119, 105, 116, 99, 104, 0, 97, 112, 112, 101, 110, 100, 68, 101, 102, 97, 117, 108, 116, 84, 111, 83, 119, 105, 116, 99, 104, 0, 97, 112, 112, 101, 110, 100, 67, 111, 100, 101, 84, 111, 83, 119, 105, 116, 99, 104, 0, 99, 111, 100, 101, 91, 48, 93, 32, 61, 61, 32, 66, 76, 79, 67, 75, 0, 98, 97, 99, 107, 0, 112, 97, 114, 115, 101, 70, 111, 114, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 59, 39, 0, 112, 97, 114, 115, 101, 67, 97, 108, 108, 0, 44, 41, 0, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 80, 97, 114, 116, 115, 83, 116, 97, 99, 107, 46, 98, 97, 99, 107, 40, 41, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 0, 99, 97, 108, 108, 91, 48, 93, 32, 61, 61, 32, 67, 65, 76, 76, 0, 97, 112, 112, 101, 110, 100, 84, 111, 67, 97, 108, 108, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 91, 39, 0, 112, 97, 114, 115, 101, 73, 110, 100, 101, 120, 105, 110, 103, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 93, 39, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 46, 39, 0, 112, 97, 114, 115, 101, 68, 111, 116, 116, 105, 110, 103, 0, 107, 101, 121, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 0, 98, 97, 100, 32, 112, 97, 114, 115, 101, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 115, 116, 97, 116, 101, 0, 105, 32, 60, 32, 40, 105, 110, 116, 41, 112, 97, 114, 116, 115, 46, 115, 105, 122, 101, 40, 41, 45, 49, 32, 38, 38, 32, 105, 32, 62, 61, 32, 51, 0, 112, 97, 114, 115, 101, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 0, 112, 97, 114, 116, 115, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 105, 115, 78, 111, 100, 101, 0, 103, 101, 116, 78, 111, 100, 101, 0, 33, 105, 115, 78, 111, 100, 101, 0, 103, 101, 116, 79, 112, 0, 107, 101, 121, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 109, 97, 107, 101, 68, 111, 116, 0, 112, 97, 114, 115, 101, 65, 102, 116, 101, 114, 80, 97, 114, 101, 110, 0, 42, 115, 114, 99, 0, 112, 97, 114, 115, 101, 65, 102, 116, 101, 114, 66, 114, 97, 99, 101, 0, 44, 93, 0, 97, 114, 114, 97, 121, 91, 48, 93, 32, 61, 61, 32, 65, 82, 82, 65, 89, 0, 97, 112, 112, 101, 110, 100, 84, 111, 65, 114, 114, 97, 121, 0, 112, 97, 114, 115, 101, 65, 102, 116, 101, 114, 67, 117, 114, 108, 121, 0, 107, 101, 121, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 32, 124, 124, 32, 107, 101, 121, 46, 116, 121, 112, 101, 32, 61, 61, 32, 83, 84, 82, 73, 78, 71, 0, 44, 125, 0, 97, 114, 114, 97, 121, 91, 48, 93, 32, 61, 61, 32, 79, 66, 74, 69, 67, 84, 0, 97, 112, 112, 101, 110, 100, 84, 111, 79, 98, 106, 101, 99, 116, 0, 98, 108, 111, 99, 107, 91, 48, 93, 32, 61, 61, 32, 66, 76, 79, 67, 75, 0, 97, 112, 112, 101, 110, 100, 84, 111, 66, 108, 111, 99, 107, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 49, 54, 108, 111, 97, 100, 95, 115, 95, 101, 120, 112, 114, 50, 119, 97, 115, 109, 69, 51, 36, 95, 52, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 50, 95, 69, 69, 70, 118, 118, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 118, 118, 69, 69, 69, 0, 101, 114, 114, 111, 114, 32, 105, 110, 32, 112, 97, 114, 115, 105, 110, 103, 32, 115, 45, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 115, 32, 116, 111, 32, 119, 97, 115, 109, 10, 0, 90, 49, 54, 108, 111, 97, 100, 95, 115, 95, 101, 120, 112, 114, 50, 119, 97, 115, 109, 69, 51, 36, 95, 52, 0, 112, 97, 115, 115, 73, 110, 102, 111, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 61, 61, 32, 112, 97, 115, 115, 73, 110, 102, 111, 115, 46, 101, 110, 100, 40, 41, 0, 115, 114, 99, 47, 112, 97, 115, 115, 46, 99, 112, 112, 0, 114, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 0, 109, 101, 114, 103, 101, 45, 98, 108, 111, 99, 107, 115, 0, 109, 101, 114, 103, 101, 115, 32, 98, 108, 111, 99, 107, 115, 32, 116, 111, 32, 116, 104, 101, 105, 114, 32, 112, 97, 114, 101, 110, 116, 115, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 80, 78, 52, 119, 97, 115, 109, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 52, 80, 97, 115, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 78, 52, 119, 97, 115, 109, 55, 80, 114, 105, 110, 116, 101, 114, 69, 0, 78, 52, 119, 97, 115, 109, 49, 54, 80, 114, 105, 110, 116, 83, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 54, 80, 114, 105, 110, 116, 83, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 118, 69, 69, 0, 109, 111, 100, 117, 108, 101, 0, 27, 91, 51, 49, 109, 0, 27, 91, 49, 109, 0, 27, 91, 51, 53, 109, 0, 27, 91, 48, 109, 0, 32, 32, 0, 109, 101, 109, 111, 114, 121, 0, 10, 32, 32, 0, 41, 10, 0, 10, 32, 32, 32, 32, 40, 115, 101, 103, 109, 101, 110, 116, 32, 0, 32, 34, 0, 34, 41, 0, 92, 110, 0, 92, 48, 100, 0, 92, 116, 0, 92, 48, 99, 0, 92, 48, 56, 0, 92, 92, 0, 92, 34, 0, 92, 39, 0, 115, 116, 97, 114, 116, 0, 116, 121, 112, 101, 0, 32, 40, 102, 117, 110, 99, 0, 112, 97, 114, 97, 109, 0, 27, 91, 51, 51, 109, 0, 114, 101, 115, 117, 108, 116, 32, 0, 41, 41, 0, 105, 109, 112, 111, 114, 116, 32, 0, 27, 91, 51, 50, 109, 0, 101, 120, 112, 111, 114, 116, 32, 0, 116, 97, 98, 108, 101, 0, 102, 117, 110, 99, 32, 0, 32, 40, 116, 121, 112, 101, 32, 0, 112, 97, 114, 97, 109, 32, 0, 108, 111, 99, 97, 108, 32, 0, 105, 102, 95, 101, 108, 115, 101, 0, 108, 111, 111, 112, 0, 99, 117, 114, 114, 45, 62, 105, 110, 46, 105, 115, 40, 41, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 80, 114, 105, 110, 116, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 76, 111, 111, 112, 0, 98, 114, 95, 105, 102, 32, 0, 98, 114, 32, 0, 116, 97, 98, 108, 101, 115, 119, 105, 116, 99, 104, 32, 0, 40, 116, 97, 98, 108, 101, 0, 98, 114, 0, 10, 0, 99, 97, 115, 101, 32, 0, 99, 97, 108, 108, 32, 0, 99, 97, 108, 108, 95, 105, 109, 112, 111, 114, 116, 32, 0, 99, 97, 108, 108, 95, 105, 110, 100, 105, 114, 101, 99, 116, 32, 0, 103, 101, 116, 95, 108, 111, 99, 97, 108, 32, 0, 115, 101, 116, 95, 108, 111, 99, 97, 108, 32, 0, 46, 108, 111, 97, 100, 0, 49, 54, 0, 51, 50, 0, 95, 115, 0, 95, 117, 0, 32, 111, 102, 102, 115, 101, 116, 61, 0, 32, 97, 108, 105, 103, 110, 61, 0, 46, 115, 116, 111, 114, 101, 0, 99, 108, 122, 0, 99, 116, 122, 0, 112, 111, 112, 99, 110, 116, 0, 110, 101, 103, 0, 97, 98, 115, 0, 99, 101, 105, 108, 0, 102, 108, 111, 111, 114, 0, 116, 114, 117, 110, 99, 0, 110, 101, 97, 114, 101, 115, 116, 0, 115, 113, 114, 116, 0, 101, 120, 116, 101, 110, 100, 95, 115, 47, 105, 51, 50, 0, 101, 120, 116, 101, 110, 100, 95, 117, 47, 105, 51, 50, 0, 119, 114, 97, 112, 47, 105, 54, 52, 0, 116, 114, 117, 110, 99, 95, 115, 47, 102, 51, 50, 0, 116, 114, 117, 110, 99, 95, 117, 47, 102, 51, 50, 0, 116, 114, 117, 110, 99, 95, 115, 47, 102, 54, 52, 0, 116, 114, 117, 110, 99, 95, 117, 47, 102, 54, 52, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 47, 0, 102, 54, 52, 0, 102, 51, 50, 0, 99, 111, 110, 118, 101, 114, 116, 95, 117, 47, 105, 51, 50, 0, 99, 111, 110, 118, 101, 114, 116, 95, 115, 47, 105, 51, 50, 0, 99, 111, 110, 118, 101, 114, 116, 95, 117, 47, 105, 54, 52, 0, 99, 111, 110, 118, 101, 114, 116, 95, 115, 47, 105, 54, 52, 0, 112, 114, 111, 109, 111, 116, 101, 47, 102, 51, 50, 0, 100, 101, 109, 111, 116, 101, 47, 102, 54, 52, 0, 105, 54, 52, 0, 105, 51, 50, 0, 97, 100, 100, 0, 109, 117, 108, 0, 100, 105, 118, 95, 115, 0, 100, 105, 118, 95, 117, 0, 114, 101, 109, 95, 115, 0, 114, 101, 109, 95, 117, 0, 97, 110, 100, 0, 111, 114, 0, 120, 111, 114, 0, 115, 104, 108, 0, 115, 104, 114, 95, 117, 0, 115, 104, 114, 95, 115, 0, 100, 105, 118, 0, 99, 111, 112, 121, 115, 105, 103, 110, 0, 109, 105, 110, 0, 109, 97, 120, 0, 101, 113, 0, 110, 101, 0, 108, 116, 95, 115, 0, 108, 116, 95, 117, 0, 108, 101, 95, 115, 0, 108, 101, 95, 117, 0, 103, 116, 95, 115, 0, 103, 116, 95, 117, 0, 103, 101, 95, 115, 0, 103, 101, 95, 117, 0, 108, 116, 0, 108, 101, 0, 103, 116, 0, 103, 101, 0, 46, 115, 101, 108, 101, 99, 116, 0, 112, 97, 103, 101, 115, 105, 122, 101, 0, 109, 101, 109, 111, 114, 121, 95, 115, 105, 122, 101, 0, 103, 114, 111, 119, 95, 109, 101, 109, 111, 114, 121, 0, 104, 97, 115, 102, 101, 97, 116, 117, 114, 101, 32, 0, 110, 111, 112, 0, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 112, 114, 105, 110, 116, 0, 112, 114, 105, 110, 116, 32, 105, 110, 32, 115, 45, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 102, 111, 114, 109, 97, 116, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 55, 80, 114, 105, 110, 116, 101, 114, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 55, 80, 114, 105, 110, 116, 101, 114, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 114, 101, 109, 111, 118, 101, 45, 117, 110, 117, 115, 101, 100, 45, 98, 114, 115, 0, 114, 101, 109, 111, 118, 101, 115, 32, 98, 114, 101, 97, 107, 115, 32, 102, 114, 111, 109, 32, 108, 111, 99, 97, 116, 105, 111, 110, 115, 32, 116, 104, 97, 116, 32, 97, 114, 101, 32, 110, 101, 118, 101, 114, 32, 98, 114, 97, 110, 99, 104, 101, 100, 32, 116, 111, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 95, 105, 100, 32, 61, 61, 32, 84, 40, 41, 46, 95, 105, 100, 0, 99, 97, 115, 116, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 114, 101, 109, 111, 118, 101, 45, 117, 110, 117, 115, 101, 100, 45, 110, 97, 109, 101, 115, 0, 114, 101, 109, 111, 118, 101, 115, 32, 110, 97, 109, 101, 115, 32, 102, 114, 111, 109, 32, 108, 111, 99, 97, 116, 105, 111, 110, 115, 32, 116, 104, 97, 116, 32, 97, 114, 101, 32, 110, 101, 118, 101, 114, 32, 98, 114, 97, 110, 99, 104, 101, 100, 32, 116, 111, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 112, 111, 115, 116, 45, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 0, 109, 105, 115, 99, 101, 108, 108, 97, 110, 101, 111, 117, 115, 32, 111, 112, 116, 105, 109, 105, 122, 97, 116, 105, 111, 110, 115, 32, 102, 111, 114, 32, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 103, 101, 110, 101, 114, 97, 116, 101, 100, 32, 99, 111, 100, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 97, 100, 100, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 105, 51, 50, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 77, 101, 109, 111, 114, 121, 79, 112, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 115, 105, 109, 112, 108, 105, 102, 121, 45, 108, 111, 99, 97, 108, 115, 0, 109, 105, 115, 99, 101, 108, 108, 97, 110, 101, 111, 117, 115, 32, 108, 111, 99, 97, 108, 115, 45, 114, 101, 108, 97, 116, 101, 100, 32, 111, 112, 116, 105, 109, 105, 122, 97, 116, 105, 111, 110, 115, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 114, 101, 111, 114, 100, 101, 114, 45, 108, 111, 99, 97, 108, 115, 0, 115, 111, 114, 116, 115, 32, 108, 111, 99, 97, 108, 115, 32, 98, 121, 32, 97, 99, 99, 101, 115, 115, 32, 102, 114, 101, 113, 117, 101, 110, 99, 121, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 33, 114, 101, 112, 108, 97, 99, 101, 0, 115, 114, 99, 47, 119, 97, 115, 109, 46, 104, 0, 115, 116, 97, 114, 116, 87, 97, 108, 107, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 99, 117, 114, 114, 0, 118, 105, 115, 105, 116, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 43, 45, 42, 47, 37, 60, 62, 38, 94, 124, 126, 61, 33, 44, 63, 58, 46, 0, 40, 91, 59, 123, 125, 0, 116, 111, 112, 108, 101, 118, 101, 108, 0, 100, 101, 102, 117, 110, 0, 98, 108, 111, 99, 107, 0, 115, 116, 97, 116, 0, 97, 115, 115, 105, 103, 110, 0, 110, 97, 109, 101, 0, 118, 97, 114, 0, 99, 111, 110, 115, 116, 0, 99, 111, 110, 100, 105, 116, 105, 111, 110, 97, 108, 0, 98, 105, 110, 97, 114, 121, 0, 114, 101, 116, 117, 114, 110, 0, 105, 102, 0, 101, 108, 115, 101, 0, 119, 104, 105, 108, 101, 0, 100, 111, 0, 102, 111, 114, 0, 115, 101, 113, 0, 115, 117, 98, 0, 99, 97, 108, 108, 0, 110, 117, 109, 0, 108, 97, 98, 101, 108, 0, 98, 114, 101, 97, 107, 0, 99, 111, 110, 116, 105, 110, 117, 101, 0, 115, 119, 105, 116, 99, 104, 0, 115, 116, 114, 105, 110, 103, 0, 116, 101, 109, 112, 82, 101, 116, 48, 0, 117, 110, 97, 114, 121, 45, 112, 114, 101, 102, 105, 120, 0, 117, 110, 97, 114, 121, 45, 112, 111, 115, 116, 102, 105, 120, 0, 77, 97, 116, 104, 95, 102, 114, 111, 117, 110, 100, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 51, 50, 120, 52, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 54, 52, 120, 50, 0, 83, 73, 77, 68, 95, 73, 110, 116, 56, 120, 49, 54, 0, 83, 73, 77, 68, 95, 73, 110, 116, 49, 54, 120, 56, 0, 83, 73, 77, 68, 95, 73, 110, 116, 51, 50, 120, 52, 0, 62, 62, 62, 0, 116, 101, 109, 112, 68, 111, 117, 98, 108, 101, 80, 116, 114, 0, 72, 69, 65, 80, 56, 0, 72, 69, 65, 80, 49, 54, 0, 72, 69, 65, 80, 51, 50, 0, 72, 69, 65, 80, 70, 51, 50, 0, 72, 69, 65, 80, 85, 56, 0, 72, 69, 65, 80, 85, 49, 54, 0, 72, 69, 65, 80, 85, 51, 50, 0, 72, 69, 65, 80, 70, 54, 52, 0, 102, 48, 0, 102, 117, 110, 99, 116, 105, 111, 110, 0, 91, 0, 123, 0, 125, 0, 63, 0, 58, 0, 99, 97, 115, 101, 0, 100, 101, 102, 97, 117, 108, 116, 0, 100, 111, 116, 0, 110, 101, 119, 0, 97, 114, 114, 97, 121, 0, 111, 98, 106, 101, 99, 116, 0, 118, 97, 114, 32, 99, 111, 110, 115, 116, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 105, 102, 32, 101, 108, 115, 101, 32, 100, 111, 32, 119, 104, 105, 108, 101, 32, 102, 111, 114, 32, 98, 114, 101, 97, 107, 32, 99, 111, 110, 116, 105, 110, 117, 101, 32, 114, 101, 116, 117, 114, 110, 32, 115, 119, 105, 116, 99, 104, 32, 99, 97, 115, 101, 32, 100, 101, 102, 97, 117, 108, 116, 32, 116, 104, 114, 111, 119, 32, 116, 114, 121, 32, 99, 97, 116, 99, 104, 32, 102, 105, 110, 97, 108, 108, 121, 32, 116, 114, 117, 101, 32, 102, 97, 108, 115, 101, 32, 110, 117, 108, 108, 32, 110, 101, 119, 0, 33, 32, 126, 32, 43, 32, 45, 0, 42, 32, 47, 32, 37, 0, 43, 32, 45, 0, 60, 60, 32, 62, 62, 32, 62, 62, 62, 0, 60, 32, 60, 61, 32, 62, 32, 62, 61, 0, 61, 61, 32, 33, 61, 0, 63, 32, 58, 0, 97, 115, 115, 105, 103, 110, 32, 99, 97, 108, 108, 32, 98, 105, 110, 97, 114, 121, 32, 117, 110, 97, 114, 121, 45, 112 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 20480); -allocate([ 114, 101, 102, 105, 120, 32, 110, 97, 109, 101, 32, 110, 117, 109, 32, 99, 111, 110, 100, 105, 116, 105, 111, 110, 97, 108, 32, 100, 111, 116, 32, 110, 101, 119, 32, 115, 117, 98, 32, 115, 101, 113, 32, 115, 116, 114, 105, 110, 103, 32, 111, 98, 106, 101, 99, 116, 32, 97, 114, 114, 97, 121, 0, 105, 115, 65, 114, 114, 97, 121, 40, 41, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 115, 105, 109, 112, 108, 101, 95, 97, 115, 116, 46, 104, 0, 83, 73, 77, 68, 95, 73, 110, 116, 56, 120, 49, 54, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 73, 110, 116, 49, 54, 120, 56, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 73, 110, 116, 51, 50, 120, 52, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 51, 50, 120, 52, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 54, 52, 120, 50, 95, 99, 104, 101, 99, 107, 0, 110, 111, 100, 101, 91, 49, 93, 32, 61, 61, 32, 65, 83, 77, 95, 70, 76, 79, 65, 84, 95, 90, 69, 82, 79, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 111, 112, 116, 105, 109, 105, 122, 101, 114, 45, 115, 104, 97, 114, 101, 100, 46, 99, 112, 112, 0, 100, 101, 116, 101, 99, 116, 84, 121, 112, 101, 0, 110, 111, 100, 101, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 105, 115, 85, 73, 110, 116, 101, 103, 101, 114, 51, 50, 40, 120, 41, 0, 115, 114, 99, 47, 115, 117, 112, 112, 111, 114, 116, 47, 115, 97, 102, 101, 95, 105, 110, 116, 101, 103, 101, 114, 46, 99, 112, 112, 0, 116, 111, 85, 73, 110, 116, 101, 103, 101, 114, 51, 50, 0, 105, 115, 83, 73, 110, 116, 101, 103, 101, 114, 51, 50, 40, 120, 41, 0, 116, 111, 83, 73, 110, 116, 101, 103, 101, 114, 51, 50, 0, 105, 115, 85, 73, 110, 116, 101, 103, 101, 114, 54, 52, 40, 120, 41, 0, 116, 111, 85, 73, 110, 116, 101, 103, 101, 114, 54, 52, 0, 0, 1, 28, 2, 29, 14, 24, 3, 30, 22, 20, 15, 25, 17, 4, 8, 31, 27, 13, 23, 21, 19, 16, 7, 26, 12, 18, 6, 11, 5, 10, 9, 31, 22, 30, 21, 18, 10, 29, 2, 20, 17, 15, 13, 9, 6, 28, 1, 23, 19, 11, 3, 16, 14, 7, 24, 12, 4, 8, 25, 5, 26, 27, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 255, 255, 255, 255, 255, 255, 255, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 255, 255, 255, 255, 255, 255, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 1, 2, 4, 7, 3, 6, 5, 0, 105, 110, 102, 105, 110, 105, 116, 121, 0, 17, 0, 10, 0, 17, 17, 17, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 15, 10, 17, 17, 17, 3, 10, 7, 0, 1, 19, 9, 11, 11, 0, 0, 9, 6, 11, 0, 0, 11, 0, 6, 17, 0, 0, 0, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 10, 10, 17, 17, 17, 0, 10, 0, 0, 2, 0, 9, 11, 0, 0, 0, 9, 0, 11, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 9, 12, 0, 0, 0, 0, 0, 12, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 4, 13, 0, 0, 0, 0, 9, 14, 0, 0, 0, 0, 0, 14, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 15, 0, 0, 0, 0, 9, 16, 0, 0, 0, 0, 0, 16, 0, 0, 16, 0, 0, 18, 0, 0, 0, 18, 18, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 18, 18, 18, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 10, 0, 0, 0, 0, 9, 11, 0, 0, 0, 0, 0, 11, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 9, 12, 0, 0, 0, 0, 0, 12, 0, 0, 12, 0, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 65, 66, 67, 68, 69, 70, 45, 43, 32, 32, 32, 48, 88, 48, 120, 0, 84, 33, 34, 25, 13, 1, 2, 3, 17, 75, 28, 12, 16, 4, 11, 29, 18, 30, 39, 104, 110, 111, 112, 113, 98, 32, 5, 6, 15, 19, 20, 21, 26, 8, 22, 7, 40, 36, 23, 24, 9, 10, 14, 27, 31, 37, 35, 131, 130, 125, 38, 42, 43, 60, 61, 62, 63, 67, 71, 74, 77, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 105, 106, 107, 108, 114, 115, 116, 121, 122, 123, 124, 0, 73, 108, 108, 101, 103, 97, 108, 32, 98, 121, 116, 101, 32, 115, 101, 113, 117, 101, 110, 99, 101, 0, 68, 111, 109, 97, 105, 110, 32, 101, 114, 114, 111, 114, 0, 82, 101, 115, 117, 108, 116, 32, 110, 111, 116, 32, 114, 101, 112, 114, 101, 115, 101, 110, 116, 97, 98, 108, 101, 0, 78, 111, 116, 32, 97, 32, 116, 116, 121, 0, 80, 101, 114, 109, 105, 115, 115, 105, 111, 110, 32, 100, 101, 110, 105, 101, 100, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 110, 111, 116, 32, 112, 101, 114, 109, 105, 116, 116, 101, 100, 0, 78, 111, 32, 115, 117, 99, 104, 32, 102, 105, 108, 101, 32, 111, 114, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 78, 111, 32, 115, 117, 99, 104, 32, 112, 114, 111, 99, 101, 115, 115, 0, 70, 105, 108, 101, 32, 101, 120, 105, 115, 116, 115, 0, 86, 97, 108, 117, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 32, 102, 111, 114, 32, 100, 97, 116, 97, 32, 116, 121, 112, 101, 0, 78, 111, 32, 115, 112, 97, 99, 101, 32, 108, 101, 102, 116, 32, 111, 110, 32, 100, 101, 118, 105, 99, 101, 0, 79, 117, 116, 32, 111, 102, 32, 109, 101, 109, 111, 114, 121, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 98, 117, 115, 121, 0, 73, 110, 116, 101, 114, 114, 117, 112, 116, 101, 100, 32, 115, 121, 115, 116, 101, 109, 32, 99, 97, 108, 108, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 116, 101, 109, 112, 111, 114, 97, 114, 105, 108, 121, 32, 117, 110, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 73, 110, 118, 97, 108, 105, 100, 32, 115, 101, 101, 107, 0, 67, 114, 111, 115, 115, 45, 100, 101, 118, 105, 99, 101, 32, 108, 105, 110, 107, 0, 82, 101, 97, 100, 45, 111, 110, 108, 121, 32, 102, 105, 108, 101, 32, 115, 121, 115, 116, 101, 109, 0, 68, 105, 114, 101, 99, 116, 111, 114, 121, 32, 110, 111, 116, 32, 101, 109, 112, 116, 121, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 115, 101, 116, 32, 98, 121, 32, 112, 101, 101, 114, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 116, 105, 109, 101, 100, 32, 111, 117, 116, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 102, 117, 115, 101, 100, 0, 72, 111, 115, 116, 32, 105, 115, 32, 100, 111, 119, 110, 0, 72, 111, 115, 116, 32, 105, 115, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 65, 100, 100, 114, 101, 115, 115, 32, 105, 110, 32, 117, 115, 101, 0, 66, 114, 111, 107, 101, 110, 32, 112, 105, 112, 101, 0, 73, 47, 79, 32, 101, 114, 114, 111, 114, 0, 78, 111, 32, 115, 117, 99, 104, 32, 100, 101, 118, 105, 99, 101, 32, 111, 114, 32, 97, 100, 100, 114, 101, 115, 115, 0, 66, 108, 111, 99, 107, 32, 100, 101, 118, 105, 99, 101, 32, 114, 101, 113, 117, 105, 114, 101, 100, 0, 78, 111, 32, 115, 117, 99, 104, 32, 100, 101, 118, 105, 99, 101, 0, 78, 111, 116, 32, 97, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 73, 115, 32, 97, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 84, 101, 120, 116, 32, 102, 105, 108, 101, 32, 98, 117, 115, 121, 0, 69, 120, 101, 99, 32, 102, 111, 114, 109, 97, 116, 32, 101, 114, 114, 111, 114, 0, 73, 110, 118, 97, 108, 105, 100, 32, 97, 114, 103, 117, 109, 101, 110, 116, 0, 65, 114, 103, 117, 109, 101, 110, 116, 32, 108, 105, 115, 116, 32, 116, 111, 111, 32, 108, 111, 110, 103, 0, 83, 121, 109, 98, 111, 108, 105, 99, 32, 108, 105, 110, 107, 32, 108, 111, 111, 112, 0, 70, 105, 108, 101, 110, 97, 109, 101, 32, 116, 111, 111, 32, 108, 111, 110, 103, 0, 84, 111, 111, 32, 109, 97, 110, 121, 32, 111, 112, 101, 110, 32, 102, 105, 108, 101, 115, 32, 105, 110, 32, 115, 121, 115, 116, 101, 109, 0, 78, 111, 32, 102, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 115, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 66, 97, 100, 32, 102, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 0, 78, 111, 32, 99, 104, 105, 108, 100, 32, 112, 114, 111, 99, 101, 115, 115, 0, 66, 97, 100, 32, 97, 100, 100, 114, 101, 115, 115, 0, 70, 105, 108, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 0, 84, 111, 111, 32, 109, 97, 110, 121, 32, 108, 105, 110, 107, 115, 0, 78, 111, 32, 108, 111, 99, 107, 115, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 100, 101, 97, 100, 108, 111, 99, 107, 32, 119, 111, 117, 108, 100, 32, 111, 99, 99, 117, 114, 0, 83, 116, 97, 116, 101, 32, 110, 111, 116, 32, 114, 101, 99, 111, 118, 101, 114, 97, 98, 108, 101, 0, 80, 114, 101, 118, 105, 111, 117, 115, 32, 111, 119, 110, 101, 114, 32, 100, 105, 101, 100, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 99, 97, 110, 99, 101, 108, 101, 100, 0, 70, 117, 110, 99, 116, 105, 111, 110, 32, 110, 111, 116, 32, 105, 109, 112, 108, 101, 109, 101, 110, 116, 101, 100, 0, 78, 111, 32, 109, 101, 115, 115, 97, 103, 101, 32, 111, 102, 32, 100, 101, 115, 105, 114, 101, 100, 32, 116, 121, 112, 101, 0, 73, 100, 101, 110, 116, 105, 102, 105, 101, 114, 32, 114, 101, 109, 111, 118, 101, 100, 0, 68, 101, 118, 105, 99, 101, 32, 110, 111, 116, 32, 97, 32, 115, 116, 114, 101, 97, 109, 0, 78, 111, 32, 100, 97, 116, 97, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 68, 101, 118, 105, 99, 101, 32, 116, 105, 109, 101, 111, 117, 116, 0, 79, 117, 116, 32, 111, 102, 32, 115, 116, 114, 101, 97, 109, 115, 32, 114, 101, 115, 111, 117, 114, 99, 101, 115, 0, 76, 105, 110, 107, 32, 104, 97, 115, 32, 98, 101, 101, 110, 32, 115, 101, 118, 101, 114, 101, 100, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 101, 114, 114, 111, 114, 0, 66, 97, 100, 32, 109, 101, 115, 115, 97, 103, 101, 0, 70, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 32, 105, 110, 32, 98, 97, 100, 32, 115, 116, 97, 116, 101, 0, 78, 111, 116, 32, 97, 32, 115, 111, 99, 107, 101, 116, 0, 68, 101, 115, 116, 105, 110, 97, 116, 105, 111, 110, 32, 97, 100, 100, 114, 101, 115, 115, 32, 114, 101, 113, 117, 105, 114, 101, 100, 0, 77, 101, 115, 115, 97, 103, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 119, 114, 111, 110, 103, 32, 116, 121, 112, 101, 32, 102, 111, 114, 32, 115, 111, 99, 107, 101, 116, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 110, 111, 116, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 83, 111, 99, 107, 101, 116, 32, 116, 121, 112, 101, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 78, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 102, 97, 109, 105, 108, 121, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 65, 100, 100, 114, 101, 115, 115, 32, 102, 97, 109, 105, 108, 121, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 32, 98, 121, 32, 112, 114, 111, 116, 111, 99, 111, 108, 0, 65, 100, 100, 114, 101, 115, 115, 32, 110, 111, 116, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 78, 101, 116, 119, 111, 114, 107, 32, 105, 115, 32, 100, 111, 119, 110, 0, 78, 101, 116, 119, 111, 114, 107, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 115, 101, 116, 32, 98, 121, 32, 110, 101, 116, 119, 111, 114, 107, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 97, 98, 111, 114, 116, 101, 100, 0, 78, 111, 32, 98, 117, 102, 102, 101, 114, 32, 115, 112, 97, 99, 101, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 83, 111, 99, 107, 101, 116, 32, 105, 115, 32, 99, 111, 110, 110, 101, 99, 116, 101, 100, 0, 83, 111, 99, 107, 101, 116, 32, 110, 111, 116, 32, 99, 111, 110, 110, 101, 99, 116, 101, 100, 0, 67, 97, 110, 110, 111, 116, 32, 115, 101, 110, 100, 32, 97, 102, 116, 101, 114, 32, 115, 111, 99, 107, 101, 116, 32, 115, 104, 117, 116, 100, 111, 119, 110, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 97, 108, 114, 101, 97, 100, 121, 32, 105, 110, 32, 112, 114, 111, 103, 114, 101, 115, 115, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 105, 110, 32, 112, 114, 111, 103, 114, 101, 115, 115, 0, 83, 116, 97, 108, 101, 32, 102, 105, 108, 101, 32, 104, 97, 110, 100, 108, 101, 0, 82, 101, 109, 111, 116, 101, 32, 73, 47, 79, 32, 101, 114, 114, 111, 114, 0, 81, 117, 111, 116, 97, 32, 101, 120, 99, 101, 101, 100, 101, 100, 0, 78, 111, 32, 109, 101, 100, 105, 117, 109, 32, 102, 111, 117, 110, 100, 0, 87, 114, 111, 110, 103, 32, 109, 101, 100, 105, 117, 109, 32, 116, 121, 112, 101, 0, 78, 111, 32, 101, 114, 114, 111, 114, 32, 105, 110, 102, 111, 114, 109, 97, 116, 105, 111, 110, 0, 0, 40, 110, 117, 108, 108, 41, 0, 45, 48, 88, 43, 48, 88, 32, 48, 88, 45, 48, 120, 43, 48, 120, 32, 48, 120, 0, 105, 110, 102, 0, 73, 78, 70, 0, 110, 97, 110, 0, 78, 65, 78, 0, 80, 79, 83, 73, 88, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 115, 116, 100, 105, 110, 98, 117, 102, 73, 99, 69, 69, 0, 117, 110, 115, 117, 112, 112, 111, 114, 116, 101, 100, 32, 108, 111, 99, 97, 108, 101, 32, 102, 111, 114, 32, 115, 116, 97, 110, 100, 97, 114, 100, 32, 105, 110, 112, 117, 116, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 115, 116, 100, 111, 117, 116, 98, 117, 102, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 115, 116, 100, 105, 110, 98, 117, 102, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 115, 116, 100, 111, 117, 116, 98, 117, 102, 73, 119, 69, 69, 0, 33, 34, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 32, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 34, 0, 47, 109, 101, 100, 105, 97, 47, 97, 108, 111, 110, 47, 100, 54, 57, 100, 100, 57, 98, 50, 45, 52, 55, 57, 49, 45, 52, 98, 56, 101, 45, 97, 101, 98, 51, 45, 102, 54, 51, 53, 51, 98, 52, 53, 100, 55, 49, 48, 47, 104, 111, 109, 101, 47, 97, 108, 111, 110, 47, 68, 101, 118, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 47, 115, 121, 115, 116, 101, 109, 47, 105, 110, 99, 108, 117, 100, 101, 47, 108, 105, 98, 99, 120, 120, 47, 115, 116, 114, 105, 110, 103, 0, 33, 34, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 32, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 34, 0, 37, 117, 0, 78, 83, 116, 51, 95, 95, 49, 57, 98, 97, 115, 105, 99, 95, 105, 111, 115, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 105, 111, 115, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 98, 97, 115, 105, 99, 95, 105, 111, 115, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 101, 97, 109, 98, 117, 102, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 101, 97, 109, 98, 117, 102, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 108, 108, 97, 116, 101, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 54, 108, 111, 99, 97, 108, 101, 53, 102, 97, 99, 101, 116, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 108, 108, 97, 116, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 103, 101, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 110, 117, 109, 95, 103, 101, 116, 95, 98, 97, 115, 101, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102, 65, 66, 67, 68, 69, 70, 120, 88, 43, 45, 112, 80, 105, 73, 110, 78, 0, 67, 0, 37, 112, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 103, 101, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 112, 117, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 110, 117, 109, 95, 112, 117, 116, 95, 98, 97, 115, 101, 69, 0, 37, 0, 0, 0, 0, 0, 76, 0, 37, 112, 0, 0, 0, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 112, 117, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 116, 105, 109, 101, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 50, 48, 95, 95, 116, 105, 109, 101, 95, 103, 101, 116, 95, 99, 95, 115, 116, 111, 114, 97, 103, 101, 73, 99, 69, 69, 0, 37, 72, 58, 37, 77, 58, 37, 83, 37, 109, 47, 37, 100, 47, 37, 121, 37, 89, 45, 37, 109, 45, 37, 100, 37, 73, 58, 37, 77, 58, 37, 83, 32, 37, 112, 37, 72, 58, 37, 77, 37, 72, 58, 37, 77, 58, 37, 83, 83, 117, 110, 100, 97, 121, 0, 77, 111, 110, 100, 97, 121, 0, 84, 117, 101, 115, 100, 97, 121, 0, 87, 101, 100, 110, 101, 115, 100, 97, 121, 0, 84, 104, 117, 114, 115, 100, 97, 121, 0, 70, 114, 105, 100, 97, 121, 0, 83, 97, 116, 117, 114, 100, 97, 121, 0, 83, 117, 110, 0, 77, 111, 110, 0, 84, 117, 101, 0, 87, 101, 100, 0, 84, 104, 117, 0, 70, 114, 105, 0, 83, 97, 116, 0, 74, 97, 110, 117, 97, 114, 121, 0, 70, 101, 98, 114, 117, 97, 114, 121, 0, 77, 97, 114, 99, 104, 0, 65, 112, 114, 105, 108, 0, 77, 97, 121, 0, 74, 117, 110, 101, 0, 74, 117, 108, 121, 0, 65, 117, 103, 117, 115, 116, 0, 83, 101, 112, 116, 101, 109, 98, 101, 114, 0, 79, 99, 116, 111, 98, 101, 114, 0, 78, 111, 118, 101, 109, 98, 101, 114, 0, 68, 101, 99, 101, 109, 98, 101, 114, 0, 74, 97, 110, 0, 70, 101, 98, 0, 77, 97, 114, 0, 65, 112, 114, 0, 74, 117, 110, 0, 74, 117, 108, 0, 65, 117, 103, 0, 83, 101, 112, 0, 79, 99, 116, 0, 78, 111, 118, 0, 68, 101, 99, 0, 65, 77, 0, 80, 77, 0, 37, 97, 32, 37, 98, 32, 37, 100, 32, 37, 72, 58, 37, 77, 58, 37, 83, 32, 37, 89, 0, 37, 73, 58, 37, 77, 58, 37, 83, 32, 37, 112, 0, 37, 109, 47, 37, 100, 47, 37, 121, 0, 37, 72, 58, 37, 77, 58, 37, 83, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 50, 48, 95, 95, 116, 105, 109, 101, 95, 103, 101, 116, 95, 99, 95, 115, 116, 111, 114, 97, 103, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 116, 105, 109, 101, 95, 112, 117, 116, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 99, 76, 98, 48, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 99, 76, 98, 49, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 119, 76, 98, 48, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 119, 76, 98, 49, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 99, 69, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 0, 37, 76, 102, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 119, 69, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 99, 69, 69, 0, 37, 46, 48, 76, 102, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 109, 101, 115, 115, 97, 103, 101, 115, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 109, 101, 115, 115, 97, 103, 101, 115, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 109, 101, 115, 115, 97, 103, 101, 115, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 54, 95, 95, 110, 97, 114, 114, 111, 119, 95, 116, 111, 95, 117, 116, 102, 56, 73, 76, 106, 51, 50, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 68, 105, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 50, 99, 111, 100, 101, 99, 118, 116, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 55, 95, 95, 119, 105, 100, 101, 110, 95, 102, 114, 111, 109, 95, 117, 116, 102, 56, 73, 76, 106, 51, 50, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 99, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 119, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 68, 115, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 54, 108, 111, 99, 97, 108, 101, 53, 95, 95, 105, 109, 112, 69, 0, 78, 83, 116, 51, 95, 95, 49, 53, 99, 116, 121, 112, 101, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 99, 116, 121, 112, 101, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 53, 99, 116, 121, 112, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 110, 117, 109, 112, 117, 110, 99, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 110, 117, 109, 112, 117, 110, 99, 116, 73, 119, 69, 69, 0, 33, 34, 118, 101, 99, 116, 111, 114, 32, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 34, 0, 47, 109, 101, 100, 105, 97, 47, 97, 108, 111, 110, 47, 100, 54, 57, 100, 100, 57, 98, 50, 45, 52, 55, 57, 49, 45, 52, 98, 56, 101, 45, 97, 101, 98, 51, 45, 102, 54, 51, 53, 51, 98, 52, 53, 100, 55, 49, 48, 47, 104, 111, 109, 101, 47, 97, 108, 111, 110, 47, 68, 101, 118, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 47, 115, 121, 115, 116, 101, 109, 47, 105, 110, 99, 108, 117, 100, 101, 47, 108, 105, 98, 99, 120, 120, 47, 118, 101, 99, 116, 111, 114, 0, 95, 95, 116, 104, 114, 111, 119, 95, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 0, 33, 34, 118, 101, 99, 116, 111, 114, 32, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 34, 0, 95, 95, 116, 104, 114, 111, 119, 95, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 115, 104, 97, 114, 101, 100, 95, 99, 111, 117, 110, 116, 69, 0, 99, 97, 110, 110, 111, 116, 32, 122, 101, 114, 111, 32, 111, 117, 116, 32, 116, 104, 114, 101, 97, 100, 32, 118, 97, 108, 117, 101, 32, 102, 111, 114, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 40, 41, 0, 99, 97, 110, 110, 111, 116, 32, 99, 114, 101, 97, 116, 101, 32, 112, 116, 104, 114, 101, 97, 100, 32, 107, 101, 121, 32, 102, 111, 114, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 40, 41, 0, 112, 116, 104, 114, 101, 97, 100, 95, 111, 110, 99, 101, 32, 102, 97, 105, 108, 117, 114, 101, 32, 105, 110, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 95, 102, 97, 115, 116, 40, 41, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 50, 48, 95, 95, 115, 105, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 54, 95, 95, 115, 104, 105, 109, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 83, 116, 57, 116, 121, 112, 101, 95, 105, 110, 102, 111, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 55, 95, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 83, 116, 57, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 117, 110, 99, 97, 117, 103, 104, 116, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 111, 102, 32, 116, 121, 112, 101, 32, 37, 115, 58, 32, 37, 115, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 111, 102, 32, 116, 121, 112, 101, 32, 37, 115, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 102, 111, 114, 101, 105, 103, 110, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 0, 116, 101, 114, 109, 105, 110, 97, 116, 101, 95, 104, 97, 110, 100, 108, 101, 114, 32, 117, 110, 101, 120, 112, 101, 99, 116, 101, 100, 108, 121, 32, 114, 101, 116, 117, 114, 110, 101, 100, 0, 83, 116, 57, 98, 97, 100, 95, 97, 108, 108, 111, 99, 0, 115, 116, 100, 58, 58, 98, 97, 100, 95, 97, 108, 108, 111, 99, 0, 115, 116, 100, 58, 58, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 57, 95, 95, 112, 111, 105, 110, 116, 101, 114, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 55, 95, 95, 112, 98, 97, 115, 101, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 50, 49, 95, 95, 118, 109, 105, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 32, 99, 111, 110, 115, 116, 0, 32, 118, 111, 108, 97, 116, 105, 108, 101, 0, 32, 114, 101, 115, 116, 114, 105, 99, 116, 0, 118, 111, 105, 100, 0, 119, 99, 104, 97, 114, 95, 116, 0, 98, 111, 111, 108, 0, 99, 104, 97, 114, 0, 115, 105, 103, 110, 101, 100, 32, 99, 104, 97, 114, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 99, 104, 97, 114, 0, 115, 104, 111, 114, 116, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 115, 104, 111, 114, 116, 0, 105, 110, 116, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 105, 110, 116, 0, 108, 111, 110, 103, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 108, 111, 110, 103, 0, 108, 111, 110, 103, 32, 108, 111, 110, 103, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 108, 111, 110, 103, 32, 108, 111, 110, 103, 0, 95, 95, 105, 110, 116, 49, 50, 56, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 95, 95, 105, 110, 116, 49, 50, 56, 0, 102, 108, 111, 97, 116, 0, 100, 111, 117, 98, 108, 101, 0, 108, 111, 110, 103, 32, 100, 111, 117, 98, 108, 101, 0, 95, 95, 102, 108, 111, 97, 116, 49, 50, 56, 0, 46, 46, 46, 0, 95, 71, 76, 79, 66, 65, 76, 95, 95, 78, 0, 40, 97, 110, 111, 110, 121, 109, 111, 117, 115, 32, 110, 97, 109, 101, 115, 112, 97, 99, 101, 41, 0, 100, 101, 99, 105, 109, 97, 108, 54, 52, 0, 100, 101, 99, 105, 109, 97, 108, 49, 50, 56, 0, 100, 101, 99, 105, 109, 97, 108, 51, 50, 0, 100, 101, 99, 105, 109, 97, 108, 49, 54, 0, 99, 104, 97, 114, 51, 50, 95, 116, 0, 99, 104, 97, 114, 49, 54, 95, 116, 0, 97, 117, 116, 111, 0, 115, 116, 100, 58, 58, 110, 117, 108, 108, 112, 116, 114, 95, 116, 0, 32, 91, 0, 32, 91, 93, 0, 93, 0, 40, 0, 41, 0, 102, 97, 108, 115, 101, 0, 116, 114, 117, 101, 0, 117, 0, 108, 0, 117, 108, 0, 108, 108, 0, 117, 108, 108, 0, 37, 97, 102, 0, 37, 97, 0, 37, 76, 97, 76, 0, 102, 112, 0, 38, 38, 0, 62, 0, 41, 32, 0, 32, 40, 0, 38, 0, 38, 61, 0, 61, 0, 97, 108, 105, 103, 110, 111, 102, 32, 40, 0, 99, 111, 110, 115, 116, 95, 99, 97, 115, 116, 60, 0, 62, 40, 0, 44, 0, 126, 0, 41, 40, 0, 58, 58, 0, 100, 101, 108, 101, 116, 101, 91, 93, 32, 0, 100, 121, 110, 97, 109, 105, 99, 95, 99, 97, 115, 116, 60, 0, 42, 0, 100, 101, 108, 101, 116, 101, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 38, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 40, 41, 0, 111, 112, 101, 114, 97, 116, 111, 114, 44, 0, 111, 112, 101, 114, 97, 116, 111, 114, 126, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 100, 101, 108, 101, 116, 101, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 42, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 100, 101, 108, 101, 116, 101, 0, 111, 112, 101, 114, 97, 116, 111, 114, 47, 0, 111, 112, 101, 114, 97, 116, 111, 114, 47, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 94, 0, 111, 112, 101, 114, 97, 116, 111, 114, 94, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 61, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 34, 34, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 60, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 60, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 42, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 45, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 110, 101, 119, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 33, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 33, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 110, 101, 119, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 124, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 62, 42, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 43, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 63, 0, 111, 112, 101, 114, 97, 116, 111, 114, 37, 0, 111, 112, 101, 114, 97, 116, 111, 114, 37, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 62, 61, 0, 60, 0, 44, 32, 0, 32, 62, 0, 100, 101, 99, 108, 116, 121, 112, 101, 40, 0, 115, 116, 100, 58, 58, 97, 108, 108, 111, 99, 97, 116, 111, 114, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 105, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 105, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 44, 32, 115, 116, 100, 58, 58, 97, 108, 108, 111, 99, 97, 116, 111, 114, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 0, 39, 117, 110, 110, 97, 109, 101, 100, 0, 39, 108, 97, 109, 98, 100, 97, 39, 40, 0, 115, 116, 100, 58, 58, 0, 46, 42, 0, 46, 0, 47, 0, 47, 61, 0, 94, 0, 94, 61, 0, 61, 61, 0, 62, 61, 0, 41, 91, 0, 60, 61, 0, 60, 60, 0, 60, 60, 61, 0, 45, 0, 45, 61, 0, 42, 61, 0, 45, 45, 0, 41, 45, 45, 0, 91, 93, 32, 0, 32, 0, 33, 61, 0, 33, 0, 110, 111, 101, 120, 99, 101, 112, 116, 32, 40, 0, 124, 124, 0, 124, 0, 124, 61, 0, 45, 62, 42, 0, 43, 0, 43, 61, 0, 43, 43, 0, 41, 43, 43, 0, 45, 62, 0, 41, 32, 63, 32, 40, 0, 41, 32, 58, 32, 40, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 95, 99, 97, 115, 116, 60, 0, 37, 0, 37, 61, 0, 62, 62, 0, 62, 62, 61, 0, 115, 116, 97, 116, 105, 99, 95, 99, 97, 115, 116, 60, 0, 115, 105, 122, 101, 111, 102, 32, 40, 0, 115, 105, 122, 101, 111, 102, 46, 46, 46, 40, 0, 116, 121, 112, 101, 105, 100, 40, 0, 116, 104, 114, 111, 119, 0, 116, 104, 114, 111, 119, 32, 0, 32, 99, 111, 109, 112, 108, 101, 120, 0, 32, 38, 0, 32, 38, 38, 0, 32, 105, 109, 97, 103, 105, 110, 97, 114, 121, 0, 58, 58, 42, 0, 111, 98, 106, 99, 95, 111, 98, 106, 101, 99, 116, 60, 0, 105, 100, 0, 111, 98, 106, 99, 112, 114, 111, 116, 111, 0, 115, 116, 100, 0, 58, 58, 115, 116, 114, 105, 110, 103, 32, 108, 105, 116, 101, 114, 97, 108, 0, 32, 118, 101, 99, 116, 111, 114, 91, 0, 112, 105, 120, 101, 108, 32, 118, 101, 99, 116, 111, 114, 91, 0, 118, 116, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 86, 84, 84, 32, 102, 111, 114, 32, 0, 116, 121, 112, 101, 105, 110, 102, 111, 32, 102, 111, 114, 32, 0, 116, 121, 112, 101, 105, 110, 102, 111, 32, 110, 97, 109, 101, 32, 102, 111, 114, 32, 0, 99, 111, 118, 97, 114, 105, 97, 110, 116, 32, 114, 101, 116, 117, 114, 110, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 99, 111, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 32, 118, 116, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 45, 105, 110, 45, 0, 118, 105, 114, 116, 117, 97, 108, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 110, 111, 110, 45, 118, 105, 114, 116, 117, 97, 108, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 103, 117, 97, 114, 100, 32, 118, 97, 114, 105, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 114, 101, 102, 101, 114, 101, 110, 99, 101, 32, 116, 101, 109, 112, 111, 114, 97, 114, 121, 32, 102, 111, 114, 32, 0, 95, 98, 108, 111, 99, 107, 95, 105, 110, 118, 111, 107, 101, 0, 105, 110, 118, 111, 99, 97, 116, 105, 111, 110, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 102, 111, 114, 32, 98, 108, 111, 99, 107, 32, 105, 110, 32, 0 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 30720); +allocate([ 36, 48, 0, 0, 169, 64, 0, 0, 40, 6, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 239, 64, 0, 0, 24, 6, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 73, 67, 0, 0, 16, 11, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 95, 69, 0, 0, 36, 48, 0, 0, 51, 69, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 11, 69, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 246, 68, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 41, 70, 0, 0, 36, 48, 0, 0, 215, 69, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 156, 69, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 234, 71, 0, 0, 36, 48, 0, 0, 137, 71, 0, 0, 152, 0, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 12, 72, 0, 0, 252, 47, 0, 0, 209, 76, 0, 0, 36, 48, 0, 0, 112, 76, 0, 0, 184, 0, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 243, 76, 0, 0, 36, 48, 0, 0, 44, 77, 0, 0, 184, 0, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 141, 77, 0, 0, 252, 47, 0, 0, 44, 79, 0, 0, 36, 48, 0, 0, 7, 79, 0, 0, 240, 0, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 60, 90, 0, 0, 36, 48, 0, 0, 191, 89, 0, 0, 8, 1, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 103, 91, 0, 0, 136, 6, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 168, 95, 0, 0, 36, 48, 0, 0, 36, 95, 0, 0, 48, 1, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 93, 99, 0, 0, 252, 47, 0, 0, 31, 100, 0, 0, 36, 48, 0, 0, 154, 99, 0, 0, 80, 1, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 118, 100, 0, 0, 36, 48, 0, 0, 179, 100, 0, 0, 80, 1, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 56, 101, 0, 0, 252, 47, 0, 0, 103, 106, 0, 0, 36, 48, 0, 0, 26, 106, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 177, 106, 0, 0, 36, 48, 0, 0, 56, 107, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 175, 107, 0, 0, 36, 48, 0, 0, 221, 107, 0, 0, 208, 1, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 242, 107, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 240, 1, 0, 0, 2, 0, 0, 0, 248, 1, 0, 0, 2, 4, 0, 0, 252, 47, 0, 0, 44, 108, 0, 0, 36, 48, 0, 0, 57, 108, 0, 0, 8, 2, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 97, 108, 0, 0, 24, 2, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 141, 108, 0, 0, 36, 48, 0, 0, 182, 108, 0, 0, 48, 2, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 241, 108, 0, 0, 64, 2, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 67, 109, 0, 0, 252, 47, 0, 0, 146, 109, 0, 0, 36, 48, 0, 0, 202, 109, 0, 0, 240, 1, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 218, 109, 0, 0, 112, 2, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 244, 109, 0, 0, 36, 48, 0, 0, 96, 113, 0, 0, 80, 2, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 156, 113, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 14, 114, 0, 0, 36, 48, 0, 0, 118, 114, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 241, 114, 0, 0, 36, 48, 0, 0, 120, 115, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 243, 115, 0, 0, 216, 2, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 12, 116, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 240, 1, 0, 0, 2, 0, 0, 0, 248, 2, 0, 0, 2, 4, 0, 0, 36, 48, 0, 0, 74, 116, 0, 0, 8, 3, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 118, 116, 0, 0, 24, 3, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 166, 116, 0, 0, 36, 48, 0, 0, 211, 116, 0, 0, 48, 3, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 18, 117, 0, 0, 64, 3, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 104, 117, 0, 0, 252, 47, 0, 0, 187, 117, 0, 0, 36, 48, 0, 0, 67, 118, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 192, 118, 0, 0, 112, 3, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 219, 118, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 240, 1, 0, 0, 2, 0, 0, 0, 144, 3, 0, 0, 2, 4, 0, 0, 36, 48, 0, 0, 27, 119, 0, 0, 160, 3, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 73, 119, 0, 0, 176, 3, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 123, 119, 0, 0, 36, 48, 0, 0, 170, 119, 0, 0, 200, 3, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 235, 119, 0, 0, 216, 3, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 67, 120, 0, 0, 252, 47, 0, 0, 152, 120, 0, 0, 36, 48, 0, 0, 32, 121, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 154, 121, 0, 0, 8, 4, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 178, 121, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 240, 1, 0, 0, 2, 0, 0, 0, 40, 4, 0, 0, 2, 4, 0, 0, 36, 48, 0, 0, 239, 121, 0, 0, 56, 4, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 26, 122, 0, 0, 72, 4, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 73, 122, 0, 0, 36, 48, 0, 0, 178, 122, 0, 0, 96, 4, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 240, 122, 0, 0, 112, 4, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 69, 123, 0, 0, 252, 47, 0, 0, 151, 123, 0, 0, 36, 48, 0, 0, 13, 124, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 135, 124, 0, 0, 160, 4, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 159, 124, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 240, 1, 0, 0, 2, 0, 0, 0, 192, 4, 0, 0, 2, 4, 0, 0, 36, 48, 0, 0, 220, 124, 0, 0, 208, 4, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 7, 125, 0, 0, 224, 4, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 54, 125, 0, 0, 36, 48, 0, 0, 98, 125, 0, 0, 248, 4, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 160, 125, 0, 0, 8, 5, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 245, 125, 0, 0, 252, 47, 0, 0, 71, 126, 0, 0, 36, 48, 0, 0, 178, 126, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 43, 127, 0, 0, 56, 5, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 66, 127, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 240, 1, 0, 0, 2, 0, 0, 0, 88, 5, 0, 0, 2, 4, 0, 0, 36, 48, 0, 0, 126, 127, 0, 0, 104, 5, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 168, 127, 0, 0, 120, 5, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 214, 127, 0, 0, 36, 48, 0, 0, 42, 128, 0, 0, 144, 5, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 103, 128, 0, 0, 160, 5, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 187, 128, 0, 0, 252, 47, 0, 0, 12, 129, 0, 0, 36, 48, 0, 0, 48, 144, 0, 0, 24, 6, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 110, 144, 0, 0, 24, 6, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 135, 144, 0, 0, 32, 6, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 159, 144, 0, 0, 32, 6, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 44, 145, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 86, 145, 0, 0, 36, 48, 0, 0, 104, 145, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 146, 145, 0, 0, 252, 47, 0, 0, 195, 145, 0, 0, 100, 48, 0, 0, 244, 145, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 240, 5, 0, 0, 3, 244, 255, 255, 100, 48, 0, 0, 35, 146, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 8, 6, 0, 0, 3, 244, 255, 255, 100, 48, 0, 0, 82, 146, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 240, 5, 0, 0, 3, 244, 255, 255, 100, 48, 0, 0, 129, 146, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 8, 6, 0, 0, 3, 244, 255, 255, 100, 48, 0, 0, 176, 146, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 40, 6, 0, 0, 2, 0, 0, 0, 88, 6, 0, 0, 2, 8, 0, 0, 36, 48, 0, 0, 224, 146, 0, 0, 184, 6, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 244, 146, 0, 0, 8, 11, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 10, 147, 0, 0, 184, 6, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 30, 147, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 248, 6, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 98, 147, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 16, 7, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 120, 147, 0, 0, 100, 48, 0, 0, 183, 147, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 56, 7, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 251, 147, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 16, 7, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 17, 148, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 112, 7, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 85, 148, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 136, 7, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 107, 148, 0, 0, 100, 48, 0, 0, 146, 148, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 176, 7, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 214, 148, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 136, 7, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 236, 148, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 240, 7, 0, 0, 2, 0, 0, 0, 248, 7, 0, 0, 0, 8, 0, 0, 252, 47, 0, 0, 49, 149, 0, 0, 252, 47, 0, 0, 68, 149, 0, 0, 100, 48, 0, 0, 166, 150, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 240, 7, 0, 0, 2, 0, 0, 0, 40, 8, 0, 0, 0, 8, 0, 0, 252, 47, 0, 0, 235, 150, 0, 0, 100, 48, 0, 0, 13, 151, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 80, 8, 0, 0, 0, 8, 0, 0, 252, 47, 0, 0, 82, 151, 0, 0, 100, 48, 0, 0, 103, 151, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 80, 8, 0, 0, 0, 8, 0, 0, 100, 48, 0, 0, 172, 151, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 152, 8, 0, 0, 2, 0, 0, 0, 252, 47, 0, 0, 200, 151, 0, 0, 100, 48, 0, 0, 221, 151, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 152, 8, 0, 0, 2, 0, 0, 0, 100, 48, 0, 0, 249, 151, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 152, 8, 0, 0, 2, 0, 0, 0, 100, 48, 0, 0, 21, 152, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 152, 8, 0, 0, 2, 0, 0, 0, 100, 48, 0, 0, 49, 152, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 32, 9, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 119, 152, 0, 0, 100, 48, 0, 0, 159, 152, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 72, 9, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 229, 152, 0, 0, 100, 48, 0, 0, 9, 153, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 112, 9, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 79, 153, 0, 0, 100, 48, 0, 0, 110, 153, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 152, 9, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 180, 153, 0, 0, 100, 48, 0, 0, 205, 153, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 192, 9, 0, 0, 2, 0, 0, 0, 252, 47, 0, 0, 226, 153, 0, 0, 100, 48, 0, 0, 250, 153, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 192, 9, 0, 0, 2, 0, 0, 0, 36, 48, 0, 0, 15, 154, 0, 0, 248, 9, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 49, 154, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 24, 10, 0, 0, 2, 0, 0, 0, 252, 47, 0, 0, 84, 154, 0, 0, 36, 48, 0, 0, 107, 154, 0, 0, 248, 9, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 142, 154, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 24, 10, 0, 0, 2, 0, 0, 0, 100, 48, 0, 0, 176, 154, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 24, 10, 0, 0, 2, 0, 0, 0, 100, 48, 0, 0, 210, 154, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 24, 10, 0, 0, 2, 0, 0, 0, 36, 48, 0, 0, 245, 154, 0, 0, 184, 6, 0, 0, 0, 0, 0, 0, 100, 48, 0, 0, 11, 155, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 192, 10, 0, 0, 2, 0, 0, 0, 252, 47, 0, 0, 29, 155, 0, 0, 100, 48, 0, 0, 50, 155, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 184, 6, 0, 0, 2, 0, 0, 0, 192, 10, 0, 0, 2, 0, 0, 0, 36, 48, 0, 0, 68, 155, 0, 0, 184, 6, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 89, 155, 0, 0, 184, 6, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 253, 155, 0, 0, 252, 47, 0, 0, 35, 157, 0, 0, 36, 48, 0, 0, 1, 157, 0, 0, 56, 11, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 174, 156, 0, 0, 24, 11, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 211, 156, 0, 0, 72, 11, 0, 0, 0, 0, 0, 0, 252, 47, 0, 0, 244, 156, 0, 0, 36, 48, 0, 0, 233, 157, 0, 0, 16, 11, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 56, 158, 0, 0, 56, 11, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 20, 158, 0, 0, 96, 11, 0, 0, 0, 0, 0, 0, 36, 48, 0, 0, 90, 158, 0, 0, 24, 11, 0, 0, 0, 0, 0, 0, 68, 110, 0, 0, 250, 57, 0, 0, 5, 58, 0, 0, 18, 58, 0, 0, 38, 58, 0, 0, 48, 58, 0, 0, 61, 58, 0, 0, 75, 58, 0, 0, 90, 58, 0, 0, 96, 58, 0, 0, 100, 58, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 196, 255, 255, 255, 196, 255, 255, 255, 8, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 200, 11, 0, 0, 0, 12, 0, 0, 20, 12, 0, 0, 220, 11, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 40, 6, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 196, 255, 255, 255, 196, 255, 255, 255, 40, 6, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 136, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 160, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 6, 0, 0, 0, 8, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 7, 0, 0, 0, 3, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 192, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 9, 0, 0, 0, 9, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 10, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 216, 0, 0, 0, 21, 0, 0, 0, 25, 0, 0, 0, 12, 0, 0, 0, 10, 0, 0, 0, 26, 0, 0, 0, 27, 0, 0, 0, 13, 0, 0, 0, 5, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 248, 0, 0, 0, 11, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 16, 1, 0, 0, 28, 0, 0, 0, 29, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 32, 1, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 56, 0, 0, 0, 248, 255, 255, 255, 32, 1, 0, 0, 32, 0, 0, 0, 33, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 32, 1, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 104, 13, 0, 0, 204, 13, 0, 0, 8, 14, 0, 0, 28, 14, 0, 0, 48, 14, 0, 0, 68, 14, 0, 0, 244, 13, 0, 0, 224, 13, 0, 0, 144, 13, 0, 0, 124, 13, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 136, 6, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 56, 0, 0, 0, 248, 255, 255, 255, 136, 6, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 136, 6, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 40, 6, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 40, 6, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 88, 6, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 200, 255, 255, 255, 200, 255, 255, 255, 88, 6, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 134, 185, 0, 0, 110, 189, 0, 0, 0, 0, 0, 0, 56, 1, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 15, 0, 0, 0, 13, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 88, 1, 0, 0, 50, 0, 0, 0, 51, 0, 0, 0, 17, 0, 0, 0, 14, 0, 0, 0, 52, 0, 0, 0, 53, 0, 0, 0, 4, 0, 0, 0, 8, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 112, 1, 0, 0, 50, 0, 0, 0, 54, 0, 0, 0, 19, 0, 0, 0, 15, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 5, 0, 0, 0, 9, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 144, 1, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 21, 0, 0, 0, 16, 0, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 10, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 168, 1, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 23, 0, 0, 0, 17, 0, 0, 0, 64, 0, 0, 0, 65, 0, 0, 0, 24, 0, 0, 0, 11, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 192, 1, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 192, 1, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 32, 2, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 80, 2, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 96, 2, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 120, 2, 0, 0, 72, 0, 0, 0, 76, 0, 0, 0, 2, 0, 0, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 136, 2, 0, 0, 62, 0, 0, 0, 77, 0, 0, 0, 26, 0, 0, 0, 24, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 27, 0, 0, 0, 12, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 160, 2, 0, 0, 62, 0, 0, 0, 80, 0, 0, 0, 29, 0, 0, 0, 25, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 30, 0, 0, 0, 13, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 184, 2, 0, 0, 62, 0, 0, 0, 83, 0, 0, 0, 32, 0, 0, 0, 26, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 33, 0, 0, 0, 14, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 200, 2, 0, 0, 86, 0, 0, 0, 87, 0, 0, 0, 2, 0, 0, 0, 7, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 200, 2, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 32, 3, 0, 0, 90, 0, 0, 0, 91, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 80, 3, 0, 0, 62, 0, 0, 0, 92, 0, 0, 0, 35, 0, 0, 0, 33, 0, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 36, 0, 0, 0, 15, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 96, 3, 0, 0, 95, 0, 0, 0, 96, 0, 0, 0, 2, 0, 0, 0, 8, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 96, 3, 0, 0, 97, 0, 0, 0, 98, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 184, 3, 0, 0, 99, 0, 0, 0, 100, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 232, 3, 0, 0, 62, 0, 0, 0, 101, 0, 0, 0, 38, 0, 0, 0, 40, 0, 0, 0, 102, 0, 0, 0, 103, 0, 0, 0, 39, 0, 0, 0, 16, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 248, 3, 0, 0, 104, 0, 0, 0, 105, 0, 0, 0, 2, 0, 0, 0, 9, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 248, 3, 0, 0, 106, 0, 0, 0, 107, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 0, 0, 0, 0, 80, 4, 0, 0, 108, 0, 0, 0, 109, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 128, 4, 0, 0, 62, 0, 0, 0, 110, 0, 0, 0, 41, 0, 0, 0, 47, 0, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 42, 0, 0, 0, 17, 0, 0, 0, 43, 0, 0, 0, 0, 0, 0, 0, 144, 4, 0, 0, 113, 0, 0, 0, 114, 0, 0, 0, 2, 0, 0, 0, 10, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 144, 4, 0, 0, 115, 0, 0, 0, 116, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 232, 4, 0, 0, 117, 0, 0, 0, 118, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 53, 0, 0, 0, 0, 0, 0, 0, 24, 5, 0, 0, 62, 0, 0, 0, 119, 0, 0, 0, 44, 0, 0, 0, 54, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 45, 0, 0, 0, 18, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 40, 5, 0, 0, 122, 0, 0, 0, 123, 0, 0, 0, 2, 0, 0, 0, 11, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 40, 5, 0, 0, 124, 0, 0, 0, 125, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 0, 0, 0, 0, 128, 5, 0, 0, 126, 0, 0, 0, 127, 0, 0, 0, 58, 0, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 70, 129, 0, 0, 88, 129, 0, 0, 2, 0, 0, 192, 3, 0, 0, 192, 4, 0, 0, 192, 5, 0, 0, 192, 6, 0, 0, 192, 7, 0, 0, 192, 8, 0, 0, 192, 9, 0, 0, 192, 10, 0, 0, 192, 11, 0, 0, 192, 12, 0, 0, 192, 13, 0, 0, 192, 14, 0, 0, 192, 15, 0, 0, 192, 16, 0, 0, 192, 17, 0, 0, 192, 18, 0, 0, 192, 19, 0, 0, 192, 20, 0, 0, 192, 21, 0, 0, 192, 22, 0, 0, 192, 23, 0, 0, 192, 24, 0, 0, 192, 25, 0, 0, 192, 26, 0, 0, 192, 27, 0, 0, 192, 28, 0, 0, 192, 29, 0, 0, 192, 30, 0, 0, 192, 31, 0, 0, 192, 0, 0, 0, 179, 1, 0, 0, 195, 2, 0, 0, 195, 3, 0, 0, 195, 4, 0, 0, 195, 5, 0, 0, 195, 6, 0, 0, 195, 7, 0, 0, 195, 8, 0, 0, 195, 9, 0, 0, 195, 10, 0, 0, 195, 11, 0, 0, 195, 12, 0, 0, 195, 13, 0, 0, 211, 14, 0, 0, 195, 15, 0, 0, 195, 0, 0, 12, 187, 1, 0, 12, 195, 2, 0, 12, 195, 3, 0, 12, 195, 4, 0, 12, 211, 124, 19, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 111, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 19, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 7, 0, 0, 0, 119, 197, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 19, 0, 0, 104, 20, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 7, 0, 0, 0, 127, 201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 100, 0, 0, 0, 232, 3, 0, 0, 16, 39, 0, 0, 160, 134, 1, 0, 64, 66, 15, 0, 128, 150, 152, 0, 0, 225, 245, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132, 49, 0, 0, 112, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, 0, 26, 0, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 29, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 97, 0, 0, 0, 98, 0, 0, 0, 99, 0, 0, 0, 100, 0, 0, 0, 101, 0, 0, 0, 102, 0, 0, 0, 103, 0, 0, 0, 104, 0, 0, 0, 105, 0, 0, 0, 106, 0, 0, 0, 107, 0, 0, 0, 108, 0, 0, 0, 109, 0, 0, 0, 110, 0, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 113, 0, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 116, 0, 0, 0, 117, 0, 0, 0, 118, 0, 0, 0, 119, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 122, 0, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 95, 0, 0, 0, 96, 0, 0, 0, 97, 0, 0, 0, 98, 0, 0, 0, 99, 0, 0, 0, 100, 0, 0, 0, 101, 0, 0, 0, 102, 0, 0, 0, 103, 0, 0, 0, 104, 0, 0, 0, 105, 0, 0, 0, 106, 0, 0, 0, 107, 0, 0, 0, 108, 0, 0, 0, 109, 0, 0, 0, 110, 0, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 113, 0, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 116, 0, 0, 0, 117, 0, 0, 0, 118, 0, 0, 0, 119, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 122, 0, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 125, 0, 0, 0, 126, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 116, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, 0, 26, 0, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 29, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 90, 0, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 95, 0, 0, 0, 96, 0, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 90, 0, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 125, 0, 0, 0, 126, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 176, 5, 0, 0, 128, 0, 0, 0, 129, 0, 0, 0, 61, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 19, 0, 0, 0, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 192, 5, 0, 0, 128, 0, 0, 0, 130, 0, 0, 0, 62, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 50, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 51, 0, 0, 0, 4, 0, 0, 0, 21, 0, 0, 0, 11, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 208, 5, 0, 0, 131, 0, 0, 0, 132, 0, 0, 0, 63, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 52, 0, 0, 0, 53, 0, 0, 0, 13, 0, 0, 0, 54, 0, 0, 0, 55, 0, 0, 0, 23, 0, 0, 0, 14, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 224, 5, 0, 0, 131, 0, 0, 0, 133, 0, 0, 0, 64, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 56, 0, 0, 0, 53, 0, 0, 0, 13, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 25, 0, 0, 0, 15, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 5, 0, 0, 0, 7, 0, 0, 0, 11, 0, 0, 0, 13, 0, 0, 0, 17, 0, 0, 0, 19, 0, 0, 0, 23, 0, 0, 0, 29, 0, 0, 0, 31, 0, 0, 0, 37, 0, 0, 0, 41, 0, 0, 0, 43, 0, 0, 0, 47, 0, 0, 0, 53, 0, 0, 0, 59, 0, 0, 0, 61, 0, 0, 0, 67, 0, 0, 0, 71, 0, 0, 0, 73, 0, 0, 0, 79, 0, 0, 0, 83, 0, 0, 0, 89, 0, 0, 0, 97, 0, 0, 0, 101, 0, 0, 0, 103, 0, 0, 0, 107, 0, 0, 0, 109, 0, 0, 0, 113, 0, 0, 0, 127, 0, 0, 0, 131, 0, 0, 0, 137, 0, 0, 0, 139, 0, 0, 0, 149, 0, 0, 0, 151, 0, 0, 0, 157, 0, 0, 0, 163, 0, 0, 0, 167, 0, 0, 0, 173, 0, 0, 0, 179, 0, 0, 0, 181, 0, 0, 0, 191, 0, 0, 0, 193, 0, 0, 0, 197, 0, 0, 0, 199, 0, 0, 0, 211, 0, 0, 0, 1, 0, 0, 0, 11, 0, 0, 0, 13, 0, 0, 0, 17, 0, 0, 0, 19, 0, 0, 0, 23, 0, 0, 0, 29, 0, 0, 0, 31, 0, 0, 0, 37, 0, 0, 0, 41, 0, 0, 0, 43, 0, 0, 0, 47, 0, 0, 0, 53, 0, 0, 0, 59, 0, 0, 0, 61, 0, 0, 0, 67, 0, 0, 0, 71, 0, 0, 0, 73, 0, 0, 0, 79, 0, 0, 0, 83, 0, 0, 0, 89, 0, 0, 0, 97, 0, 0, 0, 101, 0, 0, 0, 103, 0, 0, 0, 107, 0, 0, 0, 109, 0, 0, 0, 113, 0, 0, 0, 121, 0, 0, 0, 127, 0, 0, 0, 131, 0, 0, 0, 137, 0, 0, 0, 139, 0, 0, 0, 143, 0, 0, 0, 149, 0, 0, 0, 151, 0, 0, 0, 157, 0, 0, 0, 163, 0, 0, 0, 167, 0, 0, 0, 169, 0, 0, 0, 173, 0, 0, 0, 179, 0, 0, 0, 181, 0, 0, 0, 187, 0, 0, 0, 191, 0, 0, 0, 193, 0, 0, 0, 197, 0, 0, 0, 199, 0, 0, 0, 209, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 134, 0, 0, 0, 135, 0, 0, 0, 0, 0, 0, 0, 24, 6, 0, 0, 128, 0, 0, 0, 136, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 51, 0, 0, 0, 4, 0, 0, 0, 21, 0, 0, 0, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 32, 6, 0, 0, 131, 0, 0, 0, 137, 0, 0, 0, 65, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 52, 0, 0, 0, 53, 0, 0, 0, 13, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 25, 0, 0, 0, 14, 0, 0, 0, 24, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 40, 6, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 248, 255, 255, 255, 248, 255, 255, 255, 40, 6, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 64, 6, 0, 0, 138, 0, 0, 0, 139, 0, 0, 0, 248, 255, 255, 255, 248, 255, 255, 255, 64, 6, 0, 0, 140, 0, 0, 0, 141, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 88, 6, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 252, 255, 255, 255, 252, 255, 255, 255, 88, 6, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 112, 6, 0, 0, 142, 0, 0, 0, 143, 0, 0, 0, 252, 255, 255, 255, 252, 255, 255, 255, 112, 6, 0, 0, 144, 0, 0, 0, 145, 0, 0, 0, 0, 0, 0, 0, 168, 6, 0, 0, 146, 0, 0, 0, 147, 0, 0, 0, 148, 0, 0, 0, 1, 0, 0, 0, 7, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 200, 6, 0, 0, 149, 0, 0, 0, 150, 0, 0, 0, 148, 0, 0, 0, 2, 0, 0, 0, 8, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 216, 6, 0, 0, 151, 0, 0, 0, 152, 0, 0, 0, 148, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 24, 7, 0, 0, 153, 0, 0, 0, 154, 0, 0, 0, 148, 0, 0, 0, 12, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 80, 7, 0, 0, 155, 0, 0, 0, 156, 0, 0, 0, 148, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 23, 0, 0, 0, 5, 0, 0, 0, 24, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 144, 7, 0, 0, 157, 0, 0, 0, 158, 0, 0, 0, 148, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 25, 0, 0, 0, 9, 0, 0, 0, 26, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 200, 7, 0, 0, 159, 0, 0, 0, 160, 0, 0, 0, 148, 0, 0, 0, 59, 0, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 29, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 1, 0, 0, 0, 248, 255, 255, 255, 200, 7, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 161, 0, 0, 0, 162, 0, 0, 0, 148, 0, 0, 0, 67, 0, 0, 0, 32, 0, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 2, 0, 0, 0, 248, 255, 255, 255, 0, 8, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 37, 0, 0, 0, 72, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 83, 0, 0, 0, 37, 0, 0, 0, 109, 0, 0, 0, 47, 0, 0, 0, 37, 0, 0, 0, 100, 0, 0, 0, 47, 0, 0, 0, 37, 0, 0, 0, 121, 0, 0, 0, 37, 0, 0, 0, 89, 0, 0, 0, 45, 0, 0, 0, 37, 0, 0, 0, 109, 0, 0, 0, 45, 0, 0, 0, 37, 0, 0, 0, 100, 0, 0, 0, 37, 0, 0, 0, 73, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 83, 0, 0, 0, 32, 0, 0, 0, 37, 0, 0, 0, 112, 0, 0, 0, 37, 0, 0, 0, 72, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 37, 0, 0, 0, 72, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 83, 0, 0, 0, 83, 0, 0, 0, 117, 0, 0, 0, 110, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 111, 0, 0, 0, 110, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 117, 0, 0, 0, 101, 0, 0, 0, 115, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE); +allocate([ 87, 0, 0, 0, 101, 0, 0, 0, 100, 0, 0, 0, 110, 0, 0, 0, 101, 0, 0, 0, 115, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 104, 0, 0, 0, 117, 0, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 114, 0, 0, 0, 105, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 97, 0, 0, 0, 116, 0, 0, 0, 117, 0, 0, 0, 114, 0, 0, 0, 100, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 117, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 111, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 117, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 87, 0, 0, 0, 101, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 104, 0, 0, 0, 117, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 114, 0, 0, 0, 105, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 97, 0, 0, 0, 116, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 97, 0, 0, 0, 110, 0, 0, 0, 117, 0, 0, 0, 97, 0, 0, 0, 114, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 101, 0, 0, 0, 98, 0, 0, 0, 114, 0, 0, 0, 117, 0, 0, 0, 97, 0, 0, 0, 114, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 97, 0, 0, 0, 114, 0, 0, 0, 99, 0, 0, 0, 104, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 112, 0, 0, 0, 114, 0, 0, 0, 105, 0, 0, 0, 108, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 97, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 117, 0, 0, 0, 110, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 117, 0, 0, 0, 108, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 117, 0, 0, 0, 103, 0, 0, 0, 117, 0, 0, 0, 115, 0, 0, 0, 116, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 101, 0, 0, 0, 112, 0, 0, 0, 116, 0, 0, 0, 101, 0, 0, 0, 109, 0, 0, 0, 98, 0, 0, 0, 101, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 99, 0, 0, 0, 116, 0, 0, 0, 111, 0, 0, 0, 98, 0, 0, 0, 101, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 111, 0, 0, 0, 118, 0, 0, 0, 101, 0, 0, 0, 109, 0, 0, 0, 98, 0, 0, 0, 101, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 101, 0, 0, 0, 99, 0, 0, 0, 101, 0, 0, 0, 109, 0, 0, 0, 98, 0, 0, 0, 101, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 97, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 101, 0, 0, 0, 98, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 97, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 112, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 117, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 117, 0, 0, 0, 108, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 117, 0, 0, 0, 103, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 101, 0, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 99, 0, 0, 0, 116, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 111, 0, 0, 0, 118, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 101, 0, 0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 97, 0, 0, 0, 32, 0, 0, 0, 37, 0, 0, 0, 98, 0, 0, 0, 32, 0, 0, 0, 37, 0, 0, 0, 100, 0, 0, 0, 32, 0, 0, 0, 37, 0, 0, 0, 72, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 83, 0, 0, 0, 32, 0, 0, 0, 37, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 73, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 83, 0, 0, 0, 32, 0, 0, 0, 37, 0, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 109, 0, 0, 0, 47, 0, 0, 0, 37, 0, 0, 0, 100, 0, 0, 0, 47, 0, 0, 0, 37, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 72, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 77, 0, 0, 0, 58, 0, 0, 0, 37, 0, 0, 0, 83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 8, 0, 0, 163, 0, 0, 0, 164, 0, 0, 0, 148, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 88, 8, 0, 0, 165, 0, 0, 0, 166, 0, 0, 0, 148, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 120, 8, 0, 0, 167, 0, 0, 0, 168, 0, 0, 0, 148, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 77, 0, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 0, 0, 0, 0, 160, 8, 0, 0, 169, 0, 0, 0, 170, 0, 0, 0, 148, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 80, 0, 0, 0, 76, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 192, 8, 0, 0, 171, 0, 0, 0, 172, 0, 0, 0, 148, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 83, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 0, 0, 0, 0, 224, 8, 0, 0, 173, 0, 0, 0, 174, 0, 0, 0, 148, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 87, 0, 0, 0, 86, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 175, 0, 0, 0, 176, 0, 0, 0, 148, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 40, 9, 0, 0, 177, 0, 0, 0, 178, 0, 0, 0, 148, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 80, 9, 0, 0, 179, 0, 0, 0, 180, 0, 0, 0, 148, 0, 0, 0, 1, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 120, 9, 0, 0, 181, 0, 0, 0, 182, 0, 0, 0, 148, 0, 0, 0, 2, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 160, 9, 0, 0, 183, 0, 0, 0, 184, 0, 0, 0, 148, 0, 0, 0, 18, 0, 0, 0, 4, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 200, 9, 0, 0, 185, 0, 0, 0, 186, 0, 0, 0, 148, 0, 0, 0, 19, 0, 0, 0, 5, 0, 0, 0, 91, 0, 0, 0, 0, 0, 0, 0, 232, 9, 0, 0, 187, 0, 0, 0, 188, 0, 0, 0, 148, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 12, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 0, 32, 10, 0, 0, 187, 0, 0, 0, 189, 0, 0, 0, 148, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 12, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 0, 80, 10, 0, 0, 190, 0, 0, 0, 191, 0, 0, 0, 148, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 13, 0, 0, 0, 90, 0, 0, 0, 91, 0, 0, 0, 14, 0, 0, 0, 92, 0, 0, 0, 0, 0, 0, 0, 144, 10, 0, 0, 192, 0, 0, 0, 193, 0, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 160, 10, 0, 0, 194, 0, 0, 0, 195, 0, 0, 0, 148, 0, 0, 0, 27, 0, 0, 0, 20, 0, 0, 0, 28, 0, 0, 0, 21, 0, 0, 0, 29, 0, 0, 0, 1, 0, 0, 0, 22, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 232, 10, 0, 0, 196, 0, 0, 0, 197, 0, 0, 0, 148, 0, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 92, 0, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 0, 0, 0, 0, 248, 10, 0, 0, 198, 0, 0, 0, 199, 0, 0, 0, 148, 0, 0, 0, 95, 0, 0, 0, 96, 0, 0, 0, 95, 0, 0, 0, 96, 0, 0, 0, 97, 0, 0, 0, 116, 0, 0, 0, 114, 0, 0, 0, 117, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 102, 0, 0, 0, 97, 0, 0, 0, 108, 0, 0, 0, 115, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 6, 0, 0, 187, 0, 0, 0, 200, 0, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 200, 10, 0, 0, 187, 0, 0, 0, 201, 0, 0, 0, 148, 0, 0, 0, 23, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 30, 0, 0, 0, 24, 0, 0, 0, 31, 0, 0, 0, 25, 0, 0, 0, 32, 0, 0, 0, 5, 0, 0, 0, 26, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 48, 10, 0, 0, 187, 0, 0, 0, 202, 0, 0, 0, 148, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 17, 0, 0, 0, 97, 0, 0, 0, 98, 0, 0, 0, 18, 0, 0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 112, 10, 0, 0, 187, 0, 0, 0, 203, 0, 0, 0, 148, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 19, 0, 0, 0, 100, 0, 0, 0, 101, 0, 0, 0, 20, 0, 0, 0, 102, 0, 0, 0, 0, 0, 0, 0, 248, 9, 0, 0, 187, 0, 0, 0, 204, 0, 0, 0, 148, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 12, 0, 0, 0, 89, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 11, 0, 0, 205, 0, 0, 0, 206, 0, 0, 0, 207, 0, 0, 0, 208, 0, 0, 0, 27, 0, 0, 0, 6, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 40, 11, 0, 0, 205, 0, 0, 0, 209, 0, 0, 0, 207, 0, 0, 0, 208, 0, 0, 0, 27, 0, 0, 0, 7, 0, 0, 0, 2, 0, 0, 0, 10, 0, 0, 0, 48, 157, 0, 0, 0, 0, 0, 0, 80, 11, 0, 0, 210, 0, 0, 0, 211, 0, 0, 0, 103, 0, 0, 0, 0, 0, 0, 0, 128, 11, 0, 0, 205, 0, 0, 0, 212, 0, 0, 0, 207, 0, 0, 0, 208, 0, 0, 0, 27, 0, 0, 0, 8, 0, 0, 0, 3, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 3, 32, 2, 32, 2, 32, 2, 32, 2, 32, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 1, 96, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 8, 213, 8, 213, 8, 213, 8, 213, 8, 213, 8, 213, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 8, 214, 8, 214, 8, 214, 8, 214, 8, 214, 8, 214, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 4, 192, 4, 192, 4, 192, 4, 192, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103, 108, 111, 98, 97, 108, 0, 78, 97, 78, 0, 73, 110, 102, 105, 110, 105, 116, 121, 0, 116, 111, 112, 109, 111, 115, 116, 0, 73, 110, 116, 56, 65, 114, 114, 97, 121, 0, 73, 110, 116, 49, 54, 65, 114, 114, 97, 121, 0, 73, 110, 116, 51, 50, 65, 114, 114, 97, 121, 0, 85, 105, 110, 116, 56, 65, 114, 114, 97, 121, 0, 85, 105, 110, 116, 49, 54, 65, 114, 114, 97, 121, 0, 85, 105, 110, 116, 51, 50, 65, 114, 114, 97, 121, 0, 70, 108, 111, 97, 116, 51, 50, 65, 114, 114, 97, 121, 0, 70, 108, 111, 97, 116, 54, 52, 65, 114, 114, 97, 121, 0, 105, 109, 112, 111, 115, 115, 105, 98, 108, 101, 45, 99, 111, 110, 116, 105, 110, 117, 101, 0, 77, 97, 116, 104, 0, 105, 109, 117, 108, 0, 99, 108, 122, 51, 50, 0, 102, 114, 111, 117, 110, 100, 0, 97, 115, 109, 50, 119, 97, 115, 109, 0, 102, 54, 52, 45, 114, 101, 109, 0, 102, 54, 52, 45, 116, 111, 45, 105, 110, 116, 0, 103, 108, 111, 98, 97, 108, 46, 77, 97, 116, 104, 0, 97, 115, 109, 50, 119, 97, 115, 109, 95, 105, 51, 50, 95, 116, 101, 109, 112, 0, 100, 101, 98, 117, 103, 103, 101, 114, 0, 95, 95, 103, 114, 111, 119, 87, 97, 115, 109, 77, 101, 109, 111, 114, 121, 0, 110, 101, 119, 83, 105, 122, 101, 0, 102, 117, 110, 99, 0, 114, 101, 115, 117, 108, 116, 0, 115, 101, 103, 109, 101, 110, 116, 0, 101, 120, 112, 111, 114, 116, 0, 105, 109, 112, 111, 114, 116, 0, 108, 111, 99, 97, 108, 0, 99, 97, 108, 108, 95, 105, 109, 112, 111, 114, 116, 0, 99, 97, 108, 108, 95, 105, 110, 100, 105, 114, 101, 99, 116, 0, 98, 114, 95, 105, 102, 0, 116, 104, 101, 110, 0, 45, 105, 110, 102, 105, 110, 105, 116, 121, 0, 45, 110, 97, 110, 0, 98, 114, 0, 117, 115, 101, 32, 97, 115, 109, 0, 98, 117, 102, 102, 101, 114, 0, 101, 110, 118, 0, 102, 97, 107, 101, 95, 114, 101, 116, 117, 114, 110, 95, 119, 97, 107, 97, 49, 50, 51, 0, 77, 97, 116, 104, 95, 105, 109, 117, 108, 0, 77, 97, 116, 104, 95, 99, 108, 122, 51, 50, 0, 77, 97, 116, 104, 95, 99, 116, 122, 51, 50, 0, 77, 97, 116, 104, 95, 112, 111, 112, 99, 110, 116, 51, 50, 0, 77, 97, 116, 104, 95, 97, 98, 115, 0, 77, 97, 116, 104, 95, 99, 101, 105, 108, 0, 77, 97, 116, 104, 95, 102, 108, 111, 111, 114, 0, 77, 97, 116, 104, 95, 116, 114, 117, 110, 99, 0, 77, 97, 116, 104, 95, 78, 69, 65, 82, 69, 83, 84, 0, 77, 97, 116, 104, 95, 115, 113, 114, 116, 0, 77, 97, 116, 104, 95, 109, 97, 120, 0, 77, 97, 116, 104, 95, 109, 105, 110, 0, 70, 85, 78, 67, 83, 73, 71, 36, 0, 97, 115, 116, 91, 48, 93, 32, 61, 61, 32, 84, 79, 80, 76, 69, 86, 69, 76, 0, 115, 114, 99, 47, 97, 115, 109, 50, 119, 97, 115, 109, 46, 104, 0, 112, 114, 111, 99, 101, 115, 115, 65, 115, 109, 0, 97, 115, 109, 70, 117, 110, 99, 116, 105, 111, 110, 91, 48, 93, 32, 61, 61, 32, 68, 69, 70, 85, 78, 0, 97, 108, 109, 111, 115, 116, 32, 97, 115, 109, 0, 98, 111, 100, 121, 91, 48, 93, 91, 48, 93, 32, 61, 61, 32, 83, 84, 65, 84, 32, 38, 38, 32, 98, 111, 100, 121, 91, 48, 93, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 83, 84, 82, 73, 78, 71, 32, 38, 38, 32, 40, 98, 111, 100, 121, 91, 48, 93, 91, 49, 93, 91, 49, 93, 45, 62, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 40, 41, 32, 61, 61, 32, 73, 83, 116, 114, 105, 110, 103, 40, 34, 117, 115, 101, 32, 97, 115, 109, 34, 41, 32, 124, 124, 32, 98, 111, 100, 121, 91, 48, 93, 91, 49, 93, 91, 49, 93, 45, 62, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 40, 41, 32, 61, 61, 32, 73, 83, 116, 114, 105, 110, 103, 40, 34, 97, 108, 109, 111, 115, 116, 32, 97, 115, 109, 34, 41, 41, 0, 118, 97, 108, 117, 101, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 49, 93, 32, 61, 61, 32, 79, 82, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 51, 93, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 51, 93, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 49, 93, 32, 61, 61, 32, 80, 76, 85, 83, 0, 105, 109, 112, 111, 114, 116, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 49, 93, 91, 49, 93, 32, 61, 61, 32, 77, 97, 116, 104, 95, 102, 114, 111, 117, 110, 100, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 50, 93, 91, 48, 93, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 50, 93, 91, 48, 93, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 48, 93, 32, 61, 61, 32, 67, 65, 76, 76, 0, 105, 110, 118, 97, 108, 105, 100, 32, 118, 105, 101, 119, 32, 105, 109, 112, 111, 114, 116, 0, 99, 111, 110, 115, 116, 114, 117, 99, 116, 111, 114, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 105, 110, 118, 97, 108, 105, 100, 32, 115, 104, 111, 114, 116, 32, 118, 105, 101, 119, 32, 105, 109, 112, 111, 114, 116, 0, 118, 105, 101, 119, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 61, 61, 32, 118, 105, 101, 119, 115, 46, 101, 110, 100, 40, 41, 0, 105, 110, 118, 97, 108, 105, 100, 32, 118, 97, 114, 32, 101, 108, 101, 109, 101, 110, 116, 0, 112, 97, 105, 114, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 95, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 95, 114, 101, 112, 108, 97, 99, 101, 95, 109, 101, 109, 111, 114, 121, 0, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 115, 77, 97, 112, 46, 102, 105, 110, 100, 40, 118, 97, 108, 117, 101, 41, 32, 61, 61, 32, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 115, 77, 97, 112, 46, 101, 110, 100, 40, 41, 0, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 115, 77, 97, 112, 46, 102, 105, 110, 100, 40, 118, 97, 108, 117, 101, 41, 32, 33, 61, 32, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 115, 77, 97, 112, 46, 101, 110, 100, 40, 41, 0, 102, 117, 110, 99, 116, 105, 111, 110, 84, 97, 98, 108, 101, 83, 116, 97, 114, 116, 115, 46, 102, 105, 110, 100, 40, 116, 97, 98, 108, 101, 78, 97, 109, 101, 41, 32, 33, 61, 32, 102, 117, 110, 99, 116, 105, 111, 110, 84, 97, 98, 108, 101, 83, 116, 97, 114, 116, 115, 46, 101, 110, 100, 40, 41, 0, 10, 102, 117, 110, 99, 58, 32, 0, 99, 117, 114, 114, 91, 48, 93, 32, 61, 61, 32, 83, 84, 65, 84, 0, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 0, 99, 117, 114, 114, 91, 48, 93, 32, 61, 61, 32, 65, 83, 83, 73, 71, 78, 32, 38, 38, 32, 99, 117, 114, 114, 91, 50, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 98, 114, 101, 97, 107, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 32, 38, 38, 32, 99, 111, 110, 116, 105, 110, 117, 101, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 0, 112, 97, 114, 101, 110, 116, 76, 97, 98, 101, 108, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 119, 97, 115, 109, 0, 42, 114, 101, 116, 117, 114, 110, 58, 41, 42, 0, 109, 111, 100, 105, 102, 105, 101, 114, 32, 63, 32, 112, 111, 115, 105, 116, 105, 118, 101, 91, 52, 93, 32, 61, 61, 32, 39, 48, 39, 32, 38, 38, 32, 112, 111, 115, 105, 116, 105, 118, 101, 91, 53, 93, 32, 61, 61, 32, 39, 120, 39, 32, 58, 32, 49, 0, 115, 114, 99, 47, 112, 97, 114, 115, 105, 110, 103, 46, 104, 0, 112, 97, 114, 115, 101, 67, 111, 110, 115, 116, 0, 114, 101, 116, 45, 62, 118, 97, 108, 117, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 116, 121, 112, 101, 0, 115, 105, 103, 110, 97, 116, 117, 114, 101, 115, 0, 105, 109, 112, 111, 114, 116, 95, 116, 97, 98, 108, 101, 0, 102, 117, 110, 99, 116, 105, 111, 110, 95, 115, 105, 103, 110, 97, 116, 117, 114, 101, 115, 0, 102, 117, 110, 99, 116, 105, 111, 110, 115, 0, 101, 120, 112, 111, 114, 116, 95, 116, 97, 98, 108, 101, 0, 100, 97, 116, 97, 95, 115, 101, 103, 109, 101, 110, 116, 115, 0, 102, 117, 110, 99, 116, 105, 111, 110, 95, 116, 97, 98, 108, 101, 0, 110, 97, 109, 101, 115, 0, 101, 110, 100, 0, 115, 116, 97, 114, 116, 95, 102, 117, 110, 99, 116, 105, 111, 110, 0, 97, 115, 109, 32, 112, 97, 114, 115, 105, 110, 103, 46, 46, 46, 10, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 112, 114, 111, 118, 105, 100, 101, 100, 84, 111, 116, 97, 108, 77, 101, 109, 111, 114, 121, 39, 93, 59, 32, 125, 0, 69, 114, 114, 111, 114, 58, 32, 112, 114, 111, 118, 105, 100, 101, 100, 32, 109, 101, 109, 111, 114, 121, 32, 105, 115, 32, 110, 111, 116, 32, 97, 32, 109, 117, 108, 116, 105, 112, 108, 101, 32, 111, 102, 32, 116, 104, 101, 32, 54, 52, 107, 32, 119, 97, 115, 109, 32, 112, 97, 103, 101, 32, 115, 105, 122, 101, 10, 0, 119, 97, 115, 109, 105, 110, 103, 46, 46, 46, 10, 0, 111, 112, 116, 105, 109, 105, 122, 105, 110, 103, 46, 46, 46, 10, 0, 109, 97, 112, 112, 105, 110, 103, 32, 103, 108, 111, 98, 97, 108, 115, 46, 46, 46, 10, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 108, 111, 111, 107, 117, 112, 73, 109, 112, 111, 114, 116, 39, 93, 40, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 44, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 49, 41, 41, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 61, 32, 36, 49, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 61, 32, 36, 49, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 54, 52, 39, 93, 91, 36, 48, 32, 62, 62, 32, 51, 93, 32, 61, 32, 36, 49, 32, 125, 0, 119, 97, 115, 109, 45, 115, 45, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 112, 97, 114, 115, 105, 110, 103, 46, 46, 46, 10, 0, 119, 97, 115, 109, 45, 98, 105, 110, 97, 114, 121, 32, 112, 97, 114, 115, 105, 110, 103, 46, 46, 46, 10, 0, 105, 110, 115, 116, 97, 110, 116, 105, 97, 116, 105, 110, 103, 32, 109, 111, 100, 117, 108, 101, 58, 32, 10, 0, 103, 101, 110, 101, 114, 97, 116, 105, 110, 103, 32, 101, 120, 112, 111, 114, 116, 115, 46, 46, 46, 10, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 97, 115, 109, 69, 120, 112, 111, 114, 116, 115, 39, 93, 32, 61, 32, 123, 125, 59, 32, 125, 0, 123, 32, 118, 97, 114, 32, 110, 97, 109, 101, 32, 61, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 97, 115, 109, 69, 120, 112, 111, 114, 116, 115, 39, 93, 91, 110, 97, 109, 101, 93, 32, 61, 32, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 32, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 32, 61, 32, 65, 114, 114, 97, 121, 46, 112, 114, 111, 116, 111, 116, 121, 112, 101, 46, 115, 108, 105, 99, 101, 46, 99, 97, 108, 108, 40, 97, 114, 103, 117, 109, 101, 110, 116, 115, 41, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 95, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 39, 93, 40, 36, 48, 41, 59, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 82, 101, 116, 117, 114, 110, 39, 93, 59, 32, 125, 59, 32, 125, 0, 99, 114, 101, 97, 116, 105, 110, 103, 32, 105, 110, 115, 116, 97, 110, 99, 101, 46, 46, 46, 10, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 101, 120, 116, 114, 97, 83, 116, 97, 99, 107, 84, 114, 97, 99, 101, 39, 93, 32, 61, 32, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 32, 123, 32, 114, 101, 116, 117, 114, 110, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 77, 111, 100, 117, 108, 101, 91, 39, 95, 105, 110, 116, 101, 114, 112, 114, 101, 116, 101, 114, 95, 115, 116, 97, 99, 107, 95, 116, 114, 97, 99, 101, 39, 93, 40, 41, 41, 59, 32, 125, 59, 32, 125, 0, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 32, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 106, 115, 46, 99, 112, 112, 0, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 46, 108, 101, 110, 103, 116, 104, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 91, 36, 48, 93, 32, 125, 0, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 32, 114, 101, 116, 117, 114, 110, 105, 110, 103, 32, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 82, 101, 116, 117, 114, 110, 39, 93, 32, 61, 32, 117, 110, 100, 101, 102, 105, 110, 101, 100, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 82, 101, 116, 117, 114, 110, 39, 93, 32, 61, 32, 36, 48, 32, 125, 0, 115, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 105, 115, 116, 114, 105, 110, 103, 46, 104, 0, 73, 83, 116, 114, 105, 110, 103, 0, 105, 115, 83, 116, 114, 105, 110, 103, 40, 41, 0, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 0, 115, 105, 122, 101, 0, 105, 115, 78, 117, 109, 98, 101, 114, 40, 41, 0, 103, 101, 116, 78, 117, 109, 98, 101, 114, 0, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 61, 61, 32, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 101, 110, 100, 40, 41, 0, 97, 108, 108, 111, 99, 97, 116, 101, 71, 108, 111, 98, 97, 108, 0, 110, 101, 120, 116, 71, 108, 111, 98, 97, 108, 32, 60, 32, 109, 97, 120, 71, 108, 111, 98, 97, 108, 0, 105, 109, 112, 111, 114, 116, 101, 100, 91, 48, 93, 32, 61, 61, 32, 68, 79, 84, 0, 109, 111, 100, 117, 108, 101, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 77, 97, 116, 104, 95, 105, 109, 117, 108, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 99, 108, 122, 51, 50, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 102, 114, 111, 117, 110, 100, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 97, 98, 115, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 102, 108, 111, 111, 114, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 99, 101, 105, 108, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 115, 113, 114, 116, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 109, 111, 100, 117, 108, 101, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 103, 101, 116, 67, 83, 116, 114, 105, 110, 103, 0, 111, 112, 101, 114, 97, 110, 100, 115, 32, 38, 38, 32, 111, 112, 101, 114, 97, 110, 100, 115, 45, 62, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 103, 101, 116, 66, 117, 105, 108, 116, 105, 110, 70, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 0, 105, 105, 0, 102, 102, 0, 100, 100, 0, 34, 40, 110, 117, 108, 108, 41, 34, 0, 91, 93, 0, 110, 117, 108, 108, 0, 34, 58, 32, 0, 112, 97, 115, 115, 0, 115, 114, 99, 47, 112, 97, 115, 115, 46, 104, 0, 78, 83, 116, 51, 95, 95, 49, 49, 57, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 105, 110, 103, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 98, 117, 102, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 99, 69, 69, 69, 69, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 105, 51, 50, 0, 99, 97, 115, 116, 84, 111, 70, 51, 50, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 105, 54, 52, 0, 99, 97, 115, 116, 84, 111, 70, 54, 52, 0, 97, 115, 109, 50, 119, 97, 115, 109, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 32, 38, 38, 32, 115, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 80, 97, 114, 115, 101, 114, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 32, 38, 38, 32, 115, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 32, 38, 38, 32, 105, 110, 115, 116, 97, 110, 99, 101, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 0, 112, 114, 101, 112, 97, 114, 101, 50, 119, 97, 115, 109, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 33, 33, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 87, 65, 83, 77, 95, 74, 83, 95, 68, 69, 66, 85, 71, 39, 93, 32, 125, 0, 47, 47, 32, 69, 77, 83, 67, 82, 73, 80, 84, 69, 78, 95, 83, 84, 65, 82, 84, 95, 70, 85, 78, 67, 83, 0, 114, 101, 116, 117, 114, 110, 32, 116, 114, 117, 101, 59, 0, 102, 117, 110, 99, 116, 105, 111, 110, 32, 0, 115, 116, 114, 115, 116, 114, 40, 103, 114, 111, 119, 116, 104, 70, 117, 110, 99, 83, 116, 97, 114, 116, 32, 43, 32, 49, 44, 32, 34, 102, 117, 110, 99, 116, 105, 111, 110, 32, 34, 41, 32, 61, 61, 32, 48, 0, 112, 114, 111, 99, 101, 115, 115, 0, 103, 114, 111, 119, 116, 104, 70, 117, 110, 99, 69, 110, 100, 32, 62, 32, 103, 114, 111, 119, 116, 104, 70, 117, 110, 99, 83, 116, 97, 114, 116, 32, 43, 32, 53, 0, 115, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 115, 45, 112, 97, 114, 115, 101, 114, 46, 104, 0, 112, 97, 114, 115, 101, 0, 115, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 0, 105, 115, 76, 105, 115, 116, 95, 0, 108, 105, 115, 116, 0, 32, 41, 0, 109, 111, 100, 117, 108, 101, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 77, 79, 68, 85, 76, 69, 0, 83, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 0, 33, 105, 115, 76, 105, 115, 116, 95, 0, 115, 116, 114, 0, 102, 117, 110, 99, 46, 105, 115, 76, 105, 115, 116, 40, 41, 0, 112, 97, 114, 115, 101, 84, 121, 112, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 55, 98, 97, 100, 95, 102, 117, 110, 99, 116, 105, 111, 110, 95, 99, 97, 108, 108, 69, 0, 114, 101, 115, 117, 108, 116, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 82, 69, 83, 85, 76, 84, 0, 112, 97, 114, 115, 101, 73, 109, 112, 111, 114, 116, 0, 98, 97, 100, 32, 109, 111, 100, 117, 108, 101, 32, 101, 108, 101, 109, 101, 110, 116, 32, 0, 112, 97, 114, 115, 101, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 0, 110, 97, 109, 101, 46, 115, 116, 114, 0, 97, 98, 111, 114, 116, 105, 110, 103, 32, 111, 110, 32, 0, 108, 101, 102, 116, 45, 62, 116, 121, 112, 101, 32, 33, 61, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 32, 38, 38, 32, 114, 105, 103, 104, 116, 45, 62, 116, 121, 112, 101, 32, 33, 61, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 32, 63, 32, 108, 101, 102, 116, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 114, 105, 103, 104, 116, 45, 62, 116, 121, 112, 101, 32, 58, 32, 116, 114, 117, 101, 0, 102, 105, 110, 97, 108, 105, 122, 101, 0, 101, 120, 116, 114, 97, 91, 49, 93, 32, 61, 61, 32, 39, 54, 39, 0, 109, 97, 107, 101, 76, 111, 97, 100, 0, 101, 120, 116, 114, 97, 91, 49, 93, 32, 61, 61, 32, 39, 50, 39, 0, 99, 95, 115, 116, 114, 0, 109, 97, 107, 101, 83, 116, 111, 114, 101, 0, 108, 97, 98, 101, 108, 83, 116, 97, 99, 107, 46, 98, 97, 99, 107, 40, 41, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 110, 97, 109, 101, 0, 109, 97, 107, 101, 66, 108, 111, 99, 107, 0, 105, 110, 118, 97, 108, 105, 100, 0, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 77, 97, 112, 46, 102, 105, 110, 100, 40, 116, 121, 112, 101, 41, 32, 33, 61, 32, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 77, 97, 112, 46, 101, 110, 100, 40, 41, 0, 109, 97, 107, 101, 67, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 0, 105, 102, 45, 116, 114, 117, 101, 0, 105, 102, 45, 101, 108, 115, 101, 0, 78, 52, 119, 97, 115, 109, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 69, 118, 69, 69, 0, 95, 105, 100, 32, 61, 61, 32, 84, 40, 41, 46, 95, 105, 100, 0, 99, 97, 115, 116, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 108, 111, 111, 112, 45, 111, 117, 116, 0, 108, 111, 111, 112, 45, 105, 110, 0, 99, 117, 114, 114, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 83, 69, 71, 77, 69, 78, 84, 0, 112, 97, 114, 115, 101, 77, 101, 109, 111, 114, 121, 0, 115, 91, 50, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 77, 69, 77, 79, 82, 89, 0, 112, 97, 114, 115, 101, 69, 120, 112, 111, 114, 116, 0, 115, 101, 99, 116, 105, 111, 110, 83, 105, 122, 101, 32, 60, 32, 112, 111, 115, 32, 43, 32, 105, 110, 112, 117, 116, 46, 115, 105, 122, 101, 40, 41, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 98, 105, 110, 97, 114, 121, 46, 104, 0, 114, 101, 97, 100, 0, 61, 61, 32, 114, 101, 97, 100, 69, 110, 100, 0, 61, 61, 32, 114, 101, 97, 100, 72, 101, 97, 100, 101, 114, 0, 120, 32, 61, 61, 32, 121, 0, 118, 101, 114, 105, 102, 121, 73, 110, 116, 51, 50, 0, 60, 61, 61, 0, 103, 101, 116, 73, 110, 116, 51, 50, 58, 32, 0, 32, 61, 61, 62, 0, 103, 101, 116, 73, 110, 116, 49, 54, 58, 32, 0, 109, 111, 114, 101, 40, 41, 0, 103, 101, 116, 73, 110, 116, 56, 0, 103, 101, 116, 73, 110, 116, 56, 58, 32, 0, 32, 40, 97, 116, 32, 0, 103, 101, 116, 85, 51, 50, 76, 69, 66, 58, 32, 0, 118, 97, 108, 117, 101, 32, 60, 32, 48, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 55, 87, 97, 115, 109, 66, 105, 110, 97, 114, 121, 66, 117, 105, 108, 100, 101, 114, 57, 103, 101, 116, 85, 51, 50, 76, 69, 66, 69, 118, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 52, 95, 69, 69, 70, 104, 118, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 104, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 55, 87, 97, 115, 109, 66, 105, 110, 97, 114, 121, 66, 117, 105, 108, 100, 101, 114, 57, 103, 101, 116, 85, 51, 50, 76, 69, 66, 69, 118, 69, 85, 108, 118, 69, 95, 0, 61, 61, 32, 114, 101, 97, 100, 83, 116, 97, 114, 116, 0, 61, 61, 32, 114, 101, 97, 100, 77, 101, 109, 111, 114, 121, 0, 118, 101, 114, 105, 102, 121, 73, 110, 116, 56, 0, 61, 61, 32, 114, 101, 97, 100, 83, 105, 103, 110, 97, 116, 117, 114, 101, 115, 0, 110, 117, 109, 58, 32, 0, 114, 101, 97, 100, 32, 111, 110, 101, 0, 110, 117, 109, 32, 112, 97, 114, 97, 109, 115, 58, 32, 0, 61, 61, 32, 114, 101, 97, 100, 73, 109, 112, 111, 114, 116, 115, 0, 105, 109, 112, 111, 114, 116, 36, 0, 105, 110, 100, 101, 120, 32, 60, 32, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 46, 115, 105, 122, 101, 40, 41, 0, 114, 101, 97, 100, 73, 109, 112, 111, 114, 116, 115, 0, 99, 117, 114, 114, 45, 62, 116, 121, 112, 101, 45, 62, 110, 97, 109, 101, 46, 105, 115, 40, 41, 0, 103, 101, 116, 73, 110, 108, 105, 110, 101, 83, 116, 114, 105, 110, 103, 58, 32, 0, 61, 61, 32, 114, 101, 97, 100, 70, 117, 110, 99, 116, 105, 111, 110, 83, 105, 103, 110, 97, 116, 117, 114, 101, 115, 0, 114, 101, 97, 100, 70, 117, 110, 99, 116, 105, 111, 110, 83, 105, 103, 110, 97, 116, 117, 114, 101, 115, 0, 61, 61, 32, 114, 101, 97, 100, 70, 117, 110, 99, 116, 105, 111, 110, 115, 0, 114, 101, 97, 100, 32, 111, 110, 101, 32, 97, 116, 32, 0, 115, 105, 122, 101, 32, 62, 32, 48, 0, 114, 101, 97, 100, 70, 117, 110, 99, 116, 105, 111, 110, 115, 0, 114, 101, 97, 100, 105, 110, 103, 0, 112, 114, 111, 99, 101, 115, 115, 105, 110, 103, 32, 102, 117, 110, 99, 116, 105, 111, 110, 58, 32, 0, 98, 114, 101, 97, 107, 83, 116, 97, 99, 107, 46, 101, 109, 112, 116, 121, 40, 41, 0, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 83, 116, 97, 99, 107, 46, 101, 109, 112, 116, 121, 40, 41, 0, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 100, 101, 112, 116, 104, 32, 61, 61, 32, 48, 0, 118, 97, 114, 36, 0, 122, 122, 32, 114, 101, 99, 117, 114, 115, 101, 32, 105, 110, 116, 111, 32, 0, 32, 97, 116, 32, 0, 114, 101, 97, 100, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 115, 101, 101, 105, 110, 103, 32, 0, 98, 97, 100, 32, 99, 111, 100, 101, 32, 48, 120, 0, 122, 122, 32, 114, 101, 99, 117, 114, 115, 101, 32, 102, 114, 111, 109, 32, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 66, 108, 111, 99, 107, 0, 101, 110, 100, 32, 62, 61, 32, 115, 116, 97, 114, 116, 0, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 0, 10, 32, 122, 122, 32, 66, 108, 111, 99, 107, 32, 101, 108, 101, 109, 101, 110, 116, 32, 0, 108, 97, 98, 101, 108, 36, 0, 112, 111, 115, 32, 62, 32, 48, 0, 117, 110, 103, 101, 116, 73, 110, 116, 56, 0, 117, 110, 103, 101, 116, 73, 110, 116, 56, 32, 40, 97, 116, 32, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 73, 102, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 76, 111, 111, 112, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 66, 114, 101, 97, 107, 0, 98, 114, 101, 97, 107, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 45, 32, 49, 32, 45, 32, 111, 102, 102, 115, 101, 116, 32, 60, 32, 98, 114, 101, 97, 107, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 0, 103, 101, 116, 66, 114, 101, 97, 107, 78, 97, 109, 101, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 83, 119, 105, 116, 99, 104, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 67, 97, 108, 108, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 67, 97, 108, 108, 73, 109, 112, 111, 114, 116, 0, 119, 97, 115, 109, 46, 105, 109, 112, 111, 114, 116, 115, 77, 97, 112, 46, 102, 105, 110, 100, 40, 99, 117, 114, 114, 45, 62, 116, 97, 114, 103, 101, 116, 41, 32, 33, 61, 32, 119, 97, 115, 109, 46, 105, 109, 112, 111, 114, 116, 115, 77, 97, 112, 46, 101, 110, 100, 40, 41, 0, 118, 105, 115, 105, 116, 67, 97, 108, 108, 73, 109, 112, 111, 114, 116, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 67, 97, 108, 108, 73, 109, 112, 111, 114, 116, 32, 0, 32, 119, 105, 116, 104, 32, 116, 121, 112, 101, 32, 0, 32, 97, 110, 100, 32, 0, 32, 112, 97, 114, 97, 109, 115, 10, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 67, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 71, 101, 116, 76, 111, 99, 97, 108, 32, 0, 99, 117, 114, 114, 45, 62, 110, 97, 109, 101, 46, 105, 115, 40, 41, 0, 118, 105, 115, 105, 116, 71, 101, 116, 76, 111, 99, 97, 108, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 83, 101, 116, 76, 111, 99, 97, 108, 0, 118, 105, 115, 105, 116, 83, 101, 116, 76, 111, 99, 97, 108, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 83, 101, 108, 101, 99, 116, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 82, 101, 116, 117, 114, 110, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 78, 111, 112, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 85, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 66, 105, 110, 97, 114, 121, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 85, 110, 97, 114, 121, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 67, 111, 110, 115, 116, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 55, 87, 97, 115, 109, 66, 105, 110, 97, 114, 121, 66, 117, 105, 108, 100, 101, 114, 57, 103, 101, 116, 83, 51, 50, 76, 69, 66, 69, 118, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 52, 95, 69, 69, 70, 97, 118, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 97, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 55, 87, 97, 115, 109, 66, 105, 110, 97, 114, 121, 66, 117, 105, 108, 100, 101, 114, 57, 103, 101, 116, 83, 51, 50, 76, 69, 66, 69, 118, 69, 85, 108, 118, 69, 95, 0, 103, 101, 116, 85, 54, 52, 76, 69, 66, 58, 32, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 55, 87, 97, 115, 109, 66, 105, 110, 97, 114, 121, 66, 117, 105, 108, 100, 101, 114, 57, 103, 101, 116, 83, 54, 52, 76, 69, 66, 69, 118, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 52, 95, 69, 69, 70, 97, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 55, 87, 97, 115, 109, 66, 105, 110, 97, 114, 121, 66, 117, 105, 108, 100, 101, 114, 57, 103, 101, 116, 83, 54, 52, 76, 69, 66, 69, 118, 69, 85, 108, 118, 69, 95, 0, 103, 101, 116, 70, 108, 111, 97, 116, 51, 50, 58, 32, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 102, 51, 50, 0, 103, 101, 116, 70, 108, 111, 97, 116, 54, 52, 58, 32, 0, 103, 101, 116, 73, 110, 116, 54, 52, 58, 32, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 102, 54, 52, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 76, 111, 97, 100, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 83, 116, 111, 114, 101, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 72, 111, 115, 116, 0, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 112, 111, 112, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 0, 61, 61, 32, 114, 101, 97, 100, 69, 120, 112, 111, 114, 116, 115, 0, 105, 110, 100, 101, 120, 32, 60, 32, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 46, 115, 105, 122, 101, 40, 41, 0, 114, 101, 97, 100, 69, 120, 112, 111, 114, 116, 115, 0, 61, 61, 32, 114, 101, 97, 100, 68, 97, 116, 97, 83, 101, 103, 109, 101, 110, 116, 115, 0, 61, 61, 32, 114, 101, 97, 100, 70, 117, 110, 99, 116, 105, 111, 110, 84, 97, 98, 108, 101, 0, 61, 61, 32, 114, 101, 97, 100, 78, 97, 109, 101, 115, 0, 110, 117, 109, 76, 111, 99, 97, 108, 115, 32, 61, 61, 32, 48, 0, 114, 101, 97, 100, 78, 97, 109, 101, 115, 0, 105, 110, 100, 101, 120, 32, 60, 32, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 115, 46, 115, 105, 122, 101, 40, 41, 0, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 115, 0, 90, 49, 49, 105, 110, 115, 116, 97, 110, 116, 105, 97, 116, 101, 69, 49, 57, 74, 83, 69, 120, 116, 101, 114, 110, 97, 108, 73, 110, 116, 101, 114, 102, 97, 99, 101, 0, 78, 52, 119, 97, 115, 109, 49, 52, 77, 111, 100, 117, 108, 101, 73, 110, 115, 116, 97, 110, 99, 101, 49, 55, 69, 120, 116, 101, 114, 110, 97, 108, 73, 110, 116, 101, 114, 102, 97, 99, 101, 69, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 110, 101, 119, 66, 117, 102, 102, 101, 114, 39, 93, 32, 61, 32, 110, 101, 119, 32, 65, 114, 114, 97, 121, 66, 117, 102, 102, 101, 114, 40, 36, 48, 41, 59, 32, 125, 0, 123, 32, 118, 97, 114, 32, 115, 111, 117, 114, 99, 101, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 72, 69, 65, 80, 56, 39, 93, 46, 115, 117, 98, 97, 114, 114, 97, 121, 40, 36, 49, 44, 32, 36, 49, 32, 43, 32, 36, 50, 41, 59, 32, 118, 97, 114, 32, 116, 97, 114, 103, 101, 116, 32, 61, 32, 110, 101, 119, 32, 73, 110, 116, 56, 65, 114, 114, 97, 121, 40, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 110, 101, 119, 66, 117, 102, 102, 101, 114, 39, 93, 41, 59, 32, 116, 97, 114, 103, 101, 116, 46, 115, 101 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 10244); +allocate([ 116, 40, 115, 111, 117, 114, 99, 101, 44, 32, 36, 48, 41, 59, 32, 125, 0, 99, 97, 108, 108, 105, 110, 103, 32, 105, 109, 112, 111, 114, 116, 32, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 32, 61, 32, 91, 93, 59, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 46, 112, 117, 115, 104, 40, 36, 48, 41, 32, 125, 0, 123, 32, 118, 97, 114, 32, 109, 111, 100, 32, 61, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 59, 32, 118, 97, 114, 32, 98, 97, 115, 101, 32, 61, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 49, 41, 59, 32, 118, 97, 114, 32, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 32, 61, 32, 110, 117, 108, 108, 59, 32, 118, 97, 114, 32, 108, 111, 111, 107, 117, 112, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 108, 111, 111, 107, 117, 112, 73, 109, 112, 111, 114, 116, 39, 93, 40, 109, 111, 100, 44, 32, 98, 97, 115, 101, 41, 59, 32, 114, 101, 116, 117, 114, 110, 32, 108, 111, 111, 107, 117, 112, 46, 97, 112, 112, 108, 121, 40, 110, 117, 108, 108, 44, 32, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 41, 59, 32, 125, 0, 99, 97, 108, 108, 105, 110, 103, 32, 105, 109, 112, 111, 114, 116, 32, 114, 101, 116, 117, 114, 110, 105, 110, 103, 32, 0, 123, 32, 118, 97, 114, 32, 97, 100, 100, 114, 32, 61, 32, 36, 48, 59, 32, 118, 97, 114, 32, 98, 121, 116, 101, 115, 32, 61, 32, 36, 49, 59, 32, 118, 97, 114, 32, 105, 115, 70, 108, 111, 97, 116, 32, 61, 32, 36, 50, 59, 32, 118, 97, 114, 32, 105, 115, 83, 105, 103, 110, 101, 100, 32, 61, 32, 36, 51, 59, 32, 118, 97, 114, 32, 115, 97, 118, 101, 48, 32, 61, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 59, 32, 118, 97, 114, 32, 115, 97, 118, 101, 49, 32, 61, 32, 72, 69, 65, 80, 51, 50, 91, 49, 93, 59, 32, 102, 111, 114, 32, 40, 118, 97, 114, 32, 105, 32, 61, 32, 48, 59, 32, 105, 32, 60, 32, 98, 121, 116, 101, 115, 59, 32, 105, 43, 43, 41, 32, 123, 32, 72, 69, 65, 80, 85, 56, 91, 105, 93, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 34, 105, 110, 102, 111, 34, 93, 46, 112, 97, 114, 101, 110, 116, 91, 34, 72, 69, 65, 80, 85, 56, 34, 93, 91, 97, 100, 100, 114, 32, 43, 32, 105, 93, 59, 32, 125, 32, 118, 97, 114, 32, 114, 101, 116, 59, 32, 105, 102, 32, 40, 33, 105, 115, 70, 108, 111, 97, 116, 41, 32, 123, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 49, 41, 32, 114, 101, 116, 32, 61, 32, 105, 115, 83, 105, 103, 110, 101, 100, 32, 63, 32, 72, 69, 65, 80, 56, 91, 48, 93, 32, 58, 32, 72, 69, 65, 80, 85, 56, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 50, 41, 32, 114, 101, 116, 32, 61, 32, 105, 115, 83, 105, 103, 110, 101, 100, 32, 63, 32, 72, 69, 65, 80, 49, 54, 91, 48, 93, 32, 58, 32, 72, 69, 65, 80, 85, 49, 54, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 52, 41, 32, 114, 101, 116, 32, 61, 32, 105, 115, 83, 105, 103, 110, 101, 100, 32, 63, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 32, 58, 32, 72, 69, 65, 80, 85, 51, 50, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 97, 98, 111, 114, 116, 40, 41, 59, 32, 125, 32, 101, 108, 115, 101, 32, 123, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 52, 41, 32, 114, 101, 116, 32, 61, 32, 72, 69, 65, 80, 70, 51, 50, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 56, 41, 32, 114, 101, 116, 32, 61, 32, 72, 69, 65, 80, 70, 54, 52, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 97, 98, 111, 114, 116, 40, 41, 59, 32, 125, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 32, 61, 32, 115, 97, 118, 101, 48, 59, 32, 72, 69, 65, 80, 51, 50, 91, 49, 93, 32, 61, 32, 115, 97, 118, 101, 49, 59, 32, 114, 101, 116, 117, 114, 110, 32, 114, 101, 116, 59, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 56, 39, 93, 91, 36, 48, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 85, 56, 39, 93, 91, 36, 48, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 49, 54, 39, 93, 91, 36, 48, 32, 62, 62, 32, 49, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 85, 49, 54, 39, 93, 91, 36, 48, 32, 62, 62, 32, 49, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 85, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 54, 52, 39, 93, 91, 36, 48, 32, 62, 62, 32, 51, 93, 32, 125, 0, 123, 32, 118, 97, 114, 32, 97, 100, 100, 114, 32, 61, 32, 36, 48, 59, 32, 118, 97, 114, 32, 98, 121, 116, 101, 115, 32, 61, 32, 36, 49, 59, 32, 118, 97, 114, 32, 105, 115, 70, 108, 111, 97, 116, 32, 61, 32, 36, 50, 59, 32, 118, 97, 114, 32, 118, 97, 108, 117, 101, 32, 61, 32, 36, 51, 59, 32, 118, 97, 114, 32, 115, 97, 118, 101, 48, 32, 61, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 59, 32, 118, 97, 114, 32, 115, 97, 118, 101, 49, 32, 61, 32, 72, 69, 65, 80, 51, 50, 91, 49, 93, 59, 32, 105, 102, 32, 40, 33, 105, 115, 70, 108, 111, 97, 116, 41, 32, 123, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 49, 41, 32, 72, 69, 65, 80, 85, 56, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 50, 41, 32, 72, 69, 65, 80, 85, 49, 54, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 52, 41, 32, 72, 69, 65, 80, 85, 51, 50, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 97, 98, 111, 114, 116, 40, 41, 59, 32, 125, 32, 101, 108, 115, 101, 32, 123, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 52, 41, 32, 72, 69, 65, 80, 70, 51, 50, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 56, 41, 32, 72, 69, 65, 80, 70, 54, 52, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 97, 98, 111, 114, 116, 40, 41, 59, 32, 125, 32, 102, 111, 114, 32, 40, 118, 97, 114, 32, 105, 32, 61, 32, 48, 59, 32, 105, 32, 60, 32, 98, 121, 116, 101, 115, 59, 32, 105, 43, 43, 41, 32, 123, 32, 77, 111, 100, 117, 108, 101, 91, 34, 105, 110, 102, 111, 34, 93, 46, 112, 97, 114, 101, 110, 116, 91, 34, 72, 69, 65, 80, 85, 56, 34, 93, 91, 97, 100, 100, 114, 32, 43, 32, 105, 93, 32, 61, 32, 72, 69, 65, 80, 85, 56, 91, 105, 93, 59, 32, 125, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 32, 61, 32, 115, 97, 118, 101, 48, 59, 32, 72, 69, 65, 80, 51, 50, 91, 49, 93, 32, 61, 32, 115, 97, 118, 101, 49, 59, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 56, 39, 93, 91, 36, 48, 93, 32, 61, 32, 36, 49, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 49, 54, 39, 93, 91, 36, 48, 32, 62, 62, 32, 49, 93, 32, 61, 32, 36, 49, 32, 125, 0, 103, 101, 116, 105, 54, 52, 0, 123, 32, 118, 97, 114, 32, 115, 105, 122, 101, 32, 61, 32, 36, 48, 59, 32, 118, 97, 114, 32, 98, 117, 102, 102, 101, 114, 59, 32, 116, 114, 121, 32, 123, 32, 98, 117, 102, 102, 101, 114, 32, 61, 32, 110, 101, 119, 32, 65, 114, 114, 97, 121, 66, 117, 102, 102, 101, 114, 40, 115, 105, 122, 101, 41, 59, 32, 125, 32, 99, 97, 116, 99, 104, 40, 101, 41, 32, 123, 32, 114, 101, 116, 117, 114, 110, 59, 32, 125, 32, 118, 97, 114, 32, 111, 108, 100, 72, 69, 65, 80, 56, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 72, 69, 65, 80, 56, 39, 93, 59, 32, 118, 97, 114, 32, 116, 101, 109, 112, 32, 61, 32, 110, 101, 119, 32, 73, 110, 116, 56, 65, 114, 114, 97, 121, 40, 98, 117, 102, 102, 101, 114, 41, 59, 32, 116, 101, 109, 112, 46, 115, 101, 116, 40, 111, 108, 100, 72, 69, 65, 80, 56, 41, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 98, 117, 102, 102, 101, 114, 39, 93, 32, 61, 32, 98, 117, 102, 102, 101, 114, 59, 32, 125, 0, 123, 32, 97, 98, 111, 114, 116, 40, 34, 119, 97, 115, 109, 32, 116, 114, 97, 112, 58, 32, 34, 32, 43, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 41, 59, 32, 125, 0, 115, 116, 97, 99, 107, 32, 108, 105, 109, 105, 116, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 105, 110, 116, 101, 114, 112, 114, 101, 116, 101, 114, 46, 104, 0, 99, 97, 108, 108, 70, 117, 110, 99, 116, 105, 111, 110, 0, 33, 102, 108, 111, 119, 46, 98, 114, 101, 97, 107, 105, 110, 103, 40, 41, 32, 124, 124, 32, 102, 108, 111, 119, 46, 98, 114, 101, 97, 107, 84, 111, 32, 61, 61, 32, 82, 69, 84, 85, 82, 78, 95, 70, 76, 79, 87, 0, 102, 117, 110, 99, 116, 105, 111, 110, 45, 62, 114, 101, 115, 117, 108, 116, 32, 61, 61, 32, 114, 101, 116, 46, 116, 121, 112, 101, 0, 102, 117, 110, 99, 116, 105, 111, 110, 83, 116, 97, 99, 107, 46, 98, 97, 99, 107, 40, 41, 32, 61, 61, 32, 110, 97, 109, 101, 0, 70, 117, 110, 99, 116, 105, 111, 110, 32, 96, 0, 96, 32, 101, 120, 112, 101, 99, 116, 115, 32, 0, 32, 112, 97, 114, 97, 109, 101, 116, 101, 114, 115, 44, 32, 103, 111, 116, 32, 0, 32, 97, 114, 103, 117, 109, 101, 110, 116, 115, 46, 0, 96, 32, 101, 120, 112, 101, 99, 116, 115, 32, 116, 121, 112, 101, 32, 0, 32, 102, 111, 114, 32, 112, 97, 114, 97, 109, 101, 116, 101, 114, 32, 0, 44, 32, 103, 111, 116, 32, 0, 110, 111, 110, 101, 0, 90, 78, 52, 119, 97, 115, 109, 49, 52, 77, 111, 100, 117, 108, 101, 73, 110, 115, 116, 97, 110, 99, 101, 49, 50, 99, 97, 108, 108, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 55, 73, 83, 116, 114, 105, 110, 103, 69, 82, 78, 83, 116, 51, 95, 95, 49, 54, 118, 101, 99, 116, 111, 114, 73, 78, 83, 95, 55, 76, 105, 116, 101, 114, 97, 108, 69, 78, 83, 51, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 53, 95, 69, 69, 69, 69, 69, 49, 54, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 82, 117, 110, 110, 101, 114, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 90, 78, 83, 95, 49, 52, 77, 111, 100, 117, 108, 101, 73, 110, 115, 116, 97, 110, 99, 101, 49, 50, 99, 97, 108, 108, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 55, 73, 83, 116, 114, 105, 110, 103, 69, 82, 78, 83, 116, 51, 95, 95, 49, 54, 118, 101, 99, 116, 111, 114, 73, 78, 83, 95, 55, 76, 105, 116, 101, 114, 97, 108, 69, 78, 83, 52, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 69, 69, 69, 49, 54, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 82, 117, 110, 110, 101, 114, 78, 83, 95, 52, 70, 108, 111, 119, 69, 69, 69, 0, 99, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 58, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 99, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 58, 32, 98, 97, 100, 32, 116, 121, 112, 101, 0, 102, 108, 111, 119, 46, 118, 97, 108, 117, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 116, 121, 112, 101, 0, 111, 102, 102, 115, 101, 116, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 102, 105, 110, 97, 108, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 98, 121, 116, 101, 115, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 104, 105, 103, 104, 101, 115, 116, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 58, 32, 0, 32, 62, 32, 0, 78, 83, 116, 51, 95, 95, 49, 49, 56, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 99, 69, 69, 69, 69, 0, 101, 120, 116, 101, 110, 100, 84, 111, 83, 73, 54, 52, 0, 101, 120, 116, 101, 110, 100, 84, 111, 85, 73, 54, 52, 0, 116, 114, 117, 110, 99, 97, 116, 101, 84, 111, 73, 51, 50, 0, 116, 114, 117, 110, 99, 83, 70, 108, 111, 97, 116, 32, 111, 102, 32, 110, 97, 110, 0, 105, 51, 50, 46, 116, 114, 117, 110, 99, 83, 70, 108, 111, 97, 116, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 105, 54, 52, 46, 116, 114, 117, 110, 99, 83, 70, 108, 111, 97, 116, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 116, 114, 117, 110, 99, 85, 70, 108, 111, 97, 116, 32, 111, 102, 32, 110, 97, 110, 0, 105, 51, 50, 46, 116, 114, 117, 110, 99, 85, 70, 108, 111, 97, 116, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 105, 54, 52, 46, 116, 114, 117, 110, 99, 85, 70, 108, 111, 97, 116, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 102, 51, 50, 0, 99, 97, 115, 116, 84, 111, 73, 51, 50, 0, 101, 120, 116, 101, 110, 100, 84, 111, 70, 54, 52, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 102, 54, 52, 0, 99, 97, 115, 116, 84, 111, 73, 54, 52, 0, 116, 114, 117, 110, 99, 97, 116, 101, 84, 111, 70, 51, 50, 0, 105, 115, 67, 111, 110, 99, 114, 101, 116, 101, 87, 97, 115, 109, 84, 121, 112, 101, 40, 99, 117, 114, 114, 45, 62, 108, 101, 102, 116, 45, 62, 116, 121, 112, 101, 41, 32, 63, 32, 108, 101, 102, 116, 46, 116, 121, 112, 101, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 108, 101, 102, 116, 45, 62, 116, 121, 112, 101, 32, 58, 32, 116, 114, 117, 101, 0, 118, 105, 115, 105, 116, 66, 105, 110, 97, 114, 121, 0, 105, 115, 67, 111, 110, 99, 114, 101, 116, 101, 87, 97, 115, 109, 84, 121, 112, 101, 40, 99, 117, 114, 114, 45, 62, 114, 105, 103, 104, 116, 45, 62, 116, 121, 112, 101, 41, 32, 63, 32, 114, 105, 103, 104, 116, 46, 116, 121, 112, 101, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 114, 105, 103, 104, 116, 45, 62, 116, 121, 112, 101, 32, 58, 32, 116, 114, 117, 101, 0, 105, 51, 50, 46, 100, 105, 118, 95, 115, 32, 98, 121, 32, 48, 0, 105, 51, 50, 46, 100, 105, 118, 95, 115, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 105, 51, 50, 46, 100, 105, 118, 95, 117, 32, 98, 121, 32, 48, 0, 105, 51, 50, 46, 114, 101, 109, 95, 115, 32, 98, 121, 32, 48, 0, 105, 51, 50, 46, 114, 101, 109, 95, 117, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 100, 105, 118, 95, 115, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 100, 105, 118, 95, 115, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 105, 54, 52, 46, 100, 105, 118, 95, 117, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 114, 101, 109, 95, 115, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 114, 101, 109, 95, 117, 32, 98, 121, 32, 48, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 100, 101, 108, 116, 97, 32, 110, 111, 116, 32, 109, 117, 108, 116, 105, 112, 108, 101, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 100, 101, 108, 116, 97, 32, 114, 101, 108, 97, 116, 105, 118, 101, 108, 121, 32, 116, 111, 111, 32, 98, 105, 103, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 100, 101, 108, 116, 97, 32, 111, 98, 106, 101, 99, 116, 105, 118, 101, 108, 121, 32, 116, 111, 111, 32, 98, 105, 103, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 101, 120, 99, 101, 101, 100, 115, 32, 109, 97, 120, 0, 47, 61, 61, 32, 40, 98, 105, 110, 97, 114, 121, 101, 110, 32, 105, 110, 116, 101, 114, 112, 114, 101, 116, 101, 114, 32, 115, 116, 97, 99, 107, 32, 116, 114, 97, 99, 101, 41, 10, 0, 124, 58, 32, 0, 92, 61, 61, 10, 0, 99, 97, 108, 108, 69, 120, 112, 111, 114, 116, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100, 0, 46, 99, 111, 110, 115, 116, 32, 0, 58, 48, 120, 0, 45, 48, 0, 37, 108, 102, 0, 100, 32, 62, 61, 32, 48, 0, 110, 117, 109, 84, 111, 83, 116, 114, 105, 110, 103, 0, 48, 120, 37, 108, 108, 120, 0, 37, 108, 108, 117, 0, 37, 108, 108, 120, 0, 37, 101, 0, 37, 46, 48, 102, 0, 110, 117, 109, 32, 60, 32, 49, 48, 48, 48, 0, 103, 101, 116, 105, 51, 50, 0, 103, 101, 116, 102, 51, 50, 0, 103, 101, 116, 102, 54, 52, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 49, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 70, 80, 78, 83, 50, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 83, 53, 95, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 80, 78, 52, 119, 97, 115, 109, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 69, 69, 0, 97, 116, 58, 32, 0, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 33, 61, 32, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 101, 110, 100, 40, 41, 0, 116, 97, 114, 103, 101, 116, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 118, 105, 101, 119, 115, 46, 102, 105, 110, 100, 40, 104, 101, 97, 112, 41, 32, 33, 61, 32, 118, 105, 101, 119, 115, 46, 101, 110, 100, 40, 41, 0, 99, 111, 110, 102, 117, 115, 105, 110, 103, 32, 97, 115, 115, 105, 103, 110, 0, 100, 100, 100, 0, 118, 0, 116, 97, 114, 103, 101, 116, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 98, 97, 100, 32, 117, 110, 97, 114, 121, 0, 97, 115, 116, 91, 50, 93, 45, 62, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 50, 0, 97, 115, 116, 91, 50, 93, 45, 62, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 99, 111, 110, 102, 117, 115, 105, 110, 103, 32, 102, 114, 111, 117, 110, 100, 32, 116, 97, 114, 103, 101, 116, 0, 116, 97, 114, 103, 101, 116, 91, 48, 93, 32, 61, 61, 32, 83, 85, 66, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 50, 93, 91, 48, 93, 32, 61, 61, 32, 66, 73, 78, 65, 82, 89, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 50, 93, 91, 49, 93, 32, 61, 61, 32, 65, 78, 68, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 50, 93, 91, 51, 93, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 0, 102, 117, 110, 99, 116, 105, 111, 110, 45, 62, 114, 101, 115, 117, 108, 116, 32, 61, 61, 32, 116, 121, 112, 101, 0, 98, 114, 101, 97, 107, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 99, 111, 110, 116, 105, 110, 117, 101, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 119, 104, 105, 108, 101, 45, 111, 117, 116, 0, 119, 104, 105, 108, 101, 45, 105, 110, 0, 100, 111, 45, 111, 110, 99, 101, 0, 117, 110, 108, 105, 107, 101, 108, 121, 45, 99, 111, 110, 116, 105, 110, 117, 101, 0, 100, 111, 45, 111, 117, 116, 0, 100, 111, 45, 105, 110, 0, 102, 111, 114, 45, 111, 117, 116, 0, 102, 111, 114, 45, 105, 110, 0, 98, 114, 45, 62, 99, 111, 110, 100, 105, 116, 105, 111, 110, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 105, 51, 50, 0, 99, 111, 110, 100, 105, 116, 105, 111, 110, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 32, 124, 124, 32, 99, 111, 110, 100, 105, 116, 105, 111, 110, 91, 48, 93, 32, 61, 61, 32, 85, 78, 65, 82, 89, 95, 80, 82, 69, 70, 73, 88, 0, 115, 119, 105, 116, 99, 104, 45, 100, 101, 102, 97, 117, 108, 116, 0, 105, 110, 100, 101, 120, 32, 62, 61, 32, 109, 105, 110, 0, 105, 110, 100, 101, 120, 32, 62, 61, 32, 48, 0, 115, 119, 105, 116, 99, 104, 45, 99, 97, 115, 101, 0, 99, 111, 110, 102, 117, 115, 105, 110, 103, 32, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 0, 98, 97, 100, 32, 119, 97, 115, 109, 32, 98, 105, 110, 97, 114, 121, 32, 111, 112, 0, 102, 97, 108, 115, 101, 32, 38, 38, 32, 34, 101, 120, 112, 101, 99, 116, 101, 100, 32, 115, 105, 103, 110, 101, 100, 32, 111, 114, 32, 117, 110, 115, 105, 103, 110, 101, 100, 32, 105, 110, 116, 51, 50, 34, 0, 99, 104, 101, 99, 107, 76, 105, 116, 101, 114, 97, 108, 0, 100, 101, 116, 101, 99, 116, 65, 115, 109, 84, 121, 112, 101, 0, 97, 115, 116, 91, 48, 93, 32, 61, 61, 32, 67, 65, 76, 76, 32, 38, 38, 32, 97, 115, 116, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 110, 111, 116, 101, 73, 109, 112, 111, 114, 116, 101, 100, 70, 117, 110, 99, 116, 105, 111, 110, 67, 97, 108, 108, 0, 116, 121, 112, 101, 36, 0, 108, 97, 98, 101, 108, 36, 98, 114, 101, 97, 107, 36, 0, 108, 97, 98, 101, 108, 36, 99, 111, 110, 116, 105, 110, 117, 101, 36, 0, 102, 109, 111, 100, 40, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 44, 32, 49, 41, 32, 61, 61, 32, 48, 0, 103, 101, 116, 73, 110, 116, 101, 103, 101, 114, 0, 100, 111, 117, 98, 108, 101, 40, 114, 101, 116, 41, 32, 61, 61, 32, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 49, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 50, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 70, 80, 78, 83, 50, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 83, 53, 95, 106, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 80, 78, 52, 119, 97, 115, 109, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 106, 69, 69, 69, 0, 98, 97, 100, 32, 112, 114, 111, 99, 101, 115, 115, 85, 110, 115, 104, 105, 102, 116, 101, 100, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 50, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 51, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 70, 80, 78, 83, 50, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 83, 53, 95, 106, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 51, 0, 59, 0, 112, 117, 115, 104, 95, 98, 97, 99, 107, 0, 103, 101, 116, 65, 114, 114, 97, 121, 0, 115, 114, 99, 32, 62, 32, 115, 116, 97, 114, 116, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 112, 97, 114, 115, 101, 114, 46, 104, 0, 70, 114, 97, 103, 0, 115, 116, 114, 99, 109, 112, 40, 115, 116, 114, 46, 115, 116, 114, 44, 32, 115, 116, 97, 114, 116, 41, 32, 61, 61, 32, 48, 0, 102, 114, 97, 103, 32, 112, 97, 114, 115, 105, 110, 103, 0, 37, 115, 58, 10, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 10, 0, 10, 10, 0, 110, 97, 109, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 83, 69, 80, 65, 82, 65, 84, 79, 82, 32, 38, 38, 32, 110, 97, 109, 101, 46, 115, 116, 114, 91, 48, 93, 32, 61, 61, 32, 39, 40, 39, 0, 112, 97, 114, 115, 101, 70, 117, 110, 99, 116, 105, 111, 110, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 40, 39, 0, 97, 114, 103, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 0, 102, 117, 110, 99, 91, 48, 93, 32, 61, 61, 32, 68, 69, 70, 85, 78, 0, 97, 112, 112, 101, 110, 100, 65, 114, 103, 117, 109, 101, 110, 116, 84, 111, 70, 117, 110, 99, 116, 105, 111, 110, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 123, 39, 0, 112, 97, 114, 115, 101, 66, 114, 97, 99, 107, 101, 116, 101, 100, 66, 108, 111, 99, 107, 0, 59, 125, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 125, 39, 0, 110, 97, 109, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 0, 112, 97, 114, 115, 101, 86, 97, 114, 0, 59, 44, 0, 118, 97, 114, 91, 48, 93, 32, 61, 61, 32, 86, 65, 82, 0, 97, 112, 112, 101, 110, 100, 84, 111, 86, 97, 114, 0, 104, 97, 115, 67, 104, 97, 114, 40, 115, 101, 112, 115, 44, 32, 42, 115, 114, 99, 41, 0, 112, 97, 114, 115, 101, 82, 101, 116, 117, 114, 110, 0, 112, 97, 114, 115, 101, 80, 97, 114, 101, 110, 110, 101, 100, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 41, 39, 0, 110, 101, 120, 116, 46, 116, 121, 112, 101, 32, 61, 61, 32, 75, 69, 89, 87, 79, 82, 68, 32, 38, 38, 32, 110, 101, 120, 116, 46, 115, 116, 114, 32, 61, 61, 32, 87, 72, 73, 76, 69, 0, 112, 97, 114, 115, 101, 68, 111, 0, 112, 97, 114, 115, 101, 83, 119, 105, 116, 99, 104, 0, 118, 97, 108, 117, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 79, 80, 69, 82, 65, 84, 79, 82, 0, 118, 97, 108, 117, 101, 46, 115, 116, 114, 32, 61, 61, 32, 77, 73, 78, 85, 83, 0, 118, 97, 108, 117, 101, 50, 46, 105, 115, 78, 117, 109, 98, 101, 114, 40, 41, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 58, 39, 0, 115, 119, 105, 116, 99, 104, 95, 91, 48, 93, 32, 61, 61, 32, 83, 87, 73, 84, 67, 72, 0, 97, 112, 112, 101, 110, 100, 67, 97, 115, 101, 84, 111, 83, 119, 105, 116, 99, 104, 0, 97, 112, 112, 101, 110, 100, 68, 101, 102, 97, 117, 108, 116, 84, 111, 83, 119, 105, 116, 99, 104, 0, 97, 112, 112, 101, 110, 100, 67, 111, 100, 101, 84, 111, 83, 119, 105, 116, 99, 104, 0, 99, 111, 100, 101, 91, 48, 93, 32, 61, 61, 32, 66, 76, 79, 67, 75, 0, 98, 97, 99, 107, 0, 112, 97, 114, 115, 101, 70, 111, 114, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 59, 39, 0, 112, 97, 114, 115, 101, 67, 97, 108, 108, 0, 44, 41, 0, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 80, 97, 114, 116, 115, 83, 116, 97, 99, 107, 46, 98, 97, 99, 107, 40, 41, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 0, 99, 97, 108, 108, 91, 48, 93, 32, 61, 61, 32, 67, 65, 76, 76, 0, 97, 112, 112, 101, 110, 100, 84, 111, 67, 97, 108, 108, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 91, 39, 0, 112, 97, 114, 115, 101, 73, 110, 100, 101, 120, 105, 110, 103, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 93, 39, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 46, 39, 0, 112, 97, 114, 115, 101, 68, 111, 116, 116, 105, 110, 103, 0, 107, 101, 121, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 0, 98, 97, 100, 32, 112, 97, 114, 115, 101, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 115, 116, 97, 116, 101, 0, 105, 32, 60, 32, 40, 105, 110, 116, 41, 112, 97, 114, 116, 115, 46, 115, 105, 122, 101, 40, 41, 45, 49, 32, 38, 38, 32, 105, 32, 62, 61, 32, 51, 0, 112, 97, 114, 115, 101, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 0, 112, 97, 114, 116, 115, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 105, 115, 78, 111, 100, 101, 0, 103, 101, 116, 78, 111, 100, 101, 0, 33, 105, 115, 78, 111, 100, 101, 0, 103, 101, 116, 79, 112, 0, 107, 101, 121, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 109, 97, 107, 101, 68, 111, 116, 0, 112, 97, 114, 115, 101, 65, 102, 116, 101, 114, 80, 97, 114, 101, 110, 0, 42, 115, 114, 99, 0, 112, 97, 114, 115, 101, 65, 102, 116, 101, 114, 66, 114, 97, 99, 101, 0, 44, 93, 0, 97, 114, 114, 97, 121, 91, 48, 93, 32, 61, 61, 32, 65, 82, 82, 65, 89, 0, 97, 112, 112, 101, 110, 100, 84, 111, 65, 114, 114, 97, 121, 0, 112, 97, 114, 115, 101, 65, 102, 116, 101, 114, 67, 117, 114, 108, 121, 0, 107, 101, 121, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 32, 124, 124, 32, 107, 101, 121, 46, 116, 121, 112, 101, 32, 61, 61, 32, 83, 84, 82, 73, 78, 71, 0, 44, 125, 0, 97, 114, 114, 97, 121, 91, 48, 93, 32, 61, 61, 32, 79, 66, 74, 69, 67, 84, 0, 97, 112, 112, 101, 110, 100, 84, 111, 79, 98, 106, 101, 99, 116, 0, 98, 108, 111, 99, 107, 91, 48, 93, 32, 61, 61, 32, 66, 76, 79, 67, 75, 0, 97, 112, 112, 101, 110, 100, 84, 111, 66, 108, 111, 99, 107, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 49, 54, 108, 111, 97, 100, 95, 115, 95, 101, 120, 112, 114, 50, 119, 97, 115, 109, 69, 51, 36, 95, 52, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 50, 95, 69, 69, 70, 118, 118, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 118, 118, 69, 69, 69, 0, 101, 114, 114, 111, 114, 32, 105, 110, 32, 112, 97, 114, 115, 105, 110, 103, 32, 115, 45, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 115, 32, 116, 111, 32, 119, 97, 115, 109, 10, 0, 90, 49, 54, 108, 111, 97, 100, 95, 115, 95, 101, 120, 112, 114, 50, 119, 97, 115, 109, 69, 51, 36, 95, 52, 0, 112, 97, 115, 115, 73, 110, 102, 111, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 61, 61, 32, 112, 97, 115, 115, 73, 110, 102, 111, 115, 46, 101, 110, 100, 40, 41, 0, 115, 114, 99, 47, 112, 97, 115, 115, 46, 99, 112, 112, 0, 114, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 0, 109, 101, 114, 103, 101, 45, 98, 108, 111, 99, 107, 115, 0, 109, 101, 114, 103, 101, 115, 32, 98, 108, 111, 99, 107, 115, 32, 116, 111, 32, 116, 104, 101, 105, 114, 32, 112, 97, 114, 101, 110, 116, 115, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 80, 78, 52, 119, 97, 115, 109, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 52, 80, 97, 115, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 78, 52, 119, 97, 115, 109, 55, 80, 114, 105, 110, 116, 101, 114, 69, 0, 78, 52, 119, 97, 115, 109, 49, 54, 80, 114, 105, 110, 116, 83, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 54, 80, 114, 105, 110, 116, 83, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 118, 69, 69, 0, 10, 0, 109, 111, 100, 117, 108, 101, 0, 27, 91, 51, 49, 109, 0, 27, 91, 49, 109, 0, 27, 91, 51, 53, 109, 0, 27, 91, 48, 109, 0, 32, 32, 0, 109, 101, 109, 111, 114, 121, 0, 32, 32, 32, 32, 0, 40, 115, 101, 103, 109, 101, 110, 116, 32, 0, 32, 34, 0, 34, 41, 0, 92, 110, 0, 92, 48, 100, 0, 92, 116, 0, 92, 48, 99, 0, 92, 48, 56, 0, 92, 92, 0, 92, 34, 0, 92, 39, 0, 10, 32, 32, 0, 101, 120, 112, 111, 114, 116, 32, 0, 27, 91, 51, 50, 109, 0, 32, 109, 101, 109, 111, 114, 121, 41, 0, 115, 116, 97, 114, 116, 0, 116, 121, 112, 101, 0, 32, 40, 102, 117, 110, 99, 0, 112, 97, 114, 97, 109, 0, 27, 91, 51, 51, 109, 0, 114, 101, 115, 117, 108, 116, 32, 0, 41, 41, 0, 105, 109, 112, 111, 114, 116, 32, 0, 116, 97, 98, 108, 101, 0, 102, 117, 110, 99, 32, 0, 40, 116, 121, 112, 101, 32, 0, 112, 97, 114, 97, 109, 32, 0, 108, 111, 99, 97, 108, 32, 0, 108, 111, 111, 112, 0, 99, 117, 114, 114, 45, 62, 105, 110, 46, 105, 115, 40, 41, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 80, 114, 105, 110, 116, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 76, 111, 111, 112, 0, 98, 114, 95, 105, 102, 32, 0, 98, 114, 32, 0, 98, 114, 95, 116, 97, 98, 108, 101, 0, 99, 97, 108, 108, 32, 0, 99, 97, 108, 108, 95, 105, 109, 112, 111, 114, 116, 32, 0, 99, 97, 108, 108, 95, 105, 110, 100, 105, 114, 101, 99, 116, 32, 0, 103, 101, 116, 95, 108, 111, 99, 97, 108, 32, 0, 115, 101, 116, 95, 108, 111, 99, 97, 108, 32, 0, 46, 108, 111, 97, 100, 0, 49, 54, 0, 51, 50, 0, 95, 115, 0, 95, 117, 0, 32, 111, 102, 102, 115, 101, 116, 61, 0, 32, 97, 108, 105, 103, 110, 61, 0, 46, 115, 116, 111, 114, 101, 0, 99, 108, 122, 0, 99, 116, 122, 0, 112, 111, 112, 99, 110, 116, 0, 101, 113, 122, 0, 110, 101, 103, 0, 97, 98, 115, 0, 99, 101, 105, 108, 0, 102, 108, 111, 111, 114, 0, 116, 114, 117, 110, 99, 0, 110, 101, 97, 114, 101, 115, 116, 0, 115, 113, 114, 116, 0, 101, 120, 116, 101, 110, 100, 95, 115, 47, 105, 51, 50, 0, 101, 120, 116, 101, 110, 100, 95, 117, 47, 105, 51, 50, 0, 119, 114, 97, 112, 47, 105, 54, 52, 0, 116, 114, 117, 110, 99, 95, 115, 47, 102, 51, 50, 0, 116, 114, 117, 110, 99, 95, 117, 47, 102, 51, 50, 0, 116, 114, 117, 110, 99, 95, 115, 47, 102, 54, 52, 0, 116, 114, 117, 110, 99, 95, 117, 47, 102, 54, 52, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 47, 0, 102, 54, 52, 0, 102, 51, 50, 0, 99, 111, 110, 118, 101, 114, 116, 95, 117, 47, 105, 51, 50, 0, 99, 111, 110, 118, 101, 114, 116, 95, 115, 47, 105, 51, 50, 0, 99, 111, 110, 118, 101, 114, 116, 95, 117, 47, 105, 54, 52, 0, 99, 111, 110, 118, 101, 114, 116, 95, 115, 47, 105, 54, 52, 0, 112, 114, 111, 109, 111, 116, 101, 47, 102, 51, 50, 0, 100, 101, 109, 111, 116, 101, 47, 102, 54, 52, 0, 105, 54, 52, 0, 105, 51, 50, 0, 97, 100, 100, 0, 109, 117, 108, 0, 100, 105, 118, 95, 115, 0, 100, 105, 118, 95, 117, 0, 114, 101, 109, 95, 115, 0, 114, 101, 109, 95, 117, 0, 97, 110, 100, 0, 111, 114, 0, 120, 111, 114, 0, 115, 104, 108, 0, 115, 104, 114, 95, 117, 0, 115, 104, 114, 95, 115, 0, 114, 111, 116, 108, 0, 114, 111, 116, 114, 0, 100, 105, 118, 0, 99, 111, 112, 121, 115, 105, 103, 110, 0, 109, 105, 110, 0, 109, 97, 120, 0, 101, 113, 0, 110, 101, 0, 108, 116, 95, 115, 0, 108, 116, 95, 117, 0, 108, 101, 95, 115, 0, 108, 101, 95, 117, 0, 103, 116, 95, 115, 0, 103, 116, 95, 117, 0, 103, 101, 95, 115, 0, 103, 101, 95, 117, 0, 108, 116, 0, 108, 101, 0, 103, 116, 0, 103, 101, 0, 115, 101, 108, 101, 99, 116, 0, 112, 97, 103, 101, 115, 105, 122, 101, 0, 109, 101, 109, 111, 114, 121, 95, 115, 105, 122, 101, 0, 103, 114, 111, 119, 95, 109, 101, 109, 111, 114, 121, 0, 104, 97, 115, 102, 101, 97, 116, 117, 114, 101, 32, 0, 110, 111, 112, 0, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 78, 52, 119, 97, 115, 109, 49, 53, 77, 105, 110, 105, 102, 105, 101, 100, 80, 114, 105, 110, 116, 101, 114, 69, 0, 112, 114, 105, 110, 116, 0, 112, 114, 105, 110, 116, 32, 105, 110, 32, 115, 45, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 102, 111, 114, 109, 97, 116, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 55, 80, 114, 105, 110, 116, 101, 114, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 55, 80, 114, 105, 110, 116, 101, 114, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 112, 114, 105, 110, 116, 45, 109, 105, 110, 105, 102, 105, 101, 100, 0, 112, 114, 105, 110, 116, 32, 105, 110, 32, 109, 105, 110, 105, 102, 105, 101, 100, 32, 115, 45, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 102, 111, 114, 109, 97, 116, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 53, 77, 105, 110, 105, 102, 105, 101, 100, 80, 114, 105, 110, 116, 101, 114, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 53, 77, 105, 110, 105, 102, 105, 101, 100, 80, 114, 105, 110, 116, 101, 114, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 114, 101, 109, 111, 118, 101, 45, 117, 110, 117, 115, 101, 100, 45, 98, 114, 115, 0, 114, 101, 109, 111, 118, 101, 115, 32, 98, 114, 101, 97, 107, 115, 32, 102, 114, 111, 109, 32, 108, 111, 99, 97, 116, 105, 111, 110, 115, 32, 116, 104, 97, 116, 32, 97, 114, 101, 32, 110, 101, 118, 101, 114, 32, 98, 114, 97, 110, 99, 104, 101, 100, 32, 116, 111, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 114, 101, 109, 111, 118, 101, 45, 117, 110, 117, 115, 101, 100, 45, 110, 97, 109, 101, 115, 0, 114, 101, 109, 111, 118, 101, 115, 32, 110, 97, 109, 101, 115, 32, 102, 114, 111, 109, 32, 108, 111, 99, 97, 116, 105, 111, 110, 115, 32, 116, 104, 97, 116, 32, 97, 114, 101, 32, 110, 101, 118, 101, 114, 32, 98, 114, 97, 110, 99, 104, 101, 100, 32, 116, 111, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 20484); +allocate([ 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 112, 111, 115, 116, 45, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 0, 109, 105, 115, 99, 101, 108, 108, 97, 110, 101, 111, 117, 115, 32, 111, 112, 116, 105, 109, 105, 122, 97, 116, 105, 111, 110, 115, 32, 102, 111, 114, 32, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 103, 101, 110, 101, 114, 97, 116, 101, 100, 32, 99, 111, 100, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 0, 97, 100, 100, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 105, 51, 50, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 77, 101, 109, 111, 114, 121, 79, 112, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 115, 105, 109, 112, 108, 105, 102, 121, 45, 108, 111, 99, 97, 108, 115, 0, 109, 105, 115, 99, 101, 108, 108, 97, 110, 101, 111, 117, 115, 32, 108, 111, 99, 97, 108, 115, 45, 114, 101, 108, 97, 116, 101, 100, 32, 111, 112, 116, 105, 109, 105, 122, 97, 116, 105, 111, 110, 115, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 114, 101, 111, 114, 100, 101, 114, 45, 108, 111, 99, 97, 108, 115, 0, 115, 111, 114, 116, 115, 32, 108, 111, 99, 97, 108, 115, 32, 98, 121, 32, 97, 99, 99, 101, 115, 115, 32, 102, 114, 101, 113, 117, 101, 110, 99, 121, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 33, 114, 101, 112, 108, 97, 99, 101, 0, 115, 114, 99, 47, 119, 97, 115, 109, 46, 104, 0, 115, 116, 97, 114, 116, 87, 97, 108, 107, 0, 99, 117, 114, 114, 0, 118, 105, 115, 105, 116, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 43, 45, 42, 47, 37, 60, 62, 38, 94, 124, 126, 61, 33, 44, 63, 58, 46, 0, 40, 91, 59, 123, 125, 0, 116, 111, 112, 108, 101, 118, 101, 108, 0, 100, 101, 102, 117, 110, 0, 98, 108, 111, 99, 107, 0, 115, 116, 97, 116, 0, 97, 115, 115, 105, 103, 110, 0, 110, 97, 109, 101, 0, 118, 97, 114, 0, 99, 111, 110, 115, 116, 0, 99, 111, 110, 100, 105, 116, 105, 111, 110, 97, 108, 0, 98, 105, 110, 97, 114, 121, 0, 114, 101, 116, 117, 114, 110, 0, 105, 102, 0, 101, 108, 115, 101, 0, 119, 104, 105, 108, 101, 0, 100, 111, 0, 102, 111, 114, 0, 115, 101, 113, 0, 115, 117, 98, 0, 99, 97, 108, 108, 0, 110, 117, 109, 0, 108, 97, 98, 101, 108, 0, 98, 114, 101, 97, 107, 0, 99, 111, 110, 116, 105, 110, 117, 101, 0, 115, 119, 105, 116, 99, 104, 0, 115, 116, 114, 105, 110, 103, 0, 116, 101, 109, 112, 82, 101, 116, 48, 0, 117, 110, 97, 114, 121, 45, 112, 114, 101, 102, 105, 120, 0, 117, 110, 97, 114, 121, 45, 112, 111, 115, 116, 102, 105, 120, 0, 77, 97, 116, 104, 95, 102, 114, 111, 117, 110, 100, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 51, 50, 120, 52, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 54, 52, 120, 50, 0, 83, 73, 77, 68, 95, 73, 110, 116, 56, 120, 49, 54, 0, 83, 73, 77, 68, 95, 73, 110, 116, 49, 54, 120, 56, 0, 83, 73, 77, 68, 95, 73, 110, 116, 51, 50, 120, 52, 0, 62, 62, 62, 0, 116, 101, 109, 112, 68, 111, 117, 98, 108, 101, 80, 116, 114, 0, 72, 69, 65, 80, 56, 0, 72, 69, 65, 80, 49, 54, 0, 72, 69, 65, 80, 51, 50, 0, 72, 69, 65, 80, 70, 51, 50, 0, 72, 69, 65, 80, 85, 56, 0, 72, 69, 65, 80, 85, 49, 54, 0, 72, 69, 65, 80, 85, 51, 50, 0, 72, 69, 65, 80, 70, 54, 52, 0, 102, 48, 0, 102, 117, 110, 99, 116, 105, 111, 110, 0, 91, 0, 123, 0, 125, 0, 63, 0, 58, 0, 99, 97, 115, 101, 0, 100, 101, 102, 97, 117, 108, 116, 0, 100, 111, 116, 0, 110, 101, 119, 0, 97, 114, 114, 97, 121, 0, 111, 98, 106, 101, 99, 116, 0, 118, 97, 114, 32, 99, 111, 110, 115, 116, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 105, 102, 32, 101, 108, 115, 101, 32, 100, 111, 32, 119, 104, 105, 108, 101, 32, 102, 111, 114, 32, 98, 114, 101, 97, 107, 32, 99, 111, 110, 116, 105, 110, 117, 101, 32, 114, 101, 116, 117, 114, 110, 32, 115, 119, 105, 116, 99, 104, 32, 99, 97, 115, 101, 32, 100, 101, 102, 97, 117, 108, 116, 32, 116, 104, 114, 111, 119, 32, 116, 114, 121, 32, 99, 97, 116, 99, 104, 32, 102, 105, 110, 97, 108, 108, 121, 32, 116, 114, 117, 101, 32, 102, 97, 108, 115, 101, 32, 110, 117, 108, 108, 32, 110, 101, 119, 0, 33, 32, 126, 32, 43, 32, 45, 0, 42, 32, 47, 32, 37, 0, 43, 32, 45, 0, 60, 60, 32, 62, 62, 32, 62, 62, 62, 0, 60, 32, 60, 61, 32, 62, 32, 62, 61, 0, 61, 61, 32, 33, 61, 0, 63, 32, 58, 0, 97, 115, 115, 105, 103, 110, 32, 99, 97, 108, 108, 32, 98, 105, 110, 97, 114, 121, 32, 117, 110, 97, 114, 121, 45, 112, 114, 101, 102, 105, 120, 32, 110, 97, 109, 101, 32, 110, 117, 109, 32, 99, 111, 110, 100, 105, 116, 105, 111, 110, 97, 108, 32, 100, 111, 116, 32, 110, 101, 119, 32, 115, 117, 98, 32, 115, 101, 113, 32, 115, 116, 114, 105, 110, 103, 32, 111, 98, 106, 101, 99, 116, 32, 97, 114, 114, 97, 121, 0, 105, 115, 65, 114, 114, 97, 121, 40, 41, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 115, 105, 109, 112, 108, 101, 95, 97, 115, 116, 46, 104, 0, 83, 73, 77, 68, 95, 73, 110, 116, 56, 120, 49, 54, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 73, 110, 116, 49, 54, 120, 56, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 73, 110, 116, 51, 50, 120, 52, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 51, 50, 120, 52, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 54, 52, 120, 50, 95, 99, 104, 101, 99, 107, 0, 110, 111, 100, 101, 91, 49, 93, 32, 61, 61, 32, 65, 83, 77, 95, 70, 76, 79, 65, 84, 95, 90, 69, 82, 79, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 111, 112, 116, 105, 109, 105, 122, 101, 114, 45, 115, 104, 97, 114, 101, 100, 46, 99, 112, 112, 0, 100, 101, 116, 101, 99, 116, 84, 121, 112, 101, 0, 110, 111, 100, 101, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 105, 115, 85, 73, 110, 116, 101, 103, 101, 114, 51, 50, 40, 120, 41, 0, 115, 114, 99, 47, 115, 117, 112, 112, 111, 114, 116, 47, 115, 97, 102, 101, 95, 105, 110, 116, 101, 103, 101, 114, 46, 99, 112, 112, 0, 116, 111, 85, 73, 110, 116, 101, 103, 101, 114, 51, 50, 0, 105, 115, 83, 73, 110, 116, 101, 103, 101, 114, 51, 50, 40, 120, 41, 0, 116, 111, 83, 73, 110, 116, 101, 103, 101, 114, 51, 50, 0, 105, 115, 85, 73, 110, 116, 101, 103, 101, 114, 54, 52, 40, 120, 41, 0, 116, 111, 85, 73, 110, 116, 101, 103, 101, 114, 54, 52, 0, 0, 1, 28, 2, 29, 14, 24, 3, 30, 22, 20, 15, 25, 17, 4, 8, 31, 27, 13, 23, 21, 19, 16, 7, 26, 12, 18, 6, 11, 5, 10, 9, 31, 22, 30, 21, 18, 10, 29, 2, 20, 17, 15, 13, 9, 6, 28, 1, 23, 19, 11, 3, 16, 14, 7, 24, 12, 4, 8, 25, 5, 26, 27, 0, 105, 110, 102, 105, 110, 105, 116, 121, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 255, 255, 255, 255, 255, 255, 255, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 255, 255, 255, 255, 255, 255, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 1, 2, 4, 7, 3, 6, 5, 0, 17, 0, 10, 0, 17, 17, 17, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 15, 10, 17, 17, 17, 3, 10, 7, 0, 1, 19, 9, 11, 11, 0, 0, 9, 6, 11, 0, 0, 11, 0, 6, 17, 0, 0, 0, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 10, 10, 17, 17, 17, 0, 10, 0, 0, 2, 0, 9, 11, 0, 0, 0, 9, 0, 11, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 9, 12, 0, 0, 0, 0, 0, 12, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 4, 13, 0, 0, 0, 0, 9, 14, 0, 0, 0, 0, 0, 14, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 15, 0, 0, 0, 0, 9, 16, 0, 0, 0, 0, 0, 16, 0, 0, 16, 0, 0, 18, 0, 0, 0, 18, 18, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 18, 18, 18, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 10, 0, 0, 0, 0, 9, 11, 0, 0, 0, 0, 0, 11, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 9, 12, 0, 0, 0, 0, 0, 12, 0, 0, 12, 0, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 65, 66, 67, 68, 69, 70, 45, 43, 32, 32, 32, 48, 88, 48, 120, 0, 84, 33, 34, 25, 13, 1, 2, 3, 17, 75, 28, 12, 16, 4, 11, 29, 18, 30, 39, 104, 110, 111, 112, 113, 98, 32, 5, 6, 15, 19, 20, 21, 26, 8, 22, 7, 40, 36, 23, 24, 9, 10, 14, 27, 31, 37, 35, 131, 130, 125, 38, 42, 43, 60, 61, 62, 63, 67, 71, 74, 77, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 105, 106, 107, 108, 114, 115, 116, 121, 122, 123, 124, 0, 73, 108, 108, 101, 103, 97, 108, 32, 98, 121, 116, 101, 32, 115, 101, 113, 117, 101, 110, 99, 101, 0, 68, 111, 109, 97, 105, 110, 32, 101, 114, 114, 111, 114, 0, 82, 101, 115, 117, 108, 116, 32, 110, 111, 116, 32, 114, 101, 112, 114, 101, 115, 101, 110, 116, 97, 98, 108, 101, 0, 78, 111, 116, 32, 97, 32, 116, 116, 121, 0, 80, 101, 114, 109, 105, 115, 115, 105, 111, 110, 32, 100, 101, 110, 105, 101, 100, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 110, 111, 116, 32, 112, 101, 114, 109, 105, 116, 116, 101, 100, 0, 78, 111, 32, 115, 117, 99, 104, 32, 102, 105, 108, 101, 32, 111, 114, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 78, 111, 32, 115, 117, 99, 104, 32, 112, 114, 111, 99, 101, 115, 115, 0, 70, 105, 108, 101, 32, 101, 120, 105, 115, 116, 115, 0, 86, 97, 108, 117, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 32, 102, 111, 114, 32, 100, 97, 116, 97, 32, 116, 121, 112, 101, 0, 78, 111, 32, 115, 112, 97, 99, 101, 32, 108, 101, 102, 116, 32, 111, 110, 32, 100, 101, 118, 105, 99, 101, 0, 79, 117, 116, 32, 111, 102, 32, 109, 101, 109, 111, 114, 121, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 98, 117, 115, 121, 0, 73, 110, 116, 101, 114, 114, 117, 112, 116, 101, 100, 32, 115, 121, 115, 116, 101, 109, 32, 99, 97, 108, 108, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 116, 101, 109, 112, 111, 114, 97, 114, 105, 108, 121, 32, 117, 110, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 73, 110, 118, 97, 108, 105, 100, 32, 115, 101, 101, 107, 0, 67, 114, 111, 115, 115, 45, 100, 101, 118, 105, 99, 101, 32, 108, 105, 110, 107, 0, 82, 101, 97, 100, 45, 111, 110, 108, 121, 32, 102, 105, 108, 101, 32, 115, 121, 115, 116, 101, 109, 0, 68, 105, 114, 101, 99, 116, 111, 114, 121, 32, 110, 111, 116, 32, 101, 109, 112, 116, 121, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 115, 101, 116, 32, 98, 121, 32, 112, 101, 101, 114, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 116, 105, 109, 101, 100, 32, 111, 117, 116, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 102, 117, 115, 101, 100, 0, 72, 111, 115, 116, 32, 105, 115, 32, 100, 111, 119, 110, 0, 72, 111, 115, 116, 32, 105, 115, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 65, 100, 100, 114, 101, 115, 115, 32, 105, 110, 32, 117, 115, 101, 0, 66, 114, 111, 107, 101, 110, 32, 112, 105, 112, 101, 0, 73, 47, 79, 32, 101, 114, 114, 111, 114, 0, 78, 111, 32, 115, 117, 99, 104, 32, 100, 101, 118, 105, 99, 101, 32, 111, 114, 32, 97, 100, 100, 114, 101, 115, 115, 0, 66, 108, 111, 99, 107, 32, 100, 101, 118, 105, 99, 101, 32, 114, 101, 113, 117, 105, 114, 101, 100, 0, 78, 111, 32, 115, 117, 99, 104, 32, 100, 101, 118, 105, 99, 101, 0, 78, 111, 116, 32, 97, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 73, 115, 32, 97, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 84, 101, 120, 116, 32, 102, 105, 108, 101, 32, 98, 117, 115, 121, 0, 69, 120, 101, 99, 32, 102, 111, 114, 109, 97, 116, 32, 101, 114, 114, 111, 114, 0, 73, 110, 118, 97, 108, 105, 100, 32, 97, 114, 103, 117, 109, 101, 110, 116, 0, 65, 114, 103, 117, 109, 101, 110, 116, 32, 108, 105, 115, 116, 32, 116, 111, 111, 32, 108, 111, 110, 103, 0, 83, 121, 109, 98, 111, 108, 105, 99, 32, 108, 105, 110, 107, 32, 108, 111, 111, 112, 0, 70, 105, 108, 101, 110, 97, 109, 101, 32, 116, 111, 111, 32, 108, 111, 110, 103, 0, 84, 111, 111, 32, 109, 97, 110, 121, 32, 111, 112, 101, 110, 32, 102, 105, 108, 101, 115, 32, 105, 110, 32, 115, 121, 115, 116, 101, 109, 0, 78, 111, 32, 102, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 115, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 66, 97, 100, 32, 102, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 0, 78, 111, 32, 99, 104, 105, 108, 100, 32, 112, 114, 111, 99, 101, 115, 115, 0, 66, 97, 100, 32, 97, 100, 100, 114, 101, 115, 115, 0, 70, 105, 108, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 0, 84, 111, 111, 32, 109, 97, 110, 121, 32, 108, 105, 110, 107, 115, 0, 78, 111, 32, 108, 111, 99, 107, 115, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 100, 101, 97, 100, 108, 111, 99, 107, 32, 119, 111, 117, 108, 100, 32, 111, 99, 99, 117, 114, 0, 83, 116, 97, 116, 101, 32, 110, 111, 116, 32, 114, 101, 99, 111, 118, 101, 114, 97, 98, 108, 101, 0, 80, 114, 101, 118, 105, 111, 117, 115, 32, 111, 119, 110, 101, 114, 32, 100, 105, 101, 100, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 99, 97, 110, 99, 101, 108, 101, 100, 0, 70, 117, 110, 99, 116, 105, 111, 110, 32, 110, 111, 116, 32, 105, 109, 112, 108, 101, 109, 101, 110, 116, 101, 100, 0, 78, 111, 32, 109, 101, 115, 115, 97, 103, 101, 32, 111, 102, 32, 100, 101, 115, 105, 114, 101, 100, 32, 116, 121, 112, 101, 0, 73, 100, 101, 110, 116, 105, 102, 105, 101, 114, 32, 114, 101, 109, 111, 118, 101, 100, 0, 68, 101, 118, 105, 99, 101, 32, 110, 111, 116, 32, 97, 32, 115, 116, 114, 101, 97, 109, 0, 78, 111, 32, 100, 97, 116, 97, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 68, 101, 118, 105, 99, 101, 32, 116, 105, 109, 101, 111, 117, 116, 0, 79, 117, 116, 32, 111, 102, 32, 115, 116, 114, 101, 97, 109, 115, 32, 114, 101, 115, 111, 117, 114, 99, 101, 115, 0, 76, 105, 110, 107, 32, 104, 97, 115, 32, 98, 101, 101, 110, 32, 115, 101, 118, 101, 114, 101, 100, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 101, 114, 114, 111, 114, 0, 66, 97, 100, 32, 109, 101, 115, 115, 97, 103, 101, 0, 70, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 32, 105, 110, 32, 98, 97, 100, 32, 115, 116, 97, 116, 101, 0, 78, 111, 116, 32, 97, 32, 115, 111, 99, 107, 101, 116, 0, 68, 101, 115, 116, 105, 110, 97, 116, 105, 111, 110, 32, 97, 100, 100, 114, 101, 115, 115, 32, 114, 101, 113, 117, 105, 114, 101, 100, 0, 77, 101, 115, 115, 97, 103, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 119, 114, 111, 110, 103, 32, 116, 121, 112, 101, 32, 102, 111, 114, 32, 115, 111, 99, 107, 101, 116, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 110, 111, 116, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 83, 111, 99, 107, 101, 116, 32, 116, 121, 112, 101, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 78, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 102, 97, 109, 105, 108, 121, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 65, 100, 100, 114, 101, 115, 115, 32, 102, 97, 109, 105, 108, 121, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 32, 98, 121, 32, 112, 114, 111, 116, 111, 99, 111, 108, 0, 65, 100, 100, 114, 101, 115, 115, 32, 110, 111, 116, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 78, 101, 116, 119, 111, 114, 107, 32, 105, 115, 32, 100, 111, 119, 110, 0, 78, 101, 116, 119, 111, 114, 107, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 115, 101, 116, 32, 98, 121, 32, 110, 101, 116, 119, 111, 114, 107, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 97, 98, 111, 114, 116, 101, 100, 0, 78, 111, 32, 98, 117, 102, 102, 101, 114, 32, 115, 112, 97, 99, 101, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 83, 111, 99, 107, 101, 116, 32, 105, 115, 32, 99, 111, 110, 110, 101, 99, 116, 101, 100, 0, 83, 111, 99, 107, 101, 116, 32, 110, 111, 116, 32, 99, 111, 110, 110, 101, 99, 116, 101, 100, 0, 67, 97, 110, 110, 111, 116, 32, 115, 101, 110, 100, 32, 97, 102, 116, 101, 114, 32, 115, 111, 99, 107, 101, 116, 32, 115, 104, 117, 116, 100, 111, 119, 110, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 97, 108, 114, 101, 97, 100, 121, 32, 105, 110, 32, 112, 114, 111, 103, 114, 101, 115, 115, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 105, 110, 32, 112, 114, 111, 103, 114, 101, 115, 115, 0, 83, 116, 97, 108, 101, 32, 102, 105, 108, 101, 32, 104, 97, 110, 100, 108, 101, 0, 82, 101, 109, 111, 116, 101, 32, 73, 47, 79, 32, 101, 114, 114, 111, 114, 0, 81, 117, 111, 116, 97, 32, 101, 120, 99, 101, 101, 100, 101, 100, 0, 78, 111, 32, 109, 101, 100, 105, 117, 109, 32, 102, 111, 117, 110, 100, 0, 87, 114, 111, 110, 103, 32, 109, 101, 100, 105, 117, 109, 32, 116, 121, 112, 101, 0, 78, 111, 32, 101, 114, 114, 111, 114, 32, 105, 110, 102, 111, 114, 109, 97, 116, 105, 111, 110, 0, 0, 40, 110, 117, 108, 108, 41, 0, 45, 48, 88, 43, 48, 88, 32, 48, 88, 45, 48, 120, 43, 48, 120, 32, 48, 120, 0, 105, 110, 102, 0, 73, 78, 70, 0, 110, 97, 110, 0, 78, 65, 78, 0, 80, 79, 83, 73, 88, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 115, 116, 100, 105, 110, 98, 117, 102, 73, 99, 69, 69, 0, 117, 110, 115, 117, 112, 112, 111, 114, 116, 101, 100, 32, 108, 111, 99, 97, 108, 101, 32, 102, 111, 114, 32, 115, 116, 97, 110, 100, 97, 114, 100, 32, 105, 110, 112, 117, 116, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 115, 116, 100, 111, 117, 116, 98, 117, 102, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 115, 116, 100, 105, 110, 98, 117, 102, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 115, 116, 100, 111, 117, 116, 98, 117, 102, 73, 119, 69, 69, 0, 33, 34, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 32, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 34, 0, 47, 104, 111, 109, 101, 47, 97, 108, 111, 110, 47, 68, 101, 118, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 47, 115, 121, 115, 116, 101, 109, 47, 105, 110, 99, 108, 117, 100, 101, 47, 108, 105, 98, 99, 120, 120, 47, 115, 116, 114, 105, 110, 103, 0, 33, 34, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 32, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 34, 0, 37, 117, 0, 78, 83, 116, 51, 95, 95, 49, 57, 98, 97, 115, 105, 99, 95, 105, 111, 115, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 105, 111, 115, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 98, 97, 115, 105, 99, 95, 105, 111, 115, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 101, 97, 109, 98, 117, 102, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 101, 97, 109, 98, 117, 102, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 108, 108, 97, 116, 101, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 54, 108, 111, 99, 97, 108, 101, 53, 102, 97, 99, 101, 116, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 108, 108, 97, 116, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 103, 101, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 110, 117, 109, 95, 103, 101, 116, 95, 98, 97, 115, 101, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102, 65, 66, 67, 68, 69, 70, 120, 88, 43, 45, 112, 80, 105, 73, 110, 78, 0, 67, 0, 37, 112, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 103, 101, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 112, 117, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 110, 117, 109, 95, 112, 117, 116, 95, 98, 97, 115, 101, 69, 0, 37, 0, 0, 0, 0, 0, 76, 0, 37, 112, 0, 0, 0, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 112, 117, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 116, 105, 109, 101, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 50, 48, 95, 95, 116, 105, 109, 101, 95, 103, 101, 116, 95, 99, 95, 115, 116, 111, 114, 97, 103, 101, 73, 99, 69, 69, 0, 37, 72, 58, 37, 77, 58, 37, 83, 37, 109, 47, 37, 100, 47, 37, 121, 37, 89, 45, 37, 109, 45, 37, 100, 37, 73, 58, 37, 77, 58, 37, 83, 32, 37, 112, 37, 72, 58, 37, 77, 37, 72, 58, 37, 77, 58, 37, 83, 83, 117, 110, 100, 97, 121, 0, 77, 111, 110, 100, 97, 121, 0, 84, 117, 101, 115, 100, 97, 121, 0, 87, 101, 100, 110, 101, 115, 100, 97, 121, 0, 84, 104, 117, 114, 115, 100, 97, 121, 0, 70, 114, 105, 100, 97, 121, 0, 83, 97, 116, 117, 114, 100, 97, 121, 0, 83, 117, 110, 0, 77, 111, 110, 0, 84, 117, 101, 0, 87, 101, 100, 0, 84, 104, 117, 0, 70, 114, 105, 0, 83, 97, 116, 0, 74, 97, 110, 117, 97, 114, 121, 0, 70, 101, 98, 114, 117, 97, 114, 121, 0, 77, 97, 114, 99, 104, 0, 65, 112, 114, 105, 108, 0, 77, 97, 121, 0, 74, 117, 110, 101, 0, 74, 117, 108, 121, 0, 65, 117, 103, 117, 115, 116, 0, 83, 101, 112, 116, 101, 109, 98, 101, 114, 0, 79, 99, 116, 111, 98, 101, 114, 0, 78, 111, 118, 101, 109, 98, 101, 114, 0, 68, 101, 99, 101, 109, 98, 101, 114, 0, 74, 97, 110, 0, 70, 101, 98, 0, 77, 97, 114, 0, 65, 112, 114, 0, 74, 117, 110, 0, 74, 117, 108, 0, 65, 117, 103, 0, 83, 101, 112, 0, 79, 99, 116, 0, 78, 111, 118, 0, 68, 101, 99, 0, 65, 77, 0, 80, 77, 0, 37, 97, 32, 37, 98, 32, 37, 100, 32, 37, 72, 58, 37, 77, 58, 37, 83, 32, 37, 89, 0, 37, 73, 58, 37, 77, 58, 37, 83, 32, 37, 112, 0, 37, 109, 47, 37, 100, 47, 37, 121, 0, 37, 72, 58, 37, 77, 58, 37, 83, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 50, 48, 95, 95, 116, 105, 109, 101, 95, 103, 101, 116, 95, 99, 95, 115, 116, 111, 114, 97, 103, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 116, 105, 109, 101, 95, 112, 117, 116, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 99, 76, 98, 48, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 99, 76, 98, 49, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 119, 76, 98, 48, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 119, 76, 98, 49, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 99, 69, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 0, 37, 76, 102, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 119, 69, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 99, 69, 69, 0, 37, 46, 48, 76, 102, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 109, 101, 115, 115, 97, 103, 101, 115, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 109, 101, 115, 115, 97, 103, 101, 115, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 109, 101, 115, 115, 97, 103, 101, 115, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 54, 95, 95, 110, 97, 114, 114, 111, 119, 95, 116, 111, 95, 117, 116, 102, 56, 73, 76, 106, 51, 50, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 68, 105, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 50, 99, 111, 100, 101, 99, 118, 116, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 55, 95, 95, 119, 105, 100, 101, 110, 95, 102, 114, 111, 109, 95, 117, 116, 102, 56, 73, 76, 106, 51, 50, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 99, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 119, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 68, 115, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 54, 108, 111, 99, 97, 108, 101, 53, 95, 95, 105, 109, 112, 69, 0, 78, 83, 116, 51, 95, 95, 49, 53, 99, 116, 121, 112, 101, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 99, 116, 121, 112, 101, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 53, 99, 116, 121, 112, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 110, 117, 109, 112, 117, 110, 99, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 110, 117, 109, 112, 117, 110, 99, 116, 73, 119, 69, 69, 0, 33, 34, 118, 101, 99, 116, 111, 114, 32, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 34, 0, 47, 104, 111, 109, 101, 47, 97, 108, 111, 110, 47, 68, 101, 118, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 47, 115, 121, 115, 116, 101, 109, 47, 105, 110, 99, 108, 117, 100, 101, 47, 108, 105, 98, 99, 120, 120, 47, 118, 101, 99, 116, 111, 114, 0, 95, 95, 116, 104, 114, 111, 119, 95, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 0, 33, 34, 118, 101, 99, 116, 111, 114, 32, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 34, 0, 95, 95, 116, 104, 114, 111, 119, 95, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 115, 104, 97, 114, 101, 100, 95, 99, 111, 117, 110, 116, 69, 0, 99, 97, 110, 110, 111, 116, 32, 122, 101, 114, 111, 32, 111, 117, 116, 32, 116, 104, 114, 101, 97, 100, 32, 118, 97, 108, 117, 101, 32, 102, 111, 114, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 40, 41, 0, 99, 97, 110, 110, 111, 116, 32, 99, 114, 101, 97, 116, 101, 32, 112, 116, 104, 114, 101, 97, 100, 32, 107, 101, 121, 32, 102, 111, 114, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 40, 41, 0, 112, 116, 104, 114, 101, 97, 100, 95, 111, 110, 99, 101, 32, 102, 97, 105, 108, 117, 114, 101, 32, 105, 110, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 95, 102, 97, 115, 116, 40, 41, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 50, 48, 95, 95, 115, 105, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 54, 95, 95, 115, 104, 105, 109, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 83, 116, 57, 116, 121, 112, 101, 95, 105, 110, 102, 111, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 55, 95, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 83, 116, 57, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 117, 110, 99, 97, 117, 103, 104, 116, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 111, 102, 32, 116, 121, 112, 101, 32, 37, 115, 58, 32, 37, 115, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 111, 102, 32, 116, 121, 112, 101, 32, 37, 115, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 102, 111, 114, 101, 105, 103, 110, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 0, 116, 101, 114, 109, 105, 110, 97, 116, 101, 95, 104, 97, 110, 100, 108, 101, 114, 32, 117, 110, 101, 120, 112, 101, 99, 116, 101, 100, 108, 121, 32, 114, 101, 116, 117, 114, 110, 101, 100, 0, 83, 116, 57, 98, 97, 100, 95, 97, 108, 108, 111, 99, 0, 115, 116, 100, 58, 58, 98, 97, 100, 95, 97, 108, 108, 111, 99, 0, 115, 116, 100, 58, 58, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 57, 95, 95, 112, 111, 105, 110, 116, 101, 114, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 55, 95, 95, 112, 98, 97, 115, 101, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 50, 49, 95, 95, 118, 109, 105, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 32, 99, 111, 110, 115, 116, 0, 32, 118, 111, 108, 97, 116, 105, 108, 101, 0, 32, 114, 101, 115, 116, 114, 105, 99, 116, 0, 118, 111, 105, 100, 0, 119, 99, 104, 97, 114, 95, 116, 0, 98, 111, 111, 108, 0, 99, 104, 97, 114, 0, 115, 105, 103, 110, 101, 100, 32, 99, 104, 97, 114, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 99, 104, 97, 114, 0, 115, 104, 111, 114, 116, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 115, 104, 111, 114, 116, 0, 105, 110, 116, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 105, 110, 116, 0, 108, 111, 110, 103, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 108, 111, 110, 103, 0, 108, 111, 110, 103, 32, 108, 111, 110, 103, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 108, 111, 110, 103, 32, 108, 111, 110, 103, 0, 95, 95, 105, 110, 116, 49, 50, 56, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 95, 95, 105, 110, 116, 49, 50, 56, 0, 102, 108, 111, 97, 116, 0, 100, 111, 117, 98, 108, 101, 0, 108, 111, 110, 103, 32, 100, 111, 117, 98, 108, 101, 0, 95, 95, 102, 108, 111, 97, 116, 49, 50, 56, 0, 46, 46, 46, 0, 95, 71, 76, 79, 66, 65, 76, 95, 95, 78, 0, 40, 97, 110, 111, 110, 121, 109, 111, 117, 115, 32, 110, 97, 109, 101, 115, 112, 97, 99, 101, 41, 0, 100, 101, 99, 105, 109, 97, 108, 54, 52, 0, 100, 101, 99, 105, 109, 97, 108, 49, 50, 56, 0, 100, 101, 99, 105, 109, 97, 108, 51, 50, 0, 100, 101, 99, 105, 109, 97, 108, 49, 54, 0, 99, 104, 97, 114, 51, 50, 95, 116, 0, 99, 104, 97, 114, 49, 54, 95, 116, 0, 97, 117, 116, 111, 0, 115, 116, 100, 58, 58, 110, 117, 108, 108, 112, 116, 114, 95, 116, 0, 32, 91, 0, 32, 91, 93, 0, 93, 0, 40, 0, 41, 0, 102, 97, 108, 115, 101, 0, 116, 114, 117, 101, 0, 117, 0, 108, 0, 117, 108, 0, 108, 108, 0, 117, 108, 108, 0, 37, 97, 102, 0, 37, 97, 0, 37, 76, 97, 76, 0, 102, 112, 0, 38, 38 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 30724); +allocate([ 0, 62, 0, 41, 32, 0, 32, 40, 0, 38, 0, 38, 61, 0, 61, 0, 97, 108, 105, 103, 110, 111, 102, 32, 40, 0, 99, 111, 110, 115, 116, 95, 99, 97, 115, 116, 60, 0, 62, 40, 0, 44, 0, 126, 0, 41, 40, 0, 58, 58, 0, 100, 101, 108, 101, 116, 101, 91, 93, 32, 0, 100, 121, 110, 97, 109, 105, 99, 95, 99, 97, 115, 116, 60, 0, 42, 0, 100, 101, 108, 101, 116, 101, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 38, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 40, 41, 0, 111, 112, 101, 114, 97, 116, 111, 114, 44, 0, 111, 112, 101, 114, 97, 116, 111, 114, 126, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 100, 101, 108, 101, 116, 101, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 42, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 100, 101, 108, 101, 116, 101, 0, 111, 112, 101, 114, 97, 116, 111, 114, 47, 0, 111, 112, 101, 114, 97, 116, 111, 114, 47, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 94, 0, 111, 112, 101, 114, 97, 116, 111, 114, 94, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 61, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 34, 34, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 60, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 60, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 42, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 45, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 110, 101, 119, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 33, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 33, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 110, 101, 119, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 124, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 62, 42, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 43, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 63, 0, 111, 112, 101, 114, 97, 116, 111, 114, 37, 0, 111, 112, 101, 114, 97, 116, 111, 114, 37, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 62, 61, 0, 60, 0, 44, 32, 0, 32, 62, 0, 100, 101, 99, 108, 116, 121, 112, 101, 40, 0, 115, 116, 100, 58, 58, 97, 108, 108, 111, 99, 97, 116, 111, 114, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 105, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 105, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 44, 32, 115, 116, 100, 58, 58, 97, 108, 108, 111, 99, 97, 116, 111, 114, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 0, 39, 117, 110, 110, 97, 109, 101, 100, 0, 39, 108, 97, 109, 98, 100, 97, 39, 40, 0, 115, 116, 100, 58, 58, 0, 46, 42, 0, 46, 0, 47, 0, 47, 61, 0, 94, 0, 94, 61, 0, 61, 61, 0, 62, 61, 0, 41, 91, 0, 60, 61, 0, 60, 60, 0, 60, 60, 61, 0, 45, 0, 45, 61, 0, 42, 61, 0, 45, 45, 0, 41, 45, 45, 0, 91, 93, 32, 0, 32, 0, 33, 61, 0, 33, 0, 110, 111, 101, 120, 99, 101, 112, 116, 32, 40, 0, 124, 124, 0, 124, 0, 124, 61, 0, 45, 62, 42, 0, 43, 0, 43, 61, 0, 43, 43, 0, 41, 43, 43, 0, 45, 62, 0, 41, 32, 63, 32, 40, 0, 41, 32, 58, 32, 40, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 95, 99, 97, 115, 116, 60, 0, 37, 0, 37, 61, 0, 62, 62, 0, 62, 62, 61, 0, 115, 116, 97, 116, 105, 99, 95, 99, 97, 115, 116, 60, 0, 115, 105, 122, 101, 111, 102, 32, 40, 0, 115, 105, 122, 101, 111, 102, 46, 46, 46, 40, 0, 116, 121, 112, 101, 105, 100, 40, 0, 116, 104, 114, 111, 119, 0, 116, 104, 114, 111, 119, 32, 0, 32, 99, 111, 109, 112, 108, 101, 120, 0, 32, 38, 0, 32, 38, 38, 0, 32, 105, 109, 97, 103, 105, 110, 97, 114, 121, 0, 58, 58, 42, 0, 111, 98, 106, 99, 95, 111, 98, 106, 101, 99, 116, 60, 0, 105, 100, 0, 111, 98, 106, 99, 112, 114, 111, 116, 111, 0, 115, 116, 100, 0, 58, 58, 115, 116, 114, 105, 110, 103, 32, 108, 105, 116, 101, 114, 97, 108, 0, 32, 118, 101, 99, 116, 111, 114, 91, 0, 112, 105, 120, 101, 108, 32, 118, 101, 99, 116, 111, 114, 91, 0, 118, 116, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 86, 84, 84, 32, 102, 111, 114, 32, 0, 116, 121, 112, 101, 105, 110, 102, 111, 32, 102, 111, 114, 32, 0, 116, 121, 112, 101, 105, 110, 102, 111, 32, 110, 97, 109, 101, 32, 102, 111, 114, 32, 0, 99, 111, 118, 97, 114, 105, 97, 110, 116, 32, 114, 101, 116, 117, 114, 110, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 99, 111, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 32, 118, 116, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 45, 105, 110, 45, 0, 118, 105, 114, 116, 117, 97, 108, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 110, 111, 110, 45, 118, 105, 114, 116, 117, 97, 108, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 103, 117, 97, 114, 100, 32, 118, 97, 114, 105, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 114, 101, 102, 101, 114, 101, 110, 99, 101, 32, 116, 101, 109, 112, 111, 114, 97, 114, 121, 32, 102, 111, 114, 32, 0, 95, 98, 108, 111, 99, 107, 95, 105, 110, 118, 111, 107, 101, 0, 105, 110, 118, 111, 99, 97, 116, 105, 111, 110, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 102, 111, 114, 32, 98, 108, 111, 99, 107, 32, 105, 110, 32, 0 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 40964); var tempDoublePtr = STATICTOP; STATICTOP += 16; function _atexit(func, arg) { @@ -1464,7 +1475,7 @@ function ___cxa_throw(ptr, type, destructor) { throw ptr + " - Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 or DISABLE_EXCEPTION_CATCHING=2 to catch."; } Module["_memset"] = _memset; -function _pthread_mutex_lock() {} +Module["_pthread_mutex_lock"] = _pthread_mutex_lock; function __isLeapYear(year) { return year % 4 === 0 && (year % 100 !== 0 || year % 400 === 0); } @@ -1750,10 +1761,8 @@ function _pthread_getspecific(key) { return PTHREAD_SPECIFIC[key] || 0; } var _llvm_fabs_f64 = Math_abs; -function ___setErrNo(value) { - if (Module["___errno_location"]) HEAP32[Module["___errno_location"]() >> 2] = value; - return value; -} +Module["_i64Add"] = _i64Add; +var PTHREAD_SPECIFIC_NEXT_KEY = 1; var ERRNO_CODES = { EPERM: 1, ENOENT: 2, @@ -1877,167 +1886,6 @@ var ERRNO_CODES = { EOWNERDEAD: 130, ESTRPIPE: 86 }; -function _sysconf(name) { - switch (name) { - case 30: - return PAGE_SIZE; - case 85: - return totalMemory / PAGE_SIZE; - case 132: - case 133: - case 12: - case 137: - case 138: - case 15: - case 235: - case 16: - case 17: - case 18: - case 19: - case 20: - case 149: - case 13: - case 10: - case 236: - case 153: - case 9: - case 21: - case 22: - case 159: - case 154: - case 14: - case 77: - case 78: - case 139: - case 80: - case 81: - case 82: - case 68: - case 67: - case 164: - case 11: - case 29: - case 47: - case 48: - case 95: - case 52: - case 51: - case 46: - return 200809; - case 79: - return 0; - case 27: - case 246: - case 127: - case 128: - case 23: - case 24: - case 160: - case 161: - case 181: - case 182: - case 242: - case 183: - case 184: - case 243: - case 244: - case 245: - case 165: - case 178: - case 179: - case 49: - case 50: - case 168: - case 169: - case 175: - case 170: - case 171: - case 172: - case 97: - case 76: - case 32: - case 173: - case 35: - return -1; - case 176: - case 177: - case 7: - case 155: - case 8: - case 157: - case 125: - case 126: - case 92: - case 93: - case 129: - case 130: - case 131: - case 94: - case 91: - return 1; - case 74: - case 60: - case 69: - case 70: - case 4: - return 1024; - case 31: - case 42: - case 72: - return 32; - case 87: - case 26: - case 33: - return 2147483647; - case 34: - case 1: - return 47839; - case 38: - case 36: - return 99; - case 43: - case 37: - return 2048; - case 0: - return 2097152; - case 3: - return 65536; - case 28: - return 32768; - case 44: - return 32767; - case 75: - return 16384; - case 39: - return 1e3; - case 89: - return 700; - case 71: - return 256; - case 40: - return 255; - case 2: - return 100; - case 180: - return 64; - case 25: - return 20; - case 5: - return 16; - case 6: - return 6; - case 73: - return 4; - case 84: - { - if (typeof navigator === "object") return navigator["hardwareConcurrency"] || 1; - return 1; - } - } - ___setErrNo(ERRNO_CODES.EINVAL); - return -1; -} -var PTHREAD_SPECIFIC_NEXT_KEY = 1; function _pthread_key_create(key, destructor) { if (key == 0) { return ERRNO_CODES.EINVAL; @@ -2047,6 +1895,12 @@ function _pthread_key_create(key, destructor) { PTHREAD_SPECIFIC_NEXT_KEY++; return 0; } +function __exit(status) { + Module["exit"](status); +} +function _exit(status) { + __exit(status); +} function _pthread_setspecific(key, value) { if (!(key in PTHREAD_SPECIFIC)) { return ERRNO_CODES.EINVAL; @@ -2183,6 +2037,10 @@ var ERRNO_MESSAGES = { 130: "Previous owner died", 131: "State not recoverable" }; +function ___setErrNo(value) { + if (Module["___errno_location"]) HEAP32[Module["___errno_location"]() >> 2] = value; + return value; +} var PATH = { splitPath: (function(filename) { var splitPathRe = /^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/; @@ -5367,29 +5225,18 @@ function ___syscall54(which, varargs) { } Module["_bitshift64Ashr"] = _bitshift64Ashr; Module["_bitshift64Lshr"] = _bitshift64Lshr; -function ___cxa_guard_release() {} function _pthread_cleanup_push(routine, arg) { __ATEXIT__.push((function() { Runtime.dynCall("vi", routine, [ arg ]); })); _pthread_cleanup_push.level = __ATEXIT__.length; } -function _pthread_cond_broadcast() { - return 0; -} -function ___cxa_guard_acquire(variable) { - if (!HEAP8[variable >> 0]) { - HEAP8[variable >> 0] = 1; - return 1; - } - return 0; -} +Module["_pthread_cond_broadcast"] = _pthread_cond_broadcast; function _pthread_cleanup_pop() { assert(_pthread_cleanup_push.level == __ATEXIT__.length, "cannot pop if something else added meanwhile!"); __ATEXIT__.pop(); _pthread_cleanup_push.level = __ATEXIT__.length; } -Module["_i64Add"] = _i64Add; function ___cxa_begin_catch(ptr) { __ZSt18uncaught_exceptionv.uncaught_exception--; EXCEPTIONS.caught.push(ptr); @@ -5437,17 +5284,8 @@ function _pthread_cond_wait() { return 0; } var _llvm_fabs_f32 = Math_abs; -function _pthread_mutex_unlock() {} -function _time(ptr) { - var ret = Date.now() / 1e3 | 0; - if (ptr) { - HEAP32[ptr >> 2] = ret; - } - return ret; -} -function _pthread_self() { - return 0; -} +Module["_pthread_mutex_unlock"] = _pthread_mutex_unlock; +Module["_pthread_self"] = _pthread_self; function ___syscall140(which, varargs) { SYSCALLS.varargs = varargs; try { @@ -5692,20 +5530,17 @@ Module.asmLibraryArg = { "_pthread_cleanup_pop": _pthread_cleanup_pop, "_strftime": _strftime, "_pthread_cond_wait": _pthread_cond_wait, - "___resumeException": ___resumeException, "_pthread_key_create": _pthread_key_create, "_abort": _abort, "_llvm_fabs_f64": _llvm_fabs_f64, "___gxx_personality_v0": ___gxx_personality_v0, "___assert_fail": ___assert_fail, - "___cxa_atexit": ___cxa_atexit, "___cxa_allocate_exception": ___cxa_allocate_exception, "___cxa_find_matching_catch": ___cxa_find_matching_catch, "_emscripten_asm_const_ii": _emscripten_asm_const_ii, - "__isLeapYear": __isLeapYear, - "___cxa_guard_release": ___cxa_guard_release, "_emscripten_asm_const_i": _emscripten_asm_const_i, "__addDays": __addDays, + "_emscripten_asm_const_v": _emscripten_asm_const_v, "_emscripten_asm_const_did": _emscripten_asm_const_did, "_strftime_l": _strftime_l, "___setErrNo": ___setErrNo, @@ -5713,35 +5548,32 @@ Module.asmLibraryArg = { "_sbrk": _sbrk, "___cxa_begin_catch": ___cxa_begin_catch, "_emscripten_memcpy_big": _emscripten_memcpy_big, - "_emscripten_asm_const_v": _emscripten_asm_const_v, + "___resumeException": ___resumeException, "__ZSt18uncaught_exceptionv": __ZSt18uncaught_exceptionv, - "_sysconf": _sysconf, + "__exit": __exit, "_pthread_getspecific": _pthread_getspecific, - "_llvm_fabs_f32": _llvm_fabs_f32, + "_emscripten_asm_const_diiii": _emscripten_asm_const_diiii, "__arraySum": __arraySum, "_emscripten_asm_const_di": _emscripten_asm_const_di, "_emscripten_asm_const_diiid": _emscripten_asm_const_diiid, - "_emscripten_asm_const_dii": _emscripten_asm_const_dii, - "_pthread_self": _pthread_self, - "_pthread_mutex_unlock": _pthread_mutex_unlock, + "_llvm_fabs_f32": _llvm_fabs_f32, "_pthread_once": _pthread_once, "_emscripten_asm_const_iid": _emscripten_asm_const_iid, "___syscall54": ___syscall54, "___unlock": ___unlock, - "_pthread_cond_broadcast": _pthread_cond_broadcast, + "__isLeapYear": __isLeapYear, "_emscripten_asm_const_iii": _emscripten_asm_const_iii, "_pthread_setspecific": _pthread_setspecific, + "___cxa_atexit": ___cxa_atexit, "_emscripten_asm_const_iiii": _emscripten_asm_const_iiii, - "_emscripten_asm_const_diiii": _emscripten_asm_const_diiii, "___cxa_throw": ___cxa_throw, "___lock": ___lock, "___syscall6": ___syscall6, "_pthread_cleanup_push": _pthread_cleanup_push, - "_time": _time, - "_pthread_mutex_lock": _pthread_mutex_lock, - "___cxa_guard_acquire": ___cxa_guard_acquire, + "_emscripten_asm_const_dii": _emscripten_asm_const_dii, "_atexit": _atexit, "___syscall140": ___syscall140, + "_exit": _exit, "___syscall145": ___syscall145, "___syscall146": ___syscall146, "STACKTOP": STACKTOP, @@ -5840,20 +5672,17 @@ var asm = (function(global,env,buffer) { var _pthread_cleanup_pop=env._pthread_cleanup_pop; var _strftime=env._strftime; var _pthread_cond_wait=env._pthread_cond_wait; - var ___resumeException=env.___resumeException; var _pthread_key_create=env._pthread_key_create; var _abort=env._abort; var _llvm_fabs_f64=env._llvm_fabs_f64; var ___gxx_personality_v0=env.___gxx_personality_v0; var ___assert_fail=env.___assert_fail; - var ___cxa_atexit=env.___cxa_atexit; var ___cxa_allocate_exception=env.___cxa_allocate_exception; var ___cxa_find_matching_catch=env.___cxa_find_matching_catch; var _emscripten_asm_const_ii=env._emscripten_asm_const_ii; - var __isLeapYear=env.__isLeapYear; - var ___cxa_guard_release=env.___cxa_guard_release; var _emscripten_asm_const_i=env._emscripten_asm_const_i; var __addDays=env.__addDays; + var _emscripten_asm_const_v=env._emscripten_asm_const_v; var _emscripten_asm_const_did=env._emscripten_asm_const_did; var _strftime_l=env._strftime_l; var ___setErrNo=env.___setErrNo; @@ -5861,35 +5690,32 @@ var asm = (function(global,env,buffer) { var _sbrk=env._sbrk; var ___cxa_begin_catch=env.___cxa_begin_catch; var _emscripten_memcpy_big=env._emscripten_memcpy_big; - var _emscripten_asm_const_v=env._emscripten_asm_const_v; + var ___resumeException=env.___resumeException; var __ZSt18uncaught_exceptionv=env.__ZSt18uncaught_exceptionv; - var _sysconf=env._sysconf; + var __exit=env.__exit; var _pthread_getspecific=env._pthread_getspecific; - var _llvm_fabs_f32=env._llvm_fabs_f32; + var _emscripten_asm_const_diiii=env._emscripten_asm_const_diiii; var __arraySum=env.__arraySum; var _emscripten_asm_const_di=env._emscripten_asm_const_di; var _emscripten_asm_const_diiid=env._emscripten_asm_const_diiid; - var _emscripten_asm_const_dii=env._emscripten_asm_const_dii; - var _pthread_self=env._pthread_self; - var _pthread_mutex_unlock=env._pthread_mutex_unlock; + var _llvm_fabs_f32=env._llvm_fabs_f32; var _pthread_once=env._pthread_once; var _emscripten_asm_const_iid=env._emscripten_asm_const_iid; var ___syscall54=env.___syscall54; var ___unlock=env.___unlock; - var _pthread_cond_broadcast=env._pthread_cond_broadcast; + var __isLeapYear=env.__isLeapYear; var _emscripten_asm_const_iii=env._emscripten_asm_const_iii; var _pthread_setspecific=env._pthread_setspecific; + var ___cxa_atexit=env.___cxa_atexit; var _emscripten_asm_const_iiii=env._emscripten_asm_const_iiii; - var _emscripten_asm_const_diiii=env._emscripten_asm_const_diiii; var ___cxa_throw=env.___cxa_throw; var ___lock=env.___lock; var ___syscall6=env.___syscall6; var _pthread_cleanup_push=env._pthread_cleanup_push; - var _time=env._time; - var _pthread_mutex_lock=env._pthread_mutex_lock; - var ___cxa_guard_acquire=env.___cxa_guard_acquire; + var _emscripten_asm_const_dii=env._emscripten_asm_const_dii; var _atexit=env._atexit; var ___syscall140=env.___syscall140; + var _exit=env._exit; var ___syscall145=env.___syscall145; var ___syscall146=env.___syscall146; var tempFloat = 0.0; @@ -5909,6 +5735,7 @@ function _emscripten_replace_memory(newBuffer) { } // EMSCRIPTEN_START_FUNCS + function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i72, i74) { i73 = i73 | 0; i72 = i72 | 0; @@ -6060,18 +5887,18 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i2 = (HEAP8[i3 + i2 + -1 >> 0] | 0) == 38 ? i7 : i6; } if (!i11) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, i2, 37685) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, i2, 40576) | 0; i2 = i2 + 6 | 0; } if (!i12) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) + 12 | 0, i2, 37692) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) + 12 | 0, i2, 40583) | 0; i2 = i2 + 9 | 0; } - if (!i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) + 12 | 0, i2, 37702) | 0; + if (!i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) + 12 | 0, i2, 40593) | 0; } else { - if (!i11) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 37685) | 0; - if (!i12) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 37692) | 0; - if (!i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 37702) | 0; + if (!i11) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 40576) | 0; + if (!i12) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 40583) | 0; + if (!i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 40593) | 0; } i7 = HEAP32[i16 >> 2] | 0; i2 = i7 + -16 | 0; @@ -6143,10 +5970,10 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i72 = (i70 & 1) == 0; i70 = i72 ? (i70 & 255) >>> 1 : HEAP32[i75 + 4 >> 2] | 0; i71 = i70 >>> 0 > 2; - i72 = _memcmp(i72 ? i75 + 1 | 0 : HEAP32[i75 + 8 >> 2] | 0, 38026, i71 ? 2 : i70) | 0; + i72 = _memcmp(i72 ? i75 + 1 | 0 : HEAP32[i75 + 8 >> 2] | 0, 40917, i71 ? 2 : i70) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i75); if (!(((i72 | 0) == 0 ? (i70 >>> 0 < 2 ? -1 : i71 & 1) : i72) | 0)) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE5eraseEjj((HEAP32[i2 >> 2] | 0) + -12 | 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i2 >> 2] | 0) + -12 | 0, 0, 38029) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i2 >> 2] | 0) + -12 | 0, 0, 40920) | 0; break; } if ((i1 + -49 & 255) < 9) { @@ -6180,7 +6007,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i72 = (i69 & 1) == 0; i69 = i72 ? (i69 & 255) >>> 1 : HEAP32[i71 + 4 >> 2] | 0; i70 = i69 >>> 0 > 2; - i72 = _memcmp(i72 ? i71 + 1 | 0 : HEAP32[i71 + 8 >> 2] | 0, 38026, i70 ? 2 : i69) | 0; + i72 = _memcmp(i72 ? i71 + 1 | 0 : HEAP32[i71 + 8 >> 2] | 0, 40917, i70 ? 2 : i69) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i71); if (!(((i72 | 0) == 0 ? (i69 >>> 0 < 2 ? -1 : i70 & 1) : i72) | 0)) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE5eraseEjj((HEAP32[i2 >> 2] | 0) + -12 | 0); i7 = (HEAP32[i2 >> 2] | 0) + -12 | 0; @@ -6205,7 +6032,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i3 = i3 + 1 | 0; } HEAP8[i5 + i4 >> 0] = 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i53, 0, 38026) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i53, 0, 40917) | 0; HEAP32[i50 >> 2] = HEAP32[i2 >> 2]; HEAP32[i50 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i50 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -6215,7 +6042,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i2 + (i3 << 2) >> 2] = 0; i3 = i3 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i50, 38033) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i50, 40924) | 0; HEAP32[i59 >> 2] = HEAP32[i2 >> 2]; HEAP32[i59 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i59 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -6328,13 +6155,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i72 = (i70 & 1) == 0; i70 = i72 ? (i70 & 255) >>> 1 : HEAP32[i56 + 4 >> 2] | 0; i71 = i70 >>> 0 > 2; - i72 = _memcmp(i72 ? i56 + 1 | 0 : HEAP32[i56 + 8 >> 2] | 0, 38026, i71 ? 2 : i70) | 0; + i72 = _memcmp(i72 ? i56 + 1 | 0 : HEAP32[i56 + 8 >> 2] | 0, 40917, i71 ? 2 : i70) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i56); if (!(((i72 | 0) == 0 ? (i70 >>> 0 < 2 ? -1 : i71 & 1) : i72) | 0)) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE5eraseEjj(i3); i7 = HEAP32[i34 >> 2] | 0; i10 = i7 + -12 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i47, i66); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i47, 0, 38026) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i47, 0, 40917) | 0; HEAP32[i65 >> 2] = HEAP32[i1 >> 2]; HEAP32[i65 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i65 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -6344,7 +6171,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 38033) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 40924) | 0; HEAP32[i64 >> 2] = HEAP32[i1 >> 2]; HEAP32[i64 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i64 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -6512,7 +6339,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i1 = i73; break L1; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 39267) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 42158) | 0; i6 = i74 + 16 | 0; i2 = (HEAP32[i3 >> 2] | 0) + -24 | 0; HEAP32[i8 >> 2] = HEAP32[i74 + 12 >> 2]; @@ -6573,7 +6400,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } i3 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i1, i72, i74) | 0; if ((i3 | 0) != (i1 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i75, 38035, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i75, 40926, 1); i11 = i74 + 4 | 0; i10 = i75 + 4 | 0; i7 = i71 + 8 | 0; @@ -6627,7 +6454,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, while (1) { if (i1 >>> 0 >= i6 >>> 0) break; i70 = HEAP8[i75 >> 0] | 0; - if (((i70 & 1) == 0 ? (i70 & 255) >>> 1 : HEAP32[i10 >> 2] | 0) >>> 0 > 1) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 38669) | 0; + if (((i70 & 1) == 0 ? (i70 & 255) >>> 1 : HEAP32[i10 >> 2] | 0) >>> 0 > 1) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 41560) | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i71, (HEAP32[i74 >> 2] | 0) + (i1 * 24 | 0) | 0); i70 = HEAP8[i71 >> 0] | 0; i69 = (i70 & 1) == 0; @@ -6664,16 +6491,16 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } } else if ((i67 | 0) == 174) { i1 = i1 + 1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 38037) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 40928) | 0; switch (i2 | 0) { case 1: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 39276) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 42167) | 0; break; } case 2: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 39279) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 42170) | 0; break; } default: @@ -6681,7 +6508,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } i2 = HEAP32[i11 >> 2] | 0; if ((HEAP32[i74 >> 2] | 0) != (i2 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 39126) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 42017) | 0; i72 = HEAP8[i75 >> 0] | 0; i71 = (i72 & 1) == 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKcj((HEAP32[i11 >> 2] | 0) + -12 | 0, 0, i71 ? i75 + 1 | 0 : HEAP32[i75 + 8 >> 2] | 0, i71 ? (i72 & 255) >>> 1 : HEAP32[i10 >> 2] | 0) | 0; @@ -6768,7 +6595,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i1 = i73; break L1; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 39283) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 42174) | 0; i6 = i74 + 16 | 0; i2 = (HEAP32[i3 >> 2] | 0) + -24 | 0; HEAP32[i9 >> 2] = HEAP32[i74 + 12 >> 2]; @@ -6837,7 +6664,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i3 = HEAP32[i46 >> 2] | 0; i10 = i3 + -24 | 0; L299 : do if ((HEAP8[((HEAP8[i11 >> 0] & 1) == 0 ? i11 + 1 | 0 : HEAP32[i75 + 20 >> 2] | 0) >> 0] | 0) == 40) { - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 38035) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 40926) | 0; HEAP32[i53 >> 2] = HEAP32[i1 >> 2]; HEAP32[i53 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i53 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -6860,7 +6687,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i50, 39294) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i50, 42185) | 0; HEAP32[i59 >> 2] = HEAP32[i1 >> 2]; HEAP32[i59 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i59 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -6942,7 +6769,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i63); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i53); i3 = HEAP32[i46 >> 2] | 0; - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i11, 0, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i11, 0, 40928) | 0; HEAP32[i66 >> 2] = HEAP32[i1 >> 2]; HEAP32[i66 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i66 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -7022,7 +6849,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i66); } else { - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 39126) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 42017) | 0; HEAP32[i64 >> 2] = HEAP32[i1 >> 2]; HEAP32[i64 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i64 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -7045,7 +6872,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i62, 39294) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i62, 42185) | 0; HEAP32[i56 >> 2] = HEAP32[i1 >> 2]; HEAP32[i56 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i56 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -7318,21 +7145,21 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i71 = (i66 & 1) == 0; i66 = i71 ? (i66 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; i67 = i66 >>> 0 > 2; - i71 = _memcmp(i71 ? i13 : HEAP32[i12 >> 2] | 0, 38026, i67 ? 2 : i66) | 0; + i71 = _memcmp(i71 ? i13 : HEAP32[i12 >> 2] | 0, 40917, i67 ? 2 : i66) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i38); i3 = HEAP32[i74 >> 2] | 0; if (((i71 | 0) == 0 ? (i66 >>> 0 < 2 ? -1 : i67 & 1) : i71) | 0) { i2 = HEAP16[i3 + (i9 * 24 | 0) + 12 >> 1] | 0; if (!(i2 & 1)) i2 = (i2 & 65535) >>> 8 & 255; else i2 = HEAP8[HEAP32[i3 + (i9 * 24 | 0) + 20 >> 2] >> 0] | 0; if (i2 << 24 >> 24 == 40) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 38035) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 38037) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 40926) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 40928) | 0; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 38087) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 38037) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 40978) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 40928) | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 38079) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 40970) | 0; i6 = HEAP32[i16 >> 2] | 0; i7 = i6 + -16 | 0; i8 = HEAP32[i74 >> 2] | 0; @@ -7436,19 +7263,19 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i71 = (i65 & 1) == 0; i65 = i71 ? (i65 & 255) >>> 1 : HEAP32[i13 >> 2] | 0; i66 = i65 >>> 0 > 2; - i71 = _memcmp(i71 ? i15 : HEAP32[i14 >> 2] | 0, 38026, i66 ? 2 : i65) | 0; + i71 = _memcmp(i71 ? i15 : HEAP32[i14 >> 2] | 0, 40917, i66 ? 2 : i65) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i51); i3 = HEAP32[i74 >> 2] | 0; if (((i71 | 0) == 0 ? (i65 >>> 0 < 2 ? -1 : i66 & 1) : i71) | 0) { i2 = HEAP16[i3 + (i9 * 24 | 0) + 12 >> 1] | 0; if (!(i2 & 1)) i2 = (i2 & 65535) >>> 8 & 255; else i2 = HEAP8[HEAP32[i3 + (i9 * 24 | 0) + 20 >> 2] >> 0] | 0; if (i2 << 24 >> 24 == 40) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 38035) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 38037) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 40926) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 40928) | 0; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 38087) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 38037) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 40978) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 40928) | 0; } i3 = HEAP32[i74 >> 2] | 0; i2 = i3 + (i9 * 24 | 0) | 0; @@ -7461,7 +7288,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i71 = (i65 & 1) == 0; i65 = i71 ? (i65 & 255) >>> 1 : HEAP32[i16 >> 2] | 0; i66 = i65 >>> 0 > 12; - i71 = _memcmp(i71 ? i18 : HEAP32[i17 >> 2] | 0, 39298, i66 ? 12 : i65) | 0; + i71 = _memcmp(i71 ? i18 : HEAP32[i17 >> 2] | 0, 42189, i66 ? 12 : i65) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i52); i12 = HEAP32[i74 >> 2] | 0; i2 = i12 + (i9 * 24 | 0) | 0; @@ -7481,7 +7308,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i3 = i3 & 255; } if ((i8 - i11 + i4 | 0) >>> 0 < 2) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE21__grow_by_and_replaceEjjjjjjPKc(i2, i4, 2 - i8 + i11 - i4 | 0, i11, 0, i8, 2, 39311); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE21__grow_by_and_replaceEjjjjjjPKc(i2, i4, 2 - i8 + i11 - i4 | 0, i11, 0, i8, 2, 42202); break; } if (!(i3 & 1)) i10 = i2 + 1 | 0; else i10 = HEAP32[i12 + (i9 * 24 | 0) + 8 >> 2] | 0; @@ -7490,7 +7317,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if ((i11 | 0) == (i8 | 0)) { i4 = i8; i6 = 0; - i5 = 39311; + i5 = 42202; i3 = 2; i67 = 402; } else { @@ -7502,22 +7329,22 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i3 = 2; break; } - do if (i10 >>> 0 < 39311 >>> 0 & (i10 + i11 | 0) >>> 0 > 39311 >>> 0) if ((i10 + i8 | 0) >>> 0 > 39311 >>> 0) { - _memcpy(i10 | 0, 39311, i8 | 0) | 0; + do if (i10 >>> 0 < 42202 >>> 0 & (i10 + i11 | 0) >>> 0 > 42202 >>> 0) if ((i10 + i8 | 0) >>> 0 > 42202 >>> 0) { + _memcpy(i10 | 0, 42202, i8 | 0) | 0; i6 = i8; - i5 = 39313; + i5 = 42204; i4 = 0; i3 = 2 - i8 | 0; break; } else { i6 = 0; - i5 = 39311 + (2 - i8) | 0; + i5 = 42202 + (2 - i8) | 0; i4 = i8; i3 = 2; break; } else { i6 = 0; - i5 = 39311; + i5 = 42202; i4 = i8; i3 = 2; } while (0); @@ -7528,7 +7355,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } else { i4 = 2; i6 = 0; - i5 = 39311; + i5 = 42202; i3 = 2; i67 = 402; } while (0); @@ -7543,7 +7370,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } else i67 = 385; while (0); if ((i67 | 0) == 385) { i67 = 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2, 38156) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2, 41047) | 0; } i6 = HEAP32[i22 >> 2] | 0; i7 = i6 + -16 | 0; @@ -7645,21 +7472,21 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i71 = (i66 & 1) == 0; i66 = i71 ? (i66 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; i67 = i66 >>> 0 > 2; - i71 = _memcmp(i71 ? i13 : HEAP32[i12 >> 2] | 0, 38026, i67 ? 2 : i66) | 0; + i71 = _memcmp(i71 ? i13 : HEAP32[i12 >> 2] | 0, 40917, i67 ? 2 : i66) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i39); i3 = HEAP32[i74 >> 2] | 0; if (((i71 | 0) == 0 ? (i66 >>> 0 < 2 ? -1 : i67 & 1) : i71) | 0) { i2 = HEAP16[i3 + (i9 * 24 | 0) + 12 >> 1] | 0; if (!(i2 & 1)) i2 = (i2 & 65535) >>> 8 & 255; else i2 = HEAP8[HEAP32[i3 + (i9 * 24 | 0) + 20 >> 2] >> 0] | 0; if (i2 << 24 >> 24 == 40) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 38035) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 38037) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 40926) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 40928) | 0; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 38087) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 38037) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 40978) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 40928) | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 38090) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 40981) | 0; i6 = HEAP32[i16 >> 2] | 0; i7 = i6 + -16 | 0; i8 = HEAP32[i74 >> 2] | 0; @@ -7895,7 +7722,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i73 = (i70 & 1) == 0; i70 = i73 ? (i70 & 255) >>> 1 : HEAP32[i13 + 4 >> 2] | 0; i72 = i70 >>> 0 > 9; - i73 = _memcmp(i73 ? i13 + 1 | 0 : HEAP32[i13 + 8 >> 2] | 0, 39314, i72 ? 9 : i70) | 0; + i73 = _memcmp(i73 ? i13 + 1 | 0 : HEAP32[i13 + 8 >> 2] | 0, 42205, i72 ? 9 : i70) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i13); if (!(((i73 | 0) == 0 ? (i70 >>> 0 < 9 ? -1 : i72 & 1) : i73) | 0)) { __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i59, (HEAP32[i7 >> 2] | 0) + -24 | 0); @@ -7916,7 +7743,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i4 = i59 + 4 | 0; i73 = __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT_(i70 + 9 | 0, i70 + (i72 ? (i73 & 255) >>> 1 : HEAP32[i4 >> 2] | 0) | 0, i74) | 0; if ((i73 | 0) == (((HEAP8[i59 >> 0] & 1) == 0 ? i3 : HEAP32[i2 >> 2] | 0) + 9 | 0)) { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i33, i71, 39126); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i33, i71, 42017); i73 = HEAP8[i59 >> 0] | 0; i72 = (i73 & 1) == 0; i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i33, i72 ? i3 : HEAP32[i2 >> 2] | 0, i72 ? (i73 & 255) >>> 1 : HEAP32[i4 >> 2] | 0) | 0; @@ -7960,7 +7787,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); } else { i4 = (HEAP32[i7 >> 2] | 0) + -24 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i27, i71, 38667); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i27, i71, 41558); __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i28, (HEAP32[i7 >> 2] | 0) + -24 | 0); i2 = HEAP8[i28 >> 0] | 0; i3 = (i2 & 1) == 0; @@ -7974,7 +7801,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i2 + (i3 << 2) >> 2] = 0; i3 = i3 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i26, 38082) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i26, 40973) | 0; HEAP32[i25 >> 2] = HEAP32[i2 >> 2]; HEAP32[i25 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i25 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -7995,7 +7822,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i59); } else { i2 = (HEAP32[i7 >> 2] | 0) + -24 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i17, i71, 39126); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i17, i71, 42017); __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i18, (HEAP32[i7 >> 2] | 0) + -24 | 0); i3 = HEAP8[i18 >> 0] | 0; i4 = (i3 & 1) == 0; @@ -8385,7 +8212,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } i4 = i2 + -24 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i50, i5, i3); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i50, 0, 39345) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i50, 0, 42236) | 0; HEAP32[i59 >> 2] = HEAP32[i2 >> 2]; HEAP32[i59 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i59 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -8395,7 +8222,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i2 + (i3 << 2) >> 2] = 0; i3 = i3 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i59, 38033) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i59, 40924) | 0; HEAP32[i71 >> 2] = HEAP32[i2 >> 2]; HEAP32[i71 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i71 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -8415,7 +8242,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } i1 = i1 + 2 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i56, i5, i3); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i56, 0, 39354) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i56, 0, 42245) | 0; HEAP32[i66 >> 2] = HEAP32[i2 >> 2]; HEAP32[i66 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i66 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -8425,7 +8252,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i2 + (i3 << 2) >> 2] = 0; i3 = i3 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i66, 38033) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i66, 40924) | 0; HEAP32[i63 >> 2] = HEAP32[i2 >> 2]; HEAP32[i63 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i63 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -8548,8 +8375,8 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i1 = HEAP32[i74 + 4 >> 2] | 0; if ((HEAP32[i74 >> 2] | 0) == (i1 | 0)) break; i1 = i1 + -24 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i65, 39345, i75); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 38033) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i65, 42236, i75); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 40924) | 0; HEAP32[i64 >> 2] = HEAP32[i2 >> 2]; HEAP32[i64 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i64 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -8692,7 +8519,6 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, STACKTOP = i76; return i1 | 0; } - function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) { i1 = i1 | 0; i126 = i126 | 0; @@ -8814,7 +8640,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 97: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, 38079, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, 40970, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i2, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i2); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -8823,7 +8649,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 100: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 38090, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 40981, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i6, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i6); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -8832,7 +8658,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 110: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 38090, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 40981, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i9, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i9); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -8841,7 +8667,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 78: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i13, 38092, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i13, 40983, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i13, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i13); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -8850,7 +8676,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 83: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i16, 38095, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i16, 40986, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i16, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i16); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -8861,7 +8687,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if (((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 97 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 116 : 0) ? (i136 = i1 + 2 | 0, i105 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i136, i126, i135) | 0, (i105 | 0) != (i136 | 0)) : 0) ? (i79 = HEAP32[i135 + 4 >> 2] | 0, (HEAP32[i135 >> 2] | 0) != (i79 | 0)) : 0) { i10 = i79 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i10); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 38097) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 40988) | 0; HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -8871,7 +8697,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 40928) | 0; HEAP32[i138 >> 2] = HEAP32[i1 >> 2]; HEAP32[i138 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i138 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -8960,7 +8786,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if (((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 97 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 122 : 0) ? (i136 = i1 + 2 | 0, i106 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i136, i126, i135) | 0, (i106 | 0) != (i136 | 0)) : 0) ? (i80 = HEAP32[i135 + 4 >> 2] | 0, (HEAP32[i135 >> 2] | 0) != (i80 | 0)) : 0) { i10 = i80 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i10); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 38097) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 40988) | 0; HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -8970,7 +8796,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 40928) | 0; HEAP32[i138 >> 2] = HEAP32[i1 >> 2]; HEAP32[i138 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i138 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9075,7 +8901,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ } i3 = i1 + -48 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 38107) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 40998) | 0; HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9085,7 +8911,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 38119) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 41010) | 0; HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9107,7 +8933,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 40928) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9213,7 +9039,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ i2 = i2 + 1 | 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i123 >> 2] | 0) + -24 | 0, 38035) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i123 >> 2] | 0) + -24 | 0, 40926) | 0; i7 = i139 + 4 | 0; i8 = i139 + 8 | 0; i9 = i139 + 1 | 0; @@ -9253,7 +9079,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ } i2 = HEAP32[i123 >> 2] | 0; if ((HEAP32[i135 >> 2] | 0) != (i2 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 38037) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 40928) | 0; i1 = i3 + 1 | 0; } } while (0); @@ -9262,7 +9088,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 109: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i18, 38122, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i18, 41013, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i18, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i18); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9271,7 +9097,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 111: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i19, 38124, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i19, 41015, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i19, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i19); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9376,7 +9202,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ } i4 = i1 + -48 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i4); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 38035) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 40926) | 0; HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9386,7 +9212,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i3 << 2) >> 2] = 0; i3 = i3 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 38126) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 41017) | 0; HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9408,7 +9234,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i3 << 2) >> 2] = 0; i3 = i3 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 40928) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9446,7 +9272,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ i4 = HEAP32[i3 >> 2] | 0; if ((HEAP32[i135 >> 2] | 0) == (i4 | 0)) break L1; i10 = i4 + -24 | 0; - L266 : do if (i91) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i117, 38129, 2); else { + L266 : do if (i91) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i117, 41020, 2); else { i1 = 0; while (1) { if ((i1 | 0) == 3) break L266; @@ -9454,7 +9280,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ i1 = i1 + 1 | 0; } } while (0); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i117, 38132) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i117, 41023) | 0; HEAP32[i116 >> 2] = HEAP32[i1 >> 2]; HEAP32[i116 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i116 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9567,7 +9393,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ } i3 = i1 + -48 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 38142) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 41033) | 0; HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9577,7 +9403,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 38119) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 41010) | 0; HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9599,7 +9425,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 40928) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9625,7 +9451,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 101: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i20, 38156, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i20, 41047, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i20, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i20); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9640,7 +9466,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ i4 = HEAP32[i3 >> 2] | 0; if ((HEAP32[i135 >> 2] | 0) == (i4 | 0)) break L1; i10 = i4 + -24 | 0; - L342 : do if (i91) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i121, 38129, 2); else { + L342 : do if (i91) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i121, 41020, 2); else { i1 = 0; while (1) { if ((i1 | 0) == 3) break L342; @@ -9648,7 +9474,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ i1 = i1 + 1 | 0; } } while (0); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i121, 38158) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i121, 41049) | 0; HEAP32[i120 >> 2] = HEAP32[i1 >> 2]; HEAP32[i120 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i120 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9764,7 +9590,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); i3 = HEAP32[i73 >> 2] | 0; } - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 39073, i138); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 41964, i138); i137 = HEAP8[i139 >> 0] | 0; i136 = (i137 & 1) == 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i1 + -48 | 0, i136 ? i139 + 1 | 0 : HEAP32[i139 + 8 >> 2] | 0, i136 ? (i137 & 255) >>> 1 : HEAP32[i139 + 4 >> 2] | 0) | 0; @@ -9788,7 +9614,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); i3 = HEAP32[i75 >> 2] | 0; } - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 39076, i138); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 41967, i138); i137 = HEAP8[i139 >> 0] | 0; i136 = (i137 & 1) == 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i1 + -48 | 0, i136 ? i139 + 1 | 0 : HEAP32[i139 + 8 >> 2] | 0, i136 ? (i137 & 255) >>> 1 : HEAP32[i139 + 4 >> 2] | 0) | 0; @@ -9801,7 +9627,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 118: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i23, 39078, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i23, 41969, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i23, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i23); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9810,7 +9636,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 86: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i24, 39080, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i24, 41971, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i24, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i24); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9824,7 +9650,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 111: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i25, 39083, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i25, 41974, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i25, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i25); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9833,7 +9659,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 79: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i27, 39085, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i27, 41976, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i27, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i27); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9842,7 +9668,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 113: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i28, 39088, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i28, 41979, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i28, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i28); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9856,7 +9682,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 101: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i29, 39091, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i29, 41982, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i29, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i29); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9865,7 +9691,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 116: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i30, 38082, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i30, 40973, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i30, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i30); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9908,8 +9734,8 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i139, i1 + -48 | 0); i3 = (HEAP32[i4 >> 2] | 0) + -24 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i102, 38035, i139); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i102, 39094) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i102, 40926, i139); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i102, 41985) | 0; HEAP32[i101 >> 2] = HEAP32[i1 >> 2]; HEAP32[i101 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i101 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9931,7 +9757,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i100, 38033) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i100, 40924) | 0; HEAP32[i99 >> 2] = HEAP32[i1 >> 2]; HEAP32[i99 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i99 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9958,7 +9784,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 101: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i31, 39097, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i31, 41988, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i31, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i31); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9967,7 +9793,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 115: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i32, 39100, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i32, 41991, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i32, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i32); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9976,7 +9802,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 83: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i33, 39103, 3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i33, 41994, 3); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i33, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9985,7 +9811,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 116: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, 38667, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, 41558, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i34, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i34); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -9999,7 +9825,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 105: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i35, 39107, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i35, 41998, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i35, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i35); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10008,7 +9834,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 73: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i36, 39109, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i36, 42e3, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i36, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i36); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10017,7 +9843,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 108: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i37, 38156, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i37, 41047, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i37, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i37); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10026,7 +9852,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 76: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i38, 39112, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i38, 42003, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i38, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i38); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10037,7 +9863,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ i2 = i1 + 2 | 0; if ((i2 | 0) != (i126 | 0) ? (HEAP8[i2 >> 0] | 0) == 95 : 0) { i138 = i1 + 3 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i63, 39115, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i63, 42006, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i63, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i63); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10049,7 +9875,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if ((HEAP32[i135 >> 2] | 0) == (i2 | 0)) break L1; i3 = i2 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i85, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i85, 0, 38035) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i85, 0, 40926) | 0; HEAP32[i84 >> 2] = HEAP32[i1 >> 2]; HEAP32[i84 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i84 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10059,7 +9885,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i84, 39118) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i84, 42009) | 0; HEAP32[i83 >> 2] = HEAP32[i1 >> 2]; HEAP32[i83 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i83 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10312,11 +10138,11 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i134 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - if (i15) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i134, 38129, 2); - if (i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i134, 39122) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i134, 39126) | 0; + if (i15) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i134, 41020, 2); + if (i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i134, 42013) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i134, 42017) | 0; if (i5) { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i125, 38035, i133); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i125, 38084) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i125, 40926, i133); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i125, 40975) | 0; HEAP32[i124 >> 2] = HEAP32[i2 >> 2]; HEAP32[i124 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i124 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -10336,8 +10162,8 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ i132 = (i137 & 1) == 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i134, i132 ? i136 + 1 | 0 : HEAP32[i136 + 8 >> 2] | 0, i132 ? (i137 & 255) >>> 1 : HEAP32[i136 + 4 >> 2] | 0) | 0; if (i12) { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i127, 38087, i139); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i127, 38037) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i127, 40978, i139); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i127, 40928) | 0; HEAP32[i128 >> 2] = HEAP32[i2 >> 2]; HEAP32[i128 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i128 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -10411,7 +10237,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 101: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i39, 39128, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i39, 42019, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i39, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i39); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10420,7 +10246,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 103: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i40, 39107, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i40, 41998, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i40, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i40); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10429,7 +10255,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 116: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i41, 39131, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i41, 42022, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i41, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i41); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10442,7 +10268,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if ((i2 | 0) != (i13 | 0) ? (i81 = HEAP32[i135 + 4 >> 2] | 0, (HEAP32[i135 >> 2] | 0) != (i81 | 0)) : 0) { i12 = i81 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i12); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 39133) | 0; + i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 42024) | 0; HEAP32[i139 >> 2] = HEAP32[i3 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; @@ -10452,7 +10278,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i3 + (i4 << 2) >> 2] = 0; i4 = i4 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 38037) | 0; + i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 40928) | 0; HEAP32[i138 >> 2] = HEAP32[i3 >> 2]; HEAP32[i138 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; HEAP32[i138 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; @@ -10549,7 +10375,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 111: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i42, 39144, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i42, 42035, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i42, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i42); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10558,7 +10384,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 114: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i43, 39147, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i43, 42038, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i43, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i43); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10567,7 +10393,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 82: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i44, 39149, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i44, 42040, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i44, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i44); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10581,7 +10407,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 109: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i45, 39152, 3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i45, 42043, 3); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i45, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i45); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10590,7 +10416,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 108: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i48, 39156, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i48, 42047, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i48, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i48); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10599,7 +10425,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 76: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i49, 39158, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i49, 42049, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i49, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i49); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10610,7 +10436,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ i2 = i1 + 2 | 0; if ((i2 | 0) != (i126 | 0) ? (HEAP8[i2 >> 0] | 0) == 95 : 0) { i138 = i1 + 3 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i64, 39161, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i64, 42052, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i64, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10622,7 +10448,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if ((HEAP32[i135 >> 2] | 0) == (i2 | 0)) break L1; i3 = i2 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i89, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i89, 0, 38035) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i89, 0, 40926) | 0; HEAP32[i88 >> 2] = HEAP32[i1 >> 2]; HEAP32[i88 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i88 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10632,7 +10458,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i88, 39164) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i88, 42055) | 0; HEAP32[i87 >> 2] = HEAP32[i1 >> 2]; HEAP32[i87 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i87 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10654,7 +10480,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 115: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i50, 39156, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i50, 42047, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i50, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i50); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10684,7 +10510,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); i3 = HEAP32[i4 >> 2] | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i1 + -48 | 0, 39168) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i1 + -48 | 0, 42059) | 0; i1 = HEAP8[i138 >> 0] | 0; i139 = (i1 & 1) == 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj((HEAP32[i4 >> 2] | 0) + -24 | 0, i139 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i139 ? (i1 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; @@ -10762,8 +10588,8 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i1 + -48 | 0); i3 = (HEAP32[i5 >> 2] | 0) + -24 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i114, 38035, i137); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i114, 39171) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i114, 40926, i137); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i114, 42062) | 0; HEAP32[i113 >> 2] = HEAP32[i1 >> 2]; HEAP32[i113 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i113 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10785,7 +10611,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i112, 39177) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i112, 42068) | 0; HEAP32[i111 >> 2] = HEAP32[i1 >> 2]; HEAP32[i111 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i111 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10807,7 +10633,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i110, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i110, 40928) | 0; HEAP32[i109 >> 2] = HEAP32[i1 >> 2]; HEAP32[i109 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i109 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10850,7 +10676,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ } i3 = i1 + -48 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 39183) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 42074) | 0; HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10860,7 +10686,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 38119) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 41010) | 0; HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10882,7 +10708,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 40928) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10908,7 +10734,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 109: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i53, 39201, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i53, 42092, 1); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i53, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i53); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10917,7 +10743,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 77: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i55, 39203, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i55, 42094, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i55, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i55); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10926,7 +10752,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 115: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i57, 39206, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i57, 42097, 2); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i57, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i57); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10935,7 +10761,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 83: { i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i58, 39209, 3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i58, 42100, 3); i139 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i138, i126, i58, i135) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i58); i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; @@ -10962,7 +10788,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ } i3 = i1 + -48 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 39213) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 42104) | 0; HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10972,7 +10798,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 38119) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 41010) | 0; HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10994,7 +10820,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 40928) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11037,7 +10863,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if (((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 115 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 116 : 0) ? (i134 = i1 + 2 | 0, i76 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i134, i126, i135) | 0, (i76 | 0) != (i134 | 0)) : 0) ? (i10 = HEAP32[i135 + 4 >> 2] | 0, (HEAP32[i135 >> 2] | 0) != (i10 | 0)) : 0) { i3 = i10 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i136, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i136, 0, 39226) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i136, 0, 42117) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11047,7 +10873,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 40928) | 0; HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11072,7 +10898,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if (((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 115 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 122 : 0) ? (i134 = i1 + 2 | 0, i77 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i134, i126, i135) | 0, (i77 | 0) != (i134 | 0)) : 0) ? (i11 = HEAP32[i135 + 4 >> 2] | 0, (HEAP32[i135 >> 2] | 0) != (i11 | 0)) : 0) { i3 = i11 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i136, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i136, 0, 39226) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i136, 0, 42117) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11082,7 +10908,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 40928) | 0; HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11113,7 +10939,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if ((((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 115 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 90 : 0) ? (i14 = i1 + 2 | 0, (HEAP8[i14 >> 0] | 0) == 102) : 0) ? (i78 = __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4_RT_(i14, i126, i135) | 0, (i78 | 0) != (i14 | 0)) : 0) ? (i15 = HEAP32[i135 + 4 >> 2] | 0, (HEAP32[i135 >> 2] | 0) != (i15 | 0)) : 0) { i3 = i15 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i136, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i136, 0, 39235) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i136, 0, 42126) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11123,7 +10949,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 40928) | 0; HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11149,7 +10975,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if (((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 115 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 90 : 0) ? (i12 = i1 + 2 | 0, (HEAP8[i12 >> 0] | 0) == 84) : 0) ? (i104 = i135 + 4 | 0, i97 = ((HEAP32[i104 >> 2] | 0) - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0, i107 = __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i12, i126, i135) | 0, i67 = HEAP32[i135 >> 2] | 0, i92 = ((HEAP32[i104 >> 2] | 0) - i67 | 0) / 24 | 0, i67, (i107 | 0) != (i12 | 0)) : 0) { HEAP8[i139 >> 0] = 20; i1 = i139 + 1 | 0; - i2 = 39235; + i2 = 42126; i3 = i1 + 10 | 0; do { HEAP8[i1 >> 0] = HEAP8[i2 >> 0] | 0; @@ -11171,7 +10997,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ i1 = i1 + 1 | 0; if ((i1 | 0) == (i92 | 0)) break L867; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i133, (HEAP32[i135 >> 2] | 0) + (i1 * 24 | 0) | 0); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i133, 0, 38669) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i133, 0, 41560) | 0; HEAP32[i136 >> 2] = HEAP32[i2 >> 2]; HEAP32[i136 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i136 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -11188,7 +11014,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); } } while (0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 38037) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 40928) | 0; i3 = i92; while (1) { if ((i3 | 0) == (i97 | 0)) break; @@ -11267,7 +11093,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if ((i4 | 0) != (i3 | 0) ? (i68 = HEAP32[i135 + 4 >> 2] | 0, (HEAP32[i135 >> 2] | 0) != (i68 | 0)) : 0) { i3 = i68 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i136, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i136, 0, 39246) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i136, 0, 42137) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11277,7 +11103,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 40928) | 0; HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11300,7 +11126,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ } case 114: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i90, 39254); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i90, 42145); i2 = i135 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i139 = HEAP32[i135 + 8 >> 2] | 0; @@ -11336,7 +11162,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if (((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 116 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 119 : 0) ? (i136 = i1 + 2 | 0, i69 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i136, i126, i135) | 0, (i69 | 0) != (i136 | 0)) : 0) ? (i17 = HEAP32[i135 + 4 >> 2] | 0, (HEAP32[i135 >> 2] | 0) != (i17 | 0)) : 0) { i1 = i17 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i1); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 39260) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 42151) | 0; HEAP32[i139 >> 2] = HEAP32[i2 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -11379,288 +11205,291 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ return i1 | 0; } -function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_(i132, i131) { - i132 = i132 | 0; - i131 = i131 | 0; - var i1 = 0, i2 = 0, d3 = 0.0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i69 = 0, i70 = 0, i71 = 0, i72 = 0, i73 = 0, i74 = 0, i75 = 0, i76 = 0, i77 = 0, i78 = 0, i79 = 0, i80 = 0, i81 = 0, i82 = 0, i83 = 0, i84 = 0, i85 = 0, i86 = 0, i87 = 0, i88 = 0, i89 = 0, i90 = 0, i91 = 0, i92 = 0, i93 = 0, i94 = 0, i95 = 0, i96 = 0, i97 = 0, i98 = 0, i99 = 0, i100 = 0, i101 = 0, i102 = 0, i103 = 0, i104 = 0, i105 = 0, i106 = 0, i107 = 0, i108 = 0, i109 = 0, i110 = 0, i111 = 0, i112 = 0, i113 = 0, i114 = 0, i115 = 0, i116 = 0, i117 = 0, i118 = 0, i119 = 0, i120 = 0, i121 = 0, i122 = 0, i123 = 0, i124 = 0, i125 = 0, i126 = 0, i127 = 0, i128 = 0, i129 = 0, i130 = 0, i133 = 0, i134 = 0, i135 = 0; - i135 = STACKTOP; - STACKTOP = STACKTOP + 704 | 0; - i134 = i135 + 72 | 0; - i129 = i135 + 40 | 0; - i130 = i135 + 368 | 0; - i90 = i135 + 692 | 0; - i26 = i135 + 688 | 0; - i4 = i135 + 684 | 0; - i7 = i135 + 680 | 0; - i19 = i135 + 676 | 0; - i39 = i135 + 672 | 0; - i40 = i135 + 668 | 0; - i8 = i135 + 656 | 0; - i9 = i135 + 652 | 0; - i10 = i135 + 648 | 0; - i11 = i135 + 644 | 0; - i5 = i135 + 640 | 0; - i6 = i135 + 636 | 0; - i25 = i135 + 632 | 0; - i34 = i135 + 628 | 0; - i82 = i135 + 616 | 0; - i35 = i135 + 604 | 0; - i13 = i135 + 600 | 0; - i14 = i135 + 596 | 0; - i15 = i135 + 592 | 0; - i27 = i135 + 588 | 0; - i16 = i135 + 56 | 0; - i17 = i135 + 584 | 0; - i18 = i135 + 580 | 0; - i47 = i135 + 576 | 0; - i58 = i135 + 572 | 0; - i68 = i135 + 568 | 0; - i48 = i135 + 564 | 0; - i69 = i135 + 552 | 0; - i28 = i135 + 548 | 0; - i29 = i135 + 544 | 0; - i20 = i135 + 532 | 0; - i21 = i135 + 528 | 0; - i36 = i135 + 524 | 0; - i37 = i135 + 520 | 0; - i38 = i135 + 516 | 0; - i49 = i135 + 512 | 0; - i50 = i135 + 508 | 0; - i51 = i135 + 504 | 0; - i52 = i135 + 500 | 0; - i59 = i135 + 496 | 0; - i70 = i135 + 484 | 0; - i71 = i135 + 480 | 0; - i53 = i135 + 476 | 0; - i96 = i135 + 472 | 0; - i100 = i135 + 468 | 0; - i72 = i135 + 464 | 0; - i73 = i135 + 460 | 0; - i74 = i135 + 456 | 0; - i75 = i135 + 452 | 0; - i92 = i135 + 448 | 0; - i93 = i135 + 444 | 0; - i41 = i135 + 440 | 0; - i125 = i135 + 220 | 0; - i83 = i135 + 436 | 0; - i84 = i135 + 432 | 0; - i85 = i135 + 428 | 0; - i22 = i135 + 424 | 0; - i54 = i135 + 420 | 0; - i42 = i135 + 416 | 0; - i86 = i135 + 412 | 0; - i43 = i135 + 408 | 0; - i44 = i135 + 404 | 0; - i64 = i135 + 400 | 0; - i65 = i135 + 396 | 0; - i66 = i135 + 384 | 0; - i67 = i135 + 372 | 0; - i97 = i135 + 364 | 0; - i101 = i135 + 360 | 0; - i103 = i135 + 356 | 0; - i107 = i135 + 352 | 0; - i104 = i135 + 348 | 0; - i114 = i135 + 344 | 0; - i55 = i135 + 340 | 0; - i56 = i135 + 328 | 0; - i94 = i135 + 324 | 0; - i89 = i135 + 320 | 0; - i60 = i135 + 316 | 0; - i61 = i135 + 312 | 0; - i62 = i135 + 300 | 0; - i63 = i135 + 288 | 0; - i95 = i135 + 284 | 0; - i105 = i135 + 280 | 0; - i108 = i135 + 276 | 0; - i78 = i135 + 272 | 0; - i79 = i135 + 268 | 0; - i80 = i135 + 256 | 0; - i81 = i135 + 244 | 0; - i102 = i135 + 240 | 0; - i109 = i135 + 236 | 0; - i111 = i135 + 232 | 0; - i110 = i135 + 228 | 0; - i113 = i135 + 224 | 0; - i112 = i135 + 216 | 0; - i124 = i135 + 212 | 0; - i127 = i135 + 208 | 0; - i126 = i135 + 204 | 0; - i128 = i135 + 200 | 0; - i30 = i135 + 196 | 0; - i31 = i135 + 192 | 0; - i32 = i135 + 188 | 0; - i33 = i135 + 184 | 0; - i76 = i135 + 180 | 0; - i57 = i135 + 176 | 0; - i87 = i135 + 172 | 0; - i77 = i135 + 164 | 0; - i45 = i135 + 160 | 0; - i46 = i135 + 148 | 0; - i88 = i135 + 144 | 0; - i122 = i135 + 168 | 0; - i98 = i135 + 140 | 0; - i99 = i135 + 16 | 0; - i121 = i135 + 32 | 0; - i115 = i135 + 136 | 0; - i116 = i135 + 124 | 0; - i117 = i135 + 120 | 0; - i118 = i135; - i119 = i135 + 108 | 0; - i120 = i135 + 96 | 0; - i23 = i135 + 84 | 0; - i24 = i135 + 80 | 0; - i133 = HEAP32[i132 >> 2] | 0; - HEAP32[i26 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i26 >> 2]; - __ZN4wasm14AstStackHelperC2EN6cashew3RefE(i90, i134); - if ((HEAP32[i133 + 44 >> 2] | 0) > 1) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41696, 21782) | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i131 >> 2] | 0, 41696, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(41696, 10) | 0; - } - i26 = __ZN6cashew3RefixEj(i131, 0) | 0; - i26 = __ZN6cashew5Value10getIStringEv(HEAP32[i26 >> 2] | 0) | 0; - i26 = HEAP32[i26 >> 2] | 0; - L4 : do if ((i26 | 0) != (HEAP32[10154] | 0)) { - if ((i26 | 0) == (HEAP32[10155] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 40624) | 0) { - i130 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0; - i130 = __ZN6cashew5Value10getIStringEv(HEAP32[i130 >> 2] | 0) | 0; - HEAP32[i129 >> 2] = HEAP32[i130 >> 2]; - do if (!(__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(HEAP32[i132 + 8 >> 2] | 0, i129) | 0)) { - i1 = i133 + 48 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i129) | 0) == (i133 + 52 | 0)) ___assert_fail(21787, 13366, 805, 38208); else { - i130 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i129) | 0; - i129 = HEAP32[i130 >> 2] | 0; - i130 = HEAP32[i130 + 4 >> 2] | 0; - i133 = i133 + 4 | 0; - i12 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; - i128 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i130) | 0; - HEAP32[i12 + 8 >> 2] = i128; +function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_(i134, i133) { + i134 = i134 | 0; + i133 = i133 | 0; + var i1 = 0, i2 = 0, d3 = 0.0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i69 = 0, i70 = 0, i71 = 0, i72 = 0, i73 = 0, i74 = 0, i75 = 0, i76 = 0, i77 = 0, i78 = 0, i79 = 0, i80 = 0, i81 = 0, i82 = 0, i83 = 0, i84 = 0, i85 = 0, i86 = 0, i87 = 0, i88 = 0, i89 = 0, i90 = 0, i91 = 0, i92 = 0, i93 = 0, i94 = 0, i95 = 0, i96 = 0, i97 = 0, i98 = 0, i99 = 0, i100 = 0, i101 = 0, i102 = 0, i103 = 0, i104 = 0, i105 = 0, i106 = 0, i107 = 0, i108 = 0, i109 = 0, i110 = 0, i111 = 0, i112 = 0, i113 = 0, i114 = 0, i115 = 0, i116 = 0, i117 = 0, i118 = 0, i119 = 0, i120 = 0, i121 = 0, i122 = 0, i123 = 0, i124 = 0, i125 = 0, i126 = 0, i127 = 0, i128 = 0, i129 = 0, i130 = 0, i131 = 0, i132 = 0, i135 = 0, i136 = 0, i137 = 0, i138 = 0; + i138 = STACKTOP; + STACKTOP = STACKTOP + 736 | 0; + i137 = i138 + 704 | 0; + i132 = i138 + 32 | 0; + i135 = i138 + 372 | 0; + i91 = i138 + 720 | 0; + i28 = i138 + 696 | 0; + i4 = i138 + 692 | 0; + i7 = i138 + 688 | 0; + i21 = i138 + 684 | 0; + i40 = i138 + 680 | 0; + i41 = i138 + 676 | 0; + i8 = i138 + 664 | 0; + i9 = i138 + 660 | 0; + i10 = i138 + 656 | 0; + i11 = i138 + 652 | 0; + i5 = i138 + 648 | 0; + i6 = i138 + 644 | 0; + i27 = i138 + 640 | 0; + i34 = i138 + 636 | 0; + i83 = i138 + 624 | 0; + i35 = i138 + 612 | 0; + i13 = i138 + 608 | 0; + i14 = i138 + 604 | 0; + i15 = i138 + 600 | 0; + i29 = i138 + 596 | 0; + i16 = i138 + 48 | 0; + i17 = i138 + 592 | 0; + i18 = i138 + 588 | 0; + i50 = i138 + 584 | 0; + i59 = i138 + 580 | 0; + i36 = i138 + 576 | 0; + i51 = i138 + 572 | 0; + i75 = i138 + 560 | 0; + i19 = i138 + 556 | 0; + i20 = i138 + 552 | 0; + i22 = i138 + 540 | 0; + i23 = i138 + 536 | 0; + i37 = i138 + 532 | 0; + i38 = i138 + 528 | 0; + i39 = i138 + 524 | 0; + i52 = i138 + 520 | 0; + i53 = i138 + 516 | 0; + i54 = i138 + 512 | 0; + i55 = i138 + 508 | 0; + i60 = i138 + 504 | 0; + i70 = i138 + 492 | 0; + i71 = i138 + 488 | 0; + i56 = i138 + 484 | 0; + i96 = i138 + 480 | 0; + i100 = i138 + 476 | 0; + i72 = i138 + 472 | 0; + i73 = i138 + 468 | 0; + i74 = i138 + 464 | 0; + i76 = i138 + 460 | 0; + i93 = i138 + 456 | 0; + i94 = i138 + 452 | 0; + i42 = i138 + 448 | 0; + i131 = i138 + 212 | 0; + i84 = i138 + 444 | 0; + i85 = i138 + 440 | 0; + i86 = i138 + 436 | 0; + i24 = i138 + 432 | 0; + i57 = i138 + 428 | 0; + i43 = i138 + 424 | 0; + i87 = i138 + 420 | 0; + i44 = i138 + 416 | 0; + i45 = i138 + 412 | 0; + i65 = i138 + 408 | 0; + i66 = i138 + 404 | 0; + i67 = i138 + 392 | 0; + i68 = i138 + 380 | 0; + i97 = i138 + 376 | 0; + i101 = i138 + 368 | 0; + i105 = i138 + 364 | 0; + i108 = i138 + 360 | 0; + i106 = i138 + 356 | 0; + i115 = i138 + 352 | 0; + i46 = i138 + 348 | 0; + i47 = i138 + 336 | 0; + i69 = i138 + 324 | 0; + i90 = i138 + 320 | 0; + i61 = i138 + 316 | 0; + i62 = i138 + 312 | 0; + i63 = i138 + 300 | 0; + i64 = i138 + 288 | 0; + i95 = i138 + 284 | 0; + i107 = i138 + 280 | 0; + i109 = i138 + 276 | 0; + i79 = i138 + 272 | 0; + i80 = i138 + 268 | 0; + i81 = i138 + 256 | 0; + i82 = i138 + 244 | 0; + i103 = i138 + 240 | 0; + i110 = i138 + 236 | 0; + i112 = i138 + 232 | 0; + i111 = i138 + 228 | 0; + i114 = i138 + 224 | 0; + i113 = i138 + 220 | 0; + i116 = i138 + 216 | 0; + i128 = i138 + 208 | 0; + i127 = i138 + 204 | 0; + i129 = i138 + 200 | 0; + i30 = i138 + 196 | 0; + i31 = i138 + 192 | 0; + i32 = i138 + 188 | 0; + i33 = i138 + 184 | 0; + i77 = i138 + 180 | 0; + i58 = i138 + 176 | 0; + i88 = i138 + 172 | 0; + i78 = i138 + 168 | 0; + i48 = i138 + 164 | 0; + i49 = i138 + 152 | 0; + i89 = i138 + 148 | 0; + i124 = i138 + 140 | 0; + i98 = i138 + 144 | 0; + i99 = i138 + 16 | 0; + i102 = i138 + 136 | 0; + i123 = i138 + 132 | 0; + i117 = i138 + 128 | 0; + i118 = i138 + 116 | 0; + i119 = i138 + 112 | 0; + i120 = i138; + i121 = i138 + 100 | 0; + i122 = i138 + 96 | 0; + i126 = i138 + 84 | 0; + i130 = i138 + 80 | 0; + i25 = i138 + 68 | 0; + i26 = i138 + 64 | 0; + i136 = HEAP32[i134 >> 2] | 0; + HEAP32[i28 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i28 >> 2]; + __ZN4wasm14AstStackHelperC2EN6cashew3RefE(i91, i137); + if (HEAP8[i136 + 41 >> 0] | 0) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44604, 24553) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i133 >> 2] | 0, 44604, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(44604, 10) | 0; + } + i28 = __ZN6cashew3RefixEj(i133, 0) | 0; + i28 = __ZN6cashew5Value10getIStringEv(HEAP32[i28 >> 2] | 0) | 0; + i28 = HEAP32[i28 >> 2] | 0; + L4 : do if ((i28 | 0) != (HEAP32[10879] | 0)) { + if ((i28 | 0) == (HEAP32[10880] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 0) | 0, 43524) | 0) { + i135 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 1) | 0; + i135 = __ZN6cashew5Value10getIStringEv(HEAP32[i135 >> 2] | 0) | 0; + HEAP32[i132 >> 2] = HEAP32[i135 >> 2]; + do if (!(__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(HEAP32[i134 + 8 >> 2] | 0, i132) | 0)) { + i1 = i136 + 44 | 0; + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i132) | 0) == (i136 + 48 | 0)) ___assert_fail(24558, 13734, 831, 41099); else { + i135 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i132) | 0; + i132 = HEAP32[i135 >> 2] | 0; + i135 = HEAP32[i135 + 4 >> 2] | 0; + i136 = i136 + 4 | 0; + i12 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i136 >> 2] | 0) | 0; + i131 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i135) | 0; + HEAP32[i12 + 8 >> 2] = i131; HEAP32[i12 + 12 >> 2] = 0; - HEAP32[i12 + 16 >> 2] = i128; - i133 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; - HEAP32[i133 + 8 >> 2] = 1; - HEAP32[i133 + 16 >> 2] = i129; - HEAP32[i12 + 20 >> 2] = i133; - i133 = HEAP32[i132 + 4 >> 2] | 0; - i132 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i19 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i19 >> 2]; - i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; - HEAP32[i12 + 24 >> 2] = i134; - HEAP32[i12 + 4 >> 2] = i130; + HEAP32[i12 + 16 >> 2] = i131; + i136 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i136 >> 2] | 0) | 0; + HEAP32[i136 + 8 >> 2] = 1; + HEAP32[i136 + 16 >> 2] = i132; + HEAP32[i12 + 20 >> 2] = i136; + i136 = HEAP32[i134 + 4 >> 2] | 0; + i134 = __ZN6cashew3RefixEj(i133, 3) | 0; + HEAP32[i21 >> 2] = HEAP32[i134 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i21 >> 2]; + i137 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i136, i137) | 0; + HEAP32[i12 + 24 >> 2] = i137; + HEAP32[i12 + 4 >> 2] = i135; break; } } else { - i12 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i133 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0; - i133 = __ZN6cashew5Value10getIStringEv(HEAP32[i133 >> 2] | 0) | 0; - HEAP32[i12 + 8 >> 2] = HEAP32[i133 >> 2]; - i133 = HEAP32[i132 + 4 >> 2] | 0; - i132 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i7 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i7 >> 2]; - i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; - HEAP32[i12 + 12 >> 2] = i134; - HEAP32[i12 + 4 >> 2] = HEAP32[i134 + 4 >> 2]; + i12 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + i136 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 1) | 0; + i136 = __ZN6cashew5Value10getIStringEv(HEAP32[i136 >> 2] | 0) | 0; + HEAP32[i12 + 8 >> 2] = HEAP32[i136 >> 2]; + i136 = HEAP32[i134 + 4 >> 2] | 0; + i135 = __ZN6cashew3RefixEj(i133, 3) | 0; + HEAP32[i7 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i7 >> 2]; + i137 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i136, i137) | 0; + HEAP32[i12 + 12 >> 2] = i137; + HEAP32[i12 + 4 >> 2] = HEAP32[i137 + 4 >> 2]; } while (0); i1 = i12; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 40672) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i8, 21888, 16); - HEAP32[i9 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i9 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i8, i134); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 0) | 0, 43572) | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i8, 24659, 16); + HEAP32[i9 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i9 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i8, i137); } - i128 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i129 >> 2] = HEAP32[i128 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i129, 1) | 0, 0) | 0, 40624) | 0)) ___assert_fail(21835, 13366, 819, 38208); - i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i129, 1) | 0, 1) | 0; + i131 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i132 >> 2] = HEAP32[i131 >> 2]; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i132, 1) | 0, 0) | 0, 43524) | 0)) ___assert_fail(24606, 13734, 845, 41099); + i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i132, 1) | 0, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i130 >> 2] = HEAP32[i1 >> 2]; - i1 = i133 + 60 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i130) | 0) == (i133 + 64 | 0)) ___assert_fail(21856, 13366, 821, 38208); - i4 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i130) | 0; - i6 = i133 + 4 | 0; + HEAP32[i135 >> 2] = HEAP32[i1 >> 2]; + i1 = i136 + 56 | 0; + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i135) | 0) == (i136 + 60 | 0)) ___assert_fail(24627, 13734, 847, 41099); + i4 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i135) | 0; + i6 = i136 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; i2 = HEAP32[i4 >> 2] | 0; HEAP32[i1 + 8 >> 2] = i2; HEAP32[i1 + 12 >> 2] = 0; HEAP32[i1 + 16 >> 2] = i2; - i2 = HEAP32[i132 + 12 >> 2] | 0; - i5 = __ZN6cashew3RefixEj(i129, 2) | 0; - HEAP32[i39 >> 2] = HEAP32[i5 >> 2]; + i2 = HEAP32[i134 + 12 >> 2] | 0; + i5 = __ZN6cashew3RefixEj(i132, 2) | 0; + HEAP32[i40 >> 2] = HEAP32[i5 >> 2]; i5 = HEAP32[i4 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i39 >> 2]; - i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i2, i134, i5) | 0; + HEAP32[i137 >> 2] = HEAP32[i40 >> 2]; + i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i2, i137, i5) | 0; HEAP32[i1 + 20 >> 2] = i5; - i5 = HEAP32[i132 + 4 >> 2] | 0; - i2 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i40 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i40 >> 2]; - i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i134) | 0; + i5 = HEAP32[i134 + 4 >> 2] | 0; + i2 = __ZN6cashew3RefixEj(i133, 3) | 0; + HEAP32[i41 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i41 >> 2]; + i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i137) | 0; i2 = i1 + 24 | 0; HEAP32[i2 >> 2] = i5; i4 = __ZN4wasm13asmToWasmTypeE7AsmType(HEAP32[i4 + 8 >> 2] | 0) | 0; HEAP32[i1 + 4 >> 2] = i4; i5 = HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0; do if ((i4 | 0) != (i5 | 0)) if ((i4 | 0) == 3 & (i5 | 0) == 4) { - i134 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; - HEAP32[i134 + 8 >> 2] = 23; - HEAP32[i134 + 12 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i134 + 4 >> 2] = 3; - HEAP32[i2 >> 2] = i134; + i137 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; + HEAP32[i137 + 8 >> 2] = 24; + HEAP32[i137 + 12 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i137 + 4 >> 2] = 3; + HEAP32[i2 >> 2] = i137; break; } else _abort(); while (0); break; } - if ((i26 | 0) == (HEAP32[10160] | 0)) { - if (!(!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 40756) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 40820) | 0) : 0)) i106 = 27; - if (((i106 | 0) == 27 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 3) | 0, 0) | 0, 40680) | 0 : 0) ? (i128 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 3) | 0, 1) | 0, i128 = __ZN6cashew5Value9getNumberEv(HEAP32[i128 >> 2] | 0) | 0, +HEAPF64[i128 >> 3] == 0.0) : 0) { - i1 = HEAP32[i132 + 4 >> 2] | 0; - i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i10 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i10 >> 2]; - i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; - __ZN4wasm15Asm2WasmBuilder11fixCallTypeEPNS_10ExpressionENS_8WasmTypeE(i133, i1, 1); + if ((i28 | 0) == (HEAP32[10885] | 0)) { + if (!(!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i133, 1) | 0, 43656) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i133, 1) | 0, 43720) | 0) : 0)) i104 = 27; + if (((i104 | 0) == 27 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 3) | 0, 0) | 0, 43580) | 0 : 0) ? (i131 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 3) | 0, 1) | 0, i131 = __ZN6cashew5Value9getNumberEv(HEAP32[i131 >> 2] | 0) | 0, +HEAPF64[i131 >> 3] == 0.0) : 0) { + i1 = HEAP32[i134 + 4 >> 2] | 0; + i135 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i10 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i10 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i137) | 0; + __ZN4wasm15Asm2WasmBuilder11fixCallTypeEPNS_10ExpressionENS_8WasmTypeE(i136, i1, 1); break; } - i9 = __ZN6cashew3RefixEj(i131, 1) | 0; + i9 = __ZN6cashew3RefixEj(i133, 1) | 0; i9 = __ZN6cashew5Value10getIStringEv(HEAP32[i9 >> 2] | 0) | 0; HEAP32[i11 >> 2] = HEAP32[i9 >> 2]; - i9 = __ZN6cashew3RefixEj(i131, 2) | 0; + i9 = __ZN6cashew3RefixEj(i133, 2) | 0; HEAP32[i5 >> 2] = HEAP32[i9 >> 2]; - i9 = __ZN6cashew3RefixEj(i131, 3) | 0; + i9 = __ZN6cashew3RefixEj(i133, 3) | 0; HEAP32[i6 >> 2] = HEAP32[i9 >> 2]; - i9 = HEAP32[i132 + 16 >> 2] | 0; - HEAP32[i130 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i129 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i6 >> 2]; - i130 = __ZN4wasm15Asm2WasmBuilder16parseAsmBinaryOpEN6cashew7IStringENS1_3RefES3_P7AsmData(i133, i130, i129, i134, i9) | 0; - i9 = i133 + 4 | 0; + i9 = HEAP32[i134 + 16 >> 2] | 0; + HEAP32[i135 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i132 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i6 >> 2]; + i135 = __ZN4wasm15Asm2WasmBuilder16parseAsmBinaryOpEN6cashew7IStringENS1_3RefES3_P7AsmData(i136, i135, i132, i137, i9) | 0; + i9 = i136 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i9 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = i130; - i7 = i132 + 4 | 0; - i132 = HEAP32[i7 >> 2] | 0; - i8 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i25 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i25 >> 2]; - i132 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i132, i134) | 0; + HEAP32[i1 + 8 >> 2] = i135; + i7 = i134 + 4 | 0; + i134 = HEAP32[i7 >> 2] | 0; + i8 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i27 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i27 >> 2]; + i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i134, i137) | 0; i8 = i1 + 12 | 0; - HEAP32[i8 >> 2] = i132; + HEAP32[i8 >> 2] = i134; i7 = HEAP32[i7 >> 2] | 0; - i132 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i34 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i34 >> 2]; - i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i7, i134) | 0; + i134 = __ZN6cashew3RefixEj(i133, 3) | 0; + HEAP32[i34 >> 2] = HEAP32[i134 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i34 >> 2]; + i137 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i7, i137) | 0; i7 = i1 + 16 | 0; - HEAP32[i7 >> 2] = i134; + HEAP32[i7 >> 2] = i137; __ZN4wasm6Binary8finalizeEv(i1); - if ((i130 | 0) == 5 ? ((HEAP32[i1 + 4 >> 2] | 0) + -3 | 0) >>> 0 < 2 : 0) { + if ((i135 | 0) == 5 ? ((HEAP32[i1 + 4 >> 2] | 0) + -3 | 0) >>> 0 < 2 : 0) { i1 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i9 >> 2] | 0) | 0; - HEAP32[i1 + 20 >> 2] = HEAP32[10090]; + HEAP32[i1 + 20 >> 2] = HEAP32[10812]; i4 = i1 + 8 | 0; i5 = i1 + 12 | 0; i2 = HEAP32[i5 >> 2] | 0; @@ -11678,26 +11507,26 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } HEAP32[i1 + 4 >> 2] = 4; - if (HEAP8[46591] | 0) break; - HEAP8[46591] = 1; - i134 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i9 >> 2] | 0) | 0; - HEAP32[i134 >> 2] = HEAP32[10090]; - HEAP32[i134 + 4 >> 2] = HEAP32[10089]; - HEAP32[i134 + 8 >> 2] = HEAP32[10090]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i82, 21905, 3); - i132 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i82, HEAP32[i133 >> 2] | 0, HEAP32[i9 >> 2] | 0) | 0; - HEAP32[i134 + 12 >> 2] = i132; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i82); - __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i133 >> 2] | 0, i134); + if (HEAP8[49499] | 0) break; + HEAP8[49499] = 1; + i137 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i9 >> 2] | 0) | 0; + HEAP32[i137 >> 2] = HEAP32[10812]; + HEAP32[i137 + 4 >> 2] = HEAP32[10811]; + HEAP32[i137 + 8 >> 2] = HEAP32[10812]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i83, 24676, 3); + i135 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i83, HEAP32[i136 >> 2] | 0, HEAP32[i9 >> 2] | 0) | 0; + HEAP32[i137 + 12 >> 2] = i135; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i83); + __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i136 >> 2] | 0, i137); break; } break; } - if ((i26 | 0) == (HEAP32[10170] | 0)) { - i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i134 = __ZN6cashew3RefixEj(i131, 1) | 0; - i134 = __ZN6cashew5Value9getNumberEv(HEAP32[i134 >> 2] | 0) | 0; - d3 = +HEAPF64[i134 >> 3]; + if ((i28 | 0) == (HEAP32[10895] | 0)) { + i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + i137 = __ZN6cashew3RefixEj(i133, 1) | 0; + i137 = __ZN6cashew5Value9getNumberEv(HEAP32[i137 >> 2] | 0) | 0; + d3 = +HEAPF64[i137 >> 3]; do if (!(__ZN4wasm12isSInteger32Ed(d3) | 0)) if (__ZN4wasm12isUInteger32Ed(d3) | 0) { i2 = __ZN4wasm12toUInteger32Ed(d3) | 0; HEAP32[i1 + 8 >> 2] = 1; @@ -11718,173 +11547,173 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 4 >> 2] = i2; break; } - if ((i26 | 0) == (HEAP32[10156] | 0)) { - i1 = __ZN6cashew3RefixEj(i131, 1) | 0; + if ((i28 | 0) == (HEAP32[10881] | 0)) { + i1 = __ZN6cashew3RefixEj(i133, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i134 >> 2] = i1; - do if (!(__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(HEAP32[i132 + 8 >> 2] | 0, i134) | 0)) { - if ((i1 | 0) == (HEAP32[10098] | 0)) { - i1 = i133 + 4 | 0; + HEAP32[i137 >> 2] = i1; + do if (!(__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(HEAP32[i134 + 8 >> 2] | 0, i137) | 0)) { + if ((i1 | 0) == (HEAP32[10820] | 0)) { + i1 = i136 + 4 | 0; i2 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i2 + 20 >> 2] = HEAP32[10098]; + HEAP32[i2 + 20 >> 2] = HEAP32[10820]; HEAP32[i2 + 4 >> 2] = 0; - if (HEAP8[46592] | 0) break; - HEAP8[46592] = 1; - i134 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i134 >> 2] = HEAP32[10098]; - HEAP32[i134 + 4 >> 2] = HEAP32[10089]; - HEAP32[i134 + 8 >> 2] = HEAP32[10098]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i35, 21909, 1); - i132 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i35, HEAP32[i133 >> 2] | 0, HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i134 + 12 >> 2] = i132; + if (HEAP8[49500] | 0) break; + HEAP8[49500] = 1; + i137 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + HEAP32[i137 >> 2] = HEAP32[10820]; + HEAP32[i137 + 4 >> 2] = HEAP32[10811]; + HEAP32[i137 + 8 >> 2] = HEAP32[10820]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i35, 24680, 1); + i135 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i35, HEAP32[i136 >> 2] | 0, HEAP32[i1 >> 2] | 0) | 0; + HEAP32[i137 + 12 >> 2] = i135; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i35); - __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i133 >> 2] | 0, i134); + __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i136 >> 2] | 0, i137); break; } - i1 = i133 + 48 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i134) | 0) == (i133 + 52 | 0)) ___assert_fail(21787, 13366, 915, 38208); else { - i134 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i134) | 0; - i132 = HEAP32[i134 >> 2] | 0; - i134 = HEAP32[i134 + 4 >> 2] | 0; - i133 = i133 + 4 | 0; - i2 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; - i131 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i134) | 0; - HEAP32[i2 + 8 >> 2] = i131; + i1 = i136 + 44 | 0; + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i137) | 0) == (i136 + 48 | 0)) ___assert_fail(24558, 13734, 941, 41099); else { + i137 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i137) | 0; + i135 = HEAP32[i137 >> 2] | 0; + i137 = HEAP32[i137 + 4 >> 2] | 0; + i136 = i136 + 4 | 0; + i2 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i136 >> 2] | 0) | 0; + i134 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i137) | 0; + HEAP32[i2 + 8 >> 2] = i134; HEAP8[i2 + 12 >> 0] = 1; HEAP32[i2 + 16 >> 2] = 0; - HEAP32[i2 + 20 >> 2] = i131; - i133 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; - HEAP32[i133 + 8 >> 2] = 1; - HEAP32[i133 + 16 >> 2] = i132; - HEAP32[i2 + 24 >> 2] = i133; - HEAP32[i2 + 4 >> 2] = i134; + HEAP32[i2 + 20 >> 2] = i134; + i136 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i136 >> 2] | 0) | 0; + HEAP32[i136 + 8 >> 2] = 1; + HEAP32[i136 + 16 >> 2] = i135; + HEAP32[i2 + 24 >> 2] = i136; + HEAP32[i2 + 4 >> 2] = i137; break; } } else { - i2 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; + i2 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; HEAP32[i2 + 8 >> 2] = i1; - i134 = __ZN4wasm13asmToWasmTypeE7AsmType(__ZN7AsmData7getTypeERKN6cashew7IStringE(HEAP32[i132 + 16 >> 2] | 0, i134) | 0) | 0; - HEAP32[i2 + 4 >> 2] = i134; + i137 = __ZN4wasm13asmToWasmTypeE7AsmType(__ZN7AsmData7getTypeERKN6cashew7IStringE(HEAP32[i134 + 16 >> 2] | 0, i137) | 0) | 0; + HEAP32[i2 + 4 >> 2] = i137; } while (0); i1 = i2; break; } - if ((i26 | 0) == (HEAP32[10168] | 0)) { - i82 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i129 >> 2] = HEAP32[i82 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i129, 0) | 0, 40624) | 0)) ___assert_fail(21911, 13366, 929, 38208); - i2 = __ZN6cashew3RefixEj(i129, 1) | 0; + if ((i28 | 0) == (HEAP32[10893] | 0)) { + i83 = __ZN6cashew3RefixEj(i133, 1) | 0; + HEAP32[i132 >> 2] = HEAP32[i83 >> 2]; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i132, 0) | 0, 43524) | 0)) ___assert_fail(24682, 13734, 955, 41099); + i2 = __ZN6cashew3RefixEj(i132, 1) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; - HEAP32[i130 >> 2] = HEAP32[i2 >> 2]; - i2 = i133 + 60 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i2, i130) | 0) == (i133 + 64 | 0)) ___assert_fail(21856, 13366, 931, 38208); else { - i130 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i2, i130) | 0; - i1 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i133 = HEAP32[i130 >> 2] | 0; - HEAP32[i1 + 8 >> 2] = i133; - HEAP8[i1 + 12 >> 0] = HEAP8[i130 + 5 >> 0] | 0; + HEAP32[i135 >> 2] = HEAP32[i2 >> 2]; + i2 = i136 + 56 | 0; + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i2, i135) | 0) == (i136 + 60 | 0)) ___assert_fail(24627, 13734, 957, 41099); else { + i135 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i2, i135) | 0; + i1 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + i136 = HEAP32[i135 >> 2] | 0; + HEAP32[i1 + 8 >> 2] = i136; + HEAP8[i1 + 12 >> 0] = HEAP8[i135 + 5 >> 0] | 0; HEAP32[i1 + 16 >> 2] = 0; - HEAP32[i1 + 20 >> 2] = i133; - i132 = HEAP32[i132 + 12 >> 2] | 0; - i133 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i13 >> 2] = HEAP32[i133 >> 2]; - i133 = HEAP32[i130 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i13 >> 2]; - i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i132, i134, i133) | 0; - HEAP32[i1 + 24 >> 2] = i134; - i134 = __ZN4wasm11getWasmTypeEjb(HEAP32[i130 >> 2] | 0, (HEAP8[i130 + 4 >> 0] | 0) == 0) | 0; - HEAP32[i1 + 4 >> 2] = i134; + HEAP32[i1 + 20 >> 2] = i136; + i134 = HEAP32[i134 + 12 >> 2] | 0; + i136 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i13 >> 2] = HEAP32[i136 >> 2]; + i136 = HEAP32[i135 >> 2] | 0; + HEAP32[i137 >> 2] = HEAP32[i13 >> 2]; + i137 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i134, i137, i136) | 0; + HEAP32[i1 + 24 >> 2] = i137; + i137 = __ZN4wasm11getWasmTypeEjb(HEAP32[i135 >> 2] | 0, (HEAP8[i135 + 4 >> 0] | 0) == 0) | 0; + HEAP32[i1 + 4 >> 2] = i137; break; } } - if ((i26 | 0) == (HEAP32[10179] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 40748) | 0) { - HEAP32[i14 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i14 >> 2]; - __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i129, i133, i134); - L95 : do if (!(HEAP32[i129 >> 2] | 0)) { - i1 = HEAP32[i132 + 4 >> 2] | 0; - i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i15 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i15 >> 2]; - i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; + if ((i28 | 0) == (HEAP32[10904] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i133, 1) | 0, 43648) | 0) { + HEAP32[i14 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i14 >> 2]; + __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i132, i136, i137); + L95 : do if (!(HEAP32[i132 >> 2] | 0)) { + i1 = HEAP32[i134 + 4 >> 2] | 0; + i135 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i15 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i15 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i137) | 0; switch (HEAP32[i1 + 4 >> 2] | 0) { case 1: { - i132 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i131 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i27 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i27 >> 2]; - i134 = __ZN4wasm15Asm2WasmBuilder18isUnsignedCoercionEN6cashew3RefE(i133, i134) | 0; - HEAP32[i132 + 8 >> 2] = i134 ? 19 : 18; - HEAP32[i132 + 12 >> 2] = i1; - HEAP32[i132 + 4 >> 2] = 4; - i1 = i132; + i135 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + i134 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i29 >> 2] = HEAP32[i134 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i29 >> 2]; + i137 = __ZN4wasm15Asm2WasmBuilder18isUnsignedCoercionEN6cashew3RefE(i136, i137) | 0; + HEAP32[i135 + 8 >> 2] = i137 ? 20 : 19; + HEAP32[i135 + 12 >> 2] = i1; + HEAP32[i135 + 4 >> 2] = 4; + i1 = i135; break L95; } case 3: { - i134 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - HEAP32[i134 + 8 >> 2] = 22; - HEAP32[i134 + 12 >> 2] = i1; - HEAP32[i134 + 4 >> 2] = 4; - i1 = i134; + i137 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + HEAP32[i137 + 8 >> 2] = 23; + HEAP32[i137 + 12 >> 2] = i1; + HEAP32[i137 + 4 >> 2] = 4; + i1 = i137; break L95; } default: { - __ZN4wasm15Asm2WasmBuilder11fixCallTypeEPNS_10ExpressionENS_8WasmTypeE(i133, i1, 4); + __ZN4wasm15Asm2WasmBuilder11fixCallTypeEPNS_10ExpressionENS_8WasmTypeE(i136, i1, 4); break L95; } } } else { - i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i134 = i1 + 8 | 0; - HEAP32[i134 >> 2] = HEAP32[i129 >> 2]; - HEAP32[i134 + 4 >> 2] = HEAP32[i129 + 4 >> 2]; - HEAP32[i134 + 8 >> 2] = HEAP32[i129 + 8 >> 2]; - HEAP32[i134 + 12 >> 2] = HEAP32[i129 + 12 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i134 >> 2]; + i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + i137 = i1 + 8 | 0; + HEAP32[i137 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i137 + 4 >> 2] = HEAP32[i132 + 4 >> 2]; + HEAP32[i137 + 8 >> 2] = HEAP32[i132 + 8 >> 2]; + HEAP32[i137 + 12 >> 2] = HEAP32[i132 + 12 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i137 >> 2]; } while (0); break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 40752) | 0) { - do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 40680) | 0)) { - if ((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 40716) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0, 40748) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 2) | 0, 0) | 0, 40680) | 0 : 0) break; - i4 = __ZN6cashew3RefixEj(i131, 2) | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i133, 1) | 0, 43652) | 0) { + do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 0) | 0, 43580) | 0)) { + if ((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 0) | 0, 43616) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 1) | 0, 43648) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 2) | 0, 0) | 0, 43580) | 0 : 0) break; + i4 = __ZN6cashew3RefixEj(i133, 2) | 0; HEAP32[i18 >> 2] = HEAP32[i4 >> 2]; - i4 = HEAP32[i132 + 16 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i18 >> 2]; - i4 = __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i133, i134, i4) | 0; - i1 = i133 + 4 | 0; + i4 = HEAP32[i134 + 16 >> 2] | 0; + HEAP32[i137 >> 2] = HEAP32[i18 >> 2]; + i4 = __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i136, i137, i4) | 0; + i1 = i136 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; if (!i4) { - i133 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(i2) | 0; - HEAP32[i133 + 8 >> 2] = 1; + i136 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(i2) | 0; + HEAP32[i136 + 8 >> 2] = 1; i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = 1; HEAP32[i1 + 16 >> 2] = 0; HEAP32[i1 + 4 >> 2] = 1; - HEAP32[i133 + 12 >> 2] = i1; - i1 = HEAP32[i132 + 4 >> 2] | 0; - i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i47 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i47 >> 2]; - i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; - HEAP32[i133 + 16 >> 2] = i1; - HEAP32[i133 + 4 >> 2] = 1; - i1 = i133; + HEAP32[i136 + 12 >> 2] = i1; + i1 = HEAP32[i134 + 4 >> 2] | 0; + i135 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i50 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i50 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i137) | 0; + HEAP32[i136 + 16 >> 2] = i1; + HEAP32[i136 + 4 >> 2] = 1; + i1 = i136; break L4; } i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(i2) | 0; HEAP32[i1 + 8 >> 2] = 3; - i133 = HEAP32[i132 + 4 >> 2] | 0; - i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i58 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i58 >> 2]; - i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; - HEAP32[i1 + 12 >> 2] = i134; + i136 = HEAP32[i134 + 4 >> 2] | 0; + i135 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i59 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i59 >> 2]; + i137 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i136, i137) | 0; + HEAP32[i1 + 12 >> 2] = i137; switch (i4 | 0) { case 1: { @@ -11901,224 +11730,235 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } break L4; } while (0); - i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i132 = i1 + 8 | 0; - HEAP32[i17 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i17 >> 2]; - __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i16, i133, i134); - HEAP32[i132 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i132 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; - HEAP32[i132 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; - HEAP32[i132 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i132 >> 2]; + i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + i135 = i1 + 8 | 0; + HEAP32[i17 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i17 >> 2]; + __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i16, i136, i137); + HEAP32[i135 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i135 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; + HEAP32[i135 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; + HEAP32[i135 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i135 >> 2]; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 40772) | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 40768) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i20, 21965, 9); - HEAP32[i21 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i21 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i20, i134); - } - i129 = i133 + 4 | 0; - i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i129 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 17; - i128 = HEAP32[i132 + 4 >> 2] | 0; - i130 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i29 >> 2] = HEAP32[i130 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i29 >> 2]; - i128 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i128, i134) | 0; - i130 = i1 + 12 | 0; - HEAP32[i130 >> 2] = i128; - i129 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i129 >> 2] | 0) | 0; - HEAP32[i129 + 8 >> 2] = 1; - HEAP32[i129 + 16 >> 2] = 0; - HEAP32[i129 + 4 >> 2] = 1; - HEAP32[i1 + 16 >> 2] = i129; - if ((HEAP32[(HEAP32[i130 >> 2] | 0) + 4 >> 2] | 0) == 1) { - __ZN4wasm6Binary8finalizeEv(i1); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i133, 1) | 0, 43672) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i133, 1) | 0, 43668) | 0) { + i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + HEAP32[i1 + 8 >> 2] = 10; + i136 = HEAP32[i134 + 4 >> 2] | 0; + i135 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i20 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i20 >> 2]; + i137 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i136, i137) | 0; + HEAP32[i1 + 12 >> 2] = i137; + HEAP32[i1 + 4 >> 2] = 1; + break; + } else { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i22, 24700, 9); + HEAP32[i23 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i23 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i22, i137); + } + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 0) | 0, 43616) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 1) | 0, 43672) | 0 : 0) { + i6 = i136 + 4 | 0; + i1 = HEAP32[i6 >> 2] | 0; + if (HEAP8[i136 + 42 >> 0] | 0) { + i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(i1) | 0; + i136 = HEAP32[i134 + 4 >> 2] | 0; + i135 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 2) | 0; + HEAP32[i36 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i36 >> 2]; + i137 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i136, i137) | 0; + HEAP32[i1 + 12 >> 2] = i137; + HEAP32[i1 + 8 >> 2] = (HEAP32[i137 + 4 >> 2] | 0) == 4 ? 16 : 14; + HEAP32[i1 + 4 >> 2] = 1; break; - } else ___assert_fail(21929, 13366, 1032, 38208); - } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 40716) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0, 40772) | 0 : 0) { - i6 = i133 + 4 | 0; - i1 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; - HEAP32[i1 + 20 >> 2] = HEAP32[10091]; - i2 = HEAP32[i132 + 4 >> 2] | 0; - i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 2) | 0; - HEAP32[i48 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i48 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; - HEAP32[i68 >> 2] = i2; + } + i1 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(i1) | 0; + HEAP32[i1 + 20 >> 2] = HEAP32[10813]; + i2 = HEAP32[i134 + 4 >> 2] | 0; + i135 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 2) | 0; + HEAP32[i51 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i51 >> 2]; + i137 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i137) | 0; + HEAP32[i132 >> 2] = i137; + i2 = i137; + if ((HEAP32[i137 + 4 >> 2] | 0) == 3) { + i137 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; + HEAP32[i137 + 8 >> 2] = 23; + HEAP32[i137 + 12 >> 2] = i2; + HEAP32[i137 + 4 >> 2] = 4; + HEAP32[i132 >> 2] = i137; + i2 = i137; + } i4 = i1 + 12 | 0; i5 = HEAP32[i4 >> 2] | 0; - if (i5 >>> 0 < (HEAP32[i1 + 16 >> 2] | 0) >>> 0) { + if ((i5 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 8 | 0, i132); else { HEAP32[i5 >> 2] = i2; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i1 + 8 | 0, i68); + } HEAP32[i1 + 4 >> 2] = 1; - if (HEAP8[46593] | 0) break; - HEAP8[46593] = 1; - i134 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; - HEAP32[i134 >> 2] = HEAP32[10091]; - HEAP32[i134 + 4 >> 2] = HEAP32[10089]; - HEAP32[i134 + 8 >> 2] = HEAP32[10091]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i69, 39311, 2); - i132 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i69, HEAP32[i133 >> 2] | 0, HEAP32[i6 >> 2] | 0) | 0; - HEAP32[i134 + 12 >> 2] = i132; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i69); - __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i133 >> 2] | 0, i134); + if (!(HEAP8[49501] | 0)) { + HEAP8[49501] = 1; + i137 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; + HEAP32[i137 >> 2] = HEAP32[10813]; + HEAP32[i137 + 4 >> 2] = HEAP32[10811]; + HEAP32[i137 + 8 >> 2] = HEAP32[10813]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i75, 42202, 2); + i135 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i75, HEAP32[i136 >> 2] | 0, HEAP32[i6 >> 2] | 0) | 0; + HEAP32[i137 + 12 >> 2] = i135; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i75); + __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i136 >> 2] | 0, i137); + } break; } - i133 = i133 + 4 | 0; - i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; + i136 = i136 + 4 | 0; + i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i136 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = 9; - i132 = HEAP32[i132 + 4 >> 2] | 0; - i131 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i28 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i28 >> 2]; - i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i132, i134) | 0; - HEAP32[i1 + 12 >> 2] = i134; - i134 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; - HEAP32[i134 + 8 >> 2] = 1; - HEAP32[i134 + 16 >> 2] = -1; - HEAP32[i134 + 4 >> 2] = 1; - HEAP32[i1 + 16 >> 2] = i134; + i135 = HEAP32[i134 + 4 >> 2] | 0; + i134 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i19 >> 2] = HEAP32[i134 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i19 >> 2]; + i137 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i135, i137) | 0; + HEAP32[i1 + 12 >> 2] = i137; + i137 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i136 >> 2] | 0) | 0; + HEAP32[i137 + 8 >> 2] = 1; + HEAP32[i137 + 16 >> 2] = -1; + HEAP32[i137 + 4 >> 2] = 1; + HEAP32[i1 + 16 >> 2] = i137; HEAP32[i1 + 4 >> 2] = 1; break; } - if ((i26 | 0) == (HEAP32[10162] | 0)) { - i1 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i2 = i132 + 4 | 0; - i133 = HEAP32[i2 >> 2] | 0; - i132 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i36 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i36 >> 2]; - i133 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; - HEAP32[i1 + 8 >> 2] = i133; - i133 = HEAP32[i2 >> 2] | 0; - i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i37 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i37 >> 2]; - i133 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; - HEAP32[i1 + 12 >> 2] = i133; - if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 3) | 0) | 0) i2 = 0; else { + if ((i28 | 0) == (HEAP32[10887] | 0)) { + i1 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + i2 = i134 + 4 | 0; + i136 = HEAP32[i2 >> 2] | 0; + i135 = __ZN6cashew3RefixEj(i133, 1) | 0; + HEAP32[i37 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i37 >> 2]; + i136 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i136, i137) | 0; + HEAP32[i1 + 8 >> 2] = i136; + i136 = HEAP32[i2 >> 2] | 0; + i135 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i38 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i38 >> 2]; + i136 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i136, i137) | 0; + HEAP32[i1 + 12 >> 2] = i136; + if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i133, 3) | 0) | 0) i2 = 0; else { i2 = HEAP32[i2 >> 2] | 0; - i133 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i38 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i38 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + i136 = __ZN6cashew3RefixEj(i133, 3) | 0; + HEAP32[i39 >> 2] = HEAP32[i136 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i39 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i137) | 0; } HEAP32[i1 + 16 >> 2] = i2; break; } - if ((i26 | 0) == (HEAP32[10113] | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 40624) | 0)) { - i1 = __ZN10MixedArena5allocIN4wasm12CallIndirectEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - HEAP32[i129 >> 2] = i1; - i128 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i130 >> 2] = HEAP32[i128 >> 2]; - if ((((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i130, 0) | 0, 40672) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 1) | 0, 0) | 0, 40624) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 2) | 0, 0) | 0, 40640) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 2) | 0, 1) | 0, 40760) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 2) | 0, 3) | 0, 0) | 0, 40680) | 0 : 0) { - i8 = i132 + 4 | 0; - i5 = HEAP32[i8 >> 2] | 0; - i6 = __ZN6cashew3RefixEj(i130, 2) | 0; - HEAP32[i41 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i41 >> 2]; - i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i134) | 0; - HEAP32[i1 + 24 >> 2] = i5; - i5 = __ZN6cashew3RefixEj(i131, 2) | 0; - i5 = HEAP32[i5 >> 2] | 0; - HEAP32[i125 >> 2] = i5; - i6 = i1 + 8 | 0; - i7 = i1 + 12 | 0; - i4 = i1 + 16 | 0; - i1 = i5; - i5 = 0; + if ((i28 | 0) == (HEAP32[10835] | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 1) | 0, 0) | 0, 43524) | 0)) { + i9 = __ZN10MixedArena5allocIN4wasm12CallIndirectEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + HEAP32[i132 >> 2] = i9; + i130 = __ZN6cashew3RefixEj(i133, 1) | 0; + HEAP32[i135 >> 2] = HEAP32[i130 >> 2]; + if ((((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i135, 0) | 0, 43572) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i135, 1) | 0, 0) | 0, 43524) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i135, 2) | 0, 0) | 0, 43540) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i135, 2) | 0, 1) | 0, 43660) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i135, 2) | 0, 3) | 0, 0) | 0, 43580) | 0 : 0) { + i8 = i134 + 4 | 0; + i1 = HEAP32[i8 >> 2] | 0; + i4 = __ZN6cashew3RefixEj(i135, 2) | 0; + HEAP32[i42 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i42 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i137) | 0; + HEAP32[i9 + 24 >> 2] = i1; + i1 = __ZN6cashew3RefixEj(i133, 2) | 0; + i1 = HEAP32[i1 >> 2] | 0; + HEAP32[i131 >> 2] = i1; + i4 = i9 + 8 | 0; + i5 = i9 + 12 | 0; + i6 = i9 + 16 | 0; + i7 = 0; while (1) { - if (i5 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; + if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; i1 = HEAP32[i8 >> 2] | 0; - i2 = __ZN6cashew3RefixEj(i125, i5) | 0; - HEAP32[i84 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i84 >> 2]; - i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; - HEAP32[i83 >> 2] = i1; - i2 = HEAP32[i7 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { + i2 = __ZN6cashew3RefixEj(i131, i7) | 0; + HEAP32[i85 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i85 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i137) | 0; + HEAP32[i84 >> 2] = i1; + i2 = HEAP32[i5 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { HEAP32[i2 >> 2] = i1; - HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6, i83); - i1 = HEAP32[i125 >> 2] | 0; - i5 = i5 + 1 | 0; - } - i1 = __ZN4wasm14AstStackHelper9getParentEv(i90) | 0; - HEAP32[i85 >> 2] = i1; - i1 = HEAP32[i129 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i85 >> 2]; - i134 = __ZN4wasm15Asm2WasmBuilder15getFunctionTypeEN6cashew3RefERNSt3__16vectorIPNS_10ExpressionENS3_9allocatorIS6_EEEE(i133, i134, i1 + 8 | 0) | 0; - HEAP32[i1 + 20 >> 2] = i134; - HEAP32[i1 + 4 >> 2] = HEAP32[i134 + 4 >> 2]; - i1 = __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_9allocatorINS_4pairIKS3_S5_EEEEEixERSA_(i133 + 28 | 0, i129) | 0; - i134 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 1) | 0, 1) | 0; - i134 = __ZN6cashew5Value10getIStringEv(HEAP32[i134 >> 2] | 0) | 0; - HEAP32[i1 >> 2] = HEAP32[i134 >> 2]; - i1 = HEAP32[i129 >> 2] | 0; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i84); + i1 = HEAP32[i131 >> 2] | 0; + i7 = i7 + 1 | 0; + } + i1 = __ZN4wasm14AstStackHelper9getParentEv(i91) | 0; + HEAP32[i86 >> 2] = i1; + HEAP32[i137 >> 2] = HEAP32[i86 >> 2]; + i1 = __ZN4wasm15Asm2WasmBuilder15getFunctionTypeEN6cashew3RefERNSt3__16vectorIPNS_10ExpressionENS3_9allocatorIS6_EEEE(i136, i137, i9 + 8 | 0) | 0; + HEAP32[i9 + 20 >> 2] = i1; + HEAP32[i9 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + i1 = __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_9allocatorINS_4pairIKS3_S5_EEEEEixERSA_(i136 + 28 | 0, i132) | 0; + i137 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i135, 1) | 0, 1) | 0; + i137 = __ZN6cashew5Value10getIStringEv(HEAP32[i137 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = HEAP32[i137 >> 2]; + i1 = HEAP32[i132 >> 2] | 0; break; } - ___assert_fail(22039, 13366, 1166, 38208); + ___assert_fail(24774, 13734, 1199, 41099); } - i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 1) | 0; + i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 1) | 0, 1) | 0; i4 = __ZN6cashew5Value10getIStringEv(HEAP32[i4 >> 2] | 0) | 0; i4 = HEAP32[i4 >> 2] | 0; i6 = i4; - if ((i6 | 0) == (HEAP32[i133 + 72 >> 2] | 0)) { - i128 = __ZN6cashew3RefixEj(i131, 2) | 0; - if ((__ZN6cashew5Value4sizeEv(HEAP32[i128 >> 2] | 0) | 0) == 2) { - i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; + if ((i6 | 0) == (HEAP32[i136 + 68 >> 2] | 0)) { + i131 = __ZN6cashew3RefixEj(i133, 2) | 0; + if ((__ZN6cashew5Value4sizeEv(HEAP32[i131 >> 2] | 0) | 0) == 2) { + i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = 2; - i133 = i132 + 4 | 0; - i132 = HEAP32[i133 >> 2] | 0; - i130 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i49 >> 2] = HEAP32[i130 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i49 >> 2]; - i132 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i132, i134) | 0; - HEAP32[i1 + 12 >> 2] = i132; - i133 = HEAP32[i133 >> 2] | 0; - i132 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0; - HEAP32[i50 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i50 >> 2]; - i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; - HEAP32[i1 + 16 >> 2] = i134; + i136 = i134 + 4 | 0; + i135 = HEAP32[i136 >> 2] | 0; + i134 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 0) | 0; + HEAP32[i52 >> 2] = HEAP32[i134 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i52 >> 2]; + i135 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i135, i137) | 0; + HEAP32[i1 + 12 >> 2] = i135; + i136 = HEAP32[i136 >> 2] | 0; + i135 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 1) | 0; + HEAP32[i53 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i53 >> 2]; + i137 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i136, i137) | 0; + HEAP32[i1 + 16 >> 2] = i137; HEAP32[i1 + 4 >> 2] = 1; break; - } else ___assert_fail(21975, 13366, 1047, 38208); + } else ___assert_fail(24710, 13734, 1079, 41099); } - if ((i6 | 0) == (HEAP32[i133 + 76 >> 2] | 0)) { - i128 = __ZN6cashew3RefixEj(i131, 2) | 0; - if ((__ZN6cashew5Value4sizeEv(HEAP32[i128 >> 2] | 0) | 0) == 1) { - i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; + if ((i6 | 0) == (HEAP32[i136 + 72 >> 2] | 0)) { + i131 = __ZN6cashew3RefixEj(i133, 2) | 0; + if ((__ZN6cashew5Value4sizeEv(HEAP32[i131 >> 2] | 0) | 0) == 1) { + i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = 0; - i133 = HEAP32[i132 + 4 >> 2] | 0; - i132 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i51 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i51 >> 2]; - i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; - HEAP32[i1 + 12 >> 2] = i134; + i136 = HEAP32[i134 + 4 >> 2] | 0; + i135 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 0) | 0; + HEAP32[i54 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i54 >> 2]; + i137 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i136, i137) | 0; + HEAP32[i1 + 12 >> 2] = i137; HEAP32[i1 + 4 >> 2] = 1; break; - } else ___assert_fail(21995, 13366, 1056, 38208); - } - if ((i6 | 0) == (HEAP32[i133 + 80 >> 2] | 0)) { - i130 = __ZN6cashew3RefixEj(i131, 2) | 0; - if ((__ZN6cashew5Value4sizeEv(HEAP32[i130 >> 2] | 0) | 0) != 1) ___assert_fail(21995, 13366, 1064, 38208); - i130 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i52 >> 2] = HEAP32[i130 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i52 >> 2]; - __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i129, i133, i134); - L184 : do switch (HEAP32[i129 >> 2] | 0) { + } else ___assert_fail(24730, 13734, 1088, 41099); + } + if ((i6 | 0) == (HEAP32[i136 + 76 >> 2] | 0)) { + i135 = __ZN6cashew3RefixEj(i133, 2) | 0; + if ((__ZN6cashew5Value4sizeEv(HEAP32[i135 >> 2] | 0) | 0) != 1) ___assert_fail(24730, 13734, 1096, 41099); + i135 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 0) | 0; + HEAP32[i55 >> 2] = HEAP32[i135 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i55 >> 2]; + __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i132, i136, i137); + L189 : do switch (HEAP32[i132 >> 2] | 0) { case 1: { - i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - d3 = +(__ZNK4wasm7Literal6geti32Ev(i129) | 0); + i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + d3 = +(__ZNK4wasm7Literal6geti32Ev(i132) | 0); HEAP32[i1 + 8 >> 2] = 3; HEAPF32[i1 + 16 >> 2] = d3; HEAP32[i1 + 4 >> 2] = 3; @@ -12126,8 +11966,8 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } case 4: { - i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - d3 = +__ZNK4wasm7Literal6getf64Ev(i129); + i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + d3 = +__ZNK4wasm7Literal6getf64Ev(i132); HEAP32[i1 + 8 >> 2] = 3; HEAPF32[i1 + 16 >> 2] = d3; HEAP32[i1 + 4 >> 2] = 3; @@ -12135,43 +11975,43 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } default: { - i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i2 = HEAP32[i132 + 4 >> 2] | 0; - i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i59 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i59 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + i2 = HEAP32[i134 + 4 >> 2] | 0; + i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 0) | 0; + HEAP32[i60 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i60 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i137) | 0; HEAP32[i1 + 12 >> 2] = i2; i4 = i2 + 4 | 0; switch (HEAP32[i4 >> 2] | 0) { case 3: { i1 = i2; - break L184; + break L189; } case 4: { - HEAP32[i1 + 8 >> 2] = 23; + HEAP32[i1 + 8 >> 2] = 24; break; } case 1: { - HEAP32[i1 + 8 >> 2] = 18; + HEAP32[i1 + 8 >> 2] = 19; break; } case 0: { HEAP32[i4 >> 2] = 3; i1 = i2; - break L184; + break L189; } default: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i70, 22015, 23); - i133 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i71 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i71 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i70, i134); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i70, 24750, 23); + i136 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 0) | 0; + HEAP32[i71 >> 2] = HEAP32[i136 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i71 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i70, i137); } } HEAP32[i1 + 4 >> 2] = 3; @@ -12179,44 +12019,44 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } while (0); break; } - if ((i6 | 0) == (HEAP32[i133 + 84 >> 2] | 0)) { - i7 = HEAP32[i132 + 4 >> 2] | 0; - i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i53 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i53 >> 2]; - i7 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i7, i134) | 0; + if ((i6 | 0) == (HEAP32[i136 + 80 >> 2] | 0)) { + i7 = HEAP32[i134 + 4 >> 2] | 0; + i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 0) | 0; + HEAP32[i56 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i56 >> 2]; + i7 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i7, i137) | 0; i1 = i7 + 4 | 0; switch (HEAP32[i1 >> 2] | 0) { case 1: { - i5 = HEAP32[i132 + 20 >> 2] | 0; + i5 = HEAP32[i134 + 20 >> 2] | 0; i1 = HEAP32[i5 >> 2] | 0; if (!(HEAP8[i1 >> 0] | 0)) { HEAP8[i1 >> 0] = 1; i1 = HEAP32[HEAP32[i5 + 4 >> 2] >> 2] | 0; - HEAP32[i129 >> 2] = 1; + HEAP32[i132 >> 2] = 1; i2 = i1 + 24 | 0; i4 = HEAP32[i2 >> 2] | 0; if (i4 >>> 0 < (HEAP32[i1 + 28 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = HEAP32[10097]; + HEAP32[i4 >> 2] = HEAP32[10819]; HEAP32[i4 + 4 >> 2] = 1; HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i1 + 20 | 0, 40388, i129); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i134, HEAP32[i5 + 8 >> 2] | 0, 40388); - i132 = HEAP32[i5 + 12 >> 2] | 0; - HEAP32[i130 >> 2] = HEAP32[10097]; - HEAP32[i134 >> 2] = HEAP32[i130 >> 2]; - __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i132, i134, 0); + } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i1 + 20 | 0, 43276, i132); + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i137, HEAP32[i5 + 8 >> 2] | 0, 43276); + i134 = HEAP32[i5 + 12 >> 2] | 0; + HEAP32[i135 >> 2] = HEAP32[10819]; + HEAP32[i137 >> 2] = HEAP32[i135 >> 2]; + __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i134, i137, 0); } - i4 = i133 + 4 | 0; + i4 = i136 + 4 | 0; i6 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i6 + 8 >> 2] = HEAP32[10097]; + HEAP32[i6 + 8 >> 2] = HEAP32[10819]; HEAP32[i6 + 12 >> 2] = i7; HEAP32[i6 + 4 >> 2] = 1; - HEAP32[i134 >> 2] = i133; + HEAP32[i137 >> 2] = i136; i5 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i5 + 8 >> 2] = 19; - i1 = __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i134) | 0; + HEAP32[i5 + 8 >> 2] = 21; + i1 = __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i137) | 0; HEAP32[i5 + 12 >> 2] = i1; i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = 1; @@ -12236,17 +12076,17 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i96); i2 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i2 + 8 >> 2] = 1; - i133 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i133 + 8 >> 2] = 1; - HEAP32[i133 + 16 >> 2] = 0; - HEAP32[i133 + 4 >> 2] = 1; - HEAP32[i2 + 12 >> 2] = i133; - i133 = __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i134) | 0; - HEAP32[i2 + 16 >> 2] = i133; + i136 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; + HEAP32[i136 + 8 >> 2] = 1; + HEAP32[i136 + 16 >> 2] = 0; + HEAP32[i136 + 4 >> 2] = 1; + HEAP32[i2 + 12 >> 2] = i136; + i136 = __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i137) | 0; + HEAP32[i2 + 16 >> 2] = i136; HEAP32[i2 + 4 >> 2] = 1; i4 = __ZN10MixedArena5allocIN4wasm6SelectEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i4 + 8 >> 2] = i2; - i2 = __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i134) | 0; + i2 = __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i137) | 0; HEAP32[i4 + 12 >> 2] = i2; HEAP32[i4 + 16 >> 2] = i5; HEAP32[i4 + 4 >> 2] = 1; @@ -12256,124 +12096,124 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i2 >> 2] = i4; HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i100); - HEAP32[i1 + 4 >> 2] = 1; + __ZN4wasm5Block8finalizeEv(i1); break L4; } case 4: case 3: { - i134 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - HEAP32[i134 + 8 >> 2] = 4; - HEAP32[i134 + 12 >> 2] = i7; - HEAP32[i134 + 4 >> 2] = HEAP32[i1 >> 2]; - i1 = i134; + i137 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + HEAP32[i137 + 8 >> 2] = 4; + HEAP32[i137 + 12 >> 2] = i7; + HEAP32[i137 + 4 >> 2] = HEAP32[i1 >> 2]; + i1 = i137; break L4; } default: _abort(); } } - i2 = i133 + 88 | 0; - do if ((i6 | 0) != (HEAP32[i2 >> 2] | 0) ? (i6 | 0) != (HEAP32[i133 + 96 >> 2] | 0) : 0) { - if ((i6 | 0) == (HEAP32[i133 + 92 >> 2] | 0)) break; - i130 = HEAP32[i133 >> 2] | 0; + i2 = i136 + 84 | 0; + do if ((i6 | 0) != (HEAP32[i2 >> 2] | 0) ? (i6 | 0) != (HEAP32[i136 + 92 >> 2] | 0) : 0) { + if ((i6 | 0) == (HEAP32[i136 + 88 >> 2] | 0)) break; + i135 = HEAP32[i136 >> 2] | 0; HEAP32[i73 >> 2] = i4; - if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i130 + 60 | 0, i73) | 0) == (i130 + 64 | 0)) i1 = __ZN10MixedArena5allocIN4wasm4CallEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; else { - i130 = __ZN4wasm14AstStackHelper9getParentEv(i90) | 0; - HEAP32[i129 >> 2] = i130; - if (__ZN6cashew3RefntEv(i129) | 0) i1 = 0; else { - HEAP32[i74 >> 2] = HEAP32[i129 >> 2]; - i1 = HEAP32[i132 + 16 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i74 >> 2]; - i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i133, i134, i1) | 0; - } - i130 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - HEAP32[i75 >> 2] = HEAP32[i131 >> 2]; - i128 = HEAP32[i132 + 16 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i75 >> 2]; - __ZN4wasm15Asm2WasmBuilder24noteImportedFunctionCallEN6cashew3RefENS_8WasmTypeEP7AsmData(i133, i134, i1, i128); - i1 = i130; + if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i135 + 60 | 0, i73) | 0) == (i135 + 64 | 0)) i1 = __ZN10MixedArena5allocIN4wasm4CallEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; else { + i135 = __ZN4wasm14AstStackHelper9getParentEv(i91) | 0; + HEAP32[i132 >> 2] = i135; + if (__ZN6cashew3RefntEv(i132) | 0) i1 = 0; else { + HEAP32[i74 >> 2] = HEAP32[i132 >> 2]; + i1 = HEAP32[i134 + 16 >> 2] | 0; + HEAP32[i137 >> 2] = HEAP32[i74 >> 2]; + i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i136, i137, i1) | 0; + } + i135 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + HEAP32[i76 >> 2] = HEAP32[i133 >> 2]; + i131 = HEAP32[i134 + 16 >> 2] | 0; + HEAP32[i137 >> 2] = HEAP32[i76 >> 2]; + __ZN4wasm15Asm2WasmBuilder24noteImportedFunctionCallEN6cashew3RefENS_8WasmTypeEP7AsmDataPNS_10CallImportE(i136, i137, i1, i131, i135); + i1 = i135; } HEAP32[i1 + 20 >> 2] = i4; - i2 = __ZN6cashew3RefixEj(i131, 2) | 0; + i2 = __ZN6cashew3RefixEj(i133, 2) | 0; i2 = HEAP32[i2 >> 2] | 0; - HEAP32[i129 >> 2] = i2; + HEAP32[i132 >> 2] = i2; i9 = i1 + 8 | 0; - i5 = i132 + 4 | 0; + i5 = i134 + 4 | 0; i6 = i1 + 12 | 0; i7 = i1 + 16 | 0; i8 = 0; while (1) { if (i8 >>> 0 >= (__ZN6cashew5Value4sizeEv(i2) | 0) >>> 0) break; i2 = HEAP32[i5 >> 2] | 0; - i4 = __ZN6cashew3RefixEj(i129, i8) | 0; - HEAP32[i93 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i93 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; - HEAP32[i92 >> 2] = i2; + i4 = __ZN6cashew3RefixEj(i132, i8) | 0; + HEAP32[i94 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i94 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i137) | 0; + HEAP32[i93 >> 2] = i2; i4 = HEAP32[i6 >> 2] | 0; if (i4 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { HEAP32[i4 >> 2] = i2; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i92); - i2 = HEAP32[i129 >> 2] | 0; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i93); + i2 = HEAP32[i132 >> 2] | 0; i8 = i8 + 1 | 0; } break L4; } while (0); - i4 = HEAP32[i132 + 4 >> 2] | 0; - i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; + i4 = HEAP32[i134 + 4 >> 2] | 0; + i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 2) | 0, 0) | 0; HEAP32[i72 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i72 >> 2]; - i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; + HEAP32[i137 >> 2] = HEAP32[i72 >> 2]; + i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i137) | 0; i5 = i4 + 4 | 0; if (((HEAP32[i5 >> 2] | 0) + -3 | 0) >>> 0 >= 2) _abort(); - i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - if ((i6 | 0) == (HEAP32[i2 >> 2] | 0)) i2 = 6; else i2 = (i6 | 0) == (HEAP32[i133 + 92 >> 2] | 0) ? 5 : 9; + i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + if ((i6 | 0) == (HEAP32[i2 >> 2] | 0)) i2 = 6; else i2 = (i6 | 0) == (HEAP32[i136 + 88 >> 2] | 0) ? 5 : 9; HEAP32[i1 + 8 >> 2] = i2; HEAP32[i1 + 12 >> 2] = i4; HEAP32[i1 + 4 >> 2] = HEAP32[i5 >> 2]; break; } - if ((i26 | 0) == (HEAP32[10161] | 0)) { - if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i2 = 0; else { - i2 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i22 >> 2] = HEAP32[i2 >> 2]; - i2 = HEAP32[i132 + 16 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i22 >> 2]; - i2 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i133, i134, i2) | 0; + if ((i28 | 0) == (HEAP32[10886] | 0)) { + if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i133, 1) | 0) | 0) i2 = 0; else { + i2 = __ZN6cashew3RefixEj(i133, 1) | 0; + HEAP32[i24 >> 2] = HEAP32[i2 >> 2]; + i2 = HEAP32[i134 + 16 >> 2] | 0; + HEAP32[i137 >> 2] = HEAP32[i24 >> 2]; + i2 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i136, i137, i2) | 0; } - i1 = (HEAP32[HEAP32[i132 + 28 >> 2] >> 2] | 0) + 4 | 0; - if (HEAP8[HEAP32[i132 + 24 >> 2] >> 0] | 0) { - if ((HEAP32[i1 >> 2] | 0) != (i2 | 0)) ___assert_fail(22155, 13366, 1179, 38208); + i1 = (HEAP32[HEAP32[i134 + 28 >> 2] >> 2] | 0) + 4 | 0; + if (HEAP8[HEAP32[i134 + 24 >> 2] >> 0] | 0) { + if ((HEAP32[i1 >> 2] | 0) != (i2 | 0)) ___assert_fail(24890, 13734, 1212, 41099); } else HEAP32[i1 >> 2] = i2; - i1 = __ZN10MixedArena5allocIN4wasm6ReturnEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i2 = 0; else { - i2 = HEAP32[i132 + 4 >> 2] | 0; - i133 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i54 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i54 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + i1 = __ZN10MixedArena5allocIN4wasm6ReturnEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i133, 1) | 0) | 0) i2 = 0; else { + i2 = HEAP32[i134 + 4 >> 2] | 0; + i136 = __ZN6cashew3RefixEj(i133, 1) | 0; + HEAP32[i57 >> 2] = HEAP32[i136 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i57 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i137) | 0; } HEAP32[i1 + 8 >> 2] = i2; break; } - if ((i26 | 0) == (HEAP32[10153] | 0)) { - HEAP32[i129 >> 2] = 0; - i4 = i132 + 32 | 0; - i1 = HEAP32[i4 >> 2] | 0; - do if (HEAP32[i1 >> 2] | 0) { - HEAP32[i42 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i42 >> 2]; - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; + if ((i28 | 0) == (HEAP32[10838] | 0)) { + HEAP32[i132 >> 2] = 0; + i4 = i134 + 32 | 0; + i1 = HEAP32[HEAP32[i4 >> 2] >> 2] | 0; + do if (i1) { + HEAP32[i43 >> 2] = i1; + HEAP32[i137 >> 2] = HEAP32[i43 >> 2]; + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i137) | 0; i6 = i2; - HEAP32[i129 >> 2] = i6; + HEAP32[i132 >> 2] = i6; HEAP32[HEAP32[i4 >> 2] >> 2] = 0; - i1 = HEAP32[i132 + 40 >> 2] | 0; + i1 = HEAP32[i134 + 40 >> 2] | 0; i4 = i1 + 4 | 0; i5 = HEAP32[i4 >> 2] | 0; if ((i5 | 0) == (HEAP32[i1 + 8 >> 2] | 0)) { - __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i1, i129); + __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i1, i132); break; } else { HEAP32[i5 >> 2] = i6; @@ -12384,328 +12224,353 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i2 = 0; i6 = 0; } while (0); - i1 = HEAP32[i132 + 44 >> 2] | 0; - i7 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i86 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i86 >> 2]; - i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i1, i134, 0) | 0; - HEAP32[i130 >> 2] = i1; + i1 = HEAP32[i134 + 44 >> 2] | 0; + i7 = __ZN6cashew3RefixEj(i133, 1) | 0; + HEAP32[i87 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i87 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i1, i137, 0) | 0; + HEAP32[i135 >> 2] = i1; i7 = i1; do if (i2) { - i2 = (HEAP32[i132 + 40 >> 2] | 0) + 4 | 0; + i2 = (HEAP32[i134 + 40 >> 2] | 0) + 4 | 0; i5 = HEAP32[i2 >> 2] | 0; i4 = i5 + -4 | 0; while (1) { if ((i5 | 0) == (i4 | 0)) break; - i134 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i134; - i5 = i134; + i137 = i5 + -4 | 0; + HEAP32[i2 >> 2] = i137; + i5 = i137; } i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(i1) | 0; - if (i2 | 0 ? (i91 = i2 + 8 | 0, (HEAP32[i91 >> 2] | 0) == 0) : 0) { - HEAP32[i91 >> 2] = i6; + if (i2 | 0 ? (i92 = i2 + 8 | 0, (HEAP32[i92 >> 2] | 0) == 0) : 0) { + HEAP32[i92 >> 2] = i6; break; } - i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = i6; i2 = i1 + 16 | 0; i4 = HEAP32[i2 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i130); else { + if ((i4 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i135); else { HEAP32[i4 >> 2] = i7; HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; } - HEAP32[i130 >> 2] = i1; + __ZN4wasm5Block8finalizeEv(i1); + HEAP32[i135 >> 2] = i1; } while (0); break; } - if ((i26 | 0) == (HEAP32[10172] | 0)) { - i1 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i2 = i132 + 40 | 0; - i133 = HEAP32[i2 >> 2] | 0; - if ((HEAP32[i133 + 4 >> 2] | 0) == (HEAP32[i133 >> 2] | 0)) ___assert_fail(22180, 13366, 1210, 38208); - if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i2 = HEAP32[(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) + -4 >> 2] | 0; else { - i2 = __ZN6cashew3RefixEj(i131, 1) | 0; + if ((i28 | 0) == (HEAP32[10897] | 0)) { + i1 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + i2 = i134 + 40 | 0; + i136 = HEAP32[i2 >> 2] | 0; + if ((HEAP32[i136 + 4 >> 2] | 0) == (HEAP32[i136 >> 2] | 0)) ___assert_fail(24915, 13734, 1244, 41099); + if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i133, 1) | 0) | 0) i2 = HEAP32[(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) + -4 >> 2] | 0; else { + i2 = __ZN6cashew3RefixEj(i133, 1) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; - HEAP32[i43 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i43 >> 2]; - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; + HEAP32[i44 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i44 >> 2]; + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i137) | 0; } HEAP32[i1 + 8 >> 2] = i2; break; } - if ((i26 | 0) == (HEAP32[10173] | 0)) { - i1 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i2 = i132 + 48 | 0; - i133 = HEAP32[i2 >> 2] | 0; - if ((HEAP32[i133 + 4 >> 2] | 0) == (HEAP32[i133 >> 2] | 0)) ___assert_fail(22202, 13366, 1215, 38208); - if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i2 = HEAP32[(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) + -4 >> 2] | 0; else { - i2 = __ZN6cashew3RefixEj(i131, 1) | 0; + if ((i28 | 0) == (HEAP32[10898] | 0)) { + i1 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + i2 = i134 + 48 | 0; + i136 = HEAP32[i2 >> 2] | 0; + if ((HEAP32[i136 + 4 >> 2] | 0) == (HEAP32[i136 >> 2] | 0)) ___assert_fail(24937, 13734, 1249, 41099); + if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i133, 1) | 0) | 0) i2 = HEAP32[(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) + -4 >> 2] | 0; else { + i2 = __ZN6cashew3RefixEj(i133, 1) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; - HEAP32[i44 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i44 >> 2]; - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; + HEAP32[i45 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i45 >> 2]; + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i137) | 0; } HEAP32[i1 + 8 >> 2] = i2; break; } - if ((i26 | 0) == (HEAP32[10164] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 40680) | 0) { - i8 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 1) | 0; + if ((i28 | 0) == (HEAP32[10889] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 1) | 0, 0) | 0, 43580) | 0) { + i8 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 1) | 0, 1) | 0; i8 = (__ZN6cashew5Value10getIntegerEv(HEAP32[i8 >> 2] | 0) | 0) == 1; } else i8 = 0; - i13 = i133 + 4 | 0; + i13 = i136 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; - HEAP32[i129 >> 2] = 0; - HEAP32[i130 >> 2] = 0; - i2 = i132 + 32 | 0; - i4 = HEAP32[i2 >> 2] | 0; - if (!(HEAP32[i4 >> 2] | 0)) { - i4 = i132 + 56 | 0; + HEAP32[i132 >> 2] = 0; + HEAP32[i135 >> 2] = 0; + i2 = i134 + 32 | 0; + i4 = HEAP32[HEAP32[i2 >> 2] >> 2] | 0; + if (!i4) { + i4 = i134 + 56 | 0; i2 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i66, 22227, 9); - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i66) | 0; - HEAP32[i129 >> 2] = i2; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i66); - i4 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i67, 22237, 8); - i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i67) | 0; - HEAP32[i130 >> 2] = i4; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i67, 24962, 9); + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i67) | 0; + HEAP32[i132 >> 2] = i2; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i67); + i4 = HEAP32[i4 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i68, 24972, 8); + i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i68) | 0; + HEAP32[i135 >> 2] = i4; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i68); } else { - HEAP32[i64 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i64 >> 2]; - i128 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; - HEAP32[i129 >> 2] = i128; - HEAP32[i65 >> 2] = HEAP32[HEAP32[i2 >> 2] >> 2]; - HEAP32[i134 >> 2] = HEAP32[i65 >> 2]; - i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; - HEAP32[i130 >> 2] = i4; + HEAP32[i65 >> 2] = i4; + HEAP32[i137 >> 2] = HEAP32[i65 >> 2]; + i131 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i137) | 0; + HEAP32[i132 >> 2] = i131; + HEAP32[i66 >> 2] = HEAP32[HEAP32[i2 >> 2] >> 2]; + HEAP32[i137 >> 2] = HEAP32[i66 >> 2]; + i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i137) | 0; + HEAP32[i135 >> 2] = i4; HEAP32[HEAP32[i2 >> 2] >> 2] = 0; - i2 = i128; + i2 = i131; } HEAP32[i1 + 8 >> 2] = i2; i11 = i1 + 12 | 0; HEAP32[i11 >> 2] = i4; - i12 = i132 + 40 | 0; + i12 = i134 + 40 | 0; i5 = HEAP32[i12 >> 2] | 0; i6 = i5 + 4 | 0; i7 = HEAP32[i6 >> 2] | 0; - if ((i7 | 0) == (HEAP32[i5 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i129); else { + if ((i7 | 0) == (HEAP32[i5 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i132); else { HEAP32[i7 >> 2] = i2; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; } - i10 = i132 + 48 | 0; + i10 = i134 + 48 | 0; i5 = HEAP32[i10 >> 2] | 0; i6 = i5 + 4 | 0; i7 = HEAP32[i6 >> 2] | 0; - if ((i7 | 0) == (HEAP32[i5 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i130); else { + if ((i7 | 0) == (HEAP32[i5 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i135); else { HEAP32[i7 >> 2] = i4; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; } if (i8) { - i2 = HEAP32[i132 + 4 >> 2] | 0; - i7 = __ZN6cashew3RefixEj(i131, 2) | 0; + i2 = HEAP32[i134 + 4 >> 2] | 0; + i7 = __ZN6cashew3RefixEj(i133, 2) | 0; HEAP32[i97 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i97 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i137 >> 2] = HEAP32[i97 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i137) | 0; i7 = i1 + 16 | 0; HEAP32[i7 >> 2] = i2; } else { i7 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; HEAP32[i7 + 8 >> 2] = i2; i6 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; - i5 = i132 + 4 | 0; + i5 = i134 + 4 | 0; i2 = HEAP32[i5 >> 2] | 0; - i8 = __ZN6cashew3RefixEj(i131, 1) | 0; + i8 = __ZN6cashew3RefixEj(i133, 1) | 0; HEAP32[i101 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i101 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i137 >> 2] = HEAP32[i101 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i137) | 0; HEAP32[i6 + 8 >> 2] = i2; i2 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; HEAP32[i6 + 12 >> 2] = i2; HEAP32[i6 + 16 >> 2] = i7; i2 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; i7 = i2 + 12 | 0; - HEAP32[i103 >> 2] = i6; + HEAP32[i105 >> 2] = i6; i8 = i2 + 16 | 0; i4 = HEAP32[i8 >> 2] | 0; i9 = i2 + 20 | 0; if (i4 >>> 0 < (HEAP32[i9 >> 2] | 0) >>> 0) { HEAP32[i4 >> 2] = i6; HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i103); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i105); i4 = HEAP32[i5 >> 2] | 0; - i5 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i104 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i104 >> 2]; - i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; - HEAP32[i107 >> 2] = i4; + i5 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i106 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i106 >> 2]; + i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i137) | 0; + HEAP32[i108 >> 2] = i4; i5 = HEAP32[i8 >> 2] | 0; if (i5 >>> 0 < (HEAP32[i9 >> 2] | 0) >>> 0) { HEAP32[i5 >> 2] = i4; HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i107); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i108); + __ZN4wasm5Block8finalizeEv(i2); i7 = i1 + 16 | 0; HEAP32[i7 >> 2] = i2; } - i6 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i133, i2) | 0; + i6 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i136, i2) | 0; i5 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; HEAP32[i5 + 8 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i114 >> 2] = i5; + HEAP32[i115 >> 2] = i5; i2 = i6 + 16 | 0; i4 = HEAP32[i2 >> 2] | 0; if (i4 >>> 0 < (HEAP32[i6 + 20 >> 2] | 0) >>> 0) { HEAP32[i4 >> 2] = i5; HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6 + 12 | 0, i114); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6 + 12 | 0, i115); HEAP32[i7 >> 2] = i6; i2 = (HEAP32[i10 >> 2] | 0) + 4 | 0; i5 = HEAP32[i2 >> 2] | 0; i4 = i5 + -4 | 0; while (1) { if ((i5 | 0) == (i4 | 0)) break; - i134 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i134; - i5 = i134; + i137 = i5 + -4 | 0; + HEAP32[i2 >> 2] = i137; + i5 = i137; } i2 = (HEAP32[i12 >> 2] | 0) + 4 | 0; i5 = HEAP32[i2 >> 2] | 0; i4 = i5 + -4 | 0; while (1) { if ((i5 | 0) == (i4 | 0)) break; - i134 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i134; - i5 = i134; + i137 = i5 + -4 | 0; + HEAP32[i2 >> 2] = i137; + i5 = i137; } break; } - if ((i26 | 0) == (HEAP32[10165] | 0)) { - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 40680) | 0) { - i128 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 1) | 0; - i128 = __ZN6cashew5Value9getNumberEv(HEAP32[i128 >> 2] | 0) | 0; - if (!(+HEAPF64[i128 >> 3] == 0.0)) break; - i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - HEAP32[i129 >> 2] = 0; - i2 = i132 + 32 | 0; - i4 = HEAP32[i2 >> 2] | 0; - if (!(HEAP32[i4 >> 2] | 0)) { - i2 = HEAP32[i132 + 56 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i56, 22246, 7); - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i56) | 0; - HEAP32[i129 >> 2] = i2; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i56); + if ((i28 | 0) == (HEAP32[10890] | 0)) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 1) | 0, 0) | 0, 43580) | 0) { + i130 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i133, 1) | 0, 1) | 0; + i130 = __ZN6cashew5Value9getNumberEv(HEAP32[i130 >> 2] | 0) | 0; + if (!(+HEAPF64[i130 >> 3] == 0.0)) break; + HEAP32[i132 >> 2] = 0; + i1 = i134 + 32 | 0; + i2 = HEAP32[HEAP32[i1 >> 2] >> 2] | 0; + if (!i2) { + i2 = i134 + 56 | 0; + i1 = HEAP32[i2 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i47, 24981, 7); + i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i47) | 0; + HEAP32[i132 >> 2] = i1; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i47); } else { - HEAP32[i55 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i55 >> 2]; - i133 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; - HEAP32[i129 >> 2] = i133; - HEAP32[HEAP32[i2 >> 2] >> 2] = 0; - i2 = i133; - } - HEAP32[i1 + 8 >> 2] = i2; - i7 = i132 + 40 | 0; - i4 = HEAP32[i7 >> 2] | 0; - i5 = i4 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i129); else { - HEAP32[i6 >> 2] = i2; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; + HEAP32[i46 >> 2] = i2; + HEAP32[i137 >> 2] = HEAP32[i46 >> 2]; + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i137) | 0; + HEAP32[i132 >> 2] = i2; + HEAP32[HEAP32[i1 >> 2] >> 2] = 0; + i1 = i2; + i2 = i134 + 56 | 0; } - i6 = i132 + 48 | 0; - i2 = HEAP32[i6 >> 2] | 0; + i8 = i1; + i7 = HEAP32[i2 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i69, 24989, 17); + i7 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i7, i69) | 0; + HEAP32[i135 >> 2] = i7; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i69); + i6 = i134 + 40 | 0; + i1 = HEAP32[i6 >> 2] | 0; + i2 = i1 + 4 | 0; + i4 = HEAP32[i2 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i1 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i1, i132); else { + HEAP32[i4 >> 2] = i8; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } + i1 = i134 + 48 | 0; + i2 = HEAP32[i1 >> 2] | 0; i4 = i2 + 4 | 0; i5 = HEAP32[i4 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i2 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i2, 40336); else { - HEAP32[i5 >> 2] = HEAP32[10084]; + if ((i5 | 0) == (HEAP32[i2 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i2, i135); else { + HEAP32[i5 >> 2] = i7; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; } - i2 = HEAP32[i132 + 4 >> 2] | 0; - i4 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i89 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i89 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; - HEAP32[i94 >> 2] = i2; - i4 = i1 + 16 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if (i5 >>> 0 < (HEAP32[i1 + 20 >> 2] | 0) >>> 0) { - HEAP32[i5 >> 2] = i2; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i1 + 12 | 0, i94); - i2 = (HEAP32[i6 >> 2] | 0) + 4 | 0; - i5 = HEAP32[i2 >> 2] | 0; - i4 = i5 + -4 | 0; + i4 = HEAP32[i134 + 4 >> 2] | 0; + i2 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i90 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i90 >> 2]; + i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i137) | 0; + HEAP32[i131 >> 2] = i4; + i1 = (HEAP32[i1 >> 2] | 0) + 4 | 0; + i4 = HEAP32[i1 >> 2] | 0; + i2 = i4 + -4 | 0; while (1) { - if ((i5 | 0) == (i4 | 0)) break; - i134 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i134; - i5 = i134; - } - i2 = (HEAP32[i7 >> 2] | 0) + 4 | 0; - i5 = HEAP32[i2 >> 2] | 0; - i4 = i5 + -4 | 0; + if ((i4 | 0) == (i2 | 0)) break; + i135 = i4 + -4 | 0; + HEAP32[i1 >> 2] = i135; + i4 = i135; + } + i1 = (HEAP32[i6 >> 2] | 0) + 4 | 0; + i4 = HEAP32[i1 >> 2] | 0; + i2 = i4 + -4 | 0; while (1) { - if ((i5 | 0) == (i4 | 0)) break; - i134 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i134; - i5 = i134; + if ((i4 | 0) == (i2 | 0)) break; + i135 = i4 + -4 | 0; + HEAP32[i1 >> 2] = i135; + i4 = i135; + } + HEAP32[i137 + 4 >> 2] = 0; + HEAP32[i137 >> 2] = 3192; + HEAP32[i137 + 8 >> 2] = i7; + i135 = i137 + 12 | 0; + HEAP32[i135 >> 2] = 0; + __ZN4wasm10WasmWalkerINS_11BreakSeekerEvE4walkERPNS_10ExpressionE(i137, i131); + i1 = HEAP32[i136 + 4 >> 2] | 0; + if (!(HEAP32[i135 >> 2] | 0)) { + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(i1) | 0; + i2 = i1 + 16 | 0; + i4 = HEAP32[i2 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i131); else { + HEAP32[i4 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } + HEAP32[i1 + 8 >> 2] = i8; + __ZN4wasm5Block8finalizeEv(i1); + } else { + i1 = __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(i1) | 0; + HEAP32[i1 + 16 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i1 + 8 >> 2] = i8; + HEAP32[i1 + 12 >> 2] = i7; } break L4; } while (0); - i11 = i133 + 4 | 0; + i11 = i136 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; - HEAP32[i129 >> 2] = 0; - HEAP32[i130 >> 2] = 0; - i2 = i132 + 32 | 0; - i4 = HEAP32[i2 >> 2] | 0; - if (!(HEAP32[i4 >> 2] | 0)) { - i4 = i132 + 56 | 0; + HEAP32[i132 >> 2] = 0; + HEAP32[i135 >> 2] = 0; + i2 = i134 + 32 | 0; + i4 = HEAP32[HEAP32[i2 >> 2] >> 2] | 0; + if (!i4) { + i4 = i134 + 56 | 0; i2 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i62, 22254, 6); - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i62) | 0; - HEAP32[i129 >> 2] = i2; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i62); - i4 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i63, 22261, 5); - i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i63) | 0; - HEAP32[i130 >> 2] = i4; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i63, 25007, 6); + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i63) | 0; + HEAP32[i132 >> 2] = i2; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i63); + i4 = HEAP32[i4 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i64, 25014, 5); + i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i64) | 0; + HEAP32[i135 >> 2] = i4; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i64); } else { - HEAP32[i60 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i60 >> 2]; - i128 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; - HEAP32[i129 >> 2] = i128; - HEAP32[i61 >> 2] = HEAP32[HEAP32[i2 >> 2] >> 2]; - HEAP32[i134 >> 2] = HEAP32[i61 >> 2]; - i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; - HEAP32[i130 >> 2] = i4; + HEAP32[i61 >> 2] = i4; + HEAP32[i137 >> 2] = HEAP32[i61 >> 2]; + i131 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i137) | 0; + HEAP32[i132 >> 2] = i131; + HEAP32[i62 >> 2] = HEAP32[HEAP32[i2 >> 2] >> 2]; + HEAP32[i137 >> 2] = HEAP32[i62 >> 2]; + i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i137) | 0; + HEAP32[i135 >> 2] = i4; HEAP32[HEAP32[i2 >> 2] >> 2] = 0; - i2 = i128; + i2 = i131; } i10 = i4; HEAP32[i1 + 8 >> 2] = i2; HEAP32[i1 + 12 >> 2] = i10; - i9 = i132 + 40 | 0; + i9 = i134 + 40 | 0; i4 = HEAP32[i9 >> 2] | 0; i5 = i4 + 4 | 0; i6 = HEAP32[i5 >> 2] | 0; - if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i129); else { + if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i132); else { HEAP32[i6 >> 2] = i2; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } - i6 = i132 + 48 | 0; + i6 = i134 + 48 | 0; i2 = HEAP32[i6 >> 2] | 0; i4 = i2 + 4 | 0; i5 = HEAP32[i4 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i2 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i2, i130); else { + if ((i5 | 0) == (HEAP32[i2 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i2, i135); else { HEAP32[i5 >> 2] = i10; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; } - i7 = i132 + 4 | 0; + i7 = i134 + 4 | 0; i2 = HEAP32[i7 >> 2] | 0; - i8 = __ZN6cashew3RefixEj(i131, 2) | 0; + i8 = __ZN6cashew3RefixEj(i133, 2) | 0; HEAP32[i95 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i95 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i137 >> 2] = HEAP32[i95 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i137) | 0; i8 = i1 + 16 | 0; HEAP32[i8 >> 2] = i2; i2 = (HEAP32[i6 >> 2] | 0) + 4 | 0; @@ -12713,176 +12578,177 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i4 = i5 + -4 | 0; while (1) { if ((i5 | 0) == (i4 | 0)) break; - i132 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i132; - i5 = i132; + i135 = i5 + -4 | 0; + HEAP32[i2 >> 2] = i135; + i5 = i135; } i2 = (HEAP32[i9 >> 2] | 0) + 4 | 0; i5 = HEAP32[i2 >> 2] | 0; i4 = i5 + -4 | 0; while (1) { if ((i5 | 0) == (i4 | 0)) break; - i132 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i132; - i5 = i132; + i135 = i5 + -4 | 0; + HEAP32[i2 >> 2] = i135; + i5 = i135; } i6 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; HEAP32[i6 + 8 >> 2] = i10; i2 = HEAP32[i7 >> 2] | 0; - i4 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i105 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i105 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + i4 = __ZN6cashew3RefixEj(i133, 1) | 0; + HEAP32[i107 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i107 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i137) | 0; HEAP32[i6 + 16 >> 2] = i2; - i2 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i133, HEAP32[i8 >> 2] | 0) | 0; - HEAP32[i108 >> 2] = i6; + i2 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i136, HEAP32[i8 >> 2] | 0) | 0; + HEAP32[i109 >> 2] = i6; i4 = i2 + 16 | 0; i5 = HEAP32[i4 >> 2] | 0; if (i5 >>> 0 < (HEAP32[i2 + 20 >> 2] | 0) >>> 0) { HEAP32[i5 >> 2] = i6; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i2 + 12 | 0, i108); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i2 + 12 | 0, i109); HEAP32[i8 >> 2] = i2; break; } - if ((i26 | 0) == (HEAP32[10166] | 0)) { - i15 = __ZN6cashew3RefixEj(i131, 1) | 0; + if ((i28 | 0) == (HEAP32[10891] | 0)) { + i15 = __ZN6cashew3RefixEj(i133, 1) | 0; i15 = HEAP32[i15 >> 2] | 0; - i7 = __ZN6cashew3RefixEj(i131, 2) | 0; + i7 = __ZN6cashew3RefixEj(i133, 2) | 0; i7 = HEAP32[i7 >> 2] | 0; - i12 = __ZN6cashew3RefixEj(i131, 3) | 0; + i12 = __ZN6cashew3RefixEj(i133, 3) | 0; i12 = HEAP32[i12 >> 2] | 0; - i11 = __ZN6cashew3RefixEj(i131, 4) | 0; + i11 = __ZN6cashew3RefixEj(i133, 4) | 0; i11 = HEAP32[i11 >> 2] | 0; - i14 = i133 + 4 | 0; + i14 = i136 + 4 | 0; i16 = __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; - HEAP32[i129 >> 2] = 0; - HEAP32[i130 >> 2] = 0; - i1 = i132 + 32 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (!(HEAP32[i2 >> 2] | 0)) { - i2 = i132 + 56 | 0; + HEAP32[i132 >> 2] = 0; + HEAP32[i135 >> 2] = 0; + i1 = i134 + 32 | 0; + i2 = HEAP32[HEAP32[i1 >> 2] >> 2] | 0; + if (!i2) { + i2 = i134 + 56 | 0; i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i80, 22267, 7); - i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i80) | 0; - HEAP32[i129 >> 2] = i1; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i80); - i2 = HEAP32[i2 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i81, 22275, 6); - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i81) | 0; - HEAP32[i130 >> 2] = i2; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i81, 25020, 7); + i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i81) | 0; + HEAP32[i132 >> 2] = i1; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i81); + i2 = HEAP32[i2 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i82, 25028, 6); + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i82) | 0; + HEAP32[i135 >> 2] = i2; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i82); } else { - HEAP32[i78 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i78 >> 2]; - i131 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; - HEAP32[i129 >> 2] = i131; - HEAP32[i79 >> 2] = HEAP32[HEAP32[i1 >> 2] >> 2]; - HEAP32[i134 >> 2] = HEAP32[i79 >> 2]; - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; - HEAP32[i130 >> 2] = i2; + HEAP32[i79 >> 2] = i2; + HEAP32[i137 >> 2] = HEAP32[i79 >> 2]; + i133 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i137) | 0; + HEAP32[i132 >> 2] = i133; + HEAP32[i80 >> 2] = HEAP32[HEAP32[i1 >> 2] >> 2]; + HEAP32[i137 >> 2] = HEAP32[i80 >> 2]; + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i137) | 0; + HEAP32[i135 >> 2] = i2; HEAP32[HEAP32[i1 >> 2] >> 2] = 0; - i1 = i131; + i1 = i133; } HEAP32[i16 + 8 >> 2] = i1; i10 = i16 + 12 | 0; HEAP32[i10 >> 2] = i2; - i13 = i132 + 40 | 0; + i13 = i134 + 40 | 0; i4 = HEAP32[i13 >> 2] | 0; i5 = i4 + 4 | 0; i6 = HEAP32[i5 >> 2] | 0; - if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i129); else { + if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i132); else { HEAP32[i6 >> 2] = i1; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } - i8 = i132 + 48 | 0; + i8 = i134 + 48 | 0; i4 = HEAP32[i8 >> 2] | 0; i5 = i4 + 4 | 0; i6 = HEAP32[i5 >> 2] | 0; - if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i130); else { + if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i135); else { HEAP32[i6 >> 2] = i2; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } i4 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; HEAP32[i4 + 8 >> 2] = i1; i2 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; - i9 = i132 + 4 | 0; + i9 = i134 + 4 | 0; i5 = HEAP32[i9 >> 2] | 0; - HEAP32[i102 >> 2] = i7; - HEAP32[i134 >> 2] = HEAP32[i102 >> 2]; - i7 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i134) | 0; + HEAP32[i103 >> 2] = i7; + HEAP32[i137 >> 2] = HEAP32[i103 >> 2]; + i7 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i137) | 0; HEAP32[i2 + 8 >> 2] = i7; i7 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; HEAP32[i2 + 12 >> 2] = i7; HEAP32[i2 + 16 >> 2] = i4; i7 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; i4 = i7 + 12 | 0; - HEAP32[i109 >> 2] = i2; + HEAP32[i110 >> 2] = i2; i5 = i7 + 16 | 0; i1 = HEAP32[i5 >> 2] | 0; i6 = i7 + 20 | 0; if (i1 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { HEAP32[i1 >> 2] = i2; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i109); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i110); i1 = HEAP32[i9 >> 2] | 0; - HEAP32[i110 >> 2] = i11; - HEAP32[i134 >> 2] = HEAP32[i110 >> 2]; - i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; - HEAP32[i111 >> 2] = i1; + HEAP32[i111 >> 2] = i11; + HEAP32[i137 >> 2] = HEAP32[i111 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i137) | 0; + HEAP32[i112 >> 2] = i1; i2 = HEAP32[i5 >> 2] | 0; if (i2 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { HEAP32[i2 >> 2] = i1; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i111); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i112); i1 = HEAP32[i9 >> 2] | 0; - HEAP32[i112 >> 2] = i12; - HEAP32[i134 >> 2] = HEAP32[i112 >> 2]; - i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; - HEAP32[i113 >> 2] = i1; + HEAP32[i113 >> 2] = i12; + HEAP32[i137 >> 2] = HEAP32[i113 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i137) | 0; + HEAP32[i114 >> 2] = i1; i2 = HEAP32[i5 >> 2] | 0; if (i2 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { HEAP32[i2 >> 2] = i1; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i113); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i114); + __ZN4wasm5Block8finalizeEv(i7); i6 = i16 + 16 | 0; HEAP32[i6 >> 2] = i7; - i4 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i133, i7) | 0; + i4 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i136, i7) | 0; i5 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; HEAP32[i5 + 8 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i124 >> 2] = i5; + HEAP32[i116 >> 2] = i5; i1 = i4 + 16 | 0; i2 = HEAP32[i1 >> 2] | 0; if (i2 >>> 0 < (HEAP32[i4 + 20 >> 2] | 0) >>> 0) { HEAP32[i2 >> 2] = i5; HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4 + 12 | 0, i124); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4 + 12 | 0, i116); HEAP32[i6 >> 2] = i4; i1 = (HEAP32[i8 >> 2] | 0) + 4 | 0; i4 = HEAP32[i1 >> 2] | 0; i2 = i4 + -4 | 0; while (1) { if ((i4 | 0) == (i2 | 0)) break; - i133 = i4 + -4 | 0; - HEAP32[i1 >> 2] = i133; - i4 = i133; + i136 = i4 + -4 | 0; + HEAP32[i1 >> 2] = i136; + i4 = i136; } i1 = (HEAP32[i13 >> 2] | 0) + 4 | 0; i4 = HEAP32[i1 >> 2] | 0; i2 = i4 + -4 | 0; while (1) { if ((i4 | 0) == (i2 | 0)) break; - i133 = i4 + -4 | 0; - HEAP32[i1 >> 2] = i133; - i4 = i133; + i136 = i4 + -4 | 0; + HEAP32[i1 >> 2] = i136; + i4 = i136; } i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; i7 = i1 + 12 | 0; i2 = HEAP32[i9 >> 2] | 0; - HEAP32[i126 >> 2] = i15; - HEAP32[i134 >> 2] = HEAP32[i126 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; - HEAP32[i127 >> 2] = i2; + HEAP32[i127 >> 2] = i15; + HEAP32[i137 >> 2] = HEAP32[i127 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i137) | 0; + HEAP32[i128 >> 2] = i2; i5 = i1 + 16 | 0; i4 = HEAP32[i5 >> 2] | 0; i6 = i1 + 20 | 0; @@ -12891,152 +12757,153 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i2 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i2; } else { - __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i127); + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i128); i2 = HEAP32[i5 >> 2] | 0; } - HEAP32[i128 >> 2] = i16; + HEAP32[i129 >> 2] = i16; if (i2 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { HEAP32[i2 >> 2] = i16; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i128); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i129); + __ZN4wasm5Block8finalizeEv(i1); break; } - if ((i26 | 0) == (HEAP32[10171] | 0)) { - i2 = HEAP32[i132 + 32 >> 2] | 0; + if ((i28 | 0) == (HEAP32[10896] | 0)) { + i2 = HEAP32[i134 + 32 >> 2] | 0; if (!(HEAP32[i2 >> 2] | 0)) { - i1 = __ZN6cashew3RefixEj(i131, 1) | 0; + i1 = __ZN6cashew3RefixEj(i133, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - i1 = HEAP32[i132 + 4 >> 2] | 0; - i133 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i30 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i30 >> 2]; - i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; + i1 = HEAP32[i134 + 4 >> 2] | 0; + i136 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i30 >> 2] = HEAP32[i136 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i30 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i137) | 0; break; - } else ___assert_fail(14189, 13366, 1345, 38208); - } - if ((i26 | 0) == (HEAP32[10159] | 0)) { - i1 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i132 = i132 + 4 | 0; - i130 = HEAP32[i132 >> 2] | 0; - i133 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i31 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i31 >> 2]; - i130 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i130, i134) | 0; - HEAP32[i1 + 8 >> 2] = i130; - i130 = HEAP32[i132 >> 2] | 0; - i133 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i32 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i32 >> 2]; - i130 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i130, i134) | 0; - i133 = i1 + 12 | 0; - HEAP32[i133 >> 2] = i130; - i132 = HEAP32[i132 >> 2] | 0; - i131 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i33 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i33 >> 2]; - i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i132, i134) | 0; - HEAP32[i1 + 16 >> 2] = i134; - HEAP32[i1 + 4 >> 2] = HEAP32[(HEAP32[i133 >> 2] | 0) + 4 >> 2]; - break; - } - if ((i26 | 0) == (HEAP32[10167] | 0)) { - i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; + } else ___assert_fail(14700, 13734, 1396, 41099); + } + if ((i28 | 0) == (HEAP32[10884] | 0)) { + i1 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; + i135 = i134 + 4 | 0; + i134 = HEAP32[i135 >> 2] | 0; + i136 = __ZN6cashew3RefixEj(i133, 1) | 0; + HEAP32[i31 >> 2] = HEAP32[i136 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i31 >> 2]; + i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i134, i137) | 0; + HEAP32[i1 + 8 >> 2] = i134; + i134 = HEAP32[i135 >> 2] | 0; + i136 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i32 >> 2] = HEAP32[i136 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i32 >> 2]; + i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i134, i137) | 0; + i136 = i1 + 12 | 0; + HEAP32[i136 >> 2] = i134; + i135 = HEAP32[i135 >> 2] | 0; + i134 = __ZN6cashew3RefixEj(i133, 3) | 0; + HEAP32[i33 >> 2] = HEAP32[i134 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i33 >> 2]; + i137 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i135, i137) | 0; + HEAP32[i1 + 16 >> 2] = i137; + HEAP32[i1 + 4 >> 2] = HEAP32[(HEAP32[i136 >> 2] | 0) + 4 >> 2]; + break; + } + if ((i28 | 0) == (HEAP32[10892] | 0)) { + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i136 + 4 >> 2] | 0) | 0; i8 = i1 + 12 | 0; - i5 = i132 + 4 | 0; + i5 = i134 + 4 | 0; i2 = HEAP32[i5 >> 2] | 0; - i6 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i57 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i57 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; - HEAP32[i76 >> 2] = i2; + i6 = __ZN6cashew3RefixEj(i133, 1) | 0; + HEAP32[i58 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i58 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i137) | 0; + HEAP32[i77 >> 2] = i2; i6 = i1 + 16 | 0; i4 = HEAP32[i6 >> 2] | 0; i7 = i1 + 20 | 0; if (i4 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { HEAP32[i4 >> 2] = i2; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i76); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i77); i2 = HEAP32[i5 >> 2] | 0; - i4 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i77 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i77 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; - HEAP32[i87 >> 2] = i2; + i4 = __ZN6cashew3RefixEj(i133, 2) | 0; + HEAP32[i78 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i78 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i137) | 0; + HEAP32[i88 >> 2] = i2; i4 = HEAP32[i6 >> 2] | 0; if (i4 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { HEAP32[i4 >> 2] = i2; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i87); - HEAP32[i1 + 4 >> 2] = HEAP32[(HEAP32[(HEAP32[i8 >> 2] | 0) + 4 >> 2] | 0) + 4 >> 2]; - break; - } - if ((i26 | 0) != (HEAP32[10174] | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i23, 22409, 20); - HEAP32[i24 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i24 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i23, i134); - } - HEAP32[i129 >> 2] = 0; - i2 = i132 + 32 | 0; - i4 = HEAP32[i2 >> 2] | 0; - if (!(HEAP32[i4 >> 2] | 0)) { - i2 = HEAP32[i132 + 56 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i46, 30264, 6); - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i46) | 0; - HEAP32[i129 >> 2] = i2; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i46); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i88); + __ZN4wasm5Block8finalizeEv(i1); + break; + } + if ((i28 | 0) != (HEAP32[10899] | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i25, 25165, 20); + HEAP32[i26 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i26 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i25, i137); + } + HEAP32[i132 >> 2] = 0; + i2 = i134 + 32 | 0; + i4 = HEAP32[HEAP32[i2 >> 2] >> 2] | 0; + if (!i4) { + i2 = HEAP32[i134 + 56 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i49, 33251, 6); + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i49) | 0; + HEAP32[i132 >> 2] = i2; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i49); } else { - HEAP32[i45 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i45 >> 2]; - i128 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; - HEAP32[i129 >> 2] = i128; + HEAP32[i48 >> 2] = i4; + HEAP32[i137 >> 2] = HEAP32[i48 >> 2]; + i129 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i137) | 0; + HEAP32[i132 >> 2] = i129; HEAP32[HEAP32[i2 >> 2] >> 2] = 0; - i2 = i128; + i2 = i129; } - i18 = i132 + 40 | 0; - i4 = HEAP32[i18 >> 2] | 0; - i5 = i4 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i129); else { - HEAP32[i6 >> 2] = i2; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; + i17 = i2; + i16 = i134 + 40 | 0; + i2 = HEAP32[i16 >> 2] | 0; + i4 = i2 + 4 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i2 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i2, i132); else { + HEAP32[i5 >> 2] = i17; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; } - i16 = i133 + 4 | 0; - i17 = __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; - HEAP32[i17 + 8 >> 2] = i2; - i129 = HEAP32[i132 + 4 >> 2] | 0; - i8 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i88 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i88 >> 2]; - i129 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i129, i134) | 0; - i8 = i17 + 12 | 0; - HEAP32[i8 >> 2] = i129; - if ((HEAP32[i129 + 4 >> 2] | 0) != 1) ___assert_fail(22282, 13366, 1373, 38208); - i5 = __ZN6cashew3RefixEj(i131, 2) | 0; + i15 = i136 + 4 | 0; + i9 = __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(HEAP32[i15 >> 2] | 0) | 0; + i132 = HEAP32[i134 + 4 >> 2] | 0; + i8 = __ZN6cashew3RefixEj(i133, 1) | 0; + HEAP32[i89 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i89 >> 2]; + i132 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i132, i137) | 0; + i8 = i9 + 24 | 0; + HEAP32[i8 >> 2] = i132; + if ((HEAP32[i132 + 4 >> 2] | 0) != 1) ___assert_fail(25035, 13734, 1424, 41099); + i5 = __ZN6cashew3RefixEj(i133, 2) | 0; i5 = HEAP32[i5 >> 2] | 0; - HEAP32[i130 >> 2] = i5; + HEAP32[i135 >> 2] = i5; i7 = 0; i6 = 0; i4 = 0; - L481 : while (1) { + L490 : while (1) { if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(i5) | 0) >>> 0) { - i123 = i6; + i125 = i6; break; } - i131 = __ZN6cashew3RefixEj(i130, i7) | 0; - HEAP32[i125 >> 2] = HEAP32[i131 >> 2]; - i131 = __ZN6cashew3RefixEj(i125, 0) | 0; - i131 = HEAP32[i131 >> 2] | 0; - HEAP32[i122 >> 2] = i131; - do if ((HEAP32[i131 >> 2] | 0) == 3) i2 = i6; else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i122, 0) | 0, 40680) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i122, 0) | 0, 40716) | 0) : 0) { - i106 = 353; - break L481; - } - HEAP32[i98 >> 2] = HEAP32[i122 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i98 >> 2]; - __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i99, i133, i134); + i133 = __ZN6cashew3RefixEj(i135, i7) | 0; + HEAP32[i131 >> 2] = HEAP32[i133 >> 2]; + i133 = __ZN6cashew3RefixEj(i131, 0) | 0; + i133 = HEAP32[i133 >> 2] | 0; + HEAP32[i124 >> 2] = i133; + do if ((HEAP32[i133 >> 2] | 0) == 3) i2 = i6; else { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i124, 0) | 0, 43580) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i124, 0) | 0, 43616) | 0) : 0) { + i104 = 359; + break L490; + } + HEAP32[i98 >> 2] = HEAP32[i124 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i98 >> 2]; + __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i99, i136, i137); i2 = __ZNK4wasm7Literal6geti32Ev(i99) | 0; if (!i4) { i4 = 1; @@ -13045,155 +12912,165 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i2 = (i2 | 0) < (i6 | 0) ? i2 : i6; i4 = 1; } while (0); - i5 = HEAP32[i130 >> 2] | 0; + i5 = HEAP32[i135 >> 2] | 0; i7 = i7 + 1 | 0; i6 = i2; } - if ((i106 | 0) == 353) ___assert_fail(22306, 13366, 1381, 38208); - i7 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; - HEAP32[i7 + 8 >> 2] = 1; - HEAP32[i7 + 12 >> 2] = HEAP32[i8 >> 2]; - i15 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; - HEAP32[i15 + 8 >> 2] = 1; - HEAP32[i15 + 16 >> 2] = i123; - HEAP32[i15 + 4 >> 2] = 1; - HEAP32[i7 + 16 >> 2] = i15; - HEAP32[i7 + 4 >> 2] = 1; - HEAP32[i8 >> 2] = i7; - i7 = i132 + 44 | 0; - i8 = i121 + 4 | 0; - i15 = i17 + 28 | 0; - i9 = i132 + 56 | 0; - i10 = i17 + 36 | 0; - i11 = i17 + 40 | 0; - i12 = i17 + 32 | 0; - i13 = i17 + 16 | 0; - i14 = i17 + 20 | 0; - i6 = 0; + if ((i104 | 0) == 359) ___assert_fail(25062, 13734, 1433, 41099); + i5 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i15 >> 2] | 0) | 0; + HEAP32[i5 + 8 >> 2] = 1; + HEAP32[i5 + 12 >> 2] = HEAP32[i8 >> 2]; + i2 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i15 >> 2] | 0) | 0; + HEAP32[i2 + 8 >> 2] = 1; + HEAP32[i2 + 16 >> 2] = i125; + HEAP32[i2 + 4 >> 2] = 1; + HEAP32[i5 + 16 >> 2] = i2; + HEAP32[i5 + 4 >> 2] = 1; + HEAP32[i8 >> 2] = i5; + i5 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i15 >> 2] | 0) | 0; + HEAP32[i102 >> 2] = i9; + i2 = i5 + 16 | 0; + i4 = HEAP32[i2 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i5 + 20 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i9; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i5 + 12 | 0, i102); + __ZN4wasm5Block8finalizeEv(i5); + i10 = i134 + 44 | 0; + i14 = i9 + 20 | 0; + i11 = i134 + 56 | 0; + i13 = i9 + 8 | 0; + i12 = i9 + 12 | 0; + i9 = 0; while (1) { - if (i6 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i130 >> 2] | 0) | 0) >>> 0) { - i106 = 358; + if (i9 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i135 >> 2] | 0) | 0) >>> 0) { + i104 = 367; break; } - i131 = __ZN6cashew3RefixEj(i130, i6) | 0; - HEAP32[i125 >> 2] = HEAP32[i131 >> 2]; - i131 = __ZN6cashew3RefixEj(i125, 0) | 0; - HEAP32[i122 >> 2] = HEAP32[i131 >> 2]; - i131 = __ZN6cashew3RefixEj(i125, 1) | 0; - i131 = HEAP32[i131 >> 2] | 0; - HEAP32[i121 >> 2] = 0; - i132 = HEAP32[i7 >> 2] | 0; - HEAP32[i115 >> 2] = i131; - HEAP32[i134 >> 2] = HEAP32[i115 >> 2]; - i132 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i132, i134, 0) | 0; - HEAP32[i8 >> 2] = i132; - if ((HEAP32[HEAP32[i122 >> 2] >> 2] | 0) == 3) { - i132 = HEAP32[i9 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i116, 22358, 14); - i132 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i132, i116) | 0; - HEAP32[i15 >> 2] = i132; - HEAP32[i121 >> 2] = i132; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i116); + i133 = __ZN6cashew3RefixEj(i135, i9) | 0; + HEAP32[i131 >> 2] = HEAP32[i133 >> 2]; + i133 = __ZN6cashew3RefixEj(i131, 0) | 0; + HEAP32[i124 >> 2] = HEAP32[i133 >> 2]; + i133 = __ZN6cashew3RefixEj(i131, 1) | 0; + i134 = HEAP32[i10 >> 2] | 0; + HEAP32[i117 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i117 >> 2]; + i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i134, i137, 0) | 0; + HEAP32[i123 >> 2] = i134; + if ((HEAP32[HEAP32[i124 >> 2] >> 2] | 0) == 3) { + i2 = HEAP32[i11 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i118, 25114, 14); + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i118) | 0; + HEAP32[i14 >> 2] = i2; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i118); } else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i122, 0) | 0, 40680) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i122, 0) | 0, 40716) | 0) : 0) { - i106 = 363; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i124, 0) | 0, 43580) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i124, 0) | 0, 43616) | 0) : 0) { + i104 = 372; break; } - HEAP32[i117 >> 2] = HEAP32[i122 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i117 >> 2]; - __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i118, i133, i134); - i2 = __ZNK4wasm7Literal6geti32Ev(i118) | 0; - if ((i2 | 0) < (i123 | 0)) { - i106 = 365; + HEAP32[i119 >> 2] = HEAP32[i124 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i119 >> 2]; + __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i120, i136, i137); + i2 = __ZNK4wasm7Literal6geti32Ev(i120) | 0; + if ((i2 | 0) < (i125 | 0)) { + i104 = 374; break; } - i4 = i2 - i123 | 0; - if ((i4 | 0) <= -1) { - i106 = 367; + i6 = i2 - i125 | 0; + if ((i6 | 0) <= -1) { + i104 = 376; break; } - i5 = HEAP32[i9 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i119, 22397, 11); - i5 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i5, i119) | 0; - HEAP32[i121 >> 2] = i5; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i119); - i2 = HEAP32[i13 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) - i2 >> 2 >>> 0 <= i4 >>> 0) { - __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i13, i4 + 1 | 0); - i2 = HEAP32[i13 >> 2] | 0; - } - HEAP32[i2 + (i4 << 2) >> 2] = i5; + i2 = HEAP32[i11 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i121, 25153, 11); + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i121) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i121); + i4 = HEAP32[i13 >> 2] | 0; + if ((HEAP32[i12 >> 2] | 0) - i4 >> 2 >>> 0 <= i6 >>> 0) { + __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i13, i6 + 1 | 0); + i4 = HEAP32[i13 >> 2] | 0; + } + HEAP32[i4 + (i6 << 2) >> 2] = i2; + } + i8 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i15 >> 2] | 0) | 0; + HEAP32[i5 + 8 >> 2] = i2; + i4 = i8 + 12 | 0; + HEAP32[i122 >> 2] = i5; + i6 = i8 + 16 | 0; + i2 = HEAP32[i6 >> 2] | 0; + i7 = i8 + 20 | 0; + if (i2 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i5; + i2 = (HEAP32[i6 >> 2] | 0) + 4 | 0; + HEAP32[i6 >> 2] = i2; + } else { + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i122); + i2 = HEAP32[i6 >> 2] | 0; } - i2 = HEAP32[i10 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i11 >> 2] | 0)) __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i12, i121); else { - i129 = i121; - i131 = HEAP32[i129 + 4 >> 2] | 0; - i132 = i2; - HEAP32[i132 >> 2] = HEAP32[i129 >> 2]; - HEAP32[i132 + 4 >> 2] = i131; - HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 8; + if ((i2 | 0) == (HEAP32[i7 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i4, i123); else { + HEAP32[i2 >> 2] = HEAP32[i123 >> 2]; + HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; } - i6 = i6 + 1 | 0; - } - if ((i106 | 0) == 358) { - if (!(HEAP32[i15 >> 2] | 0)) { - HEAP32[i134 >> 2] = 0; - i1 = HEAP32[i9 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i120, 22358, 14); - i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i120) | 0; - HEAP32[i15 >> 2] = i1; - HEAP32[i134 >> 2] = i1; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i120); - i1 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; - HEAP32[i134 + 4 >> 2] = i1; - i1 = HEAP32[i10 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i11 >> 2] | 0)) __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i12, i134); else { - i132 = i134; - i133 = HEAP32[i132 + 4 >> 2] | 0; - i134 = i1; - HEAP32[i134 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 + 4 >> 2] = i133; - HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 8; - } + __ZN4wasm5Block8finalizeEv(i8); + i9 = i9 + 1 | 0; + i5 = i8; + } + if ((i104 | 0) == 367) { + if (!(HEAP32[i14 >> 2] | 0)) { + i2 = HEAP32[i11 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i126, 25114, 14); + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i126) | 0; + HEAP32[i14 >> 2] = i2; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i126); i2 = 0; } else i2 = 0; while (1) { i1 = HEAP32[i13 >> 2] | 0; - if (i2 >>> 0 >= (HEAP32[i14 >> 2] | 0) - i1 >> 2 >>> 0) break; + if (i2 >>> 0 >= (HEAP32[i12 >> 2] | 0) - i1 >> 2 >>> 0) break; i1 = i1 + (i2 << 2) | 0; - if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i15 >> 2]; + if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i14 >> 2]; i2 = i2 + 1 | 0; } - i1 = (HEAP32[i18 >> 2] | 0) + 4 | 0; + HEAP32[i5 + 8 >> 2] = HEAP32[i14 >> 2]; + i1 = (HEAP32[i16 >> 2] | 0) + 4 | 0; i4 = HEAP32[i1 >> 2] | 0; i2 = i4 + -4 | 0; while (1) { if ((i4 | 0) == (i2 | 0)) break; - i134 = i4 + -4 | 0; - HEAP32[i1 >> 2] = i134; - i4 = i134; - } - i1 = i17; + i137 = i4 + -4 | 0; + HEAP32[i1 >> 2] = i137; + i4 = i137; + } + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i15 >> 2] | 0) | 0; + HEAP32[i1 + 8 >> 2] = i17; + HEAP32[i130 >> 2] = i5; + i2 = i1 + 16 | 0; + i4 = HEAP32[i2 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i1 + 20 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i5; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i1 + 12 | 0, i130); break; - } else if ((i106 | 0) == 363) ___assert_fail(22306, 13366, 1406, 38208); else if ((i106 | 0) == 365) ___assert_fail(22373, 13366, 1408, 38208); else if ((i106 | 0) == 367) ___assert_fail(22386, 13366, 1410, 38208); + } else if ((i104 | 0) == 372) ___assert_fail(25062, 13734, 1463, 41099); else if ((i104 | 0) == 374) ___assert_fail(25129, 13734, 1465, 41099); else if ((i104 | 0) == 376) ___assert_fail(25142, 13734, 1467, 41099); } else { - i1 = HEAP32[i132 + 4 >> 2] | 0; - i133 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i4 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i4 >> 2]; - i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; + i1 = HEAP32[i134 + 4 >> 2] | 0; + i136 = __ZN6cashew3RefixEj(i133, 1) | 0; + HEAP32[i4 >> 2] = HEAP32[i136 >> 2]; + HEAP32[i137 >> 2] = HEAP32[i4 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i137) | 0; } while (0); - i4 = HEAP32[10138] | 0; + i4 = HEAP32[10863] | 0; i2 = i4 + -4 | 0; while (1) { if ((i4 | 0) == (i2 | 0)) break; - i134 = i4 + -4 | 0; - HEAP32[10138] = i134; - i4 = i134; + i137 = i4 + -4 | 0; + HEAP32[10863] = i137; + i4 = i137; } - STACKTOP = i135; + STACKTOP = i138; return i1 | 0; } + function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_RT_(i53, i1, i52) { i53 = i53 | 0; i1 = i1 | 0; @@ -13253,7 +13130,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ switch (HEAP8[i53 + 1 >> 0] | 0) { case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i5, 38166); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i5, 41057); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13287,7 +13164,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ case 110: case 100: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i6, 38177); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i6, 41068); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13320,7 +13197,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 78: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i17, 38187); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i17, 41078); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13353,7 +13230,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 83: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i28, 38198); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i28, 41089); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13394,7 +13271,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ switch (HEAP8[i53 + 1 >> 0] | 0) { case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i39, 38208); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i39, 41099); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13427,7 +13304,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i46, 38219); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i46, 41110); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13460,7 +13337,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i47, 38229); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i47, 41120); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13508,7 +13385,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ i1 = i53; break L1; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38239) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 41130) | 0; HEAP8[i52 + 60 >> 0] = 1; break L1; } @@ -13522,7 +13399,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ switch (HEAP8[i53 + 1 >> 0] | 0) { case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i48, 38249); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i48, 41140); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13555,7 +13432,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i49, 38267); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i49, 41158); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13593,7 +13470,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ HEAP32[i50 >> 2] = 17; HEAP32[i50 + 4 >> 2] = 15; i2 = i1; - i3 = 38277; + i3 = 41168; i4 = i2 + 15 | 0; do { HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; @@ -13640,7 +13517,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 118: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i7, 38293); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i7, 41184); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13673,7 +13550,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 86: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i8, 38303); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i8, 41194); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13714,7 +13591,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ switch (HEAP8[i53 + 1 >> 0] | 0) { case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i9, 38314); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i9, 41205); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13747,7 +13624,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 79: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i10, 38324); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i10, 41215); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13780,7 +13657,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 113: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i11, 38335); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i11, 41226); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13821,7 +13698,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ switch (HEAP8[i53 + 1 >> 0] | 0) { case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i12, 38346); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i12, 41237); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13854,7 +13731,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i13, 38357); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i13, 41248); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13897,7 +13774,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ i1 = i53; break L1; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 38367); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 41258); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13932,7 +13809,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ switch (HEAP8[i53 + 1 >> 0] | 0) { case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i15, 38378); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i15, 41269); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13976,12 +13853,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ i1 = i53; break L1; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38389) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 41280) | 0; break L1; } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i16, 38401); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i16, 41292); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14014,7 +13891,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 83: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i18, 38412); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i18, 41303); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14047,7 +13924,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i19, 38424); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i19, 41315); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14088,7 +13965,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ switch (HEAP8[i53 + 1 >> 0] | 0) { case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i20, 38434); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i20, 41325); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14121,7 +13998,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 73: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i21, 38444); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i21, 41335); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14154,7 +14031,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i22, 38267); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i22, 41158); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14187,7 +14064,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 76: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i23, 38455); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i23, 41346); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14220,7 +14097,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i24, 38466); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i24, 41357); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14261,7 +14138,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ switch (HEAP8[i53 + 1 >> 0] | 0) { case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i25, 38477); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i25, 41368); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14294,7 +14171,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i26, 38492); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i26, 41383); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14327,7 +14204,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 103: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 38434); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 41325); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14360,7 +14237,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i29, 38503); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i29, 41394); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14393,7 +14270,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 119: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i30, 38513); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i30, 41404); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14434,7 +14311,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ switch (HEAP8[i53 + 1 >> 0] | 0) { case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i31, 38526); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i31, 41417); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14467,7 +14344,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 114: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i32, 38537); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i32, 41428); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14500,7 +14377,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 82: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i33, 38547); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i33, 41438); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14541,7 +14418,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ switch (HEAP8[i53 + 1 >> 0] | 0) { case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i34, 38558); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i34, 41449); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14574,7 +14451,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i35, 38570); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i35, 41461); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14607,7 +14484,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 76: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i36, 38580); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i36, 41471); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14640,7 +14517,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 112: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i37, 38591); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i37, 41482); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14673,7 +14550,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i38, 38570); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i38, 41461); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14706,7 +14583,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i40, 38602); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i40, 41493); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14749,7 +14626,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ i1 = i53; break L1; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i41, 38613); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i41, 41504); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14784,7 +14661,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ switch (HEAP8[i53 + 1 >> 0] | 0) { case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i42, 38623); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i42, 41514); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14817,7 +14694,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 77: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i43, 38633); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i43, 41524); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14850,7 +14727,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i44, 38644); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i44, 41535); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14883,7 +14760,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 83: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i45, 38655); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i45, 41546); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14937,7 +14814,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ i1 = i53; break L1; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38239) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 41130) | 0; break L1; } default: @@ -14990,7 +14867,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R L1 : do if ((i1 | 0) != (i3 | 0)) do switch (HEAP8[i1 >> 0] | 0) { case 118: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i6, 37712); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i6, 40603); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15025,13 +14902,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R { HEAP8[i32 >> 0] = 14; i2 = i32 + 1 | 0; - HEAP8[i2 >> 0] = HEAP8[37717] | 0; - HEAP8[i2 + 1 >> 0] = HEAP8[37718] | 0; - HEAP8[i2 + 2 >> 0] = HEAP8[37719] | 0; - HEAP8[i2 + 3 >> 0] = HEAP8[37720] | 0; - HEAP8[i2 + 4 >> 0] = HEAP8[37721] | 0; - HEAP8[i2 + 5 >> 0] = HEAP8[37722] | 0; - HEAP8[i2 + 6 >> 0] = HEAP8[37723] | 0; + HEAP8[i2 >> 0] = HEAP8[40608] | 0; + HEAP8[i2 + 1 >> 0] = HEAP8[40609] | 0; + HEAP8[i2 + 2 >> 0] = HEAP8[40610] | 0; + HEAP8[i2 + 3 >> 0] = HEAP8[40611] | 0; + HEAP8[i2 + 4 >> 0] = HEAP8[40612] | 0; + HEAP8[i2 + 5 >> 0] = HEAP8[40613] | 0; + HEAP8[i2 + 6 >> 0] = HEAP8[40614] | 0; HEAP8[i32 + 8 >> 0] = 0; i2 = i32 + 12 | 0; i3 = 0; @@ -15072,7 +14949,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 98: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i15, 37725); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i15, 40616); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15105,7 +14982,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 99: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i17, 37730); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i17, 40621); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15138,7 +15015,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i18, 37735); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i18, 40626); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15171,7 +15048,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 104: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i19, 37747); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i19, 40638); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15204,7 +15081,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i20, 37761); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i20, 40652); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15237,7 +15114,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i21, 37767); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i21, 40658); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15270,7 +15147,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i22, 37782); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i22, 40673); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15303,7 +15180,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 106: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i23, 37786); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i23, 40677); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15336,7 +15213,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i7, 37799); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i7, 40690); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15369,7 +15246,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i8, 37804); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i8, 40695); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15402,7 +15279,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 120: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i9, 37818); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i9, 40709); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15440,7 +15317,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R HEAP32[i34 >> 2] = 33; HEAP32[i34 + 4 >> 2] = 18; i3 = i2; - i4 = 37828; + i4 = 40719; i5 = i3 + 18 | 0; do { HEAP8[i3 >> 0] = HEAP8[i4 >> 0] | 0; @@ -15487,7 +15364,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 110: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i10, 37847); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i10, 40738); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15520,7 +15397,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i11, 37856); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i11, 40747); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15553,7 +15430,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 102: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i12, 37874); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i12, 40765); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15588,12 +15465,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R { HEAP8[i33 >> 0] = 12; i2 = i33 + 1 | 0; - HEAP8[i2 >> 0] = HEAP8[37880] | 0; - HEAP8[i2 + 1 >> 0] = HEAP8[37881] | 0; - HEAP8[i2 + 2 >> 0] = HEAP8[37882] | 0; - HEAP8[i2 + 3 >> 0] = HEAP8[37883] | 0; - HEAP8[i2 + 4 >> 0] = HEAP8[37884] | 0; - HEAP8[i2 + 5 >> 0] = HEAP8[37885] | 0; + HEAP8[i2 >> 0] = HEAP8[40771] | 0; + HEAP8[i2 + 1 >> 0] = HEAP8[40772] | 0; + HEAP8[i2 + 2 >> 0] = HEAP8[40773] | 0; + HEAP8[i2 + 3 >> 0] = HEAP8[40774] | 0; + HEAP8[i2 + 4 >> 0] = HEAP8[40775] | 0; + HEAP8[i2 + 5 >> 0] = HEAP8[40776] | 0; HEAP8[i33 + 7 >> 0] = 0; i2 = i33 + 12 | 0; i3 = 0; @@ -15634,7 +15511,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i13, 37887); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i13, 40778); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15667,7 +15544,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 103: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 37899); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 40790); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15700,7 +15577,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 122: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i16, 37910); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i16, 40801); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15745,7 +15622,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R switch (HEAP8[i2 >> 0] | 0) { case 100: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i24, 37947); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i24, 40838); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15778,7 +15655,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i25, 37957); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i25, 40848); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15811,7 +15688,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 102: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i26, 37968); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i26, 40859); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15844,7 +15721,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 104: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 37978); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 40869); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15877,7 +15754,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i28, 37988); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i28, 40879); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15910,7 +15787,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i29, 37997); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i29, 40888); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15943,7 +15820,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i30, 38006); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i30, 40897); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15976,7 +15853,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 110: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i31, 38011); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i31, 40902); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -16135,7 +16012,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i70); } if (((i7 - i1 | 0) > 1 ? (HEAP8[i1 >> 0] | 0) == 83 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 116 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj((HEAP32[i49 >> 2] | 0) + -24 | 0, 39324, 3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj((HEAP32[i49 >> 2] | 0) + -24 | 0, 42215, 3); i1 = i1 + 2 | 0; } if ((i1 | 0) == (i67 | 0)) { @@ -16312,7 +16189,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, i3 = HEAP8[i4 >> 0] | 0; if (!(i3 & 1)) i3 = (i3 & 255) >>> 1; else i3 = HEAP32[i5 + -44 >> 2] | 0; if (!i3) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEaSERKS7_(i4, i64); else { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i50, 38129, i64); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i50, 41020, i64); i3 = HEAP8[i50 >> 0] | 0; i8 = (i3 & 1) == 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i4, i8 ? i9 : HEAP32[i47 >> 2] | 0, i8 ? (i3 & 255) >>> 1 : HEAP32[i10 >> 2] | 0) | 0; @@ -16383,7 +16260,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, i3 = HEAP8[i4 >> 0] | 0; if (!(i3 & 1)) i3 = (i3 & 255) >>> 1; else i3 = HEAP32[i5 + -44 >> 2] | 0; if (!i3) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEaSERKS7_(i4, i64); else { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i57, 38129, i64); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i57, 41020, i64); i8 = HEAP8[i57 >> 0] | 0; i7 = (i8 & 1) == 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i4, i7 ? i20 : HEAP32[i19 >> 2] | 0, i7 ? (i8 & 255) >>> 1 : HEAP32[i21 >> 2] | 0) | 0; @@ -16462,7 +16339,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, i3 = HEAP8[i4 >> 0] | 0; if (!(i3 & 1)) i3 = (i3 & 255) >>> 1; else i3 = HEAP32[i5 + -44 >> 2] | 0; if (!i3) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEaSERKS7_(i4, i64); else { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i60, 38129, i64); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i60, 41020, i64); i8 = HEAP8[i60 >> 0] | 0; i7 = (i8 & 1) == 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i4, i7 ? i27 : HEAP32[i26 >> 2] | 0, i7 ? (i8 & 255) >>> 1 : HEAP32[i28 >> 2] | 0) | 0; @@ -16532,7 +16409,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, i3 = HEAP8[i4 >> 0] | 0; if (!(i3 & 1)) i3 = (i3 & 255) >>> 1; else i3 = HEAP32[i5 + -44 >> 2] | 0; if (!i3) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEaSERKS7_(i4, i64); else { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i53, 38129, i64); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i53, 41020, i64); i8 = HEAP8[i53 >> 0] | 0; i7 = (i8 & 1) == 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i4, i7 ? i45 : HEAP32[i44 >> 2] | 0, i7 ? (i8 & 255) >>> 1 : HEAP32[i46 >> 2] | 0) | 0; @@ -16613,7 +16490,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_discriminatorEPKcS2_(i3 + 2 | 0, i67) | 0; i2 = HEAP32[i68 + 4 >> 2] | 0; if ((HEAP32[i68 >> 2] | 0) == (i2 | 0)) break L225; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 39328) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 42219) | 0; break L225; } case 100: @@ -16665,7 +16542,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i68); i4 = HEAP32[i5 >> 2] | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 38129) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 41020) | 0; i68 = HEAP8[i70 >> 0] | 0; i67 = (i68 & 1) == 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj((HEAP32[i5 >> 2] | 0) + -24 | 0, i67 ? i70 + 1 | 0 : HEAP32[i70 + 8 >> 2] | 0, i67 ? (i68 & 255) >>> 1 : HEAP32[i70 + 4 >> 2] | 0) | 0; @@ -16705,7 +16582,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i68); i4 = HEAP32[i5 >> 2] | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 38129) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 41020) | 0; i68 = HEAP8[i70 >> 0] | 0; i67 = (i68 & 1) == 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj((HEAP32[i5 >> 2] | 0) + -24 | 0, i67 ? i70 + 1 | 0 : HEAP32[i70 + 8 >> 2] | 0, i67 ? (i68 & 255) >>> 1 : HEAP32[i70 + 4 >> 2] | 0) | 0; @@ -16737,7 +16614,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, if (i3 | i2) i1 = i2 ? i69 : i1; else { i2 = HEAP32[i68 + 4 >> 2] | 0; if ((HEAP32[i68 >> 2] | 0) == (i2 | 0)) break; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 39067) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 41958) | 0; } if ((i1 | 0) != (i69 | 0)) { if ((i1 | 0) == (i67 | 0)) { @@ -16868,39 +16745,44 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, STACKTOP = i72; return i1 | 0; } + function _malloc(i1) { i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0; + i39 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i14 = i39; do if (i1 >>> 0 < 245) { - i14 = i1 >>> 0 < 11 ? 16 : i1 + 11 & -8; - i1 = i14 >>> 3; - i9 = HEAP32[10278] | 0; + i15 = i1 >>> 0 < 11 ? 16 : i1 + 11 & -8; + i1 = i15 >>> 3; + i9 = HEAP32[11005] | 0; i2 = i9 >>> i1; if (i2 & 3 | 0) { i2 = (i2 & 1 ^ 1) + i1 | 0; - i3 = 41152 + (i2 << 1 << 2) | 0; + i3 = 44060 + (i2 << 1 << 2) | 0; i4 = i3 + 8 | 0; i5 = HEAP32[i4 >> 2] | 0; i6 = i5 + 8 | 0; i7 = HEAP32[i6 >> 2] | 0; do if ((i3 | 0) != (i7 | 0)) { - if (i7 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i7 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); i1 = i7 + 12 | 0; if ((HEAP32[i1 >> 2] | 0) == (i5 | 0)) { HEAP32[i1 >> 2] = i3; HEAP32[i4 >> 2] = i7; break; } else _abort(); - } else HEAP32[10278] = i9 & ~(1 << i2); while (0); - i37 = i2 << 3; - HEAP32[i5 + 4 >> 2] = i37 | 3; - i37 = i5 + i37 + 4 | 0; - HEAP32[i37 >> 2] = HEAP32[i37 >> 2] | 1; - i37 = i6; - return i37 | 0; - } - i7 = HEAP32[10280] | 0; - if (i14 >>> 0 > i7 >>> 0) { + } else HEAP32[11005] = i9 & ~(1 << i2); while (0); + i38 = i2 << 3; + HEAP32[i5 + 4 >> 2] = i38 | 3; + i38 = i5 + i38 + 4 | 0; + HEAP32[i38 >> 2] = HEAP32[i38 >> 2] | 1; + i38 = i6; + STACKTOP = i39; + return i38 | 0; + } + i7 = HEAP32[11007] | 0; + if (i15 >>> 0 > i7 >>> 0) { if (i2 | 0) { i3 = 2 << i1; i3 = i2 << i1 & (i3 | 0 - i3); @@ -16915,44 +16797,44 @@ function _malloc(i1) { i3 = i3 >>> i4; i2 = i3 >>> 1 & 1; i2 = (i5 | i8 | i6 | i4 | i2) + (i3 >>> i2) | 0; - i3 = 41152 + (i2 << 1 << 2) | 0; + i3 = 44060 + (i2 << 1 << 2) | 0; i4 = i3 + 8 | 0; i6 = HEAP32[i4 >> 2] | 0; i8 = i6 + 8 | 0; i5 = HEAP32[i8 >> 2] | 0; do if ((i3 | 0) != (i5 | 0)) { - if (i5 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); i1 = i5 + 12 | 0; if ((HEAP32[i1 >> 2] | 0) == (i6 | 0)) { HEAP32[i1 >> 2] = i3; HEAP32[i4 >> 2] = i5; - i10 = HEAP32[10280] | 0; + i10 = HEAP32[11007] | 0; break; } else _abort(); } else { - HEAP32[10278] = i9 & ~(1 << i2); + HEAP32[11005] = i9 & ~(1 << i2); i10 = i7; } while (0); - i7 = (i2 << 3) - i14 | 0; - HEAP32[i6 + 4 >> 2] = i14 | 3; - i4 = i6 + i14 | 0; + i7 = (i2 << 3) - i15 | 0; + HEAP32[i6 + 4 >> 2] = i15 | 3; + i4 = i6 + i15 | 0; HEAP32[i4 + 4 >> 2] = i7 | 1; HEAP32[i4 + i7 >> 2] = i7; if (i10 | 0) { - i5 = HEAP32[10283] | 0; + i5 = HEAP32[11010] | 0; i2 = i10 >>> 3; - i3 = 41152 + (i2 << 1 << 2) | 0; - i1 = HEAP32[10278] | 0; + i3 = 44060 + (i2 << 1 << 2) | 0; + i1 = HEAP32[11005] | 0; i2 = 1 << i2; if (i1 & i2) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { i11 = i1; i12 = i2; } } else { - HEAP32[10278] = i1 | i2; + HEAP32[11005] = i1 | i2; i11 = i3 + 8 | 0; i12 = i3; } @@ -16961,25 +16843,26 @@ function _malloc(i1) { HEAP32[i5 + 8 >> 2] = i12; HEAP32[i5 + 12 >> 2] = i3; } - HEAP32[10280] = i7; - HEAP32[10283] = i4; - i37 = i8; - return i37 | 0; + HEAP32[11007] = i7; + HEAP32[11010] = i4; + i38 = i8; + STACKTOP = i39; + return i38 | 0; } - i1 = HEAP32[10279] | 0; + i1 = HEAP32[11006] | 0; if (i1) { i3 = (i1 & 0 - i1) + -1 | 0; - i36 = i3 >>> 12 & 16; - i3 = i3 >>> i36; - i35 = i3 >>> 5 & 8; - i3 = i3 >>> i35; - i37 = i3 >>> 2 & 4; + i37 = i3 >>> 12 & 16; i3 = i3 >>> i37; + i36 = i3 >>> 5 & 8; + i3 = i3 >>> i36; + i38 = i3 >>> 2 & 4; + i3 = i3 >>> i38; i2 = i3 >>> 1 & 2; i3 = i3 >>> i2; i4 = i3 >>> 1 & 1; - i4 = HEAP32[41416 + ((i35 | i36 | i37 | i2 | i4) + (i3 >>> i4) << 2) >> 2] | 0; - i3 = (HEAP32[i4 + 4 >> 2] & -8) - i14 | 0; + i4 = HEAP32[44324 + ((i36 | i37 | i38 | i2 | i4) + (i3 >>> i4) << 2) >> 2] | 0; + i3 = (HEAP32[i4 + 4 >> 2] & -8) - i15 | 0; i2 = i4; while (1) { i1 = HEAP32[i2 + 16 >> 2] | 0; @@ -16990,15 +16873,15 @@ function _malloc(i1) { break; } } - i2 = (HEAP32[i1 + 4 >> 2] & -8) - i14 | 0; - i37 = i2 >>> 0 < i3 >>> 0; - i3 = i37 ? i2 : i3; + i2 = (HEAP32[i1 + 4 >> 2] & -8) - i15 | 0; + i38 = i2 >>> 0 < i3 >>> 0; + i3 = i38 ? i2 : i3; i2 = i1; - i4 = i37 ? i1 : i4; + i4 = i38 ? i1 : i4; } - i6 = HEAP32[10282] | 0; + i6 = HEAP32[11009] | 0; if (i9 >>> 0 < i6 >>> 0) _abort(); - i8 = i9 + i14 | 0; + i8 = i9 + i15 | 0; if (i9 >>> 0 >= i8 >>> 0) _abort(); i7 = HEAP32[i9 + 24 >> 2] | 0; i4 = HEAP32[i9 + 12 >> 2] | 0; @@ -17048,20 +16931,20 @@ function _malloc(i1) { } while (0); do if (i7 | 0) { i1 = HEAP32[i9 + 28 >> 2] | 0; - i2 = 41416 + (i1 << 2) | 0; + i2 = 44324 + (i1 << 2) | 0; if ((i9 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i13; if (!i13) { - HEAP32[10279] = HEAP32[10279] & ~(1 << i1); + HEAP32[11006] = HEAP32[11006] & ~(1 << i1); break; } } else { - if (i7 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i7 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); i1 = i7 + 16 | 0; if ((HEAP32[i1 >> 2] | 0) == (i9 | 0)) HEAP32[i1 >> 2] = i13; else HEAP32[i7 + 20 >> 2] = i13; if (!i13) break; } - i2 = HEAP32[10282] | 0; + i2 = HEAP32[11009] | 0; if (i13 >>> 0 < i2 >>> 0) _abort(); HEAP32[i13 + 24 >> 2] = i7; i1 = HEAP32[i9 + 16 >> 2] | 0; @@ -17071,86 +16954,87 @@ function _malloc(i1) { break; } while (0); i1 = HEAP32[i9 + 20 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { HEAP32[i13 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i13; break; } } while (0); if (i3 >>> 0 < 16) { - i37 = i3 + i14 | 0; - HEAP32[i9 + 4 >> 2] = i37 | 3; - i37 = i9 + i37 + 4 | 0; - HEAP32[i37 >> 2] = HEAP32[i37 >> 2] | 1; + i38 = i3 + i15 | 0; + HEAP32[i9 + 4 >> 2] = i38 | 3; + i38 = i9 + i38 + 4 | 0; + HEAP32[i38 >> 2] = HEAP32[i38 >> 2] | 1; } else { - HEAP32[i9 + 4 >> 2] = i14 | 3; + HEAP32[i9 + 4 >> 2] = i15 | 3; HEAP32[i8 + 4 >> 2] = i3 | 1; HEAP32[i8 + i3 >> 2] = i3; - i1 = HEAP32[10280] | 0; + i1 = HEAP32[11007] | 0; if (i1 | 0) { - i5 = HEAP32[10283] | 0; + i5 = HEAP32[11010] | 0; i2 = i1 >>> 3; - i4 = 41152 + (i2 << 1 << 2) | 0; - i1 = HEAP32[10278] | 0; + i4 = 44060 + (i2 << 1 << 2) | 0; + i1 = HEAP32[11005] | 0; i2 = 1 << i2; if (i1 & i2) { i1 = i4 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { - i15 = i1; - i16 = i2; + if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { + i16 = i1; + i17 = i2; } } else { - HEAP32[10278] = i1 | i2; - i15 = i4 + 8 | 0; - i16 = i4; + HEAP32[11005] = i1 | i2; + i16 = i4 + 8 | 0; + i17 = i4; } - HEAP32[i15 >> 2] = i5; - HEAP32[i16 + 12 >> 2] = i5; - HEAP32[i5 + 8 >> 2] = i16; + HEAP32[i16 >> 2] = i5; + HEAP32[i17 + 12 >> 2] = i5; + HEAP32[i5 + 8 >> 2] = i17; HEAP32[i5 + 12 >> 2] = i4; } - HEAP32[10280] = i3; - HEAP32[10283] = i8; + HEAP32[11007] = i3; + HEAP32[11010] = i8; } - i37 = i9 + 8 | 0; - return i37 | 0; + i38 = i9 + 8 | 0; + STACKTOP = i39; + return i38 | 0; } } } else if (i1 >>> 0 <= 4294967231) { i1 = i1 + 11 | 0; - i14 = i1 & -8; - i9 = HEAP32[10279] | 0; + i15 = i1 & -8; + i9 = HEAP32[11006] | 0; if (i9) { - i3 = 0 - i14 | 0; + i3 = 0 - i15 | 0; i1 = i1 >>> 8; - if (i1) if (i14 >>> 0 > 16777215) i8 = 31; else { - i16 = (i1 + 1048320 | 0) >>> 16 & 8; - i30 = i1 << i16; - i15 = (i30 + 520192 | 0) >>> 16 & 4; - i30 = i30 << i15; - i8 = (i30 + 245760 | 0) >>> 16 & 2; - i8 = 14 - (i15 | i16 | i8) + (i30 << i8 >>> 15) | 0; - i8 = i14 >>> (i8 + 7 | 0) & 1 | i8 << 1; + if (i1) if (i15 >>> 0 > 16777215) i8 = 31; else { + i17 = (i1 + 1048320 | 0) >>> 16 & 8; + i31 = i1 << i17; + i16 = (i31 + 520192 | 0) >>> 16 & 4; + i31 = i31 << i16; + i8 = (i31 + 245760 | 0) >>> 16 & 2; + i8 = 14 - (i16 | i17 | i8) + (i31 << i8 >>> 15) | 0; + i8 = i15 >>> (i8 + 7 | 0) & 1 | i8 << 1; } else i8 = 0; - i2 = HEAP32[41416 + (i8 << 2) >> 2] | 0; + i2 = HEAP32[44324 + (i8 << 2) >> 2] | 0; L123 : do if (!i2) { i1 = 0; i2 = 0; - i30 = 86; + i31 = 86; } else { i5 = i3; i1 = 0; - i6 = i14 << ((i8 | 0) == 31 ? 0 : 25 - (i8 >>> 1) | 0); + i6 = i15 << ((i8 | 0) == 31 ? 0 : 25 - (i8 >>> 1) | 0); i7 = i2; i2 = 0; while (1) { i4 = HEAP32[i7 + 4 >> 2] & -8; - i3 = i4 - i14 | 0; - if (i3 >>> 0 < i5 >>> 0) if ((i4 | 0) == (i14 | 0)) { + i3 = i4 - i15 | 0; + if (i3 >>> 0 < i5 >>> 0) if ((i4 | 0) == (i15 | 0)) { i1 = i7; i2 = i7; - i30 = 90; + i31 = 90; break L123; } else i2 = i7; else i3 = i5; i4 = HEAP32[i7 + 20 >> 2] | 0; @@ -17158,7 +17042,7 @@ function _malloc(i1) { i1 = (i4 | 0) == 0 | (i4 | 0) == (i7 | 0) ? i1 : i4; i4 = (i7 | 0) == 0; if (i4) { - i30 = 86; + i31 = 86; break; } else { i5 = i3; @@ -17166,38 +17050,38 @@ function _malloc(i1) { } } } while (0); - if ((i30 | 0) == 86) { + if ((i31 | 0) == 86) { if ((i1 | 0) == 0 & (i2 | 0) == 0) { i1 = 2 << i8; i1 = i9 & (i1 | 0 - i1); if (!i1) break; - i16 = (i1 & 0 - i1) + -1 | 0; - i12 = i16 >>> 12 & 16; - i16 = i16 >>> i12; - i11 = i16 >>> 5 & 8; - i16 = i16 >>> i11; - i13 = i16 >>> 2 & 4; - i16 = i16 >>> i13; - i15 = i16 >>> 1 & 2; - i16 = i16 >>> i15; - i1 = i16 >>> 1 & 1; - i1 = HEAP32[41416 + ((i11 | i12 | i13 | i15 | i1) + (i16 >>> i1) << 2) >> 2] | 0; + i17 = (i1 & 0 - i1) + -1 | 0; + i12 = i17 >>> 12 & 16; + i17 = i17 >>> i12; + i11 = i17 >>> 5 & 8; + i17 = i17 >>> i11; + i13 = i17 >>> 2 & 4; + i17 = i17 >>> i13; + i16 = i17 >>> 1 & 2; + i17 = i17 >>> i16; + i1 = i17 >>> 1 & 1; + i1 = HEAP32[44324 + ((i11 | i12 | i13 | i16 | i1) + (i17 >>> i1) << 2) >> 2] | 0; } if (!i1) { i8 = i3; i9 = i2; - } else i30 = 90; + } else i31 = 90; } - if ((i30 | 0) == 90) while (1) { - i30 = 0; - i16 = (HEAP32[i1 + 4 >> 2] & -8) - i14 | 0; - i4 = i16 >>> 0 < i3 >>> 0; - i3 = i4 ? i16 : i3; + if ((i31 | 0) == 90) while (1) { + i31 = 0; + i17 = (HEAP32[i1 + 4 >> 2] & -8) - i15 | 0; + i4 = i17 >>> 0 < i3 >>> 0; + i3 = i4 ? i17 : i3; i2 = i4 ? i1 : i2; i4 = HEAP32[i1 + 16 >> 2] | 0; if (i4 | 0) { i1 = i4; - i30 = 90; + i31 = 90; continue; } i1 = HEAP32[i1 + 20 >> 2] | 0; @@ -17205,12 +17089,12 @@ function _malloc(i1) { i8 = i3; i9 = i2; break; - } else i30 = 90; + } else i31 = 90; } - if ((i9 | 0) != 0 ? i8 >>> 0 < ((HEAP32[10280] | 0) - i14 | 0) >>> 0 : 0) { - i5 = HEAP32[10282] | 0; + if ((i9 | 0) != 0 ? i8 >>> 0 < ((HEAP32[11007] | 0) - i15 | 0) >>> 0 : 0) { + i5 = HEAP32[11009] | 0; if (i9 >>> 0 < i5 >>> 0) _abort(); - i7 = i9 + i14 | 0; + i7 = i9 + i15 | 0; if (i9 >>> 0 >= i7 >>> 0) _abort(); i6 = HEAP32[i9 + 24 >> 2] | 0; i3 = HEAP32[i9 + 12 >> 2] | 0; @@ -17221,7 +17105,7 @@ function _malloc(i1) { i2 = i9 + 16 | 0; i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - i18 = 0; + i19 = 0; break; } } @@ -17242,7 +17126,7 @@ function _malloc(i1) { } if (i2 >>> 0 < i5 >>> 0) _abort(); else { HEAP32[i2 >> 2] = 0; - i18 = i1; + i19 = i1; break; } } else { @@ -17254,87 +17138,87 @@ function _malloc(i1) { if ((HEAP32[i2 >> 2] | 0) == (i9 | 0)) { HEAP32[i1 >> 2] = i3; HEAP32[i2 >> 2] = i4; - i18 = i3; + i19 = i3; break; } else _abort(); } while (0); do if (i6 | 0) { i1 = HEAP32[i9 + 28 >> 2] | 0; - i2 = 41416 + (i1 << 2) | 0; + i2 = 44324 + (i1 << 2) | 0; if ((i9 | 0) == (HEAP32[i2 >> 2] | 0)) { - HEAP32[i2 >> 2] = i18; - if (!i18) { - HEAP32[10279] = HEAP32[10279] & ~(1 << i1); + HEAP32[i2 >> 2] = i19; + if (!i19) { + HEAP32[11006] = HEAP32[11006] & ~(1 << i1); break; } } else { - if (i6 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i6 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); i1 = i6 + 16 | 0; - if ((HEAP32[i1 >> 2] | 0) == (i9 | 0)) HEAP32[i1 >> 2] = i18; else HEAP32[i6 + 20 >> 2] = i18; - if (!i18) break; + if ((HEAP32[i1 >> 2] | 0) == (i9 | 0)) HEAP32[i1 >> 2] = i19; else HEAP32[i6 + 20 >> 2] = i19; + if (!i19) break; } - i2 = HEAP32[10282] | 0; - if (i18 >>> 0 < i2 >>> 0) _abort(); - HEAP32[i18 + 24 >> 2] = i6; + i2 = HEAP32[11009] | 0; + if (i19 >>> 0 < i2 >>> 0) _abort(); + HEAP32[i19 + 24 >> 2] = i6; i1 = HEAP32[i9 + 16 >> 2] | 0; do if (i1 | 0) if (i1 >>> 0 < i2 >>> 0) _abort(); else { - HEAP32[i18 + 16 >> 2] = i1; - HEAP32[i1 + 24 >> 2] = i18; + HEAP32[i19 + 16 >> 2] = i1; + HEAP32[i1 + 24 >> 2] = i19; break; } while (0); i1 = HEAP32[i9 + 20 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { - HEAP32[i18 + 20 >> 2] = i1; - HEAP32[i1 + 24 >> 2] = i18; + if (i1 | 0) if (i1 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { + HEAP32[i19 + 20 >> 2] = i1; + HEAP32[i1 + 24 >> 2] = i19; break; } } while (0); do if (i8 >>> 0 >= 16) { - HEAP32[i9 + 4 >> 2] = i14 | 3; + HEAP32[i9 + 4 >> 2] = i15 | 3; HEAP32[i7 + 4 >> 2] = i8 | 1; HEAP32[i7 + i8 >> 2] = i8; i1 = i8 >>> 3; if (i8 >>> 0 < 256) { - i3 = 41152 + (i1 << 1 << 2) | 0; - i2 = HEAP32[10278] | 0; + i3 = 44060 + (i1 << 1 << 2) | 0; + i2 = HEAP32[11005] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { - i20 = i1; - i21 = i2; + if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { + i21 = i1; + i22 = i2; } } else { - HEAP32[10278] = i2 | i1; - i20 = i3 + 8 | 0; - i21 = i3; + HEAP32[11005] = i2 | i1; + i21 = i3 + 8 | 0; + i22 = i3; } - HEAP32[i20 >> 2] = i7; - HEAP32[i21 + 12 >> 2] = i7; - HEAP32[i7 + 8 >> 2] = i21; + HEAP32[i21 >> 2] = i7; + HEAP32[i22 + 12 >> 2] = i7; + HEAP32[i7 + 8 >> 2] = i22; HEAP32[i7 + 12 >> 2] = i3; break; } i1 = i8 >>> 8; if (i1) if (i8 >>> 0 > 16777215) i3 = 31; else { - i36 = (i1 + 1048320 | 0) >>> 16 & 8; - i37 = i1 << i36; - i35 = (i37 + 520192 | 0) >>> 16 & 4; - i37 = i37 << i35; - i3 = (i37 + 245760 | 0) >>> 16 & 2; - i3 = 14 - (i35 | i36 | i3) + (i37 << i3 >>> 15) | 0; + i37 = (i1 + 1048320 | 0) >>> 16 & 8; + i38 = i1 << i37; + i36 = (i38 + 520192 | 0) >>> 16 & 4; + i38 = i38 << i36; + i3 = (i38 + 245760 | 0) >>> 16 & 2; + i3 = 14 - (i36 | i37 | i3) + (i38 << i3 >>> 15) | 0; i3 = i8 >>> (i3 + 7 | 0) & 1 | i3 << 1; } else i3 = 0; - i4 = 41416 + (i3 << 2) | 0; + i4 = 44324 + (i3 << 2) | 0; HEAP32[i7 + 28 >> 2] = i3; i1 = i7 + 16 | 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 >> 2] = 0; - i1 = HEAP32[10279] | 0; + i1 = HEAP32[11006] | 0; i2 = 1 << i3; if (!(i1 & i2)) { - HEAP32[10279] = i1 | i2; + HEAP32[11006] = i1 | i2; HEAP32[i4 >> 2] = i7; HEAP32[i7 + 24 >> 2] = i4; HEAP32[i7 + 12 >> 2] = i7; @@ -17346,30 +17230,30 @@ function _malloc(i1) { while (1) { if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i8 | 0)) { i3 = i1; - i30 = 148; + i31 = 148; break; } i2 = i1 + 16 + (i5 >>> 31 << 2) | 0; i3 = HEAP32[i2 >> 2] | 0; if (!i3) { - i30 = 145; + i31 = 145; break; } else { i5 = i5 << 1; i1 = i3; } } - if ((i30 | 0) == 145) if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if ((i31 | 0) == 145) if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { HEAP32[i2 >> 2] = i7; HEAP32[i7 + 24 >> 2] = i1; HEAP32[i7 + 12 >> 2] = i7; HEAP32[i7 + 8 >> 2] = i7; break; - } else if ((i30 | 0) == 148) { + } else if ((i31 | 0) == 148) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - i37 = HEAP32[10282] | 0; - if (i2 >>> 0 >= i37 >>> 0 & i3 >>> 0 >= i37 >>> 0) { + i38 = HEAP32[11009] | 0; + if (i2 >>> 0 >= i38 >>> 0 & i3 >>> 0 >= i38 >>> 0) { HEAP32[i2 + 12 >> 2] = i7; HEAP32[i1 >> 2] = i7; HEAP32[i7 + 8 >> 2] = i2; @@ -17379,205 +17263,207 @@ function _malloc(i1) { } else _abort(); } } else { - i37 = i8 + i14 | 0; - HEAP32[i9 + 4 >> 2] = i37 | 3; - i37 = i9 + i37 + 4 | 0; - HEAP32[i37 >> 2] = HEAP32[i37 >> 2] | 1; + i38 = i8 + i15 | 0; + HEAP32[i9 + 4 >> 2] = i38 | 3; + i38 = i9 + i38 + 4 | 0; + HEAP32[i38 >> 2] = HEAP32[i38 >> 2] | 1; } while (0); - i37 = i9 + 8 | 0; - return i37 | 0; + i38 = i9 + 8 | 0; + STACKTOP = i39; + return i38 | 0; } } - } else i14 = -1; while (0); - i3 = HEAP32[10280] | 0; - if (i3 >>> 0 >= i14 >>> 0) { - i1 = i3 - i14 | 0; - i2 = HEAP32[10283] | 0; + } else i15 = -1; while (0); + i3 = HEAP32[11007] | 0; + if (i3 >>> 0 >= i15 >>> 0) { + i1 = i3 - i15 | 0; + i2 = HEAP32[11010] | 0; if (i1 >>> 0 > 15) { - i37 = i2 + i14 | 0; - HEAP32[10283] = i37; - HEAP32[10280] = i1; - HEAP32[i37 + 4 >> 2] = i1 | 1; - HEAP32[i37 + i1 >> 2] = i1; - HEAP32[i2 + 4 >> 2] = i14 | 3; + i38 = i2 + i15 | 0; + HEAP32[11010] = i38; + HEAP32[11007] = i1; + HEAP32[i38 + 4 >> 2] = i1 | 1; + HEAP32[i38 + i1 >> 2] = i1; + HEAP32[i2 + 4 >> 2] = i15 | 3; } else { - HEAP32[10280] = 0; - HEAP32[10283] = 0; + HEAP32[11007] = 0; + HEAP32[11010] = 0; HEAP32[i2 + 4 >> 2] = i3 | 3; - i37 = i2 + i3 + 4 | 0; - HEAP32[i37 >> 2] = HEAP32[i37 >> 2] | 1; - } - i37 = i2 + 8 | 0; - return i37 | 0; - } - i1 = HEAP32[10281] | 0; - if (i1 >>> 0 > i14 >>> 0) { - i35 = i1 - i14 | 0; - HEAP32[10281] = i35; - i37 = HEAP32[10284] | 0; - i36 = i37 + i14 | 0; - HEAP32[10284] = i36; - HEAP32[i36 + 4 >> 2] = i35 | 1; - HEAP32[i37 + 4 >> 2] = i14 | 3; - i37 = i37 + 8 | 0; - return i37 | 0; - } - do if (!(HEAP32[10396] | 0)) { - i1 = _sysconf(30) | 0; - if (!(i1 + -1 & i1)) { - HEAP32[10398] = i1; - HEAP32[10397] = i1; - HEAP32[10399] = -1; - HEAP32[10400] = -1; - HEAP32[10401] = 0; - HEAP32[10389] = 0; - i21 = (_time(0) | 0) & -16 ^ 1431655768; - HEAP32[10396] = i21; - break; - } else _abort(); - } while (0); - i7 = i14 + 48 | 0; - i6 = HEAP32[10398] | 0; - i8 = i14 + 47 | 0; + i38 = i2 + i3 + 4 | 0; + HEAP32[i38 >> 2] = HEAP32[i38 >> 2] | 1; + } + i38 = i2 + 8 | 0; + STACKTOP = i39; + return i38 | 0; + } + i1 = HEAP32[11008] | 0; + if (i1 >>> 0 > i15 >>> 0) { + i36 = i1 - i15 | 0; + HEAP32[11008] = i36; + i38 = HEAP32[11011] | 0; + i37 = i38 + i15 | 0; + HEAP32[11011] = i37; + HEAP32[i37 + 4 >> 2] = i36 | 1; + HEAP32[i38 + 4 >> 2] = i15 | 3; + i38 = i38 + 8 | 0; + STACKTOP = i39; + return i38 | 0; + } + if (!(HEAP32[11123] | 0)) { + HEAP32[11125] = 4096; + HEAP32[11124] = 4096; + HEAP32[11126] = -1; + HEAP32[11127] = -1; + HEAP32[11128] = 0; + HEAP32[11116] = 0; + i22 = i14 & -16 ^ 1431655768; + HEAP32[i14 >> 2] = i22; + HEAP32[11123] = i22; + } + i7 = i15 + 48 | 0; + i6 = HEAP32[11125] | 0; + i8 = i15 + 47 | 0; i5 = i6 + i8 | 0; i6 = 0 - i6 | 0; i9 = i5 & i6; - if (i9 >>> 0 <= i14 >>> 0) { - i37 = 0; - return i37 | 0; - } - i1 = HEAP32[10388] | 0; - if (i1 | 0 ? (i20 = HEAP32[10386] | 0, i21 = i20 + i9 | 0, i21 >>> 0 <= i20 >>> 0 | i21 >>> 0 > i1 >>> 0) : 0) { - i37 = 0; - return i37 | 0; - } - L257 : do if (!(HEAP32[10389] & 4)) { - i1 = HEAP32[10284] | 0; - L259 : do if (i1) { - i3 = 41560; + if (i9 >>> 0 <= i15 >>> 0) { + i38 = 0; + STACKTOP = i39; + return i38 | 0; + } + i1 = HEAP32[11115] | 0; + if (i1 | 0 ? (i21 = HEAP32[11113] | 0, i22 = i21 + i9 | 0, i22 >>> 0 <= i21 >>> 0 | i22 >>> 0 > i1 >>> 0) : 0) { + i38 = 0; + STACKTOP = i39; + return i38 | 0; + } + L254 : do if (!(HEAP32[11116] & 4)) { + i1 = HEAP32[11011] | 0; + L256 : do if (i1) { + i3 = 44468; while (1) { i2 = HEAP32[i3 >> 2] | 0; - if (i2 >>> 0 <= i1 >>> 0 ? (i17 = i3 + 4 | 0, (i2 + (HEAP32[i17 >> 2] | 0) | 0) >>> 0 > i1 >>> 0) : 0) { + if (i2 >>> 0 <= i1 >>> 0 ? (i18 = i3 + 4 | 0, (i2 + (HEAP32[i18 >> 2] | 0) | 0) >>> 0 > i1 >>> 0) : 0) { i4 = i3; - i3 = i17; + i3 = i18; break; } i3 = HEAP32[i3 + 8 >> 2] | 0; if (!i3) { - i30 = 173; - break L259; + i31 = 171; + break L256; } } - i1 = i5 - (HEAP32[10281] | 0) & i6; + i1 = i5 - (HEAP32[11008] | 0) & i6; if (i1 >>> 0 < 2147483647) { i2 = _sbrk(i1 | 0) | 0; if ((i2 | 0) == ((HEAP32[i4 >> 2] | 0) + (HEAP32[i3 >> 2] | 0) | 0)) { if ((i2 | 0) != (-1 | 0)) { i7 = i2; i5 = i1; - i30 = 193; - break L257; + i31 = 191; + break L254; } - } else i30 = 183; + } else i31 = 181; } - } else i30 = 173; while (0); - do if ((i30 | 0) == 173 ? (i19 = _sbrk(0) | 0, (i19 | 0) != (-1 | 0)) : 0) { - i1 = i19; - i2 = HEAP32[10397] | 0; + } else i31 = 171; while (0); + do if ((i31 | 0) == 171 ? (i20 = _sbrk(0) | 0, (i20 | 0) != (-1 | 0)) : 0) { + i1 = i20; + i2 = HEAP32[11124] | 0; i3 = i2 + -1 | 0; if (!(i3 & i1)) i1 = i9; else i1 = i9 - i1 + (i3 + i1 & 0 - i2) | 0; - i2 = HEAP32[10386] | 0; + i2 = HEAP32[11113] | 0; i3 = i2 + i1 | 0; - if (i1 >>> 0 > i14 >>> 0 & i1 >>> 0 < 2147483647) { - i21 = HEAP32[10388] | 0; - if (i21 | 0 ? i3 >>> 0 <= i2 >>> 0 | i3 >>> 0 > i21 >>> 0 : 0) break; + if (i1 >>> 0 > i15 >>> 0 & i1 >>> 0 < 2147483647) { + i22 = HEAP32[11115] | 0; + if (i22 | 0 ? i3 >>> 0 <= i2 >>> 0 | i3 >>> 0 > i22 >>> 0 : 0) break; i2 = _sbrk(i1 | 0) | 0; - if ((i2 | 0) == (i19 | 0)) { - i7 = i19; + if ((i2 | 0) == (i20 | 0)) { + i7 = i20; i5 = i1; - i30 = 193; - break L257; - } else i30 = 183; + i31 = 191; + break L254; + } else i31 = 181; } } while (0); - L279 : do if ((i30 | 0) == 183) { + L276 : do if ((i31 | 0) == 181) { i3 = 0 - i1 | 0; - do if (i7 >>> 0 > i1 >>> 0 & (i1 >>> 0 < 2147483647 & (i2 | 0) != (-1 | 0)) ? (i22 = HEAP32[10398] | 0, i22 = i8 - i1 + i22 & 0 - i22, i22 >>> 0 < 2147483647) : 0) if ((_sbrk(i22 | 0) | 0) == (-1 | 0)) { + do if (i7 >>> 0 > i1 >>> 0 & (i1 >>> 0 < 2147483647 & (i2 | 0) != (-1 | 0)) ? (i23 = HEAP32[11125] | 0, i23 = i8 - i1 + i23 & 0 - i23, i23 >>> 0 < 2147483647) : 0) if ((_sbrk(i23 | 0) | 0) == (-1 | 0)) { _sbrk(i3 | 0) | 0; - break L279; + break L276; } else { - i1 = i22 + i1 | 0; + i1 = i23 + i1 | 0; break; } while (0); if ((i2 | 0) != (-1 | 0)) { i7 = i2; i5 = i1; - i30 = 193; - break L257; + i31 = 191; + break L254; } } while (0); - HEAP32[10389] = HEAP32[10389] | 4; - i30 = 190; - } else i30 = 190; while (0); - if ((((i30 | 0) == 190 ? i9 >>> 0 < 2147483647 : 0) ? (i23 = _sbrk(i9 | 0) | 0, i24 = _sbrk(0) | 0, i23 >>> 0 < i24 >>> 0 & ((i23 | 0) != (-1 | 0) & (i24 | 0) != (-1 | 0))) : 0) ? (i25 = i24 - i23 | 0, i25 >>> 0 > (i14 + 40 | 0) >>> 0) : 0) { - i7 = i23; - i5 = i25; - i30 = 193; - } - if ((i30 | 0) == 193) { - i1 = (HEAP32[10386] | 0) + i5 | 0; - HEAP32[10386] = i1; - if (i1 >>> 0 > (HEAP32[10387] | 0) >>> 0) HEAP32[10387] = i1; - i8 = HEAP32[10284] | 0; + HEAP32[11116] = HEAP32[11116] | 4; + i31 = 188; + } else i31 = 188; while (0); + if ((((i31 | 0) == 188 ? i9 >>> 0 < 2147483647 : 0) ? (i24 = _sbrk(i9 | 0) | 0, i25 = _sbrk(0) | 0, i24 >>> 0 < i25 >>> 0 & ((i24 | 0) != (-1 | 0) & (i25 | 0) != (-1 | 0))) : 0) ? (i26 = i25 - i24 | 0, i26 >>> 0 > (i15 + 40 | 0) >>> 0) : 0) { + i7 = i24; + i5 = i26; + i31 = 191; + } + if ((i31 | 0) == 191) { + i1 = (HEAP32[11113] | 0) + i5 | 0; + HEAP32[11113] = i1; + if (i1 >>> 0 > (HEAP32[11114] | 0) >>> 0) HEAP32[11114] = i1; + i8 = HEAP32[11011] | 0; do if (i8) { - i4 = 41560; + i4 = 44468; do { i1 = HEAP32[i4 >> 2] | 0; i2 = i4 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; if ((i7 | 0) == (i1 + i3 | 0)) { - i26 = i1; - i27 = i2; - i28 = i3; - i29 = i4; - i30 = 203; + i27 = i1; + i28 = i2; + i29 = i3; + i30 = i4; + i31 = 201; break; } i4 = HEAP32[i4 + 8 >> 2] | 0; } while ((i4 | 0) != 0); - if (((i30 | 0) == 203 ? (HEAP32[i29 + 12 >> 2] & 8 | 0) == 0 : 0) ? i8 >>> 0 < i7 >>> 0 & i8 >>> 0 >= i26 >>> 0 : 0) { - HEAP32[i27 >> 2] = i28 + i5; - i37 = i8 + 8 | 0; - i37 = (i37 & 7 | 0) == 0 ? 0 : 0 - i37 & 7; - i36 = i8 + i37 | 0; - i37 = i5 - i37 + (HEAP32[10281] | 0) | 0; - HEAP32[10284] = i36; - HEAP32[10281] = i37; - HEAP32[i36 + 4 >> 2] = i37 | 1; - HEAP32[i36 + i37 + 4 >> 2] = 40; - HEAP32[10285] = HEAP32[10400]; + if (((i31 | 0) == 201 ? (HEAP32[i30 + 12 >> 2] & 8 | 0) == 0 : 0) ? i8 >>> 0 < i7 >>> 0 & i8 >>> 0 >= i27 >>> 0 : 0) { + HEAP32[i28 >> 2] = i29 + i5; + i38 = i8 + 8 | 0; + i38 = (i38 & 7 | 0) == 0 ? 0 : 0 - i38 & 7; + i37 = i8 + i38 | 0; + i38 = i5 - i38 + (HEAP32[11008] | 0) | 0; + HEAP32[11011] = i37; + HEAP32[11008] = i38; + HEAP32[i37 + 4 >> 2] = i38 | 1; + HEAP32[i37 + i38 + 4 >> 2] = 40; + HEAP32[11012] = HEAP32[11127]; break; } - i1 = HEAP32[10282] | 0; + i1 = HEAP32[11009] | 0; if (i7 >>> 0 < i1 >>> 0) { - HEAP32[10282] = i7; + HEAP32[11009] = i7; i9 = i7; } else i9 = i1; i3 = i7 + i5 | 0; - i1 = 41560; + i1 = 44468; while (1) { if ((HEAP32[i1 >> 2] | 0) == (i3 | 0)) { i2 = i1; - i30 = 211; + i31 = 209; break; } i1 = HEAP32[i1 + 8 >> 2] | 0; if (!i1) { - i2 = 41560; + i2 = 44468; break; } } - if ((i30 | 0) == 211) if (!(HEAP32[i1 + 12 >> 2] & 8)) { + if ((i31 | 0) == 209) if (!(HEAP32[i1 + 12 >> 2] & 8)) { HEAP32[i2 >> 2] = i7; i11 = i1 + 4 | 0; HEAP32[i11 >> 2] = (HEAP32[i11 >> 2] | 0) + i5; @@ -17585,23 +17471,23 @@ function _malloc(i1) { i11 = i7 + ((i11 & 7 | 0) == 0 ? 0 : 0 - i11 & 7) | 0; i1 = i3 + 8 | 0; i1 = i3 + ((i1 & 7 | 0) == 0 ? 0 : 0 - i1 & 7) | 0; - i10 = i11 + i14 | 0; - i6 = i1 - i11 - i14 | 0; - HEAP32[i11 + 4 >> 2] = i14 | 3; + i10 = i11 + i15 | 0; + i6 = i1 - i11 - i15 | 0; + HEAP32[i11 + 4 >> 2] = i15 | 3; do if ((i1 | 0) != (i8 | 0)) { - if ((i1 | 0) == (HEAP32[10283] | 0)) { - i37 = (HEAP32[10280] | 0) + i6 | 0; - HEAP32[10280] = i37; - HEAP32[10283] = i10; - HEAP32[i10 + 4 >> 2] = i37 | 1; - HEAP32[i10 + i37 >> 2] = i37; + if ((i1 | 0) == (HEAP32[11010] | 0)) { + i38 = (HEAP32[11007] | 0) + i6 | 0; + HEAP32[11007] = i38; + HEAP32[11010] = i10; + HEAP32[i10 + 4 >> 2] = i38 | 1; + HEAP32[i10 + i38 >> 2] = i38; break; } i2 = HEAP32[i1 + 4 >> 2] | 0; if ((i2 & 3 | 0) == 1) { i8 = i2 & -8; i5 = i2 >>> 3; - L331 : do if (i2 >>> 0 >= 256) { + L328 : do if (i2 >>> 0 >= 256) { i7 = HEAP32[i1 + 24 >> 2] | 0; i4 = HEAP32[i1 + 12 >> 2] | 0; do if ((i4 | 0) == (i1 | 0)) { @@ -17611,7 +17497,7 @@ function _malloc(i1) { if (!i2) { i2 = HEAP32[i3 >> 2] | 0; if (!i2) { - i35 = 0; + i36 = 0; break; } } else i3 = i4; @@ -17632,7 +17518,7 @@ function _malloc(i1) { } if (i3 >>> 0 < i9 >>> 0) _abort(); else { HEAP32[i3 >> 2] = 0; - i35 = i2; + i36 = i2; break; } } else { @@ -17644,65 +17530,65 @@ function _malloc(i1) { if ((HEAP32[i3 >> 2] | 0) == (i1 | 0)) { HEAP32[i2 >> 2] = i4; HEAP32[i3 >> 2] = i5; - i35 = i4; + i36 = i4; break; } else _abort(); } while (0); if (!i7) break; i2 = HEAP32[i1 + 28 >> 2] | 0; - i3 = 41416 + (i2 << 2) | 0; + i3 = 44324 + (i2 << 2) | 0; do if ((i1 | 0) != (HEAP32[i3 >> 2] | 0)) { - if (i7 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i7 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); i2 = i7 + 16 | 0; - if ((HEAP32[i2 >> 2] | 0) == (i1 | 0)) HEAP32[i2 >> 2] = i35; else HEAP32[i7 + 20 >> 2] = i35; - if (!i35) break L331; + if ((HEAP32[i2 >> 2] | 0) == (i1 | 0)) HEAP32[i2 >> 2] = i36; else HEAP32[i7 + 20 >> 2] = i36; + if (!i36) break L328; } else { - HEAP32[i3 >> 2] = i35; - if (i35 | 0) break; - HEAP32[10279] = HEAP32[10279] & ~(1 << i2); - break L331; + HEAP32[i3 >> 2] = i36; + if (i36 | 0) break; + HEAP32[11006] = HEAP32[11006] & ~(1 << i2); + break L328; } while (0); - i4 = HEAP32[10282] | 0; - if (i35 >>> 0 < i4 >>> 0) _abort(); - HEAP32[i35 + 24 >> 2] = i7; + i4 = HEAP32[11009] | 0; + if (i36 >>> 0 < i4 >>> 0) _abort(); + HEAP32[i36 + 24 >> 2] = i7; i2 = i1 + 16 | 0; i3 = HEAP32[i2 >> 2] | 0; do if (i3 | 0) if (i3 >>> 0 < i4 >>> 0) _abort(); else { - HEAP32[i35 + 16 >> 2] = i3; - HEAP32[i3 + 24 >> 2] = i35; + HEAP32[i36 + 16 >> 2] = i3; + HEAP32[i3 + 24 >> 2] = i36; break; } while (0); i2 = HEAP32[i2 + 4 >> 2] | 0; if (!i2) break; - if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { - HEAP32[i35 + 20 >> 2] = i2; - HEAP32[i2 + 24 >> 2] = i35; + if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { + HEAP32[i36 + 20 >> 2] = i2; + HEAP32[i2 + 24 >> 2] = i36; break; } } else { i3 = HEAP32[i1 + 8 >> 2] | 0; i4 = HEAP32[i1 + 12 >> 2] | 0; - i2 = 41152 + (i5 << 1 << 2) | 0; + i2 = 44060 + (i5 << 1 << 2) | 0; do if ((i3 | 0) != (i2 | 0)) { if (i3 >>> 0 < i9 >>> 0) _abort(); if ((HEAP32[i3 + 12 >> 2] | 0) == (i1 | 0)) break; _abort(); } while (0); if ((i4 | 0) == (i3 | 0)) { - HEAP32[10278] = HEAP32[10278] & ~(1 << i5); + HEAP32[11005] = HEAP32[11005] & ~(1 << i5); break; } - do if ((i4 | 0) == (i2 | 0)) i32 = i4 + 8 | 0; else { + do if ((i4 | 0) == (i2 | 0)) i33 = i4 + 8 | 0; else { if (i4 >>> 0 < i9 >>> 0) _abort(); i2 = i4 + 8 | 0; if ((HEAP32[i2 >> 2] | 0) == (i1 | 0)) { - i32 = i2; + i33 = i2; break; } _abort(); } while (0); HEAP32[i3 + 12 >> 2] = i4; - HEAP32[i32 >> 2] = i3; + HEAP32[i33 >> 2] = i3; } while (0); i1 = i1 + i8 | 0; i6 = i8 + i6 | 0; @@ -17713,26 +17599,26 @@ function _malloc(i1) { HEAP32[i10 + i6 >> 2] = i6; i1 = i6 >>> 3; if (i6 >>> 0 < 256) { - i3 = 41152 + (i1 << 1 << 2) | 0; - i2 = HEAP32[10278] | 0; + i3 = 44060 + (i1 << 1 << 2) | 0; + i2 = HEAP32[11005] | 0; i1 = 1 << i1; do if (!(i2 & i1)) { - HEAP32[10278] = i2 | i1; - i36 = i3 + 8 | 0; - i37 = i3; + HEAP32[11005] = i2 | i1; + i37 = i3 + 8 | 0; + i38 = i3; } else { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 >= (HEAP32[10282] | 0) >>> 0) { - i36 = i1; - i37 = i2; + if (i2 >>> 0 >= (HEAP32[11009] | 0) >>> 0) { + i37 = i1; + i38 = i2; break; } _abort(); } while (0); - HEAP32[i36 >> 2] = i10; - HEAP32[i37 + 12 >> 2] = i10; - HEAP32[i10 + 8 >> 2] = i37; + HEAP32[i37 >> 2] = i10; + HEAP32[i38 + 12 >> 2] = i10; + HEAP32[i10 + 8 >> 2] = i38; HEAP32[i10 + 12 >> 2] = i3; break; } @@ -17742,23 +17628,23 @@ function _malloc(i1) { i3 = 31; break; } - i36 = (i1 + 1048320 | 0) >>> 16 & 8; - i37 = i1 << i36; - i35 = (i37 + 520192 | 0) >>> 16 & 4; - i37 = i37 << i35; - i3 = (i37 + 245760 | 0) >>> 16 & 2; - i3 = 14 - (i35 | i36 | i3) + (i37 << i3 >>> 15) | 0; + i37 = (i1 + 1048320 | 0) >>> 16 & 8; + i38 = i1 << i37; + i36 = (i38 + 520192 | 0) >>> 16 & 4; + i38 = i38 << i36; + i3 = (i38 + 245760 | 0) >>> 16 & 2; + i3 = 14 - (i36 | i37 | i3) + (i38 << i3 >>> 15) | 0; i3 = i6 >>> (i3 + 7 | 0) & 1 | i3 << 1; } while (0); - i4 = 41416 + (i3 << 2) | 0; + i4 = 44324 + (i3 << 2) | 0; HEAP32[i10 + 28 >> 2] = i3; i1 = i10 + 16 | 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 >> 2] = 0; - i1 = HEAP32[10279] | 0; + i1 = HEAP32[11006] | 0; i2 = 1 << i3; if (!(i1 & i2)) { - HEAP32[10279] = i1 | i2; + HEAP32[11006] = i1 | i2; HEAP32[i4 >> 2] = i10; HEAP32[i10 + 24 >> 2] = i4; HEAP32[i10 + 12 >> 2] = i10; @@ -17770,30 +17656,30 @@ function _malloc(i1) { while (1) { if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i6 | 0)) { i3 = i1; - i30 = 281; + i31 = 279; break; } i2 = i1 + 16 + (i5 >>> 31 << 2) | 0; i3 = HEAP32[i2 >> 2] | 0; if (!i3) { - i30 = 278; + i31 = 276; break; } else { i5 = i5 << 1; i1 = i3; } } - if ((i30 | 0) == 278) if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if ((i31 | 0) == 276) if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { HEAP32[i2 >> 2] = i10; HEAP32[i10 + 24 >> 2] = i1; HEAP32[i10 + 12 >> 2] = i10; HEAP32[i10 + 8 >> 2] = i10; break; - } else if ((i30 | 0) == 281) { + } else if ((i31 | 0) == 279) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - i37 = HEAP32[10282] | 0; - if (i2 >>> 0 >= i37 >>> 0 & i3 >>> 0 >= i37 >>> 0) { + i38 = HEAP32[11009] | 0; + if (i2 >>> 0 >= i38 >>> 0 & i3 >>> 0 >= i38 >>> 0) { HEAP32[i2 + 12 >> 2] = i10; HEAP32[i1 >> 2] = i10; HEAP32[i10 + 8 >> 2] = i2; @@ -17803,18 +17689,19 @@ function _malloc(i1) { } else _abort(); } } else { - i37 = (HEAP32[10281] | 0) + i6 | 0; - HEAP32[10281] = i37; - HEAP32[10284] = i10; - HEAP32[i10 + 4 >> 2] = i37 | 1; + i38 = (HEAP32[11008] | 0) + i6 | 0; + HEAP32[11008] = i38; + HEAP32[11011] = i10; + HEAP32[i10 + 4 >> 2] = i38 | 1; } while (0); - i37 = i11 + 8 | 0; - return i37 | 0; - } else i2 = 41560; + i38 = i11 + 8 | 0; + STACKTOP = i39; + return i38 | 0; + } else i2 = 44468; while (1) { i1 = HEAP32[i2 >> 2] | 0; - if (i1 >>> 0 <= i8 >>> 0 ? (i31 = i1 + (HEAP32[i2 + 4 >> 2] | 0) | 0, i31 >>> 0 > i8 >>> 0) : 0) { - i2 = i31; + if (i1 >>> 0 <= i8 >>> 0 ? (i32 = i1 + (HEAP32[i2 + 4 >> 2] | 0) | 0, i32 >>> 0 > i8 >>> 0) : 0) { + i2 = i32; break; } i2 = HEAP32[i2 + 8 >> 2] | 0; @@ -17827,23 +17714,23 @@ function _malloc(i1) { i1 = i3 + 8 | 0; i4 = i7 + 8 | 0; i4 = (i4 & 7 | 0) == 0 ? 0 : 0 - i4 & 7; - i37 = i7 + i4 | 0; + i38 = i7 + i4 | 0; i4 = i5 + -40 - i4 | 0; - HEAP32[10284] = i37; - HEAP32[10281] = i4; - HEAP32[i37 + 4 >> 2] = i4 | 1; - HEAP32[i37 + i4 + 4 >> 2] = 40; - HEAP32[10285] = HEAP32[10400]; + HEAP32[11011] = i38; + HEAP32[11008] = i4; + HEAP32[i38 + 4 >> 2] = i4 | 1; + HEAP32[i38 + i4 + 4 >> 2] = 40; + HEAP32[11012] = HEAP32[11127]; i4 = i3 + 4 | 0; HEAP32[i4 >> 2] = 27; - HEAP32[i1 >> 2] = HEAP32[10390]; - HEAP32[i1 + 4 >> 2] = HEAP32[10391]; - HEAP32[i1 + 8 >> 2] = HEAP32[10392]; - HEAP32[i1 + 12 >> 2] = HEAP32[10393]; - HEAP32[10390] = i7; - HEAP32[10391] = i5; - HEAP32[10393] = 0; - HEAP32[10392] = i1; + HEAP32[i1 >> 2] = HEAP32[11117]; + HEAP32[i1 + 4 >> 2] = HEAP32[11118]; + HEAP32[i1 + 8 >> 2] = HEAP32[11119]; + HEAP32[i1 + 12 >> 2] = HEAP32[11120]; + HEAP32[11117] = i7; + HEAP32[11118] = i5; + HEAP32[11120] = 0; + HEAP32[11119] = i1; i1 = i3 + 24 | 0; do { i1 = i1 + 4 | 0; @@ -17856,45 +17743,45 @@ function _malloc(i1) { HEAP32[i3 >> 2] = i7; i1 = i7 >>> 3; if (i7 >>> 0 < 256) { - i3 = 41152 + (i1 << 1 << 2) | 0; - i2 = HEAP32[10278] | 0; + i3 = 44060 + (i1 << 1 << 2) | 0; + i2 = HEAP32[11005] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { - i33 = i1; - i34 = i2; + if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { + i34 = i1; + i35 = i2; } } else { - HEAP32[10278] = i2 | i1; - i33 = i3 + 8 | 0; - i34 = i3; + HEAP32[11005] = i2 | i1; + i34 = i3 + 8 | 0; + i35 = i3; } - HEAP32[i33 >> 2] = i8; - HEAP32[i34 + 12 >> 2] = i8; - HEAP32[i8 + 8 >> 2] = i34; + HEAP32[i34 >> 2] = i8; + HEAP32[i35 + 12 >> 2] = i8; + HEAP32[i8 + 8 >> 2] = i35; HEAP32[i8 + 12 >> 2] = i3; break; } i1 = i7 >>> 8; if (i1) if (i7 >>> 0 > 16777215) i3 = 31; else { - i36 = (i1 + 1048320 | 0) >>> 16 & 8; - i37 = i1 << i36; - i35 = (i37 + 520192 | 0) >>> 16 & 4; - i37 = i37 << i35; - i3 = (i37 + 245760 | 0) >>> 16 & 2; - i3 = 14 - (i35 | i36 | i3) + (i37 << i3 >>> 15) | 0; + i37 = (i1 + 1048320 | 0) >>> 16 & 8; + i38 = i1 << i37; + i36 = (i38 + 520192 | 0) >>> 16 & 4; + i38 = i38 << i36; + i3 = (i38 + 245760 | 0) >>> 16 & 2; + i3 = 14 - (i36 | i37 | i3) + (i38 << i3 >>> 15) | 0; i3 = i7 >>> (i3 + 7 | 0) & 1 | i3 << 1; } else i3 = 0; - i5 = 41416 + (i3 << 2) | 0; + i5 = 44324 + (i3 << 2) | 0; HEAP32[i8 + 28 >> 2] = i3; HEAP32[i8 + 20 >> 2] = 0; HEAP32[i6 >> 2] = 0; - i1 = HEAP32[10279] | 0; + i1 = HEAP32[11006] | 0; i2 = 1 << i3; if (!(i1 & i2)) { - HEAP32[10279] = i1 | i2; + HEAP32[11006] = i1 | i2; HEAP32[i5 >> 2] = i8; HEAP32[i8 + 24 >> 2] = i5; HEAP32[i8 + 12 >> 2] = i8; @@ -17906,30 +17793,30 @@ function _malloc(i1) { while (1) { if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i7 | 0)) { i3 = i1; - i30 = 307; + i31 = 305; break; } i2 = i1 + 16 + (i4 >>> 31 << 2) | 0; i3 = HEAP32[i2 >> 2] | 0; if (!i3) { - i30 = 304; + i31 = 302; break; } else { i4 = i4 << 1; i1 = i3; } } - if ((i30 | 0) == 304) if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if ((i31 | 0) == 302) if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { HEAP32[i2 >> 2] = i8; HEAP32[i8 + 24 >> 2] = i1; HEAP32[i8 + 12 >> 2] = i8; HEAP32[i8 + 8 >> 2] = i8; break; - } else if ((i30 | 0) == 307) { + } else if ((i31 | 0) == 305) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - i37 = HEAP32[10282] | 0; - if (i2 >>> 0 >= i37 >>> 0 & i3 >>> 0 >= i37 >>> 0) { + i38 = HEAP32[11009] | 0; + if (i2 >>> 0 >= i38 >>> 0 & i3 >>> 0 >= i38 >>> 0) { HEAP32[i2 + 12 >> 2] = i8; HEAP32[i1 >> 2] = i8; HEAP32[i8 + 8 >> 2] = i2; @@ -17940,384 +17827,423 @@ function _malloc(i1) { } } } else { - i37 = HEAP32[10282] | 0; - if ((i37 | 0) == 0 | i7 >>> 0 < i37 >>> 0) HEAP32[10282] = i7; - HEAP32[10390] = i7; - HEAP32[10391] = i5; - HEAP32[10393] = 0; - HEAP32[10287] = HEAP32[10396]; - HEAP32[10286] = -1; + i38 = HEAP32[11009] | 0; + if ((i38 | 0) == 0 | i7 >>> 0 < i38 >>> 0) HEAP32[11009] = i7; + HEAP32[11117] = i7; + HEAP32[11118] = i5; + HEAP32[11120] = 0; + HEAP32[11014] = HEAP32[11123]; + HEAP32[11013] = -1; i1 = 0; do { - i37 = 41152 + (i1 << 1 << 2) | 0; - HEAP32[i37 + 12 >> 2] = i37; - HEAP32[i37 + 8 >> 2] = i37; + i38 = 44060 + (i1 << 1 << 2) | 0; + HEAP32[i38 + 12 >> 2] = i38; + HEAP32[i38 + 8 >> 2] = i38; i1 = i1 + 1 | 0; } while ((i1 | 0) != 32); - i37 = i7 + 8 | 0; - i37 = (i37 & 7 | 0) == 0 ? 0 : 0 - i37 & 7; - i36 = i7 + i37 | 0; - i37 = i5 + -40 - i37 | 0; - HEAP32[10284] = i36; - HEAP32[10281] = i37; - HEAP32[i36 + 4 >> 2] = i37 | 1; - HEAP32[i36 + i37 + 4 >> 2] = 40; - HEAP32[10285] = HEAP32[10400]; + i38 = i7 + 8 | 0; + i38 = (i38 & 7 | 0) == 0 ? 0 : 0 - i38 & 7; + i37 = i7 + i38 | 0; + i38 = i5 + -40 - i38 | 0; + HEAP32[11011] = i37; + HEAP32[11008] = i38; + HEAP32[i37 + 4 >> 2] = i38 | 1; + HEAP32[i37 + i38 + 4 >> 2] = 40; + HEAP32[11012] = HEAP32[11127]; } while (0); - i1 = HEAP32[10281] | 0; - if (i1 >>> 0 > i14 >>> 0) { - i35 = i1 - i14 | 0; - HEAP32[10281] = i35; - i37 = HEAP32[10284] | 0; - i36 = i37 + i14 | 0; - HEAP32[10284] = i36; - HEAP32[i36 + 4 >> 2] = i35 | 1; - HEAP32[i37 + 4 >> 2] = i14 | 3; - i37 = i37 + 8 | 0; - return i37 | 0; - } - } - i37 = ___errno_location() | 0; - HEAP32[i37 >> 2] = 12; - i37 = 0; - return i37 | 0; + i1 = HEAP32[11008] | 0; + if (i1 >>> 0 > i15 >>> 0) { + i36 = i1 - i15 | 0; + HEAP32[11008] = i36; + i38 = HEAP32[11011] | 0; + i37 = i38 + i15 | 0; + HEAP32[11011] = i37; + HEAP32[i37 + 4 >> 2] = i36 | 1; + HEAP32[i38 + 4 >> 2] = i15 | 3; + i38 = i38 + 8 | 0; + STACKTOP = i39; + return i38 | 0; + } + } + i38 = ___errno_location() | 0; + HEAP32[i38 >> 2] = 12; + i38 = 0; + STACKTOP = i39; + return i38 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitBinaryEPNS_6BinaryE(i33, i30, i29) { + +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitBinaryEPNS_6BinaryE(i37, i34, i33) { + i37 = i37 | 0; + i34 = i34 | 0; i33 = i33 | 0; - i30 = i30 | 0; - i29 = i29 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i31 = 0, i32 = 0, i34 = 0; - i34 = STACKTOP; - STACKTOP = STACKTOP + 448 | 0; - i3 = i34 + 424 | 0; - i31 = i34 + 408 | 0; - i1 = i34 + 368 | 0; - i32 = i34 + 392 | 0; - i5 = i34 + 352 | 0; - i16 = i34 + 336 | 0; - i22 = i34 + 320 | 0; - i23 = i34 + 304 | 0; - i24 = i34 + 288 | 0; - i25 = i34 + 272 | 0; - i26 = i34 + 256 | 0; - i27 = i34 + 240 | 0; - i28 = i34 + 224 | 0; - i6 = i34 + 208 | 0; - i7 = i34 + 192 | 0; - i8 = i34 + 176 | 0; - i9 = i34 + 160 | 0; - i10 = i34 + 144 | 0; - i11 = i34 + 128 | 0; - i12 = i34 + 112 | 0; - i13 = i34 + 96 | 0; - i14 = i34 + 80 | 0; - i15 = i34 + 64 | 0; - i17 = i34 + 48 | 0; - i18 = i34 + 32 | 0; - i19 = i34 + 16 | 0; - i20 = i34; - i4 = i29 + 12 | 0; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i3, i30, HEAP32[i4 >> 2] | 0); - i2 = i3 + 16 | 0; - if ((HEAP32[i2 >> 2] | 0) == 0 ? (HEAP32[i31 >> 2] = HEAP32[i3 >> 2], HEAP32[i31 + 4 >> 2] = HEAP32[i3 + 4 >> 2], HEAP32[i31 + 8 >> 2] = HEAP32[i3 + 8 >> 2], HEAP32[i31 + 12 >> 2] = HEAP32[i3 + 12 >> 2], i21 = i29 + 16 | 0, __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i1, i30, HEAP32[i21 >> 2] | 0), HEAP32[i3 >> 2] = HEAP32[i1 >> 2], HEAP32[i3 + 4 >> 2] = HEAP32[i1 + 4 >> 2], HEAP32[i3 + 8 >> 2] = HEAP32[i1 + 8 >> 2], HEAP32[i3 + 12 >> 2] = HEAP32[i1 + 12 >> 2], HEAP32[i3 + 16 >> 2] = HEAP32[i1 + 16 >> 2], (HEAP32[i2 >> 2] | 0) == 0) : 0) { - HEAP32[i32 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i32 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i32 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - HEAP32[i32 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; - i1 = HEAP32[i31 >> 2] | 0; - if ((i1 | 0) != (HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0)) ___assert_fail(21107, 20130, 448, 21137); - i2 = HEAP32[i32 >> 2] | 0; - if ((i2 | 0) != (HEAP32[(HEAP32[i21 >> 2] | 0) + 4 >> 2] | 0)) ___assert_fail(21149, 20130, 449, 21137); - L11 : do switch (i1 | 0) { + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i35 = 0, i36 = 0, i38 = 0; + i38 = STACKTOP; + STACKTOP = STACKTOP + 512 | 0; + i4 = i38 + 488 | 0; + i35 = i38 + 472 | 0; + i1 = i38 + 432 | 0; + i36 = i38 + 456 | 0; + i6 = i38 + 416 | 0; + i17 = i38 + 400 | 0; + i26 = i38 + 384 | 0; + i27 = i38 + 368 | 0; + i28 = i38 + 352 | 0; + i29 = i38 + 336 | 0; + i30 = i38 + 320 | 0; + i31 = i38 + 304 | 0; + i32 = i38 + 288 | 0; + i7 = i38 + 272 | 0; + i8 = i38 + 256 | 0; + i9 = i38 + 240 | 0; + i10 = i38 + 224 | 0; + i11 = i38 + 208 | 0; + i12 = i38 + 192 | 0; + i13 = i38 + 176 | 0; + i14 = i38 + 160 | 0; + i15 = i38 + 144 | 0; + i16 = i38 + 128 | 0; + i18 = i38 + 112 | 0; + i19 = i38 + 96 | 0; + i20 = i38 + 80 | 0; + i21 = i38 + 64 | 0; + i22 = i38 + 48 | 0; + i23 = i38 + 32 | 0; + i24 = i38 + 16 | 0; + i25 = i38; + i2 = i33 + 12 | 0; + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i4, i34, HEAP32[i2 >> 2] | 0); + i3 = i4 + 16 | 0; + if ((HEAP32[i3 >> 2] | 0) == 0 ? (HEAP32[i35 >> 2] = HEAP32[i4 >> 2], HEAP32[i35 + 4 >> 2] = HEAP32[i4 + 4 >> 2], HEAP32[i35 + 8 >> 2] = HEAP32[i4 + 8 >> 2], HEAP32[i35 + 12 >> 2] = HEAP32[i4 + 12 >> 2], i5 = i33 + 16 | 0, __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i1, i34, HEAP32[i5 >> 2] | 0), HEAP32[i4 >> 2] = HEAP32[i1 >> 2], HEAP32[i4 + 4 >> 2] = HEAP32[i1 + 4 >> 2], HEAP32[i4 + 8 >> 2] = HEAP32[i1 + 8 >> 2], HEAP32[i4 + 12 >> 2] = HEAP32[i1 + 12 >> 2], HEAP32[i4 + 16 >> 2] = HEAP32[i1 + 16 >> 2], (HEAP32[i3 >> 2] | 0) == 0) : 0) { + HEAP32[i36 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i36 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; + HEAP32[i36 + 8 >> 2] = HEAP32[i4 + 8 >> 2]; + HEAP32[i36 + 12 >> 2] = HEAP32[i4 + 12 >> 2]; + i1 = HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0; + switch (i1 | 0) { + case 0: + case 5: + break; + default: + if ((HEAP32[i35 >> 2] | 0) != (i1 | 0)) ___assert_fail(23736, 22737, 472, 23812); + } + i1 = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0; + switch (i1 | 0) { + case 0: + case 5: + break; + default: + if ((HEAP32[i36 >> 2] | 0) != (i1 | 0)) ___assert_fail(23824, 22737, 473, 23812); + } + L13 : do switch (HEAP32[i35 >> 2] | 0) { case 1: { - do switch (HEAP32[i29 + 8 >> 2] | 0) { + do switch (HEAP32[i33 + 8 >> 2] | 0) { case 0: { - __ZNK4wasm7Literal3addERKS0_(i5, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i5 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal3addERKS0_(i6, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 1: { - __ZNK4wasm7Literal3subERKS0_(i16, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal3subERKS0_(i17, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 2: { - __ZNK4wasm7Literal3mulERKS0_(i22, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i22 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i22 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i22 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i22 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal3mulERKS0_(i26, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i26 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 3: { - if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { - i29 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i29 >> 2] | 0) + 20 >> 2] & 127](i29, 21181); + if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { + i33 = HEAP32[(HEAP32[i34 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i33 >> 2] | 0) + 20 >> 2] & 127](i33, 23903); } - if ((__ZN4wasm7Literal10getIntegerEv(i31) | 0) == -2147483648 & (tempRet0 | 0) == -1 ? (i29 = __ZN4wasm7Literal10getIntegerEv(i32) | 0, (i29 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { - i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 21196); + if ((__ZN4wasm7Literal10getIntegerEv(i35) | 0) == -2147483648 & (tempRet0 | 0) == -1 ? (i33 = __ZN4wasm7Literal10getIntegerEv(i36) | 0, (i33 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { + i34 = HEAP32[(HEAP32[i34 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 127](i34, 23918); } - i1 = i31 + 8 | 0; - if ((HEAP32[i31 >> 2] | 0) == 1) { + i1 = i35 + 8 | 0; + if ((HEAP32[i35 >> 2] | 0) == 1) { i3 = 1; - i1 = (HEAP32[i1 >> 2] | 0) / (HEAP32[i32 + 8 >> 2] | 0) | 0; + i1 = (HEAP32[i1 >> 2] | 0) / (HEAP32[i36 + 8 >> 2] | 0) | 0; i2 = 0; } else { i3 = i1; - i1 = i32 + 8 | 0; + i1 = i36 + 8 | 0; i1 = ___divdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; i3 = 2; i2 = tempRet0; } - HEAP32[i33 >> 2] = i3; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i1; - HEAP32[i32 + 4 >> 2] = i2; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + HEAP32[i37 >> 2] = i3; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i1; + HEAP32[i36 + 4 >> 2] = i2; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 4: { - if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { - i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 21215); + if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { + i34 = HEAP32[(HEAP32[i34 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 127](i34, 23937); } - i1 = i31 + 8 | 0; - if ((HEAP32[i31 >> 2] | 0) == 1) { + i1 = i35 + 8 | 0; + if ((HEAP32[i35 >> 2] | 0) == 1) { i3 = 1; - i1 = ((HEAP32[i1 >> 2] | 0) >>> 0) / ((HEAP32[i32 + 8 >> 2] | 0) >>> 0) | 0; + i1 = ((HEAP32[i1 >> 2] | 0) >>> 0) / ((HEAP32[i36 + 8 >> 2] | 0) >>> 0) | 0; i2 = 0; } else { i3 = i1; - i1 = i32 + 8 | 0; + i1 = i36 + 8 | 0; i1 = ___udivdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; i3 = 2; i2 = tempRet0; } - HEAP32[i33 >> 2] = i3; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i1; - HEAP32[i32 + 4 >> 2] = i2; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + HEAP32[i37 >> 2] = i3; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i1; + HEAP32[i36 + 4 >> 2] = i2; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 5: { - if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { - i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 21230); + if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { + i34 = HEAP32[(HEAP32[i34 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 127](i34, 23952); } - if ((__ZN4wasm7Literal10getIntegerEv(i31) | 0) == -2147483648 & (tempRet0 | 0) == -1 ? (i30 = __ZN4wasm7Literal10getIntegerEv(i32) | 0, (i30 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = 0; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + if ((__ZN4wasm7Literal10getIntegerEv(i35) | 0) == -2147483648 & (tempRet0 | 0) == -1 ? (i34 = __ZN4wasm7Literal10getIntegerEv(i36) | 0, (i34 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = 0; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } - i1 = i31 + 8 | 0; - if ((HEAP32[i31 >> 2] | 0) == 1) { + i1 = i35 + 8 | 0; + if ((HEAP32[i35 >> 2] | 0) == 1) { i3 = 1; - i1 = (HEAP32[i1 >> 2] | 0) % (HEAP32[i32 + 8 >> 2] | 0) | 0; + i1 = (HEAP32[i1 >> 2] | 0) % (HEAP32[i36 + 8 >> 2] | 0) | 0; i2 = 0; } else { i3 = i1; - i1 = i32 + 8 | 0; + i1 = i36 + 8 | 0; i1 = ___remdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; i3 = 2; i2 = tempRet0; } - HEAP32[i33 >> 2] = i3; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i1; - HEAP32[i32 + 4 >> 2] = i2; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + HEAP32[i37 >> 2] = i3; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i1; + HEAP32[i36 + 4 >> 2] = i2; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 6: { - if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { - i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 21245); + if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { + i34 = HEAP32[(HEAP32[i34 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 127](i34, 23967); } - i1 = i31 + 8 | 0; - if ((HEAP32[i31 >> 2] | 0) == 1) { + i1 = i35 + 8 | 0; + if ((HEAP32[i35 >> 2] | 0) == 1) { i3 = 1; - i1 = ((HEAP32[i1 >> 2] | 0) >>> 0) % ((HEAP32[i32 + 8 >> 2] | 0) >>> 0) | 0; + i1 = ((HEAP32[i1 >> 2] | 0) >>> 0) % ((HEAP32[i36 + 8 >> 2] | 0) >>> 0) | 0; i2 = 0; } else { i3 = i1; - i1 = i32 + 8 | 0; + i1 = i36 + 8 | 0; i1 = ___uremdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; i3 = 2; i2 = tempRet0; } - HEAP32[i33 >> 2] = i3; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i1; - HEAP32[i32 + 4 >> 2] = i2; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + HEAP32[i37 >> 2] = i3; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i1; + HEAP32[i36 + 4 >> 2] = i2; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 7: { - i31 = HEAP32[i32 + 8 >> 2] & HEAP32[i31 + 8 >> 2]; - HEAP32[i33 >> 2] = 1; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i31; - HEAP32[i32 + 4 >> 2] = 0; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i35 = HEAP32[i36 + 8 >> 2] & HEAP32[i35 + 8 >> 2]; + HEAP32[i37 >> 2] = 1; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i35; + HEAP32[i36 + 4 >> 2] = 0; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 8: { - i31 = HEAP32[i32 + 8 >> 2] | HEAP32[i31 + 8 >> 2]; - HEAP32[i33 >> 2] = 1; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i31; - HEAP32[i32 + 4 >> 2] = 0; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i35 = HEAP32[i36 + 8 >> 2] | HEAP32[i35 + 8 >> 2]; + HEAP32[i37 >> 2] = 1; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i35; + HEAP32[i36 + 4 >> 2] = 0; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 9: { - i31 = HEAP32[i32 + 8 >> 2] ^ HEAP32[i31 + 8 >> 2]; - HEAP32[i33 >> 2] = 1; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i31; - HEAP32[i32 + 4 >> 2] = 0; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i35 = HEAP32[i36 + 8 >> 2] ^ HEAP32[i35 + 8 >> 2]; + HEAP32[i37 >> 2] = 1; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i35; + HEAP32[i36 + 4 >> 2] = 0; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 10: { - i32 = i32 + 8 | 0; - i31 = HEAP32[i31 + 8 >> 2] << (((i2 | 0) == 1 ? HEAP32[i32 >> 2] | 0 : HEAP32[i32 >> 2] | 0) & 31); - HEAP32[i33 >> 2] = 1; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i31; - HEAP32[i32 + 4 >> 2] = 0; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i34 = i36 + 8 | 0; + i35 = HEAP32[i35 + 8 >> 2] << (((HEAP32[i36 >> 2] | 0) == 1 ? HEAP32[i34 >> 2] | 0 : HEAP32[i34 >> 2] | 0) & 31); + HEAP32[i37 >> 2] = 1; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i35; + HEAP32[i36 + 4 >> 2] = 0; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 11: { - i32 = i32 + 8 | 0; - i31 = (HEAP32[i31 + 8 >> 2] | 0) >>> (((i2 | 0) == 1 ? HEAP32[i32 >> 2] | 0 : HEAP32[i32 >> 2] | 0) & 31); - HEAP32[i33 >> 2] = 1; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i31; - HEAP32[i32 + 4 >> 2] = 0; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i34 = i36 + 8 | 0; + i35 = (HEAP32[i35 + 8 >> 2] | 0) >>> (((HEAP32[i36 >> 2] | 0) == 1 ? HEAP32[i34 >> 2] | 0 : HEAP32[i34 >> 2] | 0) & 31); + HEAP32[i37 >> 2] = 1; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i35; + HEAP32[i36 + 4 >> 2] = 0; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 12: { - i32 = i32 + 8 | 0; - i31 = HEAP32[i31 + 8 >> 2] >> (((i2 | 0) == 1 ? HEAP32[i32 >> 2] | 0 : HEAP32[i32 >> 2] | 0) & 31); - HEAP32[i33 >> 2] = 1; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i31; - HEAP32[i32 + 4 >> 2] = 0; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i34 = i36 + 8 | 0; + i35 = HEAP32[i35 + 8 >> 2] >> (((HEAP32[i36 >> 2] | 0) == 1 ? HEAP32[i34 >> 2] | 0 : HEAP32[i34 >> 2] | 0) & 31); + HEAP32[i37 >> 2] = 1; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i35; + HEAP32[i36 + 4 >> 2] = 0; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } - case 17: + case 13: { - __ZNK4wasm7Literal2eqERKS0_(i23, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i23 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i23 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i23 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i23 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal4rotLERKS0_(i27, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i27 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i27 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i27 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i27 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } - case 18: + case 14: { - __ZNK4wasm7Literal2neERKS0_(i24, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i24 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i24 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i24 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i24 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal4rotRERKS0_(i28, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i28 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i28 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i28 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i28 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 19: { - i32 = (HEAP32[i31 + 8 >> 2] | 0) < (HEAP32[i32 + 8 >> 2] | 0) & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal2eqERKS0_(i29, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i29 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i29 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i29 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i29 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 20: { - i32 = (HEAP32[i31 + 8 >> 2] | 0) >>> 0 < (HEAP32[i32 + 8 >> 2] | 0) >>> 0 & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal2neERKS0_(i30, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i30 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i30 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i30 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i30 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 21: { - i32 = (HEAP32[i31 + 8 >> 2] | 0) <= (HEAP32[i32 + 8 >> 2] | 0) & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i36 = (HEAP32[i35 + 8 >> 2] | 0) < (HEAP32[i36 + 8 >> 2] | 0) & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 22: { - i32 = (HEAP32[i31 + 8 >> 2] | 0) >>> 0 <= (HEAP32[i32 + 8 >> 2] | 0) >>> 0 & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i36 = (HEAP32[i35 + 8 >> 2] | 0) >>> 0 < (HEAP32[i36 + 8 >> 2] | 0) >>> 0 & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 23: { - i32 = (HEAP32[i31 + 8 >> 2] | 0) > (HEAP32[i32 + 8 >> 2] | 0) & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i36 = (HEAP32[i35 + 8 >> 2] | 0) <= (HEAP32[i36 + 8 >> 2] | 0) & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 24: { - i32 = (HEAP32[i31 + 8 >> 2] | 0) >>> 0 > (HEAP32[i32 + 8 >> 2] | 0) >>> 0 & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i36 = (HEAP32[i35 + 8 >> 2] | 0) >>> 0 <= (HEAP32[i36 + 8 >> 2] | 0) >>> 0 & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 25: { - i32 = (HEAP32[i31 + 8 >> 2] | 0) >= (HEAP32[i32 + 8 >> 2] | 0) & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i36 = (HEAP32[i35 + 8 >> 2] | 0) > (HEAP32[i36 + 8 >> 2] | 0) & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 26: { - i32 = (HEAP32[i31 + 8 >> 2] | 0) >>> 0 >= (HEAP32[i32 + 8 >> 2] | 0) >>> 0 & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i36 = (HEAP32[i35 + 8 >> 2] | 0) >>> 0 > (HEAP32[i36 + 8 >> 2] | 0) >>> 0 & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; + } + case 27: + { + i36 = (HEAP32[i35 + 8 >> 2] | 0) >= (HEAP32[i36 + 8 >> 2] | 0) & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; + } + case 28: + { + i36 = (HEAP32[i35 + 8 >> 2] | 0) >>> 0 >= (HEAP32[i36 + 8 >> 2] | 0) >>> 0 & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } default: _abort(); @@ -18326,342 +18252,362 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 2: { - do switch (HEAP32[i29 + 8 >> 2] | 0) { + do switch (HEAP32[i33 + 8 >> 2] | 0) { case 0: { - __ZNK4wasm7Literal3addERKS0_(i25, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i25 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i25 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i25 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i25 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal3addERKS0_(i31, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i31 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i31 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i31 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i31 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 1: { - __ZNK4wasm7Literal3subERKS0_(i26, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal3subERKS0_(i32, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i32 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i32 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i32 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i32 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 2: { - __ZNK4wasm7Literal3mulERKS0_(i27, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i27 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i27 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i27 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i27 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal3mulERKS0_(i7, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 3: { - if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { - i29 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i29 >> 2] | 0) + 20 >> 2] & 127](i29, 21260); + if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { + i33 = HEAP32[(HEAP32[i34 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i33 >> 2] | 0) + 20 >> 2] & 127](i33, 23982); } - if ((__ZN4wasm7Literal10getIntegerEv(i31) | 0) == 0 & (tempRet0 | 0) == -2147483648 ? (i29 = __ZN4wasm7Literal10getIntegerEv(i32) | 0, (i29 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { - i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 21275); + if ((__ZN4wasm7Literal10getIntegerEv(i35) | 0) == 0 & (tempRet0 | 0) == -2147483648 ? (i33 = __ZN4wasm7Literal10getIntegerEv(i36) | 0, (i33 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { + i34 = HEAP32[(HEAP32[i34 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 127](i34, 23997); } - i1 = i31 + 8 | 0; - if ((HEAP32[i31 >> 2] | 0) == 1) { + i1 = i35 + 8 | 0; + if ((HEAP32[i35 >> 2] | 0) == 1) { i3 = 1; - i1 = (HEAP32[i1 >> 2] | 0) / (HEAP32[i32 + 8 >> 2] | 0) | 0; + i1 = (HEAP32[i1 >> 2] | 0) / (HEAP32[i36 + 8 >> 2] | 0) | 0; i2 = 0; } else { i3 = i1; - i1 = i32 + 8 | 0; + i1 = i36 + 8 | 0; i1 = ___divdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; i3 = 2; i2 = tempRet0; } - HEAP32[i33 >> 2] = i3; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i1; - HEAP32[i32 + 4 >> 2] = i2; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + HEAP32[i37 >> 2] = i3; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i1; + HEAP32[i36 + 4 >> 2] = i2; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 4: { - if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { - i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 21294); + if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { + i34 = HEAP32[(HEAP32[i34 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 127](i34, 24016); } - i1 = i31 + 8 | 0; - if ((HEAP32[i31 >> 2] | 0) == 1) { + i1 = i35 + 8 | 0; + if ((HEAP32[i35 >> 2] | 0) == 1) { i3 = 1; - i1 = ((HEAP32[i1 >> 2] | 0) >>> 0) / ((HEAP32[i32 + 8 >> 2] | 0) >>> 0) | 0; + i1 = ((HEAP32[i1 >> 2] | 0) >>> 0) / ((HEAP32[i36 + 8 >> 2] | 0) >>> 0) | 0; i2 = 0; } else { i3 = i1; - i1 = i32 + 8 | 0; + i1 = i36 + 8 | 0; i1 = ___udivdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; i3 = 2; i2 = tempRet0; } - HEAP32[i33 >> 2] = i3; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i1; - HEAP32[i32 + 4 >> 2] = i2; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + HEAP32[i37 >> 2] = i3; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i1; + HEAP32[i36 + 4 >> 2] = i2; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 5: { - if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { - i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 21309); + if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { + i34 = HEAP32[(HEAP32[i34 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 127](i34, 24031); } - if ((__ZN4wasm7Literal10getIntegerEv(i31) | 0) == 0 & (tempRet0 | 0) == -2147483648 ? (i30 = __ZN4wasm7Literal10getIntegerEv(i32) | 0, (i30 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { - HEAP32[i33 >> 2] = 2; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = 0; - HEAP32[i32 + 4 >> 2] = 0; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + if ((__ZN4wasm7Literal10getIntegerEv(i35) | 0) == 0 & (tempRet0 | 0) == -2147483648 ? (i34 = __ZN4wasm7Literal10getIntegerEv(i36) | 0, (i34 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { + HEAP32[i37 >> 2] = 2; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = 0; + HEAP32[i36 + 4 >> 2] = 0; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } - i1 = i31 + 8 | 0; - if ((HEAP32[i31 >> 2] | 0) == 1) { + i1 = i35 + 8 | 0; + if ((HEAP32[i35 >> 2] | 0) == 1) { i3 = 1; - i1 = (HEAP32[i1 >> 2] | 0) % (HEAP32[i32 + 8 >> 2] | 0) | 0; + i1 = (HEAP32[i1 >> 2] | 0) % (HEAP32[i36 + 8 >> 2] | 0) | 0; i2 = 0; } else { i3 = i1; - i1 = i32 + 8 | 0; + i1 = i36 + 8 | 0; i1 = ___remdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; i3 = 2; i2 = tempRet0; } - HEAP32[i33 >> 2] = i3; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i1; - HEAP32[i32 + 4 >> 2] = i2; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + HEAP32[i37 >> 2] = i3; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i1; + HEAP32[i36 + 4 >> 2] = i2; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 6: { - if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { - i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 21324); + if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { + i34 = HEAP32[(HEAP32[i34 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 127](i34, 24046); } - i1 = i31 + 8 | 0; - if ((HEAP32[i31 >> 2] | 0) == 1) { + i1 = i35 + 8 | 0; + if ((HEAP32[i35 >> 2] | 0) == 1) { i3 = 1; - i1 = ((HEAP32[i1 >> 2] | 0) >>> 0) % ((HEAP32[i32 + 8 >> 2] | 0) >>> 0) | 0; + i1 = ((HEAP32[i1 >> 2] | 0) >>> 0) % ((HEAP32[i36 + 8 >> 2] | 0) >>> 0) | 0; i2 = 0; } else { i3 = i1; - i1 = i32 + 8 | 0; + i1 = i36 + 8 | 0; i1 = ___uremdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; i3 = 2; i2 = tempRet0; } - HEAP32[i33 >> 2] = i3; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i1; - HEAP32[i32 + 4 >> 2] = i2; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + HEAP32[i37 >> 2] = i3; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i1; + HEAP32[i36 + 4 >> 2] = i2; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 7: { - i31 = i31 + 8 | 0; - i32 = i32 + 8 | 0; - i30 = HEAP32[i32 >> 2] & HEAP32[i31 >> 2]; - i31 = HEAP32[i32 + 4 >> 2] & HEAP32[i31 + 4 >> 2]; - HEAP32[i33 >> 2] = 2; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i30; - HEAP32[i32 + 4 >> 2] = i31; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i35 = i35 + 8 | 0; + i36 = i36 + 8 | 0; + i34 = HEAP32[i36 >> 2] & HEAP32[i35 >> 2]; + i35 = HEAP32[i36 + 4 >> 2] & HEAP32[i35 + 4 >> 2]; + HEAP32[i37 >> 2] = 2; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i34; + HEAP32[i36 + 4 >> 2] = i35; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 8: { - i31 = i31 + 8 | 0; - i32 = i32 + 8 | 0; - i30 = HEAP32[i32 >> 2] | HEAP32[i31 >> 2]; - i31 = HEAP32[i32 + 4 >> 2] | HEAP32[i31 + 4 >> 2]; - HEAP32[i33 >> 2] = 2; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i30; - HEAP32[i32 + 4 >> 2] = i31; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i35 = i35 + 8 | 0; + i36 = i36 + 8 | 0; + i34 = HEAP32[i36 >> 2] | HEAP32[i35 >> 2]; + i35 = HEAP32[i36 + 4 >> 2] | HEAP32[i35 + 4 >> 2]; + HEAP32[i37 >> 2] = 2; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i34; + HEAP32[i36 + 4 >> 2] = i35; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 9: { - i31 = i31 + 8 | 0; - i32 = i32 + 8 | 0; - i30 = HEAP32[i32 >> 2] ^ HEAP32[i31 >> 2]; - i31 = HEAP32[i32 + 4 >> 2] ^ HEAP32[i31 + 4 >> 2]; - HEAP32[i33 >> 2] = 2; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i30; - HEAP32[i32 + 4 >> 2] = i31; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i35 = i35 + 8 | 0; + i36 = i36 + 8 | 0; + i34 = HEAP32[i36 >> 2] ^ HEAP32[i35 >> 2]; + i35 = HEAP32[i36 + 4 >> 2] ^ HEAP32[i35 + 4 >> 2]; + HEAP32[i37 >> 2] = 2; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i34; + HEAP32[i36 + 4 >> 2] = i35; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 10: { - i1 = i32 + 8 | 0; - if ((i2 | 0) == 1) i1 = HEAP32[i1 >> 2] & 63; else i1 = HEAP32[i1 >> 2] & 63; - i31 = i31 + 8 | 0; - i31 = _bitshift64Shl(HEAP32[i31 >> 2] | 0, HEAP32[i31 + 4 >> 2] | 0, i1 | 0) | 0; - HEAP32[i33 >> 2] = 2; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i31; - HEAP32[i32 + 4 >> 2] = tempRet0; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i1 = i36 + 8 | 0; + if ((HEAP32[i36 >> 2] | 0) == 1) i1 = HEAP32[i1 >> 2] & 63; else i1 = HEAP32[i1 >> 2] & 63; + i35 = i35 + 8 | 0; + i35 = _bitshift64Shl(HEAP32[i35 >> 2] | 0, HEAP32[i35 + 4 >> 2] | 0, i1 | 0) | 0; + HEAP32[i37 >> 2] = 2; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i35; + HEAP32[i36 + 4 >> 2] = tempRet0; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 11: { - i1 = i32 + 8 | 0; - if ((i2 | 0) == 1) i1 = HEAP32[i1 >> 2] & 63; else i1 = HEAP32[i1 >> 2] & 63; - i31 = i31 + 8 | 0; - i31 = _bitshift64Lshr(HEAP32[i31 >> 2] | 0, HEAP32[i31 + 4 >> 2] | 0, i1 | 0) | 0; - HEAP32[i33 >> 2] = 2; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i31; - HEAP32[i32 + 4 >> 2] = tempRet0; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i1 = i36 + 8 | 0; + if ((HEAP32[i36 >> 2] | 0) == 1) i1 = HEAP32[i1 >> 2] & 63; else i1 = HEAP32[i1 >> 2] & 63; + i35 = i35 + 8 | 0; + i35 = _bitshift64Lshr(HEAP32[i35 >> 2] | 0, HEAP32[i35 + 4 >> 2] | 0, i1 | 0) | 0; + HEAP32[i37 >> 2] = 2; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i35; + HEAP32[i36 + 4 >> 2] = tempRet0; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 12: { - i1 = i32 + 8 | 0; - if ((i2 | 0) == 1) i1 = HEAP32[i1 >> 2] & 63; else i1 = HEAP32[i1 >> 2] & 63; - i31 = i31 + 8 | 0; - i31 = _bitshift64Ashr(HEAP32[i31 >> 2] | 0, HEAP32[i31 + 4 >> 2] | 0, i1 | 0) | 0; - HEAP32[i33 >> 2] = 2; - i32 = i33 + 8 | 0; - HEAP32[i32 >> 2] = i31; - HEAP32[i32 + 4 >> 2] = tempRet0; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i1 = i36 + 8 | 0; + if ((HEAP32[i36 >> 2] | 0) == 1) i1 = HEAP32[i1 >> 2] & 63; else i1 = HEAP32[i1 >> 2] & 63; + i35 = i35 + 8 | 0; + i35 = _bitshift64Ashr(HEAP32[i35 >> 2] | 0, HEAP32[i35 + 4 >> 2] | 0, i1 | 0) | 0; + HEAP32[i37 >> 2] = 2; + i36 = i37 + 8 | 0; + HEAP32[i36 >> 2] = i35; + HEAP32[i36 + 4 >> 2] = tempRet0; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } - case 17: + case 13: { - __ZNK4wasm7Literal2eqERKS0_(i28, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i28 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i28 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i28 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i28 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal4rotLERKS0_(i8, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } - case 18: + case 14: { - __ZNK4wasm7Literal2neERKS0_(i6, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal4rotRERKS0_(i9, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 19: { - i31 = i31 + 8 | 0; - i29 = HEAP32[i31 + 4 >> 2] | 0; - i32 = i32 + 8 | 0; - i30 = HEAP32[i32 + 4 >> 2] | 0; - i32 = ((i29 | 0) < (i30 | 0) | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 < (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal2eqERKS0_(i10, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i10 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 20: { - i31 = i31 + 8 | 0; - i29 = HEAP32[i31 + 4 >> 2] | 0; - i32 = i32 + 8 | 0; - i30 = HEAP32[i32 + 4 >> 2] | 0; - i32 = (i29 >>> 0 < i30 >>> 0 | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 < (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal2neERKS0_(i11, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i11 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 21: { - i31 = i31 + 8 | 0; - i29 = HEAP32[i31 + 4 >> 2] | 0; - i32 = i32 + 8 | 0; - i30 = HEAP32[i32 + 4 >> 2] | 0; - i32 = ((i29 | 0) < (i30 | 0) | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 <= (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i35 = i35 + 8 | 0; + i33 = HEAP32[i35 + 4 >> 2] | 0; + i36 = i36 + 8 | 0; + i34 = HEAP32[i36 + 4 >> 2] | 0; + i36 = ((i33 | 0) < (i34 | 0) | ((i33 | 0) == (i34 | 0) ? (HEAP32[i35 >> 2] | 0) >>> 0 < (HEAP32[i36 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 22: { - i31 = i31 + 8 | 0; - i29 = HEAP32[i31 + 4 >> 2] | 0; - i32 = i32 + 8 | 0; - i30 = HEAP32[i32 + 4 >> 2] | 0; - i32 = (i29 >>> 0 < i30 >>> 0 | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 <= (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i35 = i35 + 8 | 0; + i33 = HEAP32[i35 + 4 >> 2] | 0; + i36 = i36 + 8 | 0; + i34 = HEAP32[i36 + 4 >> 2] | 0; + i36 = (i33 >>> 0 < i34 >>> 0 | ((i33 | 0) == (i34 | 0) ? (HEAP32[i35 >> 2] | 0) >>> 0 < (HEAP32[i36 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 23: { - i31 = i31 + 8 | 0; - i29 = HEAP32[i31 + 4 >> 2] | 0; - i32 = i32 + 8 | 0; - i30 = HEAP32[i32 + 4 >> 2] | 0; - i32 = ((i29 | 0) > (i30 | 0) | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 > (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i35 = i35 + 8 | 0; + i33 = HEAP32[i35 + 4 >> 2] | 0; + i36 = i36 + 8 | 0; + i34 = HEAP32[i36 + 4 >> 2] | 0; + i36 = ((i33 | 0) < (i34 | 0) | ((i33 | 0) == (i34 | 0) ? (HEAP32[i35 >> 2] | 0) >>> 0 <= (HEAP32[i36 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 24: { - i31 = i31 + 8 | 0; - i29 = HEAP32[i31 + 4 >> 2] | 0; - i32 = i32 + 8 | 0; - i30 = HEAP32[i32 + 4 >> 2] | 0; - i32 = (i29 >>> 0 > i30 >>> 0 | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 > (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i35 = i35 + 8 | 0; + i33 = HEAP32[i35 + 4 >> 2] | 0; + i36 = i36 + 8 | 0; + i34 = HEAP32[i36 + 4 >> 2] | 0; + i36 = (i33 >>> 0 < i34 >>> 0 | ((i33 | 0) == (i34 | 0) ? (HEAP32[i35 >> 2] | 0) >>> 0 <= (HEAP32[i36 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 25: { - i31 = i31 + 8 | 0; - i29 = HEAP32[i31 + 4 >> 2] | 0; - i32 = i32 + 8 | 0; - i30 = HEAP32[i32 + 4 >> 2] | 0; - i32 = ((i29 | 0) > (i30 | 0) | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 >= (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i35 = i35 + 8 | 0; + i33 = HEAP32[i35 + 4 >> 2] | 0; + i36 = i36 + 8 | 0; + i34 = HEAP32[i36 + 4 >> 2] | 0; + i36 = ((i33 | 0) > (i34 | 0) | ((i33 | 0) == (i34 | 0) ? (HEAP32[i35 >> 2] | 0) >>> 0 > (HEAP32[i36 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 26: { - i31 = i31 + 8 | 0; - i29 = HEAP32[i31 + 4 >> 2] | 0; - i32 = i32 + 8 | 0; - i30 = HEAP32[i32 + 4 >> 2] | 0; - i32 = (i29 >>> 0 > i30 >>> 0 | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 >= (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; - HEAP32[i33 >> 2] = 1; - HEAP32[i33 + 8 >> 2] = i32; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + i35 = i35 + 8 | 0; + i33 = HEAP32[i35 + 4 >> 2] | 0; + i36 = i36 + 8 | 0; + i34 = HEAP32[i36 + 4 >> 2] | 0; + i36 = (i33 >>> 0 > i34 >>> 0 | ((i33 | 0) == (i34 | 0) ? (HEAP32[i35 >> 2] | 0) >>> 0 > (HEAP32[i36 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; + } + case 27: + { + i35 = i35 + 8 | 0; + i33 = HEAP32[i35 + 4 >> 2] | 0; + i36 = i36 + 8 | 0; + i34 = HEAP32[i36 + 4 >> 2] | 0; + i36 = ((i33 | 0) > (i34 | 0) | ((i33 | 0) == (i34 | 0) ? (HEAP32[i35 >> 2] | 0) >>> 0 >= (HEAP32[i36 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; + } + case 28: + { + i35 = i35 + 8 | 0; + i33 = HEAP32[i35 + 4 >> 2] | 0; + i36 = i36 + 8 | 0; + i34 = HEAP32[i36 + 4 >> 2] | 0; + i36 = (i33 >>> 0 > i34 >>> 0 | ((i33 | 0) == (i34 | 0) ? (HEAP32[i35 >> 2] | 0) >>> 0 >= (HEAP32[i36 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i37 >> 2] = 1; + HEAP32[i37 + 8 >> 2] = i36; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } default: _abort(); @@ -18671,136 +18617,136 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect case 4: case 3: { - do switch (HEAP32[i29 + 8 >> 2] | 0) { + do switch (HEAP32[i33 + 8 >> 2] | 0) { case 0: { - __ZNK4wasm7Literal3addERKS0_(i7, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal3addERKS0_(i12, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i12 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i12 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i12 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 1: { - __ZNK4wasm7Literal3subERKS0_(i8, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal3subERKS0_(i13, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i13 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 2: { - __ZNK4wasm7Literal3mulERKS0_(i9, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; - } - case 13: - { - __ZNK4wasm7Literal3divERKS0_(i10, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i10 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; - } - case 14: - { - __ZNK4wasm7Literal8copysignERKS0_(i11, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i11 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal3mulERKS0_(i14, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i14 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 15: { - __ZNK4wasm7Literal3minERKS0_(i12, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i12 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i12 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i12 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i12 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal3divERKS0_(i15, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 16: { - __ZNK4wasm7Literal3maxERKS0_(i13, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i13 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal8copysignERKS0_(i16, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 17: { - __ZNK4wasm7Literal2eqERKS0_(i14, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i14 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal3minERKS0_(i18, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i18 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i18 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 18: { - __ZNK4wasm7Literal2neERKS0_(i15, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal3maxERKS0_(i19, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i19 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i19 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i19 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i19 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } - case 27: + case 19: { - __ZNK4wasm7Literal2ltERKS0_(i17, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal2eqERKS0_(i20, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i20 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i20 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i20 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i20 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } - case 28: + case 20: { - __ZNK4wasm7Literal2leERKS0_(i18, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i18 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i18 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal2neERKS0_(i21, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i21 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i21 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i21 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i21 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 29: { - __ZNK4wasm7Literal2gtERKS0_(i19, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i19 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i19 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i19 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i19 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal2ltERKS0_(i22, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i22 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i22 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i22 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i22 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } case 30: { - __ZNK4wasm7Literal2geERKS0_(i20, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i20 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i20 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i20 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i20 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = 0; - break L11; + __ZNK4wasm7Literal2leERKS0_(i23, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i23 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i23 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i23 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i23 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; + } + case 31: + { + __ZNK4wasm7Literal2gtERKS0_(i24, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i24 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i24 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i24 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i24 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; + } + case 32: + { + __ZNK4wasm7Literal2geERKS0_(i25, i35, i36); + HEAP32[i37 >> 2] = HEAP32[i25 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i25 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i25 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i25 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = 0; + break L13; } default: _abort(); @@ -18811,17 +18757,861 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect _abort(); } while (0); } else { - HEAP32[i33 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = HEAP32[i3 + 16 >> 2]; - HEAP32[i33 + 20 >> 2] = HEAP32[i3 + 20 >> 2]; + HEAP32[i37 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i4 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i4 + 12 >> 2]; + HEAP32[i37 + 16 >> 2] = HEAP32[i4 + 16 >> 2]; + HEAP32[i37 + 20 >> 2] = HEAP32[i4 + 20 >> 2]; } - STACKTOP = i34; + STACKTOP = i38; return; } +function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i73, i4) { + i73 = i73 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i69 = 0, i70 = 0, i71 = 0, i72 = 0, i74 = 0; + i74 = STACKTOP; + STACKTOP = STACKTOP + 256 | 0; + i68 = i74 + 248 | 0; + i65 = i74 + 228 | 0; + i71 = i74 + 208 | 0; + i3 = i74 + 164 | 0; + i49 = i74 + 156 | 0; + i1 = i74 + 224 | 0; + i2 = i74 + 220 | 0; + i48 = i74 + 148 | 0; + i63 = i74 + 140 | 0; + i59 = i74 + 132 | 0; + i51 = i74 + 124 | 0; + i52 = i74 + 108 | 0; + i34 = i74 + 204 | 0; + i41 = i74 + 200 | 0; + i42 = i74 + 196 | 0; + i43 = i74 + 192 | 0; + i44 = i74 + 188 | 0; + i50 = i74 + 100 | 0; + i45 = i74 + 184 | 0; + i46 = i74 + 180 | 0; + i47 = i74 + 176 | 0; + i27 = i74 + 172 | 0; + i28 = i74 + 168 | 0; + i29 = i74 + 160 | 0; + i30 = i74 + 152 | 0; + i31 = i74 + 144 | 0; + i32 = i74 + 136 | 0; + i33 = i74 + 128 | 0; + i53 = i74 + 112 | 0; + i54 = i74 + 104 | 0; + i55 = i74 + 88 | 0; + i56 = i74 + 84 | 0; + i35 = i74 + 72 | 0; + i36 = i74 + 68 | 0; + i57 = i74 + 56 | 0; + i58 = i74 + 52 | 0; + i37 = i74 + 48 | 0; + i38 = i74 + 44 | 0; + i39 = i74 + 40 | 0; + i40 = i74 + 36 | 0; + i60 = i74 + 32 | 0; + i61 = i74 + 28 | 0; + i62 = i74 + 16 | 0; + i64 = i74 + 12 | 0; + i66 = i74 + 8 | 0; + i69 = i74 + 4 | 0; + i72 = i74; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 43504) | 0)) ___assert_fail(13715, 13734, 435, 13749); + i70 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 0) | 0; + HEAP32[i3 >> 2] = HEAP32[i70 >> 2]; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 43508) | 0)) ___assert_fail(13760, 13734, 437, 13749); + i70 = __ZN6cashew3RefixEj(i3, 3) | 0; + HEAP32[i49 >> 2] = HEAP32[i70 >> 2]; + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 0) | 0, 0) | 0, 43516) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 0) | 0, 1) | 0, 0) | 0, 43600) | 0 : 0) { + i70 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 0) | 0, 1) | 0, 1) | 0; + i70 = __ZN6cashew5Value10getIStringEv(HEAP32[i70 >> 2] | 0) | 0; + __ZN6cashew7IString3setEPKcb(i1, 13539, 1); + if ((HEAP32[i70 >> 2] | 0) != (HEAP32[i1 >> 2] | 0) ? (i70 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 0) | 0, 1) | 0, 1) | 0, i70 = __ZN6cashew5Value10getIStringEv(HEAP32[i70 >> 2] | 0) | 0, __ZN6cashew7IString3setEPKcb(i2, 13784, 1), (HEAP32[i70 >> 2] | 0) != (HEAP32[i2 >> 2] | 0)) : 0) break; + HEAP32[i48 >> 2] = i73; + i70 = i73 + 4 | 0; + i20 = i73 + 76 | 0; + i21 = i73 + 56 | 0; + i22 = i73 + 60 | 0; + i23 = i35 + 4 | 0; + i24 = i35 + 5 | 0; + i25 = i35 + 8 | 0; + i67 = i73 + 16 | 0; + i9 = 0; + i12 = 0; + i13 = 0; + i14 = 0; + i15 = 0; + i16 = 0; + i6 = 0; + i7 = 0; + i8 = 0; + i10 = 0; + i26 = 1; + i11 = 0; + i17 = 0; + L13 : while (1) { + if (i26 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i49 >> 2] | 0) | 0) >>> 0) { + i15 = 12; + break; + } + i19 = __ZN6cashew3RefixEj(i49, i26) | 0; + HEAP32[i63 >> 2] = HEAP32[i19 >> 2]; + L16 : do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i63, 0) | 0, 43528) | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i63, 0) | 0, 43508) | 0) { + i4 = HEAP32[i73 >> 2] | 0; + HEAP32[i37 >> 2] = HEAP32[i63 >> 2]; + HEAP32[i68 >> 2] = HEAP32[i37 >> 2]; + __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i4, __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i73, i68) | 0); + i4 = i14; + i3 = i15; + i2 = i16; + i1 = i17; + break; + } + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i63, 0) | 0, 43544) | 0) { + i1 = __ZN6cashew3RefixEj(i63, 1) | 0; + HEAP32[i68 >> 2] = HEAP32[i1 >> 2]; + i1 = __ZN6cashew3RefixEj(i68, 1) | 0; + i1 = HEAP32[i1 >> 2] | 0; + HEAP32[i65 >> 2] = i1; + i5 = 0; + while (1) { + if (i5 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; + i1 = __ZN6cashew3RefixEj(i65, i5) | 0; + HEAP32[i71 >> 2] = HEAP32[i1 >> 2]; + i1 = __ZN6cashew3RefixEj(i71, 0) | 0; + i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; + i1 = HEAP32[i1 >> 2] | 0; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i71, 1) | 0, 0) | 0, 43524) | 0)) { + i15 = 97; + break L13; + } + i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i71, 1) | 0, 1) | 0; + i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; + i2 = HEAP32[i2 >> 2] | 0; + __ZN6cashew7IString3setEPKcb(i38, 14362, 0); + i3 = HEAP32[i73 >> 2] | 0; + i4 = i3 + 84 | 0; + if ((i1 | 0) == (HEAP32[i38 >> 2] | 0)) { + HEAP32[i39 >> 2] = i2; + if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i4, i39) | 0) != (i3 + 88 | 0)) { + i15 = 100; + break L13; + } + } else { + HEAP32[i40 >> 2] = i2; + if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i4, i40) | 0) == (i3 + 88 | 0)) { + i15 = 102; + break L13; + } + i19 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; + HEAP32[i19 >> 2] = i1; + HEAP32[i19 + 4 >> 2] = i2; + __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i73 >> 2] | 0, i19); + } + i1 = HEAP32[i65 >> 2] | 0; + i5 = i5 + 1 | 0; + } + i4 = i14; + i3 = i15; + i2 = i16; + i1 = i17; + } else { + i4 = i14; + i3 = i15; + i2 = i16; + i1 = i17; + } + } else { + i19 = i12; + i18 = 0; + while (1) { + i12 = __ZN6cashew3RefixEj(i63, 1) | 0; + if (i18 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i12 >> 2] | 0) | 0) >>> 0) { + i12 = i19; + i4 = i14; + i3 = i15; + i2 = i16; + i1 = i17; + break L16; + } + i12 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i63, 1) | 0, i18) | 0; + HEAP32[i59 >> 2] = HEAP32[i12 >> 2]; + i12 = __ZN6cashew3RefixEj(i59, 0) | 0; + i12 = __ZN6cashew5Value10getIStringEv(HEAP32[i12 >> 2] | 0) | 0; + i12 = HEAP32[i12 >> 2] | 0; + HEAP32[i51 >> 2] = i12; + i5 = __ZN6cashew3RefixEj(i59, 1) | 0; + HEAP32[i52 >> 2] = HEAP32[i5 >> 2]; + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i52, 0) | 0, 43580) | 0) { + i5 = __ZN6cashew3RefixEj(i52, 1) | 0; + i5 = __ZN6cashew5Value9getNumberEv(HEAP32[i5 >> 2] | 0) | 0; + if (!(+HEAPF64[i5 >> 3] == 0.0)) { + i15 = 17; + break L13; + } + HEAP32[i34 >> 2] = i12; + HEAP32[i41 >> 2] = 0; + HEAP32[i42 >> 2] = 0; + HEAP32[i71 >> 2] = HEAP32[i34 >> 2]; + HEAP32[i65 >> 2] = HEAP32[i41 >> 2]; + HEAP32[i68 >> 2] = HEAP32[i42 >> 2]; + __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i73, i71, 1, 0, i65, i68); + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i16; + i12 = i17; + } else { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i52, 0) | 0, 43540) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i52, 1) | 0, 43656) | 0)) { + i15 = 23; + break L13; + } + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i52, 3) | 0, 0) | 0, 43580) | 0)) { + i15 = 23; + break L13; + } + i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i52, 3) | 0, 1) | 0; + i5 = __ZN6cashew5Value9getNumberEv(HEAP32[i5 >> 2] | 0) | 0; + if (!(+HEAPF64[i5 >> 3] == 0.0)) { + i15 = 23; + break L13; + } + i1 = __ZN6cashew3RefixEj(i52, 2) | 0; + i1 = HEAP32[i1 >> 2] | 0; + HEAP32[i43 >> 2] = i12; + HEAP32[i44 >> 2] = i1; + HEAP32[i65 >> 2] = HEAP32[i43 >> 2]; + HEAP32[i68 >> 2] = HEAP32[i44 >> 2]; + __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i48, i65, i68, 1); + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i16; + i12 = i17; + break; + } + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i52, 0) | 0, 43616) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i52, 1) | 0, 43648) | 0)) { + i15 = 27; + break L13; + } + i5 = __ZN6cashew3RefixEj(i52, 2) | 0; + HEAP32[i50 >> 2] = HEAP32[i5 >> 2]; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i50, 0) | 0, 43580) | 0) { + i5 = __ZN6cashew3RefixEj(i50, 1) | 0; + i5 = __ZN6cashew5Value9getNumberEv(HEAP32[i5 >> 2] | 0) | 0; + if (!(+HEAPF64[i5 >> 3] == 0.0)) { + i15 = 30; + break L13; + } + HEAP32[i45 >> 2] = i12; + HEAP32[i46 >> 2] = 0; + HEAP32[i47 >> 2] = 0; + HEAP32[i71 >> 2] = HEAP32[i45 >> 2]; + HEAP32[i65 >> 2] = HEAP32[i46 >> 2]; + HEAP32[i68 >> 2] = HEAP32[i47 >> 2]; + __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i73, i71, 4, 0, i65, i68); + } else { + HEAP32[i27 >> 2] = i12; + HEAP32[i28 >> 2] = HEAP32[i50 >> 2]; + HEAP32[i65 >> 2] = HEAP32[i27 >> 2]; + HEAP32[i68 >> 2] = HEAP32[i28 >> 2]; + __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i48, i65, i68, 4); + } + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i16; + i12 = i17; + break; + } + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i52, 0) | 0, 43340) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i52, 1) | 0, 0) | 0, 43524) | 0)) { + i15 = 39; + break L13; + } + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i52, 1) | 0, 1) | 0, i20) | 0)) { + i15 = 39; + break L13; + } + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i52, 2) | 0, 0) | 0, 0) | 0, 43580) | 0)) { + i15 = 39; + break L13; + } + i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i52, 2) | 0, 0) | 0, 1) | 0; + i5 = __ZN6cashew5Value9getNumberEv(HEAP32[i5 >> 2] | 0) | 0; + if (!(+HEAPF64[i5 >> 3] == 0.0)) { + i15 = 39; + break L13; + } + HEAP32[i29 >> 2] = i12; + HEAP32[i30 >> 2] = 0; + HEAP32[i31 >> 2] = 0; + HEAP32[i71 >> 2] = HEAP32[i29 >> 2]; + HEAP32[i65 >> 2] = HEAP32[i30 >> 2]; + HEAP32[i68 >> 2] = HEAP32[i31 >> 2]; + __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i73, i71, 3, 0, i65, i68); + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i16; + i12 = i17; + break; + } + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i52, 0) | 0, 43808) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i52, 1) | 0, 0) | 0, 43524) | 0) { + i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i52, 1) | 0, 1) | 0; + i5 = __ZN6cashew5Value10getIStringEv(HEAP32[i5 >> 2] | 0) | 0; + i5 = HEAP32[i5 >> 2] | 0; + i1 = __ZN6cashew3RefixEj(i52, 2) | 0; + i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; + if ((i5 | 0) != (HEAP32[10792] | 0)) { + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i16; + break; + } + i1 = HEAP32[i1 >> 2] | 0; + if ((i1 | 0) == (HEAP32[10798] | 0)) { + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i12; + i5 = i16; + break; + } + if ((i1 | 0) == (HEAP32[10799] | 0)) { + i1 = i19; + i2 = i12; + i3 = i14; + i4 = i15; + i5 = i16; + break; + } + if ((i1 | 0) == (HEAP32[10800] | 0)) { + i1 = i19; + i2 = i13; + i3 = i12; + i4 = i15; + i5 = i16; + break; + } + if ((i1 | 0) == (HEAP32[10801] | 0)) { + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i16; + i7 = i12; + break; + } + if ((i1 | 0) == (HEAP32[10802] | 0)) { + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i12; + break; + } + if ((i1 | 0) == (HEAP32[10803] | 0)) { + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i16; + i6 = i12; + break; + } + if ((i1 | 0) == (HEAP32[10804] | 0)) { + i9 = i12; + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i16; + break; + } + i1 = (i1 | 0) == (HEAP32[10805] | 0) ? i12 : i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i16; + } else { + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i16; + } while (0); + HEAP32[i32 >> 2] = i12; + HEAP32[i33 >> 2] = HEAP32[i52 >> 2]; + HEAP32[i65 >> 2] = HEAP32[i32 >> 2]; + HEAP32[i68 >> 2] = HEAP32[i33 >> 2]; + __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i48, i65, i68, 0); + i12 = i17; + break; + } + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i52, 0) | 0, 43816) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i52, 0) | 0, 43820) | 0)) { + i15 = 88; + break L13; + } + i5 = HEAP32[i73 >> 2] | 0; + i5 = (HEAP32[i5 + 100 >> 2] | 0) - (HEAP32[i5 + 96 >> 2] | 0) >> 2; + i1 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i67, i51) | 0; + HEAP32[i1 >> 2] = i5; + i1 = __ZN6cashew3RefixEj(i52, 1) | 0; + i1 = HEAP32[i1 >> 2] | 0; + HEAP32[i68 >> 2] = i1; + i5 = 0; + while (1) { + if (i5 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; + i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i68, i5) | 0, 1) | 0; + i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; + i1 = HEAP32[i1 >> 2] | 0; + i2 = HEAP32[i73 >> 2] | 0; + HEAP32[i36 >> 2] = i1; + i3 = i2 + 100 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i2 + 104 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i1; + HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i2 + 96 | 0, i36); + i1 = HEAP32[i68 >> 2] | 0; + i5 = i5 + 1 | 0; + } + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i16; + i12 = i17; + break; + } + i17 = __ZN6cashew3RefixEj(i52, 1) | 0; + HEAP32[i52 >> 2] = HEAP32[i17 >> 2]; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i52, 0) | 0, 43340) | 0)) { + i15 = 55; + break L13; + } + i17 = __ZN6cashew3RefixEj(i52, 1) | 0; + HEAP32[i65 >> 2] = HEAP32[i17 >> 2]; + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i65, 0) | 0, 43808) | 0) { + i2 = __ZN6cashew3RefixEj(i65, 2) | 0; + i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; + i2 = HEAP32[i2 >> 2] | 0; + i1 = i2; + if ((i1 | 0) == (HEAP32[10798] | 0)) { + i8 = 0; + i10 = 1; + i11 = 1; + i12 = 1; + break; + } + if ((i1 | 0) == (HEAP32[10799] | 0)) { + i8 = 0; + i10 = 2; + i11 = 1; + i12 = 1; + break; + } + if ((i1 | 0) == (HEAP32[10800] | 0)) { + i8 = 0; + i10 = 4; + i11 = 1; + i12 = 1; + break; + } + if ((i1 | 0) == (HEAP32[10801] | 0)) { + i8 = 0; + i10 = 1; + i11 = 1; + i12 = 0; + break; + } + if ((i1 | 0) == (HEAP32[10802] | 0)) { + i8 = 0; + i10 = 2; + i11 = 1; + i12 = 0; + break; + } + if ((i1 | 0) == (HEAP32[10803] | 0)) { + i8 = 0; + i10 = 4; + i11 = 1; + i12 = 0; + break; + } + if ((i1 | 0) == (HEAP32[10804] | 0)) { + i8 = 2; + i10 = 4; + i11 = 0; + i12 = 1; + break; + } + if ((i1 | 0) == (HEAP32[10805] | 0)) { + i8 = 1; + i10 = 8; + i11 = 0; + i12 = 1; + } else { + i15 = 65; + break L13; + } + } else { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i65, 0) | 0, 43524) | 0)) { + i15 = 67; + break L13; + } + i2 = __ZN6cashew3RefixEj(i65, 1) | 0; + i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; + i2 = HEAP32[i2 >> 2] | 0; + i1 = i2; + if ((i1 | 0) == (i15 | 0)) { + i8 = 0; + i10 = 1; + i11 = 1; + i12 = 1; + break; + } + if ((i1 | 0) == (i13 | 0)) { + i8 = 0; + i10 = 2; + i11 = 1; + i12 = 1; + break; + } + if ((i1 | 0) == (i14 | 0)) { + i8 = 0; + i10 = 4; + i11 = 1; + i12 = 1; + break; + } + if ((i1 | 0) == (i7 | 0)) { + i8 = 0; + i10 = 1; + i11 = 1; + i12 = 0; + break; + } + if ((i1 | 0) == (i16 | 0)) { + i8 = 0; + i10 = 2; + i11 = 1; + i12 = 0; + break; + } + if ((i1 | 0) == (i6 | 0)) { + i8 = 0; + i10 = 4; + i11 = 1; + i12 = 0; + break; + } + if ((i1 | 0) == (i9 | 0)) { + i8 = 2; + i10 = 4; + i11 = 0; + i12 = 1; + break; + } + if ((i1 | 0) == (i19 | 0)) { + i8 = 1; + i10 = 8; + i11 = 0; + i12 = 1; + } else { + i15 = 76; + break L13; + } + } while (0); + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i21, i51) | 0) != (i22 | 0)) { + i15 = 78; + break L13; + } + HEAP32[i35 >> 2] = i10; + HEAP8[i23 >> 0] = i11 & 1; + HEAP8[i24 >> 0] = i12 & 1; + HEAP32[i25 >> 2] = i8; + __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE7emplaceIJRS2_S5_EEENS9_INS_14__map_iteratorINS_15__tree_iteratorINS_12__value_typeIS2_S5_EEPNS_11__tree_nodeISJ_PvEEiEEEEbEEDpOT_(i68, i21, i51, i35); + i1 = i19; + i2 = i13; + i3 = i14; + i4 = i15; + i5 = i16; + } while (0); + i19 = i1; + i13 = i2; + i14 = i3; + i15 = i4; + i16 = i5; + i18 = i18 + 1 | 0; + i17 = i12; + } + } while (0); + i14 = i4; + i15 = i3; + i16 = i2; + i26 = i26 + 1 | 0; + i17 = i1; + } + switch (i15 | 0) { + case 12: + { + HEAP32[i71 >> 2] = 0; + i4 = i71 + 4 | 0; + HEAP32[i4 >> 2] = 0; + HEAP32[i71 + 8 >> 2] = 0; + i8 = HEAP32[i73 >> 2] | 0; + i5 = i8 + 64 | 0; + i14 = i73 + 96 | 0; + i6 = i73 + 100 | 0; + i7 = i71 + 8 | 0; + i8 = HEAP32[i8 + 60 >> 2] | 0; + while (1) { + if ((i8 | 0) == (i5 | 0)) break; + i2 = HEAP32[i8 + 16 >> 2] | 0; + HEAP32[i63 >> 2] = i2; + i3 = HEAP32[i8 + 20 >> 2] | 0; + do if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i14, i63) | 0) == (i6 | 0)) { + if ((HEAP32[i3 + 4 >> 2] | 0) != (HEAP32[10811] | 0)) { + i1 = HEAP32[i4 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i7 >> 2] | 0)) { + __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i71, i63); + break; + } else { + HEAP32[i1 >> 2] = i2; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; + break; + } + } + } else { + HEAP32[i60 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i61 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i65 >> 2] = HEAP32[i60 >> 2]; + HEAP32[i68 >> 2] = HEAP32[i61 >> 2]; + i1 = __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__16vectorIPNS_10ExpressionENS2_9allocatorIS5_EEEE(i73, i65, i68, 0) | 0; + if (!i1) { + __ZN4wasm6getSigEPNS_12FunctionTypeE(i62, __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i14, i63) | 0); + i59 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i62, HEAP32[i73 >> 2] | 0, HEAP32[i70 >> 2] | 0) | 0; + HEAP32[i3 + 12 >> 2] = i59; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i62); + break; + } else { + HEAP32[i3 + 12 >> 2] = i1; + break; + } + } while (0); + i8 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i8) | 0; + } + i1 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i71 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + i63 = HEAP32[i73 >> 2] | 0; + HEAP32[i64 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i68 >> 2] = HEAP32[i64 >> 2]; + __ZN4wasm6Module12removeImportENS_4NameE(i63, i68); + i2 = i2 + 4 | 0; + } + i1 = i73 + 112 | 0; + i2 = i65 + 8 | 0; + i3 = i65 + 12 | 0; + i4 = i65 + 8 | 0; + i11 = HEAP32[i73 + 108 >> 2] | 0; + while (1) { + if ((i11 | 0) == (i1 | 0)) break; + HEAP32[i68 >> 2] = HEAP32[i11 + 16 >> 2]; + __ZN4wasm12FunctionTypeC2ERKS0_(i65, __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i14, i68) | 0); + i5 = HEAP32[i11 + 24 >> 2] | 0; + i12 = HEAP32[i11 + 20 >> 2] | 0; + while (1) { + if ((i12 | 0) == (i5 | 0)) break; + i8 = HEAP32[i12 >> 2] | 0; + i6 = i8 + 8 | 0; + i7 = i8 + 12 | 0; + i8 = i8 + 16 | 0; + i13 = (HEAP32[i7 >> 2] | 0) - (HEAP32[i6 >> 2] | 0) >> 2; + while (1) { + if (i13 >>> 0 >= (HEAP32[i3 >> 2] | 0) - (HEAP32[i2 >> 2] | 0) >> 2 >>> 0) break; + i9 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; + i10 = HEAP32[(HEAP32[i2 >> 2] | 0) + (i13 << 2) >> 2] | 0; + HEAP32[i9 + 8 >> 2] = i10; + HEAP32[i9 + 4 >> 2] = i10; + HEAP32[i66 >> 2] = i9; + i10 = HEAP32[i7 >> 2] | 0; + if (i10 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { + HEAP32[i10 >> 2] = i9; + HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6, i66); + i13 = i13 + 1 | 0; + } + i12 = i12 + 4 | 0; + } + __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i4); + i11 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i11) | 0; + } + i1 = i73 + 32 | 0; + i2 = i73 + 20 | 0; + i4 = HEAP32[i73 + 28 >> 2] | 0; + while (1) { + if ((i4 | 0) == (i1 | 0)) break; + i3 = HEAP32[i4 + 16 >> 2] | 0; + HEAP32[i68 >> 2] = HEAP32[i4 + 20 >> 2]; + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEiEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE4findIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_(i67, i68) | 0) == (i2 | 0)) { + i15 = 135; + break; + } + i65 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; + HEAP32[i65 + 8 >> 2] = 0; + i66 = i3 + 24 | 0; + HEAP32[i65 + 12 >> 2] = HEAP32[i66 >> 2]; + i64 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; + i63 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i67, i68) | 0; + i63 = HEAP32[i63 >> 2] | 0; + HEAP32[i64 + 8 >> 2] = 1; + HEAP32[i64 + 16 >> 2] = i63; + HEAP32[i64 + 4 >> 2] = 1; + HEAP32[i65 + 16 >> 2] = i64; + HEAP32[i65 + 4 >> 2] = 1; + HEAP32[i66 >> 2] = i65; + i4 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; + } + if ((i15 | 0) == 135) ___assert_fail(14503, 13734, 705, 13749); + if (HEAP8[i73 + 40 >> 0] | 0) { + i5 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = HEAP32[10821]; + HEAP32[i69 >> 2] = 1; + i1 = i5 + 12 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i5 + 16 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = HEAP32[10822]; + HEAP32[i2 + 4 >> 2] = 1; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 8; + } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i5 + 8 | 0, 43288, i69); + i1 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; + HEAP32[i1 + 8 >> 2] = HEAP32[10822]; + i2 = __ZN10MixedArena5allocIN4wasm4HostEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; + HEAP32[i2 + 8 >> 2] = 2; + HEAP32[i72 >> 2] = i1; + i3 = i2 + 20 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i2 + 24 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i1; + HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i2 + 16 | 0, i72); + HEAP32[i5 + 36 >> 2] = i2; + __ZN4wasm6Module11addFunctionEPNS_8FunctionE(HEAP32[i73 >> 2] | 0, i5); + i72 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; + i70 = HEAP32[10821] | 0; + HEAP32[i72 + 4 >> 2] = i70; + HEAP32[i72 >> 2] = i70; + __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i73 >> 2] | 0, i72); + } + HEAP32[(HEAP32[i73 >> 2] | 0) + 128 >> 2] = HEAP32[10828]; + __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i71); + STACKTOP = i74; + return; + } + case 17: + { + ___assert_fail(13952, 13734, 517, 13749); + break; + } + case 23: + { + ___assert_fail(13979, 13734, 521, 13749); + break; + } + case 27: + { + ___assert_fail(14049, 13734, 526, 13749); + break; + } + case 30: + { + ___assert_fail(14066, 13734, 530, 13749); + break; + } + case 39: + { + ___assert_fail(14094, 13734, 537, 13749); + break; + } + case 55: + { + ___assert_fail(14205, 13734, 569, 13749); + break; + } + case 65: + { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i53, 14222, 19); + HEAP32[i54 >> 2] = i2; + HEAP32[i68 >> 2] = HEAP32[i54 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i53, i68); + break; + } + case 67: + { + ___assert_fail(14242, 13734, 596, 13749); + break; + } + case 76: + { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i55, 14265, 25); + HEAP32[i56 >> 2] = i2; + HEAP32[i68 >> 2] = HEAP32[i56 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i55, i68); + break; + } + case 78: + { + ___assert_fail(14291, 13734, 618, 13749); + break; + } + case 88: + { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i57, 14323, 19); + HEAP32[i58 >> 2] = HEAP32[i59 >> 2]; + HEAP32[i68 >> 2] = HEAP32[i58 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i57, i68); + break; + } + case 97: + { + ___assert_fail(14343, 13734, 645, 13749); + break; + } + case 100: + { + ___assert_fail(14389, 13734, 649, 13749); + break; + } + case 102: + { + ___assert_fail(14446, 13734, 652, 13749); + break; + } + } + } while (0); + ___assert_fail(13795, 13734, 439, 13749); +} + function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -18841,7 +19631,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i1 = i1 + 1 | 0; } while ((i1 | 0) < (i2 | 0)); _strncpy(i5, i3 + 1 | 0, 15) | 0; - L92 : do switch (HEAP8[i5 >> 0] | 0) { + L105 : do switch (HEAP8[i5 >> 0] | 0) { case 97: { i1 = i5 + 1 | 0; @@ -18849,27 +19639,27 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 case 98: { i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 4, i4) | 0; - i8 = 111; - break L92; + i8 = 114; + break L105; } case 100: { i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 0, i4) | 0; - i8 = 111; - break L92; + i8 = 114; + break L105; } case 110: { i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 7, i4) | 0; - i8 = 111; - break L92; + i8 = 114; + break L105; } default: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 24; - break L92; + break L105; } } } @@ -18894,108 +19684,108 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 case 102: { i1 = i5 + 1 | 0; - i8 = 46; + i8 = 48; break; } case 103: { i1 = i5 + 1 | 0; - i8 = 49; + i8 = 51; break; } case 108: { i1 = i5 + 1 | 0; - i8 = 57; + i8 = 59; break; } case 109: { i1 = i5 + 1 | 0; - i8 = 66; + i8 = 68; break; } case 110: { i1 = i5 + 1 | 0; - i8 = 71; + i8 = 73; break; } case 111: { i1 = i5 + 1 | 0; - i8 = 77; + i8 = 79; break; } case 112: { i1 = i5 + 1 | 0; - i8 = 80; + i8 = 82; break; } case 114: { i1 = i5 + 1 | 0; - i8 = 84; + i8 = 86; break; } case 115: { i1 = i5 + 1 | 0; - i8 = 89; + i8 = 93; break; } case 116: { i1 = i5 + 1 | 0; - i8 = 98; + i8 = 101; break; } case 119: { i1 = i5 + 1 | 0; - i8 = 105; + i8 = 108; break; } case 120: { i1 = i5 + 1 | 0; - i8 = 108; + i8 = 111; break; } default: { i1 = i7 + 8 | 0; - i8 = 112; + i8 = 115; } } while (0); - L115 : do if ((i8 | 0) == 24) { - L117 : do switch (HEAP8[i1 >> 0] | 0) { + L128 : do if ((i8 | 0) == 24) { + L130 : do switch (HEAP8[i1 >> 0] | 0) { case 101: { i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 5, i4) | 0; - i8 = 111; - break L115; + i8 = 114; + break L128; } case 108: { i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 0, i4) | 0; - i8 = 111; - break L115; + i8 = 114; + break L128; } case 111: { switch (HEAP8[i5 + 2 >> 0] | 0) { case 112: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 14, i4) | 0; - i8 = 111; - break L115; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 16, i4) | 0; + i8 = 114; + break L128; } case 110: break; default: - break L117; + break L130; } switch (HEAP8[i5 + 3 >> 0] | 0) { case 118: @@ -19003,43 +19793,43 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 case 115: { i1 = __ZN4wasm22SExpressionWasmBuilder9makeConstERNS_7ElementENS_8WasmTypeE(i7, i6, i4) | 0; - i8 = 111; - break L115; + i8 = 114; + break L128; } default: - break L117; + break L130; } switch (HEAP8[i5 + 8 >> 0] | 0) { case 115: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 11 >> 0] | 0) == 51 ? 18 : 20, i4) | 0; - i8 = 111; - break L115; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 11 >> 0] | 0) == 51 ? 19 : 21, i4) | 0; + i8 = 114; + break L128; } case 117: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 11 >> 0] | 0) == 51 ? 19 : 21, i4) | 0; - i8 = 111; - break L115; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 11 >> 0] | 0) == 51 ? 20 : 22, i4) | 0; + i8 = 114; + break L128; } default: - break L117; + break L130; } } case 116: { i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 1, i4) | 0; - i8 = 111; - break L115; + i8 = 114; + break L128; } default: {} } while (0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 36; } while (0); - L132 : do if ((i8 | 0) == 36) { + L145 : do if ((i8 | 0) == 36) { switch (HEAP8[i1 >> 0] | 0) { case 105: { @@ -19048,359 +19838,382 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 } case 101: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 23, i4) | 0; - i8 = 111; - break L132; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 24, i4) | 0; + i8 = 114; + break L145; } default: {} } - L136 : do if ((i8 | 0) == 37) switch (HEAP8[i5 + 3 >> 0] | 0) { + L149 : do if ((i8 | 0) == 37) switch (HEAP8[i5 + 3 >> 0] | 0) { case 95: { i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 4 >> 0] | 0) == 117 ? 4 : 3, i4) | 0; - i8 = 111; - break L132; + i8 = 114; + break L145; } case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 13, i4) | 0; - i8 = 111; - break L132; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 15, i4) | 0; + i8 = 114; + break L145; } default: - break L136; + break L149; } while (0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 42; } while (0); - L142 : do if ((i8 | 0) == 42) switch (HEAP8[i1 >> 0] | 0) { - case 113: - { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 17, i4) | 0; - i8 = 111; - break L142; - } - case 120: - { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 7 >> 0] | 0) == 117 ? 11 : 10, i4) | 0; - i8 = 111; - break L142; - } - default: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 46; - break L142; + L155 : do if ((i8 | 0) == 42) { + switch (HEAP8[i1 >> 0] | 0) { + case 113: + { + i8 = 43; + break; + } + case 120: + { + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 7 >> 0] | 0) == 117 ? 12 : 11, i4) | 0; + i8 = 114; + break L155; + } + default: + {} } + L159 : do if ((i8 | 0) == 43) switch (HEAP8[i5 + 2 >> 0] | 0) { + case 0: + { + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 19, i4) | 0; + i8 = 114; + break L155; + } + case 122: + { + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 10, 1) | 0; + i8 = 114; + break L155; + } + default: + break L159; + } while (0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 48; } while (0); - do if ((i8 | 0) == 46) if ((HEAP8[i1 >> 0] | 0) == 108) { + do if ((i8 | 0) == 48) if ((HEAP8[i1 >> 0] | 0) == 108) { i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 6, i4) | 0; - i8 = 111; + i8 = 114; break; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 49; + i8 = 51; break; } while (0); - L153 : do if ((i8 | 0) == 49) { - L155 : do switch (HEAP8[i1 >> 0] | 0) { + L170 : do if ((i8 | 0) == 51) { + L172 : do switch (HEAP8[i1 >> 0] | 0) { case 116: switch (HEAP8[i5 + 2 >> 0] | 0) { case 95: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 117 ? 24 : 23, i4) | 0; - i8 = 111; - break L153; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 117 ? 26 : 25, i4) | 0; + i8 = 114; + break L170; } case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 29, i4) | 0; - i8 = 111; - break L153; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 31, i4) | 0; + i8 = 114; + break L170; } default: - break L155; + break L172; } case 101: switch (HEAP8[i5 + 2 >> 0] | 0) { case 95: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 117 ? 26 : 25, i4) | 0; - i8 = 111; - break L153; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 117 ? 28 : 27, i4) | 0; + i8 = 114; + break L170; } case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 30, i4) | 0; - i8 = 111; - break L153; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 32, i4) | 0; + i8 = 114; + break L170; } default: - break L155; + break L172; } default: {} } while (0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 57; + i8 = 59; } while (0); - L165 : do if ((i8 | 0) == 57) { - L167 : do switch (HEAP8[i1 >> 0] | 0) { + L182 : do if ((i8 | 0) == 59) { + L184 : do switch (HEAP8[i1 >> 0] | 0) { case 116: switch (HEAP8[i5 + 2 >> 0] | 0) { case 95: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 117 ? 20 : 19, i4) | 0; - i8 = 111; - break L165; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 117 ? 22 : 21, i4) | 0; + i8 = 114; + break L182; } case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 27, i4) | 0; - i8 = 111; - break L165; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 29, i4) | 0; + i8 = 114; + break L182; } default: - break L167; + break L184; } case 101: switch (HEAP8[i5 + 2 >> 0] | 0) { case 95: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 117 ? 22 : 21, i4) | 0; - i8 = 111; - break L165; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 117 ? 24 : 23, i4) | 0; + i8 = 114; + break L182; } case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 28, i4) | 0; - i8 = 111; - break L165; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 30, i4) | 0; + i8 = 114; + break L182; } default: - break L167; + break L184; } case 111: { i1 = __ZN4wasm22SExpressionWasmBuilder8makeLoadERNS_7ElementENS_8WasmTypeE(i7, i6, i4) | 0; - i8 = 111; - break L165; + i8 = 114; + break L182; } default: {} } while (0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 66; + i8 = 68; } while (0); - L178 : do if ((i8 | 0) == 66) switch (HEAP8[i1 >> 0] | 0) { + L195 : do if ((i8 | 0) == 68) switch (HEAP8[i1 >> 0] | 0) { case 105: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 15, i4) | 0; - i8 = 111; - break L178; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 17, i4) | 0; + i8 = 114; + break L195; } case 97: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 16, i4) | 0; - i8 = 111; - break L178; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 18, i4) | 0; + i8 = 114; + break L195; } case 117: { i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 2, i4) | 0; - i8 = 111; - break L178; + i8 = 114; + break L195; } default: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 71; - break L178; + i8 = 73; + break L195; } } while (0); - L185 : do if ((i8 | 0) == 71) { - L187 : do if ((HEAP8[i1 >> 0] | 0) == 101) switch (HEAP8[i5 + 2 >> 0] | 0) { + L202 : do if ((i8 | 0) == 73) { + L204 : do if ((HEAP8[i1 >> 0] | 0) == 101) switch (HEAP8[i5 + 2 >> 0] | 0) { case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 18, i4) | 0; - i8 = 111; - break L185; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 20, i4) | 0; + i8 = 114; + break L202; } case 97: { i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 8, i4) | 0; - i8 = 111; - break L185; + i8 = 114; + break L202; } case 103: { i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 3, i4) | 0; - i8 = 111; - break L185; + i8 = 114; + break L202; } default: - break L187; + break L204; } while (0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 77; + i8 = 79; } while (0); - do if ((i8 | 0) == 77) if ((HEAP8[i1 >> 0] | 0) == 114) { + do if ((i8 | 0) == 79) if ((HEAP8[i1 >> 0] | 0) == 114) { i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 8, i4) | 0; - i8 = 111; + i8 = 114; break; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 80; + i8 = 82; break; } while (0); - L199 : do if ((i8 | 0) == 80) switch (HEAP8[i1 >> 0] | 0) { + L216 : do if ((i8 | 0) == 82) switch (HEAP8[i1 >> 0] | 0) { case 114: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 22, i4) | 0; - i8 = 111; - break L199; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 23, i4) | 0; + i8 = 114; + break L216; } case 111: { i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 2, i4) | 0; - i8 = 111; - break L199; + i8 = 114; + break L216; } default: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 84; - break L199; + i8 = 86; + break L216; } } while (0); - L205 : do if ((i8 | 0) == 84) { - L207 : do if ((HEAP8[i1 >> 0] | 0) == 101) switch (HEAP8[i5 + 2 >> 0] | 0) { - case 109: - { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 4 >> 0] | 0) == 117 ? 6 : 5, i4) | 0; - i8 = 111; - break L205; + L222 : do if ((i8 | 0) == 86) { + L224 : do switch (HEAP8[i1 >> 0] | 0) { + case 101: + switch (HEAP8[i5 + 2 >> 0] | 0) { + case 109: + { + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 4 >> 0] | 0) == 117 ? 6 : 5, i4) | 0; + i8 = 114; + break L222; + } + case 105: + { + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (i4 + -3 | 0) >>> 0 < 2 ? 25 : 18, i4) | 0; + i8 = 114; + break L222; + } + default: + break L224; } - case 105: + case 111: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (i4 + -3 | 0) >>> 0 < 2 ? 24 : 17, i4) | 0; - i8 = 111; - break L205; + if ((HEAP8[i5 + 2 >> 0] | 0) == 116) { + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 108 ? 13 : 14, i4) | 0; + i8 = 114; + break L222; + } + break; } default: - break L207; + {} } while (0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 89; + i8 = 93; } while (0); - L213 : do if ((i8 | 0) == 89) switch (HEAP8[i1 >> 0] | 0) { - case 101: - { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeSelectERNS_7ElementENS_8WasmTypeE(i7, i6, i4) | 0; - i8 = 111; - break L213; - } + L232 : do if ((i8 | 0) == 93) switch (HEAP8[i1 >> 0] | 0) { case 104: if ((HEAP8[i5 + 2 >> 0] | 0) == 108) { i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 10, i4) | 0; - i8 = 111; - break L213; + i8 = 114; + break L232; } else { i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 4 >> 0] | 0) == 117 ? 11 : 12, i4) | 0; - i8 = 111; - break L213; + i8 = 114; + break L232; } case 117: { i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 1, i4) | 0; - i8 = 111; - break L213; + i8 = 114; + break L232; } case 113: { i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 9, i4) | 0; - i8 = 111; - break L213; + i8 = 114; + break L232; } case 116: { i1 = __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE(i7, i6, i4) | 0; - i8 = 111; - break L213; + i8 = 114; + break L232; } default: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 98; - break L213; + i8 = 101; + break L232; } } while (0); - L225 : do if ((i8 | 0) == 98) { - L227 : do if ((HEAP8[i1 >> 0] | 0) == 114) switch (HEAP8[i5 + 6 >> 0] | 0) { + L243 : do if ((i8 | 0) == 101) { + L245 : do if ((HEAP8[i1 >> 0] | 0) == 114) switch (HEAP8[i5 + 6 >> 0] | 0) { case 115: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 9 >> 0] | 0) == 51 ? 13 : 15, i4) | 0; - i8 = 111; - break L225; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 9 >> 0] | 0) == 51 ? 14 : 16, i4) | 0; + i8 = 114; + break L243; } case 117: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 9 >> 0] | 0) == 51 ? 14 : 16, i4) | 0; - i8 = 111; - break L225; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 9 >> 0] | 0) == 51 ? 15 : 17, i4) | 0; + i8 = 114; + break L243; } default: { - if ((HEAP8[i5 + 2 >> 0] | 0) != 117) break L227; + if ((HEAP8[i5 + 2 >> 0] | 0) != 117) break L245; i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 7, i4) | 0; - i8 = 111; - break L225; + i8 = 114; + break L243; } } while (0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 105; + i8 = 108; } while (0); - do if ((i8 | 0) == 105) if ((HEAP8[i1 >> 0] | 0) == 114) { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 12, i4) | 0; - i8 = 111; + do if ((i8 | 0) == 108) if ((HEAP8[i1 >> 0] | 0) == 114) { + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 13, i4) | 0; + i8 = 114; break; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 108; + i8 = 111; break; } while (0); - do if ((i8 | 0) == 108) if ((HEAP8[i1 >> 0] | 0) == 111) { + do if ((i8 | 0) == 111) if ((HEAP8[i1 >> 0] | 0) == 111) { i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 9, i4) | 0; - i8 = 111; + i8 = 114; break; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; i1 = i7 + 8 | 0; __ZNKSt3__18functionIFvvEEclEv(i1); - i8 = 112; + i8 = 115; break; } while (0); - if ((i8 | 0) == 111) { - i8 = 175; + if ((i8 | 0) == 114) { + i8 = 187; break; - } else if ((i8 | 0) == 112) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i5) | 0, 10) | 0; + } else if ((i8 | 0) == 115) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i1); - i8 = 174; + i8 = 186; break; } } else { @@ -19412,20 +20225,25 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 case 108: { i1 = __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i7, i6) | 0; - i8 = 175; + i8 = 187; break L1; } case 114: { + if ((HEAP8[i2 + 2 >> 0] | 0) == 95 ? (HEAP8[i2 + 3 >> 0] | 0) == 116 : 0) { + i1 = __ZN4wasm22SExpressionWasmBuilder14makeBreakTableERNS_7ElementE(i7, i6) | 0; + i8 = 187; + break L1; + } i1 = __ZN4wasm22SExpressionWasmBuilder9makeBreakERNS_7ElementE(i7, i6) | 0; - i8 = 175; + i8 = 187; break L1; } default: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 131; + i8 = 138; break L3; } } @@ -19433,1005 +20251,259 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 case 99: { i1 = i2 + 1 | 0; - i8 = 131; + i8 = 138; + break; + } + case 101: + { + i1 = i2 + 1 | 0; + i8 = 146; break; } case 103: { i1 = i2 + 1 | 0; - i8 = 139; + i8 = 149; break; } case 104: { i1 = i2 + 1 | 0; - i8 = 143; + i8 = 153; break; } case 105: { i1 = i2 + 1 | 0; - i8 = 146; + i8 = 156; break; } case 108: { i1 = i2 + 1 | 0; - i8 = 149; + i8 = 159; break; } case 109: { i1 = i2 + 1 | 0; - i8 = 152; + i8 = 162; break; } case 110: { i1 = i2 + 1 | 0; - i8 = 155; + i8 = 165; break; } case 112: { i1 = i2 + 1 | 0; - i8 = 158; + i8 = 168; break; } case 115: { i1 = i2 + 1 | 0; - i8 = 161; + i8 = 171; break; } case 114: { i1 = i2 + 1 | 0; - i8 = 164; + i8 = 176; break; } case 116: { i1 = i2 + 1 | 0; - i8 = 167; + i8 = 179; break; } case 117: { i1 = i2 + 1 | 0; - i8 = 170; + i8 = 182; break; } default: i1 = i7 + 8 | 0; } while (0); - if ((i8 | 0) == 131) { + if ((i8 | 0) == 138) { if ((HEAP8[i1 >> 0] | 0) == 97) { - if ((i2 | 0) == (HEAP32[10113] | 0)) { + if ((i2 | 0) == (HEAP32[10835] | 0)) { i1 = __ZN4wasm22SExpressionWasmBuilder8makeCallERNS_7ElementE(i7, i6) | 0; - i8 = 175; + i8 = 187; break; } - if ((i2 | 0) == (HEAP32[10114] | 0)) { + if ((i2 | 0) == (HEAP32[10836] | 0)) { i1 = __ZN4wasm22SExpressionWasmBuilder14makeCallImportERNS_7ElementE(i7, i6) | 0; - i8 = 175; + i8 = 187; break; } - if ((i2 | 0) == (HEAP32[10115] | 0)) { + if ((i2 | 0) == (HEAP32[10837] | 0)) { i1 = __ZN4wasm22SExpressionWasmBuilder16makeCallIndirectERNS_7ElementE(i7, i6) | 0; - i8 = 175; + i8 = 187; break; } } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 139; + i8 = 146; } - L34 : do if ((i8 | 0) == 139) switch (HEAP8[i1 >> 0] | 0) { + do if ((i8 | 0) == 146) if ((HEAP8[i1 >> 0] | 0) == 108) { + i1 = __ZN4wasm22SExpressionWasmBuilder14makeThenOrElseERNS_7ElementE(i7, i6) | 0; + i8 = 187; + break L1; + } else { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 149; + break; + } while (0); + L44 : do if ((i8 | 0) == 149) switch (HEAP8[i1 >> 0] | 0) { case 101: { i1 = __ZN4wasm22SExpressionWasmBuilder12makeGetLocalERNS_7ElementE(i7, i6) | 0; - i8 = 175; + i8 = 187; break L1; } case 114: { i1 = __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i7, i6, 2) | 0; - i8 = 175; + i8 = 187; break L1; } default: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 143; - break L34; + i8 = 153; + break L44; } } while (0); - do if ((i8 | 0) == 143) if ((HEAP8[i1 >> 0] | 0) == 97) { + do if ((i8 | 0) == 153) if ((HEAP8[i1 >> 0] | 0) == 97) { i1 = __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i7, i6, 3) | 0; - i8 = 175; + i8 = 187; break L1; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 146; + i8 = 156; break; } while (0); - do if ((i8 | 0) == 146) if ((HEAP8[i1 >> 0] | 0) == 102) { + do if ((i8 | 0) == 156) if ((HEAP8[i1 >> 0] | 0) == 102) { i1 = __ZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementE(i7, i6) | 0; - i8 = 175; + i8 = 187; break L1; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 149; + i8 = 159; break; } while (0); - do if ((i8 | 0) == 149) if ((HEAP8[i1 >> 0] | 0) == 111) { + do if ((i8 | 0) == 159) if ((HEAP8[i1 >> 0] | 0) == 111) { i1 = __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i7, i6) | 0; - i8 = 175; + i8 = 187; break L1; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 152; + i8 = 162; break; } while (0); - do if ((i8 | 0) == 152) if ((HEAP8[i1 >> 0] | 0) == 101) { + do if ((i8 | 0) == 162) if ((HEAP8[i1 >> 0] | 0) == 101) { i1 = __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i7, i6, 1) | 0; - i8 = 175; + i8 = 187; break L1; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 155; + i8 = 165; break; } while (0); - do if ((i8 | 0) == 155) if ((HEAP8[i1 >> 0] | 0) == 111) { + do if ((i8 | 0) == 165) if ((HEAP8[i1 >> 0] | 0) == 111) { i1 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i7 + 4 >> 2] | 0) | 0; - i8 = 175; + i8 = 187; break L1; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 158; + i8 = 168; break; } while (0); - do if ((i8 | 0) == 158) if ((HEAP8[i1 >> 0] | 0) == 97) { + do if ((i8 | 0) == 168) if ((HEAP8[i1 >> 0] | 0) == 97) { i1 = __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i7, i6, 0) | 0; - i8 = 175; + i8 = 187; break L1; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 161; + i8 = 171; break; } while (0); - do if ((i8 | 0) == 161) if ((HEAP8[i1 >> 0] | 0) == 101) { - i1 = __ZN4wasm22SExpressionWasmBuilder12makeSetLocalERNS_7ElementE(i7, i6) | 0; - i8 = 175; - break L1; - } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + if ((i8 | 0) == 171) { + L82 : do if ((HEAP8[i1 >> 0] | 0) == 101) switch (HEAP8[i2 + 2 >> 0] | 0) { + case 116: + { + i1 = __ZN4wasm22SExpressionWasmBuilder12makeSetLocalERNS_7ElementE(i7, i6) | 0; + i8 = 187; + break L1; + } + case 108: + { + i1 = __ZN4wasm22SExpressionWasmBuilder10makeSelectERNS_7ElementE(i7, i6) | 0; + i8 = 187; + break L1; + } + default: + break L82; + } while (0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 164; - break; - } while (0); - do if ((i8 | 0) == 164) if ((HEAP8[i1 >> 0] | 0) == 101) { + i8 = 176; + } + do if ((i8 | 0) == 176) if ((HEAP8[i1 >> 0] | 0) == 101) { i1 = __ZN4wasm22SExpressionWasmBuilder10makeReturnERNS_7ElementE(i7, i6) | 0; - i8 = 175; + i8 = 187; break L1; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 167; + i8 = 179; break; } while (0); - do if ((i8 | 0) == 167) if ((HEAP8[i1 >> 0] | 0) == 97) { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeSwitchERNS_7ElementE(i7, i6) | 0; - i8 = 175; + do if ((i8 | 0) == 179) if ((HEAP8[i1 >> 0] | 0) == 104) { + i1 = __ZN4wasm22SExpressionWasmBuilder14makeThenOrElseERNS_7ElementE(i7, i6) | 0; + i8 = 187; break L1; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i8 = 170; + i8 = 182; break; } while (0); - do if ((i8 | 0) == 170) if ((HEAP8[i1 >> 0] | 0) == 110) { + do if ((i8 | 0) == 182) if ((HEAP8[i1 >> 0] | 0) == 110) { i1 = __ZN10MixedArena5allocIN4wasm11UnreachableEEEPT_v(HEAP32[i7 + 4 >> 2] | 0) | 0; - i8 = 175; + i8 = 187; break L1; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; i1 = i7 + 8 | 0; __ZNKSt3__18functionIFvvEEclEv(i1); break; } while (0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17247) | 0, i2) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17337) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i1); - i8 = 174; + i8 = 186; } while (0); - if ((i8 | 0) == 174) _abort(); else if ((i8 | 0) == 175) { + if ((i8 | 0) == 186) _abort(); else if ((i8 | 0) == 187) { STACKTOP = i9; return i1 | 0; } return 0; } -function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { - i69 = i69 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i70 = 0; - i70 = STACKTOP; - STACKTOP = STACKTOP + 224 | 0; - i64 = i70 + 216 | 0; - i57 = i70 + 212 | 0; - i67 = i70 + 192 | 0; - i3 = i70 + 148 | 0; - i46 = i70 + 140 | 0; - i1 = i70 + 208 | 0; - i2 = i70 + 204 | 0; - i45 = i70 + 132 | 0; - i61 = i70 + 124 | 0; - i56 = i70 + 116 | 0; - i48 = i70 + 108 | 0; - i49 = i70 + 92 | 0; - i34 = i70 + 188 | 0; - i38 = i70 + 184 | 0; - i39 = i70 + 180 | 0; - i40 = i70 + 176 | 0; - i41 = i70 + 172 | 0; - i47 = i70 + 84 | 0; - i42 = i70 + 168 | 0; - i43 = i70 + 164 | 0; - i44 = i70 + 160 | 0; - i27 = i70 + 156 | 0; - i28 = i70 + 152 | 0; - i29 = i70 + 144 | 0; - i30 = i70 + 136 | 0; - i31 = i70 + 128 | 0; - i32 = i70 + 120 | 0; - i33 = i70 + 112 | 0; - i50 = i70 + 96 | 0; - i51 = i70 + 88 | 0; - i52 = i70 + 72 | 0; - i53 = i70 + 68 | 0; - i35 = i70 + 56 | 0; - i36 = i70 + 52 | 0; - i54 = i70 + 40 | 0; - i55 = i70 + 36 | 0; - i37 = i70 + 32 | 0; - i58 = i70 + 28 | 0; - i59 = i70 + 24 | 0; - i60 = i70 + 12 | 0; - i62 = i70 + 8 | 0; - i65 = i70 + 4 | 0; - i68 = i70; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 40604) | 0)) ___assert_fail(13347, 13366, 428, 13381); - i66 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 0) | 0; - HEAP32[i3 >> 2] = HEAP32[i66 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 40608) | 0)) ___assert_fail(13392, 13366, 430, 13381); - i66 = __ZN6cashew3RefixEj(i3, 3) | 0; - HEAP32[i46 >> 2] = HEAP32[i66 >> 2]; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i46, 0) | 0, 0) | 0, 40616) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i46, 0) | 0, 1) | 0, 0) | 0, 40700) | 0 : 0) { - i66 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i46, 0) | 0, 1) | 0, 1) | 0; - i66 = __ZN6cashew5Value10getIStringEv(HEAP32[i66 >> 2] | 0) | 0; - __ZN6cashew7IString3setEPKcb(i1, 13171, 1); - if ((HEAP32[i66 >> 2] | 0) != (HEAP32[i1 >> 2] | 0) ? (i66 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i46, 0) | 0, 1) | 0, 1) | 0, i66 = __ZN6cashew5Value10getIStringEv(HEAP32[i66 >> 2] | 0) | 0, __ZN6cashew7IString3setEPKcb(i2, 13416, 1), (HEAP32[i66 >> 2] | 0) != (HEAP32[i2 >> 2] | 0)) : 0) break; - HEAP32[i45 >> 2] = i69; - i66 = i69 + 4 | 0; - i20 = i69 + 80 | 0; - i21 = i69 + 60 | 0; - i22 = i69 + 64 | 0; - i23 = i35 + 4 | 0; - i24 = i35 + 5 | 0; - i25 = i35 + 8 | 0; - i63 = i69 + 16 | 0; - i9 = 0; - i3 = 0; - i4 = 0; - i5 = 0; - i12 = 0; - i13 = 0; - i6 = 0; - i7 = 0; - i8 = 0; - i10 = 0; - i26 = 1; - i11 = 0; - i14 = 0; - L13 : while (1) { - if (i26 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i46 >> 2] | 0) | 0) >>> 0) { - i10 = 12; - break; - } - i19 = __ZN6cashew3RefixEj(i46, i26) | 0; - HEAP32[i61 >> 2] = HEAP32[i19 >> 2]; - L16 : do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 40628) | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 40608) | 0) { - i2 = HEAP32[i69 >> 2] | 0; - HEAP32[i37 >> 2] = HEAP32[i61 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i37 >> 2]; - __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i2, __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i69, i64) | 0); - i2 = i13; - i1 = i14; - break; - } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 40644) | 0) { - i1 = __ZN6cashew3RefixEj(i61, 1) | 0; - HEAP32[i64 >> 2] = HEAP32[i1 >> 2]; - i1 = __ZN6cashew3RefixEj(i64, 1) | 0; - i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i57 >> 2] = i1; - i2 = 0; - while (1) { - if (i2 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; - i1 = __ZN6cashew3RefixEj(i57, i2) | 0; - HEAP32[i67 >> 2] = HEAP32[i1 >> 2]; - i1 = __ZN6cashew3RefixEj(i67, 0) | 0; - i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - i1 = HEAP32[i1 >> 2] | 0; - i19 = __ZN6cashew3RefixEj(i67, 1) | 0; - HEAP32[i56 >> 2] = HEAP32[i19 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 40624) | 0)) { - i10 = 97; - break L13; - } - i19 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; - HEAP32[i19 >> 2] = i1; - i1 = __ZN6cashew3RefixEj(i56, 1) | 0; - i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i19 + 4 >> 2] = HEAP32[i1 >> 2]; - __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i69 >> 2] | 0, i19); - i1 = HEAP32[i57 >> 2] | 0; - i2 = i2 + 1 | 0; - } - i2 = i13; - i1 = i14; - } else { - i2 = i13; - i1 = i14; - } - } else { - i16 = i3; - i17 = i4; - i18 = i5; - i19 = i12; - i15 = 0; - while (1) { - i12 = __ZN6cashew3RefixEj(i61, 1) | 0; - if (i15 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i12 >> 2] | 0) | 0) >>> 0) { - i3 = i16; - i4 = i17; - i5 = i18; - i12 = i19; - i2 = i13; - i1 = i14; - break L16; - } - i12 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i61, 1) | 0, i15) | 0; - HEAP32[i56 >> 2] = HEAP32[i12 >> 2]; - i12 = __ZN6cashew3RefixEj(i56, 0) | 0; - i12 = __ZN6cashew5Value10getIStringEv(HEAP32[i12 >> 2] | 0) | 0; - i12 = HEAP32[i12 >> 2] | 0; - HEAP32[i48 >> 2] = i12; - i5 = __ZN6cashew3RefixEj(i56, 1) | 0; - HEAP32[i49 >> 2] = HEAP32[i5 >> 2]; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 40680) | 0) { - i5 = __ZN6cashew3RefixEj(i49, 1) | 0; - i5 = __ZN6cashew5Value9getNumberEv(HEAP32[i5 >> 2] | 0) | 0; - if (!(+HEAPF64[i5 >> 3] == 0.0)) { - i10 = 17; - break L13; - } - HEAP32[i34 >> 2] = i12; - HEAP32[i38 >> 2] = 0; - HEAP32[i39 >> 2] = 0; - HEAP32[i67 >> 2] = HEAP32[i34 >> 2]; - HEAP32[i57 >> 2] = HEAP32[i38 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i39 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i69, i67, 1, 0, i57, i64); - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i13; - i12 = i14; - } else { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 40640) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 1) | 0, 40756) | 0)) { - i10 = 23; - break L13; - } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 3) | 0, 0) | 0, 40680) | 0)) { - i10 = 23; - break L13; - } - i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 3) | 0, 1) | 0; - i5 = __ZN6cashew5Value9getNumberEv(HEAP32[i5 >> 2] | 0) | 0; - if (!(+HEAPF64[i5 >> 3] == 0.0)) { - i10 = 23; - break L13; - } - i1 = __ZN6cashew3RefixEj(i49, 2) | 0; - i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i40 >> 2] = i12; - HEAP32[i41 >> 2] = i1; - HEAP32[i57 >> 2] = HEAP32[i40 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i41 >> 2]; - __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i45, i57, i64, 1); - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i13; - i12 = i14; - break; - } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 40716) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 1) | 0, 40748) | 0)) { - i10 = 27; - break L13; - } - i5 = __ZN6cashew3RefixEj(i49, 2) | 0; - HEAP32[i47 >> 2] = HEAP32[i5 >> 2]; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i47, 0) | 0, 40680) | 0) { - i5 = __ZN6cashew3RefixEj(i47, 1) | 0; - i5 = __ZN6cashew5Value9getNumberEv(HEAP32[i5 >> 2] | 0) | 0; - if (!(+HEAPF64[i5 >> 3] == 0.0)) { - i10 = 30; - break L13; - } - HEAP32[i42 >> 2] = i12; - HEAP32[i43 >> 2] = 0; - HEAP32[i44 >> 2] = 0; - HEAP32[i67 >> 2] = HEAP32[i42 >> 2]; - HEAP32[i57 >> 2] = HEAP32[i43 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i44 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i69, i67, 4, 0, i57, i64); - } else { - HEAP32[i27 >> 2] = i12; - HEAP32[i28 >> 2] = HEAP32[i47 >> 2]; - HEAP32[i57 >> 2] = HEAP32[i27 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i28 >> 2]; - __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i45, i57, i64, 4); - } - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i13; - i12 = i14; - break; - } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 40452) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 0) | 0, 40624) | 0)) { - i10 = 39; - break L13; - } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 1) | 0, i20) | 0)) { - i10 = 39; - break L13; - } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 2) | 0, 0) | 0, 0) | 0, 40680) | 0)) { - i10 = 39; - break L13; - } - i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 2) | 0, 0) | 0, 1) | 0; - i5 = __ZN6cashew5Value9getNumberEv(HEAP32[i5 >> 2] | 0) | 0; - if (!(+HEAPF64[i5 >> 3] == 0.0)) { - i10 = 39; - break L13; - } - HEAP32[i29 >> 2] = i12; - HEAP32[i30 >> 2] = 0; - HEAP32[i31 >> 2] = 0; - HEAP32[i67 >> 2] = HEAP32[i29 >> 2]; - HEAP32[i57 >> 2] = HEAP32[i30 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i31 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i69, i67, 3, 0, i57, i64); - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i13; - i12 = i14; - break; - } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 40908) | 0) { - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 0) | 0, 40624) | 0) { - i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 1) | 0; - i5 = __ZN6cashew5Value10getIStringEv(HEAP32[i5 >> 2] | 0) | 0; - i5 = HEAP32[i5 >> 2] | 0; - i1 = __ZN6cashew3RefixEj(i49, 2) | 0; - i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - if ((i5 | 0) != (HEAP32[10070] | 0)) { - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i13; - break; - } - i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) == (HEAP32[10076] | 0)) { - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i12; - i5 = i13; - break; - } - if ((i1 | 0) == (HEAP32[10077] | 0)) { - i1 = i16; - i2 = i12; - i3 = i18; - i4 = i19; - i5 = i13; - break; - } - if ((i1 | 0) == (HEAP32[10078] | 0)) { - i1 = i16; - i2 = i17; - i3 = i12; - i4 = i19; - i5 = i13; - break; - } - if ((i1 | 0) == (HEAP32[10079] | 0)) { - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i13; - i7 = i12; - break; - } - if ((i1 | 0) == (HEAP32[10080] | 0)) { - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i12; - break; - } - if ((i1 | 0) == (HEAP32[10081] | 0)) { - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i13; - i6 = i12; - break; - } - if ((i1 | 0) == (HEAP32[10082] | 0)) { - i9 = i12; - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i13; - break; - } - i1 = (i1 | 0) == (HEAP32[10083] | 0) ? i12 : i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i13; - } else { - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i13; - } while (0); - HEAP32[i32 >> 2] = i12; - HEAP32[i33 >> 2] = HEAP32[i49 >> 2]; - HEAP32[i57 >> 2] = HEAP32[i32 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i33 >> 2]; - __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i45, i57, i64, 0); - i12 = i14; - break; - } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 40916) | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 40920) | 0)) { - i10 = 88; - break L13; - } - i5 = HEAP32[i69 >> 2] | 0; - i5 = (HEAP32[i5 + 100 >> 2] | 0) - (HEAP32[i5 + 96 >> 2] | 0) >> 2; - i1 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i63, i48) | 0; - HEAP32[i1 >> 2] = i5; - i1 = __ZN6cashew3RefixEj(i49, 1) | 0; - i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i64 >> 2] = i1; - i5 = 0; - while (1) { - if (i5 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; - i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i64, i5) | 0, 1) | 0; - i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - i1 = HEAP32[i1 >> 2] | 0; - i2 = HEAP32[i69 >> 2] | 0; - HEAP32[i36 >> 2] = i1; - i3 = i2 + 100 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i2 + 104 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i1; - HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i2 + 96 | 0, i36); - i1 = HEAP32[i64 >> 2] | 0; - i5 = i5 + 1 | 0; - } - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i13; - i12 = i14; - break; - } - i14 = __ZN6cashew3RefixEj(i49, 1) | 0; - HEAP32[i49 >> 2] = HEAP32[i14 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 40452) | 0)) { - i10 = 55; - break L13; - } - i14 = __ZN6cashew3RefixEj(i49, 1) | 0; - HEAP32[i57 >> 2] = HEAP32[i14 >> 2]; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i57, 0) | 0, 40908) | 0) { - i2 = __ZN6cashew3RefixEj(i57, 2) | 0; - i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; - i2 = HEAP32[i2 >> 2] | 0; - i1 = i2; - if ((i1 | 0) == (HEAP32[10076] | 0)) { - i8 = 0; - i10 = 1; - i11 = 1; - i12 = 1; - break; - } - if ((i1 | 0) == (HEAP32[10077] | 0)) { - i8 = 0; - i10 = 2; - i11 = 1; - i12 = 1; - break; - } - if ((i1 | 0) == (HEAP32[10078] | 0)) { - i8 = 0; - i10 = 4; - i11 = 1; - i12 = 1; - break; - } - if ((i1 | 0) == (HEAP32[10079] | 0)) { - i8 = 0; - i10 = 1; - i11 = 1; - i12 = 0; - break; - } - if ((i1 | 0) == (HEAP32[10080] | 0)) { - i8 = 0; - i10 = 2; - i11 = 1; - i12 = 0; - break; - } - if ((i1 | 0) == (HEAP32[10081] | 0)) { - i8 = 0; - i10 = 4; - i11 = 1; - i12 = 0; - break; - } - if ((i1 | 0) == (HEAP32[10082] | 0)) { - i8 = 2; - i10 = 4; - i11 = 0; - i12 = 1; - break; - } - if ((i1 | 0) == (HEAP32[10083] | 0)) { - i8 = 1; - i10 = 8; - i11 = 0; - i12 = 1; - } else { - i10 = 65; - break L13; - } - } else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i57, 0) | 0, 40624) | 0)) { - i10 = 67; - break L13; - } - i2 = __ZN6cashew3RefixEj(i57, 1) | 0; - i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; - i2 = HEAP32[i2 >> 2] | 0; - i1 = i2; - if ((i1 | 0) == (i19 | 0)) { - i8 = 0; - i10 = 1; - i11 = 1; - i12 = 1; - break; - } - if ((i1 | 0) == (i17 | 0)) { - i8 = 0; - i10 = 2; - i11 = 1; - i12 = 1; - break; - } - if ((i1 | 0) == (i18 | 0)) { - i8 = 0; - i10 = 4; - i11 = 1; - i12 = 1; - break; - } - if ((i1 | 0) == (i7 | 0)) { - i8 = 0; - i10 = 1; - i11 = 1; - i12 = 0; - break; - } - if ((i1 | 0) == (i13 | 0)) { - i8 = 0; - i10 = 2; - i11 = 1; - i12 = 0; - break; - } - if ((i1 | 0) == (i6 | 0)) { - i8 = 0; - i10 = 4; - i11 = 1; - i12 = 0; - break; - } - if ((i1 | 0) == (i9 | 0)) { - i8 = 2; - i10 = 4; - i11 = 0; - i12 = 1; - break; - } - if ((i1 | 0) == (i16 | 0)) { - i8 = 1; - i10 = 8; - i11 = 0; - i12 = 1; - } else { - i10 = 76; - break L13; - } - } while (0); - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i21, i48) | 0) != (i22 | 0)) { - i10 = 78; - break L13; - } - HEAP32[i35 >> 2] = i10; - HEAP8[i23 >> 0] = i11 & 1; - HEAP8[i24 >> 0] = i12 & 1; - HEAP32[i25 >> 2] = i8; - __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE7emplaceIJRS2_S5_EEENS9_INS_14__map_iteratorINS_15__tree_iteratorINS_12__value_typeIS2_S5_EEPNS_11__tree_nodeISJ_PvEEiEEEEbEEDpOT_(i64, i21, i48, i35); - i1 = i16; - i2 = i17; - i3 = i18; - i4 = i19; - i5 = i13; - } while (0); - i16 = i1; - i17 = i2; - i18 = i3; - i19 = i4; - i13 = i5; - i15 = i15 + 1 | 0; - i14 = i12; - } - } while (0); - i13 = i2; - i26 = i26 + 1 | 0; - i14 = i1; - } - switch (i10 | 0) { - case 12: - { - HEAP32[i67 >> 2] = 0; - i4 = i67 + 4 | 0; - HEAP32[i4 >> 2] = 0; - HEAP32[i67 + 8 >> 2] = 0; - i9 = HEAP32[i69 >> 2] | 0; - i5 = i9 + 64 | 0; - i6 = i69 + 100 | 0; - i7 = i69 + 104 | 0; - i8 = i67 + 8 | 0; - i9 = HEAP32[i9 + 60 >> 2] | 0; - while (1) { - if ((i9 | 0) == (i5 | 0)) break; - i2 = HEAP32[i9 + 16 >> 2] | 0; - HEAP32[i61 >> 2] = i2; - i3 = HEAP32[i9 + 20 >> 2] | 0; - do if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i6, i61) | 0) == (i7 | 0)) { - if ((HEAP32[i3 + 4 >> 2] | 0) != (HEAP32[10089] | 0)) { - i1 = HEAP32[i4 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i8 >> 2] | 0)) { - __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i67, i61); - break; - } else { - HEAP32[i1 >> 2] = i2; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - break; - } - } - } else { - HEAP32[i58 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i59 >> 2] = HEAP32[i3 + 8 >> 2]; - HEAP32[i57 >> 2] = HEAP32[i58 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i59 >> 2]; - i1 = __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__16vectorIPNS_10ExpressionENS2_9allocatorIS5_EEEE(i69, i57, i64, 0) | 0; - if (!i1) { - __ZN4wasm6getSigEPNS_12FunctionTypeE(i60, __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i61) | 0); - i56 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i60, HEAP32[i69 >> 2] | 0, HEAP32[i66 >> 2] | 0) | 0; - HEAP32[i3 + 12 >> 2] = i56; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i60); - break; - } else { - HEAP32[i3 + 12 >> 2] = i1; - break; - } - } while (0); - i9 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i9) | 0; - } - i1 = HEAP32[i4 >> 2] | 0; - i2 = HEAP32[i67 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i61 = HEAP32[i69 >> 2] | 0; - HEAP32[i62 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i62 >> 2]; - __ZN4wasm6Module12removeImportENS_4NameE(i61, i64); - i2 = i2 + 4 | 0; - } - i1 = i69 + 32 | 0; - i2 = i69 + 20 | 0; - i4 = HEAP32[i69 + 28 >> 2] | 0; - while (1) { - if ((i4 | 0) == (i1 | 0)) break; - i3 = HEAP32[i4 + 16 >> 2] | 0; - HEAP32[i64 >> 2] = HEAP32[i4 + 20 >> 2]; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEiEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE4findIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_(i63, i64) | 0) == (i2 | 0)) { - i10 = 117; - break; - } - i61 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; - HEAP32[i61 + 8 >> 2] = 0; - i62 = i3 + 24 | 0; - HEAP32[i61 + 12 >> 2] = HEAP32[i62 >> 2]; - i60 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; - i59 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i63, i64) | 0; - i59 = HEAP32[i59 >> 2] | 0; - HEAP32[i60 + 8 >> 2] = 1; - HEAP32[i60 + 16 >> 2] = i59; - HEAP32[i60 + 4 >> 2] = 1; - HEAP32[i61 + 16 >> 2] = i60; - HEAP32[i61 + 4 >> 2] = 1; - HEAP32[i62 >> 2] = i61; - i4 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; - } - if ((i10 | 0) == 117) ___assert_fail(13992, 13366, 678, 13381); - if (HEAP8[i69 + 40 >> 0] | 0) { - i5 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; - HEAP32[i5 >> 2] = HEAP32[10099]; - HEAP32[i65 >> 2] = 1; - i1 = i5 + 12 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i5 + 16 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = HEAP32[10100]; - HEAP32[i2 + 4 >> 2] = 1; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i5 + 8 | 0, 40400, i65); - i1 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = HEAP32[10100]; - i2 = __ZN10MixedArena5allocIN4wasm4HostEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; - HEAP32[i2 + 8 >> 2] = 2; - HEAP32[i68 >> 2] = i1; - i3 = i2 + 20 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i2 + 24 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i1; - HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i2 + 16 | 0, i68); - HEAP32[i5 + 36 >> 2] = i2; - __ZN4wasm6Module11addFunctionEPNS_8FunctionE(HEAP32[i69 >> 2] | 0, i5); - i68 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; - i66 = HEAP32[10099] | 0; - HEAP32[i68 + 4 >> 2] = i66; - HEAP32[i68 >> 2] = i66; - __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i69 >> 2] | 0, i68); - } - __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i67); - STACKTOP = i70; - return; - } - case 17: - { - ___assert_fail(13584, 13366, 510, 13381); - break; - } - case 23: - { - ___assert_fail(13611, 13366, 514, 13381); - break; - } - case 27: - { - ___assert_fail(13681, 13366, 519, 13381); - break; - } - case 30: - { - ___assert_fail(13698, 13366, 523, 13381); - break; - } - case 39: - { - ___assert_fail(13726, 13366, 530, 13381); - break; - } - case 55: - { - ___assert_fail(13837, 13366, 562, 13381); - break; - } - case 65: - { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i50, 13854, 19); - HEAP32[i51 >> 2] = i2; - HEAP32[i64 >> 2] = HEAP32[i51 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i50, i64); - break; - } - case 67: - { - ___assert_fail(13874, 13366, 589, 13381); - break; - } - case 76: - { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i52, 13897, 25); - HEAP32[i53 >> 2] = i2; - HEAP32[i64 >> 2] = HEAP32[i53 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i52, i64); - break; - } - case 78: - { - ___assert_fail(13923, 13366, 611, 13381); - break; - } - case 88: - { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i54, 13955, 19); - HEAP32[i55 >> 2] = HEAP32[i56 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i55 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i54, i64); - break; - } - case 97: - { - ___assert_fail(13975, 13366, 639, 13381); - break; - } - } - } while (0); - ___assert_fail(13427, 13366, 432, 13381); -} - function _printf_core(i50, i3, i51, i52, i53) { i50 = i50 | 0; i3 = i3 | 0; @@ -20651,7 +20723,7 @@ function _printf_core(i50, i3, i51, i52, i53) { break L1; } i5 = i3 + 1 | 0; - i4 = HEAP8[31495 + (i9 * 58 | 0) + i4 >> 0] | 0; + i4 = HEAP8[34482 + (i9 * 58 | 0) + i4 >> 0] | 0; i7 = i4 & 255; if ((i7 + -1 | 0) >>> 0 < 8) { i3 = i5; @@ -20684,7 +20756,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i1 = 0; break L1; } - _pop_arg_529(i44, i7, i51); + _pop_arg_135(i44, i7, i51); } while (0); if ((i26 | 0) == 52 ? (i26 = 0, !i27) : 0) { i4 = i12; @@ -20790,14 +20862,14 @@ function _printf_core(i50, i3, i51, i52, i53) { if (!(i23 & 8)) { i4 = i23; i9 = 0; - i7 = 31975; + i7 = 34962; i26 = 77; } else { i9 = i36 - i3 | 0; i4 = i23; i8 = (i8 | 0) > (i9 | 0) ? i8 : i9 + 1 | 0; i9 = 0; - i7 = 31975; + i7 = 34962; i26 = 77; } break; @@ -20815,18 +20887,18 @@ function _printf_core(i50, i3, i51, i52, i53) { HEAP32[i5 >> 2] = i3; HEAP32[i5 + 4 >> 2] = i4; i5 = 1; - i7 = 31975; + i7 = 34962; i26 = 76; break L75; } if (!(i23 & 2048)) { i7 = i23 & 1; i5 = i7; - i7 = (i7 | 0) == 0 ? 31975 : 31977; + i7 = (i7 | 0) == 0 ? 34962 : 34964; i26 = 76; } else { i5 = 1; - i7 = 31976; + i7 = 34963; i26 = 76; } break; @@ -20837,7 +20909,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = HEAP32[i4 >> 2] | 0; i4 = HEAP32[i4 + 4 >> 2] | 0; i5 = 0; - i7 = 31975; + i7 = 34962; i26 = 76; break; } @@ -20847,7 +20919,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = i37; i10 = 1; i12 = 0; - i11 = 31975; + i11 = 34962; i4 = i28; break; } @@ -20861,7 +20933,7 @@ function _printf_core(i50, i3, i51, i52, i53) { case 115: { i4 = HEAP32[i44 >> 2] | 0; - i4 = i4 | 0 ? i4 : 33877; + i4 = i4 | 0 ? i4 : 36864; i26 = 82; break; } @@ -20900,14 +20972,14 @@ function _printf_core(i50, i3, i51, i52, i53) { if ((HEAP32[tempDoublePtr + 4 >> 2] | 0) >= 0) if (!(i23 & 2048)) { i22 = i23 & 1; i21 = i22; - i22 = (i22 | 0) == 0 ? 33885 : 33890; + i22 = (i22 | 0) == 0 ? 36872 : 36877; } else { i21 = 1; - i22 = 33887; + i22 = 36874; } else { d6 = -d6; i21 = 1; - i22 = 33884; + i22 = 36871; } HEAPF64[tempDoublePtr >> 3] = d6; i20 = HEAP32[tempDoublePtr + 4 >> 2] & 2146435072; @@ -20951,7 +21023,7 @@ function _printf_core(i50, i3, i51, i52, i53) { while (1) { i22 = ~~d6; i3 = i4 + 1 | 0; - HEAP8[i4 >> 0] = HEAPU8[31959 + i22 >> 0] | i11; + HEAP8[i4 >> 0] = HEAPU8[34946 + i22 >> 0] | i11; d6 = (d6 - +(i22 | 0)) * 16.0; do if ((i3 - i39 | 0) == 1) { if (i5 & (i7 & d6 == 0.0)) break; @@ -21242,7 +21314,7 @@ function _printf_core(i50, i3, i51, i52, i53) { } while (i4 >>> 0 <= i20 >>> 0); do if (i11 | 0) { if (HEAP32[i50 >> 2] & 32 | 0) break; - ___fwritex(39076, 1, i50) | 0; + ___fwritex(41967, 1, i50) | 0; } while (0); if ((i3 | 0) > 0 & i4 >>> 0 < i18 >>> 0) { i5 = i4; @@ -21284,7 +21356,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i4 = i5; break; } - ___fwritex(39076, 1, i50) | 0; + ___fwritex(41967, 1, i50) | 0; i4 = i5; } else { if (i4 >>> 0 <= i46 >>> 0) break; @@ -21314,7 +21386,7 @@ function _printf_core(i50, i3, i51, i52, i53) { ___fwritex(i22, i4, i50) | 0; i3 = HEAP32[i50 >> 2] | 0; } - if (!(i3 & 32)) ___fwritex(i8 ? (i9 ? 33911 : 33915) : i9 ? 33903 : 33907, 3, i50) | 0; + if (!(i3 & 32)) ___fwritex(i8 ? (i9 ? 36898 : 36902) : i9 ? 36890 : 36894, 3, i50) | 0; _pad(i50, 32, i25, i7, i23 ^ 8192); i3 = (i7 | 0) < (i25 | 0) ? i25 : i7; } while (0); @@ -21328,7 +21400,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i5 = i23; i10 = i8; i12 = 0; - i11 = 31975; + i11 = 34962; i4 = i28; } } while (0); @@ -21341,7 +21413,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = i28; do { i3 = i3 + -1 | 0; - HEAP8[i3 >> 0] = HEAPU8[31959 + (i4 & 15) >> 0] | i7; + HEAP8[i3 >> 0] = HEAPU8[34946 + (i4 & 15) >> 0] | i7; i4 = _bitshift64Lshr(i4 | 0, i5 | 0, 4) | 0; i5 = tempRet0; } while (!((i4 | 0) == 0 & (i5 | 0) == 0)); @@ -21349,19 +21421,19 @@ function _printf_core(i50, i3, i51, i52, i53) { if ((i9 & 8 | 0) == 0 | (HEAP32[i26 >> 2] | 0) == 0 & (HEAP32[i26 + 4 >> 2] | 0) == 0) { i4 = i9; i9 = 0; - i7 = 31975; + i7 = 34962; i26 = 77; } else { i4 = i9; i9 = 2; - i7 = 31975 + (i10 >> 4) | 0; + i7 = 34962 + (i10 >> 4) | 0; i26 = 77; } } else { i3 = i28; i4 = i9; i9 = 0; - i7 = 31975; + i7 = 34962; i26 = 77; } } else if ((i26 | 0) == 76) { @@ -21376,7 +21448,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = i4; i10 = i22 ? i8 : i23 - i4 | 0; i12 = 0; - i11 = 31975; + i11 = 34962; i4 = i22 ? i4 + i8 | 0 : i23; } else if ((i26 | 0) == 86) { i26 = 0; @@ -21467,7 +21539,7 @@ function _printf_core(i50, i3, i51, i52, i53) { while (1) { i2 = HEAP32[i53 + (i1 << 2) >> 2] | 0; if (!i2) break; - _pop_arg_529(i52 + (i1 << 3) | 0, i2, i51); + _pop_arg_135(i52 + (i1 << 3) | 0, i2, i51); i1 = i1 + 1 | 0; if ((i1 | 0) >= 10) { i1 = 1; @@ -21489,7 +21561,6 @@ function _printf_core(i50, i3, i51, i52, i53) { STACKTOP = i54; return i1 | 0; } - function ___floatscan(i24, i2, i21) { i24 = i24 | 0; i2 = i2 | 0; @@ -21556,7 +21627,7 @@ function ___floatscan(i24, i2, i21) { i3 = i2; i2 = 0; do { - if ((i3 | 32 | 0) != (HEAP8[31486 + i2 >> 0] | 0)) break; + if ((i3 | 32 | 0) != (HEAP8[34207 + i2 >> 0] | 0)) break; do if (i2 >>> 0 < 7) { i3 = HEAP32[i23 >> 2] | 0; if (i3 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { @@ -21588,7 +21659,7 @@ function ___floatscan(i24, i2, i21) { L34 : do if (!i2) { i2 = 0; do { - if ((i3 | 32 | 0) != (HEAP8[33911 + i2 >> 0] | 0)) break L34; + if ((i3 | 32 | 0) != (HEAP8[36898 + i2 >> 0] | 0)) break L34; do if (i2 >>> 0 < 2) { i3 = HEAP32[i23 >> 2] | 0; if (i3 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { @@ -22178,13 +22249,13 @@ function ___floatscan(i24, i2, i21) { break; } if ((i3 | 0) < 9) { - d1 = +(i28 | 0) * +((HEAP32[i27 >> 2] | 0) >>> 0) / +(HEAP32[4976 + (8 - i3 << 2) >> 2] | 0); + d1 = +(i28 | 0) * +((HEAP32[i27 >> 2] | 0) >>> 0) / +(HEAP32[5336 + (8 - i3 << 2) >> 2] | 0); break; } i24 = i30 + 27 + (Math_imul(i3, -3) | 0) | 0; i2 = HEAP32[i27 >> 2] | 0; if ((i24 | 0) > 30 | (i2 >>> i24 | 0) == 0) { - d1 = +(i28 | 0) * +(i2 >>> 0) * +(HEAP32[4976 + (i3 + -10 << 2) >> 2] | 0); + d1 = +(i28 | 0) * +(i2 >>> 0) * +(HEAP32[5336 + (i3 + -10 << 2) >> 2] | 0); break; } } @@ -22194,7 +22265,7 @@ function ___floatscan(i24, i2, i21) { i2 = 0; } else { i13 = (i3 | 0) > -1 ? i2 : i2 + 9 | 0; - i8 = HEAP32[4976 + (8 - i13 << 2) >> 2] | 0; + i8 = HEAP32[5336 + (8 - i13 << 2) >> 2] | 0; if (i6) { i9 = 1e9 / (i8 | 0) | 0; i5 = 0; @@ -22478,7 +22549,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 119: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i11, 37717, 7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i11, 40608, 7); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i11, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i11); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22490,7 +22561,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R switch (HEAP8[i1 + 2 >> 0] | 0) { case 48: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i19, 38039); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i19, 40930); i2 = i35 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i35 + 8 >> 2] | 0; @@ -22523,7 +22594,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R } case 49: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i20, 38045); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i20, 40936); i2 = i35 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i35 + 8 >> 2] | 0; @@ -22561,7 +22632,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 99: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i12, 37730, 4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i12, 40621, 4); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i12, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i12); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22570,7 +22641,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 97: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i13, 37735, 11); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i13, 40626, 11); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i13, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i13); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22579,7 +22650,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 104: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i14, 37747, 13); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i14, 40638, 13); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i14, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i14); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22588,7 +22659,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 115: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i15, 37761, 5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i15, 40652, 5); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i15, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i15); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22597,7 +22668,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 116: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, 37767, 14); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, 40658, 14); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i2, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i2); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22606,7 +22677,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 105: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i3, 48675, 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i3, 51584, 0); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i3, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i3); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22615,7 +22686,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 106: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i4, 38050, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i4, 40941, 1); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i4, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i4); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22624,7 +22695,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 108: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i5, 38052, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i5, 40943, 1); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i5, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i5); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22633,7 +22704,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 109: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 38054, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 40945, 2); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i6, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i6); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22642,7 +22713,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 120: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i7, 38057, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i7, 40948, 2); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i7, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i7); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22651,7 +22722,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 121: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i8, 38060, 3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i8, 40951, 3); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i8, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22660,7 +22731,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 110: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 37847, 8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 40738, 8); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i9, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i9); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22669,7 +22740,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R case 111: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i10, 37856, 17); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i10, 40747, 17); i35 = __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i34, i18, i10, i35) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i10); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; @@ -22715,7 +22786,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R i2 = i2 + 1 | 0; } while ((i2 | 0) < (i3 | 0)); HEAPF64[i27 >> 3] = +HEAPF32[i32 >> 2]; - i2 = _snprintf(i31, 24, 38064, i27) | 0; + i2 = _snprintf(i31, 24, 40955, i27) | 0; if (i2 >>> 0 > 23) break; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, i31, i2); __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i33, i34); @@ -22796,7 +22867,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R i2 = i2 + 1 | 0; } while ((i2 | 0) < (i3 | 0)); HEAPF64[i28 >> 3] = +HEAPF64[i32 >> 3]; - i2 = _snprintf(i31, 32, 38068, i28) | 0; + i2 = _snprintf(i31, 32, 40959, i28) | 0; if (i2 >>> 0 > 31) break; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, i31, i2); __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i33, i34); @@ -22877,7 +22948,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R i2 = i2 + 1 | 0; } while ((i2 | 0) < (i3 | 0)); HEAPF64[i29 >> 3] = +HEAPF64[i32 >> 3]; - i2 = _snprintf(i31, 40, 38071, i29) | 0; + i2 = _snprintf(i31, 40, 40962, i29) | 0; if (i2 >>> 0 > 39) break; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, i31, i2); __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i33, i34); @@ -22949,7 +23020,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R if ((HEAP32[i35 >> 2] | 0) == (i2 | 0)) break L1; i5 = i2 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i25, i5); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i25, 0, 38035) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i25, 0, 40926) | 0; HEAP32[i24 >> 2] = HEAP32[i1 >> 2]; HEAP32[i24 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i24 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -22959,7 +23030,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i24, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i24, 40928) | 0; HEAP32[i23 >> 2] = HEAP32[i1 >> 2]; HEAP32[i23 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i23 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -23052,7 +23123,7 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE HEAP32[i24 >> 2] = i1; HEAP32[i46 >> 2] = i8; i40 = i46 + 4 | 0; - HEAP32[i40 >> 2] = 216; + HEAP32[i40 >> 2] = 231; HEAP32[i29 >> 2] = i8; HEAP32[i28 >> 2] = i8 + 400; i1 = 0; @@ -23790,7 +23861,7 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE HEAP32[i29 >> 2] = i1; HEAP32[i50 >> 2] = i9; i44 = i50 + 4 | 0; - HEAP32[i44 >> 2] = 216; + HEAP32[i44 >> 2] = 231; HEAP32[i33 >> 2] = i9; HEAP32[i32 >> 2] = i9 + 400; i1 = 0; @@ -24524,7 +24595,6 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE STACKTOP = i51; return i2 | 0; } - function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i22, i19, i20) { i22 = i22 | 0; i19 = i19 | 0; @@ -24570,7 +24640,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i i1 = i22; break L126; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 39519) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 42410) | 0; break L126; } case 82: @@ -24586,7 +24656,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i i1 = i22; break L126; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 39539) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 42430) | 0; break L126; } default: @@ -24616,7 +24686,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i i1 = i22; break L126; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 39368) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 42259) | 0; break L126; } case 84: @@ -24632,7 +24702,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i i1 = i22; break L126; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 39380) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 42271) | 0; break L126; } case 73: @@ -24648,7 +24718,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i i1 = i22; break L126; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 39389) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 42280) | 0; break L126; } case 83: @@ -24664,7 +24734,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i i1 = i22; break L126; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 39403) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 42294) | 0; break L126; } case 99: @@ -24690,7 +24760,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i i1 = i22; break L126; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 39422) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 42313) | 0; break L126; } case 67: @@ -24734,7 +24804,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i i3 = HEAP32[i4 >> 2] | 0; } i11 = i5 + -48 | 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i23, 0, 39449) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i23, 0, 42340) | 0; HEAP32[i13 >> 2] = HEAP32[i2 >> 2]; HEAP32[i13 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i13 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -24744,7 +24814,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i HEAP32[i2 + (i3 << 2) >> 2] = 0; i3 = i3 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 39474) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 42365) | 0; HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; HEAP32[i12 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i12 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -24860,10 +24930,10 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i } i2 = i2 + -24 | 0; if ((HEAP8[i22 + 2 >> 0] | 0) == 118) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 39479) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 42370) | 0; break L126; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 39497) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 42388) | 0; break L126; } } @@ -25061,7 +25131,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i while (1) { if (i2 >>> 0 >= i5 >>> 0) break; i6 = HEAP8[i21 >> 0] | 0; - if (((i6 & 1) == 0 ? (i6 & 255) >>> 1 : HEAP32[i8 >> 2] | 0) | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i21, 38669) | 0; + if (((i6 & 1) == 0 ? (i6 & 255) >>> 1 : HEAP32[i8 >> 2] | 0) | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i21, 41560) | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i15, (HEAP32[i20 >> 2] | 0) + (i2 * 24 | 0) | 0); i6 = HEAP8[i15 >> 0] | 0; i3 = (i6 & 1) == 0; @@ -25091,7 +25161,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i break; } if (!i7) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + -24 | 0, 38669) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + -24 | 0, 41560) | 0; i3 = HEAP32[i14 >> 2] | 0; i4 = HEAP8[i21 >> 0] | 0; i2 = HEAP32[i8 >> 2] | 0; @@ -25112,18 +25182,18 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i } while (0); if ((i2 | 0) != (i3 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9push_backEc(i3 + -24 | 0, 41); - if (i16 & 1 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 37685) | 0; - if (i16 & 2 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 37692) | 0; - if (i16 & 4 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 37702) | 0; + if (i16 & 1 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 40576) | 0; + if (i16 & 2 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 40583) | 0; + if (i16 & 4 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 40593) | 0; switch (i17 | 0) { case 1: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 39276) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 42167) | 0; break; } case 2: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 39279) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 42170) | 0; break; } default: @@ -25162,7 +25232,6 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i STACKTOP = i28; return i1 | 0; } - function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i16, i13) { i1 = i1 | 0; i16 = i16 | 0; @@ -25244,7 +25313,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ break L6; } __ZN10__cxxabiv112_GLOBAL__N_19base_nameINSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEEEET_RS9_(i12, i2 + -24 | 0); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i12, 0, 38124) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i12, 0, 41015) | 0; HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; HEAP32[i10 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i10 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -25294,7 +25363,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ switch (HEAP8[i1 + 1 >> 0] | 0) { case 116: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 39048, 8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 41939, 8); __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i8, i9); i7 = i13 + 4 | 0; i2 = HEAP32[i7 >> 2] | 0; @@ -25369,7 +25438,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ default: break L40; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i10, 39057, 9); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i10, 41948, 9); __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i7, i10); i14 = i13 + 4 | 0; i2 = HEAP32[i14 >> 2] | 0; @@ -25505,12 +25574,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ i2 = i8; continue; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i5 + -48 | 0, 38669) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i5 + -48 | 0, 41560) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj((HEAP32[i14 >> 2] | 0) + -24 | 0, i2 ? i10 : HEAP32[i9 >> 2] | 0, i4) | 0; i2 = i8; } if ((i4 | 0) == 91) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 38037) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 40928) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i15); i3 = i2; break; @@ -25641,251 +25710,275 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitUnaryEPNS_5UnaryE(i44, i36, i43) { - i44 = i44 | 0; - i36 = i36 | 0; - i43 = i43 | 0; - var d1 = 0.0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i45 = 0; - i45 = STACKTOP; - STACKTOP = STACKTOP + 624 | 0; - i38 = i45 + 600 | 0; - i35 = i45 + 544 | 0; - i37 = i45 + 512 | 0; - i2 = i45 + 584 | 0; - i3 = i45 + 568 | 0; - i14 = i45 + 528 | 0; - i25 = i45 + 496 | 0; - i29 = i45 + 480 | 0; - i30 = i45 + 464 | 0; - i40 = i45 + 456 | 0; - i39 = i45 + 448 | 0; - i31 = i45 + 432 | 0; - i32 = i45 + 416 | 0; - i33 = i45 + 400 | 0; - i34 = i45 + 384 | 0; - i4 = i45 + 368 | 0; - i42 = i45 + 360 | 0; - i41 = i45 + 352 | 0; - i5 = i45 + 336 | 0; - i6 = i45 + 320 | 0; - i7 = i45 + 304 | 0; - i8 = i45 + 288 | 0; - i9 = i45 + 272 | 0; - i10 = i45 + 256 | 0; - i11 = i45 + 240 | 0; - i12 = i45 + 224 | 0; - i13 = i45 + 208 | 0; - i15 = i45 + 192 | 0; - i16 = i45 + 176 | 0; - i17 = i45 + 160 | 0; - i18 = i45 + 144 | 0; - i19 = i45 + 128 | 0; - i20 = i45 + 112 | 0; - i21 = i45 + 96 | 0; - i22 = i45 + 80 | 0; - i23 = i45 + 64 | 0; - i24 = i45 + 48 | 0; - i26 = i45 + 32 | 0; - i27 = i45 + 16 | 0; - i28 = i45; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i35, i36, HEAP32[i43 + 12 >> 2] | 0); - if (!(HEAP32[i35 + 16 >> 2] | 0)) { - HEAP32[i37 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i37 + 4 >> 2] = HEAP32[i35 + 4 >> 2]; - HEAP32[i37 + 8 >> 2] = HEAP32[i35 + 8 >> 2]; - HEAP32[i37 + 12 >> 2] = HEAP32[i35 + 12 >> 2]; - L3 : do switch (HEAP32[i37 >> 2] | 0) { +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitUnaryEPNS_5UnaryE(i46, i38, i45) { + i46 = i46 | 0; + i38 = i38 | 0; + i45 = i45 | 0; + var d1 = 0.0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i47 = 0; + i47 = STACKTOP; + STACKTOP = STACKTOP + 656 | 0; + i40 = i47 + 632 | 0; + i37 = i47 + 576 | 0; + i39 = i47 + 544 | 0; + i2 = i47 + 616 | 0; + i3 = i47 + 600 | 0; + i14 = i47 + 560 | 0; + i25 = i47 + 528 | 0; + i31 = i47 + 512 | 0; + i32 = i47 + 496 | 0; + i33 = i47 + 480 | 0; + i42 = i47 + 472 | 0; + i41 = i47 + 464 | 0; + i34 = i47 + 448 | 0; + i35 = i47 + 432 | 0; + i36 = i47 + 416 | 0; + i4 = i47 + 400 | 0; + i5 = i47 + 384 | 0; + i6 = i47 + 368 | 0; + i44 = i47 + 360 | 0; + i43 = i47 + 352 | 0; + i7 = i47 + 336 | 0; + i8 = i47 + 320 | 0; + i9 = i47 + 304 | 0; + i10 = i47 + 288 | 0; + i11 = i47 + 272 | 0; + i12 = i47 + 256 | 0; + i13 = i47 + 240 | 0; + i15 = i47 + 224 | 0; + i16 = i47 + 208 | 0; + i17 = i47 + 192 | 0; + i18 = i47 + 176 | 0; + i19 = i47 + 160 | 0; + i20 = i47 + 144 | 0; + i21 = i47 + 128 | 0; + i22 = i47 + 112 | 0; + i23 = i47 + 96 | 0; + i24 = i47 + 80 | 0; + i26 = i47 + 64 | 0; + i27 = i47 + 48 | 0; + i28 = i47 + 32 | 0; + i29 = i47 + 16 | 0; + i30 = i47; + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i37, i38, HEAP32[i45 + 12 >> 2] | 0); + if (!(HEAP32[i37 + 16 >> 2] | 0)) { + HEAP32[i39 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i39 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; + HEAP32[i39 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; + HEAP32[i39 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; + L3 : do switch (HEAP32[i39 >> 2] | 0) { case 1: { - switch (HEAP32[i43 + 8 >> 2] | 0) { + do switch (HEAP32[i45 + 8 >> 2] | 0) { case 0: { - __ZNK4wasm7Literal18countLeadingZeroesEv(i2, i37); - HEAP32[i44 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal18countLeadingZeroesEv(i2, i39); + HEAP32[i46 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 1: { - __ZNK4wasm7Literal19countTrailingZeroesEv(i3, i37); - HEAP32[i44 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal19countTrailingZeroesEv(i3, i39); + HEAP32[i46 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 2: { - __ZNK4wasm7Literal8popCountEv(i14, i37); - HEAP32[i44 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i14 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal8popCountEv(i14, i39); + HEAP32[i46 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i14 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 24: + case 10: { - __ZN4wasm7Literal9castToF32Ev(i25, i37); - HEAP32[i44 >> 2] = HEAP32[i25 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i25 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i25 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i25 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + HEAP32[i25 >> 2] = 1; + HEAP32[i25 + 8 >> 2] = 0; + i45 = (__ZNK4wasm7LiteraleqERKS0_(i39, i25) | 0) & 1; + HEAP32[i46 >> 2] = 1; + HEAP32[i46 + 8 >> 2] = i45; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 10: + case 25: { - __ZNK4wasm7Literal12extendToSI64Ev(i29, i37); - HEAP32[i44 >> 2] = HEAP32[i29 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i29 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i29 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i29 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZN4wasm7Literal9castToF32Ev(i31, i39); + HEAP32[i46 >> 2] = HEAP32[i31 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i31 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i31 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i31 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 11: { - __ZNK4wasm7Literal12extendToUI64Ev(i30, i37); - HEAP32[i44 >> 2] = HEAP32[i30 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i30 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i30 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i30 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal12extendToSI64Ev(i32, i39); + HEAP32[i46 >> 2] = HEAP32[i32 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i32 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i32 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i32 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 19: + case 12: + { + __ZNK4wasm7Literal12extendToUI64Ev(i33, i39); + HEAP32[i46 >> 2] = HEAP32[i33 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i33 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i33 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i33 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; + break L3; + } + case 20: { - i2 = HEAP32[i37 + 8 >> 2] | 0; - if ((HEAP32[i43 + 4 >> 2] | 0) == 3) { - HEAPF32[i40 >> 2] = +(i2 >>> 0); + i2 = HEAP32[i39 + 8 >> 2] | 0; + if ((HEAP32[i45 + 4 >> 2] | 0) == 3) { + HEAPF32[i42 >> 2] = +(i2 >>> 0); i2 = 3; - d1 = +HEAPF64[i40 >> 3]; + d1 = +HEAPF64[i42 >> 3]; } else { d1 = +(i2 >>> 0); - HEAPF64[i40 >> 3] = d1; + HEAPF64[i42 >> 3] = d1; i2 = 4; } - HEAP32[i44 >> 2] = i2; - HEAPF64[i44 + 8 >> 3] = d1; - HEAP32[i44 + 16 >> 2] = 0; + HEAP32[i46 >> 2] = i2; + HEAPF64[i46 + 8 >> 3] = d1; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 18: + case 19: { - i2 = HEAP32[i37 + 8 >> 2] | 0; - if ((HEAP32[i43 + 4 >> 2] | 0) == 3) { - HEAPF32[i39 >> 2] = +(i2 | 0); + i2 = HEAP32[i39 + 8 >> 2] | 0; + if ((HEAP32[i45 + 4 >> 2] | 0) == 3) { + HEAPF32[i41 >> 2] = +(i2 | 0); i2 = 3; - d1 = +HEAPF64[i39 >> 3]; + d1 = +HEAPF64[i41 >> 3]; } else { d1 = +(i2 | 0); - HEAPF64[i39 >> 3] = d1; + HEAPF64[i41 >> 3] = d1; i2 = 4; } - HEAP32[i44 >> 2] = i2; - HEAPF64[i44 + 8 >> 3] = d1; - HEAP32[i44 + 16 >> 2] = 0; + HEAP32[i46 >> 2] = i2; + HEAPF64[i46 + 8 >> 3] = d1; + HEAP32[i46 + 16 >> 2] = 0; break L3; } default: _abort(); - } + } while (0); break; } case 2: { - switch (HEAP32[i43 + 8 >> 2] | 0) { + switch (HEAP32[i45 + 8 >> 2] | 0) { case 0: { - __ZNK4wasm7Literal18countLeadingZeroesEv(i31, i37); - HEAP32[i44 >> 2] = HEAP32[i31 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i31 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i31 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i31 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal18countLeadingZeroesEv(i34, i39); + HEAP32[i46 >> 2] = HEAP32[i34 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i34 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i34 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i34 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 1: { - __ZNK4wasm7Literal19countTrailingZeroesEv(i32, i37); - HEAP32[i44 >> 2] = HEAP32[i32 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i32 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i32 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i32 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal19countTrailingZeroesEv(i35, i39); + HEAP32[i46 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i35 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i35 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i35 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 2: { - __ZNK4wasm7Literal8popCountEv(i33, i37); - HEAP32[i44 >> 2] = HEAP32[i33 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i33 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i33 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i33 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal8popCountEv(i36, i39); + HEAP32[i46 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i36 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i36 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i36 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 12: + case 10: { - __ZNK4wasm7Literal13truncateToI32Ev(i34, i37); - HEAP32[i44 >> 2] = HEAP32[i34 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i34 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i34 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i34 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + HEAP32[i4 >> 2] = 2; + i45 = i4 + 8 | 0; + HEAP32[i45 >> 2] = 0; + HEAP32[i45 + 4 >> 2] = 0; + i45 = (__ZNK4wasm7LiteraleqERKS0_(i39, i4) | 0) & 1; + HEAP32[i46 >> 2] = 1; + HEAP32[i46 + 8 >> 2] = i45; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 24: + case 13: { - __ZN4wasm7Literal9castToF64Ev(i4, i37); - HEAP32[i44 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i4 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i4 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal13truncateToI32Ev(i5, i39); + HEAP32[i46 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i5 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 21: + case 25: { - i3 = i37 + 8 | 0; + __ZN4wasm7Literal9castToF64Ev(i6, i39); + HEAP32[i46 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; + break L3; + } + case 22: + { + i3 = i39 + 8 | 0; i2 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i3 + 4 >> 2] | 0; - if ((HEAP32[i43 + 4 >> 2] | 0) == 3) { - HEAPF32[i42 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 >>> 0); + if ((HEAP32[i45 + 4 >> 2] | 0) == 3) { + HEAPF32[i44 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 >>> 0); i2 = 3; - d1 = +HEAPF64[i42 >> 3]; + d1 = +HEAPF64[i44 >> 3]; } else { d1 = +(i2 >>> 0) + 4294967296.0 * +(i3 >>> 0); - HEAPF64[i42 >> 3] = d1; + HEAPF64[i44 >> 3] = d1; i2 = 4; } - HEAP32[i44 >> 2] = i2; - HEAPF64[i44 + 8 >> 3] = d1; - HEAP32[i44 + 16 >> 2] = 0; + HEAP32[i46 >> 2] = i2; + HEAPF64[i46 + 8 >> 3] = d1; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 20: + case 21: { - i3 = i37 + 8 | 0; + i3 = i39 + 8 | 0; i2 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i3 + 4 >> 2] | 0; - if ((HEAP32[i43 + 4 >> 2] | 0) == 3) { - HEAPF32[i41 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 | 0); + if ((HEAP32[i45 + 4 >> 2] | 0) == 3) { + HEAPF32[i43 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 | 0); i2 = 3; - d1 = +HEAPF64[i41 >> 3]; + d1 = +HEAPF64[i43 >> 3]; } else { d1 = +(i2 >>> 0) + 4294967296.0 * +(i3 | 0); - HEAPF64[i41 >> 3] = d1; + HEAPF64[i43 >> 3] = d1; i2 = 4; } - HEAP32[i44 >> 2] = i2; - HEAPF64[i44 + 8 >> 3] = d1; - HEAP32[i44 + 16 >> 2] = 0; + HEAP32[i46 >> 2] = i2; + HEAPF64[i46 + 8 >> 3] = d1; + HEAP32[i46 + 16 >> 2] = 0; break L3; } default: @@ -25895,123 +25988,123 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 3: { - do switch (HEAP32[i43 + 8 >> 2] | 0) { + do switch (HEAP32[i45 + 8 >> 2] | 0) { case 3: { - __ZNK4wasm7Literal3negEv(i5, i37); - HEAP32[i44 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i5 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal3negEv(i7, i39); + HEAP32[i46 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 4: { - __ZNK4wasm7Literal3absEv(i6, i37); - HEAP32[i44 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal3absEv(i8, i39); + HEAP32[i46 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 5: { - __ZNK4wasm7Literal4ceilEv(i7, i37); - HEAP32[i44 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal4ceilEv(i9, i39); + HEAP32[i46 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 6: { - __ZNK4wasm7Literal5floorEv(i8, i37); - HEAP32[i44 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal5floorEv(i10, i39); + HEAP32[i46 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i10 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 7: { - __ZNK4wasm7Literal5truncEv(i9, i37); - HEAP32[i44 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal5truncEv(i11, i39); + HEAP32[i46 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i11 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 8: { - __ZNK4wasm7Literal9nearbyintEv(i10, i37); - HEAP32[i44 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i10 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal9nearbyintEv(i12, i39); + HEAP32[i46 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i12 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i12 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i12 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 9: { - __ZNK4wasm7Literal4sqrtEv(i11, i37); - HEAP32[i44 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i11 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal4sqrtEv(i13, i39); + HEAP32[i46 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i13 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 13: + case 14: { - HEAP32[i38 >> 2] = HEAP32[i37 >> 2]; - HEAP32[i38 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; - HEAP32[i38 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; - HEAP32[i38 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i12, i36, i43, i38); - HEAP32[i44 >> 2] = HEAP32[i12 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i12 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i12 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i12 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + HEAP32[i40 >> 2] = HEAP32[i39 >> 2]; + HEAP32[i40 + 4 >> 2] = HEAP32[i39 + 4 >> 2]; + HEAP32[i40 + 8 >> 2] = HEAP32[i39 + 8 >> 2]; + HEAP32[i40 + 12 >> 2] = HEAP32[i39 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i15, i38, i45, i40); + HEAP32[i46 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 14: + case 15: { - HEAP32[i38 >> 2] = HEAP32[i37 >> 2]; - HEAP32[i38 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; - HEAP32[i38 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; - HEAP32[i38 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i13, i36, i43, i38); - HEAP32[i44 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i13 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + HEAP32[i40 >> 2] = HEAP32[i39 >> 2]; + HEAP32[i40 + 4 >> 2] = HEAP32[i39 + 4 >> 2]; + HEAP32[i40 + 8 >> 2] = HEAP32[i39 + 8 >> 2]; + HEAP32[i40 + 12 >> 2] = HEAP32[i39 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i16, i38, i45, i40); + HEAP32[i46 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 17: + case 18: { - __ZN4wasm7Literal9castToI32Ev(i15, i37); - HEAP32[i44 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZN4wasm7Literal9castToI32Ev(i17, i39); + HEAP32[i46 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 22: + case 23: { - __ZNK4wasm7Literal11extendToF64Ev(i16, i37); - HEAP32[i44 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal11extendToF64Ev(i18, i39); + HEAP32[i46 >> 2] = HEAP32[i18 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i18 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } default: @@ -26021,123 +26114,123 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 4: { - do switch (HEAP32[i43 + 8 >> 2] | 0) { + do switch (HEAP32[i45 + 8 >> 2] | 0) { case 3: { - __ZNK4wasm7Literal3negEv(i17, i37); - HEAP32[i44 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal3negEv(i19, i39); + HEAP32[i46 >> 2] = HEAP32[i19 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i19 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i19 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i19 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 4: { - __ZNK4wasm7Literal3absEv(i18, i37); - HEAP32[i44 >> 2] = HEAP32[i18 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i18 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal3absEv(i20, i39); + HEAP32[i46 >> 2] = HEAP32[i20 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i20 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i20 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i20 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 5: { - __ZNK4wasm7Literal4ceilEv(i19, i37); - HEAP32[i44 >> 2] = HEAP32[i19 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i19 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i19 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i19 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal4ceilEv(i21, i39); + HEAP32[i46 >> 2] = HEAP32[i21 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i21 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i21 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i21 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 6: { - __ZNK4wasm7Literal5floorEv(i20, i37); - HEAP32[i44 >> 2] = HEAP32[i20 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i20 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i20 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i20 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal5floorEv(i22, i39); + HEAP32[i46 >> 2] = HEAP32[i22 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i22 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i22 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i22 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 7: { - __ZNK4wasm7Literal5truncEv(i21, i37); - HEAP32[i44 >> 2] = HEAP32[i21 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i21 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i21 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i21 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal5truncEv(i23, i39); + HEAP32[i46 >> 2] = HEAP32[i23 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i23 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i23 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i23 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 8: { - __ZNK4wasm7Literal9nearbyintEv(i22, i37); - HEAP32[i44 >> 2] = HEAP32[i22 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i22 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i22 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i22 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal9nearbyintEv(i24, i39); + HEAP32[i46 >> 2] = HEAP32[i24 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i24 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i24 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i24 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } case 9: { - __ZNK4wasm7Literal4sqrtEv(i23, i37); - HEAP32[i44 >> 2] = HEAP32[i23 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i23 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i23 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i23 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal4sqrtEv(i26, i39); + HEAP32[i46 >> 2] = HEAP32[i26 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 15: + case 16: { - HEAP32[i38 >> 2] = HEAP32[i37 >> 2]; - HEAP32[i38 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; - HEAP32[i38 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; - HEAP32[i38 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i24, i36, i43, i38); - HEAP32[i44 >> 2] = HEAP32[i24 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i24 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i24 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i24 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + HEAP32[i40 >> 2] = HEAP32[i39 >> 2]; + HEAP32[i40 + 4 >> 2] = HEAP32[i39 + 4 >> 2]; + HEAP32[i40 + 8 >> 2] = HEAP32[i39 + 8 >> 2]; + HEAP32[i40 + 12 >> 2] = HEAP32[i39 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i27, i38, i45, i40); + HEAP32[i46 >> 2] = HEAP32[i27 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i27 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i27 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i27 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 16: + case 17: { - HEAP32[i38 >> 2] = HEAP32[i37 >> 2]; - HEAP32[i38 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; - HEAP32[i38 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; - HEAP32[i38 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i26, i36, i43, i38); - HEAP32[i44 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + HEAP32[i40 >> 2] = HEAP32[i39 >> 2]; + HEAP32[i40 + 4 >> 2] = HEAP32[i39 + 4 >> 2]; + HEAP32[i40 + 8 >> 2] = HEAP32[i39 + 8 >> 2]; + HEAP32[i40 + 12 >> 2] = HEAP32[i39 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i28, i38, i45, i40); + HEAP32[i46 >> 2] = HEAP32[i28 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i28 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i28 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i28 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 17: + case 18: { - __ZN4wasm7Literal9castToI64Ev(i27, i37); - HEAP32[i44 >> 2] = HEAP32[i27 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i27 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i27 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i27 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZN4wasm7Literal9castToI64Ev(i29, i39); + HEAP32[i46 >> 2] = HEAP32[i29 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i29 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i29 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i29 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } - case 23: + case 24: { - __ZNK4wasm7Literal13truncateToF32Ev(i28, i37); - HEAP32[i44 >> 2] = HEAP32[i28 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i28 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i28 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i28 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = 0; + __ZNK4wasm7Literal13truncateToF32Ev(i30, i39); + HEAP32[i46 >> 2] = HEAP32[i30 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i30 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i30 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i30 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = 0; break L3; } default: @@ -26149,14 +26242,14 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect _abort(); } while (0); } else { - HEAP32[i44 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i35 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i35 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i35 + 12 >> 2]; - HEAP32[i44 + 16 >> 2] = HEAP32[i35 + 16 >> 2]; - HEAP32[i44 + 20 >> 2] = HEAP32[i35 + 20 >> 2]; + HEAP32[i46 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i46 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; + HEAP32[i46 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; + HEAP32[i46 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; + HEAP32[i46 + 16 >> 2] = HEAP32[i37 + 16 >> 2]; + HEAP32[i46 + 20 >> 2] = HEAP32[i37 + 20 >> 2]; } - STACKTOP = i45; + STACKTOP = i47; return; } @@ -26909,7 +27002,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE } default: { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(24063, i1); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(26819, i1); _abort(); } } @@ -26949,9 +27042,9 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE if (i10) { i11 = HEAP32[i13 >> 2] | 0; i10 = i11 + -12 | 0; - i8 = HEAP32[10240] | 0; + i8 = HEAP32[10965] | 0; i11 = i11 + -8 | 0; - i9 = HEAP32[10239] | 0; + i9 = HEAP32[10964] | 0; L30 : while (1) { if ((i9 | 0) == (i8 | 0)) break; L33 : do if (!(HEAP8[i9 + 20 >> 0] | 0)) { @@ -27099,13 +27192,13 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE break; case 3: { - if ((i2 | 0) != (HEAP32[10224] | 0)) break L69; + if ((i2 | 0) != (HEAP32[10949] | 0)) break L69; i2 = HEAP32[i10 >> 2] | 0; if (!((i1 | 0) > 2 ? (i1 | 0) < (((HEAP32[i11 >> 2] | 0) - i2 >> 3) + -1 | 0) : 0)) { i41 = 53; break L30; } - if ((__ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i2 + (i6 + -3 << 3) | 0) | 0) != (HEAP32[10223] | 0)) break L69; + if ((__ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i2 + (i6 + -3 << 3) | 0) | 0) != (HEAP32[10948] | 0)) break L69; i17 = (HEAP32[i10 >> 2] | 0) + (i6 + -4 << 3) | 0; i16 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i17) | 0; HEAP32[i37 >> 2] = i16; @@ -27163,9 +27256,9 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE } while (0); i9 = i9 + 28 | 0; } - if ((i41 | 0) == 53) ___assert_fail(24089, 23250, 794, 24123); + if ((i41 | 0) == 53) ___assert_fail(26845, 26006, 794, 26879); i1 = HEAP32[i10 >> 2] | 0; - if (((HEAP32[i11 >> 2] | 0) - i1 | 0) != 8) ___assert_fail(24139, 23250, 821, 24123); + if (((HEAP32[i11 >> 2] | 0) - i1 | 0) != 8) ___assert_fail(26895, 26006, 821, 26879); i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i1) | 0; i2 = HEAP32[i10 >> 2] | 0; i3 = HEAP32[i11 >> 2] | 0; @@ -27221,7 +27314,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i i22 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(i2) | 0; HEAP32[i22 + 4 >> 2] = i19; L1 : do if ((i19 + -3 | 0) >>> 0 < 2) { - if ((i4 | 0) == (HEAP32[10072] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[10794] | 0)) switch (i19 | 0) { case 3: { HEAP32[i22 + 8 >> 2] = 3; @@ -27242,7 +27335,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i break L1; } } - if ((i4 | 0) == (HEAP32[10117] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[10842] | 0)) switch (i19 | 0) { case 3: { HEAP32[i22 + 8 >> 2] = 3; @@ -27263,10 +27356,10 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i break L1; } } - if ((i4 | 0) == (HEAP32[10071] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[10793] | 0)) switch (i19 | 0) { case 3: { - d3 = +_nan(48675); + d3 = +_nan(51584); HEAP32[i22 + 8 >> 2] = 3; HEAPF32[i22 + 16 >> 2] = d3; i18 = i22; @@ -27274,7 +27367,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } case 4: { - d3 = +_nan(48675); + d3 = +_nan(51584); HEAP32[i22 + 8 >> 2] = 4; HEAPF64[i22 + 16 >> 3] = d3; i18 = i22; @@ -27296,7 +27389,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i i4 = i1 ? i2 : 0; do if (i1) { if ((HEAP8[i2 >> 0] | 0) == 48 ? (HEAP8[i5 + 5 >> 0] | 0) == 120 : 0) break; - ___assert_fail(14226, 14282, 70, 14296); + ___assert_fail(14737, 14793, 70, 14807); } while (0); switch (i19 | 0) { case 3: @@ -27305,16 +27398,16 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, i4, _strlen(i4) | 0); i2 = i20 + 60 | 0; i1 = i20 + 8 | 0; - HEAP32[i20 >> 2] = 2972; - HEAP32[i2 >> 2] = 2992; + HEAP32[i20 >> 2] = 3072; + HEAP32[i2 >> 2] = 3092; HEAP32[i20 + 4 >> 2] = 0; __ZNSt3__18ios_base4initEPv(i20 + 60 | 0, i1); HEAP32[i20 + 132 >> 2] = 0; HEAP32[i20 + 136 >> 2] = -1; - HEAP32[i20 >> 2] = 2916; - HEAP32[i2 >> 2] = 2936; + HEAP32[i20 >> 2] = 3016; + HEAP32[i2 >> 2] = 3036; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); - HEAP32[i1 >> 2] = 3008; + HEAP32[i1 >> 2] = 3108; i2 = i20 + 40 | 0; i4 = 0; while (1) { @@ -27363,16 +27456,16 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, i4, _strlen(i4) | 0); i1 = i20 + 60 | 0; i2 = i20 + 8 | 0; - HEAP32[i20 >> 2] = 2972; - HEAP32[i1 >> 2] = 2992; + HEAP32[i20 >> 2] = 3072; + HEAP32[i1 >> 2] = 3092; HEAP32[i20 + 4 >> 2] = 0; __ZNSt3__18ios_base4initEPv(i20 + 60 | 0, i2); HEAP32[i20 + 132 >> 2] = 0; HEAP32[i20 + 136 >> 2] = -1; - HEAP32[i20 >> 2] = 2916; - HEAP32[i1 >> 2] = 2936; + HEAP32[i20 >> 2] = 3016; + HEAP32[i1 >> 2] = 3036; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); - HEAP32[i2 >> 2] = 3008; + HEAP32[i2 >> 2] = 3108; i1 = i20 + 40 | 0; i4 = 0; while (1) { @@ -27442,10 +27535,10 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } } } - if ((i4 | 0) == (HEAP32[10118] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[10843] | 0)) switch (i19 | 0) { case 3: { - d24 = -+_nan(48675); + d24 = -+_nan(51584); HEAP32[i22 + 8 >> 2] = 3; HEAPF32[i22 + 16 >> 2] = d24; i18 = i22; @@ -27453,7 +27546,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } case 4: { - d24 = -+_nan(48675); + d24 = -+_nan(51584); HEAP32[i22 + 8 >> 2] = 4; HEAPF64[i22 + 16 >> 3] = d24; i18 = i22; @@ -27493,16 +27586,16 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i11, i2, _strlen(i2) | 0); i2 = i21 + 60 | 0; i1 = i21 + 8 | 0; - HEAP32[i21 >> 2] = 2972; - HEAP32[i2 >> 2] = 2992; + HEAP32[i21 >> 2] = 3072; + HEAP32[i2 >> 2] = 3092; HEAP32[i21 + 4 >> 2] = 0; __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i1); HEAP32[i21 + 132 >> 2] = 0; HEAP32[i21 + 136 >> 2] = -1; - HEAP32[i21 >> 2] = 2916; - HEAP32[i2 >> 2] = 2936; + HEAP32[i21 >> 2] = 3016; + HEAP32[i2 >> 2] = 3036; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); - HEAP32[i1 >> 2] = 3008; + HEAP32[i1 >> 2] = 3108; i2 = i21 + 40 | 0; i4 = 0; while (1) { @@ -27527,16 +27620,16 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i8, i4, _strlen(i4) | 0); i2 = i21 + 60 | 0; i1 = i21 + 8 | 0; - HEAP32[i21 >> 2] = 2972; - HEAP32[i2 >> 2] = 2992; + HEAP32[i21 >> 2] = 3072; + HEAP32[i2 >> 2] = 3092; HEAP32[i21 + 4 >> 2] = 0; __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i1); HEAP32[i21 + 132 >> 2] = 0; HEAP32[i21 + 136 >> 2] = -1; - HEAP32[i21 >> 2] = 2916; - HEAP32[i2 >> 2] = 2936; + HEAP32[i21 >> 2] = 3016; + HEAP32[i2 >> 2] = 3036; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); - HEAP32[i1 >> 2] = 3008; + HEAP32[i1 >> 2] = 3108; i2 = i21 + 40 | 0; i4 = 0; while (1) { @@ -27583,16 +27676,16 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i12, i2, _strlen(i2) | 0); i2 = i21 + 60 | 0; i1 = i21 + 8 | 0; - HEAP32[i21 >> 2] = 2972; - HEAP32[i2 >> 2] = 2992; + HEAP32[i21 >> 2] = 3072; + HEAP32[i2 >> 2] = 3092; HEAP32[i21 + 4 >> 2] = 0; __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i1); HEAP32[i21 + 132 >> 2] = 0; HEAP32[i21 + 136 >> 2] = -1; - HEAP32[i21 >> 2] = 2916; - HEAP32[i2 >> 2] = 2936; + HEAP32[i21 >> 2] = 3016; + HEAP32[i2 >> 2] = 3036; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); - HEAP32[i1 >> 2] = 3008; + HEAP32[i1 >> 2] = 3108; i2 = i21 + 40 | 0; i4 = 0; while (1) { @@ -27622,16 +27715,16 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i9, i4, _strlen(i4) | 0); i2 = i21 + 60 | 0; i1 = i21 + 8 | 0; - HEAP32[i21 >> 2] = 2972; - HEAP32[i2 >> 2] = 2992; + HEAP32[i21 >> 2] = 3072; + HEAP32[i2 >> 2] = 3092; HEAP32[i21 + 4 >> 2] = 0; __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i1); HEAP32[i21 + 132 >> 2] = 0; HEAP32[i21 + 136 >> 2] = -1; - HEAP32[i21 >> 2] = 2916; - HEAP32[i2 >> 2] = 2936; + HEAP32[i21 >> 2] = 3016; + HEAP32[i2 >> 2] = 3036; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); - HEAP32[i1 >> 2] = 3008; + HEAP32[i1 >> 2] = 3108; i2 = i21 + 40 | 0; i4 = 0; while (1) { @@ -27679,7 +27772,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i break L72; } } while (0); - if ((HEAP32[i1 >> 2] | 0) == (i19 | 0)) i18 = i22; else ___assert_fail(14307, 14282, 160, 14296); + if ((HEAP32[i1 >> 2] | 0) == (i19 | 0)) i18 = i22; else ___assert_fail(14818, 14793, 160, 14807); } while (0); STACKTOP = i23; return i18 | 0; @@ -27706,7 +27799,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R switch (i3 | 0) { case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i6, 38685); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i6, 41576); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -27739,7 +27832,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } case 98: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i7, 38700); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i7, 41591); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -27772,7 +27865,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i8, 38718); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i8, 41609); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -27805,7 +27898,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i9, 38730); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i9, 41621); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -27838,7 +27931,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i10, 38743); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i10, 41634); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -27871,7 +27964,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } case 100: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i11, 38756); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i11, 41647); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -28082,7 +28175,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S i1 = i15; break; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38129) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 41020) | 0; break; } if (((i2 - i4 | 0) > 2 ? (HEAP8[i4 >> 0] | 0) == 115 : 0) ? (HEAP8[i4 + 1 >> 0] | 0) == 114 : 0) { @@ -28161,7 +28254,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); i2 = HEAP32[i9 >> 2] | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 38129) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 41020) | 0; HEAP32[i10 >> 2] = HEAP32[i1 >> 2]; HEAP32[i10 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i10 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -28214,7 +28307,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); i3 = HEAP32[i9 >> 2] | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 38129) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 41020) | 0; HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; HEAP32[i12 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i12 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -28295,7 +28388,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); i3 = HEAP32[i5 >> 2] | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 38129) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 41020) | 0; HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; HEAP32[i6 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i6 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -28321,7 +28414,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S i1 = i15; break; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i3 + -24 | 0, 0, 38129) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i3 + -24 | 0, 0, 41020) | 0; i8 = i2; } else i8 = i14 + 4 | 0; i5 = i9 + 8 | 0; @@ -28350,7 +28443,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); i2 = HEAP32[i8 >> 2] | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 38129) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 41020) | 0; HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; HEAP32[i9 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i9 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -28400,7 +28493,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); i3 = HEAP32[i8 >> 2] | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 38129) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 41020) | 0; HEAP32[i11 >> 2] = HEAP32[i2 >> 2]; HEAP32[i11 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i11 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -28836,7 +28929,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_ __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i30); } } while (0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, 38667, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, 41558, 1); i30 = i35 + 4 | 0; i14 = i35 + 12 | 0; i15 = i33 + 8 | 0; @@ -28993,7 +29086,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_ while (1) { if (i1 >>> 0 >= i3 >>> 0) break; i37 = HEAP8[i34 >> 0] | 0; - if (((i37 & 1) == 0 ? (i37 & 255) >>> 1 : HEAP32[i26 >> 2] | 0) >>> 0 > 1) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i34, 38669) | 0; + if (((i37 & 1) == 0 ? (i37 & 255) >>> 1 : HEAP32[i26 >> 2] | 0) >>> 0 > 1) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i34, 41560) | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i25, (HEAP32[i35 >> 2] | 0) + (i1 * 24 | 0) | 0); i37 = HEAP8[i25 >> 0] | 0; i11 = (i37 & 1) == 0; @@ -29022,7 +29115,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_ i6 = i1 + 1 | 0; i37 = HEAP8[i34 >> 0] | 0; i29 = (i37 & 1) == 0; - if ((HEAP8[(i29 ? i34 + 1 | 0 : HEAP32[i34 + 8 >> 2] | 0) + (i29 ? (i37 & 255) >>> 1 : HEAP32[i26 >> 2] | 0) + -1 >> 0] | 0) == 62) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i34, 38672) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i34, 38082) | 0; + if ((HEAP8[(i29 ? i34 + 1 | 0 : HEAP32[i34 + 8 >> 2] | 0) + (i29 ? (i37 & 255) >>> 1 : HEAP32[i26 >> 2] | 0) + -1 >> 0] | 0) == 62) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i34, 41563) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i34, 40973) | 0; HEAP32[i32 >> 2] = HEAP32[i34 >> 2]; HEAP32[i32 + 4 >> 2] = HEAP32[i34 + 4 >> 2]; HEAP32[i32 + 8 >> 2] = HEAP32[i34 + 8 >> 2]; @@ -29121,7 +29214,7 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE HEAP32[i37 >> 2] = 0; i44 = __ZNKSt3__18ios_base6getlocEv(i39) | 0; HEAP32[i28 >> 2] = i44; - i28 = __ZNKSt3__16locale9use_facetERNS0_2idE(i28, 42688) | 0; + i28 = __ZNKSt3__16locale9use_facetERNS0_2idE(i28, 45596) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i44) | 0; do switch (i38 << 24 >> 24 | 0) { case 65: @@ -29176,7 +29269,7 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE HEAP32[i33 >> 2] = HEAP32[i36 >> 2]; HEAP32[i1 >> 2] = HEAP32[i32 >> 2]; HEAP32[i2 >> 2] = HEAP32[i33 >> 2]; - i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 9644, 9676) | 0; + i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 10004, 10036) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -29187,7 +29280,7 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE HEAP32[i3 >> 2] = HEAP32[i36 >> 2]; HEAP32[i1 >> 2] = HEAP32[i34 >> 2]; HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 9676, 9708) | 0; + i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 10036, 10068) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -29255,7 +29348,7 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE HEAP32[i12 >> 2] = HEAP32[i36 >> 2]; HEAP32[i1 >> 2] = HEAP32[i11 >> 2]; HEAP32[i2 >> 2] = HEAP32[i12 >> 2]; - i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 9708, 9752) | 0; + i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 10068, 10112) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -29266,7 +29359,7 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE HEAP32[i15 >> 2] = HEAP32[i36 >> 2]; HEAP32[i1 >> 2] = HEAP32[i14 >> 2]; HEAP32[i2 >> 2] = HEAP32[i15 >> 2]; - i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 9752, 9772) | 0; + i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 10112, 10132) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -29285,7 +29378,7 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE HEAP32[i18 >> 2] = HEAP32[i36 >> 2]; HEAP32[i1 >> 2] = HEAP32[i17 >> 2]; HEAP32[i2 >> 2] = HEAP32[i18 >> 2]; - i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 9772, 9804) | 0; + i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 10132, 10164) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -29410,7 +29503,7 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE HEAP32[i37 >> 2] = 0; i44 = __ZNKSt3__18ios_base6getlocEv(i39) | 0; HEAP32[i28 >> 2] = i44; - i28 = __ZNKSt3__16locale9use_facetERNS0_2idE(i28, 42656) | 0; + i28 = __ZNKSt3__16locale9use_facetERNS0_2idE(i28, 45564) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i44) | 0; do switch (i38 << 24 >> 24 | 0) { case 65: @@ -29464,7 +29557,7 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE HEAP32[i33 >> 2] = HEAP32[i36 >> 2]; HEAP32[i1 >> 2] = HEAP32[i32 >> 2]; HEAP32[i2 >> 2] = HEAP32[i33 >> 2]; - i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 35315, 35323) | 0; + i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 38254, 38262) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -29475,7 +29568,7 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE HEAP32[i3 >> 2] = HEAP32[i36 >> 2]; HEAP32[i1 >> 2] = HEAP32[i34 >> 2]; HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 35323, 35331) | 0; + i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 38262, 38270) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -29543,7 +29636,7 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE HEAP32[i12 >> 2] = HEAP32[i36 >> 2]; HEAP32[i1 >> 2] = HEAP32[i11 >> 2]; HEAP32[i2 >> 2] = HEAP32[i12 >> 2]; - i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 35331, 35342) | 0; + i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 38270, 38281) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -29554,7 +29647,7 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE HEAP32[i15 >> 2] = HEAP32[i36 >> 2]; HEAP32[i1 >> 2] = HEAP32[i14 >> 2]; HEAP32[i2 >> 2] = HEAP32[i15 >> 2]; - i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 35342, 35347) | 0; + i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 38281, 38286) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -29573,7 +29666,7 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE HEAP32[i18 >> 2] = HEAP32[i36 >> 2]; HEAP32[i1 >> 2] = HEAP32[i17 >> 2]; HEAP32[i2 >> 2] = HEAP32[i18 >> 2]; - i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 35347, 35355) | 0; + i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 38286, 38294) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -29653,7 +29746,7 @@ function _free(i1) { var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0; if (!i1) return; i3 = i1 + -8 | 0; - i7 = HEAP32[10282] | 0; + i7 = HEAP32[11009] | 0; if (i3 >>> 0 < i7 >>> 0) _abort(); i1 = HEAP32[i1 + -4 >> 2] | 0; i2 = i1 & 3; @@ -29666,7 +29759,7 @@ function _free(i1) { i10 = i3 + (0 - i1) | 0; i9 = i1 + i4 | 0; if (i10 >>> 0 < i7 >>> 0) _abort(); - if ((i10 | 0) == (HEAP32[10283] | 0)) { + if ((i10 | 0) == (HEAP32[11010] | 0)) { i1 = i12 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; if ((i2 & 3 | 0) != 3) { @@ -29674,7 +29767,7 @@ function _free(i1) { i6 = i9; break; } - HEAP32[10280] = i9; + HEAP32[11007] = i9; HEAP32[i1 >> 2] = i2 & -2; HEAP32[i10 + 4 >> 2] = i9 | 1; HEAP32[i10 + i9 >> 2] = i9; @@ -29684,13 +29777,13 @@ function _free(i1) { if (i1 >>> 0 < 256) { i2 = HEAP32[i10 + 8 >> 2] | 0; i3 = HEAP32[i10 + 12 >> 2] | 0; - i1 = 41152 + (i4 << 1 << 2) | 0; + i1 = 44060 + (i4 << 1 << 2) | 0; if ((i2 | 0) != (i1 | 0)) { if (i2 >>> 0 < i7 >>> 0) _abort(); if ((HEAP32[i2 + 12 >> 2] | 0) != (i10 | 0)) _abort(); } if ((i3 | 0) == (i2 | 0)) { - HEAP32[10278] = HEAP32[10278] & ~(1 << i4); + HEAP32[11005] = HEAP32[11005] & ~(1 << i4); i16 = i10; i6 = i9; break; @@ -29754,17 +29847,17 @@ function _free(i1) { } while (0); if (i5) { i1 = HEAP32[i10 + 28 >> 2] | 0; - i2 = 41416 + (i1 << 2) | 0; + i2 = 44324 + (i1 << 2) | 0; if ((i10 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i8; if (!i8) { - HEAP32[10279] = HEAP32[10279] & ~(1 << i1); + HEAP32[11006] = HEAP32[11006] & ~(1 << i1); i16 = i10; i6 = i9; break; } } else { - if (i5 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); i1 = i5 + 16 | 0; if ((HEAP32[i1 >> 2] | 0) == (i10 | 0)) HEAP32[i1 >> 2] = i8; else HEAP32[i5 + 20 >> 2] = i8; if (!i8) { @@ -29773,7 +29866,7 @@ function _free(i1) { break; } } - i3 = HEAP32[10282] | 0; + i3 = HEAP32[11009] | 0; if (i8 >>> 0 < i3 >>> 0) _abort(); HEAP32[i8 + 24 >> 2] = i5; i1 = i10 + 16 | 0; @@ -29784,7 +29877,7 @@ function _free(i1) { break; } while (0); i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1) if (i1 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if (i1) if (i1 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { HEAP32[i8 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i8; i16 = i10; @@ -29807,20 +29900,20 @@ function _free(i1) { i2 = HEAP32[i1 >> 2] | 0; if (!(i2 & 1)) _abort(); if (!(i2 & 2)) { - if ((i12 | 0) == (HEAP32[10284] | 0)) { - i15 = (HEAP32[10281] | 0) + i6 | 0; - HEAP32[10281] = i15; - HEAP32[10284] = i16; + if ((i12 | 0) == (HEAP32[11011] | 0)) { + i15 = (HEAP32[11008] | 0) + i6 | 0; + HEAP32[11008] = i15; + HEAP32[11011] = i16; HEAP32[i16 + 4 >> 2] = i15 | 1; - if ((i16 | 0) != (HEAP32[10283] | 0)) return; - HEAP32[10283] = 0; - HEAP32[10280] = 0; + if ((i16 | 0) != (HEAP32[11010] | 0)) return; + HEAP32[11010] = 0; + HEAP32[11007] = 0; return; } - if ((i12 | 0) == (HEAP32[10283] | 0)) { - i15 = (HEAP32[10280] | 0) + i6 | 0; - HEAP32[10280] = i15; - HEAP32[10283] = i16; + if ((i12 | 0) == (HEAP32[11010] | 0)) { + i15 = (HEAP32[11007] | 0) + i6 | 0; + HEAP32[11007] = i15; + HEAP32[11010] = i16; HEAP32[i16 + 4 >> 2] = i15 | 1; HEAP32[i16 + i15 >> 2] = i15; return; @@ -29856,14 +29949,14 @@ function _free(i1) { i2 = i3; } } - if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { HEAP32[i2 >> 2] = 0; i13 = i1; break; } } else { i2 = HEAP32[i12 + 8 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); i3 = i2 + 12 | 0; if ((HEAP32[i3 >> 2] | 0) != (i12 | 0)) _abort(); i4 = i1 + 8 | 0; @@ -29876,20 +29969,20 @@ function _free(i1) { } while (0); if (i5 | 0) { i1 = HEAP32[i12 + 28 >> 2] | 0; - i2 = 41416 + (i1 << 2) | 0; + i2 = 44324 + (i1 << 2) | 0; if ((i12 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i13; if (!i13) { - HEAP32[10279] = HEAP32[10279] & ~(1 << i1); + HEAP32[11006] = HEAP32[11006] & ~(1 << i1); break; } } else { - if (i5 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); i1 = i5 + 16 | 0; if ((HEAP32[i1 >> 2] | 0) == (i12 | 0)) HEAP32[i1 >> 2] = i13; else HEAP32[i5 + 20 >> 2] = i13; if (!i13) break; } - i3 = HEAP32[10282] | 0; + i3 = HEAP32[11009] | 0; if (i13 >>> 0 < i3 >>> 0) _abort(); HEAP32[i13 + 24 >> 2] = i5; i1 = i12 + 16 | 0; @@ -29900,7 +29993,7 @@ function _free(i1) { break; } while (0); i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { HEAP32[i13 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i13; break; @@ -29909,17 +30002,17 @@ function _free(i1) { } else { i2 = HEAP32[i12 + 8 >> 2] | 0; i3 = HEAP32[i12 + 12 >> 2] | 0; - i1 = 41152 + (i4 << 1 << 2) | 0; + i1 = 44060 + (i4 << 1 << 2) | 0; if ((i2 | 0) != (i1 | 0)) { - if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); if ((HEAP32[i2 + 12 >> 2] | 0) != (i12 | 0)) _abort(); } if ((i3 | 0) == (i2 | 0)) { - HEAP32[10278] = HEAP32[10278] & ~(1 << i4); + HEAP32[11005] = HEAP32[11005] & ~(1 << i4); break; } if ((i3 | 0) != (i1 | 0)) { - if (i3 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i3 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); i1 = i3 + 8 | 0; if ((HEAP32[i1 >> 2] | 0) == (i12 | 0)) i11 = i1; else _abort(); } else i11 = i3 + 8 | 0; @@ -29928,8 +30021,8 @@ function _free(i1) { } while (0); HEAP32[i16 + 4 >> 2] = i6 | 1; HEAP32[i16 + i6 >> 2] = i6; - if ((i16 | 0) == (HEAP32[10283] | 0)) { - HEAP32[10280] = i6; + if ((i16 | 0) == (HEAP32[11010] | 0)) { + HEAP32[11007] = i6; return; } } else { @@ -29939,18 +30032,18 @@ function _free(i1) { } i1 = i6 >>> 3; if (i6 >>> 0 < 256) { - i3 = 41152 + (i1 << 1 << 2) | 0; - i2 = HEAP32[10278] | 0; + i3 = 44060 + (i1 << 1 << 2) | 0; + i2 = HEAP32[11005] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { i14 = i1; i15 = i2; } } else { - HEAP32[10278] = i2 | i1; + HEAP32[11005] = i2 | i1; i14 = i3 + 8 | 0; i15 = i3; } @@ -29970,11 +30063,11 @@ function _free(i1) { i3 = 14 - (i13 | i14 | i3) + (i15 << i3 >>> 15) | 0; i3 = i6 >>> (i3 + 7 | 0) & 1 | i3 << 1; } else i3 = 0; - i4 = 41416 + (i3 << 2) | 0; + i4 = 44324 + (i3 << 2) | 0; HEAP32[i16 + 28 >> 2] = i3; HEAP32[i16 + 20 >> 2] = 0; HEAP32[i16 + 16 >> 2] = 0; - i1 = HEAP32[10279] | 0; + i1 = HEAP32[11006] | 0; i2 = 1 << i3; do if (i1 & i2) { i5 = i6 << ((i3 | 0) == 31 ? 0 : 25 - (i3 >>> 1) | 0); @@ -29995,7 +30088,7 @@ function _free(i1) { i1 = i3; } } - if ((i4 | 0) == 127) if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if ((i4 | 0) == 127) if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { HEAP32[i2 >> 2] = i16; HEAP32[i16 + 24 >> 2] = i1; HEAP32[i16 + 12 >> 2] = i16; @@ -30004,7 +30097,7 @@ function _free(i1) { } else if ((i4 | 0) == 130) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - i15 = HEAP32[10282] | 0; + i15 = HEAP32[11009] | 0; if (i2 >>> 0 >= i15 >>> 0 & i3 >>> 0 >= i15 >>> 0) { HEAP32[i2 + 12 >> 2] = i16; HEAP32[i1 >> 2] = i16; @@ -30015,20 +30108,20 @@ function _free(i1) { } else _abort(); } } else { - HEAP32[10279] = i1 | i2; + HEAP32[11006] = i1 | i2; HEAP32[i4 >> 2] = i16; HEAP32[i16 + 24 >> 2] = i4; HEAP32[i16 + 12 >> 2] = i16; HEAP32[i16 + 8 >> 2] = i16; } while (0); - i16 = (HEAP32[10286] | 0) + -1 | 0; - HEAP32[10286] = i16; - if (!i16) i1 = 41568; else return; + i16 = (HEAP32[11013] | 0) + -1 | 0; + HEAP32[11013] = i16; + if (!i16) i1 = 44476; else return; while (1) { i1 = HEAP32[i1 >> 2] | 0; if (!i1) break; else i1 = i1 + 8 | 0; } - HEAP32[10286] = -1; + HEAP32[11013] = -1; return; } @@ -30270,233 +30363,6 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4 return i1 | 0; } -function __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i38, i2) { - i38 = i38 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i39 = 0; - i39 = STACKTOP; - STACKTOP = STACKTOP + 288 | 0; - i21 = i39 + 72 | 0; - i20 = i39 + 272 | 0; - i28 = i39 + 268 | 0; - i24 = i39 + 264 | 0; - i3 = i39 + 260 | 0; - i32 = i39 + 256 | 0; - i30 = i39 + 277 | 0; - i31 = i39 + 276 | 0; - i29 = i39 + 224 | 0; - i35 = i39 + 216 | 0; - i25 = i39 + 204 | 0; - i26 = i39 + 188 | 0; - i23 = i39 + 132 | 0; - i27 = i39 + 112 | 0; - i33 = i39 + 100 | 0; - i8 = i39 + 252 | 0; - i9 = i39 + 248 | 0; - i10 = i39 + 244 | 0; - i12 = i39 + 220 | 0; - i34 = i39 + 48 | 0; - i16 = i39 + 200 | 0; - i17 = i39 + 184 | 0; - i18 = i39 + 128 | 0; - i19 = i39 + 104 | 0; - i37 = i39 + 24 | 0; - i36 = i39; - i22 = i39 + 96 | 0; - i1 = i38 + 44 | 0; - if (HEAP32[i1 >> 2] | 0 ? (i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41696, 14057) | 0, i15 = __ZN6cashew3RefixEj(i2, 1) | 0, i15 = __ZN6cashew5Value10getIStringEv(HEAP32[i15 >> 2] | 0) | 0, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i14, HEAP32[i15 >> 2] | 0) | 0, 10) | 0, (HEAP32[i1 >> 2] | 0) > 1) : 0) { - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i2 >> 2] | 0, 41696, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(41696, 10) | 0; - } - i11 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i38 + 4 >> 2] | 0) | 0; - HEAP32[i28 >> 2] = i11; - i14 = __ZN6cashew3RefixEj(i2, 1) | 0; - i14 = __ZN6cashew5Value10getIStringEv(HEAP32[i14 >> 2] | 0) | 0; - HEAP32[i11 >> 2] = HEAP32[i14 >> 2]; - i11 = __ZN6cashew3RefixEj(i2, 2) | 0; - i11 = HEAP32[i11 >> 2] | 0; - i14 = __ZN6cashew3RefixEj(i2, 3) | 0; - HEAP32[i24 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i3 >> 2] = 0; - HEAP32[i32 >> 2] = i3; - HEAP32[i29 >> 2] = 0; - HEAP32[i29 + 4 >> 2] = 0; - HEAP32[i29 + 8 >> 2] = 0; - HEAP32[i29 + 12 >> 2] = 0; - HEAPF32[i29 + 16 >> 2] = 1.0; - HEAP32[i35 >> 2] = 0; - HEAP32[i25 >> 2] = 0; - i14 = i25 + 4 | 0; - HEAP32[i14 >> 2] = 0; - HEAP32[i25 + 8 >> 2] = 0; - HEAP32[i26 >> 2] = 0; - i15 = i26 + 4 | 0; - HEAP32[i15 >> 2] = 0; - HEAP32[i26 + 8 >> 2] = 0; - HEAP32[i23 >> 2] = 0; - HEAP32[i23 + 4 >> 2] = 0; - HEAP32[i23 + 8 >> 2] = 0; - HEAP32[i23 + 12 >> 2] = 0; - HEAPF32[i23 + 16 >> 2] = 1.0; - i13 = i23 + 20 | 0; - HEAP32[i23 + 48 >> 2] = 0; - HEAP32[i13 >> 2] = 0; - HEAP32[i13 + 4 >> 2] = 0; - HEAP32[i13 + 8 >> 2] = 0; - HEAP32[i13 + 12 >> 2] = 0; - HEAP32[i13 + 16 >> 2] = 0; - HEAP32[i13 + 20 >> 2] = 0; - i13 = i38 + 80 | 0; - i7 = 0; - while (1) { - if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(i11) | 0) >>> 0) { - i1 = 6; - break; - } - i6 = __ZN6cashew3RefixEj(i24, i7) | 0; - HEAP32[i27 >> 2] = HEAP32[i6 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i27, 0) | 0, 40616) | 0)) { - i1 = 8; - break; - } - i6 = __ZN6cashew3RefixEj(i27, 1) | 0; - HEAP32[i27 >> 2] = HEAP32[i6 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i27, 0) | 0, 40620) | 0)) { - i1 = 11; - break; - } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 2) | 0, 0) | 0, 40624) | 0)) { - i1 = 11; - break; - } - i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 2) | 0, 1) | 0; - i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i33 >> 2] = i1; - i2 = __ZN6cashew3RefixEj(i27, 3) | 0; - HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i20 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i21 >> 2] = HEAP32[i9 >> 2]; - i2 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i20, 0, 0, i21) | 0; - i3 = HEAP32[i28 >> 2] | 0; - i4 = __ZN4wasm13asmToWasmTypeE7AsmType(i2) | 0; - HEAP32[i10 >> 2] = i4; - i5 = i3 + 12 | 0; - i6 = HEAP32[i5 >> 2] | 0; - if (i6 >>> 0 < (HEAP32[i3 + 16 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i1; - HEAP32[i6 + 4 >> 2] = i4; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i3 + 8 | 0, i33, i10); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i21, i29, i33); - HEAP32[i12 >> 2] = i1; - HEAP32[i21 >> 2] = HEAP32[i12 >> 2]; - __ZN7AsmData8addParamEN6cashew7IStringE7AsmType(i23, i21, i2); - i7 = i7 + 1 | 0; - } - if ((i1 | 0) == 6) { - i1 = __ZN6cashew5Value4sizeEv(i11) | 0; - while (1) { - if (i1 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i24 >> 2] | 0) | 0) >>> 0) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i24, i1) | 0, 0) | 0, 40628) | 0)) break; - i8 = __ZN6cashew3RefixEj(i24, i1) | 0; - HEAP32[i27 >> 2] = HEAP32[i8 >> 2]; - i8 = 0; - while (1) { - i12 = __ZN6cashew3RefixEj(i27, 1) | 0; - if (i8 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i12 >> 2] | 0) | 0) >>> 0) break; - i6 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 1) | 0, i8) | 0; - HEAP32[i33 >> 2] = HEAP32[i6 >> 2]; - i6 = __ZN6cashew3RefixEj(i33, 0) | 0; - i6 = __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 0; - i6 = HEAP32[i6 >> 2] | 0; - HEAP32[i34 >> 2] = i6; - i7 = __ZN6cashew3RefixEj(i33, 1) | 0; - HEAP32[i16 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i17 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i20 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i21 >> 2] = HEAP32[i17 >> 2]; - i7 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i20, 0, 1, i21) | 0; - i2 = HEAP32[i28 >> 2] | 0; - i3 = __ZN4wasm13asmToWasmTypeE7AsmType(i7) | 0; - HEAP32[i18 >> 2] = i3; - i4 = i2 + 24 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if (i5 >>> 0 < (HEAP32[i2 + 28 >> 2] | 0) >>> 0) { - HEAP32[i5 >> 2] = i6; - HEAP32[i5 + 4 >> 2] = i3; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i2 + 20 | 0, i34, i18); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i21, i29, i34); - HEAP32[i19 >> 2] = i6; - HEAP32[i21 >> 2] = HEAP32[i19 >> 2]; - __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i23, i21, i7); - i8 = i8 + 1 | 0; - } - i1 = i1 + 1 | 0; - } - HEAP8[i20 >> 0] = 0; - HEAP32[i27 >> 2] = i20; - HEAP32[i27 + 4 >> 2] = i28; - HEAP32[i27 + 8 >> 2] = i29; - HEAP32[i27 + 12 >> 2] = i23; - HEAP8[i33 >> 0] = 0; - HEAP32[i34 + 16 >> 2] = 0; - HEAP32[i37 + 16 >> 2] = 0; - i20 = __Znwj(64) | 0; - HEAP32[i20 >> 2] = 3388; - HEAP32[i20 + 4 >> 2] = i38; - HEAP32[i20 + 8 >> 2] = i36; - HEAP32[i20 + 12 >> 2] = i29; - HEAP32[i20 + 16 >> 2] = i37; - HEAP32[i20 + 20 >> 2] = i23; - HEAP32[i20 + 24 >> 2] = i27; - HEAP32[i20 + 28 >> 2] = i33; - HEAP32[i20 + 32 >> 2] = i28; - HEAP32[i20 + 36 >> 2] = i35; - HEAP32[i20 + 40 >> 2] = i30; - HEAP32[i20 + 44 >> 2] = i25; - HEAP32[i20 + 48 >> 2] = i34; - HEAP32[i20 + 52 >> 2] = i26; - HEAP32[i20 + 56 >> 2] = i31; - HEAP32[i20 + 60 >> 2] = i32; - HEAP32[i36 + 16 >> 2] = i20; - i33 = i38; - i38 = i36; - HEAP32[i21 + 16 >> 2] = i21; - HEAP32[i21 >> 2] = 3432; - HEAP32[i21 + 4 >> 2] = i33; - HEAP32[i21 + 8 >> 2] = i38; - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i21, i37); - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i21); - HEAP32[i21 + 16 >> 2] = i21; - HEAP32[i21 >> 2] = 3476; - HEAP32[i21 + 4 >> 2] = i33; - HEAP32[i21 + 8 >> 2] = i38; - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i21, i34); - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i21); - HEAP32[i22 >> 2] = HEAP32[i24 >> 2]; - HEAP32[i21 >> 2] = HEAP32[i22 >> 2]; - i38 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i34, i21, i1) | 0; - HEAP32[(HEAP32[i28 >> 2] | 0) + 36 >> 2] = i38; - if ((HEAP32[i14 >> 2] | 0) == (HEAP32[i25 >> 2] | 0) ? (HEAP32[i15 >> 2] | 0) == (HEAP32[i26 >> 2] | 0) : 0) if (!(HEAP32[i35 >> 2] | 0)) { - i38 = HEAP32[i28 >> 2] | 0; - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev(i36); - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i37); - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i34); - __ZN7AsmDataD2Ev(i23); - __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i26); - __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i25); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i29); - STACKTOP = i39; - return i38 | 0; - } else ___assert_fail(14189, 13366, 1470, 14081); - ___assert_fail(14137, 13366, 1469, 14081); - } else if ((i1 | 0) == 8) ___assert_fail(14065, 13366, 747, 14081); else if ((i1 | 0) == 11) ___assert_fail(14097, 13366, 749, 14081); - return 0; -} - function _dispose_chunk(i2, i3) { i2 = i2 | 0; i3 = i3 | 0; @@ -30508,9 +30374,9 @@ function _dispose_chunk(i2, i3) { if (!(i1 & 3)) return; i11 = i2 + (0 - i5) | 0; i10 = i5 + i3 | 0; - i8 = HEAP32[10282] | 0; + i8 = HEAP32[11009] | 0; if (i11 >>> 0 < i8 >>> 0) _abort(); - if ((i11 | 0) == (HEAP32[10283] | 0)) { + if ((i11 | 0) == (HEAP32[11010] | 0)) { i2 = i14 + 4 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 & 3 | 0) != 3) { @@ -30518,7 +30384,7 @@ function _dispose_chunk(i2, i3) { i6 = i10; break; } - HEAP32[10280] = i10; + HEAP32[11007] = i10; HEAP32[i2 >> 2] = i1 & -2; HEAP32[i11 + 4 >> 2] = i10 | 1; HEAP32[i11 + i10 >> 2] = i10; @@ -30528,13 +30394,13 @@ function _dispose_chunk(i2, i3) { if (i5 >>> 0 < 256) { i2 = HEAP32[i11 + 8 >> 2] | 0; i3 = HEAP32[i11 + 12 >> 2] | 0; - i1 = 41152 + (i4 << 1 << 2) | 0; + i1 = 44060 + (i4 << 1 << 2) | 0; if ((i2 | 0) != (i1 | 0)) { if (i2 >>> 0 < i8 >>> 0) _abort(); if ((HEAP32[i2 + 12 >> 2] | 0) != (i11 | 0)) _abort(); } if ((i3 | 0) == (i2 | 0)) { - HEAP32[10278] = HEAP32[10278] & ~(1 << i4); + HEAP32[11005] = HEAP32[11005] & ~(1 << i4); i17 = i11; i6 = i10; break; @@ -30598,17 +30464,17 @@ function _dispose_chunk(i2, i3) { } while (0); if (i5) { i1 = HEAP32[i11 + 28 >> 2] | 0; - i2 = 41416 + (i1 << 2) | 0; + i2 = 44324 + (i1 << 2) | 0; if ((i11 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i9; if (!i9) { - HEAP32[10279] = HEAP32[10279] & ~(1 << i1); + HEAP32[11006] = HEAP32[11006] & ~(1 << i1); i17 = i11; i6 = i10; break; } } else { - if (i5 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); i1 = i5 + 16 | 0; if ((HEAP32[i1 >> 2] | 0) == (i11 | 0)) HEAP32[i1 >> 2] = i9; else HEAP32[i5 + 20 >> 2] = i9; if (!i9) { @@ -30617,7 +30483,7 @@ function _dispose_chunk(i2, i3) { break; } } - i3 = HEAP32[10282] | 0; + i3 = HEAP32[11009] | 0; if (i9 >>> 0 < i3 >>> 0) _abort(); HEAP32[i9 + 24 >> 2] = i5; i1 = i11 + 16 | 0; @@ -30628,7 +30494,7 @@ function _dispose_chunk(i2, i3) { break; } while (0); i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1) if (i1 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if (i1) if (i1 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { HEAP32[i9 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i9; i17 = i11; @@ -30646,25 +30512,25 @@ function _dispose_chunk(i2, i3) { i17 = i2; i6 = i3; } while (0); - i7 = HEAP32[10282] | 0; + i7 = HEAP32[11009] | 0; if (i14 >>> 0 < i7 >>> 0) _abort(); i1 = i14 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; if (!(i2 & 2)) { - if ((i14 | 0) == (HEAP32[10284] | 0)) { - i16 = (HEAP32[10281] | 0) + i6 | 0; - HEAP32[10281] = i16; - HEAP32[10284] = i17; + if ((i14 | 0) == (HEAP32[11011] | 0)) { + i16 = (HEAP32[11008] | 0) + i6 | 0; + HEAP32[11008] = i16; + HEAP32[11011] = i17; HEAP32[i17 + 4 >> 2] = i16 | 1; - if ((i17 | 0) != (HEAP32[10283] | 0)) return; - HEAP32[10283] = 0; - HEAP32[10280] = 0; + if ((i17 | 0) != (HEAP32[11010] | 0)) return; + HEAP32[11010] = 0; + HEAP32[11007] = 0; return; } - if ((i14 | 0) == (HEAP32[10283] | 0)) { - i16 = (HEAP32[10280] | 0) + i6 | 0; - HEAP32[10280] = i16; - HEAP32[10283] = i17; + if ((i14 | 0) == (HEAP32[11010] | 0)) { + i16 = (HEAP32[11007] | 0) + i6 | 0; + HEAP32[11007] = i16; + HEAP32[11010] = i17; HEAP32[i17 + 4 >> 2] = i16 | 1; HEAP32[i17 + i16 >> 2] = i16; return; @@ -30720,20 +30586,20 @@ function _dispose_chunk(i2, i3) { } while (0); if (i5 | 0) { i1 = HEAP32[i14 + 28 >> 2] | 0; - i2 = 41416 + (i1 << 2) | 0; + i2 = 44324 + (i1 << 2) | 0; if ((i14 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i13; if (!i13) { - HEAP32[10279] = HEAP32[10279] & ~(1 << i1); + HEAP32[11006] = HEAP32[11006] & ~(1 << i1); break; } } else { - if (i5 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); i1 = i5 + 16 | 0; if ((HEAP32[i1 >> 2] | 0) == (i14 | 0)) HEAP32[i1 >> 2] = i13; else HEAP32[i5 + 20 >> 2] = i13; if (!i13) break; } - i3 = HEAP32[10282] | 0; + i3 = HEAP32[11009] | 0; if (i13 >>> 0 < i3 >>> 0) _abort(); HEAP32[i13 + 24 >> 2] = i5; i1 = i14 + 16 | 0; @@ -30744,7 +30610,7 @@ function _dispose_chunk(i2, i3) { break; } while (0); i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { HEAP32[i13 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i13; break; @@ -30753,13 +30619,13 @@ function _dispose_chunk(i2, i3) { } else { i2 = HEAP32[i14 + 8 >> 2] | 0; i3 = HEAP32[i14 + 12 >> 2] | 0; - i1 = 41152 + (i4 << 1 << 2) | 0; + i1 = 44060 + (i4 << 1 << 2) | 0; if ((i2 | 0) != (i1 | 0)) { if (i2 >>> 0 < i7 >>> 0) _abort(); if ((HEAP32[i2 + 12 >> 2] | 0) != (i14 | 0)) _abort(); } if ((i3 | 0) == (i2 | 0)) { - HEAP32[10278] = HEAP32[10278] & ~(1 << i4); + HEAP32[11005] = HEAP32[11005] & ~(1 << i4); break; } if ((i3 | 0) != (i1 | 0)) { @@ -30772,8 +30638,8 @@ function _dispose_chunk(i2, i3) { } while (0); HEAP32[i17 + 4 >> 2] = i6 | 1; HEAP32[i17 + i6 >> 2] = i6; - if ((i17 | 0) == (HEAP32[10283] | 0)) { - HEAP32[10280] = i6; + if ((i17 | 0) == (HEAP32[11010] | 0)) { + HEAP32[11007] = i6; return; } } else { @@ -30783,18 +30649,18 @@ function _dispose_chunk(i2, i3) { } i1 = i6 >>> 3; if (i6 >>> 0 < 256) { - i3 = 41152 + (i1 << 1 << 2) | 0; - i2 = HEAP32[10278] | 0; + i3 = 44060 + (i1 << 1 << 2) | 0; + i2 = HEAP32[11005] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { i15 = i1; i16 = i2; } } else { - HEAP32[10278] = i2 | i1; + HEAP32[11005] = i2 | i1; i15 = i3 + 8 | 0; i16 = i3; } @@ -30814,14 +30680,14 @@ function _dispose_chunk(i2, i3) { i3 = 14 - (i14 | i15 | i3) + (i16 << i3 >>> 15) | 0; i3 = i6 >>> (i3 + 7 | 0) & 1 | i3 << 1; } else i3 = 0; - i4 = 41416 + (i3 << 2) | 0; + i4 = 44324 + (i3 << 2) | 0; HEAP32[i17 + 28 >> 2] = i3; HEAP32[i17 + 20 >> 2] = 0; HEAP32[i17 + 16 >> 2] = 0; - i1 = HEAP32[10279] | 0; + i1 = HEAP32[11006] | 0; i2 = 1 << i3; if (!(i1 & i2)) { - HEAP32[10279] = i1 | i2; + HEAP32[11006] = i1 | i2; HEAP32[i4 >> 2] = i17; HEAP32[i17 + 24 >> 2] = i4; HEAP32[i17 + 12 >> 2] = i17; @@ -30847,7 +30713,7 @@ function _dispose_chunk(i2, i3) { } } if ((i4 | 0) == 124) { - if (i2 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i2 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); HEAP32[i2 >> 2] = i17; HEAP32[i17 + 24 >> 2] = i1; HEAP32[i17 + 12 >> 2] = i17; @@ -30856,7 +30722,7 @@ function _dispose_chunk(i2, i3) { } else if ((i4 | 0) == 127) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - i16 = HEAP32[10282] | 0; + i16 = HEAP32[11009] | 0; if (!(i2 >>> 0 >= i16 >>> 0 & i3 >>> 0 >= i16 >>> 0)) _abort(); HEAP32[i2 + 12 >> 2] = i17; HEAP32[i1 >> 2] = i17; @@ -30867,11 +30733,241 @@ function _dispose_chunk(i2, i3) { } } +function __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i38, i1) { + i38 = i38 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i39 = 0; + i39 = STACKTOP; + STACKTOP = STACKTOP + 288 | 0; + i21 = i39 + 72 | 0; + i20 = i39 + 272 | 0; + i28 = i39 + 268 | 0; + i24 = i39 + 264 | 0; + i2 = i39 + 260 | 0; + i32 = i39 + 256 | 0; + i30 = i39 + 277 | 0; + i31 = i39 + 276 | 0; + i29 = i39 + 224 | 0; + i35 = i39 + 216 | 0; + i25 = i39 + 204 | 0; + i26 = i39 + 188 | 0; + i23 = i39 + 132 | 0; + i27 = i39 + 112 | 0; + i33 = i39 + 100 | 0; + i8 = i39 + 252 | 0; + i9 = i39 + 248 | 0; + i10 = i39 + 244 | 0; + i11 = i39 + 220 | 0; + i34 = i39 + 48 | 0; + i16 = i39 + 200 | 0; + i17 = i39 + 184 | 0; + i18 = i39 + 128 | 0; + i19 = i39 + 104 | 0; + i37 = i39 + 24 | 0; + i36 = i39; + i22 = i39 + 96 | 0; + if (HEAP8[i38 + 41 >> 0] | 0) { + i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44604, 14568) | 0; + i15 = __ZN6cashew3RefixEj(i1, 1) | 0; + i15 = __ZN6cashew5Value10getIStringEv(HEAP32[i15 >> 2] | 0) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i14, HEAP32[i15 >> 2] | 0) | 0, 10) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 44604, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(44604, 10) | 0; + } + i12 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i38 + 4 >> 2] | 0) | 0; + HEAP32[i28 >> 2] = i12; + i14 = __ZN6cashew3RefixEj(i1, 1) | 0; + i14 = __ZN6cashew5Value10getIStringEv(HEAP32[i14 >> 2] | 0) | 0; + HEAP32[i12 >> 2] = HEAP32[i14 >> 2]; + i12 = __ZN6cashew3RefixEj(i1, 2) | 0; + i12 = HEAP32[i12 >> 2] | 0; + i14 = __ZN6cashew3RefixEj(i1, 3) | 0; + HEAP32[i24 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i2 >> 2] = 0; + HEAP32[i32 >> 2] = i2; + HEAP32[i29 >> 2] = 0; + HEAP32[i29 + 4 >> 2] = 0; + HEAP32[i29 + 8 >> 2] = 0; + HEAP32[i29 + 12 >> 2] = 0; + HEAPF32[i29 + 16 >> 2] = 1.0; + HEAP32[i35 >> 2] = 0; + HEAP32[i25 >> 2] = 0; + i14 = i25 + 4 | 0; + HEAP32[i14 >> 2] = 0; + HEAP32[i25 + 8 >> 2] = 0; + HEAP32[i26 >> 2] = 0; + i15 = i26 + 4 | 0; + HEAP32[i15 >> 2] = 0; + HEAP32[i26 + 8 >> 2] = 0; + HEAP32[i23 >> 2] = 0; + HEAP32[i23 + 4 >> 2] = 0; + HEAP32[i23 + 8 >> 2] = 0; + HEAP32[i23 + 12 >> 2] = 0; + HEAPF32[i23 + 16 >> 2] = 1.0; + i13 = i23 + 20 | 0; + HEAP32[i23 + 48 >> 2] = 0; + HEAP32[i13 >> 2] = 0; + HEAP32[i13 + 4 >> 2] = 0; + HEAP32[i13 + 8 >> 2] = 0; + HEAP32[i13 + 12 >> 2] = 0; + HEAP32[i13 + 16 >> 2] = 0; + HEAP32[i13 + 20 >> 2] = 0; + i13 = i38 + 76 | 0; + i7 = 0; + while (1) { + if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(i12) | 0) >>> 0) { + i1 = 5; + break; + } + i6 = __ZN6cashew3RefixEj(i24, i7) | 0; + HEAP32[i27 >> 2] = HEAP32[i6 >> 2]; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i27, 0) | 0, 43516) | 0)) { + i1 = 7; + break; + } + i6 = __ZN6cashew3RefixEj(i27, 1) | 0; + HEAP32[i27 >> 2] = HEAP32[i6 >> 2]; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i27, 0) | 0, 43520) | 0)) { + i1 = 10; + break; + } + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 2) | 0, 0) | 0, 43524) | 0)) { + i1 = 10; + break; + } + i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 2) | 0, 1) | 0; + i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; + i1 = HEAP32[i1 >> 2] | 0; + HEAP32[i33 >> 2] = i1; + i2 = __ZN6cashew3RefixEj(i27, 3) | 0; + HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i9 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i20 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i21 >> 2] = HEAP32[i9 >> 2]; + i2 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i20, 0, 0, i21) | 0; + i3 = HEAP32[i28 >> 2] | 0; + i4 = __ZN4wasm13asmToWasmTypeE7AsmType(i2) | 0; + HEAP32[i10 >> 2] = i4; + i5 = i3 + 12 | 0; + i6 = HEAP32[i5 >> 2] | 0; + if (i6 >>> 0 < (HEAP32[i3 + 16 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i1; + HEAP32[i6 + 4 >> 2] = i4; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 8; + } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i3 + 8 | 0, i33, i10); + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i21, i29, i33); + HEAP32[i11 >> 2] = i1; + HEAP32[i21 >> 2] = HEAP32[i11 >> 2]; + __ZN7AsmData8addParamEN6cashew7IStringE7AsmType(i23, i21, i2); + i7 = i7 + 1 | 0; + } + if ((i1 | 0) == 5) { + i1 = __ZN6cashew5Value4sizeEv(i12) | 0; + while (1) { + if (i1 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i24 >> 2] | 0) | 0) >>> 0) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i24, i1) | 0, 0) | 0, 43528) | 0)) break; + i8 = __ZN6cashew3RefixEj(i24, i1) | 0; + HEAP32[i27 >> 2] = HEAP32[i8 >> 2]; + i8 = 0; + while (1) { + i12 = __ZN6cashew3RefixEj(i27, 1) | 0; + if (i8 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i12 >> 2] | 0) | 0) >>> 0) break; + i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 1) | 0, i8) | 0; + HEAP32[i33 >> 2] = HEAP32[i4 >> 2]; + i4 = __ZN6cashew3RefixEj(i33, 0) | 0; + i4 = __ZN6cashew5Value10getIStringEv(HEAP32[i4 >> 2] | 0) | 0; + i4 = HEAP32[i4 >> 2] | 0; + HEAP32[i34 >> 2] = i4; + i5 = __ZN6cashew3RefixEj(i33, 1) | 0; + HEAP32[i16 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i17 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i20 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i21 >> 2] = HEAP32[i17 >> 2]; + i5 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i20, 0, 1, i21) | 0; + i6 = HEAP32[i28 >> 2] | 0; + i7 = __ZN4wasm13asmToWasmTypeE7AsmType(i5) | 0; + HEAP32[i18 >> 2] = i7; + i2 = i6 + 24 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i6 + 28 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i4; + HEAP32[i3 + 4 >> 2] = i7; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 8; + } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i6 + 20 | 0, i34, i18); + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i21, i29, i34); + HEAP32[i19 >> 2] = i4; + HEAP32[i21 >> 2] = HEAP32[i19 >> 2]; + __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i23, i21, i5); + i8 = i8 + 1 | 0; + } + i1 = i1 + 1 | 0; + } + HEAP8[i20 >> 0] = 0; + HEAP32[i27 >> 2] = i20; + HEAP32[i27 + 4 >> 2] = i28; + HEAP32[i27 + 8 >> 2] = i29; + HEAP32[i27 + 12 >> 2] = i23; + HEAP8[i33 >> 0] = 0; + HEAP32[i34 + 16 >> 2] = 0; + HEAP32[i37 + 16 >> 2] = 0; + i20 = __Znwj(64) | 0; + HEAP32[i20 >> 2] = 3676; + HEAP32[i20 + 4 >> 2] = i38; + HEAP32[i20 + 8 >> 2] = i36; + HEAP32[i20 + 12 >> 2] = i29; + HEAP32[i20 + 16 >> 2] = i37; + HEAP32[i20 + 20 >> 2] = i23; + HEAP32[i20 + 24 >> 2] = i27; + HEAP32[i20 + 28 >> 2] = i33; + HEAP32[i20 + 32 >> 2] = i28; + HEAP32[i20 + 36 >> 2] = i35; + HEAP32[i20 + 40 >> 2] = i30; + HEAP32[i20 + 44 >> 2] = i25; + HEAP32[i20 + 48 >> 2] = i34; + HEAP32[i20 + 52 >> 2] = i26; + HEAP32[i20 + 56 >> 2] = i31; + HEAP32[i20 + 60 >> 2] = i32; + HEAP32[i36 + 16 >> 2] = i20; + i33 = i38; + i38 = i36; + HEAP32[i21 + 16 >> 2] = i21; + HEAP32[i21 >> 2] = 3720; + HEAP32[i21 + 4 >> 2] = i33; + HEAP32[i21 + 8 >> 2] = i38; + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i21, i37); + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i21); + HEAP32[i21 + 16 >> 2] = i21; + HEAP32[i21 >> 2] = 3764; + HEAP32[i21 + 4 >> 2] = i33; + HEAP32[i21 + 8 >> 2] = i38; + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i21, i34); + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i21); + HEAP32[i22 >> 2] = HEAP32[i24 >> 2]; + HEAP32[i21 >> 2] = HEAP32[i22 >> 2]; + i38 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i34, i21, i1) | 0; + HEAP32[(HEAP32[i28 >> 2] | 0) + 36 >> 2] = i38; + if ((HEAP32[i14 >> 2] | 0) == (HEAP32[i25 >> 2] | 0) ? (HEAP32[i15 >> 2] | 0) == (HEAP32[i26 >> 2] | 0) : 0) if (!(HEAP32[i35 >> 2] | 0)) { + i38 = HEAP32[i28 >> 2] | 0; + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev(i36); + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i37); + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i34); + __ZN7AsmDataD2Ev(i23); + __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i26); + __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i25); + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i29); + STACKTOP = i39; + return i38 | 0; + } else ___assert_fail(14700, 13734, 1537, 14592); + ___assert_fail(14648, 13734, 1536, 14592); + } else if ((i1 | 0) == 7) ___assert_fail(14576, 13734, 773, 14592); else if ((i1 | 0) == 10) ___assert_fail(14608, 13734, 775, 14592); + return 0; +} + function __ZNSt3__112__next_primeEj(i5) { i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0; L1 : do if (i5 >>> 0 < 212) { - i1 = 8460; + i1 = 8820; i2 = 48; L2 : while (1) { while (1) { @@ -30891,7 +30987,7 @@ function __ZNSt3__112__next_primeEj(i5) { i6 = (i5 >>> 0) / 210 | 0; i7 = i6 * 210 | 0; i5 = i5 - i7 | 0; - i1 = 8652; + i1 = 9012; i2 = 48; L10 : while (1) { while (1) { @@ -30906,9 +31002,9 @@ function __ZNSt3__112__next_primeEj(i5) { i1 = i1 + 4 | 0; i2 = i2 + -1 - i3 | 0; } - i1 = i1 - 8652 >> 2; + i1 = i1 - 9012 >> 2; i5 = i1; - i1 = (HEAP32[8652 + (i1 << 2) >> 2] | 0) + i7 | 0; + i1 = (HEAP32[9012 + (i1 << 2) >> 2] | 0) + i7 | 0; while (1) { i4 = 5; while (1) { @@ -30917,7 +31013,7 @@ function __ZNSt3__112__next_primeEj(i5) { i8 = 17; break; } - i2 = HEAP32[8460 + (i4 << 2) >> 2] | 0; + i2 = HEAP32[8820 + (i4 << 2) >> 2] | 0; i3 = (i1 >>> 0) / (i2 >>> 0) | 0; if (i3 >>> 0 < i2 >>> 0) break L1; if ((i1 | 0) == (Math_imul(i3, i2) | 0)) break; else i4 = i4 + 1 | 0; @@ -31125,12 +31221,795 @@ function __ZNSt3__112__next_primeEj(i5) { i7 = i4 ? 0 : i7; i5 = i7; i6 = i1; - i1 = (HEAP32[8652 + (i7 << 2) >> 2] | 0) + (i1 * 210 | 0) | 0; + i1 = (HEAP32[9012 + (i7 << 2) >> 2] | 0) + (i1 * 210 | 0) | 0; } } while (0); return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder13readFunctionsEv(i39) { + i39 = i39 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i40 = 0; + i40 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i14 = i40 + 20 | 0; + i36 = i40 + 12 | 0; + i38 = i40 + 4 | 0; + i35 = i40; + i15 = i40 + 16 | 0; + i19 = i40 + 8 | 0; + i30 = i39 + 12 | 0; + if (HEAP8[i30 >> 0] | 0) { + i37 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18731) | 0; + i34 = __ZNKSt3__18ios_base6getlocEv(i37 + (HEAP32[(HEAP32[i37 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i14 >> 2] = i34; + i34 = __ZNKSt3__16locale9use_facetERNS0_2idE(i14, 45564) | 0; + i34 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i34 >> 2] | 0) + 28 >> 2] & 63](i34, 10) | 0; + __ZNSt3__16localeD2Ev(i14); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i37, i34) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i37) | 0; + } + i16 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i39) | 0; + i17 = i39 + 24 | 0; + i18 = i39 + 4 | 0; + i20 = i39 + 36 | 0; + i21 = i39 + 76 | 0; + i22 = i39 + 80 | 0; + i23 = i39 + 88 | 0; + i24 = i39 + 84 | 0; + i25 = i39 + 100 | 0; + i26 = i39 + 104 | 0; + i27 = i39 + 112 | 0; + i28 = i39 + 116 | 0; + i29 = i39 + 136 | 0; + i31 = i39 + 44 | 0; + i32 = i39 + 48 | 0; + i33 = i39 + 40 | 0; + i34 = i39 + 16 | 0; + i37 = 0; + while (1) { + if (i37 >>> 0 >= i16 >>> 0) { + i1 = 5; + break; + } + if (HEAP8[i30 >> 0] | 0) { + i13 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18748) | 0; + i13 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i13, HEAP32[i34 >> 2] | 0) | 0; + i12 = __ZNKSt3__18ios_base6getlocEv(i13 + (HEAP32[(HEAP32[i13 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i14 >> 2] = i12; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i14, 45564) | 0; + i12 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 63](i12, 10) | 0; + __ZNSt3__16localeD2Ev(i14); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i13, i12) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i13) | 0; + } + if (!(__ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i39) | 0)) { + i1 = 9; + break; + } + i1 = HEAP32[(HEAP32[i17 >> 2] | 0) + (i37 << 2) >> 2] | 0; + if (HEAP8[i30 >> 0] | 0) { + i13 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18784) | 0, i37) | 0; + i12 = __ZNKSt3__18ios_base6getlocEv(i13 + (HEAP32[(HEAP32[i13 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i14 >> 2] = i12; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i14, 45564) | 0; + i12 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 63](i12, 10) | 0; + __ZNSt3__16localeD2Ev(i14); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i13, i12) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i13) | 0; + } + i12 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i18 >> 2] | 0) | 0; + HEAP32[i36 >> 2] = i12; + HEAP32[i12 + 32 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i12 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i38 >> 2] = 0; + HEAP32[i35 >> 2] = i38; + i7 = i1 + 8 | 0; + i1 = i1 + 12 | 0; + i10 = i12 + 12 | 0; + i2 = i12 + 16 | 0; + i11 = i12 + 8 | 0; + i13 = i12; + i6 = 0; + while (1) { + if (i6 >>> 0 >= (HEAP32[i1 >> 2] | 0) - (HEAP32[i7 >> 2] | 0) >> 2 >>> 0) break; + i3 = __ZZN4wasm17WasmBinaryBuilder13readFunctionsEvENKUlvE_clEv(i35) | 0; + HEAP32[i15 >> 2] = i3; + i4 = (HEAP32[i7 >> 2] | 0) + (i6 << 2) | 0; + i5 = HEAP32[i10 >> 2] | 0; + if (i5 >>> 0 < (HEAP32[i2 >> 2] | 0) >>> 0) { + i9 = HEAP32[i4 >> 2] | 0; + HEAP32[i5 >> 2] = i3; + HEAP32[i5 + 4 >> 2] = i9; + HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 8; + } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJNS1_4NameERNS1_8WasmTypeEEEEvDpOT_(i11, i15, i4); + i6 = i6 + 1 | 0; + } + i4 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i39) | 0; + i8 = i12 + 24 | 0; + i5 = i12 + 28 | 0; + i9 = i12 + 20 | 0; + i7 = 0; + while (1) { + if ((i7 | 0) == (i4 | 0)) break; + i6 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i39) | 0; + i1 = __ZN4wasm17WasmBinaryBuilder11getWasmTypeEv(i39) | 0; + HEAP32[i14 >> 2] = i1; + while (1) { + if (!i6) break; + i2 = __ZZN4wasm17WasmBinaryBuilder13readFunctionsEvENKUlvE_clEv(i35) | 0; + HEAP32[i19 >> 2] = i2; + i3 = HEAP32[i8 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i5 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i2; + HEAP32[i3 + 4 >> 2] = i1; + HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 8; + } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJNS1_4NameERNS1_8WasmTypeEEEEvDpOT_(i9, i19, i14); + i6 = i6 + -1 | 0; + } + i7 = i7 + 1 | 0; + } + if (HEAP8[i30 >> 0] | 0) { + i7 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18792) | 0, i37) | 0; + i6 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i14 >> 2] = i6; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i14, 45564) | 0; + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; + __ZNSt3__16localeD2Ev(i14); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i6) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i7) | 0; + } + HEAP32[i20 >> 2] = 0; + i1 = HEAP32[i21 >> 2] | 0; + i2 = HEAP32[i22 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + i7 = i2 + -4 | 0; + HEAP32[i22 >> 2] = i7; + i2 = i7; + } + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE5clearEv(i23); + i3 = i12 + 8 | 0; + i4 = 0; + while (1) { + i1 = HEAP32[i11 >> 2] | 0; + if (i4 >>> 0 >= (HEAP32[i10 >> 2] | 0) - i1 >> 3 >>> 0) break; + i1 = i1 + (i4 << 3) | 0; + i2 = HEAP32[i22 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i24 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i21, i1); else { + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + 4; + } + i7 = HEAP32[i3 >> 2] | 0; + i6 = HEAP32[i7 + (i4 << 3) + 4 >> 2] | 0; + i7 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i23, i7 + (i4 << 3) | 0) | 0; + HEAP32[i7 >> 2] = i6; + i4 = i4 + 1 | 0; + } + i3 = i12 + 20 | 0; + i4 = 0; + while (1) { + i1 = HEAP32[i9 >> 2] | 0; + if (i4 >>> 0 >= (HEAP32[i8 >> 2] | 0) - i1 >> 3 >>> 0) break; + i1 = i1 + (i4 << 3) | 0; + i2 = HEAP32[i22 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i24 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i21, i1); else { + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + 4; + } + i11 = HEAP32[i3 >> 2] | 0; + i10 = HEAP32[i11 + (i4 << 3) + 4 >> 2] | 0; + i11 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i23, i11 + (i4 << 3) | 0) | 0; + HEAP32[i11 >> 2] = i10; + i4 = i4 + 1 | 0; + } + if ((HEAP32[i25 >> 2] | 0) != (HEAP32[i26 >> 2] | 0)) { + i1 = 45; + break; + } + if ((HEAP32[i27 >> 2] | 0) != (HEAP32[i28 >> 2] | 0)) { + i1 = 47; + break; + } + HEAP32[i29 >> 2] = 0; + __ZN4wasm17WasmBinaryBuilder18processExpressionsEv(i39); + if (((HEAP32[i28 >> 2] | 0) - (HEAP32[i27 >> 2] | 0) | 0) != 4) { + i1 = 49; + break; + } + i11 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i39) | 0; + HEAP32[i12 + 36 >> 2] = i11; + if (HEAP32[i29 >> 2] | 0) { + i1 = 51; + break; + } + if ((HEAP32[i25 >> 2] | 0) != (HEAP32[i26 >> 2] | 0)) { + i1 = 53; + break; + } + if ((HEAP32[i27 >> 2] | 0) != (HEAP32[i28 >> 2] | 0)) { + i1 = 55; + break; + } + i1 = HEAP32[i31 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i32 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm8FunctionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i33, i36); else { + HEAP32[i1 >> 2] = i13; + HEAP32[i31 >> 2] = (HEAP32[i31 >> 2] | 0) + 4; + } + i37 = i37 + 1 | 0; + } + if ((i1 | 0) == 5) { + STACKTOP = i40; + return; + } else if ((i1 | 0) == 9) ___assert_fail(18761, 18162, 1394, 18770); else if ((i1 | 0) == 45) ___assert_fail(18814, 18162, 1433, 18770); else if ((i1 | 0) == 47) ___assert_fail(18833, 18162, 1434, 18770); else if ((i1 | 0) == 49) ___assert_fail(18857, 18162, 1437, 18770); else if ((i1 | 0) == 51) ___assert_fail(18885, 18162, 1439, 18770); else if ((i1 | 0) == 53) ___assert_fail(18814, 18162, 1440, 18770); else if ((i1 | 0) == 55) ___assert_fail(18833, 18162, 1441, 18770); +} + +function __ZN4wasm17WasmBinaryBuilder14maybeVisitImplEPNS_6BinaryEh(i4, i3, i2) { + i4 = i4 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i5 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i6; + do switch (i2 & 255 | 0) { + case 64: + { + HEAP32[i3 + 8 >> 2] = 0; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 91: + { + HEAP32[i3 + 8 >> 2] = 0; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 117: + { + HEAP32[i3 + 8 >> 2] = 0; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 137: + { + HEAP32[i3 + 8 >> 2] = 0; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + case 65: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 92: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 118: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 138: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + case 66: + { + HEAP32[i3 + 8 >> 2] = 2; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 93: + { + HEAP32[i3 + 8 >> 2] = 2; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 119: + { + HEAP32[i3 + 8 >> 2] = 2; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 139: + { + HEAP32[i3 + 8 >> 2] = 2; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + case 67: + { + HEAP32[i3 + 8 >> 2] = 3; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 94: + { + HEAP32[i3 + 8 >> 2] = 3; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 68: + { + HEAP32[i3 + 8 >> 2] = 4; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 95: + { + HEAP32[i3 + 8 >> 2] = 4; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 69: + { + HEAP32[i3 + 8 >> 2] = 5; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 96: + { + HEAP32[i3 + 8 >> 2] = 5; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 70: + { + HEAP32[i3 + 8 >> 2] = 6; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 97: + { + HEAP32[i3 + 8 >> 2] = 6; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 71: + { + HEAP32[i3 + 8 >> 2] = 7; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 98: + { + HEAP32[i3 + 8 >> 2] = 7; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 72: + { + HEAP32[i3 + 8 >> 2] = 8; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 99: + { + HEAP32[i3 + 8 >> 2] = 8; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 73: + { + HEAP32[i3 + 8 >> 2] = 9; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 100: + { + HEAP32[i3 + 8 >> 2] = 9; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 74: + { + HEAP32[i3 + 8 >> 2] = 10; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 101: + { + HEAP32[i3 + 8 >> 2] = 10; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 75: + { + HEAP32[i3 + 8 >> 2] = 11; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 102: + { + HEAP32[i3 + 8 >> 2] = 11; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 76: + { + HEAP32[i3 + 8 >> 2] = 12; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 103: + { + HEAP32[i3 + 8 >> 2] = 12; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 183: + { + HEAP32[i3 + 8 >> 2] = 13; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 185: + { + HEAP32[i3 + 8 >> 2] = 13; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 182: + { + HEAP32[i3 + 8 >> 2] = 14; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 184: + { + HEAP32[i3 + 8 >> 2] = 14; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 120: + { + HEAP32[i3 + 8 >> 2] = 15; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 140: + { + HEAP32[i3 + 8 >> 2] = 15; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + case 125: + { + HEAP32[i3 + 8 >> 2] = 16; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 145: + { + HEAP32[i3 + 8 >> 2] = 16; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + case 121: + { + HEAP32[i3 + 8 >> 2] = 17; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 141: + { + HEAP32[i3 + 8 >> 2] = 17; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + case 122: + { + HEAP32[i3 + 8 >> 2] = 18; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 142: + { + HEAP32[i3 + 8 >> 2] = 18; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + case 77: + { + HEAP32[i3 + 8 >> 2] = 19; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 104: + { + HEAP32[i3 + 8 >> 2] = 19; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 131: + { + HEAP32[i3 + 8 >> 2] = 19; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 151: + { + HEAP32[i3 + 8 >> 2] = 19; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + case 78: + { + HEAP32[i3 + 8 >> 2] = 20; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 105: + { + HEAP32[i3 + 8 >> 2] = 20; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 132: + { + HEAP32[i3 + 8 >> 2] = 20; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 152: + { + HEAP32[i3 + 8 >> 2] = 20; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + case 79: + { + HEAP32[i3 + 8 >> 2] = 21; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 106: + { + HEAP32[i3 + 8 >> 2] = 21; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 81: + { + HEAP32[i3 + 8 >> 2] = 22; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 108: + { + HEAP32[i3 + 8 >> 2] = 22; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 80: + { + HEAP32[i3 + 8 >> 2] = 23; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 107: + { + HEAP32[i3 + 8 >> 2] = 23; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 82: + { + HEAP32[i3 + 8 >> 2] = 24; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 109: + { + HEAP32[i3 + 8 >> 2] = 24; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 83: + { + HEAP32[i3 + 8 >> 2] = 25; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 110: + { + HEAP32[i3 + 8 >> 2] = 25; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 85: + { + HEAP32[i3 + 8 >> 2] = 26; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 112: + { + HEAP32[i3 + 8 >> 2] = 26; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 84: + { + HEAP32[i3 + 8 >> 2] = 27; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 111: + { + HEAP32[i3 + 8 >> 2] = 27; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 86: + { + HEAP32[i3 + 8 >> 2] = 28; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 78; + break; + } + case 113: + { + HEAP32[i3 + 8 >> 2] = 28; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 78; + break; + } + case 133: + { + HEAP32[i3 + 8 >> 2] = 29; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 153: + { + HEAP32[i3 + 8 >> 2] = 29; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + case 134: + { + HEAP32[i3 + 8 >> 2] = 30; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 154: + { + HEAP32[i3 + 8 >> 2] = 30; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + case 135: + { + HEAP32[i3 + 8 >> 2] = 31; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 155: + { + HEAP32[i3 + 8 >> 2] = 31; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + case 136: + { + HEAP32[i3 + 8 >> 2] = 32; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 78; + break; + } + case 156: + { + HEAP32[i3 + 8 >> 2] = 32; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 78; + break; + } + default: + i1 = 0; + } while (0); + if ((i5 | 0) == 78) { + if (HEAP8[i4 + 12 >> 0] | 0) { + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19522) | 0; + i2 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i2; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i2 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 63](i2, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i5, i2) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i5) | 0; + } + i1 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[i3 + 16 >> 2] = i1; + i1 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[i3 + 12 >> 2] = i1; + __ZN4wasm6Binary8finalizeEv(i3); + i1 = 1; + } + STACKTOP = i6; + return i1 | 0; +} + function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S4_RT_(i6, i2, i12) { i6 = i6 | 0; i2 = i2 | 0; @@ -31304,7 +32183,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S i1 = i6; break L1; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 39067) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 41958) | 0; i6 = i12 + 16 | 0; i2 = (HEAP32[i3 >> 2] | 0) + -24 | 0; HEAP32[i4 >> 2] = HEAP32[i12 + 12 >> 2]; @@ -31379,7 +32258,7 @@ function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31 i25 = i36 + 4 | 0; i26 = i33 + 4 | 0; i27 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i26 >> 2] | 0) | 0; - i35 = i33 + 56 | 0; + i35 = i33 + 68 | 0; HEAP32[i35 >> 2] = i27; i23 = __ZN4wasm7Element4listEv(i31) | 0; if (!(HEAP8[HEAP32[(HEAP32[i23 >> 2] | 0) + 4 >> 2] >> 0] | 0)) { @@ -31388,23 +32267,23 @@ function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31 HEAP32[i27 >> 2] = i2; i2 = 2; } else { - i2 = __ZN4wasm4Name7fromIntEj(HEAP32[i33 + 32 >> 2] | 0) | 0; + i2 = __ZN4wasm4Name7fromIntEj(HEAP32[i33 + 44 >> 2] | 0) | 0; HEAP32[i27 >> 2] = i2; i2 = 1; } - if (HEAP8[i33 + 52 >> 0] | 0) { - i23 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17222) | 0; + if (HEAP8[i33 + 64 >> 0] | 0) { + i23 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17312) | 0; HEAP32[i1 >> 2] = HEAP32[i27 >> 2]; HEAP32[i34 >> 2] = HEAP32[i1 >> 2]; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i23, i34) | 0, 10) | 0; } - i9 = i33 + 32 | 0; + i9 = i33 + 44 | 0; HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 1; i9 = i27 + 36 | 0; HEAP32[i9 >> 2] = 0; - i10 = i33 + 72 | 0; + i10 = i33 + 84 | 0; HEAP32[i10 >> 2] = 0; - HEAP32[i33 + 76 >> 2] = 0; + HEAP32[i33 + 88 >> 2] = 0; HEAP32[i34 >> 2] = 0; i11 = i34 + 4 | 0; HEAP32[i11 >> 2] = 0; @@ -31413,7 +32292,7 @@ function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31 i13 = i27 + 32 | 0; i14 = i33 + 8 | 0; i15 = i34 + 8 | 0; - i16 = i33 + 60 | 0; + i16 = i33 + 72 | 0; i17 = i27 + 8 | 0; i18 = i27 + 12 | 0; i19 = (i17 | 0) == (i34 | 0); @@ -31428,7 +32307,7 @@ function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31 i7 = __ZN4wasm7ElementixEj(i31, i8) | 0; i5 = __ZN4wasm7Element4listEv(i7) | 0; i5 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i5 >> 2] >> 2] | 0) | 0; - L11 : do if ((i5 | 0) == (HEAP32[10104] | 0) | (i5 | 0) == (HEAP32[10111] | 0)) { + L11 : do if ((i5 | 0) == (HEAP32[10826] | 0) | (i5 | 0) == (HEAP32[10833] | 0)) { i2 = 1; while (1) { if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i7) | 0) >>> 0) break L11; @@ -31447,7 +32326,7 @@ function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31 HEAP32[i32 >> 2] = i6; } i2 = i2 + 1 | 0; - do if ((i5 | 0) == (HEAP32[10104] | 0)) { + do if ((i5 | 0) == (HEAP32[10826] | 0)) { i4 = HEAP32[i18 >> 2] | 0; if (i4 >>> 0 < (HEAP32[i20 >> 2] | 0) >>> 0) { HEAP32[i4 >> 2] = i3; @@ -31476,13 +32355,13 @@ function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31 HEAP32[i4 >> 2] = i6; } } else { - if ((i5 | 0) == (HEAP32[10105] | 0)) { + if ((i5 | 0) == (HEAP32[10827] | 0)) { i7 = __ZN4wasm7Element4listEv(i7) | 0; i7 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i33, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i7 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; HEAP32[i12 >> 2] = i7; break; } - if ((i5 | 0) == (HEAP32[10112] | 0)) { + if ((i5 | 0) == (HEAP32[10834] | 0)) { i2 = __ZN4wasm7Element4listEv(i7) | 0; i2 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) | 0; HEAP32[i30 >> 2] = i2; @@ -31534,6 +32413,7 @@ function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31 HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; } + __ZN4wasm5Block8finalizeEv(i1); HEAP32[i9 >> 2] = i1; } i2 = i1 + 16 | 0; @@ -31555,9 +32435,9 @@ function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31 HEAP32[i9 >> 2] = i32; } __ZN4wasm6Module11addFunctionEPNS_8FunctionE(HEAP32[i33 >> 2] | 0, i27); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE5clearEv(i33 + 60 | 0); - i3 = HEAP32[i33 + 80 >> 2] | 0; - i1 = i33 + 84 | 0; + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE5clearEv(i33 + 72 | 0); + i3 = HEAP32[i33 + 92 >> 2] | 0; + i1 = i33 + 96 | 0; i2 = HEAP32[i1 >> 2] | 0; while (1) { if ((i2 | 0) == (i3 | 0)) break; @@ -31571,6 +32451,175 @@ function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31 return; } +function __ZN4wasm16PrintSExpression11visitModuleEPNS_6ModuleE(i17, i14) { + i17 = i17 | 0; + i14 = i14 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i15 = 0, i16 = 0, i18 = 0, i19 = 0; + i18 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i11 = i18 + 4 | 0; + i12 = i18; + i15 = i17 + 4 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i15 >> 2] | 0, 28196, 1) | 0; + __ZN4wasm16PrintSExpression9incIndentEv(i17); + i16 = i17 + 8 | 0; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i15 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i15 >> 2] | 0, 28228, 0) | 0, 42017) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i1, HEAP32[i14 + 108 >> 2] | 0) | 0; + i1 = i14 + 112 | 0; + switch (HEAP32[i1 >> 2] | 0) { + case -1: + case 0: + break; + default: + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, 42017) | 0, HEAP32[i1 >> 2] | 0) | 0; + } + i1 = i14 + 116 | 0; + i2 = i14 + 120 | 0; + i3 = HEAP32[i2 >> 2] | 0; + i13 = i17 + 20 | 0; + i4 = i17 + 12 | 0; + i9 = HEAP32[i1 >> 2] | 0; + while (1) { + if ((i9 | 0) == (i3 | 0)) break; + i10 = HEAP32[i9 >> 2] | 0; + i5 = HEAP32[i9 + 4 >> 2] | 0; + i6 = HEAP32[i9 + 8 >> 2] | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, HEAP8[i4 >> 0] | 0 ? 51584 : 28235) | 0, 28240) | 0, i10) | 0, 28250) | 0; + i10 = 0; + while (1) { + if ((i10 | 0) == (i6 | 0)) break; + i7 = HEAP8[i5 + i10 >> 0] | 0; + L10 : do switch (i7 & 255 | 0) { + case 10: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, 28256) | 0; + break; + } + case 13: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, 28259) | 0; + break; + } + case 9: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, 28263) | 0; + break; + } + case 12: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, 28266) | 0; + break; + } + case 8: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, 28270) | 0; + break; + } + case 92: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, 28274) | 0; + break; + } + case 34: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, 28277) | 0; + break; + } + case 39: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, 28280) | 0; + break; + } + default: + { + i8 = HEAP32[i15 >> 2] | 0; + if ((i7 + -32 & 255) < 95) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_h(i8, i7) | 0; + break L10; + } else { + i19 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[i19 >> 2] = HEAP32[i19 >> 2] & -75 | 8; + i8 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 92) | 0, (i7 & 255) >>> 4 & 255) | 0, i7 & 15) | 0; + i8 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[i8 >> 2] = HEAP32[i8 >> 2] & -75 | 2; + break L10; + } + } + } while (0); + i10 = i10 + 1 | 0; + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, 28253) | 0; + i9 = i9 + 12 | 0; + } + if ((HEAP32[i2 >> 2] | 0) == (HEAP32[i1 >> 2] | 0)) i1 = 51584; else i1 = HEAP8[i4 >> 0] | 0 ? 51584 : 28283; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, i1) | 0, 40928) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + i1 = i14 + 128 | 0; + if (HEAP32[i1 >> 2] | 0) { + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i15 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i15 >> 2] | 0, 28287, 0) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z9printTextRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i15 >> 2] | 0, HEAP32[i1 >> 2] | 0) | 0, 28301) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + } + i1 = i14 + 132 | 0; + if (HEAP32[i1 >> 2] | 0) { + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i15 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + i19 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i15 >> 2] | 0, 28310, 0) | 0, 42017) | 0; + HEAP32[i12 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i11 >> 2] = HEAP32[i12 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i19, i11) | 0, 40928) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + } + i1 = HEAP32[i14 + 4 >> 2] | 0; + i2 = HEAP32[i14 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i15 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression17visitFunctionTypeEPNS_12FunctionTypeEb(i17, HEAP32[i2 >> 2] | 0, 1); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + i2 = i2 + 4 | 0; + } + i1 = HEAP32[i14 + 16 >> 2] | 0; + i2 = HEAP32[i14 + 12 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i15 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression11visitImportEPNS_6ImportE(i17, HEAP32[i2 >> 2] | 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + i2 = i2 + 4 | 0; + } + i1 = HEAP32[i14 + 28 >> 2] | 0; + i2 = HEAP32[i14 + 24 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i15 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression11visitExportEPNS_6ExportE(i17, HEAP32[i2 >> 2] | 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + i2 = i2 + 4 | 0; + } + i1 = i14 + 96 | 0; + if ((HEAP32[i14 + 100 >> 2] | 0) != (HEAP32[i1 >> 2] | 0)) { + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i15 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression10visitTableEPNS_5TableE(i17, i1); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + } + i2 = HEAP32[i14 + 40 >> 2] | 0; + i1 = HEAP32[i14 + 36 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i15 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression13visitFunctionEPNS_8FunctionE(i17, HEAP32[i1 >> 2] | 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + i1 = i1 + 4 | 0; + } + __ZN4wasm16PrintSExpression9decIndentEv(i17); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i15 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + STACKTOP = i18; + return; +} + function _strstr(i1, i17) { i1 = i1 | 0; i17 = i17 | 0; @@ -31890,7 +32939,7 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba i15 = i24 + 12 | 0; i17 = i24; if (i1) { - i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 44376) | 0; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 47284) | 0; i1 = HEAP32[i3 >> 2] | 0; if (i12) { FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 127](i4, i3); @@ -31991,7 +33040,7 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i18); i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; } else { - i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 44368) | 0; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 47276) | 0; i1 = HEAP32[i3 >> 2] | 0; if (i12) { FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 127](i6, i3); @@ -32097,6 +33146,182 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba return; } +function __ZN4wasm17WasmBinaryBuilder14readExpressionERPNS_10ExpressionE(i6, i5) { + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i7; + i3 = i6 + 12 | 0; + if (HEAP8[i3 >> 0] | 0) { + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18901) | 0; + i8 = i6 + 136 | 0; + i4 = (HEAP32[i8 >> 2] | 0) + 1 | 0; + HEAP32[i8 >> 2] = i4; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i1, i4) | 0, 18918) | 0; + i4 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, HEAP32[i6 + 16 >> 2] | 0) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i1) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; + } + i4 = __ZN4wasm17WasmBinaryBuilder7getInt8Ev(i6) | 0; + if (!(HEAP8[i3 >> 0] | 0)) i1 = i4 & 255; else { + i1 = i4 & 255; + i8 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18923) | 0, i1) | 0; + i9 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i9; + i9 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i9 >> 2] | 0) + 28 >> 2] & 63](i9, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i9) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; + } + do switch (i1 | 0) { + case 1: + { + i9 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder10visitBlockEPNS_5BlockE(i6, __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i9) | 0); + break; + } + case 4: + case 3: + { + i9 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder7visitIfEPNS_2IfEh(i6, __ZN4wasm10Expression4castINS_2IfEEEPT_v(i9) | 0, i4); + break; + } + case 2: + { + i9 = __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder9visitLoopEPNS_4LoopE(i6, __ZN4wasm10Expression4castINS_4LoopEEEPT_v(i9) | 0); + break; + } + case 7: + case 6: + { + i9 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder10visitBreakEPNS_5BreakEh(i6, __ZN4wasm10Expression4castINS_5BreakEEEPT_v(i9) | 0, i4); + break; + } + case 8: + { + i9 = __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder11visitSwitchEPNS_6SwitchE(i6, __ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i9) | 0); + break; + } + case 18: + { + i9 = __ZN10MixedArena5allocIN4wasm4CallEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder9visitCallEPNS_4CallE(i6, __ZN4wasm10Expression4castINS_4CallEEEPT_v(i9) | 0); + break; + } + case 31: + { + i9 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder15visitCallImportEPNS_10CallImportE(i6, __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i9) | 0); + break; + } + case 19: + { + i9 = __ZN10MixedArena5allocIN4wasm12CallIndirectEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder17visitCallIndirectEPNS_12CallIndirectE(i6, __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i9) | 0); + break; + } + case 14: + { + i9 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder13visitGetLocalEPNS_8GetLocalE(i6, __ZN4wasm10Expression4castINS_8GetLocalEEEPT_v(i9) | 0); + break; + } + case 15: + { + i9 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder13visitSetLocalEPNS_8SetLocalE(i6, __ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i9) | 0); + break; + } + case 5: + { + i9 = __ZN10MixedArena5allocIN4wasm6SelectEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder11visitSelectEPNS_6SelectE(i6, __ZN4wasm10Expression4castINS_6SelectEEEPT_v(i9) | 0); + break; + } + case 20: + { + i9 = __ZN10MixedArena5allocIN4wasm6ReturnEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder11visitReturnEPNS_6ReturnE(i6, __ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i9) | 0); + break; + } + case 0: + { + i9 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder8visitNopEPNS_3NopE(i6, __ZN4wasm10Expression4castINS_3NopEEEPT_v(i9) | 0); + break; + } + case 21: + { + i9 = __ZN10MixedArena5allocIN4wasm11UnreachableEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i9; + __ZN4wasm17WasmBinaryBuilder16visitUnreachableEPNS_11UnreachableE(i6, __ZN4wasm10Expression4castINS_11UnreachableEEEPT_v(i9) | 0); + break; + } + case 255: + { + HEAP32[i5 >> 2] = 0; + break; + } + default: + if (((((!(__ZN4wasm17WasmBinaryBuilder10maybeVisitINS_6BinaryEEEbRPNS_10ExpressionEh(i6, i5, i4) | 0) ? !(__ZN4wasm17WasmBinaryBuilder10maybeVisitINS_5UnaryEEEbRPNS_10ExpressionEh(i6, i5, i4) | 0) : 0) ? !(__ZN4wasm17WasmBinaryBuilder10maybeVisitINS_5ConstEEEbRPNS_10ExpressionEh(i6, i5, i4) | 0) : 0) ? !(__ZN4wasm17WasmBinaryBuilder10maybeVisitINS_4LoadEEEbRPNS_10ExpressionEh(i6, i5, i4) | 0) : 0) ? !(__ZN4wasm17WasmBinaryBuilder10maybeVisitINS_5StoreEEEbRPNS_10ExpressionEh(i6, i5, i4) | 0) : 0) ? !(__ZN4wasm17WasmBinaryBuilder10maybeVisitINS_4HostEEEbRPNS_10ExpressionEh(i6, i5, i4) | 0) : 0) { + i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18946) | 0; + i8 = i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[i8 >> 2] = HEAP32[i8 >> 2] & -75 | 8; + i9 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i9, i1) | 0; + i8 = __ZNKSt3__18ios_base6getlocEv(i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i8; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 63](i8, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i9, i8) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i9) | 0; + _abort(); + } + } while (0); + if (HEAP8[i3 >> 0] | 0) { + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18958) | 0; + i5 = i6 + 136 | 0; + i9 = HEAP32[i5 >> 2] | 0; + HEAP32[i5 >> 2] = i9 + -1; + i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i8, i9) | 0, 18918) | 0; + i9 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i9, HEAP32[i6 + 16 >> 2] | 0) | 0; + i8 = __ZNKSt3__18ios_base6getlocEv(i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i8; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 63](i8, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i9, i8) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i9) | 0; + } + STACKTOP = i7; + return; +} + function ___intscan(i13, i3, i6, i1, i2) { i13 = i13 | 0; i3 = i3 | 0; @@ -32159,7 +33384,7 @@ function ___intscan(i13, i3, i6, i1, i2) { HEAP32[i15 >> 2] = i3 + 1; i4 = HEAPU8[i3 >> 0] | 0; } else i4 = ___shgetc(i13) | 0; - if ((HEAPU8[31221 + i4 >> 0] | 0) > 15) { + if ((HEAPU8[34217 + i4 >> 0] | 0) > 15) { i1 = (HEAP32[i14 >> 2] | 0) == 0; if (!i1) HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + -1; if (!i6) { @@ -32183,7 +33408,7 @@ function ___intscan(i13, i3, i6, i1, i2) { } } else { i3 = i5 ? 10 : i3; - if ((HEAPU8[31221 + i4 >> 0] | 0) >>> 0 < i3 >>> 0) i10 = 32; else { + if ((HEAPU8[34217 + i4 >> 0] | 0) >>> 0 < i3 >>> 0) i10 = 32; else { if (HEAP32[i14 >> 2] | 0) HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + -1; ___shlim(i13, 0); i2 = ___errno_location() | 0; @@ -32253,8 +33478,8 @@ function ___intscan(i13, i3, i6, i1, i2) { } else i10 = 46; L63 : do if ((i10 | 0) == 46) { if (!(i3 + -1 & i3)) { - i10 = HEAP8[31477 + ((i3 * 23 | 0) >>> 5 & 7) >> 0] | 0; - i5 = HEAP8[31221 + i4 >> 0] | 0; + i10 = HEAP8[34473 + ((i3 * 23 | 0) >>> 5 & 7) >> 0] | 0; + i5 = HEAP8[34217 + i4 >> 0] | 0; i6 = i5 & 255; if (i6 >>> 0 < i3 >>> 0) { i4 = 0; @@ -32265,7 +33490,7 @@ function ___intscan(i13, i3, i6, i1, i2) { HEAP32[i15 >> 2] = i4 + 1; i4 = HEAPU8[i4 >> 0] | 0; } else i4 = ___shgetc(i13) | 0; - i5 = HEAP8[31221 + i4 >> 0] | 0; + i5 = HEAP8[34217 + i4 >> 0] | 0; i6 = i5 & 255; if (!(i7 >>> 0 < 134217728 & i6 >>> 0 < i3 >>> 0)) break; else i4 = i7; } @@ -32290,7 +33515,7 @@ function ___intscan(i13, i3, i6, i1, i2) { HEAP32[i15 >> 2] = i4 + 1; i4 = HEAPU8[i4 >> 0] | 0; } else i4 = ___shgetc(i13) | 0; - i5 = HEAP8[31221 + i4 >> 0] | 0; + i5 = HEAP8[34217 + i4 >> 0] | 0; if ((i5 & 255) >>> 0 >= i3 >>> 0 | (i6 >>> 0 > i9 >>> 0 | (i6 | 0) == (i9 | 0) & i7 >>> 0 > i8 >>> 0)) { i5 = i6; i10 = 72; @@ -32298,7 +33523,7 @@ function ___intscan(i13, i3, i6, i1, i2) { } else i4 = i6; } } - i5 = HEAP8[31221 + i4 >> 0] | 0; + i5 = HEAP8[34217 + i4 >> 0] | 0; i6 = i5 & 255; if (i6 >>> 0 < i3 >>> 0) { i4 = 0; @@ -32309,7 +33534,7 @@ function ___intscan(i13, i3, i6, i1, i2) { HEAP32[i15 >> 2] = i4 + 1; i4 = HEAPU8[i4 >> 0] | 0; } else i4 = ___shgetc(i13) | 0; - i5 = HEAP8[31221 + i4 >> 0] | 0; + i5 = HEAP8[34217 + i4 >> 0] | 0; i6 = i5 & 255; if (!(i7 >>> 0 < 119304647 & i6 >>> 0 < i3 >>> 0)) break; else i4 = i7; } @@ -32343,7 +33568,7 @@ function ___intscan(i13, i3, i6, i1, i2) { HEAP32[i15 >> 2] = i4 + 1; i4 = HEAPU8[i4 >> 0] | 0; } else i4 = ___shgetc(i13) | 0; - i5 = HEAP8[31221 + i4 >> 0] | 0; + i5 = HEAP8[34217 + i4 >> 0] | 0; if ((i5 & 255) >>> 0 >= i3 >>> 0) { i5 = i6; i10 = 72; @@ -32355,14 +33580,14 @@ function ___intscan(i13, i3, i6, i1, i2) { i10 = 72; } } while (0); - if ((i10 | 0) == 72) if ((HEAPU8[31221 + i4 >> 0] | 0) >>> 0 < i3 >>> 0) { + if ((i10 | 0) == 72) if ((HEAPU8[34217 + i4 >> 0] | 0) >>> 0 < i3 >>> 0) { do { i4 = HEAP32[i15 >> 2] | 0; if (i4 >>> 0 < (HEAP32[i14 >> 2] | 0) >>> 0) { HEAP32[i15 >> 2] = i4 + 1; i4 = HEAPU8[i4 >> 0] | 0; } else i4 = ___shgetc(i13) | 0; - } while ((HEAPU8[31221 + i4 >> 0] | 0) >>> 0 < i3 >>> 0); + } while ((HEAPU8[34217 + i4 >> 0] | 0) >>> 0 < i3 >>> 0); i5 = ___errno_location() | 0; HEAP32[i5 >> 2] = 34; i5 = i2; @@ -32422,7 +33647,7 @@ function __ZNSt3__111__money_putIwE13__gather_infoEbbRKNS_6localeERNS_10money_ba i14 = i23 + 12 | 0; i16 = i23; if (i1) { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 44392) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 47300) | 0; i1 = HEAP32[i2 >> 2] | 0; if (i11) { FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 127](i3, i2); @@ -32506,7 +33731,7 @@ function __ZNSt3__111__money_putIwE13__gather_infoEbbRKNS_6localeERNS_10money_ba __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i17); i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; } else { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 44384) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 47292) | 0; i1 = HEAP32[i2 >> 2] | 0; if (i11) { FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 127](i5, i2); @@ -32614,134 +33839,134 @@ function __ZN6cashew4InitC2Ev(i1) { i13 = i16 + 28 | 0; i14 = i16; i15 = i16 + 364 | 0; - __ZN6cashew10IStringSetC2EPKc(i1, 39076); + __ZN6cashew10IStringSetC2EPKc(i1, 41967); HEAP8[i1 + 20 >> 0] = 0; HEAP32[i1 + 24 >> 2] = 0; - i2 = HEAP32[10240] | 0; - if (i2 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i2 = HEAP32[10965] | 0; + if (i2 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i2, i1); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i1); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i1); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i1); - __ZN6cashew10IStringSetC2EPKc(i3, 30654); + __ZN6cashew10IStringSetC2EPKc(i3, 33641); HEAP8[i3 + 20 >> 0] = 1; HEAP32[i3 + 24 >> 2] = 1; - i1 = HEAP32[10240] | 0; - if (i1 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i1 = HEAP32[10965] | 0; + if (i1 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i3); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i3); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i3); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i3); - __ZN6cashew10IStringSetC2EPKc(i4, 30662); + __ZN6cashew10IStringSetC2EPKc(i4, 33649); HEAP8[i4 + 20 >> 0] = 0; HEAP32[i4 + 24 >> 2] = 0; - i1 = HEAP32[10240] | 0; - if (i1 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i1 = HEAP32[10965] | 0; + if (i1 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i4); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i4); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i4); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i4); - __ZN6cashew10IStringSetC2EPKc(i5, 30668); + __ZN6cashew10IStringSetC2EPKc(i5, 33655); HEAP8[i5 + 20 >> 0] = 0; HEAP32[i5 + 24 >> 2] = 0; - i1 = HEAP32[10240] | 0; - if (i1 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i1 = HEAP32[10965] | 0; + if (i1 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i5); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i5); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i5); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i5); - __ZN6cashew10IStringSetC2EPKc(i6, 30672); + __ZN6cashew10IStringSetC2EPKc(i6, 33659); HEAP8[i6 + 20 >> 0] = 0; HEAP32[i6 + 24 >> 2] = 0; - i1 = HEAP32[10240] | 0; - if (i1 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i1 = HEAP32[10965] | 0; + if (i1 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i6); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i6); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i6); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i6); - __ZN6cashew10IStringSetC2EPKc(i7, 30682); + __ZN6cashew10IStringSetC2EPKc(i7, 33669); HEAP8[i7 + 20 >> 0] = 0; HEAP32[i7 + 24 >> 2] = 0; - i1 = HEAP32[10240] | 0; - if (i1 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i1 = HEAP32[10965] | 0; + if (i1 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i7); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i7); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i7); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i7); - __ZN6cashew10IStringSetC2EPKc(i8, 30692); + __ZN6cashew10IStringSetC2EPKc(i8, 33679); HEAP8[i8 + 20 >> 0] = 0; HEAP32[i8 + 24 >> 2] = 0; - i1 = HEAP32[10240] | 0; - if (i1 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i1 = HEAP32[10965] | 0; + if (i1 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i8); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i8); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i8); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i8); - __ZN6cashew10IStringSetC2EPKc(i9, 38090); + __ZN6cashew10IStringSetC2EPKc(i9, 40981); HEAP8[i9 + 20 >> 0] = 0; HEAP32[i9 + 24 >> 2] = 0; - i1 = HEAP32[10240] | 0; - if (i1 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i1 = HEAP32[10965] | 0; + if (i1 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i9); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i9); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i9); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i9); - __ZN6cashew10IStringSetC2EPKc(i10, 39083); + __ZN6cashew10IStringSetC2EPKc(i10, 41974); HEAP8[i10 + 20 >> 0] = 0; HEAP32[i10 + 24 >> 2] = 0; - i1 = HEAP32[10240] | 0; - if (i1 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i1 = HEAP32[10965] | 0; + if (i1 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i10); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i10); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i10); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i10); - __ZN6cashew10IStringSetC2EPKc(i11, 39147); + __ZN6cashew10IStringSetC2EPKc(i11, 42038); HEAP8[i11 + 20 >> 0] = 0; HEAP32[i11 + 24 >> 2] = 0; - i1 = HEAP32[10240] | 0; - if (i1 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i1 = HEAP32[10965] | 0; + if (i1 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i11); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i11); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i11); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i11); - __ZN6cashew10IStringSetC2EPKc(i12, 30698); + __ZN6cashew10IStringSetC2EPKc(i12, 33685); HEAP8[i12 + 20 >> 0] = 1; HEAP32[i12 + 24 >> 2] = 3; - i1 = HEAP32[10240] | 0; - if (i1 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i1 = HEAP32[10965] | 0; + if (i1 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i12); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i12); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i12); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i12); - __ZN6cashew10IStringSetC2EPKc(i13, 38095); + __ZN6cashew10IStringSetC2EPKc(i13, 40986); HEAP8[i13 + 20 >> 0] = 1; HEAP32[i13 + 24 >> 2] = 0; - i1 = HEAP32[10240] | 0; - if (i1 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i1 = HEAP32[10965] | 0; + if (i1 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i13); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i13); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i13); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i13); - __ZN6cashew10IStringSetC2EPKc(i14, 38122); + __ZN6cashew10IStringSetC2EPKc(i14, 41013); HEAP8[i14 + 20 >> 0] = 1; HEAP32[i14 + 24 >> 2] = 0; - i1 = HEAP32[10240] | 0; - if (i1 >>> 0 < (HEAP32[10241] | 0) >>> 0) { + i1 = HEAP32[10965] | 0; + if (i1 >>> 0 < (HEAP32[10966] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i14); - HEAP32[10240] = (HEAP32[10240] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(40956, i14); + HEAP32[10965] = (HEAP32[10965] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(43856, i14); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i14); - __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE6resizeEj(40968, 4); + __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE6resizeEj(43868, 4); i2 = 0; while (1) { - i1 = HEAP32[10239] | 0; - if (i2 >>> 0 >= (((HEAP32[10240] | 0) - i1 | 0) / 28 | 0) >>> 0) break; + i1 = HEAP32[10964] | 0; + if (i2 >>> 0 >= (((HEAP32[10965] | 0) - i1 | 0) / 28 | 0) >>> 0) break; i1 = i1 + (i2 * 28 | 0) + 8 | 0; while (1) { i1 = HEAP32[i1 >> 2] | 0; if (!i1) break; HEAP32[i15 >> 2] = HEAP32[i1 + 8 >> 2]; - i14 = __ZNSt3__113unordered_mapIN6cashew7IStringEiNS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS9_((HEAP32[10242] | 0) + ((HEAP32[(HEAP32[10239] | 0) + (i2 * 28 | 0) + 24 >> 2] | 0) * 20 | 0) | 0, i15) | 0; + i14 = __ZNSt3__113unordered_mapIN6cashew7IStringEiNS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS9_((HEAP32[10967] | 0) + ((HEAP32[(HEAP32[10964] | 0) + (i2 * 28 | 0) + 24 >> 2] | 0) * 20 | 0) | 0, i15) | 0; HEAP32[i14 >> 2] = i2; } i2 = i2 + 1 | 0; @@ -32775,7 +34000,7 @@ function __ZNSt3__111__money_getIcE13__gather_infoEbRKNS_6localeERNS_10money_bas i12 = i21 + 12 | 0; i15 = i21; if (i1) { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 44376) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 47284) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 127](i3, i2); i15 = HEAP32[i3 >> 2] | 0; HEAP8[i8 >> 0] = i15; @@ -32864,7 +34089,7 @@ function __ZNSt3__111__money_getIcE13__gather_infoEbRKNS_6localeERNS_10money_bas __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i14); i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; } else { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 44368) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 47276) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 127](i4, i2); i14 = HEAP32[i4 >> 2] | 0; HEAP8[i8 >> 0] = i14; @@ -32958,163 +34183,6 @@ function __ZNSt3__111__money_getIcE13__gather_infoEbRKNS_6localeERNS_10money_bas return; } -function __ZN4wasm16PrintSExpression11visitModuleEPNS_6ModuleE(i13, i12) { - i13 = i13 | 0; - i12 = i12 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0; - i16 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i10 = i16 + 4 | 0; - i11 = i16; - i14 = i13 + 4 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i14 >> 2] | 0, 25438, 1) | 0; - i15 = i13 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i14 >> 2] | 0, i15) | 0; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i14 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i14 >> 2] | 0, 25470, 0) | 0, 39126) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i1, HEAP32[i12 + 108 >> 2] | 0) | 0; - i1 = i12 + 112 | 0; - switch (HEAP32[i1 >> 2] | 0) { - case -1: - case 0: - break; - default: - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 39126) | 0, HEAP32[i1 >> 2] | 0) | 0; - } - i1 = i12 + 116 | 0; - i2 = i12 + 120 | 0; - i3 = HEAP32[i2 >> 2] | 0; - i8 = HEAP32[i1 >> 2] | 0; - while (1) { - if ((i8 | 0) == (i3 | 0)) break; - i9 = HEAP32[i8 >> 2] | 0; - i4 = HEAP32[i8 + 4 >> 2] | 0; - i5 = HEAP32[i8 + 8 >> 2] | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25484) | 0, i9) | 0, 25499) | 0; - i9 = 0; - while (1) { - if ((i9 | 0) == (i5 | 0)) break; - i6 = HEAP8[i4 + i9 >> 0] | 0; - L10 : do switch (i6 & 255 | 0) { - case 10: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25505) | 0; - break; - } - case 13: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25508) | 0; - break; - } - case 9: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25512) | 0; - break; - } - case 12: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25515) | 0; - break; - } - case 8: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25519) | 0; - break; - } - case 92: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25523) | 0; - break; - } - case 34: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25526) | 0; - break; - } - case 39: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25529) | 0; - break; - } - default: - { - i7 = HEAP32[i14 >> 2] | 0; - if ((i6 + -32 & 255) < 95) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_h(i7, i6) | 0; - break L10; - } else { - i17 = i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; - HEAP32[i17 >> 2] = HEAP32[i17 >> 2] & -75 | 8; - i7 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i7, 92) | 0, (i6 & 255) >>> 4 & 255) | 0, i6 & 15) | 0; - i7 = i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; - HEAP32[i7 >> 2] = HEAP32[i7 >> 2] & -75 | 2; - break L10; - } - } - } while (0); - i9 = i9 + 1 | 0; - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25502) | 0; - i8 = i8 + 12 | 0; - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, (HEAP32[i2 >> 2] | 0) != (HEAP32[i1 >> 2] | 0) ? 25477 : 48675) | 0, 25481) | 0; - i1 = i12 + 128 | 0; - if (HEAP32[i1 >> 2] | 0) { - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i14 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - i17 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i14 >> 2] | 0, 25532, 0) | 0, 39126) | 0; - HEAP32[i11 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i11 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i17, i10) | 0, 25481) | 0; - } - i1 = HEAP32[i12 + 4 >> 2] | 0; - i2 = HEAP32[i12 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i14 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - __ZN4wasm16PrintSExpression17visitFunctionTypeEPNS_12FunctionTypeEb(i13, HEAP32[i2 >> 2] | 0, 1); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i14 >> 2] | 0, 10) | 0; - i2 = i2 + 4 | 0; - } - i1 = HEAP32[i12 + 16 >> 2] | 0; - i2 = HEAP32[i12 + 12 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i14 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - __ZN4wasm16PrintSExpression11visitImportEPNS_6ImportE(i13, HEAP32[i2 >> 2] | 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i14 >> 2] | 0, 10) | 0; - i2 = i2 + 4 | 0; - } - i1 = HEAP32[i12 + 28 >> 2] | 0; - i2 = HEAP32[i12 + 24 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i14 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - __ZN4wasm16PrintSExpression11visitExportEPNS_6ExportE(i13, HEAP32[i2 >> 2] | 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i14 >> 2] | 0, 10) | 0; - i2 = i2 + 4 | 0; - } - i1 = i12 + 96 | 0; - if ((HEAP32[i12 + 100 >> 2] | 0) != (HEAP32[i1 >> 2] | 0)) { - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i14 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - __ZN4wasm16PrintSExpression10visitTableEPNS_5TableE(i13, i1); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i14 >> 2] | 0, 10) | 0; - } - i3 = HEAP32[i12 + 40 >> 2] | 0; - i2 = HEAP32[i12 + 36 >> 2] | 0; - while (1) { - i1 = HEAP32[i14 >> 2] | 0; - if ((i2 | 0) == (i3 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i1, HEAP32[i15 >> 2] | 0) | 0; - __ZN4wasm16PrintSExpression13visitFunctionEPNS_8FunctionE(i13, HEAP32[i2 >> 2] | 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i14 >> 2] | 0, 10) | 0; - i2 = i2 + 4 | 0; - } - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i1, i15) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i14 >> 2] | 0, 10) | 0; - STACKTOP = i16; - return; -} - function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(i1, i8, i7) { i1 = i1 | 0; i8 = i8 | 0; @@ -33128,7 +34196,7 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI { i1 = i1 + 8 | 0; if (!(HEAP32[i1 >> 2] | 0)) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15669) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 16516) | 0; break L1; } else { i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 34) | 0; @@ -33147,43 +34215,43 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI i1 = i1 + 8 | 0; i5 = HEAP32[i1 >> 2] | 0; if ((HEAP32[i5 + 4 >> 2] | 0) == (HEAP32[i5 >> 2] | 0)) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15678) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 16525) | 0; break L1; } __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 91) | 0; if (i7) { i5 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i6 >> 2] = i5; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42656) | 0; - i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 31](i5, 10) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i5) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; - HEAP32[10149] = (HEAP32[10149] | 0) + 1; + HEAP32[10874] = (HEAP32[10874] | 0) + 1; } i2 = 0; while (1) { i5 = HEAP32[i1 >> 2] | 0; if (i2 >>> 0 >= (HEAP32[i5 + 4 >> 2] | 0) - (HEAP32[i5 >> 2] | 0) >> 2 >>> 0) break; do if (i2) if (i7) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 38122) | 0; + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 41013) | 0; i5 = __ZNKSt3__18ios_base6getlocEv(i3 + (HEAP32[(HEAP32[i3 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i6 >> 2] = i5; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42656) | 0; - i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 31](i5, 10) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i3, i5) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i3) | 0; i3 = 0; break; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 38669) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 41560) | 0; i3 = 0; break; } else i3 = 0; while (0); while (1) { - if ((i3 | 0) >= (HEAP32[10149] | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 25467) | 0; + if ((i3 | 0) >= (HEAP32[10874] | 0)) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 28225) | 0; i3 = i3 + 1 | 0; } __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) + (i2 << 2) >> 2] | 0, i8, i7); @@ -33192,17 +34260,17 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI if (i7) { i1 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i6 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42656) | 0; - i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 10) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 10) | 0; __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i1) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; - HEAP32[10149] = (HEAP32[10149] | 0) + -1; + HEAP32[10874] = (HEAP32[10874] | 0) + -1; i1 = 0; } else i1 = 0; while (1) { - if ((i1 | 0) >= (HEAP32[10149] | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 25467) | 0; + if ((i1 | 0) >= (HEAP32[10874] | 0)) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 28225) | 0; i1 = i1 + 1 | 0; } __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 93) | 0; @@ -33210,12 +34278,12 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI } case 3: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15681) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 16528) | 0; break; } case 4: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, HEAP8[i1 + 8 >> 0] | 0 ? 38045 : 38039) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, HEAP8[i1 + 8 >> 0] | 0 ? 40936 : 40930) | 0; break; } case 5: @@ -33224,12 +34292,12 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI if (i7) { i5 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i6 >> 2] = i5; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42656) | 0; - i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 31](i5, 10) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i5) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; - HEAP32[10149] = (HEAP32[10149] | 0) + 1; + HEAP32[10874] = (HEAP32[10874] | 0) + 1; i5 = i8; } else i5 = i8; i1 = (HEAP32[i1 + 8 >> 2] | 0) + 8 | 0; @@ -33240,39 +34308,39 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI i4 = i1; i3 = HEAP32[i4 + 8 >> 2] | 0; i4 = HEAP32[i4 + 12 >> 2] | 0; - if (!i2 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 38669) | 0, i7) : 0) { + if (!i2 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 41560) | 0, i7) : 0) { i2 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i6 >> 2] = i2; - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42656) | 0; - i2 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 31](i2, 10) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45564) | 0; + i2 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 63](i2, 10) | 0; __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i2) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; i2 = 0; } else i2 = 0; while (1) { - if ((i2 | 0) >= (HEAP32[10149] | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 25467) | 0; + if ((i2 | 0) >= (HEAP32[10874] | 0)) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 28225) | 0; i2 = i2 + 1 | 0; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 34) | 0, i3) | 0, 15686) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 34) | 0, i3) | 0, 16533) | 0; __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(i4, i8, i7); i2 = 0; } if (i7) { i1 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i6 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42656) | 0; - i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 10) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 10) | 0; __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i1) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; - HEAP32[10149] = (HEAP32[10149] | 0) + -1; + HEAP32[10874] = (HEAP32[10874] | 0) + -1; i1 = 0; } else i1 = 0; while (1) { - if ((i1 | 0) >= (HEAP32[10149] | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 25467) | 0; + if ((i1 | 0) >= (HEAP32[10874] | 0)) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 28225) | 0; i1 = i1 + 1 | 0; } __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 125) | 0; @@ -33310,7 +34378,7 @@ function __ZNSt3__111__money_getIwE13__gather_infoEbRKNS_6localeERNS_10money_bas i12 = i21 + 12 | 0; i15 = i21; if (i1) { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 44392) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 47300) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 127](i3, i2); i15 = HEAP32[i3 >> 2] | 0; HEAP8[i8 >> 0] = i15; @@ -33384,7 +34452,7 @@ function __ZNSt3__111__money_getIwE13__gather_infoEbRKNS_6localeERNS_10money_bas __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i14); i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; } else { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 44384) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 47292) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 127](i4, i2); i14 = HEAP32[i4 >> 2] | 0; HEAP8[i8 >> 0] = i14; @@ -33482,7 +34550,7 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i12 = i22; i2 = __ZNKSt3__18ios_base6getlocEv(i15) | 0; HEAP32[i13 >> 2] = i2; - i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i13, 42688) | 0; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i13, 45596) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i2) | 0; HEAP32[i20 >> 2] = 0; i2 = i1; @@ -33546,8 +34614,8 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i4 = HEAP32[i5 >> 2] | 0; i3 = i1 + 16 | 0; if ((i4 | 0) == (HEAP32[i3 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i4 = HEAP32[i4 >> 2] | 0; - i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i13 >> 2] | 0) + 28 >> 2] & 31](i13, i4) | 0; - if ((i7 | 0) == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i13 >> 2] | 0) + 28 >> 2] & 31](i13, HEAP32[i2 >> 2] | 0) | 0)) { + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i13 >> 2] | 0) + 28 >> 2] & 63](i13, i4) | 0; + if ((i7 | 0) == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i13 >> 2] | 0) + 28 >> 2] & 63](i13, HEAP32[i2 >> 2] | 0) | 0)) { i21 = 57; break; } @@ -33720,7 +34788,7 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i11 = i23; i13 = __ZNKSt3__18ios_base6getlocEv(i16) | 0; HEAP32[i12 >> 2] = i13; - i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 42656) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 45564) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i13) | 0; HEAP32[i21 >> 2] = 0; i13 = i12 + 8 | 0; @@ -33777,8 +34845,8 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i4 = HEAP32[i5 >> 2] | 0; i3 = i1 + 16 | 0; if ((i4 | 0) == (HEAP32[i3 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i4 = HEAPU8[i4 >> 0] | 0; - i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 12 >> 2] & 31](i12, i4 & 255) | 0; - if (i6 << 24 >> 24 == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 12 >> 2] & 31](i12, HEAP8[i2 >> 0] | 0) | 0) << 24 >> 24) { + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 12 >> 2] & 63](i12, i4 & 255) | 0; + if (i6 << 24 >> 24 == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 12 >> 2] & 63](i12, HEAP8[i2 >> 0] | 0) | 0) << 24 >> 24) { i22 = 53; break; } @@ -33971,7 +35039,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4 i2 = i2 + 1 | 0; } HEAP8[i4 + i3 >> 0] = 0; - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i12, 0, 38076) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i12, 0, 40967) | 0; HEAP32[i11 >> 2] = HEAP32[i1 >> 2]; HEAP32[i11 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i11 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -34043,7 +35111,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4 i2 = i2 + 1 | 0; } HEAP8[i4 + i3 >> 0] = 0; - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, 0, 38076) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, 0, 40967) | 0; HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; HEAP32[i7 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i7 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -34114,45 +35182,45 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) L1 : do switch (HEAP8[i20 >> 0] | 0) { case 110: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 40680) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 43580) | 0) { i16 = __ZN6cashew3RefixEj(i15, 1) | 0; i16 = __ZN6cashew5Value9getNumberEv(HEAP32[i16 >> 2] | 0) | 0; i16 = (__ZN4wasm9isIntegerEd(+HEAPF64[i16 >> 3]) | 0) & 1 ^ 1; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 40624) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 43524) | 0) { if (i13 | 0 ? (i6 = __ZN6cashew3RefixEj(i15, 1) | 0, __ZN6cashew7IStringC2EPKcb(i3, __ZN6cashew5Value10getCStringEv(HEAP32[i6 >> 2] | 0) | 0, 1), i6 = __ZN7AsmData7getTypeERKN6cashew7IStringE(i13, i3) | 0, (i6 | 0) != 8) : 0) { i16 = i6; break L1; } if (!i14) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 40704) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 43604) | 0) { i16 = 1; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 40708) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 43608) | 0) { i16 = 1; break L1; } - i16 = __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 40712) | 0; + i16 = __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 43612) | 0; i16 = i16 ? 0 : 8; break L1; } - i20 = (HEAP32[10258] | 0) == 0; + i20 = (HEAP32[10983] | 0) == 0; i1 = __ZN6cashew3RefixEj(i15, 1) | 0; if (i20) { i16 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[10258] = HEAP32[i16 >> 2]; + HEAP32[10983] = HEAP32[i16 >> 2]; i16 = 2; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(i1, 41032) | 0) i16 = 2; else ___assert_fail(30938, 30964, 73, 31010); + if (__ZN6cashew3RefeqERKNS_7IStringE(i1, 43932) | 0) i16 = 2; else ___assert_fail(33925, 33951, 73, 33997); } else i18 = 40; break; } case 117: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 40716) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 43616) | 0) { i20 = __ZN6cashew3RefixEj(i15, 1) | 0; i20 = __ZN6cashew5Value10getCStringEv(HEAP32[i20 >> 2] | 0) | 0; switch (HEAP8[i20 >> 0] | 0) { @@ -34188,8 +35256,8 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) } case 99: { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 40676) | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 40636) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 43576) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 43536) | 0)) { i18 = 40; break L1; } @@ -34201,11 +35269,11 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) i16 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i1, i13, i14, i2) | 0; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 0) | 0, 40624) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 0) | 0, 43524) | 0) { i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) == (HEAP32[10181] | 0)) { + if ((i1 | 0) == (HEAP32[10906] | 0)) { i16 = 2; break L1; } @@ -34213,23 +35281,23 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) i16 = 2; break L1; } - if ((i1 | 0) == (HEAP32[10182] | 0) | (i1 | 0) == (HEAP32[10262] | 0)) { + if ((i1 | 0) == (HEAP32[10907] | 0) | (i1 | 0) == (HEAP32[10987] | 0)) { i16 = 3; break L1; } - if ((i1 | 0) == (HEAP32[10183] | 0) | (i1 | 0) == (HEAP32[10263] | 0)) { + if ((i1 | 0) == (HEAP32[10908] | 0) | (i1 | 0) == (HEAP32[10988] | 0)) { i16 = 4; break L1; } - if ((i1 | 0) == (HEAP32[10184] | 0) | (i1 | 0) == (HEAP32[10259] | 0)) { + if ((i1 | 0) == (HEAP32[10909] | 0) | (i1 | 0) == (HEAP32[10984] | 0)) { i16 = 5; break L1; } - if ((i1 | 0) == (HEAP32[10185] | 0) | (i1 | 0) == (HEAP32[10260] | 0)) { + if ((i1 | 0) == (HEAP32[10910] | 0) | (i1 | 0) == (HEAP32[10985] | 0)) { i16 = 6; break L1; } - if ((i1 | 0) == (HEAP32[10186] | 0) | (i1 | 0) == (HEAP32[10261] | 0)) { + if ((i1 | 0) == (HEAP32[10911] | 0) | (i1 | 0) == (HEAP32[10986] | 0)) { i16 = 7; break L1; } @@ -34239,7 +35307,7 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) } case 98: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 40640) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 43540) | 0) { i20 = __ZN6cashew3RefixEj(i15, 1) | 0; i20 = __ZN6cashew5Value10getCStringEv(HEAP32[i20 >> 2] | 0) | 0; switch (HEAP8[i20 >> 0] | 0) { @@ -34277,7 +35345,7 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) } case 115: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 40668) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 43568) | 0) { i16 = __ZN6cashew3RefixEj(i15, 2) | 0; HEAP32[i11 >> 2] = HEAP32[i16 >> 2]; HEAP32[i12 >> 2] = HEAP32[i17 >> 2]; @@ -34286,13 +35354,13 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) i16 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i1, i13, i14, i2) | 0; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 40672) | 0) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 0) | 0, 40624) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 43572) | 0) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 0) | 0, 43524) | 0) { i16 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 1) | 0; __Z9parseHeapPKc(i2, __ZN6cashew5Value10getCStringEv(HEAP32[i16 >> 2] | 0) | 0); i16 = HEAP32[i2 >> 2] | 0; i16 = (i16 & 255) << 24 >> 24 == 0 ? i16 >>> 16 & 255 : 8; break L1; - } else ___assert_fail(31021, 30964, 123, 31010); else i18 = 40; + } else ___assert_fail(34008, 33951, 123, 33997); else i18 = 40; break; } default: @@ -34358,7 +35426,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 i8 = 20; break; } - i2 = HEAP32[1103] | 0; + i2 = HEAP32[1193] | 0; while (1) { i4 = HEAP8[i2 >> 0] | 0; if (!(i4 << 24 >> 24)) { @@ -34368,7 +35436,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 if (i4 << 24 >> 24 == i6 << 24 >> 24) break; else i2 = i2 + 1 | 0; } if ((i8 | 0) == 56) { - i2 = HEAP32[1104] | 0; + i2 = HEAP32[1194] | 0; while (1) { i4 = HEAP8[i2 >> 0] | 0; if (!(i4 << 24 >> 24)) break; @@ -34404,7 +35472,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 } default: { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(23317, i9); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(26073, i9); _abort(); } } @@ -34412,106 +35480,106 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 do switch (i6 << 24 >> 24 | 0) { case 33: { - i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[10199] | 0 : HEAP32[10192] | 0; + i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[10924] | 0 : HEAP32[10917] | 0; HEAP32[i10 >> 2] = i5; break; } case 37: { - i5 = HEAP32[10201] | 0; + i5 = HEAP32[10926] | 0; HEAP32[i10 >> 2] = i5; break; } case 38: { - i5 = HEAP32[10190] | 0; + i5 = HEAP32[10915] | 0; HEAP32[i10 >> 2] = i5; break; } case 42: { - i5 = HEAP32[10202] | 0; + i5 = HEAP32[10927] | 0; HEAP32[i10 >> 2] = i5; break; } case 43: { - i5 = HEAP32[10187] | 0; + i5 = HEAP32[10912] | 0; HEAP32[i10 >> 2] = i5; break; } case 44: { - i5 = HEAP32[10222] | 0; + i5 = HEAP32[10947] | 0; HEAP32[i10 >> 2] = i5; break; } case 45: { - i5 = HEAP32[10188] | 0; + i5 = HEAP32[10913] | 0; HEAP32[i10 >> 2] = i5; break; } case 46: { - i5 = HEAP32[10228] | 0; + i5 = HEAP32[10953] | 0; HEAP32[i10 >> 2] = i5; break; } case 47: { - i5 = HEAP32[10200] | 0; + i5 = HEAP32[10925] | 0; HEAP32[i10 >> 2] = i5; break; } case 58: { - i5 = HEAP32[10224] | 0; + i5 = HEAP32[10949] | 0; HEAP32[i10 >> 2] = i5; break; } case 60: { i5 = HEAP8[i9 + 1 >> 0] | 0; - i5 = HEAP32[(i5 << 24 >> 24 == 60 ? 40816 : i5 << 24 >> 24 == 61 ? 40784 : 40776) >> 2] | 0; + i5 = HEAP32[(i5 << 24 >> 24 == 60 ? 43716 : i5 << 24 >> 24 == 61 ? 43684 : 43676) >> 2] | 0; HEAP32[i10 >> 2] = i5; break; } case 61: { - i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[10198] | 0 : HEAP32[10233] | 0; + i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[10923] | 0 : HEAP32[10958] | 0; HEAP32[i10 >> 2] = i5; break; } case 62: { i2 = HEAP8[i9 + 1 >> 0] | 0; - if (i2 << 24 >> 24 == 62) i2 = (HEAP8[i9 + 2 >> 0] | 0) == 62 ? 40820 : 40812; else i2 = i2 << 24 >> 24 == 61 ? 40780 : 40788; + if (i2 << 24 >> 24 == 62) i2 = (HEAP8[i9 + 2 >> 0] | 0) == 62 ? 43720 : 43712; else i2 = i2 << 24 >> 24 == 61 ? 43680 : 43688; i5 = HEAP32[i2 >> 2] | 0; HEAP32[i10 >> 2] = i5; break; } case 63: { - i5 = HEAP32[10223] | 0; + i5 = HEAP32[10948] | 0; HEAP32[i10 >> 2] = i5; break; } case 94: { - i5 = HEAP32[10191] | 0; + i5 = HEAP32[10916] | 0; HEAP32[i10 >> 2] = i5; break; } case 124: { - i5 = HEAP32[10189] | 0; + i5 = HEAP32[10914] | 0; HEAP32[i10 >> 2] = i5; break; } case 126: { - i5 = HEAP32[10193] | 0; + i5 = HEAP32[10918] | 0; HEAP32[i10 >> 2] = i5; break; } @@ -34528,7 +35596,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 HEAP8[i9 + (HEAP32[i2 >> 2] | 0) >> 0] = i4; HEAP32[i10 + 12 >> 2] = 1; break L1; - } else ___assert_fail(23289, 23250, 279, 23284); + } else ___assert_fail(26045, 26006, 279, 26040); } while (0); if ((i8 | 0) == 20) { d3 = +_strtod(i9, i7); @@ -34551,7 +35619,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 i2 = i2 ? 4 : 5; } HEAP32[i10 + 12 >> 2] = i2; - if (i1 >>> 0 > i9 >>> 0) i8 = 63; else ___assert_fail(23238, 23250, 253, 23284); + if (i1 >>> 0 > i9 >>> 0) i8 = 63; else ___assert_fail(25994, 26006, 253, 26040); } else { i1 = i9; do { @@ -34569,7 +35637,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 HEAP8[i1 >> 0] = i2; i2 = i10; } - i8 = (__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(40936, i2) | 0) != 0; + i8 = (__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(43836, i2) | 0) != 0; HEAP32[i10 + 12 >> 2] = i8 ? 0 : 2; i8 = 63; } while (0); @@ -34642,10 +35710,10 @@ function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4 i5 = i14 + 8 | 0; i6 = i14 + 1 | 0; i2 = i18 >>> 0 > 1; - i3 = _memcmp(i3 ? i6 : HEAP32[i5 >> 2] | 0, 38082, i2 ? 1 : i18) | 0; + i3 = _memcmp(i3 ? i6 : HEAP32[i5 >> 2] | 0, 40973, i2 ? 1 : i18) | 0; if (!(((i3 | 0) == 0 ? ((i18 | 0) == 0 ? -1 : i2 & 1) : i3) | 0)) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9push_backEc(i7, 40); - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i13, 38035, i15); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 38084) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i13, 40926, i15); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 40975) | 0; HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; HEAP32[i12 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i12 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -34667,7 +35735,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4 HEAP32[i2 + (i3 << 2) >> 2] = 0; i3 = i3 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i11, 38087) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i11, 40978) | 0; HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; HEAP32[i10 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i10 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -34689,7 +35757,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4 HEAP32[i2 + (i3 << 2) >> 2] = 0; i3 = i3 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i9, 38037) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i9, 40928) | 0; HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i8 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -34712,7 +35780,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4 i18 = (i13 & 1) == 0; i13 = i18 ? (i13 & 255) >>> 1 : HEAP32[i4 >> 2] | 0; i14 = i13 >>> 0 > 1; - i18 = _memcmp(i18 ? i6 : HEAP32[i5 >> 2] | 0, 38082, i14 ? 1 : i13) | 0; + i18 = _memcmp(i18 ? i6 : HEAP32[i5 >> 2] | 0, 40973, i14 ? 1 : i13) | 0; if (!(((i18 | 0) == 0 ? ((i13 | 0) == 0 ? -1 : i14 & 1) : i18) | 0)) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9push_backEc(i7, 41); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i15); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i16); @@ -34722,231 +35790,364 @@ function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4 return i1 | 0; } -function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervE4walkERPNS_10ExpressionE(i12, i13) { - i12 = i12 | 0; - i13 = i13 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i14 = 0, i15 = 0; - i14 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i10 = i14 + 8 | 0; - i11 = i14; - i1 = HEAP32[i13 >> 2] | 0; - if (i1 | 0) { - L3 : do switch (HEAP32[i1 >> 2] | 0) { - case 0: - { - _abort(); - break; - } - case 1: - { - i4 = i1 + 12 | 0; - i1 = i1 + 16 | 0; - i3 = 0; - while (1) { - i2 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break L3; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i2 + (i3 << 2) | 0); - i3 = i3 + 1 | 0; - } - } - case 2: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 8 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 12 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 16 | 0); - break; - } - case 3: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 16 | 0); - break; - } - case 4: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 16 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 12 | 0); - break; - } - case 5: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 12 | 0); - i2 = HEAP32[i1 + 36 >> 2] | 0; - i1 = HEAP32[i1 + 32 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break L3; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 4 | 0); - i1 = i1 + 8 | 0; - } - } - case 6: - { - i4 = i1 + 12 | 0; - i1 = i1 + 8 | 0; - i3 = 0; - while (1) { - i2 = HEAP32[i1 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break L3; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i2 + (i3 << 2) | 0); - i3 = i3 + 1 | 0; - } - } - case 7: - { - i4 = i1 + 12 | 0; - i1 = i1 + 8 | 0; - i3 = 0; - while (1) { - i2 = HEAP32[i1 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break L3; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i2 + (i3 << 2) | 0); - i3 = i3 + 1 | 0; - } - } - case 8: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 24 | 0); - i4 = i1 + 12 | 0; - i1 = i1 + 8 | 0; - i3 = 0; - while (1) { - i2 = HEAP32[i1 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break L3; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i2 + (i3 << 2) | 0); - i3 = i3 + 1 | 0; - } - } - case 20: - case 19: - case 13: - case 9: +function __ZN4wasm17WasmBinaryBuilder14maybeVisitImplEPNS_5UnaryEh(i4, i3, i2) { + i4 = i4 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i5 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i6; + do switch (i2 & 255 | 0) { + case 87: + { + HEAP32[i3 + 8 >> 2] = 0; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 49; break; - case 10: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 12 | 0); - break; - } - case 11: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 24 | 0); - break; - } - case 12: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 20 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 24 | 0); - break; - } - case 14: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 12 | 0); - break; - } - case 15: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 12 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 16 | 0); - break; - } - case 16: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 8 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 12 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 16 | 0); - break; - } - case 17: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 8 | 0); - break; - } - case 18: - { - i4 = i1 + 20 | 0; - i1 = i1 + 16 | 0; - i3 = 0; - while (1) { - i2 = HEAP32[i1 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break L3; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i2 + (i3 << 2) | 0); - i3 = i3 + 1 | 0; - } - } - default: - {} - } while (0); - i8 = HEAP32[i13 >> 2] | 0; - if (!i8) ___assert_fail(30038, 29791, 1222, 30043); - L44 : do switch (HEAP32[i8 >> 2] | 0) { - case 0: - { - _abort(); - break; - } - case 1: - { - i4 = i8 + 12 | 0; - i7 = i8 + 16 | 0; - i1 = HEAP32[i7 >> 2] | 0; - i3 = HEAP32[i4 >> 2] | 0; - i5 = i3 + ((i1 - i3 >> 2) + -1 << 2) | 0; - i6 = HEAP32[i5 >> 2] | 0; - i2 = i3; - if ((!((i6 | 0) == 0 | (HEAP32[i6 >> 2] | 0) != 4) ? (i15 = HEAP32[i6 + 12 >> 2] | 0, i9 = i15, (i15 | 0) != 0) : 0) ? (HEAP32[i6 + 8 >> 2] | 0) == (HEAP32[i8 + 8 >> 2] | 0) : 0) { - HEAP32[i5 >> 2] = i9; - i2 = HEAP32[i4 >> 2] | 0; - i3 = i2; - i1 = HEAP32[i7 >> 2] | 0; - } - if (i1 - i3 >> 2 >>> 0 <= 1) { - i1 = HEAP32[i8 + 8 >> 2] | 0; - if (!i1) { - HEAP32[i12 + 4 >> 2] = HEAP32[i2 >> 2]; - break L44; - } - HEAP32[i10 + 4 >> 2] = 0; - HEAP32[i10 >> 2] = 2884; - HEAP32[i10 + 8 >> 2] = i1; - i15 = i10 + 12 | 0; - HEAP32[i15 >> 2] = 0; - HEAP32[i11 >> 2] = HEAP32[i2 >> 2]; - __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE4walkERPNS_10ExpressionE(i10, i11); - if (!(HEAP32[i15 >> 2] | 0)) HEAP32[i12 + 4 >> 2] = HEAP32[i11 >> 2]; - } - break; - } - case 20: - case 19: - case 18: - case 17: - case 16: - case 15: - case 14: - case 13: - case 12: - case 11: - case 10: - case 9: - case 8: - case 7: - case 6: - case 5: - case 4: - case 3: - case 2: + } + case 114: + { + HEAP32[i3 + 8 >> 2] = 0; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 49; + break; + } + case 88: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 49; + break; + } + case 115: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 49; + break; + } + case 89: + { + HEAP32[i3 + 8 >> 2] = 2; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 49; + break; + } + case 116: + { + HEAP32[i3 + 8 >> 2] = 2; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 49; + break; + } + case 192: + { + HEAP32[i3 + 8 >> 2] = 10; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 49; + break; + } + case 193: + { + HEAP32[i3 + 8 >> 2] = 10; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 49; + break; + } + case 124: + { + HEAP32[i3 + 8 >> 2] = 3; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; + break; + } + case 144: + { + HEAP32[i3 + 8 >> 2] = 3; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 123: + { + HEAP32[i3 + 8 >> 2] = 4; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; + break; + } + case 143: + { + HEAP32[i3 + 8 >> 2] = 4; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 126: + { + HEAP32[i3 + 8 >> 2] = 5; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; + break; + } + case 146: + { + HEAP32[i3 + 8 >> 2] = 5; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 127: + { + HEAP32[i3 + 8 >> 2] = 6; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; break; - default: - {} - } while (0); - i1 = i12 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i2 | 0) { - HEAP32[i13 >> 2] = i2; - HEAP32[i1 >> 2] = 0; } + case 147: + { + HEAP32[i3 + 8 >> 2] = 6; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 129: + { + HEAP32[i3 + 8 >> 2] = 8; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; + break; + } + case 149: + { + HEAP32[i3 + 8 >> 2] = 8; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 130: + { + HEAP32[i3 + 8 >> 2] = 9; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; + break; + } + case 150: + { + HEAP32[i3 + 8 >> 2] = 9; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 159: + { + HEAP32[i3 + 8 >> 2] = 20; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; + break; + } + case 160: + { + HEAP32[i3 + 8 >> 2] = 20; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 157: + { + HEAP32[i3 + 8 >> 2] = 19; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; + break; + } + case 158: + { + HEAP32[i3 + 8 >> 2] = 19; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 164: + { + HEAP32[i3 + 8 >> 2] = 22; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; + break; + } + case 165: + { + HEAP32[i3 + 8 >> 2] = 22; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 162: + { + HEAP32[i3 + 8 >> 2] = 21; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; + break; + } + case 163: + { + HEAP32[i3 + 8 >> 2] = 21; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 166: + { + HEAP32[i3 + 8 >> 2] = 11; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 49; + break; + } + case 167: + { + HEAP32[i3 + 8 >> 2] = 12; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 49; + break; + } + case 161: + { + HEAP32[i3 + 8 >> 2] = 13; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 49; + break; + } + case 169: + { + HEAP32[i3 + 8 >> 2] = 15; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 49; + break; + } + case 175: + { + HEAP32[i3 + 8 >> 2] = 17; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 49; + break; + } + case 168: + { + HEAP32[i3 + 8 >> 2] = 14; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 49; + break; + } + case 174: + { + HEAP32[i3 + 8 >> 2] = 16; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 49; + break; + } + case 171: + { + HEAP32[i3 + 8 >> 2] = 15; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 49; + break; + } + case 177: + { + HEAP32[i3 + 8 >> 2] = 17; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 49; + break; + } + case 170: + { + HEAP32[i3 + 8 >> 2] = 14; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 49; + break; + } + case 176: + { + HEAP32[i3 + 8 >> 2] = 16; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 49; + break; + } + case 128: + { + HEAP32[i3 + 8 >> 2] = 7; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; + break; + } + case 148: + { + HEAP32[i3 + 8 >> 2] = 7; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 172: + { + HEAP32[i3 + 8 >> 2] = 24; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; + break; + } + case 178: + { + HEAP32[i3 + 8 >> 2] = 23; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 173: + { + HEAP32[i3 + 8 >> 2] = 18; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 49; + break; + } + case 179: + { + HEAP32[i3 + 8 >> 2] = 18; + HEAP32[i3 + 4 >> 2] = 2; + i5 = 49; + break; + } + case 181: + { + HEAP32[i3 + 8 >> 2] = 25; + HEAP32[i3 + 4 >> 2] = 4; + i5 = 49; + break; + } + case 254: + { + HEAP32[i3 + 8 >> 2] = 25; + HEAP32[i3 + 4 >> 2] = 3; + i5 = 49; + break; + } + default: + i1 = 0; + } while (0); + if ((i5 | 0) == 49) { + if (HEAP8[i4 + 12 >> 0] | 0) { + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19538) | 0; + i2 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i2; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i2 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 63](i2, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i5, i2) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i5) | 0; + } + i1 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[i3 + 12 >> 2] = i1; + i1 = 1; } - STACKTOP = i14; - return; + STACKTOP = i6; + return i1 | 0; } function __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i1, i2, i13, i10) { @@ -34966,8 +36167,8 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S i5 = HEAP8[i13 >> 0] | 0; i11 = i13 + 4 | 0; do if (((i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i11 >> 2] | 0) >>> 0 > 3) { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i8, 38035, i13); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 38037) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i8, 40926, i13); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 40928) | 0; HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; HEAP32[i7 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i7 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -35115,7 +36316,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP i23 = __ZN6cashew12ValueBuilder10makeSwitchENS_3RefE(i10) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); i1 = HEAP32[i27 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 123) ___assert_fail(23480, 23250, 533, 23692); + if ((HEAP8[i1 >> 0] | 0) != 123) ___assert_fail(26236, 26006, 533, 26448); HEAP32[i27 >> 2] = i1 + 1; i3 = i20 + 12 | 0; i4 = i20 + 8 | 0; @@ -35133,8 +36334,8 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i20, i1); do if (!(HEAP32[i3 >> 2] | 0)) { i1 = HEAP32[i20 >> 2] | 0; - if ((i1 | 0) != (HEAP32[10225] | 0)) { - if ((i1 | 0) != (HEAP32[10226] | 0)) { + if ((i1 | 0) != (HEAP32[10950] | 0)) { + if ((i1 | 0) != (HEAP32[10951] | 0)) { i25 = 23; break; } @@ -35163,7 +36364,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP i25 = 10; break L4; } - if ((HEAP32[i21 >> 2] | 0) != (HEAP32[10188] | 0)) { + if ((HEAP32[i21 >> 2] | 0) != (HEAP32[10913] | 0)) { i25 = 12; break L4; } @@ -35174,7 +36375,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP i25 = 14; break L4; } - HEAP32[i11 >> 2] = HEAP32[10188]; + HEAP32[i11 >> 2] = HEAP32[10913]; i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i24, i22) | 0; HEAP32[i12 >> 2] = i1; HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; @@ -35200,11 +36401,11 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); i1 = (HEAP8[HEAP32[i27 >> 2] >> 0] | 0) == 123; if (i1) i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseBracketedBlockERPc(i24, i27) | 0; else { - HEAP32[i16 >> 2] = HEAP32[10225]; - HEAP32[i17 >> 2] = HEAP32[10226]; + HEAP32[i16 >> 2] = HEAP32[10950]; + HEAP32[i17 >> 2] = HEAP32[10951]; HEAP32[i9 >> 2] = HEAP32[i16 >> 2]; HEAP32[i10 >> 2] = HEAP32[i17 >> 2]; - i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i24, i27, 23512, i9, i10) | 0; + i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i24, i27, 26268, i9, i10) | 0; } HEAP32[i18 >> 2] = i23; HEAP32[i19 >> 2] = i2; @@ -35213,18 +36414,204 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP __ZN6cashew12ValueBuilder18appendCodeToSwitchENS_3RefES1_b(i9, i10, i1); } } - if ((i25 | 0) == 10) ___assert_fail(23704, 23250, 550, 23692); else if ((i25 | 0) == 12) ___assert_fail(23727, 23250, 551, 23692); else if ((i25 | 0) == 14) ___assert_fail(23746, 23250, 555, 23692); else if ((i25 | 0) == 17) ___assert_fail(23764, 23250, 561, 23692); else if ((i25 | 0) == 21) ___assert_fail(23764, 23250, 568, 23692); else if ((i25 | 0) == 28) { + if ((i25 | 0) == 10) ___assert_fail(26460, 26006, 550, 26448); else if ((i25 | 0) == 12) ___assert_fail(26483, 26006, 551, 26448); else if ((i25 | 0) == 14) ___assert_fail(26502, 26006, 555, 26448); else if ((i25 | 0) == 17) ___assert_fail(26520, 26006, 561, 26448); else if ((i25 | 0) == 21) ___assert_fail(26520, 26006, 568, 26448); else if ((i25 | 0) == 28) { __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); i1 = HEAP32[i27 >> 2] | 0; if ((HEAP8[i1 >> 0] | 0) == 125) { HEAP32[i27 >> 2] = i1 + 1; STACKTOP = i26; return i23 | 0; - } else ___assert_fail(23515, 23250, 581, 23692); + } else ___assert_fail(26271, 26006, 581, 26448); } return 0; } +function __ZN4wasm16PrintSExpression11visitBinaryEPNS_6BinaryE(i6, i5) { + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0; + i2 = i6 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 40) | 0; + i3 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i2 >> 2] | 0) | 0; + i4 = i5 + 8 | 0; + if ((HEAP32[i4 >> 2] | 0) > 18) i1 = (HEAP32[i5 + 12 >> 2] | 0) + 4 | 0; else i1 = i5 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 46) | 0; + do switch (HEAP32[i4 >> 2] | 0) { + case 0: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28808) | 0; + break; + } + case 1: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 33217) | 0; + break; + } + case 2: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28812) | 0; + break; + } + case 3: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28816) | 0; + break; + } + case 4: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28822) | 0; + break; + } + case 5: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28828) | 0; + break; + } + case 6: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28834) | 0; + break; + } + case 7: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28840) | 0; + break; + } + case 8: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28844) | 0; + break; + } + case 9: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28847) | 0; + break; + } + case 10: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28851) | 0; + break; + } + case 11: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28855) | 0; + break; + } + case 12: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28861) | 0; + break; + } + case 13: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28867) | 0; + break; + } + case 14: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28872) | 0; + break; + } + case 15: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28877) | 0; + break; + } + case 16: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28881) | 0; + break; + } + case 17: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28890) | 0; + break; + } + case 18: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28894) | 0; + break; + } + case 19: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28898) | 0; + break; + } + case 20: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28901) | 0; + break; + } + case 21: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28904) | 0; + break; + } + case 22: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28909) | 0; + break; + } + case 23: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28914) | 0; + break; + } + case 24: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28919) | 0; + break; + } + case 25: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28924) | 0; + break; + } + case 26: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28929) | 0; + break; + } + case 27: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28934) | 0; + break; + } + case 28: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28939) | 0; + break; + } + case 29: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28944) | 0; + break; + } + case 30: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28947) | 0; + break; + } + case 31: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28950) | 0; + break; + } + case 32: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28953) | 0; + break; + } + default: + _abort(); + } while (0); + __ZN4wasm16PrintSExpression9incIndentEv(i6); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i5 + 12 >> 2] | 0); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i5 + 16 >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i6); + return; +} + function __ZNSt3__111__money_putIwE8__formatEPwRS2_S3_jPKwS5_RKNS_5ctypeIwEEbRKNS_10money_base7patternEwwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNSE_IwNSF_IwEENSH_IwEEEESQ_i(i31, i33, i32, i30, i1, i19, i18, i23, i24, i20, i27, i22, i26, i25, i21) { i31 = i31 | 0; i33 = i33 | 0; @@ -35264,7 +36651,7 @@ function __ZNSt3__111__money_putIwE8__formatEPwRS2_S3_jPKwS5_RKNS_5ctypeIwEEbRKN case 1: { HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i18 >> 2] | 0) + 44 >> 2] & 31](i18, 32) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i18 >> 2] | 0) + 44 >> 2] & 63](i18, 32) | 0; i9 = HEAP32[i32 >> 2] | 0; HEAP32[i32 >> 2] = i9 + 4; HEAP32[i9 >> 2] = i8; @@ -35325,7 +36712,7 @@ function __ZNSt3__111__money_putIwE8__formatEPwRS2_S3_jPKwS5_RKNS_5ctypeIwEEbRKN i2 = i9; i6 = i6 + -1 | 0; } - if (i4) i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i18 >> 2] | 0) + 44 >> 2] & 31](i18, 48) | 0; else i7 = 0; + if (i4) i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i18 >> 2] | 0) + 44 >> 2] & 63](i18, 48) | 0; else i7 = 0; i5 = HEAP32[i32 >> 2] | 0; while (1) { i4 = i5 + 4 | 0; @@ -35338,7 +36725,7 @@ function __ZNSt3__111__money_putIwE8__formatEPwRS2_S3_jPKwS5_RKNS_5ctypeIwEEbRKN HEAP32[i5 >> 2] = i20; } if ((i2 | 0) == (i1 | 0)) { - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i18 >> 2] | 0) + 44 >> 2] & 31](i18, 48) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i18 >> 2] | 0) + 44 >> 2] & 63](i18, 48) | 0; i9 = HEAP32[i32 >> 2] | 0; i2 = i9 + 4 | 0; HEAP32[i32 >> 2] = i2; @@ -35468,7 +36855,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT i6 = (i3 & 1) == 0; i3 = i6 ? (i3 & 255) >>> 1 : HEAP32[i5 + 4 >> 2] | 0; i4 = i3 >>> 0 > 10; - i6 = _memcmp(i6 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0, 37914, i4 ? 10 : i3) | 0; + i6 = _memcmp(i6 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0, 40805, i4 ? 10 : i3) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i5); if (!(((i6 | 0) == 0 ? (i3 >>> 0 < 10 ? -1 : i4 & 1) : i6) | 0)) { i1 = _malloc(32) | 0; @@ -35476,7 +36863,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT HEAP32[i9 >> 2] = 33; HEAP32[i9 + 4 >> 2] = 21; i2 = i1; - i3 = 37925; + i3 = 40816; i4 = i2 + 21 | 0; do { HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; @@ -35608,7 +36995,7 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN case 1: { HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; - i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 28 >> 2] & 31](i17, 32) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 28 >> 2] & 63](i17, 32) | 0; i6 = HEAP32[i32 >> 2] | 0; HEAP32[i32 >> 2] = i6 + 1; HEAP8[i6 >> 0] = i5; @@ -35671,7 +37058,7 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN i2 = i6; i5 = i5 + -1 | 0; } - if (i4) i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 28 >> 2] & 31](i17, 48) | 0; else i6 = 0; + if (i4) i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 28 >> 2] & 63](i17, 48) | 0; else i6 = 0; while (1) { i4 = HEAP32[i32 >> 2] | 0; HEAP32[i32 >> 2] = i4 + 1; @@ -35682,7 +37069,7 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN HEAP8[i4 >> 0] = i19; } L35 : do if ((i2 | 0) == (i1 | 0)) { - i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 28 >> 2] & 31](i17, 48) | 0; + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 28 >> 2] & 63](i17, 48) | 0; i34 = HEAP32[i32 >> 2] | 0; HEAP32[i32 >> 2] = i34 + 1; HEAP8[i34 >> 0] = i6; @@ -35770,183 +37157,6 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN return; } -function __ZN4wasm16PrintSExpression11visitBinaryEPNS_6BinaryE(i6, i5) { - i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0; - i2 = i6 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 40) | 0; - i3 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i2 >> 2] | 0) | 0; - i4 = i5 + 8 | 0; - if ((HEAP32[i4 >> 2] | 0) > 16) i1 = (HEAP32[i5 + 12 >> 2] | 0) + 4 | 0; else i1 = i5 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 46) | 0; - do switch (HEAP32[i4 >> 2] | 0) { - case 0: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26071) | 0; - break; - } - case 1: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 30230) | 0; - break; - } - case 2: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26075) | 0; - break; - } - case 3: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26079) | 0; - break; - } - case 4: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26085) | 0; - break; - } - case 5: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26091) | 0; - break; - } - case 6: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26097) | 0; - break; - } - case 7: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26103) | 0; - break; - } - case 8: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26107) | 0; - break; - } - case 9: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26110) | 0; - break; - } - case 10: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26114) | 0; - break; - } - case 11: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26118) | 0; - break; - } - case 12: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26124) | 0; - break; - } - case 13: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26130) | 0; - break; - } - case 14: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26134) | 0; - break; - } - case 15: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26143) | 0; - break; - } - case 16: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26147) | 0; - break; - } - case 17: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26151) | 0; - break; - } - case 18: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26154) | 0; - break; - } - case 19: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26157) | 0; - break; - } - case 20: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26162) | 0; - break; - } - case 21: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26167) | 0; - break; - } - case 22: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26172) | 0; - break; - } - case 23: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26177) | 0; - break; - } - case 24: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26182) | 0; - break; - } - case 25: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26187) | 0; - break; - } - case 26: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26192) | 0; - break; - } - case 27: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26197) | 0; - break; - } - case 28: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26200) | 0; - break; - } - case 29: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26203) | 0; - break; - } - case 30: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 26206) | 0; - break; - } - default: - _abort(); - } while (0); - i4 = i6 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i4) | 0; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i5 + 12 >> 2] | 0); - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i5 + 16 >> 2] | 0); - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i4) | 0; - return; -} - function __ZNSt3__113__tree_removeIPNS_16__tree_node_baseIPvEEEEvT_S5_(i1, i11) { i1 = i1 | 0; i11 = i11 | 0; @@ -36217,7 +37427,7 @@ function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIwNS_11char_traitsIw if (!((i8 | 0) != 0 & (i6 ^ i3))) break; i3 = HEAP32[i4 + 12 >> 2] | 0; if ((i3 | 0) == (HEAP32[i4 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i3 = HEAP32[i3 >> 2] | 0; - if (!i14) i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 28 >> 2] & 31](i15, i3) | 0; + if (!i14) i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 28 >> 2] & 63](i15, i3) | 0; i12 = i13 + 1 | 0; i7 = 0; i9 = i1; @@ -36228,7 +37438,7 @@ function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIwNS_11char_traitsIw do if ((HEAP8[i8 >> 0] | 0) == 1) { if (!(HEAP8[i9 >> 0] & 1)) i4 = i9 + 4 | 0; else i4 = HEAP32[i9 + 8 >> 2] | 0; i4 = HEAP32[i4 + (i13 << 2) >> 2] | 0; - if (!i14) i4 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 28 >> 2] & 31](i15, i4) | 0; + if (!i14) i4 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 28 >> 2] & 63](i15, i4) | 0; if ((i3 | 0) != (i4 | 0)) { HEAP8[i8 >> 0] = 0; i4 = i7; @@ -36392,7 +37602,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i1, i10, i2 = i2 + 1 | 0; } HEAP8[i4 + i3 >> 0] = 0; - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, 0, 38087) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, 0, 40978) | 0; HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; HEAP32[i7 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i7 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -36402,7 +37612,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i1, i10, HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i7, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i7, 40928) | 0; HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; HEAP32[i6 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i6 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -36439,7 +37649,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i1, i10, i2 = i1; while (1) { if ((i3 | 0) >= 13) break; - if ((HEAP8[i2 >> 0] | 0) != (HEAP8[39564 + i3 >> 0] | 0)) break L43; + if ((HEAP8[i2 >> 0] | 0) != (HEAP8[42455 + i3 >> 0] | 0)) break L43; i3 = i3 + 1 | 0; i2 = i2 + 1 | 0; } @@ -36461,7 +37671,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i1, i10, } while (0); i3 = HEAP32[i9 + 4 >> 2] | 0; if ((HEAP32[i9 >> 2] | 0) != (i3 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i3 + -24 | 0, 0, 39578) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i3 + -24 | 0, 0, 42469) | 0; i1 = i2; } } while (0); @@ -36795,202 +38005,140 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 return i24 | 0; } -function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE4walkERPNS_10ExpressionE(i5, i6) { - i5 = i5 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0; - i1 = HEAP32[i6 >> 2] | 0; - if (i1 | 0) { - L3 : do switch (HEAP32[i1 >> 2] | 0) { - case 0: - { - _abort(); - break; - } - case 1: - { - i4 = i1 + 12 | 0; - i1 = i1 + 16 | 0; - i3 = 0; - while (1) { - i2 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break L3; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + (i3 << 2) | 0); - i3 = i3 + 1 | 0; - } - } - case 2: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 8 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 12 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 16 | 0); - break; - } - case 3: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 16 | 0); - break; - } - case 4: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 16 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 12 | 0); - break; - } - case 5: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 12 | 0); - i2 = HEAP32[i1 + 36 >> 2] | 0; - i1 = HEAP32[i1 + 32 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break L3; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 4 | 0); - i1 = i1 + 8 | 0; - } - } - case 6: - { - i4 = i1 + 12 | 0; - i1 = i1 + 8 | 0; - i3 = 0; - while (1) { - i2 = HEAP32[i1 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break L3; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + (i3 << 2) | 0); - i3 = i3 + 1 | 0; - } - } - case 7: - { - i4 = i1 + 12 | 0; - i1 = i1 + 8 | 0; - i3 = 0; - while (1) { - i2 = HEAP32[i1 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break L3; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + (i3 << 2) | 0); - i3 = i3 + 1 | 0; - } - } - case 8: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 24 | 0); - i4 = i1 + 12 | 0; - i1 = i1 + 8 | 0; - i3 = 0; - while (1) { - i2 = HEAP32[i1 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break L3; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + (i3 << 2) | 0); - i3 = i3 + 1 | 0; - } - } - case 20: - case 19: - case 13: - case 9: +function __ZN4wasm17WasmBinaryBuilder10visitBlockEPNS_5BlockE(i19, i1) { + i19 = i19 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i20 = 0, i21 = 0; + i21 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i13 = i21 + 20 | 0; + i14 = i21 + 16 | 0; + i20 = i21 + 4 | 0; + i17 = i21; + HEAP32[i14 >> 2] = i1; + i18 = i19 + 12 | 0; + if (HEAP8[i18 >> 0] | 0) { + i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18975) | 0; + i15 = __ZNKSt3__18ios_base6getlocEv(i16 + (HEAP32[(HEAP32[i16 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i13 >> 2] = i15; + i15 = __ZNKSt3__16locale9use_facetERNS0_2idE(i13, 45564) | 0; + i15 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 28 >> 2] & 63](i15, 10) | 0; + __ZNSt3__16localeD2Ev(i13); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i16, i15) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i16) | 0; + } + HEAP32[i20 >> 2] = 0; + i15 = i20 + 4 | 0; + HEAP32[i15 >> 2] = 0; + HEAP32[i20 + 8 >> 2] = 0; + i16 = i19 + 104 | 0; + i4 = i19 + 108 | 0; + i5 = i19 + 100 | 0; + i6 = i20 + 8 | 0; + i7 = i19 + 4 | 0; + while (1) { + i2 = __ZN4wasm17WasmBinaryBuilder12getNextLabelEv(i19) | 0; + HEAP32[i1 + 8 >> 2] = i2; + i3 = HEAP32[i16 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i4 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i1 + 8 | 0); else { + HEAP32[i3 >> 2] = i2; + HEAP32[i16 >> 2] = (HEAP32[i16 >> 2] | 0) + 4; + } + i2 = HEAP32[i15 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i20, i14); else { + HEAP32[i2 >> 2] = i1; + HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + 4; + } + if ((__ZN4wasm17WasmBinaryBuilder7getInt8Ev(i19) | 0) << 24 >> 24 != 1) break; + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i7 >> 2] | 0) | 0; + HEAP32[i14 >> 2] = i1; + } + __ZN4wasm17WasmBinaryBuilder9ungetInt8Ev(i19); + i10 = i19 + 112 | 0; + i11 = i19 + 116 | 0; + i12 = i19 + 120 | 0; + i4 = 0; + L16 : while (1) { + i9 = HEAP32[i15 >> 2] | 0; + i1 = i9; + if ((i9 | 0) == (HEAP32[i20 >> 2] | 0)) { + i1 = 34; break; - case 10: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 12 | 0); - break; - } - case 11: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 24 | 0); - break; - } - case 12: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 20 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 24 | 0); - break; - } - case 14: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 12 | 0); - break; - } - case 15: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 12 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 16 | 0); - break; - } - case 16: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 8 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 12 | 0); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 16 | 0); + } + i2 = i1 + -4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + HEAP32[i14 >> 2] = i3; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + i9 = i1 + -4 | 0; + HEAP32[i15 >> 2] = i9; + i1 = i9; + } + i1 = HEAP32[i11 >> 2] | 0; + i9 = i1 - (HEAP32[i10 >> 2] | 0) >> 2; + do if (i4) { + HEAP32[i17 >> 2] = i4; + if (i1 >>> 0 < (HEAP32[i12 >> 2] | 0) >>> 0) { + HEAP32[i1 >> 2] = i4; + HEAP32[i11 >> 2] = (HEAP32[i11 >> 2] | 0) + 4; + i3 = HEAP32[i14 >> 2] | 0; break; - } - case 17: - { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 8 | 0); + } else { + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i10, i17); break; } - case 18: - { - i4 = i1 + 20 | 0; - i1 = i1 + 16 | 0; - i3 = 0; - while (1) { - i2 = HEAP32[i1 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break L3; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + (i3 << 2) | 0); - i3 = i3 + 1 | 0; - } - } - default: - {} } while (0); - i1 = HEAP32[i6 >> 2] | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); - switch (HEAP32[i1 >> 2] | 0) { - case 0: - { - _abort(); - break; - } - case 20: - case 19: - case 18: - case 17: - case 16: - case 15: - case 14: - case 13: - case 12: - case 11: - case 10: - case 9: - case 8: - case 7: - case 6: - case 5: - case 3: - case 2: - case 1: + __ZN4wasm17WasmBinaryBuilder18processExpressionsEv(i19); + i4 = (HEAP32[i11 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2; + if (i4 >>> 0 < i9 >>> 0) { + i1 = 23; break; - case 4: - { - if ((HEAP32[i1 + 8 >> 2] | 0) == (HEAP32[i5 + 8 >> 2] | 0)) { - i4 = i5 + 12 | 0; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; - } - break; + } + i5 = i3 + 16 | 0; + i6 = i3 + 20 | 0; + i7 = i3 + 12 | 0; + i8 = i9; + while (1) { + if (i8 >>> 0 >= i4 >>> 0) break; + if (HEAP8[i18 >> 0] | 0) { + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 28225) | 0; + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i2, HEAP32[(HEAP32[i10 >> 2] | 0) + (i8 << 2) >> 2] | 0) | 0, 19014) | 0; + i2 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i2, (HEAP32[i5 >> 2] | 0) - (HEAP32[i7 >> 2] | 0) >> 2) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i2 + (HEAP32[(HEAP32[i2 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i13 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i13, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 10) | 0; + __ZNSt3__16localeD2Ev(i13); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i2, i1) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i2) | 0; + } + i1 = (HEAP32[i10 >> 2] | 0) + (i8 << 2) | 0; + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i1); else { + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } - default: - {} + i8 = i8 + 1 | 0; } - i1 = i5 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i2 | 0) { - HEAP32[i6 >> 2] = i2; - HEAP32[i1 >> 2] = 0; + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6resizeEj(i10, i9); + __ZN4wasm5Block8finalizeEv(HEAP32[i14 >> 2] | 0); + i1 = HEAP32[i16 >> 2] | 0; + i2 = i1 + -4 | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) { + i4 = i3; + continue L16; + } + i9 = i1 + -4 | 0; + HEAP32[i16 >> 2] = i9; + i1 = i9; } } - return; + if ((i1 | 0) == 23) ___assert_fail(18990, 18162, 1638, 19003); else if ((i1 | 0) == 34) { + __ZNSt3__113__vector_baseIPN4wasm5BlockENS_9allocatorIS3_EEED2Ev(i20); + STACKTOP = i21; + return; + } } function _try_realloc_chunk(i14, i13) { @@ -37001,7 +38149,7 @@ function _try_realloc_chunk(i14, i13) { i12 = HEAP32[i11 >> 2] | 0; i1 = i12 & -8; i8 = i14 + i1 | 0; - i6 = HEAP32[10282] | 0; + i6 = HEAP32[11009] | 0; i2 = i12 & 3; if (!((i2 | 0) != 1 & i14 >>> 0 >= i6 >>> 0 & i14 >>> 0 < i8 >>> 0)) _abort(); i3 = HEAP32[i8 + 4 >> 2] | 0; @@ -37011,7 +38159,7 @@ function _try_realloc_chunk(i14, i13) { i14 = 0; return i14 | 0; } - if (i1 >>> 0 >= (i13 + 4 | 0) >>> 0 ? (i1 - i13 | 0) >>> 0 <= HEAP32[10398] << 1 >>> 0 : 0) return i14 | 0; + if (i1 >>> 0 >= (i13 + 4 | 0) >>> 0 ? (i1 - i13 | 0) >>> 0 <= HEAP32[11125] << 1 >>> 0 : 0) return i14 | 0; i14 = 0; return i14 | 0; } @@ -37026,8 +38174,8 @@ function _try_realloc_chunk(i14, i13) { _dispose_chunk(i10, i1); return i14 | 0; } - if ((i8 | 0) == (HEAP32[10284] | 0)) { - i1 = (HEAP32[10281] | 0) + i1 | 0; + if ((i8 | 0) == (HEAP32[11011] | 0)) { + i1 = (HEAP32[11008] | 0) + i1 | 0; if (i1 >>> 0 <= i13 >>> 0) { i14 = 0; return i14 | 0; @@ -37036,12 +38184,12 @@ function _try_realloc_chunk(i14, i13) { i9 = i14 + i13 | 0; HEAP32[i11 >> 2] = i12 & 1 | i13 | 2; HEAP32[i9 + 4 >> 2] = i10 | 1; - HEAP32[10284] = i9; - HEAP32[10281] = i10; + HEAP32[11011] = i9; + HEAP32[11008] = i10; return i14 | 0; } - if ((i8 | 0) == (HEAP32[10283] | 0)) { - i2 = (HEAP32[10280] | 0) + i1 | 0; + if ((i8 | 0) == (HEAP32[11010] | 0)) { + i2 = (HEAP32[11007] | 0) + i1 | 0; if (i2 >>> 0 < i13 >>> 0) { i14 = 0; return i14 | 0; @@ -37062,8 +38210,8 @@ function _try_realloc_chunk(i14, i13) { i2 = 0; i1 = 0; } - HEAP32[10280] = i1; - HEAP32[10283] = i2; + HEAP32[11007] = i1; + HEAP32[11010] = i2; return i14 | 0; } if (i3 & 2 | 0) { @@ -37126,20 +38274,20 @@ function _try_realloc_chunk(i14, i13) { } while (0); if (i5 | 0) { i1 = HEAP32[i8 + 28 >> 2] | 0; - i2 = 41416 + (i1 << 2) | 0; + i2 = 44324 + (i1 << 2) | 0; if ((i8 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i7; if (!i7) { - HEAP32[10279] = HEAP32[10279] & ~(1 << i1); + HEAP32[11006] = HEAP32[11006] & ~(1 << i1); break; } } else { - if (i5 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); i1 = i5 + 16 | 0; if ((HEAP32[i1 >> 2] | 0) == (i8 | 0)) HEAP32[i1 >> 2] = i7; else HEAP32[i5 + 20 >> 2] = i7; if (!i7) break; } - i3 = HEAP32[10282] | 0; + i3 = HEAP32[11009] | 0; if (i7 >>> 0 < i3 >>> 0) _abort(); HEAP32[i7 + 24 >> 2] = i5; i1 = i8 + 16 | 0; @@ -37150,7 +38298,7 @@ function _try_realloc_chunk(i14, i13) { break; } while (0); i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[10282] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[11009] | 0) >>> 0) _abort(); else { HEAP32[i7 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i7; break; @@ -37159,13 +38307,13 @@ function _try_realloc_chunk(i14, i13) { } else { i2 = HEAP32[i8 + 8 >> 2] | 0; i3 = HEAP32[i8 + 12 >> 2] | 0; - i1 = 41152 + (i4 << 1 << 2) | 0; + i1 = 44060 + (i4 << 1 << 2) | 0; if ((i2 | 0) != (i1 | 0)) { if (i2 >>> 0 < i6 >>> 0) _abort(); if ((HEAP32[i2 + 12 >> 2] | 0) != (i8 | 0)) _abort(); } if ((i3 | 0) == (i2 | 0)) { - HEAP32[10278] = HEAP32[10278] & ~(1 << i4); + HEAP32[11005] = HEAP32[11005] & ~(1 << i4); break; } if ((i3 | 0) != (i1 | 0)) { @@ -38236,18 +39384,18 @@ function _call_from_js(i2) { i15 = i21; i18 = i21 + 48 | 0; i16 = i21 + 80 | 0; - if (HEAP8[44584] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41696, 15004) | 0, i2) | 0, 10) | 0; + if (HEAP8[47492] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44604, 15851) | 0, i2) | 0, 10) | 0; __ZN6cashew7IStringC2EPKcb(i1, i2, 1); - i11 = (HEAP32[HEAP32[10146] >> 2] | 0) + 72 | 0; + i11 = (HEAP32[HEAP32[10871] >> 2] | 0) + 72 | 0; i12 = HEAP32[i1 >> 2] | 0; HEAP32[i3 >> 2] = i12; i11 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i11, i3) | 0; - i1 = (HEAP32[HEAP32[10146] >> 2] | 0) + 84 | 0; + i1 = (HEAP32[HEAP32[10871] >> 2] | 0) + 84 | 0; HEAP32[i4 >> 2] = HEAP32[(HEAP32[i11 >> 2] | 0) + 4 >> 2]; i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i1, i4) | 0; i1 = HEAP32[i1 >> 2] | 0; - if (!i1) ___assert_fail(30475, 15018, 364, 15034); - i10 = _emscripten_asm_const_i(8) | 0; + if (!i1) ___assert_fail(33462, 15865, 406, 15881); + i10 = _emscripten_asm_const_i(9) | 0; i11 = i1 + 8 | 0; i2 = (HEAP32[i1 + 12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 3; HEAP32[i17 >> 2] = 0; @@ -38264,7 +39412,7 @@ function _call_from_js(i2) { L10 : do switch (HEAP32[(HEAP32[i11 >> 2] | 0) + (i9 << 3) + 4 >> 2] | 0) { case 1: { - if (i9 >>> 0 < i10 >>> 0) i1 = _emscripten_asm_const_ii(9, i9 | 0) | 0; else i1 = 0; + if (i9 >>> 0 < i10 >>> 0) i1 = _emscripten_asm_const_ii(10, i9 | 0) | 0; else i1 = 0; HEAP32[i13 >> 2] = 1; HEAP32[i4 >> 2] = i1; i1 = HEAP32[i3 >> 2] | 0; @@ -38282,7 +39430,7 @@ function _call_from_js(i2) { } case 3: { - if (i9 >>> 0 < i10 >>> 0) d5 = +_emscripten_asm_const_di(9, i9 | 0); else d5 = 0.0; + if (i9 >>> 0 < i10 >>> 0) d5 = +_emscripten_asm_const_di(10, i9 | 0); else d5 = 0.0; HEAP32[i14 >> 2] = 3; HEAPF32[i7 >> 2] = d5; i1 = HEAP32[i3 >> 2] | 0; @@ -38300,7 +39448,7 @@ function _call_from_js(i2) { } case 4: { - if (i9 >>> 0 < i10 >>> 0) d5 = +_emscripten_asm_const_di(9, i9 | 0); else d5 = 0.0; + if (i9 >>> 0 < i10 >>> 0) d5 = +_emscripten_asm_const_di(10, i9 | 0); else d5 = 0.0; HEAP32[i15 >> 2] = 4; HEAPF64[i8 >> 3] = d5; i1 = HEAP32[i3 >> 2] | 0; @@ -38325,12 +39473,12 @@ function _call_from_js(i2) { i9 = i9 + 1 | 0; } if ((i20 | 0) == 24) _abort(); - i20 = HEAP32[10146] | 0; + i20 = HEAP32[10871] | 0; HEAP32[i16 >> 2] = i12; HEAP32[i19 >> 2] = HEAP32[i16 >> 2]; __ZN4wasm14ModuleInstance10callExportEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i18, i20, i19, i17); - if (HEAP8[44584] | 0) { - i20 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41696, 15128) | 0; + if (HEAP8[47492] | 0) { + i20 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44604, 15975) | 0; HEAP32[i19 >> 2] = HEAP32[i18 >> 2]; HEAP32[i19 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; HEAP32[i19 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; @@ -38340,22 +39488,22 @@ function _call_from_js(i2) { switch (HEAP32[i18 >> 2] | 0) { case 0: { - _emscripten_asm_const_v(10); + _emscripten_asm_const_v(11); break; } case 1: { - _emscripten_asm_const_ii(11, __ZNK4wasm7Literal6geti32Ev(i18) | 0) | 0; + _emscripten_asm_const_ii(12, __ZNK4wasm7Literal6geti32Ev(i18) | 0) | 0; break; } case 3: { - _emscripten_asm_const_id(11, +(+__ZNK4wasm7Literal6getf32Ev(i18))) | 0; + _emscripten_asm_const_id(12, +(+__ZNK4wasm7Literal6getf32Ev(i18))) | 0; break; } case 4: { - _emscripten_asm_const_id(11, +(+__ZNK4wasm7Literal6getf64Ev(i18))) | 0; + _emscripten_asm_const_id(12, +(+__ZNK4wasm7Literal6getf64Ev(i18))) | 0; break; } default: @@ -38393,8 +39541,8 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6 } i9 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i1 >> 2] = i9; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42688) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 7](i1, 34838, 34864, i10) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45596) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 7](i1, 37777, 37803, i10) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; i1 = 0; while (1) { @@ -38474,7 +39622,7 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i13 = (HEAP8[i17 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; i14 = __ZNSt3__16__clocEv() | 0; HEAP32[i15 >> 2] = i16; - if ((__ZNSt3__110__sscanf_lEPKcP15__locale_structS1_z(i13, i14, 34873, i15) | 0) != 1) HEAP32[i22 >> 2] = 4; + if ((__ZNSt3__110__sscanf_lEPKcP15__locale_structS1_z(i13, i14, 37812, i15) | 0) != 1) HEAP32[i22 >> 2] = 4; if (i2) { i1 = HEAP32[i2 + 12 >> 2] | 0; if ((i1 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i1 = HEAP32[i1 >> 2] | 0; @@ -38521,66 +39669,66 @@ function __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7ISt i13 = i15 + 4 | 0; i14 = i15; i8 = HEAP32[i2 >> 2] | 0; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 40908) | 0)) ___assert_fail(15398, 13366, 435, 38208); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 43808) | 0)) ___assert_fail(16245, 13734, 442, 41099); i2 = __ZN6cashew3RefixEj(i7, 1) | 0; HEAP32[i4 >> 2] = HEAP32[i2 >> 2]; - do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 40908) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 40624) | 0) { + do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 43808) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 43524) | 0) { i2 = __ZN6cashew3RefixEj(i4, 1) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; i2 = HEAP32[i2 >> 2] | 0; i5 = 39; break; - } else ___assert_fail(15574, 13366, 477, 38208); else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 0) | 0, 40624) | 0)) ___assert_fail(15417, 13366, 440, 38208); - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 2) | 0, 40340) | 0) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 40344) | 0) { + } else ___assert_fail(16421, 13734, 484, 41099); else { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 0) | 0, 43524) | 0)) ___assert_fail(16264, 13734, 447, 41099); + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 2) | 0, 43228) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 43232) | 0) { + i2 = i8 + 68 | 0; + if (!(HEAP32[i2 >> 2] | 0)) { + HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; + break; + } else ___assert_fail(16285, 13734, 450, 41099); + } + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 43236) | 0) { i2 = i8 + 72 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15438, 13366, 443, 38208); + } else ___assert_fail(16304, 13734, 454, 41099); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 40348) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 43240) | 0) { i2 = i8 + 76 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15457, 13366, 447, 38208); + } else ___assert_fail(16324, 13734, 458, 41099); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 40352) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 43260) | 0) { i2 = i8 + 80 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15477, 13366, 451, 38208); + } else ___assert_fail(16345, 13734, 462, 41099); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 40372) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 43264) | 0) { i2 = i8 + 84 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15498, 13366, 455, 38208); + } else ___assert_fail(16363, 13734, 466, 41099); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 40376) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 43268) | 0) { i2 = i8 + 88 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15516, 13366, 459, 38208); + } else ___assert_fail(16383, 13734, 470, 41099); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 40380) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 43272) | 0) { i2 = i8 + 92 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15536, 13366, 463, 38208); - } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 40384) | 0) { - i2 = i8 + 96 | 0; - if (!(HEAP32[i2 >> 2] | 0)) { - HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; - break; - } else ___assert_fail(15555, 13366, 467, 38208); + } else ___assert_fail(16402, 13734, 474, 41099); } } i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 1) | 0; @@ -38607,7 +39755,7 @@ function __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7ISt i6 = HEAP32[i6 >> 2] | 0; i7 = i2; i3 = i6; - if ((i6 | 0) == (HEAP32[10070] | 0) ? (i7 | 0) == (HEAP32[10071] | 0) | (i7 | 0) == (HEAP32[10072] | 0) : 0) i1 = 4; else if (!i1) { + if ((i6 | 0) == (HEAP32[10792] | 0) ? (i7 | 0) == (HEAP32[10793] | 0) | (i7 | 0) == (HEAP32[10794] | 0) : 0) i1 = 4; else if (!i1) { __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i8 >> 2] | 0, i4); break; } @@ -38635,8 +39783,8 @@ function __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_ i21 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i13 = i21; - i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42688) | 0; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42696) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45596) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45604) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 20 >> 2] & 127](i13, i10); HEAP32[i18 >> 2] = i17; i1 = HEAP8[i14 >> 0] | 0; @@ -38644,7 +39792,7 @@ function __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_ case 43: case 45: { - i11 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 31](i12, i1) | 0; + i11 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 63](i12, i1) | 0; i2 = HEAP32[i18 >> 2] | 0; HEAP32[i18 >> 2] = i2 + 4; HEAP32[i2 >> 2] = i11; @@ -38668,12 +39816,12 @@ function __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_ break L4; } } - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 31](i12, 48) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 63](i12, 48) | 0; i9 = HEAP32[i18 >> 2] | 0; HEAP32[i18 >> 2] = i9 + 4; HEAP32[i9 >> 2] = i8; i2 = i2 + 2 | 0; - i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 31](i12, HEAP8[i1 >> 0] | 0) | 0; + i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 63](i12, HEAP8[i1 >> 0] | 0) | 0; i1 = HEAP32[i18 >> 2] | 0; HEAP32[i18 >> 2] = i1 + 4; HEAP32[i1 >> 2] = i9; @@ -38728,7 +39876,7 @@ function __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_ i3 = 0; i4 = (i4 >>> 0 < (((i22 & 1) == 0 ? (i22 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) + -1 | 0) >>> 0 & 1) + i4 | 0; } - i23 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 31](i12, HEAP8[i8 >> 0] | 0) | 0; + i23 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 63](i12, HEAP8[i8 >> 0] | 0) | 0; i22 = HEAP32[i18 >> 2] | 0; HEAP32[i18 >> 2] = i22 + 4; HEAP32[i22 >> 2] = i23; @@ -38765,7 +39913,7 @@ function __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_ i20 = 29; break; } - i22 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 44 >> 2] & 31](i12, i2) | 0; + i22 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 44 >> 2] & 63](i12, i2) | 0; i23 = HEAP32[i18 >> 2] | 0; i2 = i23 + 4 | 0; HEAP32[i18 >> 2] = i2; @@ -38856,7 +40004,7 @@ function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIc i4 = HEAP32[i3 + 12 >> 2] | 0; if ((i4 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i3 = HEAPU8[i4 >> 0] | 0; i3 = i3 & 255; - if (!i14) i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 12 >> 2] & 31](i15, i3) | 0; + if (!i14) i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 12 >> 2] & 63](i15, i3) | 0; i12 = i13 + 1 | 0; i7 = 0; i9 = i1; @@ -38867,7 +40015,7 @@ function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIc do if ((HEAP8[i8 >> 0] | 0) == 1) { if (!(HEAP8[i9 >> 0] & 1)) i4 = i9 + 1 | 0; else i4 = HEAP32[i9 + 8 >> 2] | 0; i4 = HEAP8[i4 + i13 >> 0] | 0; - if (!i14) i4 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 12 >> 2] & 31](i15, i4) | 0; + if (!i14) i4 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 12 >> 2] & 63](i15, i4) | 0; if (i3 << 24 >> 24 != i4 << 24 >> 24) { HEAP8[i8 >> 0] = 0; i4 = i7; @@ -39134,6 +40282,125 @@ function __ZNSt3__17__sort3IRZN4wasm13ReorderLocals13visitFunctionEPNS1_8Functio return i1 | 0; } +function __ZN4wasm15Asm2WasmBuilder24noteImportedFunctionCallEN6cashew3RefENS_8WasmTypeEP7AsmDataPNS_10CallImportE(i17, i6, i7, i12, i1) { + i17 = i17 | 0; + i6 = i6 | 0; + i7 = i7 | 0; + i12 = i12 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0; + i21 = STACKTOP; + STACKTOP = STACKTOP + 80 | 0; + i8 = i21 + 68 | 0; + i19 = i21 + 60 | 0; + i16 = i21 + 64 | 0; + i20 = i21 + 40 | 0; + i3 = i21 + 32 | 0; + i4 = i21 + 20 | 0; + i5 = i21 + 8 | 0; + i11 = i21 + 36 | 0; + i9 = i21 + 4 | 0; + i10 = i21; + HEAP32[i19 >> 2] = i1; + i18 = i1; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 43340) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 0) | 0, 43524) | 0 : 0) { + i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 1) | 0; + i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; + i1 = HEAP32[i1 >> 2] | 0; + HEAP32[i16 >> 2] = i1; + HEAP32[i20 >> 2] = 0; + HEAP32[i20 + 4 >> 2] = 0; + HEAP32[i20 + 8 >> 2] = 0; + HEAP32[i20 + 12 >> 2] = 0; + HEAP32[i20 + 16 >> 2] = 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 25338, 5); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i5, i1) | 0; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i4 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i4 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i4 >> 0] & 1) == 0 ? i4 + 1 | 0 : HEAP32[i4 + 8 >> 2] | 0, 0); + HEAP32[i20 >> 2] = HEAP32[i3 >> 2]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + i15 = i20 + 4 | 0; + HEAP32[i15 >> 2] = i7; + i1 = __ZN6cashew3RefixEj(i6, 2) | 0; + i1 = HEAP32[i1 >> 2] | 0; + HEAP32[i11 >> 2] = i1; + i13 = i20 + 8 | 0; + i14 = i20 + 12 | 0; + i3 = i20 + 16 | 0; + i4 = 0; + while (1) { + if (i4 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; + i1 = __ZN6cashew3RefixEj(i11, i4) | 0; + HEAP32[i10 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; + i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i17, i8, i12) | 0; + HEAP32[i9 >> 2] = i1; + i2 = HEAP32[i14 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i3 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i1; + HEAP32[i14 >> 2] = i2 + 4; + } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i13, i9); + i1 = HEAP32[i11 >> 2] | 0; + i4 = i4 + 1 | 0; + } + i4 = i17 + 96 | 0; + i12 = (__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i4, i16) | 0) == (i17 + 100 | 0); + i4 = __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i4, i16) | 0; + if (!i12) { + if (!(__ZN4wasm12FunctionTypeeqERS0_(i20, i4) | 0)) { + i5 = i4 + 8 | 0; + i6 = i4 + 12 | 0; + i7 = i4 + 16 | 0; + i8 = 0; + while (1) { + i12 = HEAP32[i13 >> 2] | 0; + i2 = i12; + if (i8 >>> 0 >= (HEAP32[i14 >> 2] | 0) - i12 >> 2 >>> 0) break; + i12 = HEAP32[i6 >> 2] | 0; + i1 = HEAP32[i5 >> 2] | 0; + i3 = i12; + do if (i12 - i1 >> 2 >>> 0 > i8 >>> 0) { + i1 = i1 + (i8 << 2) | 0; + if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i2 + (i8 << 2) >> 2]; + } else { + i1 = i2 + (i8 << 2) | 0; + if ((i3 | 0) == (HEAP32[i7 >> 2] | 0)) { + __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i1); + break; + } else { + HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i6 >> 2] = i3 + 4; + break; + } + } while (0); + i8 = i8 + 1 | 0; + } + i1 = i4 + 4 | 0; + if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i15 >> 2]; + } + } else __ZN4wasm12FunctionTypeaSERKS0_(i4, i20) | 0; + i1 = __ZNSt3__13mapIN6cashew7IStringENS_6vectorIPN4wasm10CallImportENS_9allocatorIS6_EEEENS_4lessIS2_EENS7_INS_4pairIKS2_S9_EEEEEixERSD_(i17 + 108 | 0, i16) | 0; + i2 = i1 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 8 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10CallImportENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1, i19); else { + HEAP32[i3 >> 2] = i18; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } + __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i20 + 8 | 0); + STACKTOP = i21; + return; + } + ___assert_fail(25277, 13734, 212, 25313); +} function __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i12, i13, i14, i10, i6) { i12 = i12 | 0; i13 = i13 | 0; @@ -39299,8 +40566,8 @@ function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS i21 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i13 = i21; - i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42656) | 0; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42668) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45576) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 20 >> 2] & 127](i13, i10); HEAP32[i18 >> 2] = i17; i1 = HEAP8[i14 >> 0] | 0; @@ -39308,7 +40575,7 @@ function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS case 43: case 45: { - i11 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 31](i12, i1) | 0; + i11 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 63](i12, i1) | 0; i2 = HEAP32[i18 >> 2] | 0; HEAP32[i18 >> 2] = i2 + 1; HEAP8[i2 >> 0] = i11; @@ -39332,12 +40599,12 @@ function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS break L4; } } - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 31](i12, 48) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 63](i12, 48) | 0; i9 = HEAP32[i18 >> 2] | 0; HEAP32[i18 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i8; i2 = i2 + 2 | 0; - i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 31](i12, HEAP8[i1 >> 0] | 0) | 0; + i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 63](i12, HEAP8[i1 >> 0] | 0) | 0; i1 = HEAP32[i18 >> 2] | 0; HEAP32[i18 >> 2] = i1 + 1; HEAP8[i1 >> 0] = i9; @@ -39392,7 +40659,7 @@ function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS i3 = 0; i4 = (i4 >>> 0 < (((i22 & 1) == 0 ? (i22 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) + -1 | 0) >>> 0 & 1) + i4 | 0; } - i23 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 31](i12, HEAP8[i8 >> 0] | 0) | 0; + i23 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 63](i12, HEAP8[i8 >> 0] | 0) | 0; i22 = HEAP32[i18 >> 2] | 0; HEAP32[i18 >> 2] = i22 + 1; HEAP8[i22 >> 0] = i23; @@ -39424,7 +40691,7 @@ function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS i20 = 29; break; } - i22 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 31](i12, i2) | 0; + i22 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 63](i12, i2) | 0; i23 = HEAP32[i18 >> 2] | 0; HEAP32[i18 >> 2] = i23 + 1; HEAP8[i23 >> 0] = i22; @@ -40660,6 +41927,137 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 return i24 | 0; } +function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i16, i1) { + i16 = i16 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i17 = 0, i18 = 0; + i18 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i10 = i18 + 36 | 0; + i11 = i18 + 32 | 0; + i17 = i18 + 20 | 0; + i5 = i18 + 8 | 0; + i12 = i18 + 4 | 0; + i13 = i18; + i8 = i16 + 4 | 0; + i2 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i8 >> 2] | 0) | 0; + HEAP32[i10 >> 2] = i2; + HEAP32[i11 >> 2] = i1; + HEAP32[i17 >> 2] = 0; + i14 = i17 + 4 | 0; + HEAP32[i14 >> 2] = 0; + HEAP32[i17 + 8 >> 2] = 0; + i9 = i17 + 8 | 0; + i15 = i16 + 96 | 0; + i6 = i16 + 100 | 0; + i7 = i16 + 92 | 0; + i3 = 0; + i4 = 0; + while (1) { + if (i3 >>> 0 < i4 >>> 0) { + HEAP32[i3 >> 2] = i1; + HEAP32[i3 + 4 >> 2] = i2; + HEAP32[i14 >> 2] = i3 + 8; + } else __ZNSt3__16vectorINS_4pairIPN4wasm7ElementEPNS2_5BlockEEENS_9allocatorIS7_EEE24__emplace_back_slow_pathIJRS4_RS6_EEEvDpOT_(i17, i11, i10); + if ((__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0 > 1 ? (i4 = __ZN4wasm7Element4listEv(i1) | 0, (HEAP8[HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] >> 0] | 0) == 0) : 0) { + i2 = i2 + 8 | 0; + i4 = __ZN4wasm7Element4listEv(i1) | 0; + i4 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i2 >> 2] = i4; + i4 = 2; + } else { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 33133, 5); + i4 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i16, i5) | 0; + HEAP32[i2 + 8 >> 2] = i4; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + i2 = i2 + 8 | 0; + i4 = 1; + } + i3 = HEAP32[i15 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i6 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i7, i2); else { + HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + 4; + } + if (i4 >>> 0 >= (__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0) break; + i1 = __ZN4wasm7ElementixEj(i1, i4) | 0; + i4 = __ZN4wasm7Element4listEv(i1) | 0; + i4 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i4 >> 2] >> 2] | 0) | 0; + if ((i4 | 0) != (HEAP32[10838] | 0)) break; + i2 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i8 >> 2] | 0) | 0; + HEAP32[i10 >> 2] = i2; + HEAP32[i11 >> 2] = i1; + i3 = HEAP32[i14 >> 2] | 0; + i4 = HEAP32[i9 >> 2] | 0; + } + i2 = HEAP32[i17 >> 2] | 0; + i1 = i2; + i2 = (HEAP32[i14 >> 2] | 0) - i2 >> 3; + while (1) { + i9 = i2 + -1 | 0; + if ((i2 | 0) <= 0) { + i2 = 17; + break; + } + i7 = HEAP32[i1 + (i9 << 3) >> 2] | 0; + i8 = HEAP32[i1 + (i9 << 3) + 4 >> 2] | 0; + L23 : do if ((__ZN4wasm7Element4sizeEv(i7) | 0) >>> 0 > 1) { + i5 = __ZN4wasm7Element4listEv(i7) | 0; + i5 = (HEAP8[HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] >> 0] | 0) == 0 ? 2 : 1; + i1 = HEAP32[i17 >> 2] | 0; + if ((i2 | 0) < ((HEAP32[i14 >> 2] | 0) - i1 >> 3 | 0)) { + i1 = HEAP32[i1 + (i2 << 3) + 4 >> 2] | 0; + HEAP32[i12 >> 2] = i1; + i2 = i8 + 16 | 0; + i3 = HEAP32[i2 >> 2] | 0; + i4 = i8 + 20 | 0; + if (i3 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i1; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8 + 12 | 0, i12); + i1 = i5 + 1 | 0; + } else { + i2 = i8 + 16 | 0; + i4 = i8 + 20 | 0; + i1 = i5; + } + i6 = i8 + 12 | 0; + while (1) { + if (i1 >>> 0 >= (__ZN4wasm7Element4sizeEv(i7) | 0) >>> 0) break L23; + i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i16, __ZN4wasm7ElementixEj(i7, i1) | 0) | 0; + HEAP32[i13 >> 2] = i3; + i5 = HEAP32[i2 >> 2] | 0; + if (i5 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { + HEAP32[i5 >> 2] = i3; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6, i13); + i1 = i1 + 1 | 0; + } + } while (0); + i1 = HEAP32[i15 >> 2] | 0; + i2 = i1 + -4 | 0; + if ((HEAP32[i2 >> 2] | 0) != (HEAP32[i8 + 8 >> 2] | 0)) { + i2 = 32; + break; + } + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + i11 = i1 + -4 | 0; + HEAP32[i15 >> 2] = i11; + i1 = i11; + } + __ZN4wasm5Block8finalizeEv(i8); + i1 = HEAP32[i17 >> 2] | 0; + i2 = i9; + } + if ((i2 | 0) == 17) { + i16 = HEAP32[i1 + 4 >> 2] | 0; + __ZNSt3__113__vector_baseINS_4pairIPN4wasm7ElementEPNS2_5BlockEEENS_9allocatorIS7_EEED2Ev(i17); + STACKTOP = i18; + return i16 | 0; + } else if ((i2 | 0) == 32) ___assert_fail(17507, 17078, 771, 17539); + return 0; +} + function __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i14, i10) { i14 = i14 | 0; i10 = i10 | 0; @@ -40677,10 +42075,10 @@ function __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i14, i10) i1 = __ZN4wasm7Element4listEv(i10) | 0; i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; HEAP32[i13 >> 2] = i1; - i1 = i14 + 36 | 0; + i1 = i14 + 48 | 0; i9 = 2; } else { - i1 = i14 + 36 | 0; + i1 = i14 + 48 | 0; i9 = __ZN4wasm4Name7fromIntEj(HEAP32[i1 >> 2] | 0) | 0; HEAP32[i13 >> 2] = i9; i9 = 1; @@ -40703,7 +42101,7 @@ function __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i14, i10) i7 = __ZN4wasm7ElementixEj(i10, i2) | 0; i1 = __ZN4wasm7Element4listEv(i7) | 0; i1 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) | 0; - L12 : do if ((i1 | 0) == (HEAP32[10104] | 0)) { + L12 : do if ((i1 | 0) == (HEAP32[10826] | 0)) { i1 = i15 + 8 | 0; i2 = i15 + 12 | 0; i3 = i15 + 16 | 0; @@ -40720,13 +42118,13 @@ function __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i14, i10) i6 = i6 + 1 | 0; } } else { - if ((i1 | 0) == (HEAP32[10105] | 0)) { + if ((i1 | 0) == (HEAP32[10827] | 0)) { i8 = __ZN4wasm7Element4listEv(i7) | 0; i8 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i14, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i8 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; HEAP32[i15 + 4 >> 2] = i8; break; } - if ((i1 | 0) != (HEAP32[10112] | 0)) { + if ((i1 | 0) != (HEAP32[10834] | 0)) { __ZNKSt3__18functionIFvvEEclEv(i14 + 8 | 0); break; } @@ -40747,12 +42145,12 @@ function __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i14, i10) i1 = __ZN4wasm7ElementixEj(i10, i1) | 0; i10 = __ZN4wasm7Element4listEv(i1) | 0; i10 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i10 >> 2] >> 2] | 0) | 0; - if ((i10 | 0) == (HEAP32[10105] | 0)) { + if ((i10 | 0) == (HEAP32[10827] | 0)) { i10 = __ZN4wasm7Element4listEv(i1) | 0; i10 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i14, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i10 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; HEAP32[i15 + 4 >> 2] = i10; break; - } else ___assert_fail(17163, 16975, 1024, 17190); + } else ___assert_fail(17253, 17078, 1138, 17280); } } while (0); __ZN4wasm6getSigEPNS_12FunctionTypeE(i11, i15); @@ -40796,7 +42194,7 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { break; } i5 = (i9 | 0) != 0; - i7 = i5 ? HEAP32[844] | 0 : HEAP32[843] | 0; + i7 = i5 ? HEAP32[916] | 0 : HEAP32[915] | 0; L4 : do if (i10) { if (i11) { i22 = 12; @@ -40804,9 +42202,9 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { } if (!(__ZN4wasm12isUInteger64Ed(d2) | 0)) { HEAPF64[i18 >> 3] = d2; - _snprintf(i7, 999, i5 ? 21545 : 21548, i18) | 0; + _snprintf(i7, 999, i5 ? 24316 : 24319, i18) | 0; HEAP32[i19 >> 2] = i13; - _sscanf(i7, 21505, i19) | 0; + _sscanf(i7, 24276, i19) | 0; break; } i1 = __ZN4wasm12toUInteger64Ed(d2) | 0; @@ -40814,16 +42212,16 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { i4 = i20; HEAP32[i4 >> 2] = i1; HEAP32[i4 + 4 >> 2] = tempRet0; - _snprintf(i7, 999, i6 ? 21528 : 21535, i20) | 0; + _snprintf(i7, 999, i6 ? 24299 : 24306, i20) | 0; if (i6) { HEAP32[i21 >> 2] = i14; - _sscanf(i7, 21540, i21) | 0; + _sscanf(i7, 24311, i21) | 0; i6 = i14; HEAPF64[i13 >> 3] = +((HEAP32[i6 >> 2] | 0) >>> 0) + 4294967296.0 * +((HEAP32[i6 + 4 >> 2] | 0) >>> 0); break; } else { HEAP32[i17 >> 2] = i13; - _sscanf(i7, 21505, i17) | 0; + _sscanf(i7, 24276, i17) | 0; break; } } else { @@ -40831,22 +42229,22 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { i4 = 0; while (1) { if ((i4 | 0) >= 19) break L4; - HEAP8[46585] = 37; - HEAP8[46586] = 46; + HEAP8[49493] = 37; + HEAP8[49494] = 46; if ((i4 | 0) < 10) { - HEAP8[46587] = i4 + 48; - HEAP8[46588] = i1; - HEAP8[46589] = 0; + HEAP8[49495] = i4 + 48; + HEAP8[49496] = i1; + HEAP8[49497] = 0; } else { - HEAP8[46587] = 49; - HEAP8[46588] = i4 + 38; - HEAP8[46589] = i1; - HEAP8[46590] = 0; + HEAP8[49495] = 49; + HEAP8[49496] = i4 + 38; + HEAP8[49497] = i1; + HEAP8[49498] = 0; } HEAPF64[i15 >> 3] = d2; - _snprintf(i7, 999, 46585, i15) | 0; + _snprintf(i7, 999, 49493, i15) | 0; HEAP32[i16 >> 2] = i13; - _sscanf(i7, 21505, i16) | 0; + _sscanf(i7, 24276, i16) | 0; if (+HEAPF64[i13 >> 3] == d2) break; else i4 = i4 + 1 | 0; } } while (0); @@ -40933,22 +42331,284 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { d3 = +HEAPF64[i12 >> 3]; d2 = +HEAPF64[i23 >> 3]; if (d3 == d2) { - i23 = HEAP32[844] | 0; + i23 = HEAP32[916] | 0; i22 = _strlen(i23) | 0; - i1 = HEAP32[843] | 0; + i1 = HEAP32[915] | 0; i22 = i22 >>> 0 < (_strlen(i1) | 0) >>> 0; i1 = i22 ? i23 : i1; - } else i1 = d3 < d2 ? HEAP32[844] | 0 : HEAP32[843] | 0; + } else i1 = d3 < d2 ? HEAP32[916] | 0 : HEAP32[915] | 0; if (i24) { i1 = i1 + -1 | 0; HEAP8[i1 >> 0] = 45; } STACKTOP = i25; return i1 | 0; - } else if ((i22 | 0) == 12) ___assert_fail(21509, 30801, 871, 21516); else if ((i22 | 0) == 38) ___assert_fail(21553, 30801, 934, 21516); + } else if ((i22 | 0) == 12) ___assert_fail(24280, 33788, 871, 24287); else if ((i22 | 0) == 38) ___assert_fail(24324, 33788, 934, 24287); return 0; } +function __ZNSt3__16locale5__impC2Ej(i4, i1) { + i4 = i4 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i5 = 0; + HEAP32[i4 + 4 >> 2] = i1 + -1; + HEAP32[i4 >> 2] = 11852; + i1 = i4 + 8 | 0; + __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEEC2Ej(i1, 28); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4 + 144 | 0, 37810, 1); + i1 = HEAP32[i1 >> 2] | 0; + i2 = i4 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; + } + HEAP32[10671] = 0; + HEAP32[10670] = 9516; + __ZNSt3__16locale5__imp7installINS_7collateIcEEEEvPT_(i4, 42680); + HEAP32[10673] = 0; + HEAP32[10672] = 9548; + __ZNSt3__16locale5__imp7installINS_7collateIwEEEEvPT_(i4, 42688); + __ZNSt3__15ctypeIcEC2EPKtbj(42696, 0, 0, 1); + __ZNSt3__16locale5__imp7installINS_5ctypeIcEEEEvPT_(i4, 42696); + HEAP32[10679] = 0; + HEAP32[10678] = 12068; + __ZNSt3__16locale5__imp7installINS_5ctypeIwEEEEvPT_(i4, 42712); + HEAP32[10681] = 0; + HEAP32[10680] = 12136; + __ZNSt3__16locale5__imp7installINS_7codecvtIcc11__mbstate_tEEEEvPT_(i4, 42720); + HEAP32[10683] = 0; + HEAP32[10682] = 11804; + i5 = __ZNSt3__16__clocEv() | 0; + HEAP32[10684] = i5; + __ZNSt3__16locale5__imp7installINS_7codecvtIwc11__mbstate_tEEEEvPT_(i4, 42728); + HEAP32[10687] = 0; + HEAP32[10686] = 12184; + __ZNSt3__16locale5__imp7installINS_7codecvtIDsc11__mbstate_tEEEEvPT_(i4, 42744); + HEAP32[10689] = 0; + HEAP32[10688] = 12232; + __ZNSt3__16locale5__imp7installINS_7codecvtIDic11__mbstate_tEEEEvPT_(i4, 42752); + __ZNSt3__18numpunctIcEC2Ej(42760, 1); + __ZNSt3__16locale5__imp7installINS_8numpunctIcEEEEvPT_(i4, 42760); + __ZNSt3__18numpunctIwEC2Ej(42784, 1); + __ZNSt3__16locale5__imp7installINS_8numpunctIwEEEEvPT_(i4, 42784); + HEAP32[10705] = 0; + HEAP32[10704] = 9580; + __ZNSt3__16locale5__imp7installINS_7num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 42816); + HEAP32[10707] = 0; + HEAP32[10706] = 9644; + __ZNSt3__16locale5__imp7installINS_7num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 42824); + HEAP32[10709] = 0; + HEAP32[10708] = 9708; + __ZNSt3__16locale5__imp7installINS_7num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 42832); + HEAP32[10711] = 0; + HEAP32[10710] = 9760; + __ZNSt3__16locale5__imp7installINS_7num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 42840); + HEAP32[10713] = 0; + HEAP32[10712] = 11308; + __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb0EEEEEvPT_(i4, 42848); + HEAP32[10715] = 0; + HEAP32[10714] = 11364; + __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb1EEEEEvPT_(i4, 42856); + HEAP32[10717] = 0; + HEAP32[10716] = 11420; + __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb0EEEEEvPT_(i4, 42864); + HEAP32[10719] = 0; + HEAP32[10718] = 11476; + __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb1EEEEEvPT_(i4, 42872); + HEAP32[10721] = 0; + HEAP32[10720] = 11532; + __ZNSt3__16locale5__imp7installINS_9money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 42880); + HEAP32[10723] = 0; + HEAP32[10722] = 11560; + __ZNSt3__16locale5__imp7installINS_9money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 42888); + HEAP32[10725] = 0; + HEAP32[10724] = 11588; + __ZNSt3__16locale5__imp7installINS_9money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 42896); + HEAP32[10727] = 0; + HEAP32[10726] = 11616; + __ZNSt3__16locale5__imp7installINS_9money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 42904); + HEAP32[10729] = 0; + HEAP32[10728] = 9812; + HEAP32[10730] = 9860; + __ZNSt3__16locale5__imp7installINS_8time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 42912); + HEAP32[10733] = 0; + HEAP32[10732] = 9896; + HEAP32[10734] = 9944; + __ZNSt3__16locale5__imp7installINS_8time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 42928); + HEAP32[10737] = 0; + HEAP32[10736] = 12048; + i5 = __ZNSt3__16__clocEv() | 0; + HEAP32[10738] = i5; + HEAP32[10736] = 11260; + __ZNSt3__16locale5__imp7installINS_8time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 42944); + HEAP32[10741] = 0; + HEAP32[10740] = 12048; + i5 = __ZNSt3__16__clocEv() | 0; + HEAP32[10742] = i5; + HEAP32[10740] = 11284; + __ZNSt3__16locale5__imp7installINS_8time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 42960); + HEAP32[10745] = 0; + HEAP32[10744] = 11644; + __ZNSt3__16locale5__imp7installINS_8messagesIcEEEEvPT_(i4, 42976); + HEAP32[10747] = 0; + HEAP32[10746] = 11676; + __ZNSt3__16locale5__imp7installINS_8messagesIwEEEEvPT_(i4, 42984); + return; +} + +function __ZN4wasm16PrintSExpression10visitUnaryEPNS_5UnaryE(i6, i5) { + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0; + i2 = i6 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 40) | 0; + i3 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i2 >> 2] | 0) | 0; + i4 = i5 + 8 | 0; + if ((HEAP32[i4 >> 2] | 0) == 10) i1 = (HEAP32[i5 + 12 >> 2] | 0) + 4 | 0; else i1 = i5 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 46) | 0; + do switch (HEAP32[i4 >> 2] | 0) { + case 0: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28560) | 0; + break; + } + case 1: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28564) | 0; + break; + } + case 2: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28568) | 0; + break; + } + case 10: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28575) | 0; + break; + } + case 3: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28579) | 0; + break; + } + case 4: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28583) | 0; + break; + } + case 5: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28587) | 0; + break; + } + case 6: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28592) | 0; + break; + } + case 7: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28598) | 0; + break; + } + case 8: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28604) | 0; + break; + } + case 9: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28612) | 0; + break; + } + case 11: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28617) | 0; + break; + } + case 12: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28630) | 0; + break; + } + case 13: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28643) | 0; + break; + } + case 14: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28652) | 0; + break; + } + case 15: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28664) | 0; + break; + } + case 16: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28676) | 0; + break; + } + case 17: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28688) | 0; + break; + } + case 18: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28700) | 0, (HEAP32[i5 + 4 >> 2] | 0) == 2 ? 28713 : 28717) | 0; + break; + } + case 20: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28721) | 0; + break; + } + case 19: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28735) | 0; + break; + } + case 22: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28749) | 0; + break; + } + case 21: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28763) | 0; + break; + } + case 23: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28777) | 0; + break; + } + case 24: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28789) | 0; + break; + } + case 25: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28700) | 0, (HEAP32[i5 + 4 >> 2] | 0) == 4 ? 28800 : 28804) | 0; + break; + } + default: + _abort(); + } while (0); + __ZN4wasm16PrintSExpression9incIndentEv(i6); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i5 + 12 >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i6); + return; +} + function ___cxa_demangle(i10, i1, i16, i18) { i10 = i10 | 0; i1 = i1 | 0; @@ -41085,118 +42745,6 @@ function ___cxa_demangle(i10, i1, i16, i18) { return i1 | 0; } -function __ZNSt3__16locale5__impC2Ej(i4, i1) { - i4 = i4 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i5 = 0; - HEAP32[i4 + 4 >> 2] = i1 + -1; - HEAP32[i4 >> 2] = 11492; - i1 = i4 + 8 | 0; - __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEEC2Ej(i1, 28); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4 + 144 | 0, 34871, 1); - i1 = HEAP32[i1 >> 2] | 0; - i2 = i4 + 12 | 0; - i3 = HEAP32[i2 >> 2] | 0; - while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; - } - HEAP32[9949] = 0; - HEAP32[9948] = 9156; - __ZNSt3__16locale5__imp7installINS_7collateIcEEEEvPT_(i4, 39792); - HEAP32[9951] = 0; - HEAP32[9950] = 9188; - __ZNSt3__16locale5__imp7installINS_7collateIwEEEEvPT_(i4, 39800); - __ZNSt3__15ctypeIcEC2EPKtbj(39808, 0, 0, 1); - __ZNSt3__16locale5__imp7installINS_5ctypeIcEEEEvPT_(i4, 39808); - HEAP32[9957] = 0; - HEAP32[9956] = 11708; - __ZNSt3__16locale5__imp7installINS_5ctypeIwEEEEvPT_(i4, 39824); - HEAP32[9959] = 0; - HEAP32[9958] = 11776; - __ZNSt3__16locale5__imp7installINS_7codecvtIcc11__mbstate_tEEEEvPT_(i4, 39832); - HEAP32[9961] = 0; - HEAP32[9960] = 11444; - i5 = __ZNSt3__16__clocEv() | 0; - HEAP32[9962] = i5; - __ZNSt3__16locale5__imp7installINS_7codecvtIwc11__mbstate_tEEEEvPT_(i4, 39840); - HEAP32[9965] = 0; - HEAP32[9964] = 11824; - __ZNSt3__16locale5__imp7installINS_7codecvtIDsc11__mbstate_tEEEEvPT_(i4, 39856); - HEAP32[9967] = 0; - HEAP32[9966] = 11872; - __ZNSt3__16locale5__imp7installINS_7codecvtIDic11__mbstate_tEEEEvPT_(i4, 39864); - __ZNSt3__18numpunctIcEC2Ej(39872, 1); - __ZNSt3__16locale5__imp7installINS_8numpunctIcEEEEvPT_(i4, 39872); - __ZNSt3__18numpunctIwEC2Ej(39896, 1); - __ZNSt3__16locale5__imp7installINS_8numpunctIwEEEEvPT_(i4, 39896); - HEAP32[9983] = 0; - HEAP32[9982] = 9220; - __ZNSt3__16locale5__imp7installINS_7num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 39928); - HEAP32[9985] = 0; - HEAP32[9984] = 9284; - __ZNSt3__16locale5__imp7installINS_7num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 39936); - HEAP32[9987] = 0; - HEAP32[9986] = 9348; - __ZNSt3__16locale5__imp7installINS_7num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 39944); - HEAP32[9989] = 0; - HEAP32[9988] = 9400; - __ZNSt3__16locale5__imp7installINS_7num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 39952); - HEAP32[9991] = 0; - HEAP32[9990] = 10948; - __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb0EEEEEvPT_(i4, 39960); - HEAP32[9993] = 0; - HEAP32[9992] = 11004; - __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb1EEEEEvPT_(i4, 39968); - HEAP32[9995] = 0; - HEAP32[9994] = 11060; - __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb0EEEEEvPT_(i4, 39976); - HEAP32[9997] = 0; - HEAP32[9996] = 11116; - __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb1EEEEEvPT_(i4, 39984); - HEAP32[9999] = 0; - HEAP32[9998] = 11172; - __ZNSt3__16locale5__imp7installINS_9money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 39992); - HEAP32[10001] = 0; - HEAP32[1e4] = 11200; - __ZNSt3__16locale5__imp7installINS_9money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 4e4); - HEAP32[10003] = 0; - HEAP32[10002] = 11228; - __ZNSt3__16locale5__imp7installINS_9money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 40008); - HEAP32[10005] = 0; - HEAP32[10004] = 11256; - __ZNSt3__16locale5__imp7installINS_9money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 40016); - HEAP32[10007] = 0; - HEAP32[10006] = 9452; - HEAP32[10008] = 9500; - __ZNSt3__16locale5__imp7installINS_8time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 40024); - HEAP32[10011] = 0; - HEAP32[10010] = 9536; - HEAP32[10012] = 9584; - __ZNSt3__16locale5__imp7installINS_8time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 40040); - HEAP32[10015] = 0; - HEAP32[10014] = 11688; - i5 = __ZNSt3__16__clocEv() | 0; - HEAP32[10016] = i5; - HEAP32[10014] = 10900; - __ZNSt3__16locale5__imp7installINS_8time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 40056); - HEAP32[10019] = 0; - HEAP32[10018] = 11688; - i5 = __ZNSt3__16__clocEv() | 0; - HEAP32[10020] = i5; - HEAP32[10018] = 10924; - __ZNSt3__16locale5__imp7installINS_8time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 40072); - HEAP32[10023] = 0; - HEAP32[10022] = 11284; - __ZNSt3__16locale5__imp7installINS_8messagesIcEEEEvPT_(i4, 40088); - HEAP32[10025] = 0; - HEAP32[10024] = 11316; - __ZNSt3__16locale5__imp7installINS_8messagesIwEEEEvPT_(i4, 40096); - return; -} - function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRPv(i1, i20, i21, i3, i22, i16) { i1 = i1 | 0; i20 = i20 | 0; @@ -41224,8 +42772,8 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6 } i9 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i1 >> 2] = i9; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42656) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 32 >> 2] & 7](i1, 34838, 34864, i10) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 32 >> 2] & 7](i1, 37777, 37803, i10) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; i1 = 0; while (1) { @@ -41294,7 +42842,7 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i13 = (HEAP8[i17 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; i14 = __ZNSt3__16__clocEv() | 0; HEAP32[i15 >> 2] = i16; - if ((__ZNSt3__110__sscanf_lEPKcP15__locale_structS1_z(i13, i14, 34873, i15) | 0) != 1) HEAP32[i22 >> 2] = 4; + if ((__ZNSt3__110__sscanf_lEPKcP15__locale_structS1_z(i13, i14, 37812, i15) | 0) != 1) HEAP32[i22 >> 2] = 4; if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1 : 0) { HEAP32[i20 >> 2] = 0; @@ -41323,7 +42871,7 @@ function __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStr i1 = i1 | 0; i3 = i3 | 0; i2 = i2 | 0; - if (!i2) ___assert_fail(30038, 29791, 1222, 30043); + if (!i2) ___assert_fail(32799, 32778, 1246, 32804); do switch (HEAP32[i2 >> 2] | 0) { case 0: { @@ -41436,8 +42984,8 @@ function __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStr } case 20: { - i3 = HEAP32[(HEAP32[i3 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 127](i3, 26266); + i3 = HEAP32[(HEAP32[i3 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 127](i3, 29012); HEAP32[i1 >> 2] = 0; i3 = i1 + 8 | 0; HEAP32[i3 >> 2] = 0; @@ -41451,151 +42999,6 @@ function __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStr return; } -function __ZN4wasm16PrintSExpression10visitUnaryEPNS_5UnaryE(i4, i3) { - i4 = i4 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i5 = 0; - i1 = i4 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i1 >> 2] | 0, 40) | 0; - i5 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i1 >> 2] | 0) | 0; - i2 = i3 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i2 >> 2] | 0) | 0) | 0, 46) | 0; - do switch (HEAP32[i3 + 8 >> 2] | 0) { - case 0: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25827) | 0; - break; - } - case 1: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25831) | 0; - break; - } - case 2: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25835) | 0; - break; - } - case 3: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25842) | 0; - break; - } - case 4: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25846) | 0; - break; - } - case 5: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25850) | 0; - break; - } - case 6: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25855) | 0; - break; - } - case 7: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25861) | 0; - break; - } - case 8: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25867) | 0; - break; - } - case 9: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25875) | 0; - break; - } - case 10: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25880) | 0; - break; - } - case 11: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25893) | 0; - break; - } - case 12: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25906) | 0; - break; - } - case 13: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25915) | 0; - break; - } - case 14: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25927) | 0; - break; - } - case 15: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25939) | 0; - break; - } - case 16: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25951) | 0; - break; - } - case 17: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25963) | 0, (HEAP32[i2 >> 2] | 0) == 2 ? 25976 : 25980) | 0; - break; - } - case 19: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25984) | 0; - break; - } - case 18: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25998) | 0; - break; - } - case 21: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 26012) | 0; - break; - } - case 20: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 26026) | 0; - break; - } - case 22: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 26040) | 0; - break; - } - case 23: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 26052) | 0; - break; - } - case 24: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, 25963) | 0, (HEAP32[i2 >> 2] | 0) == 4 ? 26063 : 26067) | 0; - break; - } - default: - _abort(); - } while (0); - i5 = i4 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i1 >> 2] | 0, i5) | 0; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, HEAP32[i3 + 12 >> 2] | 0); - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i1 >> 2] | 0, i5) | 0; - return; -} - function __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i12, i14, i15, i11, i6) { i12 = i12 | 0; i14 = i14 | 0; @@ -41814,7 +43217,7 @@ function _mbsrtowcs(i5, i10, i1, i3) { break; } i8 = i5; - i7 = HEAP32[4772 + (i4 << 2) >> 2] | 0; + i7 = HEAP32[4780 + (i4 << 2) >> 2] | 0; i2 = i2 + 1 | 0; i9 = 37; continue; @@ -41844,7 +43247,7 @@ function _mbsrtowcs(i5, i10, i1, i3) { i9 = 48; break; } - i4 = HEAP32[4772 + (i4 << 2) >> 2] | 0; + i4 = HEAP32[4780 + (i4 << 2) >> 2] | 0; i6 = i2 + 1 | 0; i9 = 16; continue; @@ -41975,16 +43378,16 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i2 = HEAP32[i5 >> 2] | 0; i3 = HEAP32[i9 >> 2] | 0; if (((HEAP32[i4 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) >> 3 | 0) != (i2 - i3 >> 4 | 0)) { - i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 20243) | 0; + i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 22879) | 0; HEAP32[i1 >> 2] = HEAP32[i11 >> 2]; HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i14, i6) | 0, 20254) | 0; - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i1, (HEAP32[i4 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) >> 3) | 0, 20265) | 0; - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, (HEAP32[i5 >> 2] | 0) - (HEAP32[i9 >> 2] | 0) >> 4) | 0, 20283) | 0; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i14, i6) | 0, 22890) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i1, (HEAP32[i4 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) >> 3) | 0, 22901) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, (HEAP32[i5 >> 2] | 0) - (HEAP32[i9 >> 2] | 0) >> 4) | 0, 22919) | 0; i1 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i6 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42656) | 0; - i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 10) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 10) | 0; __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i1) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; @@ -42009,16 +43412,16 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i1 = i1 + 1 | 0; } if ((i10 | 0) == 7) { - i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 20243) | 0; + i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 22879) | 0; HEAP32[i7 >> 2] = HEAP32[i11 >> 2]; HEAP32[i6 >> 2] = HEAP32[i7 >> 2]; - i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i14, i6) | 0, 20295) | 0; - i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i14, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[(HEAP32[i8 >> 2] | 0) + (i1 << 3) + 4 >> 2] | 0) | 0) | 0, 20311) | 0, i1) | 0, 20327) | 0; - i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i14, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[(HEAP32[i9 >> 2] | 0) + (i1 << 4) >> 2] | 0) | 0) | 0, 39076) | 0; + i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i14, i6) | 0, 22931) | 0; + i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i14, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[(HEAP32[i8 >> 2] | 0) + (i1 << 3) + 4 >> 2] | 0) | 0) | 0, 22947) | 0, i1) | 0, 22963) | 0; + i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i14, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[(HEAP32[i9 >> 2] | 0) + (i1 << 4) >> 2] | 0) | 0) | 0, 41967) | 0; i10 = __ZNKSt3__18ios_base6getlocEv(i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i6 >> 2] = i10; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42656) | 0; - i10 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, 10) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45564) | 0; + i10 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 63](i10, 10) | 0; __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i14, i10) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i14) | 0; @@ -42038,182 +43441,178 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } function __GLOBAL__sub_I_parser_cpp() { - __ZN6cashew7IString3setEPKcb(40604, 30131, 1); - __ZN6cashew7IString3setEPKcb(40608, 30140, 1); - __ZN6cashew7IString3setEPKcb(40612, 30146, 1); - __ZN6cashew7IString3setEPKcb(40616, 30152, 1); - __ZN6cashew7IString3setEPKcb(40620, 30157, 1); - __ZN6cashew7IString3setEPKcb(40624, 30164, 1); - __ZN6cashew7IString3setEPKcb(40628, 30169, 1); - __ZN6cashew7IString3setEPKcb(40632, 30173, 1); - __ZN6cashew7IString3setEPKcb(40636, 30179, 1); - __ZN6cashew7IString3setEPKcb(40640, 30191, 1); - __ZN6cashew7IString3setEPKcb(40644, 30198, 1); - __ZN6cashew7IString3setEPKcb(40648, 30205, 1); - __ZN6cashew7IString3setEPKcb(40652, 30208, 1); - __ZN6cashew7IString3setEPKcb(40656, 30213, 1); - __ZN6cashew7IString3setEPKcb(40660, 30219, 1); - __ZN6cashew7IString3setEPKcb(40664, 30222, 1); - __ZN6cashew7IString3setEPKcb(40668, 30226, 1); - __ZN6cashew7IString3setEPKcb(40672, 30230, 1); - __ZN6cashew7IString3setEPKcb(40676, 30234, 1); - __ZN6cashew7IString3setEPKcb(40680, 30239, 1); - __ZN6cashew7IString3setEPKcb(40684, 30243, 1); - __ZN6cashew7IString3setEPKcb(40688, 30249, 1); - __ZN6cashew7IString3setEPKcb(40692, 30255, 1); - __ZN6cashew7IString3setEPKcb(40696, 30264, 1); - __ZN6cashew7IString3setEPKcb(40700, 30271, 1); - __ZN6cashew7IString3setEPKcb(40704, 33903, 1); - __ZN6cashew7IString3setEPKcb(40708, 33911, 1); - __ZN6cashew7IString3setEPKcb(40712, 30278, 1); - __ZN6cashew7IString3setEPKcb(40716, 30287, 1); - __ZN6cashew7IString3setEPKcb(40720, 30300, 1); - __ZN6cashew7IString3setEPKcb(40724, 30314, 1); - __ZN6cashew7IString3setEPKcb(40728, 30326, 1); - __ZN6cashew7IString3setEPKcb(40732, 30341, 1); - __ZN6cashew7IString3setEPKcb(40736, 30356, 1); - __ZN6cashew7IString3setEPKcb(40740, 30369, 1); - __ZN6cashew7IString3setEPKcb(40744, 30382, 1); - __ZN6cashew7IString3setEPKcb(40748, 39156, 1); - __ZN6cashew7IString3setEPKcb(40752, 39107, 1); - __ZN6cashew7IString3setEPKcb(40756, 39147, 1); - __ZN6cashew7IString3setEPKcb(40760, 38090, 1); - __ZN6cashew7IString3setEPKcb(40764, 39083, 1); - __ZN6cashew7IString3setEPKcb(40768, 39131, 1); - __ZN6cashew7IString3setEPKcb(40772, 38124, 1); - __ZN6cashew7IString3setEPKcb(40776, 38667, 1); - __ZN6cashew7IString3setEPKcb(40780, 39091, 1); - __ZN6cashew7IString3setEPKcb(40784, 39097, 1); - __ZN6cashew7IString3setEPKcb(40788, 38082, 1); - __ZN6cashew7IString3setEPKcb(40792, 39088, 1); - __ZN6cashew7IString3setEPKcb(40796, 39128, 1); - __ZN6cashew7IString3setEPKcb(40800, 39078, 1); - __ZN6cashew7IString3setEPKcb(40804, 39201, 1); - __ZN6cashew7IString3setEPKcb(40808, 38156, 1); - __ZN6cashew7IString3setEPKcb(40812, 39206, 1); - __ZN6cashew7IString3setEPKcb(40816, 39100, 1); - __ZN6cashew7IString3setEPKcb(40820, 30395, 1); - __ZN6cashew7IString3setEPKcb(40824, 30399, 1); - __ZN6cashew7IString3setEPKcb(40828, 30413, 1); - __ZN6cashew7IString3setEPKcb(40832, 30419, 1); - __ZN6cashew7IString3setEPKcb(40836, 30426, 1); - __ZN6cashew7IString3setEPKcb(40840, 30433, 1); - __ZN6cashew7IString3setEPKcb(40844, 30441, 1); - __ZN6cashew7IString3setEPKcb(40848, 30448, 1); - __ZN6cashew7IString3setEPKcb(40852, 30456, 1); - __ZN6cashew7IString3setEPKcb(40856, 30464, 1); - __ZN6cashew7IString3setEPKcb(40860, 30472, 1); - __ZN6cashew7IString3setEPKcb(40864, 48675, 1); - __ZN6cashew7IString3setEPKcb(40868, 30475, 1); - __ZN6cashew7IString3setEPKcb(40872, 38035, 1); - __ZN6cashew7IString3setEPKcb(40876, 30484, 1); - __ZN6cashew7IString3setEPKcb(40880, 30486, 1); - __ZN6cashew7IString3setEPKcb(40884, 30488, 1); - __ZN6cashew7IString3setEPKcb(40888, 38122, 1); - __ZN6cashew7IString3setEPKcb(40892, 30490, 1); - __ZN6cashew7IString3setEPKcb(40896, 30492, 1); - __ZN6cashew7IString3setEPKcb(40900, 30494, 1); - __ZN6cashew7IString3setEPKcb(40904, 30499, 1); - __ZN6cashew7IString3setEPKcb(40908, 30507, 1); - __ZN6cashew7IString3setEPKcb(40912, 39076, 1); - __ZN6cashew7IString3setEPKcb(40916, 30511, 1); - __ZN6cashew7IString3setEPKcb(40920, 30515, 1); - __ZN6cashew7IString3setEPKcb(40924, 30521, 1); - __ZN6cashew7IString3setEPKcb(40928, 39254, 1); - __ZN6cashew7IString3setEPKcb(40932, 38095, 1); - __ZN6cashew10IStringSetC2EPKc(40936, 30528); - ___cxa_atexit(199, 40936, ___dso_handle | 0) | 0; - HEAP32[10239] = 0; - HEAP32[10240] = 0; - HEAP32[10241] = 0; - ___cxa_atexit(200, 40956, ___dso_handle | 0) | 0; - HEAP32[10242] = 0; - HEAP32[10243] = 0; - HEAP32[10244] = 0; - ___cxa_atexit(201, 40968, ___dso_handle | 0) | 0; - __ZN6cashew4InitC2Ev(46601); - return; -} - -function __ZN4wasm16PrintSExpression11visitSwitchEPNS_6SwitchE(i14, i5) { - i14 = i14 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i15 = 0, i16 = 0; - i16 = STACKTOP; - STACKTOP = STACKTOP + 48 | 0; - i11 = i16 + 32 | 0; - i1 = i16 + 24 | 0; - i15 = i16; - i7 = i16 + 20 | 0; - i9 = i16 + 16 | 0; - i12 = i16 + 12 | 0; - i13 = i14 + 4 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i13 >> 2] | 0, 25698, 0) | 0; - i2 = HEAP32[i5 + 8 >> 2] | 0; - if (i2 | 0) { - i10 = HEAP32[i13 >> 2] | 0; - HEAP32[i1 >> 2] = i2; - HEAP32[i11 >> 2] = HEAP32[i1 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i10, i11) | 0; - } - i10 = i14 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i13 >> 2] | 0, i10) | 0; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i14, HEAP32[i5 + 12 >> 2] | 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i13 >> 2] | 0, HEAP32[i10 >> 2] | 0) | 0, 25711) | 0; - HEAP32[i15 + 4 >> 2] = 0; - HEAP32[i15 + 8 >> 2] = 0; - HEAP32[i15 >> 2] = i15 + 4; - i8 = i5 + 32 | 0; - i6 = i5 + 36 | 0; - i1 = HEAP32[i6 >> 2] | 0; - i2 = HEAP32[i8 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i11, i15, i2); - i2 = i2 + 8 | 0; - } - i3 = HEAP32[i5 + 20 >> 2] | 0; - i4 = i5 + 28 | 0; - i2 = HEAP32[i5 + 16 >> 2] | 0; - while (1) { - i1 = HEAP32[i13 >> 2] | 0; - if ((i2 | 0) == (i3 | 0)) break; - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, 38087) | 0; - i5 = (__ZNKSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE14__count_uniqueIS2_EEjRKT_(i15, i2) | 0) == 0; - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i5 ? 25718 : 30494) | 0, 39126) | 0; - HEAP32[i7 >> 2] = HEAP32[(HEAP32[i2 >> 2] | 0 ? i2 : i4) >> 2]; - HEAP32[i11 >> 2] = HEAP32[i7 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i5, i11) | 0, 38037) | 0; - i2 = i2 + 4 | 0; + __ZN6cashew7IString3setEPKcb(43504, 33118, 1); + __ZN6cashew7IString3setEPKcb(43508, 33127, 1); + __ZN6cashew7IString3setEPKcb(43512, 33133, 1); + __ZN6cashew7IString3setEPKcb(43516, 33139, 1); + __ZN6cashew7IString3setEPKcb(43520, 33144, 1); + __ZN6cashew7IString3setEPKcb(43524, 33151, 1); + __ZN6cashew7IString3setEPKcb(43528, 33156, 1); + __ZN6cashew7IString3setEPKcb(43532, 33160, 1); + __ZN6cashew7IString3setEPKcb(43536, 33166, 1); + __ZN6cashew7IString3setEPKcb(43540, 33178, 1); + __ZN6cashew7IString3setEPKcb(43544, 33185, 1); + __ZN6cashew7IString3setEPKcb(43548, 33192, 1); + __ZN6cashew7IString3setEPKcb(43552, 33195, 1); + __ZN6cashew7IString3setEPKcb(43556, 33200, 1); + __ZN6cashew7IString3setEPKcb(43560, 33206, 1); + __ZN6cashew7IString3setEPKcb(43564, 33209, 1); + __ZN6cashew7IString3setEPKcb(43568, 33213, 1); + __ZN6cashew7IString3setEPKcb(43572, 33217, 1); + __ZN6cashew7IString3setEPKcb(43576, 33221, 1); + __ZN6cashew7IString3setEPKcb(43580, 33226, 1); + __ZN6cashew7IString3setEPKcb(43584, 33230, 1); + __ZN6cashew7IString3setEPKcb(43588, 33236, 1); + __ZN6cashew7IString3setEPKcb(43592, 33242, 1); + __ZN6cashew7IString3setEPKcb(43596, 33251, 1); + __ZN6cashew7IString3setEPKcb(43600, 33258, 1); + __ZN6cashew7IString3setEPKcb(43604, 36890, 1); + __ZN6cashew7IString3setEPKcb(43608, 36898, 1); + __ZN6cashew7IString3setEPKcb(43612, 33265, 1); + __ZN6cashew7IString3setEPKcb(43616, 33274, 1); + __ZN6cashew7IString3setEPKcb(43620, 33287, 1); + __ZN6cashew7IString3setEPKcb(43624, 33301, 1); + __ZN6cashew7IString3setEPKcb(43628, 33313, 1); + __ZN6cashew7IString3setEPKcb(43632, 33328, 1); + __ZN6cashew7IString3setEPKcb(43636, 33343, 1); + __ZN6cashew7IString3setEPKcb(43640, 33356, 1); + __ZN6cashew7IString3setEPKcb(43644, 33369, 1); + __ZN6cashew7IString3setEPKcb(43648, 42047, 1); + __ZN6cashew7IString3setEPKcb(43652, 41998, 1); + __ZN6cashew7IString3setEPKcb(43656, 42038, 1); + __ZN6cashew7IString3setEPKcb(43660, 40981, 1); + __ZN6cashew7IString3setEPKcb(43664, 41974, 1); + __ZN6cashew7IString3setEPKcb(43668, 42022, 1); + __ZN6cashew7IString3setEPKcb(43672, 41015, 1); + __ZN6cashew7IString3setEPKcb(43676, 41558, 1); + __ZN6cashew7IString3setEPKcb(43680, 41982, 1); + __ZN6cashew7IString3setEPKcb(43684, 41988, 1); + __ZN6cashew7IString3setEPKcb(43688, 40973, 1); + __ZN6cashew7IString3setEPKcb(43692, 41979, 1); + __ZN6cashew7IString3setEPKcb(43696, 42019, 1); + __ZN6cashew7IString3setEPKcb(43700, 41969, 1); + __ZN6cashew7IString3setEPKcb(43704, 42092, 1); + __ZN6cashew7IString3setEPKcb(43708, 41047, 1); + __ZN6cashew7IString3setEPKcb(43712, 42097, 1); + __ZN6cashew7IString3setEPKcb(43716, 41991, 1); + __ZN6cashew7IString3setEPKcb(43720, 33382, 1); + __ZN6cashew7IString3setEPKcb(43724, 33386, 1); + __ZN6cashew7IString3setEPKcb(43728, 33400, 1); + __ZN6cashew7IString3setEPKcb(43732, 33406, 1); + __ZN6cashew7IString3setEPKcb(43736, 33413, 1); + __ZN6cashew7IString3setEPKcb(43740, 33420, 1); + __ZN6cashew7IString3setEPKcb(43744, 33428, 1); + __ZN6cashew7IString3setEPKcb(43748, 33435, 1); + __ZN6cashew7IString3setEPKcb(43752, 33443, 1); + __ZN6cashew7IString3setEPKcb(43756, 33451, 1); + __ZN6cashew7IString3setEPKcb(43760, 33459, 1); + __ZN6cashew7IString3setEPKcb(43764, 51584, 1); + __ZN6cashew7IString3setEPKcb(43768, 33462, 1); + __ZN6cashew7IString3setEPKcb(43772, 40926, 1); + __ZN6cashew7IString3setEPKcb(43776, 33471, 1); + __ZN6cashew7IString3setEPKcb(43780, 33473, 1); + __ZN6cashew7IString3setEPKcb(43784, 33475, 1); + __ZN6cashew7IString3setEPKcb(43788, 41013, 1); + __ZN6cashew7IString3setEPKcb(43792, 33477, 1); + __ZN6cashew7IString3setEPKcb(43796, 33479, 1); + __ZN6cashew7IString3setEPKcb(43800, 33481, 1); + __ZN6cashew7IString3setEPKcb(43804, 33486, 1); + __ZN6cashew7IString3setEPKcb(43808, 33494, 1); + __ZN6cashew7IString3setEPKcb(43812, 41967, 1); + __ZN6cashew7IString3setEPKcb(43816, 33498, 1); + __ZN6cashew7IString3setEPKcb(43820, 33502, 1); + __ZN6cashew7IString3setEPKcb(43824, 33508, 1); + __ZN6cashew7IString3setEPKcb(43828, 42145, 1); + __ZN6cashew7IString3setEPKcb(43832, 40986, 1); + __ZN6cashew10IStringSetC2EPKc(43836, 33515); + ___cxa_atexit(214, 43836, ___dso_handle | 0) | 0; + HEAP32[10964] = 0; + HEAP32[10965] = 0; + HEAP32[10966] = 0; + ___cxa_atexit(215, 43856, ___dso_handle | 0) | 0; + HEAP32[10967] = 0; + HEAP32[10968] = 0; + HEAP32[10969] = 0; + ___cxa_atexit(216, 43868, ___dso_handle | 0) | 0; + __ZN6cashew4InitC2Ev(49510); + return; +} + +function __ZN4wasm16PrintSExpression13visitFunctionEPNS_8FunctionE(i9, i8) { + i9 = i9 | 0; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i10 = 0, i11 = 0, i12 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i11 + 16 | 0; + i3 = i11 + 12 | 0; + i1 = i11 + 8 | 0; + i4 = i11 + 4 | 0; + i6 = i11; + i7 = i9 + 4 | 0; + i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i7 >> 2] | 0, 28365, 1) | 0; + HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i3 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i5) | 0; + i2 = i8 + 32 | 0; + if (HEAP32[i2 >> 2] | 0) { + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i7 >> 2] | 0, HEAP32[i9 + 16 >> 2] | 0) | 0, 28371) | 0; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i3, i5) | 0, 41) | 0; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, 38037) | 0; - if (HEAP32[i4 >> 2] | 0) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i13 >> 2] | 0, 38087) | 0; - i7 = (__ZNKSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE14__count_uniqueIS2_EEjRKT_(i15, i4) | 0) == 0; - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i7 ? 25718 : 30494) | 0, 39126) | 0; - HEAP32[i9 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i11 >> 2] = HEAP32[i9 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i7, i11) | 0, 38037) | 0; + i3 = HEAP32[i8 + 12 >> 2] | 0; + i1 = HEAP32[i8 + 8 >> 2] | 0; + i2 = i3; + L4 : do if ((i3 | 0) != (i1 | 0)) { + i3 = i9 + 16 | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break L4; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i7 >> 2] | 0, HEAP32[i3 >> 2] | 0) | 0; + i12 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i7 >> 2] | 0, 28378) | 0; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; + i12 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i12, i5) | 0, 32) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i12, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 + 4 >> 2] | 0) | 0) | 0, 40928) | 0; + i1 = i1 + 8 | 0; + } + } while (0); + i1 = i8 + 4 | 0; + if (HEAP32[i1 >> 2] | 0) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i7 >> 2] | 0, HEAP32[i9 + 16 >> 2] | 0) | 0; + i12 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i7 >> 2] | 0, 28340) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i12, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 40928) | 0; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i13 >> 2] | 0, 25721) | 0; - i3 = HEAP32[i6 >> 2] | 0; - i2 = HEAP32[i8 >> 2] | 0; + __ZN4wasm16PrintSExpression9incIndentEv(i9); + i1 = HEAP32[i8 + 24 >> 2] | 0; + i2 = i9 + 8 | 0; + i3 = i9 + 20 | 0; + i4 = HEAP32[i8 + 20 >> 2] | 0; while (1) { - i1 = HEAP32[i13 >> 2] | 0; - if ((i2 | 0) == (i3 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i1, HEAP32[i10 >> 2] | 0) | 0; - i9 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i13 >> 2] | 0, 25723) | 0; - HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i11 >> 2] = HEAP32[i12 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i9, i11) | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i13 >> 2] | 0, i10) | 0; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i14, HEAP32[i2 + 4 >> 2] | 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i13 >> 2] | 0, i10) | 0, 10) | 0; - i2 = i2 + 8 | 0; + if ((i4 | 0) == (i1 | 0)) break; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i7 >> 2] | 0, HEAP32[i2 >> 2] | 0) | 0; + i12 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i7 >> 2] | 0, 28385) | 0; + HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + i12 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i12, i5) | 0, 32) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i12, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i4 + 4 >> 2] | 0) | 0) | 0, 40928) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i7 >> 2] | 0, HEAP32[i3 >> 2] | 0) | 0; + i4 = i4 + 8 | 0; } - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i1, i10) | 0; - __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEED2Ev(i15); - STACKTOP = i16; + i1 = i8 + 36 | 0; + L17 : do if (__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i1 >> 2] | 0) | 0 ? (i12 = (__ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0) + 8 | 0, (HEAP32[i12 >> 2] | 0) == 0) : 0) { + i2 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + i1 = HEAP32[i2 + 16 >> 2] | 0; + i2 = HEAP32[i2 + 12 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break L17; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i9, HEAP32[i2 >> 2] | 0); + i2 = i2 + 4 | 0; + } + } else i10 = 17; while (0); + if ((i10 | 0) == 17) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i9, HEAP32[i1 >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i9); + STACKTOP = i11; return; } @@ -42500,113 +43899,102 @@ function __ZNSt3__127__insertion_sort_incompleteIRZN4wasm13ReorderLocals13visitF return i1 | 0; } -function __ZN4wasm15Asm2WasmBuilder24noteImportedFunctionCallEN6cashew3RefENS_8WasmTypeEP7AsmData(i14, i6, i7, i12) { - i14 = i14 | 0; - i6 = i6 | 0; - i7 = i7 | 0; - i12 = i12 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i13 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0; - i19 = STACKTOP; - STACKTOP = STACKTOP + 80 | 0; - i8 = i19 + 64 | 0; - i13 = i19 + 60 | 0; - i18 = i19 + 40 | 0; - i1 = i19 + 32 | 0; - i2 = i19 + 20 | 0; - i4 = i19 + 8 | 0; - i11 = i19 + 36 | 0; - i9 = i19 + 4 | 0; - i10 = i19; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 40452) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 0) | 0, 40624) | 0 : 0) { - i3 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 1) | 0; - i3 = __ZN6cashew5Value10getIStringEv(HEAP32[i3 >> 2] | 0) | 0; - i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i13 >> 2] = i3; - HEAP32[i18 >> 2] = 0; - HEAP32[i18 + 4 >> 2] = 0; - HEAP32[i18 + 8 >> 2] = 0; - HEAP32[i18 + 12 >> 2] = 0; - HEAP32[i18 + 16 >> 2] = 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 22582, 5); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i4, i3) | 0; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i2 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i2 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i5 = 0; - while (1) { - if ((i5 | 0) == 3) break; - HEAP32[i3 + (i5 << 2) >> 2] = 0; - i5 = i5 + 1 | 0; +function __ZN4wasm17WasmBinaryBuilder11readImportsEv(i16) { + i16 = i16 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i17 = 0, i18 = 0; + i17 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i3 = i17 + 40 | 0; + i4 = i17 + 36 | 0; + i6 = i17 + 24 | 0; + i7 = i17 + 12 | 0; + i12 = i17; + i13 = i16 + 12 | 0; + if (HEAP8[i13 >> 0] | 0) { + i15 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18573) | 0; + i14 = __ZNKSt3__18ios_base6getlocEv(i15 + (HEAP32[(HEAP32[i15 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i3 >> 2] = i14; + i14 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 45564) | 0; + i14 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i14 >> 2] | 0) + 28 >> 2] & 63](i14, 10) | 0; + __ZNSt3__16localeD2Ev(i3); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i15, i14) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i15) | 0; + } + i5 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i16) | 0; + if (HEAP8[i13 >> 0] | 0) { + i15 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18545) | 0, i5) | 0; + i14 = __ZNKSt3__18ios_base6getlocEv(i15 + (HEAP32[(HEAP32[i15 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i3 >> 2] = i14; + i14 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 45564) | 0; + i14 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i14 >> 2] | 0) + 28 >> 2] & 63](i14, 10) | 0; + __ZNSt3__16localeD2Ev(i3); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i15, i14) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i15) | 0; + } + i8 = i16 + 4 | 0; + i9 = i12 + 8 | 0; + i10 = i12 + 1 | 0; + i11 = i12 + 4 | 0; + i15 = 0; + while (1) { + if (i15 >>> 0 >= i5 >>> 0) { + i1 = 7; + break; } - __ZN6cashew7IStringC2EPKcb(i1, (HEAP8[i2 >> 0] & 1) == 0 ? i2 + 1 | 0 : HEAP32[i2 + 8 >> 2] | 0, 0); - HEAP32[i18 >> 2] = HEAP32[i1 >> 2]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); - i17 = i18 + 4 | 0; - HEAP32[i17 >> 2] = i7; - i1 = __ZN6cashew3RefixEj(i6, 2) | 0; - i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i11 >> 2] = i1; - i15 = i18 + 8 | 0; - i16 = i18 + 12 | 0; - i3 = i18 + 16 | 0; - i4 = 0; + if (HEAP8[i13 >> 0] | 0) { + i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18551) | 0; + i2 = __ZNKSt3__18ios_base6getlocEv(i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i3 >> 2] = i2; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 45564) | 0; + i2 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 63](i2, 10) | 0; + __ZNSt3__16localeD2Ev(i3); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i14, i2) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i14) | 0; + } + i14 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i8 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, 18588, 7); + __ZNSt3__19to_stringEj(i12, i15); + i1 = HEAP8[i12 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKcj(i7, i2 ? i10 : HEAP32[i9 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i11 >> 2] | 0) | 0; + HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i6 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i6 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if (i4 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; - i1 = __ZN6cashew3RefixEj(i11, i4) | 0; - HEAP32[i10 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; - i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i14, i8, i12) | 0; - HEAP32[i9 >> 2] = i1; - i2 = HEAP32[i16 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i3 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i1; - HEAP32[i16 >> 2] = i2 + 4; - } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i15, i9); - i1 = HEAP32[i11 >> 2] | 0; - i4 = i4 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i4 = i14 + 100 | 0; - i14 = (__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i4, i13) | 0) == (i14 + 104 | 0); - i4 = __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i4, i13) | 0; - if (!i14) { - if (!(__ZN4wasm12FunctionTypeeqERS0_(i18, i4) | 0)) { - i5 = i4 + 8 | 0; - i6 = i4 + 12 | 0; - i7 = i4 + 16 | 0; - i8 = 0; - while (1) { - i14 = HEAP32[i15 >> 2] | 0; - i2 = i14; - if (i8 >>> 0 >= (HEAP32[i16 >> 2] | 0) - i14 >> 2 >>> 0) break; - i14 = HEAP32[i6 >> 2] | 0; - i1 = HEAP32[i5 >> 2] | 0; - i3 = i14; - do if (i14 - i1 >> 2 >>> 0 > i8 >>> 0) { - i1 = i1 + (i8 << 2) | 0; - if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i2 + (i8 << 2) >> 2]; - } else { - i1 = i2 + (i8 << 2) | 0; - if ((i3 | 0) == (HEAP32[i7 >> 2] | 0)) { - __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i1); - break; - } else { - HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i6 >> 2] = i3 + 4; - break; - } - } while (0); - i8 = i8 + 1 | 0; - } - i1 = i4 + 4 | 0; - if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i17 >> 2]; - } - } else __ZN4wasm12FunctionTypeaSERKS0_(i4, i18) | 0; - __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i18 + 8 | 0); - STACKTOP = i19; - return; + __ZN4wasm4NameC2ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i4, i6); + HEAP32[i14 >> 2] = HEAP32[i4 >> 2]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); + i1 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i16) | 0; + i18 = HEAP32[i16 >> 2] | 0; + i2 = HEAP32[i18 >> 2] | 0; + if (i1 >>> 0 >= (HEAP32[i18 + 4 >> 2] | 0) - i2 >> 2 >>> 0) { + i1 = 14; + break; + } + i18 = HEAP32[i2 + (i1 << 2) >> 2] | 0; + HEAP32[i14 + 12 >> 2] = i18; + if (!(HEAP32[i18 >> 2] | 0)) { + i1 = 16; + break; + } + i18 = __ZN4wasm17WasmBinaryBuilder15getInlineStringEv(i16) | 0; + HEAP32[i14 + 4 >> 2] = i18; + i18 = __ZN4wasm17WasmBinaryBuilder15getInlineStringEv(i16) | 0; + HEAP32[i14 + 8 >> 2] = i18; + __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i16 >> 2] | 0, i14); + i15 = i15 + 1 | 0; } - ___assert_fail(22521, 13366, 209, 22557); + if ((i1 | 0) == 7) { + STACKTOP = i17; + return; + } else if ((i1 | 0) == 14) ___assert_fail(18596, 18162, 1354, 18630); else if ((i1 | 0) == 16) ___assert_fail(18642, 18162, 1356, 18630); } function ___udivmoddi4(i5, i6, i8, i11, i13) { @@ -42789,79 +44177,6 @@ function ___udivmoddi4(i5, i6, i8, i11, i13) { return (tempRet0 = i14, i15) | 0; } -function __ZN4wasm16PrintSExpression13visitFunctionEPNS_8FunctionE(i8, i6) { - i8 = i8 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0; - i10 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i4 = i10 + 16 | 0; - i11 = i10 + 12 | 0; - i1 = i10 + 8 | 0; - i3 = i10 + 4 | 0; - i5 = i10; - i7 = i8 + 4 | 0; - i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i7 >> 2] | 0, 25601, 1) | 0; - HEAP32[i11 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i11 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i4) | 0; - i2 = i6 + 32 | 0; - if (HEAP32[i2 >> 2] | 0) { - i11 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i7 >> 2] | 0, 25607) | 0; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i11, i4) | 0, 41) | 0; - } - i11 = HEAP32[i6 + 12 >> 2] | 0; - i1 = HEAP32[i6 + 8 >> 2] | 0; - i2 = i11; - L4 : do if ((i11 | 0) != (i1 | 0)) while (1) { - if ((i1 | 0) == (i2 | 0)) break L4; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i7 >> 2] | 0, 32) | 0; - i11 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i7 >> 2] | 0, 25615) | 0; - HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - i11 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i11, i4) | 0, 32) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i11, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 + 4 >> 2] | 0) | 0) | 0, 38037) | 0; - i1 = i1 + 8 | 0; - } while (0); - i1 = i6 + 4 | 0; - if (HEAP32[i1 >> 2] | 0) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i7 >> 2] | 0, 32) | 0; - i11 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i7 >> 2] | 0, 25562) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i11, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 38037) | 0; - } - i3 = i8 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i7 >> 2] | 0, i3) | 0; - i1 = HEAP32[i6 + 24 >> 2] | 0; - i2 = HEAP32[i6 + 20 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i7 >> 2] | 0, HEAP32[i3 >> 2] | 0) | 0; - i11 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i7 >> 2] | 0, 25622) | 0; - HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; - i11 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i11, i4) | 0, 32) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i11, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i2 + 4 >> 2] | 0) | 0) | 0, 25481) | 0; - i2 = i2 + 8 | 0; - } - i1 = i6 + 36 | 0; - L17 : do if (__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i1 >> 2] | 0) | 0 ? (i11 = (__ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0) + 8 | 0, (HEAP32[i11 >> 2] | 0) == 0) : 0) { - i2 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - i1 = HEAP32[i2 + 16 >> 2] | 0; - i2 = HEAP32[i2 + 12 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break L17; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i8, HEAP32[i2 >> 2] | 0); - i2 = i2 + 4 | 0; - } - } else i9 = 17; while (0); - if ((i9 | 0) == 17) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i8, HEAP32[i1 >> 2] | 0); - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i7 >> 2] | 0, i3) | 0; - STACKTOP = i10; - return; -} - function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_bRNS_8ios_baseEwe(i1, i23, i8, i19, i18, d4) { i1 = i1 | 0; i23 = i23 | 0; @@ -42891,11 +44206,11 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE i11 = i28 + 20 | 0; HEAP32[i5 >> 2] = i1; HEAPF64[i10 >> 3] = d4; - i1 = _snprintf(i1, 100, 36333, i10) | 0; + i1 = _snprintf(i1, 100, 39272, i10) | 0; if (i1 >>> 0 > 99) { i1 = __ZNSt3__16__clocEv() | 0; HEAPF64[i3 >> 3] = d4; - i1 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i1, 36333, i3) | 0; + i1 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i1, 39272, i3) | 0; i2 = HEAP32[i5 >> 2] | 0; if (!i2) __ZSt17__throw_bad_allocv(); i3 = _malloc(i1 << 2) | 0; @@ -42913,7 +44228,7 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE } i1 = __ZNKSt3__18ios_base6getlocEv(i19) | 0; HEAP32[i20 >> 2] = i1; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 42688) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 45596) | 0; i3 = HEAP32[i5 >> 2] | 0; FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i6 >> 2] | 0) + 48 >> 2] & 7](i6, i3, i3 + i22 | 0, i17) | 0; if (!i22) i5 = 0; else i5 = (HEAP8[HEAP32[i5 >> 2] >> 0] | 0) == 45; @@ -43005,11 +44320,11 @@ function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEE i11 = i28 + 20 | 0; HEAP32[i5 >> 2] = i1; HEAPF64[i10 >> 3] = d4; - i1 = _snprintf(i1, 100, 36333, i10) | 0; + i1 = _snprintf(i1, 100, 39272, i10) | 0; if (i1 >>> 0 > 99) { i1 = __ZNSt3__16__clocEv() | 0; HEAPF64[i3 >> 3] = d4; - i1 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i1, 36333, i3) | 0; + i1 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i1, 39272, i3) | 0; i2 = HEAP32[i5 >> 2] | 0; if (!i2) __ZSt17__throw_bad_allocv(); i3 = _malloc(i1) | 0; @@ -43027,7 +44342,7 @@ function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEE } i1 = __ZNKSt3__18ios_base6getlocEv(i19) | 0; HEAP32[i20 >> 2] = i1; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 42656) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 45564) | 0; i3 = HEAP32[i5 >> 2] | 0; FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i6 >> 2] | 0) + 32 >> 2] & 7](i6, i3, i3 + i22 | 0, i17) | 0; if (!i22) i5 = 0; else i5 = (HEAP8[HEAP32[i5 >> 2] >> 0] | 0) == 45; @@ -43090,99 +44405,6 @@ function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEE return i2 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitSwitchEPNS_6SwitchE(i14, i18, i16) { - i14 = i14 | 0; - i18 = i18 | 0; - i16 = i16 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i15 = 0, i17 = 0, i19 = 0, i20 = 0; - i20 = STACKTOP; - STACKTOP = STACKTOP + 64 | 0; - i17 = i20 + 24 | 0; - i8 = i20 + 60 | 0; - i15 = i20 + 48 | 0; - i12 = i20; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i17, i18, HEAP32[i16 + 12 >> 2] | 0); - i13 = i17 + 16 | 0; - i1 = HEAP32[i13 >> 2] | 0; - if (!i1) { - i2 = __ZN4wasm7Literal10getIntegerEv(i17) | 0; - i10 = tempRet0; - i1 = HEAP32[i16 + 28 >> 2] | 0; - HEAP32[i8 >> 2] = i1; - if ((i10 | 0) > -1 | (i10 | 0) == -1 & i2 >>> 0 > 4294967295 ? (i3 = HEAP32[i16 + 16 >> 2] | 0, i2 >>> 0 < (HEAP32[i16 + 20 >> 2] | 0) - i3 >> 2 >>> 0) : 0) { - i1 = HEAP32[i3 + (i2 << 2) >> 2] | 0; - HEAP32[i8 >> 2] = i1; - } - HEAP32[i15 + 4 >> 2] = 0; - HEAP32[i15 + 8 >> 2] = 0; - i7 = i15 + 4 | 0; - HEAP32[i15 >> 2] = i7; - i9 = i16 + 32 | 0; - i10 = i16 + 36 | 0; - i2 = 0; - while (1) { - i3 = HEAP32[i10 >> 2] | 0; - i4 = HEAP32[i9 >> 2] | 0; - i5 = i3 - i4 >> 3; - i6 = i4; - if (i2 >>> 0 >= i5 >>> 0) break; - i6 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i15, i6 + (i2 << 3) | 0) | 0; - HEAP32[i6 >> 2] = i2; - i2 = i2 + 1 | 0; - } - i2 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE4findIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_(i15, i8) | 0; - if ((i2 | 0) == (i7 | 0)) { - HEAP32[i14 >> 2] = 0; - i19 = i14 + 8 | 0; - HEAP32[i19 >> 2] = 0; - HEAP32[i19 + 4 >> 2] = 0; - HEAP32[i14 + 16 >> 2] = i1; - if ((i1 | 0) == (HEAP32[i16 + 8 >> 2] | 0)) HEAP32[i14 + 16 >> 2] = 0; - } else { - i2 = HEAP32[i2 + 20 >> 2] | 0; - if (i2 >>> 0 >= i5 >>> 0) ___assert_fail(20617, 20130, 279, 20648); - i1 = i6; - while (1) { - if (i2 >>> 0 >= i3 - i4 >> 3 >>> 0) break; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i12, i18, HEAP32[i1 + (i2 << 3) + 4 >> 2] | 0); - HEAP32[i17 >> 2] = HEAP32[i12 >> 2]; - HEAP32[i17 + 4 >> 2] = HEAP32[i12 + 4 >> 2]; - HEAP32[i17 + 8 >> 2] = HEAP32[i12 + 8 >> 2]; - HEAP32[i17 + 12 >> 2] = HEAP32[i12 + 12 >> 2]; - HEAP32[i17 + 16 >> 2] = HEAP32[i12 + 16 >> 2]; - i1 = HEAP32[i13 >> 2] | 0; - if (i1 | 0) { - i11 = i1; - i19 = 20; - break; - } - i1 = HEAP32[i9 >> 2] | 0; - i4 = i1; - i3 = HEAP32[i10 >> 2] | 0; - i2 = i2 + 1 | 0; - } - if ((i19 | 0) == 20 ? (i11 | 0) == (HEAP32[i16 + 8 >> 2] | 0) : 0) HEAP32[i13 >> 2] = 0; - HEAP32[i14 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i14 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; - HEAP32[i14 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; - HEAP32[i14 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; - HEAP32[i14 + 16 >> 2] = HEAP32[i17 + 16 >> 2]; - HEAP32[i14 + 20 >> 2] = HEAP32[i17 + 20 >> 2]; - } - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEED2Ev(i15); - } else { - if ((i1 | 0) == (HEAP32[i16 + 8 >> 2] | 0)) HEAP32[i13 >> 2] = 0; - HEAP32[i14 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i14 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; - HEAP32[i14 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; - HEAP32[i14 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; - HEAP32[i14 + 16 >> 2] = HEAP32[i17 + 16 >> 2]; - HEAP32[i14 + 20 >> 2] = HEAP32[i17 + 20 >> 2]; - } - STACKTOP = i20; - return; -} - function __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i3, i1, i5, i2) { i3 = i3 | 0; i1 = i1 | 0; @@ -43198,7 +44420,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4 i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i3, i1, i2) | 0; if ((i1 | 0) != (i3 | 0) ? (i4 = i2 + 4 | 0, i6 = HEAP32[i4 >> 2] | 0, (HEAP32[i2 >> 2] | 0) != (i6 | 0)) : 0) { i11 = i6 + -24 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i14, i5, 38035); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i14, i5, 40926); __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i15, (HEAP32[i4 >> 2] | 0) + -24 | 0); i2 = HEAP8[i15 >> 0] | 0; i3 = (i2 & 1) == 0; @@ -43212,7 +44434,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4 HEAP32[i2 + (i3 << 2) >> 2] = 0; i3 = i3 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 38037) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 40928) | 0; HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; HEAP32[i12 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i12 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -43349,7 +44571,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_126parse_base_unresolved_nameINS0_2DbEEEPK if ((i3 | 0) != (i4 | 0)) { i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S4_RT_(i3, i4, i6) | 0; if ((i1 | 0) == (i3 | 0)) i1 = __ZN10__cxxabiv112_GLOBAL__N_115parse_simple_idINS0_2DbEEEPKcS4_S4_RT_(i3, i4, i6) | 0; - if ((i1 | 0) != (i3 | 0) ? (i2 = HEAP32[i6 + 4 >> 2] | 0, (HEAP32[i6 >> 2] | 0) != (i2 | 0)) : 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38124) | 0; else i1 = i3; + if ((i1 | 0) != (i3 | 0) ? (i2 = HEAP32[i6 + 4 >> 2] | 0, (HEAP32[i6 >> 2] | 0) != (i2 | 0)) : 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 41015) | 0; else i1 = i3; } else i1 = i4; i1 = (i1 | 0) == (i3 | 0) ? i5 : i1; break L1; @@ -43394,6 +44616,85 @@ function __ZN10__cxxabiv112_GLOBAL__N_126parse_base_unresolved_nameINS0_2DbEEEPK return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder14readSignaturesEv(i15) { + i15 = i15 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i16 = 0; + i16 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i16 + 4 | 0; + i2 = i16; + i4 = i15 + 12 | 0; + if (HEAP8[i4 >> 0] | 0) { + i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18527) | 0; + i13 = __ZNKSt3__18ios_base6getlocEv(i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i13; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i13 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i13 >> 2] | 0) + 28 >> 2] & 63](i13, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i14, i13) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i14) | 0; + } + i3 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i15) | 0; + if (HEAP8[i4 >> 0] | 0) { + i14 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18545) | 0, i3) | 0; + i13 = __ZNKSt3__18ios_base6getlocEv(i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i13; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i13 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i13 >> 2] | 0) + 28 >> 2] & 63](i13, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i14, i13) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i14) | 0; + } + i5 = i15 + 4 | 0; + i13 = 0; + while (1) { + if (i13 >>> 0 >= i3 >>> 0) break; + if (HEAP8[i4 >> 0] | 0) { + i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18551) | 0; + i12 = __ZNKSt3__18ios_base6getlocEv(i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i12; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i12 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 63](i12, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i14, i12) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i14) | 0; + } + i6 = __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(HEAP32[i5 >> 2] | 0) | 0; + i7 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i15) | 0; + if (HEAP8[i4 >> 0] | 0) { + i14 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18560) | 0, i7) | 0; + i12 = __ZNKSt3__18ios_base6getlocEv(i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i12; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i12 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 63](i12, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i14, i12) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i14) | 0; + } + i8 = __ZN4wasm17WasmBinaryBuilder11getWasmTypeEv(i15) | 0; + HEAP32[i6 + 4 >> 2] = i8; + i8 = i6 + 12 | 0; + i9 = i6 + 16 | 0; + i10 = i6 + 8 | 0; + i14 = 0; + while (1) { + if ((i14 | 0) == (i7 | 0)) break; + i11 = __ZN4wasm17WasmBinaryBuilder11getWasmTypeEv(i15) | 0; + HEAP32[i2 >> 2] = i11; + i12 = HEAP32[i8 >> 2] | 0; + if (i12 >>> 0 < (HEAP32[i9 >> 2] | 0) >>> 0) { + HEAP32[i12 >> 2] = i11; + HEAP32[i8 >> 2] = i12 + 4; + } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i10, i2); + i14 = i14 + 1 | 0; + } + __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(HEAP32[i15 >> 2] | 0, i6); + i13 = i13 + 1 | 0; + } + STACKTOP = i16; + return; +} + function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterIdentERNS3_4FragERPcPKc(i16, i12, i15, i14) { i16 = i16 | 0; i12 = i12 | 0; @@ -43512,13 +44813,13 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE i10 = i28; i1 = __ZNKSt3__18ios_base6getlocEv(i20) | 0; HEAP32[i21 >> 2] = i1; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i21, 42688) | 0; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i21, 45596) | 0; i7 = HEAP8[i18 >> 0] | 0; i2 = (i7 & 1) == 0; i12 = i18 + 4 | 0; if (!((i2 ? (i7 & 255) >>> 1 : HEAP32[i12 >> 2] | 0) | 0)) i7 = 0; else { i7 = HEAP32[(i2 ? i12 : HEAP32[i18 + 8 >> 2] | 0) >> 2] | 0; - i7 = (i7 | 0) == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i11 >> 2] | 0) + 44 >> 2] & 31](i11, 45) | 0); + i7 = (i7 | 0) == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i11 >> 2] | 0) + 44 >> 2] & 63](i11, 45) | 0); } i2 = 0; while (1) { @@ -43582,6 +44883,86 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE return i2 | 0; } +function __GLOBAL__sub_I_wasm_js_cpp() { + __ZN6cashew7IString3setEPKcb(43168, 13188, 1); + __ZN6cashew7IString3setEPKcb(43172, 13195, 1); + __ZN6cashew7IString3setEPKcb(43176, 13199, 1); + __ZN6cashew7IString3setEPKcb(43180, 36898, 1); + __ZN6cashew7IString3setEPKcb(43184, 34207, 1); + __ZN6cashew7IString3setEPKcb(43188, 13208, 1); + __ZN6cashew7IString3setEPKcb(43192, 13216, 1); + __ZN6cashew7IString3setEPKcb(43196, 13226, 1); + __ZN6cashew7IString3setEPKcb(43200, 13237, 1); + __ZN6cashew7IString3setEPKcb(43204, 13248, 1); + __ZN6cashew7IString3setEPKcb(43208, 13259, 1); + __ZN6cashew7IString3setEPKcb(43212, 13271, 1); + __ZN6cashew7IString3setEPKcb(43216, 13283, 1); + __ZN6cashew7IString3setEPKcb(43220, 13296, 1); + __ZN6cashew7IString3setEPKcb(43224, 13309, 1); + __ZN6cashew7IString3setEPKcb(43228, 13329, 1); + __ZN6cashew7IString3setEPKcb(43232, 13334, 1); + __ZN6cashew7IString3setEPKcb(43236, 13339, 1); + __ZN6cashew7IString3setEPKcb(43240, 13345, 1); + __ZN6cashew7IString3setEPKcb(43244, 13352, 1); + __ZN6cashew7IString3setEPKcb(43248, 13361, 1); + __ZN6cashew7IString3setEPKcb(43252, 13369, 1); + __ZN6cashew7IString3setEPKcb(43256, 13380, 1); + __ZN6cashew7IString3setEPKcb(43260, 28583, 1); + __ZN6cashew7IString3setEPKcb(43264, 28592, 1); + __ZN6cashew7IString3setEPKcb(43268, 28587, 1); + __ZN6cashew7IString3setEPKcb(43272, 28612, 1); + __ZN6cashew7IString3setEPKcb(43276, 13392, 1); + __ZN6cashew7IString3setEPKcb(43280, 13410, 1); + __ZN6cashew7IString3setEPKcb(43284, 13419, 1); + __ZN6cashew7IString3setEPKcb(43288, 13436, 1); + __ZN6cashew7IString3setEPKcb(43292, 28196, 1); + __ZN6cashew7IString3setEPKcb(43296, 28310, 1); + __ZN6cashew7IString3setEPKcb(43300, 13444, 1); + __ZN6cashew7IString3setEPKcb(43304, 28328, 1); + __ZN6cashew7IString3setEPKcb(43308, 13449, 1); + __ZN6cashew7IString3setEPKcb(43312, 28228, 1); + __ZN6cashew7IString3setEPKcb(43316, 13456, 1); + __ZN6cashew7IString3setEPKcb(43320, 13464, 1); + __ZN6cashew7IString3setEPKcb(43324, 13471, 1); + __ZN6cashew7IString3setEPKcb(43328, 28359, 1); + __ZN6cashew7IString3setEPKcb(43332, 13478, 1); + __ZN6cashew7IString3setEPKcb(43336, 28316, 1); + __ZN6cashew7IString3setEPKcb(43340, 33221, 1); + __ZN6cashew7IString3setEPKcb(43344, 13484, 1); + __ZN6cashew7IString3setEPKcb(43348, 13496, 1); + __ZN6cashew7IString3setEPKcb(43352, 33133, 1); + __ZN6cashew7IString3setEPKcb(43356, 13510, 1); + __ZN6cashew7IString3setEPKcb(43360, 13516, 1); + __ZN6cashew7IString3setEPKcb(43364, 33195, 1); + __ZN6cashew7IString3setEPKcb(43368, 13521, 1); + __ZN6cashew7IString3setEPKcb(43372, 13531, 1); + __ZN6cashew7IString3setEPKcb(43376, 33481, 1); + __ZN6cashew7IString3setEPKcb(43380, 13536, 1); + __ZN6cashew7IString3setEPKcb(43384, 13539, 1); + __ZN6cashew7IString3setEPKcb(43388, 13547, 1); + __ZN6cashew7IString3setEPKcb(43392, 13554, 1); + __ZN6cashew7IString3setEPKcb(43396, 13558, 1); + __ZN6cashew7IString3setEPKcb(43400, 13578, 1); + __ZN6cashew7IString3setEPKcb(43404, 13588, 1); + __ZN6cashew7IString3setEPKcb(43408, 13599, 1); + __ZN6cashew7IString3setEPKcb(43412, 13610, 1); + __ZN6cashew7IString3setEPKcb(43416, 13624, 1); + __ZN6cashew7IString3setEPKcb(43420, 13633, 1); + __ZN6cashew7IString3setEPKcb(43424, 13643, 1); + __ZN6cashew7IString3setEPKcb(43428, 13654, 1); + __ZN6cashew7IString3setEPKcb(43432, 13665, 1); + __ZN6cashew7IString3setEPKcb(43436, 13678, 1); + __ZN6cashew7IString3setEPKcb(43440, 13688, 1); + __ZN6cashew7IString3setEPKcb(43444, 13697, 1); + HEAP32[10862] = 0; + HEAP32[10863] = 0; + HEAP32[10864] = 0; + ___cxa_atexit(213, 43448, ___dso_handle | 0) | 0; + __ZN6cashew7IString3setEPKcb(43460, 14721, 1); + __ZN6cashew7IString3setEPKcb(43464, 14726, 1); + return; +} + function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_bRNS_8ios_baseEcRKNS_12basic_stringIcS3_NS_9allocatorIcEEEE(i1, i22, i4, i19, i18, i17) { i1 = i1 | 0; i22 = i22 | 0; @@ -43607,13 +44988,13 @@ function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEE i10 = i27; i1 = __ZNKSt3__18ios_base6getlocEv(i19) | 0; HEAP32[i20 >> 2] = i1; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 42656) | 0; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 45564) | 0; i7 = HEAP8[i17 >> 0] | 0; i2 = (i7 & 1) == 0; i3 = i17 + 4 | 0; if (!((i2 ? (i7 & 255) >>> 1 : HEAP32[i3 >> 2] | 0) | 0)) i7 = 0; else { i7 = HEAP8[(i2 ? i17 + 1 | 0 : HEAP32[i17 + 8 >> 2] | 0) >> 0] | 0; - i7 = i7 << 24 >> 24 == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i11 >> 2] | 0) + 28 >> 2] & 31](i11, 45) | 0) << 24 >> 24; + i7 = i7 << 24 >> 24 == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i11 >> 2] | 0) + 28 >> 2] & 63](i11, 45) | 0) << 24 >> 24; } i2 = 0; while (1) { @@ -43978,32 +45359,32 @@ function __ZN10__cxxabiv112_GLOBAL__N_19base_nameINSt3__112basic_stringIcNS2_11c L1 : do if (!i4) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i6, i5); else { i2 = i1 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0; i1 = i4 >>> 0 > 11; - i3 = _memcmp(i2, 38718, i1 ? 11 : i4) | 0; + i3 = _memcmp(i2, 41609, i1 ? 11 : i4) | 0; if (!(((i3 | 0) == 0 ? (i4 >>> 0 < 11 ? -1 : i1 & 1) : i3) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 38770, 70); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 38841, 12); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 41661, 70); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 41732, 12); break; } i1 = i4 >>> 0 > 12; i3 = i1 ? 12 : i4; - i7 = _memcmp(i2, 38730, i3) | 0; + i7 = _memcmp(i2, 41621, i3) | 0; i1 = i4 >>> 0 < 12 ? -1 : i1 & 1; if (!(((i7 | 0) == 0 ? i1 : i7) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 38854, 49); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 38904, 13); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 41745, 49); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 41795, 13); break; } - i7 = _memcmp(i2, 38743, i3) | 0; + i7 = _memcmp(i2, 41634, i3) | 0; if (!(((i7 | 0) == 0 ? i1 : i7) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 38918, 49); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 38968, 13); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 41809, 49); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 41859, 13); break; } i3 = i4 >>> 0 > 13; - i7 = _memcmp(i2, 38756, i3 ? 13 : i4) | 0; + i7 = _memcmp(i2, 41647, i3 ? 13 : i4) | 0; if (!(((i7 | 0) == 0 ? (i4 >>> 0 < 13 ? -1 : i3 & 1) : i7) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 38982, 50); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 39033, 14); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 41873, 50); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 41924, 14); break; } i1 = i2 + i4 | 0; @@ -44329,8 +45710,8 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { i5 = __ZN6cashew3RefixEj(i14, 0) | 0; i5 = __ZN6cashew5Value10getIStringEv(HEAP32[i5 >> 2] | 0) | 0; i5 = HEAP32[i5 >> 2] | 0; - L1 : do if ((i5 | 0) != (HEAP32[10160] | 0)) { - if ((i5 | 0) == (HEAP32[10179] | 0)) { + L1 : do if ((i5 | 0) != (HEAP32[10885] | 0)) { + if ((i5 | 0) == (HEAP32[10904] | 0)) { i13 = __ZN6cashew3RefixEj(i14, 1) | 0; i13 = __ZN6cashew5Value10getIStringEv(HEAP32[i13 >> 2] | 0) | 0; switch (HEAP8[HEAP32[i13 >> 2] >> 0] | 0) { @@ -44357,7 +45738,7 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { } } } - if ((i5 | 0) == (HEAP32[10170] | 0)) { + if ((i5 | 0) == (HEAP32[10895] | 0)) { i14 = __ZN6cashew3RefixEj(i14, 1) | 0; i14 = __ZN6cashew5Value9getNumberEv(HEAP32[i14 >> 2] | 0) | 0; d1 = +HEAPF64[i14 >> 3]; @@ -44377,8 +45758,8 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { i2 = i2 ? 0 : 2; break; } - if ((i5 | 0) == (HEAP32[10156] | 0)) i2 = 0; else { - if ((i5 | 0) == (HEAP32[10159] | 0)) { + if ((i5 | 0) == (HEAP32[10881] | 0)) i2 = 0; else { + if ((i5 | 0) == (HEAP32[10884] | 0)) { i2 = __ZN6cashew3RefixEj(i14, 2) | 0; HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; HEAP32[i7 >> 2] = HEAP32[i11 >> 2]; @@ -44387,9 +45768,9 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { i2 = __Z10detectSignN6cashew3RefENS_7IStringE(i3, i12) | 0; break; } - if ((i5 | 0) == (HEAP32[10169] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 0) | 0, 40624) | 0) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0, 40724) | 0) { + if ((i5 | 0) == (HEAP32[10894] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 0) | 0, 43524) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0, 43624) | 0) { i2 = 3; break; } @@ -44398,7 +45779,7 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { break; } } - } else if ((i5 | 0) == (HEAP32[10167] | 0)) { + } else if ((i5 | 0) == (HEAP32[10892] | 0)) { i2 = __ZN6cashew3RefixEj(i14, 2) | 0; HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; @@ -44424,7 +45805,7 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { } case 62: { - if ((i2 | 0) == (HEAP32[10205] | 0)) { + if ((i2 | 0) == (HEAP32[10930] | 0)) { i2 = 2; break L1; } @@ -44559,83 +45940,6 @@ function _fmod(d12, d1) { return +d1; } -function __GLOBAL__sub_I_wasm_js_cpp() { - __ZN6cashew7IString3setEPKcb(40280, 12828, 1); - __ZN6cashew7IString3setEPKcb(40284, 12835, 1); - __ZN6cashew7IString3setEPKcb(40288, 12839, 1); - __ZN6cashew7IString3setEPKcb(40292, 33911, 1); - __ZN6cashew7IString3setEPKcb(40296, 31486, 1); - __ZN6cashew7IString3setEPKcb(40300, 12848, 1); - __ZN6cashew7IString3setEPKcb(40304, 12856, 1); - __ZN6cashew7IString3setEPKcb(40308, 12866, 1); - __ZN6cashew7IString3setEPKcb(40312, 12877, 1); - __ZN6cashew7IString3setEPKcb(40316, 12888, 1); - __ZN6cashew7IString3setEPKcb(40320, 12899, 1); - __ZN6cashew7IString3setEPKcb(40324, 12911, 1); - __ZN6cashew7IString3setEPKcb(40328, 12923, 1); - __ZN6cashew7IString3setEPKcb(40332, 12936, 1); - __ZN6cashew7IString3setEPKcb(40336, 12949, 1); - __ZN6cashew7IString3setEPKcb(40340, 12969, 1); - __ZN6cashew7IString3setEPKcb(40344, 12974, 1); - __ZN6cashew7IString3setEPKcb(40348, 12979, 1); - __ZN6cashew7IString3setEPKcb(40352, 12985, 1); - __ZN6cashew7IString3setEPKcb(40356, 12992, 1); - __ZN6cashew7IString3setEPKcb(40360, 13001, 1); - __ZN6cashew7IString3setEPKcb(40364, 13009, 1); - __ZN6cashew7IString3setEPKcb(40368, 13020, 1); - __ZN6cashew7IString3setEPKcb(40372, 25846, 1); - __ZN6cashew7IString3setEPKcb(40376, 25855, 1); - __ZN6cashew7IString3setEPKcb(40380, 25850, 1); - __ZN6cashew7IString3setEPKcb(40384, 25875, 1); - __ZN6cashew7IString3setEPKcb(40388, 13032, 1); - __ZN6cashew7IString3setEPKcb(40392, 13050, 1); - __ZN6cashew7IString3setEPKcb(40396, 13059, 1); - __ZN6cashew7IString3setEPKcb(40400, 13076, 1); - __ZN6cashew7IString3setEPKcb(40404, 25438, 1); - __ZN6cashew7IString3setEPKcb(40408, 25532, 1); - __ZN6cashew7IString3setEPKcb(40412, 13084, 1); - __ZN6cashew7IString3setEPKcb(40416, 25550, 1); - __ZN6cashew7IString3setEPKcb(40420, 13089, 1); - __ZN6cashew7IString3setEPKcb(40424, 25470, 1); - __ZN6cashew7IString3setEPKcb(40428, 13096, 1); - __ZN6cashew7IString3setEPKcb(40432, 13104, 1); - __ZN6cashew7IString3setEPKcb(40436, 13111, 1); - __ZN6cashew7IString3setEPKcb(40440, 25595, 1); - __ZN6cashew7IString3setEPKcb(40444, 13118, 1); - __ZN6cashew7IString3setEPKcb(40448, 25538, 1); - __ZN6cashew7IString3setEPKcb(40452, 30234, 1); - __ZN6cashew7IString3setEPKcb(40456, 13124, 1); - __ZN6cashew7IString3setEPKcb(40460, 13136, 1); - __ZN6cashew7IString3setEPKcb(40464, 13150, 1); - __ZN6cashew7IString3setEPKcb(40468, 13156, 1); - __ZN6cashew7IString3setEPKcb(40472, 13166, 1); - __ZN6cashew7IString3setEPKcb(40476, 30494, 1); - __ZN6cashew7IString3setEPKcb(40480, 25718, 1); - __ZN6cashew7IString3setEPKcb(40484, 13171, 1); - __ZN6cashew7IString3setEPKcb(40488, 13179, 1); - __ZN6cashew7IString3setEPKcb(40492, 13186, 1); - __ZN6cashew7IString3setEPKcb(40496, 13190, 1); - __ZN6cashew7IString3setEPKcb(40500, 13210, 1); - __ZN6cashew7IString3setEPKcb(40504, 13220, 1); - __ZN6cashew7IString3setEPKcb(40508, 13231, 1); - __ZN6cashew7IString3setEPKcb(40512, 13242, 1); - __ZN6cashew7IString3setEPKcb(40516, 13256, 1); - __ZN6cashew7IString3setEPKcb(40520, 13265, 1); - __ZN6cashew7IString3setEPKcb(40524, 13275, 1); - __ZN6cashew7IString3setEPKcb(40528, 13286, 1); - __ZN6cashew7IString3setEPKcb(40532, 13297, 1); - __ZN6cashew7IString3setEPKcb(40536, 13310, 1); - __ZN6cashew7IString3setEPKcb(40540, 13320, 1); - __ZN6cashew7IString3setEPKcb(40544, 13329, 1); - HEAP32[10137] = 0; - HEAP32[10138] = 0; - HEAP32[10139] = 0; - ___cxa_atexit(198, 40548, ___dso_handle | 0) | 0; - __ZN6cashew7IString3setEPKcb(40560, 14210, 1); - __ZN6cashew7IString3setEPKcb(40564, 14215, 1); - return; -} - function __ZNSt3__19__num_putIwE21__widen_and_group_intEPcS2_S2_PwRS3_S4_RKNS_6localeE(i2, i14, i13, i15, i16, i11, i1) { i2 = i2 | 0; i14 = i14 | 0; @@ -44648,8 +45952,8 @@ function __ZNSt3__19__num_putIwE21__widen_and_group_intEPcS2_S2_PwRS3_S4_RKNS_6l i17 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i12 = i17; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42688) | 0; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42696) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45596) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45604) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i12, i5); i8 = HEAP8[i12 >> 0] | 0; i9 = i12 + 4 | 0; @@ -44660,7 +45964,7 @@ function __ZNSt3__19__num_putIwE21__widen_and_group_intEPcS2_S2_PwRS3_S4_RKNS_6l case 43: case 45: { - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, i1) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 63](i10, i1) | 0; i3 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i3 + 4; HEAP32[i3 >> 2] = i8; @@ -44679,11 +45983,11 @@ function __ZNSt3__19__num_putIwE21__widen_and_group_intEPcS2_S2_PwRS3_S4_RKNS_6l default: break L7; } - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, 48) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 63](i10, 48) | 0; i7 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i7 + 4; HEAP32[i7 >> 2] = i8; - i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, HEAP8[i1 >> 0] | 0) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 63](i10, HEAP8[i1 >> 0] | 0) | 0; i8 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i8 + 4; HEAP32[i8 >> 2] = i7; @@ -44718,7 +46022,7 @@ function __ZNSt3__19__num_putIwE21__widen_and_group_intEPcS2_S2_PwRS3_S4_RKNS_6l i1 = 0; i4 = (i4 >>> 0 < (((i18 & 1) == 0 ? (i18 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) + -1 | 0) >>> 0 & 1) + i4 | 0; } - i19 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, HEAP8[i8 >> 0] | 0) | 0; + i19 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 63](i10, HEAP8[i8 >> 0] | 0) | 0; i18 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i18 + 4; HEAP32[i18 >> 2] = i19; @@ -44752,88 +46056,6 @@ function __ZNSt3__19__num_putIwE21__widen_and_group_intEPcS2_S2_PwRS3_S4_RKNS_6l return; } -function __ZN4wasm22SExpressionWasmBuilder10makeSwitchERNS_7ElementE(i13, i12) { - i13 = i13 | 0; - i12 = i12 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i14 = 0, i15 = 0, i16 = 0; - i16 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i1 = i16 + 12 | 0; - i8 = i16 + 8 | 0; - i10 = i16 + 4 | 0; - i11 = i16; - i15 = __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(HEAP32[i13 + 4 >> 2] | 0) | 0; - i9 = __ZN4wasm7Element4listEv(i12) | 0; - if (!(HEAP8[HEAP32[(HEAP32[i9 >> 2] | 0) + 4 >> 2] >> 0] | 0)) { - i9 = __ZN4wasm7Element4listEv(i12) | 0; - i9 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i9 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i15 + 8 >> 2] = i9; - i9 = 2; - } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 30264, 6); - i9 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i13, i1) | 0; - HEAP32[i15 + 8 >> 2] = i9; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); - i9 = 1; - } - i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i13, __ZN4wasm7ElementixEj(i12, i9) | 0) | 0; - HEAP32[i15 + 12 >> 2] = i1; - i1 = __ZN4wasm7ElementixEj(i12, i9 + 1 | 0) | 0; - i2 = i15 + 20 | 0; - i3 = i15 + 24 | 0; - i4 = i15 + 16 | 0; - i7 = 1; - while (1) { - if (i7 >>> 0 >= (__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0) break; - i5 = __ZN4wasm7Element4listEv(__ZN4wasm7ElementixEj(i1, i7) | 0) | 0; - i5 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i8 >> 2] = i5; - i6 = HEAP32[i2 >> 2] | 0; - if (i6 >>> 0 < (HEAP32[i3 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i5; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i4, i8); - i7 = i7 + 1 | 0; - } - i5 = __ZN4wasm7Element4listEv(__ZN4wasm7ElementixEj(i12, i9 + 2 | 0) | 0) | 0; - i5 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i15 + 28 >> 2] = i5; - i5 = i13 + 8 | 0; - i8 = i15 + 36 | 0; - i6 = i15 + 40 | 0; - i7 = i15 + 32 | 0; - i4 = i9 + 3 | 0; - while (1) { - if (i4 >>> 0 >= (__ZN4wasm7Element4sizeEv(i12) | 0) >>> 0) break; - i1 = __ZN4wasm7ElementixEj(i12, i4) | 0; - i9 = __ZN4wasm7Element4listEv(i1) | 0; - i9 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i9 >> 2] >> 2] | 0) | 0; - if ((i9 | 0) != (HEAP32[10119] | 0)) { - i14 = 13; - break; - } - if ((__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0 < 2) __ZNKSt3__18functionIFvvEEclEv(i5); - i3 = __ZN4wasm7Element4listEv(i1) | 0; - i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i10 >> 2] = i3; - i1 = __ZN4wasm22SExpressionWasmBuilder14makeMaybeBlockERNS_7ElementEjj(i13, i1, 2, __ZN4wasm7Element4sizeEv(i1) | 0) | 0; - HEAP32[i11 >> 2] = i1; - i2 = HEAP32[i8 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i3; - HEAP32[i2 + 4 >> 2] = i1; - HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJN6cashew7IStringEPNS1_10ExpressionEEEEvDpOT_(i7, i10, i11); - i4 = i4 + 1 | 0; - } - if ((i14 | 0) == 13) ___assert_fail(17552, 16975, 927, 17575); - i1 = HEAP32[i7 >> 2] | 0; - if ((HEAP32[i8 >> 2] | 0) == (i1 | 0)) i1 = 0; else i1 = HEAP32[(HEAP32[i1 + 4 >> 2] | 0) + 4 >> 2] | 0; - HEAP32[i15 + 4 >> 2] = i1; - STACKTOP = i16; - return i15 | 0; -} - function __ZNSt3__19__num_putIcE21__widen_and_group_intEPcS2_S2_S2_RS2_S3_RKNS_6localeE(i2, i14, i13, i15, i16, i11, i1) { i2 = i2 | 0; i14 = i14 | 0; @@ -44846,8 +46068,8 @@ function __ZNSt3__19__num_putIcE21__widen_and_group_intEPcS2_S2_S2_RS2_S3_RKNS_6 i17 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i12 = i17; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42656) | 0; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42668) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45576) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i12, i5); i8 = HEAP8[i12 >> 0] | 0; i9 = i12 + 4 | 0; @@ -44858,7 +46080,7 @@ function __ZNSt3__19__num_putIcE21__widen_and_group_intEPcS2_S2_S2_RS2_S3_RKNS_6 case 43: case 45: { - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, i1) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 63](i10, i1) | 0; i3 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i3 + 1; HEAP8[i3 >> 0] = i8; @@ -44877,11 +46099,11 @@ function __ZNSt3__19__num_putIcE21__widen_and_group_intEPcS2_S2_S2_RS2_S3_RKNS_6 default: break L7; } - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, 48) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 63](i10, 48) | 0; i7 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i7 + 1; HEAP8[i7 >> 0] = i8; - i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, HEAP8[i1 >> 0] | 0) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 63](i10, HEAP8[i1 >> 0] | 0) | 0; i8 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i8 + 1; HEAP8[i8 >> 0] = i7; @@ -44916,7 +46138,7 @@ function __ZNSt3__19__num_putIcE21__widen_and_group_intEPcS2_S2_S2_RS2_S3_RKNS_6 i1 = 0; i4 = (i4 >>> 0 < (((i18 & 1) == 0 ? (i18 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) + -1 | 0) >>> 0 & 1) + i4 | 0; } - i19 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, HEAP8[i8 >> 0] | 0) | 0; + i19 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 63](i10, HEAP8[i8 >> 0] | 0) | 0; i18 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i18 + 1; HEAP8[i18 >> 0] = i19; @@ -45278,6 +46500,91 @@ function __ZNSt3__1L19utf8_to_ucs4_lengthEPKhS1_jmNS_12codecvt_modeE(i12, i10, i return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder4readEv(i7) { + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i9 + 12 | 0; + i6 = i9 + 8 | 0; + i5 = i9; + __ZN4wasm17WasmBinaryBuilder10readHeaderEv(i7); + i2 = i7 + 16 | 0; + i3 = i7 + 8 | 0; + i4 = i5 + 4 | 0; + L1 : while (1) { + i10 = HEAP32[i3 >> 2] | 0; + if ((HEAP32[i2 >> 2] | 0) >>> 0 >= ((HEAP32[i10 + 4 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) | 0) >>> 0) break; + i11 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i7) | 0; + i10 = HEAP32[i3 >> 2] | 0; + if (i11 >>> 0 >= ((HEAP32[i10 + 4 >> 2] | 0) + (HEAP32[i2 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) | 0) >>> 0) { + i8 = 4; + break; + } + i11 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i7) | 0; + HEAP32[i6 >> 2] = i11; + HEAP32[i5 >> 2] = i6; + HEAP32[i4 >> 2] = i7; + do if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i5, HEAP32[750] | 0) | 0) __ZN4wasm17WasmBinaryBuilder9readStartEv(i7); else { + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i5, HEAP32[740] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder10readMemoryEv(i7); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i5, HEAP32[741] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder14readSignaturesEv(i7); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i5, HEAP32[742] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder11readImportsEv(i7); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i5, HEAP32[743] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder22readFunctionSignaturesEv(i7); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i5, HEAP32[744] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder13readFunctionsEv(i7); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i5, HEAP32[745] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder11readExportsEv(i7); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i5, HEAP32[746] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder16readDataSegmentsEv(i7); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i5, HEAP32[747] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder17readFunctionTableEv(i7); + break; + } + if (!(__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i5, HEAP32[748] | 0) | 0)) { + i8 = 25; + break L1; + } + __ZN4wasm17WasmBinaryBuilder9readNamesEv(i7); + } while (0); + } + if ((i8 | 0) == 4) ___assert_fail(18129, 18162, 1139, 18180); + do if ((i8 | 0) == 25) { + if (!(__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i5, HEAP32[749] | 0) | 0)) _abort(); + if (!(HEAP8[i7 + 12 >> 0] | 0)) break; else { + i11 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18185) | 0; + i10 = __ZNKSt3__18ios_base6getlocEv(i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i10; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i10 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 63](i10, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i11, i10) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i11) | 0; + break; + } + } while (0); + __ZN4wasm17WasmBinaryBuilder16processFunctionsEv(i7); + STACKTOP = i9; + return; +} + function __ZNSt3__1L13utf16_to_utf8EPKtS1_RS1_PhS3_RS3_mNS_12codecvt_modeE(i1, i8, i9, i4, i2, i10, i7, i3) { i1 = i1 | 0; i8 = i8 | 0; @@ -45436,16 +46743,16 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE i9 = i20 + 464 | 0; HEAP32[i19 >> 2] = i4; i18 = i19 + 4 | 0; - HEAP32[i18 >> 2] = 216; + HEAP32[i18 >> 2] = 231; i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i16 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 42688) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 45596) | 0; HEAP8[i5 >> 0] = 0; HEAP32[i21 >> 2] = HEAP32[i14 >> 2]; i3 = HEAP32[i3 + 4 >> 2] | 0; HEAP32[i7 >> 2] = HEAP32[i21 >> 2]; if (__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIwEERNS_10unique_ptrIwPFvPvEEERPwSM_(i13, i7, i2, i16, i3, i15, i5, i1, i19, i8, i4 + 400 | 0) | 0) { - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 7](i1, 36227, 36237, i7) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 7](i1, 39166, 39176, i7) | 0; i2 = HEAP32[i8 >> 2] | 0; i4 = HEAP32[i19 >> 2] | 0; i1 = i2 - i4 | 0; @@ -45477,14 +46784,14 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE if ((HEAP32[i2 >> 2] | 0) == (i3 | 0)) break; i2 = i2 + 4 | 0; } - HEAP8[i1 >> 0] = HEAP8[36227 + (i2 - i6 >> 2) >> 0] | 0; + HEAP8[i1 >> 0] = HEAP8[39166 + (i2 - i6 >> 2) >> 0] | 0; i2 = HEAP32[i8 >> 2] | 0; i1 = i1 + 1 | 0; i4 = i4 + 4 | 0; } HEAP8[i1 >> 0] = 0; HEAP32[i10 >> 2] = i12; - _sscanf(i9, 36128, i10) | 0; + _sscanf(i9, 39067, i10) | 0; if (i11 | 0) _free(i11); } i1 = HEAP32[i13 >> 2] | 0; @@ -45935,6 +47242,83 @@ function __ZNSt3__1L12utf8_to_ucs4EPKhS1_RS1_PjS3_RS3_mNS_12codecvt_modeE(i1, i1 return i1 | 0; } +function __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i8, i5) { + i8 = i8 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i7 = i9 + 4 | 0; + i6 = i9; + i1 = __ZN4wasm7Element4listEv(i5) | 0; + i1 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) | 0; + if ((i1 | 0) != (HEAP32[10834] | 0)) { + if ((i1 | 0) == (HEAP32[10825] | 0)) { + HEAP32[i7 >> 2] = 0; + i4 = __ZN4wasm7Element4listEv(i5) | 0; + if (!(HEAP8[HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] >> 0] | 0)) { + i4 = __ZN4wasm7Element4listEv(i5) | 0; + i4 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i7 >> 2] = i4; + i3 = 2; + } else { + i4 = __ZN4wasm4Name7fromIntEj(HEAP32[i8 + 44 >> 2] | 0) | 0; + HEAP32[i7 >> 2] = i4; + i3 = 1; + } + i1 = i8 + 36 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i8 + 40 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i8 + 32 | 0, i7); else { + HEAP32[i2 >> 2] = i4; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; + } + i4 = i8 + 44 | 0; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; + while (1) { + if (i3 >>> 0 >= (__ZN4wasm7Element4sizeEv(i5) | 0) >>> 0) { + i2 = 18; + break; + } + i1 = __ZN4wasm7ElementixEj(i5, i3) | 0; + i2 = __ZN4wasm7Element4listEv(i1) | 0; + i2 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i2 >> 2] >> 2] | 0) | 0; + if ((i2 | 0) == (HEAP32[10827] | 0)) { + i2 = 13; + break; + } + if ((i2 | 0) == (HEAP32[10834] | 0)) { + i2 = 15; + break; + } else i3 = i3 + 1 | 0; + } + if ((i2 | 0) == 13) { + i6 = __ZN4wasm7Element4listEv(i1) | 0; + i6 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i8, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; + i8 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i8 + 52 | 0, i7) | 0; + HEAP32[i8 >> 2] = i6; + } else if ((i2 | 0) == 15) { + i1 = __ZN4wasm7Element4listEv(i1) | 0; + i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i6 >> 2] = i1; + i1 = HEAP32[i8 >> 2] | 0; + if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i1 + 48 | 0, i6) | 0) == (i1 + 52 | 0)) { + __ZNKSt3__18functionIFvvEEclEv(i8 + 8 | 0); + i1 = HEAP32[i8 >> 2] | 0; + } + i6 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1 + 48 | 0, i6) | 0; + i6 = HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2] | 0; + i8 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i8 + 52 | 0, i7) | 0; + HEAP32[i8 >> 2] = i6; + } else if ((i2 | 0) == 18) { + i8 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i8 + 52 | 0, i7) | 0; + HEAP32[i8 >> 2] = 0; + } + } + } else __ZN4wasm22SExpressionWasmBuilder9parseTypeERNS_7ElementE(i8, i5); + STACKTOP = i9; + return; +} + function __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i12, i11) { i12 = i12 | 0; i11 = i11 | 0; @@ -45944,6 +47328,7 @@ function __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i12, i11) i10 = i13 + 8 | 0; i8 = i13 + 4 | 0; i9 = i13; + HEAP8[i12 + 104 >> 0] = 1; i7 = __ZN4wasm7Element4listEv(i11) | 0; i7 = _atoi(__ZN4wasm7Element5c_strEv(HEAP32[(HEAP32[i7 >> 2] | 0) + 4 >> 2] | 0) | 0) | 0; HEAP32[(HEAP32[i12 >> 2] | 0) + 108 >> 2] = i7; @@ -45960,7 +47345,7 @@ function __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i12, i11) i5 = __ZN4wasm7ElementixEj(i11, i1) | 0; i7 = __ZN4wasm7Element4listEv(i5) | 0; i7 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i7 >> 2] >> 2] | 0) | 0; - if ((i7 | 0) != (HEAP32[10107] | 0)) break; + if ((i7 | 0) != (HEAP32[10829] | 0)) break; i2 = __ZN4wasm7Element4listEv(i5) | 0; i2 = __ZN4wasm7Element5c_strEv(HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] | 0) | 0; i4 = _malloc(_strlen(i2) | 0) | 0; @@ -46041,7 +47426,7 @@ function __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i12, i11) } else __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiRPciEEEvDpOT_(i7 + 116 | 0, i8, i10, i9); i1 = i1 + 1 | 0; } - ___assert_fail(17586, 16975, 945, 17612); + ___assert_fail(18057, 17078, 1053, 18083); } while (0); STACKTOP = i13; return; @@ -46090,7 +47475,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPc case 6: { i1 = HEAP32[i3 >> 2] | 0; - if ((i1 | 0) == (HEAP32[10218] | 0)) { + if ((i1 | 0) == (HEAP32[10943] | 0)) { i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterParenERPc(i11, i10) | 0; HEAP8[i6 >> 0] = 1; HEAP32[i6 + 4 >> 2] = i5; @@ -46099,7 +47484,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPc i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i4, i10, i9) | 0; break L1; } - if ((i1 | 0) == (HEAP32[10219] | 0)) { + if ((i1 | 0) == (HEAP32[10944] | 0)) { i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceERPc(i11, i10) | 0; HEAP8[i7 >> 0] = 1; HEAP32[i7 + 4 >> 2] = i5; @@ -46108,7 +47493,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPc i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i4, i10, i9) | 0; break L1; } - if ((i1 | 0) == (HEAP32[10220] | 0)) { + if ((i1 | 0) == (HEAP32[10945] | 0)) { i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterCurlyERPc(i11, i10) | 0; HEAP8[i8 >> 0] = 1; HEAP32[i8 + 4 >> 2] = i5; @@ -46158,16 +47543,16 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE i9 = i20 + 36 | 0; HEAP32[i19 >> 2] = i4; i18 = i19 + 4 | 0; - HEAP32[i18 >> 2] = 216; + HEAP32[i18 >> 2] = 231; i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i16 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 42656) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 45564) | 0; HEAP8[i5 >> 0] = 0; HEAP32[i21 >> 2] = HEAP32[i14 >> 2]; i3 = HEAP32[i3 + 4 >> 2] | 0; HEAP32[i7 >> 2] = HEAP32[i21 >> 2]; if (__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIcEERNS_10unique_ptrIcPFvPvEEERPcSM_(i13, i7, i2, i16, i3, i15, i5, i1, i19, i8, i4 + 100 | 0) | 0) { - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 32 >> 2] & 7](i1, 36117, 36127, i7) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 32 >> 2] & 7](i1, 39056, 39066, i7) | 0; i2 = HEAP32[i8 >> 2] | 0; i4 = HEAP32[i19 >> 2] | 0; i1 = i2 - i4 | 0; @@ -46199,14 +47584,14 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE if ((HEAP8[i2 >> 0] | 0) == i3 << 24 >> 24) break; i2 = i2 + 1 | 0; } - HEAP8[i1 >> 0] = HEAP8[36117 + (i2 - i6) >> 0] | 0; + HEAP8[i1 >> 0] = HEAP8[39056 + (i2 - i6) >> 0] | 0; i2 = HEAP32[i8 >> 2] | 0; i1 = i1 + 1 | 0; i4 = i4 + 1 | 0; } HEAP8[i1 >> 0] = 0; HEAP32[i10 >> 2] = i12; - _sscanf(i9, 36128, i10) | 0; + _sscanf(i9, 39067, i10) | 0; if (i11 | 0) _free(i11); } i1 = HEAP32[i13 >> 2] | 0; @@ -46246,14 +47631,14 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { i2 = i2 | 0; i4 = i4 | 0; var d1 = 0.0; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 40680) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 43580) | 0) { i4 = __ZN6cashew3RefixEj(i4, 1) | 0; i4 = __ZN6cashew5Value10getIntegerEv(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i3 >> 2] = 1; HEAP32[i3 + 8 >> 2] = i4; } else { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 40716) | 0) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 40748) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 40680) | 0 : 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 43616) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 43648) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 43580) | 0 : 0) { i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0; i4 = __ZN6cashew5Value9getNumberEv(HEAP32[i4 >> 2] | 0) | 0; d1 = +HEAPF64[i4 >> 3]; @@ -46261,7 +47646,7 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { HEAPF64[i3 + 8 >> 3] = d1; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 40752) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 40680) | 0 : 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 43652) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 43580) | 0 : 0) { i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0; i2 = __ZN6cashew5Value9getNumberEv(HEAP32[i2 >> 2] | 0) | 0; d1 = -+HEAPF64[i2 >> 3]; @@ -46274,9 +47659,9 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { HEAP32[i3 >> 2] = 1; HEAP32[i3 + 8 >> 2] = ~~d1 >>> 0; break; - } else ___assert_fail(22449, 13366, 380, 22494); + } else ___assert_fail(25205, 13734, 385, 25250); } - if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 40748) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 40716) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 40752) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 40680) | 0 : 0) { + if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 43648) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 43616) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 43652) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 43580) | 0 : 0) { i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 1) | 0; i4 = __ZN6cashew5Value9getNumberEv(HEAP32[i4 >> 2] | 0) | 0; d1 = -+HEAPF64[i4 >> 3]; @@ -46284,7 +47669,7 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { HEAPF64[i3 + 8 >> 3] = d1; break; } - if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 40752) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 40716) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 40748) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 40680) | 0 : 0) { + if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 43652) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 43616) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 43648) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 43580) | 0 : 0) { i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 1) | 0; i4 = __ZN6cashew5Value9getNumberEv(HEAP32[i4 >> 2] | 0) | 0; d1 = -+HEAPF64[i4 >> 3]; @@ -46322,8 +47707,8 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i2 = HEAP32[i4 >> 2] | 0; i1 = HEAP32[i2 >> 2] | 0; if (i3 >>> 0 < (HEAP32[i1 + 100 >> 2] | 0) - (HEAP32[i1 + 96 >> 2] | 0) >> 2 >>> 0) i2 = i1; else { - i2 = HEAP32[i2 + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i2, 20660); + i2 = HEAP32[i2 + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i2, 23253); i2 = HEAP32[HEAP32[i4 >> 2] >> 2] | 0; } i1 = HEAP32[(HEAP32[i2 + 96 >> 2] | 0) + (i3 << 2) >> 2] | 0; @@ -46331,8 +47716,8 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i12 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i2 + 84 | 0, i12) | 0; i12 = HEAP32[(HEAP32[i12 >> 2] | 0) + 32 >> 2] | 0; if (i12 | 0 ? (i12 | 0) != (HEAP32[HEAP32[i10 + 20 >> 2] >> 2] | 0) : 0) { - i12 = HEAP32[(HEAP32[i4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 20 >> 2] & 127](i12, 20683); + i12 = HEAP32[(HEAP32[i4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 20 >> 2] & 127](i12, 23276); } HEAP32[i9 >> 2] = 0; HEAP32[i9 + 4 >> 2] = 0; @@ -46516,10 +47901,10 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE i7 = i16; HEAP32[i15 >> 2] = i17; i14 = i15 + 4 | 0; - HEAP32[i14 >> 2] = 216; + HEAP32[i14 >> 2] = 231; i9 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; HEAP32[i18 >> 2] = i9; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 42688) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 45596) | 0; HEAP8[i3 >> 0] = 0; i8 = HEAP32[i11 >> 2] | 0; HEAP32[i7 >> 2] = i8; @@ -46529,8 +47914,8 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE if (__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIwEERNS_10unique_ptrIwPFvPvEEERPwSM_(i10, i19, i4, i18, i2, i12, i3, i1, i15, i5, i17 + 400 | 0) | 0) { if (!(HEAP8[i6 >> 0] & 1)) HEAP8[i6 >> 0] = 0; else HEAP32[HEAP32[i6 + 8 >> 2] >> 2] = 0; HEAP32[i6 + 4 >> 2] = 0; - if (HEAP8[i3 >> 0] | 0) __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw(i6, FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 44 >> 2] & 31](i1, 45) | 0); - i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 44 >> 2] & 31](i1, 48) | 0; + if (HEAP8[i3 >> 0] | 0) __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw(i6, FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 44 >> 2] & 63](i1, 45) | 0); + i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 44 >> 2] & 63](i1, 48) | 0; i4 = HEAP32[i5 >> 2] | 0; i2 = i4 + -4 | 0; i1 = HEAP32[i15 >> 2] | 0; @@ -46577,174 +47962,6 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE return i2 | 0; } -function __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i7, i4) { - i7 = i7 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i8 = 0; - i8 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i6 = i8 + 4 | 0; - i5 = i8; - i1 = __ZN4wasm7Element4listEv(i4) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) | 0; - if ((i1 | 0) != (HEAP32[10112] | 0)) { - if ((i1 | 0) == (HEAP32[10103] | 0)) { - HEAP32[i6 >> 2] = 0; - i3 = __ZN4wasm7Element4listEv(i4) | 0; - if (!(HEAP8[HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] >> 0] | 0)) { - i1 = __ZN4wasm7Element4listEv(i4) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i6 >> 2] = i1; - i1 = i7 + 32 | 0; - i2 = 2; - } else { - i1 = i7 + 32 | 0; - i2 = __ZN4wasm4Name7fromIntEj(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i6 >> 2] = i2; - i2 = 1; - } - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; - while (1) { - if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i4) | 0) >>> 0) { - i2 = 15; - break; - } - i1 = __ZN4wasm7ElementixEj(i4, i2) | 0; - i3 = __ZN4wasm7Element4listEv(i1) | 0; - i3 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0; - if ((i3 | 0) == (HEAP32[10105] | 0)) { - i2 = 10; - break; - } - if ((i3 | 0) == (HEAP32[10112] | 0)) { - i2 = 12; - break; - } else i2 = i2 + 1 | 0; - } - if ((i2 | 0) == 10) { - i5 = __ZN4wasm7Element4listEv(i1) | 0; - i5 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i7, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; - i7 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i7 + 40 | 0, i6) | 0; - HEAP32[i7 >> 2] = i5; - } else if ((i2 | 0) == 12) { - i1 = __ZN4wasm7Element4listEv(i1) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i5 >> 2] = i1; - i1 = HEAP32[i7 >> 2] | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i1 + 48 | 0, i5) | 0) == (i1 + 52 | 0)) { - __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); - i1 = HEAP32[i7 >> 2] | 0; - } - i5 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1 + 48 | 0, i5) | 0; - i5 = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0; - i7 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i7 + 40 | 0, i6) | 0; - HEAP32[i7 >> 2] = i5; - } else if ((i2 | 0) == 15) { - i7 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i7 + 40 | 0, i6) | 0; - HEAP32[i7 >> 2] = 0; - } - } - } else __ZN4wasm22SExpressionWasmBuilder9parseTypeERNS_7ElementE(i7, i4); - STACKTOP = i8; - return; -} - -function __ZNKSt3__120__time_get_c_storageIcE8__monthsEv(i1) { - i1 = i1 | 0; - var i2 = 0; - if ((HEAP8[39648] | 0) == 0 ? ___cxa_guard_acquire(39648) | 0 : 0) { - if ((HEAP8[39656] | 0) == 0 ? ___cxa_guard_acquire(39656) | 0 : 0) { - i1 = 42900; - do { - i2 = 0; - while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; - } - i1 = i1 + 12 | 0; - } while ((i1 | 0) != 43188); - ___cxa_atexit(209, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(39656); - } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42900, 35440) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42912, 35448) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42924, 35457) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42936, 35463) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42948, 35469) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42960, 35473) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42972, 35478) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42984, 35483) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42996, 35490) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43008, 35500) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43020, 35508) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43032, 35517) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43044, 35526) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43056, 35530) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43068, 35534) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43080, 35538) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43092, 35469) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43104, 35542) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43116, 35546) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43128, 35550) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43140, 35554) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43152, 35558) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43164, 35562) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43176, 35566) | 0; - HEAP32[10797] = 42900; - ___cxa_guard_release(39648); - } - return HEAP32[10797] | 0; -} - -function __ZNKSt3__120__time_get_c_storageIwE8__monthsEv(i1) { - i1 = i1 | 0; - var i2 = 0; - if ((HEAP8[39728] | 0) == 0 ? ___cxa_guard_acquire(39728) | 0 : 0) { - if ((HEAP8[39736] | 0) == 0 ? ___cxa_guard_acquire(39736) | 0 : 0) { - i1 = 43712; - do { - i2 = 0; - while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; - } - i1 = i1 + 12 | 0; - } while ((i1 | 0) != 44e3); - ___cxa_atexit(213, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(39736); - } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43712, 10144) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43724, 10176) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43736, 10212) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43748, 10236) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43760, 10260) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43772, 10276) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43784, 10296) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43796, 10316) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43808, 10344) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43820, 10384) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43832, 10416) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43844, 10452) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43856, 10488) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43868, 10504) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43880, 10520) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43892, 10536) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43904, 10260) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43916, 10552) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43928, 10568) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43940, 10584) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43952, 10600) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43964, 10616) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43976, 10632) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43988, 10648) | 0; - HEAP32[11e3] = 43712; - ___cxa_guard_release(39728); - } - return HEAP32[11e3] | 0; -} - function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_bRNS_8ios_baseERjRNS_12basic_stringIcS3_NS_9allocatorIcEEEE(i1, i10, i11, i4, i2, i12, i6) { i1 = i1 | 0; i10 = i10 | 0; @@ -46765,10 +47982,10 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE i7 = i16; HEAP32[i15 >> 2] = i17; i14 = i15 + 4 | 0; - HEAP32[i14 >> 2] = 216; + HEAP32[i14 >> 2] = 231; i9 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; HEAP32[i18 >> 2] = i9; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 42656) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 45564) | 0; HEAP8[i3 >> 0] = 0; i8 = HEAP32[i11 >> 2] | 0; HEAP32[i7 >> 2] = i8; @@ -46783,8 +48000,8 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE HEAP8[HEAP32[i6 + 8 >> 2] >> 0] = 0; HEAP32[i6 + 4 >> 2] = 0; } - if (HEAP8[i3 >> 0] | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 45) | 0); - i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 48) | 0; + if (HEAP8[i3 >> 0] | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 45) | 0); + i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 48) | 0; i4 = HEAP32[i5 >> 2] | 0; i2 = i4 + -1 | 0; i1 = HEAP32[i15 >> 2] | 0; @@ -46826,14 +48043,327 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE return i2 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitHostEPNS_4HostE(i6, i3, i1) { - i6 = i6 | 0; +function __ZN4wasm17WasmBinaryBuilder14maybeVisitImplEPNS_4LoadEh(i4, i3, i1) { + i4 = i4 | 0; i3 = i3 | 0; i1 = i1 | 0; - var i2 = 0, i4 = 0, i5 = 0, i7 = 0; + var i2 = 0, i5 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i6; + do switch (i1 & 255 | 0) { + case 32: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 1; + HEAP8[i3 + 12 >> 0] = 1; + i1 = 1; + i5 = 16; + break; + } + case 33: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 1; + HEAP8[i3 + 12 >> 0] = 0; + i1 = 1; + i5 = 16; + break; + } + case 34: + { + HEAP32[i3 + 8 >> 2] = 2; + HEAP32[i3 + 4 >> 2] = 1; + HEAP8[i3 + 12 >> 0] = 1; + i1 = 2; + i5 = 16; + break; + } + case 35: + { + HEAP32[i3 + 8 >> 2] = 2; + HEAP32[i3 + 4 >> 2] = 1; + HEAP8[i3 + 12 >> 0] = 0; + i1 = 2; + i5 = 16; + break; + } + case 42: + { + HEAP32[i3 + 8 >> 2] = 4; + HEAP32[i3 + 4 >> 2] = 1; + i1 = 4; + i5 = 16; + break; + } + case 36: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 2; + HEAP8[i3 + 12 >> 0] = 1; + i1 = 1; + i5 = 16; + break; + } + case 37: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 2; + HEAP8[i3 + 12 >> 0] = 0; + i1 = 1; + i5 = 16; + break; + } + case 38: + { + HEAP32[i3 + 8 >> 2] = 2; + HEAP32[i3 + 4 >> 2] = 2; + HEAP8[i3 + 12 >> 0] = 1; + i1 = 2; + i5 = 16; + break; + } + case 39: + { + HEAP32[i3 + 8 >> 2] = 2; + HEAP32[i3 + 4 >> 2] = 2; + HEAP8[i3 + 12 >> 0] = 0; + i1 = 2; + i5 = 16; + break; + } + case 40: + { + HEAP32[i3 + 8 >> 2] = 4; + HEAP32[i3 + 4 >> 2] = 2; + HEAP8[i3 + 12 >> 0] = 1; + i1 = 4; + i5 = 16; + break; + } + case 41: + { + HEAP32[i3 + 8 >> 2] = 4; + HEAP32[i3 + 4 >> 2] = 2; + HEAP8[i3 + 12 >> 0] = 0; + i1 = 4; + i5 = 16; + break; + } + case 43: + { + HEAP32[i3 + 8 >> 2] = 8; + HEAP32[i3 + 4 >> 2] = 2; + i1 = 8; + i5 = 16; + break; + } + case 44: + { + HEAP32[i3 + 8 >> 2] = 4; + HEAP32[i3 + 4 >> 2] = 3; + i1 = 4; + i5 = 16; + break; + } + case 45: + { + HEAP32[i3 + 8 >> 2] = 8; + HEAP32[i3 + 4 >> 2] = 4; + i1 = 8; + i5 = 16; + break; + } + default: + i1 = 0; + } while (0); + if ((i5 | 0) == 16) { + if (HEAP8[i4 + 12 >> 0] | 0) { + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19965) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i1 + (HEAP32[(HEAP32[i1 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i1, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i1) | 0; + i1 = HEAP32[i3 + 8 >> 2] | 0; + } + __ZN4wasm17WasmBinaryBuilder16readMemoryAccessERjjS1_(i4, i3 + 20 | 0, i1, i3 + 16 | 0); + i1 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[i3 + 24 >> 2] = i1; + i1 = 1; + } + STACKTOP = i6; + return i1 | 0; +} + +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitBlockEPNS_5BlockE(i13, i15, i1) { + i13 = i13 | 0; + i15 = i15 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0, i16 = 0; + i16 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i9 = i16 + 24 | 0; + i14 = i16 + 28 | 0; + i10 = i16; + HEAP32[i9 >> 2] = i1; + HEAP32[i14 >> 2] = 0; + i11 = i14 + 4 | 0; + HEAP32[i11 >> 2] = 0; + HEAP32[i14 + 8 >> 2] = 0; + i3 = i14 + 8 | 0; + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i14, i9); + while (1) { + i2 = HEAP32[i1 + 12 >> 2] | 0; + if ((HEAP32[i1 + 16 >> 2] | 0) == (i2 | 0)) break; + if (!(__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i2 >> 2] | 0) | 0)) break; + i1 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[HEAP32[i1 + 12 >> 2] >> 2] | 0) | 0; + HEAP32[i9 >> 2] = i1; + i2 = HEAP32[i11 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i3 >> 2] | 0)) { + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i14, i9); + continue; + } else { + HEAP32[i2 >> 2] = i1; + HEAP32[i11 >> 2] = (HEAP32[i11 >> 2] | 0) + 4; + continue; + } + } + HEAP32[i13 >> 2] = 0; + i7 = i13 + 8 | 0; + HEAP32[i7 >> 2] = 0; + HEAP32[i7 + 4 >> 2] = 0; + i7 = i13 + 16 | 0; + HEAP32[i7 >> 2] = 0; + i4 = HEAP32[i11 >> 2] | 0; + i8 = HEAP32[i4 + -4 >> 2] | 0; + i2 = i4; + i1 = 0; + while (1) { + if ((i2 | 0) == (HEAP32[i14 >> 2] | 0)) break; + i3 = i4 + -4 | 0; + i6 = HEAP32[i3 >> 2] | 0; + HEAP32[i9 >> 2] = i6; + i2 = i4; + while (1) { + if ((i2 | 0) == (i3 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i11 >> 2] = i5; + i2 = i5; + } + L16 : do if (!i1) { + i1 = i6 + 12 | 0; + i2 = i6 + 16 | 0; + i3 = (i6 | 0) != (i8 | 0); + i5 = 0; + while (1) { + i4 = HEAP32[i1 >> 2] | 0; + if (i5 >>> 0 >= (HEAP32[i2 >> 2] | 0) - i4 >> 2 >>> 0) { + i1 = 0; + break L16; + } + if (!((i5 | 0) == 0 & i3) ? (__ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i10, i15, HEAP32[i4 + (i5 << 2) >> 2] | 0), HEAP32[i13 >> 2] = HEAP32[i10 >> 2], HEAP32[i13 + 4 >> 2] = HEAP32[i10 + 4 >> 2], HEAP32[i13 + 8 >> 2] = HEAP32[i10 + 8 >> 2], HEAP32[i13 + 12 >> 2] = HEAP32[i10 + 12 >> 2], HEAP32[i13 + 16 >> 2] = HEAP32[i10 + 16 >> 2], i12 = HEAP32[i7 >> 2] | 0, i12 | 0) : 0) { + i1 = i12; + break; + } + i5 = i5 + 1 | 0; + } + if ((i1 | 0) == (HEAP32[i6 + 8 >> 2] | 0)) { + HEAP32[i7 >> 2] = 0; + i1 = 0; + } + } else if ((i1 | 0) == (HEAP32[i6 + 8 >> 2] | 0)) { + HEAP32[i7 >> 2] = 0; + i1 = 0; + } while (0); + i4 = HEAP32[i11 >> 2] | 0; + i2 = i4; + } + __ZNSt3__113__vector_baseIPN4wasm5BlockENS_9allocatorIS3_EEED2Ev(i14); + STACKTOP = i16; + return; +} + +function __ZN4wasm17WasmBinaryBuilder15getInlineStringEv(i12) { + i12 = i12 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i13 = 0; + i13 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i6 = i13 + 28 | 0; + i7 = i13 + 24 | 0; + i11 = i13 + 12 | 0; + i9 = i13; + i10 = i12 + 12 | 0; + if (HEAP8[i10 >> 0] | 0) { + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18229) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i6 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i6); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; + } + i8 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i12) | 0; + i1 = 0; + while (1) { + if ((i1 | 0) == 3) break; + HEAP32[i11 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; + } + i1 = i11 + 1 | 0; + i2 = i11 + 8 | 0; + i3 = i11 + 4 | 0; + i5 = 0; + while (1) { + if (i5 >>> 0 >= i8 >>> 0) break; + __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS9_S6_(i9, i11, __ZN4wasm17WasmBinaryBuilder7getInt8Ev(i12) | 0); + if (!(HEAP8[i11 >> 0] & 1)) { + HEAP8[i1 >> 0] = 0; + HEAP8[i11 >> 0] = 0; + } else { + HEAP8[HEAP32[i2 >> 2] >> 0] = 0; + HEAP32[i3 >> 2] = 0; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i11, 0); + HEAP32[i11 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i11 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; + HEAP32[i11 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; + i4 = 0; + while (1) { + if ((i4 | 0) == 3) break; + HEAP32[i9 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); + i5 = i5 + 1 | 0; + } + if (HEAP8[i10 >> 0] | 0) { + i12 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_ostreamIT_T0_EES9_RKNS_12basic_stringIS6_S7_T1_EE(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18664) | 0, i11) | 0, 18244) | 0; + i10 = __ZNKSt3__18ios_base6getlocEv(i12 + (HEAP32[(HEAP32[i12 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i6 >> 2] = i10; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45564) | 0; + i10 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 63](i10, 10) | 0; + __ZNSt3__16localeD2Ev(i6); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i12, i10) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i12) | 0; + } + __ZN4wasm4NameC2ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i7, i11); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); + STACKTOP = i13; + return HEAP32[i7 >> 2] | 0; +} + +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitHostEPNS_4HostE(i6, i2, i1) { + i6 = i6 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i7; + i3 = i7; L1 : do switch (HEAP32[i1 + 8 >> 2] | 0) { case 0: { @@ -46844,7 +48374,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 1: { - i5 = HEAP32[(HEAP32[i3 + 4 >> 2] | 0) + 8 >> 2] | 0; + i5 = HEAP32[(HEAP32[i2 + 4 >> 2] | 0) + 20 >> 2] | 0; HEAP32[i6 >> 2] = 1; HEAP32[i6 + 8 >> 2] = i5; HEAP32[i6 + 16 >> 2] = 0; @@ -46852,55 +48382,54 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 2: { - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i3, HEAP32[HEAP32[i1 + 16 >> 2] >> 2] | 0); - if (!(HEAP32[i2 + 16 >> 2] | 0)) { - i4 = __ZNK4wasm7Literal6geti32Ev(i2) | 0; - if (i4 & 65535 | 0) { - i5 = HEAP32[(HEAP32[i3 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 21339); + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i3, i2, HEAP32[HEAP32[i1 + 16 >> 2] >> 2] | 0); + if (!(HEAP32[i3 + 16 >> 2] | 0)) { + i4 = i2 + 4 | 0; + i5 = HEAP32[(HEAP32[i4 >> 2] | 0) + 20 >> 2] | 0; + i3 = __ZNK4wasm7Literal6geti32Ev(i3) | 0; + if (i3 & 65535 | 0) { + i2 = HEAP32[(HEAP32[i4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i2, 24061); } - i5 = i3 + 4 | 0; - if (i4 >>> 0 > 4294901759) { - i3 = HEAP32[(HEAP32[i5 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 127](i3, 21370); + if (i3 >>> 0 > 4294901759) { + i2 = HEAP32[(HEAP32[i4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i2, 24092); } - i2 = HEAP32[i5 >> 2] | 0; - i1 = HEAP32[i2 + 8 >> 2] | 0; - if (i1 >>> 0 >= ~i4 >>> 0) { - i2 = HEAP32[i2 + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i2, 21407); - i2 = HEAP32[i5 >> 2] | 0; - i1 = HEAP32[i2 + 8 >> 2] | 0; + i2 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i2 + 20 >> 2] | 0; + if (i1 >>> 0 >= ~i3 >>> 0) { + i2 = HEAP32[i2 + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i2, 24129); + i2 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i2 + 20 >> 2] | 0; } - i3 = i1 + i4 | 0; + i3 = i1 + i3 | 0; if (i3 >>> 0 > (HEAP32[(HEAP32[i2 >> 2] | 0) + 112 >> 2] | 0) >>> 0) { - i1 = HEAP32[i2 + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 21445); - i1 = HEAP32[i5 >> 2] | 0; + i1 = HEAP32[i2 + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 24167); + i1 = HEAP32[i4 >> 2] | 0; i2 = i1; - i1 = HEAP32[i1 + 8 >> 2] | 0; + i1 = HEAP32[i1 + 20 >> 2] | 0; } - i4 = HEAP32[i2 + 12 >> 2] | 0; - FUNCTION_TABLE_viii[HEAP32[(HEAP32[i4 >> 2] | 0) + 16 >> 2] & 15](i4, i1, i3); - HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] = i3; - HEAP32[i6 >> 2] = 0; - i5 = i6 + 8 | 0; - HEAP32[i5 >> 2] = 0; - HEAP32[i5 + 4 >> 2] = 0; + i2 = HEAP32[i2 + 24 >> 2] | 0; + FUNCTION_TABLE_viii[HEAP32[(HEAP32[i2 >> 2] | 0) + 16 >> 2] & 15](i2, i1, i3); + HEAP32[(HEAP32[i4 >> 2] | 0) + 20 >> 2] = i3; + HEAP32[i6 >> 2] = 1; + HEAP32[i6 + 8 >> 2] = i5; HEAP32[i6 + 16 >> 2] = 0; } else { - HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i6 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i6 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - HEAP32[i6 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; - HEAP32[i6 + 16 >> 2] = HEAP32[i2 + 16 >> 2]; - HEAP32[i6 + 20 >> 2] = HEAP32[i2 + 20 >> 2]; + HEAP32[i6 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i6 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i6 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i6 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; + HEAP32[i6 + 16 >> 2] = HEAP32[i3 + 16 >> 2]; + HEAP32[i6 + 20 >> 2] = HEAP32[i3 + 20 >> 2]; } break; } case 3: { - i5 = (HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[10140] | 0); + i5 = (HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[10865] | 0); HEAP32[i6 >> 2] = 1; i1 = i6 + 8 | 0; if (i5) { @@ -46920,6 +48449,233 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } +function __ZNKSt3__120__time_get_c_storageIwE8__monthsEv(i1) { + i1 = i1 | 0; + var i2 = 0; + if ((HEAP8[42616] | 0) == 0 ? ___cxa_guard_acquire(42616) | 0 : 0) { + if ((HEAP8[42624] | 0) == 0 ? ___cxa_guard_acquire(42624) | 0 : 0) { + i1 = 46620; + do { + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + i1 = i1 + 12 | 0; + } while ((i1 | 0) != 46908); + ___cxa_atexit(228, 0, ___dso_handle | 0) | 0; + } + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46620, 10504) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46632, 10536) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46644, 10572) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46656, 10596) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46668, 10620) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46680, 10636) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46692, 10656) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46704, 10676) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46716, 10704) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46728, 10744) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46740, 10776) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46752, 10812) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46764, 10848) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46776, 10864) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46788, 10880) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46800, 10896) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46812, 10620) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46824, 10912) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46836, 10928) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46848, 10944) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46860, 10960) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46872, 10976) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46884, 10992) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46896, 11008) | 0; + HEAP32[11727] = 46620; + } + return HEAP32[11727] | 0; +} + +function __ZNKSt3__120__time_get_c_storageIcE8__monthsEv(i1) { + i1 = i1 | 0; + var i2 = 0; + if ((HEAP8[42536] | 0) == 0 ? ___cxa_guard_acquire(42536) | 0 : 0) { + if ((HEAP8[42544] | 0) == 0 ? ___cxa_guard_acquire(42544) | 0 : 0) { + i1 = 45808; + do { + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + i1 = i1 + 12 | 0; + } while ((i1 | 0) != 46096); + ___cxa_atexit(224, 0, ___dso_handle | 0) | 0; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45808, 38379) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45820, 38387) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45832, 38396) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45844, 38402) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45856, 38408) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45868, 38412) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45880, 38417) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45892, 38422) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45904, 38429) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45916, 38439) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45928, 38447) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45940, 38456) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45952, 38465) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45964, 38469) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45976, 38473) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45988, 38477) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(46e3, 38408) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(46012, 38481) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(46024, 38485) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(46036, 38489) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(46048, 38493) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(46060, 38497) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(46072, 38501) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(46084, 38505) | 0; + HEAP32[11524] = 45808; + } + return HEAP32[11524] | 0; +} + +function __ZN4wasm17WasmBinaryBuilder11readExportsEv(i11) { + i11 = i11 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i12; + i2 = i11 + 12 | 0; + if (HEAP8[i2 >> 0] | 0) { + i10 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 20049) | 0; + i9 = __ZNKSt3__18ios_base6getlocEv(i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i9; + i9 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i9 >> 2] | 0) + 28 >> 2] & 63](i9, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i10, i9) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i10) | 0; + } + i3 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i11) | 0; + if (HEAP8[i2 >> 0] | 0) { + i10 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18545) | 0, i3) | 0; + i9 = __ZNKSt3__18ios_base6getlocEv(i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i9; + i9 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i9 >> 2] | 0) + 28 >> 2] & 63](i9, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i10, i9) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i10) | 0; + } + i4 = i11 + 4 | 0; + i5 = i11 + 24 | 0; + i6 = i11 + 28 | 0; + i7 = i11 + 64 | 0; + i10 = 0; + while (1) { + if (i10 >>> 0 >= i3 >>> 0) { + i1 = 7; + break; + } + if (HEAP8[i2 >> 0] | 0) { + i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18551) | 0; + i8 = __ZNKSt3__18ios_base6getlocEv(i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i8; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 63](i8, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i9, i8) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i9) | 0; + } + i8 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = i8; + i9 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i11) | 0; + if (i9 >>> 0 >= (HEAP32[i6 >> 2] | 0) - (HEAP32[i5 >> 2] | 0) >> 2 >>> 0) { + i1 = 11; + break; + } + i13 = __ZN4wasm17WasmBinaryBuilder15getInlineStringEv(i11) | 0; + HEAP32[i8 >> 2] = i13; + i8 = __ZNSt3__13mapIPN4wasm6ExportEjNS_4lessIS3_EENS_9allocatorINS_4pairIKS3_jEEEEEixERS8_(i7, i1) | 0; + HEAP32[i8 >> 2] = i9; + i10 = i10 + 1 | 0; + } + if ((i1 | 0) == 7) { + STACKTOP = i12; + return; + } else if ((i1 | 0) == 11) ___assert_fail(20064, 18162, 1457, 20093); +} + +function __ZN4wasm17WasmBinaryBuilder22readFunctionSignaturesEv(i10) { + i10 = i10 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0, i12 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i3 = i11; + i4 = i10 + 12 | 0; + if (HEAP8[i4 >> 0] | 0) { + i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18682) | 0; + i8 = __ZNKSt3__18ios_base6getlocEv(i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i3 >> 2] = i8; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 45564) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 63](i8, 10) | 0; + __ZNSt3__16localeD2Ev(i3); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i9, i8) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i9) | 0; + } + i5 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0; + if (HEAP8[i4 >> 0] | 0) { + i9 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18545) | 0, i5) | 0; + i8 = __ZNKSt3__18ios_base6getlocEv(i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i3 >> 2] = i8; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 45564) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 63](i8, 10) | 0; + __ZNSt3__16localeD2Ev(i3); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i9, i8) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i9) | 0; + } + i6 = i10 + 28 | 0; + i7 = i10 + 32 | 0; + i8 = i10 + 24 | 0; + i9 = 0; + while (1) { + if (i9 >>> 0 >= i5 >>> 0) { + i1 = 7; + break; + } + if (HEAP8[i4 >> 0] | 0) { + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18551) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i2 + (HEAP32[(HEAP32[i2 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i3 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 10) | 0; + __ZNSt3__16localeD2Ev(i3); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i2, i1) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i2) | 0; + } + i1 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0; + i12 = HEAP32[i10 >> 2] | 0; + i2 = HEAP32[i12 >> 2] | 0; + if (i1 >>> 0 >= (HEAP32[i12 + 4 >> 2] | 0) - i2 >> 2 >>> 0) { + i1 = 11; + break; + } + i1 = i2 + (i1 << 2) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i7 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i8, i1); else { + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; + } + i9 = i9 + 1 | 0; + } + if ((i1 | 0) == 7) { + STACKTOP = i11; + return; + } else if ((i1 | 0) == 11) ___assert_fail(18596, 18162, 1372, 18708); +} + function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i17, i16, i12) { i17 = i17 | 0; i16 = i16 | 0; @@ -47018,6 +48774,227 @@ function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CString return; } +function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE4walkERPNS_10ExpressionE(i1, i11) { + i1 = i1 | 0; + i11 = i11 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i12 + 20 | 0; + i10 = i12 + 8 | 0; + i2 = i12; + i3 = HEAP32[i11 >> 2] | 0; + if (i3 | 0) { + if (__ZN4wasm10Expression2isINS_5BlockEEEbv(i3) | 0) { + i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + HEAP32[i10 >> 2] = 0; + i9 = i10 + 4 | 0; + HEAP32[i9 >> 2] = 0; + HEAP32[i10 + 8 >> 2] = 0; + i4 = i10 + 8 | 0; + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + while (1) { + i3 = HEAP32[i2 + 12 >> 2] | 0; + if ((HEAP32[i2 + 16 >> 2] | 0) == (i3 | 0)) break; + if (!(__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i3 >> 2] | 0) | 0)) break; + i2 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[HEAP32[i2 + 12 >> 2] >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + i3 = HEAP32[i9 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i4 >> 2] | 0)) { + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + continue; + } else { + HEAP32[i3 >> 2] = i2; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 4; + continue; + } + } + i2 = i1 + 4 | 0; + i7 = (HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2; + L13 : while (1) { + i6 = i7 + -1 | 0; + if ((i7 | 0) <= 0) break; + i5 = HEAP32[(HEAP32[i10 >> 2] | 0) + (i6 << 2) >> 2] | 0; + i4 = i5 + 12 | 0; + i5 = i5 + 16 | 0; + i8 = 0; + while (1) { + i13 = HEAP32[i4 >> 2] | 0; + i3 = i13; + if (i8 >>> 0 >= (HEAP32[i5 >> 2] | 0) - i13 >> 2 >>> 0) { + i7 = i6; + continue L13; + } + if ((i8 | 0) == 0 ? (i7 | 0) < ((HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2 | 0) : 0) { + __ZN4wasm11WasmVisitorINS_17RemoveUnusedNamesEvE5visitEPNS_10ExpressionE(i1, HEAP32[i3 >> 2] | 0); + i3 = HEAP32[i2 >> 2] | 0; + if (i3 | 0) { + HEAP32[HEAP32[i4 >> 2] >> 2] = i3; + HEAP32[i2 >> 2] = 0; + } + } else FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + (i8 << 2) | 0); + i8 = i8 + 1 | 0; + } + } + __ZNSt3__113__vector_baseIPN4wasm5BlockENS_9allocatorIS3_EEED2Ev(i10); + } else { + HEAP32[i2 >> 2] = 4368; + HEAP32[i2 + 4 >> 2] = i1; + __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE5visitEPNS_10ExpressionE(i2, HEAP32[i11 >> 2] | 0); + i2 = i1 + 4 | 0; + } + __ZN4wasm11WasmVisitorINS_17RemoveUnusedNamesEvE5visitEPNS_10ExpressionE(i1, HEAP32[i11 >> 2] | 0); + i1 = HEAP32[i2 >> 2] | 0; + if (i1 | 0) { + HEAP32[i11 >> 2] = i1; + HEAP32[i2 >> 2] = 0; + } + } + STACKTOP = i12; + return; +} + +function __ZN4wasm17WasmBinaryBuilder15visitCallImportEPNS_10CallImportE(i10, i9) { + i10 = i10 | 0; + i9 = i9 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i11 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i11 + 8 | 0; + i3 = i11 + 4 | 0; + i4 = i11; + i6 = i10 + 12 | 0; + if (HEAP8[i6 >> 0] | 0) { + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19209) | 0; + i7 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 63](i7, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i7) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; + } + i5 = i9 + 20 | 0; + i1 = HEAP32[i10 >> 2] | 0; + i8 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0; + HEAP32[i5 >> 2] = HEAP32[HEAP32[(HEAP32[i1 + 12 >> 2] | 0) + (i8 << 2) >> 2] >> 2]; + i8 = HEAP32[i10 >> 2] | 0; + i1 = i8 + 60 | 0; + if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i1, i5) | 0) == (i8 + 64 | 0)) ___assert_fail(19229, 18162, 1712, 19289); + i7 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i5) | 0; + i7 = HEAP32[(HEAP32[i7 >> 2] | 0) + 12 >> 2] | 0; + if (!i7) ___assert_fail(28316, 18162, 1714, 19289); + i8 = (HEAP32[i7 + 12 >> 2] | 0) - (HEAP32[i7 + 8 >> 2] | 0) >> 2; + if (HEAP8[i6 >> 0] | 0) { + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19305) | 0; + HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i2) | 0, 19326) | 0; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i2) | 0, 19338) | 0, i8) | 0, 19344) | 0; + } + i1 = i9 + 8 | 0; + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6resizeEj(i1, i8); + i2 = i8 + -1 | 0; + i3 = 0; + while (1) { + if ((i3 | 0) == (i8 | 0)) break; + i6 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i10) | 0; + HEAP32[(HEAP32[i1 >> 2] | 0) + (i2 - i3 << 2) >> 2] = i6; + i3 = i3 + 1 | 0; + } + HEAP32[i9 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + STACKTOP = i11; + return; +} + +function __ZN4wasm16PrintSExpression10visitBlockEPNS_5BlockE(i13, i1) { + i13 = i13 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0; + i14 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i14 + 20 | 0; + i9 = i14 + 4 | 0; + i12 = i14 + 8 | 0; + i6 = i14; + HEAP32[i9 >> 2] = i1; + HEAP32[i12 >> 2] = 0; + i10 = i12 + 4 | 0; + HEAP32[i10 >> 2] = 0; + HEAP32[i12 + 8 >> 2] = 0; + i7 = i12 + 8 | 0; + i11 = i13 + 4 | 0; + i8 = i13 + 8 | 0; + i3 = 0; + i2 = 0; + i4 = 0; + while (1) { + if ((i4 | 0) != (i3 | 0)) { + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i11 >> 2] | 0, HEAP32[i8 >> 2] | 0) | 0; + i2 = HEAP32[i10 >> 2] | 0; + } + if ((i2 | 0) == (HEAP32[i7 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i12, i9); else { + HEAP32[i2 >> 2] = i1; + HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 4; + } + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i11 >> 2] | 0, 33133, 0) | 0; + i1 = HEAP32[i9 >> 2] | 0; + if (HEAP32[i1 + 8 >> 2] | 0) { + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i11 >> 2] | 0, 32) | 0; + HEAP32[i6 >> 2] = HEAP32[i1 + 8 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i5) | 0; + } + __ZN4wasm16PrintSExpression9incIndentEv(i13); + i2 = HEAP32[i1 + 12 >> 2] | 0; + if ((HEAP32[i1 + 16 >> 2] | 0) == (i2 | 0)) break; + if (!(__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i2 >> 2] | 0) | 0)) break; + i1 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[HEAP32[i1 + 12 >> 2] >> 2] | 0) | 0; + HEAP32[i9 >> 2] = i1; + i4 = HEAP32[i10 >> 2] | 0; + i3 = HEAP32[i12 >> 2] | 0; + i2 = i4; + } + i3 = HEAP32[i10 >> 2] | 0; + i7 = HEAP32[i3 + -4 >> 2] | 0; + i1 = i3; + while (1) { + if ((i1 | 0) == (HEAP32[i12 >> 2] | 0)) break; + i2 = i3 + -4 | 0; + i4 = HEAP32[i2 >> 2] | 0; + HEAP32[i9 >> 2] = i4; + i1 = i3; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + i8 = i1 + -4 | 0; + HEAP32[i10 >> 2] = i8; + i1 = i8; + } + i5 = i4 + 12 | 0; + i6 = i4 + 16 | 0; + i1 = (i4 | 0) != (i7 | 0); + i3 = 0; + while (1) { + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i6 >> 2] | 0) - i2 >> 2 >>> 0) break; + if ((i3 | 0) == 0 & i1) { + __ZN4wasm16PrintSExpression9decIndentEv(i13); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i11 >> 2] | 0, 10) | 0; + } else __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i13, HEAP32[i2 + (i3 << 2) >> 2] | 0); + i3 = i3 + 1 | 0; + } + i3 = HEAP32[i10 >> 2] | 0; + i1 = i3; + } + __ZN4wasm16PrintSExpression9decIndentEv(i13); + __ZNSt3__113__vector_baseIPN4wasm5BlockENS_9allocatorIS3_EEED2Ev(i12); + STACKTOP = i14; + return; +} + function __ZNKSt3__17codecvtIwc11__mbstate_tE5do_inERS1_PKcS5_RS5_PwS7_RS7_(i4, i8, i1, i13, i14, i2, i9, i12) { i4 = i4 | 0; i8 = i8 | 0; @@ -47160,6 +49137,492 @@ function __ZNKSt3__17codecvtIwc11__mbstate_tE5do_inERS1_PKcS5_RS5_PwS7_RS7_(i4, return i1 | 0; } +function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE4walkERPNS_10ExpressionE(i1, i11) { + i1 = i1 | 0; + i11 = i11 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i12 + 20 | 0; + i10 = i12 + 8 | 0; + i2 = i12; + i3 = HEAP32[i11 >> 2] | 0; + if (i3 | 0) { + if (__ZN4wasm10Expression2isINS_5BlockEEEbv(i3) | 0) { + i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + HEAP32[i10 >> 2] = 0; + i9 = i10 + 4 | 0; + HEAP32[i9 >> 2] = 0; + HEAP32[i10 + 8 >> 2] = 0; + i4 = i10 + 8 | 0; + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + while (1) { + i3 = HEAP32[i2 + 12 >> 2] | 0; + if ((HEAP32[i2 + 16 >> 2] | 0) == (i3 | 0)) break; + if (!(__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i3 >> 2] | 0) | 0)) break; + i2 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[HEAP32[i2 + 12 >> 2] >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + i3 = HEAP32[i9 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i4 >> 2] | 0)) { + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + continue; + } else { + HEAP32[i3 >> 2] = i2; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 4; + continue; + } + } + i2 = i1 + 4 | 0; + i7 = (HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2; + L13 : while (1) { + i6 = i7 + -1 | 0; + if ((i7 | 0) <= 0) break; + i5 = HEAP32[(HEAP32[i10 >> 2] | 0) + (i6 << 2) >> 2] | 0; + i4 = i5 + 12 | 0; + i5 = i5 + 16 | 0; + i8 = 0; + while (1) { + i13 = HEAP32[i4 >> 2] | 0; + i3 = i13; + if (i8 >>> 0 >= (HEAP32[i5 >> 2] | 0) - i13 >> 2 >>> 0) { + i7 = i6; + continue L13; + } + if ((i8 | 0) == 0 ? (i7 | 0) < ((HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2 | 0) : 0) { + __ZN4wasm11WasmVisitorINS_15RemoveUnusedBrsEvE5visitEPNS_10ExpressionE(i1, HEAP32[i3 >> 2] | 0); + i3 = HEAP32[i2 >> 2] | 0; + if (i3 | 0) { + HEAP32[HEAP32[i4 >> 2] >> 2] = i3; + HEAP32[i2 >> 2] = 0; + } + } else FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + (i8 << 2) | 0); + i8 = i8 + 1 | 0; + } + } + __ZNSt3__113__vector_baseIPN4wasm5BlockENS_9allocatorIS3_EEED2Ev(i10); + } else { + HEAP32[i2 >> 2] = 4240; + HEAP32[i2 + 4 >> 2] = i1; + __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE5visitEPNS_10ExpressionE(i2, HEAP32[i11 >> 2] | 0); + i2 = i1 + 4 | 0; + } + __ZN4wasm11WasmVisitorINS_15RemoveUnusedBrsEvE5visitEPNS_10ExpressionE(i1, HEAP32[i11 >> 2] | 0); + i1 = HEAP32[i2 >> 2] | 0; + if (i1 | 0) { + HEAP32[i11 >> 2] = i1; + HEAP32[i2 >> 2] = 0; + } + } + STACKTOP = i12; + return; +} + +function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE4walkERPNS_10ExpressionE(i1, i11) { + i1 = i1 | 0; + i11 = i11 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i12 + 20 | 0; + i10 = i12 + 8 | 0; + i2 = i12; + i3 = HEAP32[i11 >> 2] | 0; + if (i3 | 0) { + if (__ZN4wasm10Expression2isINS_5BlockEEEbv(i3) | 0) { + i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + HEAP32[i10 >> 2] = 0; + i9 = i10 + 4 | 0; + HEAP32[i9 >> 2] = 0; + HEAP32[i10 + 8 >> 2] = 0; + i4 = i10 + 8 | 0; + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + while (1) { + i3 = HEAP32[i2 + 12 >> 2] | 0; + if ((HEAP32[i2 + 16 >> 2] | 0) == (i3 | 0)) break; + if (!(__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i3 >> 2] | 0) | 0)) break; + i2 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[HEAP32[i2 + 12 >> 2] >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + i3 = HEAP32[i9 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i4 >> 2] | 0)) { + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + continue; + } else { + HEAP32[i3 >> 2] = i2; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 4; + continue; + } + } + i2 = i1 + 4 | 0; + i7 = (HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2; + L13 : while (1) { + i6 = i7 + -1 | 0; + if ((i7 | 0) <= 0) break; + i5 = HEAP32[(HEAP32[i10 >> 2] | 0) + (i6 << 2) >> 2] | 0; + i4 = i5 + 12 | 0; + i5 = i5 + 16 | 0; + i8 = 0; + while (1) { + i13 = HEAP32[i4 >> 2] | 0; + i3 = i13; + if (i8 >>> 0 >= (HEAP32[i5 >> 2] | 0) - i13 >> 2 >>> 0) { + i7 = i6; + continue L13; + } + if ((i8 | 0) == 0 ? (i7 | 0) < ((HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2 | 0) : 0) { + __ZN4wasm11WasmVisitorINS_14SimplifyLocalsEvE5visitEPNS_10ExpressionE(i1, HEAP32[i3 >> 2] | 0); + i3 = HEAP32[i2 >> 2] | 0; + if (i3 | 0) { + HEAP32[HEAP32[i4 >> 2] >> 2] = i3; + HEAP32[i2 >> 2] = 0; + } + } else FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + (i8 << 2) | 0); + i8 = i8 + 1 | 0; + } + } + __ZNSt3__113__vector_baseIPN4wasm5BlockENS_9allocatorIS3_EEED2Ev(i10); + } else { + HEAP32[i2 >> 2] = 4624; + HEAP32[i2 + 4 >> 2] = i1; + __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE5visitEPNS_10ExpressionE(i2, HEAP32[i11 >> 2] | 0); + i2 = i1 + 4 | 0; + } + __ZN4wasm11WasmVisitorINS_14SimplifyLocalsEvE5visitEPNS_10ExpressionE(i1, HEAP32[i11 >> 2] | 0); + i1 = HEAP32[i2 >> 2] | 0; + if (i1 | 0) { + HEAP32[i11 >> 2] = i1; + HEAP32[i2 >> 2] = 0; + } + } + STACKTOP = i12; + return; +} + +function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE4walkERPNS_10ExpressionE(i1, i11) { + i1 = i1 | 0; + i11 = i11 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i12 + 20 | 0; + i10 = i12 + 8 | 0; + i2 = i12; + i3 = HEAP32[i11 >> 2] | 0; + if (i3 | 0) { + if (__ZN4wasm10Expression2isINS_5BlockEEEbv(i3) | 0) { + i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + HEAP32[i10 >> 2] = 0; + i9 = i10 + 4 | 0; + HEAP32[i9 >> 2] = 0; + HEAP32[i10 + 8 >> 2] = 0; + i4 = i10 + 8 | 0; + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + while (1) { + i3 = HEAP32[i2 + 12 >> 2] | 0; + if ((HEAP32[i2 + 16 >> 2] | 0) == (i3 | 0)) break; + if (!(__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i3 >> 2] | 0) | 0)) break; + i2 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[HEAP32[i2 + 12 >> 2] >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + i3 = HEAP32[i9 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i4 >> 2] | 0)) { + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + continue; + } else { + HEAP32[i3 >> 2] = i2; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 4; + continue; + } + } + i2 = i1 + 4 | 0; + i7 = (HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2; + L13 : while (1) { + i6 = i7 + -1 | 0; + if ((i7 | 0) <= 0) break; + i5 = HEAP32[(HEAP32[i10 >> 2] | 0) + (i6 << 2) >> 2] | 0; + i4 = i5 + 12 | 0; + i5 = i5 + 16 | 0; + i8 = 0; + while (1) { + i13 = HEAP32[i4 >> 2] | 0; + i3 = i13; + if (i8 >>> 0 >= (HEAP32[i5 >> 2] | 0) - i13 >> 2 >>> 0) { + i7 = i6; + continue L13; + } + if ((i8 | 0) == 0 ? (i7 | 0) < ((HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2 | 0) : 0) { + __ZN4wasm11WasmVisitorINS_14PostEmscriptenEvE5visitEPNS_10ExpressionE(i1, HEAP32[i3 >> 2] | 0); + i3 = HEAP32[i2 >> 2] | 0; + if (i3 | 0) { + HEAP32[HEAP32[i4 >> 2] >> 2] = i3; + HEAP32[i2 >> 2] = 0; + } + } else FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + (i8 << 2) | 0); + i8 = i8 + 1 | 0; + } + } + __ZNSt3__113__vector_baseIPN4wasm5BlockENS_9allocatorIS3_EEED2Ev(i10); + } else { + HEAP32[i2 >> 2] = 4496; + HEAP32[i2 + 4 >> 2] = i1; + __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE5visitEPNS_10ExpressionE(i2, HEAP32[i11 >> 2] | 0); + i2 = i1 + 4 | 0; + } + __ZN4wasm11WasmVisitorINS_14PostEmscriptenEvE5visitEPNS_10ExpressionE(i1, HEAP32[i11 >> 2] | 0); + i1 = HEAP32[i2 >> 2] | 0; + if (i1 | 0) { + HEAP32[i11 >> 2] = i1; + HEAP32[i2 >> 2] = 0; + } + } + STACKTOP = i12; + return; +} + +function __ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE4walkERPNS_10ExpressionE(i1, i11) { + i1 = i1 | 0; + i11 = i11 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i12 + 20 | 0; + i10 = i12 + 8 | 0; + i2 = i12; + i3 = HEAP32[i11 >> 2] | 0; + if (i3 | 0) { + if (__ZN4wasm10Expression2isINS_5BlockEEEbv(i3) | 0) { + i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + HEAP32[i10 >> 2] = 0; + i9 = i10 + 4 | 0; + HEAP32[i9 >> 2] = 0; + HEAP32[i10 + 8 >> 2] = 0; + i4 = i10 + 8 | 0; + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + while (1) { + i3 = HEAP32[i2 + 12 >> 2] | 0; + if ((HEAP32[i2 + 16 >> 2] | 0) == (i3 | 0)) break; + if (!(__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i3 >> 2] | 0) | 0)) break; + i2 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[HEAP32[i2 + 12 >> 2] >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + i3 = HEAP32[i9 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i4 >> 2] | 0)) { + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + continue; + } else { + HEAP32[i3 >> 2] = i2; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 4; + continue; + } + } + i2 = i1 + 4 | 0; + i7 = (HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2; + L13 : while (1) { + i6 = i7 + -1 | 0; + if ((i7 | 0) <= 0) break; + i5 = HEAP32[(HEAP32[i10 >> 2] | 0) + (i6 << 2) >> 2] | 0; + i4 = i5 + 12 | 0; + i5 = i5 + 16 | 0; + i8 = 0; + while (1) { + i13 = HEAP32[i4 >> 2] | 0; + i3 = i13; + if (i8 >>> 0 >= (HEAP32[i5 >> 2] | 0) - i13 >> 2 >>> 0) { + i7 = i6; + continue L13; + } + if ((i8 | 0) == 0 ? (i7 | 0) < ((HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2 | 0) : 0) { + __ZN4wasm11WasmVisitorINS_13ReorderLocalsEvE5visitEPNS_10ExpressionE(i1, HEAP32[i3 >> 2] | 0); + i3 = HEAP32[i2 >> 2] | 0; + if (i3 | 0) { + HEAP32[HEAP32[i4 >> 2] >> 2] = i3; + HEAP32[i2 >> 2] = 0; + } + } else FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + (i8 << 2) | 0); + i8 = i8 + 1 | 0; + } + } + __ZNSt3__113__vector_baseIPN4wasm5BlockENS_9allocatorIS3_EEED2Ev(i10); + } else { + HEAP32[i2 >> 2] = 4752; + HEAP32[i2 + 4 >> 2] = i1; + __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEEEvE5visitEPNS_10ExpressionE(i2, HEAP32[i11 >> 2] | 0); + i2 = i1 + 4 | 0; + } + __ZN4wasm11WasmVisitorINS_13ReorderLocalsEvE5visitEPNS_10ExpressionE(i1, HEAP32[i11 >> 2] | 0); + i1 = HEAP32[i2 >> 2] | 0; + if (i1 | 0) { + HEAP32[i11 >> 2] = i1; + HEAP32[i2 >> 2] = 0; + } + } + STACKTOP = i12; + return; +} + +function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE4walkERPNS_10ExpressionE(i1, i11) { + i1 = i1 | 0; + i11 = i11 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i12 + 20 | 0; + i10 = i12 + 8 | 0; + i2 = i12; + i3 = HEAP32[i11 >> 2] | 0; + if (i3 | 0) { + if (__ZN4wasm10Expression2isINS_5BlockEEEbv(i3) | 0) { + i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + HEAP32[i10 >> 2] = 0; + i9 = i10 + 4 | 0; + HEAP32[i9 >> 2] = 0; + HEAP32[i10 + 8 >> 2] = 0; + i4 = i10 + 8 | 0; + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + while (1) { + i3 = HEAP32[i2 + 12 >> 2] | 0; + if ((HEAP32[i2 + 16 >> 2] | 0) == (i3 | 0)) break; + if (!(__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i3 >> 2] | 0) | 0)) break; + i2 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[HEAP32[i2 + 12 >> 2] >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + i3 = HEAP32[i9 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i4 >> 2] | 0)) { + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + continue; + } else { + HEAP32[i3 >> 2] = i2; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 4; + continue; + } + } + i2 = i1 + 4 | 0; + i7 = (HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2; + L13 : while (1) { + i6 = i7 + -1 | 0; + if ((i7 | 0) <= 0) break; + i5 = HEAP32[(HEAP32[i10 >> 2] | 0) + (i6 << 2) >> 2] | 0; + i4 = i5 + 12 | 0; + i5 = i5 + 16 | 0; + i8 = 0; + while (1) { + i13 = HEAP32[i4 >> 2] | 0; + i3 = i13; + if (i8 >>> 0 >= (HEAP32[i5 >> 2] | 0) - i13 >> 2 >>> 0) { + i7 = i6; + continue L13; + } + if ((i8 | 0) == 0 ? (i7 | 0) < ((HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2 | 0) : 0) { + __ZN4wasm11WasmVisitorINS_11MergeBlocksEvE5visitEPNS_10ExpressionE(i1, HEAP32[i3 >> 2] | 0); + i3 = HEAP32[i2 >> 2] | 0; + if (i3 | 0) { + HEAP32[HEAP32[i4 >> 2] >> 2] = i3; + HEAP32[i2 >> 2] = 0; + } + } else FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + (i8 << 2) | 0); + i8 = i8 + 1 | 0; + } + } + __ZNSt3__113__vector_baseIPN4wasm5BlockENS_9allocatorIS3_EEED2Ev(i10); + } else { + HEAP32[i2 >> 2] = 3952; + HEAP32[i2 + 4 >> 2] = i1; + __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE5visitEPNS_10ExpressionE(i2, HEAP32[i11 >> 2] | 0); + i2 = i1 + 4 | 0; + } + __ZN4wasm11WasmVisitorINS_11MergeBlocksEvE5visitEPNS_10ExpressionE(i1, HEAP32[i11 >> 2] | 0); + i1 = HEAP32[i2 >> 2] | 0; + if (i1 | 0) { + HEAP32[i11 >> 2] = i1; + HEAP32[i2 >> 2] = 0; + } + } + STACKTOP = i12; + return; +} + +function __ZN4wasm10WasmWalkerINS_11BreakSeekerEvE4walkERPNS_10ExpressionE(i1, i11) { + i1 = i1 | 0; + i11 = i11 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i12 + 20 | 0; + i10 = i12 + 8 | 0; + i2 = i12; + i3 = HEAP32[i11 >> 2] | 0; + if (i3 | 0) { + if (__ZN4wasm10Expression2isINS_5BlockEEEbv(i3) | 0) { + i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + HEAP32[i10 >> 2] = 0; + i9 = i10 + 4 | 0; + HEAP32[i9 >> 2] = 0; + HEAP32[i10 + 8 >> 2] = 0; + i4 = i10 + 8 | 0; + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + while (1) { + i3 = HEAP32[i2 + 12 >> 2] | 0; + if ((HEAP32[i2 + 16 >> 2] | 0) == (i3 | 0)) break; + if (!(__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i3 >> 2] | 0) | 0)) break; + i2 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[HEAP32[i2 + 12 >> 2] >> 2] | 0) | 0; + HEAP32[i5 >> 2] = i2; + i3 = HEAP32[i9 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i4 >> 2] | 0)) { + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i10, i5); + continue; + } else { + HEAP32[i3 >> 2] = i2; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 4; + continue; + } + } + i2 = i1 + 4 | 0; + i7 = (HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2; + L13 : while (1) { + i6 = i7 + -1 | 0; + if ((i7 | 0) <= 0) break; + i5 = HEAP32[(HEAP32[i10 >> 2] | 0) + (i6 << 2) >> 2] | 0; + i4 = i5 + 12 | 0; + i5 = i5 + 16 | 0; + i8 = 0; + while (1) { + i13 = HEAP32[i4 >> 2] | 0; + i3 = i13; + if (i8 >>> 0 >= (HEAP32[i5 >> 2] | 0) - i13 >> 2 >>> 0) { + i7 = i6; + continue L13; + } + if ((i8 | 0) == 0 ? (i7 | 0) < ((HEAP32[i9 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 2 | 0) : 0) { + __ZN4wasm11WasmVisitorINS_11BreakSeekerEvE5visitEPNS_10ExpressionE(i1, HEAP32[i3 >> 2] | 0); + i3 = HEAP32[i2 >> 2] | 0; + if (i3 | 0) { + HEAP32[HEAP32[i4 >> 2] >> 2] = i3; + HEAP32[i2 >> 2] = 0; + } + } else FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + (i8 << 2) | 0); + i8 = i8 + 1 | 0; + } + } + __ZNSt3__113__vector_baseIPN4wasm5BlockENS_9allocatorIS3_EEED2Ev(i10); + } else { + HEAP32[i2 >> 2] = 3220; + HEAP32[i2 + 4 >> 2] = i1; + __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEEEvE5visitEPNS_10ExpressionE(i2, HEAP32[i11 >> 2] | 0); + i2 = i1 + 4 | 0; + } + __ZN4wasm11WasmVisitorINS_11BreakSeekerEvE5visitEPNS_10ExpressionE(i1, HEAP32[i11 >> 2] | 0); + i1 = HEAP32[i2 >> 2] | 0; + if (i1 | 0) { + HEAP32[i11 >> 2] = i1; + HEAP32[i2 >> 2] = 0; + } + } + STACKTOP = i12; + return; +} + function __ZNSt3__19__num_getIcE19__stage2_float_loopEcRbRcPcRS4_ccRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSE_RjS4_(i4, i9, i12, i7, i10, i2, i3, i8, i13, i14, i11, i5) { i4 = i4 | 0; i9 = i9 | 0; @@ -47216,7 +49679,7 @@ function __ZNSt3__19__num_getIcE19__stage2_float_loopEcRbRcPcRS4_ccRKNS_12basic_ } i2 = i1 - i5 | 0; if ((i2 | 0) > 31) i1 = -1; else { - i3 = HEAP8[34838 + i2 >> 0] | 0; + i3 = HEAP8[37777 + i2 >> 0] | 0; switch (i2 | 0) { case 24: case 25: @@ -47266,6 +49729,260 @@ function __ZNSt3__19__num_getIcE19__stage2_float_loopEcRbRcPcRS4_ccRKNS_12basic_ return i1 | 0; } +function __ZN4wasm17SExpressionParser5parseEv(i15) { + i15 = i15 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i16 = 0, i17 = 0; + i17 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i14 = i17 + 12 | 0; + i12 = i17 + 8 | 0; + i13 = i17 + 4 | 0; + i8 = i17; + HEAP32[i14 >> 2] = 0; + i9 = i14 + 4 | 0; + HEAP32[i9 >> 2] = 0; + HEAP32[i14 + 8 >> 2] = 0; + i10 = i15 + 4 | 0; + i1 = __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i10) | 0; + HEAP32[i12 >> 2] = i1; + i11 = i14 + 8 | 0; + i6 = i1; + L1 : while (1) { + i5 = i6; + i2 = i1; + L3 : while (1) { + __ZN4wasm17SExpressionParser14skipWhitespaceEv(i15); + i1 = HEAP32[i15 >> 2] | 0; + switch (HEAP8[i1 >> 0] | 0) { + case 0: + { + i7 = i6; + break L1; + } + case 40: + { + i16 = 4; + break L3; + } + case 41: + break L3; + default: + {} + } + i1 = __ZN4wasm7Element4listEv(i6) | 0; + i2 = __ZN4wasm17SExpressionParser11parseStringEv(i15) | 0; + HEAP32[i8 >> 2] = i2; + i3 = i1 + 4 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i1 + 8 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i2; + HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; + i2 = i5; + continue; + } else { + __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i1, i8); + i2 = i5; + continue; + } + } + if ((i16 | 0) == 4) { + i16 = 0; + HEAP32[i15 >> 2] = i1 + 1; + i1 = HEAP32[i9 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i11 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i14, i12); else { + HEAP32[i1 >> 2] = i2; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 4; + } + i1 = __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i10) | 0; + HEAP32[i12 >> 2] = i1; + i6 = i1; + continue; + } + HEAP32[i15 >> 2] = i1 + 1; + HEAP32[i13 >> 2] = i2; + i3 = HEAP32[i9 >> 2] | 0; + i4 = i3 + -4 | 0; + i1 = HEAP32[i4 >> 2] | 0; + HEAP32[i12 >> 2] = i1; + i6 = i1; + if ((i3 | 0) == (HEAP32[i14 >> 2] | 0)) { + i16 = 9; + break; + } + while (1) { + if ((i3 | 0) == (i4 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i9 >> 2] = i5; + i3 = i5; + } + i3 = __ZN4wasm7Element4listEv(i6) | 0; + i4 = i3 + 4 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i3 + 8 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i3, i13); else { + HEAP32[i5 >> 2] = i2; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; + } + } + if ((i16 | 0) == 9) ___assert_fail(17065, 17078, 150, 17098); + if ((HEAP32[i9 >> 2] | 0) == (HEAP32[i14 >> 2] | 0)) { + __ZNSt3__113__vector_baseIPN4wasm7ElementENS_9allocatorIS3_EEED2Ev(i14); + STACKTOP = i17; + return i7 | 0; + } else ___assert_fail(17104, 17078, 157, 17098); + return 0; +} + +function __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i11, i8, i2, i6) { + i11 = i11 | 0; + i8 = i8 | 0; + i2 = i2 | 0; + i6 = i6 | 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0; + i15 = STACKTOP; + STACKTOP = STACKTOP + 64 | 0; + i3 = i15 + 40 | 0; + i4 = i15 + 36 | 0; + i14 = i15 + 48 | 0; + i7 = i15; + i5 = i15 + 24 | 0; + i12 = i8 + 4 | 0; + i1 = HEAP32[i12 >> 2] | 0; + if (i1 >>> 0 > 250) { + i1 = HEAP32[i8 + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 22725); + i1 = HEAP32[i12 >> 2] | 0; + } + HEAP32[i12 >> 2] = i1 + 1; + i9 = HEAP32[i2 >> 2] | 0; + HEAP32[i3 >> 2] = i9; + i10 = i8 + 12 | 0; + i1 = HEAP32[i10 >> 2] | 0; + if (i1 >>> 0 < (HEAP32[i8 + 16 >> 2] | 0) >>> 0) { + HEAP32[i1 >> 2] = i9; + HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i8 + 8 | 0, i3); + i1 = (HEAP32[i8 >> 2] | 0) + 84 | 0; + HEAP32[i4 >> 2] = i9; + i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i1, i4) | 0; + i1 = HEAP32[i1 >> 2] | 0; + if (!i1) ___assert_fail(33462, 22737, 675, 22760); + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN13FunctionScopeC2EPNS_8FunctionES9_(i14, i1, i6); + HEAP32[i5 >> 2] = 3412; + HEAP32[i5 + 4 >> 2] = i8; + HEAP32[i5 + 8 >> 2] = i14; + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i7, i5, HEAP32[i1 + 36 >> 2] | 0); + i8 = HEAP32[i7 + 16 >> 2] | 0; + if (!((i8 | 0) == 0 | (i8 | 0) == (HEAP32[10866] | 0))) ___assert_fail(22773, 22737, 683, 22760); + HEAP32[i11 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i11 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + HEAP32[i11 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; + HEAP32[i11 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; + i2 = HEAP32[i1 + 4 >> 2] | 0; + if (!i2) { + HEAP32[i11 >> 2] = 0; + i1 = i11 + 8 | 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 0; + i1 = 0; + } else i1 = HEAP32[i11 >> 2] | 0; + if ((i2 | 0) != (i1 | 0)) ___assert_fail(22821, 22737, 686, 22760); + HEAP32[i12 >> 2] = (HEAP32[i12 >> 2] | 0) + -1; + i1 = HEAP32[i10 >> 2] | 0; + i2 = i1 + -4 | 0; + if ((HEAP32[i2 >> 2] | 0) == (i9 | 0)) i13 = i1; else ___assert_fail(22850, 22737, 688, 22760); + while (1) { + if ((i13 | 0) == (i2 | 0)) break; + i12 = i13 + -4 | 0; + HEAP32[i10 >> 2] = i12; + i13 = i12; + } + __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm7LiteralEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i14); + STACKTOP = i15; + return; +} + +function _load_asm2wasm(i1) { + i1 = i1 | 0; + var d2 = 0.0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i8 + 24 | 0; + i4 = i8 + 28 | 0; + i7 = i8 + 4 | 0; + i6 = i8; + __ZL12prepare2wasmv(); + HEAP8[i4 >> 0] = 0; + i1 = __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) | 0; + if (HEAP8[47492] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 14963) | 0; + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEEC2Ev(i7); + i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseToplevelEPc(i7, i1) | 0; + i1 = __Znwj(168) | 0; + _memset(i1 | 0, 0, 168) | 0; + __ZN4wasm16AllocatingModuleC2Ev(i1); + HEAP32[10872] = i1; + i1 = _emscripten_asm_const_i(0) | 0; + if (i1 & 65535 | 0) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 15021) | 0; + _exit(1); + } + i10 = i1 >>> 16; + i9 = HEAP32[10872] | 0; + HEAP32[i9 + 108 >> 2] = i10; + i1 = HEAP8[i4 >> 0] | 0; + HEAP32[i9 + 112 >> 2] = i1 << 24 >> 24 == 0 ? i10 : -1; + if (HEAP8[47492] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 15089) | 0; + i10 = __Znwj(132) | 0; + __ZN4wasm15Asm2WasmBuilderC2ERNS_16AllocatingModuleEbbb(i10, HEAP32[10872] | 0, i1 << 24 >> 24 != 0, (HEAP32[10867] | 0) != 0, 0); + HEAP32[10868] = i10; + HEAP32[i6 >> 2] = i3; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i10, i5); + if (HEAP8[47492] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 15101) | 0; + __ZN4wasm15Asm2WasmBuilder8optimizeEv(HEAP32[10868] | 0); + if (HEAP8[47492] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 15116) | 0; + i4 = HEAP32[10868] | 0; + i1 = i4 + 48 | 0; + i4 = HEAP32[i4 + 44 >> 2] | 0; + L16 : while (1) { + if ((i4 | 0) == (i1 | 0)) { + i1 = 13; + break; + } + L19 : do if (HEAP8[i4 + 28 >> 0] | 0) { + d2 = +_emscripten_asm_const_dii(1, HEAP32[i4 + 32 >> 2] | 0, HEAP32[i4 + 36 >> 2] | 0); + i3 = HEAP32[i4 + 20 >> 2] | 0; + switch (HEAP32[i4 + 24 >> 2] | 0) { + case 1: + { + _emscripten_asm_const_iid(2, i3 | 0, +d2) | 0; + break L19; + } + case 3: + { + _emscripten_asm_const_iid(3, i3 | 0, +d2) | 0; + break L19; + } + case 4: + { + _emscripten_asm_const_iid(4, i3 | 0, +d2) | 0; + break L19; + } + default: + { + i1 = 19; + break L16; + } + } + } while (0); + i4 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; + } + if ((i1 | 0) == 13) { + __ZNSt3__113__vector_baseINS_6vectorIN6cashew6ParserINS2_3RefENS2_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS7_EEEENS8_ISA_EEED2Ev(i7); + STACKTOP = i8; + return; + } else if ((i1 | 0) == 19) _abort(); +} + function __ZN6cashew12ValueBuilder10makeBinaryENS_3RefENS_7IStringES1_(i14, i15, i16) { i14 = i14 | 0; i15 = i15 | 0; @@ -47286,9 +50003,9 @@ function __ZN6cashew12ValueBuilder10makeBinaryENS_3RefENS_7IStringES1_(i14, i15, i13 = i17 + 4 | 0; i4 = i17; i5 = HEAP32[i15 >> 2] | 0; - do if ((i5 | 0) != (HEAP32[10233] | 0)) if ((i5 | 0) == (HEAP32[10222] | 0)) { + do if ((i5 | 0) != (HEAP32[10958] | 0)) if ((i5 | 0) == (HEAP32[10947] | 0)) { i15 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40668) | 0; + i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43568) | 0; HEAP32[i8 >> 2] = i13; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; i15 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; @@ -47301,7 +50018,7 @@ function __ZN6cashew12ValueBuilder10makeBinaryENS_3RefENS_7IStringES1_(i14, i15, break; } else { i10 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40640) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43540) | 0; HEAP32[i11 >> 2] = i9; HEAP32[i1 >> 2] = HEAP32[i11 >> 2]; i11 = __ZN6cashew5Value9push_backENS_3RefE(i10, i1) | 0; @@ -47318,11 +50035,11 @@ function __ZN6cashew12ValueBuilder10makeBinaryENS_3RefENS_7IStringES1_(i14, i15, break; } else { i15 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40620) | 0; + i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43520) | 0; HEAP32[i2 >> 2] = i13; HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; i15 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; - i13 = __ZN6cashew5Arena5allocEv(40980) | 0; + i13 = __ZN6cashew5Arena5allocEv(43880) | 0; __ZN6cashew5Value4freeEv(i13); HEAP32[i13 >> 2] = 4; HEAP8[i13 + 8 >> 0] = 1; @@ -47443,7 +50160,7 @@ function __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i8, i7) { HEAP32[i10 + 8 >> 2] = i1; i1 = 2; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 17535, 8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 18040, 8); i9 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i8, i1) | 0; HEAP32[i10 + 8 >> 2] = i9; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); @@ -47456,16 +50173,16 @@ function __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i8, i7) { HEAP32[i6 >> 2] = i9; i1 = i1 + 1 | 0; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 17544, 7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 18049, 7); i9 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i8, i2) | 0; HEAP32[i10 + 12 >> 2] = i9; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); } - i4 = i8 + 80 | 0; + i4 = i8 + 92 | 0; i2 = i10 + 8 | 0; - i9 = i8 + 84 | 0; + i9 = i8 + 96 | 0; i3 = HEAP32[i9 >> 2] | 0; - i5 = i8 + 88 | 0; + i5 = i8 + 100 | 0; if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) { __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i2); i2 = HEAP32[i9 >> 2] | 0; @@ -47536,13 +50253,13 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseFunctionERP default: i16 = 4; } - if ((i16 | 0) == 4) ___assert_fail(23349, 23250, 400, 23394); + if ((i16 | 0) == 4) ___assert_fail(26105, 26006, 400, 26150); HEAP32[i1 >> 2] = i3; HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; i4 = __ZN6cashew12ValueBuilder12makeFunctionENS_7IStringE(i9) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i1 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(23408, 23250, 405, 23394); + if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(26164, 26006, 405, 26150); HEAP32[i14 >> 2] = i1 + 1; i2 = i7 + 12 | 0; i3 = i7 + 8 | 0; @@ -47582,7 +50299,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseFunctionERP } HEAP32[i14 >> 2] = i1 + 1; } - if ((i16 | 0) == 11) ___assert_fail(23420, 23250, 411, 23394); else if ((i16 | 0) == 14) _abort(); else if ((i16 | 0) == 15) i11 = i1; + if ((i16 | 0) == 11) ___assert_fail(26176, 26006, 411, 26150); else if ((i16 | 0) == 14) _abort(); else if ((i16 | 0) == 15) i11 = i1; HEAP32[i14 >> 2] = i11 + 1; HEAP32[i10 >> 2] = i4; i16 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseBracketedBlockERPc(i15, i14) | 0; @@ -47720,6 +50437,80 @@ function __ZNKSt3__17codecvtIwc11__mbstate_tE6do_outERS1_PKwS5_RS5_PcS7_RS7_(i4, return i1 | 0; } +function __ZZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementEENKUlPKcS2_E_clES4_S2_(i1, i2, i4) { + i1 = i1 | 0; + i2 = i2 | 0; + i4 = i4 | 0; + var i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i9 = i12 + 24 | 0; + i3 = i12 + 20 | 0; + i7 = i12 + 4 | 0; + i11 = i12 + 16 | 0; + i10 = i12; + i8 = HEAP32[i1 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, i2, _strlen(i2) | 0); + i1 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i8, i7) | 0; + HEAP32[i3 >> 2] = i1; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); + i7 = __ZN4wasm7Element4listEv(i4) | 0; + i7 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i7 >> 2] >> 2] | 0) | 0; + if ((i7 | 0) != (HEAP32[10840] | 0) ? (i7 = __ZN4wasm7Element4listEv(i4) | 0, i7 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i7 >> 2] >> 2] | 0) | 0, (i7 | 0) != (HEAP32[10841] | 0)) : 0) { + i7 = i1; + i6 = 0; + } else { + i7 = __ZN4wasm7Element4listEv(i4) | 0; + if (!(HEAP8[(HEAP32[(HEAP32[i7 >> 2] | 0) + 4 >> 2] | 0) + 20 >> 0] | 0)) { + i7 = i1; + i6 = 1; + } else { + i7 = __ZN4wasm7Element4listEv(i4) | 0; + i7 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i7 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i3 >> 2] = i7; + i6 = 1; + } + } + i5 = i8 + 96 | 0; + i1 = HEAP32[i5 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i8 + 100 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i8 + 92 | 0, i3); else { + HEAP32[i1 >> 2] = i7; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; + } + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i8, i4) | 0; + HEAP32[i11 >> 2] = i1; + i3 = HEAP32[i5 >> 2] | 0; + i2 = i3 + -4 | 0; + i4 = i1; + while (1) { + if ((i3 | 0) == (i2 | 0)) break; + i13 = i3 + -4 | 0; + HEAP32[i5 >> 2] = i13; + i3 = i13; + } + if (!i6) { + HEAP32[i10 >> 2] = i7; + HEAP32[i9 >> 2] = HEAP32[i10 >> 2]; + if (__ZN4wasm11BreakSeeker3hasEPNS_10ExpressionENS_4NameE(i1, i9) | 0) { + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i8 + 4 >> 2] | 0) | 0; + HEAP32[i1 + 8 >> 2] = i7; + i2 = i1 + 16 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i11); else { + HEAP32[i3 >> 2] = i4; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } + __ZN4wasm5Block8finalizeEv(i1); + HEAP32[i11 >> 2] = i1; + } + } else { + i13 = (__ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(i1) | 0) + 8 | 0; + HEAP32[i13 >> 2] = i7; + } + STACKTOP = i12; + return i1 | 0; +} + function __ZZ11instantiateEN19JSExternalInterface5storeEPN4wasm5StoreEjNS0_7LiteralE(i6, i7, i9, i8) { i6 = i6 | 0; i7 = i7 | 0; @@ -47780,12 +50571,12 @@ function __ZZ11instantiateEN19JSExternalInterface5storeEPN4wasm5StoreEjNS0_7Lite switch (i3 | 0) { case 1: { - _emscripten_asm_const_iii(27, i9 | 0, __ZNK4wasm7Literal6geti32Ev(i8) | 0) | 0; + _emscripten_asm_const_iii(28, i9 | 0, __ZNK4wasm7Literal6geti32Ev(i8) | 0) | 0; break L1; } case 2: { - _emscripten_asm_const_iii(28, i9 | 0, __ZNK4wasm7Literal6geti32Ev(i8) | 0) | 0; + _emscripten_asm_const_iii(29, i9 | 0, __ZNK4wasm7Literal6geti32Ev(i8) | 0) | 0; break L1; } case 4: @@ -47802,7 +50593,7 @@ function __ZZ11instantiateEN19JSExternalInterface5storeEPN4wasm5StoreEjNS0_7Lite i11 = __ZN4wasm7Literal10getIntegerEv(i8) | 0; d1 = +(i11 >>> 0) + 4294967296.0 * +(tempRet0 | 0); } - +_emscripten_asm_const_diiid(26, i9 | 0, i3 | 0, i2 & 1 | 0, +d1); + +_emscripten_asm_const_diiid(27, i9 | 0, i3 | 0, i2 & 1 | 0, +d1); } while (0); STACKTOP = i10; return; @@ -47919,7 +50710,7 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i4 = i5; HEAP32[i4 >> 2] = 37; HEAP32[i4 + 4 >> 2] = 0; - i4 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i5 + 1 | 0, 35087, HEAP32[i21 + 4 >> 2] | 0) | 0; + i4 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i5 + 1 | 0, 38026, HEAP32[i21 + 4 >> 2] | 0) | 0; HEAP32[i8 >> 2] = i10; i1 = __ZNSt3__16__clocEv() | 0; if (i4) { @@ -48158,59 +50949,6 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ return; } -function __ZN4wasm15Asm2WasmBuilder8optimizeEv(i11) { - i11 = i11 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; - i12 = STACKTOP; - STACKTOP = STACKTOP + 112 | 0; - i9 = i12 + 96 | 0; - i10 = i12 + 72 | 0; - i1 = i12 + 60 | 0; - i2 = i12 + 48 | 0; - i4 = i12 + 36 | 0; - i5 = i12 + 24 | 0; - i6 = i12 + 12 | 0; - i7 = i12; - HEAP32[i9 + 4 >> 2] = 0; - HEAP32[i9 >> 2] = 2856; - i8 = HEAP32[i11 >> 2] | 0; - i3 = i8 + 88 | 0; - i8 = HEAP32[i8 + 84 >> 2] | 0; - while (1) { - if ((i8 | 0) == (i3 | 0)) break; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i9 >> 2] | 0) + 12 >> 2] & 127](i9, HEAP32[i8 + 20 >> 2] | 0); - i8 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i8) | 0; - } - HEAP32[i10 >> 2] = HEAP32[i11 + 4 >> 2]; - HEAP32[i10 + 4 >> 2] = 0; - HEAP32[i10 + 8 >> 2] = 0; - HEAP32[i10 + 12 >> 2] = 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 26478, 17); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i10, i1); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 27212, 19); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i10, i2); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 24648, 12); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i10, i4); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 28711, 15); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i10, i5); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 29399, 14); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i10, i6); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); - if ((HEAP32[i11 + 12 >> 2] | 0) >>> 0 < 1024) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, 27947, 15); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i10, i7); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); - } - __ZN4wasm10PassRunner3runEPNS_6ModuleE(i10, HEAP32[i11 >> 2] | 0); - __ZN4wasm10PassRunnerD2Ev(i10); - STACKTOP = i12; - return; -} - function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEce(i1, i26, i22, i21, d9) { i1 = i1 | 0; i26 = i26 | 0; @@ -48236,7 +50974,7 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i4 = i5; HEAP32[i4 >> 2] = 37; HEAP32[i4 + 4 >> 2] = 0; - i4 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i5 + 1 | 0, 35087, HEAP32[i22 + 4 >> 2] | 0) | 0; + i4 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i5 + 1 | 0, 38026, HEAP32[i22 + 4 >> 2] | 0) | 0; HEAP32[i8 >> 2] = i10; i1 = __ZNSt3__16__clocEv() | 0; if (i4) { @@ -48443,7 +51181,7 @@ function __ZNSt3__19__num_getIwE19__stage2_float_loopEwRbRcPcRS4_wwRKNS_12basic_ i2 = i1 - i5 | 0; i1 = i2 >> 2; if ((i2 | 0) <= 124) { - i3 = HEAP8[34838 + i1 >> 0] | 0; + i3 = HEAP8[37777 + i1 >> 0] | 0; switch (i1 | 0) { case 24: case 25: @@ -48486,83 +51224,6 @@ function __ZNSt3__19__num_getIwE19__stage2_float_loopEwRbRcPcRS4_wwRKNS_12basic_ return i1 | 0; } -function _load_asm2wasm(i1) { - i1 = i1 | 0; - var d2 = 0.0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0; - i8 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i5 = i8 + 24 | 0; - i4 = i8 + 28 | 0; - i7 = i8 + 4 | 0; - i6 = i8; - __ZL12prepare2wasmv(); - HEAP8[i4 >> 0] = 0; - i1 = __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) | 0; - if (HEAP8[44584] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 14331) | 0; - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEEC2Ev(i7); - i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseToplevelEPc(i7, i1) | 0; - i10 = __Znwj(164) | 0; - _memset(i10 | 0, 0, 164) | 0; - __ZN4wasm16AllocatingModuleC2Ev(i10); - HEAP32[10147] = i10; - i10 = _emscripten_asm_const_i(0) | 0; - i9 = HEAP32[10147] | 0; - HEAP32[i9 + 108 >> 2] = i10; - i1 = HEAP8[i4 >> 0] | 0; - HEAP32[i9 + 112 >> 2] = i1 << 24 >> 24 == 0 ? i10 : -1; - if (HEAP8[44584] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 14389) | 0; - i10 = __Znwj(124) | 0; - __ZN4wasm15Asm2WasmBuilderC2ERNS_16AllocatingModuleEbi(i10, HEAP32[10147] | 0, i1 << 24 >> 24 != 0, HEAP32[10142] | 0); - HEAP32[10143] = i10; - HEAP32[i6 >> 2] = i3; - HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i10, i5); - if (HEAP8[44584] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 14401) | 0; - __ZN4wasm15Asm2WasmBuilder8optimizeEv(HEAP32[10143] | 0); - if (HEAP8[44584] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 14416) | 0; - i4 = HEAP32[10143] | 0; - i1 = i4 + 52 | 0; - i4 = HEAP32[i4 + 48 >> 2] | 0; - L13 : while (1) { - if ((i4 | 0) == (i1 | 0)) { - i1 = 11; - break; - } - L16 : do if (HEAP8[i4 + 28 >> 0] | 0) { - d2 = +_emscripten_asm_const_dii(1, HEAP32[i4 + 32 >> 2] | 0, HEAP32[i4 + 36 >> 2] | 0); - i3 = HEAP32[i4 + 20 >> 2] | 0; - switch (HEAP32[i4 + 24 >> 2] | 0) { - case 1: - { - _emscripten_asm_const_iid(2, i3 | 0, +d2) | 0; - break L16; - } - case 3: - { - _emscripten_asm_const_iid(3, i3 | 0, +d2) | 0; - break L16; - } - case 4: - { - _emscripten_asm_const_iid(4, i3 | 0, +d2) | 0; - break L16; - } - default: - { - i1 = 17; - break L13; - } - } - } while (0); - i4 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; - } - if ((i1 | 0) == 11) { - __ZNSt3__113__vector_baseINS_6vectorIN6cashew6ParserINS2_3RefENS2_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS7_EEEENS8_ISA_EEED2Ev(i7); - STACKTOP = i8; - return; - } else if ((i1 | 0) == 17) _abort(); -} - function __ZN4wasm11MergeBlocks10visitBlockEPNS_5BlockE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -48639,7 +51300,7 @@ function __ZN4wasm11MergeBlocks10visitBlockEPNS_5BlockE(i1, i2) { function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -48745,7 +51406,7 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnus function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -48866,7 +51527,7 @@ function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i15, i1 do if (!i6 ? (i5 = i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0, HEAP32[i5 + 4 >> 2] & 4096 | 0) : 0) { i5 = __ZNKSt3__18ios_base6getlocEv(i5) | 0; HEAP32[i4 >> 2] = i5; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 42656) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 45564) | 0; __ZNSt3__16localeD2Ev(i4); i1 = HEAP32[i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; i4 = i5 + 8 | 0; @@ -48921,7 +51582,7 @@ function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i15, i1 function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -49027,7 +51688,7 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLo function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -49154,7 +51815,7 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i25 = i4; HEAP32[i25 >> 2] = 37; HEAP32[i25 + 4 >> 2] = 0; - i25 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 48675, HEAP32[i19 + 4 >> 2] | 0) | 0; + i25 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 51584, HEAP32[i19 + 4 >> 2] | 0) | 0; HEAP32[i6 >> 2] = i8; i1 = __ZNSt3__16__clocEv() | 0; if (i25) { @@ -49214,7 +51875,7 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -49324,7 +51985,7 @@ function __ZN4wasm11WasmVisitorINS_16PrintSExpressionEvE5visitEPNS_10ExpressionE i4 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i1 = i4; - if (!i2) ___assert_fail(30038, 29791, 1222, 30043); + if (!i2) ___assert_fail(32799, 32778, 1246, 32804); do switch (HEAP32[i2 >> 2] | 0) { case 0: { @@ -49447,7 +52108,7 @@ function __ZN4wasm11WasmVisitorINS_16PrintSExpressionEvE5visitEPNS_10ExpressionE function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -49550,6 +52211,112 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlock return; } +function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); + do switch (HEAP32[i1 >> 2] | 0) { + case 0: + { + _abort(); + break; + } + case 1: + { + __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE10visitBlockEPNS_5BlockE(i2, i1); + break; + } + case 2: + { + __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE7visitIfEPNS_2IfE(i2, i1); + break; + } + case 3: + { + i2 = HEAP32[i2 + 4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 16 | 0); + break; + } + case 4: + { + __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE10visitBreakEPNS_5BreakE(i2, i1); + break; + } + case 5: + { + __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE11visitSwitchEPNS_6SwitchE(i2, i1); + break; + } + case 6: + { + __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE9visitCallEPNS_4CallE(i2, i1); + break; + } + case 7: + { + __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE15visitCallImportEPNS_10CallImportE(i2, i1); + break; + } + case 8: + { + __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE17visitCallIndirectEPNS_12CallIndirectE(i2, i1); + break; + } + case 20: + case 19: + case 13: + case 9: + break; + case 10: + { + i2 = HEAP32[i2 + 4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 12 | 0); + break; + } + case 11: + { + i2 = HEAP32[i2 + 4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 24 | 0); + break; + } + case 12: + { + __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE10visitStoreEPNS_5StoreE(i2, i1); + break; + } + case 14: + { + i2 = HEAP32[i2 + 4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 12 | 0); + break; + } + case 15: + { + __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE11visitBinaryEPNS_6BinaryE(i2, i1); + break; + } + case 16: + { + __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE11visitSelectEPNS_6SelectE(i2, i1); + break; + } + case 17: + { + i2 = HEAP32[i2 + 4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 8 | 0); + break; + } + case 18: + { + __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE9visitHostEPNS_4HostE(i2, i1); + break; + } + default: + {} + } while (0); + return; +} + function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcd(i1, i24, i20, i19, d7) { i1 = i1 | 0; i24 = i24 | 0; @@ -49574,7 +52341,7 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i25 = i4; HEAP32[i25 >> 2] = 37; HEAP32[i25 + 4 >> 2] = 0; - i25 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 48675, HEAP32[i20 + 4 >> 2] | 0) | 0; + i25 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 51584, HEAP32[i20 + 4 >> 2] | 0) | 0; HEAP32[i6 >> 2] = i8; i1 = __ZNSt3__16__clocEv() | 0; if (i25) { @@ -49740,6 +52507,7 @@ function __ZNSt3__110__stdinbufIcE9__getcharEb(i11, i14) { STACKTOP = i16; return i1 | 0; } + function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE13__get_percentERS4_S4_RjRKNS_5ctypeIcEE(i1, i6, i7, i8, i3) { i1 = i1 | 0; i6 = i6 | 0; @@ -49920,7 +52688,7 @@ function __ZN4wasm15Asm2WasmBuilder16parseAsmBinaryOpEN6cashew7IStringENS1_3RefE i14 = i15; i7 = HEAP32[i1 >> 2] | 0; i8 = i7; - do if ((i7 | 0) != (HEAP32[10187] | 0)) if ((i7 | 0) != (HEAP32[10188] | 0)) if ((i7 | 0) != (HEAP32[10202] | 0)) if ((i7 | 0) != (HEAP32[10190] | 0)) if ((i7 | 0) != (HEAP32[10189] | 0)) if ((i7 | 0) != (HEAP32[10191] | 0)) if ((i7 | 0) != (HEAP32[10204] | 0)) if ((i7 | 0) != (HEAP32[10203] | 0)) if ((i7 | 0) != (HEAP32[10205] | 0)) if ((i7 | 0) != (HEAP32[10198] | 0)) if ((i7 | 0) != (HEAP32[10199] | 0)) { + do if ((i7 | 0) != (HEAP32[10912] | 0)) if ((i7 | 0) != (HEAP32[10913] | 0)) if ((i7 | 0) != (HEAP32[10927] | 0)) if ((i7 | 0) != (HEAP32[10915] | 0)) if ((i7 | 0) != (HEAP32[10914] | 0)) if ((i7 | 0) != (HEAP32[10916] | 0)) if ((i7 | 0) != (HEAP32[10929] | 0)) if ((i7 | 0) != (HEAP32[10928] | 0)) if ((i7 | 0) != (HEAP32[10930] | 0)) if ((i7 | 0) != (HEAP32[10923] | 0)) if ((i7 | 0) != (HEAP32[10924] | 0)) { i4 = HEAP32[i4 >> 2] | 0; HEAP32[i2 >> 2] = i4; HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; @@ -49932,36 +52700,36 @@ function __ZN4wasm15Asm2WasmBuilder16parseAsmBinaryOpEN6cashew7IStringENS1_3RefE HEAP32[i12 >> 2] = HEAP32[i6 >> 2]; i1 = __ZN4wasm15Asm2WasmBuilder18isUnsignedCoercionEN6cashew3RefE(i10, i12) | 0; } - if ((i7 | 0) == (HEAP32[10200] | 0)) { - i11 = i2 ? (i1 ? 4 : 3) : 13; + if ((i7 | 0) == (HEAP32[10925] | 0)) { + i11 = i2 ? (i1 ? 4 : 3) : 15; break; } - if ((i7 | 0) == (HEAP32[10201] | 0)) { + if ((i7 | 0) == (HEAP32[10926] | 0)) { i11 = i2 & i1 ? 6 : 5; break; } - if ((i7 | 0) == (HEAP32[10195] | 0)) { - i11 = i2 ? (i1 ? 26 : 25) : 30; + if ((i7 | 0) == (HEAP32[10920] | 0)) { + i11 = i2 ? (i1 ? 28 : 27) : 32; break; } - if ((i7 | 0) == (HEAP32[10197] | 0)) { - i11 = i2 ? (i1 ? 24 : 23) : 29; + if ((i7 | 0) == (HEAP32[10922] | 0)) { + i11 = i2 ? (i1 ? 26 : 25) : 31; break; } - if ((i7 | 0) == (HEAP32[10196] | 0)) { - i11 = i2 ? (i1 ? 22 : 21) : 28; + if ((i7 | 0) == (HEAP32[10921] | 0)) { + i11 = i2 ? (i1 ? 24 : 23) : 30; break; } - if ((i7 | 0) == (HEAP32[10194] | 0)) { + if ((i7 | 0) == (HEAP32[10919] | 0)) { STACKTOP = i15; - return (i2 ? (i1 ? 20 : 19) : 27) | 0; + return (i2 ? (i1 ? 22 : 21) : 29) | 0; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i13, 22430, 18); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i13, 25186, 18); HEAP32[i14 >> 2] = i8; HEAP32[i12 >> 2] = HEAP32[i14 >> 2]; __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i13, i12); } - } else i11 = 18; else i11 = 17; else i11 = 11; else i11 = 12; else i11 = 10; else i11 = 9; else i11 = 8; else i11 = 7; else i11 = 2; else i11 = 1; else i11 = 0; while (0); + } else i11 = 20; else i11 = 19; else i11 = 11; else i11 = 12; else i11 = 10; else i11 = 9; else i11 = 8; else i11 = 7; else i11 = 2; else i11 = 1; else i11 = 0; while (0); STACKTOP = i15; return i11 | 0; } @@ -50013,7 +52781,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterCurlyE break; } HEAP32[i14 >> 2] = i1 + 1; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i12, i14, 24337) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i12, i14, 27093) | 0; HEAP32[i5 >> 2] = i13; HEAP32[i6 >> 2] = HEAP32[i11 >> 2]; HEAP32[i9 >> 2] = i1; @@ -50039,7 +52807,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterCurlyE } HEAP32[i14 >> 2] = i1 + 1; } - if ((i15 | 0) == 3) ___assert_fail(24225, 23250, 692, 24281); else if ((i15 | 0) == 5) ___assert_fail(24297, 23250, 695, 24281); else if ((i15 | 0) == 7) ___assert_fail(23764, 23250, 698, 24281); else if ((i15 | 0) == 10) _abort(); else if ((i15 | 0) == 11) i10 = i1; + if ((i15 | 0) == 3) ___assert_fail(26981, 26006, 692, 27037); else if ((i15 | 0) == 5) ___assert_fail(27053, 26006, 695, 27037); else if ((i15 | 0) == 7) ___assert_fail(26520, 26006, 698, 27037); else if ((i15 | 0) == 10) _abort(); else if ((i15 | 0) == 11) i10 = i1; HEAP32[i14 >> 2] = i10 + 1; STACKTOP = i16; return i13 | 0; @@ -50166,7 +52934,7 @@ function __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i9, i5 i1 = i11 + 8 | 0; i2 = i11 + 4 | 0; i3 = i11; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 40624) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 43524) | 0) { i4 = __ZN6cashew3RefixEj(i5, 1) | 0; i4 = __ZN6cashew5Value10getIStringEv(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; @@ -50174,16 +52942,16 @@ function __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i9, i5 i10 = 11; break; } - i1 = i9 + 48 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i8) | 0) == (i9 + 52 | 0)) ___assert_fail(21787, 13366, 271, 22507); else { + i1 = i9 + 44 | 0; + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i8) | 0) == (i9 + 48 | 0)) ___assert_fail(24558, 13734, 276, 25263); else { i7 = (__ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i8) | 0) + 4 | 0; i7 = __ZN4wasm13wasmToAsmTypeENS_8WasmTypeE(HEAP32[i7 >> 2] | 0) | 0; break; } - } else if ((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 40672) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i5, 1) | 0, 0) | 0, 40624) | 0 : 0) ? (i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i5, 1) | 0, 1) | 0, i4 = __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i9 + 60 | 0, __ZN6cashew5Value10getIStringEv(HEAP32[i4 >> 2] | 0) | 0) | 0, (i4 | 0) != (i9 + 64 | 0)) : 0) i7 = HEAP32[i4 + 28 >> 2] | 0; else i10 = 11; while (0); + } else if ((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 43572) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i5, 1) | 0, 0) | 0, 43524) | 0 : 0) ? (i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i5, 1) | 0, 1) | 0, i4 = __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i9 + 56 | 0, __ZN6cashew5Value10getIStringEv(HEAP32[i4 >> 2] | 0) | 0) | 0, (i4 | 0) != (i9 + 60 | 0)) : 0) i7 = HEAP32[i4 + 28 >> 2] | 0; else i10 = 11; while (0); if ((i10 | 0) == 11) { HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i9 + 80 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i9 + 76 >> 2]; HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i3 >> 2]; i7 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i1, i6, 0, i8) | 0; @@ -50273,67 +53041,67 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE function __ZNSt3__18ios_base4InitC2Ev(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; - i3 = HEAP32[1164] | 0; - __ZNSt3__110__stdinbufIcEC2EP8_IO_FILEP11__mbstate_t(42288, i3, 42344); - HEAP32[10402] = 9e3; - HEAP32[10404] = 9020; - HEAP32[10403] = 0; - __ZNSt3__18ios_base4initEPv(41616, 42288); - HEAP32[10422] = 0; - HEAP32[10423] = -1; - i2 = HEAP32[1134] | 0; - __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(42392, i2, 42352); - HEAP32[10424] = 9080; - HEAP32[10425] = 9100; - __ZNSt3__18ios_base4initEPv(41700, 42392); - HEAP32[10443] = 0; - HEAP32[10444] = -1; - i1 = HEAP32[1105] | 0; - __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(42440, i1, 42360); - HEAP32[10445] = 9080; - HEAP32[10446] = 9100; - __ZNSt3__18ios_base4initEPv(41784, 42440); - HEAP32[10464] = 0; - HEAP32[10465] = -1; - i4 = HEAP32[41780 + (HEAP32[(HEAP32[10445] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; - HEAP32[10466] = 9080; - HEAP32[10467] = 9100; - __ZNSt3__18ios_base4initEPv(41868, i4); - HEAP32[10485] = 0; - HEAP32[10486] = -1; - HEAP32[41608 + (HEAP32[(HEAP32[10402] | 0) + -12 >> 2] | 0) + 72 >> 2] = 41696; - i4 = 41780 + (HEAP32[(HEAP32[10445] | 0) + -12 >> 2] | 0) + 4 | 0; + i3 = HEAP32[1246] | 0; + __ZNSt3__110__stdinbufIcEC2EP8_IO_FILEP11__mbstate_t(45196, i3, 45252); + HEAP32[11129] = 9360; + HEAP32[11131] = 9380; + HEAP32[11130] = 0; + __ZNSt3__18ios_base4initEPv(44524, 45196); + HEAP32[11149] = 0; + HEAP32[11150] = -1; + i2 = HEAP32[1275] | 0; + __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(45300, i2, 45260); + HEAP32[11151] = 9440; + HEAP32[11152] = 9460; + __ZNSt3__18ios_base4initEPv(44608, 45300); + HEAP32[11170] = 0; + HEAP32[11171] = -1; + i1 = HEAP32[1305] | 0; + __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(45348, i1, 45268); + HEAP32[11172] = 9440; + HEAP32[11173] = 9460; + __ZNSt3__18ios_base4initEPv(44692, 45348); + HEAP32[11191] = 0; + HEAP32[11192] = -1; + i4 = HEAP32[44688 + (HEAP32[(HEAP32[11172] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; + HEAP32[11193] = 9440; + HEAP32[11194] = 9460; + __ZNSt3__18ios_base4initEPv(44776, i4); + HEAP32[11212] = 0; + HEAP32[11213] = -1; + HEAP32[44516 + (HEAP32[(HEAP32[11129] | 0) + -12 >> 2] | 0) + 72 >> 2] = 44604; + i4 = 44688 + (HEAP32[(HEAP32[11172] | 0) + -12 >> 2] | 0) + 4 | 0; HEAP32[i4 >> 2] = HEAP32[i4 >> 2] | 8192; - HEAP32[41780 + (HEAP32[(HEAP32[10445] | 0) + -12 >> 2] | 0) + 72 >> 2] = 41696; - __ZNSt3__110__stdinbufIwEC2EP8_IO_FILEP11__mbstate_t(42488, i3, 42368); - HEAP32[10487] = 9040; - HEAP32[10489] = 9060; - HEAP32[10488] = 0; - __ZNSt3__18ios_base4initEPv(41956, 42488); - HEAP32[10507] = 0; - HEAP32[10508] = -1; - __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(42544, i2, 42376); - HEAP32[10509] = 9120; - HEAP32[10510] = 9140; - __ZNSt3__18ios_base4initEPv(42040, 42544); - HEAP32[10528] = 0; - HEAP32[10529] = -1; - __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(42592, i1, 42384); - HEAP32[10530] = 9120; - HEAP32[10531] = 9140; - __ZNSt3__18ios_base4initEPv(42124, 42592); - HEAP32[10549] = 0; - HEAP32[10550] = -1; - i1 = HEAP32[42120 + (HEAP32[(HEAP32[10530] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; - HEAP32[10551] = 9120; - HEAP32[10552] = 9140; - __ZNSt3__18ios_base4initEPv(42208, i1); - HEAP32[10570] = 0; - HEAP32[10571] = -1; - HEAP32[41948 + (HEAP32[(HEAP32[10487] | 0) + -12 >> 2] | 0) + 72 >> 2] = 42036; - i1 = 42120 + (HEAP32[(HEAP32[10530] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[44688 + (HEAP32[(HEAP32[11172] | 0) + -12 >> 2] | 0) + 72 >> 2] = 44604; + __ZNSt3__110__stdinbufIwEC2EP8_IO_FILEP11__mbstate_t(45396, i3, 45276); + HEAP32[11214] = 9400; + HEAP32[11216] = 9420; + HEAP32[11215] = 0; + __ZNSt3__18ios_base4initEPv(44864, 45396); + HEAP32[11234] = 0; + HEAP32[11235] = -1; + __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(45452, i2, 45284); + HEAP32[11236] = 9480; + HEAP32[11237] = 9500; + __ZNSt3__18ios_base4initEPv(44948, 45452); + HEAP32[11255] = 0; + HEAP32[11256] = -1; + __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(45500, i1, 45292); + HEAP32[11257] = 9480; + HEAP32[11258] = 9500; + __ZNSt3__18ios_base4initEPv(45032, 45500); + HEAP32[11276] = 0; + HEAP32[11277] = -1; + i1 = HEAP32[45028 + (HEAP32[(HEAP32[11257] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; + HEAP32[11278] = 9480; + HEAP32[11279] = 9500; + __ZNSt3__18ios_base4initEPv(45116, i1); + HEAP32[11297] = 0; + HEAP32[11298] = -1; + HEAP32[44856 + (HEAP32[(HEAP32[11214] | 0) + -12 >> 2] | 0) + 72 >> 2] = 44944; + i1 = 45028 + (HEAP32[(HEAP32[11257] | 0) + -12 >> 2] | 0) + 4 | 0; HEAP32[i1 >> 2] = HEAP32[i1 >> 2] | 8192; - HEAP32[42120 + (HEAP32[(HEAP32[10530] | 0) + -12 >> 2] | 0) + 72 >> 2] = 42036; + HEAP32[45028 + (HEAP32[(HEAP32[11257] | 0) + -12 >> 2] | 0) + 72 >> 2] = 44944; return; } @@ -50449,7 +53217,7 @@ function __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsI i10 = i14 + 8 | 0; i2 = i14 + 4 | 0; i11 = i14; - __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EEPKS6_RKS9_(i1, 13338, i12); + __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EEPKS6_RKS9_(i1, 13706, i12); __ZN6cashew7IStringC2EPKcb(i4, (HEAP8[i1 >> 0] & 1) == 0 ? i1 + 1 | 0 : HEAP32[i1 + 8 >> 2] | 0, 0); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); i1 = i13 + 48 | 0; @@ -50515,7 +53283,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i6, i4, HEAP32[i2 + 24 >> 2] | 0); if (!(HEAP32[i6 + 16 >> 2] | 0)) { i4 = HEAP32[i4 + 4 >> 2] | 0; - i8 = HEAP32[i4 + 12 >> 2] | 0; + i8 = HEAP32[i4 + 24 >> 2] | 0; i9 = HEAP32[(HEAP32[i8 >> 2] | 0) + 12 >> 2] | 0; HEAP32[i5 >> 2] = HEAP32[i3 >> 2]; HEAP32[i5 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; @@ -50605,7 +53373,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function _pop_arg_529(i2, i3, i1) { +function _pop_arg_135(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; i1 = i1 | 0; @@ -50795,6 +53563,63 @@ function _scanexp(i8, i3) { return i1 | 0; } +function __ZN4wasm14ModuleInstance18printFunctionStackEv(i12, i1) { + i12 = i12 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i13 = 0; + i13 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i4 = i13 + 36 | 0; + i5 = i13 + 24 | 0; + i9 = i13 + 12 | 0; + i10 = i13; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i12, 24191, 39); + i11 = i1 + 8 | 0; + i6 = i4 + 8 | 0; + i7 = i4 + 1 | 0; + i8 = i4 + 4 | 0; + i1 = (HEAP32[i1 + 12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 2; + while (1) { + i3 = i1 + -1 | 0; + if ((i1 | 0) <= 0) break; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i9, 24231, 3); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i9, HEAP32[(HEAP32[i11 >> 2] | 0) + (i3 << 2) >> 2] | 0) | 0; + HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i5 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i5 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i5, 28194) | 0; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i4 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i4 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + i1 = HEAP8[i4 >> 0] | 0; + i2 = (i1 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKcj(i12, i2 ? i7 : HEAP32[i6 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i8 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); + i1 = i3; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i10, 24235, 4); + i11 = HEAP8[i10 >> 0] | 0; + i9 = (i11 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKcj(i12, i9 ? i10 + 1 | 0 : HEAP32[i10 + 8 >> 2] | 0, i9 ? (i11 & 255) >>> 1 : HEAP32[i10 + 4 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i10); + STACKTOP = i13; + return; +} + function __ZNKSt3__18messagesIwE6do_getEiiiRKNS_12basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEEE(i17, i1, i7, i9, i8, i2) { i17 = i17 | 0; i1 = i1 | 0; @@ -50819,7 +53644,7 @@ function __ZNKSt3__18messagesIwE6do_getEiiiRKNS_12basic_stringIwNS_11char_traits i1 = i1 + 1 | 0; } HEAP32[i6 + 4 >> 2] = 0; - HEAP32[i6 >> 2] = 11348; + HEAP32[i6 >> 2] = 11708; i5 = HEAP8[i2 >> 0] | 0; i1 = (i5 & 1) == 0; i4 = i2 + 4 | 0; @@ -50848,7 +53673,7 @@ function __ZNKSt3__18messagesIwE6do_getEiiiRKNS_12basic_stringIwNS_11char_traits i1 = i1 + 1 | 0; } HEAP32[i10 + 4 >> 2] = 0; - HEAP32[i10 >> 2] = 11396; + HEAP32[i10 >> 2] = 11756; i4 = i2 + (_strlen(i2) | 0) | 0; i5 = i4; i6 = i12 + 128 | 0; @@ -50871,93 +53696,102 @@ function __ZNKSt3__18messagesIwE6do_getEiiiRKNS_12basic_stringIwNS_11char_traits return; } -function __ZN4wasm17SExpressionParser11parseStringEv(i8) { +function __ZN4wasm22SExpressionWasmBuilder8makeLoadERNS_7ElementENS_8WasmTypeE(i10, i8, i1) { + i10 = i10 | 0; i8 = i8 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i6 = i9 + 8 | 0; - i4 = i9 + 4 | 0; - i5 = i9; - i2 = HEAP32[i8 >> 2] | 0; - i1 = HEAP8[i2 >> 0] | 0; - if (i1 << 24 >> 24 == 36) { - i3 = i2 + 1 | 0; - HEAP32[i8 >> 2] = i3; - i1 = HEAP8[i3 >> 0] | 0; - i7 = 1; - } else { - i3 = i2; - i7 = 0; - } - if (i1 << 24 >> 24 == 34) { - i1 = i3 + 1 | 0; - HEAP32[i8 >> 2] = i1; - i2 = 0; - while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i6 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; + i3 = __ZN4wasm7Element4listEv(i8) | 0; + i3 = _strchr(__ZN4wasm7Element5c_strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0, 46) | 0; + i4 = i3 + 5 | 0; + i9 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i10 + 4 >> 2] | 0) | 0; + HEAP32[i9 + 4 >> 2] = i1; + i1 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i1) | 0; + i2 = i9 + 8 | 0; + HEAP32[i2 >> 2] = i1; + L1 : do switch (HEAP8[i4 >> 0] | 0) { + case 56: + { + HEAP32[i2 >> 2] = 1; + i7 = 1; + i5 = i3 + 6 | 0; + break; } - L9 : while (1) { - i2 = HEAP8[i1 >> 0] | 0; - switch (i2 << 24 >> 24) { - case 34: - break L9; - case 92: - { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, 92); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, HEAP8[(HEAP32[i8 >> 2] | 0) + 1 >> 0] | 0); - i1 = (HEAP32[i8 >> 2] | 0) + 2 | 0; - break; - } - default: - { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, i2); - i1 = (HEAP32[i8 >> 2] | 0) + 1 | 0; - } - } - HEAP32[i8 >> 2] = i1; + case 49: + { + if ((HEAP8[i3 + 6 >> 0] | 0) == 54) { + HEAP32[i2 >> 2] = 2; + i7 = 2; + i5 = i3 + 7 | 0; + break L1; + } else ___assert_fail(17450, 17078, 807, 17466); + break; } - HEAP32[i8 >> 2] = i1 + 1; - i1 = __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i8 + 4 | 0) | 0; - __ZN6cashew7IStringC2EPKcb(i4, (HEAP8[i6 >> 0] & 1) == 0 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0, 0); - i8 = HEAP32[i4 >> 2] | 0; - HEAP8[i1 >> 0] = 0; - HEAP32[i1 + 16 >> 2] = i8; - HEAP8[i1 + 20 >> 0] = i7; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); - } else { - i2 = i3; - while (1) { - if (!(i1 << 24 >> 24)) { - i1 = i2; - i2 = 0; + case 51: + { + if ((HEAP8[i3 + 6 >> 0] | 0) == 50) { + HEAP32[i2 >> 2] = 4; + i7 = 4; + i5 = i3 + 7 | 0; + break L1; + } else ___assert_fail(17475, 17078, 811, 17466); + break; + } + default: + { + i7 = i1; + i5 = i4; + } + } while (0); + if (!(HEAP8[i5 >> 0] | 0)) i1 = 0; else i1 = (HEAP8[i5 + 1 >> 0] | 0) == 115 & 1; + HEAP8[i9 + 12 >> 0] = i1; + i5 = i9 + 16 | 0; + HEAP32[i5 >> 2] = 0; + i6 = i9 + 20 | 0; + HEAP32[i6 >> 2] = i7; + i3 = i10 + 8 | 0; + i4 = 1; + while (1) { + i7 = __ZN4wasm7ElementixEj(i8, i4) | 0; + i7 = (HEAP8[i7 >> 0] | 0) == 0; + i1 = __ZN4wasm7ElementixEj(i8, i4) | 0; + if (!i7) { + i2 = 22; + break; + } + i2 = __ZN4wasm7Element5c_strEv(i1) | 0; + i1 = _strchr(i2, 61) | 0; + if (!i1) { + i2 = 14; + break; + } + i1 = i1 + 1 | 0; + switch (HEAP8[i2 >> 0] | 0) { + case 97: + { + i7 = _atoi(i1) | 0; + HEAP32[i6 >> 2] = i7; break; } - i6 = (_isspace(i1 << 24 >> 24) | 0) == 0; - i1 = HEAP32[i8 >> 2] | 0; - i2 = HEAP8[i1 >> 0] | 0; - if (!i6) break; - if (i2 << 24 >> 24 == 41) { - i2 = 41; + case 111: + { + i1 = _atoll(i1) | 0; + i7 = tempRet0; + if (i7 >>> 0 > 0 | (i7 | 0) == 0 & i1 >>> 0 > 4294967295) __ZNKSt3__18functionIFvvEEclEv(i3); + HEAP32[i5 >> 2] = i1; break; } - i2 = i1 + 1 | 0; - HEAP32[i8 >> 2] = i2; - i1 = HEAP8[i2 >> 0] | 0; + default: + __ZNKSt3__18functionIFvvEEclEv(i3); } - HEAP8[i1 >> 0] = 0; - i1 = __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i8 + 4 | 0) | 0; - __ZN6cashew7IStringC2EPKcb(i5, i3, 0); - i6 = HEAP32[i5 >> 2] | 0; - HEAP8[i1 >> 0] = 0; - HEAP32[i1 + 16 >> 2] = i6; - HEAP8[i1 + 20 >> 0] = i7; - HEAP8[HEAP32[i8 >> 2] >> 0] = i2; + i4 = i4 + 1 | 0; } - STACKTOP = i9; - return i1 | 0; + if ((i2 | 0) == 14) ___assert_fail(28898, 17078, 822, 17466); else if ((i2 | 0) == 22) { + i10 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i10, i1) | 0; + HEAP32[i9 + 24 >> 2] = i10; + return i9 | 0; + } + return 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17parseAfterKeywordERNS3_4FragERPcPKc(i5, i1, i4, i3) { @@ -50968,48 +53802,48 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17parseAfterKeywor var i2 = 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i4); i1 = HEAP32[i1 >> 2] | 0; - do if ((i1 | 0) != (HEAP32[10217] | 0)) { - if ((i1 | 0) == (HEAP32[10157] | 0)) { + do if ((i1 | 0) != (HEAP32[10942] | 0)) { + if ((i1 | 0) == (HEAP32[10882] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb(i5, i4, i3, 0) | 0; break; } - if ((i1 | 0) == (HEAP32[10158] | 0)) { + if ((i1 | 0) == (HEAP32[10883] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb(i5, i4, i3, 1) | 0; break; } - if ((i1 | 0) == (HEAP32[10161] | 0)) { + if ((i1 | 0) == (HEAP32[10886] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseReturnERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[10162] | 0)) { + if ((i1 | 0) == (HEAP32[10887] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseIfERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[10165] | 0)) { + if ((i1 | 0) == (HEAP32[10890] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseDoERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[10164] | 0)) { + if ((i1 | 0) == (HEAP32[10889] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseWhileERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[10172] | 0)) { + if ((i1 | 0) == (HEAP32[10897] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBreakERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[10173] | 0)) { + if ((i1 | 0) == (HEAP32[10898] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseContinueERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[10174] | 0)) { + if ((i1 | 0) == (HEAP32[10899] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[10229] | 0)) { + if ((i1 | 0) == (HEAP32[10954] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseNewERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[10166] | 0)) { + if ((i1 | 0) == (HEAP32[10891] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i5, i4, i3) | 0; break; } else { @@ -51044,7 +53878,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_decltypeINS0_2DbEEEPKcS4_S4_RT_(i if ((!((i7 | 0) == (i11 | 0) | (i7 | 0) == (i4 | 0)) ? (HEAP8[i7 >> 0] | 0) == 69 : 0) ? (i2 = HEAP32[i3 + 4 >> 2] | 0, (HEAP32[i3 >> 2] | 0) != (i2 | 0)) : 0) { i3 = i2 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i9, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i9, 0, 38675) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i9, 0, 41566) | 0; HEAP32[i8 >> 2] = HEAP32[i1 >> 2]; HEAP32[i8 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i8 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -51054,7 +53888,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_decltypeINS0_2DbEEEPKcS4_S4_RT_(i HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 38037) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 40928) | 0; HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; HEAP32[i6 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i6 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -51089,14 +53923,14 @@ function __ZZ11instantiateEN19JSExternalInterface4loadEPN4wasm4LoadEj(i7, i2, i5 if (((HEAP32[i5 + 4 >> 2] | 0) + -3 | 0) >>> 0 < 2) switch (i2 | 0) { case 4: { - d1 = +_emscripten_asm_const_di(24, i4 | 0); + d1 = +_emscripten_asm_const_di(25, i4 | 0); HEAP32[i7 >> 2] = 3; HEAPF32[i7 + 8 >> 2] = d1; break L1; } case 8: { - d1 = +_emscripten_asm_const_di(25, i4 | 0); + d1 = +_emscripten_asm_const_di(26, i4 | 0); HEAP32[i7 >> 2] = 4; HEAPF64[i7 + 8 >> 3] = d1; break L1; @@ -51107,36 +53941,36 @@ function __ZZ11instantiateEN19JSExternalInterface4loadEPN4wasm4LoadEj(i7, i2, i5 switch (i2 | 0) { case 1: if (!(HEAP8[i5 + 12 >> 0] | 0)) { - i5 = _emscripten_asm_const_ii(19, i4 | 0) | 0; + i5 = _emscripten_asm_const_ii(20, i4 | 0) | 0; HEAP32[i7 >> 2] = 1; HEAP32[i7 + 8 >> 2] = i5; break L1; } else { - i5 = _emscripten_asm_const_ii(18, i4 | 0) | 0; + i5 = _emscripten_asm_const_ii(19, i4 | 0) | 0; HEAP32[i7 >> 2] = 1; HEAP32[i7 + 8 >> 2] = i5; break L1; } case 2: if (!(HEAP8[i5 + 12 >> 0] | 0)) { - i5 = _emscripten_asm_const_ii(21, i4 | 0) | 0; + i5 = _emscripten_asm_const_ii(22, i4 | 0) | 0; HEAP32[i7 >> 2] = 1; HEAP32[i7 + 8 >> 2] = i5; break L1; } else { - i5 = _emscripten_asm_const_ii(20, i4 | 0) | 0; + i5 = _emscripten_asm_const_ii(21, i4 | 0) | 0; HEAP32[i7 >> 2] = 1; HEAP32[i7 + 8 >> 2] = i5; break L1; } case 4: if (!(HEAP8[i5 + 12 >> 0] | 0)) { - i5 = _emscripten_asm_const_ii(23, i4 | 0) | 0; + i5 = _emscripten_asm_const_ii(24, i4 | 0) | 0; HEAP32[i7 >> 2] = 1; HEAP32[i7 + 8 >> 2] = i5; break L1; } else { - i5 = _emscripten_asm_const_ii(22, i4 | 0) | 0; + i5 = _emscripten_asm_const_ii(23, i4 | 0) | 0; HEAP32[i7 >> 2] = 1; HEAP32[i7 + 8 >> 2] = i5; break L1; @@ -51147,7 +53981,7 @@ function __ZZ11instantiateEN19JSExternalInterface4loadEPN4wasm4LoadEj(i7, i2, i5 } else i6 = 3; while (0); L25 : do if ((i6 | 0) == 3) { i6 = i5 + 4 | 0; - d1 = +_emscripten_asm_const_diiii(17, i4 | 0, i2 | 0, ((HEAP32[i6 >> 2] | 0) + -3 | 0) >>> 0 < 2 | 0, HEAPU8[i5 + 12 >> 0] | 0); + d1 = +_emscripten_asm_const_diiii(18, i4 | 0, i2 | 0, ((HEAP32[i6 >> 2] | 0) + -3 | 0) >>> 0 < 2 | 0, HEAPU8[i5 + 12 >> 0] | 0); if (((HEAP32[i6 >> 2] | 0) + -3 | 0) >>> 0 >= 2) { HEAP32[i7 >> 2] = 1; HEAP32[i7 + 8 >> 2] = ~~d1; @@ -51246,6 +54080,91 @@ function __ZNSt3__118__insertion_sort_3IRZN4wasm13ReorderLocals13visitFunctionEP return; } +function __ZN4wasm17SExpressionParser11parseStringEv(i8) { + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i6 = i9 + 8 | 0; + i4 = i9 + 4 | 0; + i5 = i9; + i2 = HEAP32[i8 >> 2] | 0; + i1 = HEAP8[i2 >> 0] | 0; + if (i1 << 24 >> 24 == 36) { + i3 = i2 + 1 | 0; + HEAP32[i8 >> 2] = i3; + i1 = HEAP8[i3 >> 0] | 0; + i7 = 1; + } else { + i3 = i2; + i7 = 0; + } + if (i1 << 24 >> 24 == 34) { + i1 = i3 + 1 | 0; + HEAP32[i8 >> 2] = i1; + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i6 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + L9 : while (1) { + i2 = HEAP8[i1 >> 0] | 0; + switch (i2 << 24 >> 24) { + case 34: + break L9; + case 92: + { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, 92); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, HEAP8[(HEAP32[i8 >> 2] | 0) + 1 >> 0] | 0); + i1 = (HEAP32[i8 >> 2] | 0) + 2 | 0; + break; + } + default: + { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, i2); + i1 = (HEAP32[i8 >> 2] | 0) + 1 | 0; + } + } + HEAP32[i8 >> 2] = i1; + } + HEAP32[i8 >> 2] = i1 + 1; + i1 = __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i8 + 4 | 0) | 0; + __ZN6cashew7IStringC2EPKcb(i4, (HEAP8[i6 >> 0] & 1) == 0 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0, 0); + i8 = HEAP32[i4 >> 2] | 0; + HEAP8[i1 >> 0] = 0; + HEAP32[i1 + 16 >> 2] = i8; + HEAP8[i1 + 20 >> 0] = i7; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + } else { + i2 = i3; + while (1) { + if (!(i1 << 24 >> 24)) { + i1 = i2; + i2 = 0; + break; + } + i6 = (_isspace(i1 << 24 >> 24) | 0) != 0; + i1 = HEAP32[i8 >> 2] | 0; + i2 = HEAP8[i1 >> 0] | 0; + if (i6 | (i2 & -2) << 24 >> 24 == 40) break; + i2 = i1 + 1 | 0; + HEAP32[i8 >> 2] = i2; + i1 = HEAP8[i2 >> 0] | 0; + } + HEAP8[i1 >> 0] = 0; + i1 = __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i8 + 4 | 0) | 0; + __ZN6cashew7IStringC2EPKcb(i5, i3, 0); + i6 = HEAP32[i5 >> 2] | 0; + HEAP8[i1 >> 0] = 0; + HEAP32[i1 + 16 >> 2] = i6; + HEAP8[i1 + 20 >> 0] = i7; + HEAP8[HEAP32[i8 >> 2] >> 0] = i2; + } + STACKTOP = i9; + return i1 | 0; +} + function __ZN4wasm22SExpressionWasmBuilder9parseTypeERNS_7ElementE(i13, i2) { i13 = i13 | 0; i2 = i2 | 0; @@ -51262,7 +54181,7 @@ function __ZN4wasm22SExpressionWasmBuilder9parseTypeERNS_7ElementE(i13, i2) { i1 = 2; } else i1 = 1; i1 = __ZN4wasm7ElementixEj(i2, i1) | 0; - if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(17111, 16975, 1046, 17125); + if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(17201, 17078, 1160, 17215); i2 = i12 + 4 | 0; i3 = i12 + 12 | 0; i4 = i12 + 16 | 0; @@ -51273,10 +54192,10 @@ function __ZN4wasm22SExpressionWasmBuilder9parseTypeERNS_7ElementE(i13, i2) { i6 = __ZN4wasm7ElementixEj(i1, i9) | 0; i10 = __ZN4wasm7Element4listEv(i6) | 0; i10 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i10 >> 2] >> 2] | 0) | 0; - L10 : do if ((i10 | 0) != (HEAP32[10104] | 0)) { + L10 : do if ((i10 | 0) != (HEAP32[10826] | 0)) { i10 = __ZN4wasm7Element4listEv(i6) | 0; i10 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i10 >> 2] >> 2] | 0) | 0; - if ((i10 | 0) == (HEAP32[10105] | 0)) { + if ((i10 | 0) == (HEAP32[10827] | 0)) { i10 = __ZN4wasm7Element4listEv(i6) | 0; i10 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i13, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i10 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; HEAP32[i2 >> 2] = i10; @@ -51369,7 +54288,7 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE8ove HEAP32[i16 + 16 >> 2] = i2; } if ((i7 | 0) == (i5 | 0)) { - i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i16 >> 2] | 0) + 52 >> 2] & 31](i16, i15 & 255) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i16 >> 2] | 0) + 52 >> 2] & 63](i16, i15 & 255) | 0; break; } else { HEAP32[i14 >> 2] = i4; @@ -51382,6 +54301,48 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE8ove return i1 | 0; } +function __ZN4wasm15Asm2WasmBuilder8optimizeEv(i3) { + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 96 | 0; + i2 = i4 + 72 | 0; + i9 = i4 + 60 | 0; + i8 = i4 + 48 | 0; + i7 = i4 + 36 | 0; + i6 = i4 + 24 | 0; + i5 = i4 + 12 | 0; + i1 = i4; + HEAP32[i2 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i2 + 4 >> 2] = 0; + HEAP32[i2 + 8 >> 2] = 0; + HEAP32[i2 + 12 >> 2] = 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i9, 29485, 17); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i2, i9); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i8, 30199, 19); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i2, i8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, 27404, 12); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i2, i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 31698, 15); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i2, i6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 32386, 14); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i2, i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + if ((HEAP32[i3 + 12 >> 2] | 0) >>> 0 < 1024) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 30934, 15); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i2, i1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); + } + __ZN4wasm10PassRunner3runEPNS_6ModuleE(i2, HEAP32[i3 >> 2] | 0); + __ZN4wasm10PassRunnerD2Ev(i2); + STACKTOP = i4; + return; +} + function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRb(i10, i11, i8, i9, i12, i14) { i10 = i10 | 0; i11 = i11 | 0; @@ -51429,11 +54390,11 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6 } else { i10 = __ZNKSt3__18ios_base6getlocEv(i9) | 0; HEAP32[i5 >> 2] = i10; - i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42688) | 0; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 45596) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; i9 = __ZNKSt3__18ios_base6getlocEv(i9) | 0; HEAP32[i6 >> 2] = i9; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42696) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45604) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 24 >> 2] & 127](i1, i10); FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 127](i1 + 12 | 0, i10); @@ -51497,11 +54458,11 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6 } else { i10 = __ZNKSt3__18ios_base6getlocEv(i9) | 0; HEAP32[i5 >> 2] = i10; - i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42656) | 0; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 45564) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; i9 = __ZNKSt3__18ios_base6getlocEv(i9) | 0; HEAP32[i6 >> 2] = i9; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42668) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45576) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 24 >> 2] & 127](i1, i10); FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 127](i1 + 12 | 0, i10); @@ -51518,96 +54479,68 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6 return i1 | 0; } -function __ZN4wasm22SExpressionWasmBuilder8makeLoadERNS_7ElementENS_8WasmTypeE(i9, i7, i1) { - i9 = i9 | 0; +function __ZN4wasm17WasmBinaryBuilder16processFunctionsEv(i7) { i7 = i7 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; - i2 = __ZN4wasm7Element4listEv(i7) | 0; - i2 = _strchr(__ZN4wasm7Element5c_strEv(HEAP32[HEAP32[i2 >> 2] >> 2] | 0) | 0, 46) | 0; - i3 = i2 + 5 | 0; - i8 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i9 + 4 >> 2] | 0) | 0; - HEAP32[i8 + 4 >> 2] = i1; - i6 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i1) | 0; - i1 = i8 + 8 | 0; - HEAP32[i1 >> 2] = i6; - L1 : do switch (HEAP8[i3 >> 0] | 0) { - case 56: - { - HEAP32[i1 >> 2] = 1; - i4 = i2 + 6 | 0; - break; - } - case 49: - { - if ((HEAP8[i2 + 6 >> 0] | 0) == 54) { - HEAP32[i1 >> 2] = 2; - i4 = i2 + 7 | 0; - break L1; - } else ___assert_fail(17360, 16975, 719, 17376); - break; - } - case 51: - { - if ((HEAP8[i2 + 6 >> 0] | 0) == 50) { - HEAP32[i1 >> 2] = 4; - i4 = i2 + 7 | 0; - break L1; - } else ___assert_fail(17385, 16975, 723, 17376); - break; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i1 = HEAP32[i7 + 44 >> 2] | 0; + i2 = HEAP32[i7 + 40 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + __ZN4wasm6Module11addFunctionEPNS_8FunctionE(HEAP32[i7 >> 2] | 0, HEAP32[i2 >> 2] | 0); + i2 = i2 + 4 | 0; + } + i1 = HEAP32[i7 + 20 >> 2] | 0; + if ((i1 | 0) > -1) { + i6 = HEAP32[i7 >> 2] | 0; + HEAP32[i6 + 132 >> 2] = HEAP32[HEAP32[(HEAP32[i6 + 36 >> 2] | 0) + (i1 << 2) >> 2] >> 2]; + } + i1 = i7 + 68 | 0; + i2 = HEAP32[i7 + 64 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + i6 = HEAP32[i2 + 16 >> 2] | 0; + HEAP32[i6 + 4 >> 2] = HEAP32[HEAP32[(HEAP32[(HEAP32[i7 >> 2] | 0) + 36 >> 2] | 0) + (HEAP32[i2 + 20 >> 2] << 2) >> 2] >> 2]; + __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i7 >> 2] | 0, i6); + i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; + } + i1 = i7 + 56 | 0; + i4 = HEAP32[i7 + 52 >> 2] | 0; + while (1) { + if ((i4 | 0) == (i1 | 0)) break; + i2 = HEAP32[i4 + 16 >> 2] | 0; + i3 = HEAP32[i4 + 24 >> 2] | 0; + i5 = HEAP32[i4 + 20 >> 2] | 0; + while (1) { + if ((i5 | 0) == (i3 | 0)) break; + HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] = HEAP32[HEAP32[(HEAP32[(HEAP32[i7 >> 2] | 0) + 36 >> 2] | 0) + (i2 << 2) >> 2] >> 2]; + i5 = i5 + 4 | 0; } - default: - i4 = i3; - } while (0); - if (!(HEAP8[i4 >> 0] | 0)) i1 = 0; else i1 = (HEAP8[i4 + 1 >> 0] | 0) == 115 & 1; - HEAP8[i8 + 12 >> 0] = i1; - i3 = i8 + 16 | 0; - HEAP32[i3 >> 2] = 0; - i4 = i8 + 20 | 0; - HEAP32[i4 >> 2] = 0; - i5 = i9 + 8 | 0; - i6 = 1; + i4 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; + } + i4 = HEAP32[i7 + 128 >> 2] | 0; + i6 = HEAP32[i7 + 124 >> 2] | 0; while (1) { - i2 = __ZN4wasm7ElementixEj(i7, i6) | 0; - i2 = (HEAP8[i2 >> 0] | 0) == 0; - i1 = __ZN4wasm7ElementixEj(i7, i6) | 0; - if (!i2) { - i2 = 22; + if ((i6 | 0) == (i4 | 0)) { + i1 = 17; break; } - i2 = __ZN4wasm7Element5c_strEv(i1) | 0; - i1 = _strchr(i2, 61) | 0; - if (!i1) { - i2 = 14; + i1 = HEAP32[i6 >> 2] | 0; + i5 = HEAP32[i7 >> 2] | 0; + i2 = HEAP32[i5 + 36 >> 2] | 0; + if (i1 >>> 0 >= (HEAP32[i5 + 40 >> 2] | 0) - i2 >> 2 >>> 0) { + i1 = 19; break; } - i1 = i1 + 1 | 0; - switch (HEAP8[i2 >> 0] | 0) { - case 97: - { - i2 = _atoi(i1) | 0; - HEAP32[i4 >> 2] = i2; - break; - } - case 111: - { - i1 = _atoll(i1) | 0; - i2 = tempRet0; - if (i2 >>> 0 > 0 | (i2 | 0) == 0 & i1 >>> 0 > 4294967295) __ZNKSt3__18functionIFvvEEclEv(i5); - HEAP32[i3 >> 2] = i1; - break; - } - default: - __ZNKSt3__18functionIFvvEEclEv(i5); + i1 = HEAP32[i2 + (i1 << 2) >> 2] | 0; + i2 = i5 + 100 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i5 + 104 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5 + 96 | 0, i1); else { + HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; } - i6 = i6 + 1 | 0; - } - if ((i2 | 0) == 14) ___assert_fail(26151, 16975, 734, 17376); else if ((i2 | 0) == 22) { - i9 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, i1) | 0; - HEAP32[i8 + 24 >> 2] = i9; - return i8 | 0; + i6 = i6 + 4 | 0; } - return 0; + if ((i1 | 0) == 17) return; else if ((i1 | 0) == 19) ___assert_fail(20184, 18162, 1511, 20214); } function __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i1, i7, i9, i8) { @@ -51625,19 +54558,19 @@ function __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7Literal if (i7 >>> 0 > i9 >>> 0) { i2 = i10 + 64 | 0; i1 = i10 + 8 | 0; - HEAP32[i1 >> 2] = 3164; + HEAP32[i1 >> 2] = 3452; i4 = i10 + 12 | 0; - HEAP32[i10 >> 2] = 3304; - HEAP32[i2 >> 2] = 3324; + HEAP32[i10 >> 2] = 3592; + HEAP32[i2 >> 2] = 3612; HEAP32[i10 + 4 >> 2] = 0; __ZNSt3__18ios_base4initEPv(i10 + 64 | 0, i4); HEAP32[i10 + 136 >> 2] = 0; HEAP32[i10 + 140 >> 2] = -1; - HEAP32[i10 >> 2] = 3144; - HEAP32[i2 >> 2] = 3184; - HEAP32[i1 >> 2] = 3164; + HEAP32[i10 >> 2] = 3432; + HEAP32[i2 >> 2] = 3472; + HEAP32[i1 >> 2] = 3452; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i4); - HEAP32[i4 >> 2] = 3008; + HEAP32[i4 >> 2] = 3108; i1 = i10 + 44 | 0; i2 = 0; while (1) { @@ -51655,8 +54588,8 @@ function __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7Literal } __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i4, i5); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i10 + 8 | 0, i8) | 0, 20813) | 0, i7) | 0, 20816) | 0, i9) | 0; - i9 = HEAP32[i3 + 12 >> 2] | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i10 + 8 | 0, i8) | 0, 23392) | 0, i7) | 0, 23395) | 0, i9) | 0; + i9 = HEAP32[i3 + 24 >> 2] | 0; i8 = HEAP32[(HEAP32[i9 >> 2] | 0) + 20 >> 2] | 0; __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv(i6, i4); FUNCTION_TABLE_vii[i8 & 127](i9, (HEAP8[i6 >> 0] & 1) == 0 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0); @@ -51682,19 +54615,19 @@ function __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralE if (i7 >>> 0 > i9 >>> 0) { i2 = i10 + 64 | 0; i1 = i10 + 8 | 0; - HEAP32[i1 >> 2] = 3164; + HEAP32[i1 >> 2] = 3452; i4 = i10 + 12 | 0; - HEAP32[i10 >> 2] = 3304; - HEAP32[i2 >> 2] = 3324; + HEAP32[i10 >> 2] = 3592; + HEAP32[i2 >> 2] = 3612; HEAP32[i10 + 4 >> 2] = 0; __ZNSt3__18ios_base4initEPv(i10 + 64 | 0, i4); HEAP32[i10 + 136 >> 2] = 0; HEAP32[i10 + 140 >> 2] = -1; - HEAP32[i10 >> 2] = 3144; - HEAP32[i2 >> 2] = 3184; - HEAP32[i1 >> 2] = 3164; + HEAP32[i10 >> 2] = 3432; + HEAP32[i2 >> 2] = 3472; + HEAP32[i1 >> 2] = 3452; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i4); - HEAP32[i4 >> 2] = 3008; + HEAP32[i4 >> 2] = 3108; i1 = i10 + 44 | 0; i2 = 0; while (1) { @@ -51712,8 +54645,8 @@ function __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralE } __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i4, i5); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i10 + 8 | 0, i8) | 0, 20813) | 0, i7) | 0, 20816) | 0, i9) | 0; - i9 = HEAP32[i3 + 12 >> 2] | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i10 + 8 | 0, i8) | 0, 23392) | 0, i7) | 0, 23395) | 0, i9) | 0; + i9 = HEAP32[i3 + 24 >> 2] | 0; i8 = HEAP32[(HEAP32[i9 >> 2] | 0) + 20 >> 2] | 0; __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv(i6, i4); FUNCTION_TABLE_vii[i8 & 127](i9, (HEAP8[i6 >> 0] & 1) == 0 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0); @@ -51724,61 +54657,155 @@ function __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralE return; } -function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i9, i8) { - i9 = i9 | 0; - i8 = i8 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i10 = 0, i11 = 0, i12 = 0; - i12 = STACKTOP; +function __ZN4wasm17WasmBinaryBuilder14maybeVisitImplEPNS_5StoreEh(i4, i3, i1) { + i4 = i4 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + var i2 = 0, i5 = 0, i6 = 0; + i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i12 + 4 | 0; - i6 = i12; - i11 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i9 + 4 >> 2] | 0) | 0; - i10 = __ZN4wasm7Element4listEv(i8) | 0; - i2 = i11 + 8 | 0; - if (!(HEAP8[HEAP32[(HEAP32[i10 >> 2] | 0) + 4 >> 2] >> 0] | 0)) { - i3 = __ZN4wasm7Element4listEv(i8) | 0; - i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i2 >> 2] = i3; - i3 = 2; - } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 30146, 5); - i3 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i9, i1) | 0; - HEAP32[i11 + 8 >> 2] = i3; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); - i3 = 1; + i2 = i6; + switch (i1 & 255 | 0) { + case 46: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 1; + i1 = 1; + i5 = 11; + break; + } + case 47: + { + HEAP32[i3 + 8 >> 2] = 2; + HEAP32[i3 + 4 >> 2] = 1; + i1 = 2; + i5 = 11; + break; + } + case 51: + { + HEAP32[i3 + 8 >> 2] = 4; + HEAP32[i3 + 4 >> 2] = 1; + i1 = 4; + i5 = 11; + break; + } + case 48: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 2; + i1 = 1; + i5 = 11; + break; + } + case 49: + { + HEAP32[i3 + 8 >> 2] = 2; + HEAP32[i3 + 4 >> 2] = 2; + i1 = 2; + i5 = 11; + break; + } + case 50: + { + HEAP32[i3 + 8 >> 2] = 4; + HEAP32[i3 + 4 >> 2] = 2; + i1 = 4; + i5 = 11; + break; + } + case 52: + { + HEAP32[i3 + 8 >> 2] = 8; + HEAP32[i3 + 4 >> 2] = 2; + i1 = 8; + i5 = 11; + break; + } + case 53: + { + HEAP32[i3 + 8 >> 2] = 4; + HEAP32[i3 + 4 >> 2] = 3; + i1 = 4; + i5 = 11; + break; + } + case 54: + { + HEAP32[i3 + 8 >> 2] = 8; + HEAP32[i3 + 4 >> 2] = 4; + i1 = 8; + i5 = 11; + break; + } + default: + i1 = 0; } - i10 = i9 + 84 | 0; - i1 = HEAP32[i10 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i9 + 88 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i9 + 80 | 0, i2); else { + if ((i5 | 0) == 11) { + if (HEAP8[i4 + 12 >> 0] | 0) { + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19979) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i1 + (HEAP32[(HEAP32[i1 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i1, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i1) | 0; + i1 = HEAP32[i3 + 8 >> 2] | 0; + } + __ZN4wasm17WasmBinaryBuilder16readMemoryAccessERjjS1_(i4, i3 + 16 | 0, i1, i3 + 12 | 0); + i1 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[i3 + 24 >> 2] = i1; + i1 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[i3 + 20 >> 2] = i1; + i1 = 1; + } + STACKTOP = i6; + return i1 | 0; +} + +function __ZN4wasm16PrintSExpression17visitFunctionTypeEPNS_12FunctionTypeEb(i7, i5, i6) { + i7 = i7 | 0; + i5 = i5 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i8 + 4 | 0; + i2 = i8; + if (i6) { + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i7 + 4 >> 2] | 0, 28316, 0) | 0, 32) | 0; + HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 4; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i1) | 0, 28321) | 0; } - i5 = i11 + 16 | 0; - i4 = i11 + 20 | 0; - i7 = i11 + 12 | 0; - while (1) { - if (i3 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break; - i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i3) | 0) | 0; - HEAP32[i6 >> 2] = i1; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i1; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i6); - i3 = i3 + 1 | 0; + i2 = i5 + 8 | 0; + i1 = i5 + 12 | 0; + if ((HEAP32[i1 >> 2] | 0) != (HEAP32[i2 >> 2] | 0)) { + i4 = i7 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, HEAP32[i7 + 16 >> 2] | 0) | 0; + __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i4 >> 2] | 0, 28328) | 0; + i3 = HEAP32[i1 >> 2] | 0; + i2 = HEAP32[i2 >> 2] | 0; + while (1) { + i1 = HEAP32[i4 >> 2] | 0; + if ((i2 | 0) == (i3 | 0)) break; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i1, 32) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i2 >> 2] | 0) | 0) | 0; + i2 = i2 + 4 | 0; + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i1, 41) | 0; } - i2 = HEAP32[i10 >> 2] | 0; - i1 = i2 + -4 | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i9 = i2 + -4 | 0; - HEAP32[i10 >> 2] = i9; - i2 = i9; + i1 = i5 + 4 | 0; + if (HEAP32[i1 >> 2] | 0) { + i5 = i7 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, HEAP32[i7 + 16 >> 2] | 0) | 0; + i5 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i5 >> 2] | 0, 28340) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 41) | 0; } - i1 = HEAP32[i5 >> 2] | 0; - if ((i1 | 0) != (HEAP32[i7 >> 2] | 0)) HEAP32[i11 + 4 >> 2] = HEAP32[(HEAP32[i1 + -4 >> 2] | 0) + 4 >> 2]; - STACKTOP = i12; - return i11 | 0; + if (i6) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i7 + 4 >> 2] | 0, 28348) | 0; + STACKTOP = i8; + return; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc(i10, i3, i9) { @@ -51796,7 +54823,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc( i12 = i10 + 4 | 0; __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i10, (((HEAP32[i12 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) | 0) / 12 | 0) + 1 | 0); i2 = HEAP32[i9 >> 2] | 0; - if ((HEAP8[i2 >> 0] | 0) != 40) ___assert_fail(23408, 23250, 611, 23900); + if ((HEAP8[i2 >> 0] | 0) != 40) ___assert_fail(26164, 26006, 611, 26656); HEAP32[i9 >> 2] = i2 + 1; HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; @@ -51809,7 +54836,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc( break; } HEAP32[i6 >> 2] = i3; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i10, i9, 23910) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i10, i9, 26666) | 0; HEAP32[i7 >> 2] = i1; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; @@ -51836,7 +54863,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc( HEAP32[i9 >> 2] = i8 + 1; i1 = HEAP32[i12 >> 2] | 0; i2 = i1 + -12 | 0; - if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i13 = i1; else ___assert_fail(23913, 23250, 627, 23900); + if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i13 = i1; else ___assert_fail(26669, 26006, 627, 26656); while (1) { if ((i13 | 0) == (i2 | 0)) break; i11 = i13 + -12 | 0; @@ -51926,7 +54953,7 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri break L6; } HEAP32[i14 >> 2] = 0; - i1 = HEAP8[34838 + i1 >> 0] | 0; + i1 = HEAP8[37777 + i1 >> 0] | 0; HEAP32[i12 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; i1 = 0; @@ -51937,7 +54964,7 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri default: {} } - i1 = HEAP8[34838 + i1 >> 0] | 0; + i1 = HEAP8[37777 + i1 >> 0] | 0; HEAP32[i12 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + 1; @@ -51947,6 +54974,70 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder9visitLoopEPNS_4LoopE(i5, i7) { + i5 = i5 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i8; + if (HEAP8[i5 + 12 >> 0] | 0) { + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19086) | 0; + i4 = __ZNKSt3__18ios_base6getlocEv(i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i4; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i4 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 28 >> 2] & 63](i4, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i6, i4) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i6) | 0; + } + __ZN4wasm17WasmBinaryBuilder10verifyInt8Ea(i5, 1); + i3 = __ZN4wasm17WasmBinaryBuilder12getNextLabelEv(i5) | 0; + HEAP32[i7 + 8 >> 2] = i3; + i3 = __ZN4wasm17WasmBinaryBuilder12getNextLabelEv(i5) | 0; + HEAP32[i7 + 12 >> 2] = i3; + i3 = i5 + 100 | 0; + i1 = i7 + 8 | 0; + i6 = i5 + 104 | 0; + i2 = HEAP32[i6 >> 2] | 0; + i4 = i5 + 108 | 0; + if ((i2 | 0) == (HEAP32[i4 >> 2] | 0)) { + __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i3, i1); + i2 = HEAP32[i6 >> 2] | 0; + } else { + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + i2 = (HEAP32[i6 >> 2] | 0) + 4 | 0; + HEAP32[i6 >> 2] = i2; + } + i1 = i7 + 12 | 0; + if ((i2 | 0) == (HEAP32[i4 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i3, i1); else { + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; + } + __ZN4wasm17WasmBinaryBuilder18processExpressionsEv(i5); + i4 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i5) | 0; + HEAP32[i7 + 16 >> 2] = i4; + i2 = HEAP32[i6 >> 2] | 0; + i1 = i2 + -4 | 0; + i3 = i2; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i6 >> 2] = i5; + i3 = i5; + } + i2 = i2 + -8 | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + i5 = i1 + -4 | 0; + HEAP32[i6 >> 2] = i5; + i1 = i5; + } + HEAP32[i7 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; + STACKTOP = i8; + return; +} + function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i7, i13, i11, i12, i14, i3, i2, i4, i5, i8) { i7 = i7 | 0; i13 = i13 | 0; @@ -52026,7 +55117,7 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri break L6; } HEAP32[i14 >> 2] = 0; - i1 = HEAP8[34838 + i2 >> 0] | 0; + i1 = HEAP8[37777 + i2 >> 0] | 0; HEAP32[i12 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; i1 = 0; @@ -52037,7 +55128,7 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri default: {} } - i1 = HEAP8[34838 + i2 >> 0] | 0; + i1 = HEAP8[37777 + i2 >> 0] | 0; HEAP32[i12 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + 1; @@ -52047,102 +55138,6 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri return i1 | 0; } -function __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i8, i7, i3, i5) { - i8 = i8 | 0; - i7 = i7 | 0; - i3 = i3 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0; - i11 = STACKTOP; - STACKTOP = STACKTOP + 64 | 0; - i2 = i11 + 36 | 0; - i10 = i11 + 40 | 0; - i6 = i11; - i4 = i11 + 24 | 0; - i9 = i7 + 4 | 0; - i1 = HEAP32[i9 >> 2] | 0; - if (i1 >>> 0 > 250) { - i1 = HEAP32[i7 + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 20118); - i1 = HEAP32[i9 >> 2] | 0; - } - HEAP32[i9 >> 2] = i1 + 1; - i1 = (HEAP32[i7 >> 2] | 0) + 84 | 0; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i1, i2) | 0; - i1 = HEAP32[i1 >> 2] | 0; - if (!i1) ___assert_fail(30475, 20130, 645, 20153); - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN13FunctionScopeC2EPNS_8FunctionES9_(i10, i1, i5); - HEAP32[i4 >> 2] = 3124; - HEAP32[i4 + 4 >> 2] = i7; - HEAP32[i4 + 8 >> 2] = i10; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i6, i4, HEAP32[i1 + 36 >> 2] | 0); - i7 = HEAP32[i6 + 16 >> 2] | 0; - if (!((i7 | 0) == 0 | (i7 | 0) == (HEAP32[10141] | 0))) ___assert_fail(20166, 20130, 653, 20153); - HEAP32[i8 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i8 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; - HEAP32[i8 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; - HEAP32[i8 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; - i2 = HEAP32[i1 + 4 >> 2] | 0; - if (!i2) { - HEAP32[i8 >> 2] = 0; - i1 = i8 + 8 | 0; - HEAP32[i1 >> 2] = 0; - HEAP32[i1 + 4 >> 2] = 0; - i1 = 0; - } else i1 = HEAP32[i8 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) { - HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + -1; - __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm7LiteralEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i10); - STACKTOP = i11; - return; - } else ___assert_fail(20214, 20130, 656, 20153); -} - -function __ZN4wasm16PrintSExpression17visitFunctionTypeEPNS_12FunctionTypeEb(i7, i5, i6) { - i7 = i7 | 0; - i5 = i5 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0; - i8 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i8 + 4 | 0; - i2 = i8; - if (i6) { - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i7 + 4 >> 2] | 0, 25538, 0) | 0, 32) | 0; - HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i1) | 0, 25543) | 0; - } - i2 = i5 + 8 | 0; - i1 = i5 + 12 | 0; - if ((HEAP32[i1 >> 2] | 0) != (HEAP32[i2 >> 2] | 0)) { - i4 = i7 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i4 >> 2] | 0, 32) | 0; - __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i4 >> 2] | 0, 25550) | 0; - i3 = HEAP32[i1 >> 2] | 0; - i2 = HEAP32[i2 >> 2] | 0; - while (1) { - i1 = HEAP32[i4 >> 2] | 0; - if ((i2 | 0) == (i3 | 0)) break; - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i1, 32) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i2 >> 2] | 0) | 0) | 0; - i2 = i2 + 4 | 0; - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i1, 41) | 0; - } - i1 = i5 + 4 | 0; - if (HEAP32[i1 >> 2] | 0) { - i5 = i7 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i5 >> 2] | 0, 32) | 0; - i5 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i5 >> 2] | 0, 25562) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 41) | 0; - } - if (i6) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i7 + 4 >> 2] | 0, 25570) | 0; - STACKTOP = i8; - return; -} - function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i15, i14, i13) { i15 = i15 | 0; i14 = i14 | 0; @@ -52160,19 +55155,19 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i i12 = i16; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i1 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(23408, 23250, 498, 23879); + if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(26164, 26006, 498, 26635); HEAP32[i14 >> 2] = i1 + 1; - i4 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 23217) | 0; + i4 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 25973) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i1 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(23888, 23250, 502, 23879); + if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(26644, 26006, 502, 26635); HEAP32[i14 >> 2] = i1 + 1; - i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 23217) | 0; + i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 25973) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i1 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(23888, 23250, 506, 23879); + if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(26644, 26006, 506, 26635); HEAP32[i14 >> 2] = i1 + 1; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 38037) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 40928) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i2 = HEAP32[i14 >> 2] | 0; if ((HEAP8[i2 >> 0] | 0) == 41) { @@ -52189,7 +55184,96 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i i15 = __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i5, i6, i7, i8) | 0; STACKTOP = i16; return i15 | 0; - } else ___assert_fail(23630, 23250, 510, 23879); + } else ___assert_fail(26386, 26006, 510, 26635); + return 0; +} + +function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE(i9, i8, i1) { + i9 = i9 | 0; + i8 = i8 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; + i3 = __ZN4wasm7Element4listEv(i8) | 0; + i3 = _strchr(__ZN4wasm7Element5c_strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0, 46) | 0; + i7 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i9 + 4 >> 2] | 0) | 0; + HEAP32[i7 + 4 >> 2] = i1; + i1 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i1) | 0; + i2 = i7 + 8 | 0; + HEAP32[i2 >> 2] = i1; + L1 : do switch (HEAP8[i3 + 6 >> 0] | 0) { + case 56: + { + HEAP32[i2 >> 2] = 1; + i4 = 1; + break; + } + case 49: + { + if ((HEAP8[i3 + 7 >> 0] | 0) == 54) { + HEAP32[i2 >> 2] = 2; + i4 = 2; + break L1; + } else ___assert_fail(17450, 17078, 846, 17497); + break; + } + case 51: + { + if ((HEAP8[i3 + 7 >> 0] | 0) == 50) { + HEAP32[i2 >> 2] = 4; + i4 = 4; + break L1; + } else ___assert_fail(17475, 17078, 850, 17497); + break; + } + default: + i4 = i1; + } while (0); + i5 = i7 + 12 | 0; + HEAP32[i5 >> 2] = 0; + i6 = i7 + 16 | 0; + HEAP32[i6 >> 2] = i4; + i4 = i9 + 8 | 0; + i1 = 1; + while (1) { + i2 = __ZN4wasm7ElementixEj(i8, i1) | 0; + i2 = (HEAP8[i2 >> 0] | 0) == 0; + i3 = __ZN4wasm7ElementixEj(i8, i1) | 0; + if (!i2) { + i2 = 18; + break; + } + i3 = __ZN4wasm7Element5c_strEv(i3) | 0; + i2 = _strchr(i3, 61) | 0; + if (!i2) { + i2 = 12; + break; + } + i2 = i2 + 1 | 0; + switch (HEAP8[i3 >> 0] | 0) { + case 97: + { + i3 = _atoi(i2) | 0; + HEAP32[i6 >> 2] = i3; + break; + } + case 111: + { + i3 = _atoi(i2) | 0; + HEAP32[i5 >> 2] = i3; + break; + } + default: + __ZNKSt3__18functionIFvvEEclEv(i4); + } + i1 = i1 + 1 | 0; + } + if ((i2 | 0) == 12) ___assert_fail(28898, 17078, 860, 17497); else if ((i2 | 0) == 18) { + i6 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, i3) | 0; + HEAP32[i7 + 20 >> 2] = i6; + i9 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i1 + 1 | 0) | 0) | 0; + HEAP32[i7 + 24 >> 2] = i9; + return i7 | 0; + } return 0; } @@ -52229,7 +55313,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb( if ((HEAP8[i1 >> 0] | 0) == 61) { HEAP32[i15 >> 2] = i1 + 1; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i13, i15, 23555) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i13, i15, 26311) | 0; } else i1 = 0; HEAP32[i7 >> 2] = i10; HEAP32[i8 >> 2] = HEAP32[i11 >> 2]; @@ -52256,7 +55340,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb( } HEAP32[i15 >> 2] = i1 + 1; } - if ((i16 | 0) == 4) ___assert_fail(23527, 23250, 434, 23546); else if ((i16 | 0) == 9) _abort(); else if ((i16 | 0) == 10) i12 = i1; + if ((i16 | 0) == 4) ___assert_fail(26283, 26006, 434, 26302); else if ((i16 | 0) == 9) _abort(); else if ((i16 | 0) == 10) i12 = i1; HEAP32[i15 >> 2] = i12 + 1; STACKTOP = i14; return i10 | 0; @@ -52365,188 +55449,6 @@ function _wcsrtombs(i3, i6, i1, i2) { return i1 | 0; } -function __ZN4wasm16PrintSExpression9visitLoadEPNS_4LoadE(i4, i3) { - i4 = i4 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i5 = 0; - i2 = i4 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 40) | 0; - i1 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i2 >> 2] | 0) | 0; - i5 = i3 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i5 >> 2] | 0) | 0) | 0, 25785) | 0; - i1 = HEAP32[i3 + 8 >> 2] | 0; - if (!(i1 >>> 0 >= 4 ? !(i1 >>> 0 < 8 & (HEAP32[i5 >> 2] | 0) == 2) : 0)) { - switch (i1 | 0) { - case 1: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 56) | 0; - break; - } - case 2: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25791) | 0; - break; - } - case 4: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25794) | 0; - break; - } - default: - _abort(); - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, HEAP8[i3 + 12 >> 0] | 0 ? 25797 : 25800) | 0; - } - i1 = i3 + 16 | 0; - if (HEAP32[i1 >> 2] | 0) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25803) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i5, HEAP32[i1 >> 2] | 0) | 0; - } - i1 = i3 + 20 | 0; - if (HEAP32[i1 >> 2] | 0) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25812) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i5, HEAP32[i1 >> 2] | 0) | 0; - } - i5 = i4 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i5) | 0; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, HEAP32[i3 + 24 >> 2] | 0); - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i5) | 0; - return; -} -function __ZN4wasm16PrintSExpression10visitStoreEPNS_5StoreE(i5, i4) { - i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0; - i3 = i5 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i3 >> 2] | 0, 40) | 0; - i1 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i3 >> 2] | 0) | 0; - i6 = i4 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i6 >> 2] | 0) | 0) | 0, 25820) | 0; - i1 = HEAP32[i4 + 8 >> 2] | 0; - if (!(i1 >>> 0 >= 4 ? !(i1 >>> 0 < 8 & (HEAP32[i6 >> 2] | 0) == 2) : 0)) i2 = 3; - L3 : do if ((i2 | 0) == 3) switch (i1 | 0) { - case 1: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i3 >> 2] | 0, 56) | 0; - break L3; - } - case 2: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25791) | 0; - break L3; - } - case 4: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25794) | 0; - break L3; - } - default: - _abort(); - } while (0); - i1 = i4 + 12 | 0; - if (HEAP32[i1 >> 2] | 0) { - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25803) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i6, HEAP32[i1 >> 2] | 0) | 0; - } - i1 = i4 + 16 | 0; - if (HEAP32[i1 >> 2] | 0) { - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25812) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i6, HEAP32[i1 >> 2] | 0) | 0; - } - i6 = i5 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i3 >> 2] | 0, i6) | 0; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i5, HEAP32[i4 + 20 >> 2] | 0); - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i5, HEAP32[i4 + 24 >> 2] | 0); - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i3 >> 2] | 0, i6) | 0; - return; -} - -function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE(i9, i8, i1) { - i9 = i9 | 0; - i8 = i8 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; - i2 = __ZN4wasm7Element4listEv(i8) | 0; - i2 = _strchr(__ZN4wasm7Element5c_strEv(HEAP32[HEAP32[i2 >> 2] >> 2] | 0) | 0, 46) | 0; - i7 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i9 + 4 >> 2] | 0) | 0; - HEAP32[i7 + 4 >> 2] = i1; - i6 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i1) | 0; - i1 = i7 + 8 | 0; - HEAP32[i1 >> 2] = i6; - L1 : do switch (HEAP8[i2 + 6 >> 0] | 0) { - case 56: - { - HEAP32[i1 >> 2] = 1; - break; - } - case 49: - { - if ((HEAP8[i2 + 7 >> 0] | 0) == 54) { - HEAP32[i1 >> 2] = 2; - break L1; - } else ___assert_fail(17360, 16975, 758, 17407); - break; - } - case 51: - { - if ((HEAP8[i2 + 7 >> 0] | 0) == 50) { - HEAP32[i1 >> 2] = 4; - break L1; - } else ___assert_fail(17385, 16975, 762, 17407); - break; - } - default: - {} - } while (0); - i4 = i7 + 12 | 0; - HEAP32[i4 >> 2] = 0; - i5 = i7 + 16 | 0; - HEAP32[i5 >> 2] = 0; - i6 = i9 + 8 | 0; - i1 = 1; - while (1) { - i2 = __ZN4wasm7ElementixEj(i8, i1) | 0; - i2 = (HEAP8[i2 >> 0] | 0) == 0; - i3 = __ZN4wasm7ElementixEj(i8, i1) | 0; - if (!i2) { - i2 = 18; - break; - } - i3 = __ZN4wasm7Element5c_strEv(i3) | 0; - i2 = _strchr(i3, 61) | 0; - if (!i2) { - i2 = 12; - break; - } - i2 = i2 + 1 | 0; - switch (HEAP8[i3 >> 0] | 0) { - case 97: - { - i3 = _atoi(i2) | 0; - HEAP32[i5 >> 2] = i3; - break; - } - case 111: - { - i3 = _atoi(i2) | 0; - HEAP32[i4 >> 2] = i3; - break; - } - default: - __ZNKSt3__18functionIFvvEEclEv(i6); - } - i1 = i1 + 1 | 0; - } - if ((i2 | 0) == 12) ___assert_fail(26151, 16975, 772, 17407); else if ((i2 | 0) == 18) { - i6 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, i3) | 0; - HEAP32[i7 + 20 >> 2] = i6; - i9 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i1 + 1 | 0) | 0) | 0; - HEAP32[i7 + 24 >> 2] = i9; - return i7 | 0; - } - return 0; -} - function ___stdio_write(i14, i2, i1) { i14 = i14 | 0; i2 = i2 | 0; @@ -52570,13 +55472,13 @@ function ___stdio_write(i14, i2, i1) { i2 = 2; i4 = i4 + i1 | 0; while (1) { - if (!(HEAP32[10264] | 0)) { + if (!(HEAP32[10989] | 0)) { HEAP32[i11 >> 2] = HEAP32[i8 >> 2]; HEAP32[i11 + 4 >> 2] = i3; HEAP32[i11 + 8 >> 2] = i2; i6 = ___syscall_ret(___syscall146(146, i11 | 0) | 0) | 0; } else { - _pthread_cleanup_push(203, i14 | 0); + _pthread_cleanup_push(219, i14 | 0); HEAP32[i10 >> 2] = HEAP32[i8 >> 2]; HEAP32[i10 + 4 >> 2] = i3; HEAP32[i10 + 8 >> 2] = i2; @@ -52634,15 +55536,15 @@ function __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_trai i4 = HEAP32[tempDoublePtr >> 2] | 0; i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; i2 = (i1 | 0) < 0; - do if (d3 == 0.0 & i2) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 21502) | 0; else { + do if (d3 == 0.0 & i2) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 24273) | 0; else { d7 = +Math_abs(+d3); HEAPF64[tempDoublePtr >> 3] = d7; i6 = HEAP32[tempDoublePtr + 4 >> 2] | 0; if (i6 >>> 0 > 2146435072 | (i6 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i2 ? 39107 : 48675) | 0, 33911) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i2 ? 41998 : 51584) | 0, 36898) | 0; i1 = i1 & 1048575; if ((i4 | 0) == 0 & (i1 | 0) == 0) break; - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 21498) | 0; + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 24269) | 0; i5 = i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = HEAP32[i5 >> 2] & -75 | 8; i6 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(i6, i4, i1) | 0; @@ -52652,7 +55554,7 @@ function __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_trai } i6 = i1 & 2146435072; if (!(i6 >>> 0 < 2146435072 | (i6 | 0) == 2146435072 & 0 < 0)) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i2 ? 13156 : 31486) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i2 ? 13521 : 34207) | 0; break; } i1 = __ZN6cashew9JSPrinter11numToStringEdb(d3, 1) | 0; @@ -52666,7 +55568,7 @@ function __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_trai { i2 = i1 + 1 | 0; if ((HEAP8[i2 >> 0] | 0) == 46) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 21502) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 24273) | 0; i1 = i2; } break; @@ -52679,93 +55581,101 @@ function __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_trai return; } -function __ZN4wasm16PrintSExpression9visitLoopEPNS_4LoopE(i7, i5) { - i7 = i7 | 0; +function __ZN4wasm16PrintSExpression9visitLoadEPNS_4LoadE(i5, i4) { i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i8 = 0, i9 = 0, i10 = 0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i3 = i9 + 8 | 0; - i1 = i9 + 4 | 0; - i4 = i9; - i6 = i7 + 4 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i6 >> 2] | 0, 25637, 0) | 0; - i2 = i5 + 8 | 0; - do if (!(HEAP32[i2 >> 2] | 0)) { - i1 = i5 + 12 | 0; - if (HEAP32[i1 >> 2] | 0) i8 = 6; - } else { - i10 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i6 >> 2] | 0, 32) | 0; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i10, i3) | 0; - if (!(HEAP32[i5 + 12 >> 2] | 0)) ___assert_fail(25642, 25656, 61, 25677); else { - i1 = i5 + 12 | 0; - i8 = 6; - break; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + i2 = i5 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 40) | 0; + i3 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i2 >> 2] | 0) | 0; + i6 = i4 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i6 >> 2] | 0) | 0) | 0, 28518) | 0; + i3 = i4 + 8 | 0; + i1 = HEAP32[i3 >> 2] | 0; + if (!(i1 >>> 0 >= 4 ? !(i1 >>> 0 < 8 & (HEAP32[i6 >> 2] | 0) == 2) : 0)) { + switch (i1 | 0) { + case 1: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 56) | 0; + break; + } + case 2: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28524) | 0; + break; + } + case 4: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28527) | 0; + break; + } + default: + _abort(); } - } while (0); - if ((i8 | 0) == 6) { - i10 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i6 >> 2] | 0, 32) | 0; - HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i10, i3) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, HEAP8[i4 + 12 >> 0] | 0 ? 28530 : 28533) | 0; } - i4 = i7 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i6 >> 2] | 0, i4) | 0; - i1 = i5 + 16 | 0; - i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - L10 : do if ((i2 | 0) != 0 ? (HEAP32[i2 + 8 >> 2] | 0) == 0 : 0) { - i3 = HEAP32[i2 + 16 >> 2] | 0; - i1 = HEAP32[i2 + 12 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break L10; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i7, HEAP32[i1 >> 2] | 0); - i1 = i1 + 4 | 0; - } - } else i8 = 12; while (0); - if ((i8 | 0) == 12) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i7, HEAP32[i1 >> 2] | 0); - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i6 >> 2] | 0, i4) | 0; - STACKTOP = i9; + i1 = i4 + 16 | 0; + if (HEAP32[i1 >> 2] | 0) { + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28536) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i6, HEAP32[i1 >> 2] | 0) | 0; + } + i1 = i4 + 20 | 0; + if ((HEAP32[i1 >> 2] | 0) != (HEAP32[i3 >> 2] | 0)) { + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 28545) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i6, HEAP32[i1 >> 2] | 0) | 0; + } + __ZN4wasm16PrintSExpression9incIndentEv(i5); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i5, HEAP32[i4 + 24 >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i5); return; } -function __ZNKSt3__120__time_get_c_storageIcE7__weeksEv(i1) { - i1 = i1 | 0; - var i2 = 0; - if ((HEAP8[39632] | 0) == 0 ? ___cxa_guard_acquire(39632) | 0 : 0) { - if ((HEAP8[39640] | 0) == 0 ? ___cxa_guard_acquire(39640) | 0 : 0) { - i1 = 42728; - do { - i2 = 0; - while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; - } - i1 = i1 + 12 | 0; - } while ((i1 | 0) != 42896); - ___cxa_atexit(208, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(39640); - } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42728, 35355) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42740, 35362) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42752, 35369) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42764, 35377) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42776, 35387) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42788, 35396) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42800, 35403) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42812, 35412) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42824, 35416) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42836, 35420) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42848, 35424) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42860, 35428) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42872, 35432) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42884, 35436) | 0; - HEAP32[10724] = 42728; - ___cxa_guard_release(39632); - } - return HEAP32[10724] | 0; +function __ZN4wasm16PrintSExpression10visitStoreEPNS_5StoreE(i6, i5) { + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; + i3 = i6 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i3 >> 2] | 0, 40) | 0; + i4 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i3 >> 2] | 0) | 0; + i7 = i5 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i7 >> 2] | 0) | 0) | 0, 28553) | 0; + i4 = i5 + 8 | 0; + i1 = HEAP32[i4 >> 2] | 0; + if (!(i1 >>> 0 >= 4 ? !(i1 >>> 0 < 8 & (HEAP32[i7 >> 2] | 0) == 2) : 0)) i2 = 3; + L3 : do if ((i2 | 0) == 3) switch (i1 | 0) { + case 1: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i3 >> 2] | 0, 56) | 0; + break L3; + } + case 2: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 28524) | 0; + break L3; + } + case 4: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 28527) | 0; + break L3; + } + default: + _abort(); + } while (0); + i1 = i5 + 12 | 0; + if (HEAP32[i1 >> 2] | 0) { + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 28536) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i7, HEAP32[i1 >> 2] | 0) | 0; + } + i1 = i5 + 16 | 0; + if ((HEAP32[i1 >> 2] | 0) != (HEAP32[i4 >> 2] | 0)) { + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 28545) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i7, HEAP32[i1 >> 2] | 0) | 0; + } + __ZN4wasm16PrintSExpression9incIndentEv(i6); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i5 + 20 >> 2] | 0); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i5 + 24 >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i6); + return; } function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj(i9, i1, i2) { @@ -52784,14 +55694,14 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction HEAP32[i8 >> 2] = HEAP32[i1 >> 2]; i1 = HEAP32[i9 + 4 >> 2] | 0; i2 = __ZN4wasm15Asm2WasmBuilder12bytesToShiftEj(i1, i2) | 0; - if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 0) | 0, 40640) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 1) | 0, 40812) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i8, 3) | 0, 0) | 0, 40680) | 0 : 0) ? (i12 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i8, 3) | 0, 1) | 0, (__ZN6cashew5Value10getIntegerEv(HEAP32[i12 >> 2] | 0) | 0) == (i2 | 0)) : 0) { + if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 0) | 0, 43540) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 1) | 0, 43712) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i8, 3) | 0, 0) | 0, 43580) | 0 : 0) ? (i12 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i8, 3) | 0, 1) | 0, (__ZN6cashew5Value10getIntegerEv(HEAP32[i12 >> 2] | 0) | 0) == (i2 | 0)) : 0) { i3 = HEAP32[i9 + 8 >> 2] | 0; i12 = __ZN6cashew3RefixEj(i8, 2) | 0; HEAP32[i5 >> 2] = HEAP32[i12 >> 2]; HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i4) | 0; } else i10 = 6; - do if ((i10 | 0) == 6) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 0) | 0, 40680) | 0) { + do if ((i10 | 0) == 6) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 0) | 0, 43580) | 0) { i12 = __ZN6cashew3RefixEj(i8, 1) | 0; i12 = (__ZN6cashew5Value10getIntegerEv(HEAP32[i12 >> 2] | 0) | 0) << i2; i3 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; @@ -52799,7 +55709,7 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction HEAP32[i3 + 16 >> 2] = i12; break; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 22941, 20); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 25697, 20); HEAP32[i7 >> 2] = HEAP32[i8 >> 2]; HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i6, i4); @@ -52808,44 +55718,6 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction return i3 | 0; } -function __ZNKSt3__120__time_get_c_storageIwE7__weeksEv(i1) { - i1 = i1 | 0; - var i2 = 0; - if ((HEAP8[39712] | 0) == 0 ? ___cxa_guard_acquire(39712) | 0 : 0) { - if ((HEAP8[39720] | 0) == 0 ? ___cxa_guard_acquire(39720) | 0 : 0) { - i1 = 43540; - do { - i2 = 0; - while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; - } - i1 = i1 + 12 | 0; - } while ((i1 | 0) != 43708); - ___cxa_atexit(212, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(39720); - } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43540, 9804) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43552, 9832) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43564, 9860) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43576, 9892) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43588, 9932) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43600, 9968) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43612, 9996) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43624, 10032) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43636, 10048) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43648, 10064) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43660, 10080) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43672, 10096) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43684, 10112) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(43696, 10128) | 0; - HEAP32[10927] = 43540; - ___cxa_guard_release(39712); - } - return HEAP32[10927] | 0; -} - function __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__16vectorIPNS_10ExpressionENS2_9allocatorIS5_EEEE(i9, i7, i6, i8) { i9 = i9 | 0; i7 = i7 | 0; @@ -52857,25 +55729,25 @@ function __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__1 i2 = i10 + 24 | 0; i3 = i10 + 12 | 0; i5 = i10; - L1 : do if ((HEAP32[i7 >> 2] | 0) == (HEAP32[10092] | 0) ? (HEAP32[i6 >> 2] | 0) == (HEAP32[10093] | 0) : 0) { + L1 : do if ((HEAP32[i7 >> 2] | 0) == (HEAP32[10814] | 0) ? (HEAP32[i6 >> 2] | 0) == (HEAP32[10815] | 0) : 0) { if (i8 | 0 ? (i4 = HEAP32[i8 >> 2] | 0, ((HEAP32[i8 + 4 >> 2] | 0) - i4 | 0) == 4) : 0) switch (HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0) { case 1: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 15660, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 16507, 2); i1 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i2, HEAP32[i9 >> 2] | 0, HEAP32[i9 + 4 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); break L1; } case 3: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i3, 15663, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i3, 16510, 2); i1 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i3, HEAP32[i9 >> 2] | 0, HEAP32[i9 + 4 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); break L1; } case 4: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 15666, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 16513, 2); i1 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i5, HEAP32[i9 >> 2] | 0, HEAP32[i9 + 4 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); break L1; @@ -52886,7 +55758,7 @@ function __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__1 break L1; } } - ___assert_fail(15603, 13366, 407, 15637); + ___assert_fail(16450, 13734, 412, 16484); } else i1 = 0; while (0); STACKTOP = i10; return i1 | 0; @@ -52894,117 +55766,117 @@ function __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__1 function ___cxx_global_array_dtor_112(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44280); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44268); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44256); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44244); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44232); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44220); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44208); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44196); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44184); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44172); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44160); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44148); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44136); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44124); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44112); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44100); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44088); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44076); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44064); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44052); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44040); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44028); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44016); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(44004); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47188); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47176); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47164); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47152); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47140); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47128); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47116); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47104); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47092); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47080); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47068); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47056); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47044); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47032); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47020); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(47008); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46996); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46984); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46972); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46960); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46948); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46936); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46924); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46912); return; } function ___cxx_global_array_dtor_109(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43468); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43456); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43444); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43432); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43420); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43408); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43396); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43384); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43372); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43360); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43348); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43336); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43324); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43312); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43300); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43288); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43276); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43264); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43252); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43240); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43228); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43216); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43204); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43192); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46376); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46364); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46352); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46340); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46328); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46316); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46304); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46292); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46280); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46268); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46256); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46244); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46232); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46220); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46208); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46196); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46184); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46172); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46160); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46148); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46136); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46124); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46112); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46100); return; } function ___cxx_global_array_dtor_85(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43988); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43976); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43964); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43952); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43940); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43928); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43916); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43904); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43892); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43880); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43868); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43856); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43844); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43832); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43820); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43808); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43796); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43784); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43772); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43760); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43748); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43736); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43724); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43712); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46896); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46884); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46872); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46860); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46848); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46836); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46824); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46812); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46800); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46788); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46776); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46764); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46752); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46740); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46728); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46716); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46704); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46692); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46680); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46668); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46656); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46644); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46632); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46620); return; } function ___cxx_global_array_dtor_61(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43176); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43164); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43152); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43140); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43128); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43116); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43104); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43092); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43080); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43068); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43056); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43044); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43032); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43020); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(43008); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42996); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42984); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42972); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42960); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42948); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42936); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42924); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42912); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42900); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46084); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46072); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46060); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46048); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46036); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46024); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46012); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(46e3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45988); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45976); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45964); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45952); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45940); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45928); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45916); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45904); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45892); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45880); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45868); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45856); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45844); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45832); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45820); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45808); return; } @@ -53138,6 +56010,180 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ return; } +function __ZN4wasm17WasmBinaryBuilder9getS64LEBEv(i5) { + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i1 = i6 + 32 | 0; + i4 = i6; + i2 = i6 + 8 | 0; + i3 = i5 + 12 | 0; + if (HEAP8[i3 >> 0] | 0) { + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18229) | 0; + i8 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i8; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 63](i8, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i8) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i7) | 0; + } + HEAP32[i2 + 16 >> 2] = i2; + HEAP32[i2 >> 2] = 3336; + HEAP32[i2 + 4 >> 2] = i5; + __ZN4wasm3LEBIxaE4readENSt3__18functionIFavEEE(i4, i2); + __ZNSt3__18functionIFavEED2Ev(i2); + if (!(HEAP8[i3 >> 0] | 0)) { + i2 = i4; + i1 = HEAP32[i2 + 4 >> 2] | 0; + i2 = HEAP32[i2 >> 2] | 0; + } else { + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19744) | 0; + i8 = i4; + i2 = HEAP32[i8 >> 2] | 0; + i8 = HEAP32[i8 + 4 >> 2] | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEx(i7, i2, i8) | 0, 18244) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i7) | 0; + i1 = i8; + } + tempRet0 = i1; + STACKTOP = i6; + return i2 | 0; +} + +function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj(i5, i1, i2) { + i5 = i5 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + var i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0; + i14 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i10 = i14 + 16 | 0; + i3 = i14 + 12 | 0; + i11 = i14 + 8 | 0; + i12 = i14 + 4 | 0; + i13 = i14; + i6 = HEAP32[i1 >> 2] | 0; + i4 = HEAP32[i2 >> 2] | 0; + HEAP32[i13 >> 2] = i6; + i1 = HEAP32[i5 + 4 >> 2] | 0; + i2 = __ZN6cashew5Value4sizeEv(i6) | 0; + do if ((i2 | 0) == (i4 | 0)) i1 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; else { + if ((i2 - i4 | 0) == 1) { + i1 = HEAP32[i5 + 8 >> 2] | 0; + i13 = __ZN6cashew3RefixEj(i13, i4) | 0; + HEAP32[i3 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i3 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i10) | 0; + break; + } + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; + i5 = i5 + 8 | 0; + i7 = i1 + 16 | 0; + i8 = i1 + 20 | 0; + i9 = i1 + 12 | 0; + i2 = i6; + while (1) { + if (i4 >>> 0 >= (__ZN6cashew5Value4sizeEv(i2) | 0) >>> 0) break; + i2 = HEAP32[i5 >> 2] | 0; + i3 = __ZN6cashew3RefixEj(i13, i4) | 0; + HEAP32[i12 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i12 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i10) | 0; + HEAP32[i11 >> 2] = i2; + i3 = HEAP32[i7 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i2; + HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i11); + i2 = HEAP32[i13 >> 2] | 0; + i4 = i4 + 1 | 0; + } + __ZN4wasm5Block8finalizeEv(i1); + } while (0); + STACKTOP = i14; + return i1 | 0; +} + +function __ZNKSt3__120__time_get_c_storageIwE7__weeksEv(i1) { + i1 = i1 | 0; + var i2 = 0; + if ((HEAP8[42600] | 0) == 0 ? ___cxa_guard_acquire(42600) | 0 : 0) { + if ((HEAP8[42608] | 0) == 0 ? ___cxa_guard_acquire(42608) | 0 : 0) { + i1 = 46448; + do { + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + i1 = i1 + 12 | 0; + } while ((i1 | 0) != 46616); + ___cxa_atexit(227, 0, ___dso_handle | 0) | 0; + } + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46448, 10164) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46460, 10192) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46472, 10220) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46484, 10252) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46496, 10292) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46508, 10328) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46520, 10356) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46532, 10392) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46544, 10408) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46556, 10424) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46568, 10440) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46580, 10456) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46592, 10472) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46604, 10488) | 0; + HEAP32[11654] = 46448; + } + return HEAP32[11654] | 0; +} + +function __ZNKSt3__120__time_get_c_storageIcE7__weeksEv(i1) { + i1 = i1 | 0; + var i2 = 0; + if ((HEAP8[42520] | 0) == 0 ? ___cxa_guard_acquire(42520) | 0 : 0) { + if ((HEAP8[42528] | 0) == 0 ? ___cxa_guard_acquire(42528) | 0 : 0) { + i1 = 45636; + do { + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + i1 = i1 + 12 | 0; + } while ((i1 | 0) != 45804); + ___cxa_atexit(223, 0, ___dso_handle | 0) | 0; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45636, 38294) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45648, 38301) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45660, 38308) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45672, 38316) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45684, 38326) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45696, 38335) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45708, 38342) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45720, 38351) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45732, 38355) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45744, 38359) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45756, 38363) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45768, 38367) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45780, 38371) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(45792, 38375) | 0; + HEAP32[11451] = 45636; + } + return HEAP32[11451] | 0; +} + function __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i6, i3, i5, i2) { i6 = i6 | 0; i3 = i3 | 0; @@ -53320,11 +56366,11 @@ function __ZZ11instantiateEN19JSExternalInterface10callImportEPN4wasm6ImportERNS i7 = i7 | 0; i4 = i4 | 0; var d1 = 0.0, i3 = 0, i5 = 0; - if (HEAP8[44584] | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41696, 17902) | 0; + if (HEAP8[47492] | 0) { + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44604, 20509) | 0; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, HEAP32[i7 >> 2] | 0) | 0, 10) | 0; } - _emscripten_asm_const_v(14); + _emscripten_asm_const_v(15); i3 = HEAP32[i4 + 4 >> 2] | 0; i2 = HEAP32[i4 >> 2] | 0; L4 : while (1) { @@ -53332,17 +56378,17 @@ function __ZZ11instantiateEN19JSExternalInterface10callImportEPN4wasm6ImportERNS switch (HEAP32[i2 >> 2] | 0) { case 1: { - _emscripten_asm_const_ii(16, __ZNK4wasm7Literal6geti32Ev(i2) | 0) | 0; + _emscripten_asm_const_ii(17, __ZNK4wasm7Literal6geti32Ev(i2) | 0) | 0; break; } case 3: { - _emscripten_asm_const_id(16, +(+__ZNK4wasm7Literal6getf32Ev(i2))) | 0; + _emscripten_asm_const_id(17, +(+__ZNK4wasm7Literal6getf32Ev(i2))) | 0; break; } case 4: { - _emscripten_asm_const_id(16, +(+__ZNK4wasm7Literal6getf64Ev(i2))) | 0; + _emscripten_asm_const_id(17, +(+__ZNK4wasm7Literal6getf64Ev(i2))) | 0; break; } default: @@ -53354,8 +56400,8 @@ function __ZZ11instantiateEN19JSExternalInterface10callImportEPN4wasm6ImportERNS i2 = i2 + 16 | 0; } if ((i5 | 0) == 10) _abort(); - d1 = +_emscripten_asm_const_dii(15, HEAP32[i7 + 4 >> 2] | 0, HEAP32[i7 + 8 >> 2] | 0); - if (HEAP8[44584] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41696, 18227) | 0, d1) | 0, 10) | 0; + d1 = +_emscripten_asm_const_dii(16, HEAP32[i7 + 4 >> 2] | 0, HEAP32[i7 + 8 >> 2] | 0); + if (HEAP8[47492] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44604, 20834) | 0, d1) | 0, 10) | 0; switch (HEAP32[(HEAP32[i7 + 12 >> 2] | 0) + 4 >> 2] | 0) { case 0: { @@ -53387,57 +56433,50 @@ function __ZZ11instantiateEN19JSExternalInterface10callImportEPN4wasm6ImportERNS return; } -function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj(i5, i1, i2) { - i5 = i5 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - var i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0; - i14 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i10 = i14 + 16 | 0; - i3 = i14 + 12 | 0; - i11 = i14 + 8 | 0; - i12 = i14 + 4 | 0; - i13 = i14; - i6 = HEAP32[i1 >> 2] | 0; - i4 = HEAP32[i2 >> 2] | 0; - HEAP32[i13 >> 2] = i6; - i1 = HEAP32[i5 + 4 >> 2] | 0; - i2 = __ZN6cashew5Value4sizeEv(i6) | 0; - do if ((i2 | 0) == (i4 | 0)) i1 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; else { - if ((i2 - i4 | 0) == 1) { - i1 = HEAP32[i5 + 8 >> 2] | 0; - i13 = __ZN6cashew3RefixEj(i13, i4) | 0; - HEAP32[i3 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i3 >> 2]; - i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i10) | 0; - break; - } - i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; - i5 = i5 + 8 | 0; - i7 = i1 + 16 | 0; - i8 = i1 + 20 | 0; - i9 = i1 + 12 | 0; - i2 = i6; - while (1) { - if (i4 >>> 0 >= (__ZN6cashew5Value4sizeEv(i2) | 0) >>> 0) break; - i2 = HEAP32[i5 >> 2] | 0; - i3 = __ZN6cashew3RefixEj(i13, i4) | 0; - HEAP32[i12 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i12 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i10) | 0; - HEAP32[i11 >> 2] = i2; - i3 = HEAP32[i7 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i2; - HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i11); - i2 = HEAP32[i13 >> 2] | 0; - i4 = i4 + 1 | 0; - } - } while (0); - STACKTOP = i14; - return i1 | 0; +function __ZN4wasm17WasmBinaryBuilder9visitCallEPNS_4CallE(i8, i6) { + i8 = i8 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i11 + 4 | 0; + i9 = i11; + HEAP32[i9 >> 2] = i6; + i10 = i6; + if (HEAP8[i8 + 12 >> 0] | 0) { + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19195) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i7) | 0; + } + i2 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i8) | 0; + HEAP32[i1 >> 2] = i2; + i2 = HEAP32[(HEAP32[i8 + 24 >> 2] | 0) + (i2 << 2) >> 2] | 0; + i3 = (HEAP32[i2 + 12 >> 2] | 0) - (HEAP32[i2 + 8 >> 2] | 0) >> 2; + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6resizeEj(i6 + 8 | 0, i3); + i4 = i3 + -1 | 0; + i5 = i6 + 8 | 0; + i7 = 0; + while (1) { + if ((i7 | 0) == (i3 | 0)) break; + i12 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i8) | 0; + HEAP32[(HEAP32[i5 >> 2] | 0) + (i4 - i7 << 2) >> 2] = i12; + i7 = i7 + 1 | 0; + } + HEAP32[i6 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + i1 = __ZNSt3__13mapIjNS_6vectorIPN4wasm4CallENS_9allocatorIS4_EEEENS_4lessIjEENS5_INS_4pairIKjS7_EEEEEixERSB_(i8 + 52 | 0, i1) | 0; + i2 = i1 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 8 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm4CallENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1, i9); else { + HEAP32[i3 >> 2] = i10; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } + STACKTOP = i11; + return; } function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcb(i5, i10, i4, i3, i6) { @@ -53460,7 +56499,7 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 } else { i8 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; HEAP32[i2 >> 2] = i8; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42668) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45576) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i8) | 0; i2 = HEAP32[i1 >> 2] | 0; if (i6) FUNCTION_TABLE_vii[HEAP32[i2 + 24 >> 2] & 127](i9, i1); else FUNCTION_TABLE_vii[HEAP32[i2 + 28 >> 2] & 127](i9, i1); @@ -53485,7 +56524,7 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 HEAP8[i4 >> 0] = i1; break; } - if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 52 >> 2] & 31](i2, i1 & 255) | 0) == -1) HEAP32[i10 >> 2] = 0; + if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 52 >> 2] & 63](i2, i1 & 255) | 0) == -1) HEAP32[i10 >> 2] = 0; } while (0); i1 = HEAP8[i9 >> 0] | 0; i2 = HEAP32[i6 >> 2] | 0; @@ -53559,6 +56598,56 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } +function __ZN4wasm16PrintSExpression9visitLoopEPNS_4LoopE(i7, i6) { + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0, i10 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i3 = i9 + 8 | 0; + i1 = i9 + 4 | 0; + i4 = i9; + i5 = i7 + 4 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i5 >> 2] | 0, 28392, 0) | 0; + i2 = i6 + 8 | 0; + do if (!(HEAP32[i2 >> 2] | 0)) { + i1 = i6 + 12 | 0; + if (HEAP32[i1 >> 2] | 0) i8 = 6; + } else { + i10 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i5 >> 2] | 0, 32) | 0; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i10, i3) | 0; + if (!(HEAP32[i6 + 12 >> 2] | 0)) ___assert_fail(28397, 28411, 115, 28432); else { + i1 = i6 + 12 | 0; + i8 = 6; + break; + } + } while (0); + if ((i8 | 0) == 6) { + i10 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i5 >> 2] | 0, 32) | 0; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i10, i3) | 0; + } + __ZN4wasm16PrintSExpression9incIndentEv(i7); + i1 = i6 + 16 | 0; + i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + L10 : do if ((i2 | 0) != 0 ? (HEAP32[i2 + 8 >> 2] | 0) == 0 : 0) { + i3 = HEAP32[i2 + 16 >> 2] | 0; + i1 = HEAP32[i2 + 12 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i3 | 0)) break L10; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i7, HEAP32[i1 >> 2] | 0); + i1 = i1 + 4 | 0; + } + } else i8 = 12; while (0); + if ((i8 | 0) == 12) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i7, HEAP32[i1 >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i7); + STACKTOP = i9; + return; +} + function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE8__appendEj(i8, i6) { i8 = i8 | 0; i6 = i6 | 0; @@ -53600,6 +56689,53 @@ function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS return; } +function __ZN4wasm17WasmBinaryBuilder11visitSwitchEPNS_6SwitchE(i10, i9) { + i10 = i10 | 0; + i9 = i9 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i11 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i11 + 4 | 0; + i8 = i11; + if (HEAP8[i10 + 12 >> 0] | 0) { + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19179) | 0; + i6 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i6; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i6) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i7) | 0; + } + i2 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0; + i3 = i9 + 12 | 0; + i4 = i9 + 16 | 0; + i5 = i9 + 8 | 0; + i7 = 0; + while (1) { + i1 = __ZN4wasm17WasmBinaryBuilder12getBreakNameEi(i10, __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0) | 0; + if ((i7 | 0) == (i2 | 0)) break; + HEAP32[i8 >> 2] = i1; + i6 = HEAP32[i3 >> 2] | 0; + if (i6 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i1; + HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i5, i8); + i7 = i7 + 1 | 0; + } + HEAP32[i9 + 20 >> 2] = i1; + __ZN4wasm17WasmBinaryBuilder18processExpressionsEv(i10); + i8 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i10) | 0; + HEAP32[i9 + 24 >> 2] = i8; + __ZN4wasm17WasmBinaryBuilder18processExpressionsEv(i10); + i8 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i10) | 0; + i10 = i9 + 28 | 0; + HEAP32[i10 >> 2] = i8; + HEAP32[i10 >> 2] = (HEAP32[i8 >> 2] | 0) == 19 ? 0 : i8; + STACKTOP = i11; + return; +} + function _mbsnrtowcs(i2, i12, i3, i1, i9) { i2 = i2 | 0; i12 = i12 | 0; @@ -53760,6 +56896,32 @@ function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CString return; } +function __ZN4wasm16PrintSExpression7visitIfEPNS_2IfE(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i4 = 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i3 + 4 >> 2] | 0, 33192, 0) | 0; + __ZN4wasm16PrintSExpression9incIndentEv(i3); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i3, HEAP32[i2 + 8 >> 2] | 0); + i1 = i2 + 12 | 0; + if ((__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i1 >> 2] | 0) | 0 ? (i4 = (__ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0) + 8 | 0, (HEAP32[i4 >> 2] | 0) == 0) : 0) ? (i4 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0, ((HEAP32[i4 + 16 >> 2] | 0) - (HEAP32[i4 + 12 >> 2] | 0) | 0) == 4) : 0) { + i4 = (__ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0) + 16 | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i3, HEAP32[(HEAP32[i4 >> 2] | 0) + -4 >> 2] | 0); + } else __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i3, HEAP32[i1 >> 2] | 0); + i1 = i2 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2 | 0) { + if ((__ZN4wasm10Expression2isINS_5BlockEEEbv(i2) | 0 ? (i4 = (__ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0) + 8 | 0, (HEAP32[i4 >> 2] | 0) == 0) : 0) ? (i4 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0, ((HEAP32[i4 + 16 >> 2] | 0) - (HEAP32[i4 + 12 >> 2] | 0) | 0) == 4) : 0) { + i4 = (__ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0) + 16 | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i3, HEAP32[(HEAP32[i4 >> 2] | 0) + -4 >> 2] | 0); + break; + } + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i3, HEAP32[i1 >> 2] | 0); + } while (0); + __ZN4wasm16PrintSExpression9decIndentEv(i3); + return; +} + function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwb(i5, i9, i4, i3, i6) { i5 = i5 | 0; i9 = i9 | 0; @@ -53780,7 +56942,7 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 } else { i7 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; HEAP32[i2 >> 2] = i7; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42696) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45604) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i7) | 0; i2 = HEAP32[i1 >> 2] | 0; if (i6) FUNCTION_TABLE_vii[HEAP32[i2 + 24 >> 2] & 127](i8, i1); else FUNCTION_TABLE_vii[HEAP32[i2 + 28 >> 2] & 127](i8, i1); @@ -53799,7 +56961,7 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 if (i2 | 0) { i3 = i2 + 24 | 0; i4 = HEAP32[i3 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i2 + 28 >> 2] | 0)) i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 52 >> 2] & 31](i2, i1) | 0; else { + if ((i4 | 0) == (HEAP32[i2 + 28 >> 2] | 0)) i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 52 >> 2] & 63](i2, i1) | 0; else { HEAP32[i3 >> 2] = i4 + 4; HEAP32[i4 >> 2] = i1; } @@ -53881,6 +57043,138 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 return; } +function __ZN4wasm17WasmBinaryBuilder16readDataSegmentsEv(i9) { + i9 = i9 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i4 = i10; + if (HEAP8[i9 + 12 >> 0] | 0) { + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 20105) | 0; + i7 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i4 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 45564) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 63](i7, 10) | 0; + __ZNSt3__16localeD2Ev(i4); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i7) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; + } + i5 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i9) | 0; + i6 = i4 + 4 | 0; + i7 = i4 + 8 | 0; + i8 = 0; + while (1) { + if ((i8 | 0) == (i5 | 0)) break; + i1 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i9) | 0; + HEAP32[i4 >> 2] = i1; + i1 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i9) | 0; + i2 = _malloc(i1) | 0; + i3 = 0; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + i11 = __ZN4wasm17WasmBinaryBuilder7getInt8Ev(i9) | 0; + HEAP8[i2 + i3 >> 0] = i11; + i3 = i3 + 1 | 0; + } + HEAP32[i6 >> 2] = i2; + HEAP32[i7 >> 2] = i1; + i1 = HEAP32[i9 >> 2] | 0; + i2 = i1 + 120 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 124 >> 2] | 0)) __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 116 | 0, i4); else { + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i3 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; + HEAP32[i3 + 8 >> 2] = HEAP32[i4 + 8 >> 2]; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 12; + } + i8 = i8 + 1 | 0; + } + STACKTOP = i10; + return; +} + +function __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i5) { + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i1 = i6 + 28 | 0; + i4 = i6 + 24 | 0; + i2 = i6; + i3 = i5 + 12 | 0; + if (HEAP8[i3 >> 0] | 0) { + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18229) | 0; + i8 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i8; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 63](i8, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i8) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i7) | 0; + } + HEAP32[i2 + 16 >> 2] = i2; + HEAP32[i2 >> 2] = 3248; + HEAP32[i2 + 4 >> 2] = i5; + __ZN4wasm3LEBIjhE4readENSt3__18functionIFhvEEE(i4, i2); + __ZNSt3__18functionIFhvEED2Ev(i2); + if (!(HEAP8[i3 >> 0] | 0)) i1 = HEAP32[i4 >> 2] | 0; else { + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18291) | 0; + i8 = HEAP32[i4 >> 2] | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i7, i8) | 0, 18244) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i7) | 0; + i1 = i8; + } + STACKTOP = i6; + return i1 | 0; +} + +function __ZN4wasm17WasmBinaryBuilder9getS32LEBEv(i5) { + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i1 = i6 + 28 | 0; + i4 = i6 + 24 | 0; + i2 = i6; + i3 = i5 + 12 | 0; + if (HEAP8[i3 >> 0] | 0) { + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18229) | 0; + i8 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i8; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 63](i8, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i8) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i7) | 0; + } + HEAP32[i2 + 16 >> 2] = i2; + HEAP32[i2 >> 2] = 3292; + HEAP32[i2 + 4 >> 2] = i5; + __ZN4wasm3LEBIiaE4readENSt3__18functionIFavEEE(i4, i2); + __ZNSt3__18functionIFavEED2Ev(i2); + if (!(HEAP8[i3 >> 0] | 0)) i1 = HEAP32[i4 >> 2] | 0; else { + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18291) | 0; + i8 = HEAP32[i4 >> 2] | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i7, i8) | 0, 18244) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i7) | 0; + i1 = i8; + } + STACKTOP = i6; + return i1 | 0; +} + function __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i9, i8, i7, i6) { i9 = i9 | 0; i8 = i8 | 0; @@ -53909,52 +57203,7 @@ function __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4Pass __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); STACKTOP = i10; return; - } else ___assert_fail(24582, 24622, 32, 24635); -} - -function __ZN4wasm16PrintSExpression10visitBreakEPNS_5BreakE(i9, i5) { - i9 = i9 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0; - i10 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i10 + 8 | 0; - i2 = i10 + 4 | 0; - i3 = i10; - i7 = i5 + 16 | 0; - i8 = i9 + 4 | 0; - i4 = HEAP32[i8 >> 2] | 0; - do if (!(HEAP32[i7 >> 2] | 0)) { - i4 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i4, 25694, 0) | 0; - HEAP32[i3 >> 2] = HEAP32[i5 + 8 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i1) | 0; - i1 = i5 + 12 | 0; - i5 = HEAP32[i1 >> 2] | 0; - if (i5 | 0 ? (HEAP32[i5 >> 2] | 0) != 19 : 0) { - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i8 >> 2] | 0, i9 + 8 | 0) | 0; - i6 = 7; - break; - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i8 >> 2] | 0, 38037) | 0; - } else { - i6 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i4, 25687, 0) | 0; - HEAP32[i2 >> 2] = HEAP32[i5 + 8 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i1) | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i8 >> 2] | 0, i9 + 8 | 0) | 0; - i1 = i5 + 12 | 0; - i6 = 7; - } while (0); - if ((i6 | 0) == 7) { - i1 = HEAP32[i1 >> 2] | 0; - if (i1 | 0 ? (HEAP32[i1 >> 2] | 0) != 19 : 0) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i9, i1); - i1 = HEAP32[i7 >> 2] | 0; - if (i1 | 0) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i9, i1); - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i8 >> 2] | 0, i9 + 8 | 0) | 0; - } - STACKTOP = i10; - return; + } else ___assert_fail(27338, 27378, 32, 27391); } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i16, i15, i14, i12, i13) { @@ -54047,45 +57296,106 @@ function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuild return; } -function __ZN4wasm22SExpressionWasmBuilder9makeBreakERNS_7ElementE(i6, i5) { - i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0; - i4 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; - i3 = __ZN4wasm7Element4listEv(i5) | 0; - do if (!(HEAP8[(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) + 20 >> 0] | 0)) { - i1 = __ZN4wasm7Element4listEv(i5) | 0; - i1 = _atol(__ZN4wasm7Element5c_strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0) | 0; - i2 = HEAP32[i6 + 80 >> 2] | 0; - i3 = (HEAP32[i6 + 84 >> 2] | 0) - i2 >> 2; - if (i1 >>> 0 < i3 >>> 0) { - HEAP32[i4 + 8 >> 2] = HEAP32[i2 + (i3 + ~i1 << 2) >> 2]; - break; - } else ___assert_fail(17417, 16975, 880, 17444); - } else { - i3 = __ZN4wasm7Element4listEv(i5) | 0; - i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i4 + 8 >> 2] = i3; - } while (0); - do if ((__ZN4wasm7Element4sizeEv(i5) | 0) != 2) { - i3 = __ZN4wasm7Element4listEv(i5) | 0; - i3 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0; - if ((i3 | 0) != (HEAP32[10116] | 0)) { - i5 = __ZN4wasm7Element4listEv(i5) | 0; - i6 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] | 0) | 0; - HEAP32[i4 + 12 >> 2] = i6; - break; - } - if ((__ZN4wasm7Element4sizeEv(i5) | 0) >>> 0 > 3) { - i1 = __ZN4wasm7Element4listEv(i5) | 0; - i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] | 0) | 0; - HEAP32[i4 + 12 >> 2] = i1; - i1 = 3; - } else i1 = 2; - i6 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, __ZN4wasm7ElementixEj(i5, i1) | 0) | 0; - HEAP32[i4 + 16 >> 2] = i6; - } while (0); - return i4 | 0; +function _load_binary2wasm(i2, i3) { + i2 = i2 | 0; + i3 = i3 | 0; + var i1 = 0, i4 = 0, i5 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 160 | 0; + i4 = i6 + 140 | 0; + i5 = i6; + __ZL12prepare2wasmv(); + if (HEAP8[47492] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 15398) | 0; + i1 = __Znwj(168) | 0; + _memset(i1 | 0, 0, 168) | 0; + __ZN4wasm16AllocatingModuleC2Ev(i1); + HEAP32[10872] = i1; + HEAP32[i4 >> 2] = 0; + HEAP32[i4 + 4 >> 2] = 0; + HEAP32[i4 + 8 >> 2] = 0; + __ZNSt3__16vectorIcNS_9allocatorIcEEE6resizeEj(i4, i3); + i1 = 0; + while (1) { + if ((i1 | 0) >= (i3 | 0)) break; + HEAP8[(HEAP32[i4 >> 2] | 0) + i1 >> 0] = HEAP8[i2 + i1 >> 0] | 0; + i1 = i1 + 1 | 0; + } + i2 = HEAP32[10872] | 0; + i1 = (HEAP32[10867] | 0) != 0; + HEAP32[i5 >> 2] = i2; + HEAP32[i5 + 4 >> 2] = i2 + 152; + HEAP32[i5 + 8 >> 2] = i4; + HEAP8[i5 + 12 >> 0] = i1 & 1; + HEAP32[i5 + 16 >> 2] = 0; + HEAP32[i5 + 20 >> 2] = -1; + HEAP32[i5 + 24 >> 2] = 0; + HEAP32[i5 + 28 >> 2] = 0; + HEAP32[i5 + 32 >> 2] = 0; + HEAP32[i5 + 40 >> 2] = 0; + HEAP32[i5 + 44 >> 2] = 0; + HEAP32[i5 + 48 >> 2] = 0; + HEAP32[i5 + 56 >> 2] = 0; + HEAP32[i5 + 60 >> 2] = 0; + HEAP32[i5 + 52 >> 2] = i5 + 56; + HEAP32[i5 + 68 >> 2] = 0; + HEAP32[i5 + 72 >> 2] = 0; + HEAP32[i5 + 64 >> 2] = i5 + 68; + HEAP32[i5 + 76 >> 2] = 0; + HEAP32[i5 + 80 >> 2] = 0; + HEAP32[i5 + 84 >> 2] = 0; + HEAP32[i5 + 92 >> 2] = 0; + HEAP32[i5 + 96 >> 2] = 0; + HEAP32[i5 + 88 >> 2] = i5 + 92; + i1 = i5 + 100 | 0; + i2 = i1 + 36 | 0; + do { + HEAP32[i1 >> 2] = 0; + i1 = i1 + 4 | 0; + } while ((i1 | 0) < (i2 | 0)); + __ZN4wasm17WasmBinaryBuilder4readEv(i5); + __Z14finalizeModulev(); + __ZN4wasm17WasmBinaryBuilderD2Ev(i5); + __ZNSt3__113__vector_baseIcNS_9allocatorIcEEED2Ev(i4); + STACKTOP = i6; + return; +} + +function __ZN4wasm17WasmBinaryBuilder10getFloat64Ev(i3) { + i3 = i3 | 0; + var d1 = 0.0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i4 = i6 + 16 | 0; + i2 = i6; + i5 = i3 + 12 | 0; + if (HEAP8[i5 >> 0] | 0) { + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18229) | 0; + i8 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i4 >> 2] = i8; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 45564) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 63](i8, 10) | 0; + __ZNSt3__16localeD2Ev(i4); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i8) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i7) | 0; + } + i7 = __ZN4wasm17WasmBinaryBuilder8getInt64Ev(i3) | 0; + HEAP32[i2 >> 2] = 2; + i8 = i2 + 8 | 0; + HEAP32[i8 >> 2] = i7; + HEAP32[i8 + 4 >> 2] = tempRet0; + d1 = +__ZNK4wasm7Literal14reinterpretf64Ev(i2); + if (HEAP8[i5 >> 0] | 0) { + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19926) | 0, d1) | 0, 18244) | 0; + i7 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i4 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 45564) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 63](i7, 10) | 0; + __ZNSt3__16localeD2Ev(i4); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i7) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; + } + STACKTOP = i6; + return +d1; } function __ZNSt3__127__tree_balance_after_insertIPNS_16__tree_node_baseIPvEEEEvT_S5_(i7, i1) { @@ -54417,6 +57727,110 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_ return; } +function __ZN4wasm17WasmBinaryBuilder10getFloat32Ev(i3) { + i3 = i3 | 0; + var d1 = 0.0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i4 = i6 + 16 | 0; + i2 = i6; + i5 = i3 + 12 | 0; + if (HEAP8[i5 >> 0] | 0) { + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18229) | 0; + i8 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i4 >> 2] = i8; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 45564) | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 63](i8, 10) | 0; + __ZNSt3__16localeD2Ev(i4); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i8) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i7) | 0; + } + i8 = __ZN4wasm17WasmBinaryBuilder8getInt32Ev(i3) | 0; + HEAP32[i2 >> 2] = 1; + HEAP32[i2 + 8 >> 2] = i8; + d1 = +__ZNK4wasm7Literal14reinterpretf32Ev(i2); + if (HEAP8[i5 >> 0] | 0) { + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEf(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19898) | 0, d1) | 0, 18244) | 0; + i7 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i4 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 45564) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 63](i7, 10) | 0; + __ZNSt3__16localeD2Ev(i4); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i7) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; + } + STACKTOP = i6; + return +d1; +} + +function __ZN4wasm17WasmBinaryBuilder14maybeVisitImplEPNS_5ConstEh(i4, i3, i1) { + i4 = i4 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + var i2 = 0, i5 = 0, i6 = 0, d7 = 0.0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i6; + switch (i1 & 255 | 0) { + case 10: + { + i1 = __ZN4wasm17WasmBinaryBuilder9getS32LEBEv(i4) | 0; + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 16 >> 2] = i1; + i1 = 1; + i5 = 6; + break; + } + case 11: + { + i5 = __ZN4wasm17WasmBinaryBuilder9getS64LEBEv(i4) | 0; + HEAP32[i3 + 8 >> 2] = 2; + i1 = i3 + 16 | 0; + HEAP32[i1 >> 2] = i5; + HEAP32[i1 + 4 >> 2] = tempRet0; + i1 = 2; + i5 = 6; + break; + } + case 13: + { + d7 = +__ZN4wasm17WasmBinaryBuilder10getFloat32Ev(i4); + HEAP32[i3 + 8 >> 2] = 3; + HEAPF32[i3 + 16 >> 2] = d7; + i1 = 3; + i5 = 6; + break; + } + case 12: + { + d7 = +__ZN4wasm17WasmBinaryBuilder10getFloat64Ev(i4); + HEAP32[i3 + 8 >> 2] = 4; + HEAPF64[i3 + 16 >> 3] = d7; + i1 = 4; + i5 = 6; + break; + } + default: + i1 = 0; + } + if ((i5 | 0) == 6) { + HEAP32[i3 + 4 >> 2] = i1; + if (!(HEAP8[i4 + 12 >> 0] | 0)) i1 = 1; else { + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19553) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i1 + (HEAP32[(HEAP32[i1 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i1, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i1) | 0; + i1 = 1; + } + } + STACKTOP = i6; + return i1 | 0; +} + function __ZNK10__cxxabiv120__si_class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib(i3, i8, i7, i2, i4) { i3 = i3 | 0; i8 = i8 | 0; @@ -54488,21 +57902,21 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseIndexingES1 i9 = i7 + 4 | 0; __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i7, (((HEAP32[i9 >> 2] | 0) - (HEAP32[i7 >> 2] | 0) | 0) / 12 | 0) + 1 | 0); i5 = HEAP32[i8 >> 2] | 0; - if ((HEAP8[i5 >> 0] | 0) != 91) ___assert_fail(23982, 23250, 634, 23994); + if ((HEAP8[i5 >> 0] | 0) != 91) ___assert_fail(26738, 26006, 634, 26750); HEAP32[i8 >> 2] = i5 + 1; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; - i7 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i7, i8, 38033) | 0; + i7 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i7, i8, 40924) | 0; HEAP32[i4 >> 2] = i7; HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; i3 = __ZN6cashew12ValueBuilder12makeIndexingENS_3RefES1_(i1, i2) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i8); i1 = HEAP32[i8 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 93) ___assert_fail(24008, 23250, 638, 23994); + if ((HEAP8[i1 >> 0] | 0) != 93) ___assert_fail(26764, 26006, 638, 26750); HEAP32[i8 >> 2] = i1 + 1; i1 = HEAP32[i9 >> 2] | 0; i2 = i1 + -12 | 0; - if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i10 = i1; else ___assert_fail(23913, 23250, 640, 23994); + if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i10 = i1; else ___assert_fail(26669, 26006, 640, 26750); while (1) { if ((i10 | 0) == (i2 | 0)) break; i8 = i10 + -12 | 0; @@ -54592,6 +58006,97 @@ function _wcsnrtombs(i3, i11, i4, i2, i1) { return i1 | 0; } +function __ZN4wasm17SExpressionParser14skipWhitespaceEv(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + i1 = HEAP32[i4 >> 2] | 0; + L1 : while (1) { + i3 = (_isspace(HEAP8[i1 >> 0] | 0) | 0) == 0; + i1 = HEAP32[i4 >> 2] | 0; + if (!i3) { + i1 = i1 + 1 | 0; + HEAP32[i4 >> 2] = i1; + continue; + } + switch (HEAP8[i1 >> 0] | 0) { + case 59: + { + if ((HEAP8[i1 + 1 >> 0] | 0) == 59) i2 = 59; else break L1; + while (1) { + switch (i2 << 24 >> 24) { + case 10: + case 0: + continue L1; + default: + {} + } + i3 = i1 + 1 | 0; + HEAP32[i4 >> 2] = i3; + i2 = HEAP8[i3 >> 0] | 0; + i1 = i3; + } + } + case 40: + break; + default: + break L1; + } + if ((HEAP8[i1 + 1 >> 0] | 0) != 59) break; + i1 = i1 + 2 | 0; + HEAP32[i4 >> 2] = i1; + i3 = 1; + while (1) { + L15 : while (1) { + switch (HEAP8[i1 >> 0] | 0) { + case 0: + break L1; + case 40: + { + if ((HEAP8[i1 + 1 >> 0] | 0) == 59) { + i5 = 13; + break L15; + } else i5 = 14; + break; + } + case 59: + { + i2 = i1 + 1 | 0; + if ((HEAP8[i2 >> 0] | 0) == 41) { + i5 = 16; + break L15; + } else i1 = i2; + break; + } + default: + i5 = 14; + } + if ((i5 | 0) == 14) { + i5 = 0; + i1 = i1 + 1 | 0; + } + HEAP32[i4 >> 2] = i1; + } + if ((i5 | 0) == 13) { + i5 = 0; + i1 = i1 + 2 | 0; + HEAP32[i4 >> 2] = i1; + i3 = i3 + 1 | 0; + continue; + } else if ((i5 | 0) == 16) { + i5 = 0; + i1 = i1 + 2 | 0; + HEAP32[i4 >> 2] = i1; + i2 = i3 + -1 | 0; + if (!i2) continue L1; else { + i3 = i2; + continue; + } + } + } + } + return; +} + function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseIfERPcPKc(i7, i6, i5) { i7 = i7 | 0; i6 = i6 | 0; @@ -54624,7 +58129,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseIfERPcPKc(i7 } if ((i8 | 0) == 4) { __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i11, i2); - if ((HEAP32[i11 + 12 >> 2] | 0) == 0 ? (HEAP32[i11 >> 2] | 0) == (HEAP32[10163] | 0) : 0) { + if ((HEAP32[i11 + 12 >> 2] | 0) == 0 ? (HEAP32[i11 >> 2] | 0) == (HEAP32[10888] | 0) : 0) { HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + (HEAP32[i11 + 8 >> 2] | 0); i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseMaybeBracketedERPcPKc(i7, i6, i5) | 0; } else i1 = 0; @@ -54640,6 +58145,124 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseIfERPcPKc(i7 return i16 | 0; } +function __ZN4wasm17WasmBinaryBuilder8getInt16Ev(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i4; + i3 = i1 + 12 | 0; + if (HEAP8[i3 >> 0] | 0) { + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18229) | 0; + i6 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i6; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i5, i6) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i5) | 0; + } + i6 = (__ZN4wasm17WasmBinaryBuilder7getInt8Ev(i1) | 0) & 255; + i1 = ((__ZN4wasm17WasmBinaryBuilder7getInt8Ev(i1) | 0) & 255) << 8 | i6; + if (HEAP8[i3 >> 0] | 0) { + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18249) | 0, i1) | 0, 18244) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i6, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i6) | 0; + } + STACKTOP = i4; + return i1 & 65535 | 0; +} + +function __ZN4wasm17WasmBinaryBuilder8getInt32Ev(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i4; + i3 = i1 + 12 | 0; + if (HEAP8[i3 >> 0] | 0) { + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18229) | 0; + i6 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i6; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i5, i6) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i5) | 0; + } + i6 = (__ZN4wasm17WasmBinaryBuilder8getInt16Ev(i1) | 0) & 65535; + i1 = ((__ZN4wasm17WasmBinaryBuilder8getInt16Ev(i1) | 0) & 65535) << 16 | i6; + if (HEAP8[i3 >> 0] | 0) { + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18233) | 0, i1) | 0, 18244) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i6, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i6) | 0; + } + STACKTOP = i4; + return i1 | 0; +} + +function __ZN4wasm22SExpressionWasmBuilder14makeBreakTableERNS_7ElementE(i11, i10) { + i11 = i11 | 0; + i10 = i10 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i12 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i4 = i12; + i9 = __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(HEAP32[i11 + 4 >> 2] | 0) | 0; + i8 = i9 + 12 | 0; + i6 = i9 + 16 | 0; + i7 = i9 + 8 | 0; + i3 = 1; + while (1) { + i5 = __ZN4wasm7ElementixEj(i10, i3) | 0; + if (HEAP8[i5 >> 0] | 0) break; + i5 = i3 + 1 | 0; + i1 = __ZN4wasm22SExpressionWasmBuilder8getLabelERNS_7ElementE(i11, __ZN4wasm7ElementixEj(i10, i3) | 0) | 0; + HEAP32[i4 >> 2] = i1; + i2 = HEAP32[i8 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i1; + HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; + i3 = i5; + continue; + } else { + __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i7, i4); + i3 = i5; + continue; + } + } + i2 = HEAP32[i8 >> 2] | 0; + i1 = i2 + -4 | 0; + HEAP32[i9 + 20 >> 2] = HEAP32[i1 >> 2]; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + i7 = i2 + -4 | 0; + HEAP32[i8 >> 2] = i7; + i2 = i7; + } + i2 = i3 + 1 | 0; + i8 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i11, __ZN4wasm7ElementixEj(i10, i3) | 0) | 0; + i1 = i9 + 24 | 0; + HEAP32[i1 >> 2] = i8; + if (i2 >>> 0 < (__ZN4wasm7Element4sizeEv(i10) | 0) >>> 0) { + HEAP32[i9 + 28 >> 2] = HEAP32[i1 >> 2]; + i11 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i11, __ZN4wasm7ElementixEj(i10, i2) | 0) | 0; + HEAP32[i1 >> 2] = i11; + } + STACKTOP = i12; + return i9 | 0; +} + function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwm(i5, i3, i2, i1, i4) { i5 = i5 | 0; i3 = i3 | 0; @@ -54657,13 +58280,13 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i5 = i6 + 8 | 0; i11 = i6 + 12 | 0; i9 = i6 + 4 | 0; - HEAP8[i12 >> 0] = HEAP8[35081] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[35082] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[35083] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[35084] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[35085] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[35086] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 38052, 0, HEAP32[i2 + 4 >> 2] | 0); + HEAP8[i12 >> 0] = HEAP8[38020] | 0; + HEAP8[i12 + 1 >> 0] = HEAP8[38021] | 0; + HEAP8[i12 + 2 >> 0] = HEAP8[38022] | 0; + HEAP8[i12 + 3 >> 0] = HEAP8[38023] | 0; + HEAP8[i12 + 4 >> 0] = HEAP8[38024] | 0; + HEAP8[i12 + 5 >> 0] = HEAP8[38025] | 0; + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 40943, 0, HEAP32[i2 + 4 >> 2] | 0); i13 = __ZNSt3__16__clocEv() | 0; HEAP32[i8 >> 2] = i4; i12 = i14 + (__ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i14, 12, i13, i12, i8) | 0) | 0; @@ -54698,13 +58321,13 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i5 = i6 + 8 | 0; i11 = i6 + 12 | 0; i9 = i6 + 4 | 0; - HEAP8[i12 >> 0] = HEAP8[35081] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[35082] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[35083] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[35084] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[35085] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[35086] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 38052, 1, HEAP32[i2 + 4 >> 2] | 0); + HEAP8[i12 >> 0] = HEAP8[38020] | 0; + HEAP8[i12 + 1 >> 0] = HEAP8[38021] | 0; + HEAP8[i12 + 2 >> 0] = HEAP8[38022] | 0; + HEAP8[i12 + 3 >> 0] = HEAP8[38023] | 0; + HEAP8[i12 + 4 >> 0] = HEAP8[38024] | 0; + HEAP8[i12 + 5 >> 0] = HEAP8[38025] | 0; + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 40943, 1, HEAP32[i2 + 4 >> 2] | 0); i13 = __ZNSt3__16__clocEv() | 0; HEAP32[i8 >> 2] = i4; i12 = i14 + (__ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i14, 12, i13, i12, i8) | 0) | 0; @@ -54739,13 +58362,13 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i5 = i6 + 8 | 0; i11 = i6 + 12 | 0; i9 = i6 + 4 | 0; - HEAP8[i12 >> 0] = HEAP8[35081] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[35082] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[35083] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[35084] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[35085] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[35086] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 38052, 0, HEAP32[i2 + 4 >> 2] | 0); + HEAP8[i12 >> 0] = HEAP8[38020] | 0; + HEAP8[i12 + 1 >> 0] = HEAP8[38021] | 0; + HEAP8[i12 + 2 >> 0] = HEAP8[38022] | 0; + HEAP8[i12 + 3 >> 0] = HEAP8[38023] | 0; + HEAP8[i12 + 4 >> 0] = HEAP8[38024] | 0; + HEAP8[i12 + 5 >> 0] = HEAP8[38025] | 0; + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 40943, 0, HEAP32[i2 + 4 >> 2] | 0); i13 = __ZNSt3__16__clocEv() | 0; HEAP32[i8 >> 2] = i4; i12 = i14 + (__ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i14, 12, i13, i12, i8) | 0) | 0; @@ -54780,13 +58403,13 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i5 = i6 + 8 | 0; i11 = i6 + 12 | 0; i9 = i6 + 4 | 0; - HEAP8[i12 >> 0] = HEAP8[35081] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[35082] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[35083] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[35084] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[35085] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[35086] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 38052, 1, HEAP32[i2 + 4 >> 2] | 0); + HEAP8[i12 >> 0] = HEAP8[38020] | 0; + HEAP8[i12 + 1 >> 0] = HEAP8[38021] | 0; + HEAP8[i12 + 2 >> 0] = HEAP8[38022] | 0; + HEAP8[i12 + 3 >> 0] = HEAP8[38023] | 0; + HEAP8[i12 + 4 >> 0] = HEAP8[38024] | 0; + HEAP8[i12 + 5 >> 0] = HEAP8[38025] | 0; + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 40943, 1, HEAP32[i2 + 4 >> 2] | 0); i13 = __ZNSt3__16__clocEv() | 0; HEAP32[i8 >> 2] = i4; i12 = i14 + (__ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i14, 12, i13, i12, i8) | 0) | 0; @@ -54804,40 +58427,82 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 return i5 | 0; } -function _load_s_expr2wasm(i4, i1) { - i4 = i4 | 0; +function __ZN4wasm17WasmBinaryBuilder8getInt64Ev(i1) { i1 = i1 | 0; - var i2 = 0, i3 = 0, i5 = 0, i6 = 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; + STACKTOP = STACKTOP + 16 | 0; i2 = i5; - i3 = i5 + 24 | 0; - __ZL12prepare2wasmv(); - if (HEAP8[44584] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 14668) | 0; - i1 = __Znwj(24) | 0; - __ZN4wasm17SExpressionParserC2EPc(i1, i4); - HEAP32[10144] = i1; - i1 = HEAP32[i1 + 20 >> 2] | 0; - if (HEAP8[44584] | 0 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(41696, i1) | 0, 10) | 0, HEAP8[44584] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 14389) | 0; - i6 = __Znwj(164) | 0; - _memset(i6 | 0, 0, 164) | 0; - __ZN4wasm16AllocatingModuleC2Ev(i6); - HEAP32[10147] = i6; - i4 = __Znwj(96) | 0; - i1 = __ZN4wasm7Element4listEv(i1) | 0; - i1 = HEAP32[HEAP32[i1 >> 2] >> 2] | 0; - HEAP32[i2 + 16 >> 2] = i2; - HEAP32[i2 >> 2] = 3520; - __ZN4wasm22SExpressionWasmBuilderC2ERNS_16AllocatingModuleERNS_7ElementENSt3__18functionIFvvEEEb(i4, i6, i1, i2, 0); - HEAP32[10145] = i4; - __ZNSt3__18functionIFvvEED2Ev(i2); - i2 = _emscripten_asm_const_i(0) | 0; - i4 = HEAP32[10147] | 0; - HEAP32[i4 + 108 >> 2] = i2; - HEAP32[i3 >> 2] = HEAP32[10099]; - i3 = (__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i4 + 72 | 0, i3) | 0) == (i4 + 76 | 0); - HEAP32[i4 + 112 >> 2] = i3 ? i2 : -1; + i3 = i1 + 12 | 0; + if (HEAP8[i3 >> 0] | 0) { + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18229) | 0; + i6 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i6; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i6) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; + } + i4 = __ZN4wasm17WasmBinaryBuilder8getInt32Ev(i1) | 0; + i1 = __ZN4wasm17WasmBinaryBuilder8getInt32Ev(i1) | 0; + if (HEAP8[i3 >> 0] | 0) { + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19939) | 0, i4, i1) | 0, 18244) | 0; + i3 = __ZNKSt3__18ios_base6getlocEv(i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i3; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 63](i3, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i6, i3) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i6) | 0; + } + tempRet0 = i1; STACKTOP = i5; + return i4 | 0; +} + +function __ZN4wasm16PrintSExpression10visitBreakEPNS_5BreakE(i9, i5) { + i9 = i9 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i10 + 8 | 0; + i2 = i10 + 4 | 0; + i3 = i10; + i8 = i5 + 16 | 0; + i6 = i9 + 4 | 0; + i4 = HEAP32[i6 >> 2] | 0; + do if (!(HEAP32[i8 >> 2] | 0)) { + i4 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i4, 28449, 0) | 0; + HEAP32[i3 >> 2] = HEAP32[i5 + 8 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i1) | 0; + i1 = i5 + 12 | 0; + i5 = HEAP32[i1 >> 2] | 0; + if (i5 | 0 ? (HEAP32[i5 >> 2] | 0) != 19 : 0) { + __ZN4wasm16PrintSExpression9incIndentEv(i9); + i7 = 7; + break; + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i6 >> 2] | 0, 40928) | 0; + } else { + i7 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i4, 28442, 0) | 0; + HEAP32[i2 >> 2] = HEAP32[i5 + 8 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i7, i1) | 0; + __ZN4wasm16PrintSExpression9incIndentEv(i9); + i1 = i5 + 12 | 0; + i7 = 7; + } while (0); + if ((i7 | 0) == 7) { + i1 = HEAP32[i1 >> 2] | 0; + if (i1 | 0 ? (HEAP32[i1 >> 2] | 0) != 19 : 0) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i9, i1); + i1 = HEAP32[i8 >> 2] | 0; + if (i1 | 0) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i9, i1); + __ZN4wasm16PrintSExpression9decIndentEv(i9); + } + STACKTOP = i10; return; } @@ -54857,7 +58522,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner17generateArgumentsERKNS4_IPNS_10ExpressionENS6_ISC_EEEES9_(i5, i6, i4 + 8 | 0, i3); if (!(HEAP32[i5 + 16 >> 2] | 0)) { i6 = HEAP32[i6 + 4 >> 2] | 0; - i5 = HEAP32[i6 + 12 >> 2] | 0; + i5 = HEAP32[i6 + 24 >> 2] | 0; i8 = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0; i6 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_((HEAP32[i6 >> 2] | 0) + 60 | 0, i4 + 20 | 0) | 0; FUNCTION_TABLE_viiii[i8 & 15](i1, i5, HEAP32[i6 >> 2] | 0, i3); @@ -54908,7 +58573,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceE default: {} } - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i6, i8, 24246) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i6, i8, 27002) | 0; HEAP32[i4 >> 2] = i7; HEAP32[i5 >> 2] = i1; HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; @@ -54932,7 +58597,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceE } HEAP32[i8 >> 2] = i1 + 1; } - if ((i2 | 0) == 3) ___assert_fail(24225, 23250, 671, 24230); else if ((i2 | 0) == 6) _abort(); else if ((i2 | 0) == 7) { + if ((i2 | 0) == 3) ___assert_fail(26981, 26006, 671, 26986); else if ((i2 | 0) == 6) _abort(); else if ((i2 | 0) == 7) { HEAP32[i8 >> 2] = i1 + 1; STACKTOP = i9; return i7 | 0; @@ -54940,6 +58605,43 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceE return 0; } +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitSwitchEPNS_6SwitchE(i3, i4, i8) { + i3 = i3 | 0; + i4 = i4 | 0; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i1 = i10; + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i3, i4, HEAP32[i8 + 24 >> 2] | 0); + i9 = i3 + 16 | 0; + do if (!(HEAP32[i9 >> 2] | 0)) { + i6 = __ZN4wasm7Literal10getIntegerEv(i3) | 0; + i7 = tempRet0; + i2 = HEAP32[i8 + 28 >> 2] | 0; + if (i2) { + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i1, i4, i2); + HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i3 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i3 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + HEAP32[i3 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; + HEAP32[i3 + 16 >> 2] = HEAP32[i1 + 16 >> 2]; + if (HEAP32[i9 >> 2] | 0) break; + } else { + HEAP32[i3 >> 2] = 0; + i4 = i3 + 8 | 0; + HEAP32[i4 >> 2] = 0; + HEAP32[i4 + 4 >> 2] = 0; + HEAP32[i9 >> 2] = 0; + } + i1 = HEAP32[i8 + 20 >> 2] | 0; + if ((i7 | 0) > -1 | (i7 | 0) == -1 & i6 >>> 0 > 4294967295 ? (i5 = HEAP32[i8 + 8 >> 2] | 0, i6 >>> 0 < (HEAP32[i8 + 12 >> 2] | 0) - i5 >> 2 >>> 0) : 0) i1 = HEAP32[i5 + (i6 << 2) >> 2] | 0; + HEAP32[i9 >> 2] = i1; + } while (0); + STACKTOP = i10; + return; +} + function __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i11, i8, i10, i2, i3, i7) { i11 = i11 | 0; i8 = i8 | 0; @@ -55031,6 +58733,54 @@ function __ZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfE(i7, i6) { return; } +function __ZN4wasm22SExpressionWasmBuilderC2ERNS_16AllocatingModuleERNS_7ElementENSt3__18functionIFvvEEEb(i5, i3, i4, i2, i1) { + i5 = i5 | 0; + i3 = i3 | 0; + i4 = i4 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + HEAP32[i5 >> 2] = i3; + HEAP32[i5 + 4 >> 2] = i3 + 152; + __ZNSt3__18functionIFvvEEC2ERKS2_(i5 + 8 | 0, i2); + HEAP32[i5 + 32 >> 2] = 0; + HEAP32[i5 + 36 >> 2] = 0; + HEAP32[i5 + 40 >> 2] = 0; + HEAP32[i5 + 48 >> 2] = 0; + HEAP32[i5 + 56 >> 2] = 0; + HEAP32[i5 + 60 >> 2] = 0; + HEAP32[i5 + 52 >> 2] = i5 + 56; + HEAP8[i5 + 64 >> 0] = i1 & 1; + HEAP32[i5 + 68 >> 2] = 0; + HEAP32[i5 + 76 >> 2] = 0; + HEAP32[i5 + 80 >> 2] = 0; + HEAP32[i5 + 72 >> 2] = i5 + 76; + i3 = i5 + 92 | 0; + HEAP32[i3 >> 2] = 0; + HEAP32[i3 + 4 >> 2] = 0; + HEAP32[i3 + 8 >> 2] = 0; + HEAP8[i3 + 12 >> 0] = 0; + i3 = __ZN4wasm7Element4listEv(i4) | 0; + i3 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0; + if ((i3 | 0) != (HEAP32[10823] | 0)) ___assert_fail(17138, 17078, 244, 17165); + i1 = i5 + 44 | 0; + HEAP32[i1 >> 2] = 0; + i2 = 1; + while (1) { + if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i4) | 0) >>> 0) break; + __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i5, __ZN4wasm7ElementixEj(i4, i2) | 0); + __ZN4wasm22SExpressionWasmBuilder15preParseImportsERNS_7ElementE(i5, __ZN4wasm7ElementixEj(i4, i2) | 0); + i2 = i2 + 1 | 0; + } + HEAP32[i1 >> 2] = 0; + i1 = 1; + while (1) { + if (i1 >>> 0 >= (__ZN4wasm7Element4sizeEv(i4) | 0) >>> 0) break; + __ZN4wasm22SExpressionWasmBuilder18parseModuleElementERNS_7ElementE(i5, __ZN4wasm7ElementixEj(i4, i1) | 0); + i1 = i1 + 1 | 0; + } + return; +} + function __ZNK10__cxxabiv121__vmi_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib(i1, i13, i12, i11, i14, i15) { i1 = i1 | 0; i13 = i13 | 0; @@ -55076,50 +58826,6 @@ function __ZNK10__cxxabiv121__vmi_class_type_info16search_above_dstEPNS_19__dyna return; } -function __ZN4wasm16PrintSExpression9visitHostEPNS_4HostE(i4, i3) { - i4 = i4 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i5 = 0; - i5 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i5 + 4 | 0; - i2 = i5; - switch (HEAP32[i3 + 8 >> 2] | 0) { - case 0: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 + 4 >> 2] | 0, 26217, 0) | 0, 41) | 0; - break; - } - case 1: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 + 4 >> 2] | 0, 26226, 0) | 0, 41) | 0; - break; - } - case 2: - { - i1 = i4 + 4 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i1 >> 2] | 0, 26238, 0) | 0; - i2 = i4 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i1 >> 2] | 0, i2) | 0; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, HEAP32[HEAP32[i3 + 16 >> 2] >> 2] | 0); - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i1 >> 2] | 0, i2) | 0; - break; - } - case 3: - { - i4 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 + 4 >> 2] | 0, 26250, 0) | 0; - HEAP32[i2 >> 2] = HEAP32[i3 + 12 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i1) | 0, 41) | 0; - break; - } - default: - _abort(); - } - STACKTOP = i5; - return; -} - function ___dynamic_cast(i2, i3, i12, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -55424,7 +59130,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i4, i5, HEAP32[i3 + 24 >> 2] | 0); if (!(HEAP32[i4 + 16 >> 2] | 0)) { i9 = HEAP32[i5 + 4 >> 2] | 0; - i5 = HEAP32[i9 + 12 >> 2] | 0; + i5 = HEAP32[i9 + 24 >> 2] | 0; i8 = HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] | 0; HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; HEAP32[i6 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; @@ -55524,7 +59230,7 @@ function _mbrtowc(i4, i3, i7, i1) { i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i2 = i9; - i6 = (i1 | 0) == 0 ? 41104 : i1; + i6 = (i1 | 0) == 0 ? 44004 : i1; i1 = HEAP32[i6 >> 2] | 0; L1 : do if (!i3) if (!i1) i1 = 0; else i8 = 15; else { i5 = (i4 | 0) == 0 ? i2 : i4; @@ -55542,7 +59248,7 @@ function _mbrtowc(i4, i3, i7, i1) { i8 = 15; break; } - i1 = HEAP32[4772 + (i1 << 2) >> 2] | 0; + i1 = HEAP32[4780 + (i1 << 2) >> 2] | 0; i2 = i7 + -1 | 0; if (i2) { i3 = i3 + 1 | 0; @@ -55703,12 +59409,12 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i8 = i6 + 8 | 0; i12 = i6 + 156 | 0; i11 = i6 + 4 | 0; - HEAP8[i5 >> 0] = HEAP8[35089] | 0; - HEAP8[i5 + 1 >> 0] = HEAP8[35090] | 0; - HEAP8[i5 + 2 >> 0] = HEAP8[35091] | 0; - HEAP8[i5 + 3 >> 0] = HEAP8[35092] | 0; - HEAP8[i5 + 4 >> 0] = HEAP8[35093] | 0; - HEAP8[i5 + 5 >> 0] = HEAP8[35094] | 0; + HEAP8[i5 >> 0] = HEAP8[38028] | 0; + HEAP8[i5 + 1 >> 0] = HEAP8[38029] | 0; + HEAP8[i5 + 2 >> 0] = HEAP8[38030] | 0; + HEAP8[i5 + 3 >> 0] = HEAP8[38031] | 0; + HEAP8[i5 + 4 >> 0] = HEAP8[38032] | 0; + HEAP8[i5 + 5 >> 0] = HEAP8[38033] | 0; i9 = __ZNSt3__16__clocEv() | 0; HEAP32[i10 >> 2] = i4; i5 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i7, 20, i9, i5, i10) | 0; @@ -55716,7 +59422,7 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i4 = __ZNSt3__114__num_put_base18__identify_paddingEPcS1_RKNS_8ios_baseE(i7, i9, i2) | 0; i13 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; HEAP32[i12 >> 2] = i13; - i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 42688) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 45596) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i13) | 0; FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 48 >> 2] & 7](i12, i7, i9, i8) | 0; i5 = i8 + (i5 << 2) | 0; @@ -55742,7 +59448,7 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(i11, i6, i7) { if (HEAP8[i10 >> 0] | 0) { i8 = __ZNKSt3__18ios_base6getlocEv(i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i1 >> 2] = i8; - i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42712) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45620) | 0; __ZNSt3__16localeD2Ev(i1); i3 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0; i4 = HEAP32[i3 + 24 >> 2] | 0; @@ -55751,8 +59457,8 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(i11, i6, i7) { if ((i1 | 0) == -1) { i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i5 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42656) | 0; - i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; @@ -55785,7 +59491,7 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEx(i11, i6, i7) { if (HEAP8[i10 >> 0] | 0) { i8 = __ZNKSt3__18ios_base6getlocEv(i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i1 >> 2] = i8; - i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42712) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45620) | 0; __ZNSt3__16localeD2Ev(i1); i3 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0; i4 = HEAP32[i3 + 24 >> 2] | 0; @@ -55794,8 +59500,8 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEx(i11, i6, i7) { if ((i1 | 0) == -1) { i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i5 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42656) | 0; - i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; @@ -55828,12 +59534,12 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i8 = i6 + 12 | 0; i12 = i6 + 8 | 0; i11 = i6 + 4 | 0; - HEAP8[i5 >> 0] = HEAP8[35089] | 0; - HEAP8[i5 + 1 >> 0] = HEAP8[35090] | 0; - HEAP8[i5 + 2 >> 0] = HEAP8[35091] | 0; - HEAP8[i5 + 3 >> 0] = HEAP8[35092] | 0; - HEAP8[i5 + 4 >> 0] = HEAP8[35093] | 0; - HEAP8[i5 + 5 >> 0] = HEAP8[35094] | 0; + HEAP8[i5 >> 0] = HEAP8[38028] | 0; + HEAP8[i5 + 1 >> 0] = HEAP8[38029] | 0; + HEAP8[i5 + 2 >> 0] = HEAP8[38030] | 0; + HEAP8[i5 + 3 >> 0] = HEAP8[38031] | 0; + HEAP8[i5 + 4 >> 0] = HEAP8[38032] | 0; + HEAP8[i5 + 5 >> 0] = HEAP8[38033] | 0; i9 = __ZNSt3__16__clocEv() | 0; HEAP32[i10 >> 2] = i4; i5 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i7, 20, i9, i5, i10) | 0; @@ -55841,7 +59547,7 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i4 = __ZNSt3__114__num_put_base18__identify_paddingEPcS1_RKNS_8ios_baseE(i7, i9, i2) | 0; i13 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; HEAP32[i12 >> 2] = i13; - i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 42656) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 45564) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i13) | 0; FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 32 >> 2] & 7](i12, i7, i9, i8) | 0; i5 = i8 + i5 | 0; @@ -55867,7 +59573,7 @@ function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE( break; } } - if ((i8 | 0) == 5) ___assert_fail(29782, 29791, 1416, 29802); + if ((i8 | 0) == 5) ___assert_fail(32769, 32778, 1468, 32789); i1 = HEAP32[i5 + 16 >> 2] | 0; i2 = HEAP32[i5 + 12 >> 2] | 0; while (1) { @@ -55877,7 +59583,7 @@ function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE( break; } } - if ((i8 | 0) == 9) ___assert_fail(29782, 29791, 1420, 29802); + if ((i8 | 0) == 9) ___assert_fail(32769, 32778, 1472, 32789); i1 = HEAP32[i5 + 28 >> 2] | 0; i2 = HEAP32[i5 + 24 >> 2] | 0; while (1) { @@ -55887,7 +59593,7 @@ function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE( break; } } - if ((i8 | 0) == 13) ___assert_fail(29782, 29791, 1424, 29802); + if ((i8 | 0) == 13) ___assert_fail(32769, 32778, 1476, 32789); i3 = HEAP32[i5 + 40 >> 2] | 0; i2 = i4 + 12 | 0; i1 = HEAP32[i5 + 36 >> 2] | 0; @@ -55900,8 +59606,8 @@ function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE( break; } } - if ((i8 | 0) == 17) ___assert_fail(29782, 29791, 1429, 29802); - if (!(HEAP32[i6 >> 2] | 0)) return; else ___assert_fail(29782, 29791, 1432, 29802); + if ((i8 | 0) == 17) ___assert_fail(32769, 32778, 1481, 32789); + if (!(HEAP32[i6 >> 2] | 0)) return; else ___assert_fail(32769, 32778, 1484, 32789); } function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwy(i6, i5, i4, i3, i1, i2) { @@ -55925,7 +59631,7 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i15 = i13; HEAP32[i15 >> 2] = 37; HEAP32[i15 + 4 >> 2] = 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 38057, 0, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 40948, 0, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -55966,7 +59672,7 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i15 = i13; HEAP32[i15 >> 2] = 37; HEAP32[i15 + 4 >> 2] = 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 38057, 1, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 40948, 1, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -56007,7 +59713,7 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i15 = i13; HEAP32[i15 >> 2] = 37; HEAP32[i15 + 4 >> 2] = 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 38057, 0, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 40948, 0, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -56048,7 +59754,7 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i15 = i13; HEAP32[i15 >> 2] = 37; HEAP32[i15 + 4 >> 2] = 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 38057, 1, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 40948, 1, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -56068,6 +59774,36 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 return i6 | 0; } +function __ZN4wasm17WasmBinaryBuilder7getInt8Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i3 = i7; + i6 = i4 + 16 | 0; + i2 = HEAP32[i6 >> 2] | 0; + i5 = i4 + 8 | 0; + i1 = HEAP32[i5 >> 2] | 0; + if (i2 >>> 0 >= ((HEAP32[i1 + 4 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) | 0) >>> 0) ___assert_fail(18260, 18162, 1177, 18267); + if (HEAP8[i4 + 12 >> 0] | 0) { + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18275) | 0; + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i2, HEAPU8[(HEAP32[HEAP32[i5 >> 2] >> 2] | 0) + (HEAP32[i6 >> 2] | 0) >> 0] | 0) | 0, 18285) | 0; + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i2, HEAP32[i6 >> 2] | 0) | 0, 40928) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i2 + (HEAP32[(HEAP32[i2 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i3 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 10) | 0; + __ZNSt3__16localeD2Ev(i3); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i2, i1) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i2) | 0; + i2 = HEAP32[i6 >> 2] | 0; + i1 = HEAP32[i5 >> 2] | 0; + } + HEAP32[i6 >> 2] = i2 + 1; + STACKTOP = i7; + return HEAP8[(HEAP32[i1 >> 2] | 0) + i2 >> 0] | 0; +} + function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i10, i8) { i10 = i10 | 0; i8 = i8 | 0; @@ -56082,7 +59818,7 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i10, i8) { if (HEAP8[i9 >> 0] | 0) { i7 = __ZNKSt3__18ios_base6getlocEv(i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i1 >> 2] = i7; - i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42712) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45620) | 0; __ZNSt3__16localeD2Ev(i1); i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; i4 = HEAP32[i3 + 24 >> 2] | 0; @@ -56091,8 +59827,8 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i10, i8) { if ((i1 | 0) == -1) { i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i5 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42656) | 0; - i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; @@ -56124,7 +59860,7 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i10, i8) { if (HEAP8[i9 >> 0] | 0) { i7 = __ZNKSt3__18ios_base6getlocEv(i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i1 >> 2] = i7; - i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42712) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45620) | 0; __ZNSt3__16localeD2Ev(i1); i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; i4 = HEAP32[i3 + 24 >> 2] | 0; @@ -56133,8 +59869,8 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i10, i8) { if ((i1 | 0) == -1) { i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i5 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42656) | 0; - i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; @@ -56152,6 +59888,48 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i10, i8) { return i10 | 0; } +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEf(i10, d8) { + i10 = i10 | 0; + d8 = +d8; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i11 + 16 | 0; + i6 = i11 + 12 | 0; + i9 = i11; + i1 = i11 + 8 | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i9, i10); + if (HEAP8[i9 >> 0] | 0) { + i7 = __ZNKSt3__18ios_base6getlocEv(i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45620) | 0; + __ZNSt3__16localeD2Ev(i1); + i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; + i4 = HEAP32[i3 + 24 >> 2] | 0; + i2 = i3 + 76 | 0; + i1 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == -1) { + i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; + HEAP32[i5 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; + __ZNSt3__16localeD2Ev(i5); + i1 = i1 << 24 >> 24; + HEAP32[i2 >> 2] = i1; + } + i2 = HEAP32[(HEAP32[i7 >> 2] | 0) + 32 >> 2] | 0; + HEAP32[i6 >> 2] = i4; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + if (!(FUNCTION_TABLE_iiiiid[i2 & 7](i7, i5, i3, i1 & 255, d8) | 0)) { + i7 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) + 16 | 0; + HEAP32[i7 >> 2] = HEAP32[i7 >> 2] | 5; + } + } + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i9); + STACKTOP = i11; + return i10 | 0; +} + function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(i10, d8) { i10 = i10 | 0; d8 = +d8; @@ -56166,7 +59944,7 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(i10, d8) { if (HEAP8[i9 >> 0] | 0) { i7 = __ZNKSt3__18ios_base6getlocEv(i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i1 >> 2] = i7; - i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42712) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45620) | 0; __ZNSt3__16localeD2Ev(i1); i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; i4 = HEAP32[i3 + 24 >> 2] | 0; @@ -56175,8 +59953,8 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(i10, d8) { if ((i1 | 0) == -1) { i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i5 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42656) | 0; - i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; @@ -56194,6 +59972,45 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(i10, d8) { return i10 | 0; } +function __ZN4wasm17WasmBinaryBuilder17visitCallIndirectEPNS_12CallIndirectE(i7, i8) { + i7 = i7 | 0; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i9; + if (HEAP8[i7 + 12 >> 0] | 0) { + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19353) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i6, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i6) | 0; + } + i6 = HEAP32[i7 >> 2] | 0; + i2 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i7) | 0; + i2 = HEAP32[(HEAP32[i6 >> 2] | 0) + (i2 << 2) >> 2] | 0; + i6 = i8 + 20 | 0; + HEAP32[i6 >> 2] = i2; + i2 = (HEAP32[i2 + 12 >> 2] | 0) - (HEAP32[i2 + 8 >> 2] | 0) >> 2; + i3 = i8 + 8 | 0; + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6resizeEj(i3, i2); + i4 = i2 + -1 | 0; + i5 = 0; + while (1) { + i1 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i7) | 0; + if ((i5 | 0) == (i2 | 0)) break; + HEAP32[(HEAP32[i3 >> 2] | 0) + (i4 - i5 << 2) >> 2] = i1; + i5 = i5 + 1 | 0; + } + HEAP32[i8 + 24 >> 2] = i1; + HEAP32[i8 + 4 >> 2] = HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2]; + STACKTOP = i9; + return; +} + function __ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE9startWalkEPNS_6ModuleE(i6, i3) { i6 = i6 | 0; i3 = i3 | 0; @@ -56209,7 +60026,7 @@ function __ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE9startWalkEPNS_6ModuleE(i6, break; } } - if ((i7 | 0) == 5) ___assert_fail(29782, 29791, 1416, 29802); + if ((i7 | 0) == 5) ___assert_fail(32769, 32778, 1468, 32789); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -56219,7 +60036,7 @@ function __ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE9startWalkEPNS_6ModuleE(i6, break; } } - if ((i7 | 0) == 9) ___assert_fail(29782, 29791, 1420, 29802); + if ((i7 | 0) == 9) ___assert_fail(32769, 32778, 1472, 32789); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -56229,7 +60046,7 @@ function __ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE9startWalkEPNS_6ModuleE(i6, break; } } - if ((i7 | 0) == 13) ___assert_fail(29782, 29791, 1424, 29802); + if ((i7 | 0) == 13) ___assert_fail(32769, 32778, 1476, 32789); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -56242,8 +60059,8 @@ function __ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE9startWalkEPNS_6ModuleE(i6, break; } } - if ((i7 | 0) == 17) ___assert_fail(29782, 29791, 1429, 29802); - if (!(HEAP32[i5 >> 2] | 0)) return; else ___assert_fail(29782, 29791, 1432, 29802); + if ((i7 | 0) == 17) ___assert_fail(32769, 32778, 1481, 32789); + if (!(HEAP32[i5 >> 2] | 0)) return; else ___assert_fail(32769, 32778, 1484, 32789); } function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i4, i5, i2, i1) { @@ -56257,13 +60074,13 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect HEAPF64[tempDoublePtr >> 3] = d6; i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; if (i1 >>> 0 > 2146435072 | (i1 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { - i1 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 20929); + i1 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 23508); } if ((HEAP32[i2 + 4 >> 2] | 0) == 1) { if (d3 > 2147483647.0 | d3 < -2147483648.0) { - i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20948); + i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 23527); } HEAP32[i4 >> 2] = 1; HEAP32[i4 + 8 >> 2] = ~~d3; @@ -56271,8 +60088,8 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i1 = ~~d3 >>> 0; i2 = +Math_abs(d3) >= 1.0 ? (d3 > 0.0 ? ~~+Math_min(+Math_floor(d3 / 4294967296.0), 4294967295.0) >>> 0 : ~~+Math_ceil((d3 - +(~~d3 >>> 0)) / 4294967296.0) >>> 0) : 0; if (d3 < -9223372036854775808.0 | d3 >= 1.0 & ((i2 | 0) < 0 | (i2 | 0) == 0 & i1 >>> 0 < 1)) { - i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20948); + i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 23552); } HEAP32[i4 >> 2] = 2; i5 = i4 + 8 | 0; @@ -56374,49 +60191,6 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_template_argINS0_2DbEEEPKcS4_S4_R return i1 | 0; } -function __ZN4wasm22SExpressionWasmBuilderC2ERNS_16AllocatingModuleERNS_7ElementENSt3__18functionIFvvEEEb(i5, i3, i4, i2, i1) { - i5 = i5 | 0; - i3 = i3 | 0; - i4 = i4 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - HEAP32[i5 >> 2] = i3; - HEAP32[i5 + 4 >> 2] = i3 + 148; - __ZNSt3__18functionIFvvEEC2ERKS2_(i5 + 8 | 0, i2); - HEAP32[i5 + 36 >> 2] = 0; - HEAP32[i5 + 44 >> 2] = 0; - HEAP32[i5 + 48 >> 2] = 0; - HEAP32[i5 + 40 >> 2] = i5 + 44; - HEAP8[i5 + 52 >> 0] = i1 & 1; - HEAP32[i5 + 56 >> 2] = 0; - HEAP32[i5 + 64 >> 2] = 0; - HEAP32[i5 + 68 >> 2] = 0; - HEAP32[i5 + 60 >> 2] = i5 + 64; - HEAP32[i5 + 80 >> 2] = 0; - HEAP32[i5 + 84 >> 2] = 0; - HEAP32[i5 + 88 >> 2] = 0; - i3 = __ZN4wasm7Element4listEv(i4) | 0; - i3 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0; - if ((i3 | 0) != (HEAP32[10101] | 0)) ___assert_fail(17048, 16975, 233, 17075); - i1 = i5 + 32 | 0; - HEAP32[i1 >> 2] = 0; - i2 = 1; - while (1) { - if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i4) | 0) >>> 0) break; - __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i5, __ZN4wasm7ElementixEj(i4, i2) | 0); - __ZN4wasm22SExpressionWasmBuilder15preParseImportsERNS_7ElementE(i5, __ZN4wasm7ElementixEj(i4, i2) | 0); - i2 = i2 + 1 | 0; - } - HEAP32[i1 >> 2] = 0; - i1 = 1; - while (1) { - if (i1 >>> 0 >= (__ZN4wasm7Element4sizeEv(i4) | 0) >>> 0) break; - __ZN4wasm22SExpressionWasmBuilder18parseModuleElementERNS_7ElementE(i5, __ZN4wasm7ElementixEj(i4, i1) | 0); - i1 = i1 + 1 | 0; - } - return; -} - function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i4, i5, i2, i1) { i4 = i4 | 0; i5 = i5 | 0; @@ -56428,13 +60202,13 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect HEAPF64[tempDoublePtr >> 3] = d6; i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; if (i1 >>> 0 > 2146435072 | (i1 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { - i1 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 20973); + i1 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 23577); } if ((HEAP32[i2 + 4 >> 2] | 0) == 1) { if (d3 > 4294967295.0 | d3 <= -1.0) { - i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20992); + i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 23596); } HEAP32[i4 >> 2] = 1; HEAP32[i4 + 8 >> 2] = ~~d3 >>> 0; @@ -56442,8 +60216,8 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i1 = ~~d3 >>> 0; i2 = +Math_abs(d3) >= 1.0 ? (d3 > 0.0 ? ~~+Math_min(+Math_floor(d3 / 4294967296.0), 4294967295.0) >>> 0 : ~~+Math_ceil((d3 - +(~~d3 >>> 0)) / 4294967296.0) >>> 0) : 0; if (d3 <= -1.0 ? 1 : +(i1 >>> 0) + 4294967296.0 * +(i2 >>> 0) < d3 + -1.0) { - i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20992); + i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 23621); } HEAP32[i4 >> 2] = 2; i5 = i4 + 8 | 0; @@ -56453,55 +60227,6 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE9startWalkEPNS_6ModuleE(i5, i3) { - i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; - i1 = HEAP32[i3 + 4 >> 2] | 0; - i4 = i5 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - if (!(HEAP32[i4 >> 2] | 0)) i2 = i2 + 4 | 0; else { - i6 = 5; - break; - } - } - if ((i6 | 0) == 5) ___assert_fail(29782, 29791, 1416, 29802); - i1 = HEAP32[i3 + 16 >> 2] | 0; - i2 = HEAP32[i3 + 12 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - if (!(HEAP32[i4 >> 2] | 0)) i2 = i2 + 4 | 0; else { - i6 = 9; - break; - } - } - if ((i6 | 0) == 9) ___assert_fail(29782, 29791, 1420, 29802); - i1 = HEAP32[i3 + 28 >> 2] | 0; - i2 = HEAP32[i3 + 24 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - if (!(HEAP32[i4 >> 2] | 0)) i2 = i2 + 4 | 0; else { - i6 = 13; - break; - } - } - if ((i6 | 0) == 13) ___assert_fail(29782, 29791, 1424, 29802); - i2 = HEAP32[i3 + 40 >> 2] | 0; - i1 = HEAP32[i3 + 36 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 12 >> 2] & 127](i5, HEAP32[i1 >> 2] | 0); - if (!(HEAP32[i4 >> 2] | 0)) i1 = i1 + 4 | 0; else { - i6 = 17; - break; - } - } - if ((i6 | 0) == 17) ___assert_fail(29782, 29791, 1429, 29802); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(29782, 29791, 1432, 29802); -} - function __ZN10__cxxabiv112_GLOBAL__N_115parse_simple_idINS0_2DbEEEPKcS4_S4_RT_(i4, i2, i3) { i4 = i4 | 0; i2 = i2 | 0; @@ -56539,6 +60264,48 @@ function __ZN10__cxxabiv112_GLOBAL__N_115parse_simple_idINS0_2DbEEEPKcS4_S4_RT_( return i1 | 0; } +function __ZN4wasm16PrintSExpression9visitHostEPNS_4HostE(i4, i3) { + i4 = i4 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i5 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i5 + 4 | 0; + i2 = i5; + switch (HEAP32[i3 + 8 >> 2] | 0) { + case 0: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 + 4 >> 2] | 0, 28963, 0) | 0, 41) | 0; + break; + } + case 1: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 + 4 >> 2] | 0, 28972, 0) | 0, 41) | 0; + break; + } + case 2: + { + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 + 4 >> 2] | 0, 28984, 0) | 0; + __ZN4wasm16PrintSExpression9incIndentEv(i4); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, HEAP32[HEAP32[i3 + 16 >> 2] >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i4); + break; + } + case 3: + { + i4 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 + 4 >> 2] | 0, 28996, 0) | 0; + HEAP32[i2 >> 2] = HEAP32[i3 + 12 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i1) | 0, 41) | 0; + break; + } + default: + _abort(); + } + STACKTOP = i5; + return; +} + function __ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_j(i8, i10, i1) { i8 = i8 | 0; i10 = i10 | 0; @@ -56560,8 +60327,8 @@ function __ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic if ((i1 | 0) == -1) { i1 = __ZNKSt3__18ios_base6getlocEv(i7) | 0; HEAP32[i4 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 42656) | 0; - i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 45564) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i4); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; @@ -56714,7 +60481,7 @@ function __ZN4wasm22SExpressionWasmBuilder16makeCallIndirectERNS_7ElementE(i6, i i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) | 0; i2 = HEAP32[i6 >> 2] | 0; HEAP32[i8 >> 2] = i3; - if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i2 + 48 | 0, i8) | 0) == (i2 + 52 | 0)) ___assert_fail(17454, 16975, 856, 17518); else { + if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i2 + 48 | 0, i8) | 0) == (i2 + 52 | 0)) ___assert_fail(17557, 17078, 971, 17621); else { HEAP32[i1 >> 2] = i3; i8 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i2 + 48 | 0, i1) | 0; i8 = HEAP32[i8 >> 2] | 0; @@ -56730,55 +60497,6 @@ function __ZN4wasm22SExpressionWasmBuilder16makeCallIndirectERNS_7ElementE(i6, i return 0; } -function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervE9startWalkEPNS_6ModuleE(i5, i3) { - i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; - i1 = HEAP32[i3 + 4 >> 2] | 0; - i4 = i5 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - if (!(HEAP32[i4 >> 2] | 0)) i2 = i2 + 4 | 0; else { - i6 = 5; - break; - } - } - if ((i6 | 0) == 5) ___assert_fail(29782, 29791, 1416, 29802); - i1 = HEAP32[i3 + 16 >> 2] | 0; - i2 = HEAP32[i3 + 12 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - if (!(HEAP32[i4 >> 2] | 0)) i2 = i2 + 4 | 0; else { - i6 = 9; - break; - } - } - if ((i6 | 0) == 9) ___assert_fail(29782, 29791, 1420, 29802); - i1 = HEAP32[i3 + 28 >> 2] | 0; - i2 = HEAP32[i3 + 24 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - if (!(HEAP32[i4 >> 2] | 0)) i2 = i2 + 4 | 0; else { - i6 = 13; - break; - } - } - if ((i6 | 0) == 13) ___assert_fail(29782, 29791, 1424, 29802); - i2 = HEAP32[i3 + 40 >> 2] | 0; - i1 = HEAP32[i3 + 36 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 12 >> 2] & 127](i5, HEAP32[i1 >> 2] | 0); - if (!(HEAP32[i4 >> 2] | 0)) i1 = i1 + 4 | 0; else { - i6 = 17; - break; - } - } - if ((i6 | 0) == 17) ___assert_fail(29782, 29791, 1429, 29802); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(29782, 29791, 1432, 29802); -} - function __ZNSt3__19to_stringEj(i8, i6) { i8 = i8 | 0; i6 = i6 | 0; @@ -56803,7 +60521,7 @@ function __ZNSt3__19to_stringEj(i8, i6) { while (1) { i1 = (i2 & 1) == 0 ? i4 : HEAP32[i5 >> 2] | 0; HEAP32[i7 >> 2] = i6; - i1 = _snprintf(i1, i3 + 1 | 0, 34222, i7) | 0; + i1 = _snprintf(i1, i3 + 1 | 0, 37161, i7) | 0; if ((i1 | 0) > -1) { if (i1 >>> 0 <= i3 >>> 0) break; } else i1 = i3 << 1 | 1; @@ -56879,13 +60597,13 @@ function ___stdio_read(i8, i7, i9) { i5 = i8 + 44 | 0; HEAP32[i1 + 8 >> 2] = HEAP32[i5 >> 2]; HEAP32[i1 + 12 >> 2] = i11; - if (!(HEAP32[10264] | 0)) { + if (!(HEAP32[10989] | 0)) { HEAP32[i3 >> 2] = HEAP32[i8 + 60 >> 2]; HEAP32[i3 + 4 >> 2] = i1; HEAP32[i3 + 8 >> 2] = 2; i1 = ___syscall_ret(___syscall145(145, i3 | 0) | 0) | 0; } else { - _pthread_cleanup_push(204, i8 | 0); + _pthread_cleanup_push(218, i8 | 0); HEAP32[i2 >> 2] = HEAP32[i8 + 60 >> 2]; HEAP32[i2 + 4 >> 2] = i1; HEAP32[i2 + 8 >> 2] = 2; @@ -56914,51 +60632,6 @@ function ___stdio_read(i8, i7, i9) { return i1 | 0; } -function __ZN6cashew7IString3setEPKcb(i6, i1, i3) { - i6 = i6 | 0; - i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0, i4 = 0, i5 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 8 | 0; - i5 = i7; - HEAP32[i5 >> 2] = i1; - if ((HEAP8[39616] | 0) == 0 ? ___cxa_guard_acquire(39616) | 0 : 0) { - i2 = __Znwj(20) | 0; - HEAP32[i2 >> 2] = 0; - HEAP32[i2 + 4 >> 2] = 0; - HEAP32[i2 + 8 >> 2] = 0; - HEAP32[i2 + 12 >> 2] = 0; - HEAPF32[i2 + 16 >> 2] = 1.0; - HEAP32[10148] = i2; - ___cxa_guard_release(39616); - } - i2 = HEAP32[10148] | 0; - if (i3) { - __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i4, i2, i5); - HEAP32[i6 >> 2] = HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2]; - } else { - i1 = __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE4findIS2_EENS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(i2, i5) | 0; - if (!i1) { - i1 = HEAP32[i5 >> 2] | 0; - i2 = _malloc((_strlen(i1) | 0) + 1 | 0) | 0; - _strcpy(i2, i1) | 0; - HEAP32[i5 >> 2] = i2; - i1 = HEAP32[10148] | 0; - } else { - i3 = HEAP32[i1 + 8 >> 2] | 0; - HEAP32[i5 >> 2] = i3; - i1 = i2; - i2 = i3; - } - __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i4, i1, i5); - HEAP32[i6 >> 2] = i2; - } - STACKTOP = i7; - return; -} - function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE23parseElementOrStatementERPcPKc(i4, i7, i3) { i4 = i4 | 0; i7 = i7 | 0; @@ -57023,7 +60696,7 @@ function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE(i5 break; } } - if ((i6 | 0) == 5) ___assert_fail(29782, 29791, 1416, 29802); + if ((i6 | 0) == 5) ___assert_fail(32769, 32778, 1468, 32789); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -57033,7 +60706,7 @@ function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE(i5 break; } } - if ((i6 | 0) == 9) ___assert_fail(29782, 29791, 1420, 29802); + if ((i6 | 0) == 9) ___assert_fail(32769, 32778, 1472, 32789); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -57043,7 +60716,7 @@ function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE(i5 break; } } - if ((i6 | 0) == 13) ___assert_fail(29782, 29791, 1424, 29802); + if ((i6 | 0) == 13) ___assert_fail(32769, 32778, 1476, 32789); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -57054,8 +60727,8 @@ function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE(i5 break; } } - if ((i6 | 0) == 17) ___assert_fail(29782, 29791, 1429, 29802); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(29782, 29791, 1432, 29802); + if ((i6 | 0) == 17) ___assert_fail(32769, 32778, 1481, 32789); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(32769, 32778, 1484, 32789); } function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, i3) { @@ -57072,7 +60745,7 @@ function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 5) ___assert_fail(29782, 29791, 1416, 29802); + if ((i6 | 0) == 5) ___assert_fail(32769, 32778, 1468, 32789); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -57082,7 +60755,7 @@ function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 9) ___assert_fail(29782, 29791, 1420, 29802); + if ((i6 | 0) == 9) ___assert_fail(32769, 32778, 1472, 32789); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -57092,7 +60765,7 @@ function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 13) ___assert_fail(29782, 29791, 1424, 29802); + if ((i6 | 0) == 13) ___assert_fail(32769, 32778, 1476, 32789); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -57103,8 +60776,8 @@ function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 17) ___assert_fail(29782, 29791, 1429, 29802); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(29782, 29791, 1432, 29802); + if ((i6 | 0) == 17) ___assert_fail(32769, 32778, 1481, 32789); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(32769, 32778, 1484, 32789); } function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, i3) { @@ -57121,7 +60794,7 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 5) ___assert_fail(29782, 29791, 1416, 29802); + if ((i6 | 0) == 5) ___assert_fail(32769, 32778, 1468, 32789); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -57131,7 +60804,7 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 9) ___assert_fail(29782, 29791, 1420, 29802); + if ((i6 | 0) == 9) ___assert_fail(32769, 32778, 1472, 32789); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -57141,7 +60814,7 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 13) ___assert_fail(29782, 29791, 1424, 29802); + if ((i6 | 0) == 13) ___assert_fail(32769, 32778, 1476, 32789); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -57152,10 +60825,58 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 17) ___assert_fail(29782, 29791, 1429, 29802); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(29782, 29791, 1432, 29802); + if ((i6 | 0) == 17) ___assert_fail(32769, 32778, 1481, 32789); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(32769, 32778, 1484, 32789); } +function __ZN4wasm10WasmWalkerINS_11BreakSeekerEvE9startWalkEPNS_6ModuleE(i5, i3) { + i5 = i5 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i1 = HEAP32[i3 + 4 >> 2] | 0; + i4 = i5 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + if (!(HEAP32[i4 >> 2] | 0)) i2 = i2 + 4 | 0; else { + i6 = 5; + break; + } + } + if ((i6 | 0) == 5) ___assert_fail(32769, 32778, 1468, 32789); + i1 = HEAP32[i3 + 16 >> 2] | 0; + i2 = HEAP32[i3 + 12 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + if (!(HEAP32[i4 >> 2] | 0)) i2 = i2 + 4 | 0; else { + i6 = 9; + break; + } + } + if ((i6 | 0) == 9) ___assert_fail(32769, 32778, 1472, 32789); + i1 = HEAP32[i3 + 28 >> 2] | 0; + i2 = HEAP32[i3 + 24 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + if (!(HEAP32[i4 >> 2] | 0)) i2 = i2 + 4 | 0; else { + i6 = 13; + break; + } + } + if ((i6 | 0) == 13) ___assert_fail(32769, 32778, 1476, 32789); + i2 = HEAP32[i3 + 40 >> 2] | 0; + i1 = HEAP32[i3 + 36 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 12 >> 2] & 127](i5, HEAP32[i1 >> 2] | 0); + if (!(HEAP32[i4 >> 2] | 0)) i1 = i1 + 4 | 0; else { + i6 = 17; + break; + } + } + if ((i6 | 0) == 17) ___assert_fail(32769, 32778, 1481, 32789); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(32769, 32778, 1484, 32789); +} function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3) { i5 = i5 | 0; i3 = i3 | 0; @@ -57170,7 +60891,7 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3 break; } } - if ((i6 | 0) == 5) ___assert_fail(29782, 29791, 1416, 29802); + if ((i6 | 0) == 5) ___assert_fail(32769, 32778, 1468, 32789); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -57180,7 +60901,7 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3 break; } } - if ((i6 | 0) == 9) ___assert_fail(29782, 29791, 1420, 29802); + if ((i6 | 0) == 9) ___assert_fail(32769, 32778, 1472, 32789); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -57190,7 +60911,7 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3 break; } } - if ((i6 | 0) == 13) ___assert_fail(29782, 29791, 1424, 29802); + if ((i6 | 0) == 13) ___assert_fail(32769, 32778, 1476, 32789); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -57201,8 +60922,8 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3 break; } } - if ((i6 | 0) == 17) ___assert_fail(29782, 29791, 1429, 29802); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(29782, 29791, 1432, 29802); + if ((i6 | 0) == 17) ___assert_fail(32769, 32778, 1481, 32789); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(32769, 32778, 1484, 32789); } function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE21__push_back_slow_pathIRKS6_EEvOT_(i7, i6) { @@ -57236,6 +60957,33 @@ function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE1 return; } +function __ZN4wasm22SExpressionWasmBuilder11parseExportERNS_7ElementE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0; + i3 = __ZN4wasm7Element4listEv(i1) | 0; + if ((HEAP8[(HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] | 0) + 20 >> 0] | 0) == 0 ? (i3 = __ZN4wasm7Element4listEv(i1) | 0, i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] | 0) | 0, ((HEAP8[i3 >> 0] | 0) + -48 | 0) >>> 0 >= 10) : 0) { + i3 = __ZN4wasm7Element4listEv(i1) | 0; + i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] | 0) | 0; + if ((i3 | 0) != (HEAP32[10828] | 0)) ___assert_fail(18095, 17078, 1096, 18117); + if (!(HEAP8[i2 + 104 >> 0] | 0)) __ZNKSt3__18functionIFvvEEclEv(i2 + 8 | 0); + i3 = (HEAP32[i2 >> 2] | 0) + 128 | 0; + i2 = __ZN4wasm7Element4listEv(i1) | 0; + i2 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i3 >> 2] = i2; + } else { + i3 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; + i4 = __ZN4wasm7Element4listEv(i1) | 0; + i4 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i3 >> 2] = i4; + i1 = __ZN4wasm7Element4listEv(i1) | 0; + i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] | 0) | 0; + HEAP32[i3 + 4 >> 2] = i1; + __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i2 >> 2] | 0, i3); + } + return; +} + function __ZNSt3__16vectorINS0_INS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEEENS4_IS8_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS8_RS9_EE(i6, i5) { i6 = i6 | 0; i5 = i5 | 0; @@ -57323,8 +61071,8 @@ function __ZN6cashew12ValueBuilder18appendCodeToSwitchENS_3RefES1_b(i6, i5, i2) i3 = i7 + 8 | 0; i4 = i7 + 4 | 0; i1 = i7; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 40696) | 0)) ___assert_fail(23776, 30801, 1610, 23838); - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 40612) | 0)) ___assert_fail(23857, 30801, 1611, 23838); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 43596) | 0)) ___assert_fail(26532, 33788, 1610, 26594); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 43512) | 0)) ___assert_fail(26613, 33788, 1611, 26594); L7 : do if (i2) { i6 = __ZN6cashew3RefixEj(i6, 2) | 0; i6 = __ZN6cashew5Value4backEv(__ZN6cashew5Value4backEv(HEAP32[i6 >> 2] | 0) | 0) | 0; @@ -57406,8 +61154,8 @@ function __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTyp i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i1 = i9; - i2 = i7 + 48 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i2, i6) | 0) != (i7 + 52 | 0)) ___assert_fail(15312, 13366, 178, 15360); + i2 = i7 + 44 | 0; + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i2, i6) | 0) != (i7 + 48 | 0)) ___assert_fail(16159, 13734, 180, 16207); i10 = i7 + 8 | 0; i11 = HEAP32[i5 >> 2] | 0; i5 = HEAP32[i3 >> 2] | 0; @@ -57422,7 +61170,7 @@ function __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTyp if (i8 >>> 0 < (HEAP32[i7 + 12 >> 2] | 0) >>> 0) { STACKTOP = i9; return; - } else ___assert_fail(15375, 13366, 181, 15360); + } else ___assert_fail(16222, 13734, 183, 16207); } function _mbtowc(i2, i6, i4) { @@ -57446,7 +61194,7 @@ function _mbtowc(i2, i6, i4) { i1 = i2 + -194 | 0; if (i1 >>> 0 <= 50) { i2 = i6 + 1 | 0; - i3 = HEAP32[4772 + (i1 << 2) >> 2] | 0; + i3 = HEAP32[4780 + (i1 << 2) >> 2] | 0; if (i4 >>> 0 < 4 ? i3 & -2147483648 >>> ((i4 * 6 | 0) + -6 | 0) | 0 : 0) break; i1 = HEAPU8[i2 >> 0] | 0; i4 = i1 >>> 3; @@ -57502,7 +61250,7 @@ function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERi(i9, i7) { HEAP32[i6 >> 2] = 0; i12 = __ZNKSt3__18ios_base6getlocEv(i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i5 >> 2] = i12; - i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42680) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 45588) | 0; i11 = i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0; i13 = HEAP32[(HEAP32[i12 >> 2] | 0) + 16 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i11 + 24 >> 2]; @@ -57520,36 +61268,45 @@ function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERi(i9, i7) { return i9 | 0; } -function __ZN4wasm22SExpressionWasmBuilder14makeMaybeBlockERNS_7ElementEjj(i10, i8, i2, i9) { - i10 = i10 | 0; - i8 = i8 | 0; +function __ZN6cashew7IString3setEPKcb(i5, i1, i2) { + i5 = i5 | 0; + i1 = i1 | 0; i2 = i2 | 0; - i9 = i9 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i11 = 0, i12 = 0; - i12 = STACKTOP; + var i3 = 0, i4 = 0, i6 = 0; + i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i12; - if ((__ZN4wasm7Element4sizeEv(i8) | 0) == (i2 + 1 | 0)) i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i10, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; else { - i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i10 + 4 >> 2] | 0) | 0; - i11 = i1 + 12 | 0; - i6 = i1 + 16 | 0; - i7 = i1 + 20 | 0; - while (1) { - if (!(i2 >>> 0 < i9 >>> 0 & i2 >>> 0 < (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0)) break; - i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i10, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; - HEAP32[i5 >> 2] = i3; - i4 = HEAP32[i6 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i3; - HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i11, i5); - i2 = i2 + 1 | 0; + i3 = i6 + 8 | 0; + i4 = i6; + HEAP32[i4 >> 2] = i1; + if ((HEAP8[42504] | 0) == 0 ? ___cxa_guard_acquire(42504) | 0 : 0) { + i1 = __Znwj(20) | 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 0; + HEAP32[i1 + 8 >> 2] = 0; + HEAP32[i1 + 12 >> 2] = 0; + HEAPF32[i1 + 16 >> 2] = 1.0; + HEAP32[10873] = i1; + } + i1 = HEAP32[10873] | 0; + if (i2) { + __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i3, i1, i4); + HEAP32[i5 >> 2] = HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2]; + } else { + i1 = __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE4findIS2_EENS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(i1, i4) | 0; + if (!i1) { + i2 = HEAP32[i4 >> 2] | 0; + i1 = _malloc((_strlen(i2) | 0) + 1 | 0) | 0; + _strcpy(i1, i2) | 0; + HEAP32[i4 >> 2] = i1; + __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i3, HEAP32[10873] | 0, i4); + } else { + i1 = HEAP32[i1 + 8 >> 2] | 0; + HEAP32[i4 >> 2] = i1; } - i2 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) != (HEAP32[i11 >> 2] | 0)) HEAP32[i1 + 4 >> 2] = HEAP32[(HEAP32[i2 + -4 >> 2] | 0) + 4 >> 2]; + HEAP32[i5 >> 2] = i1; } - STACKTOP = i12; - return i1 | 0; + STACKTOP = i6; + return; } function __ZN4wasm15RemoveUnusedBrs10visitBlockEPNS_5BlockE(i2, i5) { @@ -57652,6 +61409,42 @@ function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE8__ return; } +function __ZN4wasm17WasmBinaryBuilder17readFunctionTableEv(i9) { + i9 = i9 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i10; + if (HEAP8[i9 + 12 >> 0] | 0) { + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 20125) | 0; + i7 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 63](i7, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i7) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; + } + i2 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i9) | 0; + i3 = i9 + 128 | 0; + i4 = i9 + 132 | 0; + i5 = i9 + 124 | 0; + i8 = 0; + while (1) { + if ((i8 | 0) == (i2 | 0)) break; + i6 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i9) | 0; + HEAP32[i1 >> 2] = i6; + i7 = HEAP32[i3 >> 2] | 0; + if ((i7 | 0) == (HEAP32[i4 >> 2] | 0)) __ZNSt3__16vectorIjNS_9allocatorIjEEE21__push_back_slow_pathIRKjEEvOT_(i5, i1); else { + HEAP32[i7 >> 2] = i6; + HEAP32[i3 >> 2] = i7 + 4; + } + i8 = i8 + 1 | 0; + } + STACKTOP = i10; + return; +} + function __ZNKSt3__18messagesIcE6do_getEiiiRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE(i8, i1, i3, i5, i4, i2) { i8 = i8 | 0; i1 = i1 | 0; @@ -57696,6 +61489,53 @@ function __ZNKSt3__18messagesIcE6do_getEiiiRKNS_12basic_stringIcNS_11char_traits return; } +function __ZN4wasm17WasmBinaryBuilder14maybeVisitImplEPNS_4HostEh(i4, i3, i2) { + i4 = i4 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i5 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i6; + switch (i2 & 255 | 0) { + case 59: + { + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = 1; + i5 = 4; + break; + } + case 57: + { + HEAP32[i3 + 8 >> 2] = 2; + i5 = i3 + 16 | 0; + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6resizeEj(i5, 1); + i2 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[HEAP32[i5 >> 2] >> 2] = i2; + i5 = 4; + break; + } + default: + i1 = 0; + } + if ((i5 | 0) == 4) { + if (HEAP8[i4 + 12 >> 0] | 0) { + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19994) | 0; + i4 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i4; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i4 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 28 >> 2] & 63](i4, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i5, i4) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i5) | 0; + } + __ZN4wasm4Host8finalizeEv(i3); + i1 = 1; + } + STACKTOP = i6; + return i1 | 0; +} + function __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i5, i7, i4, i8) { i5 = i5 | 0; i7 = i7 | 0; @@ -57781,7 +61621,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseReturnERPcP } if (i2 << 24 >> 24 == i3 << 24 >> 24) break; else i1 = i1 + 1 | 0; } - if ((i10 | 0) == 8) ___assert_fail(23584, 23250, 460, 23604); + if ((i10 | 0) == 8) ___assert_fail(26340, 26006, 460, 26360); if (i3 << 24 >> 24 == 59) HEAP32[i9 >> 2] = i4 + 1; HEAP32[i8 >> 2] = i5; HEAP32[i7 >> 2] = HEAP32[i8 >> 2]; @@ -57790,6 +61630,69 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseReturnERPcP return i10 | 0; } +function __ZN4wasm17WasmBinaryBuilder13visitGetLocalEPNS_8GetLocalE(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i4 = 0, i5 = 0, i6 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i4; + if (HEAP8[i3 + 12 >> 0] | 0) { + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19375) | 0; + i5 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i5, HEAP32[i3 + 16 >> 2] | 0) | 0; + i6 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i6; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i5, i6) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i5) | 0; + } + i1 = i2 + 8 | 0; + i6 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i3) | 0; + i6 = HEAP32[(HEAP32[i3 + 76 >> 2] | 0) + (i6 << 2) >> 2] | 0; + HEAP32[i1 >> 2] = i6; + if (!i6) ___assert_fail(19394, 18162, 1737, 19410); else { + i6 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i3 + 88 | 0, i1) | 0; + HEAP32[i2 + 4 >> 2] = HEAP32[i6 >> 2]; + STACKTOP = i4; + return; + } +} + +function __ZN4wasm16PrintSExpression11visitSwitchEPNS_6SwitchE(i9, i8) { + i9 = i9 | 0; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i6 = i10 + 8 | 0; + i2 = i10 + 4 | 0; + i7 = i10; + i3 = i9 + 4 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i3 >> 2] | 0, 28453, 0) | 0; + i4 = HEAP32[i8 + 12 >> 2] | 0; + i5 = HEAP32[i8 + 8 >> 2] | 0; + while (1) { + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 42017) | 0; + if ((i5 | 0) == (i4 | 0)) break; + HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i1, i6) | 0; + i5 = i5 + 4 | 0; + } + HEAP32[i7 >> 2] = HEAP32[i8 + 20 >> 2]; + HEAP32[i6 >> 2] = HEAP32[i7 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i1, i6) | 0; + __ZN4wasm16PrintSExpression9incIndentEv(i9); + i1 = HEAP32[i8 + 28 >> 2] | 0; + if (i1 | 0) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i9, i1); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i9, HEAP32[i8 + 24 >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i9); + STACKTOP = i10; + return; +} + function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE8__appendEj(i7, i2) { i7 = i7 | 0; i2 = i2 | 0; @@ -57832,26 +61735,26 @@ function __ZN4wasm22SExpressionWasmBuilder18parseModuleElementERNS_7ElementE(i3, var i1 = 0; i1 = __ZN4wasm7Element4listEv(i2) | 0; i1 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) | 0; - do if ((i1 | 0) != (HEAP32[10102] | 0)) { - if ((i1 | 0) == (HEAP32[10103] | 0)) { + do if ((i1 | 0) != (HEAP32[10824] | 0)) { + if ((i1 | 0) == (HEAP32[10825] | 0)) { __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i3, i2); break; } - if ((i1 | 0) == (HEAP32[10106] | 0)) { + if ((i1 | 0) == (HEAP32[10828] | 0)) { __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i3, i2); break; } - if ((i1 | 0) == (HEAP32[10108] | 0)) { + if ((i1 | 0) == (HEAP32[10830] | 0)) { __ZN4wasm22SExpressionWasmBuilder11parseExportERNS_7ElementE(i3, i2); break; } - if ((i1 | 0) != (HEAP32[10109] | 0)) { - if ((i1 | 0) == (HEAP32[10110] | 0)) { + if ((i1 | 0) != (HEAP32[10831] | 0)) { + if ((i1 | 0) == (HEAP32[10832] | 0)) { __ZN4wasm22SExpressionWasmBuilder10parseTableERNS_7ElementE(i3, i2); break; } - if ((i1 | 0) != (HEAP32[10112] | 0)) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 17202) | 0, i1) | 0, 10) | 0; + if ((i1 | 0) != (HEAP32[10834] | 0)) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 17292) | 0, i1) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i3 + 8 | 0); } } @@ -57859,6 +61762,44 @@ function __ZN4wasm22SExpressionWasmBuilder18parseModuleElementERNS_7ElementE(i3, return; } +function __ZN4wasm17WasmBinaryBuilder9readNamesEv(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i5; + if (HEAP8[i4 + 12 >> 0] | 0) { + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 20146) | 0; + i2 = __ZNKSt3__18ios_base6getlocEv(i3 + (HEAP32[(HEAP32[i3 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i2; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i2 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 63](i2, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i3, i2) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i3) | 0; + } + i1 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i4) | 0; + i2 = i4 + 40 | 0; + i3 = 0; + while (1) { + if (i3 >>> 0 >= i1 >>> 0) { + i1 = 5; + break; + } + i6 = HEAP32[(HEAP32[i2 >> 2] | 0) + (i3 << 2) >> 2] | 0; + i7 = __ZN4wasm17WasmBinaryBuilder15getInlineStringEv(i4) | 0; + HEAP32[i6 >> 2] = i7; + if (!(__ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i4) | 0)) i3 = i3 + 1 | 0; else { + i1 = 7; + break; + } + } + if ((i1 | 0) == 5) { + STACKTOP = i5; + return; + } else if ((i1 | 0) == 7) ___assert_fail(20159, 18162, 1550, 20174); +} + function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i8, i2) { i8 = i8 | 0; i2 = i2 | 0; @@ -58023,6 +61964,70 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ return; } +function __ZN4wasm22SExpressionWasmBuilder9makeBreakERNS_7ElementE(i4, i3) { + i4 = i4 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0; + i1 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; + i2 = __ZN4wasm7Element4listEv(i3) | 0; + i2 = __ZN4wasm22SExpressionWasmBuilder8getLabelERNS_7ElementE(i4, HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i1 + 8 >> 2] = i2; + do if ((__ZN4wasm7Element4sizeEv(i3) | 0) != 2) { + i2 = __ZN4wasm7Element4listEv(i3) | 0; + i2 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i2 >> 2] >> 2] | 0) | 0; + if ((i2 | 0) != (HEAP32[10839] | 0)) { + i3 = __ZN4wasm7Element4listEv(i3) | 0; + i4 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] | 0) | 0; + HEAP32[i1 + 12 >> 2] = i4; + break; + } + if ((__ZN4wasm7Element4sizeEv(i3) | 0) >>> 0 > 3) { + i2 = __ZN4wasm7Element4listEv(i3) | 0; + i2 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] | 0) | 0; + HEAP32[i1 + 12 >> 2] = i2; + i2 = 3; + } else i2 = 2; + i4 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i2) | 0) | 0; + HEAP32[i1 + 16 >> 2] = i4; + } while (0); + return i1 | 0; +} + +function __ZN4wasm17WasmBinaryBuilder7visitIfEPNS_2IfEh(i4, i3, i2) { + i4 = i4 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i5 = 0, i6 = 0, i7 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i5; + if (HEAP8[i4 + 12 >> 0] | 0) { + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19074) | 0; + i7 = __ZNKSt3__18ios_base6getlocEv(i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 63](i7, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i6, i7) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i6) | 0; + } + i1 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + if (i2 << 24 >> 24 == 4) { + HEAP32[i3 + 16 >> 2] = i1; + i7 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[i3 + 12 >> 2] = i7; + i7 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[i3 + 8 >> 2] = i7; + __ZN4wasm2If8finalizeEv(i3); + } else { + HEAP32[i3 + 12 >> 2] = i1; + i7 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[i3 + 8 >> 2] = i7; + } + STACKTOP = i5; + return; +} + function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiRPciEEEvDpOT_(i9, i5, i6, i7) { i9 = i9 | 0; i5 = i5 | 0; @@ -58056,67 +62061,17 @@ function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace return; } -function __ZN4wasm17SExpressionParser14parseInnerListEv(i7) { - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; - i8 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i6 = i8; - i1 = HEAP32[i7 >> 2] | 0; - L1 : do if ((HEAP8[i1 >> 0] | 0) == 59) { - i1 = i1 + 1 | 0; - HEAP32[i7 >> 2] = i1; - if ((HEAP8[i1 >> 0] | 0) == 59) { - i2 = 59; - while (1) { - if (i2 << 24 >> 24 == 10) { - i2 = 0; - break L1; - } - i6 = i1 + 1 | 0; - HEAP32[i7 >> 2] = i6; - i2 = HEAP8[i6 >> 0] | 0; - i1 = i6; - } - } else { - i6 = _strstr(i1, 16966) | 0; - HEAP32[i7 >> 2] = i6; - if (i6 | 0) { - i2 = 0; - break; - } - ___assert_fail(16969, 16975, 144, 16995); - } - } else { - i2 = __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i7 + 4 | 0) | 0; - while (1) { - i1 = __ZN4wasm17SExpressionParser5parseEv(i7) | 0; - HEAP32[i6 >> 2] = i1; - if (!i1) break; - i3 = __ZN4wasm7Element4listEv(i2) | 0; - i4 = i3 + 4 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i3 + 8 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i3, i6); else { - HEAP32[i5 >> 2] = i1; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } - } - } while (0); - STACKTOP = i8; - return i2 | 0; -} - function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_7LiteralE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i2, 40) | 0; i3 = HEAP32[i1 >> 2] | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, __ZN4wasm13printWasmTypeENS_8WasmTypeE(i3) | 0) | 0, 21490) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, __ZN4wasm13printWasmTypeENS_8WasmTypeE(i3) | 0) | 0, 24261) | 0; switch (i3 | 0) { case 0: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 30490) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 33477) | 0; break; } case 1: @@ -58262,7 +62217,7 @@ function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERy(i8, i7) { HEAP32[i6 >> 2] = 0; i11 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i5 >> 2] = i11; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42680) | 0; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 45588) | 0; i10 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0; i12 = HEAP32[(HEAP32[i11 >> 2] | 0) + 36 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i10 + 24 >> 2]; @@ -58297,7 +62252,7 @@ function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERx(i8, i7) { HEAP32[i6 >> 2] = 0; i11 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i5 >> 2] = i11; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42680) | 0; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 45588) | 0; i10 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0; i12 = HEAP32[(HEAP32[i11 >> 2] | 0) + 20 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i10 + 24 >> 2]; @@ -58332,7 +62287,7 @@ function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERj(i8, i7) { HEAP32[i6 >> 2] = 0; i11 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i5 >> 2] = i11; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42680) | 0; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 45588) | 0; i10 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0; i12 = HEAP32[(HEAP32[i11 >> 2] | 0) + 28 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i10 + 24 >> 2]; @@ -58349,42 +62304,6 @@ function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERj(i8, i7) { return i8 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitBlockEPNS_5BlockE(i7, i9, i8) { - i7 = i7 | 0; - i9 = i9 | 0; - i8 = i8 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i10 = 0, i11 = 0; - i11 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i2 = i11; - HEAP32[i7 >> 2] = 0; - i5 = i7 + 8 | 0; - HEAP32[i5 >> 2] = 0; - HEAP32[i5 + 4 >> 2] = 0; - i5 = i7 + 16 | 0; - HEAP32[i5 >> 2] = 0; - i3 = HEAP32[i8 + 16 >> 2] | 0; - i6 = HEAP32[i8 + 12 >> 2] | 0; - while (1) { - if ((i6 | 0) == (i3 | 0)) break; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i9, HEAP32[i6 >> 2] | 0); - HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i7 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i7 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - HEAP32[i7 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; - HEAP32[i7 + 16 >> 2] = HEAP32[i2 + 16 >> 2]; - i4 = HEAP32[i5 >> 2] | 0; - if (!i4) i6 = i6 + 4 | 0; else { - i1 = i4; - i10 = 4; - break; - } - } - if ((i10 | 0) == 4 ? (i1 | 0) == (HEAP32[i8 + 8 >> 2] | 0) : 0) HEAP32[i5 >> 2] = 0; - STACKTOP = i11; - return; -} - function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendIPKcEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS7_E4typeESC_SC_(i9, i5, i8) { i9 = i9 | 0; i5 = i5 | 0; @@ -58445,28 +62364,28 @@ function __ZL25default_terminate_handlerv() { i2 = HEAP32[i1 >> 2] | 0; i1 = HEAP32[i1 + 4 >> 2] | 0; if (!((i2 & -256 | 0) == 1126902528 & (i1 | 0) == 1129074247)) { - HEAP32[i3 >> 2] = HEAP32[2999]; - _abort_message(37444, i3); + HEAP32[i3 >> 2] = HEAP32[3089]; + _abort_message(40335, i3); } if ((i2 | 0) == 1126902529 & (i1 | 0) == 1129074247) i1 = HEAP32[i4 + 44 >> 2] | 0; else i1 = i4 + 80 | 0; HEAP32[i5 >> 2] = i1; i4 = HEAP32[i4 >> 2] | 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - if (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[680] | 0) + 16 >> 2] & 31](2720, i4, i5) | 0) { + if (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[708] | 0) + 16 >> 2] & 31](2832, i4, i5) | 0) { i8 = HEAP32[i5 >> 2] | 0; - i5 = HEAP32[2999] | 0; + i5 = HEAP32[3089] | 0; i8 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i8 >> 2] | 0) + 8 >> 2] & 127](i8) | 0; HEAP32[i6 >> 2] = i5; HEAP32[i6 + 4 >> 2] = i1; HEAP32[i6 + 8 >> 2] = i8; - _abort_message(37358, i6); + _abort_message(40249, i6); } else { - HEAP32[i8 >> 2] = HEAP32[2999]; + HEAP32[i8 >> 2] = HEAP32[3089]; HEAP32[i8 + 4 >> 2] = i1; - _abort_message(37403, i8); + _abort_message(40294, i8); } } - _abort_message(37482, i7); + _abort_message(40373, i7); } function __ZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralE(i4, i3, i1) { @@ -58487,13 +62406,13 @@ function __ZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralE i2 = tempRet0; } i8 = i3 + 12 | 0; - i7 = i4 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i8 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20750); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i1, (HEAP32[i7 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) | 0, 20766); + i7 = i4 + 20 | 0; + __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i8 >> 2] | 0, HEAP32[i7 >> 2] | 0, 23329); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i1, (HEAP32[i7 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) | 0, 23345); i4 = _i64Add(HEAP32[i8 >> 2] | 0, 0, i1 | 0, i2 | 0) | 0; i3 = i3 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i3 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20781); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i4, (HEAP32[i7 >> 2] | 0) - (HEAP32[i3 >> 2] | 0) | 0, 20796); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i3 >> 2] | 0, HEAP32[i7 >> 2] | 0, 23360); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i4, (HEAP32[i7 >> 2] | 0) - (HEAP32[i3 >> 2] | 0) | 0, 23375); STACKTOP = i6; return i4 | 0; } @@ -58516,17 +62435,77 @@ function __ZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralE( i2 = tempRet0; } i8 = i3 + 16 | 0; - i7 = i4 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i8 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20750); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i1, (HEAP32[i7 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) | 0, 20766); + i7 = i4 + 20 | 0; + __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i8 >> 2] | 0, HEAP32[i7 >> 2] | 0, 23329); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i1, (HEAP32[i7 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) | 0, 23345); i4 = _i64Add(HEAP32[i8 >> 2] | 0, 0, i1 | 0, i2 | 0) | 0; i3 = i3 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i3 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20781); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i4, (HEAP32[i7 >> 2] | 0) - (HEAP32[i3 >> 2] | 0) | 0, 20796); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i3 >> 2] | 0, HEAP32[i7 >> 2] | 0, 23360); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i4, (HEAP32[i7 >> 2] | 0) - (HEAP32[i3 >> 2] | 0) | 0, 23375); STACKTOP = i6; return i4 | 0; } +function __ZN4wasm22SExpressionWasmBuilder14makeMaybeBlockERNS_7ElementEjj(i11, i9, i2, i10) { + i11 = i11 | 0; + i9 = i9 | 0; + i2 = i2 | 0; + i10 = i10 | 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i12 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i5 = i12; + if ((__ZN4wasm7Element4sizeEv(i9) | 0) == (i2 + 1 | 0)) i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i11, __ZN4wasm7ElementixEj(i9, i2) | 0) | 0; else { + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i11 + 4 >> 2] | 0) | 0; + i8 = i1 + 16 | 0; + i6 = i1 + 20 | 0; + i7 = i1 + 12 | 0; + while (1) { + if (!(i2 >>> 0 < i10 >>> 0 & i2 >>> 0 < (__ZN4wasm7Element4sizeEv(i9) | 0) >>> 0)) break; + i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i11, __ZN4wasm7ElementixEj(i9, i2) | 0) | 0; + HEAP32[i5 >> 2] = i3; + i4 = HEAP32[i8 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i3; + HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i5); + i2 = i2 + 1 | 0; + } + __ZN4wasm5Block8finalizeEv(i1); + } + STACKTOP = i12; + return i1 | 0; +} + +function __ZNSt3__16vectorINS_4pairIPN4wasm7ElementEPNS2_5BlockEEENS_9allocatorIS7_EEE24__emplace_back_slow_pathIJRS4_RS6_EEEvDpOT_(i8, i5, i6) { + i8 = i8 | 0; + i5 = i5 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i7 = i9; + i3 = i8 + 4 | 0; + i4 = HEAP32[i8 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 3) + 1 | 0; + if (i2 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); + i1 = (HEAP32[i8 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 3 >>> 0 < 268435455) { + i1 = i1 >> 2; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 536870911; + __ZNSt3__114__split_bufferINS_4pairIPN4wasm7ElementEPNS2_5BlockEEERNS_9allocatorIS7_EEEC2EjjSA_(i7, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i8 + 8 | 0); + i4 = i7 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i3 + 4 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i4 >> 2] = i3 + 8; + __ZNSt3__16vectorINS_4pairIPN4wasm7ElementEPNS2_5BlockEEENS_9allocatorIS7_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS7_RS9_EE(i8, i7); + __ZNSt3__114__split_bufferINS_4pairIPN4wasm7ElementEPNS2_5BlockEEERNS_9allocatorIS7_EEED2Ev(i7); + STACKTOP = i9; + return; +} + function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -58637,14 +62616,14 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterParenE i4 = i1 + 4 | 0; __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i1, (((HEAP32[i4 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) | 0) / 12 | 0) + 1 | 0); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i2); - i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i1, i2, 38037) | 0; + i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i1, i2, 40928) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i2); i1 = HEAP32[i2 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 41) ___assert_fail(23630, 23250, 659, 24209); + if ((HEAP8[i1 >> 0] | 0) != 41) ___assert_fail(26386, 26006, 659, 26965); HEAP32[i2 >> 2] = i1 + 1; i1 = HEAP32[i4 >> 2] | 0; i2 = i1 + -12 | 0; - if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i5 = i1; else ___assert_fail(23913, 23250, 661, 24209); + if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i5 = i1; else ___assert_fail(26669, 26006, 661, 26965); while (1) { if ((i5 | 0) == (i2 | 0)) break; i1 = i5 + -12 | 0; @@ -58743,6 +62722,80 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insert return i7 | 0; } +function __ZN4wasm15Asm2WasmBuilderC2ERNS_16AllocatingModuleEbbb(i4, i5, i3, i1, i2) { + i4 = i4 | 0; + i5 = i5 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + HEAP32[i4 >> 2] = i5; + HEAP32[i4 + 4 >> 2] = i5 + 152; + HEAP32[i4 + 8 >> 2] = 8; + HEAP32[i4 + 12 >> 2] = 1e3; + HEAP32[i4 + 20 >> 2] = 0; + HEAP32[i4 + 24 >> 2] = 0; + HEAP32[i4 + 16 >> 2] = i4 + 20; + HEAP32[i4 + 32 >> 2] = 0; + HEAP32[i4 + 36 >> 2] = 0; + HEAP32[i4 + 28 >> 2] = i4 + 32; + HEAP8[i4 + 40 >> 0] = i3 & 1; + HEAP8[i4 + 41 >> 0] = i1 & 1; + HEAP8[i4 + 42 >> 0] = i2 & 1; + HEAP32[i4 + 48 >> 2] = 0; + HEAP32[i4 + 52 >> 2] = 0; + HEAP32[i4 + 44 >> 2] = i4 + 48; + HEAP32[i4 + 60 >> 2] = 0; + HEAP32[i4 + 64 >> 2] = 0; + HEAP32[i4 + 56 >> 2] = i4 + 60; + i5 = i4 + 68 | 0; + HEAP32[i4 + 100 >> 2] = 0; + HEAP32[i4 + 104 >> 2] = 0; + HEAP32[i5 >> 2] = 0; + HEAP32[i5 + 4 >> 2] = 0; + HEAP32[i5 + 8 >> 2] = 0; + HEAP32[i5 + 12 >> 2] = 0; + HEAP32[i5 + 16 >> 2] = 0; + HEAP32[i5 + 20 >> 2] = 0; + HEAP32[i5 + 24 >> 2] = 0; + HEAP32[i4 + 96 >> 2] = i4 + 100; + HEAP32[i4 + 112 >> 2] = 0; + HEAP32[i4 + 116 >> 2] = 0; + HEAP32[i4 + 108 >> 2] = i4 + 112; + HEAP32[i4 + 124 >> 2] = 0; + HEAP32[i4 + 128 >> 2] = 0; + HEAP32[i4 + 120 >> 2] = i4 + 124; + return; +} + +function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i8; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = (((HEAP32[i3 >> 2] | 0) - i4 | 0) / 12 | 0) + 1 | 0; + if (i2 >>> 0 > 357913941) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = ((HEAP32[i7 + 8 >> 2] | 0) - i4 | 0) / 12 | 0; + if (i1 >>> 0 < 178956970) { + i1 = i1 << 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 357913941; + __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, ((HEAP32[i3 >> 2] | 0) - i4 | 0) / 12 | 0, i7 + 8 | 0); + i4 = i5 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i3 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; + HEAP32[i3 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; + HEAP32[i4 >> 2] = i3 + 12; + __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i5); + __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_9allocatorIS3_EEED2Ev(i5); + STACKTOP = i8; + return; +} + function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE8__appendEj(i8, i6) { i8 = i8 | 0; i6 = i6 | 0; @@ -58838,7 +62891,7 @@ function __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_strin i3 = i6 + 24 | 0; i4 = i6 + 12 | 0; i5 = i6; - i7 = i2 + 76 | 0; + i7 = i2 + 88 | 0; i2 = HEAP32[i7 >> 2] | 0; HEAP32[i7 >> 2] = i2 + 1; __ZNSt3__19to_stringEj(i5, i2); @@ -58862,6 +62915,66 @@ function __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_strin return i7 | 0; } +function __ZN4wasm17WasmBinaryBuilder11visitSelectEPNS_6SelectE(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i4 = 0, i5 = 0, i6 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i4; + if (HEAP8[i3 + 12 >> 0] | 0) { + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19456) | 0; + i6 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i6; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i5, i6) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i5) | 0; + } + i5 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i3) | 0; + HEAP32[i2 + 16 >> 2] = i5; + i5 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i3) | 0; + i6 = i2 + 12 | 0; + HEAP32[i6 >> 2] = i5; + i5 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i3) | 0; + HEAP32[i2 + 8 >> 2] = i5; + i5 = HEAP32[i5 + 4 >> 2] | 0; + HEAP32[i2 + 4 >> 2] = (i5 | 0) != 5 ? i5 : HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2] | 0; + STACKTOP = i4; + return; +} + +function _load_s_expr2wasm(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i2 = i3; + __ZL12prepare2wasmv(); + if (HEAP8[47492] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 15368) | 0; + i4 = __Znwj(24) | 0; + __ZN4wasm17SExpressionParserC2EPc(i4, i1); + HEAP32[10869] = i4; + i1 = HEAP32[i4 + 20 >> 2] | 0; + if (HEAP8[47492] | 0 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(44604, i1) | 0, 10) | 0, HEAP8[47492] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 15089) | 0; + i5 = __Znwj(168) | 0; + _memset(i5 | 0, 0, 168) | 0; + __ZN4wasm16AllocatingModuleC2Ev(i5); + HEAP32[10872] = i5; + i4 = __Znwj(112) | 0; + i1 = __ZN4wasm7Element4listEv(i1) | 0; + i1 = HEAP32[HEAP32[i1 >> 2] >> 2] | 0; + HEAP32[i2 + 16 >> 2] = i2; + HEAP32[i2 >> 2] = 3808; + __ZN4wasm22SExpressionWasmBuilderC2ERNS_16AllocatingModuleERNS_7ElementENSt3__18functionIFvvEEEb(i4, i5, i1, i2, 0); + HEAP32[10870] = i4; + __ZNSt3__18functionIFvvEED2Ev(i2); + __Z14finalizeModulev(); + STACKTOP = i3; + return; +} + function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -58977,36 +63090,6 @@ function __ZNSt3__16__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traits return i1 | 0; } -function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJN6cashew7IStringEPNS1_10ExpressionEEEEvDpOT_(i8, i5, i6) { - i8 = i8 | 0; - i5 = i5 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i9 = 0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i7 = i9; - i3 = i8 + 4 | 0; - i4 = HEAP32[i8 >> 2] | 0; - i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 3) + 1 | 0; - if (i2 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); - i1 = (HEAP32[i8 + 8 >> 2] | 0) - i4 | 0; - if (i1 >> 3 >>> 0 < 268435455) { - i1 = i1 >> 2; - i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; - } else i1 = 536870911; - __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEEC2EjjS6_(i7, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i8 + 8 | 0); - i4 = i7 + 8 | 0; - i3 = HEAP32[i4 >> 2] | 0; - i6 = HEAP32[i6 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i3 + 4 >> 2] = i6; - HEAP32[i4 >> 2] = i3 + 8; - __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i8, i7); - __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEED2Ev(i7); - STACKTOP = i9; - return; -} - function __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -59022,7 +63105,7 @@ function __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i4, i2, i3, i1) { i8 = i5 + 4 | 0; i7 = i5; i10 = __ZN6cashew12ValueBuilder12makeRawArrayEi(5) | 0; - i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40664) | 0; + i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43564) | 0; HEAP32[i12 >> 2] = i13; HEAP32[i6 >> 2] = HEAP32[i12 >> 2]; i10 = __ZN6cashew5Value9push_backENS_3RefE(i10, i6) | 0; @@ -59044,20 +63127,56 @@ function __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i4, i2, i3, i1) { function ___cxx_global_array_dtor_46(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43696); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43684); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43672); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43660); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43648); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43636); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43624); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43612); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43600); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43588); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43576); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43564); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43552); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43540); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46604); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46592); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46580); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46568); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46556); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46544); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46532); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46520); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46508); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46496); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46484); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46472); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46460); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(46448); + return; +} + +function __ZNSt3__16vectorIcNS_9allocatorIcEEE8__appendEj(i7, i2) { + i7 = i7 | 0; + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i6 = i9; + i3 = HEAP32[i7 + 8 >> 2] | 0; + i8 = i7 + 4 | 0; + i1 = HEAP32[i8 >> 2] | 0; + if ((i3 - i1 | 0) >>> 0 < i2 >>> 0) { + i5 = HEAP32[i7 >> 2] | 0; + i4 = i1 - i5 + i2 | 0; + if ((i4 | 0) < 0) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = i3 - i5 | 0; + if (i1 >>> 0 < 1073741823) { + i1 = i1 << 1; + i1 = i1 >>> 0 < i4 >>> 0 ? i4 : i1; + } else i1 = 2147483647; + __ZNSt3__114__split_bufferIcRNS_9allocatorIcEEEC2EjjS3_(i6, i1, (HEAP32[i8 >> 2] | 0) - i5 | 0, i7 + 8 | 0); + i8 = i6 + 8 | 0; + i5 = HEAP32[i8 >> 2] | 0; + _memset(i5 | 0, 0, i2 | 0) | 0; + HEAP32[i8 >> 2] = i5 + i2; + __ZNSt3__16vectorIcNS_9allocatorIcEEE26__swap_out_circular_bufferERNS_14__split_bufferIcRS2_EE(i7, i6); + __ZNSt3__114__split_bufferIcRNS_9allocatorIcEEED2Ev(i6); + } else do { + HEAP8[i1 >> 0] = 0; + i1 = (HEAP32[i8 >> 2] | 0) + 1 | 0; + HEAP32[i8 >> 2] = i1; + i2 = i2 + -1 | 0; + } while ((i2 | 0) != 0); + STACKTOP = i9; return; } @@ -59123,20 +63242,20 @@ function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_ function ___cxx_global_array_dtor(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42884); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42872); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42860); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42848); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42836); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42824); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42812); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42800); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42788); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42776); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42764); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42752); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42740); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42728); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45792); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45780); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45768); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45756); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45744); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45732); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45720); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45708); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45696); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45684); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45672); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45660); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45648); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(45636); return; } @@ -59207,34 +63326,63 @@ function __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i1, i3, i2) { return i5 | 0; } -function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { - i7 = i7 | 0; +function __ZN4wasm17WasmBinaryBuilder10visitBreakEPNS_5BreakEh(i4, i3, i2) { + i4 = i4 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i5 = 0, i6 = 0, i7 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i5; + if (HEAP8[i4 + 12 >> 0] | 0) { + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19100) | 0; + i7 = __ZNKSt3__18ios_base6getlocEv(i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 63](i7, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i6, i7) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i6) | 0; + } + i7 = __ZN4wasm17WasmBinaryBuilder12getBreakNameEi(i4, __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i4) | 0) | 0; + HEAP32[i3 + 8 >> 2] = i7; + if (i2 << 24 >> 24 == 7) { + i7 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[i3 + 16 >> 2] = i7; + } + i7 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[i3 + 12 >> 2] = i7; + STACKTOP = i5; + return; +} + +function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJNS1_4NameERNS1_8WasmTypeEEEEvDpOT_(i8, i5, i6) { + i8 = i8 | 0; + i5 = i5 | 0; i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; - i8 = STACKTOP; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i9 = 0; + i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i5 = i8; - i3 = i7 + 4 | 0; - i4 = HEAP32[i7 >> 2] | 0; + i7 = i9; + i3 = i8 + 4 | 0; + i4 = HEAP32[i8 >> 2] | 0; i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 3) + 1 | 0; - if (i2 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i1 = (HEAP32[i7 + 8 >> 2] | 0) - i4 | 0; + if (i2 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); + i1 = (HEAP32[i8 + 8 >> 2] | 0) - i4 | 0; if (i1 >> 3 >>> 0 < 268435455) { i1 = i1 >> 2; i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; } else i1 = 536870911; - __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i7 + 8 | 0); - i4 = i5 + 8 | 0; + __ZNSt3__114__split_bufferIN4wasm8NameTypeERNS_9allocatorIS2_EEEC2EjjS5_(i7, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i8 + 8 | 0); + i4 = i7 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; - i1 = i6; - i2 = HEAP32[i1 + 4 >> 2] | 0; - i6 = i3; - HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i6 + 4 >> 2] = i2; + i6 = HEAP32[i6 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i3 + 4 >> 2] = i6; HEAP32[i4 >> 2] = i3 + 8; - __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i5); - __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEED2Ev(i5); - STACKTOP = i8; + __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i8, i7); + __ZNSt3__114__split_bufferIN4wasm8NameTypeERNS_9allocatorIS2_EEED2Ev(i7); + STACKTOP = i9; return; } @@ -59304,6 +63452,35 @@ function __ZNSt3__125__num_get_signed_integralIlEET_PKcS3_Rji(i1, i6, i7, i2) { return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder13visitSetLocalEPNS_8SetLocalE(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i4 = 0, i5 = 0, i6 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i4; + if (HEAP8[i3 + 12 >> 0] | 0) { + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19424) | 0; + i6 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i6; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i5, i6) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i5) | 0; + } + i6 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i3) | 0; + i6 = HEAP32[(HEAP32[i3 + 76 >> 2] | 0) + (i6 << 2) >> 2] | 0; + HEAP32[i2 + 8 >> 2] = i6; + if (!i6) ___assert_fail(19394, 18162, 1743, 19442); else { + i6 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i3) | 0; + HEAP32[i2 + 12 >> 2] = i6; + HEAP32[i2 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; + STACKTOP = i4; + return; + } +} + function __ZN4wasm16PrintSExpression11visitImportEPNS_6ImportE(i3, i1) { i3 = i3 | 0; i1 = i1 | 0; @@ -59313,7 +63490,7 @@ function __ZN4wasm16PrintSExpression11visitImportEPNS_6ImportE(i3, i1) { i5 = i4 + 4 | 0; i7 = i4; i2 = i3 + 4 | 0; - i6 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 25573, 0) | 0; + i6 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 28351, 0) | 0; HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i5) | 0, 32) | 0; @@ -59335,7 +63512,7 @@ function __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(i6, i2) { i3 = i7; i5 = i7 + 4 | 0; HEAP32[i3 >> 2] = i2; - i4 = i6 + 132 | 0; + i4 = i6 + 136 | 0; i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i5 >> 2] = i1; if (!(HEAP32[i2 >> 2] | 0)) HEAP32[i2 >> 2] = i1; @@ -59360,47 +63537,6 @@ function __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(i6, i2) { return; } -function __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(i7) { - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; - i8 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i8; - i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 48 | 0) >>> 0 <= 9999) : 0)) { - i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; - if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; - i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; - HEAP32[i5 >> 2] = i1; - } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); - i1 = HEAP32[i5 >> 2] | 0; - } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; - } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 48; - HEAP32[i7 >> 2] = 5; - HEAP32[i7 + 4 >> 2] = 0; - HEAP32[i7 + 8 >> 2] = 0; - i6 = i7 + 16 | 0; - HEAP32[i6 >> 2] = 0; - HEAP32[i6 + 4 >> 2] = 0; - HEAP32[i6 + 8 >> 2] = 0; - HEAP32[i6 + 12 >> 2] = 0; - HEAP32[i6 + 16 >> 2] = 0; - HEAP32[i6 + 20 >> 2] = 0; - HEAP32[i6 + 24 >> 2] = 0; - STACKTOP = i8; - return i7 | 0; -} - function __ZNSt3__16vectorIPNS0_IN6cashew3RefENS_9allocatorIS2_EEEENS3_IS6_EEE21__push_back_slow_pathIS6_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -59443,7 +63579,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseDoERPcPKc(i8 i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseMaybeBracketedERPcPKc(i8, i7, i1) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i7); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i6, HEAP32[i7 >> 2] | 0); - if ((HEAP32[i6 + 12 >> 2] | 0) == 0 ? (HEAP32[i6 >> 2] | 0) == (HEAP32[10164] | 0) : 0) { + if ((HEAP32[i6 + 12 >> 2] | 0) == 0 ? (HEAP32[i6 >> 2] | 0) == (HEAP32[10889] | 0) : 0) { HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + (HEAP32[i6 + 8 >> 2] | 0); i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseParennedERPc(i8, i7) | 0; HEAP32[i4 >> 2] = i1; @@ -59454,7 +63590,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseDoERPcPKc(i8 STACKTOP = i9; return i8 | 0; } - ___assert_fail(23642, 23250, 484, 23684); + ___assert_fail(26398, 26006, 484, 26440); return 0; } @@ -59485,37 +63621,6 @@ function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_ return; } -function __ZN4wasm16PrintSExpression10visitBlockEPNS_5BlockE(i6, i4) { - i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0, i8 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i7 + 4 | 0; - i2 = i7; - i5 = i6 + 4 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i5 >> 2] | 0, 30146, 0) | 0; - i3 = i4 + 8 | 0; - if (HEAP32[i3 >> 2] | 0) { - i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i5 >> 2] | 0, 32) | 0; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i8, i1) | 0; - } - i2 = i6 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i5 >> 2] | 0, i2) | 0; - i3 = HEAP32[i4 + 16 >> 2] | 0; - i1 = HEAP32[i4 + 12 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i1 >> 2] | 0); - i1 = i1 + 4 | 0; - } - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i5 >> 2] | 0, i2) | 0; - STACKTOP = i7; - return; -} - function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEEixERSD_(i6, i4) { i6 = i6 | 0; i4 = i4 | 0; @@ -59603,7 +63708,7 @@ function __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i6, i2) { i3 = i7; i5 = i7 + 4 | 0; HEAP32[i3 >> 2] = i2; - i4 = i6 + 144 | 0; + i4 = i6 + 148 | 0; i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i5 >> 2] = i1; if (!(HEAP32[i2 >> 2] | 0)) HEAP32[i2 >> 2] = i1; @@ -59659,6 +63764,29 @@ function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS return; } +function _instantiate() { + var i1 = 0, i2 = 0, i3 = 0; + if (HEAP8[47492] | 0 ? (i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 15422) | 0, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasm9printWasmEPNS_6ModuleERNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEE(HEAP32[10872] | 0, i2) | 0, 10) | 0, HEAP8[47492] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 15446) | 0; + _emscripten_asm_const_v(6); + i2 = HEAP32[10872] | 0; + i1 = i2 + 76 | 0; + i2 = HEAP32[i2 + 72 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + _emscripten_asm_const_ii(7, HEAP32[HEAP32[i2 + 20 >> 2] >> 2] | 0) | 0; + i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; + } + if (HEAP8[47492] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 15706) | 0; + i2 = __Znwj(28) | 0; + i3 = HEAP32[10872] | 0; + i1 = __Znwj(4) | 0; + HEAP32[i1 >> 2] = 3380; + __ZN4wasm14ModuleInstanceC2ERNS_6ModuleEPNS0_17ExternalInterfaceE(i2, i3, i1); + HEAP32[10871] = i2; + _emscripten_asm_const_v(8); + return; +} + function __ZN6cashew12ValueBuilder6makeIfENS_3RefES1_S1_(i1, i2, i5) { i1 = i1 | 0; i2 = i2 | 0; @@ -59672,7 +63800,7 @@ function __ZN6cashew12ValueBuilder6makeIfENS_3RefES1_S1_(i1, i2, i5) { i7 = i6 + 4 | 0; i4 = i6; i8 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40648) | 0; + i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43548) | 0; HEAP32[i10 >> 2] = i11; HEAP32[i3 >> 2] = HEAP32[i10 >> 2]; i8 = __ZN6cashew5Value9push_backENS_3RefE(i8, i3) | 0; @@ -59701,7 +63829,7 @@ function __ZN4wasm6Module9addImportEPNS_6ImportE(i6, i2) { i3 = i7; i5 = i7 + 4 | 0; HEAP32[i3 >> 2] = i2; - i4 = i6 + 136 | 0; + i4 = i6 + 140 | 0; i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i5 >> 2] = i1; if (!(HEAP32[i2 >> 2] | 0)) HEAP32[i2 >> 2] = i1; @@ -59735,7 +63863,7 @@ function __ZN4wasm6Module9addExportEPNS_6ExportE(i6, i2) { i3 = i7; i5 = i7 + 4 | 0; HEAP32[i3 >> 2] = i2; - i4 = i6 + 140 | 0; + i4 = i6 + 144 | 0; i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i5 >> 2] = i1; if (!(HEAP32[i2 >> 2] | 0)) HEAP32[i2 >> 2] = i1; @@ -59818,6 +63946,46 @@ function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEN return; } +function __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(i7) { + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i4 = i8; + i5 = i7 + 4 | 0; + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 32 | 0) >>> 0 <= 9999) : 0)) { + i2 = __Znaj(1e4) | 0; + HEAP32[i4 >> 2] = i2; + if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i2; + i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; + HEAP32[i5 >> 2] = i1; + } else { + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + i1 = HEAP32[i5 >> 2] | 0; + } + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; + } + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 32; + HEAP32[i7 >> 2] = 5; + i6 = i7 + 4 | 0; + HEAP32[i6 >> 2] = 0; + HEAP32[i6 + 4 >> 2] = 0; + HEAP32[i6 + 8 >> 2] = 0; + HEAP32[i6 + 12 >> 2] = 0; + HEAP32[i6 + 16 >> 2] = 0; + HEAP32[i6 + 20 >> 2] = 0; + HEAP32[i6 + 24 >> 2] = 0; + HEAP32[i6 >> 2] = 5; + STACKTOP = i8; + return i7 | 0; +} + function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE21__grow_by_and_replaceEjjjjjjPKc(i11, i10, i1, i4, i8, i9, i7, i5) { i11 = i11 | 0; i10 = i10 | 0; @@ -59861,7 +64029,7 @@ function __ZN6cashew12ValueBuilder12makeFunctionENS_7IStringE(i1) { i5 = i2 + 4 | 0; i4 = i2; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40608) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43508) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i3) | 0; @@ -59881,56 +64049,6 @@ function __ZN6cashew12ValueBuilder12makeFunctionENS_7IStringE(i1) { return i1 | 0; } -function __ZN4wasm16PrintSExpression17visitCallIndirectEPNS_12CallIndirectE(i5, i1) { - i5 = i5 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0; - i6 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i6 + 4 | 0; - i7 = i6; - i2 = i5 + 4 | 0; - i3 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 25748, 0) | 0; - HEAP32[i7 >> 2] = HEAP32[HEAP32[i1 + 20 >> 2] >> 2]; - HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i3, i4) | 0; - i4 = i5 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i4) | 0; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i5, HEAP32[i1 + 24 >> 2] | 0); - i3 = HEAP32[i1 + 12 >> 2] | 0; - i1 = HEAP32[i1 + 8 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i5, HEAP32[i1 >> 2] | 0); - i1 = i1 + 4 | 0; - } - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i4) | 0; - STACKTOP = i6; - return; -} - -function _instantiate() { - var i1 = 0, i2 = 0, i3 = 0; - if (HEAP8[44584] | 0 ? (i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 14698) | 0, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasm9printWasmEPNS_6ModuleERNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEE(HEAP32[10147] | 0, i2) | 0, 10) | 0, HEAP8[44584] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 14722) | 0; - _emscripten_asm_const_v(6); - i2 = HEAP32[10147] | 0; - i1 = i2 + 76 | 0; - i2 = HEAP32[i2 + 72 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - _emscripten_asm_const_ii(7, HEAP32[HEAP32[i2 + 20 >> 2] >> 2] | 0) | 0; - i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; - } - if (HEAP8[44584] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 14982) | 0; - i2 = __Znwj(16) | 0; - i3 = HEAP32[10147] | 0; - i1 = __Znwj(4) | 0; - HEAP32[i1 >> 2] = 3092; - __ZN4wasm14ModuleInstanceC2ERNS_6ModuleEPNS0_17ExternalInterfaceE(i2, i3, i1); - HEAP32[10146] = i2; - return; -} - function __ZN4wasm7Literal10printFloatERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEf(i3, d2) { i3 = i3 | 0; d2 = +d2; @@ -59938,10 +64056,10 @@ function __ZN4wasm7Literal10printFloatERNSt3__113basic_ostreamIcNS1_11char_trait d4 = +Math_abs(+d2); if ((HEAPF32[tempDoublePtr >> 2] = d4, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040) { i1 = (HEAPF32[tempDoublePtr >> 2] = d2, HEAP32[tempDoublePtr >> 2] | 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, (i1 | 0) < 0 ? 39107 : 48675) | 0, 33911) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, (i1 | 0) < 0 ? 41998 : 51584) | 0, 36898) | 0; i1 = i1 & 8388607; if (i1 | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 21498) | 0; + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 24269) | 0; i5 = i3 + (HEAP32[(HEAP32[i3 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = HEAP32[i5 >> 2] & -75 | 8; i3 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i3, i1) | 0; @@ -59970,7 +64088,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10makeBinaryES1_NS i10 = i13; i2 = HEAP32[i2 >> 2] | 0; i1 = HEAP32[i11 >> 2] | 0; - if ((i2 | 0) == (HEAP32[10228] | 0)) { + if ((i2 | 0) == (HEAP32[10953] | 0)) { HEAP32[i6 >> 2] = i1; HEAP32[i7 >> 2] = HEAP32[i12 >> 2]; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; @@ -59989,6 +64107,32 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10makeBinaryES1_NS return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder9ungetInt8Ev(i3) { + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i5; + i4 = i3 + 16 | 0; + i1 = HEAP32[i4 >> 2] | 0; + if (!i1) ___assert_fail(19041, 18162, 1305, 19049); + if (HEAP8[i3 + 12 >> 0] | 0) { + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19059) | 0; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i1, HEAP32[i4 >> 2] | 0) | 0, 40928) | 0; + i3 = __ZNKSt3__18ios_base6getlocEv(i1 + (HEAP32[(HEAP32[i1 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i3; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 45564) | 0; + i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 63](i3, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i1, i3) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i1) | 0; + i1 = HEAP32[i4 >> 2] | 0; + } + HEAP32[i4 >> 2] = i1 + -1; + STACKTOP = i5; + return; +} + function __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -60034,6 +64178,35 @@ function __ZNSt3__113unordered_mapIN6cashew7IStringEiNS_4hashIS2_EENS_8equal_toI return i1 + 12 | 0; } +function __ZN4wasm22SExpressionWasmBuilder14makeThenOrElseERNS_7ElementE(i10, i9) { + i10 = i10 | 0; + i9 = i9 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i11 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i11; + i7 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i10 + 4 >> 2] | 0) | 0; + i8 = __ZN4wasm7Element4listEv(i9) | 0; + i2 = i7 + 16 | 0; + i3 = i7 + 20 | 0; + i4 = i7 + 12 | 0; + i8 = (HEAP8[HEAP32[(HEAP32[i8 >> 2] | 0) + 4 >> 2] >> 0] | 0) == 0 ? 2 : 1; + while (1) { + if (i8 >>> 0 >= (__ZN4wasm7Element4sizeEv(i9) | 0) >>> 0) break; + i5 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i10, __ZN4wasm7ElementixEj(i9, i8) | 0) | 0; + HEAP32[i1 >> 2] = i5; + i6 = HEAP32[i2 >> 2] | 0; + if (i6 >>> 0 < (HEAP32[i3 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i5; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i1); + i8 = i8 + 1 | 0; + } + __ZN4wasm5Block8finalizeEv(i7); + STACKTOP = i11; + return i7 | 0; +} + function __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) { i4 = i4 | 0; i1 = i1 | 0; @@ -60059,15 +64232,15 @@ function __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) { HEAP8[i1 >> 0] = 0; } } while (0); - i5 = _strstr(i1, 16827) | 0; + i5 = _strstr(i1, 16926) | 0; if (i5 | 0) { HEAP8[i5 >> 0] = 0; - i2 = _strstr(i1, 16853) | 0; + i2 = _strstr(i1, 16952) | 0; do if (i2 | 0) { HEAP8[i4 >> 0] = 1; - i3 = _strstr(i1, 16866) | 0; + i3 = _strstr(i1, 16965) | 0; i4 = i3 + 1 | 0; - if (_strstr(i4, 16866) | 0) ___assert_fail(16876, 13366, 109, 16922); + if (_strstr(i4, 16965) | 0) ___assert_fail(16975, 13734, 110, 17021); i2 = _strchr(i2, 125) | 0; if (i2 >>> 0 > (i3 + 5 | 0) >>> 0) { HEAP8[i3 >> 0] = 47; @@ -60075,7 +64248,7 @@ function __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) { HEAP8[i2 + -1 >> 0] = 42; HEAP8[i2 >> 0] = 47; break; - } else ___assert_fail(16930, 13366, 111, 16922); + } else ___assert_fail(17029, 13734, 112, 17021); } while (0); HEAP8[i5 >> 0] = 47; } @@ -60109,35 +64282,30 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back return; } -function __ZN4wasm16PrintSExpression13printCallBodyEPNS_4CallE(i6, i1) { +function __ZNSt3__16vectorIPN4wasm10CallImportENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { + i7 = i7 | 0; i6 = i6 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 4 | 0; - i3 = i7; - i5 = i6 + 4 | 0; - i2 = HEAP32[i5 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i1 + 20 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i4) | 0; - i4 = i1 + 8 | 0; - i2 = i1 + 12 | 0; - i1 = HEAP32[i5 >> 2] | 0; - if ((HEAP32[i2 >> 2] | 0) == (HEAP32[i4 >> 2] | 0)) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i1, 41) | 0; else { - i3 = i6 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i1, i3) | 0; - i2 = HEAP32[i2 >> 2] | 0; - i1 = HEAP32[i4 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i1 >> 2] | 0); - i1 = i1 + 4 | 0; - } - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i5 >> 2] | 0, i3) | 0; - } - STACKTOP = i7; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i8; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 2) + 1 | 0; + if (i2 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = (HEAP32[i7 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 2 >>> 0 < 536870911) { + i1 = i1 >> 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 1073741823; + __ZNSt3__114__split_bufferIPN4wasm10CallImportERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + i4 = i5 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i4 >> 2] = i3 + 4; + __ZNSt3__16vectorIPN4wasm10CallImportENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i5); + __ZNSt3__114__split_bufferIPN4wasm10CallImportERNS_9allocatorIS3_EEED2Ev(i5); + STACKTOP = i8; return; } @@ -60230,7 +64398,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect HEAP32[i4 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; HEAP32[i4 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; break; - } else ___assert_fail(20706, 20130, 350, 20736); while (0); + } else ___assert_fail(23299, 22737, 372, 19442); while (0); STACKTOP = i5; return; } @@ -60402,6 +64570,33 @@ function __ZNSt3__16vectorIPN6cashew5ValueENS_9allocatorIS3_EEE21__push_back_slo return; } +function __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i6) { + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i8; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 2) + 1 | 0; + if (i2 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = (HEAP32[i7 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 2 >>> 0 < 536870911) { + i1 = i1 >> 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 1073741823; + __ZNSt3__114__split_bufferIPN4wasm7ElementERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + i4 = i5 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i4 >> 2] = i3 + 4; + __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i5); + __ZNSt3__114__split_bufferIPN4wasm7ElementERNS_9allocatorIS3_EEED2Ev(i5); + STACKTOP = i8; + return; +} + function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -60429,23 +64624,6 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slo return; } -function __ZN4wasm16PrintSExpression11visitSelectEPNS_6SelectE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0, i4 = 0; - i4 = i2 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i4 >> 2] | 0, 40) | 0; - i3 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i4 >> 2] | 0) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 + 4 >> 2] | 0) | 0) | 0, 26209) | 0; - i3 = i2 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i4 >> 2] | 0, i3) | 0; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, HEAP32[i1 + 8 >> 2] | 0); - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, HEAP32[i1 + 12 >> 2] | 0); - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, HEAP32[i1 + 16 >> 2] | 0); - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i4 >> 2] | 0, i3) | 0; - return; -} - function __ZNSt3__16vectorIPN4wasm6ImportENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -60547,46 +64725,6 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu return i1 | 0; } -function __ZN4wasm15Asm2WasmBuilderC2ERNS_16AllocatingModuleEbi(i3, i4, i2, i1) { - i3 = i3 | 0; - i4 = i4 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - HEAP32[i3 >> 2] = i4; - HEAP32[i3 + 4 >> 2] = i4 + 148; - HEAP32[i3 + 8 >> 2] = 8; - HEAP32[i3 + 12 >> 2] = 1e3; - HEAP32[i3 + 20 >> 2] = 0; - HEAP32[i3 + 24 >> 2] = 0; - HEAP32[i3 + 16 >> 2] = i3 + 20; - HEAP32[i3 + 32 >> 2] = 0; - HEAP32[i3 + 36 >> 2] = 0; - HEAP32[i3 + 28 >> 2] = i3 + 32; - HEAP8[i3 + 40 >> 0] = i2 & 1; - HEAP32[i3 + 44 >> 2] = i1; - HEAP32[i3 + 52 >> 2] = 0; - HEAP32[i3 + 56 >> 2] = 0; - HEAP32[i3 + 48 >> 2] = i3 + 52; - HEAP32[i3 + 64 >> 2] = 0; - HEAP32[i3 + 68 >> 2] = 0; - HEAP32[i3 + 60 >> 2] = i3 + 64; - i4 = i3 + 72 | 0; - HEAP32[i3 + 104 >> 2] = 0; - HEAP32[i3 + 108 >> 2] = 0; - HEAP32[i4 >> 2] = 0; - HEAP32[i4 + 4 >> 2] = 0; - HEAP32[i4 + 8 >> 2] = 0; - HEAP32[i4 + 12 >> 2] = 0; - HEAP32[i4 + 16 >> 2] = 0; - HEAP32[i4 + 20 >> 2] = 0; - HEAP32[i4 + 24 >> 2] = 0; - HEAP32[i3 + 100 >> 2] = i3 + 104; - HEAP32[i3 + 116 >> 2] = 0; - HEAP32[i3 + 120 >> 2] = 0; - HEAP32[i3 + 112 >> 2] = i3 + 116; - return; -} - function __ZN4wasm14SimplifyLocals10visitBlockEPNS_5BlockE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -60635,7 +64773,7 @@ function _vsnprintf(i3, i1, i10, i8) { i2 = i11 + 112 | 0; i9 = i11; i4 = i9; - i5 = 5008; + i5 = 5368; i6 = i4 + 112 | 0; do { HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; @@ -60674,6 +64812,33 @@ function _vsnprintf(i3, i1, i10, i8) { return i1 | 0; } +function __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i8; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 2) + 1 | 0; + if (i2 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = (HEAP32[i7 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 2 >>> 0 < 536870911) { + i1 = i1 >> 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 1073741823; + __ZNSt3__114__split_bufferIPN4wasm5BlockERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + i4 = i5 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i4 >> 2] = i3 + 4; + __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i5); + __ZNSt3__114__split_bufferIPN4wasm5BlockERNS_9allocatorIS3_EEED2Ev(i5); + STACKTOP = i8; + return; +} + function __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -60701,6 +64866,33 @@ function __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE21__push_back_slow_p return; } +function __ZNSt3__16vectorIPN4wasm4CallENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i8; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 2) + 1 | 0; + if (i2 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = (HEAP32[i7 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 2 >>> 0 < 536870911) { + i1 = i1 >> 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 1073741823; + __ZNSt3__114__split_bufferIPN4wasm4CallERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + i4 = i5 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i4 >> 2] = i3 + 4; + __ZNSt3__16vectorIPN4wasm4CallENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i5); + __ZNSt3__114__split_bufferIPN4wasm4CallERNS_9allocatorIS3_EEED2Ev(i5); + STACKTOP = i8; + return; +} + function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -60829,6 +65021,25 @@ function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pa return; } +function __ZNSt3__13mapIN6cashew7IStringENS_6vectorIPN4wasm10CallImportENS_9allocatorIS6_EEEENS_4lessIS2_EENS7_INS_4pairIKS2_S9_EEEEEixERSD_(i6, i4) { + i6 = i6 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIN6cashew7IStringENS_6vectorIPN4wasm10CallImportENS_9allocatorIS6_EEEENS_4lessIS2_EENS7_INS_4pairIKS2_S9_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSD_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; + if (!i1) { + __ZNSt3__13mapIN6cashew7IStringENS_6vectorIPN4wasm10CallImportENS_9allocatorIS6_EEEENS_4lessIS2_EENS7_INS_4pairIKS2_S9_EEEEE25__construct_node_with_keyERSD_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringENS_6vectorIPN4wasm10CallImportENS_9allocatorIS7_EEEEEENS_19__map_value_compareIS3_SB_NS_4lessIS3_EELb1EEENS8_ISB_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSL_SL_(i6, HEAP32[i5 >> 2] | 0, i2, i1); + } + STACKTOP = i7; + return i1 + 20 | 0; +} + function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11do_get_dateES4_S4_RNS_8ios_baseERjP2tm(i6, i1, i2, i4, i3, i5) { i6 = i6 | 0; i1 = i1 | 0; @@ -60935,7 +65146,7 @@ function __ZN6cashew12ValueBuilder11appendToVarENS_3RefENS_7IStringES1_(i7, i2, i1 = i8 + 8 | 0; i4 = i8 + 4 | 0; i5 = i8; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 40628) | 0)) ___assert_fail(23558, 30801, 1518, 23572); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 43528) | 0)) ___assert_fail(26314, 33788, 1518, 26328); i9 = __ZN6cashew12ValueBuilder12makeRawArrayEi(1) | 0; i2 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i2) | 0; HEAP32[i1 >> 2] = i2; @@ -60975,6 +65186,30 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu STACKTOP = i7; return; } +function __ZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementE(i4, i3) { + i4 = i4 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i5 = 0, i6 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i5; + i1 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; + i6 = __ZN4wasm7Element4listEv(i3) | 0; + i6 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i1 + 8 >> 2] = i6; + HEAP32[i2 >> 2] = i4; + i4 = __ZN4wasm7Element4listEv(i3) | 0; + i4 = __ZZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementEENKUlPKcS2_E_clES4_S2_(i2, 17638, HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] | 0) | 0; + HEAP32[i1 + 12 >> 2] = i4; + if ((__ZN4wasm7Element4sizeEv(i3) | 0) == 4) { + i6 = __ZN4wasm7Element4listEv(i3) | 0; + i6 = __ZZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementEENKUlPKcS2_E_clES4_S2_(i2, 17646, HEAP32[(HEAP32[i6 >> 2] | 0) + 12 >> 2] | 0) | 0; + HEAP32[i1 + 16 >> 2] = i6; + __ZN4wasm2If8finalizeEv(i1); + } + STACKTOP = i5; + return i1 | 0; +} function __ZNK4wasm7Literal3negEv(i3, i4) { i3 = i3 | 0; @@ -61187,7 +65422,7 @@ function __ZN6cashew12ValueBuilder14appendToObjectENS_3RefENS_7IStringES1_(i5, i i2 = i8 + 8 | 0; i3 = i8 + 4 | 0; i4 = i8; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 40924) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 43824) | 0) { i5 = __ZN6cashew3RefixEj(i5, 1) | 0; i5 = HEAP32[i5 >> 2] | 0; i9 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; @@ -61203,7 +65438,32 @@ function __ZN6cashew12ValueBuilder14appendToObjectENS_3RefENS_7IStringES1_(i5, i __ZN6cashew5Value9push_backENS_3RefE(i5, i1) | 0; STACKTOP = i8; return; - } else ___assert_fail(24340, 30801, 1653, 24359); + } else ___assert_fail(27096, 33788, 1653, 27115); +} + +function __ZN4wasm17WasmBinaryBuilder10readMemoryEv(i2) { + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i3; + if (HEAP8[i2 + 12 >> 0] | 0) { + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18502) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; + } + i5 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i2) | 0; + HEAP32[(HEAP32[i2 >> 2] | 0) + 108 >> 2] = i5; + i5 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i2) | 0; + HEAP32[(HEAP32[i2 >> 2] | 0) + 112 >> 2] = i5; + __ZN4wasm17WasmBinaryBuilder10verifyInt8Ea(i2, 1); + STACKTOP = i3; + return; } function __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(i7) { @@ -61317,6 +65577,20 @@ function __ZN10MixedArena5allocIN4wasm4CallEEEPT_v(i7) { return i7 | 0; } +function __ZN4wasm17WasmBinaryBuilderD2Ev(i1) { + i1 = i1 | 0; + __ZNSt3__113__vector_baseIjNS_9allocatorIjEEED2Ev(i1 + 124 | 0); + __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i1 + 112 | 0); + __ZNSt3__113__vector_baseIN4wasm4NameENS_9allocatorIS2_EEED2Ev(i1 + 100 | 0); + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEED2Ev(i1 + 88 | 0); + __ZNSt3__113__vector_baseIN4wasm4NameENS_9allocatorIS2_EEED2Ev(i1 + 76 | 0); + __ZNSt3__16__treeINS_12__value_typeIPN4wasm6ExportEjEENS_19__map_value_compareIS4_S5_NS_4lessIS4_EELb1EEENS_9allocatorIS5_EEED2Ev(i1 + 64 | 0); + __ZNSt3__16__treeINS_12__value_typeIjNS_6vectorIPN4wasm4CallENS_9allocatorIS5_EEEEEENS_19__map_value_compareIjS9_NS_4lessIjEELb1EEENS6_IS9_EEED2Ev(i1 + 52 | 0); + __ZNSt3__113__vector_baseIPN4wasm8FunctionENS_9allocatorIS3_EEED2Ev(i1 + 40 | 0); + __ZNSt3__113__vector_baseIPN4wasm12FunctionTypeENS_9allocatorIS3_EEED2Ev(i1 + 24 | 0); + return; +} + function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11do_get_dateES4_S4_RNS_8ios_baseERjP2tm(i6, i1, i2, i4, i3, i5) { i6 = i6 | 0; i1 = i1 | 0; @@ -61419,7 +65693,7 @@ function __ZN6cashew12ValueBuilder21appendDefaultToSwitchENS_3RefE(i5) { i2 = i6 + 8 | 0; i3 = i6 + 4 | 0; i4 = i6; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 40696) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 43596) | 0) { i5 = __ZN6cashew3RefixEj(i5, 2) | 0; i5 = HEAP32[i5 >> 2] | 0; i7 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; @@ -61436,7 +65710,54 @@ function __ZN6cashew12ValueBuilder21appendDefaultToSwitchENS_3RefE(i5) { __ZN6cashew5Value9push_backENS_3RefE(i5, i1) | 0; STACKTOP = i6; return; - } else ___assert_fail(23776, 30801, 1604, 23816); + } else ___assert_fail(26532, 33788, 1604, 26572); +} + +function __ZNSt3__13mapIN6cashew7IStringENS_6vectorIPN4wasm10CallImportENS_9allocatorIS6_EEEENS_4lessIS2_EENS7_INS_4pairIKS2_S9_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSD_(i1, i5, i4) { + i1 = i1 | 0; + i5 = i5 | 0; + i4 = i4 | 0; + var i2 = 0, i3 = 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2) { + while (1) { + i1 = i2 + 16 | 0; + if (__ZNK6cashew7IStringltERKS0_(i4, i1) | 0) { + i1 = HEAP32[i2 >> 2] | 0; + if (!i1) { + i1 = i2; + i3 = 4; + break; + } + } else { + if (!(__ZNK6cashew7IStringltERKS0_(i1, i4) | 0)) { + i1 = i2; + i3 = 9; + break; + } + i1 = i2 + 4 | 0; + i3 = HEAP32[i1 >> 2] | 0; + if (!i3) { + i3 = 8; + break; + } else i1 = i3; + } + i2 = i1; + } + if ((i3 | 0) == 4) { + HEAP32[i5 >> 2] = i2; + break; + } else if ((i3 | 0) == 8) { + HEAP32[i5 >> 2] = i2; + break; + } else if ((i3 | 0) == 9) { + HEAP32[i5 >> 2] = i1; + i1 = i5; + break; + } + } else HEAP32[i5 >> 2] = i1; while (0); + return i1 | 0; } function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE20__node_insert_uniqueEPNS_11__tree_nodeIS7_PvEE(i6, i4, i5) { @@ -61653,7 +65974,7 @@ function __ZNKSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE i4 = i1 + 24 | 0; i2 = HEAP32[i4 >> 2] | 0; if ((i2 | 0) == (HEAP32[i1 + 28 >> 2] | 0)) { - i7 = (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 52 >> 2] & 31](i1, i3 & 255) | 0) == -1; + i7 = (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 52 >> 2] & 63](i1, i3 & 255) | 0) == -1; i1 = i7 ? 0 : i1; break; } else { @@ -61681,7 +66002,7 @@ function __ZN6cashew12ValueBuilder15makeConditionalENS_3RefES1_S1_(i1, i3, i2) { i7 = i4 + 4 | 0; i6 = i4; i8 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40636) | 0; + i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43536) | 0; HEAP32[i10 >> 2] = i11; HEAP32[i5 >> 2] = HEAP32[i10 >> 2]; i8 = __ZN6cashew5Value9push_backENS_3RefE(i8, i5) | 0; @@ -61713,7 +66034,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i3 = i4 + 16 | 0; HEAP32[i3 >> 2] = 0; i1 = HEAP32[i1 + 8 >> 2] | 0; - if (!((i1 | 0) != 0 ? (__ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i5, i1), HEAP32[i4 >> 2] = HEAP32[i2 >> 2], HEAP32[i4 + 4 >> 2] = HEAP32[i2 + 4 >> 2], HEAP32[i4 + 8 >> 2] = HEAP32[i2 + 8 >> 2], HEAP32[i4 + 12 >> 2] = HEAP32[i2 + 12 >> 2], HEAP32[i4 + 16 >> 2] = HEAP32[i2 + 16 >> 2], (HEAP32[i3 >> 2] | 0) != 0) : 0)) HEAP32[i4 + 16 >> 2] = HEAP32[10141]; + if (!((i1 | 0) != 0 ? (__ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i5, i1), HEAP32[i4 >> 2] = HEAP32[i2 >> 2], HEAP32[i4 + 4 >> 2] = HEAP32[i2 + 4 >> 2], HEAP32[i4 + 8 >> 2] = HEAP32[i2 + 8 >> 2], HEAP32[i4 + 12 >> 2] = HEAP32[i2 + 12 >> 2], HEAP32[i4 + 16 >> 2] = HEAP32[i2 + 16 >> 2], (HEAP32[i3 >> 2] | 0) != 0) : 0)) HEAP32[i4 + 16 >> 2] = HEAP32[10866]; STACKTOP = i6; return; } @@ -61898,6 +66219,36 @@ function ___shgetc(i6) { return i1 | 0; } +function __ZZN4wasm17WasmBinaryBuilder13readFunctionsEvENKUlvE_clEv(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i3 = i6 + 24 | 0; + i4 = i6 + 12 | 0; + i5 = i6; + i2 = HEAP32[i1 >> 2] | 0; + i1 = HEAP32[i2 >> 2] | 0; + HEAP32[i2 >> 2] = i1 + 1; + __ZNSt3__19to_stringEj(i5, i1); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEjPKc(i5, 0, 18896) | 0; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i4 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i4 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i4 >> 0] & 1) == 0 ? i4 + 1 | 0 : HEAP32[i4 + 8 >> 2] | 0, 0); + i3 = HEAP32[i3 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + STACKTOP = i6; + return i3 | 0; +} + function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; @@ -61906,7 +66257,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1 i3 = i6 + 24 | 0; i4 = i6 + 12 | 0; i5 = i6; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 22601, 15); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 25357, 15); i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i5, HEAP32[i1 >> 2] | 0) | 0; HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; HEAP32[i4 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; @@ -61932,7 +66283,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1 i3 = i6 + 24 | 0; i4 = i6 + 12 | 0; i5 = i6; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 22588, 12); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 25344, 12); i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i5, HEAP32[i1 >> 2] | 0) | 0; HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; HEAP32[i4 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; @@ -61985,6 +66336,87 @@ function __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(i7) { return i7 | 0; } +function __ZN4wasm22SExpressionWasmBuilder10makeSelectERNS_7ElementE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i3 = __ZN10MixedArena5allocIN4wasm6SelectEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; + i6 = __ZN4wasm7Element4listEv(i1) | 0; + i6 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i2, HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2] | 0) | 0; + i5 = i3 + 8 | 0; + HEAP32[i5 >> 2] = i6; + i6 = __ZN4wasm7Element4listEv(i1) | 0; + i6 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i2, HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] | 0) | 0; + i4 = i3 + 12 | 0; + HEAP32[i4 >> 2] = i6; + i1 = __ZN4wasm7Element4listEv(i1) | 0; + i2 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i2, HEAP32[(HEAP32[i1 >> 2] | 0) + 12 >> 2] | 0) | 0; + HEAP32[i3 + 16 >> 2] = i2; + i2 = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0; + HEAP32[i3 + 4 >> 2] = (i2 | 0) != 5 ? i2 : HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0; + return i3 | 0; +} + +function __ZN4wasm14ModuleInstanceC2ERNS_6ModuleEPNS0_17ExternalInterfaceE(i6, i2, i1) { + i6 = i6 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i3 = i7 + 32 | 0; + i5 = i7 + 20 | 0; + i4 = i7 + 16 | 0; + HEAP32[i6 >> 2] = i2; + i8 = i6 + 4 | 0; + HEAP32[i8 >> 2] = 0; + HEAP32[i8 + 4 >> 2] = 0; + HEAP32[i8 + 8 >> 2] = 0; + HEAP32[i8 + 12 >> 2] = 0; + HEAP32[i6 + 24 >> 2] = i1; + HEAP32[i6 + 20 >> 2] = HEAP32[i2 + 108 >> 2] << 16; + FUNCTION_TABLE_vii[HEAP32[HEAP32[i1 >> 2] >> 2] & 127](i1, i2); + i1 = HEAP32[i2 + 132 >> 2] | 0; + if (i1 | 0) { + HEAP32[i5 >> 2] = 0; + HEAP32[i5 + 4 >> 2] = 0; + HEAP32[i5 + 8 >> 2] = 0; + HEAP32[i4 >> 2] = i1; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i7, i6, i3, i5); + __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i5); + } + STACKTOP = i7; + return; +} + +function __ZNSt3__16vectorIjNS_9allocatorIjEEE21__push_back_slow_pathIRKjEEvOT_(i7, i6) { + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i8; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 2) + 1 | 0; + if (i2 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = (HEAP32[i7 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 2 >>> 0 < 536870911) { + i1 = i1 >> 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 1073741823; + __ZNSt3__114__split_bufferIjRNS_9allocatorIjEEEC2EjjS3_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + i4 = i5 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i4 >> 2] = i3 + 4; + __ZNSt3__16vectorIjNS_9allocatorIjEEE26__swap_out_circular_bufferERNS_14__split_bufferIjRS2_EE(i7, i5); + __ZNSt3__114__split_bufferIjRNS_9allocatorIjEEED2Ev(i5); + STACKTOP = i8; + return; +} + function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i6, i4) { i6 = i6 | 0; i4 = i4 | 0; @@ -62185,7 +66617,7 @@ function __ZN6cashew12ValueBuilder18appendCaseToSwitchENS_3RefES1_(i6, i5) { i2 = i7 + 8 | 0; i3 = i7 + 4 | 0; i4 = i7; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 40696) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 43596) | 0) { i6 = __ZN6cashew3RefixEj(i6, 2) | 0; i6 = HEAP32[i6 >> 2] | 0; i8 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; @@ -62201,7 +66633,55 @@ function __ZN6cashew12ValueBuilder18appendCaseToSwitchENS_3RefES1_(i6, i5) { __ZN6cashew5Value9push_backENS_3RefE(i6, i1) | 0; STACKTOP = i7; return; - } else ___assert_fail(23776, 30801, 1598, 23797); + } else ___assert_fail(26532, 33788, 1598, 26553); +} + +function __ZNSt3__13mapIjNS_6vectorIPN4wasm4CallENS_9allocatorIS4_EEEENS_4lessIjEENS5_INS_4pairIKjS7_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSB_(i1, i5, i3) { + i1 = i1 | 0; + i5 = i5 | 0; + i3 = i3 | 0; + var i2 = 0, i4 = 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2) { + i4 = HEAP32[i3 >> 2] | 0; + while (1) { + i1 = HEAP32[i2 + 16 >> 2] | 0; + if (i4 >>> 0 < i1 >>> 0) { + i1 = HEAP32[i2 >> 2] | 0; + if (!i1) { + i1 = i2; + i3 = 5; + break; + } + } else { + if (i1 >>> 0 >= i4 >>> 0) { + i1 = i2; + i3 = 10; + break; + } + i1 = i2 + 4 | 0; + i3 = HEAP32[i1 >> 2] | 0; + if (!i3) { + i3 = 9; + break; + } else i1 = i3; + } + i2 = i1; + } + if ((i3 | 0) == 5) { + HEAP32[i5 >> 2] = i2; + break; + } else if ((i3 | 0) == 9) { + HEAP32[i5 >> 2] = i2; + break; + } else if ((i3 | 0) == 10) { + HEAP32[i5 >> 2] = i1; + i1 = i5; + break; + } + } else HEAP32[i5 >> 2] = i1; while (0); + return i1 | 0; } function __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i1, i5, i4) { @@ -62287,7 +66767,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseDottingES1_ i3 = i7 + 20 | 0; i4 = i7 + 16 | 0; i5 = HEAP32[i8 >> 2] | 0; - if ((HEAP8[i5 >> 0] | 0) != 46) ___assert_fail(24020, 23250, 646, 24032); + if ((HEAP8[i5 >> 0] | 0) != 46) ___assert_fail(26776, 26006, 646, 26788); i5 = i5 + 1 | 0; HEAP32[i8 >> 2] = i5; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i6, i5); @@ -62300,7 +66780,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseDottingES1_ i9 = __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i1, i2) | 0; STACKTOP = i7; return i9 | 0; - } else ___assert_fail(24045, 23250, 649, 24032); + } else ___assert_fail(26801, 26006, 649, 26788); return 0; } @@ -62374,7 +66854,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseToplevelEPc HEAP32[i9 >> 2] = 0; HEAP32[i5 >> 2] = HEAP32[i10 >> 2]; HEAP32[i4 >> 2] = HEAP32[i9 >> 2]; - i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i2, i8, 23217, i5, i4) | 0; + i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i2, i8, 25973, i5, i4) | 0; HEAP32[i6 >> 2] = i2; HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; @@ -62573,7 +67053,7 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i5) { do if (i3 | 0) { i1 = i4 + 24 | 0; i2 = HEAP32[i1 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i4 + 28 >> 2] | 0)) if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 52 >> 2] & 31](i4, i5 & 255) | 0) == -1) break; else break L1; else { + if ((i2 | 0) == (HEAP32[i4 + 28 >> 2] | 0)) if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 52 >> 2] & 63](i4, i5 & 255) | 0) == -1) break; else break L1; else { HEAP32[i1 >> 2] = i2 + 1; HEAP8[i2 >> 0] = i5; break L1; @@ -62587,6 +67067,66 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i5) { return i7 | 0; } +function __ZN4wasm17WasmBinaryBuilder12getNextLabelEv(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i3 = i6 + 24 | 0; + i4 = i6 + 12 | 0; + i5 = i6; + i2 = i1 + 36 | 0; + i1 = HEAP32[i2 >> 2] | 0; + HEAP32[i2 >> 2] = i1 + 1; + __ZNSt3__19to_stringEj(i5, i1); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEjPKc(i5, 0, 19034) | 0; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i4 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i4 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i4 >> 0] & 1) == 0 ? i4 + 1 | 0 : HEAP32[i4 + 8 >> 2] | 0, 0); + i3 = HEAP32[i3 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + STACKTOP = i6; + return i3 | 0; +} + +function __ZN4wasm16PrintSExpression13printCallBodyEPNS_4CallE(i4, i1) { + i4 = i4 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i3 = i5 + 4 | 0; + i7 = i5; + i2 = i4 + 4 | 0; + i6 = HEAP32[i2 >> 2] | 0; + HEAP32[i7 >> 2] = HEAP32[i1 + 20 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i3) | 0; + i3 = i1 + 8 | 0; + i1 = i1 + 12 | 0; + if ((HEAP32[i1 >> 2] | 0) == (HEAP32[i3 >> 2] | 0)) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 41) | 0; else { + __ZN4wasm16PrintSExpression9incIndentEv(i4); + i2 = HEAP32[i1 >> 2] | 0; + i1 = HEAP32[i3 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, HEAP32[i1 >> 2] | 0); + i1 = i1 + 4 | 0; + } + __ZN4wasm16PrintSExpression9decIndentEv(i4); + } + STACKTOP = i5; + return; +} + function __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(i7) { i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; @@ -62623,47 +67163,6 @@ function __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(i7) { return i3 | 0; } -function __ZN4wasm6ModuleC2Ev(i3) { - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0; - i1 = i3 + 48 | 0; - HEAP32[i3 + 52 >> 2] = 0; - HEAP32[i3 + 56 >> 2] = 0; - i2 = i3 + 52 | 0; - i4 = i3; - i5 = i4 + 48 | 0; - do { - HEAP32[i4 >> 2] = 0; - i4 = i4 + 4 | 0; - } while ((i4 | 0) < (i5 | 0)); - HEAP32[i1 >> 2] = i2; - HEAP32[i3 + 64 >> 2] = 0; - HEAP32[i3 + 68 >> 2] = 0; - HEAP32[i3 + 60 >> 2] = i3 + 64; - HEAP32[i3 + 76 >> 2] = 0; - HEAP32[i3 + 80 >> 2] = 0; - HEAP32[i3 + 72 >> 2] = i3 + 76; - HEAP32[i3 + 88 >> 2] = 0; - HEAP32[i3 + 92 >> 2] = 0; - HEAP32[i3 + 84 >> 2] = i3 + 88; - i5 = i3 + 96 | 0; - HEAP32[i5 >> 2] = 0; - HEAP32[i5 + 4 >> 2] = 0; - HEAP32[i5 + 8 >> 2] = 0; - HEAP32[i5 + 12 >> 2] = 0; - HEAP32[i3 + 112 >> 2] = -1; - i5 = i3 + 116 | 0; - HEAP32[i5 >> 2] = 0; - HEAP32[i5 + 4 >> 2] = 0; - HEAP32[i5 + 8 >> 2] = 0; - HEAP32[i5 + 12 >> 2] = 0; - HEAP32[i5 + 16 >> 2] = 0; - HEAP32[i5 + 20 >> 2] = 0; - HEAP32[i5 + 24 >> 2] = 0; - HEAP32[i5 + 28 >> 2] = 0; - return; -} - function __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS7_(i1, i5, i4) { i1 = i1 | 0; i5 = i5 | 0; @@ -62711,6 +67210,54 @@ function __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIK return i1 | 0; } +function __ZNSt3__13mapIPN4wasm6ExportEjNS_4lessIS3_EENS_9allocatorINS_4pairIKS3_jEEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS8_(i1, i5, i3) { + i1 = i1 | 0; + i5 = i5 | 0; + i3 = i3 | 0; + var i2 = 0, i4 = 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2) { + i4 = HEAP32[i3 >> 2] | 0; + while (1) { + i1 = HEAP32[i2 + 16 >> 2] | 0; + if (i4 >>> 0 < i1 >>> 0) { + i1 = HEAP32[i2 >> 2] | 0; + if (!i1) { + i1 = i2; + i3 = 5; + break; + } + } else { + if (i1 >>> 0 >= i4 >>> 0) { + i1 = i2; + i3 = 10; + break; + } + i1 = i2 + 4 | 0; + i3 = HEAP32[i1 >> 2] | 0; + if (!i3) { + i3 = 9; + break; + } else i1 = i3; + } + i2 = i1; + } + if ((i3 | 0) == 5) { + HEAP32[i5 >> 2] = i2; + break; + } else if ((i3 | 0) == 9) { + HEAP32[i5 >> 2] = i2; + break; + } else if ((i3 | 0) == 10) { + HEAP32[i5 >> 2] = i1; + i1 = i5; + break; + } + } else HEAP32[i5 >> 2] = i1; while (0); + return i1 | 0; +} + function __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS7_(i1, i5, i4) { i1 = i1 | 0; i5 = i5 | 0; @@ -62787,9 +67334,9 @@ function __ZN6cashew12ValueBuilder13makeStatementENS_3RefE(i4) { i2 = i5 + 4 | 0; i3 = i5; i6 = __ZN6cashew3RefixEj(i4, 0) | 0; - if (!(__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(41012, __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 0) | 0)) i1 = HEAP32[i4 >> 2] | 0; else { + if (!(__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(43912, __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 0) | 0)) i1 = HEAP32[i4 >> 2] | 0; else { i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40616) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43516) | 0; HEAP32[i2 >> 2] = i7; HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i1) | 0; @@ -62989,6 +67536,32 @@ function __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(i7) { return i7 | 0; } +function __ZN4wasm16PrintSExpression17visitCallIndirectEPNS_12CallIndirectE(i3, i1) { + i3 = i3 | 0; + i1 = i1 | 0; + var i2 = 0, i4 = 0, i5 = 0, i6 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i4 + 4 | 0; + i6 = i4; + i5 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i3 + 4 >> 2] | 0, 28481, 0) | 0; + HEAP32[i6 >> 2] = HEAP32[HEAP32[i1 + 20 >> 2] >> 2]; + HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i5, i2) | 0; + __ZN4wasm16PrintSExpression9incIndentEv(i3); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i3, HEAP32[i1 + 24 >> 2] | 0); + i2 = HEAP32[i1 + 12 >> 2] | 0; + i1 = HEAP32[i1 + 8 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i3, HEAP32[i1 >> 2] | 0); + i1 = i1 + 4 | 0; + } + __ZN4wasm16PrintSExpression9decIndentEv(i3); + STACKTOP = i4; + return; +} + function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE6rehashEj(i5, i1) { i5 = i5 | 0; i1 = i1 | 0; @@ -63033,7 +67606,7 @@ function __ZNKSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE if (!i1) i1 = 0; else { i4 = i1 + 24 | 0; i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 28 >> 2] | 0)) i2 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 52 >> 2] & 31](i1, i2) | 0; else { + if ((i3 | 0) == (HEAP32[i1 + 28 >> 2] | 0)) i2 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 52 >> 2] & 63](i1, i2) | 0; else { HEAP32[i4 >> 2] = i3 + 4; HEAP32[i3 >> 2] = i2; } @@ -63058,7 +67631,7 @@ function __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEEN i1 = __ZN4wasm12PassRegistry10createPassENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i2, i3) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); HEAP32[i4 >> 2] = i1; - if (!i1) ___assert_fail(16438, 16443, 76, 26071); + if (!i1) ___assert_fail(16537, 16542, 76, 28808); i2 = i5 + 8 | 0; i3 = HEAP32[i2 >> 2] | 0; if ((i3 | 0) == (HEAP32[i5 + 12 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i5 + 4 | 0, i4); else { @@ -63149,6 +67722,25 @@ function __ZNSt3__127__num_get_unsigned_integralItEET_PKcS3_Rji(i1, i6, i7, i2) return i1 | 0; } +function __ZNSt3__13mapIjNS_6vectorIPN4wasm4CallENS_9allocatorIS4_EEEENS_4lessIjEENS5_INS_4pairIKjS7_EEEEEixERSB_(i6, i4) { + i6 = i6 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIjNS_6vectorIPN4wasm4CallENS_9allocatorIS4_EEEENS_4lessIjEENS5_INS_4pairIKjS7_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSB_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; + if (!i1) { + __ZNSt3__13mapIjNS_6vectorIPN4wasm4CallENS_9allocatorIS4_EEEENS_4lessIjEENS5_INS_4pairIKjS7_EEEEE25__construct_node_with_keyERSB_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIjNS_6vectorIPN4wasm4CallENS_9allocatorIS5_EEEEEENS_19__map_value_compareIjS9_NS_4lessIjEELb1EEENS6_IS9_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSJ_SJ_(i6, HEAP32[i5 >> 2] | 0, i2, i1); + } + STACKTOP = i7; + return i1 + 20 | 0; +} + function __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv(i5, i4) { i5 = i5 | 0; i4 = i4 | 0; @@ -63514,19 +68106,19 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseBracketedBl i4 = i8; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i7); i5 = HEAP32[i7 >> 2] | 0; - if ((HEAP8[i5 >> 0] | 0) != 123) ___assert_fail(23480, 23250, 856, 23492); + if ((HEAP8[i5 >> 0] | 0) != 123) ___assert_fail(26236, 26006, 856, 26248); HEAP32[i7 >> 2] = i5 + 1; HEAP32[i3 >> 2] = 0; HEAP32[i4 >> 2] = 0; HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i6, i7, 23512, i1, i2) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i6, i7, 26268, i1, i2) | 0; i2 = HEAP32[i7 >> 2] | 0; if ((HEAP8[i2 >> 0] | 0) == 125) { HEAP32[i7 >> 2] = i2 + 1; STACKTOP = i8; return i1 | 0; - } else ___assert_fail(23515, 23250, 859, 23492); + } else ___assert_fail(26271, 26006, 859, 26248); return 0; } @@ -63937,9 +68529,9 @@ function __ZNSt3__19__num_getIwE19__stage2_float_prepERNS_8ios_baseEPwRwS5_(i5, i7 = i6; i3 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i7 >> 2] = i3; - i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 42688) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 48 >> 2] & 7](i8, 34838, 34870, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 42696) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 45596) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 48 >> 2] & 7](i8, 37777, 37809, i1) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 45604) | 0; i7 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 12 >> 2] & 127](i1) | 0; HEAP32[i2 >> 2] = i7; i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 127](i1) | 0; @@ -64032,9 +68624,9 @@ function __ZNSt3__19__num_getIcE19__stage2_float_prepERNS_8ios_baseEPcRcS5_(i5, i7 = i6; i3 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i7 >> 2] = i3; - i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 42656) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 32 >> 2] & 7](i8, 34838, 34870, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 42668) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 45564) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 32 >> 2] & 7](i8, 37777, 37809, i1) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 45576) | 0; i7 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 12 >> 2] & 127](i1) | 0; HEAP8[i2 >> 0] = i7; i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 127](i1) | 0; @@ -64054,7 +68646,7 @@ function __ZN6cashew12ValueBuilder12makeContinueENS_7IStringE(i4) { i7 = i6 + 4 | 0; i2 = i6; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40692) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43592) | 0; HEAP32[i7 >> 2] = i8; HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -64089,8 +68681,8 @@ function __ZN4wasm14ModuleInstance10callExportEN6cashew7IStringERNSt3__16vectorI i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i9, i8) | 0; i1 = HEAP32[i1 >> 2] | 0; if (!i1) { - i9 = HEAP32[i6 + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i9 >> 2] | 0) + 20 >> 2] & 127](i9, 21469); + i9 = HEAP32[i6 + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i9 >> 2] | 0) + 20 >> 2] & 127](i9, 24240); } HEAP32[i3 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; @@ -64404,7 +68996,7 @@ function __ZN6cashew12ValueBuilder9makeBreakENS_7IStringE(i4) { i7 = i6 + 4 | 0; i2 = i6; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40688) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43588) | 0; HEAP32[i7 >> 2] = i8; HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -64423,6 +69015,29 @@ function __ZN6cashew12ValueBuilder9makeBreakENS_7IStringE(i4) { return i8 | 0; } +function __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i4 = i6; + HEAP32[i4 >> 2] = i1; + i5 = i1; + if (__ZN4wasm10Expression2isINS_5BlockEEEbv(i1) | 0 ? (i3 = (__ZN4wasm10Expression4castINS_5BlockEEEPT_v(i1) | 0) + 8 | 0, (HEAP32[i3 >> 2] | 0) == 0) : 0) i1 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(i1) | 0; else { + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; + i2 = i1 + 16 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i4); else { + HEAP32[i3 >> 2] = i5; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } + __ZN4wasm5Block8finalizeEv(i1); + } + STACKTOP = i6; + return i1 | 0; +} + function __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(i7) { i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; @@ -64724,23 +69339,57 @@ function __ZNK10__cxxabiv121__vmi_class_type_info27has_unambiguous_public_baseEP return; } -function __ZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementE(i3, i2) { - i3 = i3 | 0; +function __ZN4wasm17WasmBinaryBuilder10maybeVisitINS_5ConstEEEbRPNS_10ExpressionEh(i4, i2, i1) { + i4 = i4 | 0; i2 = i2 | 0; - var i1 = 0, i4 = 0; - i1 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i3 + 4 >> 2] | 0) | 0; - i4 = __ZN4wasm7Element4listEv(i2) | 0; - i4 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = i4; - i4 = __ZN4wasm7Element4listEv(i2) | 0; - i4 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] | 0) | 0; - HEAP32[i1 + 12 >> 2] = i4; - if ((__ZN4wasm7Element4sizeEv(i2) | 0) == 4) { - i4 = __ZN4wasm7Element4listEv(i2) | 0; - i4 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, HEAP32[(HEAP32[i4 >> 2] | 0) + 12 >> 2] | 0) | 0; - HEAP32[i1 + 16 >> 2] = i4; - __ZN4wasm2If8finalizeEv(i1); - } + i1 = i1 | 0; + var i3 = 0, i5 = 0, i6 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i3 = i5; + HEAP32[i3 >> 2] = 13; + HEAP32[i3 + 4 >> 2] = 0; + HEAP32[i3 + 8 >> 2] = 0; + i6 = i3 + 16 | 0; + HEAP32[i6 >> 2] = 0; + HEAP32[i6 + 4 >> 2] = 0; + if (__ZN4wasm17WasmBinaryBuilder14maybeVisitImplEPNS_5ConstEh(i4, i3, i1) | 0) { + i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i1 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i1 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; + HEAP32[i1 + 16 >> 2] = HEAP32[i3 + 16 >> 2]; + HEAP32[i1 + 20 >> 2] = HEAP32[i3 + 20 >> 2]; + HEAP32[i2 >> 2] = i1; + i1 = 1; + } else i1 = 0; + STACKTOP = i5; + return i1 | 0; +} + +function __ZN4wasm22SExpressionWasmBuilder8getLabelERNS_7ElementE(i5, i1) { + i5 = i5 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i4 = i6; + do if (!(HEAP8[i1 + 20 >> 0] | 0)) { + i3 = _atol(__ZN4wasm7Element5c_strEv(i1) | 0) | 0; + i1 = HEAP32[i5 + 92 >> 2] | 0; + i2 = (HEAP32[i5 + 96 >> 2] | 0) - i1 >> 2; + if (i3 >>> 0 < i2 >>> 0) { + i1 = HEAP32[i1 + (i2 + ~i3 << 2) >> 2] | 0; + break; + } else { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 17549, 7); + i1 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i5, i4) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + break; + } + } else i1 = __ZN4wasm7Element3strEv(i1) | 0; while (0); + STACKTOP = i6; return i1 | 0; } @@ -64753,7 +69402,7 @@ function __ZN4wasm16PrintSExpression10visitTableEPNS_5TableE(i1, i4) { i5 = i7 + 4 | 0; i6 = i7; i2 = i1 + 4 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 25595, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 28359, 0) | 0; i3 = HEAP32[i4 + 4 >> 2] | 0; i1 = HEAP32[i4 >> 2] | 0; while (1) { @@ -64794,32 +69443,48 @@ function __ZNK10__cxxabiv117__class_type_info16search_below_dstEPNS_19__dynamic_ return; } -function __ZN4wasm14ModuleInstanceC2ERNS_6ModuleEPNS0_17ExternalInterfaceE(i6, i2, i1) { - i6 = i6 | 0; +function __ZN4wasm17WasmBinaryBuilder11visitReturnEPNS_6ReturnE(i3, i2) { + i3 = i3 | 0; i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0, i4 = 0, i5 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 48 | 0; - i3 = i7 + 32 | 0; - i5 = i7 + 20 | 0; - i4 = i7 + 16 | 0; - HEAP32[i6 >> 2] = i2; - HEAP32[i6 + 4 >> 2] = 0; - HEAP32[i6 + 12 >> 2] = i1; - HEAP32[i6 + 8 >> 2] = HEAP32[i2 + 108 >> 2]; - FUNCTION_TABLE_vii[HEAP32[HEAP32[i1 >> 2] >> 2] & 127](i1, i2); - i1 = HEAP32[i2 + 128 >> 2] | 0; - if (i1 | 0) { - HEAP32[i5 >> 2] = 0; - HEAP32[i5 + 4 >> 2] = 0; - HEAP32[i5 + 8 >> 2] = 0; - HEAP32[i4 >> 2] = i1; - HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; - __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i7, i6, i3, i5); - __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i5); + var i1 = 0, i4 = 0, i5 = 0, i6 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i4; + if (HEAP8[i3 + 12 >> 0] | 0) { + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19472) | 0; + i6 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i6; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i5, i6) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i5) | 0; } - STACKTOP = i7; + i6 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i3) | 0; + HEAP32[i2 + 8 >> 2] = i6; + STACKTOP = i4; + return; +} + +function __ZN4wasm17WasmBinaryBuilder10readHeaderEv(i2) { + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i3; + if (HEAP8[i2 + 12 >> 0] | 0) { + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18196) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; + } + __ZN4wasm17WasmBinaryBuilder11verifyInt32Ei(i2, 1836278016); + __ZN4wasm17WasmBinaryBuilder11verifyInt32Ei(i2, 10); + STACKTOP = i3; return; } @@ -64856,7 +69521,7 @@ function __ZN4wasm14PostEmscripten13visitMemoryOpINS_5StoreEEEvPT_(i1, i2) { var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; i5 = i2 + 12 | 0; do if (((HEAP32[i5 >> 2] | 0) == 0 ? (i6 = i2 + 20 | 0, i7 = HEAP32[i6 >> 2] | 0, !((i7 | 0) == 0 | (HEAP32[i7 >> 2] | 0) != 15)) : 0) ? (HEAP32[i7 + 8 >> 2] | 0) == 0 : 0) { - if ((HEAP32[i7 + 4 >> 2] | 0) != 1) ___assert_fail(28591, 28608, 49, 28638); + if ((HEAP32[i7 + 4 >> 2] | 0) != 1) ___assert_fail(31349, 31366, 49, 31396); i3 = i7 + 16 | 0; i1 = HEAP32[i3 >> 2] | 0; i4 = i1; @@ -64887,7 +69552,7 @@ function __ZN6cashew12ValueBuilder10makePrefixENS_7IStringENS_3RefE(i1, i2) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40716) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43616) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -64908,7 +69573,7 @@ function __ZN4wasm14PostEmscripten13visitMemoryOpINS_4LoadEEEvPT_(i1, i2) { var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; i5 = i2 + 16 | 0; do if (((HEAP32[i5 >> 2] | 0) == 0 ? (i6 = i2 + 24 | 0, i7 = HEAP32[i6 >> 2] | 0, !((i7 | 0) == 0 | (HEAP32[i7 >> 2] | 0) != 15)) : 0) ? (HEAP32[i7 + 8 >> 2] | 0) == 0 : 0) { - if ((HEAP32[i7 + 4 >> 2] | 0) != 1) ___assert_fail(28591, 28608, 49, 28638); + if ((HEAP32[i7 + 4 >> 2] | 0) != 1) ___assert_fail(31349, 31366, 49, 31396); i3 = i7 + 16 | 0; i1 = HEAP32[i3 >> 2] | 0; i4 = i1; @@ -65036,7 +69701,7 @@ function __ZN6cashew12ValueBuilder9makeLabelENS_7IStringENS_3RefE(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40684) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43584) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -65062,7 +69727,7 @@ function __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40908) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43808) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -65187,6 +69852,44 @@ function __ZNSt3__111__stdoutbufIcE4syncEv(i1) { return i1 | 0; } +function __ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i1, i8) { + i1 = i1 | 0; + i8 = i8 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; + i5 = HEAP32[i1 + 4 >> 2] | 0; + i3 = HEAP32[HEAP32[i1 >> 2] >> 2] | 0; + i4 = i5 + 16 | 0; + i5 = i5 + 8 | 0; + i7 = 0; + while (1) { + if (i7 >>> 0 >= i3 >>> 0) { + i9 = 6; + break; + } + i6 = (HEAP32[i4 >> 2] | 0) + i7 | 0; + i2 = HEAP32[i5 >> 2] | 0; + i1 = HEAP32[i2 >> 2] | 0; + if (i6 >>> 0 >= ((HEAP32[i2 + 4 >> 2] | 0) - i1 | 0) >>> 0) { + i1 = 0; + break; + } + i2 = HEAP8[i8 + i7 >> 0] | 0; + if (!(i2 << 24 >> 24)) { + i1 = 0; + break; + } + if ((HEAP8[i1 + i6 >> 0] | 0) == i2 << 24 >> 24) i7 = i7 + 1 | 0; else { + i1 = 0; + break; + } + } + if ((i9 | 0) == 6) if ((_strlen(i8) | 0) == (i3 | 0)) { + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + i3; + i1 = 1; + } else i1 = 0; + return i1 | 0; +} + function __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i6, i4) { i6 = i6 | 0; i4 = i4 | 0; @@ -65316,25 +70019,6 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assign return i6 | 0; } -function __ZN4wasm22SExpressionWasmBuilder10makeSelectERNS_7ElementENS_8WasmTypeE(i2, i1, i3) { - i2 = i2 | 0; - i1 = i1 | 0; - i3 = i3 | 0; - var i4 = 0, i5 = 0; - i4 = __ZN10MixedArena5allocIN4wasm6SelectEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; - i5 = __ZN4wasm7Element4listEv(i1) | 0; - i5 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i2, HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i4 + 8 >> 2] = i5; - i5 = __ZN4wasm7Element4listEv(i1) | 0; - i5 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i2, HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] | 0) | 0; - HEAP32[i4 + 12 >> 2] = i5; - i1 = __ZN4wasm7Element4listEv(i1) | 0; - i2 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i2, HEAP32[(HEAP32[i1 >> 2] | 0) + 12 >> 2] | 0) | 0; - HEAP32[i4 + 16 >> 2] = i2; - HEAP32[i4 + 4 >> 2] = i3; - return i4 | 0; -} - function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKcj(i6, i5, i4) { i6 = i6 | 0; i5 = i5 | 0; @@ -65417,6 +70101,25 @@ function _wcrtomb(i1, i3, i2) { return i1 | 0; } +function __ZNSt3__13mapIPN4wasm6ExportEjNS_4lessIS3_EENS_9allocatorINS_4pairIKS3_jEEEEEixERS8_(i6, i4) { + i6 = i6 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIPN4wasm6ExportEjNS_4lessIS3_EENS_9allocatorINS_4pairIKS3_jEEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS8_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; + if (!i1) { + __ZNSt3__13mapIPN4wasm6ExportEjNS_4lessIS3_EENS_9allocatorINS_4pairIKS3_jEEEEE25__construct_node_with_keyERS8_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIPN4wasm6ExportEjEENS_19__map_value_compareIS4_S5_NS_4lessIS4_EELb1EEENS_9allocatorIS5_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSG_SG_(i6, HEAP32[i5 >> 2] | 0, i2, i1); + } + STACKTOP = i7; + return i1 + 20 | 0; +} + function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKwj(i6, i5, i4) { i6 = i6 | 0; i5 = i5 | 0; @@ -65490,6 +70193,44 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 return; } +function __ZN4wasm6ModuleC2Ev(i3) { + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0; + i1 = i3 + 48 | 0; + HEAP32[i3 + 52 >> 2] = 0; + HEAP32[i3 + 56 >> 2] = 0; + i2 = i3 + 52 | 0; + i4 = i3; + i5 = i4 + 48 | 0; + do { + HEAP32[i4 >> 2] = 0; + i4 = i4 + 4 | 0; + } while ((i4 | 0) < (i5 | 0)); + HEAP32[i1 >> 2] = i2; + HEAP32[i3 + 64 >> 2] = 0; + HEAP32[i3 + 68 >> 2] = 0; + HEAP32[i3 + 60 >> 2] = i3 + 64; + HEAP32[i3 + 76 >> 2] = 0; + HEAP32[i3 + 80 >> 2] = 0; + HEAP32[i3 + 72 >> 2] = i3 + 76; + HEAP32[i3 + 88 >> 2] = 0; + HEAP32[i3 + 92 >> 2] = 0; + HEAP32[i3 + 84 >> 2] = i3 + 88; + i4 = i3 + 96 | 0; + HEAP32[i4 >> 2] = 0; + HEAP32[i4 + 4 >> 2] = 0; + HEAP32[i4 + 8 >> 2] = 0; + HEAP32[i4 + 12 >> 2] = 0; + HEAP32[i3 + 112 >> 2] = -1; + i4 = i3 + 116 | 0; + i5 = i4 + 36 | 0; + do { + HEAP32[i4 >> 2] = 0; + i4 = i4 + 4 | 0; + } while ((i4 | 0) < (i5 | 0)); + return; +} + function __ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoERPv(i6, i1, i4) { i6 = i6 | 0; i1 = i1 | 0; @@ -65498,7 +70239,7 @@ function __ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoE i7 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; i5 = i7; - if ((i6 | 0) != (i1 | 0)) if ((i1 | 0) != 0 ? (i3 = ___dynamic_cast(i1, 2760, 2728, 0) | 0, (i3 | 0) != 0) : 0) { + if ((i6 | 0) != (i1 | 0)) if ((i1 | 0) != 0 ? (i3 = ___dynamic_cast(i1, 2872, 2840, 0) | 0, (i3 | 0) != 0) : 0) { i1 = i5; i2 = i1 + 56 | 0; do { @@ -65635,23 +70376,24 @@ function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE1 return; } -function __ZN4wasm16PrintSExpression13visitSetLocalEPNS_8SetLocalE(i2, i1) { +function __ZN4wasm17WasmBinaryBuilder9readStartEv(i2) { i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0; i3 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i3 + 4 | 0; - i7 = i3; - i5 = i2 + 4 | 0; - i6 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i5 >> 2] | 0, 25774, 0) | 0; - HEAP32[i7 >> 2] = HEAP32[i1 + 8 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i4) | 0; - i4 = i2 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i5 >> 2] | 0, i4) | 0; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, HEAP32[i1 + 12 >> 2] | 0); - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i5 >> 2] | 0, i4) | 0; + i1 = i3; + if (HEAP8[i2 + 12 >> 0] | 0) { + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 18489) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; + } + i5 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i2) | 0; + HEAP32[i2 + 20 >> 2] = i5; STACKTOP = i3; return; } @@ -65671,7 +70413,7 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i9 = i7; i10 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; HEAP32[i11 >> 2] = i10; - i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 42688) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 45596) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -65695,7 +70437,7 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i9 = i7; i10 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; HEAP32[i11 >> 2] = i10; - i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 42688) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 45596) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -65719,7 +70461,7 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i9 = i7; i10 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; HEAP32[i11 >> 2] = i10; - i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 42656) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 45564) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -65743,7 +70485,7 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i9 = i7; i10 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; HEAP32[i11 >> 2] = i10; - i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 42656) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 45564) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -65756,7 +70498,7 @@ function __ZN6cashew12ValueBuilder15setBlockContentENS_3RefES1_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0; - do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 40604) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 40608) | 0) { + do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 43504) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 43508) | 0) { i3 = __ZN6cashew3RefixEj(i2, 3) | 0; i3 = HEAP32[i3 >> 2] | 0; i2 = __ZN6cashew3RefixEj(i1, 1) | 0; @@ -65828,7 +70570,7 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i9 = i7; i10 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; HEAP32[i11 >> 2] = i10; - i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 42688) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 45596) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -65852,7 +70594,7 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i9 = i7; i10 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; HEAP32[i11 >> 2] = i10; - i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 42656) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 45564) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -65871,7 +70613,7 @@ function __ZN6cashew12ValueBuilder10makeSwitchENS_3RefE(i1) { i6 = i2 + 4 | 0; i4 = i2; i5 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40696) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43596) | 0; HEAP32[i7 >> 2] = i8; HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; i5 = __ZN6cashew5Value9push_backENS_3RefE(i5, i3) | 0; @@ -65886,6 +70628,32 @@ function __ZN6cashew12ValueBuilder10makeSwitchENS_3RefE(i1) { return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder10maybeVisitINS_5StoreEEEbRPNS_10ExpressionEh(i4, i2, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i5 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i3 = i5; + HEAP32[i3 >> 2] = 12; + HEAP32[i3 + 4 >> 2] = 0; + if (__ZN4wasm17WasmBinaryBuilder14maybeVisitImplEPNS_5StoreEh(i4, i3, i1) | 0) { + i1 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i1 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i1 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; + HEAP32[i1 + 16 >> 2] = HEAP32[i3 + 16 >> 2]; + HEAP32[i1 + 20 >> 2] = HEAP32[i3 + 20 >> 2]; + HEAP32[i1 + 24 >> 2] = HEAP32[i3 + 24 >> 2]; + HEAP32[i2 >> 2] = i1; + i1 = 1; + } else i1 = 0; + STACKTOP = i5; + return i1 | 0; +} + function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE15__get_monthnameERiRS4_S4_RjRKNS_5ctypeIwEE(i5, i6, i1, i3, i4, i2) { i5 = i5 | 0; i6 = i6 | 0; @@ -65940,7 +70708,7 @@ function __ZN6cashew12ValueBuilder8makeCallENS_3RefE(i1) { i6 = i2 + 4 | 0; i4 = i2; i5 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40676) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43576) | 0; HEAP32[i7 >> 2] = i8; HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; i5 = __ZN6cashew5Value9push_backENS_3RefE(i5, i3) | 0; @@ -65955,6 +70723,32 @@ function __ZN6cashew12ValueBuilder8makeCallENS_3RefE(i1) { return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder10maybeVisitINS_4LoadEEEbRPNS_10ExpressionEh(i4, i2, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i5 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i3 = i5; + HEAP32[i3 >> 2] = 11; + HEAP32[i3 + 4 >> 2] = 0; + if (__ZN4wasm17WasmBinaryBuilder14maybeVisitImplEPNS_4LoadEh(i4, i3, i1) | 0) { + i1 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i1 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i1 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; + HEAP32[i1 + 16 >> 2] = HEAP32[i3 + 16 >> 2]; + HEAP32[i1 + 20 >> 2] = HEAP32[i3 + 20 >> 2]; + HEAP32[i1 + 24 >> 2] = HEAP32[i3 + 24 >> 2]; + HEAP32[i2 >> 2] = i1; + i1 = 1; + } else i1 = 0; + STACKTOP = i5; + return i1 | 0; +} + function __ZN6cashew10IStringSetC2EPKc(i6, i1) { i6 = i6 | 0; i1 = i1 | 0; @@ -66064,6 +70858,31 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__init return; } +function __ZN4wasm22SExpressionWasmBuilder10parseTableERNS_7ElementE(i8, i7) { + i8 = i8 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i9; + i6 = 1; + while (1) { + if (i6 >>> 0 >= (__ZN4wasm7Element4sizeEv(i7) | 0) >>> 0) break; + i2 = HEAP32[i8 >> 2] | 0; + i3 = __ZN4wasm22SExpressionWasmBuilder15getFunctionNameERNS_7ElementE(i8, __ZN4wasm7ElementixEj(i7, i6) | 0) | 0; + HEAP32[i1 >> 2] = i3; + i4 = i2 + 100 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if (i5 >>> 0 < (HEAP32[i2 + 104 >> 2] | 0) >>> 0) { + HEAP32[i5 >> 2] = i3; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i2 + 96 | 0, i1); + i6 = i6 + 1 | 0; + } + STACKTOP = i9; + return; +} + function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEEC2EOS9_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -66138,6 +70957,31 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE return; } +function __ZN4wasm3LEBIxaE4readENSt3__18functionIFavEEE(i7, i6) { + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; + i5 = i7; + HEAP32[i5 >> 2] = 0; + HEAP32[i5 + 4 >> 2] = 0; + i5 = 0; + i3 = 0; + while (1) { + i4 = (__ZNKSt3__18functionIFavEEclEv(i6) | 0) << 24 >> 24; + i2 = _bitshift64Shl(i4 & 127 | 0, 0, i3 | 0) | 0; + i1 = i7; + i2 = i2 | HEAP32[i1 >> 2]; + i1 = tempRet0 | HEAP32[i1 + 4 >> 2]; + i8 = i7; + HEAP32[i8 >> 2] = i2; + HEAP32[i8 + 4 >> 2] = i1; + i3 = _i64Add(i3 | 0, i5 | 0, 7, 0) | 0; + if (!(i4 & 128)) break; else i5 = tempRet0; + } + if (i3 >>> 0 < 64 & (i4 & 64 | 0) != 0 ? (i6 = _bitshift64Shl(-1, -1, i3 | 0) | 0, i8 = i1 | tempRet0, i7, HEAP32[i7 >> 2] = i2 | i6, HEAP32[i7 + 4 >> 2] = i8, (i8 | 0) >= 0) : 0) ___assert_fail(18303, 18162, 95, 18180); + return; +} + function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i5, i6) { i5 = i5 | 0; i6 = i6 | 0; @@ -66168,46 +71012,30 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_b return; } -function __ZN4wasm17SExpressionParser14skipWhitespaceEv(i3) { - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0; - i1 = HEAP32[i3 >> 2] | 0; - L1 : while (1) { - i2 = (_isspace(HEAP8[i1 >> 0] | 0) | 0) == 0; - i1 = HEAP32[i3 >> 2] | 0; - if (!i2) { - i1 = i1 + 1 | 0; - HEAP32[i3 >> 2] = i1; - continue; - } - switch (HEAP8[i1 >> 0] | 0) { - case 59: - break; - case 40: - { - if ((HEAP8[i1 + 1 >> 0] | 0) != 59) break L1; - i1 = (_strstr(i1, 16966) | 0) + 2 | 0; - HEAP32[i3 >> 2] = i1; - continue L1; - } - default: - break L1; - } - if ((HEAP8[i1 + 1 >> 0] | 0) == 59) i2 = 59; else break; - while (1) { - switch (i2 << 24 >> 24) { - case 10: - case 0: - continue L1; - default: - {} - } - i4 = i1 + 1 | 0; - HEAP32[i3 >> 2] = i4; - i2 = HEAP8[i4 >> 0] | 0; - i1 = i4; - } - } +function __ZNSt3__16vectorINS_4pairIPN4wasm7ElementEPNS2_5BlockEEENS_9allocatorIS7_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS7_RS9_EE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; + i4 = HEAP32[i2 >> 2] | 0; + i6 = i2 + 4 | 0; + i3 = i1 + 4 | 0; + i5 = (HEAP32[i6 >> 2] | 0) - i4 | 0; + i7 = (HEAP32[i3 >> 2] | 0) + (0 - (i5 >> 3) << 3) | 0; + HEAP32[i3 >> 2] = i7; + _memcpy(i7 | 0, i4 | 0, i5 | 0) | 0; + i5 = HEAP32[i2 >> 2] | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i3 >> 2] = i5; + i5 = i1 + 8 | 0; + i4 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i5 >> 2] = i4; + i5 = i2 + 8 | 0; + i2 = i1 + 12 | 0; + i4 = HEAP32[i5 >> 2] | 0; + HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = i4; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; return; } @@ -66222,7 +71050,7 @@ function __ZN6cashew12ValueBuilder12makeIndexingENS_3RefES1_(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40672) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43572) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -66255,49 +71083,6 @@ function __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorIN return i1 + 20 | 0; } -function __ZN4wasm16PrintSExpression7visitIfEPNS_2IfE(i4, i1) { - i4 = i4 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i5 = 0; - i2 = i4 + 4 | 0; - i5 = i1 + 16 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, HEAP32[i5 >> 2] | 0 ? 25629 : 30205, 0) | 0; - i3 = i4 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i3) | 0; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, HEAP32[i1 + 8 >> 2] | 0); - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, HEAP32[i1 + 12 >> 2] | 0); - i1 = HEAP32[i5 >> 2] | 0; - if (i1 | 0) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, i1); - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i3) | 0; - return; -} - -function __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0; - i6 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i6; - HEAP32[i4 >> 2] = i1; - i5 = i1; - do if (!(__ZN4wasm10Expression2isINS_5BlockEEEbv(i1) | 0)) { - i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; - i2 = i1 + 16 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) { - __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i4); - break; - } else { - HEAP32[i3 >> 2] = i5; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; - break; - } - } else i1 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(i1) | 0; while (0); - STACKTOP = i6; - return i1 | 0; -} - function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i5, i3) { i5 = i5 | 0; i3 = i3 | 0; @@ -66328,7 +71113,7 @@ function __ZN6cashew12ValueBuilder9makeWhileENS_3RefES1_(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40656) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43556) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -66399,7 +71184,7 @@ function __ZN6cashew12ValueBuilder6makeDoENS_3RefES1_(i1, i2) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40660) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43560) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -66440,58 +71225,6 @@ function __ZNSt3__16vectorIPNS0_IN6cashew3RefENS_9allocatorIS2_EEEENS3_IS6_EEE26 return; } -function __ZNKSt3__120__time_get_c_storageIwE7__am_pmEv(i1) { - i1 = i1 | 0; - var i2 = 0; - if ((HEAP8[39744] | 0) == 0 ? ___cxa_guard_acquire(39744) | 0 : 0) { - if ((HEAP8[39752] | 0) == 0 ? ___cxa_guard_acquire(39752) | 0 : 0) { - i1 = 44004; - do { - i2 = 0; - while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; - } - i1 = i1 + 12 | 0; - } while ((i1 | 0) != 44292); - ___cxa_atexit(214, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(39752); - } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(44004, 10664) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(44016, 10676) | 0; - HEAP32[11073] = 44004; - ___cxa_guard_release(39744); - } - return HEAP32[11073] | 0; -} - -function __ZNKSt3__120__time_get_c_storageIcE7__am_pmEv(i1) { - i1 = i1 | 0; - var i2 = 0; - if ((HEAP8[39664] | 0) == 0 ? ___cxa_guard_acquire(39664) | 0 : 0) { - if ((HEAP8[39672] | 0) == 0 ? ___cxa_guard_acquire(39672) | 0 : 0) { - i1 = 43192; - do { - i2 = 0; - while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; - } - i1 = i1 + 12 | 0; - } while ((i1 | 0) != 43480); - ___cxa_atexit(210, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(39672); - } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43192, 35570) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(43204, 35573) | 0; - HEAP32[10870] = 43192; - ___cxa_guard_release(39664); - } - return HEAP32[10870] | 0; -} - function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -66533,11 +71266,50 @@ function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7Elemen __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i3, 32) | 0, i4) | 0; i1 = i1 + 4 | 0; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 17045) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 17135) | 0; } return i3 | 0; } +function __ZNK4wasm7LiteraleqERKS0_(i4, i3) { + i4 = i4 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0; + i2 = HEAP32[i4 >> 2] | 0; + L1 : do if ((i2 | 0) == (HEAP32[i3 >> 2] | 0)) switch (i2 | 0) { + case 0: + { + i1 = 1; + break L1; + } + case 1: + { + i1 = (HEAP32[i4 + 8 >> 2] | 0) == (HEAP32[i3 + 8 >> 2] | 0); + break L1; + } + case 3: + { + i1 = +__ZNK4wasm7Literal6getf32Ev(i4) == +__ZNK4wasm7Literal6getf32Ev(i3); + break L1; + } + case 2: + { + i4 = i4 + 8 | 0; + i1 = i3 + 8 | 0; + i1 = (HEAP32[i4 >> 2] | 0) == (HEAP32[i1 >> 2] | 0) ? (HEAP32[i4 + 4 >> 2] | 0) == (HEAP32[i1 + 4 >> 2] | 0) : 0; + break L1; + } + case 4: + { + i1 = +__ZNK4wasm7Literal6getf64Ev(i4) == +__ZNK4wasm7Literal6getf64Ev(i3); + break L1; + } + default: + _abort(); + } else i1 = 0; while (0); + return i1 | 0; +} + function __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -66614,7 +71386,7 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE26__swap_out_ return; } -function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i2, i1) { +function __ZNSt3__16vectorIPN4wasm10CallImportENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; @@ -66622,7 +71394,7 @@ function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE26__swap_out_c i6 = i2 + 4 | 0; i3 = i1 + 4 | 0; i5 = (HEAP32[i6 >> 2] | 0) - i4 | 0; - i7 = (HEAP32[i3 >> 2] | 0) + (0 - (i5 >> 3) << 3) | 0; + i7 = (HEAP32[i3 >> 2] | 0) + (0 - (i5 >> 2) << 2) | 0; HEAP32[i3 >> 2] = i7; _memcpy(i7 | 0, i4 | 0, i5 | 0) | 0; i5 = HEAP32[i2 >> 2] | 0; @@ -66862,7 +71634,7 @@ function __ZN4wasm22SExpressionWasmBuilder12makeSetLocalERNS_7ElementE(i2, i1) { i1 = __ZN4wasm7Element4listEv(i1) | 0; i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i2, HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] | 0) | 0; HEAP32[i3 + 12 >> 2] = i1; - i2 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i2 + 60 | 0, i3 + 8 | 0) | 0; + i2 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i2 + 72 | 0, i3 + 8 | 0) | 0; HEAP32[i3 + 4 >> 2] = HEAP32[i2 >> 2]; return i3 | 0; } @@ -66948,6 +71720,54 @@ function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE26__swap_out_circu return; } +function __ZN4wasm17WasmBinaryBuilder16visitUnreachableEPNS_11UnreachableE(i3, i1) { + i3 = i3 | 0; + i1 = i1 | 0; + var i2 = 0, i4 = 0; + i2 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i2; + if (HEAP8[i3 + 12 >> 0] | 0) { + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19501) | 0; + i4 = __ZNKSt3__18ios_base6getlocEv(i3 + (HEAP32[(HEAP32[i3 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i4; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i4 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 28 >> 2] & 63](i4, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i3, i4) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i3) | 0; + } + STACKTOP = i2; + return; +} + +function __ZNSt3__16vectorIPN4wasm5BlockENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; + i4 = HEAP32[i2 >> 2] | 0; + i6 = i2 + 4 | 0; + i3 = i1 + 4 | 0; + i5 = (HEAP32[i6 >> 2] | 0) - i4 | 0; + i7 = (HEAP32[i3 >> 2] | 0) + (0 - (i5 >> 2) << 2) | 0; + HEAP32[i3 >> 2] = i7; + _memcpy(i7 | 0, i4 | 0, i5 | 0) | 0; + i5 = HEAP32[i2 >> 2] | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i3 >> 2] = i5; + i5 = i1 + 8 | 0; + i4 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i5 >> 2] = i4; + i5 = i2 + 8 | 0; + i2 = i1 + 12 | 0; + i4 = HEAP32[i5 >> 2] | 0; + HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = i4; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + return; +} + function __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -66975,6 +71795,33 @@ function __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE26__swap_out_circula return; } +function __ZNSt3__16vectorIPN4wasm4CallENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; + i4 = HEAP32[i2 >> 2] | 0; + i6 = i2 + 4 | 0; + i3 = i1 + 4 | 0; + i5 = (HEAP32[i6 >> 2] | 0) - i4 | 0; + i7 = (HEAP32[i3 >> 2] | 0) + (0 - (i5 >> 2) << 2) | 0; + HEAP32[i3 >> 2] = i7; + _memcpy(i7 | 0, i4 | 0, i5 | 0) | 0; + i5 = HEAP32[i2 >> 2] | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i3 >> 2] = i5; + i5 = i1 + 8 | 0; + i4 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i5 >> 2] = i4; + i5 = i2 + 8 | 0; + i2 = i1 + 12 | 0; + i4 = HEAP32[i5 >> 2] | 0; + HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = i4; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + return; +} + function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -67011,7 +71858,7 @@ function __ZN4wasm16PrintSExpression11visitExportEPNS_6ExportE(i2, i1) { i4 = i3 + 4 | 0; i5 = i3; i2 = i2 + 4 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 25587, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 28287, 0) | 0; i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z9printTextRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i2 >> 2] | 0, HEAP32[i1 >> 2] | 0) | 0, 32) | 0; HEAP32[i5 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; @@ -67047,6 +71894,21 @@ function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE26__swap_out_circular return; } +function __ZN4wasm16PrintSExpression11visitSelectEPNS_6SelectE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i3 = i2 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i3 >> 2] | 0, 40) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i3 >> 2] | 0) | 0, 28956) | 0; + __ZN4wasm16PrintSExpression9incIndentEv(i2); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, HEAP32[i1 + 8 >> 2] | 0); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, HEAP32[i1 + 12 >> 2] | 0); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, HEAP32[i1 + 16 >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i2); + return; +} + function _fputc(i5, i6) { i5 = i5 | 0; i6 = i6 | 0; @@ -67071,6 +71933,36 @@ function _fputc(i5, i6) { return i1 | 0; } +function __ZNK4wasm7Literal4rotRERKS0_(i4, i3, i2) { + i4 = i4 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i5 = 0, i6 = 0, i7 = 0; + i1 = i3 + 8 | 0; + if ((HEAP32[i3 >> 2] | 0) == 1) { + i3 = HEAP32[i1 >> 2] | 0; + i1 = HEAP32[i2 + 8 >> 2] | 0; + HEAP32[i4 + 8 >> 2] = i3 >>> (i1 & 31) | i3 << (0 - i1 & 31); + i1 = 1; + } else { + i6 = HEAP32[i1 >> 2] | 0; + i1 = HEAP32[i1 + 4 >> 2] | 0; + i2 = i2 + 8 | 0; + i7 = HEAP32[i2 >> 2] | 0; + i2 = HEAP32[i2 + 4 >> 2] | 0; + i5 = _bitshift64Lshr(i6 | 0, i1 | 0, i7 & 63 | 0) | 0; + i3 = tempRet0; + i2 = _i64Subtract(0, 0, i7 | 0, i2 | 0) | 0; + i2 = _bitshift64Shl(i6 | 0, i1 | 0, i2 & 63 | 0) | 0; + i1 = i4 + 8 | 0; + HEAP32[i1 >> 2] = i5 | i2; + HEAP32[i1 + 4 >> 2] = i3 | tempRet0; + i1 = 2; + } + HEAP32[i4 >> 2] = i1; + return; +} + function __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i4, i2, i1, i3) { i4 = i4 | 0; i2 = i2 | 0; @@ -67082,9 +71974,9 @@ function __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i4, i2, i i6 = i5; i2 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; HEAP32[i6 >> 2] = i2; - i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42688) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 48 >> 2] & 7](i7, 34838, 34864, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42696) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45596) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 48 >> 2] & 7](i7, 37777, 37803, i1) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45604) | 0; i6 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 127](i1) | 0; HEAP32[i3 >> 2] = i6; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i4, i1); @@ -67120,7 +72012,7 @@ function __ZNSt3__119__double_or_nothingIwEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_ i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0; i4 = i6 + 4 | 0; - i2 = (HEAP32[i4 >> 2] | 0) != 216; + i2 = (HEAP32[i4 >> 2] | 0) != 231; i1 = HEAP32[i6 >> 2] | 0; i3 = (HEAP32[i7 >> 2] | 0) - i1 | 0; i3 = i3 >>> 0 < 2147483647 ? i3 << 1 : -1; @@ -67135,7 +72027,7 @@ function __ZNSt3__119__double_or_nothingIwEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_ i1 = HEAP32[i6 >> 2] | 0; } } else HEAP32[i6 >> 2] = i1; - HEAP32[i4 >> 2] = 217; + HEAP32[i4 >> 2] = 232; HEAP32[i8 >> 2] = i1 + (i5 << 2); HEAP32[i7 >> 2] = (HEAP32[i6 >> 2] | 0) + (i3 >>> 2 << 2); return; @@ -67147,7 +72039,7 @@ function __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_ i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0; i4 = i6 + 4 | 0; - i2 = (HEAP32[i4 >> 2] | 0) != 216; + i2 = (HEAP32[i4 >> 2] | 0) != 231; i1 = HEAP32[i6 >> 2] | 0; i3 = (HEAP32[i7 >> 2] | 0) - i1 | 0; i3 = i3 >>> 0 < 2147483647 ? i3 << 1 : -1; @@ -67162,7 +72054,7 @@ function __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_ i1 = HEAP32[i6 >> 2] | 0; } } else HEAP32[i6 >> 2] = i1; - HEAP32[i4 >> 2] = 217; + HEAP32[i4 >> 2] = 232; HEAP32[i8 >> 2] = i1 + (i5 << 2); HEAP32[i7 >> 2] = (HEAP32[i6 >> 2] | 0) + (i3 >>> 2 << 2); return; @@ -67197,6 +72089,35 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__init HEAP8[i5 + i3 >> 0] = 0; return; } +function __ZNK4wasm7Literal4rotLERKS0_(i4, i3, i2) { + i4 = i4 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i5 = 0, i6 = 0, i7 = 0; + i1 = i3 + 8 | 0; + if ((HEAP32[i3 >> 2] | 0) == 1) { + i3 = HEAP32[i1 >> 2] | 0; + i1 = HEAP32[i2 + 8 >> 2] | 0; + HEAP32[i4 + 8 >> 2] = i3 << (i1 & 31) | i3 >>> (0 - i1 & 31); + i1 = 1; + } else { + i6 = HEAP32[i1 >> 2] | 0; + i1 = HEAP32[i1 + 4 >> 2] | 0; + i2 = i2 + 8 | 0; + i7 = HEAP32[i2 >> 2] | 0; + i2 = HEAP32[i2 + 4 >> 2] | 0; + i5 = _bitshift64Shl(i6 | 0, i1 | 0, i7 & 63 | 0) | 0; + i3 = tempRet0; + i2 = _i64Subtract(0, 0, i7 | 0, i2 | 0) | 0; + i2 = _bitshift64Lshr(i6 | 0, i1 | 0, i2 & 63 | 0) | 0; + i1 = i4 + 8 | 0; + HEAP32[i1 >> 2] = i5 | i2; + HEAP32[i1 + 4 >> 2] = i3 | tempRet0; + i1 = 2; + } + HEAP32[i4 >> 2] = i1; + return; +} function __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i4, i2, i1, i3) { i4 = i4 | 0; @@ -67209,9 +72130,9 @@ function __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i4, i2, i i6 = i5; i2 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; HEAP32[i6 >> 2] = i2; - i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42656) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 32 >> 2] & 7](i7, 34838, 34864, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 42668) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45564) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 32 >> 2] & 7](i7, 37777, 37803, i1) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 45576) | 0; i6 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 127](i1) | 0; HEAP8[i3 >> 0] = i6; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i4, i1); @@ -67272,29 +72193,16 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function __ZN4wasm22SExpressionWasmBuilder10parseTableERNS_7ElementE(i8, i7) { - i8 = i8 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i9; - i6 = 1; - while (1) { - if (i6 >>> 0 >= (__ZN4wasm7Element4sizeEv(i7) | 0) >>> 0) break; - i2 = HEAP32[i8 >> 2] | 0; - i3 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, i6) | 0) | 0; - HEAP32[i1 >> 2] = i3; - i4 = i2 + 100 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if (i5 >>> 0 < (HEAP32[i2 + 104 >> 2] | 0) >>> 0) { - HEAP32[i5 >> 2] = i3; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i2 + 96 | 0, i1); - i6 = i6 + 1 | 0; +function __ZNSt3__16__treeINS_12__value_typeIjNS_6vectorIPN4wasm4CallENS_9allocatorIS5_EEEEEENS_19__map_value_compareIjS9_NS_4lessIjEELb1EEENS6_IS9_EEE7destroyEPNS_11__tree_nodeIS9_PvEE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + if (!i1) return; else { + __ZNSt3__16__treeINS_12__value_typeIjNS_6vectorIPN4wasm4CallENS_9allocatorIS5_EEEEEENS_19__map_value_compareIjS9_NS_4lessIjEELb1EEENS6_IS9_EEE7destroyEPNS_11__tree_nodeIS9_PvEE(i2, HEAP32[i1 >> 2] | 0); + __ZNSt3__16__treeINS_12__value_typeIjNS_6vectorIPN4wasm4CallENS_9allocatorIS5_EEEEEENS_19__map_value_compareIjS9_NS_4lessIjEELb1EEENS6_IS9_EEE7destroyEPNS_11__tree_nodeIS9_PvEE(i2, HEAP32[i1 + 4 >> 2] | 0); + __ZNSt3__113__vector_baseIPN4wasm4CallENS_9allocatorIS3_EEED2Ev(i1 + 20 | 0); + __ZdlPv(i1); + return; } - STACKTOP = i9; - return; } function __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS1_RS3_EE(i2, i1) { @@ -67324,20 +72232,51 @@ function __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE26__swap_out_circular_bufferERN return; } -function __ZN4wasm16PrintSExpression11visitReturnEPNS_6ReturnE(i3, i1) { +function __ZNSt3__16vectorIjNS_9allocatorIjEEE26__swap_out_circular_bufferERNS_14__split_bufferIjRS2_EE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; + i4 = HEAP32[i2 >> 2] | 0; + i6 = i2 + 4 | 0; + i3 = i1 + 4 | 0; + i5 = (HEAP32[i6 >> 2] | 0) - i4 | 0; + i7 = (HEAP32[i3 >> 2] | 0) + (0 - (i5 >> 2) << 2) | 0; + HEAP32[i3 >> 2] = i7; + _memcpy(i7 | 0, i4 | 0, i5 | 0) | 0; + i5 = HEAP32[i2 >> 2] | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i3 >> 2] = i5; + i5 = i1 + 8 | 0; + i4 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i5 >> 2] = i4; + i5 = i2 + 8 | 0; + i2 = i1 + 12 | 0; + i4 = HEAP32[i5 >> 2] | 0; + HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = i4; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + return; +} + +function __ZN4wasm17WasmBinaryBuilder8visitNopEPNS_3NopE(i3, i1) { i3 = i3 | 0; i1 = i1 | 0; var i2 = 0, i4 = 0; - i2 = i3 + 4 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 30198, 0) | 0; - i1 = i1 + 8 | 0; - i4 = HEAP32[i1 >> 2] | 0; - if ((i4 | 0) != 0 ? (HEAP32[i4 >> 2] | 0) != 19 : 0) { - i4 = i3 + 8 | 0; - __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i4) | 0; - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i3, HEAP32[i1 >> 2] | 0); - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i4) | 0; - } else __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 38037) | 0; + i2 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i2; + if (HEAP8[i3 + 12 >> 0] | 0) { + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 19488) | 0; + i4 = __ZNKSt3__18ios_base6getlocEv(i3 + (HEAP32[(HEAP32[i3 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i4; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 45564) | 0; + i4 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 28 >> 2] & 63](i4, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i3, i4) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i3) | 0; + } + STACKTOP = i2; return; } @@ -67370,6 +72309,32 @@ function ___overflow(i8, i6) { return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder10maybeVisitINS_4HostEEEbRPNS_10ExpressionEh(i3, i2, i1) { + i3 = i3 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i4 = 0, i5 = 0, i6 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i4 = i5; + HEAP32[i4 >> 2] = 18; + HEAP32[i4 + 4 >> 2] = 0; + i6 = i4 + 12 | 0; + HEAP32[i6 >> 2] = 0; + HEAP32[i6 + 4 >> 2] = 0; + HEAP32[i6 + 8 >> 2] = 0; + HEAP32[i6 + 12 >> 2] = 0; + if (__ZN4wasm17WasmBinaryBuilder14maybeVisitImplEPNS_4HostEh(i3, i4, i1) | 0) { + i1 = __ZN10MixedArena5allocIN4wasm4HostEEEPT_v(HEAP32[i3 + 4 >> 2] | 0) | 0; + __ZN4wasm4HostaSERKS0_(i1, i4) | 0; + HEAP32[i2 >> 2] = i1; + i1 = 1; + } else i1 = 0; + __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i4 + 16 | 0); + STACKTOP = i5; + return i1 | 0; +} + function __ZN6cashew12ValueBuilder7makeDotENS_3RefES1_(i6, i5) { i6 = i6 | 0; i5 = i5 | 0; @@ -67380,7 +72345,7 @@ function __ZN6cashew12ValueBuilder7makeDotENS_3RefES1_(i6, i5) { i1 = i7 + 8 | 0; i3 = i7 + 4 | 0; i4 = i7; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 40624) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 43524) | 0) { HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i6 = __ZN6cashew3RefixEj(i5, 1) | 0; i6 = __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 0; @@ -67390,7 +72355,7 @@ function __ZN6cashew12ValueBuilder7makeDotENS_3RefES1_(i6, i5) { i6 = __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i1, i2) | 0; STACKTOP = i7; return i6 | 0; - } else ___assert_fail(24186, 30801, 1628, 24201); + } else ___assert_fail(26942, 33788, 1628, 26957); return 0; } @@ -67419,7 +72384,7 @@ function __ZNSt3__119__double_or_nothingIcEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_ i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0; i4 = i6 + 4 | 0; - i2 = (HEAP32[i4 >> 2] | 0) != 216; + i2 = (HEAP32[i4 >> 2] | 0) != 231; i1 = HEAP32[i6 >> 2] | 0; i3 = (HEAP32[i7 >> 2] | 0) - i1 | 0; i3 = i3 >>> 0 < 2147483647 ? i3 << 1 : -1; @@ -67434,12 +72399,39 @@ function __ZNSt3__119__double_or_nothingIcEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_ i1 = HEAP32[i6 >> 2] | 0; } } else HEAP32[i6 >> 2] = i1; - HEAP32[i4 >> 2] = 217; + HEAP32[i4 >> 2] = 232; HEAP32[i8 >> 2] = i1 + i5; HEAP32[i7 >> 2] = (HEAP32[i6 >> 2] | 0) + i3; return; } +function __ZNSt3__16vectorIcNS_9allocatorIcEEE26__swap_out_circular_bufferERNS_14__split_bufferIcRS2_EE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; + i4 = HEAP32[i2 >> 2] | 0; + i6 = i2 + 4 | 0; + i3 = i1 + 4 | 0; + i5 = (HEAP32[i6 >> 2] | 0) - i4 | 0; + i7 = (HEAP32[i3 >> 2] | 0) + (0 - i5) | 0; + HEAP32[i3 >> 2] = i7; + _memcpy(i7 | 0, i4 | 0, i5 | 0) | 0; + i5 = HEAP32[i2 >> 2] | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i3 >> 2] = i5; + i5 = i1 + 8 | 0; + i4 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i5 >> 2] = i4; + i5 = i2 + 8 | 0; + i2 = i1 + 12 | 0; + i4 = HEAP32[i5 >> 2] | 0; + HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = i4; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + return; +} + function __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i4, i2, i3) { i4 = i4 | 0; i2 = i2 | 0; @@ -67460,6 +72452,55 @@ function __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_a return; } +function __ZN4wasm11WasmVisitorINS_17RemoveUnusedNamesEvE5visitEPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); + switch (HEAP32[i1 >> 2] | 0) { + case 0: + { + _abort(); + break; + } + case 1: + { + __ZN4wasm17RemoveUnusedNames10visitBlockEPNS_5BlockE(i2 + -4 | 0, i1); + break; + } + case 20: + case 19: + case 18: + case 17: + case 16: + case 15: + case 14: + case 13: + case 12: + case 11: + case 10: + case 9: + case 8: + case 7: + case 6: + case 3: + case 2: + break; + case 4: + { + __ZN4wasm17RemoveUnusedNames10visitBreakEPNS_5BreakE(i2 + -4 | 0, i1); + break; + } + case 5: + { + __ZN4wasm17RemoveUnusedNames11visitSwitchEPNS_6SwitchE(i2 + -4 | 0, i1); + break; + } + default: + {} + } + return; +} + function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i6, i5, i4) { i6 = i6 | 0; i5 = i5 | 0; @@ -67494,16 +72535,16 @@ function _fflush(i2) { i1 = ___fflush_unlocked(i2) | 0; if (!i3) ___unlockfile(i2); } else { - if (!(HEAP32[1163] | 0)) i1 = 0; else i1 = _fflush(HEAP32[1163] | 0) | 0; - ___lock(41084); - i2 = HEAP32[10270] | 0; + if (!(HEAP32[1304] | 0)) i1 = 0; else i1 = _fflush(HEAP32[1304] | 0) | 0; + ___lock(43984); + i2 = HEAP32[10995] | 0; if (i2) do { if ((HEAP32[i2 + 76 >> 2] | 0) > -1) i3 = ___lockfile(i2) | 0; else i3 = 0; if ((HEAP32[i2 + 20 >> 2] | 0) >>> 0 > (HEAP32[i2 + 28 >> 2] | 0) >>> 0) i1 = ___fflush_unlocked(i2) | 0 | i1; if (i3 | 0) ___unlockfile(i2); i2 = HEAP32[i2 + 56 >> 2] | 0; } while ((i2 | 0) != 0); - ___unlock(41084); + ___unlock(43984); } while (0); return i1 | 0; } @@ -67517,7 +72558,7 @@ function __ZN6cashew12ValueBuilder10makeReturnENS_3RefE(i4) { i6 = i5 + 4 | 0; i2 = i5; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40644) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43544) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i1 >> 2] = HEAP32[i6 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -67637,6 +72678,78 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseContinueERP return i5 | 0; } +function __ZNKSt3__120__time_get_c_storageIwE7__am_pmEv(i1) { + i1 = i1 | 0; + var i2 = 0; + if ((HEAP8[42632] | 0) == 0 ? ___cxa_guard_acquire(42632) | 0 : 0) { + if ((HEAP8[42640] | 0) == 0 ? ___cxa_guard_acquire(42640) | 0 : 0) { + i1 = 46912; + do { + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + i1 = i1 + 12 | 0; + } while ((i1 | 0) != 47200); + ___cxa_atexit(229, 0, ___dso_handle | 0) | 0; + } + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46912, 11024) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(46924, 11036) | 0; + HEAP32[11800] = 46912; + } + return HEAP32[11800] | 0; +} + +function __ZNKSt3__120__time_get_c_storageIcE7__am_pmEv(i1) { + i1 = i1 | 0; + var i2 = 0; + if ((HEAP8[42552] | 0) == 0 ? ___cxa_guard_acquire(42552) | 0 : 0) { + if ((HEAP8[42560] | 0) == 0 ? ___cxa_guard_acquire(42560) | 0 : 0) { + i1 = 46100; + do { + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + i1 = i1 + 12 | 0; + } while ((i1 | 0) != 46388); + ___cxa_atexit(225, 0, ___dso_handle | 0) | 0; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(46100, 38509) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(46112, 38512) | 0; + HEAP32[11597] = 46100; + } + return HEAP32[11597] | 0; +} + +function __ZN4wasm17WasmBinaryBuilder10maybeVisitINS_6BinaryEEEbRPNS_10ExpressionEh(i4, i2, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i5 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i3 = i5; + HEAP32[i3 >> 2] = 15; + HEAP32[i3 + 4 >> 2] = 0; + if (__ZN4wasm17WasmBinaryBuilder14maybeVisitImplEPNS_6BinaryEh(i4, i3, i1) | 0) { + i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i1 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i1 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; + HEAP32[i1 + 16 >> 2] = HEAP32[i3 + 16 >> 2]; + HEAP32[i2 >> 2] = i1; + i1 = 1; + } else i1 = 0; + STACKTOP = i5; + return i1 | 0; +} + function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11do_get_timeES4_S4_RNS_8ios_baseERjP2tm(i6, i1, i2, i4, i3, i5) { i6 = i6 | 0; i1 = i1 | 0; @@ -67655,7 +72768,7 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; - i6 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i6, i9, i8, i4, i3, i5, 35307, 35315) | 0; + i6 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i6, i9, i8, i4, i3, i5, 38246, 38254) | 0; STACKTOP = i7; return i6 | 0; } @@ -67689,6 +72802,29 @@ function __ZNKSt3__110__time_put8__do_putEPwRS1_PK2tmcc(i4, i5, i6, i3, i1, i2) return; } +function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11do_get_timeES4_S4_RNS_8ios_baseERjP2tm(i6, i1, i2, i4, i3, i5) { + i6 = i6 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + i4 = i4 | 0; + i3 = i3 | 0; + i5 = i5 | 0; + var i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i8 = i7 + 12 | 0; + i9 = i7 + 8 | 0; + i11 = i7 + 4 | 0; + i10 = i7; + HEAP32[i11 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; + i6 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i6, i9, i8, i4, i3, i5, 9972, 10004) | 0; + STACKTOP = i7; + return i6 | 0; +} + function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE10__get_yearERiRS4_S4_RjRKNS_5ctypeIwEE(i1, i7, i2, i4, i5, i3) { i1 = i1 | 0; i7 = i7 | 0; @@ -67744,11 +72880,11 @@ function __ZN6cashew12ValueBuilder10makeDoubleEd(d1) { i6 = i3 + 4 | 0; i5 = i3; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40680) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43580) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i2) | 0; - i6 = __ZN6cashew5Arena5allocEv(40980) | 0; + i6 = __ZN6cashew5Arena5allocEv(43880) | 0; __ZN6cashew5Value4freeEv(i6); HEAP32[i6 >> 2] = 1; HEAPF64[i6 + 8 >> 3] = d1; @@ -67759,29 +72895,6 @@ function __ZN6cashew12ValueBuilder10makeDoubleEd(d1) { return i2 | 0; } -function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11do_get_timeES4_S4_RNS_8ios_baseERjP2tm(i6, i1, i2, i4, i3, i5) { - i6 = i6 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - i4 = i4 | 0; - i3 = i3 | 0; - i5 = i5 | 0; - var i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i8 = i7 + 12 | 0; - i9 = i7 + 8 | 0; - i11 = i7 + 4 | 0; - i10 = i7; - HEAP32[i11 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; - i6 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i6, i9, i8, i4, i3, i5, 9612, 9644) | 0; - STACKTOP = i7; - return i6 | 0; -} - function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBreakERPcPKc(i2, i5, i1) { i2 = i2 | 0; i5 = i5 | 0; @@ -67804,6 +72917,27 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBreakERPcPK return i5 | 0; } +function __Z14finalizeModulev() { + var i1 = 0, i2 = 0, i3 = 0, i4 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i3; + i2 = _emscripten_asm_const_i(0) | 0; + if (!(i2 & 65535)) { + i4 = i2 >>> 16; + i2 = HEAP32[10872] | 0; + HEAP32[i2 + 108 >> 2] = i4; + HEAP32[i1 >> 2] = HEAP32[10821]; + i1 = (__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i2 + 72 | 0, i1) | 0) == (i2 + 76 | 0); + HEAP32[i2 + 112 >> 2] = i1 ? i4 : -1; + STACKTOP = i3; + return; + } else { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 15021) | 0; + _exit(1); + } +} + function __ZNSt3__18functionIFPN4wasm4PassEvEEaSEOS5_(i5, i4) { i5 = i5 | 0; i4 = i4 | 0; @@ -68414,37 +73548,6 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu return i1 | 0; } -function __ZN4wasm17SExpressionParser5parseEv(i4) { - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0; - __ZN4wasm17SExpressionParser14skipWhitespaceEv(i4); - i1 = HEAP32[i4 >> 2] | 0; - L1 : do switch (HEAP8[i1 >> 0] | 0) { - case 41: - case 0: - { - i3 = 0; - break; - } - case 40: - { - HEAP32[i4 >> 2] = i1 + 1; - i1 = __ZN4wasm17SExpressionParser14parseInnerListEv(i4) | 0; - __ZN4wasm17SExpressionParser14skipWhitespaceEv(i4); - i2 = HEAP32[i4 >> 2] | 0; - if ((HEAP8[i2 >> 0] | 0) == 41) { - HEAP32[i4 >> 2] = i2 + 1; - i3 = i1; - break L1; - } else ___assert_fail(17010, 16975, 163, 17026); - break; - } - default: - i3 = __ZN4wasm17SExpressionParser11parseStringEv(i4) | 0; - } while (0); - return i3 | 0; -} - function __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE6sentryD2Ev(i1) { i1 = i1 | 0; var i2 = 0; @@ -68509,6 +73612,26 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } +function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringENS_6vectorIPN4wasm10CallImportENS_9allocatorIS7_EEEEEENS_19__map_value_compareIS3_SB_NS_4lessIS3_EELb1EEENS8_ISB_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSL_SL_(i4, i2, i3, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 0; + HEAP32[i1 + 8 >> 2] = i2; + HEAP32[i3 >> 2] = i1; + i2 = HEAP32[i4 >> 2] | 0; + if (HEAP32[i2 >> 2] | 0) { + HEAP32[i4 >> 2] = HEAP32[i2 >> 2]; + i1 = HEAP32[i3 >> 2] | 0; + } + __ZNSt3__127__tree_balance_after_insertIPNS_16__tree_node_baseIPvEEEEvT_S5_(HEAP32[i4 + 4 >> 2] | 0, i1); + i4 = i4 + 8 | 0; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; + return; +} + function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSI_SI_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -68529,6 +73652,25 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu return; } +function __ZN4wasm16PrintSExpression13visitSetLocalEPNS_8SetLocalE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i4 = i3 + 4 | 0; + i6 = i3; + i5 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 + 4 >> 2] | 0, 28507, 0) | 0; + HEAP32[i6 >> 2] = HEAP32[i1 + 8 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i5, i4) | 0; + __ZN4wasm16PrintSExpression9incIndentEv(i2); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, HEAP32[i1 + 12 >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i2); + STACKTOP = i3; + return; +} + function __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { i3 = i3 | 0; i1 = i1 | 0; @@ -68539,11 +73681,11 @@ function __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { i6 = i4 + 4 | 0; i5 = i4; __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEEC2Ev(i3); - HEAP32[i3 >> 2] = 8404; + HEAP32[i3 >> 2] = 8764; HEAP32[i3 + 32 >> 2] = i1; __ZNSt3__16localeC2ERKS0_(i6, i3 + 4 | 0); HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 44456) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 47364) | 0; __ZNSt3__16localeD2Ev(i5); HEAP32[i3 + 36 >> 2] = i1; HEAP32[i3 + 40 >> 2] = i2; @@ -68563,11 +73705,11 @@ function __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { i6 = i4 + 4 | 0; i5 = i4; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i3); - HEAP32[i3 >> 2] = 8276; + HEAP32[i3 >> 2] = 8636; HEAP32[i3 + 32 >> 2] = i1; __ZNSt3__16localeC2ERKS0_(i6, i3 + 4 | 0); HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 44448) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 47356) | 0; __ZNSt3__16localeD2Ev(i5); HEAP32[i3 + 36 >> 2] = i1; HEAP32[i3 + 40 >> 2] = i2; @@ -68890,7 +74032,7 @@ function __ZN6cashew12ValueBuilder10makeStringENS_7IStringE(i1) { i6 = i2 + 4 | 0; i5 = i2; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40700) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43600) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i3) | 0; @@ -69068,7 +74210,7 @@ function __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i1) { i6 = i2 + 4 | 0; i5 = i2; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40624) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43524) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i3) | 0; @@ -69163,6 +74305,29 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE return; } +function __ZN4wasm17WasmBinaryBuilder10maybeVisitINS_5UnaryEEEbRPNS_10ExpressionEh(i4, i2, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i5 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i3 = i5; + HEAP32[i3 >> 2] = 14; + HEAP32[i3 + 4 >> 2] = 0; + if (__ZN4wasm17WasmBinaryBuilder14maybeVisitImplEPNS_5UnaryEh(i4, i3, i1) | 0) { + i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i1 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i1 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; + HEAP32[i2 >> 2] = i1; + i1 = 1; + } else i1 = 0; + STACKTOP = i5; + return i1 | 0; +} + function _ungetc(i1, i5) { i1 = i1 | 0; i5 = i5 | 0; @@ -69187,6 +74352,26 @@ function _ungetc(i1, i5) { return i1 | 0; } +function __ZNSt3__16__treeINS_12__value_typeIjNS_6vectorIPN4wasm4CallENS_9allocatorIS5_EEEEEENS_19__map_value_compareIjS9_NS_4lessIjEELb1EEENS6_IS9_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSJ_SJ_(i4, i2, i3, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 0; + HEAP32[i1 + 8 >> 2] = i2; + HEAP32[i3 >> 2] = i1; + i2 = HEAP32[i4 >> 2] | 0; + if (HEAP32[i2 >> 2] | 0) { + HEAP32[i4 >> 2] = HEAP32[i2 >> 2]; + i1 = HEAP32[i3 >> 2] | 0; + } + __ZNSt3__127__tree_balance_after_insertIPNS_16__tree_node_baseIPvEEEEvT_S5_(HEAP32[i4 + 4 >> 2] | 0, i1); + i4 = i4 + 8 | 0; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; + return; +} + function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm7LiteralEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -69243,15 +74428,15 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseParennedERP var i1 = 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i3); i1 = HEAP32[i3 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(23408, 23250, 896, 23616); + if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(26164, 26006, 896, 26372); HEAP32[i3 >> 2] = i1 + 1; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i2, i3, 38037) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i2, i3, 40928) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i3); i2 = HEAP32[i3 >> 2] | 0; if ((HEAP8[i2 >> 0] | 0) == 41) { HEAP32[i3 >> 2] = i2 + 1; return i1 | 0; - } else ___assert_fail(23630, 23250, 900, 23616); + } else ___assert_fail(26386, 26006, 900, 26372); return 0; } @@ -69271,6 +74456,29 @@ function __ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEbE_cl return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder18processExpressionsEv(i7) { + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i6 = i8; + i1 = i7 + 116 | 0; + i2 = i7 + 120 | 0; + i3 = i7 + 112 | 0; + while (1) { + __ZN4wasm17WasmBinaryBuilder14readExpressionERPNS_10ExpressionE(i7, i6); + i4 = HEAP32[i6 >> 2] | 0; + if (!i4) break; + i5 = HEAP32[i1 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i2 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i3, i6); else { + HEAP32[i5 >> 2] = i4; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; + } + } + STACKTOP = i8; + return; +} + function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -69576,22 +74784,6 @@ function __ZN4wasm12PassRegistry8PassInfoaSEOS1_(i3, i1) { return i3 | 0; } -function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE4walkERPNS_10ExpressionE(i6, i5) { - i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i7; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 | 0 ? (HEAP32[i1 >> 2] = 4008, HEAP32[i1 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE5visitEPNS_10ExpressionE(i1, i2), __ZN4wasm11WasmVisitorINS_17RemoveUnusedNamesEvE5visitEPNS_10ExpressionE(i6, HEAP32[i5 >> 2] | 0), i3 = i6 + 4 | 0, i4 = HEAP32[i3 >> 2] | 0, i4 | 0) : 0) { - HEAP32[i5 >> 2] = i4; - HEAP32[i3 >> 2] = 0; - } - STACKTOP = i7; - return; -} - function __ZNSt3__113__vector_baseINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; @@ -69611,6 +74803,26 @@ function __ZNSt3__113__vector_baseINS_6vectorIN10__cxxabiv112_GLOBAL__N_111strin return; } +function __ZNSt3__16__treeINS_12__value_typeIPN4wasm6ExportEjEENS_19__map_value_compareIS4_S5_NS_4lessIS4_EELb1EEENS_9allocatorIS5_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSG_SG_(i4, i2, i3, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 0; + HEAP32[i1 + 8 >> 2] = i2; + HEAP32[i3 >> 2] = i1; + i2 = HEAP32[i4 >> 2] | 0; + if (HEAP32[i2 >> 2] | 0) { + HEAP32[i4 >> 2] = HEAP32[i2 >> 2]; + i1 = HEAP32[i3 >> 2] | 0; + } + __ZNSt3__127__tree_balance_after_insertIPNS_16__tree_node_baseIPvEEEEvT_S5_(HEAP32[i4 + 4 >> 2] | 0, i1); + i4 = i4 + 8 | 0; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; + return; +} + function __ZNKSt3__17codecvtIwc11__mbstate_tE9do_lengthERS1_PKcS5_j(i1, i10, i2, i8, i9) { i1 = i1 | 0; i10 = i10 | 0; @@ -69649,7 +74861,7 @@ function __ZNKSt3__17codecvtIwc11__mbstate_tE9do_lengthERS1_PKcS5_j(i1, i10, i2, function __ZN4wasm11WasmVisitorINS_14PostEmscriptenEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -69691,6 +74903,24 @@ function __ZN4wasm11WasmVisitorINS_14PostEmscriptenEvE5visitEPNS_10ExpressionE(i return; } +function __ZN4wasm4HostaSERKS0_(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0; + i3 = i1; + i4 = HEAP32[i3 + 4 >> 2] | 0; + i5 = i2; + HEAP32[i5 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i5 + 4 >> 2] = i4; + i5 = i1 + 8 | 0; + i4 = HEAP32[i5 + 4 >> 2] | 0; + i3 = i2 + 8 | 0; + HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i3 + 4 >> 2] = i4; + if ((i2 | 0) != (i1 | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6assignIPS3_EENS_9enable_ifIXaasr21__is_forward_iteratorIT_EE5valuesr16is_constructibleIS3_NS_15iterator_traitsISA_E9referenceEEE5valueEvE4typeESA_SA_(i2 + 16 | 0, HEAP32[i1 + 16 >> 2] | 0, HEAP32[i1 + 20 >> 2] | 0); + return i2 | 0; +} + function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSF_SF_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -69729,22 +74959,6 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE13shrink_to_fitEv(i3 return; } -function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE4walkERPNS_10ExpressionE(i6, i5) { - i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i7; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 | 0 ? (HEAP32[i1 >> 2] = 3880, HEAP32[i1 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE5visitEPNS_10ExpressionE(i1, i2), __ZN4wasm11WasmVisitorINS_15RemoveUnusedBrsEvE5visitEPNS_10ExpressionE(i6, HEAP32[i5 >> 2] | 0), i3 = i6 + 4 | 0, i4 = HEAP32[i3 >> 2] | 0, i4 | 0) : 0) { - HEAP32[i5 >> 2] = i4; - HEAP32[i3 >> 2] = 0; - } - STACKTOP = i7; - return; -} - function ___fflush_unlocked(i7) { i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; @@ -69766,55 +74980,20 @@ function ___fflush_unlocked(i7) { return i1 | 0; } -function __ZN4wasm11WasmVisitorINS_17RemoveUnusedNamesEvE5visitEPNS_10ExpressionE(i2, i1) { +function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i2, i3) { i2 = i2 | 0; - i1 = i1 | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); - switch (HEAP32[i1 >> 2] | 0) { - case 0: - { - _abort(); - break; - } - case 1: - { - __ZN4wasm17RemoveUnusedNames10visitBlockEPNS_5BlockE(i2 + -4 | 0, i1); - break; - } - case 20: - case 19: - case 18: - case 17: - case 16: - case 15: - case 14: - case 13: - case 12: - case 11: - case 10: - case 9: - case 8: - case 7: - case 6: - case 5: - case 3: - case 2: - break; - case 4: - { - __ZN4wasm17RemoveUnusedNames10visitBreakEPNS_5BreakE(i2 + -4 | 0, i1); - break; - } - default: - {} - } - return; + i3 = i3 | 0; + var i1 = 0; + i1 = i2 + 4 | 0; + i2 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE13__lower_boundIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_SJ_SJ_(i2, i3, HEAP32[i1 >> 2] | 0, i1) | 0; + if ((i2 | 0) != (i1 | 0) ? !(__ZNK6cashew7IStringltERKS0_(i3, i2 + 16 | 0) | 0) : 0) i1 = i2; + return i1 | 0; } function __ZN4wasm11WasmVisitorINS_13ReorderLocalsEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -69856,35 +75035,28 @@ function __ZN4wasm11WasmVisitorINS_13ReorderLocalsEvE5visitEPNS_10ExpressionE(i2 return; } -function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE4walkERPNS_10ExpressionE(i6, i5) { - i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i7; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 | 0 ? (HEAP32[i1 >> 2] = 4264, HEAP32[i1 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE5visitEPNS_10ExpressionE(i1, i2), __ZN4wasm11WasmVisitorINS_14SimplifyLocalsEvE5visitEPNS_10ExpressionE(i6, HEAP32[i5 >> 2] | 0), i3 = i6 + 4 | 0, i4 = HEAP32[i3 >> 2] | 0, i4 | 0) : 0) { - HEAP32[i5 >> 2] = i4; - HEAP32[i3 >> 2] = 0; - } - STACKTOP = i7; - return; -} - -function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE4walkERPNS_10ExpressionE(i6, i5) { - i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i7; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 | 0 ? (HEAP32[i1 >> 2] = 4136, HEAP32[i1 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE5visitEPNS_10ExpressionE(i1, i2), __ZN4wasm11WasmVisitorINS_14PostEmscriptenEvE5visitEPNS_10ExpressionE(i6, HEAP32[i5 >> 2] | 0), i3 = i6 + 4 | 0, i4 = HEAP32[i3 >> 2] | 0, i4 | 0) : 0) { - HEAP32[i5 >> 2] = i4; - HEAP32[i3 >> 2] = 0; - } - STACKTOP = i7; +function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEEC2ERKS5_(i3, i4) { + i3 = i3 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i5 = 0; + HEAP32[i3 >> 2] = 0; + i5 = i3 + 4 | 0; + HEAP32[i5 >> 2] = 0; + HEAP32[i3 + 8 >> 2] = 0; + i1 = i4 + 4 | 0; + i2 = (HEAP32[i1 >> 2] | 0) - (HEAP32[i4 >> 2] | 0) >> 2; + L1 : do if (i2 | 0) { + __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE8allocateEj(i3, i2); + i2 = HEAP32[i1 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break L1; + i4 = HEAP32[i5 >> 2] | 0; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i5 >> 2] = i4 + 4; + i1 = i1 + 4 | 0; + } + } while (0); return; } @@ -69984,13 +75156,13 @@ function __ZN4wasm22SExpressionWasmBuilder8makeCallERNS_7ElementE(i2, i1) { i5 = __ZN4wasm7Element4listEv(i1) | 0; i5 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0) | 0; HEAP32[i4 >> 2] = i5; - i4 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i2 + 40 | 0, i4) | 0; + i4 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i2 + 52 | 0, i4) | 0; HEAP32[i3 + 4 >> 2] = HEAP32[i4 >> 2]; __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_4CallEEEvRNS_7ElementEjPT_(i2, i1, 2, i3); return i3 | 0; } -function _strtox_17(i7, i6, i1) { +function _strtox_34(i7, i6, i1) { i7 = i7 | 0; i6 = i6 | 0; i1 = i1 | 0; @@ -70038,22 +75210,6 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__m return i1 | 0; } -function __ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE4walkERPNS_10ExpressionE(i6, i5) { - i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i7; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 | 0 ? (HEAP32[i1 >> 2] = 4392, HEAP32[i1 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEEEvE5visitEPNS_10ExpressionE(i1, i2), __ZN4wasm11WasmVisitorINS_13ReorderLocalsEvE5visitEPNS_10ExpressionE(i6, HEAP32[i5 >> 2] | 0), i3 = i6 + 4 | 0, i4 = HEAP32[i3 >> 2] | 0, i4 | 0) : 0) { - HEAP32[i5 >> 2] = i4; - HEAP32[i3 >> 2] = 0; - } - STACKTOP = i7; - return; -} - function __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i3, i1) { i3 = i3 | 0; i1 = i1 | 0; @@ -70100,7 +75256,7 @@ function __ZN6cashew12ValueBuilder7makeVarEb(i1) { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40628) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43528) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -70130,6 +75286,28 @@ function __ZNSt3__113__vector_baseINS_13unordered_mapIN6cashew7IStringEiNS_4hash return; } +function __ZN4wasm17RemoveUnusedNames11visitSwitchEPNS_6SwitchE(i1, i5) { + i1 = i1 | 0; + i5 = i5 | 0; + var i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i3 = i7 + 8 | 0; + i6 = i7; + i4 = HEAP32[i5 + 12 >> 2] | 0; + i1 = i1 + 12 | 0; + i2 = HEAP32[i5 + 8 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i4 | 0)) break; + HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i3, i1, i6); + i2 = i2 + 4 | 0; + } + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i3, i1, i5 + 20 | 0); + STACKTOP = i7; + return; +} + function __ZN6cashew12ValueBuilder12makeToplevelEv() { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; i2 = STACKTOP; @@ -70138,7 +75316,7 @@ function __ZN6cashew12ValueBuilder12makeToplevelEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40604) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43504) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -70157,9 +75335,9 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(i2, i1 i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i3 = i6; - i5 = HEAP32[1105] | 0; + i5 = HEAP32[1305] | 0; HEAP32[i3 >> 2] = i2; - _fprintf(i5, 23330, i3) | 0; + _fprintf(i5, 26086, i3) | 0; i3 = 200; i2 = 2; L1 : while (1) { @@ -70181,7 +75359,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(i2, i1 _fputc(i4 << 24 >> 24, i5) | 0; i1 = i1 + 1 | 0; } - _fwrite(23346, 2, 1, i5) | 0; + _fwrite(26102, 2, 1, i5) | 0; STACKTOP = i6; return; } @@ -70194,7 +75372,7 @@ function __ZN6cashew12ValueBuilder10makeObjectEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40924) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43824) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -70206,19 +75384,19 @@ function __ZN6cashew12ValueBuilder10makeObjectEv() { return i1 | 0; } -function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE4walkERPNS_10ExpressionE(i6, i5) { - i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i7; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 | 0 ? (HEAP32[i1 >> 2] = 3664, HEAP32[i1 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE5visitEPNS_10ExpressionE(i1, i2), __ZN4wasm11WasmVisitorINS_11MergeBlocksEvE5visitEPNS_10ExpressionE(i6, HEAP32[i5 >> 2] | 0), i3 = i6 + 4 | 0, i4 = HEAP32[i3 >> 2] | 0, i4 | 0) : 0) { - HEAP32[i5 >> 2] = i4; - HEAP32[i3 >> 2] = 0; - } - STACKTOP = i7; +function __ZN4wasm16PrintSExpression11visitReturnEPNS_6ReturnE(i3, i1) { + i3 = i3 | 0; + i1 = i1 | 0; + var i2 = 0, i4 = 0; + i2 = i3 + 4 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 33185, 0) | 0; + i1 = i1 + 8 | 0; + i4 = HEAP32[i1 >> 2] | 0; + if ((i4 | 0) != 0 ? (HEAP32[i4 >> 2] | 0) != 19 : 0) { + __ZN4wasm16PrintSExpression9incIndentEv(i3); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i3, HEAP32[i1 >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i3); + } else __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 40928) | 0; return; } @@ -70230,7 +75408,7 @@ function __ZN6cashew12ValueBuilder9makeBlockEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40612) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43512) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -70250,7 +75428,7 @@ function __ZN6cashew12ValueBuilder9makeArrayEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40920) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43820) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -70282,7 +75460,7 @@ function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE7reserveEj(i4, i2) function __ZN4wasm11WasmVisitorINS_15RemoveUnusedBrsEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -70324,6 +75502,17 @@ function __ZN4wasm11WasmVisitorINS_15RemoveUnusedBrsEvE5visitEPNS_10ExpressionE( return; } +function __ZNSt3__16__treeINS_12__value_typeIPN4wasm6ExportEjEENS_19__map_value_compareIS4_S5_NS_4lessIS4_EELb1EEENS_9allocatorIS5_EEE7destroyEPNS_11__tree_nodeIS5_PvEE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + if (!i1) return; else { + __ZNSt3__16__treeINS_12__value_typeIPN4wasm6ExportEjEENS_19__map_value_compareIS4_S5_NS_4lessIS4_EELb1EEENS_9allocatorIS5_EEE7destroyEPNS_11__tree_nodeIS5_PvEE(i2, HEAP32[i1 >> 2] | 0); + __ZNSt3__16__treeINS_12__value_typeIPN4wasm6ExportEjEENS_19__map_value_compareIS4_S5_NS_4lessIS4_EELb1EEENS_9allocatorIS5_EEE7destroyEPNS_11__tree_nodeIS5_PvEE(i2, HEAP32[i1 + 4 >> 2] | 0); + __ZdlPv(i1); + return; + } +} + function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEiEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE4findIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_(i2, i3) { i2 = i2 | 0; i3 = i3 | 0; @@ -70363,7 +75552,7 @@ function __ZN6cashew12ValueBuilder24appendArgumentToFunctionENS_3RefENS_7IString STACKTOP = STACKTOP + 16 | 0; i1 = i5 + 4 | 0; i2 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 40608) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 43508) | 0) { i4 = __ZN6cashew3RefixEj(i4, 2) | 0; i4 = HEAP32[i4 >> 2] | 0; i3 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i3) | 0; @@ -70372,7 +75561,7 @@ function __ZN6cashew12ValueBuilder24appendArgumentToFunctionENS_3RefENS_7IString __ZN6cashew5Value9push_backENS_3RefE(i4, i1) | 0; STACKTOP = i5; return; - } else ___assert_fail(23438, 30801, 1508, 23455); + } else ___assert_fail(26194, 33788, 1508, 26211); } function _vasprintf(i7, i6, i5) { @@ -70399,33 +75588,6 @@ function _vasprintf(i7, i6, i5) { return i1 | 0; } -function _getc(i4) { - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0; - if ((HEAP32[i4 + 76 >> 2] | 0) >= 0 ? (___lockfile(i4) | 0) != 0 : 0) { - i1 = i4 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i4 + 8 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i2 + 1; - i1 = HEAPU8[i2 >> 0] | 0; - } else i1 = ___uflow(i4) | 0; - ___unlockfile(i4); - } else i3 = 3; - do if ((i3 | 0) == 3) { - i1 = i4 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i4 + 8 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i2 + 1; - i1 = HEAPU8[i2 >> 0] | 0; - break; - } else { - i1 = ___uflow(i4) | 0; - break; - } - } while (0); - return i1 | 0; -} - function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE7reserveEj(i4, i2) { i4 = i4 | 0; i2 = i2 | 0; @@ -70475,6 +75637,31 @@ function _realloc(i3, i2) { return i3 | 0; } +function __ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i2) { + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i1 = i3; + i4 = HEAP32[i2 >> 2] | 0; + HEAP32[i1 >> 2] = 5; + i5 = i1 + 4 | 0; + HEAP32[i5 >> 2] = 0; + HEAP32[i5 + 4 >> 2] = 0; + HEAP32[i5 + 8 >> 2] = 0; + HEAP32[i5 + 12 >> 2] = 0; + HEAP32[i5 + 16 >> 2] = 0; + HEAP32[i5 + 20 >> 2] = 0; + HEAP32[i5 + 24 >> 2] = 0; + HEAP32[i5 >> 2] = 5; + if ((i4 | 0) == 5) { + __ZNSt3__113__vector_baseIN4wasm4NameENS_9allocatorIS2_EEED2Ev(i1 + 8 | 0); + STACKTOP = i3; + return i2 | 0; + } else ___assert_fail(17800, 32778, 766, 17815); + return 0; +} + function __ZN4wasm10PassRunner3addINS_7PrinterENSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEEEvRT0_(i5, i1) { i5 = i5 | 0; i1 = i1 | 0; @@ -70483,7 +75670,7 @@ function __ZN4wasm10PassRunner3addINS_7PrinterENSt3__113basic_ostreamIcNS3_11cha STACKTOP = STACKTOP + 16 | 0; i3 = i6; i4 = __Znwj(8) | 0; - HEAP32[i4 >> 2] = 3692; + HEAP32[i4 >> 2] = 3980; HEAP32[i4 + 4 >> 2] = i1; HEAP32[i3 >> 2] = i4; i1 = i5 + 8 | 0; @@ -70565,16 +75752,6 @@ function __ZN7AsmData8addParamEN6cashew7IStringE7AsmType(i4, i3, i1) { return; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE4findIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_(i2, i3) { - i2 = i2 | 0; - i3 = i3 | 0; - var i1 = 0; - i1 = i2 + 4 | 0; - i2 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE13__lower_boundIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_SH_SH_(i2, i3, HEAP32[i1 >> 2] | 0, i1) | 0; - if ((i2 | 0) != (i1 | 0) ? !(__ZNK6cashew7IStringltERKS0_(i3, i2 + 16 | 0) | 0) : 0) i1 = i2; - return i1 | 0; -} - function __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i4, i3, i1) { i4 = i4 | 0; i3 = i3 | 0; @@ -70605,7 +75782,7 @@ function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsputnEPKwi(i7, i1, if ((i1 | 0) >= (i6 | 0)) break; i3 = HEAP32[i4 >> 2] | 0; if (i3 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) { - if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 52 >> 2] & 31](i7, HEAP32[i2 >> 2] | 0) | 0) == -1) break; + if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 52 >> 2] & 63](i7, HEAP32[i2 >> 2] | 0) | 0) == -1) break; } else { i8 = HEAP32[i2 >> 2] | 0; HEAP32[i4 >> 2] = i3 + 4; @@ -70657,7 +75834,7 @@ function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsputnEPKci(i7, i1, if ((i1 | 0) >= (i6 | 0)) break; i3 = HEAP32[i4 >> 2] | 0; if (i3 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) { - if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 52 >> 2] & 31](i7, HEAPU8[i2 >> 0] | 0) | 0) == -1) break; + if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 52 >> 2] & 63](i7, HEAPU8[i2 >> 0] | 0) | 0) == -1) break; } else { i8 = HEAP8[i2 >> 0] | 0; HEAP32[i4 >> 2] = i3 + 1; @@ -70709,6 +75886,50 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE return; } +function __ZN4wasm11WasmVisitorINS_11BreakSeekerEvE5visitEPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); + switch (HEAP32[i1 >> 2] | 0) { + case 0: + { + _abort(); + break; + } + case 20: + case 19: + case 18: + case 17: + case 16: + case 15: + case 14: + case 13: + case 12: + case 11: + case 10: + case 9: + case 8: + case 7: + case 6: + case 5: + case 3: + case 2: + case 1: + break; + case 4: + { + if ((HEAP32[i1 + 8 >> 2] | 0) == (HEAP32[i2 + 8 >> 2] | 0)) { + i2 = i2 + 12 | 0; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 1; + } + break; + } + default: + {} + } + return; +} + function __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS9_S6_(i4, i2, i3) { i4 = i4 | 0; i2 = i2 | 0; @@ -70757,7 +75978,7 @@ function __ZN6cashew12ValueBuilder7makeNewENS_3RefE(i1) { i6 = i2 + 4 | 0; i5 = i2; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(40916) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(43816) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i3) | 0; @@ -70946,6 +76167,32 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEE17visitCa return; } +function _getc(i3) { + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0; + if ((HEAP32[i3 + 76 >> 2] | 0) >= 0 ? (___lockfile(i3) | 0) != 0 : 0) { + i1 = i3 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i3 + 8 >> 2] | 0) >>> 0) { + HEAP32[i1 >> 2] = i2 + 1; + i1 = HEAPU8[i2 >> 0] | 0; + } else i1 = ___uflow(i3) | 0; + } else i4 = 3; + do if ((i4 | 0) == 3) { + i1 = i3 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i3 + 8 >> 2] | 0) >>> 0) { + HEAP32[i1 >> 2] = i2 + 1; + i1 = HEAPU8[i2 >> 0] | 0; + break; + } else { + i1 = ___uflow(i3) | 0; + break; + } + } while (0); + return i1 | 0; +} + function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE17visitCallIndirectEPNS_12CallIndirectE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -70966,6 +76213,26 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE17visitCall return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE17visitCallIndirectEPNS_12CallIndirectE(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i4 = i1 + 4 | 0; + i5 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + 24 | 0); + i5 = i2 + 8 | 0; + i1 = i2 + 12 | 0; + i3 = 0; + while (1) { + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + i3 = i3 + 1 | 0; + } + return; +} + function ___toread(i3) { i3 = i3 | 0; var i1 = 0, i2 = 0; @@ -71116,7 +76383,7 @@ function __ZNSt3__110__stdinbufIwEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { i6 = i4 + 4 | 0; i5 = i4; __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEEC2Ev(i3); - HEAP32[i3 >> 2] = 8340; + HEAP32[i3 >> 2] = 8700; HEAP32[i3 + 32 >> 2] = i1; HEAP32[i3 + 40 >> 2] = i2; HEAP32[i3 + 48 >> 2] = -1; @@ -71139,7 +76406,7 @@ function __ZNSt3__110__stdinbufIcEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { i6 = i4 + 4 | 0; i5 = i4; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i3); - HEAP32[i3 >> 2] = 8212; + HEAP32[i3 >> 2] = 8572; HEAP32[i3 + 32 >> 2] = i1; HEAP32[i3 + 40 >> 2] = i2; HEAP32[i3 + 48 >> 2] = -1; @@ -71422,7 +76689,7 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N function __ZNSt3__16locale5__impD2Ev(i5) { i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0; - HEAP32[i5 >> 2] = 11492; + HEAP32[i5 >> 2] = 11852; i2 = i5 + 8 | 0; i3 = i5 + 12 | 0; i4 = 0; @@ -71463,7 +76730,7 @@ function __ZN4wasm16PrintSExpression13visitGetLocalEPNS_8GetLocalE(i2, i1) { STACKTOP = STACKTOP + 16 | 0; i4 = i3 + 4 | 0; i5 = i3; - i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 + 4 >> 2] | 0, 25763, 0) | 0; + i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 + 4 >> 2] | 0, 28496, 0) | 0; HEAP32[i5 >> 2] = HEAP32[i1 + 8 >> 2]; HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i4) | 0, 41) | 0; @@ -71479,7 +76746,7 @@ function __ZN4wasm22SExpressionWasmBuilder12makeGetLocalERNS_7ElementE(i2, i1) { i1 = __ZN4wasm7Element4listEv(i1) | 0; i1 = __ZN4wasm22SExpressionWasmBuilder12getLocalNameERNS_7ElementE(i2, HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; HEAP32[i3 + 8 >> 2] = i1; - i2 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i2 + 60 | 0, i3 + 8 | 0) | 0; + i2 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i2 + 72 | 0, i3 + 8 | 0) | 0; HEAP32[i3 + 4 >> 2] = HEAP32[i2 >> 2]; return i3 | 0; } @@ -71554,7 +76821,7 @@ function __ZN4wasm22SExpressionWasmBuilder12getLocalNameERNS_7ElementE(i2, i1) { var i3 = 0, i4 = 0; do if (!(HEAP8[i1 + 20 >> 0] | 0)) { i4 = _atoi(__ZN4wasm7Element5c_strEv(i1) | 0) | 0; - i3 = HEAP32[i2 + 56 >> 2] | 0; + i3 = HEAP32[i2 + 68 >> 2] | 0; i1 = HEAP32[i3 + 8 >> 2] | 0; i2 = (HEAP32[i3 + 12 >> 2] | 0) - i1 >> 3; if (i4 >>> 0 < i2 >>> 0) { @@ -71692,21 +76959,6 @@ function __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_11 return; } -function __ZN4wasm22SExpressionWasmBuilder11parseExportERNS_7ElementE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0, i4 = 0; - i3 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; - i4 = __ZN4wasm7Element4listEv(i1) | 0; - i4 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i3 >> 2] = i4; - i1 = __ZN4wasm7Element4listEv(i1) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] | 0) | 0; - HEAP32[i3 + 4 >> 2] = i1; - __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i2 >> 2] | 0, i3); - return; -} - function __ZNSt3__114__split_bufferINS_6vectorIN6cashew6ParserINS2_3RefENS2_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS7_EEEERNS8_ISA_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; @@ -71724,6 +76976,28 @@ function __ZNSt3__114__split_bufferINS_6vectorIN6cashew6ParserINS2_3RefENS2_19Do return; } +function __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i2) { + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i1 = i3; + i4 = HEAP32[i2 >> 2] | 0; + i5 = i1 + 4 | 0; + HEAP32[i5 >> 2] = 0; + HEAP32[i5 + 4 >> 2] = 0; + HEAP32[i5 + 8 >> 2] = 0; + HEAP32[i5 + 12 >> 2] = 0; + HEAP32[i5 + 16 >> 2] = 0; + HEAP32[i1 >> 2] = 7; + if ((i4 | 0) == 7) { + __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i1 + 8 | 0); + STACKTOP = i3; + return i2 | 0; + } else ___assert_fail(17800, 32778, 766, 17815); + return 0; +} + function _strlen(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -71837,7 +77111,29 @@ function __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i2) { __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i1 + 12 | 0); STACKTOP = i3; return i2 | 0; - } else ___assert_fail(27132, 29791, 750, 27147); + } else ___assert_fail(17800, 32778, 766, 17815); + return 0; +} + +function __ZN4wasm10Expression4castINS_4CallEEEPT_v(i2) { + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i1 = i3; + i4 = HEAP32[i2 >> 2] | 0; + HEAP32[i1 >> 2] = 6; + i5 = i1 + 4 | 0; + HEAP32[i5 >> 2] = 0; + HEAP32[i5 + 4 >> 2] = 0; + HEAP32[i5 + 8 >> 2] = 0; + HEAP32[i5 + 12 >> 2] = 0; + HEAP32[i5 + 16 >> 2] = 0; + if ((i4 | 0) == 6) { + __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i1 + 8 | 0); + STACKTOP = i3; + return i2 | 0; + } else ___assert_fail(17800, 32778, 766, 17815); return 0; } @@ -71869,7 +77165,7 @@ function __ZN6cashew5Value8setArrayERNSt3__16vectorINS_3RefENS1_9allocatorIS3_EE var i1 = 0; __ZN6cashew5Value4freeEv(i3); HEAP32[i3 >> 2] = 2; - i1 = __ZN6cashew5Arena10allocArrayEv(40980) | 0; + i1 = __ZN6cashew5Arena10allocArrayEv(43880) | 0; HEAP32[i3 + 8 >> 2] = i1; if ((i1 | 0) != (i2 | 0)) __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE6assignIPS2_EENS_9enable_ifIXaasr21__is_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsIS9_E9referenceEEE5valueEvE4typeES9_S9_(i1, HEAP32[i2 >> 2] | 0, HEAP32[i2 + 4 >> 2] | 0); return i3 | 0; @@ -71904,7 +77200,7 @@ function __ZN6cashew12ValueBuilder13appendToBlockENS_3RefES1_(i3, i4) { STACKTOP = STACKTOP + 16 | 0; i1 = i5 + 4 | 0; i2 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 40612) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 43512) | 0) { i3 = __ZN6cashew3RefixEj(i3, 1) | 0; i3 = HEAP32[i3 >> 2] | 0; HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; @@ -71912,7 +77208,7 @@ function __ZN6cashew12ValueBuilder13appendToBlockENS_3RefES1_(i3, i4) { __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; STACKTOP = i5; return; - } else ___assert_fail(24374, 30801, 1361, 24392); + } else ___assert_fail(27130, 33788, 1361, 27148); } function __ZN6cashew12ValueBuilder13appendToArrayENS_3RefES1_(i3, i4) { @@ -71923,7 +77219,7 @@ function __ZN6cashew12ValueBuilder13appendToArrayENS_3RefES1_(i3, i4) { STACKTOP = STACKTOP + 16 | 0; i1 = i5 + 4 | 0; i2 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 40920) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 43820) | 0) { i3 = __ZN6cashew3RefixEj(i3, 1) | 0; i3 = HEAP32[i3 >> 2] | 0; HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; @@ -71931,7 +77227,7 @@ function __ZN6cashew12ValueBuilder13appendToArrayENS_3RefES1_(i3, i4) { __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; STACKTOP = i5; return; - } else ___assert_fail(24249, 30801, 1643, 24267); + } else ___assert_fail(27005, 33788, 1643, 27023); } function __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i3, i4) { @@ -71942,7 +77238,7 @@ function __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i3, i4) { STACKTOP = STACKTOP + 16 | 0; i1 = i5 + 4 | 0; i2 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 40676) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 43576) | 0) { i3 = __ZN6cashew3RefixEj(i3, 2) | 0; i3 = HEAP32[i3 >> 2] | 0; HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; @@ -71950,13 +77246,13 @@ function __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i3, i4) { __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; STACKTOP = i5; return; - } else ___assert_fail(23953, 30801, 1446, 23969); + } else ___assert_fail(26709, 33788, 1446, 26725); } function __ZN4wasm11WasmVisitorINS_14SimplifyLocalsEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -72038,25 +77334,6 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__init return; } -function __ZZ11instantiateEN19JSExternalInterface4initERN4wasm6ModuleE(i1, i2) { - i1 = i1 | 0; - i2 = i2 | 0; - var i3 = 0; - i3 = i2 + 116 | 0; - i1 = i2 + 120 | 0; - L1 : do if ((HEAP32[i1 >> 2] | 0) != (HEAP32[i3 >> 2] | 0)) { - _emscripten_asm_const_ii(12, HEAP32[i2 + 108 >> 2] | 0) | 0; - i2 = HEAP32[i1 >> 2] | 0; - i1 = HEAP32[i3 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break L1; - _emscripten_asm_const_iiii(13, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0, HEAP32[i1 + 8 >> 2] | 0) | 0; - i1 = i1 + 12 | 0; - } - } while (0); - return; -} - function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(i1, i2, i3) { i1 = i1 | 0; i2 = i2 | 0; @@ -72082,9 +77359,9 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__init function __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_ostreamIT_T0_EES9_RKNS_12basic_stringIS6_S7_T1_EE(41780, i2) | 0, 32) | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 41780, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(41780, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_ostreamIT_T0_EES9_RKNS_12basic_stringIS6_S7_T1_EE(44688, i2) | 0, 32) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 44688, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(44688, 10) | 0; _abort(); } @@ -72135,7 +77412,7 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__init function __ZN4wasm11WasmVisitorINS_11MergeBlocksEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(30038, 29791, 1222, 30043); + if (!i1) ___assert_fail(32799, 32778, 1246, 32804); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -72252,50 +77529,35 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 return; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { - i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - i2 = i1 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); - i3 = HEAP32[i4 + 36 >> 2] | 0; - i1 = HEAP32[i4 + 32 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); - i1 = i1 + 8 | 0; - } - return; +function __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i2) { + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i1 = i3; + i4 = HEAP32[i2 >> 2] | 0; + HEAP32[i1 >> 2] = 8; + i5 = i1 + 4 | 0; + HEAP32[i5 >> 2] = 0; + HEAP32[i5 + 4 >> 2] = 0; + HEAP32[i5 + 8 >> 2] = 0; + HEAP32[i5 + 12 >> 2] = 0; + if ((i4 | 0) == 8) { + __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i1 + 8 | 0); + STACKTOP = i3; + return i2 | 0; + } else ___assert_fail(17800, 32778, 766, 17815); + return 0; } function __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_ostreamIT_T0_EES9_RKNS_12basic_stringIS6_S7_T1_EE(41780, i2) | 0, 32) | 0; + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_ostreamIT_T0_EES9_RKNS_12basic_stringIS6_S7_T1_EE(44688, i2) | 0, 32) | 0; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, HEAP32[i1 >> 2] | 0) | 0, 10) | 0; _abort(); } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { - i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - i2 = i1 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); - i3 = HEAP32[i4 + 36 >> 2] | 0; - i1 = HEAP32[i4 + 32 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); - i1 = i1 + 8 | 0; - } - return; -} - function __ZNSt3__114__split_bufferIPNS_6locale5facetERNS_15__sso_allocatorIS3_Lj28EEEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -72322,42 +77584,6 @@ function __ZNSt3__114__split_bufferIPNS_6locale5facetERNS_15__sso_allocatorIS3_L return; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { - i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - i2 = i1 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); - i3 = HEAP32[i4 + 36 >> 2] | 0; - i1 = HEAP32[i4 + 32 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); - i1 = i1 + 8 | 0; - } - return; -} - -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { - i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - i2 = i1 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); - i3 = HEAP32[i4 + 36 >> 2] | 0; - i1 = HEAP32[i4 + 32 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); - i1 = i1 + 8 | 0; - } - return; -} - function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -72402,24 +77628,6 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i2, i1) { return; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { - i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - i2 = i1 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); - i3 = HEAP32[i4 + 36 >> 2] | 0; - i1 = HEAP32[i4 + 32 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); - i1 = i1 + 8 | 0; - } - return; -} - function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; @@ -72447,20 +77655,20 @@ function __ZNSt3__111__call_onceERVmPvPFvS2_E(i2, i1, i3) { i2 = i2 | 0; i1 = i1 | 0; i3 = i3 | 0; - _pthread_mutex_lock(44496) | 0; + _pthread_mutex_lock(47404) | 0; while (1) { if ((HEAP32[i2 >> 2] | 0) != 1) break; - _pthread_cond_wait(44524, 44496) | 0; + _pthread_cond_wait(47432, 47404) | 0; } if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = 1; - _pthread_mutex_unlock(44496) | 0; + _pthread_mutex_unlock(47404) | 0; FUNCTION_TABLE_vi[i3 & 255](i1); - _pthread_mutex_lock(44496) | 0; + _pthread_mutex_lock(47404) | 0; HEAP32[i2 >> 2] = -1; - _pthread_mutex_unlock(44496) | 0; - _pthread_cond_broadcast(44524) | 0; - } else _pthread_mutex_unlock(44496) | 0; + _pthread_mutex_unlock(47404) | 0; + _pthread_cond_broadcast(47432) | 0; + } else _pthread_mutex_unlock(47404) | 0; return; } @@ -72481,24 +77689,6 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu return i1 | 0; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { - i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - i2 = i1 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); - i3 = HEAP32[i4 + 36 >> 2] | 0; - i1 = HEAP32[i4 + 32 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); - i1 = i1 + 8 | 0; - } - return; -} - function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEEC2Ej(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -72539,20 +77729,20 @@ function _strerror(i1) { var i2 = 0, i3 = 0; i2 = 0; while (1) { - if ((HEAPU8[31985 + i2 >> 0] | 0) == (i1 | 0)) { + if ((HEAPU8[34972 + i2 >> 0] | 0) == (i1 | 0)) { i3 = 2; break; } i2 = i2 + 1 | 0; if ((i2 | 0) == 87) { i2 = 87; - i1 = 32073; + i1 = 35060; i3 = 5; break; } } - if ((i3 | 0) == 2) if (!i2) i1 = 32073; else { - i1 = 32073; + if ((i3 | 0) == 2) if (!i2) i1 = 35060; else { + i1 = 35060; i3 = 5; } if ((i3 | 0) == 5) while (1) { @@ -72595,7 +77785,7 @@ function __ZN6cashew19DotZeroValueBuilder10makeDoubleEd(d1) { i4 = i3 + 8 | 0; i6 = i3 + 4 | 0; i5 = i3; - HEAP32[i6 >> 2] = HEAP32[10187]; + HEAP32[i6 >> 2] = HEAP32[10912]; i7 = __ZN6cashew12ValueBuilder10makeDoubleEd(d1) | 0; HEAP32[i5 >> 2] = i7; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; @@ -72658,6 +77848,28 @@ function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS return; } +function __ZNSt3__16vectorIcNS_9allocatorIcEEE6resizeEj(i5, i4) { + i5 = i5 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + i6 = i5 + 4 | 0; + i1 = HEAP32[i6 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; + i2 = i1 - i3 | 0; + L1 : do if (i2 >>> 0 >= i4 >>> 0) { + if (i2 >>> 0 > i4 >>> 0) { + i2 = i3 + i4 | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break L1; + i5 = i1 + -1 | 0; + HEAP32[i6 >> 2] = i5; + i1 = i5; + } + } + } else __ZNSt3__16vectorIcNS_9allocatorIcEEE8__appendEj(i5, i4 - i2 | 0); while (0); + return; +} + function __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -72686,12 +77898,12 @@ function __ZSt9terminatev() { i1 = ___cxa_get_globals_fast() | 0; if ((i1 | 0 ? (i2 = HEAP32[i1 >> 2] | 0, i2 | 0) : 0) ? (i1 = i2 + 48 | 0, (HEAP32[i1 >> 2] & -256 | 0) == 1126902528 ? (HEAP32[i1 + 4 >> 2] | 0) == 1129074247 : 0) : 0) { FUNCTION_TABLE_v[HEAP32[i2 + 12 >> 2] & 3](); - _abort_message(37494, i3); + _abort_message(40385, i3); } - i3 = HEAP32[2978] | 0; - HEAP32[2978] = i3 + 0; + i3 = HEAP32[3068] | 0; + HEAP32[3068] = i3 + 0; FUNCTION_TABLE_v[i3 & 3](); - _abort_message(37494, i4); + _abort_message(40385, i4); } function __ZNSt3__18functionIFPN4wasm4PassEvEEC2ERKS5_(i4, i3) { @@ -72756,8 +77968,8 @@ function __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i2, i i1 = HEAP32[i2 + 16 >> 2] | 0; if (!i1) { i5 = ___cxa_allocate_exception(4) | 0; - HEAP32[i5 >> 2] = 3072; - ___cxa_throw(i5 | 0, 152, 15); + HEAP32[i5 >> 2] = 3172; + ___cxa_throw(i5 | 0, 40, 11); } else { i4 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 31](i1, i4, i3) | 0; STACKTOP = i5; @@ -72805,6 +78017,23 @@ function __ZNK4wasm7Literal19countTrailingZeroesEv(i3, i2) { return; } +function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE13__lower_boundIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_SJ_SJ_(i3, i4, i2, i1) { + i3 = i3 | 0; + i4 = i4 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + L1 : while (1) { + while (1) { + if (!i2) break L1; + if (!(__ZNK6cashew7IStringltERKS0_(i2 + 16 | 0, i4) | 0)) break; + i2 = HEAP32[i2 + 4 >> 2] | 0; + } + i1 = i2; + i2 = HEAP32[i2 >> 2] | 0; + } + return i1 | 0; +} + function __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i3, i2, i1, i4) { i3 = i3 | 0; i2 = i2 | 0; @@ -72879,7 +78108,7 @@ function __ZN6cashew5Value9push_backENS_3RefE(i5, i4) { i5 = i5 | 0; i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; - if ((HEAP32[i5 >> 2] | 0) != 2) ___assert_fail(30791, 30801, 478, 23219); + if ((HEAP32[i5 >> 2] | 0) != 2) ___assert_fail(33778, 33788, 478, 25975); i1 = HEAP32[i5 + 8 >> 2] | 0; i2 = i1 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; @@ -72920,7 +78149,7 @@ function __ZN4wasm15Asm2WasmBuilder18isUnsignedCoercionEN6cashew3RefE(i2, i1) { i7 = i3 + 4 | 0; i6 = i3; HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i2 + 80 >> 2]; + HEAP32[i6 >> 2] = HEAP32[i2 + 76 >> 2]; HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; i2 = (__Z10detectSignN6cashew3RefENS_7IStringE(i5, i4) | 0) == 2; @@ -73015,23 +78244,6 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEE11visitSe return; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE13__lower_boundIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_SH_SH_(i3, i4, i2, i1) { - i3 = i3 | 0; - i4 = i4 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - L1 : while (1) { - while (1) { - if (!i2) break L1; - if (!(__ZNK6cashew7IStringltERKS0_(i2 + 16 | 0, i4) | 0)) break; - i2 = HEAP32[i2 + 4 >> 2] | 0; - } - i1 = i2; - i2 = HEAP32[i2 >> 2] | 0; - } - return i1 | 0; -} - function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE15visitCallImportEPNS_10CallImportE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -73064,6 +78276,40 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE11visitSele return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE11visitSelectEPNS_6SelectE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i2 = i2 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 8 | 0); + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 12 | 0); + i2 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 16 | 0); + return; +} + +function __ZN4wasm11BreakSeeker3hasEPNS_10ExpressionENS_4NameE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i4 = i3; + i5 = i3 + 8 | 0; + HEAP32[i4 >> 2] = i2; + i2 = HEAP32[i1 >> 2] | 0; + HEAP32[i5 + 4 >> 2] = 0; + HEAP32[i5 >> 2] = 3192; + HEAP32[i5 + 8 >> 2] = i2; + i2 = i5 + 12 | 0; + HEAP32[i2 >> 2] = 0; + __ZN4wasm10WasmWalkerINS_11BreakSeekerEvE4walkERPNS_10ExpressionE(i5, i4); + STACKTOP = i3; + return (HEAP32[i2 >> 2] | 0) != 0 | 0; +} + function __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0; @@ -73307,6 +78553,24 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE15visitCall return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE15visitCallImportEPNS_10CallImportE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i5 = i1 + 8 | 0; + i4 = i1 + 12 | 0; + i1 = i2 + 4 | 0; + i3 = 0; + while (1) { + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + i3 = i3 + 1 | 0; + } + return; +} + function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEE7visitIfEPNS_2IfE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -73352,6 +78616,20 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE7visitIfEPN return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE7visitIfEPNS_2IfE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i2 = i2 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 8 | 0); + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 12 | 0); + i2 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 16 | 0); + return; +} + function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE10visitBlockEPNS_5BlockE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -73385,6 +78663,17 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction return i2 | 0; } +function __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0; + i1 = i3 + 4 | 0; + if (!(HEAP8[i3 + 12 >> 0] | 0)) __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i1 >> 2] | 0, HEAP32[i3 + 8 >> 2] | 0) | 0; + __ZN4wasm11WasmVisitorINS_16PrintSExpressionEvE5visitEPNS_10ExpressionE(i3, i2); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i1 >> 2] | 0, HEAP32[i3 + 20 >> 2] | 0) | 0; + return; +} + function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseMaybeBracketedERPcPKc(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; @@ -73394,6 +78683,41 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseMaybeBracke return i1 | 0; } +function __ZN4wasm3LEBIiaE4readENSt3__18functionIFavEEE(i5, i4) { + i5 = i5 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0; + HEAP32[i5 >> 2] = 0; + i1 = 0; + do { + i3 = (__ZNKSt3__18functionIFavEEclEv(i4) | 0) << 24 >> 24; + i2 = (i3 & 127) << i1 | HEAP32[i5 >> 2]; + HEAP32[i5 >> 2] = i2; + i1 = i1 + 7 | 0; + } while ((i3 & 128 | 0) != 0); + if (i1 >>> 0 < 32 & (i3 & 64 | 0) != 0 ? (i4 = i2 | -1 << i1, HEAP32[i5 >> 2] = i4, (i4 | 0) >= 0) : 0) ___assert_fail(18303, 18162, 95, 18180); + return; +} + +function __ZN4wasm22SExpressionWasmBuilder15getFunctionNameERNS_7ElementE(i4, i1) { + i4 = i4 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0; + i3 = (HEAP8[i1 + 20 >> 0] | 0) == 0; + i1 = __ZN4wasm7Element3strEv(i1) | 0; + if (i3) { + i3 = _atoi(i1) | 0; + i2 = i4 + 32 | 0; + i1 = HEAP32[i2 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 + 36 >> 2] | 0) - i1 >> 2 >>> 0) { + __ZNKSt3__18functionIFvvEEclEv(i4 + 8 | 0); + i1 = HEAP32[i2 >> 2] | 0; + } + i1 = HEAP32[i1 + (i3 << 2) >> 2] | 0; + } + return i1 | 0; +} + function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE10visitBlockEPNS_5BlockE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -73611,6 +78935,24 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE10visitBloc return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE10visitBlockEPNS_5BlockE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i5 = i1 + 12 | 0; + i4 = i1 + 16 | 0; + i1 = i2 + 4 | 0; + i3 = 0; + while (1) { + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + i3 = i3 + 1 | 0; + } + return; +} + function __ZNSt3__118__tree_left_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; @@ -73716,7 +79058,7 @@ function __ZNSt3__111__stdoutbufIwE6xsputnEPKwi(i4, i1, i3) { i1 = 0; while (1) { if ((i1 | 0) >= (i3 | 0)) break L1; - if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 52 >> 2] & 31](i4, HEAP32[i2 >> 2] | 0) | 0) == -1) break L1; + if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 52 >> 2] & 63](i4, HEAP32[i2 >> 2] | 0) | 0) == -1) break L1; i2 = i2 + 4 | 0; i1 = i1 + 1 | 0; } @@ -73734,7 +79076,7 @@ function __ZNSt3__111__stdoutbufIcE6xsputnEPKci(i4, i1, i3) { i1 = 0; while (1) { if ((i1 | 0) >= (i3 | 0)) break L1; - if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 52 >> 2] & 31](i4, HEAPU8[i2 >> 0] | 0) | 0) == -1) break L1; + if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 52 >> 2] & 63](i4, HEAPU8[i2 >> 0] | 0) | 0) == -1) break L1; i2 = i2 + 1 | 0; i1 = i1 + 1 | 0; } @@ -73746,7 +79088,7 @@ function __ZNSt3__110__stdinbufIwE5imbueERKNS_6localeE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0, i4 = 0; - i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 44456) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 47364) | 0; i3 = i2 + 36 | 0; HEAP32[i3 >> 2] = i4; i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 24 >> 2] & 127](i4) | 0; @@ -73762,7 +79104,7 @@ function __ZNSt3__110__stdinbufIcE5imbueERKNS_6localeE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0, i4 = 0; - i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 44448) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 47356) | 0; i3 = i2 + 36 | 0; HEAP32[i3 >> 2] = i4; i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 24 >> 2] & 127](i4) | 0; @@ -73810,6 +79152,24 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE9visitHostE return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE9visitHostEPNS_4HostE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i5 = i1 + 16 | 0; + i4 = i1 + 20 | 0; + i1 = i2 + 4 | 0; + i3 = 0; + while (1) { + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + i3 = i3 + 1 | 0; + } + return; +} + function __ZNKSt3__15ctypeIwE5do_isEPKwS3_Pt(i1, i6, i5, i2) { i1 = i1 | 0; i6 = i6 | 0; @@ -73867,6 +79227,24 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE9visitCallE return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE9visitCallEPNS_4CallE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i5 = i1 + 8 | 0; + i4 = i1 + 12 | 0; + i1 = i2 + 4 | 0; + i3 = 0; + while (1) { + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + i3 = i3 + 1 | 0; + } + return; +} + function __ZNK4wasm7Literal8popCountEv(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; @@ -73888,6 +79266,23 @@ function __ZNK4wasm7Literal8popCountEv(i3, i2) { return; } +function __ZNSt3__13mapIN6cashew7IStringENS_6vectorIPN4wasm10CallImportENS_9allocatorIS6_EEEENS_4lessIS2_EENS7_INS_4pairIKS2_S9_EEEEE25__construct_node_with_keyERSD_(i2, i3, i1) { + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + var i4 = 0; + i4 = __Znwj(32) | 0; + HEAP32[i4 + 16 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i4 + 20 >> 2] = 0; + HEAP32[i4 + 24 >> 2] = 0; + HEAP32[i4 + 28 >> 2] = 0; + HEAP32[i2 >> 2] = i4; + i2 = i2 + 4 | 0; + HEAP32[i2 >> 2] = i3 + 4; + HEAP32[i2 + 4 >> 2] = 257; + return; +} + function __ZN4wasm10Expression2isINS_10CallImportEEEbv(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -73944,6 +79339,26 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N return; } +function __ZN4wasm15MinifiedPrinter3runEPNS_10PassRunnerEPNS_6ModuleE(i3, i2, i1) { + i3 = i3 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i4 = 0; + i2 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i4 = i2; + i3 = HEAP32[i3 + 4 >> 2] | 0; + HEAP32[i4 >> 2] = 4008; + HEAP32[i4 + 4 >> 2] = i3; + HEAP32[i4 + 8 >> 2] = 0; + HEAP8[i4 + 12 >> 0] = 1; + HEAP32[i4 + 16 >> 2] = 51584; + HEAP32[i4 + 20 >> 2] = 51584; + __ZN4wasm16PrintSExpression11visitModuleEPNS_6ModuleE(i4, i1); + STACKTOP = i2; + return; +} + function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE8allocateEj(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; @@ -74069,6 +79484,26 @@ function __ZNK10__cxxabiv122__base_class_type_info16search_below_dstEPNS_19__dyn return; } +function __ZN4wasm7Printer3runEPNS_10PassRunnerEPNS_6ModuleE(i3, i2, i1) { + i3 = i3 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i4 = 0; + i2 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i4 = i2; + i3 = HEAP32[i3 + 4 >> 2] | 0; + HEAP32[i4 >> 2] = 4008; + HEAP32[i4 + 4 >> 2] = i3; + HEAP32[i4 + 8 >> 2] = 0; + HEAP8[i4 + 12 >> 0] = 0; + HEAP32[i4 + 16 >> 2] = 42017; + HEAP32[i4 + 20 >> 2] = 28194; + __ZN4wasm16PrintSExpression11visitModuleEPNS_6ModuleE(i4, i1); + STACKTOP = i2; + return; +} + function __ZNK10__cxxabiv120__si_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i4, i2, i1, i3) { i4 = i4 | 0; i2 = i2 | 0; @@ -74176,7 +79611,7 @@ function __ZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC2EPKcS4_(i3, i2, i1) { i4 = i3; i5 = __ZN4wasm12PassRegistry3getEv() | 0; HEAP32[i4 + 16 >> 2] = i4; - HEAP32[i4 >> 2] = 3908; + HEAP32[i4 >> 2] = 4268; __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); STACKTOP = i3; @@ -74228,7 +79663,24 @@ function __ZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC2EPKcS4_(i3, i2, i1) { i4 = i3; i5 = __ZN4wasm12PassRegistry3getEv() | 0; HEAP32[i4 + 16 >> 2] = i4; - HEAP32[i4 >> 2] = 3780; + HEAP32[i4 >> 2] = 4140; + __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); + __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); + STACKTOP = i3; + return; +} + +function __ZN4wasm12RegisterPassINS_15MinifiedPrinterEEC2EPKcS4_(i3, i2, i1) { + i3 = i3 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i4 = 0, i5 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i4 = i3; + i5 = __ZN4wasm12PassRegistry3getEv() | 0; + HEAP32[i4 + 16 >> 2] = i4; + HEAP32[i4 >> 2] = 4096; __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); STACKTOP = i3; @@ -74268,7 +79720,7 @@ function __ZN4wasm12RegisterPassINS_14SimplifyLocalsEEC2EPKcS4_(i3, i2, i1) { i4 = i3; i5 = __ZN4wasm12PassRegistry3getEv() | 0; HEAP32[i4 + 16 >> 2] = i4; - HEAP32[i4 >> 2] = 4164; + HEAP32[i4 >> 2] = 4524; __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); STACKTOP = i3; @@ -74285,7 +79737,7 @@ function __ZN4wasm12RegisterPassINS_14PostEmscriptenEEC2EPKcS4_(i3, i2, i1) { i4 = i3; i5 = __ZN4wasm12PassRegistry3getEv() | 0; HEAP32[i4 + 16 >> 2] = i4; - HEAP32[i4 >> 2] = 4036; + HEAP32[i4 >> 2] = 4396; __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); STACKTOP = i3; @@ -74316,7 +79768,7 @@ function __ZN4wasm12RegisterPassINS_13ReorderLocalsEEC2EPKcS4_(i3, i2, i1) { i4 = i3; i5 = __ZN4wasm12PassRegistry3getEv() | 0; HEAP32[i4 + 16 >> 2] = i4; - HEAP32[i4 >> 2] = 4292; + HEAP32[i4 >> 2] = 4652; __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); STACKTOP = i3; @@ -74345,7 +79797,7 @@ function __ZN4wasm12RegisterPassINS_11MergeBlocksEEC2EPKcS4_(i3, i2, i1) { i4 = i3; i5 = __ZN4wasm12PassRegistry3getEv() | 0; HEAP32[i4 + 16 >> 2] = i4; - HEAP32[i4 >> 2] = 3564; + HEAP32[i4 >> 2] = 3852; __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); STACKTOP = i3; @@ -74404,7 +79856,7 @@ function ___stdout_write(i2, i1, i3) { i5 = STACKTOP; STACKTOP = STACKTOP + 80 | 0; i4 = i5; - HEAP32[i2 + 36 >> 2] = 6; + HEAP32[i2 + 36 >> 2] = 9; if ((HEAP32[i2 >> 2] & 64 | 0) == 0 ? (HEAP32[i4 >> 2] = HEAP32[i2 + 60 >> 2], HEAP32[i4 + 4 >> 2] = 21505, HEAP32[i4 + 8 >> 2] = i5 + 12, ___syscall54(54, i4 | 0) | 0) : 0) HEAP8[i2 + 75 >> 0] = -1; i4 = ___stdio_write(i2, i1, i3) | 0; STACKTOP = i5; @@ -74422,6 +79874,23 @@ function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE7destro } } +function __ZNSt3__13mapIjNS_6vectorIPN4wasm4CallENS_9allocatorIS4_EEEENS_4lessIjEENS5_INS_4pairIKjS7_EEEEE25__construct_node_with_keyERSB_(i2, i3, i1) { + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + var i4 = 0; + i4 = __Znwj(32) | 0; + HEAP32[i4 + 16 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i4 + 20 >> 2] = 0; + HEAP32[i4 + 24 >> 2] = 0; + HEAP32[i4 + 28 >> 2] = 0; + HEAP32[i2 >> 2] = i4; + i2 = i2 + 4 | 0; + HEAP32[i2 >> 2] = i3 + 4; + HEAP32[i2 + 4 >> 2] = 257; + return; +} + function _vsscanf(i4, i3, i1) { i4 = i4 | 0; i3 = i3 | 0; @@ -74474,7 +79943,7 @@ function __ZN4wasm12RegisterPassINS_7PrinterEEC2EPKcS4_(i3, i2, i1) { i4 = i3; i5 = __ZN4wasm12PassRegistry3getEv() | 0; HEAP32[i4 + 16 >> 2] = i4; - HEAP32[i4 >> 2] = 3736; + HEAP32[i4 >> 2] = 4052; __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); STACKTOP = i3; @@ -74557,6 +80026,20 @@ function __ZNK4wasm7Literal2gtERKS0_(i1, i3, i2) { return; } +function __ZN4wasm16PrintSExpression9decIndentEv(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0; + if (!(HEAP8[i1 + 12 >> 0] | 0)) { + i3 = i1 + 8 | 0; + i2 = (HEAP32[i3 >> 2] | 0) + -1 | 0; + HEAP32[i3 >> 2] = i2; + i1 = i1 + 4 | 0; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i1 >> 2] | 0, i2) | 0; + } else i1 = i1 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i1 >> 2] | 0, 41) | 0; + return; +} + function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -74604,6 +80087,21 @@ function ___string_read(i2, i1, i3) { return i3 | 0; } +function __ZZ11instantiateEN19JSExternalInterface4initERN4wasm6ModuleE(i1, i3) { + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0; + _emscripten_asm_const_ii(13, HEAP32[i3 + 108 >> 2] << 16 | 0) | 0; + i2 = HEAP32[i3 + 120 >> 2] | 0; + i1 = HEAP32[i3 + 116 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + _emscripten_asm_const_iiii(14, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0, HEAP32[i1 + 8 >> 2] | 0) | 0; + i1 = i1 + 12 | 0; + } + return; +} + function __ZN4wasm12toUInteger64Ed(d1) { d1 = +d1; var i2 = 0, i3 = 0; @@ -74612,10 +80110,25 @@ function __ZN4wasm12toUInteger64Ed(d1) { i3 = +Math_abs(d1) >= 1.0 ? (d1 > 0.0 ? ~~+Math_min(+Math_floor(d1 / 4294967296.0), 4294967295.0) >>> 0 : ~~+Math_ceil((d1 - +(~~d1 >>> 0)) / 4294967296.0) >>> 0) : 0; tempRet0 = i2 ? i3 : -1; return (i2 ? ~~d1 >>> 0 : -1) | 0; - } else ___assert_fail(31127, 31056, 62, 31143); + } else ___assert_fail(34114, 34043, 62, 34130); return 0; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + 24 | 0); + i1 = i3 + 28 | 0; + if (HEAP32[i1 >> 2] | 0) { + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1); + } + return; +} + function __Znwj(i1) { i1 = i1 | 0; var i2 = 0; @@ -74635,8 +80148,8 @@ function __Znwj(i1) { } if ((i2 | 0) == 5) { i2 = ___cxa_allocate_exception(4) | 0; - HEAP32[i2 >> 2] = 12008; - ___cxa_throw(i2 | 0, 2784, 195); + HEAP32[i2 >> 2] = 12368; + ___cxa_throw(i2 | 0, 2896, 210); } else if ((i2 | 0) == 6) return i1 | 0; return 0; } @@ -74703,6 +80216,21 @@ function __ZNKSt3__15ctypeIwE10do_tolowerEPwPKw(i1, i5, i4) { return i5 + (i3 << 2) | 0; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + 24 | 0); + i1 = i3 + 28 | 0; + if (HEAP32[i1 >> 2] | 0) { + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1); + } + return; +} + function __ZNSt3__18ios_base4initEPv(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -74724,6 +80252,36 @@ function __ZNSt3__18ios_base4initEPv(i2, i1) { return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + 24 | 0); + i1 = i3 + 28 | 0; + if (HEAP32[i1 >> 2] | 0) { + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1); + } + return; +} + +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + 24 | 0); + i1 = i3 + 28 | 0; + if (HEAP32[i1 >> 2] | 0) { + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1); + } + return; +} + function __ZNK4wasm7Literal3divERKS0_(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; @@ -74744,6 +80302,21 @@ function __ZNK4wasm7Literal3divERKS0_(i3, i2, i1) { return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + 24 | 0); + i1 = i3 + 28 | 0; + if (HEAP32[i1 >> 2] | 0) { + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1); + } + return; +} + function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE10deallocateEv(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -74765,17 +80338,6 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE10deallocateE return; } -function __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - i3 = i2 + 4 | 0; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i3 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - __ZN4wasm11WasmVisitorINS_16PrintSExpressionEvE5visitEPNS_10ExpressionE(i2, i1); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i3 >> 2] | 0, 10) | 0; - return; -} - function __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i1, i3, i2) { i1 = i1 | 0; i3 = i3 | 0; @@ -74794,6 +80356,36 @@ function __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i1, i3, i2) { } } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + 24 | 0); + i1 = i3 + 28 | 0; + if (HEAP32[i1 >> 2] | 0) { + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1); + } + return; +} + +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1, i3 + 24 | 0); + i1 = i3 + 28 | 0; + if (HEAP32[i1 >> 2] | 0) { + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1); + } + return; +} + function _strcmp(i4, i2) { i4 = i4 | 0; i2 = i2 | 0; @@ -74863,6 +80455,41 @@ function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE10deallocateEv(i4 return; } +function __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0; + i5 = i1 + 116 | 0; + i4 = HEAP32[i5 >> 2] | 0; + i2 = i4; + if ((i4 | 0) == (HEAP32[i1 + 112 >> 2] | 0)) ___assert_fail(20008, 18162, 1480, 20035); + i3 = i2 + -4 | 0; + i4 = HEAP32[i3 >> 2] | 0; + i1 = i2; + while (1) { + if ((i1 | 0) == (i3 | 0)) break; + i2 = i1 + -4 | 0; + HEAP32[i5 >> 2] = i2; + i1 = i2; + } + return i4 | 0; +} + +function __ZNSt3__114__split_bufferINS_4pairIPN4wasm7ElementEPNS2_5BlockEEERNS_9allocatorIS7_EEEC2EjjSA_(i4, i2, i3, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + HEAP32[i4 + 12 >> 2] = 0; + HEAP32[i4 + 16 >> 2] = i1; + if (!i2) i1 = 0; else i1 = __Znwj(i2 << 3) | 0; + HEAP32[i4 >> 2] = i1; + i3 = i1 + (i3 << 3) | 0; + HEAP32[i4 + 8 >> 2] = i3; + HEAP32[i4 + 4 >> 2] = i3; + HEAP32[i4 + 12 >> 2] = i1 + (i2 << 3); + return; +} + function __ZNSt3__114__split_bufferIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementERNS_9allocatorIS6_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -74884,11 +80511,11 @@ function __ZN6cashew5Value10getIntegerEv(i2) { i2 = i2 | 0; var i1 = 0; i1 = __ZN6cashew5Value9getNumberEv(i2) | 0; - if (!(+_fmod(+HEAPF64[i1 >> 3], 1.0) == 0.0)) ___assert_fail(22617, 30801, 228, 22643); + if (!(+_fmod(+HEAPF64[i1 >> 3], 1.0) == 0.0)) ___assert_fail(25373, 33788, 228, 25399); i1 = __ZN6cashew5Value9getNumberEv(i2) | 0; i1 = ~~+HEAPF64[i1 >> 3]; i2 = __ZN6cashew5Value9getNumberEv(i2) | 0; - if (+(i1 | 0) == +HEAPF64[i2 >> 3]) return i1 | 0; else ___assert_fail(22654, 30801, 230, 22643); + if (+(i1 | 0) == +HEAPF64[i2 >> 3]) return i1 | 0; else ___assert_fail(25410, 33788, 230, 25399); return 0; } @@ -74896,7 +80523,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; i3 = __Znwj(64) | 0; - HEAP32[i3 >> 2] = 3388; + HEAP32[i3 >> 2] = 3676; i4 = i3 + 4 | 0; i1 = i1 + 4 | 0; i2 = i4 + 60 | 0; @@ -75020,8 +80647,8 @@ function __ZZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC1EPKcS4_ENKUlvE_clEv( HEAP32[i1 + 8 >> 2] = 0; HEAP32[i1 + 12 >> 2] = 0; HEAP32[i1 + 16 >> 2] = 0; - HEAP32[i1 >> 2] = 3952; - HEAP32[i1 + 4 >> 2] = 3980; + HEAP32[i1 >> 2] = 4312; + HEAP32[i1 + 4 >> 2] = 4340; i2 = i1 + 16 | 0; HEAP32[i2 >> 2] = 0; HEAP32[i1 + 20 >> 2] = 0; @@ -75032,10 +80659,10 @@ function __ZZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC1EPKcS4_ENKUlvE_clEv( function __ZN4wasm6Binary8finalizeEv(i3) { i3 = i3 | 0; var i1 = 0, i2 = 0; - if ((HEAP32[i3 + 8 >> 2] | 0) > 16) HEAP32[i3 + 4 >> 2] = 1; else { + if ((HEAP32[i3 + 8 >> 2] | 0) > 18) HEAP32[i3 + 4 >> 2] = 1; else { i2 = HEAP32[(HEAP32[i3 + 12 >> 2] | 0) + 4 >> 2] | 0; i1 = HEAP32[(HEAP32[i3 + 16 >> 2] | 0) + 4 >> 2] | 0; - if ((i2 | 0) != 5 ? !((i1 | 0) == 5 | (i2 | 0) == (i1 | 0)) : 0) ___assert_fail(17260, 29791, 979, 17351); + if ((i2 | 0) != 5 ? !((i1 | 0) == 5 | (i2 | 0) == (i1 | 0)) : 0) ___assert_fail(17350, 32778, 1e3, 17441); HEAP32[i3 + 4 >> 2] = (i2 | 0) != 5 ? i2 : i1; } return; @@ -75098,8 +80725,8 @@ function __ZZN4wasm12RegisterPassINS_13ReorderLocalsEEC1EPKcS4_ENKUlvE_clEv(i1) HEAP32[i1 + 8 >> 2] = 0; HEAP32[i1 + 12 >> 2] = 0; HEAP32[i1 + 16 >> 2] = 0; - HEAP32[i1 >> 2] = 4336; - HEAP32[i1 + 4 >> 2] = 4364; + HEAP32[i1 >> 2] = 4696; + HEAP32[i1 + 4 >> 2] = 4724; i2 = i1 + 16 | 0; HEAP32[i2 >> 2] = 0; HEAP32[i1 + 20 >> 2] = 0; @@ -75111,7 +80738,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio i2 = i2 | 0; i1 = i1 | 0; var i3 = 0; - HEAP32[i1 >> 2] = 3388; + HEAP32[i1 >> 2] = 3676; i3 = i1 + 4 | 0; i1 = i2 + 4 | 0; i2 = i3 + 60 | 0; @@ -75238,6 +80865,22 @@ function __ZNSt3__114__split_bufferIPN4wasm10ExpressionERNS_9allocatorIS3_EEEC2E return; } +function __ZNSt3__114__split_bufferIPN4wasm10CallImportERNS_9allocatorIS3_EEEC2EjjS6_(i4, i2, i3, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + HEAP32[i4 + 12 >> 2] = 0; + HEAP32[i4 + 16 >> 2] = i1; + if (!i2) i1 = 0; else i1 = __Znwj(i2 << 2) | 0; + HEAP32[i4 >> 2] = i1; + i3 = i1 + (i3 << 2) | 0; + HEAP32[i4 + 8 >> 2] = i3; + HEAP32[i4 + 4 >> 2] = i3; + HEAP32[i4 + 12 >> 2] = i1 + (i2 << 2); + return; +} + function __ZN4wasm10WalkerPassINS_10WasmWalkerINS_14SimplifyLocalsEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; @@ -75275,22 +80918,6 @@ function __ZN4wasm10PassRunner3runEPNS_6ModuleE(i5, i4) { return; } -function __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEEC2EjjS6_(i4, i2, i3, i1) { - i4 = i4 | 0; - i2 = i2 | 0; - i3 = i3 | 0; - i1 = i1 | 0; - HEAP32[i4 + 12 >> 2] = 0; - HEAP32[i4 + 16 >> 2] = i1; - if (!i2) i1 = 0; else i1 = __Znwj(i2 << 3) | 0; - HEAP32[i4 >> 2] = i1; - i3 = i1 + (i3 << 3) | 0; - HEAP32[i4 + 8 >> 2] = i3; - HEAP32[i4 + 4 >> 2] = i3; - HEAP32[i4 + 12 >> 2] = i1 + (i2 << 3); - return; -} - function __ZNKSt3__15ctypeIwE11do_scan_notEtPKwS3_(i2, i4, i1, i3) { i2 = i2 | 0; i4 = i4 | 0; @@ -75496,6 +81123,22 @@ function __ZNSt3__114__split_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEEC2EjjS5_ return; } +function __ZNSt3__114__split_bufferIPN4wasm5BlockERNS_9allocatorIS3_EEEC2EjjS6_(i4, i2, i3, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + HEAP32[i4 + 12 >> 2] = 0; + HEAP32[i4 + 16 >> 2] = i1; + if (!i2) i1 = 0; else i1 = __Znwj(i2 << 2) | 0; + HEAP32[i4 >> 2] = i1; + i3 = i1 + (i3 << 2) | 0; + HEAP32[i4 + 8 >> 2] = i3; + HEAP32[i4 + 4 >> 2] = i3; + HEAP32[i4 + 12 >> 2] = i1 + (i2 << 2); + return; +} + function __ZN4wasm10WalkerPassINS_10WasmWalkerINS_11MergeBlocksEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; @@ -75537,6 +81180,22 @@ function __ZNSt3__114__split_bufferIPN4wasm4PassERNS_9allocatorIS3_EEEC2EjjS6_(i return; } +function __ZNSt3__114__split_bufferIPN4wasm4CallERNS_9allocatorIS3_EEEC2EjjS6_(i4, i2, i3, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + HEAP32[i4 + 12 >> 2] = 0; + HEAP32[i4 + 16 >> 2] = i1; + if (!i2) i1 = 0; else i1 = __Znwj(i2 << 2) | 0; + HEAP32[i4 >> 2] = i1; + i3 = i1 + (i3 << 2) | 0; + HEAP32[i4 + 8 >> 2] = i3; + HEAP32[i4 + 4 >> 2] = i3; + HEAP32[i4 + 12 >> 2] = i1 + (i2 << 2); + return; +} + function __ZNSt3__114__split_bufferIN6cashew3RefERNS_9allocatorIS2_EEEC2EjjS5_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -75730,6 +81389,23 @@ function __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9alloca return; } +function __ZNSt3__114__split_bufferINS_4pairIPN4wasm7ElementEPNS2_5BlockEEERNS_9allocatorIS7_EEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + i1 = HEAP32[i4 + 4 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -8 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; + } + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) __ZdlPv(i1); + return; +} + function __ZNKSt3__15ctypeIwE10do_scan_isEtPKwS3_(i2, i4, i1, i3) { i2 = i2 | 0; i4 = i4 | 0; @@ -75948,7 +81624,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; i2 = __Znwj(12) | 0; - HEAP32[i2 >> 2] = 3476; + HEAP32[i2 >> 2] = 3764; i4 = i1 + 4 | 0; i3 = HEAP32[i4 + 4 >> 2] | 0; i1 = i2 + 4 | 0; @@ -75961,7 +81637,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; i2 = __Znwj(12) | 0; - HEAP32[i2 >> 2] = 3432; + HEAP32[i2 >> 2] = 3720; i4 = i1 + 4 | 0; i3 = HEAP32[i4 + 4 >> 2] | 0; i1 = i2 + 4 | 0; @@ -76069,6 +81745,35 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE11visitBina return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE11visitBinaryEPNS_6BinaryE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i2 = i2 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 12 | 0); + i2 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 16 | 0); + return; +} + +function _newlocale(i2, i3, i1) { + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + var i4 = 0; + if (((HEAP8[i3 >> 0] | 0) != 0 ? (_strcmp(i3, 37810) | 0) != 0 : 0) ? (_strcmp(i3, 36906) | 0) != 0 : 0) i1 = 0; else i4 = 4; + do if ((i4 | 0) == 4) if (!i1) if (!(HEAP32[11003] | 0)) { + HEAP32[11003] = 1; + i1 = 44016; + break; + } else { + i1 = _calloc(1, 4) | 0; + break; + } while (0); + return i1 | 0; +} + function __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -76099,11 +81804,27 @@ function __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_ return; } +function __ZNSt3__114__split_bufferIjRNS_9allocatorIjEEEC2EjjS3_(i4, i2, i3, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + HEAP32[i4 + 12 >> 2] = 0; + HEAP32[i4 + 16 >> 2] = i1; + if (!i2) i1 = 0; else i1 = __Znwj(i2 << 2) | 0; + HEAP32[i4 >> 2] = i1; + i3 = i1 + (i3 << 2) | 0; + HEAP32[i4 + 8 >> 2] = i3; + HEAP32[i4 + 4 >> 2] = i3; + HEAP32[i4 + 12 >> 2] = i1 + (i2 << 2); + return; +} + function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEPNS0_6__baseISB_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0, i4 = 0; - HEAP32[i1 >> 2] = 3476; + HEAP32[i1 >> 2] = 3764; i4 = i2 + 4 | 0; i3 = HEAP32[i4 + 4 >> 2] | 0; i2 = i1 + 4 | 0; @@ -76116,7 +81837,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio i2 = i2 | 0; i1 = i1 | 0; var i3 = 0, i4 = 0; - HEAP32[i1 >> 2] = 3432; + HEAP32[i1 >> 2] = 3720; i4 = i2 + 4 | 0; i3 = HEAP32[i4 + 4 >> 2] | 0; i2 = i1 + 4 | 0; @@ -76149,6 +81870,36 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE10visitBrea return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE10visitStoreEPNS_5StoreE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i2 = i2 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 20 | 0); + i2 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 24 | 0); + return; +} + +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEE10visitBreakEPNS_5BreakE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i2 = i2 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 16 | 0); + i2 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 12 | 0); + return; +} + +function __ZNSt3__16__treeINS_12__value_typeIjNS_6vectorIPN4wasm4CallENS_9allocatorIS5_EEEEEENS_19__map_value_compareIjS9_NS_4lessIjEELb1EEENS6_IS9_EEED2Ev(i1) { + i1 = i1 | 0; + __ZNSt3__16__treeINS_12__value_typeIjNS_6vectorIPN4wasm4CallENS_9allocatorIS5_EEEEEENS_19__map_value_compareIjS9_NS_4lessIjEELb1EEENS6_IS9_EEE7destroyEPNS_11__tree_nodeIS9_PvEE(i1, HEAP32[i1 + 4 >> 2] | 0); + return; +} + function _copysign(d1, d2) { d1 = +d1; d2 = +d2; @@ -76175,6 +81926,18 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringENS2_3R return; } +function _interpreter_stack_trace() { + var i1 = 0, i2 = 0, i3 = 0; + i2 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i3 = i2; + __ZN4wasm14ModuleInstance18printFunctionStackEv(i3, HEAP32[10871] | 0); + i1 = ___strdup((HEAP8[i3 >> 0] & 1) == 0 ? i3 + 1 | 0 : HEAP32[i3 + 8 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); + STACKTOP = i2; + return i1 | 0; +} + function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm7LiteralEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i1) { i1 = i1 | 0; __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm7LiteralEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i1, HEAP32[i1 + 4 >> 2] | 0); @@ -76229,32 +81992,32 @@ function __ZN4wasm13printWasmTypeENS_8WasmTypeE(i2) { switch (i2 | 0) { case 0: { - i1 = 20334; + i1 = 22970; break; } case 1: { - i1 = 26067; + i1 = 28804; break; } case 2: { - i1 = 26063; + i1 = 28800; break; } case 3: { - i1 = 25980; + i1 = 28717; break; } case 4: { - i1 = 25976; + i1 = 28713; break; } case 5: { - i1 = 26266; + i1 = 29012; break; } default: @@ -76280,20 +82043,18 @@ function __ZNSt3__114__split_bufferIPN4wasm12FunctionTypeERNS_9allocatorIS3_EEED return; } -function __ZN4wasm7Printer3runEPNS_10PassRunnerEPNS_6ModuleE(i3, i2, i1) { - i3 = i3 | 0; +function __ZNSt3__13mapIPN4wasm6ExportEjNS_4lessIS3_EENS_9allocatorINS_4pairIKS3_jEEEEE25__construct_node_with_keyERS8_(i2, i3, i1) { i2 = i2 | 0; + i3 = i3 | 0; i1 = i1 | 0; var i4 = 0; - i2 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i2; - i3 = HEAP32[i3 + 4 >> 2] | 0; - HEAP32[i4 >> 2] = 3720; - HEAP32[i4 + 4 >> 2] = i3; - HEAP32[i4 + 8 >> 2] = 0; - __ZN4wasm16PrintSExpression11visitModuleEPNS_6ModuleE(i4, i1); - STACKTOP = i2; + i4 = __Znwj(24) | 0; + HEAP32[i4 + 16 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i4 + 20 >> 2] = 0; + HEAP32[i2 >> 2] = i4; + i2 = i2 + 4 | 0; + HEAP32[i2 >> 2] = i3 + 4; + HEAP32[i2 + 4 >> 2] = 257; return; } @@ -76337,6 +82098,23 @@ function __ZNSt3__114__split_bufferIPN4wasm10ExpressionERNS_9allocatorIS3_EEED2E return; } +function __ZNSt3__114__split_bufferIPN4wasm10CallImportERNS_9allocatorIS3_EEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + i1 = HEAP32[i4 + 4 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; + } + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) __ZdlPv(i1); + return; +} + function _memmove(i1, i4, i2) { i1 = i1 | 0; i4 = i4 | 0; @@ -76357,23 +82135,6 @@ function _memmove(i1, i4, i2) { return i1 | 0; } -function __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEED2Ev(i4) { - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0; - i1 = HEAP32[i4 + 4 >> 2] | 0; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; - while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -8 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; - } - i1 = HEAP32[i4 >> 2] | 0; - if (i1 | 0) __ZdlPv(i1); - return; -} - function __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i5, i4, i1, i3, i2) { i5 = i5 | 0; i4 = i4 | 0; @@ -76454,7 +82215,7 @@ function __ZNSt3__111__stdoutbufIwE5imbueERKNS_6localeE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i2) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 44456) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 47364) | 0; HEAP32[i2 + 36 >> 2] = i1; i1 = (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 127](i1) | 0) & 1; HEAP8[i2 + 44 >> 0] = i1; @@ -76465,7 +82226,7 @@ function __ZNSt3__111__stdoutbufIcE5imbueERKNS_6localeE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i2) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 44448) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 47356) | 0; HEAP32[i2 + 36 >> 2] = i1; i1 = (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 127](i1) | 0) & 1; HEAP8[i2 + 44 >> 0] = i1; @@ -76597,6 +82358,39 @@ function __ZNSt3__114__split_bufferIPN4wasm6ExportERNS_9allocatorIS3_EEED2Ev(i4) return; } +function __ZNSt3__114__split_bufferIPN4wasm5BlockERNS_9allocatorIS3_EEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + i1 = HEAP32[i4 + 4 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; + } + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) __ZdlPv(i1); + return; +} + +function __ZNSt3__114__split_bufferIcRNS_9allocatorIcEEEC2EjjS3_(i4, i2, i3, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + HEAP32[i4 + 12 >> 2] = 0; + HEAP32[i4 + 16 >> 2] = i1; + if (!i2) i1 = 0; else i1 = __Znwj(i2) | 0; + HEAP32[i4 >> 2] = i1; + i3 = i1 + i3 | 0; + HEAP32[i4 + 8 >> 2] = i3; + HEAP32[i4 + 4 >> 2] = i3; + HEAP32[i4 + 12 >> 2] = i1 + i2; + return; +} + function __ZNSt3__114__split_bufferIPN4wasm4PassERNS_9allocatorIS3_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -76614,6 +82408,23 @@ function __ZNSt3__114__split_bufferIPN4wasm4PassERNS_9allocatorIS3_EEED2Ev(i4) { return; } +function __ZNSt3__114__split_bufferIPN4wasm4CallERNS_9allocatorIS3_EEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + i1 = HEAP32[i4 + 4 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; + } + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) __ZdlPv(i1); + return; +} + function __ZNSt3__114__split_bufferIN6cashew3RefERNS_9allocatorIS2_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -76631,6 +82442,24 @@ function __ZNSt3__114__split_bufferIN6cashew3RefERNS_9allocatorIS2_EEED2Ev(i4) { return; } +function __ZNSt3__113__vector_baseINS_4pairIPN4wasm7ElementEPNS2_5BlockEEENS_9allocatorIS7_EEED2Ev(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i3 = HEAP32[i1 >> 2] | 0; + if (i3 | 0) { + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -8 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; + } + __ZdlPv(i3); + } + return; +} + function __ZN4wasm7Literal10getIntegerEv(i3) { i3 = i3 | 0; var i1 = 0, i2 = 0; @@ -76694,7 +82523,7 @@ function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i i2 = i2 | 0; i1 = i1 | 0; i1 = HEAP32[i1 >> 2] | 0; - if (!i1) ___assert_fail(17238, 29791, 78, 38401); else return __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i2, 36) | 0, i1) | 0; + if (!i1) ___assert_fail(17328, 32778, 78, 41292); else return __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i2, 36) | 0, i1) | 0; return 0; } @@ -76729,9 +82558,9 @@ function __ZNSt3__16locale2id5__getEv(i2) { i1 = i3; if ((HEAP32[i2 >> 2] | 0) != -1) { HEAP32[i1 >> 2] = i2; - HEAP32[i1 + 4 >> 2] = 206; + HEAP32[i1 + 4 >> 2] = 221; HEAP32[i1 + 8 >> 2] = 0; - __ZNSt3__111__call_onceERVmPvPFvS2_E(i2, i1, 207); + __ZNSt3__111__call_onceERVmPvPFvS2_E(i2, i1, 222); } STACKTOP = i3; return (HEAP32[i2 + 4 >> 2] | 0) + -1 | 0; @@ -76849,6 +82678,23 @@ function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE8allocateEj(i2, i } } +function __ZNSt3__114__split_bufferIjRNS_9allocatorIjEEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + i1 = HEAP32[i4 + 4 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; + } + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) __ZdlPv(i1); + return; +} + function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -76937,17 +82783,17 @@ function __ZNK4wasm7Literal5floorEv(i2, i1) { } function __GLOBAL__sub_I_simple_ast_cpp() { - HEAP32[10245] = 0; - HEAP32[10246] = 0; - HEAP32[10247] = 0; - HEAP32[10248] = 0; - HEAP32[10249] = 0; - HEAP32[10250] = 0; - HEAP32[10251] = 0; - HEAP32[10252] = 0; - ___cxa_atexit(202, 40980, ___dso_handle | 0) | 0; - __ZN6cashew10IStringSetC2EPKc(41012, 30702); - ___cxa_atexit(199, 41012, ___dso_handle | 0) | 0; + HEAP32[10970] = 0; + HEAP32[10971] = 0; + HEAP32[10972] = 0; + HEAP32[10973] = 0; + HEAP32[10974] = 0; + HEAP32[10975] = 0; + HEAP32[10976] = 0; + HEAP32[10977] = 0; + ___cxa_atexit(217, 43880, ___dso_handle | 0) | 0; + __ZN6cashew10IStringSetC2EPKc(43912, 33689); + ___cxa_atexit(214, 43912, ___dso_handle | 0) | 0; return; } @@ -76998,15 +82844,39 @@ function __ZNK4wasm7Literal9nearbyintEv(i2, i1) { return; } +function __ZNSt3__16__treeINS_12__value_typeIPN4wasm6ExportEjEENS_19__map_value_compareIS4_S5_NS_4lessIS4_EELb1EEENS_9allocatorIS5_EEED2Ev(i1) { + i1 = i1 | 0; + __ZNSt3__16__treeINS_12__value_typeIPN4wasm6ExportEjEENS_19__map_value_compareIS4_S5_NS_4lessIS4_EELb1EEENS_9allocatorIS5_EEE7destroyEPNS_11__tree_nodeIS5_PvEE(i1, HEAP32[i1 + 4 >> 2] | 0); + return; +} + +function __ZNSt3__113__vector_baseIPN4wasm12FunctionTypeENS_9allocatorIS3_EEED2Ev(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i3 = HEAP32[i1 >> 2] | 0; + if (i3 | 0) { + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; + } + __ZdlPv(i3); + } + return; +} + function __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; i1 = HEAP32[i1 + 16 >> 2] | 0; if (!i1) { i2 = ___cxa_allocate_exception(4) | 0; - HEAP32[i2 >> 2] = 3072; - ___cxa_throw(i2 | 0, 152, 15); - } else return FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 31](i1, i2) | 0; + HEAP32[i2 >> 2] = 3172; + ___cxa_throw(i2 | 0, 40, 11); + } else return FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 63](i1, i2) | 0; return 0; } @@ -77062,64 +82932,6 @@ function __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev( return; } -function __ZNKSt3__120__time_get_c_storageIwE3__xEv(i1) { - i1 = i1 | 0; - if ((HEAP8[39776] | 0) == 0 ? ___cxa_guard_acquire(39776) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(44320, 10820, _wcslen(10820) | 0); - ___cxa_atexit(215, 44320, ___dso_handle | 0) | 0; - ___cxa_guard_release(39776); - } - return 44320; -} - -function __ZNKSt3__120__time_get_c_storageIwE3__rEv(i1) { - i1 = i1 | 0; - if ((HEAP8[39768] | 0) == 0 ? ___cxa_guard_acquire(39768) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(44308, 10772, _wcslen(10772) | 0); - ___cxa_atexit(215, 44308, ___dso_handle | 0) | 0; - ___cxa_guard_release(39768); - } - return 44308; -} - -function __ZNKSt3__120__time_get_c_storageIwE3__cEv(i1) { - i1 = i1 | 0; - if ((HEAP8[39760] | 0) == 0 ? ___cxa_guard_acquire(39760) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(44296, 10688, _wcslen(10688) | 0); - ___cxa_atexit(215, 44296, ___dso_handle | 0) | 0; - ___cxa_guard_release(39760); - } - return 44296; -} - -function __ZNKSt3__120__time_get_c_storageIwE3__XEv(i1) { - i1 = i1 | 0; - if ((HEAP8[39784] | 0) == 0 ? ___cxa_guard_acquire(39784) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(44332, 10856, _wcslen(10856) | 0); - ___cxa_atexit(215, 44332, ___dso_handle | 0) | 0; - ___cxa_guard_release(39784); - } - return 44332; -} - -function __ZN4wasm17SExpressionParserC2EPc(i3, i1) { - i3 = i3 | 0; - i1 = i1 | 0; - var i2 = 0; - HEAP32[i3 >> 2] = i1; - HEAP32[i3 + 4 >> 2] = 0; - HEAP32[i3 + 8 >> 2] = 0; - HEAP32[i3 + 12 >> 2] = 0; - i1 = i3 + 20 | 0; - i2 = 0; - while (1) { - HEAP32[i1 >> 2] = i2; - if (i2 | 0) break; - i2 = __ZN4wasm17SExpressionParser14parseInnerListEv(i3) | 0; - } - return; -} - function __Z9printTextRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -77163,6 +82975,24 @@ function _truncf(d1) { return +d1; } +function __ZNSt3__113__vector_baseIPN4wasm8FunctionENS_9allocatorIS3_EEED2Ev(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i3 = HEAP32[i1 >> 2] | 0; + if (i3 | 0) { + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; + } + __ZdlPv(i3); + } + return; +} + function __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -77205,6 +83035,24 @@ function __ZNSt3__113__vector_baseIPN6cashew5ValueENS_9allocatorIS3_EEED2Ev(i1) return; } +function __ZNSt3__113__vector_baseIPN4wasm7ElementENS_9allocatorIS3_EEED2Ev(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i3 = HEAP32[i1 >> 2] | 0; + if (i3 | 0) { + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; + } + __ZdlPv(i3); + } + return; +} + function __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -77270,6 +83118,24 @@ function __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEE return; } +function __ZNSt3__113__vector_baseIPN4wasm5BlockENS_9allocatorIS3_EEED2Ev(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i3 = HEAP32[i1 >> 2] | 0; + if (i3 | 0) { + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; + } + __ZdlPv(i3); + } + return; +} + function __ZN4wasm7Literal9castToI64Ev(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -77282,7 +83148,7 @@ function __ZN4wasm7Literal9castToI64Ev(i1, i2) { HEAP32[i2 + 4 >> 2] = i3; HEAP32[i1 >> 2] = 2; return; - } else ___assert_fail(21061, 29791, 189, 21083); + } else ___assert_fail(23690, 32778, 189, 23712); } function __ZN4wasm7Literal9castToF64Ev(i1, i2) { @@ -77297,7 +83163,7 @@ function __ZN4wasm7Literal9castToF64Ev(i1, i2) { HEAP32[i2 + 4 >> 2] = i3; HEAP32[i1 >> 2] = 4; return; - } else ___assert_fail(16622, 29791, 177, 16644); + } else ___assert_fail(16721, 32778, 177, 16743); } function __ZN4wasm22SExpressionWasmBuilder15preParseImportsERNS_7ElementE(i2, i1) { @@ -77306,7 +83172,7 @@ function __ZN4wasm22SExpressionWasmBuilder15preParseImportsERNS_7ElementE(i2, i1 var i3 = 0; i3 = __ZN4wasm7Element4listEv(i1) | 0; i3 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0; - if ((i3 | 0) == (HEAP32[10109] | 0)) __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i2, i1); + if ((i3 | 0) == (HEAP32[10831] | 0)) __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i2, i1); return; } @@ -77337,6 +83203,24 @@ function __ZNSt3__113__vector_baseIPN4wasm4PassENS_9allocatorIS3_EEED2Ev(i1) { return; } +function __ZNSt3__113__vector_baseIPN4wasm4CallENS_9allocatorIS3_EEED2Ev(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i3 = HEAP32[i1 >> 2] | 0; + if (i3 | 0) { + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; + } + __ZdlPv(i3); + } + return; +} + function __ZNSt3__113__vector_baseIN6cashew3RefENS_9allocatorIS2_EEED2Ev(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -77358,10 +83242,10 @@ function __ZNSt3__113__vector_baseIN6cashew3RefENS_9allocatorIS2_EEED2Ev(i1) { function __ZN4wasm14AstStackHelperC2EN6cashew3RefE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - i1 = HEAP32[10138] | 0; - if ((i1 | 0) == (HEAP32[10139] | 0)) __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(40548, i2); else { + i1 = HEAP32[10863] | 0; + if ((i1 | 0) == (HEAP32[10864] | 0)) __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(43448, i2); else { HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[10138] = (HEAP32[10138] | 0) + 4; + HEAP32[10863] = (HEAP32[10863] | 0) + 4; } return; } @@ -77384,6 +83268,17 @@ function __ZNSt3__113__vector_baseIN4wasm4NameENS_9allocatorIS2_EEED2Ev(i1) { return; } +function __ZN4wasm22SExpressionWasmBuilder10parseStartERNS_7ElementE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i3 = HEAP32[i2 >> 2] | 0; + i1 = __ZN4wasm7Element4listEv(i1) | 0; + i2 = __ZN4wasm22SExpressionWasmBuilder15getFunctionNameERNS_7ElementE(i2, HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i3 + 132 >> 2] = i2; + return; +} + function __ZNK4wasm7Literal5truncEv(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -77403,10 +83298,10 @@ function __ZNK4wasm7Literal5truncEv(i2, i1) { function __ZNSt3__18ios_base4InitD2Ev(i1) { i1 = i1 | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(41696) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(41864) | 0; - __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(42036) | 0; - __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(42204) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(44604) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(44772) | 0; + __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(44944) | 0; + __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(45112) | 0; return; } @@ -77437,14 +83332,22 @@ function __ZN6cashew13OperatorClassC2EOS0_(i2, i1) { return; } -function __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i2, i1) { - i2 = i2 | 0; +function __ZN4wasm17SExpressionParserC2EPc(i3, i1) { + i3 = i3 | 0; i1 = i1 | 0; - var i3 = 0; - i3 = (HEAP32[i1 >> 2] | 0) + -1 | 0; - HEAP32[i1 >> 2] = i3; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i2, i3) | 0; - return __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i2, 41) | 0; + var i2 = 0; + HEAP32[i3 >> 2] = i1; + HEAP32[i3 + 4 >> 2] = 0; + HEAP32[i3 + 8 >> 2] = 0; + HEAP32[i3 + 12 >> 2] = 0; + i1 = i3 + 20 | 0; + i2 = 0; + while (1) { + HEAP32[i1 >> 2] = i2; + if (i2 | 0) break; + i2 = __ZN4wasm17SExpressionParser5parseEv(i3) | 0; + } + return; } function ___uflow(i2) { @@ -77479,6 +83382,46 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE7see return; } +function __ZN4wasm4Pow2Ej(i2) { + i2 = i2 | 0; + var i1 = 0; + switch (i2 | 0) { + case 0: + { + i1 = 1; + break; + } + case 1: + { + i1 = 2; + break; + } + case 2: + { + i1 = 4; + break; + } + case 3: + { + i1 = 8; + break; + } + case 4: + { + i1 = 16; + break; + } + case 5: + { + i1 = 32; + break; + } + default: + {} + } + return i1 | 0; +} + function ___shlim(i3, i4) { i3 = i3 | 0; i4 = i4 | 0; @@ -77492,26 +83435,6 @@ function ___shlim(i3, i4) { return; } -function __ZNKSt3__120__time_get_c_storageIcE3__rEv(i1) { - i1 = i1 | 0; - if ((HEAP8[39688] | 0) == 0 ? ___cxa_guard_acquire(39688) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(43496, 35597, 11); - ___cxa_atexit(211, 43496, ___dso_handle | 0) | 0; - ___cxa_guard_release(39688); - } - return 43496; -} - -function __ZNKSt3__120__time_get_c_storageIcE3__cEv(i1) { - i1 = i1 | 0; - if ((HEAP8[39680] | 0) == 0 ? ___cxa_guard_acquire(39680) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(43484, 35576, 20); - ___cxa_atexit(211, 43484, ___dso_handle | 0) | 0; - ___cxa_guard_release(39680); - } - return 43484; -} - function __ZNK10__cxxabiv117__class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i4, i2, i1, i3) { i4 = i4 | 0; i2 = i2 | 0; @@ -77556,24 +83479,20 @@ function __ZN4wasm13sigToWasmTypeEc(i2) { return i1 | 0; } -function __ZNKSt3__120__time_get_c_storageIcE3__xEv(i1) { - i1 = i1 | 0; - if ((HEAP8[39696] | 0) == 0 ? ___cxa_guard_acquire(39696) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(43508, 35609, 8); - ___cxa_atexit(211, 43508, ___dso_handle | 0) | 0; - ___cxa_guard_release(39696); - } - return 43508; -} - -function __ZNKSt3__120__time_get_c_storageIcE3__XEv(i1) { - i1 = i1 | 0; - if ((HEAP8[39704] | 0) == 0 ? ___cxa_guard_acquire(39704) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(43520, 35618, 8); - ___cxa_atexit(211, 43520, ___dso_handle | 0) | 0; - ___cxa_guard_release(39704); +function __ZNSt3__114__split_bufferIcRNS_9allocatorIcEEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + i1 = HEAP32[i4 + 4 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -1 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; } - return 43520; + __ZdlPv(HEAP32[i4 >> 2] | 0); + return; } function __ZNK4wasm7Literal12extendToSI64Ev(i1, i2) { @@ -77587,7 +83506,7 @@ function __ZNK4wasm7Literal12extendToSI64Ev(i1, i2) { HEAP32[i2 >> 2] = i3; HEAP32[i2 + 4 >> 2] = ((i3 | 0) < 0) << 31 >> 31; return; - } else ___assert_fail(16590, 29791, 307, 20889); + } else ___assert_fail(16689, 32778, 307, 23468); } function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE5clearEv(i1) { @@ -77661,6 +83580,42 @@ function __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i2) { return; } +function __ZNSt3__113__vector_baseIjNS_9allocatorIjEEED2Ev(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i3 = HEAP32[i1 >> 2] | 0; + if (i3 | 0) { + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; + } + __ZdlPv(i3); + } + return; +} + +function __ZNSt3__113__vector_baseIcNS_9allocatorIcEEED2Ev(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i3 = HEAP32[i1 >> 2] | 0; + if (i3 | 0) { + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -1 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; + } + __ZdlPv(i3); + } + return; +} + function __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev(i2) { i2 = i2 | 0; var i1 = 0; @@ -77712,7 +83667,7 @@ function __ZNSt3__15ctypeIcEC2EPKtbj(i4, i3, i2, i1) { i2 = i2 | 0; i1 = i1 | 0; HEAP32[i4 + 4 >> 2] = i1 + -1; - HEAP32[i4 >> 2] = 11512; + HEAP32[i4 >> 2] = 11872; i1 = i4 + 8 | 0; HEAP32[i1 >> 2] = i3; HEAP8[i4 + 12 >> 0] = i2 & 1; @@ -77723,9 +83678,34 @@ function __ZNSt3__15ctypeIcEC2EPKtbj(i4, i3, i2, i1) { return; } +function __ZN4wasm3LEBIjhE4readENSt3__18functionIFhvEEE(i3, i1) { + i3 = i3 | 0; + i1 = i1 | 0; + var i2 = 0, i4 = 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; + while (1) { + i4 = (__ZNKSt3__18functionIFhvEEclEv(i1) | 0) & 255; + HEAP32[i3 >> 2] = (i4 & 127) << i2 | HEAP32[i3 >> 2]; + if (!(i4 & 128)) break; else i2 = i2 + 7 | 0; + } + return; +} + +function __ZN4wasm17WasmBinaryBuilder12getBreakNameEi(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i3 = HEAP32[i2 + 100 >> 2] | 0; + i2 = (HEAP32[i2 + 104 >> 2] | 0) - i3 >> 2; + i1 = i2 + ~i1 | 0; + if (i1 >>> 0 < i2 >>> 0) return HEAP32[i3 + (i1 << 2) >> 2] | 0; else ___assert_fail(19115, 18162, 1674, 19166); + return 0; +} + function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEEC2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8932; + HEAP32[i1 >> 2] = 9292; __ZNSt3__16localeC2Ev(i1 + 4 | 0); i1 = i1 + 8 | 0; HEAP32[i1 >> 2] = 0; @@ -77751,7 +83731,7 @@ function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE5uflowEv(i1) { function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8868; + HEAP32[i1 >> 2] = 9228; __ZNSt3__16localeC2Ev(i1 + 4 | 0); i1 = i1 + 8 | 0; HEAP32[i1 >> 2] = 0; @@ -77775,6 +83755,54 @@ function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE5uflowEv(i1) { return i1 | 0; } +function __ZNKSt3__120__time_get_c_storageIwE3__xEv(i1) { + i1 = i1 | 0; + if ((HEAP8[42664] | 0) == 0 ? ___cxa_guard_acquire(42664) | 0 : 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(47228, 11180, _wcslen(11180) | 0); + ___cxa_atexit(230, 47228, ___dso_handle | 0) | 0; + } + return 47228; +} + +function __ZNKSt3__120__time_get_c_storageIwE3__rEv(i1) { + i1 = i1 | 0; + if ((HEAP8[42656] | 0) == 0 ? ___cxa_guard_acquire(42656) | 0 : 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(47216, 11132, _wcslen(11132) | 0); + ___cxa_atexit(230, 47216, ___dso_handle | 0) | 0; + } + return 47216; +} + +function __ZNKSt3__120__time_get_c_storageIwE3__cEv(i1) { + i1 = i1 | 0; + if ((HEAP8[42648] | 0) == 0 ? ___cxa_guard_acquire(42648) | 0 : 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(47204, 11048, _wcslen(11048) | 0); + ___cxa_atexit(230, 47204, ___dso_handle | 0) | 0; + } + return 47204; +} + +function __ZNKSt3__120__time_get_c_storageIwE3__XEv(i1) { + i1 = i1 | 0; + if ((HEAP8[42672] | 0) == 0 ? ___cxa_guard_acquire(42672) | 0 : 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(47240, 11216, _wcslen(11216) | 0); + ___cxa_atexit(230, 47240, ___dso_handle | 0) | 0; + } + return 47240; +} + +function __ZN4wasm17WasmBinaryBuilder16readMemoryAccessERjjS1_(i4, i1, i2, i3) { + i4 = i4 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + i3 = i3 | 0; + i2 = __ZN4wasm4Pow2Ej(__ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i4) | 0) | 0; + HEAP32[i1 >> 2] = i2; + i4 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i4) | 0; + HEAP32[i3 >> 2] = i4; + return; +} + function __ZN4wasm5unhexEc(i3) { i3 = i3 | 0; var i1 = 0, i2 = 0; @@ -77837,7 +83865,7 @@ function __ZNSt3__18numpunctIwEC2Ej(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; HEAP32[i2 + 4 >> 2] = i1 + -1; - HEAP32[i2 >> 2] = 11604; + HEAP32[i2 >> 2] = 11964; HEAP32[i2 + 8 >> 2] = 46; HEAP32[i2 + 12 >> 2] = 44; i1 = i2 + 16 | 0; @@ -77850,11 +83878,24 @@ function __ZNSt3__18numpunctIwEC2Ej(i2, i1) { return; } +function __ZN4wasm12FunctionTypeC2ERKS0_(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0; + i5 = i1; + i4 = HEAP32[i5 + 4 >> 2] | 0; + i3 = i2; + HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i3 + 4 >> 2] = i4; + __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEEC2ERKS5_(i2 + 8 | 0, i1 + 8 | 0); + return; +} + function __ZNSt3__18numpunctIcEC2Ej(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; HEAP32[i2 + 4 >> 2] = i1 + -1; - HEAP32[i2 >> 2] = 11564; + HEAP32[i2 >> 2] = 11924; HEAP8[i2 + 8 >> 0] = 46; HEAP8[i2 + 9 >> 0] = 44; i1 = i2 + 12 | 0; @@ -77869,7 +83910,7 @@ function __ZNSt3__18numpunctIcEC2Ej(i2, i1) { function __ZNSt3__18ios_baseD2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8852; + HEAP32[i1 >> 2] = 9212; __ZNSt3__18ios_base16__call_callbacksENS0_5eventE(i1, 0); __ZNSt3__16localeD2Ev(i1 + 28 | 0); _free(HEAP32[i1 + 32 >> 2] | 0); @@ -77896,12 +83937,12 @@ function __ZNKSt3__17collateIwE7do_hashEPKwS3_(i1, i2, i3) { } function __GLOBAL__sub_I_optimizer_shared_cpp() { - HEAP32[10258] = 0; - __ZN6cashew7IString3setEPKcb(41036, 30839, 1); - __ZN6cashew7IString3setEPKcb(41040, 30858, 1); - __ZN6cashew7IString3setEPKcb(41044, 30877, 1); - __ZN6cashew7IString3setEPKcb(41048, 30896, 1); - __ZN6cashew7IString3setEPKcb(41052, 30917, 1); + HEAP32[10983] = 0; + __ZN6cashew7IString3setEPKcb(43936, 33826, 1); + __ZN6cashew7IString3setEPKcb(43940, 33845, 1); + __ZN6cashew7IString3setEPKcb(43944, 33864, 1); + __ZN6cashew7IString3setEPKcb(43948, 33883, 1); + __ZN6cashew7IString3setEPKcb(43952, 33904, 1); return; } @@ -77938,17 +83979,6 @@ function __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i2) { return; } -function __ZNKSt3__18functionIFPN4wasm4PassEvEEclEv(i1) { - i1 = i1 | 0; - i1 = HEAP32[i1 + 16 >> 2] | 0; - if (!i1) { - i1 = ___cxa_allocate_exception(4) | 0; - HEAP32[i1 >> 2] = 3072; - ___cxa_throw(i1 | 0, 152, 15); - } else return FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 127](i1) | 0; - return 0; -} - function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE2atEj(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; @@ -77958,6 +83988,17 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE2atEj(i3, i2) { return 0; } +function __ZNKSt3__18functionIFPN4wasm4PassEvEEclEv(i1) { + i1 = i1 | 0; + i1 = HEAP32[i1 + 16 >> 2] | 0; + if (!i1) { + i1 = ___cxa_allocate_exception(4) | 0; + HEAP32[i1 >> 2] = 3172; + ___cxa_throw(i1 | 0, 40, 11); + } else return FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 127](i1) | 0; + return 0; +} + function __ZNK4wasm7Literal12extendToUI64Ev(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -77969,7 +84010,7 @@ function __ZNK4wasm7Literal12extendToUI64Ev(i1, i2) { HEAP32[i2 >> 2] = i3; HEAP32[i2 + 4 >> 2] = 0; return; - } else ___assert_fail(16590, 29791, 311, 20902); + } else ___assert_fail(16689, 32778, 311, 23481); } function __ZN4wasm15Asm2WasmBuilder12bytesToShiftEj(i3, i2) { @@ -78015,6 +84056,42 @@ function _rintf(d1) { return +d1; } +function __ZNKSt3__120__time_get_c_storageIcE3__rEv(i1) { + i1 = i1 | 0; + if ((HEAP8[42576] | 0) == 0 ? ___cxa_guard_acquire(42576) | 0 : 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(46404, 38536, 11); + ___cxa_atexit(226, 46404, ___dso_handle | 0) | 0; + } + return 46404; +} + +function __ZNKSt3__120__time_get_c_storageIcE3__cEv(i1) { + i1 = i1 | 0; + if ((HEAP8[42568] | 0) == 0 ? ___cxa_guard_acquire(42568) | 0 : 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(46392, 38515, 20); + ___cxa_atexit(226, 46392, ___dso_handle | 0) | 0; + } + return 46392; +} + +function __ZNKSt3__120__time_get_c_storageIcE3__xEv(i1) { + i1 = i1 | 0; + if ((HEAP8[42584] | 0) == 0 ? ___cxa_guard_acquire(42584) | 0 : 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(46416, 38548, 8); + ___cxa_atexit(226, 46416, ___dso_handle | 0) | 0; + } + return 46416; +} + +function __ZNKSt3__120__time_get_c_storageIcE3__XEv(i1) { + i1 = i1 | 0; + if ((HEAP8[42592] | 0) == 0 ? ___cxa_guard_acquire(42592) | 0 : 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(46428, 38557, 8); + ___cxa_atexit(226, 46428, ___dso_handle | 0) | 0; + } + return 46428; +} + function __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE8allocateEj(i4, i1) { i4 = i4 | 0; i1 = i1 | 0; @@ -78048,7 +84125,7 @@ function __ZN6cashew5Value8setArrayEj(i2, i1) { var i3 = 0; __ZN6cashew5Value4freeEv(i2); HEAP32[i2 >> 2] = 2; - i3 = __ZN6cashew5Arena10allocArrayEv(40980) | 0; + i3 = __ZN6cashew5Arena10allocArrayEv(43880) | 0; HEAP32[i2 + 8 >> 2] = i3; __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE7reserveEj(i3, i1); return i2 | 0; @@ -78057,7 +84134,7 @@ function __ZN6cashew5Value8setArrayEj(i2, i1) { function __ZN4wasm16PrintSExpression16visitUnreachableEPNS_11UnreachableE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i2 + 4 >> 2] | 0, 26266) | 0, 41) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i2 + 4 >> 2] | 0, 29012) | 0, 41) | 0; return; } @@ -78069,7 +84146,7 @@ function __ZN4wasm18CountLeadingZeroesIjEEiT_(i1) { i1 = i1 >>> 8 | i1; i1 = i1 >>> 16 | i1; if (!i1) i1 = 32; else { - i1 = 31188 + ((Math_imul(i1, 130329821) | 0) >>> 27) | 0; + i1 = 34175 + ((Math_imul(i1, 130329821) | 0) >>> 27) | 0; i1 = HEAPU8[i1 >> 0] | 0; } return i1 | 0; @@ -78085,10 +84162,30 @@ function __ZNSt3__18functionIFvvEED2Ev(i2) { return; } +function __ZNSt3__18functionIFhvEED2Ev(i2) { + i2 = i2 | 0; + var i1 = 0; + i1 = HEAP32[i2 + 16 >> 2] | 0; + if ((i1 | 0) != (i2 | 0)) { + if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 255](i1); + } else FUNCTION_TABLE_vi[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 255](i1); + return; +} + +function __ZNSt3__18functionIFavEED2Ev(i2) { + i2 = i2 | 0; + var i1 = 0; + i1 = HEAP32[i2 + 16 >> 2] | 0; + if ((i1 | 0) != (i2 | 0)) { + if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 255](i1); + } else FUNCTION_TABLE_vi[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 255](i1); + return; +} + function __ZN6cashew5Value4backEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP32[i1 >> 2] | 0) != 2) ___assert_fail(30791, 30801, 490, 23874); + if ((HEAP32[i1 >> 2] | 0) != 2) ___assert_fail(33778, 33788, 490, 26630); i2 = HEAP32[i1 + 8 >> 2] | 0; i1 = HEAP32[i2 + 4 >> 2] | 0; if ((i1 | 0) == (HEAP32[i2 >> 2] | 0)) i1 = 0; else i1 = HEAP32[i1 + -4 >> 2] | 0; @@ -78148,6 +84245,28 @@ function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE7seekposENS_4fposI11_ return; } +function __ZNKSt3__18functionIFhvEEclEv(i1) { + i1 = i1 | 0; + i1 = HEAP32[i1 + 16 >> 2] | 0; + if (!i1) { + i1 = ___cxa_allocate_exception(4) | 0; + HEAP32[i1 >> 2] = 3172; + ___cxa_throw(i1 | 0, 40, 11); + } else return FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 127](i1) | 0; + return 0; +} + +function __ZNKSt3__18functionIFavEEclEv(i1) { + i1 = i1 | 0; + i1 = HEAP32[i1 + 16 >> 2] | 0; + if (!i1) { + i1 = ___cxa_allocate_exception(4) | 0; + HEAP32[i1 >> 2] = 3172; + ___cxa_throw(i1 | 0, 40, 11); + } else return FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 127](i1) | 0; + return 0; +} + function dynCall_iiiiiiiii(i9, i1, i2, i3, i4, i5, i6, i7, i8) { i9 = i9 | 0; i1 = i1 | 0; @@ -78183,25 +84302,12 @@ function __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i3, i2) { i1 = 0; while (1) { if ((i1 | 0) == (i2 | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 25467) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 28225) | 0; i1 = i1 + 1 | 0; } return i3 | 0; } -function __ZNKSt3__18functionIFvvEEclEv(i1) { - i1 = i1 | 0; - i1 = HEAP32[i1 + 16 >> 2] | 0; - if (!i1) { - i1 = ___cxa_allocate_exception(4) | 0; - HEAP32[i1 >> 2] = 3072; - ___cxa_throw(i1 | 0, 152, 15); - } else { - FUNCTION_TABLE_vi[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 255](i1); - return; - } -} - function __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i2) { i2 = i2 | 0; var i1 = 0; @@ -78233,6 +84339,19 @@ function __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i2) { return i1 | 0; } +function __ZNKSt3__18functionIFvvEEclEv(i1) { + i1 = i1 | 0; + i1 = HEAP32[i1 + 16 >> 2] | 0; + if (!i1) { + i1 = ___cxa_allocate_exception(4) | 0; + HEAP32[i1 >> 2] = 3172; + ___cxa_throw(i1 | 0, 40, 11); + } else { + FUNCTION_TABLE_vi[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 255](i1); + return; + } +} + function __ZN4wasm11getWasmTypeEjb(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; @@ -78265,7 +84384,7 @@ function __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPK function __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i1) { i1 = i1 | 0; i1 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = HEAP32[10097]; + HEAP32[i1 + 8 >> 2] = HEAP32[10819]; HEAP32[i1 + 4 >> 2] = 1; return i1 | 0; } @@ -78310,7 +84429,7 @@ function __ZNKSt3__17collateIcE12do_transformEPKcS3_(i3, i4, i2, i1) { function __ZN4wasm16PrintSExpression15visitCallImportEPNS_10CallImportE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 + 4 >> 2] | 0, 25735, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 + 4 >> 2] | 0, 28468, 0) | 0; __ZN4wasm16PrintSExpression13printCallBodyEPNS_4CallE(i2, i1); return; } @@ -78345,29 +84464,19 @@ function __ZN4wasm13wasmToAsmTypeENS_8WasmTypeE(i2) { return i1 | 0; } -function __ZN4wasm22SExpressionWasmBuilder10parseStartERNS_7ElementE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - i2 = HEAP32[i2 >> 2] | 0; - i1 = __ZN4wasm7Element4listEv(i1) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i2 + 128 >> 2] = i1; - return; -} - function __ZL12prepare2wasmv() { var i1 = 0; - if ((HEAP32[10143] | 0) == 0 & (HEAP32[10144] | 0) == 0 & (HEAP32[10145] | 0) == 0 & (HEAP32[10146] | 0) == 0) { + if ((HEAP32[10868] | 0) == 0 & (HEAP32[10869] | 0) == 0 & (HEAP32[10870] | 0) == 0 & (HEAP32[10871] | 0) == 0) { i1 = (_emscripten_asm_const_i(5) | 0) != 0 & 1; - HEAP8[44584] = i1; + HEAP8[47492] = i1; return; - } else ___assert_fail(16654, 15018, 47, 16766); + } else ___assert_fail(16753, 15865, 48, 16865); } function __ZN4wasm16PrintSExpression8visitNopEPNS_3NopE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i2 + 4 >> 2] | 0, 26262) | 0, 41) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i2 + 4 >> 2] | 0, 29008) | 0, 41) | 0; return; } @@ -78410,7 +84519,7 @@ function __ZNK4wasm7Literal13truncateToF32Ev(i1, i2) { HEAP32[i1 >> 2] = 3; HEAPF32[i1 + 8 >> 2] = d3; return; - } else ___assert_fail(21061, 29791, 323, 21093); + } else ___assert_fail(23690, 32778, 323, 23722); } function __ZNK4wasm7Literal11extendToF64Ev(i1, i2) { @@ -78422,13 +84531,16 @@ function __ZNK4wasm7Literal11extendToF64Ev(i1, i2) { HEAP32[i1 >> 2] = 4; HEAPF64[i1 + 8 >> 3] = d3; return; - } else ___assert_fail(21017, 29791, 315, 21049); + } else ___assert_fail(23646, 32778, 315, 23678); } -function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE9startWalkEPNS_8FunctionE(i2, i1) { - i2 = i2 | 0; +function __ZN4wasm16PrintSExpression9incIndentEv(i1) { i1 = i1 | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 36 | 0); + if (!(HEAP8[i1 + 12 >> 0] | 0)) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i1 + 4 >> 2] | 0, 10) | 0; + i1 = i1 + 8 | 0; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; + } return; } @@ -78486,7 +84598,7 @@ function __ZN4wasm7Literal8getFloatEv(i2) { function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 3008; + HEAP32[i1 >> 2] = 3108; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1 + 32 | 0); __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED2Ev(i1); return; @@ -78535,7 +84647,7 @@ function __ZNKSt3__17codecvtIcc11__mbstate_tE5do_inERS1_PKcS5_RS5_PcS7_RS7_(i6, function __ZN4wasm16PrintSExpression9visitCallEPNS_4CallE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 + 4 >> 2] | 0, 25729, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 + 4 >> 2] | 0, 28462, 0) | 0; __ZN4wasm16PrintSExpression13printCallBodyEPNS_4CallE(i2, i1); return; } @@ -78544,11 +84656,11 @@ function ___cxa_get_globals_fast() { var i1 = 0, i2 = 0; i1 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - if (!(_pthread_once(44572, 2) | 0)) { - i2 = _pthread_getspecific(HEAP32[11144] | 0) | 0; + if (!(_pthread_once(47480, 2) | 0)) { + i2 = _pthread_getspecific(HEAP32[11871] | 0) | 0; STACKTOP = i1; return i2 | 0; - } else _abort_message(37170, i1); + } else _abort_message(40061, i1); return 0; } @@ -78597,19 +84709,19 @@ function dynCall_iiiiiiii(i8, i1, i2, i3, i4, i5, i6, i7) { function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 23156 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 25912 ? i2 + 4 | 0 : 0) | 0; } function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 22962 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 25718 ? i2 + 4 | 0 : 0) | 0; } function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 22681 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 25437 ? i2 + 4 | 0 : 0) | 0; } function __ZNKSt3__15ctypeIcE8do_widenEPKcS3_Pc(i3, i1, i4, i2) { @@ -78628,7 +84740,7 @@ function __ZNKSt3__15ctypeIcE8do_widenEPKcS3_Pc(i3, i1, i4, i2) { function __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(i1) { i1 = i1 | 0; - __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1, 2944); + __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1, 3044); __ZNSt3__19basic_iosIcNS_11char_traitsIcEEED2Ev(i1 + 60 | 0); return; } @@ -78639,10 +84751,10 @@ function __ZN10__cxxabiv112_GLOBAL__N_19destruct_EPv(i1) { i2 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; _free(i1); - if (!(_pthread_setspecific(HEAP32[11144] | 0, 0) | 0)) { + if (!(_pthread_setspecific(HEAP32[11871] | 0, 0) | 0)) { STACKTOP = i2; return; - } else _abort_message(37067, i2); + } else _abort_message(39958, i2); } function _snprintf(i3, i2, i1, i4) { @@ -78666,15 +84778,15 @@ function __ZZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC1EPKcS4_ENKUlvE_clEv(i1 HEAP32[i1 >> 2] = 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 + 8 >> 2] = 0; - HEAP32[i1 >> 2] = 3824; - HEAP32[i1 + 4 >> 2] = 3852; + HEAP32[i1 >> 2] = 4184; + HEAP32[i1 + 4 >> 2] = 4212; return i1 | 0; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 27885 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 30872 ? i2 + 4 | 0 : 0) | 0; } function __ZZN4wasm12RegisterPassINS_14SimplifyLocalsEEC1EPKcS4_ENKUlvE_clEv(i1) { @@ -78683,8 +84795,8 @@ function __ZZN4wasm12RegisterPassINS_14SimplifyLocalsEEC1EPKcS4_ENKUlvE_clEv(i1) HEAP32[i1 >> 2] = 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 + 8 >> 2] = 0; - HEAP32[i1 >> 2] = 4208; - HEAP32[i1 + 4 >> 2] = 4236; + HEAP32[i1 >> 2] = 4568; + HEAP32[i1 + 4 >> 2] = 4596; return i1 | 0; } @@ -78694,14 +84806,14 @@ function __ZZN4wasm12RegisterPassINS_14PostEmscriptenEEC1EPKcS4_ENKUlvE_clEv(i1) HEAP32[i1 >> 2] = 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 + 8 >> 2] = 0; - HEAP32[i1 >> 2] = 4080; - HEAP32[i1 + 4 >> 2] = 4108; + HEAP32[i1 >> 2] = 4440; + HEAP32[i1 + 4 >> 2] = 4468; return i1 | 0; } function __ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(i1) { i1 = i1 | 0; - __ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1, 3192); + __ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1, 3480); __ZNSt3__19basic_iosIcNS_11char_traitsIcEEED2Ev(i1 + 64 | 0); return; } @@ -78722,28 +84834,41 @@ function __ZNKSt3__15ctypeIwE8do_widenEPKcS3_Pw(i3, i1, i4, i2) { function __ZN4wasm13ReorderLocalsD2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 4336; - HEAP32[i1 + 4 >> 2] = 4364; + HEAP32[i1 >> 2] = 4696; + HEAP32[i1 + 4 >> 2] = 4724; __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEED2Ev(i1 + 12 | 0); return; } +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEjPKc(i3, i1, i2) { + i3 = i3 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + return __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEjPKcj(i3, i1, i2, _strlen(i2) | 0) | 0; +} + function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 27152 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 30139 ? i2 + 4 | 0 : 0) | 0; +} + +function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 29425 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm12PassRegistry3getEv() { var i1 = 0; - i1 = HEAP32[10150] | 0; + i1 = HEAP32[10875] | 0; if (!i1) { i1 = __Znwj(12) | 0; HEAP32[i1 >> 2] = 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 + 8 >> 2] = 0; HEAP32[i1 >> 2] = i1 + 4; - HEAP32[10150] = i1; + HEAP32[10875] = i1; } return i1 | 0; } @@ -78751,13 +84876,13 @@ function __ZN4wasm12PassRegistry3getEv() { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 29340 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 32327 ? i2 + 4 | 0 : 0) | 0; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 28652 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 31639 ? i2 + 4 | 0 : 0) | 0; } function __ZNK4wasm7Literal13truncateToI32Ev(i1, i2) { @@ -78768,7 +84893,7 @@ function __ZNK4wasm7Literal13truncateToI32Ev(i1, i2) { HEAP32[i1 >> 2] = 1; HEAP32[i1 + 8 >> 2] = i2; return; - } else ___assert_fail(16622, 29791, 319, 20915); + } else ___assert_fail(16721, 32778, 319, 23494); } function __ZZN4wasm12RegisterPassINS_11MergeBlocksEEC1EPKcS4_ENKUlvE_clEv(i1) { @@ -78777,15 +84902,15 @@ function __ZZN4wasm12RegisterPassINS_11MergeBlocksEEC1EPKcS4_ENKUlvE_clEv(i1) { HEAP32[i1 >> 2] = 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 + 8 >> 2] = 0; - HEAP32[i1 >> 2] = 3608; - HEAP32[i1 + 4 >> 2] = 3636; + HEAP32[i1 >> 2] = 3896; + HEAP32[i1 + 4 >> 2] = 3924; return i1 | 0; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 30049 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 33036 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm2If8finalizeEv(i1) { @@ -78800,8 +84925,8 @@ function __ZN4wasm2If8finalizeEv(i1) { function __ZL8abort_onN6cashew3RefE(i1) { i1 = i1 | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 41780, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(41780, 10) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 44688, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(44688, 10) | 0; _abort(); } @@ -78834,16 +84959,43 @@ function __ZNKSt3__15ctypeIwE5do_isEtw(i3, i2, i1) { return i1 | 0; } +function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE7__cloneEv(i1) { + i1 = i1 | 0; + var i2 = 0; + i2 = __Znwj(8) | 0; + HEAP32[i2 >> 2] = 3248; + HEAP32[i2 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + return i2 | 0; +} + +function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEE7__cloneEv(i1) { + i1 = i1 | 0; + var i2 = 0; + i2 = __Znwj(8) | 0; + HEAP32[i2 >> 2] = 3336; + HEAP32[i2 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + return i2 | 0; +} + +function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEE7__cloneEv(i1) { + i1 = i1 | 0; + var i2 = 0; + i2 = __Znwj(8) | 0; + HEAP32[i2 >> 2] = 3292; + HEAP32[i2 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + return i2 | 0; +} + function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 25294 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 28050 ? i2 + 4 | 0 : 0) | 0; } function __ZN6cashew5ValueixEj(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - if ((HEAP32[i1 >> 2] | 0) == 2) return __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE2atEj(HEAP32[i1 + 8 >> 2] | 0, i2) | 0; else ___assert_fail(30791, 30801, 473, 38367); + if ((HEAP32[i1 >> 2] | 0) == 2) return __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE2atEj(HEAP32[i1 + 8 >> 2] | 0, i2) | 0; else ___assert_fail(33778, 33788, 473, 41258); return 0; } @@ -78862,56 +85014,56 @@ function __ZTv0_n12_NSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9alloca function __ZNSt3__16locale5__imp7installINS_9money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44424) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47332) | 0); return; } function __ZNSt3__16locale5__imp7installINS_9money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44416) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47324) | 0); return; } function __ZNSt3__16locale5__imp7installINS_9money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44408) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47316) | 0); return; } function __ZNSt3__16locale5__imp7installINS_9money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44400) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47308) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44360) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47268) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44352) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47260) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44344) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47252) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43532) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(46440) | 0); return; } @@ -78935,35 +85087,35 @@ function __ZTv0_n12_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocat function __ZNSt3__16locale5__imp7installINS_7num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42720) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(45628) | 0); return; } function __ZNSt3__16locale5__imp7installINS_7num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42712) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(45620) | 0); return; } function __ZNSt3__16locale5__imp7installINS_7num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42704) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(45612) | 0); return; } function __ZNSt3__16locale5__imp7installINS_7num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42680) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(45588) | 0); return; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 26427 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 29198 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm4Host8finalizeEv(i1) { @@ -78978,7 +85130,7 @@ function __ZN4wasm4Host8finalizeEv(i1) { } case 2: { - HEAP32[i1 + 4 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 1; break; } default: @@ -78992,29 +85144,50 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedB return __ZZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC1EPKcS4_ENKUlvE_clEv(i1 + 4 | 0) | 0; } +function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv(i1) { + i1 = i1 | 0; + return __ZZN4wasm12RegisterPassINS_15MinifiedPrinterEEC1EPKcS4_ENKUlvE_clEv(i1 + 4 | 0) | 0; +} + +function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE7__cloneEPNS0_6__baseIS7_EE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + HEAP32[i1 >> 2] = 3248; + HEAP32[i1 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + return; +} + +function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEE7__cloneEPNS0_6__baseIS7_EE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + HEAP32[i1 >> 2] = 3336; + HEAP32[i1 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + return; +} + +function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEE7__cloneEPNS0_6__baseIS7_EE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + HEAP32[i1 >> 2] = 3292; + HEAP32[i1 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + return; +} + function __ZN6cashew5Value4sizeEv(i1) { i1 = i1 | 0; if ((HEAP32[i1 >> 2] | 0) == 2) { i1 = HEAP32[i1 + 8 >> 2] | 0; return (HEAP32[i1 + 4 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) >> 2 | 0; - } else ___assert_fail(30791, 30801, 457, 15286); + } else ___assert_fail(33778, 33788, 457, 16133); return 0; } function __ZN4wasm12toSInteger32Ed(d1) { d1 = +d1; - if (__ZN4wasm12isSInteger32Ed(d1) | 0) return ~~(d1 > -2147483648.0 & d1 < 2147483647.0 ? d1 : d1 < 0.0 ? -2147483648.0 : 2147483647.0) | 0; else ___assert_fail(31098, 31056, 44, 31114); + if (__ZN4wasm12isSInteger32Ed(d1) | 0) return ~~(d1 > -2147483648.0 & d1 < 2147483647.0 ? d1 : d1 < 0.0 ? -2147483648.0 : 2147483647.0) | 0; else ___assert_fail(34085, 34043, 44, 34101); return 0; } -function __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i2, 10) | 0; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; - return i2 | 0; -} - function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv(i1) { i1 = i1 | 0; return __ZZN4wasm12RegisterPassINS_14SimplifyLocalsEEC1EPKcS4_ENKUlvE_clEv(i1 + 4 | 0) | 0; @@ -79087,24 +85260,6 @@ function dynCall_iiiiiii(i7, i1, i2, i3, i4, i5, i6) { return FUNCTION_TABLE_iiiiiii[i7 & 63](i1 | 0, i2 | 0, i3 | 0, i4 | 0, i5 | 0, i6 | 0) | 0; } -function __ZNSt3__16locale8__globalEv() { - if ((HEAP8[40272] | 0) == 0 ? ___cxa_guard_acquire(40272) | 0 : 0) { - __ZNSt3__16locale5__imp11make_globalEv() | 0; - HEAP32[11123] = 44488; - ___cxa_guard_release(40272); - } - return HEAP32[11123] | 0; -} - -function __ZNSt3__16locale7classicEv() { - if ((HEAP8[40104] | 0) == 0 ? ___cxa_guard_acquire(40104) | 0 : 0) { - __ZNSt3__16locale5__imp12make_classicEv() | 0; - HEAP32[11121] = 44480; - ___cxa_guard_release(40104); - } - return HEAP32[11121] | 0; -} - function _bitshift64Ashr(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; @@ -79117,36 +85272,11 @@ function _bitshift64Ashr(i3, i2, i1) { return i2 >> i1 - 32 | 0; } -function _newlocale(i2, i3, i1) { - i2 = i2 | 0; - i3 = i3 | 0; - i1 = i1 | 0; - if (((HEAP8[i3 >> 0] | 0) != 0 ? (_strcmp(i3, 34871) | 0) != 0 : 0) ? (_strcmp(i3, 33919) | 0) != 0 : 0) i1 = 0; else if (!i1) i1 = _calloc(1, 4) | 0; - return i1 | 0; -} - -function __ZNSt3__16__clocEv() { - var i1 = 0; - if ((HEAP8[39624] | 0) == 0 ? ___cxa_guard_acquire(39624) | 0 : 0) { - i1 = _newlocale(2147483647, 34871, 0) | 0; - HEAP32[10669] = i1; - ___cxa_guard_release(39624); - } - return HEAP32[10669] | 0; -} - function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv(i1) { i1 = i1 | 0; return __ZZN4wasm12RegisterPassINS_11MergeBlocksEEC1EPKcS4_ENKUlvE_clEv(i1 + 4 | 0) | 0; } -function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervE9startWalkEPNS_8FunctionE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 36 | 0); - return; -} - function __ZNSt3__113unordered_setIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i1) { i1 = i1 | 0; __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i1); @@ -79156,13 +85286,20 @@ function __ZNSt3__113unordered_setIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS function __ZNSt3__17codecvtIwc11__mbstate_tED2Ev(i1) { i1 = i1 | 0; var i2 = 0; - HEAP32[i1 >> 2] = 11444; + HEAP32[i1 >> 2] = 11804; i1 = i1 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; if ((i2 | 0) != (__ZNSt3__16__clocEv() | 0)) _freelocale(HEAP32[i1 >> 2] | 0); return; } +function __ZN4wasm4NameC2ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN6cashew7IStringC2EPKcb(i2, (HEAP8[i1 >> 0] & 1) == 0 ? i1 + 1 | 0 : HEAP32[i1 + 8 >> 2] | 0, 0); + return; +} + function _fprintf(i1, i2, i3) { i1 = i1 | 0; i2 = i2 | 0; @@ -79183,7 +85320,7 @@ function __ZNK4wasm7Literal6geti64Ev(i1) { i1 = i1 + 8 | 0; tempRet0 = HEAP32[i1 + 4 >> 2] | 0; return HEAP32[i1 >> 2] | 0; - } else ___assert_fail(16622, 29791, 196, 19834); + } else ___assert_fail(16721, 32778, 196, 22441); return 0; } @@ -79194,7 +85331,7 @@ function __ZN4wasm7Literal9castToI32Ev(i1, i2) { HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; HEAP32[i1 >> 2] = 1; return; - } else ___assert_fail(21017, 29791, 183, 21039); + } else ___assert_fail(23646, 32778, 183, 23668); } function __ZN4wasm7Literal9castToF32Ev(i1, i2) { @@ -79204,7 +85341,7 @@ function __ZN4wasm7Literal9castToF32Ev(i1, i2) { HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; HEAP32[i1 >> 2] = 3; return; - } else ___assert_fail(16590, 29791, 171, 16612); + } else ___assert_fail(16689, 32778, 171, 16711); } function dynCall_iiiiiid(i7, i1, i2, i3, i4, i5, d6) { @@ -79282,10 +85419,28 @@ function __ZNKSt3__15ctypeIcE10do_tolowerEc(i2, i1) { return i1 | 0; } +function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE6targetERKSt9type_info(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 18444 ? i2 + 4 | 0 : 0) | 0; +} + +function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEE6targetERKSt9type_info(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 19853 ? i2 + 4 | 0 : 0) | 0; +} + +function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEE6targetERKSt9type_info(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 19699 ? i2 + 4 | 0 : 0) | 0; +} + function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 3908; + HEAP32[i1 >> 2] = 4268; return; } @@ -79315,7 +85470,14 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPK function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 3780; + HEAP32[i1 >> 2] = 4140; + return; +} + +function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + HEAP32[i1 >> 2] = 4096; return; } @@ -79332,22 +85494,22 @@ function __ZNKSt3__15ctypeIcE10do_toupperEc(i2, i1) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 4164; + HEAP32[i1 >> 2] = 4524; return; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 4036; + HEAP32[i1 >> 2] = 4396; return; } function __ZN4wasm14AstStackHelper9getParentEv(i1) { i1 = i1 | 0; var i2 = 0; - i1 = HEAP32[10137] | 0; - i2 = (HEAP32[10138] | 0) - i1 >> 2; + i1 = HEAP32[10862] | 0; + i2 = (HEAP32[10863] | 0) - i1 >> 2; if (i2 >>> 0 > 1) i1 = HEAP32[i1 + (i2 + -2 << 2) >> 2] | 0; else i1 = 0; return i1 | 0; } @@ -79355,7 +85517,7 @@ function __ZN4wasm14AstStackHelper9getParentEv(i1) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 4292; + HEAP32[i1 >> 2] = 4652; return; } @@ -79378,10 +85540,16 @@ function __ZN4wasm19CountTrailingZeroesIyEEiT_(i1, i2) { return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder10verifyInt8Ea(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + if ((__ZN4wasm17WasmBinaryBuilder7getInt8Ev(i1) | 0) << 24 >> 24 == i2 << 24 >> 24) return; else ___assert_fail(18210, 18162, 1281, 18516); +} + function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 3564; + HEAP32[i1 >> 2] = 3852; return; } @@ -79391,12 +85559,12 @@ function __ZNK6cashew7IStringltERKS0_(i2, i1) { var i3 = 0; i3 = HEAP32[i2 >> 2] | 0; i2 = HEAP32[i1 >> 2] | 0; - return (_strcmp((i3 | 0) == 0 ? 48675 : i3, (i2 | 0) == 0 ? 48675 : i2) | 0) < 0 | 0; + return (_strcmp((i3 | 0) == 0 ? 51584 : i3, (i2 | 0) == 0 ? 51584 : i2) | 0) < 0 | 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(24157, 23250, 319, 24164); else return HEAP32[i1 + 4 >> 2] | 0; + if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(26913, 26006, 319, 26920); else return HEAP32[i1 + 4 >> 2] | 0; return 0; } @@ -79407,7 +85575,7 @@ function _abort_message(i1, i2) { i3 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; HEAP32[i3 >> 2] = i2; - i2 = HEAP32[1105] | 0; + i2 = HEAP32[1305] | 0; _vfprintf(i2, i1, i3) | 0; _fputc(10, i2) | 0; _abort(); @@ -79416,13 +85584,13 @@ function _abort_message(i1, i2) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 3908; + HEAP32[i1 >> 2] = 4268; return i1 | 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 4 >> 2] | 0; else ___assert_fail(24172, 23250, 323, 24180); + if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 4 >> 2] | 0; else ___assert_fail(26928, 26006, 323, 26936); return 0; } @@ -79452,7 +85620,14 @@ function __ZNKSt3__18ios_base6getlocEv(i1) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 3780; + HEAP32[i1 >> 2] = 4140; + return i1 | 0; +} + +function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { + i1 = i1 | 0; + i1 = __Znwj(8) | 0; + HEAP32[i1 >> 2] = 4096; return i1 | 0; } @@ -79460,37 +85635,37 @@ function __ZN10__cxxabiv112_GLOBAL__N_110construct_Ev() { var i1 = 0; i1 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - if (!(_pthread_key_create(44576, 218) | 0)) { + if (!(_pthread_key_create(47484, 233) | 0)) { STACKTOP = i1; return; - } else _abort_message(37120, i1); + } else _abort_message(40011, i1); } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 4164; + HEAP32[i1 >> 2] = 4524; return i1 | 0; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 4036; + HEAP32[i1 >> 2] = 4396; return i1 | 0; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 3736; + HEAP32[i1 >> 2] = 4052; return; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 4292; + HEAP32[i1 >> 2] = 4652; return i1 | 0; } @@ -79507,7 +85682,7 @@ function __ZNKSt3__17codecvtIcc11__mbstate_tE9do_lengthERS1_PKcS5_j(i5, i1, i3, function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 3564; + HEAP32[i1 >> 2] = 3852; return i1 | 0; } @@ -79521,14 +85696,14 @@ function __ZN4wasm8PopCountIjEEiT_(i1) { function __ZNSt3__16locale5__imp7installINS_7codecvtIDsc11__mbstate_tEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44464) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47372) | 0); return; } function __ZNSt3__16locale5__imp7installINS_7codecvtIDic11__mbstate_tEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44472) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47380) | 0); return; } @@ -79540,17 +85715,25 @@ function __ZN6cashew3RefeqERKNS_7IStringE(i1, i2) { return i1 | 0; } +function __ZN4wasm5Block8finalizeEv(i2) { + i2 = i2 | 0; + var i1 = 0; + i1 = HEAP32[i2 + 16 >> 2] | 0; + if ((i1 | 0) != (HEAP32[i2 + 12 >> 2] | 0)) HEAP32[i2 + 4 >> 2] = HEAP32[(HEAP32[i1 + -4 >> 2] | 0) + 4 >> 2]; + return; +} + function __ZNSt3__16locale5__imp7installINS_7codecvtIwc11__mbstate_tEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44456) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47364) | 0); return; } function __ZNSt3__16locale5__imp7installINS_7codecvtIcc11__mbstate_tEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44448) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47356) | 0); return; } @@ -79586,9 +85769,9 @@ function __ZNSt3__16locale5__imp11make_globalEv() { var i1 = 0; i1 = __ZNSt3__16locale7classicEv() | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[11122] = i1; + HEAP32[11849] = i1; __ZNSt3__114__shared_count12__add_sharedEv(i1); - return 44488; + return 47396; } function __ZNKSt3__15ctypeIwE10do_toupperEw(i2, i1) { @@ -79614,7 +85797,7 @@ function __ZNKSt3__15ctypeIwE10do_tolowerEw(i2, i1) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 3736; + HEAP32[i1 >> 2] = 4052; return i1 | 0; } @@ -79628,37 +85811,59 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7isSpaceEc(i1) { function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 24557 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 27313 ? i2 + 4 | 0 : 0) | 0; +} + +function __ZNSt3__16locale8__globalEv() { + if ((HEAP8[43160] | 0) == 0 ? ___cxa_guard_acquire(43160) | 0 : 0) { + __ZNSt3__16locale5__imp11make_globalEv() | 0; + HEAP32[11850] = 47396; + } + return HEAP32[11850] | 0; +} + +function __ZNSt3__16locale7classicEv() { + if ((HEAP8[42992] | 0) == 0 ? ___cxa_guard_acquire(42992) | 0 : 0) { + __ZNSt3__16locale5__imp12make_classicEv() | 0; + HEAP32[11848] = 47388; + } + return HEAP32[11848] | 0; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb1EEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44392) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47300) | 0); return; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb0EEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44384) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47292) | 0); return; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb1EEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44376) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47284) | 0); return; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb0EEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44368) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47276) | 0); return; } +function __ZN4wasm17WasmBinaryBuilder11verifyInt32Ei(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + if ((__ZN4wasm17WasmBinaryBuilder8getInt32Ev(i1) | 0) == (i2 | 0)) return; else ___assert_fail(18210, 18162, 1289, 18217); +} + function __ZNSt3__16localeC2Ev(i1) { i1 = i1 | 0; var i2 = 0; @@ -79723,6 +85928,15 @@ function __ZTv0_n12_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev(i1) { return; } +function __ZNSt3__16__clocEv() { + var i1 = 0; + if ((HEAP8[42512] | 0) == 0 ? ___cxa_guard_acquire(42512) | 0 : 0) { + i1 = _newlocale(2147483647, 37810, 0) | 0; + HEAP32[11396] = i1; + } + return HEAP32[11396] | 0; +} + function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_8FunctionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -79828,7 +86042,7 @@ function __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEE function __ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEEclEv(i1) { i1 = i1 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(41780, 24517) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(44688, 27273) | 0; _abort(); } @@ -79846,6 +86060,21 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_8FunctionE(i return; } +function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEEclEv(i1) { + i1 = i1 | 0; + return __ZN4wasm17WasmBinaryBuilder7getInt8Ev(HEAP32[i1 + 4 >> 2] | 0) | 0; +} + +function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEEclEv(i1) { + i1 = i1 | 0; + return __ZN4wasm17WasmBinaryBuilder7getInt8Ev(HEAP32[i1 + 4 >> 2] | 0) | 0; +} + +function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEEclEv(i1) { + i1 = i1 | 0; + return __ZN4wasm17WasmBinaryBuilder7getInt8Ev(HEAP32[i1 + 4 >> 2] | 0) | 0; +} + function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE18destroy_deallocateEv(i1) { i1 = i1 | 0; __ZdlPv(i1); @@ -79909,7 +86138,7 @@ function __ZNKSt3__110moneypunctIcLb0EE11do_groupingEv(i2, i1) { function __ZN4wasm19CountTrailingZeroesIjEEiT_(i1) { i1 = i1 | 0; if (!i1) i1 = 32; else { - i1 = 31156 + ((Math_imul(i1 & 0 - i1, 125613361) | 0) >>> 27) | 0; + i1 = 34143 + ((Math_imul(i1 & 0 - i1, 125613361) | 0) >>> 27) | 0; i1 = HEAPU8[i1 >> 0] | 0; } return i1 | 0; @@ -79917,15 +86146,15 @@ function __ZN4wasm19CountTrailingZeroesIjEEiT_(i1) { function __ZN4wasm17RemoveUnusedNamesD2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 3952; - HEAP32[i1 + 4 >> 2] = 3980; + HEAP32[i1 >> 2] = 4312; + HEAP32[i1 + 4 >> 2] = 4340; __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEED2Ev(i1 + 12 | 0); return; } function __ZN4wasm12toUInteger32Ed(d1) { d1 = +d1; - if (__ZN4wasm12isUInteger32Ed(d1) | 0) return ~~(d1 < 4294967295.0 ? d1 : 4294967295.0) >>> 0 | 0; else ___assert_fail(31040, 31056, 37, 31085); + if (__ZN4wasm12isUInteger32Ed(d1) | 0) return ~~(d1 < 4294967295.0 ? d1 : 4294967295.0) >>> 0 | 0; else ___assert_fail(34027, 34043, 37, 34072); return 0; } @@ -79951,28 +86180,28 @@ function __ZThn8_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorI function __ZNSt3__16locale5__imp7installINS_8numpunctIwEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42696) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(45604) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8numpunctIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42668) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(45576) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8messagesIwEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44440) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47348) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8messagesIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(44432) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(47340) | 0); return; } @@ -79992,14 +86221,14 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction function __ZNSt3__16locale5__imp7installINS_7collateIwEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42648) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(45556) | 0); return; } function __ZNSt3__16locale5__imp7installINS_7collateIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42640) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(45548) | 0); return; } @@ -80007,7 +86236,7 @@ function __ZN6cashew7IStringC2EPKcb(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; i1 = i1 | 0; - if (!i2) ___assert_fail(15219, 15221, 61, 15256); else { + if (!i2) ___assert_fail(16066, 16068, 61, 16103); else { __ZN6cashew7IString3setEPKcb(i3, i2, i1); return; } @@ -80027,6 +86256,13 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_8FunctionE(i2, return; } +function __ZN4wasm10WasmWalkerINS_11BreakSeekerEvE9startWalkEPNS_8FunctionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 36 | 0); + return; +} + function dynCall_viiiii(i6, i1, i2, i3, i4, i5) { i6 = i6 | 0; i1 = i1 | 0; @@ -80040,28 +86276,28 @@ function dynCall_viiiii(i6, i1, i2, i3, i4, i5) { function __ZNKSt3__18numpunctIwE12do_falsenameEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(i1, 11656, _wcslen(11656) | 0); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(i1, 12016, _wcslen(12016) | 0); return; } function __ZNSt3__16locale5__imp7installINS_5ctypeIwEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42688) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(45596) | 0); return; } function __ZNSt3__16locale5__imp7installINS_5ctypeIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42656) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(45564) | 0); return; } function __ZNKSt3__18numpunctIwE11do_truenameEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(i1, 11636, _wcslen(11636) | 0); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(i1, 11996, _wcslen(11996) | 0); return; } @@ -80078,6 +86314,13 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedN return; } +function __ZN4wasm17WasmBinaryBuilder11getWasmTypeEv(i1) { + i1 = i1 | 0; + i1 = __ZN4wasm17WasmBinaryBuilder7getInt8Ev(i1) | 0; + if ((i1 & 255) < 5) return i1 << 24 >> 24 | 0; else _abort(); + return 0; +} + function __ZNKSt3__110moneypunctIwLb1EE13do_pos_formatEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -80164,6 +86407,12 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedB return; } +function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + function __ZNKSt3__17codecvtIDsc11__mbstate_tE10do_unshiftERS1_PcS4_RS4_(i3, i1, i4, i2, i5) { i3 = i3 | 0; i1 = i1 | 0; @@ -80226,6 +86475,12 @@ function __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStr return; } +function __GLOBAL__sub_I_Print_cpp() { + __ZN4wasm12RegisterPassINS_7PrinterEEC2EPKcS4_(49503, 29049, 29055); + __ZN4wasm12RegisterPassINS_15MinifiedPrinterEEC2EPKcS4_(49504, 29249, 29264); + return; +} + function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv(i1) { i1 = i1 | 0; __ZdlPv(i1); @@ -80260,14 +86515,35 @@ function __ZNKSt3__110moneypunctIcLb0EE16do_negative_signEv(i1, i2) { return; } +function __ZNK4wasm7Literal14reinterpretf64Ev(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 2) return +(+HEAPF64[i1 + 8 >> 3]); else ___assert_fail(16721, 32778, 205, 19950); + return +(0.0); +} + +function __ZNK4wasm7Literal14reinterpretf32Ev(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 1) return +(+HEAPF32[i1 + 8 >> 2]); else ___assert_fail(16689, 32778, 204, 19911); + return +(0.0); +} + function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv(i1) { i1 = i1 | 0; - return 312; + return 384; } function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv(i1) { i1 = i1 | 0; - return 288; + return 360; +} + +function ___strdup(i3) { + i3 = i3 | 0; + var i1 = 0, i2 = 0; + i2 = (_strlen(i3) | 0) + 1 | 0; + i1 = _malloc(i2) | 0; + if (!i1) i1 = 0; else _memcpy(i1 | 0, i3 | 0, i2 | 0) | 0; + return i1 | 0; } function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i1) { @@ -80278,7 +86554,7 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE11target_typeEv(i1) { i1 = i1 | 0; - return 256; + return 328; } function __ZN6cashew11isIdentInitEc(i1) { @@ -80299,6 +86575,14 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction return; } +function __ZZN4wasm12RegisterPassINS_15MinifiedPrinterEEC1EPKcS4_ENKUlvE_clEv(i1) { + i1 = i1 | 0; + i1 = __Znwj(8) | 0; + HEAP32[i1 + 4 >> 2] = 44604; + HEAP32[i1 >> 2] = 4024; + return i1 | 0; +} + function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EED0Ev(i1) { i1 = i1 | 0; __ZdlPv(i1); @@ -80323,7 +86607,7 @@ function dynCall_iiiii(i5, i1, i2, i3, i4) { function __ZNKSt3__18numpunctIcE12do_falsenameEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 38039, 5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 40930, 5); return; } @@ -80345,7 +86629,7 @@ function __ZTv0_n12_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev(i1) { function __ZNSt3__15ctypeIcED2Ev(i2) { i2 = i2 | 0; var i1 = 0; - HEAP32[i2 >> 2] = 11512; + HEAP32[i2 >> 2] = 11872; i1 = HEAP32[i2 + 8 >> 2] | 0; if (i1 | 0 ? HEAP8[i2 + 12 >> 0] | 0 : 0) __ZdaPv(i1); return; @@ -80354,14 +86638,14 @@ function __ZNSt3__15ctypeIcED2Ev(i2) { function __ZNKSt3__18numpunctIcE11do_truenameEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 38045, 4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 40936, 4); return; } function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7__cloneEPNS0_6__baseIS5_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 3520; + HEAP32[i1 >> 2] = 3808; return; } @@ -80379,6 +86663,12 @@ function __ZNKSt3__18numpunctIcE11do_groupingEv(i1, i2) { return; } +function __ZN4wasm10Expression4castINS_11UnreachableEEEPT_v(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 20) return i1 | 0; else ___assert_fail(17800, 32778, 766, 17815); + return 0; +} + function __ZTv0_n12_NSt3__113basic_ostreamIwNS_11char_traitsIwEEED1Ev(i1) { i1 = i1 | 0; __ZNSt3__18ios_baseD2Ev(i1 + (HEAP32[(HEAP32[i1 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0); @@ -80405,13 +86695,13 @@ function __ZTv0_n12_NSt3__113basic_istreamIcNS_11char_traitsIcEEED1Ev(i1) { function __ZNK4wasm7Literal6getf64Ev(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 4) return +(+HEAPF64[i1 + 8 >> 3]); else ___assert_fail(21061, 29791, 198, 21578); + if ((HEAP32[i1 >> 2] | 0) == 4) return +(+HEAPF64[i1 + 8 >> 3]); else ___assert_fail(23690, 32778, 198, 24349); return +(0.0); } function __ZNK4wasm7Literal6getf32Ev(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 3) return +(+HEAPF32[i1 + 8 >> 2]); else ___assert_fail(21017, 29791, 197, 21571); + if ((HEAP32[i1 >> 2] | 0) == 3) return +(+HEAPF32[i1 + 8 >> 2]); else ___assert_fail(23646, 32778, 197, 24342); return +(0.0); } @@ -80431,7 +86721,7 @@ function __ZNSt3__110__time_putD2Ev(i1) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { i1 = i1 | 0; - return 880; + return 992; } function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7destroyEv(i1) { @@ -80452,22 +86742,33 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedN function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { i1 = i1 | 0; - return 728; + return 840; +} + +function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { + i1 = i1 | 0; + return 688; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { i1 = i1 | 0; - return 1184; + return 1296; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { i1 = i1 | 0; - return 1032; + return 1144; } function __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i1) { i1 = i1 | 0; - return __ZN6cashew5Value9setStringERKNS_7IStringE(__ZN6cashew5Arena5allocEv(40980) | 0, i1) | 0; + return __ZN6cashew5Value9setStringERKNS_7IStringE(__ZN6cashew5Arena5allocEv(43880) | 0, i1) | 0; +} + +function __ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 10) return i1 | 0; else ___assert_fail(17800, 32778, 766, 17815); + return 0; } function b11(i1, i2, i3, i4, i5, i6, i7, i8) { @@ -80490,14 +86791,20 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { i1 = i1 | 0; - return 1336; + return 1448; +} + +function __ZN4wasm10Expression4castINS_8GetLocalEEEPT_v(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 9) return i1 | 0; else ___assert_fail(17800, 32778, 766, 17815); + return 0; } function __ZZN4wasm12RegisterPassINS_7PrinterEEC1EPKcS4_ENKUlvE_clEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 3692; - HEAP32[i1 + 4 >> 2] = 41696; + HEAP32[i1 >> 2] = 3980; + HEAP32[i1 + 4 >> 2] = 44604; return i1 | 0; } @@ -80516,28 +86823,46 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedB return; } +function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 3520; + HEAP32[i1 >> 2] = 3808; return i1 | 0; } function __ZN6cashew5Value8getArrayEv(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 2) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(30791, 30801, 219, 23229); + if ((HEAP32[i1 >> 2] | 0) == 2) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(33778, 33788, 219, 25985); return 0; } function __ZN4wasm16AllocatingModuleC2Ev(i1) { i1 = i1 | 0; __ZN4wasm6ModuleC2Ev(i1); - HEAP32[i1 + 148 >> 2] = 0; HEAP32[i1 + 152 >> 2] = 0; HEAP32[i1 + 156 >> 2] = 0; + HEAP32[i1 + 160 >> 2] = 0; return; } +function __ZN4wasm10Expression4castINS_6SelectEEEPT_v(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 16) return i1 | 0; else ___assert_fail(17800, 32778, 766, 17815); + return 0; +} + +function __ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 17) return i1 | 0; else ___assert_fail(17800, 32778, 766, 17815); + return 0; +} + function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev(i1) { i1 = i1 | 0; __ZdlPv(i1); @@ -80552,13 +86877,13 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscripte function __ZNK4wasm7Literal6geti32Ev(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 1) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(16590, 29791, 195, 21564); + if ((HEAP32[i1 >> 2] | 0) == 1) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(16689, 32778, 195, 24335); return 0; } function __ZN6cashew5Value10getCStringEv(i1) { i1 = i1 | 0; - if (!(HEAP32[i1 >> 2] | 0)) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(15264, 30801, 207, 15592); + if (!(HEAP32[i1 >> 2] | 0)) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(16111, 33788, 207, 16439); return 0; } @@ -80579,12 +86904,12 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocals function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { i1 = i1 | 0; - return 512; + return 584; } function __ZN4wasm10Expression4castINS_5BreakEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 4) return i1 | 0; else ___assert_fail(27132, 29791, 750, 27147); + if ((HEAP32[i1 >> 2] | 0) == 4) return i1 | 0; else ___assert_fail(17800, 32778, 766, 17815); return 0; } @@ -80597,6 +86922,18 @@ function _uselocale(i3) { return i2 | 0; } +function __ZN4wasm10Expression4castINS_4LoopEEEPT_v(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 3) return i1 | 0; else ___assert_fail(17800, 32778, 766, 17815); + return 0; +} + +function __ZN4wasm10Expression4castINS_3NopEEEPT_v(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 19) return i1 | 0; else ___assert_fail(17800, 32778, 766, 17815); + return 0; +} + function ___syscall_ret(i1) { i1 = i1 | 0; var i2 = 0; @@ -80614,33 +86951,39 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEE return; } -function ___errno_location() { +function __ZN6cashew12ValueBuilder8makeNullEv() { var i1 = 0; - if (!(HEAP32[10264] | 0)) i1 = 41100; else { - i1 = (_pthread_self() | 0) + 64 | 0; - i1 = HEAP32[i1 >> 2] | 0; - } + i1 = __ZN6cashew5Arena5allocEv(43880) | 0; + __ZN6cashew5Value4freeEv(i1); + HEAP32[i1 >> 2] = 3; return i1 | 0; } -function __ZN6cashew12ValueBuilder8makeNullEv() { +function __ZN4wasm10Expression4castINS_2IfEEEPT_v(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 2) return i1 | 0; else ___assert_fail(17800, 32778, 766, 17815); + return 0; +} + +function ___errno_location() { var i1 = 0; - i1 = __ZN6cashew5Arena5allocEv(40980) | 0; - __ZN6cashew5Value4freeEv(i1); - HEAP32[i1 >> 2] = 3; + if (!(HEAP32[10989] | 0)) i1 = 44e3; else { + i1 = (_pthread_self() | 0) + 64 | 0; + i1 = HEAP32[i1 >> 2] | 0; + } return i1 | 0; } function __ZNSt3__18numpunctIwED2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 11604; + HEAP32[i1 >> 2] = 11964; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1 + 16 | 0); return; } function __ZNSt3__18numpunctIcED2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 11564; + HEAP32[i1 >> 2] = 11924; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1 + 12 | 0); return; } @@ -80652,14 +86995,32 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedN function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { i1 = i1 | 0; - return 576; + return 664; } function __ZZ11instantiateEN19JSExternalInterface10growMemoryEjj(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; i1 = i1 | 0; - _emscripten_asm_const_ii(29, i1 | 0) | 0; + _emscripten_asm_const_ii(30, i1 | 0) | 0; + return; +} + +function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE18destroy_deallocateEv(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + +function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEE18destroy_deallocateEv(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + +function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEE18destroy_deallocateEv(i1) { + i1 = i1 | 0; + __ZdlPv(i1); return; } @@ -80668,9 +87029,14 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedB return; } +function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv(i1) { + i1 = i1 | 0; + return; +} + function __ZN4wasm7Element5c_strEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 16 >> 2] | 0; else ___assert_fail(17098, 16975, 88, 17401); + if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 16 >> 2] | 0; else ___assert_fail(17188, 17078, 89, 17491); return 0; } @@ -80709,7 +87075,7 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocals function __ZN4wasm7Element3strEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 16 >> 2] | 0; else ___assert_fail(17098, 16975, 83, 17107); + if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 16 >> 2] | 0; else ___assert_fail(17188, 17078, 84, 17197); return 0; } @@ -80750,7 +87116,7 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEE function __ZN6cashew5Value9getNumberEv(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 1) return i1 + 8 | 0; else ___assert_fail(15291, 30801, 215, 15302); + if ((HEAP32[i1 >> 2] | 0) == 1) return i1 + 8 | 0; else ___assert_fail(16138, 33788, 215, 16149); return 0; } @@ -80801,7 +87167,7 @@ function __ZNSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED0Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8932; + HEAP32[i1 >> 2] = 9292; __ZNSt3__16localeD2Ev(i1 + 4 | 0); __ZdlPv(i1); return; @@ -80809,7 +87175,7 @@ function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED0Ev(i1) { function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED0Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8868; + HEAP32[i1 >> 2] = 9228; __ZNSt3__16localeD2Ev(i1 + 4 | 0); __ZdlPv(i1); return; @@ -80842,7 +87208,7 @@ function __ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_13Reorder function __ZN6cashew5Value10getIStringEv(i1) { i1 = i1 | 0; - if (!(HEAP32[i1 >> 2] | 0)) return i1 + 8 | 0; else ___assert_fail(15264, 30801, 211, 15275); + if (!(HEAP32[i1 >> 2] | 0)) return i1 + 8 | 0; else ___assert_fail(16111, 33788, 211, 16122); return 0; } @@ -80858,6 +87224,12 @@ function __ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBl _abort(); } +function __ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEEEvE9startWalkEPNS_8FunctionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + _abort(); +} + function __ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev(i1) { i1 = i1 | 0; __ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev(i1 + -8 | 0); @@ -80882,12 +87254,24 @@ function __ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBl _abort(); } +function __ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEEEvE4walkERPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + _abort(); +} + function __ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE9startWalkEPNS_6ModuleE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; _abort(); } +function __ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEEEvE9startWalkEPNS_6ModuleE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + _abort(); +} + function __ZNSt3__16locale5facet16__on_zero_sharedEv(i1) { i1 = i1 | 0; if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] & 255](i1); @@ -80922,8 +87306,8 @@ function b0(i1, i2, i3, i4, i5, i6, i7) { function __ZNSt3__16locale2id6__initEv(i1) { i1 = i1 | 0; var i2 = 0; - i2 = HEAP32[10666] | 0; - HEAP32[10666] = i2 + 1; + i2 = HEAP32[11393] | 0; + HEAP32[11393] = i2 + 1; HEAP32[i1 + 4 >> 2] = i2 + 1; return; } @@ -80934,11 +87318,6 @@ function __ZN4wasm7Element4sizeEv(i1) { return (HEAP32[i1 + 4 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) >> 2 | 0; } -function __ZN4wasm11WasmVisitorIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervED2Ev(i1) { - i1 = i1 | 0; - return; -} - function _strchr(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -80946,16 +87325,25 @@ function _strchr(i2, i1) { return ((HEAP8[i2 >> 0] | 0) == (i1 & 255) << 24 >> 24 ? i2 : 0) | 0; } -function __ZZZN4wasm15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEEN11BreakSeekerD0Ev(i1) { +function __ZN4wasm7Element4listEv(i1) { i1 = i1 | 0; - __ZdlPv(i1); - return; + if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(17122, 17078, 69, 17130); else return i1 + 4 | 0; + return 0; } -function __ZN4wasm7Element4listEv(i1) { +function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE11target_typeEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(17032, 16975, 68, 17040); else return i1 + 4 | 0; - return 0; + return 176; +} + +function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEE11target_typeEv(i1) { + i1 = i1 | 0; + return 232; +} + +function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEE11target_typeEv(i1) { + i1 = i1 | 0; + return 208; } function __ZN6cashew11isIdentPartEc(i1) { @@ -80964,9 +87352,27 @@ function __ZN6cashew11isIdentPartEc(i1) { return 0; } +function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEED0Ev(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + +function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEED0Ev(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + +function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEED0Ev(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + function __ZN6cashew12ValueBuilder12makeRawArrayEi(i1) { i1 = i1 | 0; - return __ZN6cashew5Value8setArrayEj(__ZN6cashew5Arena5allocEv(40980) | 0, i1) | 0; + return __ZN6cashew5Value8setArrayEj(__ZN6cashew5Arena5allocEv(43880) | 0, i1) | 0; } function _wcslen(i2) { @@ -80998,14 +87404,14 @@ function __ZNSt3__18ios_base33__set_badbit_and_consider_rethrowEv(i1) { function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8932; + HEAP32[i1 >> 2] = 9292; __ZNSt3__16localeD2Ev(i1 + 4 | 0); return; } function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8868; + HEAP32[i1 >> 2] = 9228; __ZNSt3__16localeD2Ev(i1 + 4 | 0); return; } @@ -81014,7 +87420,7 @@ function __ZSt17__throw_bad_allocv() { var i1 = 0; i1 = ___cxa_allocate_exception(4) | 0; __ZNSt9bad_allocC2Ev(i1); - ___cxa_throw(i1 | 0, 2784, 195); + ___cxa_throw(i1 | 0, 2896, 210); } function __ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE18destroy_deallocateEv(i1) { @@ -81034,7 +87440,7 @@ function dynCall_viii(i4, i1, i2, i3) { function __ZZ11instantiateEN19JSExternalInterface4trapEPKc(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - _emscripten_asm_const_ii(30, i2 | 0) | 0; + _emscripten_asm_const_ii(31, i2 | 0) | 0; return; } @@ -81053,6 +87459,15 @@ function stackAlloc(i1) { return i2 | 0; } +function ___cxa_guard_acquire(i1) { + i1 = i1 | 0; + if ((HEAP8[i1 >> 0] | 0) == 1) i1 = 0; else { + HEAP8[i1 >> 0] = 1; + i1 = 1; + } + return i1 | 0; +} + function __ZN6cashew3RefntEv(i1) { i1 = i1 | 0; i1 = HEAP32[i1 >> 2] | 0; @@ -81062,10 +87477,25 @@ function __ZN6cashew3RefntEv(i1) { function ___cxa_is_pointer_type(i1) { i1 = i1 | 0; - if (!i1) i1 = 0; else i1 = (___dynamic_cast(i1, 2760, 2816, 0) | 0) != 0; + if (!i1) i1 = 0; else i1 = (___dynamic_cast(i1, 2872, 2928, 0) | 0) != 0; return i1 & 1 | 0; } +function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE7destroyEv(i1) { + i1 = i1 | 0; + return; +} + +function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEE7destroyEv(i1) { + i1 = i1 | 0; + return; +} + +function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEE7destroyEv(i1) { + i1 = i1 | 0; + return; +} + function __ZNSt3__18ios_base5clearEj(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -81227,14 +87657,8 @@ function b3(i1, i2, i3, i4, i5, d6) { return 0; } -function __ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev(i1) { - i1 = i1 | 0; - __ZNSt3__18ios_baseD2Ev(i1 + -8 + 12 | 0); - return; -} - function __GLOBAL__sub_I_RemoveUnusedNames_cpp() { - __ZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC2EPKcS4_(46597, 27212, 27232); + __ZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC2EPKcS4_(49506, 30199, 30219); return; } @@ -81245,6 +87669,11 @@ function ___udivdi3(i1, i2, i3, i4) { i4 = i4 | 0; return ___udivmoddi4(i1, i2, i3, i4, 0) | 0; } +function __ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev(i1) { + i1 = i1 | 0; + __ZNSt3__18ios_baseD2Ev(i1 + -8 + 12 | 0); + return; +} function __ZNSt3__17codecvtIwc11__mbstate_tED0Ev(i1) { i1 = i1 | 0; @@ -81255,12 +87684,12 @@ function __ZNSt3__17codecvtIwc11__mbstate_tED0Ev(i1) { function __ZNKSt3__121__basic_string_commonILb1EE20__throw_out_of_rangeEv(i1) { i1 = i1 | 0; - ___assert_fail(34193, 34090, 1175, 37021); + ___assert_fail(37132, 37077, 1175, 39912); } function __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i1) { i1 = i1 | 0; - ___assert_fail(34061, 34090, 1164, 36977); + ___assert_fail(37048, 37077, 1164, 39868); } function _strtoll(i3, i2, i1) { @@ -81273,7 +87702,7 @@ function _strtoll(i3, i2, i1) { function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE11target_typeEv(i1) { i1 = i1 | 0; - return 344; + return 416; } function __ZN6Colors15outputColorCodeERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEPKc(i2, i1) { @@ -81283,18 +87712,18 @@ function __ZN6Colors15outputColorCodeERNSt3__113basic_ostreamIcNS0_11char_traits } function __GLOBAL__sub_I_RemoveUnusedBrs_cpp() { - __ZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC2EPKcS4_(46596, 26478, 26496); + __ZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC2EPKcS4_(49505, 29485, 29503); return; } function __ZNKSt3__120__vector_base_commonILb1EE20__throw_out_of_rangeEv(i1) { i1 = i1 | 0; - ___assert_fail(36998, 36874, 314, 37021); + ___assert_fail(39889, 39813, 314, 39912); } function __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i1) { i1 = i1 | 0; - ___assert_fail(36851, 36874, 303, 36977); + ___assert_fail(39790, 39813, 303, 39868); } function b13(i1, i2, i3, i4, i5, i6) { @@ -81314,12 +87743,12 @@ function __ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_ } function __GLOBAL__sub_I_SimplifyLocals_cpp() { - __ZN4wasm12RegisterPassINS_14SimplifyLocalsEEC2EPKcS4_(46599, 28711, 28727); + __ZN4wasm12RegisterPassINS_14SimplifyLocalsEEC2EPKcS4_(49508, 31698, 31714); return; } function __GLOBAL__sub_I_PostEmscripten_cpp() { - __ZN4wasm12RegisterPassINS_14PostEmscriptenEEC2EPKcS4_(46598, 27947, 27963); + __ZN4wasm12RegisterPassINS_14PostEmscriptenEEC2EPKcS4_(49507, 30934, 30950); return; } @@ -81327,7 +87756,7 @@ function dynCall_iii(i3, i1, i2) { i3 = i3 | 0; i1 = i1 | 0; i2 = i2 | 0; - return FUNCTION_TABLE_iii[i3 & 31](i1 | 0, i2 | 0) | 0; + return FUNCTION_TABLE_iii[i3 & 63](i1 | 0, i2 | 0) | 0; } function __ZNSt3__16localeD2Ev(i1) { @@ -81337,16 +87766,10 @@ function __ZNSt3__16localeD2Ev(i1) { } function __GLOBAL__sub_I_ReorderLocals_cpp() { - __ZN4wasm12RegisterPassINS_13ReorderLocalsEEC2EPKcS4_(46600, 29399, 29414); + __ZN4wasm12RegisterPassINS_13ReorderLocalsEEC2EPKcS4_(49509, 32386, 32401); return; } -function __ZNSt3__16locale5__imp12make_classicEv() { - __ZNSt3__16locale5__impC2Ej(40112, 1); - HEAP32[11120] = 40112; - return 44480; -} - function __ZN4wasm12isUInteger32Ed(d1) { d1 = +d1; return d1 <= 4294967295.0 & (d1 >= 0.0 & (__ZN4wasm9isIntegerEd(d1) | 0)) | 0; @@ -81366,6 +87789,12 @@ function _strtoull(i3, i2, i1) { return i3 | 0; } +function __ZNSt3__16locale5__imp12make_classicEv() { + __ZNSt3__16locale5__impC2Ej(43e3, 1); + HEAP32[11847] = 43e3; + return 47388; +} + function __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEED1Ev(i1) { i1 = i1 | 0; __ZNSt3__18ios_baseD2Ev(i1 + 4 | 0); @@ -81406,7 +87835,7 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnus } function __GLOBAL__sub_I_MergeBlocks_cpp() { - __ZN4wasm12RegisterPassINS_11MergeBlocksEEC2EPKcS4_(46594, 24648, 24661); + __ZN4wasm12RegisterPassINS_11MergeBlocksEEC2EPKcS4_(49502, 27404, 27417); return; } @@ -81455,7 +87884,7 @@ function _mbrlen(i2, i1, i3) { i2 = i2 | 0; i1 = i1 | 0; i3 = i3 | 0; - return _mbrtowc(0, i2, i1, i3 | 0 ? i3 : 41108) | 0; + return _mbrtowc(0, i2, i1, i3 | 0 ? i3 : 44008) | 0; } function __ZNSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev(i1) { @@ -81541,7 +87970,7 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscri function __GLOBAL__I_000101() { __ZNSt3__18ios_base4InitC2Ev(0); - ___cxa_atexit(205, 48674, ___dso_handle | 0) | 0; + ___cxa_atexit(220, 51583, ___dso_handle | 0) | 0; return; } @@ -81608,6 +88037,11 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlock return; } +function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEEEvED2Ev(i1) { + i1 = i1 | 0; + return; +} + function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEED0Ev(i1) { i1 = i1 | 0; __ZdlPv(i1); @@ -81626,11 +88060,6 @@ function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9pbackfailEi(i2, i1) return -1; } -function __ZN4wasm11WasmVisitorIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervED2Ev(i1) { - i1 = i1 | 0; - return; -} - function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE8overflowEj(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -81685,25 +88114,20 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEED0Ev(i1) return; } -function _do_read_421(i2, i1, i3) { +function _do_read_115(i2, i1, i3) { i2 = i2 | 0; i1 = i1 | 0; i3 = i3 | 0; return ___string_read(i2, i1, i3) | 0; } -function __ZZN4wasm15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizerD0Ev(i1) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEED0Ev(i1) { i1 = i1 | 0; __ZdlPv(i1); return; } -function __GLOBAL__sub_I_Print_cpp() { - __ZN4wasm12RegisterPassINS_7PrinterEEC2EPKcS4_(46595, 26278, 26284); - return; -} - -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEED0Ev(i1) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEED0Ev(i1) { i1 = i1 | 0; __ZdlPv(i1); return; @@ -81723,8 +88147,8 @@ function __ZThn4_N4wasm13ReorderLocalsD0Ev(i1) { function __ZSt15get_new_handlerv() { var i1 = 0; - i1 = HEAP32[11145] | 0; - HEAP32[11145] = i1 + 0; + i1 = HEAP32[11872] | 0; + HEAP32[11872] = i1 + 0; return i1 | 0; } @@ -81853,7 +88277,7 @@ function _strtold_l(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; i1 = i1 | 0; - return +(+_strtox_17(i3, i2, 2)); + return +(+_strtox_34(i3, i2, 2)); } function b12(i1, i2, i3, i4) { @@ -81975,18 +88399,6 @@ function __ZN4wasm10WalkerPassINS_10WasmWalkerINS_14PostEmscriptenEvEEED2Ev(i1) return; } -function _cleanup_435(i1) { - i1 = i1 | 0; - if (!(HEAP32[i1 + 68 >> 2] | 0)) ___unlockfile(i1); - return; -} - -function _cleanup_418(i1) { - i1 = i1 | 0; - if (!(HEAP32[i1 + 68 >> 2] | 0)) ___unlockfile(i1); - return; -} - function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9underflowEv(i1) { i1 = i1 | 0; return -1; @@ -81997,6 +88409,12 @@ function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9underflowEv(i1) { return -1; } +function _cleanup_93(i1) { + i1 = i1 | 0; + if (!(HEAP32[i1 + 68 >> 2] | 0)) ___unlockfile(i1); + return; +} + function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9showmanycEv(i1) { i1 = i1 | 0; return 0; @@ -82019,6 +88437,12 @@ function establishStackSpace(i1, i2) { STACK_MAX = i2; } +function _cleanup(i1) { + i1 = i1 | 0; + if (!(HEAP32[i1 + 68 >> 2] | 0)) ___unlockfile(i1); + return; +} + function __ZNKSt3__110moneypunctIwLb1EE16do_thousands_sepEv(i1) { i1 = i1 | 0; return 2147483647; @@ -82252,13 +88676,13 @@ function b1(i1, i2, i3) { function _strtof(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return +(+_strtox_17(i2, i1, 0)); + return +(+_strtox_34(i2, i1, 0)); } function _strtod(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return +(+_strtox_17(i2, i1, 1)); + return +(+_strtox_34(i2, i1, 1)); } function __ZNSt3__110__function6__baseIFPN4wasm4PassEvEED2Ev(i1) { @@ -82329,7 +88753,12 @@ function __ZNSt3__110moneypunctIcLb0EED0Ev(i1) { function __ZNSt9bad_allocC2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 12008; + HEAP32[i1 >> 2] = 12368; + return; +} + +function __ZN4wasm11WasmVisitorINS_11BreakSeekerEvED2Ev(i1) { + i1 = i1 | 0; return; } @@ -82356,6 +88785,12 @@ function __ZN4wasm15RemoveUnusedBrsD0Ev(i1) { return; } +function __ZN4wasm15MinifiedPrinterD0Ev(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + function _scalbnl(d2, i1) { d2 = +d2; i1 = i1 | 0; @@ -82421,6 +88856,12 @@ function __ZN4wasm11MergeBlocksD0Ev(i1) { return; } +function __ZN4wasm11BreakSeekerD0Ev(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + function __ZNSt3__17collateIwED0Ev(i1) { i1 = i1 | 0; __ZdlPv(i1); @@ -82438,6 +88879,16 @@ function __ZNSt3__110__function6__baseIFvvEED2Ev(i1) { return; } +function __ZNSt3__110__function6__baseIFhvEED2Ev(i1) { + i1 = i1 | 0; + return; +} + +function __ZNSt3__110__function6__baseIFavEED2Ev(i1) { + i1 = i1 | 0; + return; +} + function _isupper(i1) { i1 = i1 | 0; return (i1 + -65 | 0) >>> 0 < 26 | 0; @@ -82537,12 +88988,12 @@ function __ZNSt3__114__shared_countD2Ev(i1) { function __ZNKSt9exception4whatEv(i1) { i1 = i1 | 0; - return 37562; + return 40453; } function __ZNKSt9bad_alloc4whatEv(i1) { i1 = i1 | 0; - return 37547; + return 40438; } function dynCall_v(i1) { @@ -82570,6 +89021,11 @@ function __ZNSt3__18messagesIcED2Ev(i1) { return; } +function _pthread_cond_broadcast(i1) { + i1 = i1 | 0; + return 0; +} + function __ZNSt3__17collateIwED2Ev(i1) { i1 = i1 | 0; return; @@ -82580,6 +89036,11 @@ function __ZNSt3__17collateIcED2Ev(i1) { return; } +function _pthread_mutex_unlock(i1) { + i1 = i1 | 0; + return 0; +} + function _freelocale(i1) { i1 = i1 | 0; _free(i1); @@ -82592,6 +89053,11 @@ function b5(i1, i2) { abort(5); } +function _pthread_mutex_lock(i1) { + i1 = i1 | 0; + return 0; +} + function __Znaj(i1) { i1 = i1 | 0; return __Znwj(i1) | 0; @@ -82603,6 +89069,11 @@ function __ZdaPv(i1) { return; } +function ___cxa_guard_release(i1) { + i1 = i1 | 0; + return; +} + function __ZNSt9type_infoD2Ev(i1) { i1 = i1 | 0; return; @@ -82634,6 +89105,11 @@ function setTempRet0(i1) { tempRet0 = i1; } +function ___cxa_guard_abort(i1) { + i1 = i1 | 0; + return; +} + function __ZN4wasm4PassD2Ev(i1) { i1 = i1 | 0; return; @@ -82665,6 +89141,10 @@ function ___lockfile(i1) { return 0; } +function __GLOBAL__sub_I_iostream_cpp() { + return; +} + function _catclose(i1) { i1 = i1 | 0; return 0; @@ -82676,11 +89156,11 @@ function _nan(i1) { } function ___ctype_toupper_loc() { - return 5124; + return 7024; } function ___ctype_tolower_loc() { - return 6664; + return 5484; } function getTempRet0() { @@ -82697,7 +89177,11 @@ function b4(i1) { } function ___ctype_b_loc() { - return 5120; + return 5480; +} + +function _pthread_self() { + return 0; } function b10() { @@ -82706,50 +89190,52 @@ function b10() { // EMSCRIPTEN_END_FUNCS var FUNCTION_TABLE_iiiiiiii = [b0,__ZNKSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcPK2tmcc,__ZNKSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwPK2tmcc,__ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_bRNS_8ios_baseERjRe,__ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_bRNS_8ios_baseERjRNS_12basic_stringIcS3_NS_9allocatorIcEEEE,__ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_bRNS_8ios_baseERjRe,__ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_bRNS_8ios_baseERjRNS_12basic_stringIwS3_NS_9allocatorIwEEEE,b0]; -var FUNCTION_TABLE_iiii = [b1,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6setbufEPci,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsgetnEPci,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsputnEPKci,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj,___stdio_write,___stdio_seek,___stdout_write,___stdio_read,_sn_write,__ZNSt3__111__stdoutbufIcE6xsputnEPKci,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6setbufEPwi,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsgetnEPwi,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsputnEPKwi,__ZNSt3__111__stdoutbufIwE6xsputnEPKwi,__ZNKSt3__17collateIcE7do_hashEPKcS3_,__ZNKSt3__17collateIwE7do_hashEPKwS3_,__ZNKSt3__18messagesIcE7do_openERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNS_6localeE,__ZNKSt3__18messagesIwE7do_openERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNS_6localeE,__ZNKSt3__15ctypeIcE10do_toupperEPcPKc,__ZNKSt3__15ctypeIcE10do_tolowerEPcPKc,__ZNKSt3__15ctypeIcE9do_narrowEcc,__ZNKSt3__15ctypeIwE5do_isEtw,__ZNKSt3__15ctypeIwE10do_toupperEPwPKw,__ZNKSt3__15ctypeIwE10do_tolowerEPwPKw,__ZNKSt3__15ctypeIwE9do_narrowEwc,__ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoERPv,_do_read_421 +var FUNCTION_TABLE_iiii = [b1,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6setbufEPci,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsgetnEPci,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsputnEPKci,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj,___stdio_read,___stdio_seek,___stdout_write,___stdio_write,_sn_write,__ZNSt3__111__stdoutbufIcE6xsputnEPKci,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6setbufEPwi,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsgetnEPwi,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsputnEPKwi,__ZNSt3__111__stdoutbufIwE6xsputnEPKwi,__ZNKSt3__17collateIcE7do_hashEPKcS3_,__ZNKSt3__17collateIwE7do_hashEPKwS3_,__ZNKSt3__18messagesIcE7do_openERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNS_6localeE,__ZNKSt3__18messagesIwE7do_openERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNS_6localeE,__ZNKSt3__15ctypeIcE10do_toupperEPcPKc,__ZNKSt3__15ctypeIcE10do_tolowerEPcPKc,__ZNKSt3__15ctypeIcE9do_narrowEcc,__ZNKSt3__15ctypeIwE5do_isEtw,__ZNKSt3__15ctypeIwE10do_toupperEPwPKw,__ZNKSt3__15ctypeIwE10do_tolowerEPwPKw,__ZNKSt3__15ctypeIwE9do_narrowEwc,__ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoERPv,_do_read_115 ,b1,b1,b1]; var FUNCTION_TABLE_viiiii = [b2,__ZNK10__cxxabiv117__class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib,__ZNK10__cxxabiv120__si_class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib,__ZNK10__cxxabiv121__vmi_class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib]; var FUNCTION_TABLE_iiiiiid = [b3,__ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_bRNS_8ios_baseEce,__ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_bRNS_8ios_baseEwe,b3]; -var FUNCTION_TABLE_vi = [b4,__ZN4wasm11WasmVisitorIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervED2Ev,__ZZN4wasm15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizerD0Ev,__ZN4wasm11WasmVisitorIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervED2Ev,__ZZZN4wasm15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEEN11BreakSeekerD0Ev,__ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZTv0_n12_NSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZTv0_n12_NSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZNSt3__113basic_istreamIcNS_11char_traitsIcEEED1Ev,__ZNSt3__113basic_istreamIcNS_11char_traitsIcEEED0Ev,__ZTv0_n12_NSt3__113basic_istreamIcNS_11char_traitsIcEEED1Ev,__ZTv0_n12_NSt3__113basic_istreamIcNS_11char_traitsIcEEED0Ev,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZNSt9exceptionD2Ev,__ZNSt3__117bad_function_callD0Ev,__ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEED2Ev,__ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunnerD0Ev,__ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZThn8_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZThn8_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZTv0_n12_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZTv0_n12_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev,__ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev,__ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev,__ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev -,__ZTv0_n12_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev,__ZTv0_n12_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev,__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEED1Ev,__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEED0Ev,__ZTv0_n12_NSt3__113basic_ostreamIcNS_11char_traitsIcEEED1Ev,__ZTv0_n12_NSt3__113basic_ostreamIcNS_11char_traitsIcEEED0Ev,__ZNSt3__110__function6__baseIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EED0Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE18destroy_deallocateEv,__ZNSt3__110__function6__baseIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEED0Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEED0Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE18destroy_deallocateEv,__ZNSt3__110__function6__baseIFvvEED2Ev,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEED0Ev,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7destroyEv,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEEclEv,__ZNSt3__110__function6__baseIFPN4wasm4PassEvEED2Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_11MergeBlocksEvEEED2Ev,__ZN4wasm11MergeBlocksD0Ev,__ZThn4_N4wasm11MergeBlocksD1Ev,__ZThn4_N4wasm11MergeBlocksD0Ev -,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEED0Ev,__ZN4wasm4PassD2Ev,__ZN4wasm7PrinterD0Ev,__ZN4wasm11WasmVisitorINS_16PrintSExpressionEvED2Ev,__ZN4wasm16PrintSExpressionD0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEED2Ev,__ZN4wasm15RemoveUnusedBrsD0Ev,__ZThn4_N4wasm15RemoveUnusedBrsD1Ev,__ZThn4_N4wasm15RemoveUnusedBrsD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm17RemoveUnusedNamesD2Ev,__ZN4wasm17RemoveUnusedNamesD0Ev,__ZThn4_N4wasm17RemoveUnusedNamesD1Ev,__ZThn4_N4wasm17RemoveUnusedNamesD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv -,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14PostEmscriptenEvEEED2Ev,__ZN4wasm14PostEmscriptenD0Ev,__ZThn4_N4wasm14PostEmscriptenD1Ev,__ZThn4_N4wasm14PostEmscriptenD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14SimplifyLocalsEvEEED2Ev,__ZN4wasm14SimplifyLocalsD0Ev,__ZThn4_N4wasm14SimplifyLocalsD1Ev,__ZThn4_N4wasm14SimplifyLocalsD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm13ReorderLocalsD2Ev,__ZN4wasm13ReorderLocalsD0Ev,__ZThn4_N4wasm13ReorderLocalsD1Ev,__ZThn4_N4wasm13ReorderLocalsD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEED0Ev,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED2Ev,__ZNSt3__110__stdinbufIcED0Ev,__ZNSt3__111__stdoutbufIcED0Ev,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED2Ev,__ZNSt3__110__stdinbufIwED0Ev,__ZNSt3__111__stdoutbufIwED0Ev -,__ZNSt3__18ios_baseD2Ev,__ZNSt3__18ios_baseD0Ev,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED0Ev,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED0Ev,__ZNSt3__113basic_istreamIwNS_11char_traitsIwEEED1Ev,__ZNSt3__113basic_istreamIwNS_11char_traitsIwEEED0Ev,__ZTv0_n12_NSt3__113basic_istreamIwNS_11char_traitsIwEEED1Ev,__ZTv0_n12_NSt3__113basic_istreamIwNS_11char_traitsIwEEED0Ev,__ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEED1Ev,__ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEED0Ev,__ZTv0_n12_NSt3__113basic_ostreamIwNS_11char_traitsIwEEED1Ev,__ZTv0_n12_NSt3__113basic_ostreamIwNS_11char_traitsIwEEED0Ev,__ZNSt3__17collateIcED2Ev,__ZNSt3__17collateIcED0Ev,__ZNSt3__16locale5facet16__on_zero_sharedEv,__ZNSt3__17collateIwED2Ev,__ZNSt3__17collateIwED0Ev,__ZNSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev -,__ZNSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__110moneypunctIcLb0EED2Ev,__ZNSt3__110moneypunctIcLb0EED0Ev,__ZNSt3__110moneypunctIcLb1EED2Ev,__ZNSt3__110moneypunctIcLb1EED0Ev,__ZNSt3__110moneypunctIwLb0EED2Ev,__ZNSt3__110moneypunctIwLb0EED0Ev,__ZNSt3__110moneypunctIwLb1EED2Ev,__ZNSt3__110moneypunctIwLb1EED0Ev,__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__18messagesIcED2Ev,__ZNSt3__18messagesIcED0Ev,__ZNSt3__18messagesIwED2Ev,__ZNSt3__18messagesIwED0Ev,__ZNSt3__16locale5facetD2Ev,__ZNSt3__116__narrow_to_utf8ILj32EED0Ev,__ZNSt3__117__widen_from_utf8ILj32EED0Ev,__ZNSt3__17codecvtIwc11__mbstate_tED2Ev,__ZNSt3__17codecvtIwc11__mbstate_tED0Ev,__ZNSt3__16locale5__impD2Ev,__ZNSt3__16locale5__impD0Ev -,__ZNSt3__15ctypeIcED2Ev,__ZNSt3__15ctypeIcED0Ev,__ZNSt3__18numpunctIcED2Ev,__ZNSt3__18numpunctIcED0Ev,__ZNSt3__18numpunctIwED2Ev,__ZNSt3__18numpunctIwED0Ev,__ZNSt3__16locale5facetD0Ev,__ZNSt3__15ctypeIwED0Ev,__ZNSt3__17codecvtIcc11__mbstate_tED0Ev,__ZNSt3__17codecvtIDsc11__mbstate_tED0Ev,__ZNSt3__17codecvtIDic11__mbstate_tED0Ev,__ZN10__cxxabiv116__shim_type_infoD2Ev,__ZN10__cxxabiv117__class_type_infoD0Ev,__ZNK10__cxxabiv116__shim_type_info5noop1Ev,__ZNK10__cxxabiv116__shim_type_info5noop2Ev,__ZN10__cxxabiv120__si_class_type_infoD0Ev,__ZNSt9bad_allocD2Ev,__ZNSt9bad_allocD0Ev,__ZN10__cxxabiv121__vmi_class_type_infoD0Ev,__ZNSt3__113__vector_baseIN6cashew3RefENS_9allocatorIS2_EEED2Ev,__ZNSt3__113unordered_setIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev,__ZNSt3__113__vector_baseIN6cashew13OperatorClassENS_9allocatorIS2_EEED2Ev,__ZNSt3__113__vector_baseINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEED2Ev,__ZN6cashew5ArenaD2Ev,_cleanup_418,_cleanup_435,__ZNSt3__18ios_base4InitD2Ev,__ZNSt3__16locale2id6__initEv,__ZNSt3__117__call_once_proxyINS_5tupleIJNS_12_GLOBAL__N_111__fake_bindEEEEEEvPv,___cxx_global_array_dtor -,___cxx_global_array_dtor_61,___cxx_global_array_dtor_109,__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev,___cxx_global_array_dtor_46,___cxx_global_array_dtor_85,___cxx_global_array_dtor_112,__ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev,__ZNSt3__112__do_nothingEPv,_free,__ZN10__cxxabiv112_GLOBAL__N_19destruct_EPv,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4 +var FUNCTION_TABLE_vi = [b4,__ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZTv0_n12_NSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZTv0_n12_NSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZNSt3__113basic_istreamIcNS_11char_traitsIcEEED1Ev,__ZNSt3__113basic_istreamIcNS_11char_traitsIcEEED0Ev,__ZTv0_n12_NSt3__113basic_istreamIcNS_11char_traitsIcEEED1Ev,__ZTv0_n12_NSt3__113basic_istreamIcNS_11char_traitsIcEEED0Ev,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZNSt9exceptionD2Ev,__ZNSt3__117bad_function_callD0Ev,__ZN4wasm11WasmVisitorINS_11BreakSeekerEvED2Ev,__ZN4wasm11BreakSeekerD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEED0Ev,__ZNSt3__110__function6__baseIFhvEED2Ev,__ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE18destroy_deallocateEv,__ZNSt3__110__function6__baseIFavEED2Ev,__ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEED0Ev,__ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEED0Ev,__ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEE18destroy_deallocateEv,__ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEED2Ev +,__ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunnerD0Ev,__ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZThn8_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZThn8_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZTv0_n12_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZTv0_n12_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev,__ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev,__ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev,__ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev,__ZTv0_n12_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev,__ZTv0_n12_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev,__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEED1Ev,__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEED0Ev,__ZTv0_n12_NSt3__113basic_ostreamIcNS_11char_traitsIcEEED1Ev,__ZTv0_n12_NSt3__113basic_ostreamIcNS_11char_traitsIcEEED0Ev,__ZNSt3__110__function6__baseIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EED0Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE18destroy_deallocateEv,__ZNSt3__110__function6__baseIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEED0Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEED0Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE18destroy_deallocateEv,__ZNSt3__110__function6__baseIFvvEED2Ev,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEED0Ev +,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7destroyEv,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEEclEv,__ZNSt3__110__function6__baseIFPN4wasm4PassEvEED2Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_11MergeBlocksEvEEED2Ev,__ZN4wasm11MergeBlocksD0Ev,__ZThn4_N4wasm11MergeBlocksD1Ev,__ZThn4_N4wasm11MergeBlocksD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEED0Ev,__ZN4wasm4PassD2Ev,__ZN4wasm7PrinterD0Ev,__ZN4wasm11WasmVisitorINS_16PrintSExpressionEvED2Ev,__ZN4wasm16PrintSExpressionD0Ev,__ZN4wasm15MinifiedPrinterD0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEED2Ev,__ZN4wasm15RemoveUnusedBrsD0Ev,__ZThn4_N4wasm15RemoveUnusedBrsD1Ev +,__ZThn4_N4wasm15RemoveUnusedBrsD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm17RemoveUnusedNamesD2Ev,__ZN4wasm17RemoveUnusedNamesD0Ev,__ZThn4_N4wasm17RemoveUnusedNamesD1Ev,__ZThn4_N4wasm17RemoveUnusedNamesD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14PostEmscriptenEvEEED2Ev,__ZN4wasm14PostEmscriptenD0Ev,__ZThn4_N4wasm14PostEmscriptenD1Ev,__ZThn4_N4wasm14PostEmscriptenD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14SimplifyLocalsEvEEED2Ev,__ZN4wasm14SimplifyLocalsD0Ev,__ZThn4_N4wasm14SimplifyLocalsD1Ev,__ZThn4_N4wasm14SimplifyLocalsD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEED0Ev +,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm13ReorderLocalsD2Ev,__ZN4wasm13ReorderLocalsD0Ev,__ZThn4_N4wasm13ReorderLocalsD1Ev,__ZThn4_N4wasm13ReorderLocalsD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEED0Ev,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED2Ev,__ZNSt3__110__stdinbufIcED0Ev,__ZNSt3__111__stdoutbufIcED0Ev,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED2Ev,__ZNSt3__110__stdinbufIwED0Ev,__ZNSt3__111__stdoutbufIwED0Ev,__ZNSt3__18ios_baseD2Ev,__ZNSt3__18ios_baseD0Ev,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED0Ev,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED0Ev,__ZNSt3__113basic_istreamIwNS_11char_traitsIwEEED1Ev,__ZNSt3__113basic_istreamIwNS_11char_traitsIwEEED0Ev,__ZTv0_n12_NSt3__113basic_istreamIwNS_11char_traitsIwEEED1Ev,__ZTv0_n12_NSt3__113basic_istreamIwNS_11char_traitsIwEEED0Ev,__ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEED1Ev,__ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEED0Ev,__ZTv0_n12_NSt3__113basic_ostreamIwNS_11char_traitsIwEEED1Ev,__ZTv0_n12_NSt3__113basic_ostreamIwNS_11char_traitsIwEEED0Ev,__ZNSt3__17collateIcED2Ev,__ZNSt3__17collateIcED0Ev,__ZNSt3__16locale5facet16__on_zero_sharedEv +,__ZNSt3__17collateIwED2Ev,__ZNSt3__17collateIwED0Ev,__ZNSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__110moneypunctIcLb0EED2Ev,__ZNSt3__110moneypunctIcLb0EED0Ev,__ZNSt3__110moneypunctIcLb1EED2Ev,__ZNSt3__110moneypunctIcLb1EED0Ev,__ZNSt3__110moneypunctIwLb0EED2Ev,__ZNSt3__110moneypunctIwLb0EED0Ev,__ZNSt3__110moneypunctIwLb1EED2Ev,__ZNSt3__110moneypunctIwLb1EED0Ev,__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev +,__ZNSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__18messagesIcED2Ev,__ZNSt3__18messagesIcED0Ev,__ZNSt3__18messagesIwED2Ev,__ZNSt3__18messagesIwED0Ev,__ZNSt3__16locale5facetD2Ev,__ZNSt3__116__narrow_to_utf8ILj32EED0Ev,__ZNSt3__117__widen_from_utf8ILj32EED0Ev,__ZNSt3__17codecvtIwc11__mbstate_tED2Ev,__ZNSt3__17codecvtIwc11__mbstate_tED0Ev,__ZNSt3__16locale5__impD2Ev,__ZNSt3__16locale5__impD0Ev,__ZNSt3__15ctypeIcED2Ev,__ZNSt3__15ctypeIcED0Ev,__ZNSt3__18numpunctIcED2Ev,__ZNSt3__18numpunctIcED0Ev,__ZNSt3__18numpunctIwED2Ev,__ZNSt3__18numpunctIwED0Ev,__ZNSt3__16locale5facetD0Ev,__ZNSt3__15ctypeIwED0Ev,__ZNSt3__17codecvtIcc11__mbstate_tED0Ev,__ZNSt3__17codecvtIDsc11__mbstate_tED0Ev,__ZNSt3__17codecvtIDic11__mbstate_tED0Ev,__ZN10__cxxabiv116__shim_type_infoD2Ev,__ZN10__cxxabiv117__class_type_infoD0Ev,__ZNK10__cxxabiv116__shim_type_info5noop1Ev,__ZNK10__cxxabiv116__shim_type_info5noop2Ev +,__ZN10__cxxabiv120__si_class_type_infoD0Ev,__ZNSt9bad_allocD2Ev,__ZNSt9bad_allocD0Ev,__ZN10__cxxabiv121__vmi_class_type_infoD0Ev,__ZNSt3__113__vector_baseIN6cashew3RefENS_9allocatorIS2_EEED2Ev,__ZNSt3__113unordered_setIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev,__ZNSt3__113__vector_baseIN6cashew13OperatorClassENS_9allocatorIS2_EEED2Ev,__ZNSt3__113__vector_baseINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEED2Ev,__ZN6cashew5ArenaD2Ev,_cleanup_93,_cleanup,__ZNSt3__18ios_base4InitD2Ev,__ZNSt3__16locale2id6__initEv,__ZNSt3__117__call_once_proxyINS_5tupleIJNS_12_GLOBAL__N_111__fake_bindEEEEEEvPv,___cxx_global_array_dtor,___cxx_global_array_dtor_61,___cxx_global_array_dtor_109,__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev,___cxx_global_array_dtor_46,___cxx_global_array_dtor_85,___cxx_global_array_dtor_112,__ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev,__ZNSt3__112__do_nothingEPv,_free,__ZN10__cxxabiv112_GLOBAL__N_19destruct_EPv,b4,b4,b4,b4,b4 ,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4]; -var FUNCTION_TABLE_vii = [b5,__ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervE9startWalkEPNS_6ModuleE,__ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE9startWalkEPNS_6ModuleE,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE5imbueERKNS_6localeE,__ZZ11instantiateEN19JSExternalInterface4initERN4wasm6ModuleE,__ZZ11instantiateEN19JSExternalInterface4trapEPKc,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7__cloneEPNS0_6__baseISB_EE,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEPNS0_6__baseISB_EE,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEPNS0_6__baseISB_EE,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7__cloneEPNS0_6__baseIS5_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_11MergeBlocksEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE9startWalkEPNS_6ModuleE -,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEEEvE9startWalkEPNS_6ModuleE,__ZNSt3__110__stdinbufIcE5imbueERKNS_6localeE,__ZNSt3__111__stdoutbufIcE5imbueERKNS_6localeE -,__ZNSt3__110__stdinbufIwE5imbueERKNS_6localeE,__ZNSt3__111__stdoutbufIwE5imbueERKNS_6localeE,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE5imbueERKNS_6localeE,__ZNKSt3__110moneypunctIcLb0EE11do_groupingEv,__ZNKSt3__110moneypunctIcLb0EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIcLb0EE16do_positive_signEv,__ZNKSt3__110moneypunctIcLb0EE16do_negative_signEv,__ZNKSt3__110moneypunctIcLb0EE13do_pos_formatEv,__ZNKSt3__110moneypunctIcLb0EE13do_neg_formatEv,__ZNKSt3__110moneypunctIcLb1EE11do_groupingEv,__ZNKSt3__110moneypunctIcLb1EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIcLb1EE16do_positive_signEv,__ZNKSt3__110moneypunctIcLb1EE16do_negative_signEv,__ZNKSt3__110moneypunctIcLb1EE13do_pos_formatEv,__ZNKSt3__110moneypunctIcLb1EE13do_neg_formatEv,__ZNKSt3__110moneypunctIwLb0EE11do_groupingEv,__ZNKSt3__110moneypunctIwLb0EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIwLb0EE16do_positive_signEv,__ZNKSt3__110moneypunctIwLb0EE16do_negative_signEv,__ZNKSt3__110moneypunctIwLb0EE13do_pos_formatEv,__ZNKSt3__110moneypunctIwLb0EE13do_neg_formatEv,__ZNKSt3__110moneypunctIwLb1EE11do_groupingEv,__ZNKSt3__110moneypunctIwLb1EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIwLb1EE16do_positive_signEv,__ZNKSt3__110moneypunctIwLb1EE16do_negative_signEv,__ZNKSt3__110moneypunctIwLb1EE13do_pos_formatEv,__ZNKSt3__110moneypunctIwLb1EE13do_neg_formatEv,__ZNKSt3__18messagesIcE8do_closeEi,__ZNKSt3__18messagesIwE8do_closeEi,__ZNKSt3__18numpunctIcE11do_groupingEv -,__ZNKSt3__18numpunctIcE11do_truenameEv,__ZNKSt3__18numpunctIcE12do_falsenameEv,__ZNKSt3__18numpunctIwE11do_groupingEv,__ZNKSt3__18numpunctIwE11do_truenameEv,__ZNKSt3__18numpunctIwE12do_falsenameEv,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5 +var FUNCTION_TABLE_vii = [b5,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE5imbueERKNS_6localeE,__ZN4wasm10WasmWalkerINS_11BreakSeekerEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_11BreakSeekerEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_11BreakSeekerEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11BreakSeekerEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE7__cloneEPNS0_6__baseIS7_EE,__ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEE7__cloneEPNS0_6__baseIS7_EE,__ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEE7__cloneEPNS0_6__baseIS7_EE,__ZZ11instantiateEN19JSExternalInterface4initERN4wasm6ModuleE,__ZZ11instantiateEN19JSExternalInterface4trapEPKc,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7__cloneEPNS0_6__baseISB_EE,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEPNS0_6__baseISB_EE,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEPNS0_6__baseISB_EE,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7__cloneEPNS0_6__baseIS5_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_11MergeBlocksEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_8FunctionE +,__ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_13ReorderLocalsEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEEEvE4walkERPNS_10ExpressionE +,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_13ReorderLocalsEvEEEEvE9startWalkEPNS_6ModuleE,__ZNSt3__110__stdinbufIcE5imbueERKNS_6localeE,__ZNSt3__111__stdoutbufIcE5imbueERKNS_6localeE,__ZNSt3__110__stdinbufIwE5imbueERKNS_6localeE,__ZNSt3__111__stdoutbufIwE5imbueERKNS_6localeE,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE5imbueERKNS_6localeE,__ZNKSt3__110moneypunctIcLb0EE11do_groupingEv,__ZNKSt3__110moneypunctIcLb0EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIcLb0EE16do_positive_signEv,__ZNKSt3__110moneypunctIcLb0EE16do_negative_signEv,__ZNKSt3__110moneypunctIcLb0EE13do_pos_formatEv,__ZNKSt3__110moneypunctIcLb0EE13do_neg_formatEv,__ZNKSt3__110moneypunctIcLb1EE11do_groupingEv,__ZNKSt3__110moneypunctIcLb1EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIcLb1EE16do_positive_signEv,__ZNKSt3__110moneypunctIcLb1EE16do_negative_signEv,__ZNKSt3__110moneypunctIcLb1EE13do_pos_formatEv,__ZNKSt3__110moneypunctIcLb1EE13do_neg_formatEv,__ZNKSt3__110moneypunctIwLb0EE11do_groupingEv,__ZNKSt3__110moneypunctIwLb0EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIwLb0EE16do_positive_signEv,__ZNKSt3__110moneypunctIwLb0EE16do_negative_signEv,__ZNKSt3__110moneypunctIwLb0EE13do_pos_formatEv,__ZNKSt3__110moneypunctIwLb0EE13do_neg_formatEv,__ZNKSt3__110moneypunctIwLb1EE11do_groupingEv,__ZNKSt3__110moneypunctIwLb1EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIwLb1EE16do_positive_signEv,__ZNKSt3__110moneypunctIwLb1EE16do_negative_signEv,__ZNKSt3__110moneypunctIwLb1EE13do_pos_formatEv +,__ZNKSt3__110moneypunctIwLb1EE13do_neg_formatEv,__ZNKSt3__18messagesIcE8do_closeEi,__ZNKSt3__18messagesIwE8do_closeEi,__ZNKSt3__18numpunctIcE11do_groupingEv,__ZNKSt3__18numpunctIcE11do_truenameEv,__ZNKSt3__18numpunctIcE12do_falsenameEv,__ZNKSt3__18numpunctIwE11do_groupingEv,__ZNKSt3__18numpunctIwE11do_truenameEv,__ZNKSt3__18numpunctIwE12do_falsenameEv,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5 ,b5,b5,b5,b5,b5,b5,b5,b5,b5]; var FUNCTION_TABLE_iiiiiii = [b6,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRb,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRl,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRx,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRt,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjS8_,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRm,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRy,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRf,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRd,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRe,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRPv,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRb,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRl,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRx,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRt,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjS8_,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRm,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRy,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRf,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRd,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRe,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRPv,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcx,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcy,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwx,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwy,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11do_get_timeES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11do_get_dateES4_S4_RNS_8ios_baseERjP2tm ,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE14do_get_weekdayES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE16do_get_monthnameES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11do_get_yearES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11do_get_timeES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11do_get_dateES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE14do_get_weekdayES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE16do_get_monthnameES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11do_get_yearES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_bRNS_8ios_baseEcRKNS_12basic_stringIcS3_NS_9allocatorIcEEEE,__ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_bRNS_8ios_baseEwRKNS_12basic_stringIwS3_NS_9allocatorIwEEEE,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6 ,b6,b6,b6,b6,b6]; var FUNCTION_TABLE_iiiiid = [b7,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcd,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEce,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwd,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwe,b7,b7,b7]; -var FUNCTION_TABLE_ii = [b8,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE4syncEv,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9showmanycEv,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9underflowEv,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE5uflowEv,__ZNKSt9exception4whatEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7__cloneEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7__cloneEv,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv -,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,___stdio_close,__ZNSt3__110__stdinbufIcE9underflowEv,__ZNSt3__110__stdinbufIcE5uflowEv,__ZNSt3__111__stdoutbufIcE4syncEv,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9underflowEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE4syncEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9showmanycEv,__ZNSt3__110__stdinbufIwE9underflowEv,__ZNSt3__110__stdinbufIwE5uflowEv,__ZNSt3__111__stdoutbufIwE4syncEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9underflowEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE5uflowEv,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE13do_date_orderEv,__ZNKSt3__120__time_get_c_storageIcE7__weeksEv,__ZNKSt3__120__time_get_c_storageIcE8__monthsEv,__ZNKSt3__120__time_get_c_storageIcE7__am_pmEv,__ZNKSt3__120__time_get_c_storageIcE3__cEv,__ZNKSt3__120__time_get_c_storageIcE3__rEv,__ZNKSt3__120__time_get_c_storageIcE3__xEv,__ZNKSt3__120__time_get_c_storageIcE3__XEv,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE13do_date_orderEv,__ZNKSt3__120__time_get_c_storageIwE7__weeksEv,__ZNKSt3__120__time_get_c_storageIwE8__monthsEv,__ZNKSt3__120__time_get_c_storageIwE7__am_pmEv -,__ZNKSt3__120__time_get_c_storageIwE3__cEv,__ZNKSt3__120__time_get_c_storageIwE3__rEv,__ZNKSt3__120__time_get_c_storageIwE3__xEv,__ZNKSt3__120__time_get_c_storageIwE3__XEv,__ZNKSt3__110moneypunctIcLb0EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIcLb0EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIcLb0EE14do_frac_digitsEv,__ZNKSt3__110moneypunctIcLb1EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIcLb1EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIcLb1EE14do_frac_digitsEv,__ZNKSt3__110moneypunctIwLb0EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIwLb0EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIwLb0EE14do_frac_digitsEv,__ZNKSt3__110moneypunctIwLb1EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIwLb1EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIwLb1EE14do_frac_digitsEv,__ZNKSt3__17codecvtIDic11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIDic11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIDic11__mbstate_tE13do_max_lengthEv,__ZNKSt3__17codecvtIwc11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIwc11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIwc11__mbstate_tE13do_max_lengthEv,__ZNKSt3__18numpunctIcE16do_decimal_pointEv,__ZNKSt3__18numpunctIcE16do_thousands_sepEv,__ZNKSt3__18numpunctIwE16do_decimal_pointEv,__ZNKSt3__18numpunctIwE16do_thousands_sepEv,__ZNKSt3__17codecvtIcc11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIcc11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIcc11__mbstate_tE13do_max_lengthEv,__ZNKSt3__17codecvtIDsc11__mbstate_tE11do_encodingEv -,__ZNKSt3__17codecvtIDsc11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIDsc11__mbstate_tE13do_max_lengthEv,__ZNKSt9bad_alloc4whatEv,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8 +var FUNCTION_TABLE_ii = [b8,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE4syncEv,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9showmanycEv,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9underflowEv,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE5uflowEv,__ZNKSt9exception4whatEv,__ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEEclEv,__ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEEclEv,__ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7__cloneEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7__cloneEv,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv +,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,___stdio_close,__ZNSt3__110__stdinbufIcE9underflowEv,__ZNSt3__110__stdinbufIcE5uflowEv,__ZNSt3__111__stdoutbufIcE4syncEv,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9underflowEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE4syncEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9showmanycEv,__ZNSt3__110__stdinbufIwE9underflowEv,__ZNSt3__110__stdinbufIwE5uflowEv,__ZNSt3__111__stdoutbufIwE4syncEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9underflowEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE5uflowEv +,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE13do_date_orderEv,__ZNKSt3__120__time_get_c_storageIcE7__weeksEv,__ZNKSt3__120__time_get_c_storageIcE8__monthsEv,__ZNKSt3__120__time_get_c_storageIcE7__am_pmEv,__ZNKSt3__120__time_get_c_storageIcE3__cEv,__ZNKSt3__120__time_get_c_storageIcE3__rEv,__ZNKSt3__120__time_get_c_storageIcE3__xEv,__ZNKSt3__120__time_get_c_storageIcE3__XEv,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE13do_date_orderEv,__ZNKSt3__120__time_get_c_storageIwE7__weeksEv,__ZNKSt3__120__time_get_c_storageIwE8__monthsEv,__ZNKSt3__120__time_get_c_storageIwE7__am_pmEv,__ZNKSt3__120__time_get_c_storageIwE3__cEv,__ZNKSt3__120__time_get_c_storageIwE3__rEv,__ZNKSt3__120__time_get_c_storageIwE3__xEv,__ZNKSt3__120__time_get_c_storageIwE3__XEv,__ZNKSt3__110moneypunctIcLb0EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIcLb0EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIcLb0EE14do_frac_digitsEv,__ZNKSt3__110moneypunctIcLb1EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIcLb1EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIcLb1EE14do_frac_digitsEv,__ZNKSt3__110moneypunctIwLb0EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIwLb0EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIwLb0EE14do_frac_digitsEv,__ZNKSt3__110moneypunctIwLb1EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIwLb1EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIwLb1EE14do_frac_digitsEv,__ZNKSt3__17codecvtIDic11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIDic11__mbstate_tE16do_always_noconvEv +,__ZNKSt3__17codecvtIDic11__mbstate_tE13do_max_lengthEv,__ZNKSt3__17codecvtIwc11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIwc11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIwc11__mbstate_tE13do_max_lengthEv,__ZNKSt3__18numpunctIcE16do_decimal_pointEv,__ZNKSt3__18numpunctIcE16do_thousands_sepEv,__ZNKSt3__18numpunctIwE16do_decimal_pointEv,__ZNKSt3__18numpunctIwE16do_thousands_sepEv,__ZNKSt3__17codecvtIcc11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIcc11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIcc11__mbstate_tE13do_max_lengthEv,__ZNKSt3__17codecvtIDsc11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIDsc11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIDsc11__mbstate_tE13do_max_lengthEv,__ZNKSt9bad_alloc4whatEv,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8 ,b8,b8,b8,b8,b8,b8,b8,b8,b8]; -var FUNCTION_TABLE_viii = [b9,__ZZ11instantiateEN19JSExternalInterface10growMemoryEjj,__ZN4wasm4Pass7prepareEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_11MergeBlocksEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm4Pass8finalizeEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm7Printer3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14PostEmscriptenEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14SimplifyLocalsEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_13ReorderLocalsEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,b9,b9,b9,b9,b9]; +var FUNCTION_TABLE_viii = [b9,__ZZ11instantiateEN19JSExternalInterface10growMemoryEjj,__ZN4wasm4Pass7prepareEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_11MergeBlocksEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm4Pass8finalizeEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm7Printer3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm15MinifiedPrinter3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14PostEmscriptenEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14SimplifyLocalsEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_13ReorderLocalsEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,b9,b9,b9,b9]; var FUNCTION_TABLE_v = [b10,__ZL25default_terminate_handlerv,__ZN10__cxxabiv112_GLOBAL__N_110construct_Ev,b10]; var FUNCTION_TABLE_iiiiiiiii = [b11,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjP2tmcc,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjP2tmcc,__ZNKSt3__17codecvtIDic11__mbstate_tE6do_outERS1_PKDiS5_RS5_PcS7_RS7_,__ZNKSt3__17codecvtIDic11__mbstate_tE5do_inERS1_PKcS5_RS5_PDiS7_RS7_,__ZNKSt3__17codecvtIwc11__mbstate_tE6do_outERS1_PKwS5_RS5_PcS7_RS7_,__ZNKSt3__17codecvtIwc11__mbstate_tE5do_inERS1_PKcS5_RS5_PwS7_RS7_,__ZNKSt3__17codecvtIcc11__mbstate_tE6do_outERS1_PKcS5_RS5_PcS7_RS7_,__ZNKSt3__17codecvtIcc11__mbstate_tE5do_inERS1_PKcS5_RS5_PcS7_RS7_,__ZNKSt3__17codecvtIDsc11__mbstate_tE6do_outERS1_PKDsS5_RS5_PcS7_RS7_,__ZNKSt3__17codecvtIDsc11__mbstate_tE5do_inERS1_PKcS5_RS5_PDsS7_RS7_,b11,b11,b11,b11,b11]; var FUNCTION_TABLE_iiiii = [b12,__ZNKSt3__15ctypeIcE8do_widenEPKcS3_Pc,__ZNKSt3__15ctypeIwE5do_isEPKwS3_Pt,__ZNKSt3__15ctypeIwE10do_scan_isEtPKwS3_,__ZNKSt3__15ctypeIwE11do_scan_notEtPKwS3_,__ZNKSt3__15ctypeIwE8do_widenEPKcS3_Pw,b12,b12]; var FUNCTION_TABLE_viiiiii = [b13,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE7seekoffExNS_8ios_base7seekdirEj,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE7seekoffExNS_8ios_base7seekdirEj,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE7seekoffExNS_8ios_base7seekdirEj,__ZNKSt3__18messagesIcE6do_getEiiiRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE,__ZNKSt3__18messagesIwE6do_getEiiiRKNS_12basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEEE,__ZNK10__cxxabiv117__class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib,__ZNK10__cxxabiv120__si_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib,__ZNK10__cxxabiv121__vmi_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib,b13,b13,b13,b13,b13,b13,b13]; -var FUNCTION_TABLE_iii = [b14,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9pbackfailEi,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE8overflowEi,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EEclEOS5_,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNSt3__110__stdinbufIcE9pbackfailEi,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE8overflowEi,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9pbackfailEi,__ZNSt3__111__stdoutbufIcE8overflowEi,__ZNSt3__110__stdinbufIwE9pbackfailEj,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE8overflowEj,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9pbackfailEj,__ZNSt3__111__stdoutbufIwE8overflowEj,__ZNKSt3__15ctypeIcE10do_toupperEc,__ZNKSt3__15ctypeIcE10do_tolowerEc,__ZNKSt3__15ctypeIcE8do_widenEc,__ZNKSt3__15ctypeIwE10do_toupperEw,__ZNKSt3__15ctypeIwE10do_tolowerEw,__ZNKSt3__15ctypeIwE8do_widenEc -,b14,b14,b14]; +var FUNCTION_TABLE_iii = [b14,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9pbackfailEi,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE8overflowEi,__ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUlvE_NS_9allocatorIS4_EEFavEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS64LEBEvEUlvE_NS_9allocatorIS4_EEFavEE6targetERKSt9type_info,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EEclEOS5_,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNSt3__110__stdinbufIcE9pbackfailEi,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE8overflowEi,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9pbackfailEi,__ZNSt3__111__stdoutbufIcE8overflowEi,__ZNSt3__110__stdinbufIwE9pbackfailEj,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE8overflowEj,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9pbackfailEj,__ZNSt3__111__stdoutbufIwE8overflowEj,__ZNKSt3__15ctypeIcE10do_toupperEc,__ZNKSt3__15ctypeIcE10do_tolowerEc +,__ZNKSt3__15ctypeIcE8do_widenEc,__ZNKSt3__15ctypeIwE10do_toupperEw,__ZNKSt3__15ctypeIwE10do_tolowerEw,__ZNKSt3__15ctypeIwE8do_widenEc,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14,b14 +,b14,b14,b14,b14,b14]; var FUNCTION_TABLE_iiiiii = [b15,__ZNKSt3__17collateIcE10do_compareEPKcS3_S3_S3_,__ZNKSt3__17collateIwE10do_compareEPKwS3_S3_S3_,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcb,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcl,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcm,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcPKv,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwb,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwl,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwm,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwPKv,__ZNKSt3__17codecvtIDic11__mbstate_tE10do_unshiftERS1_PcS4_RS4_,__ZNKSt3__17codecvtIDic11__mbstate_tE9do_lengthERS1_PKcS5_j,__ZNKSt3__17codecvtIwc11__mbstate_tE10do_unshiftERS1_PcS4_RS4_,__ZNKSt3__17codecvtIwc11__mbstate_tE9do_lengthERS1_PKcS5_j,__ZNKSt3__15ctypeIcE9do_narrowEPKcS3_cPc,__ZNKSt3__15ctypeIwE9do_narrowEPKwS3_cPc,__ZNKSt3__17codecvtIcc11__mbstate_tE10do_unshiftERS1_PcS4_RS4_,__ZNKSt3__17codecvtIcc11__mbstate_tE9do_lengthERS1_PKcS5_j,__ZNKSt3__17codecvtIDsc11__mbstate_tE10do_unshiftERS1_PcS4_RS4_,__ZNKSt3__17codecvtIDsc11__mbstate_tE9do_lengthERS1_PKcS5_j,b15,b15,b15,b15,b15,b15,b15,b15 ,b15,b15,b15]; var FUNCTION_TABLE_viiii = [b16,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE7seekposENS_4fposI11__mbstate_tEEj,__ZZ11instantiateEN19JSExternalInterface10callImportEPN4wasm6ImportERNSt3__16vectorINS0_7LiteralENS3_9allocatorIS5_EEEE,__ZZ11instantiateEN19JSExternalInterface4loadEPN4wasm4LoadEj,__ZZ11instantiateEN19JSExternalInterface5storeEPN4wasm5StoreEjNS0_7LiteralE,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE7seekposENS_4fposI11__mbstate_tEEj,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE7seekposENS_4fposI11__mbstate_tEEj,__ZNKSt3__17collateIcE12do_transformEPKcS3_,__ZNKSt3__17collateIwE12do_transformEPKwS3_,__ZNK10__cxxabiv117__class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi,__ZNK10__cxxabiv120__si_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi,__ZNK10__cxxabiv121__vmi_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi,b16,b16,b16,b16]; - return { ___cxa_demangle: ___cxa_demangle, ___cxa_can_catch: ___cxa_can_catch, _fflush: _fflush, _load_asm2wasm: _load_asm2wasm, ___cxa_is_pointer_type: ___cxa_is_pointer_type, _load_s_expr2wasm: _load_s_expr2wasm, _memmove: _memmove, _bitshift64Ashr: _bitshift64Ashr, _instantiate: _instantiate, _memset: _memset, _malloc: _malloc, _i64Add: _i64Add, _memcpy: _memcpy, _bitshift64Lshr: _bitshift64Lshr, _free: _free, _bitshift64Shl: _bitshift64Shl, _i64Subtract: _i64Subtract, ___errno_location: ___errno_location, _call_from_js: _call_from_js, __GLOBAL__I_000101: __GLOBAL__I_000101, __GLOBAL__sub_I_wasm_js_cpp: __GLOBAL__sub_I_wasm_js_cpp, __GLOBAL__sub_I_MergeBlocks_cpp: __GLOBAL__sub_I_MergeBlocks_cpp, __GLOBAL__sub_I_Print_cpp: __GLOBAL__sub_I_Print_cpp, __GLOBAL__sub_I_RemoveUnusedBrs_cpp: __GLOBAL__sub_I_RemoveUnusedBrs_cpp, __GLOBAL__sub_I_RemoveUnusedNames_cpp: __GLOBAL__sub_I_RemoveUnusedNames_cpp, __GLOBAL__sub_I_PostEmscripten_cpp: __GLOBAL__sub_I_PostEmscripten_cpp, __GLOBAL__sub_I_SimplifyLocals_cpp: __GLOBAL__sub_I_SimplifyLocals_cpp, __GLOBAL__sub_I_ReorderLocals_cpp: __GLOBAL__sub_I_ReorderLocals_cpp, __GLOBAL__sub_I_parser_cpp: __GLOBAL__sub_I_parser_cpp, __GLOBAL__sub_I_simple_ast_cpp: __GLOBAL__sub_I_simple_ast_cpp, __GLOBAL__sub_I_optimizer_shared_cpp: __GLOBAL__sub_I_optimizer_shared_cpp, runPostSets: runPostSets, _emscripten_replace_memory: _emscripten_replace_memory, stackAlloc: stackAlloc, stackSave: stackSave, stackRestore: stackRestore, establishStackSpace: establishStackSpace, setThrew: setThrew, setTempRet0: setTempRet0, getTempRet0: getTempRet0, dynCall_iiiiiiii: dynCall_iiiiiiii, dynCall_iiii: dynCall_iiii, dynCall_viiiii: dynCall_viiiii, dynCall_iiiiiid: dynCall_iiiiiid, dynCall_vi: dynCall_vi, dynCall_vii: dynCall_vii, dynCall_iiiiiii: dynCall_iiiiiii, dynCall_iiiiid: dynCall_iiiiid, dynCall_ii: dynCall_ii, dynCall_viii: dynCall_viii, dynCall_v: dynCall_v, dynCall_iiiiiiiii: dynCall_iiiiiiiii, dynCall_iiiii: dynCall_iiiii, dynCall_viiiiii: dynCall_viiiiii, dynCall_iii: dynCall_iii, dynCall_iiiiii: dynCall_iiiiii, dynCall_viiii: dynCall_viiii }; + return { _instantiate: _instantiate, _interpreter_stack_trace: _interpreter_stack_trace, _bitshift64Lshr: _bitshift64Lshr, _bitshift64Shl: _bitshift64Shl, _fflush: _fflush, _load_asm2wasm: _load_asm2wasm, ___cxa_is_pointer_type: ___cxa_is_pointer_type, _bitshift64Ashr: _bitshift64Ashr, _memset: _memset, ___cxa_demangle: ___cxa_demangle, _load_s_expr2wasm: _load_s_expr2wasm, _memcpy: _memcpy, _i64Subtract: _i64Subtract, _i64Add: _i64Add, _pthread_self: _pthread_self, _pthread_mutex_unlock: _pthread_mutex_unlock, _pthread_cond_broadcast: _pthread_cond_broadcast, ___errno_location: ___errno_location, _call_from_js: _call_from_js, ___cxa_can_catch: ___cxa_can_catch, _free: _free, _load_binary2wasm: _load_binary2wasm, _memmove: _memmove, _malloc: _malloc, _pthread_mutex_lock: _pthread_mutex_lock, __GLOBAL__I_000101: __GLOBAL__I_000101, __GLOBAL__sub_I_wasm_js_cpp: __GLOBAL__sub_I_wasm_js_cpp, __GLOBAL__sub_I_MergeBlocks_cpp: __GLOBAL__sub_I_MergeBlocks_cpp, __GLOBAL__sub_I_Print_cpp: __GLOBAL__sub_I_Print_cpp, __GLOBAL__sub_I_RemoveUnusedBrs_cpp: __GLOBAL__sub_I_RemoveUnusedBrs_cpp, __GLOBAL__sub_I_RemoveUnusedNames_cpp: __GLOBAL__sub_I_RemoveUnusedNames_cpp, __GLOBAL__sub_I_PostEmscripten_cpp: __GLOBAL__sub_I_PostEmscripten_cpp, __GLOBAL__sub_I_SimplifyLocals_cpp: __GLOBAL__sub_I_SimplifyLocals_cpp, __GLOBAL__sub_I_ReorderLocals_cpp: __GLOBAL__sub_I_ReorderLocals_cpp, __GLOBAL__sub_I_parser_cpp: __GLOBAL__sub_I_parser_cpp, __GLOBAL__sub_I_simple_ast_cpp: __GLOBAL__sub_I_simple_ast_cpp, __GLOBAL__sub_I_optimizer_shared_cpp: __GLOBAL__sub_I_optimizer_shared_cpp, __GLOBAL__sub_I_iostream_cpp: __GLOBAL__sub_I_iostream_cpp, runPostSets: runPostSets, _emscripten_replace_memory: _emscripten_replace_memory, stackAlloc: stackAlloc, stackSave: stackSave, stackRestore: stackRestore, establishStackSpace: establishStackSpace, setThrew: setThrew, setTempRet0: setTempRet0, getTempRet0: getTempRet0, dynCall_iiiiiiii: dynCall_iiiiiiii, dynCall_iiii: dynCall_iiii, dynCall_viiiii: dynCall_viiiii, dynCall_iiiiiid: dynCall_iiiiiid, dynCall_vi: dynCall_vi, dynCall_vii: dynCall_vii, dynCall_iiiiiii: dynCall_iiiiiii, dynCall_iiiiid: dynCall_iiiiid, dynCall_ii: dynCall_ii, dynCall_viii: dynCall_viii, dynCall_v: dynCall_v, dynCall_iiiiiiiii: dynCall_iiiiiiiii, dynCall_iiiii: dynCall_iiiii, dynCall_viiiiii: dynCall_viiiiii, dynCall_iii: dynCall_iii, dynCall_iiiiii: dynCall_iiiiii, dynCall_viiii: dynCall_viiii }; }) // EMSCRIPTEN_END_ASM (Module.asmGlobalArg, Module.asmLibraryArg, buffer); var __GLOBAL__sub_I_simple_ast_cpp = Module["__GLOBAL__sub_I_simple_ast_cpp"] = asm["__GLOBAL__sub_I_simple_ast_cpp"]; var _instantiate = Module["_instantiate"] = asm["_instantiate"]; +var _interpreter_stack_trace = Module["_interpreter_stack_trace"] = asm["_interpreter_stack_trace"]; var __GLOBAL__sub_I_RemoveUnusedBrs_cpp = Module["__GLOBAL__sub_I_RemoveUnusedBrs_cpp"] = asm["__GLOBAL__sub_I_RemoveUnusedBrs_cpp"]; var _bitshift64Lshr = Module["_bitshift64Lshr"] = asm["_bitshift64Lshr"]; var __GLOBAL__sub_I_SimplifyLocals_cpp = Module["__GLOBAL__sub_I_SimplifyLocals_cpp"] = asm["__GLOBAL__sub_I_SimplifyLocals_cpp"]; @@ -82765,20 +89251,26 @@ var ___cxa_demangle = Module["___cxa_demangle"] = asm["___cxa_demangle"]; var _i64Add = Module["_i64Add"] = asm["_i64Add"]; var _memcpy = Module["_memcpy"] = asm["_memcpy"]; var __GLOBAL__sub_I_PostEmscripten_cpp = Module["__GLOBAL__sub_I_PostEmscripten_cpp"] = asm["__GLOBAL__sub_I_PostEmscripten_cpp"]; +var __GLOBAL__sub_I_Print_cpp = Module["__GLOBAL__sub_I_Print_cpp"] = asm["__GLOBAL__sub_I_Print_cpp"]; var _i64Subtract = Module["_i64Subtract"] = asm["_i64Subtract"]; var __GLOBAL__sub_I_MergeBlocks_cpp = Module["__GLOBAL__sub_I_MergeBlocks_cpp"] = asm["__GLOBAL__sub_I_MergeBlocks_cpp"]; var _load_s_expr2wasm = Module["_load_s_expr2wasm"] = asm["_load_s_expr2wasm"]; -var __GLOBAL__sub_I_Print_cpp = Module["__GLOBAL__sub_I_Print_cpp"] = asm["__GLOBAL__sub_I_Print_cpp"]; +var _pthread_self = Module["_pthread_self"] = asm["_pthread_self"]; +var _pthread_mutex_unlock = Module["_pthread_mutex_unlock"] = asm["_pthread_mutex_unlock"]; var __GLOBAL__I_000101 = Module["__GLOBAL__I_000101"] = asm["__GLOBAL__I_000101"]; +var __GLOBAL__sub_I_iostream_cpp = Module["__GLOBAL__sub_I_iostream_cpp"] = asm["__GLOBAL__sub_I_iostream_cpp"]; +var _pthread_cond_broadcast = Module["_pthread_cond_broadcast"] = asm["_pthread_cond_broadcast"]; var ___errno_location = Module["___errno_location"] = asm["___errno_location"]; var _call_from_js = Module["_call_from_js"] = asm["_call_from_js"]; var ___cxa_can_catch = Module["___cxa_can_catch"] = asm["___cxa_can_catch"]; var _free = Module["_free"] = asm["_free"]; var runPostSets = Module["runPostSets"] = asm["runPostSets"]; var __GLOBAL__sub_I_wasm_js_cpp = Module["__GLOBAL__sub_I_wasm_js_cpp"] = asm["__GLOBAL__sub_I_wasm_js_cpp"]; +var _load_binary2wasm = Module["_load_binary2wasm"] = asm["_load_binary2wasm"]; var _memmove = Module["_memmove"] = asm["_memmove"]; var __GLOBAL__sub_I_ReorderLocals_cpp = Module["__GLOBAL__sub_I_ReorderLocals_cpp"] = asm["__GLOBAL__sub_I_ReorderLocals_cpp"]; var _malloc = Module["_malloc"] = asm["_malloc"]; +var _pthread_mutex_lock = Module["_pthread_mutex_lock"] = asm["_pthread_mutex_lock"]; var _emscripten_replace_memory = Module["_emscripten_replace_memory"] = asm["_emscripten_replace_memory"]; var __GLOBAL__sub_I_RemoveUnusedNames_cpp = Module["__GLOBAL__sub_I_RemoveUnusedNames_cpp"] = asm["__GLOBAL__sub_I_RemoveUnusedNames_cpp"]; var dynCall_iiiiiiii = Module["dynCall_iiiiiiii"] = asm["dynCall_iiiiiiii"]; @@ -82942,207 +89434,3 @@ run(); return Module; }; -/* - * Copyright 2015 WebAssembly Community Group participants - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -function integrateWasmJS(Module) { - // wasm.js has several methods for creating the compiled code module here: - // * 'wasm-s-parser': load s-expression code from a .wast and create wasm - // * 'asm2wasm': load asm.js code and translate to wasm - // * 'just-asm': no wasm, just load the asm.js code and use that (good for testing) - // The method can be set at compile time (BINARYEN_METHOD), or runtime by setting Module['wasmJSMethod']. - var method = Module['wasmJSMethod'] || 'wasm-s-parser'; - assert(method == 'asm2wasm' || method == 'wasm-s-parser' || method == 'just-asm'); - - if (method == 'just-asm') { - eval(Module['read'](Module['asmjsCodeFile'])); - return; - } - - var asm2wasmImports = { // special asm2wasm imports - "f64-rem": function(x, y) { - return x % y; - }, - "f64-to-int": function(x) { - return x | 0; - }, - "debugger": function() { - debugger; - }, - }; - - function flatten(obj) { - var ret = {}; - for (var x in obj) { - for (var y in obj[x]) { - if (ret[y]) Module['printErr']('warning: flatten dupe: ' + y); - if (typeof obj[x][y] === 'function') { - ret[y] = obj[x][y]; - } - } - } - return ret; - } - - function mergeMemory(newBuffer) { - // The wasm instance creates its memory. But static init code might have written to - // buffer already, and we must copy it over in a proper merge. - // TODO: avoid this copy, by avoiding such static init writes - // TODO: in shorter term, just copy up to the last static init write - var oldBuffer = Module['buffer']; - assert(newBuffer.byteLength >= oldBuffer.byteLength, 'we might fail if we allocated more than TOTAL_MEMORY'); - // the wasm module does write out the memory initialization, in range STATIC_BASE..STATIC_BUMP, so avoid that - (new Int8Array(newBuffer).subarray(0, STATIC_BASE)).set(new Int8Array(oldBuffer).subarray(0, STATIC_BASE)); - (new Int8Array(newBuffer).subarray(STATIC_BASE + STATIC_BUMP)).set(new Int8Array(oldBuffer).subarray(STATIC_BASE + STATIC_BUMP)); - updateGlobalBuffer(newBuffer); - updateGlobalBufferViews(); - Module['reallocBuffer'] = function(size) { - var old = Module['buffer']; - wasmJS['asmExports']['__growWasmMemory'](size); // tiny wasm method that just does grow_memory - return Module['buffer'] !== old ? Module['buffer'] : null; // if it was reallocated, it changed - }; - } - - // wasm lacks globals, so asm2wasm maps them into locations in memory. that information cannot - // be present in the wasm output of asm2wasm, so we store it in a side file. If we load asm2wasm - // output, either generated ahead of time or on the client, we need to apply those mapped - // globals after loading the module. - function applyMappedGlobals() { - var mappedGlobals = JSON.parse(Module['read'](Module['wasmCodeFile'] + '.mappedGlobals')); - for (var name in mappedGlobals) { - var global = mappedGlobals[name]; - if (!global.import) continue; // non-imports are initialized to zero in the typed array anyhow, so nothing to do here - var value = wasmJS['lookupImport'](global.module, global.base); - var address = global.address; - switch (global.type) { - case WasmTypes.i32: Module['HEAP32'][address >> 2] = value; break; - case WasmTypes.f32: Module['HEAPF32'][address >> 2] = value; break; - case WasmTypes.f64: Module['HEAPF64'][address >> 3] = value; break; - default: abort(); - } - } - } - - if (typeof WASM === 'object' || typeof wasmEval === 'function') { - // Provide an "asm.js function" for the application, called to "link" the asm.js module. We instantiate - // the wasm module at that time, and it receives imports and provides exports and so forth, the app - // doesn't need to care that it is wasm and not asm. - Module['asm'] = function(global, env, providedBuffer) { - // Load the wasm module - var binary = Module['readBinary'](Module['wasmCodeFile']); - // Create an instance of the module using native support in the JS engine. - var importObj = { - "global.Math": global.Math, - "env": env, - "asm2wasm": asm2wasmImports - }; - var instance; - if (typeof WASM === 'object') { - instance = WASM.instantiateModule(binary, flatten(importObj)); - } else if (typeof wasmEval === 'function') { - instance = wasmEval(binary.buffer, importObj); - } else { - throw 'how to wasm?'; - } - mergeMemory(instance.memory); - - applyMappedGlobals(); - - return instance; - }; - - return; - } - - var WasmTypes = { - none: 0, - i32: 1, - i64: 2, - f32: 3, - f64: 4 - }; - - // Use wasm.js to polyfill and execute code in a wasm interpreter. - var wasmJS = WasmJS({}); - - // XXX don't be confused. Module here is in the outside program. wasmJS is the inner wasm-js.cpp. - wasmJS['outside'] = Module; // Inside wasm-js.cpp, Module['outside'] reaches the outside module. - - // Information for the instance of the module. - var info = wasmJS['info'] = { - global: null, - env: null, - asm2wasm: asm2wasmImports, - parent: Module // Module inside wasm-js.cpp refers to wasm-js.cpp; this allows access to the outside program. - }; - - wasmJS['lookupImport'] = function(mod, base) { - var lookup = info; - if (mod.indexOf('.') < 0) { - lookup = (lookup || {})[mod]; - } else { - var parts = mod.split('.'); - lookup = (lookup || {})[parts[0]]; - lookup = (lookup || {})[parts[1]]; - } - lookup = (lookup || {})[base]; - if (lookup === undefined) { - abort('bad lookupImport to (' + mod + ').' + base); - } - return lookup; - } - - // The asm.js function, called to "link" the asm.js module. At that time, we are provided imports - // and respond with exports, and so forth. - Module['asm'] = function(global, env, providedBuffer) { - assert(providedBuffer === Module['buffer']); // we should not even need to pass it as a 3rd arg for wasm, but that's the asm.js way. - - info.global = global; - info.env = env; - - Module['reallocBuffer'] = function(size) { - var old = Module['buffer']; - wasmJS['asmExports']['__growWasmMemory'](size); // tiny wasm method that just does grow_memory - return Module['buffer'] !== old ? Module['buffer'] : null; // if it was reallocated, it changed - }; - - // Prepare to generate wasm, using either asm2wasm or wasm-s-parser - var code = Module['read'](method == 'asm2wasm' ? Module['asmjsCodeFile'] : Module['wasmCodeFile']); - var temp = wasmJS['_malloc'](code.length + 1); - wasmJS['writeAsciiToMemory'](code, temp); - if (method == 'asm2wasm') { - wasmJS['_load_asm2wasm'](temp); - } else { - wasmJS['_load_s_expr2wasm'](temp); - } - wasmJS['_free'](temp); - - wasmJS['providedTotalMemory'] = Module['buffer'].byteLength; - - wasmJS['_instantiate'](temp); - - if (Module['newBuffer']) { - mergeMemory(Module['newBuffer']); - Module['newBuffer'] = null; - } - - if (method == 'wasm-s-parser') { - applyMappedGlobals(); - } - - return wasmJS['asmExports']; - }; -} |