diff options
-rw-r--r-- | bin/wasm.js | 22258 | ||||
-rwxr-xr-x | build-js.sh | 4 | ||||
-rw-r--r-- | src/wasm-js.cpp | 23 | ||||
-rw-r--r-- | test/wasm_backend/i64_load.cpp | 15 | ||||
-rw-r--r-- | test/wasm_backend/i64_load.txt | 4 |
5 files changed, 13068 insertions, 9236 deletions
diff --git a/bin/wasm.js b/bin/wasm.js index 32e410e4e..a10c4a8f3 100644 --- a/bin/wasm.js +++ b/bin/wasm.js @@ -1190,12 +1190,13 @@ var ASM_CONSTS = [ (function() { { Module["tempArguments"].push($0); } -}), (function($0, $1, $2, $3) { +}), (function($0, $1, $2, $3, $4) { { var addr = $0; var bytes = $1; var isFloat = $2; var isSigned = $3; + var out64 = $4; var save0 = HEAP32[0]; var save1 = HEAP32[1]; for (var i = 0; i < bytes; i++) { @@ -1203,7 +1204,11 @@ var ASM_CONSTS = [ (function() { } var ret; if (!isFloat) { - if (bytes === 1) ret = isSigned ? HEAP8[0] : HEAPU8[0]; else if (bytes === 2) ret = isSigned ? HEAP16[0] : HEAPU16[0]; else if (bytes === 4 || bytes === 8) ret = isSigned ? HEAP32[0] : HEAPU32[0]; else abort(); + if (bytes === 1) ret = isSigned ? HEAP8[0] : HEAPU8[0]; else if (bytes === 2) ret = isSigned ? HEAP16[0] : HEAPU16[0]; else if (bytes === 4) ret = isSigned ? HEAP32[0] : HEAPU32[0]; else if (bytes === 8) { + for (var i = 0; i < bytes; i++) { + HEAPU8[out64 + i] = HEAPU8[i]; + } + } else abort(); } else { if (bytes === 4) ret = HEAPF32[0]; else if (bytes === 8) ret = HEAPF64[0]; else abort(); } @@ -1211,10 +1216,6 @@ var ASM_CONSTS = [ (function() { HEAP32[1] = save1; return ret; } -}), (function() { - { - return HEAPU32[1]; - } }), (function($0) { { return Module["info"].parent["HEAP8"][$0]; @@ -1305,12 +1306,12 @@ function _emscripten_asm_const_di(code, a0) { function _emscripten_asm_const_i(code) { return ASM_CONSTS[code](); } +function _emscripten_asm_const_diiiii(code, a0, a1, a2, a3, a4) { + return ASM_CONSTS[code](a0, a1, a2, a3, a4); +} function _emscripten_asm_const_iid(code, a0, a1) { return ASM_CONSTS[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_ii(code, a0) { return ASM_CONSTS[code](a0); } @@ -1330,7 +1331,7 @@ function _emscripten_asm_const_id(code, a0) { return ASM_CONSTS[code](a0); } STATIC_BASE = 8; -STATICTOP = STATIC_BASE + 57296; +STATICTOP = STATIC_BASE + 58384; __ATINIT__.push({ func: (function() { __GLOBAL__I_000101(); @@ -1400,11 +1401,11 @@ __ATINIT__.push({ __GLOBAL__sub_I_MergeBlocks_cpp(); }) }); -allocate([ 220, 51, 0, 0, 6, 69, 0, 0, 120, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 150, 70, 0, 0, 144, 7, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 220, 70, 0, 0, 128, 7, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 239, 73, 0, 0, 220, 51, 0, 0, 142, 73, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 17, 74, 0, 0, 180, 51, 0, 0, 164, 79, 0, 0, 220, 51, 0, 0, 67, 79, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 198, 79, 0, 0, 220, 51, 0, 0, 255, 79, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 96, 80, 0, 0, 180, 51, 0, 0, 218, 81, 0, 0, 180, 51, 0, 0, 12, 82, 0, 0, 220, 51, 0, 0, 231, 81, 0, 0, 152, 0, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 206, 93, 0, 0, 240, 7, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 42, 98, 0, 0, 220, 51, 0, 0, 166, 97, 0, 0, 192, 0, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 223, 101, 0, 0, 180, 51, 0, 0, 161, 102, 0, 0, 220, 51, 0, 0, 28, 102, 0, 0, 224, 0, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 248, 102, 0, 0, 220, 51, 0, 0, 53, 103, 0, 0, 224, 0, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 186, 103, 0, 0, 180, 51, 0, 0, 214, 108, 0, 0, 220, 51, 0, 0, 137, 108, 0, 0, 24, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 32, 109, 0, 0, 220, 51, 0, 0, 13, 110, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 132, 110, 0, 0, 68, 52, 0, 0, 178, 110, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 112, 1, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 253, 110, 0, 0, 128, 1, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 54, 111, 0, 0, 144, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 106, 111, 0, 0, 220, 51, 0, 0, 142, 111, 0, 0, 80, 1, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 163, 111, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 64, 112, 0, 0, 180, 51, 0, 0, 121, 112, 0, 0, 180, 51, 0, 0, 202, 112, 0, 0, 220, 51, 0, 0, 2, 113, 0, 0, 144, 0, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 55, 116, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 169, 116, 0, 0, 220, 51, 0, 0, 17, 117, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 140, 117, 0, 0, 208, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 165, 117, 0, 0, 220, 51, 0, 0, 14, 118, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 133, 118, 0, 0, 208, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 154, 118, 0, 0, 220, 51, 0, 0, 11, 119, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 139, 119, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 120, 2, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 223, 119, 0, 0, 136, 2, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 33, 120, 0, 0, 152, 2, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 94, 120, 0, 0, 220, 51, 0, 0, 139, 120, 0, 0, 88, 2, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 169, 120, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 79, 121, 0, 0, 180, 51, 0, 0, 169, 121, 0, 0, 220, 51, 0, 0, 46, 122, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 169, 122, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 0, 3, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 248, 122, 0, 0, 16, 3, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 53, 123, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 109, 123, 0, 0, 220, 51, 0, 0, 149, 123, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 135, 124, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 88, 3, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 252, 124, 0, 0, 104, 3, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 95, 125, 0, 0, 120, 3, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 189, 125, 0, 0, 220, 51, 0, 0, 11, 126, 0, 0, 56, 3, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 74, 126, 0, 0, 220, 51, 0, 0, 159, 126, 0, 0, 224, 2, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 184, 126, 0, 0, 220, 51, 0, 0, 64, 127, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 189, 127, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 224, 3, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 14, 128, 0, 0, 240, 3, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 77, 128, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 135, 128, 0, 0, 220, 51, 0, 0, 177, 128, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 84, 129, 0, 0, 220, 51, 0, 0, 171, 129, 0, 0, 192, 3, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 198, 129, 0, 0, 220, 51, 0, 0, 78, 130, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 200, 130, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 104, 4, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 22, 131, 0, 0, 120, 4, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 82, 131, 0, 0, 136, 4, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 137, 131, 0, 0, 220, 51, 0, 0, 176, 131, 0, 0, 72, 4, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 200, 131, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 165, 132, 0, 0, 180, 51, 0, 0, 249, 132, 0, 0, 220, 51, 0, 0, 111, 133, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 233, 133, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 240, 4, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 66, 134, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 137, 134, 0, 0, 16, 5, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 197, 134, 0, 0, 32, 5, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 252, 134, 0, 0, 220, 51, 0, 0, 35, 135, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 249, 137, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 88, 5, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 72, 138, 0, 0, 104, 5, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 133, 138, 0, 0, 120, 5, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 189, 138, 0, 0, 220, 51, 0, 0, 229, 138, 0, 0, 56, 5, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 254, 138, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 77, 139, 0, 0, 192, 5, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 138, 139, 0, 0, 208, 5, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 194, 139, 0, 0, 220, 51, 0, 0, 234, 139, 0, 0, 144, 5, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 3, 140, 0, 0, 220, 51, 0, 0, 87, 140, 0, 0, 208, 4, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 111, 140, 0, 0, 220, 51, 0, 0, 218, 140, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 83, 141, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 56, 6, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 160, 141, 0, 0, 72, 6, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 219, 141, 0, 0, 88, 6, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 17, 142, 0, 0, 220, 51, 0, 0, 55, 142, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 35, 143, 0, 0, 220, 51, 0, 0, 118, 143, 0, 0, 24, 6, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 141, 143, 0, 0, 220, 51, 0, 0, 238, 143, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 95, 144, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 192, 6, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 164, 144, 0, 0, 208, 6, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 215, 144, 0, 0, 224, 6, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 5, 145, 0, 0, 220, 51, 0, 0, 35, 145, 0, 0, 160, 6, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 50, 145, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 1, 146, 0, 0, 180, 51, 0, 0, 76, 146, 0, 0, 220, 51, 0, 0, 201, 164, 0, 0, 128, 7, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 7, 165, 0, 0, 128, 7, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 32, 165, 0, 0, 136, 7, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 56, 165, 0, 0, 136, 7, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 230, 166, 0, 0, 104, 7, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 16, 167, 0, 0, 220, 51, 0, 0, 34, 167, 0, 0, 104, 7, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 76, 167, 0, 0, 180, 51, 0, 0, 125, 167, 0, 0, 68, 52, 0, 0, 174, 167, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 88, 7, 0, 0, 3, 244, 255, 255, 68, 52, 0, 0, 221, 167, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 112, 7, 0, 0, 3, 244, 255, 255, 68, 52, 0, 0, 12, 168, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 88, 7, 0, 0, 3, 244, 255, 255, 68, 52, 0, 0, 59, 168, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 112, 7, 0, 0, 3, 244, 255, 255, 68, 52, 0, 0, 106, 168, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 144, 7, 0, 0, 2, 0, 0, 0, 192, 7, 0, 0, 2, 8, 0, 0, 220, 51, 0, 0, 154, 168, 0, 0, 32, 8, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 174, 168, 0, 0, 112, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 196, 168, 0, 0, 32, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 216, 168, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 96, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 28, 169, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 120, 8, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 50, 169, 0, 0, 68, 52, 0, 0, 113, 169, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 160, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 181, 169, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 120, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 203, 169, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 216, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 15, 170, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 240, 8, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 37, 170, 0, 0, 68, 52, 0, 0, 76, 170, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 24, 9, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 144, 170, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 240, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 166, 170, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 88, 9, 0, 0, 2, 0, 0, 0, 96, 9, 0, 0, 0, 8, 0, 0, 180, 51, 0, 0, 235, 170, 0, 0, 180, 51, 0, 0, 254, 170, 0, 0, 68, 52, 0, 0, 96, 172, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 88, 9, 0, 0, 2, 0, 0, 0, 144, 9, 0, 0, 0, 8, 0, 0, 180, 51, 0, 0, 165, 172, 0, 0, 68, 52, 0, 0, 199, 172, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 184, 9, 0, 0, 0, 8, 0, 0, 180, 51, 0, 0, 12, 173, 0, 0, 68, 52, 0, 0, 33, 173, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 184, 9, 0, 0, 0, 8, 0, 0, 68, 52, 0, 0, 102, 173, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 0, 10, 0, 0, 2, 0, 0, 0, 180, 51, 0, 0, 130, 173, 0, 0, 68, 52, 0, 0, 151, 173, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 0, 10, 0, 0, 2, 0, 0, 0, 68, 52, 0, 0, 179, 173, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 0, 10, 0, 0, 2, 0, 0, 0, 68, 52, 0, 0, 207, 173, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 0, 10, 0, 0, 2, 0, 0, 0, 68, 52, 0, 0, 235, 173, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 136, 10, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 49, 174, 0, 0, 68, 52, 0, 0, 89, 174, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 176, 10, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 159, 174, 0, 0, 68, 52, 0, 0, 195, 174, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 216, 10, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 9, 175, 0, 0, 68, 52, 0, 0, 40, 175, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 110, 175, 0, 0, 68, 52, 0, 0, 135, 175, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 40, 11, 0, 0, 2, 0, 0, 0, 180, 51, 0, 0, 156, 175, 0, 0, 68, 52, 0, 0, 180, 175, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 40, 11, 0, 0, 2, 0, 0, 0, 220, 51, 0, 0, 201, 175, 0, 0, 96, 11, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 235, 175, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 128, 11, 0, 0, 2, 0, 0, 0, 180, 51, 0, 0, 14, 176, 0, 0, 220, 51, 0, 0, 37, 176, 0, 0, 96, 11, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 72, 176, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 128, 11, 0, 0, 2, 0, 0, 0, 68, 52, 0, 0, 106, 176, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 128, 11, 0, 0, 2, 0, 0, 0, 68, 52, 0, 0, 140, 176, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 128, 11, 0, 0, 2, 0, 0, 0, 220, 51, 0, 0, 175, 176, 0, 0, 32, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 197, 176, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 40, 12, 0, 0, 2, 0, 0, 0, 180, 51, 0, 0, 215, 176, 0, 0, 68, 52, 0, 0, 236, 176, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 40, 12, 0, 0, 2, 0, 0, 0, 220, 51, 0, 0, 254, 176, 0, 0, 32, 8, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 19, 177, 0, 0, 32, 8, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 231, 177, 0, 0, 180, 51, 0, 0, 13, 179, 0, 0, 220, 51, 0, 0, 235, 178, 0, 0, 160, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 152, 178, 0, 0, 128, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 189, 178, 0, 0, 176, 12, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 222, 178, 0, 0, 220, 51, 0, 0, 211, 179, 0, 0, 120, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 254, 179, 0, 0, 120, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 14, 180, 0, 0, 200, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 67, 180, 0, 0, 160, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 31, 180, 0, 0, 232, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 101, 180, 0, 0, 128, 12, 0, 0, 0, 0, 0, 0, 137, 152, 0, 0, 178, 152, 0, 0, 159, 152, 0, 0, 7, 148, 0, 0, 37, 59, 0, 0, 152, 152, 0, 0, 42, 59, 0, 0, 166, 152, 0, 0, 177, 146, 0, 0, 113, 152, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 196, 255, 255, 255, 196, 255, 255, 255, 24, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 96, 13, 0, 0, 152, 13, 0, 0, 172, 13, 0, 0, 116, 13, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 144, 7, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 196, 255, 255, 255, 196, 255, 255, 255, 144, 7, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 6, 0, 0, 0, 2, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 7, 0, 0, 0, 3, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 9, 0, 0, 0, 3, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 10, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 0, 17, 0, 0, 0, 21, 0, 0, 0, 12, 0, 0, 0, 4, 0, 0, 0, 22, 0, 0, 0, 23, 0, 0, 0, 13, 0, 0, 0, 5, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 144, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 160, 0, 0, 0, 5, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 176, 0, 0, 0, 26, 0, 0, 0, 27, 0, 0, 0, 56, 0, 0, 0, 248, 255, 255, 255, 176, 0, 0, 0, 28, 0, 0, 0, 29, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 176, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 192, 14, 0, 0, 36, 15, 0, 0, 96, 15, 0, 0, 116, 15, 0, 0, 136, 15, 0, 0, 156, 15, 0, 0, 76, 15, 0, 0, 56, 15, 0, 0, 232, 14, 0, 0, 212, 14, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 240, 7, 0, 0, 32, 0, 0, 0, 33, 0, 0, 0, 56, 0, 0, 0, 248, 255, 255, 255, 240, 7, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 240, 7, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 144, 7, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 144, 7, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 192, 7, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 200, 255, 255, 255, 200, 255, 255, 255, 192, 7, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 206, 207, 0, 0, 182, 211, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 15, 0, 0, 0, 7, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 232, 0, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 17, 0, 0, 0, 8, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 4, 0, 0, 0, 8, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 46, 0, 0, 0, 50, 0, 0, 0, 19, 0, 0, 0, 9, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 5, 0, 0, 0, 9, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 32, 1, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 21, 0, 0, 0, 10, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 10, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 56, 1, 0, 0, 58, 0, 0, 0, 59, 0, 0, 0, 23, 0, 0, 0, 11, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 24, 0, 0, 0, 11, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 80, 1, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 152, 1, 0, 0, 62, 0, 0, 0, 64, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 168, 1, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 26, 0, 0, 0, 12, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 27, 0, 0, 0, 12, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 208, 1, 0, 0, 24, 0, 0, 0, 69, 0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 224, 1, 0, 0, 58, 0, 0, 0, 70, 0, 0, 0, 29, 0, 0, 0, 13, 0, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 30, 0, 0, 0, 13, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 248, 1, 0, 0, 58, 0, 0, 0, 73, 0, 0, 0, 32, 0, 0, 0, 14, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 33, 0, 0, 0, 14, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 8, 2, 0, 0, 24, 0, 0, 0, 76, 0, 0, 0, 1, 0, 0, 0, 6, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 32, 2, 0, 0, 58, 0, 0, 0, 77, 0, 0, 0, 35, 0, 0, 0, 15, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 36, 0, 0, 0, 15, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 48, 2, 0, 0, 24, 0, 0, 0, 80, 0, 0, 0, 1, 0, 0, 0, 7, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 72, 2, 0, 0, 58, 0, 0, 0, 81, 0, 0, 0, 38, 0, 0, 0, 16, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 39, 0, 0, 0, 16, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 88, 2, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 1, 0, 0, 0, 8, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 160, 2, 0, 0, 84, 0, 0, 0, 86, 0, 0, 0, 1, 0, 0, 0, 8, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 176, 2, 0, 0, 65, 0, 0, 0, 87, 0, 0, 0, 41, 0, 0, 0, 17, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 42, 0, 0, 0, 17, 0, 0, 0, 43, 0, 0, 0, 0, 0, 0, 0, 208, 2, 0, 0, 58, 0, 0, 0, 90, 0, 0, 0, 44, 0, 0, 0, 18, 0, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 45, 0, 0, 0, 18, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 224, 2, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 40, 3, 0, 0, 65, 0, 0, 0, 95, 0, 0, 0, 47, 0, 0, 0, 19, 0, 0, 0, 96, 0, 0, 0, 97, 0, 0, 0, 48, 0, 0, 0, 19, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 56, 3, 0, 0, 98, 0, 0, 0, 99, 0, 0, 0, 1, 0, 0, 0, 10, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 128, 3, 0, 0, 98, 0, 0, 0, 100, 0, 0, 0, 1, 0, 0, 0, 10, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 152, 3, 0, 0, 101, 0, 0, 0, 102, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 176, 3, 0, 0, 58, 0, 0, 0, 103, 0, 0, 0, 50, 0, 0, 0, 20, 0, 0, 0, 104, 0, 0, 0, 105, 0, 0, 0, 51, 0, 0, 0, 20, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 192, 3, 0, 0, 106, 0, 0, 0, 107, 0, 0, 0, 1, 0, 0, 0, 11, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 8, 4, 0, 0, 65, 0, 0, 0, 108, 0, 0, 0, 53, 0, 0, 0, 21, 0, 0, 0, 109, 0, 0, 0, 110, 0, 0, 0, 54, 0, 0, 0, 21, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 32, 4, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 1, 0, 0, 0, 11, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 56, 4, 0, 0, 58, 0, 0, 0, 113, 0, 0, 0, 56, 0, 0, 0, 22, 0, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 57, 0, 0, 0, 22, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 72, 4, 0, 0, 116, 0, 0, 0, 117, 0, 0, 0, 1, 0, 0, 0, 12, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 144, 4, 0, 0, 116, 0, 0, 0, 118, 0, 0, 0, 1, 0, 0, 0, 12, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 160, 4, 0, 0, 65, 0, 0, 0, 119, 0, 0, 0, 59, 0, 0, 0, 23, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 60, 0, 0, 0, 23, 0, 0, 0, 61, 0, 0, 0, 0, 0, 0, 0, 192, 4, 0, 0, 58, 0, 0, 0, 122, 0, 0, 0, 62, 0, 0, 0, 24, 0, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 63, 0, 0, 0, 24, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 208, 4, 0, 0, 125, 0, 0, 0, 126, 0, 0, 0, 1, 0, 0, 0, 13, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 40, 5, 0, 0, 65, 0, 0, 0, 127, 0, 0, 0, 65, 0, 0, 0, 25, 0, 0, 0, 128, 0, 0, 0, 129, 0, 0, 0, 66, 0, 0, 0, 25, 0, 0, 0, 67, 0, 0, 0, 0, 0, 0, 0, 56, 5, 0, 0, 130, 0, 0, 0, 131, 0, 0, 0, 1, 0, 0, 0, 14, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 128, 5, 0, 0, 130, 0, 0, 0, 132, 0, 0, 0, 1, 0, 0, 0, 14, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 144, 5, 0, 0, 133, 0, 0, 0, 134, 0, 0, 0, 1, 0, 0, 0, 15, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 216, 5, 0, 0, 133, 0, 0, 0, 135, 0, 0, 0, 1, 0, 0, 0, 15, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 240, 5, 0, 0, 136, 0, 0, 0, 137, 0, 0, 0, 1, 0, 0, 0, 13, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 8, 6, 0, 0, 58, 0, 0, 0, 138, 0, 0, 0, 68, 0, 0, 0, 26, 0, 0, 0, 139, 0, 0, 0, 140, 0, 0, 0, 69, 0, 0, 0, 26, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 24, 6, 0, 0, 141, 0, 0, 0, 142, 0, 0, 0, 1, 0, 0, 0, 16, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 96, 6, 0, 0, 65, 0, 0, 0, 143, 0, 0, 0, 71, 0, 0, 0, 27, 0, 0, 0, 144, 0, 0, 0, 145, 0, 0, 0, 72, 0, 0, 0, 27, 0, 0, 0, 73, 0, 0, 0, 0, 0, 0, 0, 120, 6, 0, 0, 146, 0, 0, 0, 147, 0, 0, 0, 1, 0, 0, 0, 16, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 144, 6, 0, 0, 58, 0, 0, 0, 148, 0, 0, 0, 74, 0, 0, 0, 28, 0, 0, 0, 149, 0, 0, 0, 150, 0, 0, 0, 75, 0, 0, 0, 28, 0, 0, 0, 76, 0, 0, 0, 0, 0, 0, 0, 160, 6, 0, 0, 151, 0, 0, 0, 152, 0, 0, 0, 1, 0, 0, 0, 17, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 232, 6, 0, 0, 151, 0, 0, 0, 153, 0, 0, 0, 1, 0, 0, 0, 17, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 248, 6, 0, 0, 65, 0, 0, 0, 154, 0, 0, 0, 77, 0, 0, 0, 29, 0, 0, 0, 155, 0, 0, 0, 156, 0, 0, 0, 78, 0, 0, 0, 29, 0, 0, 0, 79, 0, 0, 0, 126, 146, 0, 0, 144, 146, 0, 0, 104, 22, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 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, 186, 215, 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, 220, 22, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 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, 194, 215, 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, 220, 22, 0, 0, 84, 23, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 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, 202, 219, 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, 100, 53, 0, 0, 40, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 44, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 24, 7, 0, 0, 157, 0, 0, 0, 158, 0, 0, 0, 30, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 30, 0, 0, 0, 3, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 40, 7, 0, 0, 157, 0, 0, 0, 159, 0, 0, 0, 31, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 83, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 84, 0, 0, 0, 5, 0, 0, 0, 32, 0, 0, 0, 11, 0, 0, 0, 33, 0, 0, 0, 0, 0, 0, 0, 56, 7, 0, 0, 160, 0, 0, 0, 161, 0, 0, 0, 32, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 13, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 34, 0, 0, 0, 14, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 72, 7, 0, 0, 160, 0, 0, 0, 162, 0, 0, 0, 33, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 89, 0, 0, 0, 86, 0, 0, 0, 13, 0, 0, 0, 90, 0, 0, 0, 91, 0, 0, 0, 36, 0, 0, 0, 15, 0, 0, 0, 37, 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, 104, 7, 0, 0, 163, 0, 0, 0, 164, 0, 0, 0, 0, 0, 0, 0, 128, 7, 0, 0, 157, 0, 0, 0, 165, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 84, 0, 0, 0, 5, 0, 0, 0, 32, 0, 0, 0, 3, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 136, 7, 0, 0, 160 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE); -allocate([ 166, 0, 0, 0, 34, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 13, 0, 0, 0, 90, 0, 0, 0, 91, 0, 0, 0, 36, 0, 0, 0, 14, 0, 0, 0, 35, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 144, 7, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 248, 255, 255, 255, 248, 255, 255, 255, 144, 7, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 168, 7, 0, 0, 167, 0, 0, 0, 168, 0, 0, 0, 248, 255, 255, 255, 248, 255, 255, 255, 168, 7, 0, 0, 169, 0, 0, 0, 170, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 192, 7, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 252, 255, 255, 255, 252, 255, 255, 255, 192, 7, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 216, 7, 0, 0, 171, 0, 0, 0, 172, 0, 0, 0, 252, 255, 255, 255, 252, 255, 255, 255, 216, 7, 0, 0, 173, 0, 0, 0, 174, 0, 0, 0, 0, 0, 0, 0, 16, 8, 0, 0, 175, 0, 0, 0, 176, 0, 0, 0, 177, 0, 0, 0, 1, 0, 0, 0, 7, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 48, 8, 0, 0, 178, 0, 0, 0, 179, 0, 0, 0, 177, 0, 0, 0, 2, 0, 0, 0, 8, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 64, 8, 0, 0, 180, 0, 0, 0, 181, 0, 0, 0, 177, 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, 128, 8, 0, 0, 182, 0, 0, 0, 183, 0, 0, 0, 177, 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, 184, 8, 0, 0, 184, 0, 0, 0, 185, 0, 0, 0, 177, 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, 248, 8, 0, 0, 186, 0, 0, 0, 187, 0, 0, 0, 177, 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, 48, 9, 0, 0, 188, 0, 0, 0, 189, 0, 0, 0, 177, 0, 0, 0, 92, 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, 48, 9, 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, 0, 0, 0, 0, 104, 9, 0, 0, 190, 0, 0, 0, 191, 0, 0, 0, 177, 0, 0, 0, 100, 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, 104, 9, 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, 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, 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, 152, 9, 0, 0, 192, 0, 0, 0, 193, 0, 0, 0, 177, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 192, 9, 0, 0, 194, 0, 0, 0, 195, 0, 0, 0, 177, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 224, 9, 0, 0, 196, 0, 0, 0, 197, 0, 0, 0, 177, 0, 0, 0, 108, 0, 0, 0, 109, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 110, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 8, 10, 0, 0, 198, 0, 0, 0, 199, 0, 0, 0, 177, 0, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 44, 0, 0, 0, 113, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 40, 10, 0, 0, 200, 0, 0, 0, 201, 0, 0, 0, 177, 0, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 47, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, 116, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 72, 10, 0, 0, 202, 0, 0, 0, 203, 0, 0, 0, 177, 0, 0, 0, 117, 0, 0, 0, 118, 0, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 119, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 104, 10, 0, 0, 204, 0, 0, 0, 205, 0, 0, 0, 177, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 144, 10, 0, 0, 206, 0, 0, 0, 207, 0, 0, 0, 177, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 184, 10, 0, 0, 208, 0, 0, 0, 209, 0, 0, 0, 177, 0, 0, 0, 1, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 224, 10, 0, 0, 210, 0, 0, 0, 211, 0, 0, 0, 177, 0, 0, 0, 2, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 8, 11, 0, 0, 212, 0, 0, 0, 213, 0, 0, 0, 177, 0, 0, 0, 18, 0, 0, 0, 4, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 48, 11, 0, 0, 214, 0, 0, 0, 215, 0, 0, 0, 177, 0, 0, 0, 19, 0, 0, 0, 5, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 80, 11, 0, 0, 216, 0, 0, 0, 217, 0, 0, 0, 177, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 12, 0, 0, 0, 122, 0, 0, 0, 0, 0, 0, 0, 136, 11, 0, 0, 216, 0, 0, 0, 218, 0, 0, 0, 177, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 12, 0, 0, 0, 122, 0, 0, 0, 0, 0, 0, 0, 184, 11, 0, 0, 219, 0, 0, 0, 220, 0, 0, 0, 177, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 13, 0, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 14, 0, 0, 0, 125, 0, 0, 0, 0, 0, 0, 0, 248, 11, 0, 0, 221, 0, 0, 0, 222, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 8, 12, 0, 0, 223, 0, 0, 0, 224, 0, 0, 0, 177, 0, 0, 0, 38, 0, 0, 0, 20, 0, 0, 0, 39, 0, 0, 0, 21, 0, 0, 0, 40, 0, 0, 0, 1, 0, 0, 0, 22, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 80, 12, 0, 0, 225, 0, 0, 0, 226, 0, 0, 0, 177, 0, 0, 0, 126, 0, 0, 0, 127, 0, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 96, 12, 0, 0, 227, 0, 0, 0, 228, 0, 0, 0, 177, 0, 0, 0, 128, 0, 0, 0, 129, 0, 0, 0, 64, 0, 0, 0, 65, 0, 0, 0, 66, 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, 32, 8, 0, 0, 216, 0, 0, 0, 229, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 48, 12, 0, 0, 216, 0, 0, 0, 230, 0, 0, 0, 177, 0, 0, 0, 23, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 0, 0, 42, 0, 0, 0, 25, 0, 0, 0, 43, 0, 0, 0, 5, 0, 0, 0, 26, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 152, 11, 0, 0, 216, 0, 0, 0, 231, 0, 0, 0, 177, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 17, 0, 0, 0, 130, 0, 0, 0, 131, 0, 0, 0, 18, 0, 0, 0, 132, 0, 0, 0, 0, 0, 0, 0, 216, 11, 0, 0, 216, 0, 0, 0, 232, 0, 0, 0, 177, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 19, 0, 0, 0, 133, 0, 0, 0, 134, 0, 0, 0, 20, 0, 0, 0, 135, 0, 0, 0, 0, 0, 0, 0, 96, 11, 0, 0, 216, 0, 0, 0, 233, 0, 0, 0, 177, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 12, 0, 0, 0, 122, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 128, 12, 0, 0, 234, 0, 0, 0, 235, 0, 0, 0, 236, 0, 0, 0, 237, 0, 0, 0, 27, 0, 0, 0, 6, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 144, 12, 0, 0, 234, 0, 0, 0, 238, 0, 0, 0, 236, 0, 0, 0, 237, 0, 0, 0, 27, 0, 0, 0, 7, 0, 0, 0, 2, 0, 0, 0, 10, 0, 0, 0, 26, 179, 0, 0, 0, 0, 0, 0, 184, 12, 0, 0, 239, 0, 0, 0, 240, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 200, 12, 0, 0, 241, 0, 0, 0, 242, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 216, 12, 0, 0, 241, 0, 0, 0, 243, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 8, 13, 0, 0, 234, 0, 0, 0, 244, 0, 0, 0, 236, 0, 0, 0, 237, 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, 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, 33, 119, 97, 115, 109, 46, 99, 104, 101, 99, 107, 70, 117, 110, 99, 116, 105, 111, 110, 40, 118, 97, 108, 117, 101, 41, 0, 119, 97, 115, 109, 46, 99, 104, 101, 99, 107, 70, 117, 110, 99, 116, 105, 111, 110, 40, 118, 97, 108, 117, 101, 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, 99, 111, 100, 101, 0, 100, 97, 116, 97, 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, 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, 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, 50, 41, 59, 32, 97, 115, 115, 101, 114, 116, 40, 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, 44, 32, 39, 99, 104, 101, 99, 107, 105, 110, 103, 32, 105, 109, 112, 111, 114, 116, 32, 39, 32, 43, 32, 110, 97, 109, 101, 32, 43, 32, 39, 32, 61, 32, 39, 32, 43, 32, 109, 111, 100, 32, 43, 32, 39, 46, 39, 32, 43, 32, 98, 97, 115, 101, 41, 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, 105, 115, 83, 116, 114, 105, 110, 103, 40, 41, 0, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 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, 33, 119, 97, 115, 109, 58, 58, 84, 104, 114, 101, 97, 100, 80, 111, 111, 108, 58, 58, 105, 115, 82, 117, 110, 110, 105, 110, 103, 40, 41, 0, 115, 101, 116, 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, 116, 101, 109, 112, 68, 111, 117, 98, 108, 101, 80, 116, 114, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 108, 108, 118, 109, 95, 99, 116, 116, 122, 95, 105, 51, 50, 46, 105, 115, 78, 117, 108, 108, 40, 41, 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, 105, 110, 100, 101, 120, 32, 60, 32, 117, 115, 101, 100, 69, 108, 101, 109, 101, 110, 116, 115, 0, 115, 114, 99, 47, 109, 105, 120, 101, 100, 95, 97, 114, 101, 110, 97, 46, 104, 0, 34, 40, 110, 117, 108, 108, 41, 34, 0, 91, 93, 0, 110, 117, 108, 108, 0, 34, 58, 32, 0, 102, 117, 110, 99, 45, 62, 108, 111, 99, 97, 108, 73, 110, 100, 105, 99, 101, 115, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 102, 117, 110, 99, 45, 62, 112, 97, 114, 97, 109, 115, 46, 115, 105, 122, 101, 40, 41, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 98, 117, 105, 108, 100, 101, 114, 46, 104, 0, 97, 100, 100, 80, 97, 114, 97, 109, 0, 102, 117, 110, 99, 45, 62, 108, 111, 99, 97, 108, 73, 110, 100, 105, 99, 101, 115, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 102, 117, 110, 99, 45, 62, 112, 97, 114, 97, 109, 115, 46, 115, 105, 122, 101, 40, 41, 32, 43, 32, 102, 117, 110, 99, 45, 62, 118, 97, 114, 115, 46, 115, 105, 122, 101, 40, 41, 0, 97, 100, 100, 86, 97, 114, 0, 112, 97, 115, 115, 0, 115, 114, 99, 47, 112, 97, 115, 115, 46, 104, 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, 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, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 77, 97, 112, 91, 110, 97, 109, 101, 93, 0, 115, 114, 99, 47, 119, 97, 115, 109, 46, 104, 0, 103, 101, 116, 70, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 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, 99, 117, 114, 114, 70, 117, 110, 99, 116, 105, 111, 110, 45, 62, 114, 101, 115, 117, 108, 116, 32, 61, 61, 32, 114, 101, 115, 117, 108, 116, 0, 112, 97, 114, 115, 101, 70, 117, 110, 99, 116, 105, 111, 110, 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, 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, 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, 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, 105, 109, 112, 111, 114, 116, 115, 77, 97, 112, 91, 110, 97, 109, 101, 93, 0, 103, 101, 116, 73, 109, 112, 111, 114, 116, 0, 114, 101, 116, 45, 62, 102, 117, 108, 108, 84, 121, 112, 101, 0, 109, 97, 107, 101, 67, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 0, 108, 111, 99, 97, 108, 73, 110, 100, 105, 99, 101, 115, 46, 99, 111, 117, 110, 116, 40, 110, 97, 109, 101, 41, 32, 62, 32, 48, 0, 103, 101, 116, 76, 111, 99, 97, 108, 73, 110, 100, 101, 120, 0, 105, 102, 45, 116, 114, 117, 101, 0, 105, 102, 45, 101, 108, 115, 101, 0, 105, 110, 116, 40, 95, 105, 100, 41, 32, 61, 61, 32, 105, 110, 116, 40, 84, 58, 58, 83, 112, 101, 99, 105, 102, 105, 99, 73, 100, 41, 0, 99, 97, 115, 116, 0, 108, 111, 111, 112, 45, 111, 117, 116, 0, 108, 111, 111, 112, 45, 105, 110, 0, 117, 115, 101, 100, 69, 108, 101, 109, 101, 110, 116, 115, 32, 62, 32, 48, 0, 98, 97, 99, 107, 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, 117, 110, 102, 97, 109, 105, 108, 105, 97, 114, 32, 115, 101, 99, 116, 105, 111, 110, 58, 32, 0, 112, 111, 115, 32, 61, 61, 32, 98, 101, 102, 111, 114, 101, 32, 43, 32, 115, 101, 99, 116, 105, 111, 110, 83, 105, 122, 101, 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, 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, 112, 111, 115, 32, 43, 32, 115, 101, 99, 116, 105, 111, 110, 83, 105, 122, 101, 32, 60, 61, 32, 105, 110, 112, 117, 116, 46, 115, 105, 122, 101, 40, 41, 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, 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, 102, 111, 114, 109, 32, 61, 61, 32, 66, 105, 110, 97, 114, 121, 67, 111, 110, 115, 116, 115, 58, 58, 84, 121, 112, 101, 70, 111, 114, 109, 115, 58, 58, 66, 97, 115, 105, 99, 0, 114, 101, 97, 100, 83, 105, 103, 110, 97, 116, 117, 114, 101, 115, 0, 110, 117, 109, 32, 112, 97, 114, 97, 109, 115, 58, 32, 0, 110, 117, 109, 82, 101, 115, 117, 108, 116, 115, 32, 61, 61, 32, 49, 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, 100, 101, 112, 116, 104, 32, 61, 61, 32, 48, 0, 112, 111, 115, 32, 61, 61, 32, 101, 110, 100, 79, 102, 70, 117, 110, 99, 116, 105, 111, 110, 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, 108, 97, 115, 116, 83, 101, 112, 97, 114, 97, 116, 111, 114, 32, 61, 61, 32, 66, 105, 110, 97, 114, 121, 67, 111, 110, 115, 116, 115, 58, 58, 69, 110, 100, 0, 118, 105, 115, 105, 116, 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, 97, 114, 105, 116, 121, 32, 61, 61, 32, 48, 32, 124, 124, 32, 97, 114, 105, 116, 121, 32, 61, 61, 32, 49, 0, 118, 105, 115, 105, 116, 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, 118, 105, 115, 105, 116, 83, 119, 105, 116, 99, 104, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 67, 97, 108, 108, 0, 110, 117, 109, 32, 61, 61, 32, 97, 114, 105, 116, 121, 0, 118, 105, 115, 105, 116, 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, 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, 110, 97, 109, 101, 46, 115, 116, 114, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 67, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 0, 118, 105, 115, 105, 116, 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, 105, 110, 100, 101, 120, 32, 60, 32, 99, 117, 114, 114, 70, 117, 110, 99, 116, 105, 111, 110, 45, 62, 103, 101, 116, 78, 117, 109, 76, 111, 99, 97, 108, 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, 118, 105, 115, 105, 116, 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 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 10240); -allocate([ 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, 78, 52, 119, 97, 115, 109, 52, 80, 97, 115, 115, 69, 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, 32, 124, 124, 32, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 56, 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, 72, 69, 65, 80, 85, 51, 50, 91, 49, 93, 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, 102, 117, 110, 99, 116, 105, 111, 110, 45, 62, 105, 115, 80, 97, 114, 97, 109, 40, 105, 41, 0, 70, 117, 110, 99, 116, 105, 111, 110, 83, 99, 111, 112, 101, 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, 102, 117, 110, 99, 116, 105, 111, 110, 45, 62, 105, 115, 86, 97, 114, 40, 105, 41, 0, 110, 111, 110, 101, 0, 105, 110, 100, 101, 120, 32, 60, 32, 108, 111, 99, 97, 108, 78, 97, 109, 101, 115, 46, 115, 105, 122, 101, 40, 41, 32, 38, 38, 32, 108, 111, 99, 97, 108, 78, 97, 109, 101, 115, 91, 105, 110, 100, 101, 120, 93, 46, 105, 115, 40, 41, 0, 103, 101, 116, 76, 111, 99, 97, 108, 78, 97, 109, 101, 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, 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, 101, 120, 112, 111, 114, 116, 115, 77, 97, 112, 91, 110, 97, 109, 101, 93, 0, 103, 101, 116, 69, 120, 112, 111, 114, 116, 0, 102, 117, 110, 99, 116, 105, 111, 110, 115, 77, 97, 112, 91, 110, 97, 109, 101, 93, 0, 103, 101, 116, 70, 117, 110, 99, 116, 105, 111, 110, 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, 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, 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, 91, 80, 97, 115, 115, 82, 117, 110, 110, 101, 114, 93, 32, 114, 117, 110, 110, 105, 110, 103, 32, 112, 97, 115, 115, 101, 115, 46, 46, 46, 0, 91, 80, 97, 115, 115, 82, 117, 110, 110, 101, 114, 93, 32, 32, 32, 114, 117, 110, 110, 105, 110, 103, 32, 112, 97, 115, 115, 58, 32, 0, 46, 46, 46, 32, 0, 32, 115, 101, 99, 111, 110, 100, 115, 46, 0, 91, 80, 97, 115, 115, 82, 117, 110, 110, 101, 114, 93, 32, 112, 97, 115, 115, 101, 115, 32, 116, 111, 111, 107, 32, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 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, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 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, 78, 52, 119, 97, 115, 109, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 10, 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, 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, 32, 40, 102, 117, 110, 99, 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, 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, 116, 114, 117, 110, 99, 0, 110, 101, 97, 114, 101, 115, 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, 99, 117, 114, 114, 101, 110, 116, 95, 109, 101, 109, 111, 114, 121, 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, 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, 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, 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, 112, 114, 105, 110, 116, 45, 102, 117, 108, 108, 0, 112, 114, 105, 110, 116, 32, 105, 110, 32, 102, 117, 108, 108, 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, 49, 70, 117, 108, 108, 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, 78, 52, 119, 97, 115, 109, 49, 49, 70, 117, 108, 108, 80, 114, 105, 110, 116, 101, 114, 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, 70, 117, 108, 108, 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, 111, 112, 116, 105, 109, 105, 122, 101, 45, 105, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 0, 111, 112, 116, 105, 109, 105, 122, 101, 115, 32, 105, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 32, 99, 111, 109, 98, 105, 110, 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, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 20480); -allocate([ 111, 110, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 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, 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, 111, 116, 32, 110, 101, 101, 100, 101, 100, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 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, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 115, 101, 108, 102, 45, 62, 105, 102, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 65, 110, 121, 0, 105, 102, 83, 116, 97, 99, 107, 46, 101, 109, 112, 116, 121, 40, 41, 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, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 90, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 52, 119, 97, 108, 107, 69, 82, 80, 78, 83, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 69, 49, 49, 83, 101, 108, 101, 99, 116, 105, 102, 105, 101, 114, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 54, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 90, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 52, 119, 97, 108, 107, 69, 82, 80, 78, 83, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 69, 49, 49, 83, 101, 108, 101, 99, 116, 105, 102, 105, 101, 114, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 53, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 90, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 52, 119, 97, 108, 107, 69, 82, 80, 78, 83, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 69, 49, 49, 83, 101, 108, 101, 99, 116, 105, 102, 105, 101, 114, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 53, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 86, 105, 115, 105, 116, 111, 114, 73, 90, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 52, 119, 97, 108, 107, 69, 82, 80, 78, 83, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 69, 49, 49, 83, 101, 108, 101, 99, 116, 105, 102, 105, 101, 114, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 52, 119, 97, 108, 107, 69, 82, 80, 78, 83, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 69, 49, 49, 83, 101, 108, 101, 99, 116, 105, 102, 105, 101, 114, 0, 90, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 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, 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, 54, 87, 97, 108, 107, 101, 114, 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, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 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, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 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, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 50, 49, 76, 105, 110, 101, 97, 114, 69, 120, 101, 99, 117, 116, 105, 111, 110, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 50, 49, 76, 105, 110, 101, 97, 114, 69, 120, 101, 99, 117, 116, 105, 111, 110, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 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, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 99, 117, 114, 114, 0, 118, 105, 115, 105, 116, 0, 108, 111, 99, 97, 108, 115, 87, 114, 105, 116, 116, 101, 110, 46, 115, 105, 122, 101, 40, 41, 32, 43, 32, 108, 111, 99, 97, 108, 115, 82, 101, 97, 100, 46, 115, 105, 122, 101, 40, 41, 32, 60, 61, 32, 49, 0, 115, 114, 99, 47, 97, 115, 116, 95, 117, 116, 105, 108, 115, 46, 104, 0, 105, 110, 118, 97, 108, 105, 100, 97, 116, 101, 115, 0, 98, 108, 111, 99, 107, 45, 62, 108, 105, 115, 116, 46, 98, 97, 99, 107, 40, 41, 32, 61, 61, 32, 97, 98, 111, 118, 101, 0, 105, 115, 82, 101, 115, 117, 108, 116, 85, 115, 101, 100, 0, 97, 98, 111, 118, 101, 32, 61, 61, 32, 105, 102, 102, 45, 62, 105, 102, 84, 114, 117, 101, 32, 124, 124, 32, 97, 98, 111, 118, 101, 32, 61, 61, 32, 105, 102, 102, 45, 62, 105, 102, 70, 97, 108, 115, 101, 0, 115, 101, 108, 102, 45, 62, 115, 105, 110, 107, 97, 98, 108, 101, 115, 46, 99, 111, 117, 110, 116, 40, 105, 110, 100, 101, 120, 41, 32, 61, 61, 32, 48, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 80, 111, 115, 116, 0, 105, 102, 102, 45, 62, 105, 102, 70, 97, 108, 115, 101, 0, 100, 111, 78, 111, 116, 101, 73, 102, 69, 108, 115, 101, 70, 97, 108, 115, 101, 0, 111, 112, 116, 105, 109, 105, 122, 101, 73, 102, 82, 101, 116, 117, 114, 110, 0, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 83, 116, 97, 99, 107, 46, 98, 97, 99, 107, 40, 41, 32, 61, 61, 32, 105, 102, 102, 0, 109, 97, 112, 58, 58, 97, 116, 58, 32, 32, 107, 101, 121, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100, 0, 105, 102, 84, 114, 117, 101, 66, 108, 111, 99, 107, 45, 62, 116, 121, 112, 101, 32, 33, 61, 32, 110, 111, 110, 101, 0, 105, 102, 102, 45, 62, 116, 121, 112, 101, 32, 33, 61, 32, 110, 111, 110, 101, 0, 40, 42, 99, 117, 114, 114, 112, 41, 45, 62, 99, 97, 115, 116, 60, 73, 102, 62, 40, 41, 45, 62, 105, 102, 70, 97, 108, 115, 101, 0, 100, 111, 78, 111, 116, 101, 73, 102, 69, 108, 115, 101, 84, 114, 117, 101, 0, 100, 111, 78, 111, 116, 101, 73, 102, 69, 108, 115, 101, 67, 111, 110, 100, 105, 116, 105, 111, 110, 0, 33, 98, 114, 101, 97, 107, 115, 91, 48, 93, 46, 98, 114, 45, 62, 118, 97, 108, 117, 101, 0, 111, 112, 116, 105, 109, 105, 122, 101, 66, 108, 111, 99, 107, 82, 101, 116, 117, 114, 110, 0, 33, 98, 114, 101, 97, 107, 115, 91, 106, 93, 46, 98, 114, 45, 62, 118, 97, 108, 117, 101, 0, 33, 99, 117, 114, 114, 45, 62, 99, 97, 115, 116, 60, 73, 102, 62, 40, 41, 45, 62, 105, 102, 70, 97, 108, 115, 101, 0, 100, 111, 78, 111, 116, 101, 78, 111, 110, 76, 105, 110, 101, 97, 114, 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, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 71, 101, 116, 76, 111, 99, 97, 108, 67, 111, 117, 110, 116, 101, 114, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 71, 101, 116, 76, 111, 99, 97, 108, 67, 111, 117, 110, 116, 101, 114, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 71, 101, 116, 76, 111, 99, 97, 108, 67, 111, 117, 110, 116, 101, 114, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 53, 71, 101, 116, 76, 111, 99, 97, 108, 67, 111, 117, 110, 116, 101, 114, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 53, 71, 101, 116, 76, 111, 99, 97, 108, 67, 111, 117, 110, 116, 101, 114, 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, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 83, 101, 116, 76, 111, 99, 97, 108, 82, 101, 109, 111, 118, 101, 114, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 83, 101, 116, 76, 111, 99, 97, 108, 82, 101, 109, 111, 118, 101, 114, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 83, 101, 116, 76, 111, 99, 97, 108, 82, 101, 109, 111, 118, 101, 114, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 53, 83, 101, 116, 76, 111, 99, 97, 108, 82, 101, 109, 111, 118, 101, 114, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 53, 83, 101, 116, 76, 111, 99, 97, 108, 82, 101, 109, 111, 118, 101, 114, 69, 0, 90, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 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, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 110, 101, 119, 84, 111, 79, 108, 100, 91, 105, 93, 32, 60, 32, 99, 117, 114, 114, 45, 62, 112, 97, 114, 97, 109, 115, 46, 115, 105, 122, 101, 40, 41, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 70, 117, 110, 99, 116, 105, 111, 110, 0, 90, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 0, 78, 52, 119, 97, 115, 109, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 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, 118, 97, 99, 117, 117, 109, 0, 114, 101, 109, 111, 118, 101, 115, 32, 111, 98, 118, 105, 111, 117, 115, 108, 121, 32, 117, 110, 110, 101, 101, 100, 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, 54, 86, 97, 99, 117, 117, 109, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 54, 86, 97, 99, 117, 117, 109, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 54, 86, 97, 99, 117, 117, 109, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 54, 86, 97, 99, 117, 117, 109, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 54, 86, 97, 99, 117, 117, 109, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 86, 97, 99, 117, 117, 109, 69, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 54, 86, 97, 99, 117, 117, 109, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 115, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 116, 114, 97, 118, 101, 114, 115, 97, 108, 46, 104, 0, 119, 97, 108, 107, 0, 42, 116, 97, 115, 107, 46, 99, 117, 114, 114, 112, 0, 90, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 54, 86, 97, 99, 117, 117, 109, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 54, 86, 97, 99, 117, 117, 109, 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, 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, 119, 104, 105, 108, 101, 0, 100, 111, 0, 102, 111, 114, 0, 115, 101, 113, 0, 115, 117, 98, 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, 103, 101, 116, 84, 101, 109, 112, 82, 101, 116, 48, 0, 95, 108, 108, 118, 109, 95, 99, 116, 116, 122, 95, 105, 51, 50, 0, 95, 95, 95, 117, 100, 105, 118, 109, 111, 100, 100, 105, 52, 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, 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, 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, 66, 73, 78, 65, 82, 89, 69, 78, 95, 67, 79, 82, 69, 83, 0, 111, 108, 100, 32, 61, 61, 32, 116, 104, 114, 101, 97, 100, 115, 46, 115, 105, 122, 101, 40, 41, 0, 115, 114, 99, 47, 115, 117, 112, 112, 111, 114, 116, 47, 116, 104, 114, 101, 97, 100, 115, 46, 99, 112, 112, 0, 114, 101, 115, 101, 116, 84, 104, 114, 101, 97, 100, 115, 65, 114, 101, 82, 101, 97, 100, 121, 0, 33, 84, 104, 114, 101, 97, 100, 80, 111, 111, 108, 58, 58, 103, 101, 116, 40, 41, 45, 62, 105, 115, 82, 117, 110, 110, 105, 110, 103, 40, 41, 0, 84, 104, 114, 101, 97, 100, 0, 116, 104, 114, 101, 97, 100, 32, 99, 111, 110, 115, 116, 114, 117, 99, 116, 111, 114, 32, 102, 97, 105, 108, 101, 100, 0, 126, 84, 104, 114, 101, 97, 100, 0, 100, 111, 87, 111, 114, 107, 101, 114, 115, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 119, 111, 114, 107, 0, 100, 111, 87, 111, 114, 107, 101, 114, 115, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 110, 117, 109, 0, 33, 114, 117, 110, 110, 105, 110, 103, 0, 70, 85, 78, 67, 83, 73, 71, 36, 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, 98, 115, 0, 102, 108, 111, 111, 114, 0, 99, 101, 105, 108, 0, 115, 113, 114, 116, 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, 109, 111, 100, 117, 108, 101, 0, 115, 116, 97, 114, 116, 0, 102, 117, 110, 99, 0, 112, 97, 114, 97, 109, 0, 114, 101, 115, 117, 108, 116, 0, 109, 101, 109, 111, 114, 121, 0, 115, 101, 103, 109, 101, 110, 116, 0, 101, 120, 112, 111, 114, 116, 0, 105, 109, 112, 111, 114, 116, 0, 116, 97, 98, 108, 101, 0, 108, 111, 99, 97, 108, 0, 116, 121, 112, 101, 0, 99, 97, 108, 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, 108, 111, 99, 107, 0, 98, 114, 95, 105, 102, 0, 116, 104, 101, 110, 0, 101, 108, 115, 101, 0, 45, 105, 110, 102, 105, 110, 105, 116, 121, 0, 45, 110, 97, 110, 0, 99, 97, 115, 101, 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, 97, 115, 115, 101, 114, 116, 95, 114, 101, 116, 117, 114, 110, 0, 97, 115, 115, 101, 114, 116, 95, 116, 114, 97, 112, 0, 97, 115, 115, 101, 114, 116, 95, 105, 110, 118, 97, 108, 105, 100, 0, 115, 112, 101, 99, 116, 101, 115, 116, 0, 112, 114, 105, 110, 116, 0, 105, 110, 118, 111, 107, 101, 0, 101, 120, 105, 116, 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 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 30720); -allocate([ 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, 99, 111, 110, 100, 105, 116, 105, 111, 110, 95, 118, 97, 114, 105, 97, 98, 108, 101, 58, 58, 119, 97, 105, 116, 58, 32, 109, 117, 116, 101, 120, 32, 110, 111, 116, 32, 108, 111, 99, 107, 101, 100, 0, 99, 111, 110, 100, 105, 116, 105, 111, 110, 95, 118, 97, 114, 105, 97, 98, 108, 101, 32, 119, 97, 105, 116, 32, 102, 97, 105, 108, 101, 100, 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, 109, 117, 116, 101, 120, 32, 108, 111, 99, 107, 32, 102, 97, 105, 108, 101, 100, 0, 101, 99, 32, 61, 61, 32, 48, 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, 108, 105, 98, 47, 108, 105, 98, 99, 120, 120, 47, 109, 117, 116, 101, 120, 46, 99, 112, 112, 0, 117, 110, 108, 111, 99, 107, 0, 117, 110, 105, 113, 117, 101, 95, 108, 111, 99, 107, 58, 58, 117, 110, 108, 111, 99, 107, 58, 32, 110, 111, 116, 32, 108, 111, 99, 107, 101, 100, 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, 115, 116, 111, 105, 0, 58, 32, 111, 117, 116, 32, 111, 102, 32, 114, 97, 110, 103, 101, 0, 58, 32, 110, 111, 32, 99, 111, 110, 118, 101, 114, 115, 105, 111, 110, 0, 37, 117, 0, 99, 108, 111, 99, 107, 95, 103, 101, 116, 116, 105, 109, 101, 40, 67, 76, 79, 67, 75, 95, 77, 79, 78, 79, 84, 79, 78, 73, 67, 41, 32, 102, 97, 105, 108, 101, 100, 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, 83, 116, 49, 49, 108, 111, 103, 105, 99, 95, 101, 114, 114, 111, 114, 0, 83, 116, 49, 50, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 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 + 40960); +allocate([ 220, 51, 0, 0, 2, 69, 0, 0, 120, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 46, 70, 0, 0, 144, 7, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 116, 70, 0, 0, 128, 7, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 237, 73, 0, 0, 220, 51, 0, 0, 140, 73, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 15, 74, 0, 0, 180, 51, 0, 0, 224, 79, 0, 0, 220, 51, 0, 0, 127, 79, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 2, 80, 0, 0, 220, 51, 0, 0, 59, 80, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 156, 80, 0, 0, 180, 51, 0, 0, 58, 85, 0, 0, 180, 51, 0, 0, 108, 85, 0, 0, 220, 51, 0, 0, 71, 85, 0, 0, 152, 0, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 114, 97, 0, 0, 240, 7, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 37, 102, 0, 0, 220, 51, 0, 0, 161, 101, 0, 0, 192, 0, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 218, 105, 0, 0, 180, 51, 0, 0, 156, 106, 0, 0, 220, 51, 0, 0, 23, 106, 0, 0, 224, 0, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 243, 106, 0, 0, 220, 51, 0, 0, 48, 107, 0, 0, 224, 0, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 181, 107, 0, 0, 180, 51, 0, 0, 209, 112, 0, 0, 220, 51, 0, 0, 132, 112, 0, 0, 24, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 27, 113, 0, 0, 220, 51, 0, 0, 15, 114, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 134, 114, 0, 0, 68, 52, 0, 0, 180, 114, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 112, 1, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 255, 114, 0, 0, 128, 1, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 56, 115, 0, 0, 144, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 108, 115, 0, 0, 220, 51, 0, 0, 144, 115, 0, 0, 80, 1, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 165, 115, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 66, 116, 0, 0, 180, 51, 0, 0, 123, 116, 0, 0, 180, 51, 0, 0, 204, 116, 0, 0, 220, 51, 0, 0, 4, 117, 0, 0, 144, 0, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 97, 120, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 211, 120, 0, 0, 220, 51, 0, 0, 59, 121, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 182, 121, 0, 0, 208, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 207, 121, 0, 0, 220, 51, 0, 0, 56, 122, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 175, 122, 0, 0, 208, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 196, 122, 0, 0, 220, 51, 0, 0, 53, 123, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 181, 123, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 120, 2, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 9, 124, 0, 0, 136, 2, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 75, 124, 0, 0, 152, 2, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 136, 124, 0, 0, 220, 51, 0, 0, 181, 124, 0, 0, 88, 2, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 211, 124, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 121, 125, 0, 0, 180, 51, 0, 0, 211, 125, 0, 0, 220, 51, 0, 0, 88, 126, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 211, 126, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 0, 3, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 34, 127, 0, 0, 16, 3, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 95, 127, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 151, 127, 0, 0, 220, 51, 0, 0, 191, 127, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 177, 128, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 88, 3, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 38, 129, 0, 0, 104, 3, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 137, 129, 0, 0, 120, 3, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 231, 129, 0, 0, 220, 51, 0, 0, 53, 130, 0, 0, 56, 3, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 116, 130, 0, 0, 220, 51, 0, 0, 201, 130, 0, 0, 224, 2, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 226, 130, 0, 0, 220, 51, 0, 0, 106, 131, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 231, 131, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 224, 3, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 56, 132, 0, 0, 240, 3, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 119, 132, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 177, 132, 0, 0, 220, 51, 0, 0, 219, 132, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 126, 133, 0, 0, 220, 51, 0, 0, 213, 133, 0, 0, 192, 3, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 240, 133, 0, 0, 220, 51, 0, 0, 120, 134, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 242, 134, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 104, 4, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 64, 135, 0, 0, 120, 4, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 124, 135, 0, 0, 136, 4, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 179, 135, 0, 0, 220, 51, 0, 0, 218, 135, 0, 0, 72, 4, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 242, 135, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 207, 136, 0, 0, 180, 51, 0, 0, 35, 137, 0, 0, 220, 51, 0, 0, 153, 137, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 19, 138, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 240, 4, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 108, 138, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 179, 138, 0, 0, 16, 5, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 239, 138, 0, 0, 32, 5, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 38, 139, 0, 0, 220, 51, 0, 0, 77, 139, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 35, 142, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 88, 5, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 114, 142, 0, 0, 104, 5, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 175, 142, 0, 0, 120, 5, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 231, 142, 0, 0, 220, 51, 0, 0, 15, 143, 0, 0, 56, 5, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 40, 143, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 119, 143, 0, 0, 192, 5, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 180, 143, 0, 0, 208, 5, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 236, 143, 0, 0, 220, 51, 0, 0, 20, 144, 0, 0, 144, 5, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 45, 144, 0, 0, 220, 51, 0, 0, 129, 144, 0, 0, 208, 4, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 153, 144, 0, 0, 220, 51, 0, 0, 4, 145, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 125, 145, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 56, 6, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 202, 145, 0, 0, 72, 6, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 5, 146, 0, 0, 88, 6, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 59, 146, 0, 0, 220, 51, 0, 0, 97, 146, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 77, 147, 0, 0, 220, 51, 0, 0, 160, 147, 0, 0, 24, 6, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 183, 147, 0, 0, 220, 51, 0, 0, 24, 148, 0, 0, 72, 1, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 137, 148, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 144, 0, 0, 0, 2, 0, 0, 0, 192, 6, 0, 0, 2, 16, 0, 0, 220, 51, 0, 0, 206, 148, 0, 0, 208, 6, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 1, 149, 0, 0, 224, 6, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 47, 149, 0, 0, 220, 51, 0, 0, 77, 149, 0, 0, 160, 6, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 92, 149, 0, 0, 184, 1, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 243, 149, 0, 0, 180, 51, 0, 0, 62, 150, 0, 0, 220, 51, 0, 0, 243, 168, 0, 0, 128, 7, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 49, 169, 0, 0, 128, 7, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 74, 169, 0, 0, 136, 7, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 98, 169, 0, 0, 136, 7, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 16, 171, 0, 0, 104, 7, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 58, 171, 0, 0, 220, 51, 0, 0, 76, 171, 0, 0, 104, 7, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 118, 171, 0, 0, 180, 51, 0, 0, 167, 171, 0, 0, 68, 52, 0, 0, 216, 171, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 88, 7, 0, 0, 3, 244, 255, 255, 68, 52, 0, 0, 7, 172, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 112, 7, 0, 0, 3, 244, 255, 255, 68, 52, 0, 0, 54, 172, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 88, 7, 0, 0, 3, 244, 255, 255, 68, 52, 0, 0, 101, 172, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 112, 7, 0, 0, 3, 244, 255, 255, 68, 52, 0, 0, 148, 172, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 144, 7, 0, 0, 2, 0, 0, 0, 192, 7, 0, 0, 2, 8, 0, 0, 220, 51, 0, 0, 196, 172, 0, 0, 32, 8, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 216, 172, 0, 0, 112, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 238, 172, 0, 0, 32, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 2, 173, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 96, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 70, 173, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 120, 8, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 92, 173, 0, 0, 68, 52, 0, 0, 155, 173, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 160, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 223, 173, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 120, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 245, 173, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 216, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 57, 174, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 240, 8, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 79, 174, 0, 0, 68, 52, 0, 0, 118, 174, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 24, 9, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 186, 174, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 240, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 208, 174, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 88, 9, 0, 0, 2, 0, 0, 0, 96, 9, 0, 0, 0, 8, 0, 0, 180, 51, 0, 0, 21, 175, 0, 0, 180, 51, 0, 0, 40, 175, 0, 0, 68, 52, 0, 0, 138, 176, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 88, 9, 0, 0, 2, 0, 0, 0, 144, 9, 0, 0, 0, 8, 0, 0, 180, 51, 0, 0, 207, 176, 0, 0, 68, 52, 0, 0, 241, 176, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 184, 9, 0, 0, 0, 8, 0, 0, 180, 51, 0, 0, 54, 177, 0, 0, 68, 52, 0, 0, 75, 177, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 184, 9, 0, 0, 0, 8, 0, 0, 68, 52, 0, 0, 144, 177, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 0, 10, 0, 0, 2, 0, 0, 0, 180, 51, 0, 0, 172, 177, 0, 0, 68, 52, 0, 0, 193, 177, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 0, 10, 0, 0, 2, 0, 0, 0, 68, 52, 0, 0, 221, 177, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 0, 10, 0, 0, 2, 0, 0, 0, 68, 52, 0, 0, 249, 177, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 0, 10, 0, 0, 2, 0, 0, 0, 68, 52, 0, 0, 21, 178, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 136, 10, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 91, 178, 0, 0, 68, 52, 0, 0, 131, 178, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 176, 10, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 201, 178, 0, 0, 68, 52, 0, 0, 237, 178, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 216, 10, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 51, 179, 0, 0, 68, 52, 0, 0, 82, 179, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 152, 179, 0, 0, 68, 52, 0, 0, 177, 179, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 40, 11, 0, 0, 2, 0, 0, 0, 180, 51, 0, 0, 198, 179, 0, 0, 68, 52, 0, 0, 222, 179, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 40, 11, 0, 0, 2, 0, 0, 0, 220, 51, 0, 0, 243, 179, 0, 0, 96, 11, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 21, 180, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 128, 11, 0, 0, 2, 0, 0, 0, 180, 51, 0, 0, 56, 180, 0, 0, 220, 51, 0, 0, 79, 180, 0, 0, 96, 11, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 114, 180, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 128, 11, 0, 0, 2, 0, 0, 0, 68, 52, 0, 0, 148, 180, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 128, 11, 0, 0, 2, 0, 0, 0, 68, 52, 0, 0, 182, 180, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 128, 11, 0, 0, 2, 0, 0, 0, 220, 51, 0, 0, 217, 180, 0, 0, 32, 8, 0, 0, 0, 0, 0, 0, 68, 52, 0, 0, 239, 180, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 40, 12, 0, 0, 2, 0, 0, 0, 180, 51, 0, 0, 1, 181, 0, 0, 68, 52, 0, 0, 22, 181, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 32, 8, 0, 0, 2, 0, 0, 0, 40, 12, 0, 0, 2, 0, 0, 0, 220, 51, 0, 0, 40, 181, 0, 0, 32, 8, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 61, 181, 0, 0, 32, 8, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 17, 182, 0, 0, 180, 51, 0, 0, 55, 183, 0, 0, 220, 51, 0, 0, 21, 183, 0, 0, 160, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 194, 182, 0, 0, 128, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 231, 182, 0, 0, 176, 12, 0, 0, 0, 0, 0, 0, 180, 51, 0, 0, 8, 183, 0, 0, 220, 51, 0, 0, 253, 183, 0, 0, 120, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 40, 184, 0, 0, 120, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 56, 184, 0, 0, 200, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 109, 184, 0, 0, 160, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 73, 184, 0, 0, 232, 12, 0, 0, 0, 0, 0, 0, 220, 51, 0, 0, 143, 184, 0, 0, 128, 12, 0, 0, 0, 0, 0, 0, 123, 156, 0, 0, 164, 156, 0, 0, 145, 156, 0, 0, 249, 151, 0, 0, 37, 59, 0, 0, 138, 156, 0, 0, 42, 59, 0, 0, 152, 156, 0, 0, 163, 150, 0, 0, 99, 156, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 196, 255, 255, 255, 196, 255, 255, 255, 24, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 96, 13, 0, 0, 152, 13, 0, 0, 172, 13, 0, 0, 116, 13, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 144, 7, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 196, 255, 255, 255, 196, 255, 255, 255, 144, 7, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 6, 0, 0, 0, 2, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 7, 0, 0, 0, 3, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 9, 0, 0, 0, 3, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 10, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 0, 17, 0, 0, 0, 21, 0, 0, 0, 12, 0, 0, 0, 4, 0, 0, 0, 22, 0, 0, 0, 23, 0, 0, 0, 13, 0, 0, 0, 5, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 144, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 160, 0, 0, 0, 5, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 176, 0, 0, 0, 26, 0, 0, 0, 27, 0, 0, 0, 56, 0, 0, 0, 248, 255, 255, 255, 176, 0, 0, 0, 28, 0, 0, 0, 29, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 176, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 192, 14, 0, 0, 36, 15, 0, 0, 96, 15, 0, 0, 116, 15, 0, 0, 136, 15, 0, 0, 156, 15, 0, 0, 76, 15, 0, 0, 56, 15, 0, 0, 232, 14, 0, 0, 212, 14, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 240, 7, 0, 0, 32, 0, 0, 0, 33, 0, 0, 0, 56, 0, 0, 0, 248, 255, 255, 255, 240, 7, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 240, 7, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 144, 7, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 144, 7, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 192, 7, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 200, 255, 255, 255, 200, 255, 255, 255, 192, 7, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 14, 212, 0, 0, 246, 215, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 15, 0, 0, 0, 7, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 232, 0, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 17, 0, 0, 0, 8, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 4, 0, 0, 0, 8, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 46, 0, 0, 0, 50, 0, 0, 0, 19, 0, 0, 0, 9, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 5, 0, 0, 0, 9, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 32, 1, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 21, 0, 0, 0, 10, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 10, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 56, 1, 0, 0, 58, 0, 0, 0, 59, 0, 0, 0, 23, 0, 0, 0, 11, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 24, 0, 0, 0, 11, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 80, 1, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 152, 1, 0, 0, 62, 0, 0, 0, 64, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 168, 1, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 26, 0, 0, 0, 12, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 27, 0, 0, 0, 12, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 208, 1, 0, 0, 24, 0, 0, 0, 69, 0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 224, 1, 0, 0, 58, 0, 0, 0, 70, 0, 0, 0, 29, 0, 0, 0, 13, 0, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 30, 0, 0, 0, 13, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 248, 1, 0, 0, 58, 0, 0, 0, 73, 0, 0, 0, 32, 0, 0, 0, 14, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 33, 0, 0, 0, 14, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 8, 2, 0, 0, 24, 0, 0, 0, 76, 0, 0, 0, 1, 0, 0, 0, 6, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 32, 2, 0, 0, 58, 0, 0, 0, 77, 0, 0, 0, 35, 0, 0, 0, 15, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 36, 0, 0, 0, 15, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 48, 2, 0, 0, 24, 0, 0, 0, 80, 0, 0, 0, 1, 0, 0, 0, 7, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 72, 2, 0, 0, 58, 0, 0, 0, 81, 0, 0, 0, 38, 0, 0, 0, 16, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 39, 0, 0, 0, 16, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 88, 2, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 1, 0, 0, 0, 8, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 160, 2, 0, 0, 84, 0, 0, 0, 86, 0, 0, 0, 1, 0, 0, 0, 8, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 176, 2, 0, 0, 65, 0, 0, 0, 87, 0, 0, 0, 41, 0, 0, 0, 17, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 42, 0, 0, 0, 17, 0, 0, 0, 43, 0, 0, 0, 0, 0, 0, 0, 208, 2, 0, 0, 58, 0, 0, 0, 90, 0, 0, 0, 44, 0, 0, 0, 18, 0, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 45, 0, 0, 0, 18, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 224, 2, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 40, 3, 0, 0, 65, 0, 0, 0, 95, 0, 0, 0, 47, 0, 0, 0, 19, 0, 0, 0, 96, 0, 0, 0, 97, 0, 0, 0, 48, 0, 0, 0, 19, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 56, 3, 0, 0, 98, 0, 0, 0, 99, 0, 0, 0, 1, 0, 0, 0, 10, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 128, 3, 0, 0, 98, 0, 0, 0, 100, 0, 0, 0, 1, 0, 0, 0, 10, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 152, 3, 0, 0, 101, 0, 0, 0, 102, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 176, 3, 0, 0, 58, 0, 0, 0, 103, 0, 0, 0, 50, 0, 0, 0, 20, 0, 0, 0, 104, 0, 0, 0, 105, 0, 0, 0, 51, 0, 0, 0, 20, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 192, 3, 0, 0, 106, 0, 0, 0, 107, 0, 0, 0, 1, 0, 0, 0, 11, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 8, 4, 0, 0, 65, 0, 0, 0, 108, 0, 0, 0, 53, 0, 0, 0, 21, 0, 0, 0, 109, 0, 0, 0, 110, 0, 0, 0, 54, 0, 0, 0, 21, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 32, 4, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 1, 0, 0, 0, 11, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 56, 4, 0, 0, 58, 0, 0, 0, 113, 0, 0, 0, 56, 0, 0, 0, 22, 0, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 57, 0, 0, 0, 22, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 72, 4, 0, 0, 116, 0, 0, 0, 117, 0, 0, 0, 1, 0, 0, 0, 12, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 144, 4, 0, 0, 116, 0, 0, 0, 118, 0, 0, 0, 1, 0, 0, 0, 12, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 160, 4, 0, 0, 65, 0, 0, 0, 119, 0, 0, 0, 59, 0, 0, 0, 23, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 60, 0, 0, 0, 23, 0, 0, 0, 61, 0, 0, 0, 0, 0, 0, 0, 192, 4, 0, 0, 58, 0, 0, 0, 122, 0, 0, 0, 62, 0, 0, 0, 24, 0, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 63, 0, 0, 0, 24, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 208, 4, 0, 0, 125, 0, 0, 0, 126, 0, 0, 0, 1, 0, 0, 0, 13, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 40, 5, 0, 0, 65, 0, 0, 0, 127, 0, 0, 0, 65, 0, 0, 0, 25, 0, 0, 0, 128, 0, 0, 0, 129, 0, 0, 0, 66, 0, 0, 0, 25, 0, 0, 0, 67, 0, 0, 0, 0, 0, 0, 0, 56, 5, 0, 0, 130, 0, 0, 0, 131, 0, 0, 0, 1, 0, 0, 0, 14, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 128, 5, 0, 0, 130, 0, 0, 0, 132, 0, 0, 0, 1, 0, 0, 0, 14, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 144, 5, 0, 0, 133, 0, 0, 0, 134, 0, 0, 0, 1, 0, 0, 0, 15, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 216, 5, 0, 0, 133, 0, 0, 0, 135, 0, 0, 0, 1, 0, 0, 0, 15, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 240, 5, 0, 0, 136, 0, 0, 0, 137, 0, 0, 0, 1, 0, 0, 0, 13, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 8, 6, 0, 0, 58, 0, 0, 0, 138, 0, 0, 0, 68, 0, 0, 0, 26, 0, 0, 0, 139, 0, 0, 0, 140, 0, 0, 0, 69, 0, 0, 0, 26, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 24, 6, 0, 0, 141, 0, 0, 0, 142, 0, 0, 0, 1, 0, 0, 0, 16, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 96, 6, 0, 0, 65, 0, 0, 0, 143, 0, 0, 0, 71, 0, 0, 0, 27, 0, 0, 0, 144, 0, 0, 0, 145, 0, 0, 0, 72, 0, 0, 0, 27, 0, 0, 0, 73, 0, 0, 0, 0, 0, 0, 0, 120, 6, 0, 0, 146, 0, 0, 0, 147, 0, 0, 0, 1, 0, 0, 0, 16, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 144, 6, 0, 0, 58, 0, 0, 0, 148, 0, 0, 0, 74, 0, 0, 0, 28, 0, 0, 0, 149, 0, 0, 0, 150, 0, 0, 0, 75, 0, 0, 0, 28, 0, 0, 0, 76, 0, 0, 0, 0, 0, 0, 0, 160, 6, 0, 0, 151, 0, 0, 0, 152, 0, 0, 0, 1, 0, 0, 0, 17, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 232, 6, 0, 0, 151, 0, 0, 0, 153, 0, 0, 0, 1, 0, 0, 0, 17, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 248, 6, 0, 0, 65, 0, 0, 0, 154, 0, 0, 0, 77, 0, 0, 0, 29, 0, 0, 0, 155, 0, 0, 0, 156, 0, 0, 0, 78, 0, 0, 0, 29, 0, 0, 0, 79, 0, 0, 0, 112, 150, 0, 0, 130, 150, 0, 0, 104, 22, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 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, 250, 219, 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, 220, 22, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 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, 2, 220, 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, 220, 22, 0, 0, 84, 23, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 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, 10, 224, 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, 100, 53, 0, 0, 40, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 44, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 24, 7, 0, 0, 157, 0, 0, 0, 158, 0, 0, 0, 30, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 30, 0, 0, 0, 3, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 40, 7, 0, 0, 157, 0, 0, 0, 159, 0, 0, 0, 31, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 83, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 84, 0, 0, 0, 5, 0, 0, 0, 32, 0, 0, 0, 11, 0, 0, 0, 33, 0, 0, 0, 0, 0, 0, 0, 56, 7, 0, 0, 160, 0, 0, 0, 161, 0, 0, 0, 32, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 13, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 34, 0, 0, 0, 14, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 72, 7, 0, 0, 160, 0, 0, 0, 162, 0, 0, 0, 33, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 89, 0, 0, 0, 86, 0, 0, 0, 13, 0, 0, 0, 90, 0, 0, 0, 91, 0, 0, 0, 36, 0, 0, 0, 15, 0, 0, 0, 37, 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, 104, 7, 0, 0, 163, 0, 0, 0, 164, 0, 0, 0, 0, 0, 0, 0, 128, 7, 0, 0, 157, 0, 0, 0, 165, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 84, 0, 0, 0, 5, 0, 0, 0, 32, 0, 0, 0, 3, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 136, 7, 0, 0, 160 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE); +allocate([ 166, 0, 0, 0, 34, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 13, 0, 0, 0, 90, 0, 0, 0, 91, 0, 0, 0, 36, 0, 0, 0, 14, 0, 0, 0, 35, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 144, 7, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 248, 255, 255, 255, 248, 255, 255, 255, 144, 7, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 168, 7, 0, 0, 167, 0, 0, 0, 168, 0, 0, 0, 248, 255, 255, 255, 248, 255, 255, 255, 168, 7, 0, 0, 169, 0, 0, 0, 170, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 192, 7, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 252, 255, 255, 255, 252, 255, 255, 255, 192, 7, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 216, 7, 0, 0, 171, 0, 0, 0, 172, 0, 0, 0, 252, 255, 255, 255, 252, 255, 255, 255, 216, 7, 0, 0, 173, 0, 0, 0, 174, 0, 0, 0, 0, 0, 0, 0, 16, 8, 0, 0, 175, 0, 0, 0, 176, 0, 0, 0, 177, 0, 0, 0, 1, 0, 0, 0, 7, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 48, 8, 0, 0, 178, 0, 0, 0, 179, 0, 0, 0, 177, 0, 0, 0, 2, 0, 0, 0, 8, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 64, 8, 0, 0, 180, 0, 0, 0, 181, 0, 0, 0, 177, 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, 128, 8, 0, 0, 182, 0, 0, 0, 183, 0, 0, 0, 177, 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, 184, 8, 0, 0, 184, 0, 0, 0, 185, 0, 0, 0, 177, 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, 248, 8, 0, 0, 186, 0, 0, 0, 187, 0, 0, 0, 177, 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, 48, 9, 0, 0, 188, 0, 0, 0, 189, 0, 0, 0, 177, 0, 0, 0, 92, 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, 48, 9, 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, 0, 0, 0, 0, 104, 9, 0, 0, 190, 0, 0, 0, 191, 0, 0, 0, 177, 0, 0, 0, 100, 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, 104, 9, 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, 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, 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, 152, 9, 0, 0, 192, 0, 0, 0, 193, 0, 0, 0, 177, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 192, 9, 0, 0, 194, 0, 0, 0, 195, 0, 0, 0, 177, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 224, 9, 0, 0, 196, 0, 0, 0, 197, 0, 0, 0, 177, 0, 0, 0, 108, 0, 0, 0, 109, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 110, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 8, 10, 0, 0, 198, 0, 0, 0, 199, 0, 0, 0, 177, 0, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 44, 0, 0, 0, 113, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 40, 10, 0, 0, 200, 0, 0, 0, 201, 0, 0, 0, 177, 0, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 47, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, 116, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 72, 10, 0, 0, 202, 0, 0, 0, 203, 0, 0, 0, 177, 0, 0, 0, 117, 0, 0, 0, 118, 0, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 119, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 104, 10, 0, 0, 204, 0, 0, 0, 205, 0, 0, 0, 177, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 144, 10, 0, 0, 206, 0, 0, 0, 207, 0, 0, 0, 177, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 184, 10, 0, 0, 208, 0, 0, 0, 209, 0, 0, 0, 177, 0, 0, 0, 1, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 224, 10, 0, 0, 210, 0, 0, 0, 211, 0, 0, 0, 177, 0, 0, 0, 2, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 8, 11, 0, 0, 212, 0, 0, 0, 213, 0, 0, 0, 177, 0, 0, 0, 18, 0, 0, 0, 4, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 48, 11, 0, 0, 214, 0, 0, 0, 215, 0, 0, 0, 177, 0, 0, 0, 19, 0, 0, 0, 5, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 80, 11, 0, 0, 216, 0, 0, 0, 217, 0, 0, 0, 177, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 12, 0, 0, 0, 122, 0, 0, 0, 0, 0, 0, 0, 136, 11, 0, 0, 216, 0, 0, 0, 218, 0, 0, 0, 177, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 12, 0, 0, 0, 122, 0, 0, 0, 0, 0, 0, 0, 184, 11, 0, 0, 219, 0, 0, 0, 220, 0, 0, 0, 177, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 13, 0, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 14, 0, 0, 0, 125, 0, 0, 0, 0, 0, 0, 0, 248, 11, 0, 0, 221, 0, 0, 0, 222, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 8, 12, 0, 0, 223, 0, 0, 0, 224, 0, 0, 0, 177, 0, 0, 0, 38, 0, 0, 0, 20, 0, 0, 0, 39, 0, 0, 0, 21, 0, 0, 0, 40, 0, 0, 0, 1, 0, 0, 0, 22, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 80, 12, 0, 0, 225, 0, 0, 0, 226, 0, 0, 0, 177, 0, 0, 0, 126, 0, 0, 0, 127, 0, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 96, 12, 0, 0, 227, 0, 0, 0, 228, 0, 0, 0, 177, 0, 0, 0, 128, 0, 0, 0, 129, 0, 0, 0, 64, 0, 0, 0, 65, 0, 0, 0, 66, 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, 32, 8, 0, 0, 216, 0, 0, 0, 229, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 48, 12, 0, 0, 216, 0, 0, 0, 230, 0, 0, 0, 177, 0, 0, 0, 23, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 0, 0, 42, 0, 0, 0, 25, 0, 0, 0, 43, 0, 0, 0, 5, 0, 0, 0, 26, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 152, 11, 0, 0, 216, 0, 0, 0, 231, 0, 0, 0, 177, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 17, 0, 0, 0, 130, 0, 0, 0, 131, 0, 0, 0, 18, 0, 0, 0, 132, 0, 0, 0, 0, 0, 0, 0, 216, 11, 0, 0, 216, 0, 0, 0, 232, 0, 0, 0, 177, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 19, 0, 0, 0, 133, 0, 0, 0, 134, 0, 0, 0, 20, 0, 0, 0, 135, 0, 0, 0, 0, 0, 0, 0, 96, 11, 0, 0, 216, 0, 0, 0, 233, 0, 0, 0, 177, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 12, 0, 0, 0, 122, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 128, 12, 0, 0, 234, 0, 0, 0, 235, 0, 0, 0, 236, 0, 0, 0, 237, 0, 0, 0, 27, 0, 0, 0, 6, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 144, 12, 0, 0, 234, 0, 0, 0, 238, 0, 0, 0, 236, 0, 0, 0, 237, 0, 0, 0, 27, 0, 0, 0, 7, 0, 0, 0, 2, 0, 0, 0, 10, 0, 0, 0, 68, 183, 0, 0, 0, 0, 0, 0, 184, 12, 0, 0, 239, 0, 0, 0, 240, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 200, 12, 0, 0, 241, 0, 0, 0, 242, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 216, 12, 0, 0, 241, 0, 0, 0, 243, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 8, 13, 0, 0, 234, 0, 0, 0, 244, 0, 0, 0, 236, 0, 0, 0, 237, 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, 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, 33, 119, 97, 115, 109, 46, 99, 104, 101, 99, 107, 70, 117, 110, 99, 116, 105, 111, 110, 40, 118, 97, 108, 117, 101, 41, 0, 119, 97, 115, 109, 46, 99, 104, 101, 99, 107, 70, 117, 110, 99, 116, 105, 111, 110, 40, 118, 97, 108, 117, 101, 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, 99, 111, 100, 101, 0, 100, 97, 116, 97, 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, 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, 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, 50, 41, 59, 32, 97, 115, 115, 101, 114, 116, 40, 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, 44, 32, 39, 99, 104, 101, 99, 107, 105, 110, 103, 32, 105, 109, 112, 111, 114, 116, 32, 39, 32, 43, 32, 110, 97, 109, 101, 32, 43, 32, 39, 32, 61, 32, 39, 32, 43, 32, 109, 111, 100, 32, 43, 32, 39, 46, 39, 32, 43, 32, 98, 97, 115, 101, 41, 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, 105, 115, 83, 116, 114, 105, 110, 103, 40, 41, 0, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 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, 33, 119, 97, 115, 109, 58, 58, 84, 104, 114, 101, 97, 100, 80, 111, 111, 108, 58, 58, 105, 115, 82, 117, 110, 110, 105, 110, 103, 40, 41, 0, 115, 101, 116, 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, 116, 101, 109, 112, 68, 111, 117, 98, 108, 101, 80, 116, 114, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 108, 108, 118, 109, 95, 99, 116, 116, 122, 95, 105, 51, 50, 46, 105, 115, 78, 117, 108, 108, 40, 41, 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, 105, 110, 100, 101, 120, 32, 60, 32, 117, 115, 101, 100, 69, 108, 101, 109, 101, 110, 116, 115, 0, 34, 40, 110, 117, 108, 108, 41, 34, 0, 91, 93, 0, 110, 117, 108, 108, 0, 34, 58, 32, 0, 102, 117, 110, 99, 45, 62, 108, 111, 99, 97, 108, 73, 110, 100, 105, 99, 101, 115, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 102, 117, 110, 99, 45, 62, 112, 97, 114, 97, 109, 115, 46, 115, 105, 122, 101, 40, 41, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 98, 117, 105, 108, 100, 101, 114, 46, 104, 0, 97, 100, 100, 80, 97, 114, 97, 109, 0, 102, 117, 110, 99, 45, 62, 108, 111, 99, 97, 108, 73, 110, 100, 105, 99, 101, 115, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 102, 117, 110, 99, 45, 62, 112, 97, 114, 97, 109, 115, 46, 115, 105, 122, 101, 40, 41, 32, 43, 32, 102, 117, 110, 99, 45, 62, 118, 97, 114, 115, 46, 115, 105, 122, 101, 40, 41, 0, 97, 100, 100, 86, 97, 114, 0, 67, 111, 117, 108, 100, 32, 110, 111, 116, 32, 102, 105, 110, 100, 32, 112, 97, 115, 115, 58, 32, 0, 70, 97, 116, 97, 108, 58, 32, 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, 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, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 77, 97, 112, 91, 110, 97, 109, 101, 93, 0, 115, 114, 99, 47, 119, 97, 115, 109, 46, 104, 0, 103, 101, 116, 70, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 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, 99, 117, 114, 114, 70, 117, 110, 99, 116, 105, 111, 110, 45, 62, 114, 101, 115, 117, 108, 116, 32, 61, 61, 32, 114, 101, 115, 117, 108, 116, 0, 112, 97, 114, 115, 101, 70, 117, 110, 99, 116, 105, 111, 110, 0, 97, 98, 111, 114, 116, 105, 110, 103, 32, 111, 110, 32, 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, 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, 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, 112, 111, 112, 95, 98, 97, 99, 107, 0, 105, 109, 112, 111, 114, 116, 115, 77, 97, 112, 91, 110, 97, 109, 101, 93, 0, 103, 101, 116, 73, 109, 112, 111, 114, 116, 0, 114, 101, 116, 45, 62, 102, 117, 108, 108, 84, 121, 112, 101, 0, 109, 97, 107, 101, 67, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 0, 108, 111, 99, 97, 108, 73, 110, 100, 105, 99, 101, 115, 46, 99, 111, 117, 110, 116, 40, 110, 97, 109, 101, 41, 32, 62, 32, 48, 0, 103, 101, 116, 76, 111, 99, 97, 108, 73, 110, 100, 101, 120, 0, 105, 102, 45, 116, 114, 117, 101, 0, 105, 102, 45, 101, 108, 115, 101, 0, 105, 110, 116, 40, 95, 105, 100, 41, 32, 61, 61, 32, 105, 110, 116, 40, 84, 58, 58, 83, 112, 101, 99, 105, 102, 105, 99, 73, 100, 41, 0, 99, 97, 115, 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, 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, 117, 110, 102, 97, 109, 105, 108, 105, 97, 114, 32, 115, 101, 99, 116, 105, 111, 110, 58, 32, 0, 112, 111, 115, 32, 61, 61, 32, 98, 101, 102, 111, 114, 101, 32, 43, 32, 115, 101, 99, 116, 105, 111, 110, 83, 105, 122, 101, 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, 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, 115, 116, 100, 58, 58, 105, 115, 95, 115, 105, 103, 110, 101, 100, 60, 84, 62, 58, 58, 118, 97, 108, 117, 101, 32, 38, 38, 32, 108, 97, 115, 116, 32, 38, 38, 32, 34, 100, 114, 111, 112, 112, 101, 100, 32, 98, 105, 116, 115, 32, 111, 110, 108, 121, 32, 118, 97, 108, 105, 100, 32, 102, 111, 114, 32, 115, 105, 103, 110, 101, 100, 32, 76, 69, 66, 34, 0, 115, 105, 122, 101, 95, 116, 40, 115, 104, 105, 102, 116, 41, 32, 60, 32, 115, 105, 122, 101, 111, 102, 40, 84, 41, 32, 42, 32, 56, 32, 38, 38, 32, 34, 76, 69, 66, 32, 111, 118, 101, 114, 102, 108, 111, 119, 34, 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, 112, 111, 115, 32, 43, 32, 115, 101, 99, 116, 105, 111, 110, 83, 105, 122, 101, 32, 60, 61, 32, 105, 110, 112, 117, 116, 46, 115, 105, 122, 101, 40, 41, 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, 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, 102, 111, 114, 109, 32, 61, 61, 32, 66, 105, 110, 97, 114, 121, 67, 111, 110, 115, 116, 115, 58, 58, 84, 121, 112, 101, 70, 111, 114, 109, 115, 58, 58, 66, 97, 115, 105, 99, 0, 114, 101, 97, 100, 83, 105, 103, 110, 97, 116, 117, 114, 101, 115, 0, 110, 117, 109, 32, 112, 97, 114, 97, 109, 115, 58, 32, 0, 110, 117, 109, 82, 101, 115, 117, 108, 116, 115, 32, 61, 61, 32, 49, 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, 105, 32, 60, 32, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 46, 115, 105, 122, 101, 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, 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, 100, 101, 112, 116, 104, 32, 61, 61, 32, 48, 0, 112, 111, 115, 32, 61, 61, 32, 101, 110, 100, 79, 102, 70, 117, 110, 99, 116, 105, 111, 110, 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, 108, 97, 115, 116, 83, 101, 112, 97, 114, 97, 116, 111, 114, 32, 61, 61, 32, 66, 105, 110, 97, 114, 121, 67, 111, 110, 115, 116, 115, 58, 58, 69, 110, 100, 0, 118, 105, 115, 105, 116, 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, 97, 114, 105, 116, 121, 32, 61, 61, 32, 48, 32, 124, 124, 32, 97, 114, 105, 116, 121, 32, 61, 61, 32, 49, 0, 118, 105, 115, 105, 116, 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, 118, 105, 115, 105, 116, 83, 119, 105, 116, 99, 104, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 67, 97, 108, 108, 0, 110, 117, 109, 32, 61, 61, 32, 97, 114, 105, 116, 121, 0, 118, 105, 115, 105, 116, 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, 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, 110, 97, 109, 101, 46, 115, 116, 114, 0, 122, 122, 32, 110, 111, 100, 101, 58, 32, 67, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 0, 118, 105, 115, 105, 116, 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, 105, 110, 100, 101, 120, 32, 60, 32, 99, 117, 114, 114, 70, 117, 110, 99, 116, 105, 111, 110, 45, 62, 103, 101, 116, 78, 117, 109, 76, 111, 99, 97, 108, 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, 118, 105, 115, 105, 116, 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, 118, 97, 108, 117, 101, 32, 60, 32, 48, 32, 38, 38, 32, 34, 115, 105, 103, 110, 45, 101, 120, 116, 101, 110, 100, 32, 115, 104, 111, 117, 108, 100, 32, 112, 114, 111, 100, 117, 99, 101, 115, 32, 97, 32, 110, 101, 103, 97, 116, 105, 118, 101, 32, 118, 97, 108, 117, 101, 34, 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 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 10240); +allocate([ 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, 98, 114, 101, 97, 107, 32, 116, 97, 114, 103, 101, 116, 115, 0, 97, 108, 108, 32, 98, 114, 101, 97, 107, 32, 116, 97, 114, 103, 101, 116, 115, 32, 109, 117, 115, 116, 32, 98, 101, 32, 118, 97, 108, 105, 100, 0, 98, 108, 111, 99, 107, 43, 98, 114, 101, 97, 107, 115, 32, 109, 117, 115, 116, 32, 104, 97, 118, 101, 32, 114, 105, 103, 104, 116, 32, 116, 121, 112, 101, 32, 105, 102, 32, 98, 114, 101, 97, 107, 115, 32, 114, 101, 116, 117, 114, 110, 32, 97, 32, 118, 97, 108, 117, 101, 0, 32, 33, 61, 32, 0, 58, 32, 0, 44, 32, 111, 110, 32, 0, 91, 119, 97, 115, 109, 45, 118, 97, 108, 105, 100, 97, 116, 111, 114, 32, 101, 114, 114, 111, 114, 32, 105, 110, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 0, 93, 32, 0, 91, 119, 97, 115, 109, 45, 118, 97, 108, 105, 100, 97, 116, 111, 114, 32, 101, 114, 114, 111, 114, 32, 105, 110, 32, 109, 111, 100, 117, 108, 101, 93, 32, 0, 108, 111, 111, 112, 32, 109, 117, 115, 116, 32, 114, 101, 116, 117, 114, 110, 32, 110, 111, 110, 101, 0, 117, 110, 101, 120, 112, 101, 99, 116, 101, 100, 32, 102, 97, 108, 115, 101, 58, 32, 0, 98, 114, 101, 97, 107, 115, 32, 116, 111, 32, 115, 97, 109, 101, 32, 116, 97, 114, 103, 101, 116, 32, 109, 117, 115, 116, 32, 104, 97, 118, 101, 32, 115, 97, 109, 101, 32, 116, 121, 112, 101, 32, 40, 105, 103, 110, 111, 114, 105, 110, 103, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 41, 0, 115, 101, 116, 95, 108, 111, 99, 97, 108, 32, 116, 121, 112, 101, 32, 109, 117, 115, 116, 32, 98, 101, 32, 99, 111, 114, 114, 101, 99, 116, 0, 98, 97, 100, 32, 97, 108, 105, 103, 110, 109, 101, 110, 116, 58, 32, 0, 110, 111, 110, 45, 99, 111, 110, 118, 101, 114, 115, 105, 111, 110, 32, 117, 110, 97, 114, 105, 101, 115, 32, 109, 117, 115, 116, 32, 114, 101, 116, 117, 114, 110, 32, 116, 104, 101, 32, 115, 97, 109, 101, 32, 116, 121, 112, 101, 0, 114, 101, 108, 97, 116, 105, 111, 110, 97, 108, 32, 117, 110, 97, 114, 105, 101, 115, 32, 109, 117, 115, 116, 32, 114, 101, 116, 117, 114, 110, 32, 105, 51, 50, 0, 99, 111, 110, 118, 101, 114, 115, 105, 111, 110, 32, 117, 110, 97, 114, 105, 101, 115, 32, 109, 117, 115, 116, 32, 110, 111, 116, 32, 114, 101, 116, 117, 114, 110, 32, 116, 104, 101, 32, 115, 97, 109, 101, 32, 116, 121, 112, 101, 0, 32, 61, 61, 32, 0, 98, 105, 110, 97, 114, 121, 32, 99, 104, 105, 108, 100, 32, 116, 121, 112, 101, 115, 32, 109, 117, 115, 116, 32, 98, 101, 32, 101, 113, 117, 97, 108, 0, 102, 117, 110, 99, 116, 105, 111, 110, 32, 114, 101, 115, 117, 108, 116, 32, 109, 117, 115, 116, 32, 109, 97, 116, 99, 104, 44, 32, 105, 102, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 114, 101, 116, 117, 114, 110, 115, 0, 109, 101, 109, 111, 114, 121, 32, 109, 97, 120, 32, 62, 61, 32, 105, 110, 105, 116, 105, 97, 108, 0, 115, 101, 103, 109, 101, 110, 116, 32, 111, 102, 102, 115, 101, 116, 32, 105, 115, 32, 115, 109, 97, 108, 108, 32, 101, 110, 111, 117, 103, 104, 0, 116, 111, 116, 97, 108, 32, 115, 101, 103, 109, 101, 110, 116, 115, 32, 109, 117, 115, 116, 32, 98, 101, 32, 115, 109, 97, 108, 108, 32, 101, 110, 111, 117, 103, 104, 0, 117, 110, 101, 120, 112, 101, 99, 116, 101, 100, 32, 116, 114, 117, 101, 58, 32, 0, 109, 111, 100, 117, 108, 101, 32, 101, 120, 112, 111, 114, 116, 115, 32, 109, 117, 115, 116, 32, 98, 101, 32, 102, 111, 117, 110, 100, 0, 109, 111, 100, 117, 108, 101, 32, 101, 120, 112, 111, 114, 116, 115, 32, 109, 117, 115, 116, 32, 98, 101, 32, 117, 110, 105, 113, 117, 101, 0, 115, 116, 97, 114, 116, 32, 109, 117, 115, 116, 32, 98, 101, 32, 102, 111, 117, 110, 100, 0, 115, 116, 97, 114, 116, 32, 109, 117, 115, 116, 32, 104, 97, 118, 101, 32, 48, 32, 112, 97, 114, 97, 109, 115, 0, 115, 116, 97, 114, 116, 32, 109, 117, 115, 116, 32, 110, 111, 116, 32, 114, 101, 116, 117, 114, 110, 32, 97, 32, 118, 97, 108, 117, 101, 0, 78, 52, 119, 97, 115, 109, 52, 80, 97, 115, 115, 69, 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, 111, 117, 116, 54, 52, 32, 61, 32, 36, 52, 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, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 56, 41, 32, 123, 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, 111, 117, 116, 54, 52, 32, 43, 32, 105, 93, 32, 61, 32, 72, 69, 65, 80, 85, 56, 91, 105, 93, 59, 32, 125, 32, 125, 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, 102, 117, 110, 99, 116, 105, 111, 110, 45, 62, 105, 115, 80, 97, 114, 97, 109, 40, 105, 41, 0, 70, 117, 110, 99, 116, 105, 111, 110, 83, 99, 111, 112, 101, 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, 102, 117, 110, 99, 116, 105, 111, 110, 45, 62, 105, 115, 86, 97, 114, 40, 105, 41, 0, 110, 111, 110, 101, 0, 105, 110, 100, 101, 120, 32, 60, 32, 108, 111, 99, 97, 108, 78, 97, 109, 101, 115, 46, 115, 105, 122, 101, 40, 41, 32, 38, 38, 32, 108, 111, 99, 97, 108, 78, 97, 109, 101, 115, 91, 105, 110, 100, 101, 120, 93, 46, 105, 115, 40, 41, 0, 103, 101, 116, 76, 111, 99, 97, 108, 78, 97, 109, 101, 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, 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, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 102, 51, 50, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 105, 51, 50, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 102, 54, 52, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 105, 54, 52, 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, 99, 97, 115, 116, 84, 111, 73, 51, 50, 0, 101, 120, 116, 101, 110, 100, 84, 111, 70, 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, 115, 116, 100, 58, 58, 105, 115, 110, 97, 110, 40, 102, 41, 32, 38, 38, 32, 34, 101, 120, 112, 101, 99, 116, 101, 100, 32, 97, 32, 78, 97, 78, 34, 0, 115, 101, 116, 81, 117, 105, 101, 116, 78, 97, 78, 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, 101, 120, 112, 111, 114, 116, 115, 77, 97, 112, 91, 110, 97, 109, 101, 93, 0, 103, 101, 116, 69, 120, 112, 111, 114, 116, 0, 102, 117, 110, 99, 116, 105, 111, 110, 115, 77, 97, 112, 91, 110, 97, 109, 101, 93, 0, 103, 101, 116, 70, 117, 110, 99, 116, 105, 111, 110, 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, 78, 97, 78, 80, 97, 121, 108, 111, 97, 100, 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, 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, 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, 101, 115, 47, 112, 97, 115, 115, 46, 99, 112, 112, 0, 114, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 0, 91, 80, 97, 115, 115, 82, 117, 110, 110, 101, 114, 93, 32, 114, 117, 110, 110, 105, 110, 103, 32, 112, 97, 115, 115, 101, 115, 46, 46, 46, 0, 91, 80, 97, 115, 115, 82, 117, 110, 110, 101, 114, 93, 32, 32, 32, 114, 117, 110, 110, 105, 110, 103, 32, 112, 97, 115, 115, 58, 32, 0, 46, 46, 46, 32, 0, 32, 115, 101, 99, 111, 110, 100, 115, 46, 0, 91, 80, 97, 115, 115, 82, 117, 110, 110, 101, 114, 93, 32, 112, 97, 115, 115, 101, 115, 32, 116, 111, 111, 107, 32, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 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, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 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, 78, 52, 119, 97, 115, 109, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 10, 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, 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, 32, 40, 102, 117, 110, 99, 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, 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, 117, 115, 101, 100, 69, 108, 101, 109, 101, 110, 116, 115, 32, 62, 32, 48, 0, 115, 114, 99, 47, 109, 105, 120, 101, 100, 95, 97, 114, 101, 110, 97, 46, 104, 0, 98, 97, 99, 107, 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, 116, 114, 117, 110, 99, 0, 110, 101, 97, 114, 101, 115, 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 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 20480); +allocate([ 115, 105, 122, 101, 0, 99, 117, 114, 114, 101, 110, 116, 95, 109, 101, 109, 111, 114, 121, 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, 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, 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, 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, 112, 114, 105, 110, 116, 45, 102, 117, 108, 108, 0, 112, 114, 105, 110, 116, 32, 105, 110, 32, 102, 117, 108, 108, 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, 49, 70, 117, 108, 108, 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, 78, 52, 119, 97, 115, 109, 49, 49, 70, 117, 108, 108, 80, 114, 105, 110, 116, 101, 114, 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, 70, 117, 108, 108, 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, 111, 112, 116, 105, 109, 105, 122, 101, 45, 105, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 0, 111, 112, 116, 105, 109, 105, 122, 101, 115, 32, 105, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 32, 99, 111, 109, 98, 105, 110, 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, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 115, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 50, 48, 79, 112, 116, 105, 109, 105, 122, 101, 73, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 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, 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, 111, 116, 32, 110, 101, 101, 100, 101, 100, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 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, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 115, 101, 108, 102, 45, 62, 105, 102, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 65, 110, 121, 0, 105, 102, 83, 116, 97, 99, 107, 46, 101, 109, 112, 116, 121, 40, 41, 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, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 90, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 52, 119, 97, 108, 107, 69, 82, 80, 78, 83, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 69, 49, 49, 83, 101, 108, 101, 99, 116, 105, 102, 105, 101, 114, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 54, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 90, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 52, 119, 97, 108, 107, 69, 82, 80, 78, 83, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 69, 49, 49, 83, 101, 108, 101, 99, 116, 105, 102, 105, 101, 114, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 53, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 90, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 52, 119, 97, 108, 107, 69, 82, 80, 78, 83, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 69, 49, 49, 83, 101, 108, 101, 99, 116, 105, 102, 105, 101, 114, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 53, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 86, 105, 115, 105, 116, 111, 114, 73, 90, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 52, 119, 97, 108, 107, 69, 82, 80, 78, 83, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 69, 49, 49, 83, 101, 108, 101, 99, 116, 105, 102, 105, 101, 114, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 52, 119, 97, 108, 107, 69, 82, 80, 78, 83, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 69, 49, 49, 83, 101, 108, 101, 99, 116, 105, 102, 105, 101, 114, 0, 90, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 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, 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, 54, 87, 97, 108, 107, 101, 114, 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, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 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, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 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, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 50, 49, 76, 105, 110, 101, 97, 114, 69, 120, 101, 99, 117, 116, 105, 111, 110, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 50, 49, 76, 105, 110, 101, 97, 114, 69, 120, 101, 99, 117, 116, 105, 111, 110, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 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, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 99, 117, 114, 114, 0, 118, 105, 115, 105, 116, 0, 108, 111, 99, 97, 108, 115, 87, 114, 105, 116, 116, 101, 110, 46, 115, 105, 122, 101, 40, 41, 32, 43, 32, 108, 111, 99, 97, 108, 115, 82, 101, 97, 100, 46, 115, 105, 122, 101, 40, 41, 32, 60, 61, 32, 49, 0, 115, 114, 99, 47, 97, 115, 116, 95, 117, 116, 105, 108, 115, 46, 104, 0, 105, 110, 118, 97, 108, 105, 100, 97, 116, 101, 115, 0, 98, 108, 111, 99, 107, 45, 62, 108, 105, 115, 116, 46, 98, 97, 99, 107, 40, 41, 32, 61, 61, 32, 97, 98, 111, 118, 101, 0, 105, 115, 82, 101, 115, 117, 108, 116, 85, 115, 101, 100, 0, 97, 98, 111, 118, 101, 32, 61, 61, 32, 105, 102, 102, 45, 62, 105, 102, 84, 114, 117, 101, 32, 124, 124, 32, 97, 98, 111, 118, 101, 32, 61, 61, 32, 105, 102, 102, 45, 62, 105, 102, 70, 97, 108, 115, 101, 0, 115, 101, 108, 102, 45, 62, 115, 105, 110, 107, 97, 98, 108, 101, 115, 46, 99, 111, 117, 110, 116, 40, 105, 110, 100, 101, 120, 41, 32, 61, 61, 32, 48, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 80, 111, 115, 116, 0, 105, 102, 102, 45, 62, 105, 102, 70, 97, 108, 115, 101, 0, 100, 111, 78, 111, 116, 101, 73, 102, 69, 108, 115, 101, 70, 97, 108, 115, 101, 0, 111, 112, 116, 105, 109, 105, 122, 101, 73, 102, 82, 101, 116, 117, 114, 110, 0, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 83, 116, 97, 99, 107, 46, 98, 97, 99, 107, 40, 41, 32, 61, 61, 32, 105, 102, 102, 0, 109, 97, 112, 58, 58, 97, 116, 58, 32, 32, 107, 101, 121, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100, 0, 105, 102, 84, 114, 117, 101, 66, 108, 111, 99, 107, 45, 62, 116, 121, 112, 101, 32, 33, 61, 32, 110, 111, 110, 101, 0, 105, 102, 102, 45, 62, 116, 121, 112, 101, 32, 33, 61, 32, 110, 111, 110, 101, 0, 40, 42, 99, 117, 114, 114, 112, 41, 45, 62, 99, 97, 115, 116, 60, 73, 102, 62, 40, 41, 45, 62, 105, 102, 70, 97, 108, 115, 101, 0, 100, 111, 78, 111, 116, 101, 73, 102, 69, 108, 115, 101, 84, 114, 117, 101, 0, 100, 111, 78, 111, 116, 101, 73, 102, 69, 108, 115, 101, 67, 111, 110, 100, 105, 116, 105, 111, 110, 0, 33, 98, 114, 101, 97, 107, 115, 91, 48, 93, 46, 98, 114, 45, 62, 118, 97, 108, 117, 101, 0, 111, 112, 116, 105, 109, 105, 122, 101, 66, 108, 111, 99, 107, 82, 101, 116, 117, 114, 110, 0, 33, 98, 114, 101, 97, 107, 115, 91, 106, 93, 46, 98, 114, 45, 62, 118, 97, 108, 117, 101, 0, 33, 99, 117, 114, 114, 45, 62, 99, 97, 115, 116, 60, 73, 102, 62, 40, 41, 45, 62, 105, 102, 70, 97, 108, 115, 101, 0, 100, 111, 78, 111, 116, 101, 78, 111, 110, 76, 105, 110, 101, 97, 114, 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, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 71, 101, 116, 76, 111, 99, 97, 108, 67, 111, 117, 110, 116, 101, 114, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 71, 101, 116, 76, 111, 99, 97, 108, 67, 111, 117, 110, 116, 101, 114, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 71, 101, 116, 76, 111, 99, 97, 108, 67, 111, 117, 110, 116, 101, 114, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 53, 71, 101, 116, 76, 111, 99, 97, 108, 67, 111, 117, 110, 116, 101, 114, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 53, 71, 101, 116, 76, 111, 99, 97, 108, 67, 111, 117, 110, 116, 101, 114, 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, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 83, 101, 116, 76, 111, 99, 97, 108, 82, 101, 109, 111, 118, 101, 114, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 83, 101, 116, 76, 111, 99, 97, 108, 82, 101, 109, 111, 118, 101, 114, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 83, 101, 116, 76, 111, 99, 97, 108, 82, 101, 109, 111, 118, 101, 114, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 53, 83, 101, 116, 76, 111, 99, 97, 108, 82, 101, 109, 111, 118, 101, 114, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 53, 83, 101, 116, 76, 111, 99, 97, 108, 82, 101, 109, 111, 118, 101, 114, 69, 0, 90, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 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, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 110, 101, 119, 84, 111, 79, 108, 100, 91, 105, 93, 32, 60, 32, 99, 117, 114, 114, 45, 62, 112, 97, 114, 97, 109, 115, 46, 115, 105, 122, 101, 40, 41, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 70, 117, 110, 99, 116, 105, 111, 110, 0, 90, 78, 52, 119, 97, 115, 109, 54, 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, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 0, 78, 52, 119, 97, 115, 109, 49, 51, 82, 101, 111, 114, 100, 101, 114, 76, 111, 99, 97, 108, 115, 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, 118, 97, 99, 117, 117, 109, 0, 114, 101, 109, 111, 118, 101, 115, 32, 111, 98, 118, 105, 111, 117, 115, 108, 121, 32, 117, 110, 110, 101, 101, 100, 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, 54, 86, 97, 99, 117, 117, 109, 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, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 54, 86, 97, 99, 117, 117, 109, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 50, 95, 118, 69, 69, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 80, 111, 115, 116, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 54, 86, 97, 99, 117, 117, 109, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 54, 86, 97, 99, 117, 117, 109, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 55, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 54, 86, 97, 99, 117, 117, 109, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 54, 86, 97, 99, 117, 117, 109, 69, 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, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 50, 95, 54, 86, 97, 99, 117, 117, 109, 69, 78, 83, 50, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 52, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 50, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 65, 95, 69, 69, 70, 78, 83, 50, 95, 49, 53, 84, 104, 114, 101, 97, 100, 87, 111, 114, 107, 83, 116, 97, 116, 101, 69, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 54, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 54, 86, 97, 99, 117, 117, 109, 69, 78, 83, 95, 55, 86, 105, 115, 105, 116, 111, 114, 73, 83, 49, 95, 118, 69, 69, 69, 57, 115, 116, 97, 114, 116, 87, 97, 108, 107, 69, 80, 78, 83, 95, 54, 77, 111, 100, 117, 108, 101, 69, 69, 85, 108, 118, 69, 95, 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, 54, 86, 97, 99, 117, 117, 109, 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, 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, 119, 104, 105, 108, 101, 0, 100, 111, 0, 102, 111, 114, 0, 115, 101, 113, 0, 115, 117, 98, 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, 103, 101, 116, 84, 101, 109, 112, 82, 101, 116, 48, 0, 95, 108, 108, 118, 109, 95, 99, 116, 116, 122, 95, 105, 51, 50, 0, 95, 95, 95, 117, 100, 105, 118, 109, 111, 100, 100, 105, 52, 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, 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, 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, 66, 73, 78, 65, 82, 89, 69, 78, 95, 67, 79, 82, 69, 83, 0, 111, 108, 100, 32, 61, 61, 32, 116, 104, 114, 101, 97, 100, 115, 46, 115, 105, 122, 101, 40, 41, 0, 115, 114, 99, 47, 115, 117, 112, 112, 111, 114, 116, 47, 116, 104, 114, 101, 97, 100, 115, 46, 99, 112, 112, 0, 114, 101, 115, 101, 116, 84, 104, 114, 101, 97, 100, 115, 65, 114, 101, 82, 101, 97, 100, 121, 0, 33, 84, 104, 114, 101, 97, 100, 80, 111, 111, 108, 58, 58, 103, 101, 116, 40, 41, 45, 62, 105, 115, 82, 117, 110, 110, 105, 110, 103, 40, 41, 0, 84, 104, 114, 101, 97, 100, 0, 116, 104, 114, 101, 97, 100, 32, 99, 111, 110, 115, 116, 114, 117, 99, 116, 111, 114, 32, 102, 97, 105, 108, 101, 100, 0, 126, 84, 104, 114, 101, 97, 100, 0, 100, 111, 87, 111, 114, 107, 101, 114, 115, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 119, 111, 114, 107, 0, 100, 111, 87, 111, 114, 107, 101, 114, 115, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 110, 117, 109, 0, 33, 114, 117, 110, 110, 105, 110, 103, 0, 70, 85, 78, 67, 83, 73, 71, 36, 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, 98, 115, 0, 102, 108, 111, 111, 114, 0, 99, 101, 105, 108, 0, 115, 113, 114, 116, 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, 109, 111, 100, 117, 108, 101, 0, 115, 116, 97, 114, 116, 0, 102, 117, 110, 99, 0, 112, 97, 114, 97, 109, 0, 114, 101, 115, 117, 108, 116, 0, 109, 101, 109, 111, 114, 121, 0, 115, 101, 103, 109, 101, 110, 116, 0, 101, 120, 112, 111, 114, 116, 0, 105, 109, 112, 111, 114, 116, 0, 116, 97, 98, 108, 101, 0, 108, 111, 99, 97, 108, 0, 116, 121, 112, 101, 0, 99, 97, 108, 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, 108, 111, 99, 107, 0, 98, 114, 95, 105, 102, 0, 116, 104, 101, 110, 0, 101, 108, 115, 101, 0, 45, 105, 110, 102, 105, 110, 105, 116, 121, 0, 45, 110, 97, 110, 0, 99, 97, 115, 101, 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, 97, 115, 115, 101, 114, 116, 95, 114, 101, 116, 117, 114, 110, 0, 97, 115, 115, 101, 114, 116, 95, 116, 114, 97, 112, 0, 97, 115, 115, 101, 114, 116, 95, 105, 110, 118, 97, 108, 105, 100, 0, 115, 112, 101, 99, 116, 101, 115, 116, 0, 112, 114, 105, 110, 116, 0, 105, 110, 118, 111, 107, 101, 0, 101, 120, 105, 116, 0, 115, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 116, 114, 97, 118, 101, 114, 115, 97, 108, 46, 104, 0, 119, 97, 108, 107, 0, 42, 116, 97, 115, 107, 46, 99, 117, 114, 114, 112, 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 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 30720); +allocate([ 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, 99, 111, 110, 100, 105, 116, 105, 111, 110, 95, 118, 97, 114, 105, 97, 98, 108, 101, 58, 58, 119, 97, 105, 116, 58, 32, 109, 117, 116, 101, 120, 32, 110, 111, 116, 32, 108, 111, 99, 107, 101, 100, 0, 99, 111, 110, 100, 105, 116, 105, 111, 110, 95, 118, 97, 114, 105, 97, 98, 108, 101, 32, 119, 97, 105, 116, 32, 102, 97, 105, 108, 101, 100, 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, 109, 117, 116, 101, 120, 32, 108, 111, 99, 107, 32, 102, 97, 105, 108, 101, 100, 0, 101, 99, 32, 61, 61, 32, 48, 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, 108, 105, 98, 47, 108, 105, 98, 99, 120, 120, 47, 109, 117, 116, 101, 120, 46, 99, 112, 112, 0, 117, 110, 108, 111, 99, 107, 0, 117, 110, 105, 113, 117, 101, 95, 108, 111, 99, 107, 58, 58, 117, 110, 108, 111, 99, 107, 58, 32, 110, 111, 116, 32, 108, 111, 99, 107, 101, 100, 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, 115, 116, 111, 105, 0, 58, 32, 111, 117, 116, 32, 111, 102, 32, 114, 97, 110, 103, 101, 0, 58, 32, 110, 111, 32, 99, 111, 110, 118, 101, 114, 115, 105, 111, 110, 0, 37, 117, 0, 99, 108, 111, 99, 107, 95, 103, 101, 116, 116, 105, 109, 101, 40, 67, 76, 79, 67, 75, 95, 77, 79, 78, 79, 84, 79, 78, 73, 67, 41, 32, 102, 97, 105, 108, 101, 100, 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, 83, 116, 49, 49, 108, 111, 103, 105, 99, 95, 101, 114, 114, 111, 114, 0, 83, 116, 49, 50, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 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 + 40960); var tempDoublePtr = STATICTOP; STATICTOP += 16; function _atexit(func, arg) { @@ -5875,7 +5876,6 @@ Module.asmLibraryArg = { "__ZSt18uncaught_exceptionv": __ZSt18uncaught_exceptionv, "__exit": __exit, "_strftime": _strftime, - "_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, @@ -5901,6 +5901,7 @@ Module.asmLibraryArg = { "_emscripten_get_now": _emscripten_get_now, "_emscripten_asm_const_dii": _emscripten_asm_const_dii, "_pthread_cond_destroy": _pthread_cond_destroy, + "_emscripten_asm_const_diiiii": _emscripten_asm_const_diiiii, "_atexit": _atexit, "___syscall140": ___syscall140, "_exit": _exit, @@ -6021,7 +6022,6 @@ var asm = (function(global,env,buffer) { var __ZSt18uncaught_exceptionv=env.__ZSt18uncaught_exceptionv; var __exit=env.__exit; var _strftime=env._strftime; - 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; @@ -6047,6 +6047,7 @@ var asm = (function(global,env,buffer) { var _emscripten_get_now=env._emscripten_get_now; var _emscripten_asm_const_dii=env._emscripten_asm_const_dii; var _pthread_cond_destroy=env._pthread_cond_destroy; + var _emscripten_asm_const_diiiii=env._emscripten_asm_const_diiiii; var _atexit=env._atexit; var ___syscall140=env.___syscall140; var _exit=env._exit; @@ -6221,18 +6222,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, 46219) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, i2, 47285) | 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, 46226) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) + 12 | 0, i2, 47292) | 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, 46236) | 0; + if (!i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) + 12 | 0, i2, 47302) | 0; } else { - if (!i11) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 46219) | 0; - if (!i12) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 46226) | 0; - if (!i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 46236) | 0; + if (!i11) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 47285) | 0; + if (!i12) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 47292) | 0; + if (!i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 47302) | 0; } i7 = HEAP32[i16 >> 2] | 0; i2 = i7 + -16 | 0; @@ -6304,10 +6305,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, 46560, i71 ? 2 : i70) | 0; + i72 = _memcmp(i72 ? i75 + 1 | 0 : HEAP32[i75 + 8 >> 2] | 0, 47626, 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, 46563) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i2 >> 2] | 0) + -12 | 0, 0, 47629) | 0; break; } if ((i1 + -49 & 255) < 9) { @@ -6341,7 +6342,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, 46560, i70 ? 2 : i69) | 0; + i72 = _memcmp(i72 ? i71 + 1 | 0 : HEAP32[i71 + 8 >> 2] | 0, 47626, 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; @@ -6366,7 +6367,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, 46560) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i53, 0, 47626) | 0; HEAP32[i50 >> 2] = HEAP32[i2 >> 2]; HEAP32[i50 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i50 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -6376,7 +6377,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, 46567) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i50, 47633) | 0; HEAP32[i59 >> 2] = HEAP32[i2 >> 2]; HEAP32[i59 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i59 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -6489,13 +6490,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, 46560, i71 ? 2 : i70) | 0; + i72 = _memcmp(i72 ? i56 + 1 | 0 : HEAP32[i56 + 8 >> 2] | 0, 47626, 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, 46560) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i47, 0, 47626) | 0; HEAP32[i65 >> 2] = HEAP32[i1 >> 2]; HEAP32[i65 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i65 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -6505,7 +6506,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, 46567) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 47633) | 0; HEAP32[i64 >> 2] = HEAP32[i1 >> 2]; HEAP32[i64 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i64 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -6673,7 +6674,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, 47801) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 48867) | 0; i6 = i74 + 16 | 0; i2 = (HEAP32[i3 >> 2] | 0) + -24 | 0; HEAP32[i8 >> 2] = HEAP32[i74 + 12 >> 2]; @@ -6734,7 +6735,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, 46569, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i75, 47635, 1); i11 = i74 + 4 | 0; i10 = i75 + 4 | 0; i7 = i71 + 8 | 0; @@ -6788,7 +6789,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, 47203) | 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, 48269) | 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; @@ -6825,16 +6826,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, 46571) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 47637) | 0; switch (i2 | 0) { case 1: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 47810) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 48876) | 0; break; } case 2: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 47813) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 48879) | 0; break; } default: @@ -6842,7 +6843,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, 47660) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 48726) | 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; @@ -6929,7 +6930,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, 47817) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 48883) | 0; i6 = i74 + 16 | 0; i2 = (HEAP32[i3 >> 2] | 0) + -24 | 0; HEAP32[i9 >> 2] = HEAP32[i74 + 12 >> 2]; @@ -6998,7 +6999,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, 46569) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 47635) | 0; HEAP32[i53 >> 2] = HEAP32[i1 >> 2]; HEAP32[i53 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i53 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -7021,7 +7022,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, 47828) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i50, 48894) | 0; HEAP32[i59 >> 2] = HEAP32[i1 >> 2]; HEAP32[i59 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i59 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -7103,7 +7104,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i11, 0, 47637) | 0; HEAP32[i66 >> 2] = HEAP32[i1 >> 2]; HEAP32[i66 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i66 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -7183,7 +7184,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, 47660) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 48726) | 0; HEAP32[i64 >> 2] = HEAP32[i1 >> 2]; HEAP32[i64 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i64 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -7206,7 +7207,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, 47828) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i62, 48894) | 0; HEAP32[i56 >> 2] = HEAP32[i1 >> 2]; HEAP32[i56 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i56 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -7479,21 +7480,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, 46560, i67 ? 2 : i66) | 0; + i71 = _memcmp(i71 ? i13 : HEAP32[i12 >> 2] | 0, 47626, 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, 46569) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 46571) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 47635) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 47637) | 0; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 46621) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 46571) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 47687) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 47637) | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 46613) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 47679) | 0; i6 = HEAP32[i16 >> 2] | 0; i7 = i6 + -16 | 0; i8 = HEAP32[i74 >> 2] | 0; @@ -7597,19 +7598,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, 46560, i66 ? 2 : i65) | 0; + i71 = _memcmp(i71 ? i15 : HEAP32[i14 >> 2] | 0, 47626, 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, 46569) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 46571) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 47635) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 47637) | 0; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 46621) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 46571) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 47687) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 47637) | 0; } i3 = HEAP32[i74 >> 2] | 0; i2 = i3 + (i9 * 24 | 0) | 0; @@ -7622,7 +7623,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, 47832, i66 ? 12 : i65) | 0; + i71 = _memcmp(i71 ? i18 : HEAP32[i17 >> 2] | 0, 48898, 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; @@ -7642,7 +7643,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, 47845); + __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, 48911); break; } if (!(i3 & 1)) i10 = i2 + 1 | 0; else i10 = HEAP32[i12 + (i9 * 24 | 0) + 8 >> 2] | 0; @@ -7651,7 +7652,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if ((i11 | 0) == (i8 | 0)) { i4 = i8; i6 = 0; - i5 = 47845; + i5 = 48911; i3 = 2; i67 = 402; } else { @@ -7663,22 +7664,22 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i3 = 2; break; } - do if (i10 >>> 0 < 47845 >>> 0 & (i10 + i11 | 0) >>> 0 > 47845 >>> 0) if ((i10 + i8 | 0) >>> 0 > 47845 >>> 0) { - _memcpy(i10 | 0, 47845, i8 | 0) | 0; + do if (i10 >>> 0 < 48911 >>> 0 & (i10 + i11 | 0) >>> 0 > 48911 >>> 0) if ((i10 + i8 | 0) >>> 0 > 48911 >>> 0) { + _memcpy(i10 | 0, 48911, i8 | 0) | 0; i6 = i8; - i5 = 47847; + i5 = 48913; i4 = 0; i3 = 2 - i8 | 0; break; } else { i6 = 0; - i5 = 47845 + (2 - i8) | 0; + i5 = 48911 + (2 - i8) | 0; i4 = i8; i3 = 2; break; } else { i6 = 0; - i5 = 47845; + i5 = 48911; i4 = i8; i3 = 2; } while (0); @@ -7689,7 +7690,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } else { i4 = 2; i6 = 0; - i5 = 47845; + i5 = 48911; i3 = 2; i67 = 402; } while (0); @@ -7704,7 +7705,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, 46690) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2, 47756) | 0; } i6 = HEAP32[i22 >> 2] | 0; i7 = i6 + -16 | 0; @@ -7806,21 +7807,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, 46560, i67 ? 2 : i66) | 0; + i71 = _memcmp(i71 ? i13 : HEAP32[i12 >> 2] | 0, 47626, 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, 46569) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 46571) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 47635) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 47637) | 0; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 46621) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 46571) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 47687) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 47637) | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 46624) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 47690) | 0; i6 = HEAP32[i16 >> 2] | 0; i7 = i6 + -16 | 0; i8 = HEAP32[i74 >> 2] | 0; @@ -8056,7 +8057,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, 47848, i72 ? 9 : i70) | 0; + i73 = _memcmp(i73 ? i13 + 1 | 0 : HEAP32[i13 + 8 >> 2] | 0, 48914, 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); @@ -8077,7 +8078,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, 47660); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i33, i71, 48726); 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; @@ -8121,7 +8122,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, 47201); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i27, i71, 48267); __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i28, (HEAP32[i7 >> 2] | 0) + -24 | 0); i2 = HEAP8[i28 >> 0] | 0; i3 = (i2 & 1) == 0; @@ -8135,7 +8136,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, 46616) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i26, 47682) | 0; HEAP32[i25 >> 2] = HEAP32[i2 >> 2]; HEAP32[i25 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i25 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -8156,7 +8157,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, 47660); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i17, i71, 48726); __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i18, (HEAP32[i7 >> 2] | 0) + -24 | 0); i3 = HEAP8[i18 >> 0] | 0; i4 = (i3 & 1) == 0; @@ -8546,7 +8547,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, 47879) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i50, 0, 48945) | 0; HEAP32[i59 >> 2] = HEAP32[i2 >> 2]; HEAP32[i59 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i59 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -8556,7 +8557,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, 46567) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i59, 47633) | 0; HEAP32[i71 >> 2] = HEAP32[i2 >> 2]; HEAP32[i71 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i71 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -8576,7 +8577,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, 47888) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i56, 0, 48954) | 0; HEAP32[i66 >> 2] = HEAP32[i2 >> 2]; HEAP32[i66 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i66 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -8586,7 +8587,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, 46567) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i66, 47633) | 0; HEAP32[i63 >> 2] = HEAP32[i2 >> 2]; HEAP32[i63 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i63 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -8709,8 +8710,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, 47879, i75); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 46567) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i65, 48945, i75); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 47633) | 0; HEAP32[i64 >> 2] = HEAP32[i2 >> 2]; HEAP32[i64 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i64 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -8975,7 +8976,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, 46613, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, 47679, 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; @@ -8984,7 +8985,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, 46624, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 47690, 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; @@ -8993,7 +8994,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, 46624, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 47690, 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; @@ -9002,7 +9003,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, 46626, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i13, 47692, 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; @@ -9011,7 +9012,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, 46629, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i16, 47695, 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; @@ -9022,7 +9023,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, 46631) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 47697) | 0; HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9032,7 +9033,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 47637) | 0; HEAP32[i138 >> 2] = HEAP32[i1 >> 2]; HEAP32[i138 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i138 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9121,7 +9122,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, 46631) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 47697) | 0; HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9131,7 +9132,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 47637) | 0; HEAP32[i138 >> 2] = HEAP32[i1 >> 2]; HEAP32[i138 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i138 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9236,7 +9237,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, 46641) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 47707) | 0; HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9246,7 +9247,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, 46653) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 47719) | 0; HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9268,7 +9269,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 47637) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9374,7 +9375,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, 46569) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i123 >> 2] | 0) + -24 | 0, 47635) | 0; i7 = i139 + 4 | 0; i8 = i139 + 8 | 0; i9 = i139 + 1 | 0; @@ -9414,7 +9415,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, 46571) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 47637) | 0; i1 = i3 + 1 | 0; } } while (0); @@ -9423,7 +9424,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, 46656, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i18, 47722, 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; @@ -9432,7 +9433,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, 46658, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i19, 47724, 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; @@ -9537,7 +9538,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, 46569) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 47635) | 0; HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9547,7 +9548,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, 46660) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 47726) | 0; HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9569,7 +9570,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 47637) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9607,7 +9608,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, 46663, 2); else { + L266 : do if (i91) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i117, 47729, 2); else { i1 = 0; while (1) { if ((i1 | 0) == 3) break L266; @@ -9615,7 +9616,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, 46666) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i117, 47732) | 0; HEAP32[i116 >> 2] = HEAP32[i1 >> 2]; HEAP32[i116 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i116 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9728,7 +9729,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, 46676) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 47742) | 0; HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9738,7 +9739,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, 46653) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 47719) | 0; HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9760,7 +9761,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 47637) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9786,7 +9787,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, 46690, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i20, 47756, 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; @@ -9801,7 +9802,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, 46663, 2); else { + L342 : do if (i91) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i121, 47729, 2); else { i1 = 0; while (1) { if ((i1 | 0) == 3) break L342; @@ -9809,7 +9810,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, 46692) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i121, 47758) | 0; HEAP32[i120 >> 2] = HEAP32[i1 >> 2]; HEAP32[i120 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i120 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -9925,7 +9926,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, 47607, i138); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 48673, 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; @@ -9949,7 +9950,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, 47610, i138); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 48676, 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; @@ -9962,7 +9963,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, 47612, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i23, 48678, 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; @@ -9971,7 +9972,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, 47614, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i24, 48680, 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; @@ -9985,7 +9986,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, 47617, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i25, 48683, 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; @@ -9994,7 +9995,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, 47619, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i27, 48685, 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; @@ -10003,7 +10004,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, 47622, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i28, 48688, 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; @@ -10017,7 +10018,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, 47625, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i29, 48691, 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; @@ -10026,7 +10027,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, 46616, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i30, 47682, 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; @@ -10069,8 +10070,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, 46569, i139); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i102, 47628) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i102, 47635, i139); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i102, 48694) | 0; HEAP32[i101 >> 2] = HEAP32[i1 >> 2]; HEAP32[i101 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i101 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10092,7 +10093,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, 46567) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i100, 47633) | 0; HEAP32[i99 >> 2] = HEAP32[i1 >> 2]; HEAP32[i99 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i99 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10119,7 +10120,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, 47631, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i31, 48697, 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; @@ -10128,7 +10129,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, 47634, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i32, 48700, 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; @@ -10137,7 +10138,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, 47637, 3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i33, 48703, 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; @@ -10146,7 +10147,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, 47201, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, 48267, 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; @@ -10160,7 +10161,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, 47641, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i35, 48707, 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; @@ -10169,7 +10170,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, 47643, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i36, 48709, 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; @@ -10178,7 +10179,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, 46690, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i37, 47756, 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; @@ -10187,7 +10188,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, 47646, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i38, 48712, 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; @@ -10198,7 +10199,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, 47649, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i63, 48715, 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; @@ -10210,7 +10211,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, 46569) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i85, 0, 47635) | 0; HEAP32[i84 >> 2] = HEAP32[i1 >> 2]; HEAP32[i84 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i84 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10220,7 +10221,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, 47652) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i84, 48718) | 0; HEAP32[i83 >> 2] = HEAP32[i1 >> 2]; HEAP32[i83 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i83 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10473,11 +10474,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, 46663, 2); - if (i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i134, 47656) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i134, 47660) | 0; + if (i15) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i134, 47729, 2); + if (i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i134, 48722) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i134, 48726) | 0; if (i5) { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i125, 46569, i133); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i125, 46618) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i125, 47635, i133); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i125, 47684) | 0; HEAP32[i124 >> 2] = HEAP32[i2 >> 2]; HEAP32[i124 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i124 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -10497,8 +10498,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, 46621, i139); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i127, 46571) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i127, 47687, i139); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i127, 47637) | 0; HEAP32[i128 >> 2] = HEAP32[i2 >> 2]; HEAP32[i128 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i128 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -10572,7 +10573,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, 47662, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i39, 48728, 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; @@ -10581,7 +10582,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, 47641, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i40, 48707, 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; @@ -10590,7 +10591,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, 47665, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i41, 48731, 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; @@ -10603,7 +10604,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, 47667) | 0; + i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 48733) | 0; HEAP32[i139 >> 2] = HEAP32[i3 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; @@ -10613,7 +10614,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, 46571) | 0; + i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 47637) | 0; HEAP32[i138 >> 2] = HEAP32[i3 >> 2]; HEAP32[i138 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; HEAP32[i138 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; @@ -10710,7 +10711,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, 47678, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i42, 48744, 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; @@ -10719,7 +10720,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, 47681, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i43, 48747, 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; @@ -10728,7 +10729,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, 47683, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i44, 48749, 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; @@ -10742,7 +10743,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, 47686, 3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i45, 48752, 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; @@ -10751,7 +10752,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, 47690, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i48, 48756, 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; @@ -10760,7 +10761,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, 47692, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i49, 48758, 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; @@ -10771,7 +10772,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, 47695, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i64, 48761, 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; @@ -10783,7 +10784,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, 46569) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i89, 0, 47635) | 0; HEAP32[i88 >> 2] = HEAP32[i1 >> 2]; HEAP32[i88 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i88 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10793,7 +10794,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, 47698) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i88, 48764) | 0; HEAP32[i87 >> 2] = HEAP32[i1 >> 2]; HEAP32[i87 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i87 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10815,7 +10816,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, 47690, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i50, 48756, 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; @@ -10845,7 +10846,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, 47702) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i1 + -48 | 0, 48768) | 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; @@ -10923,8 +10924,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, 46569, i137); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i114, 47705) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i114, 47635, i137); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i114, 48771) | 0; HEAP32[i113 >> 2] = HEAP32[i1 >> 2]; HEAP32[i113 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i113 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10946,7 +10947,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, 47711) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i112, 48777) | 0; HEAP32[i111 >> 2] = HEAP32[i1 >> 2]; HEAP32[i111 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i111 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -10968,7 +10969,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i110, 47637) | 0; HEAP32[i109 >> 2] = HEAP32[i1 >> 2]; HEAP32[i109 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i109 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11011,7 +11012,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, 47717) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 48783) | 0; HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11021,7 +11022,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, 46653) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 47719) | 0; HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11043,7 +11044,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 47637) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11069,7 +11070,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, 47735, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i53, 48801, 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; @@ -11078,7 +11079,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, 47737, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i55, 48803, 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; @@ -11087,7 +11088,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, 47740, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i57, 48806, 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; @@ -11096,7 +11097,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, 47743, 3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i58, 48809, 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; @@ -11123,7 +11124,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, 47747) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 48813) | 0; HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11133,7 +11134,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, 46653) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 47719) | 0; HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11155,7 +11156,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 47637) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11198,7 +11199,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, 47760) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i136, 0, 48826) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11208,7 +11209,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 47637) | 0; HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11233,7 +11234,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, 47760) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i136, 0, 48826) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11243,7 +11244,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 47637) | 0; HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11274,7 +11275,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, 47769) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i136, 0, 48835) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11284,7 +11285,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 47637) | 0; HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11310,7 +11311,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 = 47769; + i2 = 48835; i3 = i1 + 10 | 0; do { HEAP8[i1 >> 0] = HEAP8[i2 >> 0] | 0; @@ -11332,7 +11333,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, 47203) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i133, 0, 48269) | 0; HEAP32[i136 >> 2] = HEAP32[i2 >> 2]; HEAP32[i136 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i136 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -11349,7 +11350,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, 46571) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 47637) | 0; i3 = i92; while (1) { if ((i3 | 0) == (i97 | 0)) break; @@ -11428,7 +11429,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, 47780) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i136, 0, 48846) | 0; HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11438,7 +11439,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 47637) | 0; HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -11461,7 +11462,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ } case 114: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i90, 47788); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i90, 48854); i2 = i135 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i139 = HEAP32[i135 + 8 >> 2] | 0; @@ -11497,7 +11498,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, 47794) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 48860) | 0; HEAP32[i139 >> 2] = HEAP32[i2 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -11551,39 +11552,39 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i118 = i123 + 272 | 0; i85 = i123 + 672 | 0; i49 = i123 + 636 | 0; - i4 = i123 + 632 | 0; - i8 = i123 + 628 | 0; - i9 = i123 + 624 | 0; - i25 = i123 + 620 | 0; + i2 = i123 + 632 | 0; + i7 = i123 + 628 | 0; + i8 = i123 + 624 | 0; + i24 = i123 + 620 | 0; i34 = i123 + 616 | 0; i36 = i123 + 612 | 0; - i10 = i123 + 600 | 0; - i11 = i123 + 596 | 0; - i12 = i123 + 592 | 0; - i5 = i123 + 588 | 0; - i6 = i123 + 584 | 0; - i7 = i123 + 580 | 0; + i9 = i123 + 600 | 0; + i10 = i123 + 596 | 0; + i11 = i123 + 592 | 0; + i4 = i123 + 588 | 0; + i5 = i123 + 584 | 0; + i6 = i123 + 580 | 0; i26 = i123 + 576 | 0; - i27 = i123 + 572 | 0; + i28 = i123 + 572 | 0; i41 = i123 + 560 | 0; - i14 = i123 + 556 | 0; - i28 = i123 + 544 | 0; - i15 = i123 + 540 | 0; - i16 = i123 + 536 | 0; - i17 = i123 + 532 | 0; + i13 = i123 + 556 | 0; + i27 = i123 + 544 | 0; + i14 = i123 + 540 | 0; + i15 = i123 + 536 | 0; + i16 = i123 + 532 | 0; i29 = i123 + 528 | 0; - i18 = i123 + 48 | 0; - i19 = i123 + 524 | 0; - i20 = i123 + 520 | 0; + i17 = i123 + 48 | 0; + i18 = i123 + 524 | 0; + i19 = i123 + 520 | 0; i37 = i123 + 516 | 0; i42 = i123 + 512 | 0; i30 = i123 + 508 | 0; i38 = i123 + 504 | 0; i50 = i123 + 492 | 0; - i21 = i123 + 488 | 0; - i22 = i123 + 484 | 0; - i23 = i123 + 472 | 0; - i24 = i123 + 468 | 0; + i20 = i123 + 488 | 0; + i21 = i123 + 484 | 0; + i22 = i123 + 472 | 0; + i23 = i123 + 468 | 0; i31 = i123 + 464 | 0; i32 = i123 + 460 | 0; i33 = i123 + 456 | 0; @@ -11641,9 +11642,9 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i56 = i123 + 176 | 0; i57 = i123 + 172 | 0; i90 = i123 + 168 | 0; - i82 = i123 + 164 | 0; - i83 = i123 + 160 | 0; - i84 = i123 + 156 | 0; + i84 = i123 + 164 | 0; + i82 = i123 + 160 | 0; + i83 = i123 + 156 | 0; i69 = i123 + 152 | 0; i70 = i123 + 140 | 0; i93 = i123 + 136 | 0; @@ -11663,78 +11664,78 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i122 >> 2] = HEAP32[i49 >> 2]; __ZN4wasm14AstStackHelperC2EN6cashew3RefE(i85, i122); if (HEAP8[i121 + 45 >> 0] | 0) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50304, 25195) | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i119 >> 2] | 0, 50304, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(50304, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51392, 26214) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i119 >> 2] | 0, 51392, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(51392, 10) | 0; } i49 = __ZN6cashew3RefixEj(i119, 0) | 0; i49 = __ZN6cashew5Value10getIStringEv(HEAP32[i49 >> 2] | 0) | 0; i49 = HEAP32[i49 >> 2] | 0; - L4 : do if ((i49 | 0) != (HEAP32[12223] | 0)) { - if ((i49 | 0) == (HEAP32[12224] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 48900) | 0) { + L4 : do if ((i49 | 0) != (HEAP32[12489] | 0)) { + if ((i49 | 0) == (HEAP32[12490] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 49964) | 0) { i118 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0; i118 = __ZN6cashew5Value10getIStringEv(HEAP32[i118 >> 2] | 0) | 0; HEAP32[i117 >> 2] = HEAP32[i118 >> 2]; do if (!(__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(HEAP32[i120 + 8 >> 2] | 0, i117) | 0)) { i1 = i121 + 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, i117) | 0) == (i121 + 52 | 0)) ___assert_fail(25200, 14199, 958, 46742); else { + 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, i117) | 0) == (i121 + 52 | 0)) ___assert_fail(26219, 14199, 959, 47808); else { i118 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i117) | 0; i117 = HEAP32[i118 >> 2] | 0; i118 = HEAP32[i118 + 4 >> 2] | 0; i121 = i121 + 4 | 0; - i13 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i121 >> 2] | 0) | 0; + i12 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i121 >> 2] | 0) | 0; i116 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i118) | 0; - HEAP32[i13 + 8 >> 2] = i116; - HEAP32[i13 + 12 >> 2] = 0; - HEAP32[i13 + 16 >> 2] = i116; + HEAP32[i12 + 8 >> 2] = i116; + HEAP32[i12 + 12 >> 2] = 0; + HEAP32[i12 + 16 >> 2] = i116; i121 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i121 >> 2] | 0) | 0; HEAP32[i121 + 8 >> 2] = 1; HEAP32[i121 + 16 >> 2] = i117; - HEAP32[i13 + 20 >> 2] = i121; + HEAP32[i12 + 20 >> 2] = i121; i121 = HEAP32[i120 + 4 >> 2] | 0; i120 = __ZN6cashew3RefixEj(i119, 3) | 0; - HEAP32[i25 >> 2] = HEAP32[i120 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i25 >> 2]; + HEAP32[i24 >> 2] = HEAP32[i120 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i24 >> 2]; i122 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i121, i122) | 0; - HEAP32[i13 + 24 >> 2] = i122; - HEAP32[i13 + 4 >> 2] = i118; + HEAP32[i12 + 24 >> 2] = i122; + HEAP32[i12 + 4 >> 2] = i118; break; } } else { - i13 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; + i12 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; i121 = HEAP32[HEAP32[i120 + 12 >> 2] >> 2] | 0; i118 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0; i118 = __ZN6cashew5Value10getIStringEv(HEAP32[i118 >> 2] | 0) | 0; - HEAP32[i8 >> 2] = HEAP32[i118 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i7 >> 2] = HEAP32[i118 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i7 >> 2]; i121 = __ZN4wasm8Function13getLocalIndexENS_4NameE(i121, i122) | 0; - HEAP32[i13 + 8 >> 2] = i121; + HEAP32[i12 + 8 >> 2] = i121; i121 = HEAP32[i120 + 4 >> 2] | 0; i120 = __ZN6cashew3RefixEj(i119, 3) | 0; - HEAP32[i9 >> 2] = HEAP32[i120 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i120 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i8 >> 2]; i122 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i121, i122) | 0; - HEAP32[i13 + 12 >> 2] = i122; - HEAP32[i13 + 4 >> 2] = HEAP32[i122 + 4 >> 2]; + HEAP32[i12 + 12 >> 2] = i122; + HEAP32[i12 + 4 >> 2] = HEAP32[i122 + 4 >> 2]; } while (0); - i1 = i13; + i1 = i12; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 48948) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i10, 25301, 16); - HEAP32[i11 >> 2] = HEAP32[i119 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i11 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i10, i122); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 50012) | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i9, 26320, 16); + HEAP32[i10 >> 2] = HEAP32[i119 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i10 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i9, i122); } i116 = __ZN6cashew3RefixEj(i119, 2) | 0; HEAP32[i117 >> 2] = HEAP32[i116 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i117, 1) | 0, 0) | 0, 48900) | 0)) ___assert_fail(25248, 14199, 972, 46742); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i117, 1) | 0, 0) | 0, 49964) | 0)) ___assert_fail(26267, 14199, 973, 47808); i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i117, 1) | 0, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; HEAP32[i118 >> 2] = HEAP32[i1 >> 2]; i1 = i121 + 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, i118) | 0) == (i121 + 64 | 0)) ___assert_fail(25269, 14199, 974, 46742); + 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, i118) | 0) == (i121 + 64 | 0)) ___assert_fail(26288, 14199, 975, 47808); i4 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i118) | 0; i6 = i121 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; @@ -11761,7 +11762,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i5 = HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0; do if ((i4 | 0) != (i5 | 0)) if ((i4 | 0) == 3 & (i5 | 0) == 4) { i122 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; - HEAP32[i122 + 8 >> 2] = 24; + HEAP32[i122 + 8 >> 2] = 33; HEAP32[i122 + 12 >> 2] = HEAP32[i2 >> 2]; HEAP32[i122 + 4 >> 2] = 3; HEAP32[i2 >> 2] = i122; @@ -11769,13 +11770,13 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } else _abort(); while (0); break; } - if ((i49 | 0) == (HEAP32[12229] | 0)) { - if (!(!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i119, 1) | 0, 49044) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i119, 1) | 0, 49108) | 0) : 0)) i106 = 27; - if (((i106 | 0) == 27 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 3) | 0, 0) | 0, 48956) | 0 : 0) ? (i116 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 3) | 0, 1) | 0, i116 = __ZN6cashew5Value9getNumberEv(HEAP32[i116 >> 2] | 0) | 0, +HEAPF64[i116 >> 3] == 0.0) : 0) { + if ((i49 | 0) == (HEAP32[12495] | 0)) { + if (!(!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i119, 1) | 0, 50108) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i119, 1) | 0, 50172) | 0) : 0)) i106 = 27; + if (((i106 | 0) == 27 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 3) | 0, 0) | 0, 50020) | 0 : 0) ? (i116 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 3) | 0, 1) | 0, i116 = __ZN6cashew5Value9getNumberEv(HEAP32[i116 >> 2] | 0) | 0, +HEAPF64[i116 >> 3] == 0.0) : 0) { i1 = HEAP32[i120 + 4 >> 2] | 0; i121 = __ZN6cashew3RefixEj(i119, 2) | 0; - HEAP32[i12 >> 2] = HEAP32[i121 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i11 >> 2] = HEAP32[i121 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i11 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i122) | 0; switch (HEAP32[i1 >> 2] | 0) { case 6: @@ -11799,15 +11800,15 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } i1 = __ZN6cashew3RefixEj(i119, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; i1 = __ZN6cashew3RefixEj(i119, 2) | 0; - HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; i1 = __ZN6cashew3RefixEj(i119, 3) | 0; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; i1 = HEAP32[i120 + 20 >> 2] | 0; - HEAP32[i118 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i117 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i118 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i117 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i6 >> 2]; i118 = __ZN4wasm15Asm2WasmBuilder16parseAsmBinaryOpEN6cashew7IStringENS1_3RefES3_P7AsmData(i121, i118, i117, i122, i1) | 0; i5 = i121 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i5 >> 2] | 0) | 0; @@ -11822,26 +11823,31 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i4 >> 2] = i120; i2 = HEAP32[i2 >> 2] | 0; i120 = __ZN6cashew3RefixEj(i119, 3) | 0; - HEAP32[i27 >> 2] = HEAP32[i120 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i27 >> 2]; + HEAP32[i28 >> 2] = HEAP32[i120 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i28 >> 2]; i122 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i122) | 0; i2 = i1 + 16 | 0; HEAP32[i2 >> 2] = i122; __ZN4wasm6Binary8finalizeEv(i1); if ((i118 | 0) == 5 ? ((HEAP32[i1 + 4 >> 2] | 0) + -3 | 0) >>> 0 < 2 : 0) { i1 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i5 >> 2] | 0) | 0; - HEAP32[i1 + 24 >> 2] = HEAP32[12357]; + HEAP32[i1 + 24 >> 2] = HEAP32[12629]; i122 = i1 + 8 | 0; __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i122, HEAP32[i4 >> 2] | 0); __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i122, HEAP32[i2 >> 2] | 0); HEAP32[i1 + 4 >> 2] = 4; - if (HEAP8[55203] | 0) break; - HEAP8[55203] = 1; - i122 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i5 >> 2] | 0) | 0; - HEAP32[i122 >> 2] = HEAP32[12357]; - HEAP32[i122 + 4 >> 2] = HEAP32[12356]; - HEAP32[i122 + 8 >> 2] = HEAP32[12357]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i41, 25318, 3); + if (HEAP8[56291] | 0) break; + HEAP8[56291] = 1; + i122 = __Znwj(16) | 0; + HEAP32[i122 >> 2] = 0; + HEAP32[i122 + 4 >> 2] = 0; + HEAP32[i122 + 8 >> 2] = 0; + HEAP32[i122 + 12 >> 2] = 0; + i120 = HEAP32[12629] | 0; + HEAP32[i122 >> 2] = i120; + HEAP32[i122 + 4 >> 2] = HEAP32[12628]; + HEAP32[i122 + 8 >> 2] = i120; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i41, 26337, 3); i120 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleE(i41, HEAP32[i121 >> 2] | 0) | 0; HEAP32[i122 + 12 >> 2] = i120; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i41); @@ -11850,7 +11856,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } break; } - if ((i49 | 0) == (HEAP32[12239] | 0)) { + if ((i49 | 0) == (HEAP32[12505] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; i122 = __ZN6cashew3RefixEj(i119, 1) | 0; i122 = __ZN6cashew5Value9getNumberEv(HEAP32[i122 >> 2] | 0) | 0; @@ -11875,71 +11881,79 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 4 >> 2] = i2; break; } - if ((i49 | 0) == (HEAP32[12225] | 0)) { + if ((i49 | 0) == (HEAP32[12491] | 0)) { i1 = __ZN6cashew3RefixEj(i119, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; i1 = HEAP32[i1 >> 2] | 0; HEAP32[i117 >> 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[i120 + 8 >> 2] | 0, i117) | 0)) { - if ((i1 | 0) == (HEAP32[12365] | 0)) { - i1 = i121 + 4 | 0; - i2 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i2 + 24 >> 2] = HEAP32[12365]; - HEAP32[i2 + 4 >> 2] = 0; - if (HEAP8[55204] | 0) break; - HEAP8[55204] = 1; - i122 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i122 >> 2] = HEAP32[12365]; - HEAP32[i122 + 4 >> 2] = HEAP32[12356]; - HEAP32[i122 + 8 >> 2] = HEAP32[12365]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i28, 25322, 1); - i120 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleE(i28, HEAP32[i121 >> 2] | 0) | 0; - HEAP32[i122 + 12 >> 2] = i120; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i28); - __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i121 >> 2] | 0, i122); + if ((i1 | 0) == (HEAP32[12637] | 0)) { + i1 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; + HEAP32[i1 + 24 >> 2] = HEAP32[12637]; + HEAP32[i1 + 4 >> 2] = 0; + if (HEAP8[56292] | 0) { + i25 = i1; + break; + } + HEAP8[56292] = 1; + i25 = __Znwj(16) | 0; + HEAP32[i25 >> 2] = 0; + HEAP32[i25 + 4 >> 2] = 0; + HEAP32[i25 + 8 >> 2] = 0; + HEAP32[i25 + 12 >> 2] = 0; + i122 = HEAP32[12637] | 0; + HEAP32[i25 >> 2] = i122; + HEAP32[i25 + 4 >> 2] = HEAP32[12628]; + HEAP32[i25 + 8 >> 2] = i122; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i27, 26341, 1); + i122 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleE(i27, HEAP32[i121 >> 2] | 0) | 0; + HEAP32[i25 + 12 >> 2] = i122; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i27); + __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i121 >> 2] | 0, i25); + i25 = i1; break; } i1 = i121 + 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, i117) | 0) == (i121 + 52 | 0)) ___assert_fail(25200, 14199, 1068, 46742); else { + 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, i117) | 0) == (i121 + 52 | 0)) ___assert_fail(26219, 14199, 1069, 47808); else { i122 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i117) | 0; i120 = HEAP32[i122 >> 2] | 0; i122 = HEAP32[i122 + 4 >> 2] | 0; i121 = i121 + 4 | 0; - i2 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i121 >> 2] | 0) | 0; + i25 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i121 >> 2] | 0) | 0; i119 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i122) | 0; - HEAP32[i2 + 8 >> 2] = i119; - HEAP8[i2 + 12 >> 0] = 1; - HEAP32[i2 + 16 >> 2] = 0; - HEAP32[i2 + 20 >> 2] = i119; + HEAP32[i25 + 8 >> 2] = i119; + HEAP8[i25 + 12 >> 0] = 1; + HEAP32[i25 + 16 >> 2] = 0; + HEAP32[i25 + 20 >> 2] = i119; i121 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i121 >> 2] | 0) | 0; HEAP32[i121 + 8 >> 2] = 1; HEAP32[i121 + 16 >> 2] = i120; - HEAP32[i2 + 24 >> 2] = i121; - HEAP32[i2 + 4 >> 2] = i122; + HEAP32[i25 + 24 >> 2] = i121; + HEAP32[i25 + 4 >> 2] = i122; break; } } else { - i2 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; + i25 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; i121 = HEAP32[HEAP32[i120 + 12 >> 2] >> 2] | 0; - HEAP32[i14 >> 2] = i1; - HEAP32[i122 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i13 >> 2] = i1; + HEAP32[i122 >> 2] = HEAP32[i13 >> 2]; i122 = __ZN4wasm8Function13getLocalIndexENS_4NameE(i121, i122) | 0; - HEAP32[i2 + 8 >> 2] = i122; + HEAP32[i25 + 8 >> 2] = i122; i122 = __ZN4wasm13asmToWasmTypeE7AsmType(__ZN7AsmData7getTypeERKN6cashew7IStringE(HEAP32[i120 + 20 >> 2] | 0, i117) | 0) | 0; - HEAP32[i2 + 4 >> 2] = i122; + HEAP32[i25 + 4 >> 2] = i122; } while (0); - i1 = i2; + i1 = i25; break; } - if ((i49 | 0) == (HEAP32[12237] | 0)) { + if ((i49 | 0) == (HEAP32[12503] | 0)) { i41 = __ZN6cashew3RefixEj(i119, 1) | 0; HEAP32[i117 >> 2] = HEAP32[i41 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i117, 0) | 0, 48900) | 0)) ___assert_fail(25324, 14199, 1082, 46742); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i117, 0) | 0, 49964) | 0)) ___assert_fail(26343, 14199, 1083, 47808); i2 = __ZN6cashew3RefixEj(i117, 1) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; HEAP32[i118 >> 2] = HEAP32[i2 >> 2]; i2 = i121 + 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, i118) | 0) == (i121 + 64 | 0)) ___assert_fail(25269, 14199, 1084, 46742); else { + 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, i118) | 0) == (i121 + 64 | 0)) ___assert_fail(26288, 14199, 1085, 47808); else { i118 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i2, i118) | 0; i1 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; i121 = HEAP32[i118 >> 2] | 0; @@ -11949,9 +11963,9 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 20 >> 2] = i121; i120 = HEAP32[i120 + 16 >> 2] | 0; i121 = __ZN6cashew3RefixEj(i119, 2) | 0; - HEAP32[i15 >> 2] = HEAP32[i121 >> 2]; + HEAP32[i14 >> 2] = HEAP32[i121 >> 2]; i121 = HEAP32[i118 >> 2] | 0; - HEAP32[i122 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i14 >> 2]; i122 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i120, i122, i121) | 0; HEAP32[i1 + 24 >> 2] = i122; i122 = __ZN4wasm11getWasmTypeEjb(HEAP32[i118 >> 2] | 0, (HEAP8[i118 + 4 >> 0] | 0) == 0) | 0; @@ -11959,16 +11973,16 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ break; } } - if ((i49 | 0) == (HEAP32[12251] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i119, 1) | 0, 49036) | 0) { - HEAP32[i16 >> 2] = HEAP32[i119 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i16 >> 2]; + if ((i49 | 0) == (HEAP32[12517] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i119, 1) | 0, 50100) | 0) { + HEAP32[i15 >> 2] = HEAP32[i119 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i15 >> 2]; __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i117, i121, i122); L91 : do if (!(HEAP32[i117 >> 2] | 0)) { i1 = HEAP32[i120 + 4 >> 2] | 0; i2 = __ZN6cashew3RefixEj(i119, 2) | 0; - HEAP32[i17 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i16 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i16 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i122) | 0; i2 = i1 + 4 | 0; switch (HEAP32[i2 >> 2] | 0) { @@ -11979,7 +11993,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i29 >> 2] = HEAP32[i119 >> 2]; HEAP32[i122 >> 2] = HEAP32[i29 >> 2]; i122 = __ZN4wasm15Asm2WasmBuilder18isUnsignedCoercionEN6cashew3RefE(i121, i122) | 0; - HEAP32[i120 + 8 >> 2] = i122 ? 20 : 19; + HEAP32[i120 + 8 >> 2] = i122 ? 27 : 25; HEAP32[i120 + 12 >> 2] = i1; HEAP32[i120 + 4 >> 2] = 4; i1 = i120; @@ -11988,7 +12002,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ case 3: { i122 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; - HEAP32[i122 + 8 >> 2] = 23; + HEAP32[i122 + 8 >> 2] = 32; HEAP32[i122 + 12 >> 2] = i1; HEAP32[i122 + 4 >> 2] = 4; i1 = i122; @@ -12026,13 +12040,13 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } while (0); break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i119, 1) | 0, 49040) | 0) { - do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 48956) | 0)) { - if ((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 49004) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0, 49036) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 2) | 0, 0) | 0, 48956) | 0 : 0) break; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i119, 1) | 0, 50104) | 0) { + do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 50020) | 0)) { + if ((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 50068) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0, 50100) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 2) | 0, 0) | 0, 50020) | 0 : 0) break; i4 = __ZN6cashew3RefixEj(i119, 2) | 0; - HEAP32[i20 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i19 >> 2] = HEAP32[i4 >> 2]; i4 = HEAP32[i120 + 20 >> 2] | 0; - HEAP32[i122 >> 2] = HEAP32[i20 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i19 >> 2]; i4 = __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i121, i122, i4) | 0; i1 = i121 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; @@ -12080,34 +12094,34 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } while (0); i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; i120 = i1 + 8 | 0; - HEAP32[i19 >> 2] = HEAP32[i119 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i19 >> 2]; - __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i18, i121, i122); - HEAP32[i120 >> 2] = HEAP32[i18 >> 2]; - HEAP32[i120 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; - HEAP32[i120 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; - HEAP32[i120 + 12 >> 2] = HEAP32[i18 + 12 >> 2]; + HEAP32[i18 >> 2] = HEAP32[i119 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i18 >> 2]; + __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i17, i121, i122); + HEAP32[i120 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i120 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; + HEAP32[i120 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; + HEAP32[i120 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; HEAP32[i1 + 4 >> 2] = HEAP32[i120 >> 2]; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i119, 1) | 0, 49060) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i119, 1) | 0, 49056) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i119, 1) | 0, 50124) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i119, 1) | 0, 50120) | 0) { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = 10; i121 = HEAP32[i120 + 4 >> 2] | 0; i120 = __ZN6cashew3RefixEj(i119, 2) | 0; - HEAP32[i22 >> 2] = HEAP32[i120 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i22 >> 2]; + HEAP32[i21 >> 2] = HEAP32[i120 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i21 >> 2]; i122 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i121, i122) | 0; HEAP32[i1 + 12 >> 2] = i122; HEAP32[i1 + 4 >> 2] = 1; break; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i23, 25342, 9); - HEAP32[i24 >> 2] = HEAP32[i119 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i24 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i23, i122); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i22, 26361, 9); + HEAP32[i23 >> 2] = HEAP32[i119 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i23 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i22, i122); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 49004) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0, 49060) | 0 : 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 50068) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0, 50124) | 0 : 0) { i4 = i121 + 4 | 0; i1 = HEAP32[i4 >> 2] | 0; if (HEAP8[i121 + 46 >> 0] | 0) { @@ -12118,12 +12132,12 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i122 >> 2] = HEAP32[i30 >> 2]; i122 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i121, i122) | 0; HEAP32[i1 + 12 >> 2] = i122; - HEAP32[i1 + 8 >> 2] = (HEAP32[i122 + 4 >> 2] | 0) == 4 ? 16 : 14; + HEAP32[i1 + 8 >> 2] = (HEAP32[i122 + 4 >> 2] | 0) == 4 ? 18 : 14; HEAP32[i1 + 4 >> 2] = 1; break; } i1 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(i1) | 0; - HEAP32[i1 + 24 >> 2] = HEAP32[12358]; + HEAP32[i1 + 24 >> 2] = HEAP32[12630]; i2 = HEAP32[i120 + 4 >> 2] | 0; i120 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 2) | 0; HEAP32[i38 >> 2] = HEAP32[i120 >> 2]; @@ -12131,20 +12145,25 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i122) | 0; if ((HEAP32[i2 + 4 >> 2] | 0) == 3) { i122 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i122 + 8 >> 2] = 23; + HEAP32[i122 + 8 >> 2] = 32; HEAP32[i122 + 12 >> 2] = i2; HEAP32[i122 + 4 >> 2] = 4; i2 = i122; } __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i1 + 8 | 0, i2); HEAP32[i1 + 4 >> 2] = 1; - if (HEAP8[55205] | 0) break; - HEAP8[55205] = 1; - i122 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i122 >> 2] = HEAP32[12358]; - HEAP32[i122 + 4 >> 2] = HEAP32[12356]; - HEAP32[i122 + 8 >> 2] = HEAP32[12358]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i50, 47845, 2); + if (HEAP8[56293] | 0) break; + HEAP8[56293] = 1; + i122 = __Znwj(16) | 0; + HEAP32[i122 >> 2] = 0; + HEAP32[i122 + 4 >> 2] = 0; + HEAP32[i122 + 8 >> 2] = 0; + HEAP32[i122 + 12 >> 2] = 0; + i120 = HEAP32[12630] | 0; + HEAP32[i122 >> 2] = i120; + HEAP32[i122 + 4 >> 2] = HEAP32[12628]; + HEAP32[i122 + 8 >> 2] = i120; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i50, 48911, 2); i120 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleE(i50, HEAP32[i121 >> 2] | 0) | 0; HEAP32[i122 + 12 >> 2] = i120; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i50); @@ -12156,8 +12175,8 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 8 >> 2] = 9; i120 = HEAP32[i120 + 4 >> 2] | 0; i119 = __ZN6cashew3RefixEj(i119, 2) | 0; - HEAP32[i21 >> 2] = HEAP32[i119 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i21 >> 2]; + HEAP32[i20 >> 2] = HEAP32[i119 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i20 >> 2]; i122 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i120, i122) | 0; HEAP32[i1 + 12 >> 2] = i122; i122 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i121 >> 2] | 0) | 0; @@ -12168,7 +12187,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 4 >> 2] = 1; break; } - if ((i49 | 0) == (HEAP32[12231] | 0)) { + if ((i49 | 0) == (HEAP32[12497] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; i2 = i120 + 4 | 0; i121 = HEAP32[i2 >> 2] | 0; @@ -12193,13 +12212,13 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 16 >> 2] = i2; break; } - if ((i49 | 0) == (HEAP32[12380] | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 0) | 0, 48900) | 0)) { + if ((i49 | 0) == (HEAP32[12652] | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 0) | 0, 49964) | 0)) { i6 = __ZN10MixedArena5allocIN4wasm12CallIndirectEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; HEAP32[i117 >> 2] = i6; i50 = __ZN6cashew3RefixEj(i119, 1) | 0; HEAP32[i118 >> 2] = HEAP32[i50 >> 2]; - if ((((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i118, 0) | 0, 48948) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 1) | 0, 0) | 0, 48900) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 0) | 0, 48916) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 1) | 0, 49048) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 3) | 0, 0) | 0, 48956) | 0 : 0) { + if ((((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i118, 0) | 0, 50012) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 1) | 0, 0) | 0, 49964) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 0) | 0, 49980) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 1) | 0, 50112) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 3) | 0, 0) | 0, 50020) | 0 : 0) { i5 = i120 + 4 | 0; i2 = HEAP32[i5 >> 2] | 0; i1 = __ZN6cashew3RefixEj(i118, 2) | 0; @@ -12235,7 +12254,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i1 = i6; break; } - ___assert_fail(25416, 14199, 1331, 46742); + ___assert_fail(26435, 14199, 1332, 47808); } i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 1) | 0; i5 = __ZN6cashew5Value10getIStringEv(HEAP32[i5 >> 2] | 0) | 0; @@ -12261,13 +12280,13 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 16 >> 2] = i122; HEAP32[i1 + 4 >> 2] = 1; break; - } else ___assert_fail(25352, 14199, 1206, 46742); + } else ___assert_fail(26371, 14199, 1207, 47808); } i2 = i121 + 76 | 0; if ((i6 | 0) != (HEAP32[i2 >> 2] | 0) ? (i6 | 0) != (HEAP32[i121 + 100 >> 2] | 0) : 0) { if ((i6 | 0) == (HEAP32[i121 + 80 >> 2] | 0)) { i118 = __ZN6cashew3RefixEj(i119, 2) | 0; - if ((__ZN6cashew5Value4sizeEv(HEAP32[i118 >> 2] | 0) | 0) != 1) ___assert_fail(25372, 14199, 1223, 46742); + if ((__ZN6cashew5Value4sizeEv(HEAP32[i118 >> 2] | 0) | 0) != 1) ___assert_fail(26391, 14199, 1224, 47808); i118 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0; HEAP32[i44 >> 2] = HEAP32[i118 >> 2]; HEAP32[i122 >> 2] = HEAP32[i44 >> 2]; @@ -12309,12 +12328,12 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } case 4: { - HEAP32[i1 + 8 >> 2] = 24; + HEAP32[i1 + 8 >> 2] = 33; break; } case 1: { - HEAP32[i1 + 8 >> 2] = 19; + HEAP32[i1 + 8 >> 2] = 24; break; } case 0: @@ -12325,7 +12344,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } default: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i63, 25392, 23); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i63, 26411, 23); i121 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0; HEAP32[i64 >> 2] = HEAP32[i121 >> 2]; HEAP32[i122 >> 2] = HEAP32[i64 >> 2]; @@ -12352,12 +12371,12 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ if (!(HEAP8[i2 >> 0] | 0)) { HEAP8[i2 >> 0] = 1; i119 = HEAP32[HEAP32[i1 + 4 >> 2] >> 2] | 0; - HEAP32[i117 >> 2] = HEAP32[12364]; + HEAP32[i117 >> 2] = HEAP32[12636]; HEAP32[i122 >> 2] = HEAP32[i117 >> 2]; __ZN4wasm7Builder6addVarEPNS_8FunctionENS_4NameENS_8WasmTypeE(i119, i122, 1) | 0; - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i122, HEAP32[i1 + 8 >> 2] | 0, 49456); + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i122, HEAP32[i1 + 8 >> 2] | 0, 50544); i119 = HEAP32[i1 + 12 >> 2] | 0; - HEAP32[i118 >> 2] = HEAP32[12364]; + HEAP32[i118 >> 2] = HEAP32[12636]; HEAP32[i122 >> 2] = HEAP32[i118 >> 2]; __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i119, i122, 0); } @@ -12365,7 +12384,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i118 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i117 >> 2] | 0) | 0; i119 = i120 + 12 | 0; i1 = HEAP32[HEAP32[i119 >> 2] >> 2] | 0; - HEAP32[i71 >> 2] = HEAP32[12364]; + HEAP32[i71 >> 2] = HEAP32[12636]; HEAP32[i122 >> 2] = HEAP32[i71 >> 2]; i1 = __ZN4wasm8Function13getLocalIndexENS_4NameE(i1, i122) | 0; HEAP32[i118 + 8 >> 2] = i1; @@ -12492,9 +12511,9 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 12 >> 2] = i122; HEAP32[i1 + 4 >> 2] = 1; break; - } else ___assert_fail(25372, 14199, 1215, 46742); + } else ___assert_fail(26391, 14199, 1216, 47808); } - if ((i49 | 0) == (HEAP32[12230] | 0)) { + if ((i49 | 0) == (HEAP32[12496] | 0)) { if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i119, 1) | 0) | 0) i2 = 0; else { i2 = __ZN6cashew3RefixEj(i119, 1) | 0; HEAP32[i46 >> 2] = HEAP32[i2 >> 2]; @@ -12504,7 +12523,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } i1 = (HEAP32[HEAP32[i120 + 12 >> 2] >> 2] | 0) + 4 | 0; if (HEAP8[HEAP32[i120 + 28 >> 2] >> 0] | 0) { - if ((HEAP32[i1 >> 2] | 0) != (i2 | 0)) ___assert_fail(25532, 14199, 1344, 46742); + if ((HEAP32[i1 >> 2] | 0) != (i2 | 0)) ___assert_fail(26551, 14199, 1345, 47808); } else HEAP32[i1 >> 2] = i2; i1 = __ZN10MixedArena5allocIN4wasm6ReturnEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i119, 1) | 0) | 0) i2 = 0; else { @@ -12517,7 +12536,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 8 >> 2] = i2; break; } - if ((i49 | 0) == (HEAP32[12383] | 0)) { + if ((i49 | 0) == (HEAP32[12655] | 0)) { HEAP32[i117 >> 2] = 0; i4 = i120 + 32 | 0; i1 = HEAP32[i4 >> 2] | 0; @@ -12540,8 +12559,8 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ break; } } else { - i2 = 0; i6 = 0; + i2 = 0; } while (0); i1 = HEAP32[i120 + 44 >> 2] | 0; i119 = __ZN6cashew3RefixEj(i119, 1) | 0; @@ -12570,11 +12589,11 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } while (0); break; } - if ((i49 | 0) == (HEAP32[12241] | 0)) { + if ((i49 | 0) == (HEAP32[12507] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; i2 = i120 + 40 | 0; i121 = HEAP32[i2 >> 2] | 0; - if ((HEAP32[i121 + 4 >> 2] | 0) == (HEAP32[i121 >> 2] | 0)) ___assert_fail(25557, 14199, 1376, 46742); + if ((HEAP32[i121 + 4 >> 2] | 0) == (HEAP32[i121 >> 2] | 0)) ___assert_fail(26576, 14199, 1377, 47808); if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i119, 1) | 0) | 0) i2 = HEAP32[(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) + -4 >> 2] | 0; else { i2 = __ZN6cashew3RefixEj(i119, 1) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; @@ -12585,11 +12604,11 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 8 >> 2] = i2; break; } - if ((i49 | 0) == (HEAP32[12242] | 0)) { + if ((i49 | 0) == (HEAP32[12508] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; i2 = i120 + 48 | 0; i121 = HEAP32[i2 >> 2] | 0; - if ((HEAP32[i121 + 4 >> 2] | 0) == (HEAP32[i121 >> 2] | 0)) ___assert_fail(25579, 14199, 1381, 46742); + if ((HEAP32[i121 + 4 >> 2] | 0) == (HEAP32[i121 >> 2] | 0)) ___assert_fail(26598, 14199, 1382, 47808); if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i119, 1) | 0) | 0) i2 = HEAP32[(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) + -4 >> 2] | 0; else { i2 = __ZN6cashew3RefixEj(i119, 1) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; @@ -12600,8 +12619,8 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 8 >> 2] = i2; break; } - if ((i49 | 0) == (HEAP32[12233] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 0) | 0, 48956) | 0) { + if ((i49 | 0) == (HEAP32[12499] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 0) | 0, 50020) | 0) { i11 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 1) | 0; i11 = (__ZN6cashew5Value10getIntegerEv(HEAP32[i11 >> 2] | 0) | 0) == 1; } else i11 = 0; @@ -12614,12 +12633,12 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ if (!(HEAP32[i4 >> 2] | 0)) { i4 = i120 + 56 | 0; i2 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i79, 25604, 9); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i79, 26623, 9); i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i79) | 0; HEAP32[i117 >> 2] = i2; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i79); i4 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i80, 25614, 8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i80, 26633, 8); i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i80) | 0; HEAP32[i118 >> 2] = i4; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i80); @@ -12667,15 +12686,11 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i4 + 8 >> 2] = i2; i118 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i12 >> 2] | 0) | 0; i2 = i120 + 4 | 0; - i117 = HEAP32[i2 >> 2] | 0; - i120 = __ZN6cashew3RefixEj(i119, 1) | 0; - HEAP32[i98 >> 2] = HEAP32[i120 >> 2]; + i120 = HEAP32[i2 >> 2] | 0; + i117 = __ZN6cashew3RefixEj(i119, 1) | 0; + HEAP32[i98 >> 2] = HEAP32[i117 >> 2]; HEAP32[i122 >> 2] = HEAP32[i98 >> 2]; - i117 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i117, i122) | 0; - i120 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i121 + 8 >> 2] | 0) | 0; - HEAP32[i120 + 8 >> 2] = 10; - HEAP32[i120 + 12 >> 2] = i117; - HEAP32[i120 + 4 >> 2] = 1; + i120 = __ZN4wasm7Builder9makeUnaryENS_7UnaryOpEPNS_10ExpressionE(i121 + 8 | 0, 10, __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i120, i122) | 0) | 0; HEAP32[i118 + 8 >> 2] = i120; HEAP32[i118 + 12 >> 2] = i4; i4 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i12 >> 2] | 0) | 0; @@ -12715,8 +12730,8 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } break; } - if ((i49 | 0) == (HEAP32[12234] | 0)) { - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 0) | 0, 48956) | 0) { + if ((i49 | 0) == (HEAP32[12500] | 0)) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 0) | 0, 50020) | 0) { i115 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 1) | 0; i115 = __ZN6cashew5Value9getNumberEv(HEAP32[i115 >> 2] | 0) | 0; if (!(+HEAPF64[i115 >> 3] == 0.0)) break; @@ -12726,7 +12741,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ if (!(HEAP32[i2 >> 2] | 0)) { i2 = i120 + 56 | 0; i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i62, 25623, 7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i62, 26642, 7); i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i62) | 0; HEAP32[i117 >> 2] = i1; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i62); @@ -12741,7 +12756,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } i8 = i1; i7 = HEAP32[i2 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i81, 25631, 17); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i81, 26650, 17); i7 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i7, i81) | 0; HEAP32[i118 >> 2] = i7; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i81); @@ -12819,12 +12834,12 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ if (!(HEAP32[i4 >> 2] | 0)) { i4 = i120 + 56 | 0; i2 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i75, 25649, 6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i75, 26668, 6); i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i75) | 0; HEAP32[i117 >> 2] = i2; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i75); i4 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i76, 25656, 5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i76, 26675, 5); i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i76) | 0; HEAP32[i118 >> 2] = i4; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i76); @@ -12898,7 +12913,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i7 >> 2] = i122; break; } - if ((i49 | 0) == (HEAP32[12235] | 0)) { + if ((i49 | 0) == (HEAP32[12501] | 0)) { i15 = __ZN6cashew3RefixEj(i119, 1) | 0; i15 = HEAP32[i15 >> 2] | 0; i11 = __ZN6cashew3RefixEj(i119, 2) | 0; @@ -12916,12 +12931,12 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ if (!(HEAP32[i2 >> 2] | 0)) { i2 = i120 + 56 | 0; i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i88, 25662, 7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i88, 26681, 7); i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i88) | 0; HEAP32[i117 >> 2] = i1; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i88); i2 = HEAP32[i2 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i89, 25670, 6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i89, 26689, 6); i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i89) | 0; HEAP32[i118 >> 2] = i2; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i89); @@ -12960,14 +12975,10 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i4 + 8 >> 2] = i1; i1 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; i5 = i120 + 4 | 0; - i120 = HEAP32[i5 >> 2] | 0; + i2 = HEAP32[i5 >> 2] | 0; HEAP32[i102 >> 2] = i11; HEAP32[i122 >> 2] = HEAP32[i102 >> 2]; - i120 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i120, i122) | 0; - i2 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i121 + 8 >> 2] | 0) | 0; - HEAP32[i2 + 8 >> 2] = 10; - HEAP32[i2 + 12 >> 2] = i120; - HEAP32[i2 + 4 >> 2] = 1; + i2 = __ZN4wasm7Builder9makeUnaryENS_7UnaryOpEPNS_10ExpressionE(i121 + 8 | 0, 10, __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i122) | 0) | 0; HEAP32[i1 + 8 >> 2] = i2; HEAP32[i1 + 12 >> 2] = i4; i4 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; @@ -13017,7 +13028,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ __ZN4wasm5Block8finalizeEv(i1); break; } - if ((i49 | 0) == (HEAP32[12240] | 0)) { + if ((i49 | 0) == (HEAP32[12506] | 0)) { i2 = HEAP32[i120 + 32 >> 2] | 0; if (!(HEAP32[i2 >> 2] | 0)) { i1 = __ZN6cashew3RefixEj(i119, 1) | 0; @@ -13029,9 +13040,9 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i122 >> 2] = HEAP32[i54 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i122) | 0; break; - } else ___assert_fail(15104, 14199, 1526, 46742); + } else ___assert_fail(15104, 14199, 1527, 47808); } - if ((i49 | 0) == (HEAP32[12228] | 0)) { + if ((i49 | 0) == (HEAP32[12494] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; i120 = i120 + 4 | 0; i118 = HEAP32[i120 >> 2] | 0; @@ -13056,16 +13067,16 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 4 >> 2] = HEAP32[(HEAP32[i121 >> 2] | 0) + 4 >> 2]; break; } - if ((i49 | 0) == (HEAP32[12236] | 0)) { - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 0) | 0, 48896) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 0) | 0, 48948) | 0)) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 1) | 0, 0) | 0, 48900) | 0)) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 2) | 0, 0) | 0, 48916) | 0)) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 2) | 0, 1) | 0, 49100) | 0)) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 2) | 0, 2) | 0, 0) | 0, 48900) | 0)) break; + if ((i49 | 0) == (HEAP32[12502] | 0)) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 0) | 0, 49960) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 0) | 0, 50012) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 1) | 0, 0) | 0, 49964) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 2) | 0, 0) | 0, 49980) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 2) | 0, 1) | 0, 50164) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 2) | 0, 2) | 0, 0) | 0, 49964) | 0)) break; i2 = i121 + 104 | 0; if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 2) | 0, 2) | 0, 1) | 0, i2) | 0)) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 2) | 0, 3) | 0, 0) | 0, 48956) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 2) | 0, 3) | 0, 0) | 0, 50020) | 0)) break; i116 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 1) | 0, 2) | 0, 2) | 0, 3) | 0, 1) | 0; i116 = __ZN6cashew5Value9getNumberEv(HEAP32[i116 >> 2] | 0) | 0; if (!(+HEAPF64[i116 >> 3] == 2.0)) break; @@ -13077,12 +13088,12 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i1 = (__ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i117) | 0) + 8 | 0; i1 = HEAP32[i1 >> 2] | 0; HEAP32[i118 >> 2] = 0; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 48916) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0, 49044) | 0)) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 49980) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0, 50108) | 0)) { i106 = 298; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 3) | 0, 0) | 0, 48956) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 3) | 0, 0) | 0, 50020) | 0)) { i106 = 298; break; } @@ -13098,16 +13109,16 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i106 = 305; } else i106 = 298; while (0); L411 : do if ((i106 | 0) == 298) { - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 49004) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0, 49036) | 0)) break; + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 50068) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0, 50100) | 0)) break; i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 2) | 0; HEAP32[i118 >> 2] = HEAP32[i5 >> 2]; i5 = 1; i106 = 305; break L411; } while (0); - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 49520) | 0)) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0, 0) | 0, 48900) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 0) | 0, 50608) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0, 0) | 0, 49964) | 0)) break; if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 1) | 0, 1) | 0, i121 + 80 | 0) | 0)) break; i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i119, 2) | 0, 2) | 0, 0) | 0; HEAP32[i118 >> 2] = HEAP32[i5 >> 2]; @@ -13115,13 +13126,13 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i106 = 305; } while (0); L420 : do if ((i106 | 0) == 305) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i118, 0) | 0, 48948) | 0)) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 1) | 0, 0) | 0, 48900) | 0)) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 0) | 0, 48916) | 0)) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 1) | 0, 49100) | 0)) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 2) | 0, 0) | 0, 48900) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i118, 0) | 0, 50012) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 1) | 0, 0) | 0, 49964) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 0) | 0, 49980) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 1) | 0, 50164) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 2) | 0, 0) | 0, 49964) | 0)) break; if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 2) | 0, 1) | 0, i2) | 0)) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 3) | 0, 0) | 0, 48956) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 3) | 0, 0) | 0, 50020) | 0)) break; i118 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i118, 2) | 0, 3) | 0, 1) | 0; i118 = __ZN6cashew5Value9getNumberEv(HEAP32[i118 >> 2] | 0) | 0; if (!(+HEAPF64[i118 >> 3] == 2.0)) break; @@ -13131,7 +13142,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ if ((i5 + -1 | 0) >>> 0 >= 2) break L420; i2 = i121 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i2 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 25; + HEAP32[i1 + 8 >> 2] = 34; i121 = HEAP32[i120 + 4 >> 2] | 0; HEAP32[i90 >> 2] = i4; HEAP32[i122 >> 2] = HEAP32[i90 >> 2]; @@ -13140,19 +13151,24 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 4 >> 2] = 3; if ((i5 | 0) != 1) break; i122 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i2 >> 2] | 0) | 0; - HEAP32[i122 + 8 >> 2] = 23; + HEAP32[i122 + 8 >> 2] = 32; HEAP32[i122 + 12 >> 2] = i1; HEAP32[i122 + 4 >> 2] = 4; i1 = i122; } else { if (!((i1 | 0) == 2 & (i5 | 0) == 0)) break L420; i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i121 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 18; - i121 = HEAP32[i120 + 4 >> 2] | 0; - HEAP32[i82 >> 2] = i4; - HEAP32[i122 >> 2] = HEAP32[i82 >> 2]; - i122 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i121, i122) | 0; - HEAP32[i1 + 12 >> 2] = i122; + HEAP32[i1 + 8 >> 2] = 22; + i2 = HEAP32[i120 + 4 >> 2] | 0; + HEAP32[i84 >> 2] = i4; + HEAP32[i122 >> 2] = HEAP32[i84 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i122) | 0; + i4 = i1 + 12 | 0; + HEAP32[i4 >> 2] = i2; + if ((HEAP32[i2 + 4 >> 2] | 0) == 4) { + i122 = __ZN4wasm7Builder9makeUnaryENS_7UnaryOpEPNS_10ExpressionE(i121 + 8 | 0, 33, i2) | 0; + HEAP32[i4 >> 2] = i122; + } HEAP32[i1 + 4 >> 2] = 1; } while (0); break L4; @@ -13164,19 +13180,19 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i121 = i120 + 4 | 0; i120 = HEAP32[i121 >> 2] | 0; i117 = __ZN6cashew3RefixEj(i119, 1) | 0; - HEAP32[i83 >> 2] = HEAP32[i117 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i83 >> 2]; + HEAP32[i82 >> 2] = HEAP32[i117 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i82 >> 2]; __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i118, __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i120, i122) | 0); i121 = HEAP32[i121 >> 2] | 0; i120 = __ZN6cashew3RefixEj(i119, 2) | 0; - HEAP32[i84 >> 2] = HEAP32[i120 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i84 >> 2]; + HEAP32[i83 >> 2] = HEAP32[i120 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i83 >> 2]; __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i118, __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i121, i122) | 0); __ZN4wasm5Block8finalizeEv(i1); break; } - if ((i49 | 0) != (HEAP32[12243] | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i47, 25807, 20); + if ((i49 | 0) != (HEAP32[12509] | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i47, 26826, 20); HEAP32[i48 >> 2] = HEAP32[i119 >> 2]; HEAP32[i122 >> 2] = HEAP32[i48 >> 2]; __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i47, i122); @@ -13186,7 +13202,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i4 = HEAP32[i2 >> 2] | 0; if (!(HEAP32[i4 >> 2] | 0)) { i2 = HEAP32[i120 + 56 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i70, 37643, 6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i70, 38653, 6); i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i70) | 0; HEAP32[i117 >> 2] = i2; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i70); @@ -13198,32 +13214,32 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[HEAP32[i2 >> 2] >> 2] = 0; i2 = i107; } - i16 = i2; - i15 = i120 + 40 | 0; - i2 = HEAP32[i15 >> 2] | 0; + i15 = i2; + i14 = i120 + 40 | 0; + i2 = HEAP32[i14 >> 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, i117); else { - HEAP32[i5 >> 2] = i16; + HEAP32[i5 >> 2] = i15; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; } - i14 = i121 + 4 | 0; - i11 = __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; + i13 = i121 + 4 | 0; + i10 = __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; i117 = HEAP32[i120 + 4 >> 2] | 0; i8 = __ZN6cashew3RefixEj(i119, 1) | 0; HEAP32[i93 >> 2] = HEAP32[i8 >> 2]; HEAP32[i122 >> 2] = HEAP32[i93 >> 2]; i117 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i117, i122) | 0; - i8 = i11 + 24 | 0; + i8 = i10 + 28 | 0; HEAP32[i8 >> 2] = i117; - if ((HEAP32[i117 + 4 >> 2] | 0) != 1) ___assert_fail(25677, 14199, 1605, 46742); + if ((HEAP32[i117 + 4 >> 2] | 0) != 1) ___assert_fail(26696, 14199, 1610, 47808); i5 = __ZN6cashew3RefixEj(i119, 2) | 0; i5 = HEAP32[i5 >> 2] | 0; HEAP32[i118 >> 2] = i5; i7 = 0; i6 = 0; i4 = 0; - L455 : while (1) { + L458 : while (1) { if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(i5) | 0) >>> 0) { i114 = i6; break; @@ -13234,9 +13250,9 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i119 = HEAP32[i119 >> 2] | 0; HEAP32[i113 >> 2] = i119; do if ((HEAP32[i119 >> 2] | 0) == 3) i2 = i6; else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i113, 0) | 0, 48956) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i113, 0) | 0, 49004) | 0) : 0) { - i106 = 338; - break L455; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i113, 0) | 0, 50020) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i113, 0) | 0, 50068) | 0) : 0) { + i106 = 340; + break L458; } HEAP32[i100 >> 2] = HEAP32[i113 >> 2]; HEAP32[i122 >> 2] = HEAP32[i100 >> 2]; @@ -13253,49 +13269,49 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i7 = i7 + 1 | 0; i6 = i2; } - if ((i106 | 0) == 338) ___assert_fail(25704, 14199, 1614, 46742); - i5 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; + if ((i106 | 0) == 340) ___assert_fail(26723, 14199, 1619, 47808); + i5 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; HEAP32[i5 + 8 >> 2] = 1; HEAP32[i5 + 12 >> 2] = HEAP32[i8 >> 2]; - i9 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; - HEAP32[i9 + 8 >> 2] = 1; - HEAP32[i9 + 16 >> 2] = i114; - HEAP32[i9 + 4 >> 2] = 1; - HEAP32[i5 + 16 >> 2] = i9; + i12 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; + HEAP32[i12 + 8 >> 2] = 1; + HEAP32[i12 + 16 >> 2] = i114; + HEAP32[i12 + 4 >> 2] = 1; + HEAP32[i5 + 16 >> 2] = i12; HEAP32[i5 + 4 >> 2] = 1; HEAP32[i8 >> 2] = i5; - i5 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; - __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i5 + 12 | 0, i11); + i5 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; + __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i5 + 12 | 0, i10); __ZN4wasm5Block8finalizeEv(i5); - i9 = i120 + 44 | 0; - i13 = i11 + 20 | 0; - i10 = i120 + 56 | 0; - i12 = i11 + 8 | 0; - i11 = i11 + 12 | 0; - i8 = 0; + i8 = i120 + 44 | 0; + i12 = i10 + 24 | 0; + i9 = i120 + 56 | 0; + i11 = i10 + 8 | 0; + i10 = i10 + 16 | 0; + i7 = 0; while (1) { - if (i8 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i118 >> 2] | 0) | 0) >>> 0) { - i106 = 343; + if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i118 >> 2] | 0) | 0) >>> 0) { + i106 = 345; break; } - i120 = __ZN6cashew3RefixEj(i118, i8) | 0; + i120 = __ZN6cashew3RefixEj(i118, i7) | 0; HEAP32[i116 >> 2] = HEAP32[i120 >> 2]; i120 = __ZN6cashew3RefixEj(i116, 0) | 0; HEAP32[i113 >> 2] = HEAP32[i120 >> 2]; i120 = __ZN6cashew3RefixEj(i116, 1) | 0; - i7 = HEAP32[i9 >> 2] | 0; + i6 = HEAP32[i8 >> 2] | 0; HEAP32[i111 >> 2] = HEAP32[i120 >> 2]; HEAP32[i122 >> 2] = HEAP32[i111 >> 2]; - i7 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i7, i122, 0) | 0; + i6 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i6, i122, 0) | 0; if ((HEAP32[HEAP32[i113 >> 2] >> 2] | 0) == 3) { - i2 = HEAP32[i10 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i112, 25756, 14); + i2 = HEAP32[i9 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i112, 26775, 14); i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i112) | 0; - HEAP32[i13 >> 2] = i2; + HEAP32[i12 >> 2] = i2; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i112); } else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i113, 0) | 0, 48956) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i113, 0) | 0, 49004) | 0) : 0) { - i106 = 348; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i113, 0) | 0, 50020) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i113, 0) | 0, 50068) | 0) : 0) { + i106 = 350; break; } HEAP32[i108 >> 2] = HEAP32[i113 >> 2]; @@ -13303,52 +13319,51 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i109, i121, i122); i2 = __ZNK4wasm7Literal6geti32Ev(i109) | 0; if ((i2 | 0) < (i114 | 0)) { - i106 = 350; + i106 = 352; break; } - i6 = i2 - i114 | 0; - if ((i6 | 0) <= -1) { - i106 = 352; + i4 = i2 - i114 | 0; + if ((i4 | 0) <= -1) { + i106 = 354; break; } - i2 = HEAP32[i10 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i110, 25795, 11); + i2 = HEAP32[i9 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i110, 26814, 11); i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i110) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i110); - i4 = HEAP32[i12 >> 2] | 0; - if ((HEAP32[i11 >> 2] | 0) - i4 >> 2 >>> 0 <= i6 >>> 0) { - __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i12, i6 + 1 | 0); - i4 = HEAP32[i12 >> 2] | 0; - } - HEAP32[i4 + (i6 << 2) >> 2] = i2; + if ((HEAP32[i10 >> 2] | 0) >>> 0 <= i4 >>> 0) __ZN11ArenaVectorIN4wasm4NameEE6resizeEj(i11, i4 + 1 | 0); + i120 = __ZNK11ArenaVectorIN4wasm4NameEEixEj(i11, i4) | 0; + HEAP32[i120 >> 2] = i2; } - i120 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; + i120 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; HEAP32[i5 + 8 >> 2] = i2; i119 = i120 + 12 | 0; __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i119, i5); - __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i119, i7); + __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i119, i6); __ZN4wasm5Block8finalizeEv(i120); - i8 = i8 + 1 | 0; + i7 = i7 + 1 | 0; i5 = i120; } - if ((i106 | 0) == 343) { - if (!(HEAP32[i13 >> 2] | 0)) { - i2 = HEAP32[i10 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i115, 25756, 14); - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i115) | 0; - HEAP32[i13 >> 2] = i2; + if ((i106 | 0) == 345) { + if (!(HEAP32[i12 >> 2] | 0)) { + i1 = HEAP32[i9 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i115, 26775, 14); + i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i115) | 0; + HEAP32[i12 >> 2] = i1; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i115); - i2 = 0; - } else i2 = 0; + i1 = 0; + } else i1 = 0; while (1) { - i1 = HEAP32[i12 >> 2] | 0; - if (i2 >>> 0 >= (HEAP32[i11 >> 2] | 0) - i1 >> 2 >>> 0) break; - i1 = i1 + (i2 << 2) | 0; - if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i13 >> 2]; - i2 = i2 + 1 | 0; + if (i1 >>> 0 >= (HEAP32[i10 >> 2] | 0) >>> 0) break; + i122 = __ZNK11ArenaVectorIN4wasm4NameEEixEj(i11, i1) | 0; + if (!(HEAP32[i122 >> 2] | 0)) { + i122 = __ZNK11ArenaVectorIN4wasm4NameEEixEj(i11, i1) | 0; + HEAP32[i122 >> 2] = HEAP32[i12 >> 2]; + } + i1 = i1 + 1 | 0; } - HEAP32[i5 + 8 >> 2] = HEAP32[i13 >> 2]; - i1 = (HEAP32[i15 >> 2] | 0) + 4 | 0; + HEAP32[i5 + 8 >> 2] = HEAP32[i12 >> 2]; + i1 = (HEAP32[i14 >> 2] | 0) + 4 | 0; i4 = HEAP32[i1 >> 2] | 0; i2 = i4 + -4 | 0; while (1) { @@ -13357,24 +13372,24 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 >> 2] = i122; i4 = i122; } - i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = i16; + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; + HEAP32[i1 + 8 >> 2] = i15; __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i1 + 12 | 0, i5); break; - } else if ((i106 | 0) == 348) ___assert_fail(25704, 14199, 1644, 46742); else if ((i106 | 0) == 350) ___assert_fail(25771, 14199, 1646, 46742); else if ((i106 | 0) == 352) ___assert_fail(25784, 14199, 1648, 46742); + } else if ((i106 | 0) == 350) ___assert_fail(26723, 14199, 1649, 47808); else if ((i106 | 0) == 352) ___assert_fail(26790, 14199, 1651, 47808); else if ((i106 | 0) == 354) ___assert_fail(26803, 14199, 1653, 47808); } else { i1 = HEAP32[i120 + 4 >> 2] | 0; i121 = __ZN6cashew3RefixEj(i119, 1) | 0; - HEAP32[i4 >> 2] = HEAP32[i121 >> 2]; - HEAP32[i122 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i121 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i2 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i122) | 0; } while (0); - i4 = HEAP32[12207] | 0; + i4 = HEAP32[12473] | 0; i2 = i4 + -4 | 0; while (1) { if ((i4 | 0) == (i2 | 0)) break; i122 = i4 + -4 | 0; - HEAP32[12207] = i122; + HEAP32[12473] = i122; i4 = i122; } STACKTOP = i123; @@ -13440,7 +13455,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, 46700); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i5, 47766); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13474,7 +13489,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ case 110: case 100: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i6, 46711); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i6, 47777); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13507,7 +13522,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 78: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i17, 46721); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i17, 47787); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13540,7 +13555,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 83: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i28, 46732); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i28, 47798); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13581,7 +13596,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, 46742); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i39, 47808); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13614,7 +13629,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i46, 46753); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i46, 47819); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13647,7 +13662,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i47, 46763); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i47, 47829); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13695,7 +13710,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, 46773) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 47839) | 0; HEAP8[i52 + 60 >> 0] = 1; break L1; } @@ -13709,7 +13724,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, 46783); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i48, 47849); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13742,7 +13757,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i49, 46801); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i49, 47867); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13780,7 +13795,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ HEAP32[i50 >> 2] = 17; HEAP32[i50 + 4 >> 2] = 15; i2 = i1; - i3 = 46811; + i3 = 47877; i4 = i2 + 15 | 0; do { HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; @@ -13827,7 +13842,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 118: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i7, 46827); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i7, 47893); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13860,7 +13875,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 86: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i8, 46837); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i8, 47903); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13901,7 +13916,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, 46848); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i9, 47914); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13934,7 +13949,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 79: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i10, 46858); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i10, 47924); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13967,7 +13982,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 113: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i11, 46869); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i11, 47935); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14008,7 +14023,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, 46880); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i12, 47946); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14041,7 +14056,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i13, 46891); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i13, 47957); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14084,7 +14099,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ i1 = i53; break L1; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 46901); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 47967); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14119,7 +14134,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, 46912); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i15, 47978); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14163,12 +14178,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, 46923) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 47989) | 0; break L1; } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i16, 46935); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i16, 48001); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14201,7 +14216,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 83: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i18, 46946); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i18, 48012); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14234,7 +14249,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i19, 46958); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i19, 48024); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14275,7 +14290,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, 46968); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i20, 48034); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14308,7 +14323,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 73: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i21, 46978); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i21, 48044); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14341,7 +14356,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i22, 46801); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i22, 47867); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14374,7 +14389,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 76: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i23, 46989); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i23, 48055); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14407,7 +14422,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i24, 47e3); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i24, 48066); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14448,7 +14463,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, 47011); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i25, 48077); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14481,7 +14496,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i26, 47026); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i26, 48092); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14514,7 +14529,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 103: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 46968); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 48034); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14547,7 +14562,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i29, 47037); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i29, 48103); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14580,7 +14595,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 119: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i30, 47047); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i30, 48113); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14621,7 +14636,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, 47060); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i31, 48126); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14654,7 +14669,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 114: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i32, 47071); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i32, 48137); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14687,7 +14702,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 82: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i33, 47081); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i33, 48147); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14728,7 +14743,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, 47092); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i34, 48158); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14761,7 +14776,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i35, 47104); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i35, 48170); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14794,7 +14809,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 76: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i36, 47114); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i36, 48180); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14827,7 +14842,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 112: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i37, 47125); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i37, 48191); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14860,7 +14875,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i38, 47104); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i38, 48170); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14893,7 +14908,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i40, 47136); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i40, 48202); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14936,7 +14951,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ i1 = i53; break L1; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i41, 47147); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i41, 48213); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -14971,7 +14986,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, 47157); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i42, 48223); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -15004,7 +15019,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 77: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i43, 47167); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i43, 48233); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -15037,7 +15052,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i44, 47178); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i44, 48244); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -15070,7 +15085,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 83: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i45, 47189); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i45, 48255); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -15124,7 +15139,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, 46773) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 47839) | 0; break L1; } default: @@ -15177,7 +15192,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, 46246); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i6, 47312); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15212,13 +15227,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R { HEAP8[i32 >> 0] = 14; i2 = i32 + 1 | 0; - HEAP8[i2 >> 0] = HEAP8[46251] | 0; - HEAP8[i2 + 1 >> 0] = HEAP8[46252] | 0; - HEAP8[i2 + 2 >> 0] = HEAP8[46253] | 0; - HEAP8[i2 + 3 >> 0] = HEAP8[46254] | 0; - HEAP8[i2 + 4 >> 0] = HEAP8[46255] | 0; - HEAP8[i2 + 5 >> 0] = HEAP8[46256] | 0; - HEAP8[i2 + 6 >> 0] = HEAP8[46257] | 0; + HEAP8[i2 >> 0] = HEAP8[47317] | 0; + HEAP8[i2 + 1 >> 0] = HEAP8[47318] | 0; + HEAP8[i2 + 2 >> 0] = HEAP8[47319] | 0; + HEAP8[i2 + 3 >> 0] = HEAP8[47320] | 0; + HEAP8[i2 + 4 >> 0] = HEAP8[47321] | 0; + HEAP8[i2 + 5 >> 0] = HEAP8[47322] | 0; + HEAP8[i2 + 6 >> 0] = HEAP8[47323] | 0; HEAP8[i32 + 8 >> 0] = 0; i2 = i32 + 12 | 0; i3 = 0; @@ -15259,7 +15274,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 98: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i15, 46259); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i15, 47325); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15292,7 +15307,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 99: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i17, 46264); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i17, 47330); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15325,7 +15340,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i18, 46269); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i18, 47335); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15358,7 +15373,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 104: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i19, 46281); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i19, 47347); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15391,7 +15406,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i20, 46295); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i20, 47361); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15424,7 +15439,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i21, 46301); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i21, 47367); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15457,7 +15472,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i22, 46316); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i22, 47382); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15490,7 +15505,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 106: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i23, 46320); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i23, 47386); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15523,7 +15538,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i7, 46333); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i7, 47399); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15556,7 +15571,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i8, 46338); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i8, 47404); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15589,7 +15604,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 120: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i9, 46352); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i9, 47418); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15627,7 +15642,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R HEAP32[i34 >> 2] = 33; HEAP32[i34 + 4 >> 2] = 18; i3 = i2; - i4 = 46362; + i4 = 47428; i5 = i3 + 18 | 0; do { HEAP8[i3 >> 0] = HEAP8[i4 >> 0] | 0; @@ -15674,7 +15689,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 110: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i10, 46381); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i10, 47447); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15707,7 +15722,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i11, 46390); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i11, 47456); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15740,7 +15755,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 102: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i12, 46408); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i12, 47474); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15775,12 +15790,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R { HEAP8[i33 >> 0] = 12; i2 = i33 + 1 | 0; - HEAP8[i2 >> 0] = HEAP8[46414] | 0; - HEAP8[i2 + 1 >> 0] = HEAP8[46415] | 0; - HEAP8[i2 + 2 >> 0] = HEAP8[46416] | 0; - HEAP8[i2 + 3 >> 0] = HEAP8[46417] | 0; - HEAP8[i2 + 4 >> 0] = HEAP8[46418] | 0; - HEAP8[i2 + 5 >> 0] = HEAP8[46419] | 0; + HEAP8[i2 >> 0] = HEAP8[47480] | 0; + HEAP8[i2 + 1 >> 0] = HEAP8[47481] | 0; + HEAP8[i2 + 2 >> 0] = HEAP8[47482] | 0; + HEAP8[i2 + 3 >> 0] = HEAP8[47483] | 0; + HEAP8[i2 + 4 >> 0] = HEAP8[47484] | 0; + HEAP8[i2 + 5 >> 0] = HEAP8[47485] | 0; HEAP8[i33 + 7 >> 0] = 0; i2 = i33 + 12 | 0; i3 = 0; @@ -15821,7 +15836,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i13, 46421); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i13, 47487); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15854,7 +15869,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 103: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 46433); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 47499); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15887,7 +15902,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 122: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i16, 46444); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i16, 47510); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15932,7 +15947,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, 46481); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i24, 47547); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15965,7 +15980,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i25, 46491); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i25, 47557); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15998,7 +16013,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 102: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i26, 46502); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i26, 47568); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -16031,7 +16046,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 104: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 46512); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 47578); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -16064,7 +16079,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i28, 46522); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i28, 47588); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -16097,7 +16112,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i29, 46531); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i29, 47597); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -16130,7 +16145,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i30, 46540); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i30, 47606); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -16163,7 +16178,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 110: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i31, 46545); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i31, 47611); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -16204,7 +16219,6 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R STACKTOP = i37; return i1 | 0; } - function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, i67, i68) { i71 = i71 | 0; i67 = i67 | 0; @@ -16322,7 +16336,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, 47858, 3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj((HEAP32[i49 >> 2] | 0) + -24 | 0, 48924, 3); i1 = i1 + 2 | 0; } if ((i1 | 0) == (i67 | 0)) { @@ -16499,7 +16513,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, 46663, i64); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i50, 47729, 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; @@ -16570,7 +16584,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, 46663, i64); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i57, 47729, 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; @@ -16649,7 +16663,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, 46663, i64); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i60, 47729, 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; @@ -16719,7 +16733,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, 46663, i64); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i53, 47729, 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; @@ -16800,7 +16814,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, 47862) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 48928) | 0; break L225; } case 100: @@ -16852,7 +16866,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, 46663) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 47729) | 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; @@ -16892,7 +16906,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, 46663) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 47729) | 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; @@ -16924,7 +16938,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, 47601) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 48667) | 0; } if ((i1 | 0) != (i69 | 0)) { if ((i1 | 0) == (i67 | 0)) { @@ -17065,24 +17079,24 @@ function _malloc(i1) { do if (i1 >>> 0 < 245) { i15 = i1 >>> 0 < 11 ? 16 : i1 + 11 & -8; i1 = i15 >>> 3; - i9 = HEAP32[12430] | 0; + i9 = HEAP32[12702] | 0; i2 = i9 >>> i1; if (i2 & 3 | 0) { i2 = (i2 & 1 ^ 1) + i1 | 0; - i3 = 49760 + (i2 << 1 << 2) | 0; + i3 = 50848 + (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[12434] | 0) >>> 0) _abort(); + if (i7 >>> 0 < (HEAP32[12706] | 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[12430] = i9 & ~(1 << i2); while (0); + } else HEAP32[12702] = i9 & ~(1 << i2); while (0); i38 = i2 << 3; HEAP32[i5 + 4 >> 2] = i38 | 3; i38 = i5 + i38 + 4 | 0; @@ -17091,7 +17105,7 @@ function _malloc(i1) { STACKTOP = i39; return i38 | 0; } - i7 = HEAP32[12432] | 0; + i7 = HEAP32[12704] | 0; if (i15 >>> 0 > i7 >>> 0) { if (i2 | 0) { i3 = 2 << i1; @@ -17107,22 +17121,22 @@ function _malloc(i1) { i3 = i3 >>> i4; i2 = i3 >>> 1 & 1; i2 = (i5 | i8 | i6 | i4 | i2) + (i3 >>> i2) | 0; - i3 = 49760 + (i2 << 1 << 2) | 0; + i3 = 50848 + (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[12434] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); i1 = i5 + 12 | 0; if ((HEAP32[i1 >> 2] | 0) == (i6 | 0)) { HEAP32[i1 >> 2] = i3; HEAP32[i4 >> 2] = i5; - i10 = HEAP32[12432] | 0; + i10 = HEAP32[12704] | 0; break; } else _abort(); } else { - HEAP32[12430] = i9 & ~(1 << i2); + HEAP32[12702] = i9 & ~(1 << i2); i10 = i7; } while (0); i7 = (i2 << 3) - i15 | 0; @@ -17131,20 +17145,20 @@ function _malloc(i1) { HEAP32[i4 + 4 >> 2] = i7 | 1; HEAP32[i4 + i7 >> 2] = i7; if (i10 | 0) { - i5 = HEAP32[12435] | 0; + i5 = HEAP32[12707] | 0; i2 = i10 >>> 3; - i3 = 49760 + (i2 << 1 << 2) | 0; - i1 = HEAP32[12430] | 0; + i3 = 50848 + (i2 << 1 << 2) | 0; + i1 = HEAP32[12702] | 0; i2 = 1 << i2; if (i1 & i2) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { i11 = i1; i12 = i2; } } else { - HEAP32[12430] = i1 | i2; + HEAP32[12702] = i1 | i2; i11 = i3 + 8 | 0; i12 = i3; } @@ -17153,13 +17167,13 @@ function _malloc(i1) { HEAP32[i5 + 8 >> 2] = i12; HEAP32[i5 + 12 >> 2] = i3; } - HEAP32[12432] = i7; - HEAP32[12435] = i4; + HEAP32[12704] = i7; + HEAP32[12707] = i4; i38 = i8; STACKTOP = i39; return i38 | 0; } - i1 = HEAP32[12431] | 0; + i1 = HEAP32[12703] | 0; if (i1) { i3 = (i1 & 0 - i1) + -1 | 0; i37 = i3 >>> 12 & 16; @@ -17171,7 +17185,7 @@ function _malloc(i1) { i2 = i3 >>> 1 & 2; i3 = i3 >>> i2; i4 = i3 >>> 1 & 1; - i4 = HEAP32[50024 + ((i36 | i37 | i38 | i2 | i4) + (i3 >>> i4) << 2) >> 2] | 0; + i4 = HEAP32[51112 + ((i36 | i37 | i38 | i2 | i4) + (i3 >>> i4) << 2) >> 2] | 0; i3 = (HEAP32[i4 + 4 >> 2] & -8) - i15 | 0; i2 = i4; while (1) { @@ -17189,7 +17203,7 @@ function _malloc(i1) { i2 = i1; i4 = i38 ? i1 : i4; } - i6 = HEAP32[12434] | 0; + i6 = HEAP32[12706] | 0; if (i9 >>> 0 < i6 >>> 0) _abort(); i8 = i9 + i15 | 0; if (i9 >>> 0 >= i8 >>> 0) _abort(); @@ -17241,20 +17255,20 @@ function _malloc(i1) { } while (0); do if (i7 | 0) { i1 = HEAP32[i9 + 28 >> 2] | 0; - i2 = 50024 + (i1 << 2) | 0; + i2 = 51112 + (i1 << 2) | 0; if ((i9 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i13; if (!i13) { - HEAP32[12431] = HEAP32[12431] & ~(1 << i1); + HEAP32[12703] = HEAP32[12703] & ~(1 << i1); break; } } else { - if (i7 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); + if (i7 >>> 0 < (HEAP32[12706] | 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[12434] | 0; + i2 = HEAP32[12706] | 0; if (i13 >>> 0 < i2 >>> 0) _abort(); HEAP32[i13 + 24 >> 2] = i7; i1 = HEAP32[i9 + 16 >> 2] | 0; @@ -17264,7 +17278,7 @@ function _malloc(i1) { break; } while (0); i1 = HEAP32[i9 + 20 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i13 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i13; break; @@ -17279,22 +17293,22 @@ function _malloc(i1) { HEAP32[i9 + 4 >> 2] = i15 | 3; HEAP32[i8 + 4 >> 2] = i3 | 1; HEAP32[i8 + i3 >> 2] = i3; - i1 = HEAP32[12432] | 0; + i1 = HEAP32[12704] | 0; if (i1 | 0) { - i5 = HEAP32[12435] | 0; + i5 = HEAP32[12707] | 0; i2 = i1 >>> 3; - i4 = 49760 + (i2 << 1 << 2) | 0; - i1 = HEAP32[12430] | 0; + i4 = 50848 + (i2 << 1 << 2) | 0; + i1 = HEAP32[12702] | 0; i2 = 1 << i2; if (i1 & i2) { i1 = i4 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { i16 = i1; i17 = i2; } } else { - HEAP32[12430] = i1 | i2; + HEAP32[12702] = i1 | i2; i16 = i4 + 8 | 0; i17 = i4; } @@ -17303,8 +17317,8 @@ function _malloc(i1) { HEAP32[i5 + 8 >> 2] = i17; HEAP32[i5 + 12 >> 2] = i4; } - HEAP32[12432] = i3; - HEAP32[12435] = i8; + HEAP32[12704] = i3; + HEAP32[12707] = i8; } i38 = i9 + 8 | 0; STACKTOP = i39; @@ -17314,7 +17328,7 @@ function _malloc(i1) { } else if (i1 >>> 0 <= 4294967231) { i1 = i1 + 11 | 0; i15 = i1 & -8; - i9 = HEAP32[12431] | 0; + i9 = HEAP32[12703] | 0; if (i9) { i3 = 0 - i15 | 0; i1 = i1 >>> 8; @@ -17327,7 +17341,7 @@ function _malloc(i1) { i8 = 14 - (i16 | i17 | i8) + (i31 << i8 >>> 15) | 0; i8 = i15 >>> (i8 + 7 | 0) & 1 | i8 << 1; } else i8 = 0; - i2 = HEAP32[50024 + (i8 << 2) >> 2] | 0; + i2 = HEAP32[51112 + (i8 << 2) >> 2] | 0; L123 : do if (!i2) { i1 = 0; i2 = 0; @@ -17375,7 +17389,7 @@ function _malloc(i1) { i16 = i17 >>> 1 & 2; i17 = i17 >>> i16; i1 = i17 >>> 1 & 1; - i1 = HEAP32[50024 + ((i11 | i12 | i13 | i16 | i1) + (i17 >>> i1) << 2) >> 2] | 0; + i1 = HEAP32[51112 + ((i11 | i12 | i13 | i16 | i1) + (i17 >>> i1) << 2) >> 2] | 0; } if (!i1) { i8 = i3; @@ -17401,8 +17415,8 @@ function _malloc(i1) { break; } else i31 = 90; } - if ((i9 | 0) != 0 ? i8 >>> 0 < ((HEAP32[12432] | 0) - i15 | 0) >>> 0 : 0) { - i5 = HEAP32[12434] | 0; + if ((i9 | 0) != 0 ? i8 >>> 0 < ((HEAP32[12704] | 0) - i15 | 0) >>> 0 : 0) { + i5 = HEAP32[12706] | 0; if (i9 >>> 0 < i5 >>> 0) _abort(); i7 = i9 + i15 | 0; if (i9 >>> 0 >= i7 >>> 0) _abort(); @@ -17454,20 +17468,20 @@ function _malloc(i1) { } while (0); do if (i6 | 0) { i1 = HEAP32[i9 + 28 >> 2] | 0; - i2 = 50024 + (i1 << 2) | 0; + i2 = 51112 + (i1 << 2) | 0; if ((i9 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i19; if (!i19) { - HEAP32[12431] = HEAP32[12431] & ~(1 << i1); + HEAP32[12703] = HEAP32[12703] & ~(1 << i1); break; } } else { - if (i6 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); + if (i6 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); i1 = i6 + 16 | 0; if ((HEAP32[i1 >> 2] | 0) == (i9 | 0)) HEAP32[i1 >> 2] = i19; else HEAP32[i6 + 20 >> 2] = i19; if (!i19) break; } - i2 = HEAP32[12434] | 0; + i2 = HEAP32[12706] | 0; if (i19 >>> 0 < i2 >>> 0) _abort(); HEAP32[i19 + 24 >> 2] = i6; i1 = HEAP32[i9 + 16 >> 2] | 0; @@ -17477,7 +17491,7 @@ function _malloc(i1) { break; } while (0); i1 = HEAP32[i9 + 20 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i19 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i19; break; @@ -17489,18 +17503,18 @@ function _malloc(i1) { HEAP32[i7 + i8 >> 2] = i8; i1 = i8 >>> 3; if (i8 >>> 0 < 256) { - i3 = 49760 + (i1 << 1 << 2) | 0; - i2 = HEAP32[12430] | 0; + i3 = 50848 + (i1 << 1 << 2) | 0; + i2 = HEAP32[12702] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { i21 = i1; i22 = i2; } } else { - HEAP32[12430] = i2 | i1; + HEAP32[12702] = i2 | i1; i21 = i3 + 8 | 0; i22 = i3; } @@ -17520,15 +17534,15 @@ function _malloc(i1) { i3 = 14 - (i36 | i37 | i3) + (i38 << i3 >>> 15) | 0; i3 = i8 >>> (i3 + 7 | 0) & 1 | i3 << 1; } else i3 = 0; - i4 = 50024 + (i3 << 2) | 0; + i4 = 51112 + (i3 << 2) | 0; HEAP32[i7 + 28 >> 2] = i3; i1 = i7 + 16 | 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 >> 2] = 0; - i1 = HEAP32[12431] | 0; + i1 = HEAP32[12703] | 0; i2 = 1 << i3; if (!(i1 & i2)) { - HEAP32[12431] = i1 | i2; + HEAP32[12703] = i1 | i2; HEAP32[i4 >> 2] = i7; HEAP32[i7 + 24 >> 2] = i4; HEAP32[i7 + 12 >> 2] = i7; @@ -17553,7 +17567,7 @@ function _malloc(i1) { i1 = i3; } } - if ((i31 | 0) == 145) if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if ((i31 | 0) == 145) if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i2 >> 2] = i7; HEAP32[i7 + 24 >> 2] = i1; HEAP32[i7 + 12 >> 2] = i7; @@ -17562,7 +17576,7 @@ function _malloc(i1) { } else if ((i31 | 0) == 148) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - i38 = HEAP32[12434] | 0; + i38 = HEAP32[12706] | 0; if (i2 >>> 0 >= i38 >>> 0 & i3 >>> 0 >= i38 >>> 0) { HEAP32[i2 + 12 >> 2] = i7; HEAP32[i1 >> 2] = i7; @@ -17584,20 +17598,20 @@ function _malloc(i1) { } } } else i15 = -1; while (0); - i3 = HEAP32[12432] | 0; + i3 = HEAP32[12704] | 0; if (i3 >>> 0 >= i15 >>> 0) { i1 = i3 - i15 | 0; - i2 = HEAP32[12435] | 0; + i2 = HEAP32[12707] | 0; if (i1 >>> 0 > 15) { i38 = i2 + i15 | 0; - HEAP32[12435] = i38; - HEAP32[12432] = i1; + HEAP32[12707] = i38; + HEAP32[12704] = i1; HEAP32[i38 + 4 >> 2] = i1 | 1; HEAP32[i38 + i1 >> 2] = i1; HEAP32[i2 + 4 >> 2] = i15 | 3; } else { - HEAP32[12432] = 0; - HEAP32[12435] = 0; + HEAP32[12704] = 0; + HEAP32[12707] = 0; HEAP32[i2 + 4 >> 2] = i3 | 3; i38 = i2 + i3 + 4 | 0; HEAP32[i38 >> 2] = HEAP32[i38 >> 2] | 1; @@ -17606,32 +17620,32 @@ function _malloc(i1) { STACKTOP = i39; return i38 | 0; } - i1 = HEAP32[12433] | 0; + i1 = HEAP32[12705] | 0; if (i1 >>> 0 > i15 >>> 0) { i36 = i1 - i15 | 0; - HEAP32[12433] = i36; - i38 = HEAP32[12436] | 0; + HEAP32[12705] = i36; + i38 = HEAP32[12708] | 0; i37 = i38 + i15 | 0; - HEAP32[12436] = i37; + HEAP32[12708] = i37; HEAP32[i37 + 4 >> 2] = i36 | 1; HEAP32[i38 + 4 >> 2] = i15 | 3; i38 = i38 + 8 | 0; STACKTOP = i39; return i38 | 0; } - if (!(HEAP32[12548] | 0)) { - HEAP32[12550] = 4096; - HEAP32[12549] = 4096; - HEAP32[12551] = -1; - HEAP32[12552] = -1; - HEAP32[12553] = 0; - HEAP32[12541] = 0; + if (!(HEAP32[12820] | 0)) { + HEAP32[12822] = 4096; + HEAP32[12821] = 4096; + HEAP32[12823] = -1; + HEAP32[12824] = -1; + HEAP32[12825] = 0; + HEAP32[12813] = 0; i22 = i14 & -16 ^ 1431655768; HEAP32[i14 >> 2] = i22; - HEAP32[12548] = i22; + HEAP32[12820] = i22; } i7 = i15 + 48 | 0; - i6 = HEAP32[12550] | 0; + i6 = HEAP32[12822] | 0; i8 = i15 + 47 | 0; i5 = i6 + i8 | 0; i6 = 0 - i6 | 0; @@ -17641,16 +17655,16 @@ function _malloc(i1) { STACKTOP = i39; return i38 | 0; } - i1 = HEAP32[12540] | 0; - if (i1 | 0 ? (i21 = HEAP32[12538] | 0, i22 = i21 + i9 | 0, i22 >>> 0 <= i21 >>> 0 | i22 >>> 0 > i1 >>> 0) : 0) { + i1 = HEAP32[12812] | 0; + if (i1 | 0 ? (i21 = HEAP32[12810] | 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[12541] & 4)) { - i1 = HEAP32[12436] | 0; + L254 : do if (!(HEAP32[12813] & 4)) { + i1 = HEAP32[12708] | 0; L256 : do if (i1) { - i3 = 50168; + i3 = 51256; while (1) { i2 = HEAP32[i3 >> 2] | 0; if (i2 >>> 0 <= i1 >>> 0 ? (i18 = i3 + 4 | 0, (i2 + (HEAP32[i18 >> 2] | 0) | 0) >>> 0 > i1 >>> 0) : 0) { @@ -17664,7 +17678,7 @@ function _malloc(i1) { break L256; } } - i1 = i5 - (HEAP32[12433] | 0) & i6; + i1 = i5 - (HEAP32[12705] | 0) & i6; if (i1 >>> 0 < 2147483647) { i2 = _sbrk(i1 | 0) | 0; if ((i2 | 0) == ((HEAP32[i4 >> 2] | 0) + (HEAP32[i3 >> 2] | 0) | 0)) { @@ -17679,13 +17693,13 @@ function _malloc(i1) { } else i31 = 171; while (0); do if ((i31 | 0) == 171 ? (i20 = _sbrk(0) | 0, (i20 | 0) != (-1 | 0)) : 0) { i1 = i20; - i2 = HEAP32[12549] | 0; + i2 = HEAP32[12821] | 0; i3 = i2 + -1 | 0; if (!(i3 & i1)) i1 = i9; else i1 = i9 - i1 + (i3 + i1 & 0 - i2) | 0; - i2 = HEAP32[12538] | 0; + i2 = HEAP32[12810] | 0; i3 = i2 + i1 | 0; if (i1 >>> 0 > i15 >>> 0 & i1 >>> 0 < 2147483647) { - i22 = HEAP32[12540] | 0; + i22 = HEAP32[12812] | 0; if (i22 | 0 ? i3 >>> 0 <= i2 >>> 0 | i3 >>> 0 > i22 >>> 0 : 0) break; i2 = _sbrk(i1 | 0) | 0; if ((i2 | 0) == (i20 | 0)) { @@ -17698,7 +17712,7 @@ function _malloc(i1) { } while (0); L276 : do if ((i31 | 0) == 181) { i3 = 0 - i1 | 0; - do if (i7 >>> 0 > i1 >>> 0 & (i1 >>> 0 < 2147483647 & (i2 | 0) != (-1 | 0)) ? (i23 = HEAP32[12550] | 0, i23 = i8 - i1 + i23 & 0 - i23, i23 >>> 0 < 2147483647) : 0) if ((_sbrk(i23 | 0) | 0) == (-1 | 0)) { + do if (i7 >>> 0 > i1 >>> 0 & (i1 >>> 0 < 2147483647 & (i2 | 0) != (-1 | 0)) ? (i23 = HEAP32[12822] | 0, i23 = i8 - i1 + i23 & 0 - i23, i23 >>> 0 < 2147483647) : 0) if ((_sbrk(i23 | 0) | 0) == (-1 | 0)) { _sbrk(i3 | 0) | 0; break L276; } else { @@ -17712,7 +17726,7 @@ function _malloc(i1) { break L254; } } while (0); - HEAP32[12541] = HEAP32[12541] | 4; + HEAP32[12813] = HEAP32[12813] | 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) { @@ -17721,12 +17735,12 @@ function _malloc(i1) { i31 = 191; } if ((i31 | 0) == 191) { - i1 = (HEAP32[12538] | 0) + i5 | 0; - HEAP32[12538] = i1; - if (i1 >>> 0 > (HEAP32[12539] | 0) >>> 0) HEAP32[12539] = i1; - i8 = HEAP32[12436] | 0; + i1 = (HEAP32[12810] | 0) + i5 | 0; + HEAP32[12810] = i1; + if (i1 >>> 0 > (HEAP32[12811] | 0) >>> 0) HEAP32[12811] = i1; + i8 = HEAP32[12708] | 0; do if (i8) { - i4 = 50168; + i4 = 51256; do { i1 = HEAP32[i4 >> 2] | 0; i2 = i4 + 4 | 0; @@ -17746,21 +17760,21 @@ function _malloc(i1) { i38 = i8 + 8 | 0; i38 = (i38 & 7 | 0) == 0 ? 0 : 0 - i38 & 7; i37 = i8 + i38 | 0; - i38 = i5 - i38 + (HEAP32[12433] | 0) | 0; - HEAP32[12436] = i37; - HEAP32[12433] = i38; + i38 = i5 - i38 + (HEAP32[12705] | 0) | 0; + HEAP32[12708] = i37; + HEAP32[12705] = i38; HEAP32[i37 + 4 >> 2] = i38 | 1; HEAP32[i37 + i38 + 4 >> 2] = 40; - HEAP32[12437] = HEAP32[12552]; + HEAP32[12709] = HEAP32[12824]; break; } - i1 = HEAP32[12434] | 0; + i1 = HEAP32[12706] | 0; if (i7 >>> 0 < i1 >>> 0) { - HEAP32[12434] = i7; + HEAP32[12706] = i7; i9 = i7; } else i9 = i1; i3 = i7 + i5 | 0; - i1 = 50168; + i1 = 51256; while (1) { if ((HEAP32[i1 >> 2] | 0) == (i3 | 0)) { i2 = i1; @@ -17769,7 +17783,7 @@ function _malloc(i1) { } i1 = HEAP32[i1 + 8 >> 2] | 0; if (!i1) { - i2 = 50168; + i2 = 51256; break; } } @@ -17785,10 +17799,10 @@ function _malloc(i1) { i6 = i1 - i11 - i15 | 0; HEAP32[i11 + 4 >> 2] = i15 | 3; do if ((i1 | 0) != (i8 | 0)) { - if ((i1 | 0) == (HEAP32[12435] | 0)) { - i38 = (HEAP32[12432] | 0) + i6 | 0; - HEAP32[12432] = i38; - HEAP32[12435] = i10; + if ((i1 | 0) == (HEAP32[12707] | 0)) { + i38 = (HEAP32[12704] | 0) + i6 | 0; + HEAP32[12704] = i38; + HEAP32[12707] = i10; HEAP32[i10 + 4 >> 2] = i38 | 1; HEAP32[i10 + i38 >> 2] = i38; break; @@ -17846,19 +17860,19 @@ function _malloc(i1) { } while (0); if (!i7) break; i2 = HEAP32[i1 + 28 >> 2] | 0; - i3 = 50024 + (i2 << 2) | 0; + i3 = 51112 + (i2 << 2) | 0; do if ((i1 | 0) != (HEAP32[i3 >> 2] | 0)) { - if (i7 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); + if (i7 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); i2 = i7 + 16 | 0; 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] = i36; if (i36 | 0) break; - HEAP32[12431] = HEAP32[12431] & ~(1 << i2); + HEAP32[12703] = HEAP32[12703] & ~(1 << i2); break L328; } while (0); - i4 = HEAP32[12434] | 0; + i4 = HEAP32[12706] | 0; if (i36 >>> 0 < i4 >>> 0) _abort(); HEAP32[i36 + 24 >> 2] = i7; i2 = i1 + 16 | 0; @@ -17870,7 +17884,7 @@ function _malloc(i1) { } while (0); i2 = HEAP32[i2 + 4 >> 2] | 0; if (!i2) break; - if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i36 + 20 >> 2] = i2; HEAP32[i2 + 24 >> 2] = i36; break; @@ -17878,14 +17892,14 @@ function _malloc(i1) { } else { i3 = HEAP32[i1 + 8 >> 2] | 0; i4 = HEAP32[i1 + 12 >> 2] | 0; - i2 = 49760 + (i5 << 1 << 2) | 0; + i2 = 50848 + (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[12430] = HEAP32[12430] & ~(1 << i5); + HEAP32[12702] = HEAP32[12702] & ~(1 << i5); break; } do if ((i4 | 0) == (i2 | 0)) i33 = i4 + 8 | 0; else { @@ -17909,17 +17923,17 @@ function _malloc(i1) { HEAP32[i10 + i6 >> 2] = i6; i1 = i6 >>> 3; if (i6 >>> 0 < 256) { - i3 = 49760 + (i1 << 1 << 2) | 0; - i2 = HEAP32[12430] | 0; + i3 = 50848 + (i1 << 1 << 2) | 0; + i2 = HEAP32[12702] | 0; i1 = 1 << i1; do if (!(i2 & i1)) { - HEAP32[12430] = i2 | i1; + HEAP32[12702] = i2 | i1; i37 = i3 + 8 | 0; i38 = i3; } else { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 >= (HEAP32[12434] | 0) >>> 0) { + if (i2 >>> 0 >= (HEAP32[12706] | 0) >>> 0) { i37 = i1; i38 = i2; break; @@ -17946,15 +17960,15 @@ function _malloc(i1) { i3 = 14 - (i36 | i37 | i3) + (i38 << i3 >>> 15) | 0; i3 = i6 >>> (i3 + 7 | 0) & 1 | i3 << 1; } while (0); - i4 = 50024 + (i3 << 2) | 0; + i4 = 51112 + (i3 << 2) | 0; HEAP32[i10 + 28 >> 2] = i3; i1 = i10 + 16 | 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 >> 2] = 0; - i1 = HEAP32[12431] | 0; + i1 = HEAP32[12703] | 0; i2 = 1 << i3; if (!(i1 & i2)) { - HEAP32[12431] = i1 | i2; + HEAP32[12703] = i1 | i2; HEAP32[i4 >> 2] = i10; HEAP32[i10 + 24 >> 2] = i4; HEAP32[i10 + 12 >> 2] = i10; @@ -17979,7 +17993,7 @@ function _malloc(i1) { i1 = i3; } } - if ((i31 | 0) == 276) if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if ((i31 | 0) == 276) if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i2 >> 2] = i10; HEAP32[i10 + 24 >> 2] = i1; HEAP32[i10 + 12 >> 2] = i10; @@ -17988,7 +18002,7 @@ function _malloc(i1) { } else if ((i31 | 0) == 279) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - i38 = HEAP32[12434] | 0; + i38 = HEAP32[12706] | 0; if (i2 >>> 0 >= i38 >>> 0 & i3 >>> 0 >= i38 >>> 0) { HEAP32[i2 + 12 >> 2] = i10; HEAP32[i1 >> 2] = i10; @@ -17999,15 +18013,15 @@ function _malloc(i1) { } else _abort(); } } else { - i38 = (HEAP32[12433] | 0) + i6 | 0; - HEAP32[12433] = i38; - HEAP32[12436] = i10; + i38 = (HEAP32[12705] | 0) + i6 | 0; + HEAP32[12705] = i38; + HEAP32[12708] = i10; HEAP32[i10 + 4 >> 2] = i38 | 1; } while (0); i38 = i11 + 8 | 0; STACKTOP = i39; return i38 | 0; - } else i2 = 50168; + } else i2 = 51256; while (1) { i1 = HEAP32[i2 >> 2] | 0; if (i1 >>> 0 <= i8 >>> 0 ? (i32 = i1 + (HEAP32[i2 + 4 >> 2] | 0) | 0, i32 >>> 0 > i8 >>> 0) : 0) { @@ -18026,21 +18040,21 @@ function _malloc(i1) { i4 = (i4 & 7 | 0) == 0 ? 0 : 0 - i4 & 7; i38 = i7 + i4 | 0; i4 = i5 + -40 - i4 | 0; - HEAP32[12436] = i38; - HEAP32[12433] = i4; + HEAP32[12708] = i38; + HEAP32[12705] = i4; HEAP32[i38 + 4 >> 2] = i4 | 1; HEAP32[i38 + i4 + 4 >> 2] = 40; - HEAP32[12437] = HEAP32[12552]; + HEAP32[12709] = HEAP32[12824]; i4 = i3 + 4 | 0; HEAP32[i4 >> 2] = 27; - HEAP32[i1 >> 2] = HEAP32[12542]; - HEAP32[i1 + 4 >> 2] = HEAP32[12543]; - HEAP32[i1 + 8 >> 2] = HEAP32[12544]; - HEAP32[i1 + 12 >> 2] = HEAP32[12545]; - HEAP32[12542] = i7; - HEAP32[12543] = i5; - HEAP32[12545] = 0; - HEAP32[12544] = i1; + HEAP32[i1 >> 2] = HEAP32[12814]; + HEAP32[i1 + 4 >> 2] = HEAP32[12815]; + HEAP32[i1 + 8 >> 2] = HEAP32[12816]; + HEAP32[i1 + 12 >> 2] = HEAP32[12817]; + HEAP32[12814] = i7; + HEAP32[12815] = i5; + HEAP32[12817] = 0; + HEAP32[12816] = i1; i1 = i3 + 24 | 0; do { i1 = i1 + 4 | 0; @@ -18053,18 +18067,18 @@ function _malloc(i1) { HEAP32[i3 >> 2] = i7; i1 = i7 >>> 3; if (i7 >>> 0 < 256) { - i3 = 49760 + (i1 << 1 << 2) | 0; - i2 = HEAP32[12430] | 0; + i3 = 50848 + (i1 << 1 << 2) | 0; + i2 = HEAP32[12702] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { i34 = i1; i35 = i2; } } else { - HEAP32[12430] = i2 | i1; + HEAP32[12702] = i2 | i1; i34 = i3 + 8 | 0; i35 = i3; } @@ -18084,14 +18098,14 @@ function _malloc(i1) { i3 = 14 - (i36 | i37 | i3) + (i38 << i3 >>> 15) | 0; i3 = i7 >>> (i3 + 7 | 0) & 1 | i3 << 1; } else i3 = 0; - i5 = 50024 + (i3 << 2) | 0; + i5 = 51112 + (i3 << 2) | 0; HEAP32[i8 + 28 >> 2] = i3; HEAP32[i8 + 20 >> 2] = 0; HEAP32[i6 >> 2] = 0; - i1 = HEAP32[12431] | 0; + i1 = HEAP32[12703] | 0; i2 = 1 << i3; if (!(i1 & i2)) { - HEAP32[12431] = i1 | i2; + HEAP32[12703] = i1 | i2; HEAP32[i5 >> 2] = i8; HEAP32[i8 + 24 >> 2] = i5; HEAP32[i8 + 12 >> 2] = i8; @@ -18116,7 +18130,7 @@ function _malloc(i1) { i1 = i3; } } - if ((i31 | 0) == 302) if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if ((i31 | 0) == 302) if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i2 >> 2] = i8; HEAP32[i8 + 24 >> 2] = i1; HEAP32[i8 + 12 >> 2] = i8; @@ -18125,7 +18139,7 @@ function _malloc(i1) { } else if ((i31 | 0) == 305) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - i38 = HEAP32[12434] | 0; + i38 = HEAP32[12706] | 0; if (i2 >>> 0 >= i38 >>> 0 & i3 >>> 0 >= i38 >>> 0) { HEAP32[i2 + 12 >> 2] = i8; HEAP32[i1 >> 2] = i8; @@ -18137,16 +18151,16 @@ function _malloc(i1) { } } } else { - i38 = HEAP32[12434] | 0; - if ((i38 | 0) == 0 | i7 >>> 0 < i38 >>> 0) HEAP32[12434] = i7; - HEAP32[12542] = i7; - HEAP32[12543] = i5; - HEAP32[12545] = 0; - HEAP32[12439] = HEAP32[12548]; - HEAP32[12438] = -1; + i38 = HEAP32[12706] | 0; + if ((i38 | 0) == 0 | i7 >>> 0 < i38 >>> 0) HEAP32[12706] = i7; + HEAP32[12814] = i7; + HEAP32[12815] = i5; + HEAP32[12817] = 0; + HEAP32[12711] = HEAP32[12820]; + HEAP32[12710] = -1; i1 = 0; do { - i38 = 49760 + (i1 << 1 << 2) | 0; + i38 = 50848 + (i1 << 1 << 2) | 0; HEAP32[i38 + 12 >> 2] = i38; HEAP32[i38 + 8 >> 2] = i38; i1 = i1 + 1 | 0; @@ -18155,19 +18169,19 @@ function _malloc(i1) { i38 = (i38 & 7 | 0) == 0 ? 0 : 0 - i38 & 7; i37 = i7 + i38 | 0; i38 = i5 + -40 - i38 | 0; - HEAP32[12436] = i37; - HEAP32[12433] = i38; + HEAP32[12708] = i37; + HEAP32[12705] = i38; HEAP32[i37 + 4 >> 2] = i38 | 1; HEAP32[i37 + i38 + 4 >> 2] = 40; - HEAP32[12437] = HEAP32[12552]; + HEAP32[12709] = HEAP32[12824]; } while (0); - i1 = HEAP32[12433] | 0; + i1 = HEAP32[12705] | 0; if (i1 >>> 0 > i15 >>> 0) { i36 = i1 - i15 | 0; - HEAP32[12433] = i36; - i38 = HEAP32[12436] | 0; + HEAP32[12705] = i36; + i38 = HEAP32[12708] | 0; i37 = i38 + i15 | 0; - HEAP32[12436] = i37; + HEAP32[12708] = i37; HEAP32[i37 + 4 >> 2] = i36 | 1; HEAP32[i38 + 4 >> 2] = i15 | 3; i38 = i38 + 8 | 0; @@ -18234,7 +18248,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect case 5: break; default: - if ((HEAP32[i35 >> 2] | 0) != (i1 | 0)) ___assert_fail(24351, 23511, 473, 24427); + if ((HEAP32[i35 >> 2] | 0) != (i1 | 0)) ___assert_fail(25313, 24446, 488, 25389); } i1 = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0; switch (i1 | 0) { @@ -18242,7 +18256,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect case 5: break; default: - if ((HEAP32[i36 >> 2] | 0) != (i1 | 0)) ___assert_fail(24439, 23511, 474, 24427); + if ((HEAP32[i36 >> 2] | 0) != (i1 | 0)) ___assert_fail(25401, 24446, 489, 25389); } L13 : do switch (HEAP32[i35 >> 2] | 0) { case 1: @@ -18282,11 +18296,11 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { i33 = HEAP32[(HEAP32[i34 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i33 >> 2] | 0) + 20 >> 2] & 511](i33, 24518); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i33 >> 2] | 0) + 20 >> 2] & 511](i33, 25480); } if ((__ZN4wasm7Literal10getIntegerEv(i35) | 0) == -2147483648 & (tempRet0 | 0) == -1 ? (i33 = __ZN4wasm7Literal10getIntegerEv(i36) | 0, (i33 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { i34 = HEAP32[(HEAP32[i34 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 24533); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 25495); } i1 = i35 + 8 | 0; if ((HEAP32[i35 >> 2] | 0) == 1) { @@ -18311,7 +18325,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { i34 = HEAP32[(HEAP32[i34 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 24552); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 25514); } i1 = i35 + 8 | 0; if ((HEAP32[i35 >> 2] | 0) == 1) { @@ -18336,7 +18350,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { i34 = HEAP32[(HEAP32[i34 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 24567); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 25529); } if ((__ZN4wasm7Literal10getIntegerEv(i35) | 0) == -2147483648 & (tempRet0 | 0) == -1 ? (i34 = __ZN4wasm7Literal10getIntegerEv(i36) | 0, (i34 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { HEAP32[i37 >> 2] = 1; @@ -18367,7 +18381,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { i34 = HEAP32[(HEAP32[i34 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 24582); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 25544); } i1 = i35 + 8 | 0; if ((HEAP32[i35 >> 2] | 0) == 1) { @@ -18597,11 +18611,11 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { i33 = HEAP32[(HEAP32[i34 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i33 >> 2] | 0) + 20 >> 2] & 511](i33, 24597); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i33 >> 2] | 0) + 20 >> 2] & 511](i33, 25559); } if ((__ZN4wasm7Literal10getIntegerEv(i35) | 0) == 0 & (tempRet0 | 0) == -2147483648 ? (i33 = __ZN4wasm7Literal10getIntegerEv(i36) | 0, (i33 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { i34 = HEAP32[(HEAP32[i34 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 24612); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 25574); } i1 = i35 + 8 | 0; if ((HEAP32[i35 >> 2] | 0) == 1) { @@ -18626,7 +18640,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { i34 = HEAP32[(HEAP32[i34 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 24631); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 25593); } i1 = i35 + 8 | 0; if ((HEAP32[i35 >> 2] | 0) == 1) { @@ -18651,7 +18665,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { i34 = HEAP32[(HEAP32[i34 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 24646); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 25608); } if ((__ZN4wasm7Literal10getIntegerEv(i35) | 0) == 0 & (tempRet0 | 0) == -2147483648 ? (i34 = __ZN4wasm7Literal10getIntegerEv(i36) | 0, (i34 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { HEAP32[i37 >> 2] = 2; @@ -18684,7 +18698,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i36) | 0) == 0 & (tempRet0 | 0) == 0) { i34 = HEAP32[(HEAP32[i34 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 24661); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i34 >> 2] | 0) + 20 >> 2] & 511](i34, 25623); } i1 = i35 + 8 | 0; if ((HEAP32[i35 >> 2] | 0) == 1) { @@ -18749,7 +18763,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect 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; + i35 = _bitshift64Shl(HEAP32[i35 >> 2] | 0, HEAP32[i35 + 4 >> 2] | 0, i1 & 63 | 0) | 0; HEAP32[i37 >> 2] = 2; i36 = i37 + 8 | 0; HEAP32[i36 >> 2] = i35; @@ -18762,7 +18776,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect 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; + i35 = _bitshift64Lshr(HEAP32[i35 >> 2] | 0, HEAP32[i35 + 4 >> 2] | 0, i1 & 63 | 0) | 0; HEAP32[i37 >> 2] = 2; i36 = i37 + 8 | 0; HEAP32[i36 >> 2] = i35; @@ -18775,7 +18789,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect 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; + i35 = _bitshift64Ashr(HEAP32[i35 >> 2] | 0, HEAP32[i35 + 4 >> 2] | 0, i1 & 63 | 0) | 0; HEAP32[i37 >> 2] = 2; i36 = i37 + 8 | 0; HEAP32[i36 >> 2] = i35; @@ -19078,85 +19092,84 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { - i79 = i79 | 0; +function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i78, i6) { + i78 = i78 | 0; i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 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, i80 = 0; - i80 = STACKTOP; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 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, i79 = 0; + i79 = STACKTOP; STACKTOP = STACKTOP + 288 | 0; - i73 = i80 + 280 | 0; - i72 = i80 + 272 | 0; - i71 = i80 + 236 | 0; - i5 = i80 + 192 | 0; - i53 = i80 + 184 | 0; - i3 = i80 + 268 | 0; - i4 = i80 + 264 | 0; - i52 = i80 + 168 | 0; - i67 = i80 + 160 | 0; - i63 = i80 + 144 | 0; - i55 = i80 + 136 | 0; - i56 = i80 + 120 | 0; - i38 = i80 + 260 | 0; - i45 = i80 + 256 | 0; - i46 = i80 + 252 | 0; - i47 = i80 + 248 | 0; - i48 = i80 + 232 | 0; - i54 = i80 + 112 | 0; - i49 = i80 + 228 | 0; - i50 = i80 + 224 | 0; - i51 = i80 + 220 | 0; - i31 = i80 + 216 | 0; - i32 = i80 + 212 | 0; - i33 = i80 + 208 | 0; - i34 = i80 + 204 | 0; - i35 = i80 + 200 | 0; - i36 = i80 + 196 | 0; - i37 = i80 + 188 | 0; - i57 = i80 + 172 | 0; - i58 = i80 + 164 | 0; - i59 = i80 + 148 | 0; - i60 = i80 + 140 | 0; - i39 = i80 + 124 | 0; - i40 = i80 + 116 | 0; - i61 = i80 + 100 | 0; - i62 = i80 + 96 | 0; - i41 = i80 + 92 | 0; - i42 = i80 + 88 | 0; - i43 = i80 + 84 | 0; - i44 = i80 + 80 | 0; - i64 = i80 + 76 | 0; - i65 = i80 + 72 | 0; - i66 = i80 + 60 | 0; - i68 = i80 + 56 | 0; - i74 = i80 + 52 | 0; - i75 = i80 + 40 | 0; - i2 = i80 + 32 | 0; - i76 = i80 + 20 | 0; - i77 = i80 + 16 | 0; - i78 = i80 + 4 | 0; - i1 = i80; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 48880) | 0)) ___assert_fail(14180, 14199, 447, 14214); - i70 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 0) | 0; - HEAP32[i5 >> 2] = HEAP32[i70 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 48884) | 0)) ___assert_fail(14225, 14199, 449, 14214); - i70 = __ZN6cashew3RefixEj(i5, 3) | 0; - HEAP32[i53 >> 2] = HEAP32[i70 >> 2]; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i53, 0) | 0, 0) | 0, 48892) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i53, 0) | 0, 1) | 0, 0) | 0, 48976) | 0 : 0) { - i70 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i53, 0) | 0, 1) | 0, 1) | 0; - i70 = __ZN6cashew5Value10getIStringEv(HEAP32[i70 >> 2] | 0) | 0; - __ZN6cashew7IString3setEPKcb(i3, 39171, 1); - if ((HEAP32[i70 >> 2] | 0) != (HEAP32[i3 >> 2] | 0) ? (i70 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i53, 0) | 0, 1) | 0, 1) | 0, i70 = __ZN6cashew5Value10getIStringEv(HEAP32[i70 >> 2] | 0) | 0, __ZN6cashew7IString3setEPKcb(i4, 14249, 1), (HEAP32[i70 >> 2] | 0) != (HEAP32[i4 >> 2] | 0)) : 0) break; - HEAP32[i52 >> 2] = i79; - i22 = i79 + 108 | 0; - i70 = i79 + 4 | 0; - i23 = i79 + 112 | 0; - i24 = i79 + 80 | 0; - i25 = i79 + 60 | 0; - i26 = i79 + 64 | 0; + i72 = i79 + 280 | 0; + i71 = i79 + 272 | 0; + i70 = i79 + 236 | 0; + i5 = i79 + 192 | 0; + i53 = i79 + 184 | 0; + i3 = i79 + 268 | 0; + i4 = i79 + 264 | 0; + i52 = i79 + 168 | 0; + i67 = i79 + 160 | 0; + i63 = i79 + 144 | 0; + i55 = i79 + 136 | 0; + i56 = i79 + 120 | 0; + i38 = i79 + 260 | 0; + i45 = i79 + 256 | 0; + i46 = i79 + 252 | 0; + i47 = i79 + 248 | 0; + i48 = i79 + 232 | 0; + i54 = i79 + 112 | 0; + i49 = i79 + 228 | 0; + i50 = i79 + 224 | 0; + i51 = i79 + 220 | 0; + i31 = i79 + 216 | 0; + i32 = i79 + 212 | 0; + i33 = i79 + 208 | 0; + i34 = i79 + 204 | 0; + i35 = i79 + 200 | 0; + i36 = i79 + 196 | 0; + i37 = i79 + 188 | 0; + i57 = i79 + 172 | 0; + i58 = i79 + 164 | 0; + i59 = i79 + 148 | 0; + i60 = i79 + 140 | 0; + i39 = i79 + 124 | 0; + i40 = i79 + 116 | 0; + i61 = i79 + 100 | 0; + i62 = i79 + 96 | 0; + i41 = i79 + 92 | 0; + i42 = i79 + 88 | 0; + i43 = i79 + 84 | 0; + i44 = i79 + 80 | 0; + i64 = i79 + 76 | 0; + i65 = i79 + 72 | 0; + i66 = i79 + 60 | 0; + i68 = i79 + 56 | 0; + i73 = i79 + 52 | 0; + i74 = i79 + 40 | 0; + i2 = i79 + 32 | 0; + i75 = i79 + 20 | 0; + i76 = i79 + 16 | 0; + i77 = i79 + 4 | 0; + i1 = i79; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 49944) | 0)) ___assert_fail(14180, 14199, 447, 14214); + i69 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 0) | 0; + HEAP32[i5 >> 2] = HEAP32[i69 >> 2]; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 49948) | 0)) ___assert_fail(14225, 14199, 449, 14214); + i69 = __ZN6cashew3RefixEj(i5, 3) | 0; + HEAP32[i53 >> 2] = HEAP32[i69 >> 2]; + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i53, 0) | 0, 0) | 0, 49956) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i53, 0) | 0, 1) | 0, 0) | 0, 50040) | 0 : 0) { + i69 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i53, 0) | 0, 1) | 0, 1) | 0; + i69 = __ZN6cashew5Value10getIStringEv(HEAP32[i69 >> 2] | 0) | 0; + __ZN6cashew7IString3setEPKcb(i3, 40181, 1); + if ((HEAP32[i69 >> 2] | 0) != (HEAP32[i3 >> 2] | 0) ? (i69 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i53, 0) | 0, 1) | 0, 1) | 0, i69 = __ZN6cashew5Value10getIStringEv(HEAP32[i69 >> 2] | 0) | 0, __ZN6cashew7IString3setEPKcb(i4, 14249, 1), (HEAP32[i69 >> 2] | 0) != (HEAP32[i4 >> 2] | 0)) : 0) break; + HEAP32[i52 >> 2] = i78; + i22 = i78 + 108 | 0; + i23 = i78 + 112 | 0; + i24 = i78 + 80 | 0; + i25 = i78 + 60 | 0; + i26 = i78 + 64 | 0; i27 = i39 + 4 | 0; i28 = i39 + 5 | 0; i29 = i39 + 8 | 0; - i69 = i79 + 20 | 0; + i69 = i78 + 20 | 0; i11 = 0; i7 = 0; i14 = 0; @@ -19172,38 +19185,38 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i18 = 0; L13 : while (1) { if (i30 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i53 >> 2] | 0) | 0) >>> 0) { - i12 = 12; + i13 = 12; break; } i21 = __ZN6cashew3RefixEj(i53, i30) | 0; HEAP32[i67 >> 2] = HEAP32[i21 >> 2]; - L16 : do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i67, 0) | 0, 48904) | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i67, 0) | 0, 48884) | 0) { - i5 = HEAP32[i79 >> 2] | 0; + L16 : do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i67, 0) | 0, 49968) | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i67, 0) | 0, 49948) | 0) { + i5 = HEAP32[i78 >> 2] | 0; HEAP32[i41 >> 2] = HEAP32[i67 >> 2]; - HEAP32[i73 >> 2] = HEAP32[i41 >> 2]; - __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i5, __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i79, i73) | 0); + HEAP32[i72 >> 2] = HEAP32[i41 >> 2]; + __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i5, __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i78, i72) | 0); i5 = i16; i4 = i17; i3 = i18; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i67, 0) | 0, 48920) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i67, 0) | 0, 49984) | 0) { i3 = __ZN6cashew3RefixEj(i67, 1) | 0; - HEAP32[i72 >> 2] = HEAP32[i3 >> 2]; - i3 = __ZN6cashew3RefixEj(i72, 1) | 0; + HEAP32[i71 >> 2] = HEAP32[i3 >> 2]; + i3 = __ZN6cashew3RefixEj(i71, 1) | 0; i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i71 >> 2] = i3; + HEAP32[i70 >> 2] = i3; i6 = 0; while (1) { if (i6 >>> 0 >= (__ZN6cashew5Value4sizeEv(i3) | 0) >>> 0) break; - i3 = __ZN6cashew3RefixEj(i71, i6) | 0; + i3 = __ZN6cashew3RefixEj(i70, i6) | 0; HEAP32[i63 >> 2] = HEAP32[i3 >> 2]; i3 = __ZN6cashew3RefixEj(i63, 0) | 0; i3 = __ZN6cashew5Value10getIStringEv(HEAP32[i3 >> 2] | 0) | 0; i3 = HEAP32[i3 >> 2] | 0; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i63, 1) | 0, 0) | 0, 48900) | 0)) { - i12 = 97; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i63, 1) | 0, 0) | 0, 49964) | 0)) { + i13 = 97; break L13; } i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i63, 1) | 0, 1) | 0; @@ -19212,30 +19225,30 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { __ZN6cashew7IString3setEPKcb(i42, 14827, 0); i5 = i3; if ((i5 | 0) == (HEAP32[i42 >> 2] | 0)) { - i21 = HEAP32[i79 >> 2] | 0; + i21 = HEAP32[i78 >> 2] | 0; HEAP32[i43 >> 2] = i4; - HEAP32[i73 >> 2] = HEAP32[i43 >> 2]; - if (__ZN4wasm6Module13checkFunctionENS_4NameE(i21, i73) | 0) { - i12 = 100; + HEAP32[i72 >> 2] = HEAP32[i43 >> 2]; + if (__ZN4wasm6Module13checkFunctionENS_4NameE(i21, i72) | 0) { + i13 = 100; break L13; } } else { - if ((i5 | 0) != (HEAP32[12250] | 0)) { - if ((i5 | 0) == (HEAP32[12248] | 0)) HEAP32[i23 >> 2] = i4; + if ((i5 | 0) != (HEAP32[12516] | 0)) { + if ((i5 | 0) == (HEAP32[12514] | 0)) HEAP32[i23 >> 2] = i4; } else HEAP32[i22 >> 2] = i4; - i21 = HEAP32[i79 >> 2] | 0; + i21 = HEAP32[i78 >> 2] | 0; HEAP32[i44 >> 2] = i4; - HEAP32[i73 >> 2] = HEAP32[i44 >> 2]; - if (!(__ZN4wasm6Module13checkFunctionENS_4NameE(i21, i73) | 0)) { - i12 = 106; + HEAP32[i72 >> 2] = HEAP32[i44 >> 2]; + if (!(__ZN4wasm6Module13checkFunctionENS_4NameE(i21, i72) | 0)) { + i13 = 106; break L13; } - i21 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; + i21 = __Znwj(8) | 0; HEAP32[i21 >> 2] = i3; HEAP32[i21 + 4 >> 2] = i4; - __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i79 >> 2] | 0, i21); + __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i78 >> 2] | 0, i21); } - i3 = HEAP32[i71 >> 2] | 0; + i3 = HEAP32[i70 >> 2] | 0; i6 = i6 + 1 | 0; } i5 = i16; @@ -19268,20 +19281,20 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { HEAP32[i55 >> 2] = i14; i7 = __ZN6cashew3RefixEj(i63, 1) | 0; HEAP32[i56 >> 2] = HEAP32[i7 >> 2]; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 48956) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 50020) | 0) { i7 = __ZN6cashew3RefixEj(i56, 1) | 0; i7 = __ZN6cashew5Value9getNumberEv(HEAP32[i7 >> 2] | 0) | 0; if (!(+HEAPF64[i7 >> 3] == 0.0)) { - i12 = 17; + i13 = 17; break L13; } HEAP32[i38 >> 2] = i14; HEAP32[i45 >> 2] = 0; HEAP32[i46 >> 2] = 0; - HEAP32[i71 >> 2] = HEAP32[i38 >> 2]; - HEAP32[i72 >> 2] = HEAP32[i45 >> 2]; - HEAP32[i73 >> 2] = HEAP32[i46 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i79, i71, 1, 0, i72, i73); + HEAP32[i70 >> 2] = HEAP32[i38 >> 2]; + HEAP32[i71 >> 2] = HEAP32[i45 >> 2]; + HEAP32[i72 >> 2] = HEAP32[i46 >> 2]; + __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i78, i70, 1, 0, i71, i72); i3 = i20; i4 = i21; i5 = i15; @@ -19289,28 +19302,28 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i7 = i17; i14 = i18; } else { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 48916) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 1) | 0, 49044) | 0)) { - i12 = 23; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 49980) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 1) | 0, 50108) | 0)) { + i13 = 23; break L13; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i56, 3) | 0, 0) | 0, 48956) | 0)) { - i12 = 23; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i56, 3) | 0, 0) | 0, 50020) | 0)) { + i13 = 23; break L13; } i7 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i56, 3) | 0, 1) | 0; i7 = __ZN6cashew5Value9getNumberEv(HEAP32[i7 >> 2] | 0) | 0; if (!(+HEAPF64[i7 >> 3] == 0.0)) { - i12 = 23; + i13 = 23; break L13; } i3 = __ZN6cashew3RefixEj(i56, 2) | 0; i3 = HEAP32[i3 >> 2] | 0; HEAP32[i47 >> 2] = i14; HEAP32[i48 >> 2] = i3; - HEAP32[i72 >> 2] = HEAP32[i47 >> 2]; - HEAP32[i73 >> 2] = HEAP32[i48 >> 2]; - __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i52, i72, i73, 1); + HEAP32[i71 >> 2] = HEAP32[i47 >> 2]; + HEAP32[i72 >> 2] = HEAP32[i48 >> 2]; + __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i52, i71, i72, 1); i3 = i20; i4 = i21; i5 = i15; @@ -19319,33 +19332,33 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i14 = i18; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 49004) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 1) | 0, 49036) | 0)) { - i12 = 27; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 50068) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 1) | 0, 50100) | 0)) { + i13 = 27; break L13; } i7 = __ZN6cashew3RefixEj(i56, 2) | 0; HEAP32[i54 >> 2] = HEAP32[i7 >> 2]; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i54, 0) | 0, 48956) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i54, 0) | 0, 50020) | 0) { i7 = __ZN6cashew3RefixEj(i54, 1) | 0; i7 = __ZN6cashew5Value9getNumberEv(HEAP32[i7 >> 2] | 0) | 0; if (!(+HEAPF64[i7 >> 3] == 0.0)) { - i12 = 30; + i13 = 30; break L13; } HEAP32[i49 >> 2] = i14; HEAP32[i50 >> 2] = 0; HEAP32[i51 >> 2] = 0; - HEAP32[i71 >> 2] = HEAP32[i49 >> 2]; - HEAP32[i72 >> 2] = HEAP32[i50 >> 2]; - HEAP32[i73 >> 2] = HEAP32[i51 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i79, i71, 4, 0, i72, i73); + HEAP32[i70 >> 2] = HEAP32[i49 >> 2]; + HEAP32[i71 >> 2] = HEAP32[i50 >> 2]; + HEAP32[i72 >> 2] = HEAP32[i51 >> 2]; + __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i78, i70, 4, 0, i71, i72); } else { HEAP32[i31 >> 2] = i14; HEAP32[i32 >> 2] = HEAP32[i54 >> 2]; - HEAP32[i72 >> 2] = HEAP32[i31 >> 2]; - HEAP32[i73 >> 2] = HEAP32[i32 >> 2]; - __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i52, i72, i73, 4); + HEAP32[i71 >> 2] = HEAP32[i31 >> 2]; + HEAP32[i72 >> 2] = HEAP32[i32 >> 2]; + __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i52, i71, i72, 4); } i3 = i20; i4 = i21; @@ -19355,32 +19368,32 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i14 = i18; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 49520) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i56, 1) | 0, 0) | 0, 48900) | 0)) { - i12 = 39; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 50608) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i56, 1) | 0, 0) | 0, 49964) | 0)) { + i13 = 39; break L13; } if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i56, 1) | 0, 1) | 0, i24) | 0)) { - i12 = 39; + i13 = 39; break L13; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i56, 2) | 0, 0) | 0, 0) | 0, 48956) | 0)) { - i12 = 39; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i56, 2) | 0, 0) | 0, 0) | 0, 50020) | 0)) { + i13 = 39; break L13; } i7 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i56, 2) | 0, 0) | 0, 1) | 0; i7 = __ZN6cashew5Value9getNumberEv(HEAP32[i7 >> 2] | 0) | 0; if (!(+HEAPF64[i7 >> 3] == 0.0)) { - i12 = 39; + i13 = 39; break L13; } HEAP32[i33 >> 2] = i14; HEAP32[i34 >> 2] = 0; HEAP32[i35 >> 2] = 0; - HEAP32[i71 >> 2] = HEAP32[i33 >> 2]; - HEAP32[i72 >> 2] = HEAP32[i34 >> 2]; - HEAP32[i73 >> 2] = HEAP32[i35 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i79, i71, 3, 0, i72, i73); + HEAP32[i70 >> 2] = HEAP32[i33 >> 2]; + HEAP32[i71 >> 2] = HEAP32[i34 >> 2]; + HEAP32[i72 >> 2] = HEAP32[i35 >> 2]; + __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i78, i70, 3, 0, i71, i72); i3 = i20; i4 = i21; i5 = i15; @@ -19389,14 +19402,14 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i14 = i18; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 49196) | 0) { - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i56, 1) | 0, 0) | 0, 48900) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 50260) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i56, 1) | 0, 0) | 0, 49964) | 0) { i7 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i56, 1) | 0, 1) | 0; i7 = __ZN6cashew5Value10getIStringEv(HEAP32[i7 >> 2] | 0) | 0; i7 = HEAP32[i7 >> 2] | 0; i3 = __ZN6cashew3RefixEj(i56, 2) | 0; i3 = __ZN6cashew5Value10getIStringEv(HEAP32[i3 >> 2] | 0) | 0; - if ((i7 | 0) != (HEAP32[12337] | 0)) { + if ((i7 | 0) != (HEAP32[12609] | 0)) { i3 = i20; i4 = i21; i5 = i15; @@ -19405,7 +19418,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { break; } i3 = HEAP32[i3 >> 2] | 0; - if ((i3 | 0) == (HEAP32[12343] | 0)) { + if ((i3 | 0) == (HEAP32[12615] | 0)) { i3 = i20; i4 = i21; i5 = i15; @@ -19413,7 +19426,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i7 = i17; break; } - if ((i3 | 0) == (HEAP32[12344] | 0)) { + if ((i3 | 0) == (HEAP32[12616] | 0)) { i3 = i20; i4 = i14; i5 = i15; @@ -19421,7 +19434,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i7 = i17; break; } - if ((i3 | 0) == (HEAP32[12345] | 0)) { + if ((i3 | 0) == (HEAP32[12617] | 0)) { i3 = i20; i4 = i21; i5 = i14; @@ -19429,7 +19442,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i7 = i17; break; } - if ((i3 | 0) == (HEAP32[12346] | 0)) { + if ((i3 | 0) == (HEAP32[12618] | 0)) { i3 = i20; i4 = i21; i5 = i15; @@ -19438,7 +19451,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i9 = i14; break; } - if ((i3 | 0) == (HEAP32[12347] | 0)) { + if ((i3 | 0) == (HEAP32[12619] | 0)) { i3 = i20; i4 = i21; i5 = i15; @@ -19446,7 +19459,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i7 = i14; break; } - if ((i3 | 0) == (HEAP32[12348] | 0)) { + if ((i3 | 0) == (HEAP32[12620] | 0)) { i3 = i20; i4 = i21; i5 = i15; @@ -19455,7 +19468,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i8 = i14; break; } - if ((i3 | 0) == (HEAP32[12349] | 0)) { + if ((i3 | 0) == (HEAP32[12621] | 0)) { i11 = i14; i3 = i20; i4 = i21; @@ -19464,7 +19477,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i7 = i17; break; } - i3 = (i3 | 0) == (HEAP32[12350] | 0) ? i14 : i20; + i3 = (i3 | 0) == (HEAP32[12622] | 0) ? i14 : i20; i4 = i21; i5 = i15; i6 = i16; @@ -19478,31 +19491,31 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { } while (0); HEAP32[i36 >> 2] = i14; HEAP32[i37 >> 2] = HEAP32[i56 >> 2]; - HEAP32[i72 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i73 >> 2] = HEAP32[i37 >> 2]; - __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i52, i72, i73, 0); + HEAP32[i71 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i72 >> 2] = HEAP32[i37 >> 2]; + __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i52, i71, i72, 0); i14 = i18; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 49204) | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 49208) | 0)) { - i12 = 88; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 50268) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 50272) | 0)) { + i13 = 88; break L13; } - i7 = HEAP32[i79 >> 2] | 0; + i7 = HEAP32[i78 >> 2] | 0; i7 = (HEAP32[i7 + 52 >> 2] | 0) - (HEAP32[i7 + 48 >> 2] | 0) >> 2; i3 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i69, i55) | 0; HEAP32[i3 >> 2] = i7; i3 = __ZN6cashew3RefixEj(i56, 1) | 0; i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i73 >> 2] = i3; + HEAP32[i72 >> 2] = i3; i7 = 0; while (1) { if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(i3) | 0) >>> 0) break; - i3 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i73, i7) | 0, 1) | 0; + i3 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i72, i7) | 0, 1) | 0; i3 = __ZN6cashew5Value10getIStringEv(HEAP32[i3 >> 2] | 0) | 0; i3 = HEAP32[i3 >> 2] | 0; - i4 = HEAP32[i79 >> 2] | 0; + i4 = HEAP32[i78 >> 2] | 0; HEAP32[i40 >> 2] = i3; i5 = i4 + 52 | 0; i6 = HEAP32[i5 >> 2] | 0; @@ -19510,7 +19523,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { HEAP32[i6 >> 2] = i3; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i4 + 48 | 0, i40); - i3 = HEAP32[i73 >> 2] | 0; + i3 = HEAP32[i72 >> 2] | 0; i7 = i7 + 1 | 0; } i3 = i20; @@ -19523,81 +19536,81 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { } i18 = __ZN6cashew3RefixEj(i56, 1) | 0; HEAP32[i56 >> 2] = HEAP32[i18 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 49520) | 0)) { - i12 = 55; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 50608) | 0)) { + i13 = 55; break L13; } i18 = __ZN6cashew3RefixEj(i56, 1) | 0; - HEAP32[i72 >> 2] = HEAP32[i18 >> 2]; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i72, 0) | 0, 49196) | 0) { - i4 = __ZN6cashew3RefixEj(i72, 2) | 0; + HEAP32[i71 >> 2] = HEAP32[i18 >> 2]; + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i71, 0) | 0, 50260) | 0) { + i4 = __ZN6cashew3RefixEj(i71, 2) | 0; i4 = __ZN6cashew5Value10getIStringEv(HEAP32[i4 >> 2] | 0) | 0; i4 = HEAP32[i4 >> 2] | 0; i3 = i4; - if ((i3 | 0) == (HEAP32[12343] | 0)) { + if ((i3 | 0) == (HEAP32[12615] | 0)) { i10 = 0; i12 = 1; i13 = 1; i14 = 1; break; } - if ((i3 | 0) == (HEAP32[12344] | 0)) { + if ((i3 | 0) == (HEAP32[12616] | 0)) { i10 = 0; i12 = 2; i13 = 1; i14 = 1; break; } - if ((i3 | 0) == (HEAP32[12345] | 0)) { + if ((i3 | 0) == (HEAP32[12617] | 0)) { i10 = 0; i12 = 4; i13 = 1; i14 = 1; break; } - if ((i3 | 0) == (HEAP32[12346] | 0)) { + if ((i3 | 0) == (HEAP32[12618] | 0)) { i10 = 0; i12 = 1; i13 = 1; i14 = 0; break; } - if ((i3 | 0) == (HEAP32[12347] | 0)) { + if ((i3 | 0) == (HEAP32[12619] | 0)) { i10 = 0; i12 = 2; i13 = 1; i14 = 0; break; } - if ((i3 | 0) == (HEAP32[12348] | 0)) { + if ((i3 | 0) == (HEAP32[12620] | 0)) { i10 = 0; i12 = 4; i13 = 1; i14 = 0; break; } - if ((i3 | 0) == (HEAP32[12349] | 0)) { + if ((i3 | 0) == (HEAP32[12621] | 0)) { i10 = 2; i12 = 4; i13 = 0; i14 = 1; break; } - if ((i3 | 0) == (HEAP32[12350] | 0)) { + if ((i3 | 0) == (HEAP32[12622] | 0)) { i10 = 1; i12 = 8; i13 = 0; i14 = 1; } else { - i12 = 65; + i13 = 65; break L13; } } else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i72, 0) | 0, 48900) | 0)) { - i12 = 67; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i71, 0) | 0, 49964) | 0)) { + i13 = 67; break L13; } - i4 = __ZN6cashew3RefixEj(i72, 1) | 0; + i4 = __ZN6cashew3RefixEj(i71, 1) | 0; i4 = __ZN6cashew5Value10getIStringEv(HEAP32[i4 >> 2] | 0) | 0; i4 = HEAP32[i4 >> 2] | 0; i3 = i4; @@ -19656,19 +19669,19 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i13 = 0; i14 = 1; } else { - i12 = 76; + i13 = 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_(i25, i55) | 0) != (i26 | 0)) { - i12 = 78; + i13 = 78; break L13; } HEAP32[i39 >> 2] = i12; HEAP8[i27 >> 0] = i13 & 1; HEAP8[i28 >> 0] = i14 & 1; HEAP32[i29 >> 2] = i10; - __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_(i73, i25, i55, i39); + __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_(i72, i25, i55, i39); i3 = i20; i4 = i21; i5 = i15; @@ -19689,76 +19702,78 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i30 = i30 + 1 | 0; i18 = i3; } - switch (i12 | 0) { + switch (i13 | 0) { case 12: { - HEAP32[i71 >> 2] = 0; - i6 = i71 + 4 | 0; - HEAP32[i6 >> 2] = 0; - HEAP32[i71 + 8 >> 2] = 0; - i10 = HEAP32[i79 >> 2] | 0; - i7 = HEAP32[i10 + 16 >> 2] | 0; - i11 = i79 + 116 | 0; - i8 = i79 + 120 | 0; - i9 = i71 + 8 | 0; - i10 = HEAP32[i10 + 12 >> 2] | 0; + HEAP32[i70 >> 2] = 0; + i5 = i70 + 4 | 0; + HEAP32[i5 >> 2] = 0; + HEAP32[i70 + 8 >> 2] = 0; + i9 = HEAP32[i78 >> 2] | 0; + i6 = HEAP32[i9 + 16 >> 2] | 0; + i12 = i78 + 116 | 0; + i7 = i78 + 120 | 0; + i8 = i70 + 8 | 0; + i9 = HEAP32[i9 + 12 >> 2] | 0; while (1) { - if ((i10 | 0) == (i7 | 0)) break; - i4 = HEAP32[i10 >> 2] | 0; - i5 = HEAP32[i4 >> 2] | 0; - HEAP32[i67 >> 2] = i5; - do if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEPN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i11, i67) | 0) == (i8 | 0)) { - if ((HEAP32[i4 + 4 >> 2] | 0) != (HEAP32[12356] | 0)) { - i3 = HEAP32[i6 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i9 >> 2] | 0)) { - __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i71, i67); + if ((i9 | 0) == (i6 | 0)) break; + i4 = HEAP32[HEAP32[i9 >> 2] >> 2] | 0; + HEAP32[i67 >> 2] = i4; + i63 = (__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS6_EEEEEENS_19__map_value_compareIS3_SA_NS_4lessIS3_EELb1EEENS_9allocatorISA_EEE4findIS3_EENS_15__tree_iteratorISA_PNS_11__tree_nodeISA_PvEEiEERKT_(i12, i67) | 0) == (i7 | 0); + i3 = HEAP32[i9 >> 2] | 0; + do if (i63) { + if ((HEAP32[i3 + 4 >> 2] | 0) != (HEAP32[12628] | 0)) { + i3 = HEAP32[i5 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i8 >> 2] | 0)) { + __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i70, i67); break; } else { - HEAP32[i3 >> 2] = i5; - HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; + HEAP32[i3 >> 2] = i4; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; break; } } } else { - HEAP32[i64 >> 2] = HEAP32[i4 + 4 >> 2]; - HEAP32[i65 >> 2] = HEAP32[i4 + 8 >> 2]; - HEAP32[i72 >> 2] = HEAP32[i64 >> 2]; - HEAP32[i73 >> 2] = HEAP32[i65 >> 2]; - i3 = __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_P11ArenaVectorIPNS_10ExpressionEE(i79, i72, i73, 0) | 0; + HEAP32[i64 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i65 >> 2] = HEAP32[(HEAP32[i9 >> 2] | 0) + 8 >> 2]; + HEAP32[i71 >> 2] = HEAP32[i64 >> 2]; + HEAP32[i72 >> 2] = HEAP32[i65 >> 2]; + i3 = __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_P11ArenaVectorIPNS_10ExpressionEE(i78, i71, i72, 0) | 0; if (!i3) { - i63 = __ZNSt3__13mapIN6cashew7IStringEPN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i11, i67) | 0; + i63 = __ZNSt3__13mapIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS5_EEEENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S8_EEEEEixERSD_(i12, i67) | 0; __ZN4wasm6getSigEPNS_12FunctionTypeE(i66, HEAP32[i63 >> 2] | 0); - i63 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleE(i66, HEAP32[i79 >> 2] | 0) | 0; - HEAP32[i4 + 12 >> 2] = i63; + i63 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleE(i66, HEAP32[i78 >> 2] | 0) | 0; + HEAP32[(HEAP32[i9 >> 2] | 0) + 12 >> 2] = i63; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i66); break; } else { - HEAP32[i4 + 12 >> 2] = i3; + HEAP32[(HEAP32[i9 >> 2] | 0) + 12 >> 2] = i3; break; } } while (0); - i10 = i10 + 4 | 0; + i9 = i9 + 4 | 0; } - i3 = HEAP32[i6 >> 2] | 0; - i4 = HEAP32[i71 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; + i4 = HEAP32[i70 >> 2] | 0; while (1) { if ((i4 | 0) == (i3 | 0)) break; - i67 = HEAP32[i79 >> 2] | 0; + i67 = HEAP32[i78 >> 2] | 0; HEAP32[i68 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i73 >> 2] = HEAP32[i68 >> 2]; - __ZN4wasm6Module12removeImportENS_4NameE(i67, i73); + HEAP32[i72 >> 2] = HEAP32[i68 >> 2]; + __ZN4wasm6Module12removeImportENS_4NameE(i67, i72); i4 = i4 + 4 | 0; } - i3 = i79 + 132 | 0; - i8 = HEAP32[i79 + 128 >> 2] | 0; + i3 = i78 + 132 | 0; + i11 = i78 + 4 | 0; + i8 = HEAP32[i78 + 128 >> 2] | 0; while (1) { if ((i8 | 0) == (i3 | 0)) break; - HEAP32[i73 >> 2] = HEAP32[i8 + 16 >> 2]; - i6 = __ZNSt3__13mapIN6cashew7IStringEPN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i11, i73) | 0; + HEAP32[i72 >> 2] = HEAP32[i8 + 16 >> 2]; + i6 = __ZNSt3__13mapIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS5_EEEENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S8_EEEEEixERSD_(i12, i72) | 0; i6 = HEAP32[i6 >> 2] | 0; i4 = HEAP32[i8 + 24 >> 2] | 0; i5 = i6 + 8 | 0; - i6 = i6 + 16 | 0; + i6 = i6 + 12 | 0; i9 = HEAP32[i8 + 20 >> 2] | 0; while (1) { if ((i9 | 0) == (i4 | 0)) break; @@ -19766,10 +19781,9 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { i7 = i10 + 8 | 0; i10 = HEAP32[i10 + 16 >> 2] | 0; while (1) { - if (i10 >>> 0 >= (HEAP32[i6 >> 2] | 0) >>> 0) break; - i68 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; - i67 = __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i5, i10) | 0; - i67 = HEAP32[i67 >> 2] | 0; + if (i10 >>> 0 >= (HEAP32[i6 >> 2] | 0) - (HEAP32[i5 >> 2] | 0) >> 2 >>> 0) break; + i68 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; + i67 = HEAP32[(HEAP32[i5 >> 2] | 0) + (i10 << 2) >> 2] | 0; HEAP32[i68 + 8 >> 2] = i67; HEAP32[i68 + 4 >> 2] = i67; __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i7, i68); @@ -19779,23 +19793,23 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { } i8 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i8) | 0; } - i3 = i79 + 36 | 0; - i4 = i79 + 24 | 0; - i6 = HEAP32[i79 + 32 >> 2] | 0; + i3 = i78 + 36 | 0; + i4 = i78 + 24 | 0; + i6 = HEAP32[i78 + 32 >> 2] | 0; while (1) { if ((i6 | 0) == (i3 | 0)) break; i5 = HEAP32[i6 + 16 >> 2] | 0; - HEAP32[i73 >> 2] = HEAP32[i6 + 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_(i69, i73) | 0) == (i4 | 0)) { - i12 = 136; + HEAP32[i72 >> 2] = HEAP32[i6 + 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_(i69, i72) | 0) == (i4 | 0)) { + i13 = 136; break; } - i67 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; + i67 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; HEAP32[i67 + 8 >> 2] = 0; i68 = i5 + 28 | 0; HEAP32[i67 + 12 >> 2] = HEAP32[i68 >> 2]; - i66 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; - i65 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i69, i73) | 0; + i66 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; + i65 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i69, i72) | 0; i65 = HEAP32[i65 >> 2] | 0; HEAP32[i66 + 8 >> 2] = 1; HEAP32[i66 + 16 >> 2] = i65; @@ -19805,19 +19819,19 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { HEAP32[i68 >> 2] = i67; i6 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i6) | 0; } - if ((i12 | 0) == 136) ___assert_fail(14907, 14199, 732, 14214); - if (HEAP8[i79 + 44 >> 0] | 0) { - i6 = HEAP32[i79 >> 2] | 0; + if ((i13 | 0) == 136) ___assert_fail(14907, 14199, 733, 14214); + if (HEAP8[i78 + 44 >> 0] | 0) { + i6 = HEAP32[i78 >> 2] | 0; i3 = i6 + 88 | 0; - HEAP32[i72 >> 2] = i3; - HEAP32[i74 >> 2] = HEAP32[12366]; - HEAP32[i2 >> 2] = HEAP32[12367]; + HEAP32[i71 >> 2] = i3; + HEAP32[i73 >> 2] = HEAP32[12638]; + HEAP32[i2 >> 2] = HEAP32[12639]; HEAP32[i2 + 4 >> 2] = 1; - HEAP32[i75 >> 2] = 0; - i4 = i75 + 4 | 0; + HEAP32[i74 >> 2] = 0; + i4 = i74 + 4 | 0; HEAP32[i4 >> 2] = 0; - HEAP32[i75 + 8 >> 2] = 0; - __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE8allocateEj(i75, 1); + HEAP32[i74 + 8 >> 2] = 0; + __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE8allocateEj(i74, 1); i5 = i2 + 8 | 0; while (1) { if ((i2 | 0) == (i5 | 0)) break; @@ -19829,19 +19843,19 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 8; i2 = i2 + 8 | 0; } + HEAP32[i75 >> 2] = 0; + HEAP32[i75 + 4 >> 2] = 0; + HEAP32[i75 + 8 >> 2] = 0; HEAP32[i76 >> 2] = 0; - HEAP32[i76 + 4 >> 2] = 0; - HEAP32[i76 + 8 >> 2] = 0; - HEAP32[i77 >> 2] = 0; i2 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(i3) | 0; HEAP32[i2 + 8 >> 2] = 0; HEAP32[i2 + 4 >> 2] = 1; HEAP32[i1 >> 2] = i2; - HEAP32[i78 >> 2] = 0; - i2 = i78 + 4 | 0; + HEAP32[i77 >> 2] = 0; + i2 = i77 + 4 | 0; HEAP32[i2 >> 2] = 0; - HEAP32[i78 + 8 >> 2] = 0; - __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE8allocateEj(i78, 1); + HEAP32[i77 + 8 >> 2] = 0; + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE8allocateEj(i77, 1); i3 = i1 + 4 | 0; while (1) { if ((i1 | 0) == (i3 | 0)) break; @@ -19849,101 +19863,101 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i79, i6) { HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; i1 = i1 + 4 | 0; } - HEAP32[i73 >> 2] = HEAP32[i77 >> 2]; - i77 = __ZN4wasm7Builder8makeHostENS_6HostOpENS_4NameEONSt3__16vectorIPNS_10ExpressionENS3_9allocatorIS6_EEEE(i72, 2, i73, i78) | 0; - HEAP32[i73 >> 2] = HEAP32[i74 >> 2]; - __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i6, __ZN4wasm7Builder12makeFunctionENS_4NameEONSt3__16vectorINS_8NameTypeENS2_9allocatorIS4_EEEENS_8WasmTypeES8_PNS_10ExpressionE(i72, i73, i75, 0, i76, i77) | 0); - __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i78); - __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i76); + HEAP32[i72 >> 2] = HEAP32[i76 >> 2]; + i76 = __ZN4wasm7Builder8makeHostENS_6HostOpENS_4NameEONSt3__16vectorIPNS_10ExpressionENS3_9allocatorIS6_EEEE(i71, 2, i72, i77) | 0; + HEAP32[i72 >> 2] = HEAP32[i73 >> 2]; + __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i6, __ZN4wasm7Builder12makeFunctionENS_4NameEONSt3__16vectorINS_8NameTypeENS2_9allocatorIS4_EEEENS_8WasmTypeES8_PNS_10ExpressionE(i71, i72, i74, 0, i75, i76) | 0); + __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i77); __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i75); - i78 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i70 >> 2] | 0) | 0; - i77 = HEAP32[12366] | 0; - HEAP32[i78 + 4 >> 2] = i77; - HEAP32[i78 >> 2] = i77; - __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i79 >> 2] | 0, i78); - } - HEAP32[(HEAP32[i79 >> 2] | 0) + 80 >> 2] = HEAP32[12373]; - __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i71); - STACKTOP = i80; + __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i74); + i77 = __Znwj(8) | 0; + i76 = HEAP32[12638] | 0; + HEAP32[i77 + 4 >> 2] = i76; + HEAP32[i77 >> 2] = i76; + __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i78 >> 2] | 0, i77); + } + HEAP32[(HEAP32[i78 >> 2] | 0) + 80 >> 2] = HEAP32[12645]; + __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i70); + STACKTOP = i79; return; } case 17: { - ___assert_fail(14417, 14199, 541, 14214); + ___assert_fail(14417, 14199, 542, 14214); break; } case 23: { - ___assert_fail(14444, 14199, 545, 14214); + ___assert_fail(14444, 14199, 546, 14214); break; } case 27: { - ___assert_fail(14514, 14199, 550, 14214); + ___assert_fail(14514, 14199, 551, 14214); break; } case 30: { - ___assert_fail(14531, 14199, 554, 14214); + ___assert_fail(14531, 14199, 555, 14214); break; } case 39: { - ___assert_fail(14559, 14199, 561, 14214); + ___assert_fail(14559, 14199, 562, 14214); break; } case 55: { - ___assert_fail(14670, 14199, 593, 14214); + ___assert_fail(14670, 14199, 594, 14214); break; } case 65: { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i57, 14687, 19); HEAP32[i58 >> 2] = i4; - HEAP32[i73 >> 2] = HEAP32[i58 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i57, i73); + HEAP32[i72 >> 2] = HEAP32[i58 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i57, i72); break; } case 67: { - ___assert_fail(14707, 14199, 620, 14214); + ___assert_fail(14707, 14199, 621, 14214); break; } case 76: { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i59, 14730, 25); HEAP32[i60 >> 2] = i4; - HEAP32[i73 >> 2] = HEAP32[i60 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i59, i73); + HEAP32[i72 >> 2] = HEAP32[i60 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i59, i72); break; } case 78: { - ___assert_fail(14756, 14199, 642, 14214); + ___assert_fail(14756, 14199, 643, 14214); break; } case 88: { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i61, 14788, 19); HEAP32[i62 >> 2] = HEAP32[i63 >> 2]; - HEAP32[i73 >> 2] = HEAP32[i62 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i61, i73); + HEAP32[i72 >> 2] = HEAP32[i62 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i61, i72); break; } case 97: { - ___assert_fail(14808, 14199, 669, 14214); + ___assert_fail(14808, 14199, 670, 14214); break; } case 100: { - ___assert_fail(14854, 14199, 673, 14214); + ___assert_fail(14854, 14199, 674, 14214); break; } case 106: { - ___assert_fail(14881, 14199, 680, 14214); + ___assert_fail(14881, 14199, 681, 14214); break; } } @@ -19958,8 +19972,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i5 = i9; - i2 = __ZN4wasm7Element4listEv(i6) | 0; - i2 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i2 >> 2] >> 2] | 0) | 0; + i2 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i6, 0) | 0) | 0; i3 = _strchr(i2, 46) | 0; L1 : do if (i3) { i4 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i7, i2, 0, 1) | 0; @@ -19995,7 +20008,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 } 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 24; break L101; @@ -20141,13 +20154,15 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 switch (HEAP8[i5 + 8 >> 0] | 0) { case 115: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 11 >> 0] | 0) == 51 ? 19 : 21, i4) | 0; + i1 = (i4 | 0) == 3; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 11 >> 0] | 0) == 51 ? (i1 ? 24 : 25) : i1 ? 28 : 29, i4) | 0; i8 = 114; break L124; } case 117: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 11 >> 0] | 0) == 51 ? 20 : 22, i4) | 0; + i1 = (i4 | 0) == 3; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 11 >> 0] | 0) == 51 ? (i1 ? 26 : 27) : i1 ? 30 : 31, i4) | 0; i8 = 114; break L124; } @@ -20164,7 +20179,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 36; } while (0); @@ -20177,7 +20192,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 } case 101: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 24, i4) | 0; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 33, i4) | 0; i8 = 114; break L141; } @@ -20200,7 +20215,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 default: break L145; } 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 42; } while (0); @@ -20236,7 +20251,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 default: break L155; } 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 48; } while (0); @@ -20245,7 +20260,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 51; break; @@ -20289,7 +20304,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 59; } while (0); @@ -20338,7 +20353,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 68; } while (0); @@ -20363,7 +20378,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 } 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 73; break L191; @@ -20392,7 +20407,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 default: break L200; } 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 79; } while (0); @@ -20401,7 +20416,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 82; break; @@ -20409,7 +20424,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 L212 : do if ((i8 | 0) == 82) switch (HEAP8[i1 >> 0] | 0) { case 114: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 23, i4) | 0; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 32, i4) | 0; i8 = 114; break L212; } @@ -20421,7 +20436,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 } 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 86; break L212; @@ -20439,7 +20454,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 } case 105: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (i4 + -3 | 0) >>> 0 < 2 ? 25 : 18, i4) | 0; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (i4 + -3 | 0) >>> 0 < 2 ? ((i4 | 0) == 3 ? 34 : 35) : (i4 | 0) == 1 ? 22 : 23, i4) | 0; i8 = 114; break L218; } @@ -20458,7 +20473,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 93; } while (0); @@ -20493,7 +20508,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 } 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 101; break L228; @@ -20503,13 +20518,15 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 L241 : 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 ? 14 : 16, i4) | 0; + i1 = (i4 | 0) == 1; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 9 >> 0] | 0) == 51 ? (i1 ? 14 : 15) : i1 ? 18 : 19, i4) | 0; i8 = 114; break L239; } case 117: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 9 >> 0] | 0) == 51 ? 15 : 17, i4) | 0; + i1 = (i4 | 0) == 1; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 9 >> 0] | 0) == 51 ? (i1 ? 16 : 17) : i1 ? 20 : 21, i4) | 0; i8 = 114; break L239; } @@ -20521,7 +20538,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 break L239; } } 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 108; } while (0); @@ -20530,7 +20547,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 111; break; @@ -20540,7 +20557,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; i1 = i7 + 8 | 0; __ZNKSt3__18functionIFvvEEclEv(i1); i8 = 115; @@ -20550,7 +20567,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 184; break; } 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(50388, 17852) | 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(51476, 17848) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i1); i8 = 183; break; @@ -20580,7 +20597,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 } 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 137; break L3; @@ -20679,23 +20696,23 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 {} } if ((i8 | 0) == 138) { - if ((i2 | 0) == (HEAP32[12380] | 0)) { + if ((i2 | 0) == (HEAP32[12652] | 0)) { i1 = __ZN4wasm22SExpressionWasmBuilder8makeCallERNS_7ElementE(i7, i6) | 0; i8 = 184; break; } - if ((i2 | 0) == (HEAP32[12381] | 0)) { + if ((i2 | 0) == (HEAP32[12653] | 0)) { i1 = __ZN4wasm22SExpressionWasmBuilder14makeCallImportERNS_7ElementE(i7, i6) | 0; i8 = 184; break; } - if ((i2 | 0) == (HEAP32[12382] | 0)) { + if ((i2 | 0) == (HEAP32[12654] | 0)) { i1 = __ZN4wasm22SExpressionWasmBuilder16makeCallIndirectERNS_7ElementE(i7, i6) | 0; i8 = 184; 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 146; } @@ -20704,7 +20721,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 184; 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 149; break; @@ -20724,7 +20741,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 } 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 153; break L45; @@ -20735,7 +20752,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 184; 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 156; break; @@ -20745,7 +20762,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 184; 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 159; break; @@ -20755,7 +20772,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 184; 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 162; break; @@ -20765,7 +20782,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 184; 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 165; break; @@ -20775,7 +20792,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 184; 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 168; break; @@ -20797,7 +20814,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 default: break L78; } 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 173; } @@ -20806,7 +20823,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 184; 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 176; break; @@ -20816,7 +20833,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 184; 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 179; break; @@ -20826,12 +20843,12 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 184; 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(50388, 17852) | 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(51476, 17848) | 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(50388, 17852) | 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(51476, 17848) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i1); i8 = 183; } while (0); @@ -21061,7 +21078,7 @@ function _printf_core(i50, i3, i51, i52, i53) { break L1; } i5 = i3 + 1 | 0; - i4 = HEAP8[39681 + (i9 * 58 | 0) + i4 >> 0] | 0; + i4 = HEAP8[40747 + (i9 * 58 | 0) + i4 >> 0] | 0; i7 = i4 & 255; if ((i7 + -1 | 0) >>> 0 < 8) { i3 = i5; @@ -21200,14 +21217,14 @@ function _printf_core(i50, i3, i51, i52, i53) { if (!(i23 & 8)) { i4 = i23; i9 = 0; - i7 = 40161; + i7 = 41227; i26 = 77; } else { i9 = i36 - i3 | 0; i4 = i23; i8 = (i8 | 0) > (i9 | 0) ? i8 : i9 + 1 | 0; i9 = 0; - i7 = 40161; + i7 = 41227; i26 = 77; } break; @@ -21225,18 +21242,18 @@ function _printf_core(i50, i3, i51, i52, i53) { HEAP32[i5 >> 2] = i3; HEAP32[i5 + 4 >> 2] = i4; i5 = 1; - i7 = 40161; + i7 = 41227; i26 = 76; break L75; } if (!(i23 & 2048)) { i7 = i23 & 1; i5 = i7; - i7 = (i7 | 0) == 0 ? 40161 : 40163; + i7 = (i7 | 0) == 0 ? 41227 : 41229; i26 = 76; } else { i5 = 1; - i7 = 40162; + i7 = 41228; i26 = 76; } break; @@ -21247,7 +21264,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = HEAP32[i4 >> 2] | 0; i4 = HEAP32[i4 + 4 >> 2] | 0; i5 = 0; - i7 = 40161; + i7 = 41227; i26 = 76; break; } @@ -21257,7 +21274,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = i37; i10 = 1; i12 = 0; - i11 = 40161; + i11 = 41227; i4 = i28; break; } @@ -21271,7 +21288,7 @@ function _printf_core(i50, i3, i51, i52, i53) { case 115: { i4 = HEAP32[i44 >> 2] | 0; - i4 = i4 | 0 ? i4 : 42063; + i4 = i4 | 0 ? i4 : 43129; i26 = 82; break; } @@ -21310,14 +21327,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 ? 42071 : 42076; + i22 = (i22 | 0) == 0 ? 43137 : 43142; } else { i21 = 1; - i22 = 42073; + i22 = 43139; } else { d6 = -d6; i21 = 1; - i22 = 42070; + i22 = 43136; } HEAPF64[tempDoublePtr >> 3] = d6; i20 = HEAP32[tempDoublePtr + 4 >> 2] & 2146435072; @@ -21361,7 +21378,7 @@ function _printf_core(i50, i3, i51, i52, i53) { while (1) { i22 = ~~d6; i3 = i4 + 1 | 0; - HEAP8[i4 >> 0] = HEAPU8[40145 + i22 >> 0] | i11; + HEAP8[i4 >> 0] = HEAPU8[41211 + i22 >> 0] | i11; d6 = (d6 - +(i22 | 0)) * 16.0; do if ((i3 - i39 | 0) == 1) { if (i5 & (i7 & d6 == 0.0)) break; @@ -21652,7 +21669,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(47610, 1, i50) | 0; + ___fwritex(48676, 1, i50) | 0; } while (0); if ((i3 | 0) > 0 & i4 >>> 0 < i18 >>> 0) { i5 = i4; @@ -21694,7 +21711,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i4 = i5; break; } - ___fwritex(47610, 1, i50) | 0; + ___fwritex(48676, 1, i50) | 0; i4 = i5; } else { if (i4 >>> 0 <= i46 >>> 0) break; @@ -21724,7 +21741,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 ? 42097 : 42101) : i9 ? 42089 : 42093, 3, i50) | 0; + if (!(i3 & 32)) ___fwritex(i8 ? (i9 ? 43163 : 43167) : i9 ? 43155 : 43159, 3, i50) | 0; _pad(i50, 32, i25, i7, i23 ^ 8192); i3 = (i7 | 0) < (i25 | 0) ? i25 : i7; } while (0); @@ -21738,7 +21755,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i5 = i23; i10 = i8; i12 = 0; - i11 = 40161; + i11 = 41227; i4 = i28; } } while (0); @@ -21751,7 +21768,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = i28; do { i3 = i3 + -1 | 0; - HEAP8[i3 >> 0] = HEAPU8[40145 + (i4 & 15) >> 0] | i7; + HEAP8[i3 >> 0] = HEAPU8[41211 + (i4 & 15) >> 0] | i7; i4 = _bitshift64Lshr(i4 | 0, i5 | 0, 4) | 0; i5 = tempRet0; } while (!((i4 | 0) == 0 & (i5 | 0) == 0)); @@ -21759,19 +21776,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 = 40161; + i7 = 41227; i26 = 77; } else { i4 = i9; i9 = 2; - i7 = 40161 + (i10 >> 4) | 0; + i7 = 41227 + (i10 >> 4) | 0; i26 = 77; } } else { i3 = i28; i4 = i9; i9 = 0; - i7 = 40161; + i7 = 41227; i26 = 77; } } else if ((i26 | 0) == 76) { @@ -21786,7 +21803,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = i4; i10 = i22 ? i8 : i23 - i4 | 0; i12 = 0; - i11 = 40161; + i11 = 41227; i4 = i22 ? i4 + i8 | 0 : i23; } else if ((i26 | 0) == 86) { i26 = 0; @@ -21899,6 +21916,7 @@ function _printf_core(i50, i3, i51, i52, i53) { STACKTOP = i54; return i1 | 0; } + function ___floatscan(i24, i2, i21) { i24 = i24 | 0; i2 = i2 | 0; @@ -21965,7 +21983,7 @@ function ___floatscan(i24, i2, i21) { i3 = i2; i2 = 0; do { - if ((i3 | 32 | 0) != (HEAP8[39672 + i2 >> 0] | 0)) break; + if ((i3 | 32 | 0) != (HEAP8[40738 + i2 >> 0] | 0)) break; do if (i2 >>> 0 < 7) { i3 = HEAP32[i23 >> 2] | 0; if (i3 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { @@ -21997,7 +22015,7 @@ function ___floatscan(i24, i2, i21) { L34 : do if (!i2) { i2 = 0; do { - if ((i3 | 32 | 0) != (HEAP8[42097 + i2 >> 0] | 0)) break L34; + if ((i3 | 32 | 0) != (HEAP8[43163 + i2 >> 0] | 0)) break L34; do if (i2 >>> 0 < 2) { i3 = HEAP32[i23 >> 2] | 0; if (i3 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { @@ -22887,7 +22905,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, 46251, 7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i11, 47317, 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; @@ -22899,7 +22917,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, 46573); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i19, 47639); i2 = i35 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i35 + 8 >> 2] | 0; @@ -22932,7 +22950,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R } case 49: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i20, 46579); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i20, 47645); i2 = i35 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i35 + 8 >> 2] | 0; @@ -22970,7 +22988,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, 46264, 4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i12, 47330, 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; @@ -22979,7 +22997,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, 46269, 11); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i13, 47335, 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; @@ -22988,7 +23006,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, 46281, 13); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i14, 47347, 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; @@ -22997,7 +23015,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, 46295, 5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i15, 47361, 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; @@ -23006,7 +23024,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, 46301, 14); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, 47367, 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; @@ -23015,7 +23033,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, 57291, 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i3, 58379, 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; @@ -23024,7 +23042,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, 46584, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i4, 47650, 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; @@ -23033,7 +23051,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, 46586, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i5, 47652, 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; @@ -23042,7 +23060,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, 46588, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 47654, 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; @@ -23051,7 +23069,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, 46591, 2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i7, 47657, 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; @@ -23060,7 +23078,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, 46594, 3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i8, 47660, 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; @@ -23069,7 +23087,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, 46381, 8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 47447, 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; @@ -23078,7 +23096,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, 46390, 17); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i10, 47456, 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; @@ -23124,7 +23142,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, 46598, i27) | 0; + i2 = _snprintf(i31, 24, 47664, 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); @@ -23205,7 +23223,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, 46602, i28) | 0; + i2 = _snprintf(i31, 32, 47668, 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); @@ -23286,7 +23304,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, 46605, i29) | 0; + i2 = _snprintf(i31, 40, 47671, 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); @@ -23358,7 +23376,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, 46569) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i25, 0, 47635) | 0; HEAP32[i24 >> 2] = HEAP32[i1 >> 2]; HEAP32[i24 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i24 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -23368,7 +23386,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i24, 47637) | 0; HEAP32[i23 >> 2] = HEAP32[i1 >> 2]; HEAP32[i23 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i23 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -24979,7 +24997,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, 48053) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 49119) | 0; break L126; } case 82: @@ -24995,7 +25013,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, 48073) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 49139) | 0; break L126; } default: @@ -25025,7 +25043,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, 47902) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 48968) | 0; break L126; } case 84: @@ -25041,7 +25059,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, 47914) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 48980) | 0; break L126; } case 73: @@ -25057,7 +25075,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, 47923) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 48989) | 0; break L126; } case 83: @@ -25073,7 +25091,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, 47937) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 49003) | 0; break L126; } case 99: @@ -25099,7 +25117,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, 47956) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 49022) | 0; break L126; } case 67: @@ -25143,7 +25161,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, 47983) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i23, 0, 49049) | 0; HEAP32[i13 >> 2] = HEAP32[i2 >> 2]; HEAP32[i13 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i13 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -25153,7 +25171,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, 48008) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 49074) | 0; HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; HEAP32[i12 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i12 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -25269,10 +25287,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, 48013) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 49079) | 0; break L126; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 48031) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 49097) | 0; break L126; } } @@ -25470,7 +25488,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, 47203) | 0; + if (((i6 & 1) == 0 ? (i6 & 255) >>> 1 : HEAP32[i8 >> 2] | 0) | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i21, 48269) | 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; @@ -25500,7 +25518,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, 47203) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + -24 | 0, 48269) | 0; i3 = HEAP32[i14 >> 2] | 0; i4 = HEAP8[i21 >> 0] | 0; i2 = HEAP32[i8 >> 2] | 0; @@ -25521,18 +25539,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, 46219) | 0; - if (i16 & 2 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 46226) | 0; - if (i16 & 4 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 46236) | 0; + if (i16 & 1 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 47285) | 0; + if (i16 & 2 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 47292) | 0; + if (i16 & 4 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 47302) | 0; switch (i17 | 0) { case 1: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 47810) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 48876) | 0; break; } case 2: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 47813) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 48879) | 0; break; } default: @@ -25571,6 +25589,7 @@ 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; @@ -25652,7 +25671,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, 46658) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i12, 0, 47724) | 0; HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; HEAP32[i10 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i10 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -25702,7 +25721,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, 47582, 8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 48648, 8); __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i8, i9); i7 = i13 + 4 | 0; i2 = HEAP32[i7 >> 2] | 0; @@ -25777,7 +25796,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, 47591, 9); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i10, 48657, 9); __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i7, i10); i14 = i13 + 4 | 0; i2 = HEAP32[i14 >> 2] | 0; @@ -25913,12 +25932,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, 47203) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i5 + -48 | 0, 48269) | 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, 46571) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 47637) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i15); i3 = i2; break; @@ -26049,167 +26068,161 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitUnaryEPNS_5UnaryE(i46, i38, i45) { - i46 = i46 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitUnaryEPNS_5UnaryE(i41, i38, i36) { + i41 = i41 | 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; - __ZN4wasm7VisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i37, i38, HEAP32[i45 + 12 >> 2] | 0); + i36 = i36 | 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, i39 = 0, i40 = 0, i42 = 0, i43 = 0, d44 = 0.0; + i43 = STACKTOP; + STACKTOP = STACKTOP + 624 | 0; + i39 = i43 + 600 | 0; + i37 = i43 + 544 | 0; + i42 = i43 + 512 | 0; + i2 = i43 + 584 | 0; + i3 = i43 + 568 | 0; + i14 = i43 + 528 | 0; + i25 = i43 + 496 | 0; + i30 = i43 + 480 | 0; + i31 = i43 + 464 | 0; + i32 = i43 + 448 | 0; + i33 = i43 + 432 | 0; + i34 = i43 + 416 | 0; + i35 = i43 + 400 | 0; + i4 = i43 + 384 | 0; + i5 = i43 + 368 | 0; + i6 = i43 + 352 | 0; + i7 = i43 + 336 | 0; + i8 = i43 + 320 | 0; + i9 = i43 + 304 | 0; + i10 = i43 + 288 | 0; + i11 = i43 + 272 | 0; + i12 = i43 + 256 | 0; + i13 = i43 + 240 | 0; + i15 = i43 + 224 | 0; + i16 = i43 + 208 | 0; + i17 = i43 + 192 | 0; + i18 = i43 + 176 | 0; + i19 = i43 + 160 | 0; + i20 = i43 + 144 | 0; + i21 = i43 + 128 | 0; + i22 = i43 + 112 | 0; + i23 = i43 + 96 | 0; + i24 = i43 + 80 | 0; + i26 = i43 + 64 | 0; + i27 = i43 + 48 | 0; + i28 = i43 + 32 | 0; + i29 = i43 + 16 | 0; + i40 = i43; + __ZN4wasm7VisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i37, i38, HEAP32[i36 + 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) { + HEAP32[i42 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i42 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; + HEAP32[i42 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; + HEAP32[i42 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; + L3 : do switch (HEAP32[i42 >> 2] | 0) { case 1: { - do switch (HEAP32[i45 + 8 >> 2] | 0) { + do switch (HEAP32[i36 + 8 >> 2] | 0) { case 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; + __ZNK4wasm7Literal18countLeadingZeroesEv(i2, i42); + HEAP32[i41 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 1: { - __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; + __ZNK4wasm7Literal19countTrailingZeroesEv(i3, i42); + HEAP32[i41 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 2: { - __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; + __ZNK4wasm7Literal8popCountEv(i14, i42); + HEAP32[i41 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i14 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 10: { 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; + i42 = (__ZNK4wasm7LiteraleqERKS0_(i42, i25) | 0) & 1; + HEAP32[i41 >> 2] = 1; + HEAP32[i41 + 8 >> 2] = i42; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 25: + case 34: { - __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; + __ZN4wasm7Literal9castToF32Ev(i30, i42); + HEAP32[i41 >> 2] = HEAP32[i30 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i30 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i30 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i30 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 11: { - __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; + __ZNK4wasm7Literal12extendToSI64Ev(i31, i42); + HEAP32[i41 >> 2] = HEAP32[i31 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i31 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i31 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i31 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } 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; + __ZNK4wasm7Literal12extendToUI64Ev(i32, i42); + HEAP32[i41 >> 2] = HEAP32[i32 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i32 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i32 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i32 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 20: + case 26: { - i2 = HEAP32[i39 + 8 >> 2] | 0; - if ((HEAP32[i45 + 4 >> 2] | 0) == 3) { - HEAPF32[i42 >> 2] = +(i2 >>> 0); - i2 = 3; - d1 = +HEAPF64[i42 >> 3]; - } else { - d1 = +(i2 >>> 0); - HEAPF64[i42 >> 3] = d1; - i2 = 4; - } - HEAP32[i46 >> 2] = i2; - HEAPF64[i46 + 8 >> 3] = d1; - HEAP32[i46 + 16 >> 2] = 0; + d1 = +((HEAP32[i42 + 8 >> 2] | 0) >>> 0); + HEAP32[i41 >> 2] = 3; + HEAPF32[i41 + 8 >> 2] = d1; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 19: + case 27: { - i2 = HEAP32[i39 + 8 >> 2] | 0; - if ((HEAP32[i45 + 4 >> 2] | 0) == 3) { - HEAPF32[i41 >> 2] = +(i2 | 0); - i2 = 3; - d1 = +HEAPF64[i41 >> 3]; - } else { - d1 = +(i2 | 0); - HEAPF64[i41 >> 3] = d1; - i2 = 4; - } - HEAP32[i46 >> 2] = i2; - HEAPF64[i46 + 8 >> 3] = d1; - HEAP32[i46 + 16 >> 2] = 0; + d1 = +((HEAP32[i42 + 8 >> 2] | 0) >>> 0); + HEAP32[i41 >> 2] = 4; + HEAPF64[i41 + 8 >> 3] = d1; + HEAP32[i41 + 16 >> 2] = 0; + break L3; + } + case 24: + { + d1 = +(HEAP32[i42 + 8 >> 2] | 0); + HEAP32[i41 >> 2] = 3; + HEAPF32[i41 + 8 >> 2] = d1; + HEAP32[i41 + 16 >> 2] = 0; + break L3; + } + case 25: + { + d1 = +(HEAP32[i42 + 8 >> 2] | 0); + HEAP32[i41 >> 2] = 4; + HEAPF64[i41 + 8 >> 3] = d1; + HEAP32[i41 + 16 >> 2] = 0; break L3; } default: @@ -26219,231 +26232,231 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 2: { - switch (HEAP32[i45 + 8 >> 2] | 0) { + do switch (HEAP32[i36 + 8 >> 2] | 0) { case 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; + __ZNK4wasm7Literal18countLeadingZeroesEv(i33, i42); + HEAP32[i41 >> 2] = HEAP32[i33 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i33 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i33 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i33 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 1: { - __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; + __ZNK4wasm7Literal19countTrailingZeroesEv(i34, i42); + HEAP32[i41 >> 2] = HEAP32[i34 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i34 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i34 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i34 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 2: { - __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; + __ZNK4wasm7Literal8popCountEv(i35, i42); + HEAP32[i41 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i35 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i35 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i35 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 10: { 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; + i40 = i4 + 8 | 0; + HEAP32[i40 >> 2] = 0; + HEAP32[i40 + 4 >> 2] = 0; + i42 = (__ZNK4wasm7LiteraleqERKS0_(i42, i4) | 0) & 1; + HEAP32[i41 >> 2] = 1; + HEAP32[i41 + 8 >> 2] = i42; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 13: { - __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; + __ZNK4wasm7Literal13truncateToI32Ev(i5, i42); + HEAP32[i41 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i5 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 25: + case 35: { - __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; + __ZN4wasm7Literal9castToF64Ev(i6, i42); + HEAP32[i41 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 22: + case 30: { - i3 = i39 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; - i3 = HEAP32[i3 + 4 >> 2] | 0; - if ((HEAP32[i45 + 4 >> 2] | 0) == 3) { - HEAPF32[i44 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 >>> 0); - i2 = 3; - d1 = +HEAPF64[i44 >> 3]; - } else { - d1 = +(i2 >>> 0) + 4294967296.0 * +(i3 >>> 0); - HEAPF64[i44 >> 3] = d1; - i2 = 4; - } - HEAP32[i46 >> 2] = i2; - HEAPF64[i46 + 8 >> 3] = d1; - HEAP32[i46 + 16 >> 2] = 0; + i42 = i42 + 8 | 0; + d1 = +((HEAP32[i42 >> 2] | 0) >>> 0) + 4294967296.0 * +((HEAP32[i42 + 4 >> 2] | 0) >>> 0); + HEAP32[i41 >> 2] = 3; + HEAPF32[i41 + 8 >> 2] = d1; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 21: + case 31: { - i3 = i39 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; - i3 = HEAP32[i3 + 4 >> 2] | 0; - if ((HEAP32[i45 + 4 >> 2] | 0) == 3) { - HEAPF32[i43 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 | 0); - i2 = 3; - d1 = +HEAPF64[i43 >> 3]; - } else { - d1 = +(i2 >>> 0) + 4294967296.0 * +(i3 | 0); - HEAPF64[i43 >> 3] = d1; - i2 = 4; - } - HEAP32[i46 >> 2] = i2; - HEAPF64[i46 + 8 >> 3] = d1; - HEAP32[i46 + 16 >> 2] = 0; + i42 = i42 + 8 | 0; + d1 = +((HEAP32[i42 >> 2] | 0) >>> 0) + 4294967296.0 * +((HEAP32[i42 + 4 >> 2] | 0) >>> 0); + HEAP32[i41 >> 2] = 4; + HEAPF64[i41 + 8 >> 3] = d1; + HEAP32[i41 + 16 >> 2] = 0; + break L3; + } + case 28: + { + i42 = i42 + 8 | 0; + d1 = +((HEAP32[i42 >> 2] | 0) >>> 0) + 4294967296.0 * +(HEAP32[i42 + 4 >> 2] | 0); + HEAP32[i41 >> 2] = 3; + HEAPF32[i41 + 8 >> 2] = d1; + HEAP32[i41 + 16 >> 2] = 0; + break L3; + } + case 29: + { + i42 = i42 + 8 | 0; + d1 = +((HEAP32[i42 >> 2] | 0) >>> 0) + 4294967296.0 * +(HEAP32[i42 + 4 >> 2] | 0); + HEAP32[i41 >> 2] = 4; + HEAPF64[i41 + 8 >> 3] = d1; + HEAP32[i41 + 16 >> 2] = 0; break L3; } default: _abort(); - } + } while (0); break; } case 3: { - do switch (HEAP32[i45 + 8 >> 2] | 0) { + do switch (HEAP32[i36 + 8 >> 2] | 0) { case 3: { - __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; + __ZNK4wasm7Literal3negEv(i7, i42); + HEAP32[i41 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 4: { - __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; + __ZNK4wasm7Literal3absEv(i8, i42); + HEAP32[i41 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 5: { - __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; + __ZNK4wasm7Literal4ceilEv(i9, i42); + HEAP32[i41 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 6: { - __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; + __ZNK4wasm7Literal5floorEv(i10, i42); + HEAP32[i41 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i10 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 7: { - __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; + __ZNK4wasm7Literal5truncEv(i11, i42); + HEAP32[i41 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i11 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 8: { - __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; + __ZNK4wasm7Literal9nearbyintEv(i12, i42); + HEAP32[i41 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i12 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i12 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i12 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 9: { - __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; + __ZNK4wasm7Literal4sqrtEv(i13, i42); + HEAP32[i41 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i13 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } + case 15: case 14: { - 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; + HEAP32[i39 >> 2] = HEAP32[i42 >> 2]; + HEAP32[i39 + 4 >> 2] = HEAP32[i42 + 4 >> 2]; + HEAP32[i39 + 8 >> 2] = HEAP32[i42 + 8 >> 2]; + HEAP32[i39 + 12 >> 2] = HEAP32[i42 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i15, i38, i36, i39); + HEAP32[i41 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 15: + case 17: + case 16: { - 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; + HEAP32[i39 >> 2] = HEAP32[i42 >> 2]; + HEAP32[i39 + 4 >> 2] = HEAP32[i42 + 4 >> 2]; + HEAP32[i39 + 8 >> 2] = HEAP32[i42 + 8 >> 2]; + HEAP32[i39 + 12 >> 2] = HEAP32[i42 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i16, i38, i36, i39); + HEAP32[i41 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 18: + case 22: { - __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; + __ZN4wasm7Literal9castToI32Ev(i17, i42); + HEAP32[i41 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 23: + case 32: { - __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; + __ZNK4wasm7Literal11extendToF64Ev(i18, i42); + HEAP32[i41 >> 2] = HEAP32[i18 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i18 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } default: @@ -26453,124 +26466,156 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 4: { - do switch (HEAP32[i45 + 8 >> 2] | 0) { + do switch (HEAP32[i36 + 8 >> 2] | 0) { case 3: { - __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; + __ZNK4wasm7Literal3negEv(i19, i42); + HEAP32[i41 >> 2] = HEAP32[i19 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i19 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i19 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i19 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 4: { - __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; + __ZNK4wasm7Literal3absEv(i20, i42); + HEAP32[i41 >> 2] = HEAP32[i20 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i20 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i20 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i20 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 5: { - __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; + __ZNK4wasm7Literal4ceilEv(i21, i42); + HEAP32[i41 >> 2] = HEAP32[i21 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i21 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i21 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i21 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 6: { - __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; + __ZNK4wasm7Literal5floorEv(i22, i42); + HEAP32[i41 >> 2] = HEAP32[i22 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i22 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i22 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i22 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 7: { - __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; + __ZNK4wasm7Literal5truncEv(i23, i42); + HEAP32[i41 >> 2] = HEAP32[i23 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i23 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i23 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i23 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 8: { - __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; + __ZNK4wasm7Literal9nearbyintEv(i24, i42); + HEAP32[i41 >> 2] = HEAP32[i24 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i24 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i24 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i24 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } case 9: { - __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; + __ZNK4wasm7Literal4sqrtEv(i26, i42); + HEAP32[i41 >> 2] = HEAP32[i26 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 16: + case 19: + case 18: { - 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; + HEAP32[i39 >> 2] = HEAP32[i42 >> 2]; + HEAP32[i39 + 4 >> 2] = HEAP32[i42 + 4 >> 2]; + HEAP32[i39 + 8 >> 2] = HEAP32[i42 + 8 >> 2]; + HEAP32[i39 + 12 >> 2] = HEAP32[i42 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i27, i38, i36, i39); + HEAP32[i41 >> 2] = HEAP32[i27 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i27 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i27 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i27 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 17: + case 21: + case 20: { - 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; + HEAP32[i39 >> 2] = HEAP32[i42 >> 2]; + HEAP32[i39 + 4 >> 2] = HEAP32[i42 + 4 >> 2]; + HEAP32[i39 + 8 >> 2] = HEAP32[i42 + 8 >> 2]; + HEAP32[i39 + 12 >> 2] = HEAP32[i42 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i28, i38, i36, i39); + HEAP32[i41 >> 2] = HEAP32[i28 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i28 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i28 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i28 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 18: + case 23: { - __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; + __ZN4wasm7Literal9castToI64Ev(i29, i42); + HEAP32[i41 >> 2] = HEAP32[i29 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i29 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i29 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i29 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; break L3; } - case 24: + case 33: { - __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; + d1 = +__ZN4wasm7Literal8getFloatEv(i42); + d44 = +Math_abs(+d1); + HEAPF64[tempDoublePtr >> 3] = d44; + i2 = HEAP32[tempDoublePtr >> 2] | 0; + i3 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + if (i3 >>> 0 > 2146435072 | (i3 | 0) == 2146435072 & i2 >>> 0 > 0) { + HEAP32[i41 >> 2] = 3; + HEAPF32[i41 + 8 >> 2] = d1; + HEAP32[i41 + 16 >> 2] = 0; + break L3; + } + if ((i2 | 0) == 0 & (i3 | 0) == 2146435072) { + HEAP32[i41 >> 2] = 3; + HEAPF32[i41 + 8 >> 2] = d1; + HEAP32[i41 + 16 >> 2] = 0; + break L3; + } + if (d1 < -3402823466385288598117041.0e14) { + HEAP32[i41 >> 2] = 3; + HEAPF32[i41 + 8 >> 2] = -inf; + HEAP32[i41 + 16 >> 2] = 0; + break L3; + } + if (d1 > 3402823466385288598117041.0e14) { + HEAP32[i41 >> 2] = 3; + HEAPF32[i41 + 8 >> 2] = inf; + HEAP32[i41 + 16 >> 2] = 0; + break L3; + } else { + __ZNK4wasm7Literal13truncateToF32Ev(i40, i42); + HEAP32[i41 >> 2] = HEAP32[i40 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i40 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i40 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i40 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = 0; + break L3; + } } default: _abort(); @@ -26581,14 +26626,14 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect _abort(); } while (0); } else { - 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]; + HEAP32[i41 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i41 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; + HEAP32[i41 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; + HEAP32[i41 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; + HEAP32[i41 + 16 >> 2] = HEAP32[i37 + 16 >> 2]; + HEAP32[i41 + 20 >> 2] = HEAP32[i37 + 20 >> 2]; } - STACKTOP = i47; + STACKTOP = i43; return; } @@ -27341,7 +27386,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE } default: { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(27442, i1); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(28461, i1); _abort(); } } @@ -27381,13 +27426,13 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE if (i10) { i11 = HEAP32[i13 >> 2] | 0; i10 = i11 + -12 | 0; - i8 = HEAP32[12312] | 0; + i8 = HEAP32[12581] | 0; i11 = i11 + -8 | 0; - i9 = HEAP32[12311] | 0; + i9 = HEAP32[12580] | 0; L30 : while (1) { if ((i9 | 0) == (i8 | 0)) break; - L33 : do if (!(HEAP8[i9 + 20 >> 0] | 0)) { - i5 = i9 + 24 | 0; + L33 : do if (!(HEAP8[i9 + 32 >> 0] | 0)) { + i5 = i9 + 36 | 0; i4 = 0; while (1) { i17 = HEAP32[i10 >> 2] | 0; @@ -27472,7 +27517,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE i4 = i1 + 1 | 0; } } else { - i7 = i9 + 24 | 0; + i7 = i9 + 36 | 0; i6 = (HEAP32[i11 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 3; while (1) { i1 = i6 + -1 | 0; @@ -27531,13 +27576,13 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE break; case 3: { - if ((i2 | 0) != (HEAP32[12296] | 0)) break L69; + if ((i2 | 0) != (HEAP32[12562] | 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[12295] | 0)) break L69; + if ((__ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i2 + (i6 + -3 << 3) | 0) | 0) != (HEAP32[12561] | 0)) break L69; i17 = (HEAP32[i10 >> 2] | 0) + (i6 + -4 << 3) | 0; i16 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i17) | 0; HEAP32[i37 >> 2] = i16; @@ -27593,11 +27638,11 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE i6 = i1; } } while (0); - i9 = i9 + 28 | 0; + i9 = i9 + 40 | 0; } - if ((i41 | 0) == 53) ___assert_fail(27468, 26648, 797, 27502); + if ((i41 | 0) == 53) ___assert_fail(28487, 27667, 797, 28521); i1 = HEAP32[i10 >> 2] | 0; - if (((HEAP32[i11 >> 2] | 0) - i1 | 0) != 8) ___assert_fail(27518, 26648, 824, 27502); + if (((HEAP32[i11 >> 2] | 0) - i1 | 0) != 8) ___assert_fail(28537, 27667, 824, 28521); i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i1) | 0; i2 = HEAP32[i10 >> 2] | 0; i3 = HEAP32[i11 >> 2] | 0; @@ -27653,7 +27698,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[12339] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[12611] | 0)) switch (i19 | 0) { case 3: { HEAP32[i22 + 8 >> 2] = 3; @@ -27674,7 +27719,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i break L1; } } - if ((i4 | 0) == (HEAP32[12387] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[12659] | 0)) switch (i19 | 0) { case 3: { HEAP32[i22 + 8 >> 2] = 3; @@ -27695,10 +27740,10 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i break L1; } } - if ((i4 | 0) == (HEAP32[12338] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[12610] | 0)) switch (i19 | 0) { case 3: { - d3 = +_nan(57291); + d3 = +_nan(58379); HEAP32[i22 + 8 >> 2] = 3; HEAPF32[i22 + 16 >> 2] = d3; i18 = i22; @@ -27706,7 +27751,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } case 4: { - d3 = +_nan(57291); + d3 = +_nan(58379); HEAP32[i22 + 8 >> 2] = 4; HEAPF64[i22 + 16 >> 3] = d3; i18 = i22; @@ -27728,7 +27773,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(17965, 18021, 70, 18035); + ___assert_fail(17861, 17917, 70, 17931); } while (0); switch (i19 | 0) { case 3: @@ -27874,10 +27919,10 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } } } - if ((i4 | 0) == (HEAP32[12388] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[12660] | 0)) switch (i19 | 0) { case 3: { - d24 = -+_nan(57291); + d24 = -+_nan(58379); HEAP32[i22 + 8 >> 2] = 3; HEAPF32[i22 + 16 >> 2] = d24; i18 = i22; @@ -27885,7 +27930,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } case 4: { - d24 = -+_nan(57291); + d24 = -+_nan(58379); HEAP32[i22 + 8 >> 2] = 4; HEAPF64[i22 + 16 >> 3] = d24; i18 = i22; @@ -28111,7 +28156,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i break L72; } } while (0); - if ((HEAP32[i1 >> 2] | 0) == (i19 | 0)) i18 = i22; else ___assert_fail(18046, 18021, 160, 18035); + if ((HEAP32[i1 >> 2] | 0) == (i19 | 0)) i18 = i22; else ___assert_fail(17942, 17917, 160, 17931); } while (0); STACKTOP = i23; return i18 | 0; @@ -28739,10 +28784,10 @@ function __ZN4wasm17WasmBinaryBuilder16maybeVisitBinaryERPNS_10ExpressionEh(i4, } while (0); if ((i5 | 0) == 78) { if (HEAP8[i4 + 12 >> 0] | 0) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20245) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20245) | 0; i7 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i2 >> 2] = i7; - i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 51344) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 0; i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 63](i7, 10) | 0; __ZNSt3__16localeD2Ev(i2); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i5, i7) | 0; @@ -28781,7 +28826,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R switch (i3 | 0) { case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i6, 47219); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i6, 48285); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -28814,7 +28859,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } case 98: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i7, 47234); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i7, 48300); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -28847,7 +28892,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i8, 47252); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i8, 48318); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -28880,7 +28925,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i9, 47264); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i9, 48330); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -28913,7 +28958,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i10, 47277); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i10, 48343); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -28946,7 +28991,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } case 100: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i11, 47290); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i11, 48356); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -29157,7 +29202,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, 46663) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 47729) | 0; break; } if (((i2 - i4 | 0) > 2 ? (HEAP8[i4 >> 0] | 0) == 115 : 0) ? (HEAP8[i4 + 1 >> 0] | 0) == 114 : 0) { @@ -29236,7 +29281,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, 46663) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 47729) | 0; HEAP32[i10 >> 2] = HEAP32[i1 >> 2]; HEAP32[i10 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i10 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -29289,7 +29334,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, 46663) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 47729) | 0; HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; HEAP32[i12 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i12 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -29370,7 +29415,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, 46663) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 47729) | 0; HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; HEAP32[i6 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i6 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -29396,7 +29441,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, 46663) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i3 + -24 | 0, 0, 47729) | 0; i8 = i2; } else i8 = i14 + 4 | 0; i5 = i9 + 8 | 0; @@ -29425,7 +29470,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, 46663) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 47729) | 0; HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; HEAP32[i9 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i9 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -29475,7 +29520,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, 46663) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 47729) | 0; HEAP32[i11 >> 2] = HEAP32[i2 >> 2]; HEAP32[i11 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i11 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -29525,7 +29570,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, 47201, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, 48267, 1); i30 = i35 + 4 | 0; i14 = i35 + 12 | 0; i15 = i33 + 8 | 0; @@ -29682,7 +29727,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, 47203) | 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, 48269) | 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; @@ -29711,7 +29756,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, 47206) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i34, 46616) | 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, 48272) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i34, 47682) | 0; HEAP32[i32 >> 2] = HEAP32[i34 >> 2]; HEAP32[i32 + 4 >> 2] = HEAP32[i34 + 4 >> 2]; HEAP32[i32 + 8 >> 2] = HEAP32[i34 + 8 >> 2]; @@ -29774,163 +29819,163 @@ function __ZN4wasm10PostWalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionE } case 1: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 329, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 371, i1); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i4) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 330, i1); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13maybePushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 16 | 0); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 12 | 0); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 8 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 372, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13maybePushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 8 | 0); break; } case 3: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 331, i1); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 373, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i4) | 0) + 16 | 0); break; } case 4: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 332, i1); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13maybePushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 16 | 0); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13maybePushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 374, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13maybePushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13maybePushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 12 | 0); break; } case 5: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 333, i1); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13maybePushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 28 | 0); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 24 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 375, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13maybePushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 32 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 28 | 0); break; } case 6: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 334, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 376, i1); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i4) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 335, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 377, i1); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i4) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 336, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 378, i1); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0) + 28 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 337, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 379, i1); break; } case 10: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 338, i1); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 380, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i4) | 0) + 12 | 0); break; } case 11: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 339, i1); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i4) | 0) + 24 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 381, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i4) | 0) + 24 | 0); break; } case 12: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 340, i1); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 24 | 0); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 20 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 382, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 24 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 341, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 383, i1); break; } case 14: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 342, i1); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 384, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i4) | 0) + 12 | 0); break; } case 15: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 343, i1); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 16 | 0); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 385, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 12 | 0); break; } case 16: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 344, i1); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 16 | 0); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 12 | 0); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 8 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 386, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 8 | 0); break; } case 17: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 345, i1); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13maybePushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i4) | 0) + 8 | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 387, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13maybePushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i4) | 0) + 8 | 0); break; } case 18: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 346, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 388, i1); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i4) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 328, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 370, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 347, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 389, i1); break; } case 20: { - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 348, i1); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i5, 390, i1); break; } default: @@ -29953,178 +29998,178 @@ function __ZN4wasm10PostWalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11S case 1: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 155, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 197, i2); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 156, i2); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13maybePushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 198, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13maybePushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); break; } case 3: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 157, i2); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 199, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); break; } case 4: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 158, i2); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13maybePushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13maybePushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 200, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13maybePushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13maybePushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); break; } case 5: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 159, i2); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13maybePushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 201, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13maybePushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 32 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); break; } case 6: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 160, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 202, i2); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 161, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 203, i2); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 162, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 204, i2); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i1 + 16 | 0, 163, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i1 + 16 | 0, 205, i2); break; } case 10: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 164, i2); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 206, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); break; } case 11: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 165, i2); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 207, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); break; } case 12: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 166, i2); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 208, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i1 + 16 | 0, 167, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i1 + 16 | 0, 209, i2); break; } case 14: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 168, i2); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 210, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 15: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 169, i2); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 211, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 16: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 170, i2); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 212, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); break; } case 17: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 171, i2); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13maybePushTaskEPFvPS5_PS3_ESA_(i4, 154, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 213, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13maybePushTaskEPFvPS5_PS3_ESA_(i4, 196, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); break; } case 18: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 172, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 214, i2); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i5) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 154, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i4, 196, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i1 + 16 | 0, 173, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i1 + 16 | 0, 215, i2); break; } case 20: { - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i1 + 16 | 0, 174, i2); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i1 + 16 | 0, 216, i2); break; } default: @@ -30182,7 +30227,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, 51376) | 0; + i28 = __ZNKSt3__16locale9use_facetERNS0_2idE(i28, 52464) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i44) | 0; do switch (i38 << 24 >> 24 | 0) { case 65: @@ -30471,7 +30516,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, 51344) | 0; + i28 = __ZNKSt3__16locale9use_facetERNS0_2idE(i28, 52432) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i44) | 0; do switch (i38 << 24 >> 24 | 0) { case 65: @@ -30525,7 +30570,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, 43816, 43824) | 0; + i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 44882, 44890) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -30536,7 +30581,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, 43824, 43832) | 0; + i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 44890, 44898) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -30604,7 +30649,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, 43832, 43843) | 0; + i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 44898, 44909) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -30615,7 +30660,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, 43843, 43848) | 0; + i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 44909, 44914) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -30634,7 +30679,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, 43848, 43856) | 0; + i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, 44914, 44922) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -30714,7 +30759,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[12434] | 0; + i7 = HEAP32[12706] | 0; if (i3 >>> 0 < i7 >>> 0) _abort(); i1 = HEAP32[i1 + -4 >> 2] | 0; i2 = i1 & 3; @@ -30727,7 +30772,7 @@ function _free(i1) { i10 = i3 + (0 - i1) | 0; i9 = i1 + i4 | 0; if (i10 >>> 0 < i7 >>> 0) _abort(); - if ((i10 | 0) == (HEAP32[12435] | 0)) { + if ((i10 | 0) == (HEAP32[12707] | 0)) { i1 = i12 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; if ((i2 & 3 | 0) != 3) { @@ -30735,7 +30780,7 @@ function _free(i1) { i6 = i9; break; } - HEAP32[12432] = i9; + HEAP32[12704] = i9; HEAP32[i1 >> 2] = i2 & -2; HEAP32[i10 + 4 >> 2] = i9 | 1; HEAP32[i10 + i9 >> 2] = i9; @@ -30745,13 +30790,13 @@ function _free(i1) { if (i1 >>> 0 < 256) { i2 = HEAP32[i10 + 8 >> 2] | 0; i3 = HEAP32[i10 + 12 >> 2] | 0; - i1 = 49760 + (i4 << 1 << 2) | 0; + i1 = 50848 + (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[12430] = HEAP32[12430] & ~(1 << i4); + HEAP32[12702] = HEAP32[12702] & ~(1 << i4); i16 = i10; i6 = i9; break; @@ -30815,17 +30860,17 @@ function _free(i1) { } while (0); if (i5) { i1 = HEAP32[i10 + 28 >> 2] | 0; - i2 = 50024 + (i1 << 2) | 0; + i2 = 51112 + (i1 << 2) | 0; if ((i10 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i8; if (!i8) { - HEAP32[12431] = HEAP32[12431] & ~(1 << i1); + HEAP32[12703] = HEAP32[12703] & ~(1 << i1); i16 = i10; i6 = i9; break; } } else { - if (i5 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[12706] | 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) { @@ -30834,7 +30879,7 @@ function _free(i1) { break; } } - i3 = HEAP32[12434] | 0; + i3 = HEAP32[12706] | 0; if (i8 >>> 0 < i3 >>> 0) _abort(); HEAP32[i8 + 24 >> 2] = i5; i1 = i10 + 16 | 0; @@ -30845,7 +30890,7 @@ function _free(i1) { break; } while (0); i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1) if (i1 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i1) if (i1 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i8 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i8; i16 = i10; @@ -30868,20 +30913,20 @@ function _free(i1) { i2 = HEAP32[i1 >> 2] | 0; if (!(i2 & 1)) _abort(); if (!(i2 & 2)) { - if ((i12 | 0) == (HEAP32[12436] | 0)) { - i15 = (HEAP32[12433] | 0) + i6 | 0; - HEAP32[12433] = i15; - HEAP32[12436] = i16; + if ((i12 | 0) == (HEAP32[12708] | 0)) { + i15 = (HEAP32[12705] | 0) + i6 | 0; + HEAP32[12705] = i15; + HEAP32[12708] = i16; HEAP32[i16 + 4 >> 2] = i15 | 1; - if ((i16 | 0) != (HEAP32[12435] | 0)) return; - HEAP32[12435] = 0; - HEAP32[12432] = 0; + if ((i16 | 0) != (HEAP32[12707] | 0)) return; + HEAP32[12707] = 0; + HEAP32[12704] = 0; return; } - if ((i12 | 0) == (HEAP32[12435] | 0)) { - i15 = (HEAP32[12432] | 0) + i6 | 0; - HEAP32[12432] = i15; - HEAP32[12435] = i16; + if ((i12 | 0) == (HEAP32[12707] | 0)) { + i15 = (HEAP32[12704] | 0) + i6 | 0; + HEAP32[12704] = i15; + HEAP32[12707] = i16; HEAP32[i16 + 4 >> 2] = i15 | 1; HEAP32[i16 + i15 >> 2] = i15; return; @@ -30917,14 +30962,14 @@ function _free(i1) { i2 = i3; } } - if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i2 >> 2] = 0; i13 = i1; break; } } else { i2 = HEAP32[i12 + 8 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); + if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); i3 = i2 + 12 | 0; if ((HEAP32[i3 >> 2] | 0) != (i12 | 0)) _abort(); i4 = i1 + 8 | 0; @@ -30937,20 +30982,20 @@ function _free(i1) { } while (0); if (i5 | 0) { i1 = HEAP32[i12 + 28 >> 2] | 0; - i2 = 50024 + (i1 << 2) | 0; + i2 = 51112 + (i1 << 2) | 0; if ((i12 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i13; if (!i13) { - HEAP32[12431] = HEAP32[12431] & ~(1 << i1); + HEAP32[12703] = HEAP32[12703] & ~(1 << i1); break; } } else { - if (i5 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[12706] | 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[12434] | 0; + i3 = HEAP32[12706] | 0; if (i13 >>> 0 < i3 >>> 0) _abort(); HEAP32[i13 + 24 >> 2] = i5; i1 = i12 + 16 | 0; @@ -30961,7 +31006,7 @@ function _free(i1) { break; } while (0); i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i13 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i13; break; @@ -30970,17 +31015,17 @@ function _free(i1) { } else { i2 = HEAP32[i12 + 8 >> 2] | 0; i3 = HEAP32[i12 + 12 >> 2] | 0; - i1 = 49760 + (i4 << 1 << 2) | 0; + i1 = 50848 + (i4 << 1 << 2) | 0; if ((i2 | 0) != (i1 | 0)) { - if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); + if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); if ((HEAP32[i2 + 12 >> 2] | 0) != (i12 | 0)) _abort(); } if ((i3 | 0) == (i2 | 0)) { - HEAP32[12430] = HEAP32[12430] & ~(1 << i4); + HEAP32[12702] = HEAP32[12702] & ~(1 << i4); break; } if ((i3 | 0) != (i1 | 0)) { - if (i3 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); + if (i3 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); i1 = i3 + 8 | 0; if ((HEAP32[i1 >> 2] | 0) == (i12 | 0)) i11 = i1; else _abort(); } else i11 = i3 + 8 | 0; @@ -30989,8 +31034,8 @@ function _free(i1) { } while (0); HEAP32[i16 + 4 >> 2] = i6 | 1; HEAP32[i16 + i6 >> 2] = i6; - if ((i16 | 0) == (HEAP32[12435] | 0)) { - HEAP32[12432] = i6; + if ((i16 | 0) == (HEAP32[12707] | 0)) { + HEAP32[12704] = i6; return; } } else { @@ -31000,18 +31045,18 @@ function _free(i1) { } i1 = i6 >>> 3; if (i6 >>> 0 < 256) { - i3 = 49760 + (i1 << 1 << 2) | 0; - i2 = HEAP32[12430] | 0; + i3 = 50848 + (i1 << 1 << 2) | 0; + i2 = HEAP32[12702] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { i14 = i1; i15 = i2; } } else { - HEAP32[12430] = i2 | i1; + HEAP32[12702] = i2 | i1; i14 = i3 + 8 | 0; i15 = i3; } @@ -31031,11 +31076,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 = 50024 + (i3 << 2) | 0; + i4 = 51112 + (i3 << 2) | 0; HEAP32[i16 + 28 >> 2] = i3; HEAP32[i16 + 20 >> 2] = 0; HEAP32[i16 + 16 >> 2] = 0; - i1 = HEAP32[12431] | 0; + i1 = HEAP32[12703] | 0; i2 = 1 << i3; do if (i1 & i2) { i5 = i6 << ((i3 | 0) == 31 ? 0 : 25 - (i3 >>> 1) | 0); @@ -31056,7 +31101,7 @@ function _free(i1) { i1 = i3; } } - if ((i4 | 0) == 127) if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if ((i4 | 0) == 127) if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i2 >> 2] = i16; HEAP32[i16 + 24 >> 2] = i1; HEAP32[i16 + 12 >> 2] = i16; @@ -31065,7 +31110,7 @@ function _free(i1) { } else if ((i4 | 0) == 130) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - i15 = HEAP32[12434] | 0; + i15 = HEAP32[12706] | 0; if (i2 >>> 0 >= i15 >>> 0 & i3 >>> 0 >= i15 >>> 0) { HEAP32[i2 + 12 >> 2] = i16; HEAP32[i1 >> 2] = i16; @@ -31076,20 +31121,20 @@ function _free(i1) { } else _abort(); } } else { - HEAP32[12431] = i1 | i2; + HEAP32[12703] = 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[12438] | 0) + -1 | 0; - HEAP32[12438] = i16; - if (!i16) i1 = 50176; else return; + i16 = (HEAP32[12710] | 0) + -1 | 0; + HEAP32[12710] = i16; + if (!i16) i1 = 51264; else return; while (1) { i1 = HEAP32[i1 >> 2] | 0; if (!i1) break; else i1 = i1 + 8 | 0; } - HEAP32[12438] = -1; + HEAP32[12710] = -1; return; } @@ -31265,7 +31310,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 169: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 20; + HEAP32[i1 + 8 >> 2] = 26; HEAP32[i1 + 4 >> 2] = 3; i5 = 49; break; @@ -31273,7 +31318,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 175: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 20; + HEAP32[i1 + 8 >> 2] = 27; HEAP32[i1 + 4 >> 2] = 4; i5 = 49; break; @@ -31281,7 +31326,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 168: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 19; + HEAP32[i1 + 8 >> 2] = 24; HEAP32[i1 + 4 >> 2] = 3; i5 = 49; break; @@ -31289,7 +31334,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 174: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 19; + HEAP32[i1 + 8 >> 2] = 25; HEAP32[i1 + 4 >> 2] = 4; i5 = 49; break; @@ -31297,7 +31342,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 171: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 22; + HEAP32[i1 + 8 >> 2] = 30; HEAP32[i1 + 4 >> 2] = 3; i5 = 49; break; @@ -31305,7 +31350,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 177: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 22; + HEAP32[i1 + 8 >> 2] = 31; HEAP32[i1 + 4 >> 2] = 4; i5 = 49; break; @@ -31313,7 +31358,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 170: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 21; + HEAP32[i1 + 8 >> 2] = 28; HEAP32[i1 + 4 >> 2] = 3; i5 = 49; break; @@ -31321,7 +31366,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 176: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 21; + HEAP32[i1 + 8 >> 2] = 29; HEAP32[i1 + 4 >> 2] = 4; i5 = 49; break; @@ -31353,7 +31398,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 159: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 15; + HEAP32[i1 + 8 >> 2] = 16; HEAP32[i1 + 4 >> 2] = 1; i5 = 49; break; @@ -31361,7 +31406,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 160: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 17; + HEAP32[i1 + 8 >> 2] = 21; HEAP32[i1 + 4 >> 2] = 1; i5 = 49; break; @@ -31377,7 +31422,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 158: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 16; + HEAP32[i1 + 8 >> 2] = 19; HEAP32[i1 + 4 >> 2] = 1; i5 = 49; break; @@ -31385,7 +31430,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 164: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 15; + HEAP32[i1 + 8 >> 2] = 16; HEAP32[i1 + 4 >> 2] = 2; i5 = 49; break; @@ -31393,7 +31438,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 165: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 17; + HEAP32[i1 + 8 >> 2] = 21; HEAP32[i1 + 4 >> 2] = 2; i5 = 49; break; @@ -31409,7 +31454,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 163: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 16; + HEAP32[i1 + 8 >> 2] = 19; HEAP32[i1 + 4 >> 2] = 2; i5 = 49; break; @@ -31433,7 +31478,7 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 172: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 24; + HEAP32[i1 + 8 >> 2] = 33; HEAP32[i1 + 4 >> 2] = 3; i5 = 49; break; @@ -31441,39 +31486,39 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i case 178: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 23; + HEAP32[i1 + 8 >> 2] = 32; HEAP32[i1 + 4 >> 2] = 4; i5 = 49; break; } - case 173: + case 180: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 18; + HEAP32[i1 + 8 >> 2] = 22; HEAP32[i1 + 4 >> 2] = 1; i5 = 49; break; } - case 179: + case 181: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 18; + HEAP32[i1 + 8 >> 2] = 23; HEAP32[i1 + 4 >> 2] = 2; i5 = 49; break; } - case 181: + case 179: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 25; + HEAP32[i1 + 8 >> 2] = 34; HEAP32[i1 + 4 >> 2] = 4; i5 = 49; break; } - case 180: + case 173: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = 25; + HEAP32[i1 + 8 >> 2] = 35; HEAP32[i1 + 4 >> 2] = 3; i5 = 49; break; @@ -31483,10 +31528,10 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i } while (0); if ((i5 | 0) == 49) { if (HEAP8[i4 + 12 >> 0] | 0) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20261) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20261) | 0; i7 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i2 >> 2] = i7; - i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 51344) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 0; i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 63](i7, 10) | 0; __ZNSt3__16localeD2Ev(i2); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i5, i7) | 0; @@ -31501,6 +31546,184 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i4, i return i1 | 0; } +function __ZN4wasm10PostWalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE4scanEPS2_PPNS_10ExpressionE(i5, i1) { + i5 = i5 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i4 = HEAP32[i1 >> 2] | 0; + L1 : do switch (HEAP32[i4 >> 2] | 0) { + case 0: + { + _abort(); + break; + } + case 1: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 110, i1); + i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i4) | 0; + i1 = i3 + 12 | 0; + i3 = HEAP32[i3 + 20 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break L1; + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + } + case 2: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 111, i1); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13maybePushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 8 | 0); + break; + } + case 3: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 112, i1); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i4) | 0) + 16 | 0); + break; + } + case 4: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 113, i1); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13maybePushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13maybePushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 12 | 0); + break; + } + case 5: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 114, i1); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13maybePushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 28 | 0); + break; + } + case 6: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 115, i1); + i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i4) | 0; + i1 = i3 + 8 | 0; + i3 = HEAP32[i3 + 16 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break L1; + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + } + case 7: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 116, i1); + i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i4) | 0; + i1 = i3 + 8 | 0; + i3 = HEAP32[i3 + 16 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break L1; + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + } + case 8: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 117, i1); + i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0; + i1 = i3 + 8 | 0; + i3 = HEAP32[i3 + 16 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break; + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0) + 28 | 0); + break; + } + case 9: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 118, i1); + break; + } + case 10: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 119, i1); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i4) | 0) + 12 | 0); + break; + } + case 11: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 120, i1); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i4) | 0) + 24 | 0); + break; + } + case 12: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 121, i1); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 20 | 0); + break; + } + case 13: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 122, i1); + break; + } + case 14: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 123, i1); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i4) | 0) + 12 | 0); + break; + } + case 15: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 124, i1); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 12 | 0); + break; + } + case 16: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 125, i1); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 8 | 0); + break; + } + case 17: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 126, i1); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13maybePushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i4) | 0) + 8 | 0); + break; + } + case 18: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 127, i1); + i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i4) | 0; + i1 = i3 + 16 | 0; + i3 = HEAP32[i3 + 24 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break L1; + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 109, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + } + case 19: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 128, i1); + break; + } + case 20: + { + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i5, 129, i1); + break; + } + default: + {} + } while (0); + return; +} + function __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i18, i13, i20) { i18 = i18 | 0; i13 = i13 | 0; @@ -31753,178 +31976,178 @@ function __ZN4wasm10PostWalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE4sca case 1: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 110, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 152, i2); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 111, i2); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 153, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); break; } case 3: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 112, i2); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 154, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); break; } case 4: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 113, i2); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 155, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); break; } case 5: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 114, i2); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 156, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); break; } case 6: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 115, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 157, i2); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 116, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 158, i2); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 117, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 159, i2); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 118, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 160, i2); break; } case 10: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 119, i2); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 161, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); break; } case 11: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 120, i2); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 162, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); break; } case 12: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 121, i2); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 163, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 122, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 164, i2); break; } case 14: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 123, i2); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 165, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 15: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 124, i2); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 166, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 16: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 125, i2); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 167, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); break; } case 17: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 126, i2); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 168, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); break; } case 18: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 127, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 169, i2); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i5) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 109, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 128, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 170, i2); break; } case 20: { - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 129, i2); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 171, i2); break; } default: @@ -31944,9 +32167,9 @@ function _dispose_chunk(i2, i3) { if (!(i1 & 3)) return; i11 = i2 + (0 - i5) | 0; i10 = i5 + i3 | 0; - i8 = HEAP32[12434] | 0; + i8 = HEAP32[12706] | 0; if (i11 >>> 0 < i8 >>> 0) _abort(); - if ((i11 | 0) == (HEAP32[12435] | 0)) { + if ((i11 | 0) == (HEAP32[12707] | 0)) { i2 = i14 + 4 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 & 3 | 0) != 3) { @@ -31954,7 +32177,7 @@ function _dispose_chunk(i2, i3) { i6 = i10; break; } - HEAP32[12432] = i10; + HEAP32[12704] = i10; HEAP32[i2 >> 2] = i1 & -2; HEAP32[i11 + 4 >> 2] = i10 | 1; HEAP32[i11 + i10 >> 2] = i10; @@ -31964,13 +32187,13 @@ function _dispose_chunk(i2, i3) { if (i5 >>> 0 < 256) { i2 = HEAP32[i11 + 8 >> 2] | 0; i3 = HEAP32[i11 + 12 >> 2] | 0; - i1 = 49760 + (i4 << 1 << 2) | 0; + i1 = 50848 + (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[12430] = HEAP32[12430] & ~(1 << i4); + HEAP32[12702] = HEAP32[12702] & ~(1 << i4); i17 = i11; i6 = i10; break; @@ -32034,17 +32257,17 @@ function _dispose_chunk(i2, i3) { } while (0); if (i5) { i1 = HEAP32[i11 + 28 >> 2] | 0; - i2 = 50024 + (i1 << 2) | 0; + i2 = 51112 + (i1 << 2) | 0; if ((i11 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i9; if (!i9) { - HEAP32[12431] = HEAP32[12431] & ~(1 << i1); + HEAP32[12703] = HEAP32[12703] & ~(1 << i1); i17 = i11; i6 = i10; break; } } else { - if (i5 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[12706] | 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) { @@ -32053,7 +32276,7 @@ function _dispose_chunk(i2, i3) { break; } } - i3 = HEAP32[12434] | 0; + i3 = HEAP32[12706] | 0; if (i9 >>> 0 < i3 >>> 0) _abort(); HEAP32[i9 + 24 >> 2] = i5; i1 = i11 + 16 | 0; @@ -32064,7 +32287,7 @@ function _dispose_chunk(i2, i3) { break; } while (0); i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1) if (i1 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i1) if (i1 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i9 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i9; i17 = i11; @@ -32082,25 +32305,25 @@ function _dispose_chunk(i2, i3) { i17 = i2; i6 = i3; } while (0); - i7 = HEAP32[12434] | 0; + i7 = HEAP32[12706] | 0; if (i14 >>> 0 < i7 >>> 0) _abort(); i1 = i14 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; if (!(i2 & 2)) { - if ((i14 | 0) == (HEAP32[12436] | 0)) { - i16 = (HEAP32[12433] | 0) + i6 | 0; - HEAP32[12433] = i16; - HEAP32[12436] = i17; + if ((i14 | 0) == (HEAP32[12708] | 0)) { + i16 = (HEAP32[12705] | 0) + i6 | 0; + HEAP32[12705] = i16; + HEAP32[12708] = i17; HEAP32[i17 + 4 >> 2] = i16 | 1; - if ((i17 | 0) != (HEAP32[12435] | 0)) return; - HEAP32[12435] = 0; - HEAP32[12432] = 0; + if ((i17 | 0) != (HEAP32[12707] | 0)) return; + HEAP32[12707] = 0; + HEAP32[12704] = 0; return; } - if ((i14 | 0) == (HEAP32[12435] | 0)) { - i16 = (HEAP32[12432] | 0) + i6 | 0; - HEAP32[12432] = i16; - HEAP32[12435] = i17; + if ((i14 | 0) == (HEAP32[12707] | 0)) { + i16 = (HEAP32[12704] | 0) + i6 | 0; + HEAP32[12704] = i16; + HEAP32[12707] = i17; HEAP32[i17 + 4 >> 2] = i16 | 1; HEAP32[i17 + i16 >> 2] = i16; return; @@ -32156,20 +32379,20 @@ function _dispose_chunk(i2, i3) { } while (0); if (i5 | 0) { i1 = HEAP32[i14 + 28 >> 2] | 0; - i2 = 50024 + (i1 << 2) | 0; + i2 = 51112 + (i1 << 2) | 0; if ((i14 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i13; if (!i13) { - HEAP32[12431] = HEAP32[12431] & ~(1 << i1); + HEAP32[12703] = HEAP32[12703] & ~(1 << i1); break; } } else { - if (i5 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[12706] | 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[12434] | 0; + i3 = HEAP32[12706] | 0; if (i13 >>> 0 < i3 >>> 0) _abort(); HEAP32[i13 + 24 >> 2] = i5; i1 = i14 + 16 | 0; @@ -32180,7 +32403,7 @@ function _dispose_chunk(i2, i3) { break; } while (0); i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i13 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i13; break; @@ -32189,13 +32412,13 @@ function _dispose_chunk(i2, i3) { } else { i2 = HEAP32[i14 + 8 >> 2] | 0; i3 = HEAP32[i14 + 12 >> 2] | 0; - i1 = 49760 + (i4 << 1 << 2) | 0; + i1 = 50848 + (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[12430] = HEAP32[12430] & ~(1 << i4); + HEAP32[12702] = HEAP32[12702] & ~(1 << i4); break; } if ((i3 | 0) != (i1 | 0)) { @@ -32208,8 +32431,8 @@ function _dispose_chunk(i2, i3) { } while (0); HEAP32[i17 + 4 >> 2] = i6 | 1; HEAP32[i17 + i6 >> 2] = i6; - if ((i17 | 0) == (HEAP32[12435] | 0)) { - HEAP32[12432] = i6; + if ((i17 | 0) == (HEAP32[12707] | 0)) { + HEAP32[12704] = i6; return; } } else { @@ -32219,18 +32442,18 @@ function _dispose_chunk(i2, i3) { } i1 = i6 >>> 3; if (i6 >>> 0 < 256) { - i3 = 49760 + (i1 << 1 << 2) | 0; - i2 = HEAP32[12430] | 0; + i3 = 50848 + (i1 << 1 << 2) | 0; + i2 = HEAP32[12702] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { i15 = i1; i16 = i2; } } else { - HEAP32[12430] = i2 | i1; + HEAP32[12702] = i2 | i1; i15 = i3 + 8 | 0; i16 = i3; } @@ -32250,14 +32473,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 = 50024 + (i3 << 2) | 0; + i4 = 51112 + (i3 << 2) | 0; HEAP32[i17 + 28 >> 2] = i3; HEAP32[i17 + 20 >> 2] = 0; HEAP32[i17 + 16 >> 2] = 0; - i1 = HEAP32[12431] | 0; + i1 = HEAP32[12703] | 0; i2 = 1 << i3; if (!(i1 & i2)) { - HEAP32[12431] = i1 | i2; + HEAP32[12703] = i1 | i2; HEAP32[i4 >> 2] = i17; HEAP32[i17 + 24 >> 2] = i4; HEAP32[i17 + 12 >> 2] = i17; @@ -32283,7 +32506,7 @@ function _dispose_chunk(i2, i3) { } } if ((i4 | 0) == 124) { - if (i2 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); + if (i2 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); HEAP32[i2 >> 2] = i17; HEAP32[i17 + 24 >> 2] = i1; HEAP32[i17 + 12 >> 2] = i17; @@ -32292,7 +32515,7 @@ function _dispose_chunk(i2, i3) { } else if ((i4 | 0) == 127) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - i16 = HEAP32[12434] | 0; + i16 = HEAP32[12706] | 0; if (!(i2 >>> 0 >= i16 >>> 0 & i3 >>> 0 >= i16 >>> 0)) _abort(); HEAP32[i2 + 12 >> 2] = i17; HEAP32[i1 >> 2] = i17; @@ -32581,178 +32804,178 @@ function __ZN4wasm10PostWalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE4scanEP case 1: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 197, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 239, i2); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 198, i2); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 240, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); break; } case 3: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 199, i2); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 241, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); break; } case 4: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 200, i2); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 242, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); break; } case 5: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 201, i2); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 243, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); break; } case 6: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 202, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 244, i2); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 203, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 245, i2); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 204, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 246, i2); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 205, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 247, i2); break; } case 10: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 206, i2); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 248, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); break; } case 11: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 207, i2); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 249, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); break; } case 12: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 208, i2); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 250, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 209, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 251, i2); break; } case 14: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 210, i2); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 252, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 15: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 211, i2); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 253, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 16: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 212, i2); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 254, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); break; } case 17: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 213, i2); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 255, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); break; } case 18: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 214, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 256, i2); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i5) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 196, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 215, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 257, i2); break; } case 20: { - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 216, i2); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 258, i2); break; } default: @@ -32775,178 +32998,178 @@ function __ZN4wasm10PostWalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE4scanEPS1 case 1: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 287, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 329, i2); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 288, i2); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 330, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); break; } case 3: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 289, i2); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 331, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); break; } case 4: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 290, i2); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 332, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); break; } case 5: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 291, i2); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 333, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); break; } case 6: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 292, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 334, i2); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 293, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 335, i2); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 294, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 336, i2); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 295, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 337, i2); break; } case 10: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 296, i2); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 338, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); break; } case 11: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 297, i2); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 339, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); break; } case 12: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 298, i2); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 340, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 299, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 341, i2); break; } case 14: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 300, i2); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 342, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 15: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 301, i2); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 343, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 16: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 302, i2); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 344, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); break; } case 17: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 303, i2); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 345, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); break; } case 18: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 304, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 346, i2); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i5) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 328, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 305, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 347, i2); break; } case 20: { - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 306, i2); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 348, i2); break; } default: @@ -32969,178 +33192,178 @@ function __ZN4wasm10PostWalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE4scanEPS1 case 1: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 135, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 177, i2); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 132, i2); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 174, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); break; } case 3: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 136, i2); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 178, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); break; } case 4: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 137, i2); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 179, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); break; } case 5: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 138, i2); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 180, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); break; } case 6: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 139, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 181, i2); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 140, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 182, i2); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 141, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 183, i2); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 142, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 184, i2); break; } case 10: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 143, i2); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 185, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); break; } case 11: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 144, i2); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 186, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); break; } case 12: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 145, i2); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 187, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 146, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 188, i2); break; } case 14: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 147, i2); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 189, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 15: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 148, i2); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 190, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 16: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 149, i2); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 191, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); break; } case 17: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 150, i2); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 192, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); break; } case 18: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 151, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 193, i2); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i5) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 172, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 152, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 194, i2); break; } case 20: { - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 153, i2); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 195, i2); break; } default: @@ -33163,178 +33386,178 @@ function __ZN4wasm10PostWalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE4scanEPS1 case 1: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 266, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 308, i2); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 267, i2); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 309, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); break; } case 3: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 268, i2); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 310, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); break; } case 4: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 269, i2); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 311, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); break; } case 5: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 270, i2); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 312, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); break; } case 6: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 271, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 313, i2); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 272, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 314, i2); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 273, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 315, i2); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 274, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 316, i2); break; } case 10: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 275, i2); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 317, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); break; } case 11: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 276, i2); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 318, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); break; } case 12: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 277, i2); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 319, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 278, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 320, i2); break; } case 14: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 279, i2); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 321, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 15: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, i2); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 322, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 16: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 281, i2); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 323, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); break; } case 17: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 282, i2); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 324, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); break; } case 18: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 283, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 325, i2); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i5) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 284, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 326, i2); break; } case 20: { - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 285, i2); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 327, i2); break; } default: @@ -33357,178 +33580,178 @@ function __ZN4wasm10PostWalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE4scanEPS1_ case 1: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 244, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, i2); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 246, i2); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 288, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); break; } case 3: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 247, i2); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 289, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); break; } case 4: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 248, i2); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 290, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); break; } case 5: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 249, i2); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 291, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); break; } case 6: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 251, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 293, i2); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 252, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 294, i2); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 253, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 295, i2); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 254, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 296, i2); break; } case 10: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 255, i2); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 297, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); break; } case 11: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 256, i2); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 298, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); break; } case 12: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 257, i2); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 299, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 258, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 300, i2); break; } case 14: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, i2); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 301, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 15: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 260, i2); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 302, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 16: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 261, i2); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 303, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); break; } case 17: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 250, i2); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 292, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); break; } case 18: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 262, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 304, i2); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i5) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 263, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 305, i2); break; } case 20: { - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 264, i2); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 306, i2); break; } default: @@ -33551,178 +33774,178 @@ function __ZN4wasm10PostWalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE4scanEPS1_ case 1: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 218, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 260, i2); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 219, i2); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 261, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); break; } case 3: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 220, i2); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 262, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); break; } case 4: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 221, i2); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 263, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); break; } case 5: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 222, i2); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 264, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); break; } case 6: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 223, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 265, i2); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 224, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 266, i2); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 225, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 267, i2); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 226, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 268, i2); break; } case 10: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 227, i2); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 269, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); break; } case 11: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 228, i2); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 270, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); break; } case 12: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 229, i2); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 271, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 230, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 272, i2); break; } case 14: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 231, i2); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 273, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 15: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 232, i2); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 274, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 16: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 233, i2); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 275, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); break; } case 17: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 234, i2); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 276, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); break; } case 18: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 235, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 277, i2); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i5) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 217, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 259, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 236, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 278, i2); break; } case 20: { - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 237, i2); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 279, i2); break; } default: @@ -33731,6 +33954,243 @@ function __ZN4wasm10PostWalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE4scanEPS1_ return; } +function __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i35, i7) { + i35 = i35 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 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, i36 = 0, i37 = 0; + i36 = STACKTOP; + STACKTOP = STACKTOP + 288 | 0; + i18 = i36 + 72 | 0; + i17 = i36 + 280 | 0; + i25 = i36 + 276 | 0; + i21 = i36 + 272 | 0; + i8 = i36 + 264 | 0; + i29 = i36 + 256 | 0; + i27 = i36 + 285 | 0; + i28 = i36 + 284 | 0; + i26 = i36 + 216 | 0; + i32 = i36 + 208 | 0; + i22 = i36 + 192 | 0; + i23 = i36 + 176 | 0; + i20 = i36 + 120 | 0; + i24 = i36 + 104 | 0; + i30 = i36 + 100 | 0; + i9 = i36 + 268 | 0; + i10 = i36 + 260 | 0; + i11 = i36 + 252 | 0; + i12 = i36 + 248 | 0; + i31 = i36 + 48 | 0; + i13 = i36 + 212 | 0; + i14 = i36 + 204 | 0; + i15 = i36 + 188 | 0; + i16 = i36 + 172 | 0; + i34 = i36 + 24 | 0; + i33 = i36; + i19 = i36 + 96 | 0; + i1 = __ZN6cashew3RefixEj(i7, 1) | 0; + i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; + i1 = HEAP32[i1 >> 2] | 0; + if (HEAP8[i35 + 45 >> 0] | 0) { + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51392, 14972) | 0; + i6 = __ZN6cashew3RefixEj(i7, 1) | 0; + i6 = __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, HEAP32[i6 >> 2] | 0) | 0, 10) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i7 >> 2] | 0, 51392, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(51392, 10) | 0; + } + i2 = __Znwj(64) | 0; + HEAP32[i2 + 40 >> 2] = 0; + HEAP32[i2 + 44 >> 2] = 0; + HEAP32[i2 + 48 >> 2] = 0; + i3 = i2 + 52 | 0; + i4 = i2 + 56 | 0; + HEAP32[i4 >> 2] = 0; + HEAP32[i2 + 60 >> 2] = 0; + i5 = i2; + i6 = i5 + 36 | 0; + do { + HEAP32[i5 >> 2] = 0; + i5 = i5 + 4 | 0; + } while ((i5 | 0) < (i6 | 0)); + HEAP32[i3 >> 2] = i4; + HEAP32[i25 >> 2] = i2; + HEAP32[i2 >> 2] = i1; + i2 = __ZN6cashew3RefixEj(i7, 2) | 0; + i2 = HEAP32[i2 >> 2] | 0; + i4 = __ZN6cashew3RefixEj(i7, 3) | 0; + HEAP32[i21 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i8 >> 2] = 0; + HEAP32[i29 >> 2] = i8; + HEAP32[i26 >> 2] = 0; + HEAP32[i26 + 4 >> 2] = 0; + HEAP32[i26 + 8 >> 2] = 0; + HEAP32[i26 + 12 >> 2] = 0; + HEAPF32[i26 + 16 >> 2] = 1.0; + HEAP32[i26 + 20 >> 2] = 0; + HEAP32[i26 + 24 >> 2] = 0; + HEAP32[i26 + 28 >> 2] = 0; + HEAP32[i32 >> 2] = 0; + HEAP32[i22 >> 2] = 0; + i4 = i22 + 4 | 0; + HEAP32[i4 >> 2] = 0; + HEAP32[i22 + 8 >> 2] = 0; + HEAP32[i23 >> 2] = 0; + i5 = i23 + 4 | 0; + HEAP32[i5 >> 2] = 0; + HEAP32[i23 + 8 >> 2] = 0; + HEAP32[i20 >> 2] = 0; + HEAP32[i20 + 4 >> 2] = 0; + HEAP32[i20 + 8 >> 2] = 0; + HEAP32[i20 + 12 >> 2] = 0; + HEAPF32[i20 + 16 >> 2] = 1.0; + i3 = i20 + 20 | 0; + HEAP32[i20 + 48 >> 2] = 0; + HEAP32[i3 >> 2] = 0; + HEAP32[i3 + 4 >> 2] = 0; + HEAP32[i3 + 8 >> 2] = 0; + HEAP32[i3 + 12 >> 2] = 0; + HEAP32[i3 + 16 >> 2] = 0; + HEAP32[i3 + 20 >> 2] = 0; + i3 = i35 + 80 | 0; + i1 = 0; + while (1) { + if (i1 >>> 0 >= (__ZN6cashew5Value4sizeEv(i2) | 0) >>> 0) { + i1 = 5; + break; + } + i8 = __ZN6cashew3RefixEj(i21, i1) | 0; + HEAP32[i24 >> 2] = HEAP32[i8 >> 2]; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i24, 0) | 0, 49956) | 0)) { + i1 = 7; + break; + } + i8 = __ZN6cashew3RefixEj(i24, 1) | 0; + HEAP32[i24 >> 2] = HEAP32[i8 >> 2]; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i24, 0) | 0, 49960) | 0)) { + i1 = 10; + break; + } + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i24, 2) | 0, 0) | 0, 49964) | 0)) { + i1 = 10; + break; + } + i7 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i24, 2) | 0, 1) | 0; + i7 = __ZN6cashew5Value10getIStringEv(HEAP32[i7 >> 2] | 0) | 0; + i7 = HEAP32[i7 >> 2] | 0; + HEAP32[i30 >> 2] = i7; + i8 = __ZN6cashew3RefixEj(i24, 3) | 0; + HEAP32[i9 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i17 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i18 >> 2] = HEAP32[i10 >> 2]; + i8 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i17, 0, 0, i18) | 0; + i37 = HEAP32[i25 >> 2] | 0; + HEAP32[i11 >> 2] = i7; + i6 = __ZN4wasm13asmToWasmTypeE7AsmType(i8) | 0; + HEAP32[i18 >> 2] = HEAP32[i11 >> 2]; + __ZN4wasm7Builder8addParamEPNS_8FunctionENS_4NameENS_8WasmTypeE(i37, i18, i6) | 0; + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i18, i26, i30); + HEAP32[i12 >> 2] = i7; + HEAP32[i18 >> 2] = HEAP32[i12 >> 2]; + __ZN7AsmData8addParamEN6cashew7IStringE7AsmType(i20, i18, i8); + i1 = i1 + 1 | 0; + } + if ((i1 | 0) == 5) { + i1 = __ZN6cashew5Value4sizeEv(i2) | 0; + while (1) { + if (i1 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i21 >> 2] | 0) | 0) >>> 0) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i21, i1) | 0, 0) | 0, 49968) | 0)) break; + i2 = __ZN6cashew3RefixEj(i21, i1) | 0; + HEAP32[i24 >> 2] = HEAP32[i2 >> 2]; + i2 = 0; + while (1) { + i37 = __ZN6cashew3RefixEj(i24, 1) | 0; + if (i2 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i37 >> 2] | 0) | 0) >>> 0) break; + i12 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i24, 1) | 0, i2) | 0; + HEAP32[i30 >> 2] = HEAP32[i12 >> 2]; + i12 = __ZN6cashew3RefixEj(i30, 0) | 0; + i12 = __ZN6cashew5Value10getIStringEv(HEAP32[i12 >> 2] | 0) | 0; + i12 = HEAP32[i12 >> 2] | 0; + HEAP32[i31 >> 2] = i12; + i37 = __ZN6cashew3RefixEj(i30, 1) | 0; + HEAP32[i13 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i14 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i17 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i18 >> 2] = HEAP32[i14 >> 2]; + i37 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i17, 0, 1, i18) | 0; + i10 = HEAP32[i25 >> 2] | 0; + HEAP32[i15 >> 2] = i12; + i11 = __ZN4wasm13asmToWasmTypeE7AsmType(i37) | 0; + HEAP32[i18 >> 2] = HEAP32[i15 >> 2]; + __ZN4wasm7Builder6addVarEPNS_8FunctionENS_4NameENS_8WasmTypeE(i10, i18, i11) | 0; + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i18, i26, i31); + HEAP32[i16 >> 2] = i12; + HEAP32[i18 >> 2] = HEAP32[i16 >> 2]; + __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i20, i18, i37); + i2 = i2 + 1 | 0; + } + i1 = i1 + 1 | 0; + } + HEAP8[i17 >> 0] = 0; + HEAP32[i24 >> 2] = i17; + HEAP32[i24 + 4 >> 2] = i25; + HEAP32[i24 + 8 >> 2] = i26; + HEAP32[i24 + 12 >> 2] = i20; + HEAP8[i30 >> 0] = 0; + HEAP32[i31 + 16 >> 2] = 0; + HEAP32[i34 + 16 >> 2] = 0; + i37 = __Znwj(64) | 0; + HEAP32[i37 >> 2] = 4020; + HEAP32[i37 + 4 >> 2] = i35; + HEAP32[i37 + 8 >> 2] = i33; + HEAP32[i37 + 12 >> 2] = i26; + HEAP32[i37 + 16 >> 2] = i25; + HEAP32[i37 + 20 >> 2] = i34; + HEAP32[i37 + 24 >> 2] = i20; + HEAP32[i37 + 28 >> 2] = i24; + HEAP32[i37 + 32 >> 2] = i30; + HEAP32[i37 + 36 >> 2] = i32; + HEAP32[i37 + 40 >> 2] = i27; + HEAP32[i37 + 44 >> 2] = i22; + HEAP32[i37 + 48 >> 2] = i31; + HEAP32[i37 + 52 >> 2] = i23; + HEAP32[i37 + 56 >> 2] = i28; + HEAP32[i37 + 60 >> 2] = i29; + HEAP32[i33 + 16 >> 2] = i37; + i37 = i33; + HEAP32[i18 + 16 >> 2] = i18; + HEAP32[i18 >> 2] = 4064; + HEAP32[i18 + 4 >> 2] = i35; + HEAP32[i18 + 8 >> 2] = i37; + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i18, i34); + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i18); + HEAP32[i18 + 16 >> 2] = i18; + HEAP32[i18 >> 2] = 4108; + HEAP32[i18 + 4 >> 2] = i35; + HEAP32[i18 + 8 >> 2] = i37; + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i18, i31); + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i18); + HEAP32[i19 >> 2] = HEAP32[i21 >> 2]; + HEAP32[i18 >> 2] = HEAP32[i19 >> 2]; + i37 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i31, i18, i1) | 0; + HEAP32[(HEAP32[i25 >> 2] | 0) + 36 >> 2] = i37; + if ((HEAP32[i4 >> 2] | 0) == (HEAP32[i22 >> 2] | 0) ? (HEAP32[i5 >> 2] | 0) == (HEAP32[i23 >> 2] | 0) : 0) if (!(HEAP32[i32 >> 2] | 0)) { + i37 = HEAP32[i25 >> 2] | 0; + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev(i33); + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i34); + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i31); + __ZN7AsmDataD2Ev(i20); + __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i23); + __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i22); + __ZN6cashew10IStringSetD2Ev(i26); + STACKTOP = i36; + return i37 | 0; + } else ___assert_fail(15104, 14199, 1723, 14996); + ___assert_fail(15052, 14199, 1722, 14996); + } else if ((i1 | 0) == 7) ___assert_fail(14980, 14199, 901, 14996); else if ((i1 | 0) == 10) ___assert_fail(15012, 14199, 903, 14996); + return 0; +} + function __ZN4wasm10PostWalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -33745,178 +34205,178 @@ function __ZN4wasm10PostWalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE4scanEPS1_P case 1: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 308, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 350, i2); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 309, i2); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 351, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); break; } case 3: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 310, i2); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 352, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); break; } case 4: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 311, i2); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 353, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); break; } case 5: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 312, i2); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 354, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); break; } case 6: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 313, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 355, i2); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 314, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 356, i2); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 315, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 357, i2); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 316, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 358, i2); break; } case 10: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 317, i2); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 359, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); break; } case 11: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 318, i2); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 360, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); break; } case 12: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 319, i2); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 361, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 320, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 362, i2); break; } case 14: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 321, i2); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 363, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 15: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 322, i2); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 364, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 16: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 323, i2); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 365, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); break; } case 17: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 324, i2); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 366, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); break; } case 18: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 325, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 367, i2); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i5) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 307, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 326, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 368, i2); break; } case 20: { - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 327, i2); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 369, i2); break; } default: @@ -33939,178 +34399,178 @@ function __ZN4wasm10PostWalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE4scanEPS1_PPN case 1: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 89, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 131, i2); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 90, i2); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 132, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); break; } case 3: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 91, i2); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 133, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); break; } case 4: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 92, i2); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 134, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); break; } case 5: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 93, i2); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 135, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); break; } case 6: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 94, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 136, i2); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 95, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 137, i2); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 96, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 138, i2); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 97, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 139, i2); break; } case 10: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 98, i2); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 140, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); break; } case 11: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 99, i2); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 141, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); break; } case 12: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 100, i2); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 142, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 101, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 143, i2); break; } case 14: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 102, i2); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 144, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 15: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 103, i2); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 145, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 16: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 104, i2); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 146, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); break; } case 17: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 105, i2); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 147, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); break; } case 18: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 106, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 148, i2); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i5) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 88, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 130, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 107, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 149, i2); break; } case 20: { - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 108, i2); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 150, i2); break; } default: @@ -34119,227 +34579,6 @@ function __ZN4wasm10PostWalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE4scanEPS1_PPN return; } -function __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i33, i2) { - i33 = i33 | 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, i34 = 0, i35 = 0, i36 = 0, i37 = 0; - i34 = STACKTOP; - STACKTOP = STACKTOP + 288 | 0; - i16 = i34 + 72 | 0; - i15 = i34 + 268 | 0; - i23 = i34 + 264 | 0; - i19 = i34 + 260 | 0; - i3 = i34 + 252 | 0; - i27 = i34 + 244 | 0; - i25 = i34 + 273 | 0; - i26 = i34 + 272 | 0; - i24 = i34 + 216 | 0; - i30 = i34 + 208 | 0; - i20 = i34 + 192 | 0; - i21 = i34 + 176 | 0; - i18 = i34 + 120 | 0; - i22 = i34 + 104 | 0; - i28 = i34 + 100 | 0; - i4 = i34 + 256 | 0; - i5 = i34 + 248 | 0; - i6 = i34 + 240 | 0; - i8 = i34 + 236 | 0; - i29 = i34 + 48 | 0; - i11 = i34 + 212 | 0; - i12 = i34 + 204 | 0; - i13 = i34 + 188 | 0; - i14 = i34 + 172 | 0; - i32 = i34 + 24 | 0; - i31 = i34; - i17 = i34 + 96 | 0; - i1 = __ZN6cashew3RefixEj(i2, 1) | 0; - i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - i1 = HEAP32[i1 >> 2] | 0; - if (HEAP8[i33 + 45 >> 0] | 0) { - i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50304, 14972) | 0; - i10 = __ZN6cashew3RefixEj(i2, 1) | 0; - i10 = __ZN6cashew5Value10getIStringEv(HEAP32[i10 >> 2] | 0) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i9, HEAP32[i10 >> 2] | 0) | 0, 10) | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i2 >> 2] | 0, 50304, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(50304, 10) | 0; - } - i7 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i33 + 4 >> 2] | 0) | 0; - HEAP32[i23 >> 2] = i7; - HEAP32[i7 >> 2] = i1; - i7 = __ZN6cashew3RefixEj(i2, 2) | 0; - i7 = HEAP32[i7 >> 2] | 0; - i9 = __ZN6cashew3RefixEj(i2, 3) | 0; - HEAP32[i19 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i3 >> 2] = 0; - HEAP32[i27 >> 2] = i3; - HEAP32[i24 >> 2] = 0; - HEAP32[i24 + 4 >> 2] = 0; - HEAP32[i24 + 8 >> 2] = 0; - HEAP32[i24 + 12 >> 2] = 0; - HEAPF32[i24 + 16 >> 2] = 1.0; - HEAP32[i30 >> 2] = 0; - HEAP32[i20 >> 2] = 0; - i9 = i20 + 4 | 0; - HEAP32[i9 >> 2] = 0; - HEAP32[i20 + 8 >> 2] = 0; - HEAP32[i21 >> 2] = 0; - i10 = i21 + 4 | 0; - HEAP32[i10 >> 2] = 0; - HEAP32[i21 + 8 >> 2] = 0; - HEAP32[i18 >> 2] = 0; - HEAP32[i18 + 4 >> 2] = 0; - HEAP32[i18 + 8 >> 2] = 0; - HEAP32[i18 + 12 >> 2] = 0; - HEAPF32[i18 + 16 >> 2] = 1.0; - i3 = i18 + 20 | 0; - HEAP32[i18 + 48 >> 2] = 0; - HEAP32[i3 >> 2] = 0; - HEAP32[i3 + 4 >> 2] = 0; - HEAP32[i3 + 8 >> 2] = 0; - HEAP32[i3 + 12 >> 2] = 0; - HEAP32[i3 + 16 >> 2] = 0; - HEAP32[i3 + 20 >> 2] = 0; - i3 = i33 + 80 | 0; - i1 = 0; - while (1) { - if (i1 >>> 0 >= (__ZN6cashew5Value4sizeEv(i7) | 0) >>> 0) { - i1 = 5; - break; - } - i2 = __ZN6cashew3RefixEj(i19, i1) | 0; - HEAP32[i22 >> 2] = HEAP32[i2 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i22, 0) | 0, 48892) | 0)) { - i1 = 7; - break; - } - i2 = __ZN6cashew3RefixEj(i22, 1) | 0; - HEAP32[i22 >> 2] = HEAP32[i2 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i22, 0) | 0, 48896) | 0)) { - i1 = 10; - break; - } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i22, 2) | 0, 0) | 0, 48900) | 0)) { - i1 = 10; - break; - } - i35 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i22, 2) | 0, 1) | 0; - i35 = __ZN6cashew5Value10getIStringEv(HEAP32[i35 >> 2] | 0) | 0; - i35 = HEAP32[i35 >> 2] | 0; - HEAP32[i28 >> 2] = i35; - i2 = __ZN6cashew3RefixEj(i22, 3) | 0; - HEAP32[i4 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i15 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i16 >> 2] = HEAP32[i5 >> 2]; - i2 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, 0, 0, i16) | 0; - i37 = HEAP32[i23 >> 2] | 0; - HEAP32[i6 >> 2] = i35; - i36 = __ZN4wasm13asmToWasmTypeE7AsmType(i2) | 0; - HEAP32[i16 >> 2] = HEAP32[i6 >> 2]; - __ZN4wasm7Builder8addParamEPNS_8FunctionENS_4NameENS_8WasmTypeE(i37, i16, i36) | 0; - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i16, i24, i28); - HEAP32[i8 >> 2] = i35; - HEAP32[i16 >> 2] = HEAP32[i8 >> 2]; - __ZN7AsmData8addParamEN6cashew7IStringE7AsmType(i18, i16, i2); - i1 = i1 + 1 | 0; - } - if ((i1 | 0) == 5) { - i1 = __ZN6cashew5Value4sizeEv(i7) | 0; - while (1) { - if (i1 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i19 >> 2] | 0) | 0) >>> 0) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i19, i1) | 0, 0) | 0, 48904) | 0)) break; - i2 = __ZN6cashew3RefixEj(i19, i1) | 0; - HEAP32[i22 >> 2] = HEAP32[i2 >> 2]; - i2 = 0; - while (1) { - i37 = __ZN6cashew3RefixEj(i22, 1) | 0; - if (i2 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i37 >> 2] | 0) | 0) >>> 0) break; - i36 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i22, 1) | 0, i2) | 0; - HEAP32[i28 >> 2] = HEAP32[i36 >> 2]; - i36 = __ZN6cashew3RefixEj(i28, 0) | 0; - i36 = __ZN6cashew5Value10getIStringEv(HEAP32[i36 >> 2] | 0) | 0; - i36 = HEAP32[i36 >> 2] | 0; - HEAP32[i29 >> 2] = i36; - i37 = __ZN6cashew3RefixEj(i28, 1) | 0; - HEAP32[i11 >> 2] = HEAP32[i37 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i15 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i16 >> 2] = HEAP32[i12 >> 2]; - i37 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, 0, 1, i16) | 0; - i8 = HEAP32[i23 >> 2] | 0; - HEAP32[i13 >> 2] = i36; - i35 = __ZN4wasm13asmToWasmTypeE7AsmType(i37) | 0; - HEAP32[i16 >> 2] = HEAP32[i13 >> 2]; - __ZN4wasm7Builder6addVarEPNS_8FunctionENS_4NameENS_8WasmTypeE(i8, i16, i35) | 0; - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i16, i24, i29); - HEAP32[i14 >> 2] = i36; - HEAP32[i16 >> 2] = HEAP32[i14 >> 2]; - __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i18, i16, i37); - i2 = i2 + 1 | 0; - } - i1 = i1 + 1 | 0; - } - HEAP8[i15 >> 0] = 0; - HEAP32[i22 >> 2] = i15; - HEAP32[i22 + 4 >> 2] = i23; - HEAP32[i22 + 8 >> 2] = i24; - HEAP32[i22 + 12 >> 2] = i18; - HEAP8[i28 >> 0] = 0; - HEAP32[i29 + 16 >> 2] = 0; - HEAP32[i32 + 16 >> 2] = 0; - i36 = __Znwj(64) | 0; - HEAP32[i36 >> 2] = 4020; - HEAP32[i36 + 4 >> 2] = i33; - HEAP32[i36 + 8 >> 2] = i31; - HEAP32[i36 + 12 >> 2] = i24; - HEAP32[i36 + 16 >> 2] = i23; - HEAP32[i36 + 20 >> 2] = i32; - HEAP32[i36 + 24 >> 2] = i18; - HEAP32[i36 + 28 >> 2] = i22; - HEAP32[i36 + 32 >> 2] = i28; - HEAP32[i36 + 36 >> 2] = i30; - HEAP32[i36 + 40 >> 2] = i25; - HEAP32[i36 + 44 >> 2] = i20; - HEAP32[i36 + 48 >> 2] = i29; - HEAP32[i36 + 52 >> 2] = i21; - HEAP32[i36 + 56 >> 2] = i26; - HEAP32[i36 + 60 >> 2] = i27; - HEAP32[i31 + 16 >> 2] = i36; - i36 = i33; - i37 = i31; - HEAP32[i16 + 16 >> 2] = i16; - HEAP32[i16 >> 2] = 4064; - HEAP32[i16 + 4 >> 2] = i36; - HEAP32[i16 + 8 >> 2] = i37; - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i16, i32); - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i16); - HEAP32[i16 + 16 >> 2] = i16; - HEAP32[i16 >> 2] = 4108; - HEAP32[i16 + 4 >> 2] = i36; - HEAP32[i16 + 8 >> 2] = i37; - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i16, i29); - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i16); - HEAP32[i17 >> 2] = HEAP32[i19 >> 2]; - HEAP32[i16 >> 2] = HEAP32[i17 >> 2]; - i37 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i29, i16, i1) | 0; - HEAP32[(HEAP32[i23 >> 2] | 0) + 36 >> 2] = i37; - if ((HEAP32[i9 >> 2] | 0) == (HEAP32[i20 >> 2] | 0) ? (HEAP32[i10 >> 2] | 0) == (HEAP32[i21 >> 2] | 0) : 0) if (!(HEAP32[i30 >> 2] | 0)) { - i37 = HEAP32[i23 >> 2] | 0; - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev(i31); - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i32); - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i29); - __ZN7AsmDataD2Ev(i18); - __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i21); - __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i20); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i24); - STACKTOP = i34; - return i37 | 0; - } else ___assert_fail(15104, 14199, 1718, 14996); - ___assert_fail(15052, 14199, 1717, 14996); - } else if ((i1 | 0) == 7) ___assert_fail(14980, 14199, 900, 14996); else if ((i1 | 0) == 10) ___assert_fail(15012, 14199, 902, 14996); - return 0; -} - function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S4_RT_(i6, i2, i12) { i6 = i6 | 0; i2 = i2 | 0; @@ -34513,7 +34752,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, 47601) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 48667) | 0; i6 = i12 + 16 | 0; i2 = (HEAP32[i3 >> 2] | 0) + -24 | 0; HEAP32[i4 >> 2] = HEAP32[i12 + 12 >> 2]; @@ -34573,6 +34812,184 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S return i1 | 0; } +function __ZN4wasm10PostWalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE(i5, i1) { + i5 = i5 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i4 = HEAP32[i1 >> 2] | 0; + L1 : do switch (HEAP32[i4 >> 2] | 0) { + case 0: + { + _abort(); + break; + } + case 1: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 413, i1); + i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i4) | 0; + i1 = i3 + 12 | 0; + i3 = HEAP32[i3 + 20 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break L1; + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + } + case 2: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 414, i1); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 8 | 0); + break; + } + case 3: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 415, i1); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i4) | 0) + 16 | 0); + break; + } + case 4: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 416, i1); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 12 | 0); + break; + } + case 5: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 417, i1); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 28 | 0); + break; + } + case 6: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 418, i1); + i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i4) | 0; + i1 = i3 + 8 | 0; + i3 = HEAP32[i3 + 16 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break L1; + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + } + case 7: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 419, i1); + i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i4) | 0; + i1 = i3 + 8 | 0; + i3 = HEAP32[i3 + 16 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break L1; + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + } + case 8: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 420, i1); + i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0; + i1 = i3 + 8 | 0; + i3 = HEAP32[i3 + 16 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break; + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0) + 28 | 0); + break; + } + case 9: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 421, i1); + break; + } + case 10: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 422, i1); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i4) | 0) + 12 | 0); + break; + } + case 11: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 423, i1); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i4) | 0) + 24 | 0); + break; + } + case 12: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 424, i1); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 20 | 0); + break; + } + case 13: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 425, i1); + break; + } + case 14: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 426, i1); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i4) | 0) + 12 | 0); + break; + } + case 15: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 427, i1); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 12 | 0); + break; + } + case 16: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 428, i1); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 8 | 0); + break; + } + case 17: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 429, i1); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i4) | 0) + 8 | 0); + break; + } + case 18: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 430, i1); + i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i4) | 0; + i1 = i3 + 16 | 0; + i3 = HEAP32[i3 + 24 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break L1; + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 412, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + } + case 19: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 431, i1); + break; + } + case 20: + { + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 432, i1); + break; + } + default: + {} + } while (0); + return; +} + function __ZN4wasm10PostWalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE(i5, i1) { i5 = i5 | 0; i1 = i1 | 0; @@ -34586,163 +35003,163 @@ function __ZN4wasm10PostWalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE4scanEPS1_ } case 1: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 176, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 218, i1); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i4) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 177, i1); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 219, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 8 | 0); break; } case 3: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 178, i1); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 220, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i4) | 0) + 16 | 0); break; } case 4: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 179, i1); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 221, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 12 | 0); break; } case 5: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 180, i1); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 222, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 28 | 0); break; } case 6: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 181, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 223, i1); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i4) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 182, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 224, i1); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i4) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 183, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 225, i1); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0) + 28 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 184, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 226, i1); break; } case 10: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 185, i1); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 227, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i4) | 0) + 12 | 0); break; } case 11: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 186, i1); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i4) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 228, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i4) | 0) + 24 | 0); break; } case 12: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 187, i1); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 24 | 0); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 20 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 229, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 188, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 230, i1); break; } case 14: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 189, i1); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 231, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i4) | 0) + 12 | 0); break; } case 15: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 190, i1); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 232, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 12 | 0); break; } case 16: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 191, i1); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 233, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 8 | 0); break; } case 17: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 192, i1); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i4) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 234, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i4) | 0) + 8 | 0); break; } case 18: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 193, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 235, i1); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i4) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 175, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 217, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 194, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 236, i1); break; } case 20: { - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 195, i1); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 237, i1); break; } default: @@ -34765,178 +35182,178 @@ function __ZN4wasm10PostWalkerINS_6VacuumENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10Ex case 1: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 350, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 392, i2); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 351, i2); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 393, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i5) | 0) + 8 | 0); break; } case 3: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 352, i2); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 394, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i5) | 0) + 16 | 0); break; } case 4: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 353, i2); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 395, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i5) | 0) + 12 | 0); break; } case 5: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 354, i2); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 396, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i5) | 0) + 28 | 0); break; } case 6: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 355, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 397, i2); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 356, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 398, i2); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 357, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 399, i2); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i5) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 358, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 400, i2); break; } case 10: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 359, i2); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 401, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i5) | 0) + 12 | 0); break; } case 11: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 360, i2); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 402, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i5) | 0) + 24 | 0); break; } case 12: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 361, i2); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 403, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i5) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 362, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 404, i2); break; } case 14: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 363, i2); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 405, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 15: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 364, i2); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 406, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i5) | 0) + 12 | 0); break; } case 16: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 365, i2); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 407, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i5) | 0) + 8 | 0); break; } case 17: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 366, i2); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 408, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i5) | 0) + 8 | 0); break; } case 18: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 367, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 409, i2); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i5) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 349, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 391, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 368, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 410, i2); break; } case 20: { - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 369, i2); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1 + 16 | 0, 411, i2); break; } default: @@ -34945,7 +35362,7 @@ function __ZN4wasm10PostWalkerINS_6VacuumENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10Ex return; } -function __ZN4wasm10PostWalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE(i5, i1) { +function __ZN4wasm10PostWalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE(i5, i1) { i5 = i5 | 0; i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -34958,163 +35375,163 @@ function __ZN4wasm10PostWalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE4scanEPS1_PPN } case 1: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 68, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 89, i1); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i4) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 69, i1); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 90, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 8 | 0); break; } case 3: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 70, i1); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 91, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i4) | 0) + 16 | 0); break; } case 4: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 71, i1); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 92, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 12 | 0); break; } case 5: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 72, i1); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 93, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 28 | 0); break; } case 6: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 73, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 94, i1); i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i4) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 7: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 74, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 95, i1); i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i4) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 8: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 75, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 96, i1); i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0; i1 = i3 + 8 | 0; i3 = HEAP32[i3 + 16 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break; - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0) + 28 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0) + 28 | 0); break; } case 9: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 76, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 97, i1); break; } case 10: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 77, i1); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 98, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i4) | 0) + 12 | 0); break; } case 11: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 78, i1); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i4) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 99, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i4) | 0) + 24 | 0); break; } case 12: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 79, i1); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 24 | 0); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 20 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 100, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 20 | 0); break; } case 13: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 80, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 101, i1); break; } case 14: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 81, i1); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 102, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i4) | 0) + 12 | 0); break; } case 15: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 82, i1); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 103, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 12 | 0); break; } case 16: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 83, i1); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 104, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 8 | 0); break; } case 17: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 84, i1); - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i4) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 105, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i4) | 0) + 8 | 0); break; } case 18: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 85, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 106, i1); i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i4) | 0; i1 = i3 + 16 | 0; i3 = HEAP32[i3 + 24 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 88, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 19: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 86, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 107, i1); break; } case 20: { - __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 87, i1); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 108, i1); break; } default: @@ -35122,172 +35539,353 @@ function __ZN4wasm10PostWalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE4scanEPS1_PPN } while (0); return; } - -function __ZN4wasm16PrintSExpression11visitModuleEPNS_6ModuleE(i16, i14) { - i16 = i16 | 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, i17 = 0, i18 = 0; - i17 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i11 = i17 + 4 | 0; - i12 = i17; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i16 >> 2] | 0, 39018, 1) | 0; - __ZN4wasm16PrintSExpression9incIndentEv(i16); - i15 = i16 + 4 | 0; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i16 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i16 >> 2] | 0, 39049, 0) | 0, 47660) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i1, HEAP32[i14 + 60 >> 2] | 0) | 0; - i1 = i14 + 64 | 0; +function __ZN4wasm16PrintSExpression11visitModuleEPNS_6ModuleE(i17, i15) { + i17 = i17 | 0; + 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, i18 = 0, i19 = 0; + i18 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i12 = i18 + 8 | 0; + i13 = i18; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i17 >> 2] | 0, 40028, 1) | 0; + __ZN4wasm16PrintSExpression9incIndentEv(i17); + i16 = i17 + 4 | 0; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i17 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i17 >> 2] | 0, 40059, 0) | 0, 48726) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i1, HEAP32[i15 + 60 >> 2] | 0) | 0; + i1 = i15 + 64 | 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[i16 >> 2] | 0, 47660) | 0, HEAP32[i1 >> 2] | 0) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, 48726) | 0, HEAP32[i1 >> 2] | 0) | 0; } - i1 = i14 + 68 | 0; - i2 = i14 + 72 | 0; - i3 = HEAP32[i2 >> 2] | 0; - i13 = i16 + 16 | 0; - i4 = i16 + 8 | 0; - i9 = HEAP32[i1 >> 2] | 0; + i3 = i15 + 68 | 0; + i4 = i15 + 72 | 0; + i5 = HEAP32[i4 >> 2] | 0; + i14 = i17 + 16 | 0; + i6 = i17 + 8 | 0; + i7 = i12 + 4 | 0; + i8 = i12 + 8 | 0; + i9 = i12 + 4 | 0; + i10 = HEAP32[i3 >> 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[i16 >> 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[i16 >> 2] | 0, HEAP8[i4 >> 0] | 0 ? 57291 : 28973) | 0, 28978) | 0, i10) | 0, 28988) | 0; - i10 = 0; + if ((i10 | 0) == (i5 | 0)) break; + __ZN4wasm6Memory7SegmentC2ERKS1_(i12, i10); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, HEAP32[i14 >> 2] | 0) | 0; + i11 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, HEAP8[i6 >> 0] | 0 ? 58379 : 29999) | 0, 30004) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i11, HEAP32[i12 >> 2] | 0) | 0, 30014) | 0; + i11 = 0; while (1) { - if ((i10 | 0) == (i6 | 0)) break; - i7 = HEAP8[i5 + i10 >> 0] | 0; - L10 : do switch (i7 & 255 | 0) { + i1 = HEAP32[i7 >> 2] | 0; + if (i11 >>> 0 >= ((HEAP32[i8 >> 2] | 0) - i1 | 0) >>> 0) break; + i1 = HEAP8[i1 + i11 >> 0] | 0; + L10 : do switch (i1 & 255 | 0) { case 10: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, 28994) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, 30020) | 0; break; } case 13: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, 28997) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, 30023) | 0; break; } case 9: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, 29001) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, 30027) | 0; break; } case 12: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, 29004) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, 30030) | 0; break; } case 8: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, 29008) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, 30034) | 0; break; } case 92: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, 29012) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, 30038) | 0; break; } case 34: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, 29015) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, 30041) | 0; break; } case 39: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, 29018) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, 30044) | 0; break; } default: { - i8 = HEAP32[i16 >> 2] | 0; - if ((i7 + -32 & 255) < 95) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_h(i8, i7) | 0; + i2 = HEAP32[i17 >> 2] | 0; + if ((i1 + -32 & 255) < 95) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_h(i2, i1) | 0; break L10; } else { - i18 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; - HEAP32[i18 >> 2] = HEAP32[i18 >> 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; + i19 = i2 + (HEAP32[(HEAP32[i2 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[i19 >> 2] = HEAP32[i19 >> 2] & -75 | 8; + i2 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i2, 92) | 0, (i1 & 255) >>> 4 & 255) | 0, i1 & 15) | 0; + i2 = i2 + (HEAP32[(HEAP32[i2 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[i2 >> 2] = HEAP32[i2 >> 2] & -75 | 2; break L10; } } } while (0); - i10 = i10 + 1 | 0; + i11 = i11 + 1 | 0; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, 28991) | 0; - i9 = i9 + 12 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, 30017) | 0; + __ZNSt3__113__vector_baseIcNS_9allocatorIcEEED2Ev(i9); + i10 = i10 + 16 | 0; } - if ((HEAP32[i2 >> 2] | 0) == (HEAP32[i1 >> 2] | 0)) i1 = 57291; else i1 = HEAP8[i4 >> 0] | 0 ? 57291 : 29021; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, i1) | 0, 46571) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; - i1 = i14 + 80 | 0; + if ((HEAP32[i4 >> 2] | 0) == (HEAP32[i3 >> 2] | 0)) i1 = 58379; else i1 = HEAP8[i6 >> 0] | 0 ? 58379 : 30047; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, i1) | 0, 47637) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, HEAP32[i14 >> 2] | 0) | 0; + i1 = i15 + 80 | 0; if (HEAP32[i1 >> 2] | 0) { - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i16 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i16 >> 2] | 0, 29025, 0) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z9printTextRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i16 >> 2] | 0, HEAP32[i1 >> 2] | 0) | 0, 29039) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i17 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i17 >> 2] | 0, 30051, 0) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z9printTextRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i17 >> 2] | 0, HEAP32[i1 >> 2] | 0) | 0, 30065) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, HEAP32[i14 >> 2] | 0) | 0; } - i1 = i14 + 84 | 0; + i1 = i15 + 84 | 0; if (HEAP32[i1 >> 2] | 0) { - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i16 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - i18 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i16 >> 2] | 0, 39025, 0) | 0, 47660) | 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(i18, i11) | 0, 46571) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i17 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + i19 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i17 >> 2] | 0, 40035, 0) | 0, 48726) | 0; + HEAP32[i13 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i12 >> 2] = HEAP32[i13 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i19, i12) | 0, 47637) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, HEAP32[i14 >> 2] | 0) | 0; } - i1 = HEAP32[i14 + 4 >> 2] | 0; - i2 = HEAP32[i14 >> 2] | 0; + i1 = HEAP32[i15 + 4 >> 2] | 0; + i2 = HEAP32[i15 >> 2] | 0; while (1) { if ((i2 | 0) == (i1 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i16 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - __ZN4wasm16PrintSExpression17visitFunctionTypeEPNS_12FunctionTypeEb(i16, HEAP32[i2 >> 2] | 0, 1); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i17 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression17visitFunctionTypeEPNS_12FunctionTypeEb(i17, HEAP32[i2 >> 2] | 0, 1); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, HEAP32[i14 >> 2] | 0) | 0; i2 = i2 + 4 | 0; } - i1 = HEAP32[i14 + 16 >> 2] | 0; - i2 = HEAP32[i14 + 12 >> 2] | 0; + i1 = HEAP32[i15 + 16 >> 2] | 0; + i2 = HEAP32[i15 + 12 >> 2] | 0; while (1) { if ((i2 | 0) == (i1 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i16 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - __ZN4wasm16PrintSExpression11visitImportEPNS_6ImportE(i16, HEAP32[i2 >> 2] | 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i17 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression11visitImportEPNS_6ImportE(i17, HEAP32[i2 >> 2] | 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, HEAP32[i14 >> 2] | 0) | 0; i2 = i2 + 4 | 0; } - i1 = HEAP32[i14 + 28 >> 2] | 0; - i2 = HEAP32[i14 + 24 >> 2] | 0; + i1 = HEAP32[i15 + 28 >> 2] | 0; + i2 = HEAP32[i15 + 24 >> 2] | 0; while (1) { if ((i2 | 0) == (i1 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i16 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - __ZN4wasm16PrintSExpression11visitExportEPNS_6ExportE(i16, HEAP32[i2 >> 2] | 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i17 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression11visitExportEPNS_6ExportE(i17, HEAP32[i2 >> 2] | 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, HEAP32[i14 >> 2] | 0) | 0; i2 = i2 + 4 | 0; } - i1 = i14 + 48 | 0; - if ((HEAP32[i14 + 52 >> 2] | 0) != (HEAP32[i1 >> 2] | 0)) { - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i16 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - __ZN4wasm16PrintSExpression10visitTableEPNS_5TableE(i16, i1); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + i1 = i15 + 48 | 0; + if ((HEAP32[i15 + 52 >> 2] | 0) != (HEAP32[i1 >> 2] | 0)) { + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i17 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression10visitTableEPNS_5TableE(i17, i1); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, HEAP32[i14 >> 2] | 0) | 0; } - i2 = HEAP32[i14 + 40 >> 2] | 0; - i1 = HEAP32[i14 + 36 >> 2] | 0; + i2 = HEAP32[i15 + 40 >> 2] | 0; + i1 = HEAP32[i15 + 36 >> 2] | 0; while (1) { if ((i1 | 0) == (i2 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i16 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; - __ZN4wasm16PrintSExpression13visitFunctionEPNS_8FunctionE(i16, HEAP32[i1 >> 2] | 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i17 >> 2] | 0, HEAP32[i16 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression13visitFunctionEPNS_8FunctionE(i17, HEAP32[i1 >> 2] | 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, HEAP32[i14 >> 2] | 0) | 0; i1 = i1 + 4 | 0; } - __ZN4wasm16PrintSExpression9decIndentEv(i16); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i16 >> 2] | 0, HEAP32[i13 >> 2] | 0) | 0; - STACKTOP = i17; + __ZN4wasm16PrintSExpression9decIndentEv(i17); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i17 >> 2] | 0, HEAP32[i14 >> 2] | 0) | 0; + STACKTOP = i18; + return; +} + +function __ZN4wasm10PostWalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE(i5, i1) { + i5 = i5 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i4 = HEAP32[i1 >> 2] | 0; + L1 : do switch (HEAP32[i4 >> 2] | 0) { + case 0: + { + _abort(); + break; + } + case 1: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 68, i1); + i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i4) | 0; + i1 = i3 + 12 | 0; + i3 = HEAP32[i3 + 20 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break L1; + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + } + case 2: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 69, i1); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i4) | 0) + 8 | 0); + break; + } + case 3: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 70, i1); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i4) | 0) + 16 | 0); + break; + } + case 4: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 71, i1); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i4) | 0) + 12 | 0); + break; + } + case 5: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 72, i1); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i4) | 0) + 28 | 0); + break; + } + case 6: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 73, i1); + i3 = __ZN4wasm10Expression4castINS_4CallEEEPT_v(i4) | 0; + i1 = i3 + 8 | 0; + i3 = HEAP32[i3 + 16 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break L1; + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + } + case 7: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 74, i1); + i3 = __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i4) | 0; + i1 = i3 + 8 | 0; + i3 = HEAP32[i3 + 16 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break L1; + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + } + case 8: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 75, i1); + i3 = __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0; + i1 = i3 + 8 | 0; + i3 = HEAP32[i3 + 16 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break; + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i4) | 0) + 28 | 0); + break; + } + case 9: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 76, i1); + break; + } + case 10: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 77, i1); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i4) | 0) + 12 | 0); + break; + } + case 11: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 78, i1); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(i4) | 0) + 24 | 0); + break; + } + case 12: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 79, i1); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(i4) | 0) + 20 | 0); + break; + } + case 13: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 80, i1); + break; + } + case 14: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 81, i1); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i4) | 0) + 12 | 0); + break; + } + case 15: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 82, i1); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i4) | 0) + 12 | 0); + break; + } + case 16: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 83, i1); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6SelectEEEPT_v(i4) | 0) + 8 | 0); + break; + } + case 17: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 84, i1); + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i4) | 0) + 8 | 0); + break; + } + case 18: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 85, i1); + i3 = __ZN4wasm10Expression4castINS_4HostEEEPT_v(i4) | 0; + i1 = i3 + 16 | 0; + i3 = HEAP32[i3 + 24 >> 2] | 0; + while (1) { + i2 = i3 + -1 | 0; + if ((i3 | 0) <= 0) break L1; + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 67, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + i3 = i2; + } + } + case 19: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 86, i1); + break; + } + case 20: + { + __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i5, 87, i1); + break; + } + default: + {} + } while (0); return; } @@ -35594,7 +36192,7 @@ function __ZN4wasm17WasmBinaryBuilder14readExpressionERPNS_10ExpressionE(i7, i6) if ((HEAP32[i3 >> 2] | 0) != (HEAP32[i7 + 68 >> 2] | 0)) { i5 = i7 + 12 | 0; if (HEAP8[i5 >> 0] | 0) { - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19504) | 0; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19504) | 0; i9 = i7 + 124 | 0; i4 = (HEAP32[i9 >> 2] | 0) + 1 | 0; HEAP32[i9 >> 2] = i4; @@ -35602,7 +36200,7 @@ function __ZN4wasm17WasmBinaryBuilder14readExpressionERPNS_10ExpressionE(i7, i6) i4 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, HEAP32[i3 >> 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, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 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; @@ -35611,10 +36209,10 @@ function __ZN4wasm17WasmBinaryBuilder14readExpressionERPNS_10ExpressionE(i7, i6) i4 = __ZN4wasm17WasmBinaryBuilder7getInt8Ev(i7) | 0; if (!(HEAP8[i5 >> 0] | 0)) i1 = i4 & 255; else { i1 = i4 & 255; - i9 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19526) | 0, i1) | 0; + i9 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19526) | 0, i1) | 0; i10 = __ZNKSt3__18ios_base6getlocEv(i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i2 >> 2] = i10; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 51344) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 0; i10 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 63](i10, 10) | 0; __ZNSt3__16localeD2Ev(i2); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i9, i10) | 0; @@ -35728,13 +36326,13 @@ function __ZN4wasm17WasmBinaryBuilder14readExpressionERPNS_10ExpressionE(i7, i6) } default: if (((((!(__ZN4wasm17WasmBinaryBuilder16maybeVisitBinaryERPNS_10ExpressionEh(i7, i6, i4) | 0) ? !(__ZN4wasm17WasmBinaryBuilder15maybeVisitUnaryERPNS_10ExpressionEh(i7, i6, i4) | 0) : 0) ? !(__ZN4wasm17WasmBinaryBuilder15maybeVisitConstERPNS_10ExpressionEh(i7, i6, i4) | 0) : 0) ? !(__ZN4wasm17WasmBinaryBuilder14maybeVisitLoadERPNS_10ExpressionEh(i7, i6, i4) | 0) : 0) ? !(__ZN4wasm17WasmBinaryBuilder15maybeVisitStoreERPNS_10ExpressionEh(i7, i6, i4) | 0) : 0) ? !(__ZN4wasm17WasmBinaryBuilder14maybeVisitHostERPNS_10ExpressionEh(i7, i6, i4) | 0) : 0) { - i10 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19549) | 0; + i10 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19549) | 0; i9 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; HEAP32[i9 >> 2] = HEAP32[i9 >> 2] & -75 | 8; i10 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i10, i1) | 0; i9 = __ZNKSt3__18ios_base6getlocEv(i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i2 >> 2] = i9; - i9 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 51344) | 0; + i9 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 0; i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i9 >> 2] | 0) + 28 >> 2] & 63](i9, 10) | 0; __ZNSt3__16localeD2Ev(i2); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i10, i9) | 0; @@ -35743,7 +36341,7 @@ function __ZN4wasm17WasmBinaryBuilder14readExpressionERPNS_10ExpressionE(i7, i6) } } while (0); if (HEAP8[i5 >> 0] | 0) { - i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19561) | 0; + i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19561) | 0; i7 = i7 + 124 | 0; i10 = HEAP32[i7 >> 2] | 0; HEAP32[i7 >> 2] = i10 + -1; @@ -35751,7 +36349,7 @@ function __ZN4wasm17WasmBinaryBuilder14readExpressionERPNS_10ExpressionE(i7, i6) i10 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i10, HEAP32[i3 >> 2] | 0) | 0; i9 = __ZNKSt3__18ios_base6getlocEv(i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i2 >> 2] = i9; - i9 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 51344) | 0; + i9 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 0; i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i9 >> 2] | 0) + 28 >> 2] & 63](i9, 10) | 0; __ZNSt3__16localeD2Ev(i2); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i10, i9) | 0; @@ -35765,212 +36363,6 @@ function __ZN4wasm17WasmBinaryBuilder14readExpressionERPNS_10ExpressionE(i7, i6) return i1 | 0; } -function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i32, i26) { - i32 = i32 | 0; - i26 = i26 | 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, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0; - i36 = STACKTOP; - STACKTOP = STACKTOP + 96 | 0; - i20 = i36 + 84 | 0; - i2 = i36 + 80 | 0; - i34 = i36 + 68 | 0; - i33 = i36 + 56 | 0; - i35 = i36 + 44 | 0; - i30 = i36 + 40 | 0; - i29 = i36 + 20 | 0; - i27 = i36 + 8 | 0; - i21 = i36 + 16 | 0; - i22 = i36 + 12 | 0; - i23 = i36 + 4 | 0; - i24 = i36; - HEAP32[i2 >> 2] = 0; - i31 = __ZN4wasm7Element4listEv(i26) | 0; - if (!(HEAP8[HEAP32[(HEAP32[i31 >> 2] | 0) + 4 >> 2] >> 0] | 0)) { - i1 = __ZN4wasm7Element4listEv(i26) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i2 >> 2] = i1; - i1 = i32 + 44 | 0; - i3 = 2; - } else { - i1 = i32 + 44 | 0; - i3 = __ZN4wasm4Name7fromIntEj(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i2 >> 2] = i3; - i3 = 1; - } - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; - i16 = i32 + 80 | 0; - HEAP32[i16 >> 2] = 0; - HEAP32[i32 + 84 >> 2] = 0; - HEAP32[i34 >> 2] = 0; - i17 = i34 + 4 | 0; - HEAP32[i17 >> 2] = 0; - HEAP32[i34 + 8 >> 2] = 0; - HEAP32[i33 >> 2] = 0; - i18 = i33 + 4 | 0; - HEAP32[i18 >> 2] = 0; - HEAP32[i33 + 8 >> 2] = 0; - HEAP32[i35 >> 2] = 0; - i19 = i35 + 4 | 0; - HEAP32[i19 >> 2] = 0; - HEAP32[i35 + 8 >> 2] = 0; - HEAP32[i30 >> 2] = 0; - HEAP32[i29 >> 2] = i32; - HEAP32[i29 + 4 >> 2] = i2; - HEAP32[i29 + 8 >> 2] = i33; - HEAP32[i29 + 12 >> 2] = i30; - HEAP32[i29 + 16 >> 2] = i35; - i11 = i32 + 8 | 0; - i12 = i34 + 8 | 0; - i13 = i32 + 68 | 0; - i31 = i32 + 64 | 0; - i28 = i32 + 4 | 0; - i14 = i33 + 8 | 0; - i15 = i35 + 8 | 0; - i2 = 0; - i1 = 0; - i10 = i3; - i3 = 0; - while (1) { - if (i10 >>> 0 >= (__ZN4wasm7Element4sizeEv(i26) | 0) >>> 0) break; - i9 = __ZN4wasm7ElementixEj(i26, i10) | 0; - i7 = __ZN4wasm7Element4listEv(i9) | 0; - i7 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i7 >> 2] >> 2] | 0) | 0; - L8 : do if (!((i7 | 0) == (HEAP32[12371] | 0) | (i7 | 0) == (HEAP32[12378] | 0))) { - if ((i7 | 0) == (HEAP32[12372] | 0)) { - i9 = __ZN4wasm7Element4listEv(i9) | 0; - i9 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i32, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i9 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; - HEAP32[i30 >> 2] = i9; - break; - } - if ((i7 | 0) == (HEAP32[12379] | 0)) { - i3 = __ZN4wasm7Element4listEv(i9) | 0; - i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) | 0; - i9 = HEAP32[i32 >> 2] | 0; - HEAP32[i22 >> 2] = i3; - HEAP32[i20 >> 2] = HEAP32[i22 >> 2]; - if (!(__ZN4wasm6Module17checkFunctionTypeENS_4NameE(i9, i20) | 0)) __ZNKSt3__18functionIFvvEEclEv(i11); - i5 = HEAP32[i32 >> 2] | 0; - HEAP32[i23 >> 2] = i3; - HEAP32[i20 >> 2] = HEAP32[i23 >> 2]; - i5 = __ZN4wasm6Module15getFunctionTypeENS_4NameE(i5, i20) | 0; - HEAP32[i30 >> 2] = HEAP32[i5 + 4 >> 2]; - i4 = i5 + 8 | 0; - i5 = i5 + 16 | 0; - i9 = 0; - while (1) { - if (i9 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) break L8; - i6 = __ZN4wasm4Name7fromIntEj(i9) | 0; - HEAP32[i20 >> 2] = i6; - i7 = __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i4, i9) | 0; - i7 = HEAP32[i7 >> 2] | 0; - HEAP32[i27 >> 2] = i7; - i8 = HEAP32[i17 >> 2] | 0; - if (i8 >>> 0 < (HEAP32[i12 >> 2] | 0) >>> 0) { - HEAP32[i8 >> 2] = i6; - HEAP32[i8 + 4 >> 2] = i7; - HEAP32[i17 >> 2] = (HEAP32[i17 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i34, i20, i27); - HEAP32[i24 >> 2] = i6; - i8 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i13, i24) | 0; - HEAP32[i8 >> 2] = i7; - i9 = i9 + 1 | 0; - } - } - i7 = HEAP32[i17 >> 2] | 0; - i8 = HEAP32[i34 >> 2] | 0; - i4 = i8; - i5 = i7; - if ((i7 | 0) != (i8 | 0) ? (HEAP32[i18 >> 2] | 0) == (HEAP32[i33 >> 2] | 0) : 0) __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_9enable_ifIXaasr21__is_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsIS9_E9referenceEEE5valueEvE4typeES9_S9_(i33, i4, i5); - if (!(HEAP32[i31 >> 2] | 0)) __ZZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementEENKUlvE_clEv(i29); - i4 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i32, i9) | 0; - if (!i1) i1 = i4; else { - if (!i2) { - i9 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i28 >> 2] | 0) | 0; - __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i9 + 12 | 0, i1); - __ZN4wasm5Block8finalizeEv(i9); - i2 = i9; - i1 = i9; - } - __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2 + 12 | 0, i4); - } - } else { - i4 = 1; - while (1) { - if (i4 >>> 0 >= (__ZN4wasm7Element4sizeEv(i9) | 0) >>> 0) break L8; - HEAP32[i20 >> 2] = 0; - HEAP32[i27 >> 2] = 0; - i8 = (__ZN4wasm7ElementixEj(i9, i4) | 0) + 20 | 0; - if ((HEAP8[i8 >> 0] | 0) == 0 ? (i25 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i32, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i9, i4) | 0) | 0, 1, 0) | 0, HEAP32[i27 >> 2] = i25, (i25 | 0) != 0) : 0) { - i5 = __ZN4wasm4Name7fromIntEj(HEAP32[i16 >> 2] | 0) | 0; - HEAP32[i20 >> 2] = i5; - i8 = i25; - } else { - i5 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i9, i4) | 0) | 0; - HEAP32[i20 >> 2] = i5; - i4 = i4 + 1 | 0; - i8 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i32, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i9, i4) | 0) | 0, 0, 0) | 0; - HEAP32[i27 >> 2] = i8; - } - i4 = i4 + 1 | 0; - do if ((i7 | 0) == (HEAP32[12371] | 0)) { - i6 = HEAP32[i18 >> 2] | 0; - if (i6 >>> 0 < (HEAP32[i14 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i5; - HEAP32[i6 + 4 >> 2] = i8; - HEAP32[i18 >> 2] = (HEAP32[i18 >> 2] | 0) + 8; - break; - } else { - __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i33, i20, i27); - break; - } - } else { - i6 = HEAP32[i19 >> 2] | 0; - if (i6 >>> 0 < (HEAP32[i15 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i5; - HEAP32[i6 + 4 >> 2] = i8; - HEAP32[i19 >> 2] = (HEAP32[i19 >> 2] | 0) + 8; - break; - } else { - __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i35, i20, i27); - break; - } - } while (0); - HEAP32[i16 >> 2] = (HEAP32[i16 >> 2] | 0) + 1; - HEAP32[i21 >> 2] = i5; - i6 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i13, i21) | 0; - HEAP32[i6 >> 2] = i8; - } - } while (0); - i10 = i10 + 1 | 0; - } - i2 = HEAP32[i31 >> 2] | 0; - if (!i2) { - __ZZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementEENKUlvE_clEv(i29); - i1 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i28 >> 2] | 0) | 0; - i2 = HEAP32[i31 >> 2] | 0; - } - if ((HEAP32[i2 + 4 >> 2] | 0) != (HEAP32[i30 >> 2] | 0)) ___assert_fail(17807, 17541, 439, 17838); - HEAP32[i2 + 36 >> 2] = i1; - HEAP32[i2 + 32 >> 2] = i3; - __ZN4wasm6Module11addFunctionEPNS_8FunctionE(HEAP32[i32 >> 2] | 0, HEAP32[i31 >> 2] | 0); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE5clearEv(i32 + 68 | 0); - i3 = HEAP32[i32 + 88 >> 2] | 0; - i1 = i32 + 92 | 0; - i2 = HEAP32[i1 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i32 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i32; - i2 = i32; - } - HEAP32[i31 >> 2] = 0; - __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i35); - __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i33); - __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i34); - STACKTOP = i36; - return; -} - function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_base7patternERcS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESF_SF_Ri(i1, i12, i2, i13, i19, i21, i20, i22, i14, i23) { i1 = i1 | 0; i12 = i12 | 0; @@ -35998,7 +36390,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, 53064) | 0; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 54152) | 0; i1 = HEAP32[i3 >> 2] | 0; if (i12) { FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 511](i4, i3); @@ -36099,7 +36491,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] & 255](i3) | 0; } else { - i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 53056) | 0; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 54144) | 0; i1 = HEAP32[i3 >> 2] | 0; if (i12) { FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 511](i6, i3); @@ -36205,6 +36597,211 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba return; } +function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i32, i26) { + i32 = i32 | 0; + i26 = i26 | 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, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0; + i36 = STACKTOP; + STACKTOP = STACKTOP + 96 | 0; + i20 = i36 + 84 | 0; + i2 = i36 + 80 | 0; + i34 = i36 + 68 | 0; + i33 = i36 + 56 | 0; + i35 = i36 + 44 | 0; + i31 = i36 + 40 | 0; + i30 = i36 + 20 | 0; + i27 = i36 + 8 | 0; + i21 = i36 + 16 | 0; + i22 = i36 + 12 | 0; + i23 = i36 + 4 | 0; + i24 = i36; + HEAP32[i2 >> 2] = 0; + i29 = __ZN4wasm7ElementixEj(i26, 1) | 0; + if (!(HEAP8[i29 >> 0] | 0)) { + i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i26, 1) | 0) | 0; + HEAP32[i2 >> 2] = i1; + i1 = i32 + 44 | 0; + i3 = 2; + } else { + i1 = i32 + 44 | 0; + i3 = __ZN4wasm4Name7fromIntEj(HEAP32[i1 >> 2] | 0) | 0; + HEAP32[i2 >> 2] = i3; + i3 = 1; + } + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; + i16 = i32 + 80 | 0; + HEAP32[i16 >> 2] = 0; + HEAP32[i32 + 84 >> 2] = 0; + HEAP32[i34 >> 2] = 0; + i17 = i34 + 4 | 0; + HEAP32[i17 >> 2] = 0; + HEAP32[i34 + 8 >> 2] = 0; + HEAP32[i33 >> 2] = 0; + i18 = i33 + 4 | 0; + HEAP32[i18 >> 2] = 0; + HEAP32[i33 + 8 >> 2] = 0; + HEAP32[i35 >> 2] = 0; + i19 = i35 + 4 | 0; + HEAP32[i19 >> 2] = 0; + HEAP32[i35 + 8 >> 2] = 0; + HEAP32[i31 >> 2] = 0; + HEAP32[i30 >> 2] = i32; + HEAP32[i30 + 4 >> 2] = i2; + HEAP32[i30 + 8 >> 2] = i33; + HEAP32[i30 + 12 >> 2] = i31; + HEAP32[i30 + 16 >> 2] = i35; + i11 = i32 + 8 | 0; + i12 = i34 + 8 | 0; + i13 = i32 + 68 | 0; + i29 = i32 + 64 | 0; + i28 = i32 + 4 | 0; + i14 = i33 + 8 | 0; + i15 = i35 + 8 | 0; + i2 = 0; + i1 = 0; + i10 = i3; + i3 = 0; + while (1) { + i9 = (__ZN4wasm7Element4listEv(i26) | 0) + 8 | 0; + if (i10 >>> 0 >= (HEAP32[i9 >> 2] | 0) >>> 0) break; + i9 = __ZN4wasm7ElementixEj(i26, i10) | 0; + i7 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i9, 0) | 0) | 0; + L8 : do if (!((i7 | 0) == (HEAP32[12643] | 0) | (i7 | 0) == (HEAP32[12650] | 0))) { + if ((i7 | 0) == (HEAP32[12644] | 0)) { + i9 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i32, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i9, 1) | 0) | 0, 0, 0) | 0; + HEAP32[i31 >> 2] = i9; + break; + } + if ((i7 | 0) == (HEAP32[12651] | 0)) { + i3 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i9, 1) | 0) | 0; + i9 = HEAP32[i32 >> 2] | 0; + HEAP32[i22 >> 2] = i3; + HEAP32[i20 >> 2] = HEAP32[i22 >> 2]; + if (!(__ZN4wasm6Module17checkFunctionTypeENS_4NameE(i9, i20) | 0)) __ZNKSt3__18functionIFvvEEclEv(i11); + i5 = HEAP32[i32 >> 2] | 0; + HEAP32[i23 >> 2] = i3; + HEAP32[i20 >> 2] = HEAP32[i23 >> 2]; + i5 = __ZN4wasm6Module15getFunctionTypeENS_4NameE(i5, i20) | 0; + HEAP32[i31 >> 2] = HEAP32[i5 + 4 >> 2]; + i4 = i5 + 8 | 0; + i5 = i5 + 12 | 0; + i9 = 0; + while (1) { + if (i9 >>> 0 >= (HEAP32[i5 >> 2] | 0) - (HEAP32[i4 >> 2] | 0) >> 2 >>> 0) break L8; + i8 = __ZN4wasm4Name7fromIntEj(i9) | 0; + HEAP32[i20 >> 2] = i8; + i6 = HEAP32[(HEAP32[i4 >> 2] | 0) + (i9 << 2) >> 2] | 0; + HEAP32[i27 >> 2] = i6; + i7 = HEAP32[i17 >> 2] | 0; + if (i7 >>> 0 < (HEAP32[i12 >> 2] | 0) >>> 0) { + HEAP32[i7 >> 2] = i8; + HEAP32[i7 + 4 >> 2] = i6; + HEAP32[i17 >> 2] = (HEAP32[i17 >> 2] | 0) + 8; + } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i34, i20, i27); + HEAP32[i24 >> 2] = i8; + i8 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i13, i24) | 0; + HEAP32[i8 >> 2] = i6; + i9 = i9 + 1 | 0; + } + } + i7 = HEAP32[i17 >> 2] | 0; + i8 = HEAP32[i34 >> 2] | 0; + i4 = i8; + i5 = i7; + if ((i7 | 0) != (i8 | 0) ? (HEAP32[i18 >> 2] | 0) == (HEAP32[i33 >> 2] | 0) : 0) __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_9enable_ifIXaasr21__is_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsIS9_E9referenceEEE5valueEvE4typeES9_S9_(i33, i4, i5); + if (!(HEAP32[i29 >> 2] | 0)) __ZZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementEENKUlvE_clEv(i30); + i4 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i32, i9) | 0; + if (!i1) i1 = i4; else { + if (!i2) { + i9 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i28 >> 2] | 0) | 0; + __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i9 + 12 | 0, i1); + i2 = i9; + i1 = i9; + } + __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2 + 12 | 0, i4); + __ZN4wasm5Block8finalizeEv(i2); + } + } else { + i4 = 1; + while (1) { + i8 = (__ZN4wasm7Element4listEv(i9) | 0) + 8 | 0; + if (i4 >>> 0 >= (HEAP32[i8 >> 2] | 0) >>> 0) break L8; + HEAP32[i20 >> 2] = 0; + HEAP32[i27 >> 2] = 0; + i8 = (__ZN4wasm7ElementixEj(i9, i4) | 0) + 24 | 0; + if ((HEAP8[i8 >> 0] | 0) == 0 ? (i25 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i32, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i9, i4) | 0) | 0, 1, 0) | 0, HEAP32[i27 >> 2] = i25, (i25 | 0) != 0) : 0) { + i5 = __ZN4wasm4Name7fromIntEj(HEAP32[i16 >> 2] | 0) | 0; + HEAP32[i20 >> 2] = i5; + i8 = i25; + } else { + i5 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i9, i4) | 0) | 0; + HEAP32[i20 >> 2] = i5; + i4 = i4 + 1 | 0; + i8 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i32, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i9, i4) | 0) | 0, 0, 0) | 0; + HEAP32[i27 >> 2] = i8; + } + i4 = i4 + 1 | 0; + do if ((i7 | 0) == (HEAP32[12643] | 0)) { + i6 = HEAP32[i18 >> 2] | 0; + if (i6 >>> 0 < (HEAP32[i14 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i5; + HEAP32[i6 + 4 >> 2] = i8; + HEAP32[i18 >> 2] = (HEAP32[i18 >> 2] | 0) + 8; + break; + } else { + __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i33, i20, i27); + break; + } + } else { + i6 = HEAP32[i19 >> 2] | 0; + if (i6 >>> 0 < (HEAP32[i15 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i5; + HEAP32[i6 + 4 >> 2] = i8; + HEAP32[i19 >> 2] = (HEAP32[i19 >> 2] | 0) + 8; + break; + } else { + __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i35, i20, i27); + break; + } + } while (0); + HEAP32[i16 >> 2] = (HEAP32[i16 >> 2] | 0) + 1; + HEAP32[i21 >> 2] = i5; + i6 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i13, i21) | 0; + HEAP32[i6 >> 2] = i8; + } + } while (0); + i10 = i10 + 1 | 0; + } + i2 = HEAP32[i29 >> 2] | 0; + if (!i2) { + __ZZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementEENKUlvE_clEv(i30); + i1 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i28 >> 2] | 0) | 0; + i2 = HEAP32[i29 >> 2] | 0; + } + if ((HEAP32[i2 + 4 >> 2] | 0) != (HEAP32[i31 >> 2] | 0)) ___assert_fail(17803, 17537, 438, 17834); + HEAP32[i2 + 36 >> 2] = i1; + HEAP32[(HEAP32[i29 >> 2] | 0) + 32 >> 2] = i3; + i1 = HEAP32[i32 >> 2] | 0; + i3 = HEAP32[i29 >> 2] | 0; + HEAP32[i29 >> 2] = 0; + __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i1, i3); + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE5clearEv(i32 + 68 | 0); + i3 = HEAP32[i32 + 88 >> 2] | 0; + i1 = i32 + 92 | 0; + i2 = HEAP32[i1 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i3 | 0)) break; + i32 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i32; + i2 = i32; + } + __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i35); + __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i33); + __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i34); + STACKTOP = i36; + return; +} + function ___intscan(i13, i3, i6, i1, i2) { i13 = i13 | 0; i3 = i3 | 0; @@ -36267,7 +36864,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[39407 + i4 >> 0] | 0) > 15) { + if ((HEAPU8[40473 + i4 >> 0] | 0) > 15) { i1 = (HEAP32[i14 >> 2] | 0) == 0; if (!i1) HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + -1; if (!i6) { @@ -36291,7 +36888,7 @@ function ___intscan(i13, i3, i6, i1, i2) { } } else { i3 = i5 ? 10 : i3; - if ((HEAPU8[39407 + i4 >> 0] | 0) >>> 0 < i3 >>> 0) i10 = 32; else { + if ((HEAPU8[40473 + 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; @@ -36361,8 +36958,8 @@ function ___intscan(i13, i3, i6, i1, i2) { } else i10 = 46; L63 : do if ((i10 | 0) == 46) { if (!(i3 + -1 & i3)) { - i10 = HEAP8[39663 + ((i3 * 23 | 0) >>> 5 & 7) >> 0] | 0; - i5 = HEAP8[39407 + i4 >> 0] | 0; + i10 = HEAP8[40729 + ((i3 * 23 | 0) >>> 5 & 7) >> 0] | 0; + i5 = HEAP8[40473 + i4 >> 0] | 0; i6 = i5 & 255; if (i6 >>> 0 < i3 >>> 0) { i4 = 0; @@ -36373,7 +36970,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[39407 + i4 >> 0] | 0; + i5 = HEAP8[40473 + i4 >> 0] | 0; i6 = i5 & 255; if (!(i7 >>> 0 < 134217728 & i6 >>> 0 < i3 >>> 0)) break; else i4 = i7; } @@ -36398,7 +36995,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[39407 + i4 >> 0] | 0; + i5 = HEAP8[40473 + 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; @@ -36406,7 +37003,7 @@ function ___intscan(i13, i3, i6, i1, i2) { } else i4 = i6; } } - i5 = HEAP8[39407 + i4 >> 0] | 0; + i5 = HEAP8[40473 + i4 >> 0] | 0; i6 = i5 & 255; if (i6 >>> 0 < i3 >>> 0) { i4 = 0; @@ -36417,7 +37014,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[39407 + i4 >> 0] | 0; + i5 = HEAP8[40473 + i4 >> 0] | 0; i6 = i5 & 255; if (!(i7 >>> 0 < 119304647 & i6 >>> 0 < i3 >>> 0)) break; else i4 = i7; } @@ -36451,7 +37048,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[39407 + i4 >> 0] | 0; + i5 = HEAP8[40473 + i4 >> 0] | 0; if ((i5 & 255) >>> 0 >= i3 >>> 0) { i5 = i6; i10 = 72; @@ -36463,14 +37060,14 @@ function ___intscan(i13, i3, i6, i1, i2) { i10 = 72; } } while (0); - if ((i10 | 0) == 72) if ((HEAPU8[39407 + i4 >> 0] | 0) >>> 0 < i3 >>> 0) { + if ((i10 | 0) == 72) if ((HEAPU8[40473 + 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[39407 + i4 >> 0] | 0) >>> 0 < i3 >>> 0); + } while ((HEAPU8[40473 + i4 >> 0] | 0) >>> 0 < i3 >>> 0); i5 = ___errno_location() | 0; HEAP32[i5 >> 2] = 34; i5 = i2; @@ -36520,10 +37117,10 @@ function __ZN4wasm17WasmBinaryBuilder13readFunctionsEv(i39) { i24 = i41 + 4 | 0; i33 = i39 + 12 | 0; if (HEAP8[i33 >> 0] | 0) { - i36 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19341) | 0; + i36 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19341) | 0; i32 = __ZNKSt3__18ios_base6getlocEv(i36 + (HEAP32[(HEAP32[i36 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i8 >> 2] = i32; - i32 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 51344) | 0; + i32 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 52432) | 0; i32 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i32 >> 2] | 0) + 28 >> 2] & 63](i32, 10) | 0; __ZNSt3__16localeD2Ev(i8); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i36, i32) | 0; @@ -36556,11 +37153,11 @@ function __ZN4wasm17WasmBinaryBuilder13readFunctionsEv(i39) { break; } if (HEAP8[i33 >> 0] | 0) { - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19358) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19358) | 0; i7 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i7, HEAP32[i12 >> 2] | 0) | 0; i6 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i8 >> 2] = i6; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 52432) | 0; i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; __ZNSt3__16localeD2Ev(i8); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i6) | 0; @@ -36574,10 +37171,10 @@ function __ZN4wasm17WasmBinaryBuilder13readFunctionsEv(i39) { HEAP32[i14 >> 2] = (HEAP32[i12 >> 2] | 0) + i1; i7 = HEAP32[(HEAP32[i15 >> 2] | 0) + (i36 << 2) >> 2] | 0; if (HEAP8[i33 >> 0] | 0) { - i6 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19394) | 0, i36) | 0; + i6 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19394) | 0, i36) | 0; i5 = __ZNKSt3__18ios_base6getlocEv(i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i8 >> 2] = i5; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 52432) | 0; i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; __ZNSt3__16localeD2Ev(i8); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i6, i5) | 0; @@ -36592,13 +37189,13 @@ function __ZN4wasm17WasmBinaryBuilder13readFunctionsEv(i39) { HEAP32[i18 >> 2] = 0; HEAP32[i19 >> 2] = 0; i1 = i7 + 8 | 0; - i2 = i7 + 16 | 0; + i2 = i7 + 12 | 0; i6 = 0; while (1) { - if (i6 >>> 0 >= (HEAP32[i2 >> 2] | 0) >>> 0) break; + if (i6 >>> 0 >= (HEAP32[i2 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) >> 2 >>> 0) break; i3 = __ZZN4wasm17WasmBinaryBuilder13readFunctionsEvENKUlvE_clEv(i34) | 0; HEAP32[i9 >> 2] = i3; - i4 = __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i1, i6) | 0; + i4 = (HEAP32[i1 >> 2] | 0) + (i6 << 2) | 0; i5 = HEAP32[i16 >> 2] | 0; if (i5 >>> 0 < (HEAP32[i20 >> 2] | 0) >>> 0) { i4 = HEAP32[i4 >> 2] | 0; @@ -36640,10 +37237,10 @@ function __ZN4wasm17WasmBinaryBuilder13readFunctionsEv(i39) { i2 = i1; HEAP32[i22 >> 2] = i2; if (HEAP8[i33 >> 0] | 0) { - i7 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19402) | 0, i36) | 0; + i7 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19402) | 0, i36) | 0; i6 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i8 >> 2] = i6; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 52432) | 0; i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; __ZNSt3__16localeD2Ev(i8); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i6) | 0; @@ -36690,7 +37287,7 @@ function __ZN4wasm17WasmBinaryBuilder13readFunctionsEv(i39) { if ((i1 | 0) == 5) { STACKTOP = i41; return; - } else if ((i1 | 0) == 9) ___assert_fail(19371, 18690, 1429, 19380); else if ((i1 | 0) == 30) ___assert_fail(19424, 18690, 1464, 19380); else if ((i1 | 0) == 32) ___assert_fail(19443, 18690, 1465, 19380); else if ((i1 | 0) == 34) ___assert_fail(19467, 18690, 1468, 19380); else if ((i1 | 0) == 36) ___assert_fail(19424, 18690, 1469, 19380); else if ((i1 | 0) == 38) ___assert_fail(19443, 18690, 1470, 19380); else if ((i1 | 0) == 40) ___assert_fail(19478, 18690, 1471, 19380); + } else if ((i1 | 0) == 9) ___assert_fail(19371, 18573, 1457, 19380); else if ((i1 | 0) == 30) ___assert_fail(19424, 18573, 1492, 19380); else if ((i1 | 0) == 32) ___assert_fail(19443, 18573, 1493, 19380); else if ((i1 | 0) == 34) ___assert_fail(19467, 18573, 1496, 19380); else if ((i1 | 0) == 36) ___assert_fail(19424, 18573, 1497, 19380); else if ((i1 | 0) == 38) ___assert_fail(19443, 18573, 1498, 19380); else if ((i1 | 0) == 40) ___assert_fail(19478, 18573, 1499, 19380); } function __ZNSt3__111__money_putIwE13__gather_infoEbbRKNS_6localeERNS_10money_base7patternERwS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS9_IwNSA_IwEENSC_IwEEEESJ_Ri(i1, i11, i2, i12, i18, i20, i19, i21, i13, i22) { @@ -36720,7 +37317,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, 53080) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 54168) | 0; i1 = HEAP32[i2 >> 2] | 0; if (i11) { FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 511](i3, i2); @@ -36804,7 +37401,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] & 255](i2) | 0; } else { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 53072) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 54160) | 0; i1 = HEAP32[i2 >> 2] | 0; if (i11) { FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 511](i5, i2); @@ -36895,156 +37492,205 @@ function __ZNSt3__111__money_putIwE13__gather_infoEbbRKNS_6localeERNS_10money_ba function __ZN6cashew4InitC2Ev(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; - i16 = STACKTOP; - STACKTOP = STACKTOP + 368 | 0; - i1 = i16 + 336 | 0; - i3 = i16 + 308 | 0; - i4 = i16 + 280 | 0; - i5 = i16 + 252 | 0; - i6 = i16 + 224 | 0; - i7 = i16 + 196 | 0; - i8 = i16 + 168 | 0; - i9 = i16 + 140 | 0; - i10 = i16 + 112 | 0; - i11 = i16 + 84 | 0; - i12 = i16 + 56 | 0; - i13 = i16 + 28 | 0; - i14 = i16; - i15 = i16 + 364 | 0; - __ZN6cashew10IStringSetC2EPKc(i1, 47610); - HEAP8[i1 + 20 >> 0] = 0; - HEAP32[i1 + 24 >> 2] = 0; - i2 = HEAP32[12312] | 0; - if (i2 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i2, i1); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, i1); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i1); - __ZN6cashew10IStringSetC2EPKc(i3, 38069); - HEAP8[i3 + 20 >> 0] = 1; - HEAP32[i3 + 24 >> 2] = 1; - i1 = HEAP32[12312] | 0; - if (i1 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i3); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, i3); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i3); - __ZN6cashew10IStringSetC2EPKc(i4, 38077); - HEAP8[i4 + 20 >> 0] = 0; - HEAP32[i4 + 24 >> 2] = 0; - i1 = HEAP32[12312] | 0; - if (i1 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i4); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, i4); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i4); - __ZN6cashew10IStringSetC2EPKc(i5, 38083); - HEAP8[i5 + 20 >> 0] = 0; - HEAP32[i5 + 24 >> 2] = 0; - i1 = HEAP32[12312] | 0; - if (i1 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i5); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, i5); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i5); - __ZN6cashew10IStringSetC2EPKc(i6, 38087); - HEAP8[i6 + 20 >> 0] = 0; - HEAP32[i6 + 24 >> 2] = 0; - i1 = HEAP32[12312] | 0; - if (i1 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i6); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, i6); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i6); - __ZN6cashew10IStringSetC2EPKc(i7, 38097); - HEAP8[i7 + 20 >> 0] = 0; - HEAP32[i7 + 24 >> 2] = 0; - i1 = HEAP32[12312] | 0; - if (i1 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i7); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, i7); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i7); - __ZN6cashew10IStringSetC2EPKc(i8, 38107); - HEAP8[i8 + 20 >> 0] = 0; - HEAP32[i8 + 24 >> 2] = 0; - i1 = HEAP32[12312] | 0; - if (i1 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i8); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, i8); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i8); - __ZN6cashew10IStringSetC2EPKc(i9, 46624); - HEAP8[i9 + 20 >> 0] = 0; - HEAP32[i9 + 24 >> 2] = 0; - i1 = HEAP32[12312] | 0; - if (i1 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i9); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, i9); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i9); - __ZN6cashew10IStringSetC2EPKc(i10, 47617); - HEAP8[i10 + 20 >> 0] = 0; - HEAP32[i10 + 24 >> 2] = 0; - i1 = HEAP32[12312] | 0; - if (i1 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i10); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, i10); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i10); - __ZN6cashew10IStringSetC2EPKc(i11, 47681); - HEAP8[i11 + 20 >> 0] = 0; - HEAP32[i11 + 24 >> 2] = 0; - i1 = HEAP32[12312] | 0; - if (i1 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i11); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, i11); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i11); - __ZN6cashew10IStringSetC2EPKc(i12, 38113); - HEAP8[i12 + 20 >> 0] = 1; - HEAP32[i12 + 24 >> 2] = 3; - i1 = HEAP32[12312] | 0; - if (i1 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i12); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, i12); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i12); - __ZN6cashew10IStringSetC2EPKc(i13, 46629); - HEAP8[i13 + 20 >> 0] = 1; - HEAP32[i13 + 24 >> 2] = 0; - i1 = HEAP32[12312] | 0; - if (i1 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i13); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, i13); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i13); - __ZN6cashew10IStringSetC2EPKc(i14, 46656); - HEAP8[i14 + 20 >> 0] = 1; - HEAP32[i14 + 24 >> 2] = 0; - i1 = HEAP32[12312] | 0; - if (i1 >>> 0 < (HEAP32[12313] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i14); - HEAP32[12312] = (HEAP32[12312] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(49244, 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(49256, 4); + 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; + i29 = STACKTOP; + STACKTOP = STACKTOP + 80 | 0; + i1 = i29 + 68 | 0; + i2 = i29 + 48 | 0; + i4 = i29 + 67 | 0; + i5 = i29 + 44 | 0; + i6 = i29 + 66 | 0; + i7 = i29 + 40 | 0; + i8 = i29 + 65 | 0; + i9 = i29 + 36 | 0; + i10 = i29 + 64 | 0; + i11 = i29 + 32 | 0; + i12 = i29 + 63 | 0; + i13 = i29 + 28 | 0; + i14 = i29 + 62 | 0; + i15 = i29 + 24 | 0; + i16 = i29 + 61 | 0; + i17 = i29 + 20 | 0; + i18 = i29 + 60 | 0; + i19 = i29 + 16 | 0; + i20 = i29 + 59 | 0; + i21 = i29 + 12 | 0; + i22 = i29 + 58 | 0; + i23 = i29 + 8 | 0; + i24 = i29 + 57 | 0; + i25 = i29 + 4 | 0; + i26 = i29 + 56 | 0; + i27 = i29; + i28 = i29 + 52 | 0; + HEAP8[i1 >> 0] = 0; + HEAP32[i2 >> 2] = 0; + i3 = HEAP32[12581] | 0; + if (i3 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i3, 48676); + HEAP8[i3 + 32 >> 0] = 0; + HEAP32[i3 + 36 >> 2] = 0; + i1 = (HEAP32[12581] | 0) + 40 | 0; + HEAP32[12581] = i1; + } else { + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA2_KcbNS2_4TypeEEEEvDpOT_(50320, 48676, i1, i2); + i1 = HEAP32[12581] | 0; + } + HEAP8[i4 >> 0] = 1; + HEAP32[i5 >> 2] = 1; + if (i1 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i1, 39079); + HEAP8[i1 + 32 >> 0] = 1; + HEAP32[i1 + 36 >> 2] = 1; + i1 = (HEAP32[12581] | 0) + 40 | 0; + HEAP32[12581] = i1; + } else { + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA8_KcbNS2_4TypeEEEEvDpOT_(50320, 39079, i4, i5); + i1 = HEAP32[12581] | 0; + } + HEAP8[i6 >> 0] = 0; + HEAP32[i7 >> 2] = 0; + if (i1 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i1, 39087); + HEAP8[i1 + 32 >> 0] = 0; + HEAP32[i1 + 36 >> 2] = 0; + i1 = (HEAP32[12581] | 0) + 40 | 0; + HEAP32[12581] = i1; + } else { + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA6_KcbNS2_4TypeEEEEvDpOT_(50320, 39087, i6, i7); + i1 = HEAP32[12581] | 0; + } + HEAP8[i8 >> 0] = 0; + HEAP32[i9 >> 2] = 0; + if (i1 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i1, 39093); + HEAP8[i1 + 32 >> 0] = 0; + HEAP32[i1 + 36 >> 2] = 0; + i1 = (HEAP32[12581] | 0) + 40 | 0; + HEAP32[12581] = i1; + } else { + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA4_KcbNS2_4TypeEEEEvDpOT_(50320, 39093, i8, i9); + i1 = HEAP32[12581] | 0; + } + HEAP8[i10 >> 0] = 0; + HEAP32[i11 >> 2] = 0; + if (i1 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i1, 39097); + HEAP8[i1 + 32 >> 0] = 0; + HEAP32[i1 + 36 >> 2] = 0; + i1 = (HEAP32[12581] | 0) + 40 | 0; + HEAP32[12581] = i1; + } else { + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA10_KcbNS2_4TypeEEEEvDpOT_(50320, 39097, i10, i11); + i1 = HEAP32[12581] | 0; + } + HEAP8[i12 >> 0] = 0; + HEAP32[i13 >> 2] = 0; + if (i1 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i1, 39107); + HEAP8[i1 + 32 >> 0] = 0; + HEAP32[i1 + 36 >> 2] = 0; + i1 = (HEAP32[12581] | 0) + 40 | 0; + HEAP32[12581] = i1; + } else { + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA10_KcbNS2_4TypeEEEEvDpOT_(50320, 39107, i12, i13); + i1 = HEAP32[12581] | 0; + } + HEAP8[i14 >> 0] = 0; + HEAP32[i15 >> 2] = 0; + if (i1 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i1, 39117); + HEAP8[i1 + 32 >> 0] = 0; + HEAP32[i1 + 36 >> 2] = 0; + i1 = (HEAP32[12581] | 0) + 40 | 0; + HEAP32[12581] = i1; + } else { + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA6_KcbNS2_4TypeEEEEvDpOT_(50320, 39117, i14, i15); + i1 = HEAP32[12581] | 0; + } + HEAP8[i16 >> 0] = 0; + HEAP32[i17 >> 2] = 0; + if (i1 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i1, 47690); + HEAP8[i1 + 32 >> 0] = 0; + HEAP32[i1 + 36 >> 2] = 0; + i1 = (HEAP32[12581] | 0) + 40 | 0; + HEAP32[12581] = i1; + } else { + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA2_KcbNS2_4TypeEEEEvDpOT_(50320, 47690, i16, i17); + i1 = HEAP32[12581] | 0; + } + HEAP8[i18 >> 0] = 0; + HEAP32[i19 >> 2] = 0; + if (i1 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i1, 48683); + HEAP8[i1 + 32 >> 0] = 0; + HEAP32[i1 + 36 >> 2] = 0; + i1 = (HEAP32[12581] | 0) + 40 | 0; + HEAP32[12581] = i1; + } else { + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA2_KcbNS2_4TypeEEEEvDpOT_(50320, 48683, i18, i19); + i1 = HEAP32[12581] | 0; + } + HEAP8[i20 >> 0] = 0; + HEAP32[i21 >> 2] = 0; + if (i1 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i1, 48747); + HEAP8[i1 + 32 >> 0] = 0; + HEAP32[i1 + 36 >> 2] = 0; + i1 = (HEAP32[12581] | 0) + 40 | 0; + HEAP32[12581] = i1; + } else { + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA2_KcbNS2_4TypeEEEEvDpOT_(50320, 48747, i20, i21); + i1 = HEAP32[12581] | 0; + } + HEAP8[i22 >> 0] = 1; + HEAP32[i23 >> 2] = 3; + if (i1 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i1, 39123); + HEAP8[i1 + 32 >> 0] = 1; + HEAP32[i1 + 36 >> 2] = 3; + i1 = (HEAP32[12581] | 0) + 40 | 0; + HEAP32[12581] = i1; + } else { + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA4_KcbNS2_4TypeEEEEvDpOT_(50320, 39123, i22, i23); + i1 = HEAP32[12581] | 0; + } + HEAP8[i24 >> 0] = 1; + HEAP32[i25 >> 2] = 0; + if (i1 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i1, 47695); + HEAP8[i1 + 32 >> 0] = 1; + HEAP32[i1 + 36 >> 2] = 0; + i1 = (HEAP32[12581] | 0) + 40 | 0; + HEAP32[12581] = i1; + } else { + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA2_KcbNS2_4TypeEEEEvDpOT_(50320, 47695, i24, i25); + i1 = HEAP32[12581] | 0; + } + HEAP8[i26 >> 0] = 1; + HEAP32[i27 >> 2] = 0; + if (i1 >>> 0 < (HEAP32[12582] | 0) >>> 0) { + __ZN6cashew10IStringSetC2EPKc(i1, 47722); + HEAP8[i1 + 32 >> 0] = 1; + HEAP32[i1 + 36 >> 2] = 0; + HEAP32[12581] = (HEAP32[12581] | 0) + 40; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA2_KcbNS2_4TypeEEEEvDpOT_(50320, 47722, i26, i27); + __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE6resizeEj(50332, 4); i2 = 0; while (1) { - i1 = HEAP32[12311] | 0; - if (i2 >>> 0 >= (((HEAP32[12312] | 0) - i1 | 0) / 28 | 0) >>> 0) break; - i1 = i1 + (i2 * 28 | 0) + 8 | 0; + i1 = HEAP32[12580] | 0; + if (i2 >>> 0 >= (((HEAP32[12581] | 0) - i1 | 0) / 40 | 0) >>> 0) break; + i1 = i1 + (i2 * 40 | 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[12314] | 0) + ((HEAP32[(HEAP32[12311] | 0) + (i2 * 28 | 0) + 24 >> 2] | 0) * 20 | 0) | 0, i15) | 0; - HEAP32[i14 >> 2] = i2; + HEAP32[i28 >> 2] = HEAP32[i1 + 8 >> 2]; + i27 = __ZNSt3__113unordered_mapIN6cashew7IStringEiNS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS9_((HEAP32[12583] | 0) + ((HEAP32[(HEAP32[12580] | 0) + (i2 * 40 | 0) + 36 >> 2] | 0) * 20 | 0) | 0, i28) | 0; + HEAP32[i27 >> 2] = i2; } i2 = i2 + 1 | 0; } - STACKTOP = i16; + STACKTOP = i29; return; } @@ -37073,7 +37719,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, 53064) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 54152) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 511](i3, i2); i15 = HEAP32[i3 >> 2] | 0; HEAP8[i8 >> 0] = i15; @@ -37162,7 +37808,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] & 255](i2) | 0; } else { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 53056) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 54144) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 511](i4, i2); i14 = HEAP32[i4 >> 2] | 0; HEAP8[i8 >> 0] = i14; @@ -37269,7 +37915,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, 17026) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 17008) | 0; break L1; } else { i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 34) | 0; @@ -37288,29 +37934,29 @@ 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, 17035) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 17017) | 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, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52432) | 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[12218] = (HEAP32[12218] | 0) + 1; + HEAP32[12484] = (HEAP32[12484] | 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, 46656) | 0; + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 47722) | 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, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52432) | 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; @@ -37318,13 +37964,13 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI i3 = 0; break; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 47203) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 48269) | 0; i3 = 0; break; } else i3 = 0; while (0); while (1) { - if ((i3 | 0) >= (HEAP32[12218] | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 28970) | 0; + if ((i3 | 0) >= (HEAP32[12484] | 0)) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 29996) | 0; i3 = i3 + 1 | 0; } __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) + (i2 << 2) >> 2] | 0, i8, i7); @@ -37333,17 +37979,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, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52432) | 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[12218] = (HEAP32[12218] | 0) + -1; + HEAP32[12484] = (HEAP32[12484] | 0) + -1; i1 = 0; } else i1 = 0; while (1) { - if ((i1 | 0) >= (HEAP32[12218] | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 28970) | 0; + if ((i1 | 0) >= (HEAP32[12484] | 0)) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 29996) | 0; i1 = i1 + 1 | 0; } __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 93) | 0; @@ -37351,12 +37997,12 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI } case 3: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 17038) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 17020) | 0; break; } case 4: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, HEAP8[i1 + 8 >> 0] | 0 ? 46579 : 46573) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, HEAP8[i1 + 8 >> 0] | 0 ? 47645 : 47639) | 0; break; } case 5: @@ -37365,12 +38011,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, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52432) | 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[12218] = (HEAP32[12218] | 0) + 1; + HEAP32[12484] = (HEAP32[12484] | 0) + 1; i5 = i8; } else i5 = i8; i1 = (HEAP32[i1 + 8 >> 2] | 0) + 8 | 0; @@ -37381,10 +38027,10 @@ 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, 47203) | 0, i7) : 0) { + if (!i2 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 48269) | 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, 51344) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52432) | 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; @@ -37392,28 +38038,28 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI i2 = 0; } else i2 = 0; while (1) { - if ((i2 | 0) >= (HEAP32[12218] | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 28970) | 0; + if ((i2 | 0) >= (HEAP32[12484] | 0)) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 29996) | 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, 17043) | 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, 17025) | 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, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52432) | 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[12218] = (HEAP32[12218] | 0) + -1; + HEAP32[12484] = (HEAP32[12484] | 0) + -1; i1 = 0; } else i1 = 0; while (1) { - if ((i1 | 0) >= (HEAP32[12218] | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 28970) | 0; + if ((i1 | 0) >= (HEAP32[12484] | 0)) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 29996) | 0; i1 = i1 + 1 | 0; } __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 125) | 0; @@ -37451,7 +38097,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, 53080) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 54168) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 511](i3, i2); i15 = HEAP32[i3 >> 2] | 0; HEAP8[i8 >> 0] = i15; @@ -37525,7 +38171,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] & 255](i2) | 0; } else { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 53072) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 54160) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 511](i4, i2); i14 = HEAP32[i4 >> 2] | 0; HEAP8[i8 >> 0] = i14; @@ -37623,7 +38269,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, 51376) | 0; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i13, 52464) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i2) | 0; HEAP32[i20 >> 2] = 0; i2 = i1; @@ -37861,7 +38507,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, 51344) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 52432) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i13) | 0; HEAP32[i21 >> 2] = 0; i13 = i12 + 8 | 0; @@ -38112,7 +38758,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, 46610) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i12, 0, 47676) | 0; HEAP32[i11 >> 2] = HEAP32[i1 >> 2]; HEAP32[i11 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i11 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -38184,7 +38830,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, 46610) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, 0, 47676) | 0; HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; HEAP32[i7 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i7 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -38255,45 +38901,45 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) L1 : do switch (HEAP8[i20 >> 0] | 0) { case 110: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 48956) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 50020) | 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, 48900) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 49964) | 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, 48980) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 50044) | 0) { i16 = 1; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 48984) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 50048) | 0) { i16 = 1; break L1; } - i16 = __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 48988) | 0; + i16 = __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 50052) | 0; i16 = i16 ? 0 : 8; break L1; } - i20 = (HEAP32[12330] | 0) == 0; + i20 = (HEAP32[12602] | 0) == 0; i1 = __ZN6cashew3RefixEj(i15, 1) | 0; if (i20) { i16 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[12330] = HEAP32[i16 >> 2]; + HEAP32[12602] = HEAP32[i16 >> 2]; i16 = 2; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(i1, 49320) | 0) i16 = 2; else ___assert_fail(38353, 38379, 73, 38425); + if (__ZN6cashew3RefeqERKNS_7IStringE(i1, 50408) | 0) i16 = 2; else ___assert_fail(39363, 39389, 73, 39435); } else i18 = 40; break; } case 117: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 49004) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 50068) | 0) { i20 = __ZN6cashew3RefixEj(i15, 1) | 0; i20 = __ZN6cashew5Value10getCStringEv(HEAP32[i20 >> 2] | 0) | 0; switch (HEAP8[i20 >> 0] | 0) { @@ -38329,8 +38975,8 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) } case 99: { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 48952) | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 48912) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 50016) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 49976) | 0)) { i18 = 40; break L1; } @@ -38342,11 +38988,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, 48900) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 0) | 0, 49964) | 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[12253] | 0)) { + if ((i1 | 0) == (HEAP32[12519] | 0)) { i16 = 2; break L1; } @@ -38354,23 +39000,23 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) i16 = 2; break L1; } - if ((i1 | 0) == (HEAP32[12254] | 0) | (i1 | 0) == (HEAP32[12334] | 0)) { + if ((i1 | 0) == (HEAP32[12520] | 0) | (i1 | 0) == (HEAP32[12606] | 0)) { i16 = 3; break L1; } - if ((i1 | 0) == (HEAP32[12255] | 0) | (i1 | 0) == (HEAP32[12335] | 0)) { + if ((i1 | 0) == (HEAP32[12521] | 0) | (i1 | 0) == (HEAP32[12607] | 0)) { i16 = 4; break L1; } - if ((i1 | 0) == (HEAP32[12256] | 0) | (i1 | 0) == (HEAP32[12331] | 0)) { + if ((i1 | 0) == (HEAP32[12522] | 0) | (i1 | 0) == (HEAP32[12603] | 0)) { i16 = 5; break L1; } - if ((i1 | 0) == (HEAP32[12257] | 0) | (i1 | 0) == (HEAP32[12332] | 0)) { + if ((i1 | 0) == (HEAP32[12523] | 0) | (i1 | 0) == (HEAP32[12604] | 0)) { i16 = 6; break L1; } - if ((i1 | 0) == (HEAP32[12258] | 0) | (i1 | 0) == (HEAP32[12333] | 0)) { + if ((i1 | 0) == (HEAP32[12524] | 0) | (i1 | 0) == (HEAP32[12605] | 0)) { i16 = 7; break L1; } @@ -38380,7 +39026,7 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) } case 98: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 48916) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 49980) | 0) { i20 = __ZN6cashew3RefixEj(i15, 1) | 0; i20 = __ZN6cashew5Value10getCStringEv(HEAP32[i20 >> 2] | 0) | 0; switch (HEAP8[i20 >> 0] | 0) { @@ -38418,7 +39064,7 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) } case 115: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 48944) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 50008) | 0) { i16 = __ZN6cashew3RefixEj(i15, 2) | 0; HEAP32[i11 >> 2] = HEAP32[i16 >> 2]; HEAP32[i12 >> 2] = HEAP32[i17 >> 2]; @@ -38427,13 +39073,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, 48948) | 0) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 0) | 0, 48900) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 50012) | 0) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 0) | 0, 49964) | 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(38436, 38379, 123, 38425); else i18 = 40; + } else ___assert_fail(39446, 39389, 123, 39435); else i18 = 40; break; } default: @@ -38545,7 +39191,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 } default: { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(26715, i9); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(27734, i9); _abort(); } } @@ -38553,106 +39199,106 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 do switch (i6 << 24 >> 24 | 0) { case 33: { - i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[12271] | 0 : HEAP32[12264] | 0; + i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[12537] | 0 : HEAP32[12530] | 0; HEAP32[i10 >> 2] = i5; break; } case 37: { - i5 = HEAP32[12273] | 0; + i5 = HEAP32[12539] | 0; HEAP32[i10 >> 2] = i5; break; } case 38: { - i5 = HEAP32[12262] | 0; + i5 = HEAP32[12528] | 0; HEAP32[i10 >> 2] = i5; break; } case 42: { - i5 = HEAP32[12274] | 0; + i5 = HEAP32[12540] | 0; HEAP32[i10 >> 2] = i5; break; } case 43: { - i5 = HEAP32[12259] | 0; + i5 = HEAP32[12525] | 0; HEAP32[i10 >> 2] = i5; break; } case 44: { - i5 = HEAP32[12294] | 0; + i5 = HEAP32[12560] | 0; HEAP32[i10 >> 2] = i5; break; } case 45: { - i5 = HEAP32[12260] | 0; + i5 = HEAP32[12526] | 0; HEAP32[i10 >> 2] = i5; break; } case 46: { - i5 = HEAP32[12300] | 0; + i5 = HEAP32[12566] | 0; HEAP32[i10 >> 2] = i5; break; } case 47: { - i5 = HEAP32[12272] | 0; + i5 = HEAP32[12538] | 0; HEAP32[i10 >> 2] = i5; break; } case 58: { - i5 = HEAP32[12296] | 0; + i5 = HEAP32[12562] | 0; HEAP32[i10 >> 2] = i5; break; } case 60: { i5 = HEAP8[i9 + 1 >> 0] | 0; - i5 = HEAP32[(i5 << 24 >> 24 == 60 ? 49104 : i5 << 24 >> 24 == 61 ? 49072 : 49064) >> 2] | 0; + i5 = HEAP32[(i5 << 24 >> 24 == 60 ? 50168 : i5 << 24 >> 24 == 61 ? 50136 : 50128) >> 2] | 0; HEAP32[i10 >> 2] = i5; break; } case 61: { - i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[12270] | 0 : HEAP32[12305] | 0; + i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[12536] | 0 : HEAP32[12571] | 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 ? 49108 : 49100; else i2 = i2 << 24 >> 24 == 61 ? 49068 : 49076; + if (i2 << 24 >> 24 == 62) i2 = (HEAP8[i9 + 2 >> 0] | 0) == 62 ? 50172 : 50164; else i2 = i2 << 24 >> 24 == 61 ? 50132 : 50140; i5 = HEAP32[i2 >> 2] | 0; HEAP32[i10 >> 2] = i5; break; } case 63: { - i5 = HEAP32[12295] | 0; + i5 = HEAP32[12561] | 0; HEAP32[i10 >> 2] = i5; break; } case 94: { - i5 = HEAP32[12263] | 0; + i5 = HEAP32[12529] | 0; HEAP32[i10 >> 2] = i5; break; } case 124: { - i5 = HEAP32[12261] | 0; + i5 = HEAP32[12527] | 0; HEAP32[i10 >> 2] = i5; break; } case 126: { - i5 = HEAP32[12265] | 0; + i5 = HEAP32[12531] | 0; HEAP32[i10 >> 2] = i5; break; } @@ -38669,7 +39315,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(26687, 26648, 282, 26682); + } else ___assert_fail(27706, 27667, 282, 27701); } while (0); if ((i8 | 0) == 20) { d3 = +_strtod(i9, i7); @@ -38692,7 +39338,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(26636, 26648, 256, 26682); + if (i1 >>> 0 > i9 >>> 0) i8 = 63; else ___assert_fail(27655, 27667, 256, 27701); } else { i1 = i9; do { @@ -38710,7 +39356,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_(49224, i2) | 0) != 0; + i8 = (__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(50288, i2) | 0) != 0; HEAP32[i10 + 12 >> 2] = i8 ? 0 : 2; i8 = 63; } while (0); @@ -38719,6 +39365,176 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 return; } +function __ZN4wasm13ReorderLocals13visitFunctionEPNS_8FunctionE(i9, i14) { + i9 = i9 | 0; + i14 = i14 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0; + i23 = STACKTOP; + STACKTOP = STACKTOP + 112 | 0; + i15 = i23; + i13 = i23 + 108 | 0; + i17 = i23 + 96 | 0; + i21 = i23 + 84 | 0; + i20 = i23 + 72 | 0; + i22 = i23 + 40 | 0; + i19 = i23 + 24 | 0; + i18 = i23 + 12 | 0; + i8 = __ZN4wasm8Function12getNumLocalsEv(i14) | 0; + HEAP32[i17 >> 2] = 0; + i16 = i17 + 4 | 0; + HEAP32[i16 >> 2] = 0; + HEAP32[i17 + 8 >> 2] = 0; + i2 = i17 + 8 | 0; + i3 = 0; + while (1) { + HEAP32[i15 >> 2] = i3; + if (i3 >>> 0 >= i8 >>> 0) break; + i1 = HEAP32[i16 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i2 >> 2] | 0)) __ZNSt3__16vectorIjNS_9allocatorIjEEE21__push_back_slow_pathIRKjEEvOT_(i17, i15); else { + HEAP32[i1 >> 2] = i3; + HEAP32[i16 >> 2] = i1 + 4; + } + i3 = i3 + 1 | 0; + } + i12 = HEAP32[i17 >> 2] | 0; + i11 = HEAP32[i16 >> 2] | 0; + HEAP32[i15 >> 2] = i9; + HEAP32[i15 + 4 >> 2] = i14; + HEAP32[i15 + 8 >> 2] = i17; + __ZNSt3__16__sortIRZN4wasm13ReorderLocals13visitFunctionEPNS1_8FunctionEEUljjE_PjEEvT0_S8_T_(i12, i11, i15); + i11 = i14 + 8 | 0; + i12 = i14 + 12 | 0; + i1 = (HEAP32[i12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 2; + i2 = HEAP32[i17 >> 2] | 0; + i3 = 0; + while (1) { + if (i3 >>> 0 >= i1 >>> 0) { + i4 = 0; + break; + } + if ((HEAP32[i2 + (i3 << 2) >> 2] | 0) >>> 0 < i1 >>> 0) i3 = i3 + 1 | 0; else { + i10 = 10; + break; + } + } + if ((i10 | 0) == 10) ___assert_fail(37632, 37666, 54, 37695); + while (1) { + if ((i4 | 0) == (i1 | 0)) break; + HEAP32[i2 + (i4 << 2) >> 2] = i4; + i4 = i4 + 1 | 0; + } + i6 = i14 + 20 | 0; + __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEEC2ERKS5_(i21, i6); + i1 = HEAP32[i6 >> 2] | 0; + i7 = i14 + 24 | 0; + i2 = HEAP32[i7 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i7 >> 2] = i5; + i2 = i5; + } + i4 = i9 + 40 | 0; + i5 = i14 + 28 | 0; + i1 = (HEAP32[i12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 2; + while (1) { + i2 = HEAP32[i17 >> 2] | 0; + if (i1 >>> 0 >= (HEAP32[i16 >> 2] | 0) - i2 >> 2 >>> 0) break; + i2 = HEAP32[i2 + (i1 << 2) >> 2] | 0; + HEAP32[i15 >> 2] = i2; + i3 = __ZNSt3__13mapIjjNS_4lessIjEENS_9allocatorINS_4pairIKjjEEEEEixERS5_(i4, i15) | 0; + if (!(HEAP32[i3 >> 2] | 0)) { + i10 = 22; + break; + } + i2 = (HEAP32[i21 >> 2] | 0) + (i2 - ((HEAP32[i12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 2) << 2) | 0; + i3 = HEAP32[i7 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i6, i2); else { + HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i7 >> 2] = i3 + 4; + } + i1 = i1 + 1 | 0; + } + if ((i10 | 0) == 22) __ZNSt3__16vectorIjNS_9allocatorIjEEE6resizeEj(i17, i1); + __ZNSt3__16__treeINS_12__value_typeIjjEENS_19__map_value_compareIjS2_NS_4lessIjEELb1EEENS_9allocatorIS2_EEE5clearEv(i9 + 40 | 0); + HEAP32[i20 >> 2] = 0; + HEAP32[i20 + 4 >> 2] = 0; + HEAP32[i20 + 8 >> 2] = 0; + __ZNSt3__16vectorIjNS_9allocatorIjEEE6resizeEj(i20, i8); + i1 = HEAP32[i17 >> 2] | 0; + i2 = (HEAP32[i16 >> 2] | 0) - i1 >> 2; + i3 = HEAP32[i20 >> 2] | 0; + i4 = 0; + while (1) { + if ((i4 | 0) == (i2 | 0)) break; + if ((HEAP32[i12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 2 >>> 0 > i4 >>> 0) HEAP32[i3 + (i4 << 2) >> 2] = i4; else HEAP32[i3 + (HEAP32[i1 + (i4 << 2) >> 2] << 2) >> 2] = i4; + i4 = i4 + 1 | 0; + } + HEAP32[i22 >> 2] = 0; + HEAP32[i22 + 4 >> 2] = 0; + HEAP32[i22 + 8 >> 2] = 0; + HEAP32[i22 + 12 >> 2] = 0; + HEAP32[i22 + 16 >> 2] = 0; + HEAP32[i22 + 20 >> 2] = 0; + HEAP32[i22 + 24 >> 2] = i14; + HEAP32[i22 + 28 >> 2] = i20; + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE4walkERPNS_10ExpressionE(i22, i14 + 36 | 0); + i5 = i14 + 40 | 0; + __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEEC2ERKS5_(i19, i5); + i6 = i14 + 52 | 0; + HEAP32[i18 + 4 >> 2] = 0; + HEAP32[i18 + 8 >> 2] = 0; + i2 = i18 + 4 | 0; + HEAP32[i18 >> 2] = i2; + i4 = HEAP32[i6 >> 2] | 0; + i1 = i14 + 56 | 0; + i3 = i4; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + HEAP32[i13 >> 2] = i2; + HEAP32[i15 >> 2] = HEAP32[i13 >> 2]; + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE15__insert_uniqueIRKNS_4pairIKS3_jEEEENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEENS_21__tree_const_iteratorIS4_SM_iEEOT_(i18, i15, i3 + 16 | 0) | 0; + i12 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; + i3 = i12; + i4 = i12; + } + i3 = HEAP32[i5 >> 2] | 0; + i1 = i14 + 44 | 0; + i2 = HEAP32[i1 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i3 | 0)) break; + i14 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i14; + i2 = i14; + } + __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i5, (HEAP32[i16 >> 2] | 0) - (HEAP32[i17 >> 2] | 0) >> 2); + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE5clearEv(i6); + i3 = i19 + 4 | 0; + i4 = 0; + while (1) { + i1 = HEAP32[i17 >> 2] | 0; + if (i4 >>> 0 >= (HEAP32[i16 >> 2] | 0) - i1 >> 2 >>> 0) break; + i1 = HEAP32[i1 + (i4 << 2) >> 2] | 0; + i2 = HEAP32[i19 >> 2] | 0; + if (i1 >>> 0 < (HEAP32[i3 >> 2] | 0) - i2 >> 2 >>> 0) { + i14 = HEAP32[i2 + (i1 << 2) >> 2] | 0; + HEAP32[i15 >> 2] = i14; + HEAP32[(HEAP32[i5 >> 2] | 0) + (i4 << 2) >> 2] = i14; + i14 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i6, i15) | 0; + HEAP32[i14 >> 2] = i4; + } + i4 = i4 + 1 | 0; + } + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEED2Ev(i18); + __ZNSt3__113__vector_baseIN4wasm4NameENS_9allocatorIS2_EEED2Ev(i19); + __ZNSt3__113__vector_baseIN4wasm6WalkerIZNS1_13ReorderLocals13visitFunctionEPNS1_8FunctionEE9ReIndexerNS1_7VisitorIS6_vEEE4TaskENS_9allocatorISA_EEED2Ev(i22 + 4 | 0); + __ZNSt3__113__vector_baseIjNS_9allocatorIjEEED2Ev(i20); + __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i21); + __ZNSt3__113__vector_baseIjNS_9allocatorIjEEED2Ev(i17); + STACKTOP = i23; + return; +} + function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i4, i1, i14, i3) { i4 = i4 | 0; i1 = i1 | 0; @@ -38783,10 +39599,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, 46616, i2 ? 1 : i18) | 0; + i3 = _memcmp(i3 ? i6 : HEAP32[i5 >> 2] | 0, 47682, 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, 46569, i15); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 46618) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i13, 47635, i15); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 47684) | 0; HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; HEAP32[i12 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i12 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -38808,7 +39624,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, 46621) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i11, 47687) | 0; HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; HEAP32[i10 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i10 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -38830,7 +39646,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, 46571) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i9, 47637) | 0; HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i8 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -38853,7 +39669,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, 46616, i14 ? 1 : i13) | 0; + i18 = _memcmp(i18 ? i6 : HEAP32[i5 >> 2] | 0, 47682, 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); @@ -38863,169 +39679,6 @@ function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4 return i1 | 0; } -function __ZN4wasm13ReorderLocals13visitFunctionEPNS_8FunctionE(i9, i15) { - i9 = i9 | 0; - i15 = i15 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0; - i23 = STACKTOP; - STACKTOP = STACKTOP + 112 | 0; - i13 = i23; - i14 = i23 + 108 | 0; - i17 = i23 + 96 | 0; - i21 = i23 + 84 | 0; - i20 = i23 + 72 | 0; - i22 = i23 + 40 | 0; - i19 = i23 + 24 | 0; - i18 = i23 + 12 | 0; - i8 = __ZN4wasm8Function12getNumLocalsEv(i15) | 0; - HEAP32[i17 >> 2] = 0; - i16 = i17 + 4 | 0; - HEAP32[i16 >> 2] = 0; - HEAP32[i17 + 8 >> 2] = 0; - i2 = i17 + 8 | 0; - i3 = 0; - while (1) { - HEAP32[i13 >> 2] = i3; - if (i3 >>> 0 >= i8 >>> 0) break; - i1 = HEAP32[i16 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i2 >> 2] | 0)) __ZNSt3__16vectorIjNS_9allocatorIjEEE21__push_back_slow_pathIRKjEEvOT_(i17, i13); else { - HEAP32[i1 >> 2] = i3; - HEAP32[i16 >> 2] = i1 + 4; - } - i3 = i3 + 1 | 0; - } - i12 = HEAP32[i17 >> 2] | 0; - i11 = HEAP32[i16 >> 2] | 0; - HEAP32[i13 >> 2] = i9; - HEAP32[i13 + 4 >> 2] = i15; - HEAP32[i13 + 8 >> 2] = i17; - __ZNSt3__16__sortIRZN4wasm13ReorderLocals13visitFunctionEPNS1_8FunctionEEUljjE_PjEEvT0_S8_T_(i12, i11, i13); - i11 = i15 + 8 | 0; - i12 = i15 + 12 | 0; - i1 = (HEAP32[i12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 2; - i2 = HEAP32[i17 >> 2] | 0; - i3 = 0; - while (1) { - if (i3 >>> 0 >= i1 >>> 0) { - i4 = 0; - break; - } - if ((HEAP32[i2 + (i3 << 2) >> 2] | 0) >>> 0 < i1 >>> 0) i3 = i3 + 1 | 0; else { - i10 = 10; - break; - } - } - if ((i10 | 0) == 10) ___assert_fail(36566, 36600, 54, 36629); - while (1) { - if ((i4 | 0) == (i1 | 0)) break; - HEAP32[i2 + (i4 << 2) >> 2] = i4; - i4 = i4 + 1 | 0; - } - i6 = i15 + 20 | 0; - __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEEC2ERKS5_(i21, i6); - i1 = HEAP32[i6 >> 2] | 0; - i7 = i15 + 24 | 0; - i2 = HEAP32[i7 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i7 >> 2] = i5; - i2 = i5; - } - i4 = i9 + 40 | 0; - i5 = i15 + 28 | 0; - i1 = (HEAP32[i12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 2; - while (1) { - i2 = HEAP32[i17 >> 2] | 0; - if (i1 >>> 0 >= (HEAP32[i16 >> 2] | 0) - i2 >> 2 >>> 0) break; - i2 = HEAP32[i2 + (i1 << 2) >> 2] | 0; - HEAP32[i13 >> 2] = i2; - i3 = __ZNSt3__13mapIjjNS_4lessIjEENS_9allocatorINS_4pairIKjjEEEEEixERS5_(i4, i13) | 0; - if (!(HEAP32[i3 >> 2] | 0)) { - i10 = 22; - break; - } - i2 = (HEAP32[i21 >> 2] | 0) + (i2 - ((HEAP32[i12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 2) << 2) | 0; - i3 = HEAP32[i7 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i6, i2); else { - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i7 >> 2] = i3 + 4; - } - i1 = i1 + 1 | 0; - } - if ((i10 | 0) == 22) __ZNSt3__16vectorIjNS_9allocatorIjEEE6resizeEj(i17, i1); - __ZNSt3__16__treeINS_12__value_typeIjjEENS_19__map_value_compareIjS2_NS_4lessIjEELb1EEENS_9allocatorIS2_EEE5clearEv(i9 + 40 | 0); - HEAP32[i20 >> 2] = 0; - HEAP32[i20 + 4 >> 2] = 0; - HEAP32[i20 + 8 >> 2] = 0; - __ZNSt3__16vectorIjNS_9allocatorIjEEE6resizeEj(i20, i8); - i1 = HEAP32[i17 >> 2] | 0; - i2 = (HEAP32[i16 >> 2] | 0) - i1 >> 2; - i3 = HEAP32[i20 >> 2] | 0; - i4 = 0; - while (1) { - if ((i4 | 0) == (i2 | 0)) break; - if ((HEAP32[i12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 2 >>> 0 > i4 >>> 0) HEAP32[i3 + (i4 << 2) >> 2] = i4; else HEAP32[i3 + (HEAP32[i1 + (i4 << 2) >> 2] << 2) >> 2] = i4; - i4 = i4 + 1 | 0; - } - HEAP32[i22 >> 2] = 0; - HEAP32[i22 + 4 >> 2] = 0; - HEAP32[i22 + 8 >> 2] = 0; - HEAP32[i22 + 12 >> 2] = 0; - HEAP32[i22 + 16 >> 2] = 0; - HEAP32[i22 + 20 >> 2] = 0; - HEAP32[i22 + 24 >> 2] = i15; - HEAP32[i22 + 28 >> 2] = i20; - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE4walkERPNS_10ExpressionE(i22, i15 + 36 | 0); - i5 = i15 + 40 | 0; - __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEEC2ERKS5_(i19, i5); - i6 = i15 + 52 | 0; - HEAP32[i18 + 4 >> 2] = 0; - HEAP32[i18 + 8 >> 2] = 0; - i2 = i18 + 4 | 0; - HEAP32[i18 >> 2] = i2; - i4 = HEAP32[i6 >> 2] | 0; - i1 = i15 + 56 | 0; - i3 = i4; - while (1) { - if ((i3 | 0) == (i1 | 0)) break; - HEAP32[i14 >> 2] = i2; - HEAP32[i13 >> 2] = HEAP32[i14 >> 2]; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE15__insert_uniqueIRKNS_4pairIKS3_jEEEENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEENS_21__tree_const_iteratorIS4_SM_iEEOT_(i18, i13, i3 + 16 | 0) | 0; - i12 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; - i3 = i12; - i4 = i12; - } - i3 = HEAP32[i5 >> 2] | 0; - i1 = i15 + 44 | 0; - i2 = HEAP32[i1 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i15 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i15; - i2 = i15; - } - __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i5, (HEAP32[i16 >> 2] | 0) - (HEAP32[i17 >> 2] | 0) >> 2); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE5clearEv(i6); - i2 = 0; - while (1) { - i1 = HEAP32[i17 >> 2] | 0; - if (i2 >>> 0 >= (HEAP32[i16 >> 2] | 0) - i1 >> 2 >>> 0) break; - HEAP32[(HEAP32[i5 >> 2] | 0) + (i2 << 2) >> 2] = HEAP32[(HEAP32[i19 >> 2] | 0) + (HEAP32[i1 + (i2 << 2) >> 2] << 2) >> 2]; - i15 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i6, (HEAP32[i19 >> 2] | 0) + (HEAP32[(HEAP32[i17 >> 2] | 0) + (i2 << 2) >> 2] << 2) | 0) | 0; - HEAP32[i15 >> 2] = i2; - i2 = i2 + 1 | 0; - } - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEED2Ev(i18); - __ZNSt3__113__vector_baseIN4wasm4NameENS_9allocatorIS2_EEED2Ev(i19); - __ZNSt3__113__vector_baseIN4wasm6WalkerIZNS1_13ReorderLocals13visitFunctionEPNS1_8FunctionEE9ReIndexerNS1_7VisitorIS6_vEEE4TaskENS_9allocatorISA_EEED2Ev(i22 + 4 | 0); - __ZNSt3__113__vector_baseIjNS_9allocatorIjEEED2Ev(i20); - __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i21); - __ZNSt3__113__vector_baseIjNS_9allocatorIjEEED2Ev(i17); - STACKTOP = i23; - return; -} - function __ZNSt3__16__sortIRZN4wasm13ReorderLocals13visitFunctionEPNS1_8FunctionEEUljjE_PjEEvT0_S8_T_(i2, i1, i12) { i2 = i2 | 0; i1 = i1 | 0; @@ -39219,8 +39872,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, 46569, i13); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 46571) | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i8, 47635, i13); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 47637) | 0; HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; HEAP32[i7 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i7 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -39340,141 +39993,150 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S return i1 | 0; } -function __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i2, i7, i6, i1) { +function __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i2, i8, i7, i1) { i2 = i2 | 0; + i8 = i8 | 0; i7 = i7 | 0; - i6 = i6 | 0; i1 = i1 | 0; - var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0; - i15 = STACKTOP; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0; + i16 = STACKTOP; STACKTOP = STACKTOP + 48 | 0; - i11 = i15 + 28 | 0; - i10 = i15 + 24 | 0; - i9 = i15 + 20 | 0; - i4 = i15 + 16 | 0; - i3 = i15 + 12 | 0; - i12 = i15 + 8 | 0; - i13 = i15 + 4 | 0; - i14 = i15; - i8 = HEAP32[i2 >> 2] | 0; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 49196) | 0)) ___assert_fail(16670, 14199, 454, 46742); - i2 = __ZN6cashew3RefixEj(i6, 1) | 0; - HEAP32[i4 >> 2] = HEAP32[i2 >> 2]; - do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 49196) | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 48900) | 0)) ___assert_fail(16846, 14199, 496, 46742); + i12 = i16 + 28 | 0; + i11 = i16 + 24 | 0; + i10 = i16 + 20 | 0; + i4 = i16 + 16 | 0; + i3 = i16 + 12 | 0; + i13 = i16 + 8 | 0; + i14 = i16 + 4 | 0; + i15 = i16; + i9 = HEAP32[i2 >> 2] | 0; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 50260) | 0)) ___assert_fail(16670, 14199, 454, 47808); + i5 = __ZN6cashew3RefixEj(i7, 1) | 0; + HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; + do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 50260) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 49964) | 0)) ___assert_fail(16846, 14199, 496, 47808); i2 = __ZN6cashew3RefixEj(i4, 1) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; i2 = HEAP32[i2 >> 2] | 0; - if ((i2 | 0) == (HEAP32[12393] | 0)) { - i3 = __ZN6cashew3RefixEj(i6, 2) | 0; + if ((i2 | 0) == (HEAP32[12665] | 0)) { + i3 = __ZN6cashew3RefixEj(i7, 2) | 0; i3 = __ZN6cashew5Value10getIStringEv(HEAP32[i3 >> 2] | 0) | 0; i3 = HEAP32[i3 >> 2] | 0; - if ((i3 | 0) == (HEAP32[12278] | 0)) { - i4 = i8 + 104 | 0; + if ((i3 | 0) == (HEAP32[12544] | 0)) { + i4 = i9 + 104 | 0; if (!(HEAP32[i4 >> 2] | 0)) { - HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; - i5 = 47; + HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; + i5 = i2; + i6 = 47; break; - } else ___assert_fail(16864, 14199, 501, 46742); + } else ___assert_fail(16864, 14199, 501, 47808); } - if ((i3 | 0) == (HEAP32[12249] | 0)) { - i1 = i8 + 100 | 0; + if ((i3 | 0) == (HEAP32[12515] | 0)) { + i1 = i9 + 100 | 0; if (!(HEAP32[i1 >> 2] | 0)) { - HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; break; - } else ___assert_fail(16887, 14199, 505, 46742); - } else i5 = 47; - } else i5 = 47; + } else ___assert_fail(16887, 14199, 505, 47808); + } else { + i5 = i2; + i6 = 47; + } + } else { + i5 = i2; + i6 = 47; + } } else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 0) | 0, 48900) | 0)) ___assert_fail(16689, 14199, 459, 46742); - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 2) | 0, 49408) | 0) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 2) | 0, 49412) | 0) { - i2 = i8 + 72 | 0; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 0) | 0, 49964) | 0)) ___assert_fail(16689, 14199, 459, 47808); + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 2) | 0, 50496) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 50500) | 0) { + i2 = i9 + 72 | 0; if (!(HEAP32[i2 >> 2] | 0)) { - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i8 >> 2]; break; - } else ___assert_fail(16710, 14199, 462, 46742); + } else ___assert_fail(16710, 14199, 462, 47808); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 2) | 0, 49416) | 0) { - i2 = i8 + 76 | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 50504) | 0) { + i2 = i9 + 76 | 0; if (!(HEAP32[i2 >> 2] | 0)) { - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i8 >> 2]; break; - } else ___assert_fail(16729, 14199, 466, 46742); + } else ___assert_fail(16729, 14199, 466, 47808); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 2) | 0, 49420) | 0) { - i2 = i8 + 80 | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 50508) | 0) { + i2 = i9 + 80 | 0; if (!(HEAP32[i2 >> 2] | 0)) { - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i8 >> 2]; break; - } else ___assert_fail(16749, 14199, 470, 46742); + } else ___assert_fail(16749, 14199, 470, 47808); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 2) | 0, 49440) | 0) { - i2 = i8 + 84 | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 50528) | 0) { + i2 = i9 + 84 | 0; if (!(HEAP32[i2 >> 2] | 0)) { - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i8 >> 2]; break; - } else ___assert_fail(16770, 14199, 474, 46742); + } else ___assert_fail(16770, 14199, 474, 47808); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 2) | 0, 49444) | 0) { - i2 = i8 + 88 | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 50532) | 0) { + i2 = i9 + 88 | 0; if (!(HEAP32[i2 >> 2] | 0)) { - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i8 >> 2]; break; - } else ___assert_fail(16788, 14199, 478, 46742); + } else ___assert_fail(16788, 14199, 478, 47808); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 2) | 0, 49448) | 0) { - i2 = i8 + 92 | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 50536) | 0) { + i2 = i9 + 92 | 0; if (!(HEAP32[i2 >> 2] | 0)) { - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i8 >> 2]; break; - } else ___assert_fail(16808, 14199, 482, 46742); + } else ___assert_fail(16808, 14199, 482, 47808); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 2) | 0, 49452) | 0) { - i2 = i8 + 96 | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 50540) | 0) { + i2 = i9 + 96 | 0; if (!(HEAP32[i2 >> 2] | 0)) { - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i8 >> 2]; break; - } else ___assert_fail(16827, 14199, 486, 46742); + } else ___assert_fail(16827, 14199, 486, 47808); } } - i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 1) | 0; - i2 = __ZN6cashew5Value10getCStringEv(HEAP32[i2 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i11, i2, _strlen(i2) | 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i11, 46); - i2 = __ZN6cashew3RefixEj(i4, 2) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i11, __ZN6cashew5Value10getCStringEv(HEAP32[i2 >> 2] | 0) | 0) | 0; - __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i11 >> 0] & 1) == 0 ? i11 + 1 | 0 : HEAP32[i11 + 8 >> 2] | 0, 0); - i2 = HEAP32[i3 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); - i5 = 47; + i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 1) | 0; + i5 = __ZN6cashew5Value10getCStringEv(HEAP32[i5 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i12, i5, _strlen(i5) | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i12, 46); + i5 = __ZN6cashew3RefixEj(i4, 2) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i12, __ZN6cashew5Value10getCStringEv(HEAP32[i5 >> 2] | 0) | 0) | 0; + __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i12 >> 0] & 1) == 0 ? i12 + 1 | 0 : HEAP32[i12 + 8 >> 2] | 0, 0); + i5 = HEAP32[i3 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); + i6 = 47; } while (0); - do if ((i5 | 0) == 47) { - i4 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i8 + 4 >> 2] | 0) | 0; - i5 = HEAP32[i7 >> 2] | 0; - HEAP32[i4 >> 2] = i5; - i7 = i4 + 4 | 0; - HEAP32[i7 >> 2] = i2; - i2 = __ZN6cashew3RefixEj(i6, 2) | 0; + do if ((i6 | 0) == 47) { + i4 = __Znwj(16) | 0; + HEAP32[i4 >> 2] = 0; + HEAP32[i4 + 4 >> 2] = 0; + HEAP32[i4 + 8 >> 2] = 0; + HEAP32[i4 + 12 >> 2] = 0; + i3 = HEAP32[i8 >> 2] | 0; + HEAP32[i4 >> 2] = i3; + HEAP32[i4 + 4 >> 2] = i5; + i2 = __ZN6cashew3RefixEj(i7, 2) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; i2 = HEAP32[i2 >> 2] | 0; HEAP32[i4 + 8 >> 2] = i2; - i6 = HEAP32[i7 >> 2] | 0; - i7 = i2; - i3 = i6; - if ((i6 | 0) == (HEAP32[12337] | 0) ? (i7 | 0) == (HEAP32[12338] | 0) | (i7 | 0) == (HEAP32[12339] | 0) : 0) i1 = 4; else if (!i1) { - __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i8 >> 2] | 0, i4); + i8 = i2; + if ((i5 | 0) == (HEAP32[12609] | 0) ? (i8 | 0) == (HEAP32[12610] | 0) | (i8 | 0) == (HEAP32[12611] | 0) : 0) i1 = 4; else if (!i1) { + __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i9 >> 2] | 0, i4); break; } - HEAP32[i12 >> 2] = i5; HEAP32[i13 >> 2] = i3; - HEAP32[i14 >> 2] = i2; - HEAP32[i9 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i14 >> 2] = i5; + HEAP32[i15 >> 2] = i2; HEAP32[i10 >> 2] = HEAP32[i13 >> 2]; HEAP32[i11 >> 2] = HEAP32[i14 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i8, i9, i1, 1, i10, i11); + HEAP32[i12 >> 2] = HEAP32[i15 >> 2]; + __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i9, i10, i1, 1, i11, i12); + __ZdlPv(i4); } while (0); - STACKTOP = i15; + STACKTOP = i16; return; } @@ -39506,7 +40168,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(26864, 26648, 536, 27076); + if ((HEAP8[i1 >> 0] | 0) != 123) ___assert_fail(27883, 27667, 536, 28095); HEAP32[i27 >> 2] = i1 + 1; i3 = i20 + 12 | 0; i4 = i20 + 8 | 0; @@ -39524,8 +40186,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[12297] | 0)) { - if ((i1 | 0) != (HEAP32[12298] | 0)) { + if ((i1 | 0) != (HEAP32[12563] | 0)) { + if ((i1 | 0) != (HEAP32[12564] | 0)) { i25 = 23; break; } @@ -39554,7 +40216,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP i25 = 10; break L4; } - if ((HEAP32[i21 >> 2] | 0) != (HEAP32[12260] | 0)) { + if ((HEAP32[i21 >> 2] | 0) != (HEAP32[12526] | 0)) { i25 = 12; break L4; } @@ -39565,7 +40227,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP i25 = 14; break L4; } - HEAP32[i11 >> 2] = HEAP32[12260]; + HEAP32[i11 >> 2] = HEAP32[12526]; i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i24, i22) | 0; HEAP32[i12 >> 2] = i1; HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; @@ -39591,11 +40253,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[12297]; - HEAP32[i17 >> 2] = HEAP32[12298]; + HEAP32[i16 >> 2] = HEAP32[12563]; + HEAP32[i17 >> 2] = HEAP32[12564]; HEAP32[i9 >> 2] = HEAP32[i16 >> 2]; HEAP32[i10 >> 2] = HEAP32[i17 >> 2]; - i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i24, i27, 26896, i9, i10) | 0; + i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i24, i27, 27915, i9, i10) | 0; } HEAP32[i18 >> 2] = i23; HEAP32[i19 >> 2] = i2; @@ -39604,14 +40266,14 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP __ZN6cashew12ValueBuilder18appendCodeToSwitchENS_3RefES1_b(i9, i10, i1); } } - if ((i25 | 0) == 10) ___assert_fail(27088, 26648, 553, 27076); else if ((i25 | 0) == 12) ___assert_fail(27111, 26648, 554, 27076); else if ((i25 | 0) == 14) ___assert_fail(27130, 26648, 558, 27076); else if ((i25 | 0) == 17) ___assert_fail(27148, 26648, 564, 27076); else if ((i25 | 0) == 21) ___assert_fail(27148, 26648, 571, 27076); else if ((i25 | 0) == 28) { + if ((i25 | 0) == 10) ___assert_fail(28107, 27667, 553, 28095); else if ((i25 | 0) == 12) ___assert_fail(28130, 27667, 554, 28095); else if ((i25 | 0) == 14) ___assert_fail(28149, 27667, 558, 28095); else if ((i25 | 0) == 17) ___assert_fail(28167, 27667, 564, 28095); else if ((i25 | 0) == 21) ___assert_fail(28167, 27667, 571, 28095); 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(26899, 26648, 584, 27076); + } else ___assert_fail(27918, 27667, 584, 28095); } return 0; } @@ -39836,167 +40498,167 @@ function __ZN4wasm16PrintSExpression11visitBinaryEPNS_6BinaryE(i5, i4) { do switch (HEAP32[i3 >> 2] | 0) { case 0: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29503) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30569) | 0; break; } case 1: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 37614) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 38624) | 0; break; } case 2: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29507) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30573) | 0; break; } case 3: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29511) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30577) | 0; break; } case 4: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29517) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30583) | 0; break; } case 5: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29523) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30589) | 0; break; } case 6: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29529) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30595) | 0; break; } case 7: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29535) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30601) | 0; break; } case 8: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29539) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30605) | 0; break; } case 9: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29542) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30608) | 0; break; } case 10: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29546) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30612) | 0; break; } case 11: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29550) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30616) | 0; break; } case 12: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29556) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30622) | 0; break; } case 13: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29562) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30628) | 0; break; } case 14: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29567) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30633) | 0; break; } case 15: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29572) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30638) | 0; break; } case 16: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29576) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30642) | 0; break; } case 17: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29585) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30651) | 0; break; } case 18: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29589) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30655) | 0; break; } case 19: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29593) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30659) | 0; break; } case 20: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29596) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30662) | 0; break; } case 21: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29599) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30665) | 0; break; } case 22: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29604) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30670) | 0; break; } case 23: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29609) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30675) | 0; break; } case 24: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29614) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30680) | 0; break; } case 25: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29619) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30685) | 0; break; } case 26: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29624) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30690) | 0; break; } case 27: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29629) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30695) | 0; break; } case 28: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29634) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30700) | 0; break; } case 29: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29639) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30705) | 0; break; } case 30: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29642) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30708) | 0; break; } case 31: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29645) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30711) | 0; break; } case 32: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29648) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30714) | 0; break; } default: @@ -40044,7 +40706,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, 46448, i4 ? 10 : i3) | 0; + i6 = _memcmp(i6 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0, 47514, 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; @@ -40052,7 +40714,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT HEAP32[i9 >> 2] = 33; HEAP32[i9 + 4 >> 2] = 21; i2 = i1; - i3 = 46459; + i3 = 47525; i4 = i2 + 21 | 0; do { HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; @@ -40791,7 +41453,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, 46621) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, 0, 47687) | 0; HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; HEAP32[i7 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i7 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -40801,7 +41463,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i7, 47637) | 0; HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; HEAP32[i6 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i6 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -40838,7 +41500,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[48098 + i3 >> 0] | 0)) break L43; + if ((HEAP8[i2 >> 0] | 0) != (HEAP8[49164 + i3 >> 0] | 0)) break L43; i3 = i3 + 1 | 0; i2 = i2 + 1 | 0; } @@ -40860,7 +41522,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, 48112) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i3 + -24 | 0, 0, 49178) | 0; i1 = i2; } } while (0); @@ -41202,7 +41864,7 @@ function _try_realloc_chunk(i14, i13) { i12 = HEAP32[i11 >> 2] | 0; i1 = i12 & -8; i8 = i14 + i1 | 0; - i6 = HEAP32[12434] | 0; + i6 = HEAP32[12706] | 0; i2 = i12 & 3; if (!((i2 | 0) != 1 & i14 >>> 0 >= i6 >>> 0 & i14 >>> 0 < i8 >>> 0)) _abort(); i3 = HEAP32[i8 + 4 >> 2] | 0; @@ -41212,7 +41874,7 @@ function _try_realloc_chunk(i14, i13) { i14 = 0; return i14 | 0; } - if (i1 >>> 0 >= (i13 + 4 | 0) >>> 0 ? (i1 - i13 | 0) >>> 0 <= HEAP32[12550] << 1 >>> 0 : 0) return i14 | 0; + if (i1 >>> 0 >= (i13 + 4 | 0) >>> 0 ? (i1 - i13 | 0) >>> 0 <= HEAP32[12822] << 1 >>> 0 : 0) return i14 | 0; i14 = 0; return i14 | 0; } @@ -41227,8 +41889,8 @@ function _try_realloc_chunk(i14, i13) { _dispose_chunk(i10, i1); return i14 | 0; } - if ((i8 | 0) == (HEAP32[12436] | 0)) { - i1 = (HEAP32[12433] | 0) + i1 | 0; + if ((i8 | 0) == (HEAP32[12708] | 0)) { + i1 = (HEAP32[12705] | 0) + i1 | 0; if (i1 >>> 0 <= i13 >>> 0) { i14 = 0; return i14 | 0; @@ -41237,12 +41899,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[12436] = i9; - HEAP32[12433] = i10; + HEAP32[12708] = i9; + HEAP32[12705] = i10; return i14 | 0; } - if ((i8 | 0) == (HEAP32[12435] | 0)) { - i2 = (HEAP32[12432] | 0) + i1 | 0; + if ((i8 | 0) == (HEAP32[12707] | 0)) { + i2 = (HEAP32[12704] | 0) + i1 | 0; if (i2 >>> 0 < i13 >>> 0) { i14 = 0; return i14 | 0; @@ -41263,8 +41925,8 @@ function _try_realloc_chunk(i14, i13) { i2 = 0; i1 = 0; } - HEAP32[12432] = i1; - HEAP32[12435] = i2; + HEAP32[12704] = i1; + HEAP32[12707] = i2; return i14 | 0; } if (i3 & 2 | 0) { @@ -41327,20 +41989,20 @@ function _try_realloc_chunk(i14, i13) { } while (0); if (i5 | 0) { i1 = HEAP32[i8 + 28 >> 2] | 0; - i2 = 50024 + (i1 << 2) | 0; + i2 = 51112 + (i1 << 2) | 0; if ((i8 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i7; if (!i7) { - HEAP32[12431] = HEAP32[12431] & ~(1 << i1); + HEAP32[12703] = HEAP32[12703] & ~(1 << i1); break; } } else { - if (i5 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[12706] | 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[12434] | 0; + i3 = HEAP32[12706] | 0; if (i7 >>> 0 < i3 >>> 0) _abort(); HEAP32[i7 + 24 >> 2] = i5; i1 = i8 + 16 | 0; @@ -41351,7 +42013,7 @@ function _try_realloc_chunk(i14, i13) { break; } while (0); i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[12434] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[12706] | 0) >>> 0) _abort(); else { HEAP32[i7 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i7; break; @@ -41360,13 +42022,13 @@ function _try_realloc_chunk(i14, i13) { } else { i2 = HEAP32[i8 + 8 >> 2] | 0; i3 = HEAP32[i8 + 12 >> 2] | 0; - i1 = 49760 + (i4 << 1 << 2) | 0; + i1 = 50848 + (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[12430] = HEAP32[12430] & ~(1 << i4); + HEAP32[12702] = HEAP32[12702] & ~(1 << i4); break; } if ((i3 | 0) != (i1 | 0)) { @@ -41394,7 +42056,7 @@ function _try_realloc_chunk(i14, i13) { return 0; } -function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__do_get_unsignedItEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i21, i22, i2, i23, i17) { +function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__do_get_unsignedImEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i21, i22, i2, i23, i17) { i1 = i1 | 0; i21 = i21 | 0; i22 = i22 | 0; @@ -41517,8 +42179,8 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 HEAP32[i1 >> 2] = i11; i1 = i12; } - i15 = __ZNSt3__127__num_get_unsigned_integralItEET_PKcS3_Rji(i2, HEAP32[i15 >> 2] | 0, i23, i14) | 0; - HEAP16[i17 >> 1] = i15; + i15 = __ZNSt3__127__num_get_unsigned_integralImEET_PKcS3_Rji(i2, HEAP32[i15 >> 2] | 0, i23, i14) | 0; + HEAP32[i17 >> 2] = i15; __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i16, i1, i23); if (i3) { i1 = HEAP32[i3 + 12 >> 2] | 0; @@ -41549,7 +42211,7 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 return i24 | 0; } -function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__do_get_unsignedImEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i21, i22, i2, i23, i17) { +function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__do_get_unsignedIjEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i21, i22, i2, i23, i17) { i1 = i1 | 0; i21 = i21 | 0; i22 = i22 | 0; @@ -41672,7 +42334,7 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 HEAP32[i1 >> 2] = i11; i1 = i12; } - i15 = __ZNSt3__127__num_get_unsigned_integralImEET_PKcS3_Rji(i2, HEAP32[i15 >> 2] | 0, i23, i14) | 0; + i15 = __ZNSt3__127__num_get_unsigned_integralIjEET_PKcS3_Rji(i2, HEAP32[i15 >> 2] | 0, i23, i14) | 0; HEAP32[i17 >> 2] = i15; __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i16, i1, i23); if (i3) { @@ -41703,8 +42365,7 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 STACKTOP = i20; return i24 | 0; } - -function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__do_get_unsignedIjEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i21, i22, i2, i23, i17) { +function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__do_get_unsignedItEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i21, i22, i2, i23, i17) { i1 = i1 | 0; i21 = i21 | 0; i22 = i22 | 0; @@ -41827,8 +42488,8 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 HEAP32[i1 >> 2] = i11; i1 = i12; } - i15 = __ZNSt3__127__num_get_unsigned_integralIjEET_PKcS3_Rji(i2, HEAP32[i15 >> 2] | 0, i23, i14) | 0; - HEAP32[i17 >> 2] = i15; + i15 = __ZNSt3__127__num_get_unsigned_integralItEET_PKcS3_Rji(i2, HEAP32[i15 >> 2] | 0, i23, i14) | 0; + HEAP16[i17 >> 1] = i15; __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i16, i1, i23); if (i3) { i1 = HEAP32[i3 + 12 >> 2] | 0; @@ -42034,15 +42695,15 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i8 = i15 + 12 | 0; i5 = i14 + 4 | 0; if (((HEAP32[i8 >> 2] | 0) - (HEAP32[i13 >> 2] | 0) >> 2 | 0) != ((HEAP32[i5 >> 2] | 0) - (HEAP32[i14 >> 2] | 0) >> 4 | 0)) { - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 23653) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 24588) | 0; HEAP32[i1 >> 2] = HEAP32[i15 >> 2]; HEAP32[i11 >> 2] = HEAP32[i1 >> 2]; - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i11) | 0, 23664) | 0; - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, (HEAP32[i8 >> 2] | 0) - (HEAP32[i13 >> 2] | 0) >> 2) | 0, 23675) | 0; - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, (HEAP32[i5 >> 2] | 0) - (HEAP32[i14 >> 2] | 0) >> 4) | 0, 23693) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i11) | 0, 24599) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, (HEAP32[i8 >> 2] | 0) - (HEAP32[i13 >> 2] | 0) >> 2) | 0, 24610) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, (HEAP32[i5 >> 2] | 0) - (HEAP32[i14 >> 2] | 0) >> 4) | 0, 24628) | 0; i3 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i11 >> 2] = i3; - i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 51344) | 0; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 52432) | 0; i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 63](i3, 10) | 0; __ZNSt3__16localeD2Ev(i11); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i3) | 0; @@ -42092,22 +42753,146 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect if ((i2 | 0) == 5) { STACKTOP = i10; return; - } else if ((i2 | 0) == 8) ___assert_fail(23705, 23511, 161, 23726); else if ((i2 | 0) == 10) { - i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 23653) | 0; + } else if ((i2 | 0) == 8) ___assert_fail(24640, 24446, 161, 24661); else if ((i2 | 0) == 10) { + i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 24588) | 0; HEAP32[i12 >> 2] = HEAP32[i15 >> 2]; HEAP32[i11 >> 2] = HEAP32[i12 >> 2]; - i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i16, i11) | 0, 23740) | 0; - i16 = __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(i16, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[(HEAP32[i13 >> 2] | 0) + (i1 << 2) >> 2] | 0) | 0) | 0, 23756) | 0, i1) | 0, 23772) | 0; - i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i16, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[(HEAP32[i14 >> 2] | 0) + (i1 << 4) >> 2] | 0) | 0) | 0, 47610) | 0; + i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i16, i11) | 0, 24675) | 0; + i16 = __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(i16, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[(HEAP32[i13 >> 2] | 0) + (i1 << 2) >> 2] | 0) | 0) | 0, 24691) | 0, i1) | 0, 24707) | 0; + i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i16, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[(HEAP32[i14 >> 2] | 0) + (i1 << 4) >> 2] | 0) | 0) | 0, 48676) | 0; i15 = __ZNKSt3__18ios_base6getlocEv(i16 + (HEAP32[(HEAP32[i16 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i11 >> 2] = i15; - i15 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 51344) | 0; + i15 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 52432) | 0; i15 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 28 >> 2] & 63](i15, 10) | 0; __ZNSt3__16localeD2Ev(i11); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i16, i15) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i16) | 0; _abort(); - } else if ((i2 | 0) == 13) ___assert_fail(23779, 23511, 171, 23726); + } else if ((i2 | 0) == 13) ___assert_fail(24714, 24446, 171, 24661); +} + +function __ZN4wasm15Asm2WasmBuilder24noteImportedFunctionCallEN6cashew3RefENS_8WasmTypeEP7AsmDataPNS_10CallImportE(i19, i7, i8, i13, i1) { + i19 = i19 | 0; + i7 = i7 | 0; + i8 = i8 | 0; + i13 = i13 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i20 = 0, i21 = 0, i22 = 0; + i22 = STACKTOP; + STACKTOP = STACKTOP + 64 | 0; + i9 = i22 + 48 | 0; + i21 = i22 + 40 | 0; + i18 = i22 + 44 | 0; + i3 = i22 + 32 | 0; + i5 = i22 + 20 | 0; + i6 = i22 + 8 | 0; + i12 = i22 + 36 | 0; + i10 = i22 + 4 | 0; + i11 = i22; + HEAP32[i21 >> 2] = i1; + i20 = i1; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 50608) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i7, 1) | 0, 0) | 0, 49964) | 0 : 0) { + i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i7, 1) | 0, 1) | 0; + i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; + i1 = HEAP32[i1 >> 2] | 0; + HEAP32[i18 >> 2] = i1; + i14 = __ZN4wasm11make_uniqueINS_12FunctionTypeEJEEENSt3__110unique_ptrIT_NS2_14default_deleteIS4_EEEEDpOT0_() | 0; + i4 = i14; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 26999, 5); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i6, i1) | 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; + } + __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i5 >> 0] & 1) == 0 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0, 0); + HEAP32[i14 >> 2] = HEAP32[i3 >> 2]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + i17 = i14 + 4 | 0; + HEAP32[i17 >> 2] = i8; + i1 = __ZN6cashew3RefixEj(i7, 2) | 0; + i1 = HEAP32[i1 >> 2] | 0; + HEAP32[i12 >> 2] = i1; + i15 = i14 + 8 | 0; + i16 = i14 + 12 | 0; + i3 = i14 + 16 | 0; + i5 = 0; + while (1) { + if (i5 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; + i1 = __ZN6cashew3RefixEj(i12, i5) | 0; + HEAP32[i11 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; + i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i19, i9, i13) | 0; + HEAP32[i10 >> 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, i10); + i1 = HEAP32[i12 >> 2] | 0; + i5 = i5 + 1 | 0; + } + i1 = i19 + 116 | 0; + i13 = (__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS6_EEEEEENS_19__map_value_compareIS3_SA_NS_4lessIS3_EELb1EEENS_9allocatorISA_EEE4findIS3_EENS_15__tree_iteratorISA_PNS_11__tree_nodeISA_PvEEiEERKT_(i1, i18) | 0) == (i19 + 120 | 0); + i1 = __ZNSt3__13mapIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS5_EEEENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S8_EEEEEixERSD_(i1, i18) | 0; + if (!i13) { + i9 = HEAP32[i1 >> 2] | 0; + if (!(__ZN4wasm12FunctionTypeeqERS0_(i14, i9) | 0)) { + i5 = i9 + 8 | 0; + i6 = i9 + 12 | 0; + i7 = i9 + 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 = i9 + 4 | 0; + if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i17 >> 2]; + } + } else { + i17 = HEAP32[i1 >> 2] | 0; + HEAP32[i1 >> 2] = i4; + i4 = i17; + } + i1 = __ZNSt3__13mapIN6cashew7IStringENS_6vectorIPN4wasm10CallImportENS_9allocatorIS6_EEEENS_4lessIS2_EENS7_INS_4pairIKS2_S9_EEEEEixERSD_(i19 + 128 | 0, i18) | 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, i21); else { + HEAP32[i3 >> 2] = i20; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } + if (i4 | 0) { + __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i4 + 8 | 0); + __ZdlPv(i4); + } + STACKTOP = i22; + return; + } + ___assert_fail(26938, 14199, 223, 26974); } function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE23__do_get_floating_pointIfEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i23, i24, i2, i25, i19) { @@ -42246,7 +43031,7 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE2 return i26 | 0; } -function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE23__do_get_floating_pointIdEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i23, i24, i2, i25, i19) { +function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE23__do_get_floating_pointIeEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i23, i24, i2, i25, i19) { i1 = i1 | 0; i23 = i23 | 0; i24 = i24 | 0; @@ -42350,7 +43135,7 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE2 HEAP32[i1 >> 2] = i14; i1 = i16; } - d27 = +__ZNSt3__115__num_get_floatIdEET_PKcS3_Rj(i2, HEAP32[i17 >> 2] | 0, i25); + d27 = +__ZNSt3__115__num_get_floatIeEET_PKcS3_Rj(i2, HEAP32[i17 >> 2] | 0, i25); HEAPF64[i19 >> 3] = d27; __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i21, i18, i1, i25); if (i3) { @@ -42381,7 +43166,8 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE2 STACKTOP = i22; return i26 | 0; } -function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE23__do_get_floating_pointIeEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i23, i24, i2, i25, i19) { + +function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE23__do_get_floating_pointIdEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i23, i24, i2, i25, i19) { i1 = i1 | 0; i23 = i23 | 0; i24 = i24 | 0; @@ -42485,7 +43271,7 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE2 HEAP32[i1 >> 2] = i14; i1 = i16; } - d27 = +__ZNSt3__115__num_get_floatIeEET_PKcS3_Rj(i2, HEAP32[i17 >> 2] | 0, i25); + d27 = +__ZNSt3__115__num_get_floatIdEET_PKcS3_Rj(i2, HEAP32[i17 >> 2] | 0, i25); HEAPF64[i19 >> 3] = d27; __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i21, i18, i1, i25); if (i3) { @@ -42544,8 +43330,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, 51376) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 7](i1, 43339, 43365, i10) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52464) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 7](i1, 44405, 44431, i10) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; i1 = 0; while (1) { @@ -42625,7 +43411,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, 43374, i15) | 0) != 1) HEAP32[i22 >> 2] = 4; + if ((__ZNSt3__110__sscanf_lEPKcP15__locale_structS1_z(i13, i14, 44440, 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] & 255](i2) | 0; else i1 = HEAP32[i1 >> 2] | 0; @@ -42667,8 +43453,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, 51376) | 0; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 51384) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52464) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52472) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 20 >> 2] & 511](i13, i10); HEAP32[i18 >> 2] = i17; i1 = HEAP8[i14 >> 0] | 0; @@ -43021,18 +43807,18 @@ function _call_from_js(i2) { i15 = i21; i18 = i21 + 32 | 0; i16 = i21 + 80 | 0; - if (HEAP8[53196] | 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(50304, 16241) | 0, i2) | 0, 10) | 0; + if (HEAP8[54284] | 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(51392, 16241) | 0, i2) | 0, 10) | 0; __ZN6cashew7IStringC2EPKcb(i1, i2, 1); - i11 = HEAP32[HEAP32[12215] >> 2] | 0; + i11 = HEAP32[HEAP32[12481] >> 2] | 0; i12 = HEAP32[i1 >> 2] | 0; HEAP32[i3 >> 2] = i12; HEAP32[i19 >> 2] = HEAP32[i3 >> 2]; i11 = (__ZN4wasm6Module9getExportENS_4NameE(i11, i19) | 0) + 4 | 0; - i1 = HEAP32[HEAP32[12215] >> 2] | 0; + i1 = HEAP32[HEAP32[12481] >> 2] | 0; HEAP32[i4 >> 2] = HEAP32[i11 >> 2]; HEAP32[i19 >> 2] = HEAP32[i4 >> 2]; i1 = __ZN4wasm6Module11getFunctionENS_4NameE(i1, i19) | 0; - if (!i1) ___assert_fail(37895, 16255, 434, 16271); + if (!i1) ___assert_fail(38905, 16255, 437, 16271); i10 = _emscripten_asm_const_i(10) | 0; i11 = i1 + 8 | 0; i2 = (HEAP32[i1 + 12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 2; @@ -43111,12 +43897,12 @@ function _call_from_js(i2) { i9 = i9 + 1 | 0; } if ((i20 | 0) == 24) _abort(); - i20 = HEAP32[12215] | 0; + i20 = HEAP32[12481] | 0; HEAP32[i16 >> 2] = i12; HEAP32[i19 >> 2] = HEAP32[i16 >> 2]; __ZN4wasm14ModuleInstance10callExportENS_4NameERNSt3__16vectorINS_7LiteralENS2_9allocatorIS4_EEEE(i18, i20, i19, i17); - if (HEAP8[53196] | 0) { - i20 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50304, 16365) | 0; + if (HEAP8[54284] | 0) { + i20 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51392, 16365) | 0; HEAP32[i19 >> 2] = HEAP32[i18 >> 2]; HEAP32[i19 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; HEAP32[i19 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; @@ -43317,13 +44103,13 @@ function __ZN4wasm16PrintSExpression13visitFunctionEPNS_8FunctionE(i12, i10) { i5 = i14 + 4 | 0; i9 = i14; HEAP32[i12 + 24 >> 2] = i10; - i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i12 >> 2] | 0, 29080, 1) | 0; + i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i12 >> 2] | 0, 30106, 1) | 0; HEAP32[i7 >> 2] = HEAP32[i10 >> 2]; HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i8) | 0; i2 = i10 + 32 | 0; if (HEAP32[i2 >> 2] | 0) { - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i12 >> 2] | 0, HEAP32[i12 + 12 >> 2] | 0) | 0, 29086) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i12 >> 2] | 0, HEAP32[i12 + 12 >> 2] | 0) | 0, 30112) | 0; HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i1 >> 2]; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i7, i8) | 0, 41) | 0; @@ -43338,12 +44124,12 @@ function __ZN4wasm16PrintSExpression13visitFunctionEPNS_8FunctionE(i12, i10) { while (1) { if (i3 >>> 0 >= i2 - i1 >> 2 >>> 0) break L4; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i12 >> 2] | 0, HEAP32[i4 >> 2] | 0) | 0; - i1 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i12 >> 2] | 0, 29093) | 0; + i1 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i12 >> 2] | 0, 30119) | 0; i2 = __ZN4wasm16PrintSExpression14printableLocalEj(i12, i3) | 0; HEAP32[i5 >> 2] = i2; HEAP32[i8 >> 2] = HEAP32[i5 >> 2]; i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i1, i8) | 0, 32) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, __ZN4wasm13printWasmTypeENS_8WasmTypeE(__ZN4wasm8Function12getLocalTypeEj(i10, i3) | 0) | 0) | 0, 46571) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, __ZN4wasm13printWasmTypeENS_8WasmTypeE(__ZN4wasm8Function12getLocalTypeEj(i10, i3) | 0) | 0) | 0, 47637) | 0; i1 = HEAP32[i6 >> 2] | 0; i2 = HEAP32[i7 >> 2] | 0; i3 = i3 + 1 | 0; @@ -43352,8 +44138,8 @@ function __ZN4wasm16PrintSExpression13visitFunctionEPNS_8FunctionE(i12, i10) { i1 = i10 + 4 | 0; if (HEAP32[i1 >> 2] | 0) { __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i12 >> 2] | 0, HEAP32[i12 + 12 >> 2] | 0) | 0; - i5 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i12 >> 2] | 0, 29061) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 46571) | 0; + i5 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i12 >> 2] | 0, 30087) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 47637) | 0; } __ZN4wasm16PrintSExpression9incIndentEv(i12); i2 = i12 + 4 | 0; @@ -43362,12 +44148,12 @@ function __ZN4wasm16PrintSExpression13visitFunctionEPNS_8FunctionE(i12, i10) { while (1) { if (i1 >>> 0 >= (__ZN4wasm8Function12getNumLocalsEv(i10) | 0) >>> 0) break; __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i12 >> 2] | 0, HEAP32[i2 >> 2] | 0) | 0; - i7 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i12 >> 2] | 0, 29100) | 0; + i7 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i12 >> 2] | 0, 30126) | 0; i6 = __ZN4wasm16PrintSExpression14printableLocalEj(i12, i1) | 0; HEAP32[i9 >> 2] = i6; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i7, i8) | 0, 32) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, __ZN4wasm13printWasmTypeENS_8WasmTypeE(__ZN4wasm8Function12getLocalTypeEj(i10, i1) | 0) | 0) | 0, 46571) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, __ZN4wasm13printWasmTypeENS_8WasmTypeE(__ZN4wasm8Function12getLocalTypeEj(i10, i1) | 0) | 0) | 0, 47637) | 0; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i12 >> 2] | 0, HEAP32[i3 >> 2] | 0) | 0; i1 = i1 + 1 | 0; } @@ -43403,10 +44189,10 @@ function __ZN4wasm17WasmBinaryBuilder10visitBlockEPNS_5BlockE(i16, i1) { HEAP32[i11 >> 2] = i1; i15 = i16 + 12 | 0; if (HEAP8[i15 >> 0] | 0) { - i13 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19578) | 0; + i13 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19578) | 0; i12 = __ZNKSt3__18ios_base6getlocEv(i13 + (HEAP32[(HEAP32[i13 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i10 >> 2] = i12; - i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i10, 51344) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i10, 52432) | 0; i12 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 63](i12, 10) | 0; __ZNSt3__16localeD2Ev(i10); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i13, i12) | 0; @@ -43486,12 +44272,12 @@ function __ZN4wasm17WasmBinaryBuilder10visitBlockEPNS_5BlockE(i16, i1) { while (1) { if (i4 >>> 0 >= i1 >>> 0) break; if (HEAP8[i15 >> 0] | 0) { - i19 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 28970) | 0; + i19 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 29996) | 0; i19 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i19, HEAP32[(HEAP32[i7 >> 2] | 0) + (i4 << 2) >> 2] | 0) | 0, 19617) | 0; i19 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i19, HEAP32[i3 >> 2] | 0) | 0; i20 = __ZNKSt3__18ios_base6getlocEv(i19 + (HEAP32[(HEAP32[i19 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i10 >> 2] = i20; - i20 = __ZNKSt3__16locale9use_facetERNS0_2idE(i10, 51344) | 0; + i20 = __ZNKSt3__16locale9use_facetERNS0_2idE(i10, 52432) | 0; i20 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i20 >> 2] | 0) + 28 >> 2] & 63](i20, 10) | 0; __ZNSt3__16localeD2Ev(i10); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i19, i20) | 0; @@ -43514,7 +44300,7 @@ function __ZN4wasm17WasmBinaryBuilder10visitBlockEPNS_5BlockE(i16, i1) { i1 = i20; } } - if ((i1 | 0) == 23) ___assert_fail(19593, 18690, 1664, 19606); else if ((i1 | 0) == 31) { + if ((i1 | 0) == 23) ___assert_fail(19593, 18573, 1691, 19606); else if ((i1 | 0) == 31) { __ZNSt3__113__vector_baseIPN4wasm5BlockENS_9allocatorIS3_EEED2Ev(i17); STACKTOP = i18; return; @@ -43533,8 +44319,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, 51344) | 0; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 51356) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52444) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 20 >> 2] & 511](i13, i10); HEAP32[i18 >> 2] = i17; i1 = HEAP8[i14 >> 0] | 0; @@ -44338,6 +45124,165 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE2 return i26 | 0; } +function __ZN4wasm16PrintSExpression10visitUnaryEPNS_5UnaryE(i5, i4) { + i5 = i5 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i5 >> 2] | 0, 40) | 0; + i2 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i5 >> 2] | 0) | 0; + i3 = i4 + 8 | 0; + if ((HEAP32[i3 >> 2] | 0) == 10) i1 = (HEAP32[i4 + 12 >> 2] | 0) + 4 | 0; else i1 = i4 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 46) | 0; + do switch (HEAP32[i3 >> 2] | 0) { + case 0: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30341) | 0; + break; + } + case 1: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30345) | 0; + break; + } + case 2: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30349) | 0; + break; + } + case 10: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30356) | 0; + break; + } + case 3: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30360) | 0; + break; + } + case 4: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 39956) | 0; + break; + } + case 5: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 39966) | 0; + break; + } + case 6: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 39960) | 0; + break; + } + case 7: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30364) | 0; + break; + } + case 8: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30370) | 0; + break; + } + case 9: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 39971) | 0; + break; + } + case 11: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30378) | 0; + break; + } + case 12: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30391) | 0; + break; + } + case 13: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30404) | 0; + break; + } + case 15: + case 14: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30413) | 0; + break; + } + case 17: + case 16: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30425) | 0; + break; + } + case 19: + case 18: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30437) | 0; + break; + } + case 21: + case 20: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30449) | 0; + break; + } + case 23: + case 22: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30461) | 0, (HEAP32[i4 + 4 >> 2] | 0) == 2 ? 30474 : 30478) | 0; + break; + } + case 27: + case 26: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30482) | 0; + break; + } + case 25: + case 24: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30496) | 0; + break; + } + case 31: + case 30: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30510) | 0; + break; + } + case 29: + case 28: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30524) | 0; + break; + } + case 32: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30538) | 0; + break; + } + case 33: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30550) | 0; + break; + } + case 35: + case 34: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30461) | 0, (HEAP32[i4 + 4 >> 2] | 0) == 4 ? 30561 : 30565) | 0; + break; + } + default: + _abort(); + } while (0); + __ZN4wasm16PrintSExpression9incIndentEv(i5); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i5, HEAP32[i4 + 12 >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i5); + return; +} + function __ZN4wasm14SimplifyLocals19optimizeBlockReturnEPNS_5BlockE(i18, i13) { i18 = i18 | 0; i13 = i13 | 0; @@ -44368,7 +45313,7 @@ function __ZN4wasm14SimplifyLocals19optimizeBlockReturnEPNS_5BlockE(i18, i13) { __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS_6vectorINS2_14SimplifyLocals10BlockBreakENS_9allocatorIS6_EEEEEENS_19__map_value_compareIS3_SA_NS_4lessIS3_EELb1EEENS7_ISA_EEE14__erase_uniqueIS3_EEjRKT_(i4, i1) | 0; i4 = i2; if ((i3 | 0) != (i2 | 0)) { - if (HEAP32[(HEAP32[i4 >> 2] | 0) + 12 >> 2] | 0) ___assert_fail(35216, 34961, 257, 35237); + if (HEAP32[(HEAP32[i4 >> 2] | 0) + 12 >> 2] | 0) ___assert_fail(36282, 36027, 262, 36303); HEAP32[i14 >> 2] = -1; i11 = i18 + 40 | 0; i5 = i18 + 44 | 0; @@ -44431,7 +45376,7 @@ function __ZN4wasm14SimplifyLocals19optimizeBlockReturnEPNS_5BlockE(i18, i13) { __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableInfoEEENS_19__map_value_compareIjS5_NS_4lessIjEELb1EEENS_9allocatorIS5_EEE5clearEv(i11); HEAP8[i18 + 88 >> 0] = 1; break; - } else if ((i8 | 0) == 21) ___assert_fail(35257, 34961, 295, 35237); + } else if ((i8 | 0) == 21) ___assert_fail(36323, 36027, 300, 36303); } i1 = i18 + 108 | 0; i2 = HEAP32[i1 >> 2] | 0; @@ -45046,9 +45991,9 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { } if (!(__ZN4wasm12isUInteger64Ed(d2) | 0)) { HEAPF64[i18 >> 3] = d2; - _snprintf(i7, 999, i5 ? 24958 : 24961, i18) | 0; + _snprintf(i7, 999, i5 ? 25977 : 25980, i18) | 0; HEAP32[i19 >> 2] = i13; - _sscanf(i7, 24918, i19) | 0; + _sscanf(i7, 25937, i19) | 0; break; } i1 = __ZN4wasm12toUInteger64Ed(d2) | 0; @@ -45056,16 +46001,16 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { i4 = i20; HEAP32[i4 >> 2] = i1; HEAP32[i4 + 4 >> 2] = tempRet0; - _snprintf(i7, 999, i6 ? 24941 : 24948, i20) | 0; + _snprintf(i7, 999, i6 ? 25960 : 25967, i20) | 0; if (i6) { HEAP32[i21 >> 2] = i14; - _sscanf(i7, 24953, i21) | 0; + _sscanf(i7, 25972, 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, 24918, i17) | 0; + _sscanf(i7, 25937, i17) | 0; break; } } else { @@ -45073,22 +46018,22 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { i4 = 0; while (1) { if ((i4 | 0) >= 19) break L4; - HEAP8[55197] = 37; - HEAP8[55198] = 46; + HEAP8[56285] = 37; + HEAP8[56286] = 46; if ((i4 | 0) < 10) { - HEAP8[55199] = i4 + 48; - HEAP8[55200] = i1; - HEAP8[55201] = 0; + HEAP8[56287] = i4 + 48; + HEAP8[56288] = i1; + HEAP8[56289] = 0; } else { - HEAP8[55199] = 49; - HEAP8[55200] = i4 + 38; - HEAP8[55201] = i1; - HEAP8[55202] = 0; + HEAP8[56287] = 49; + HEAP8[56288] = i4 + 38; + HEAP8[56289] = i1; + HEAP8[56290] = 0; } HEAPF64[i15 >> 3] = d2; - _snprintf(i7, 999, 55197, i15) | 0; + _snprintf(i7, 999, 56285, i15) | 0; HEAP32[i16 >> 2] = i13; - _sscanf(i7, 24918, i16) | 0; + _sscanf(i7, 25937, i16) | 0; if (+HEAPF64[i13 >> 3] == d2) break; else i4 = i4 + 1 | 0; } } while (0); @@ -45187,7 +46132,7 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { } STACKTOP = i25; return i1 | 0; - } else if ((i22 | 0) == 12) ___assert_fail(24922, 38216, 871, 24929); else if ((i22 | 0) == 38) ___assert_fail(24966, 38216, 934, 24929); + } else if ((i22 | 0) == 12) ___assert_fail(25941, 39226, 872, 25948); else if ((i22 | 0) == 38) ___assert_fail(25985, 39226, 935, 25948); return 0; } @@ -45199,7 +46144,7 @@ function __ZNSt3__16locale5__impC2Ej(i4, i1) { HEAP32[i4 >> 2] = 12804; i1 = i4 + 8 | 0; __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEEC2Ej(i1, 28); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4 + 144 | 0, 43372, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4 + 144 | 0, 44438, 1); i1 = HEAP32[i1 >> 2] | 0; i2 = i4 + 12 | 0; i3 = HEAP32[i2 >> 2] | 0; @@ -45209,97 +46154,97 @@ function __ZNSt3__16locale5__impC2Ej(i4, i1) { HEAP32[i2 >> 2] = i5; i3 = i5; } - HEAP32[12085] = 0; - HEAP32[12084] = 10468; - __ZNSt3__16locale5__imp7installINS_7collateIcEEEEvPT_(i4, 48336); - HEAP32[12087] = 0; - HEAP32[12086] = 10500; - __ZNSt3__16locale5__imp7installINS_7collateIwEEEEvPT_(i4, 48344); - __ZNSt3__15ctypeIcEC2EPKtbj(48352, 0, 0, 1); - __ZNSt3__16locale5__imp7installINS_5ctypeIcEEEEvPT_(i4, 48352); - HEAP32[12093] = 0; - HEAP32[12092] = 13020; - __ZNSt3__16locale5__imp7installINS_5ctypeIwEEEEvPT_(i4, 48368); - HEAP32[12095] = 0; - HEAP32[12094] = 13088; - __ZNSt3__16locale5__imp7installINS_7codecvtIcc11__mbstate_tEEEEvPT_(i4, 48376); - HEAP32[12097] = 0; - HEAP32[12096] = 12756; + HEAP32[12351] = 0; + HEAP32[12350] = 10468; + __ZNSt3__16locale5__imp7installINS_7collateIcEEEEvPT_(i4, 49400); + HEAP32[12353] = 0; + HEAP32[12352] = 10500; + __ZNSt3__16locale5__imp7installINS_7collateIwEEEEvPT_(i4, 49408); + __ZNSt3__15ctypeIcEC2EPKtbj(49416, 0, 0, 1); + __ZNSt3__16locale5__imp7installINS_5ctypeIcEEEEvPT_(i4, 49416); + HEAP32[12359] = 0; + HEAP32[12358] = 13020; + __ZNSt3__16locale5__imp7installINS_5ctypeIwEEEEvPT_(i4, 49432); + HEAP32[12361] = 0; + HEAP32[12360] = 13088; + __ZNSt3__16locale5__imp7installINS_7codecvtIcc11__mbstate_tEEEEvPT_(i4, 49440); + HEAP32[12363] = 0; + HEAP32[12362] = 12756; i5 = __ZNSt3__16__clocEv() | 0; - HEAP32[12098] = i5; - __ZNSt3__16locale5__imp7installINS_7codecvtIwc11__mbstate_tEEEEvPT_(i4, 48384); - HEAP32[12101] = 0; - HEAP32[12100] = 13136; - __ZNSt3__16locale5__imp7installINS_7codecvtIDsc11__mbstate_tEEEEvPT_(i4, 48400); - HEAP32[12103] = 0; - HEAP32[12102] = 13184; - __ZNSt3__16locale5__imp7installINS_7codecvtIDic11__mbstate_tEEEEvPT_(i4, 48408); - __ZNSt3__18numpunctIcEC2Ej(48416, 1); - __ZNSt3__16locale5__imp7installINS_8numpunctIcEEEEvPT_(i4, 48416); - __ZNSt3__18numpunctIwEC2Ej(48440, 1); - __ZNSt3__16locale5__imp7installINS_8numpunctIwEEEEvPT_(i4, 48440); - HEAP32[12119] = 0; - HEAP32[12118] = 10532; - __ZNSt3__16locale5__imp7installINS_7num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 48472); - HEAP32[12121] = 0; - HEAP32[12120] = 10596; - __ZNSt3__16locale5__imp7installINS_7num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 48480); - HEAP32[12123] = 0; - HEAP32[12122] = 10660; - __ZNSt3__16locale5__imp7installINS_7num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 48488); - HEAP32[12125] = 0; - HEAP32[12124] = 10712; - __ZNSt3__16locale5__imp7installINS_7num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 48496); - HEAP32[12127] = 0; - HEAP32[12126] = 12260; - __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb0EEEEEvPT_(i4, 48504); - HEAP32[12129] = 0; - HEAP32[12128] = 12316; - __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb1EEEEEvPT_(i4, 48512); - HEAP32[12131] = 0; - HEAP32[12130] = 12372; - __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb0EEEEEvPT_(i4, 48520); - HEAP32[12133] = 0; - HEAP32[12132] = 12428; - __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb1EEEEEvPT_(i4, 48528); - HEAP32[12135] = 0; - HEAP32[12134] = 12484; - __ZNSt3__16locale5__imp7installINS_9money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 48536); - HEAP32[12137] = 0; - HEAP32[12136] = 12512; - __ZNSt3__16locale5__imp7installINS_9money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 48544); - HEAP32[12139] = 0; - HEAP32[12138] = 12540; - __ZNSt3__16locale5__imp7installINS_9money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 48552); - HEAP32[12141] = 0; - HEAP32[12140] = 12568; - __ZNSt3__16locale5__imp7installINS_9money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 48560); - HEAP32[12143] = 0; - HEAP32[12142] = 10764; - HEAP32[12144] = 10812; - __ZNSt3__16locale5__imp7installINS_8time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 48568); - HEAP32[12147] = 0; - HEAP32[12146] = 10848; - HEAP32[12148] = 10896; - __ZNSt3__16locale5__imp7installINS_8time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 48584); - HEAP32[12151] = 0; - HEAP32[12150] = 13e3; + HEAP32[12364] = i5; + __ZNSt3__16locale5__imp7installINS_7codecvtIwc11__mbstate_tEEEEvPT_(i4, 49448); + HEAP32[12367] = 0; + HEAP32[12366] = 13136; + __ZNSt3__16locale5__imp7installINS_7codecvtIDsc11__mbstate_tEEEEvPT_(i4, 49464); + HEAP32[12369] = 0; + HEAP32[12368] = 13184; + __ZNSt3__16locale5__imp7installINS_7codecvtIDic11__mbstate_tEEEEvPT_(i4, 49472); + __ZNSt3__18numpunctIcEC2Ej(49480, 1); + __ZNSt3__16locale5__imp7installINS_8numpunctIcEEEEvPT_(i4, 49480); + __ZNSt3__18numpunctIwEC2Ej(49504, 1); + __ZNSt3__16locale5__imp7installINS_8numpunctIwEEEEvPT_(i4, 49504); + HEAP32[12385] = 0; + HEAP32[12384] = 10532; + __ZNSt3__16locale5__imp7installINS_7num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 49536); + HEAP32[12387] = 0; + HEAP32[12386] = 10596; + __ZNSt3__16locale5__imp7installINS_7num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 49544); + HEAP32[12389] = 0; + HEAP32[12388] = 10660; + __ZNSt3__16locale5__imp7installINS_7num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 49552); + HEAP32[12391] = 0; + HEAP32[12390] = 10712; + __ZNSt3__16locale5__imp7installINS_7num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 49560); + HEAP32[12393] = 0; + HEAP32[12392] = 12260; + __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb0EEEEEvPT_(i4, 49568); + HEAP32[12395] = 0; + HEAP32[12394] = 12316; + __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb1EEEEEvPT_(i4, 49576); + HEAP32[12397] = 0; + HEAP32[12396] = 12372; + __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb0EEEEEvPT_(i4, 49584); + HEAP32[12399] = 0; + HEAP32[12398] = 12428; + __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb1EEEEEvPT_(i4, 49592); + HEAP32[12401] = 0; + HEAP32[12400] = 12484; + __ZNSt3__16locale5__imp7installINS_9money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 49600); + HEAP32[12403] = 0; + HEAP32[12402] = 12512; + __ZNSt3__16locale5__imp7installINS_9money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 49608); + HEAP32[12405] = 0; + HEAP32[12404] = 12540; + __ZNSt3__16locale5__imp7installINS_9money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 49616); + HEAP32[12407] = 0; + HEAP32[12406] = 12568; + __ZNSt3__16locale5__imp7installINS_9money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 49624); + HEAP32[12409] = 0; + HEAP32[12408] = 10764; + HEAP32[12410] = 10812; + __ZNSt3__16locale5__imp7installINS_8time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 49632); + HEAP32[12413] = 0; + HEAP32[12412] = 10848; + HEAP32[12414] = 10896; + __ZNSt3__16locale5__imp7installINS_8time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 49648); + HEAP32[12417] = 0; + HEAP32[12416] = 13e3; i5 = __ZNSt3__16__clocEv() | 0; - HEAP32[12152] = i5; - HEAP32[12150] = 12212; - __ZNSt3__16locale5__imp7installINS_8time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 48600); - HEAP32[12155] = 0; - HEAP32[12154] = 13e3; + HEAP32[12418] = i5; + HEAP32[12416] = 12212; + __ZNSt3__16locale5__imp7installINS_8time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 49664); + HEAP32[12421] = 0; + HEAP32[12420] = 13e3; i5 = __ZNSt3__16__clocEv() | 0; - HEAP32[12156] = i5; - HEAP32[12154] = 12236; - __ZNSt3__16locale5__imp7installINS_8time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 48616); - HEAP32[12159] = 0; - HEAP32[12158] = 12596; - __ZNSt3__16locale5__imp7installINS_8messagesIcEEEEvPT_(i4, 48632); - HEAP32[12161] = 0; - HEAP32[12160] = 12628; - __ZNSt3__16locale5__imp7installINS_8messagesIwEEEEvPT_(i4, 48640); + HEAP32[12422] = i5; + HEAP32[12420] = 12236; + __ZNSt3__16locale5__imp7installINS_8time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 49680); + HEAP32[12425] = 0; + HEAP32[12424] = 12596; + __ZNSt3__16locale5__imp7installINS_8messagesIcEEEEvPT_(i4, 49696); + HEAP32[12427] = 0; + HEAP32[12426] = 12628; + __ZNSt3__16locale5__imp7installINS_8messagesIwEEEEvPT_(i4, 49704); return; } @@ -45439,155 +46384,6 @@ function ___cxa_demangle(i10, i1, i16, i18) { return i1 | 0; } -function __ZN4wasm16PrintSExpression10visitUnaryEPNS_5UnaryE(i5, i4) { - i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i5 >> 2] | 0, 40) | 0; - i2 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i5 >> 2] | 0) | 0; - i3 = i4 + 8 | 0; - if ((HEAP32[i3 >> 2] | 0) == 10) i1 = (HEAP32[i4 + 12 >> 2] | 0) + 4 | 0; else i1 = i4 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 46) | 0; - do switch (HEAP32[i3 >> 2] | 0) { - case 0: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29275) | 0; - break; - } - case 1: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29279) | 0; - break; - } - case 2: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29283) | 0; - break; - } - case 10: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29290) | 0; - break; - } - case 3: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29294) | 0; - break; - } - case 4: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 38946) | 0; - break; - } - case 5: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 38956) | 0; - break; - } - case 6: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 38950) | 0; - break; - } - case 7: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29298) | 0; - break; - } - case 8: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29304) | 0; - break; - } - case 9: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 38961) | 0; - break; - } - case 11: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29312) | 0; - break; - } - case 12: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29325) | 0; - break; - } - case 13: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29338) | 0; - break; - } - case 14: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29347) | 0; - break; - } - case 15: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29359) | 0; - break; - } - case 16: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29371) | 0; - break; - } - case 17: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29383) | 0; - break; - } - case 18: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29395) | 0, (HEAP32[i4 + 4 >> 2] | 0) == 2 ? 29408 : 29412) | 0; - break; - } - case 20: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29416) | 0; - break; - } - case 19: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29430) | 0; - break; - } - case 22: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29444) | 0; - break; - } - case 21: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29458) | 0; - break; - } - case 23: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29472) | 0; - break; - } - case 24: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29484) | 0; - break; - } - case 25: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29395) | 0, (HEAP32[i4 + 4 >> 2] | 0) == 4 ? 29495 : 29499) | 0; - break; - } - default: - _abort(); - } while (0); - __ZN4wasm16PrintSExpression9incIndentEv(i5); - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i5, HEAP32[i4 + 12 >> 2] | 0); - __ZN4wasm16PrintSExpression9decIndentEv(i5); - 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; @@ -45615,8 +46411,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, 51344) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 32 >> 2] & 7](i1, 43339, 43365, i10) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 32 >> 2] & 7](i1, 44405, 44431, i10) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; i1 = 0; while (1) { @@ -45685,7 +46481,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, 43374, i15) | 0) != 1) HEAP32[i22 >> 2] = 4; + if ((__ZNSt3__110__sscanf_lEPKcP15__locale_structS1_z(i13, i14, 44440, 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] & 255](i1) | 0) == -1 : 0) { HEAP32[i20 >> 2] = 0; @@ -45711,103 +46507,103 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6 } function __GLOBAL__sub_I_parser_cpp() { - __ZN6cashew7IString3setEPKcb(48880, 37526, 1); - __ZN6cashew7IString3setEPKcb(48884, 37535, 1); - __ZN6cashew7IString3setEPKcb(48888, 39126, 1); - __ZN6cashew7IString3setEPKcb(48892, 37541, 1); - __ZN6cashew7IString3setEPKcb(48896, 37546, 1); - __ZN6cashew7IString3setEPKcb(48900, 37553, 1); - __ZN6cashew7IString3setEPKcb(48904, 37558, 1); - __ZN6cashew7IString3setEPKcb(48908, 37562, 1); - __ZN6cashew7IString3setEPKcb(48912, 37568, 1); - __ZN6cashew7IString3setEPKcb(48916, 37580, 1); - __ZN6cashew7IString3setEPKcb(48920, 37587, 1); - __ZN6cashew7IString3setEPKcb(48924, 37594, 1); - __ZN6cashew7IString3setEPKcb(48928, 39143, 1); - __ZN6cashew7IString3setEPKcb(48932, 37597, 1); - __ZN6cashew7IString3setEPKcb(48936, 37603, 1); - __ZN6cashew7IString3setEPKcb(48940, 37606, 1); - __ZN6cashew7IString3setEPKcb(48944, 37610, 1); - __ZN6cashew7IString3setEPKcb(48948, 37614, 1); - __ZN6cashew7IString3setEPKcb(48952, 39095, 1); - __ZN6cashew7IString3setEPKcb(48956, 37618, 1); - __ZN6cashew7IString3setEPKcb(48960, 37622, 1); - __ZN6cashew7IString3setEPKcb(48964, 37628, 1); - __ZN6cashew7IString3setEPKcb(48968, 37634, 1); - __ZN6cashew7IString3setEPKcb(48972, 37643, 1); - __ZN6cashew7IString3setEPKcb(48976, 37650, 1); - __ZN6cashew7IString3setEPKcb(48980, 42089, 1); - __ZN6cashew7IString3setEPKcb(48984, 42097, 1); - __ZN6cashew7IString3setEPKcb(48988, 37657, 1); - __ZN6cashew7IString3setEPKcb(48992, 37666, 1); - __ZN6cashew7IString3setEPKcb(48996, 37678, 1); - __ZN6cashew7IString3setEPKcb(49e3, 37693, 1); - __ZN6cashew7IString3setEPKcb(49004, 37707, 1); - __ZN6cashew7IString3setEPKcb(49008, 37720, 1); - __ZN6cashew7IString3setEPKcb(49012, 37734, 1); - __ZN6cashew7IString3setEPKcb(49016, 37746, 1); - __ZN6cashew7IString3setEPKcb(49020, 37761, 1); - __ZN6cashew7IString3setEPKcb(49024, 37776, 1); - __ZN6cashew7IString3setEPKcb(49028, 37789, 1); - __ZN6cashew7IString3setEPKcb(49032, 37802, 1); - __ZN6cashew7IString3setEPKcb(49036, 47690, 1); - __ZN6cashew7IString3setEPKcb(49040, 47641, 1); - __ZN6cashew7IString3setEPKcb(49044, 47681, 1); - __ZN6cashew7IString3setEPKcb(49048, 46624, 1); - __ZN6cashew7IString3setEPKcb(49052, 47617, 1); - __ZN6cashew7IString3setEPKcb(49056, 47665, 1); - __ZN6cashew7IString3setEPKcb(49060, 46658, 1); - __ZN6cashew7IString3setEPKcb(49064, 47201, 1); - __ZN6cashew7IString3setEPKcb(49068, 47625, 1); - __ZN6cashew7IString3setEPKcb(49072, 47631, 1); - __ZN6cashew7IString3setEPKcb(49076, 46616, 1); - __ZN6cashew7IString3setEPKcb(49080, 47622, 1); - __ZN6cashew7IString3setEPKcb(49084, 47662, 1); - __ZN6cashew7IString3setEPKcb(49088, 47612, 1); - __ZN6cashew7IString3setEPKcb(49092, 47735, 1); - __ZN6cashew7IString3setEPKcb(49096, 46690, 1); - __ZN6cashew7IString3setEPKcb(49100, 47740, 1); - __ZN6cashew7IString3setEPKcb(49104, 47634, 1); - __ZN6cashew7IString3setEPKcb(49108, 37815, 1); - __ZN6cashew7IString3setEPKcb(49112, 37819, 1); - __ZN6cashew7IString3setEPKcb(49116, 37833, 1); - __ZN6cashew7IString3setEPKcb(49120, 37839, 1); - __ZN6cashew7IString3setEPKcb(49124, 37846, 1); - __ZN6cashew7IString3setEPKcb(49128, 37853, 1); - __ZN6cashew7IString3setEPKcb(49132, 37861, 1); - __ZN6cashew7IString3setEPKcb(49136, 37868, 1); - __ZN6cashew7IString3setEPKcb(49140, 37876, 1); - __ZN6cashew7IString3setEPKcb(49144, 37884, 1); - __ZN6cashew7IString3setEPKcb(49148, 37892, 1); - __ZN6cashew7IString3setEPKcb(49152, 57291, 1); - __ZN6cashew7IString3setEPKcb(49156, 37895, 1); - __ZN6cashew7IString3setEPKcb(49160, 46569, 1); - __ZN6cashew7IString3setEPKcb(49164, 37904, 1); - __ZN6cashew7IString3setEPKcb(49168, 37906, 1); - __ZN6cashew7IString3setEPKcb(49172, 37908, 1); - __ZN6cashew7IString3setEPKcb(49176, 46656, 1); - __ZN6cashew7IString3setEPKcb(49180, 37910, 1); - __ZN6cashew7IString3setEPKcb(49184, 37912, 1); - __ZN6cashew7IString3setEPKcb(49188, 39163, 1); - __ZN6cashew7IString3setEPKcb(49192, 37914, 1); - __ZN6cashew7IString3setEPKcb(49196, 37922, 1); - __ZN6cashew7IString3setEPKcb(49200, 47610, 1); - __ZN6cashew7IString3setEPKcb(49204, 37926, 1); - __ZN6cashew7IString3setEPKcb(49208, 37930, 1); - __ZN6cashew7IString3setEPKcb(49212, 37936, 1); - __ZN6cashew7IString3setEPKcb(49216, 47788, 1); - __ZN6cashew7IString3setEPKcb(49220, 46629, 1); - __ZN6cashew10IStringSetC2EPKc(49224, 37943); - ___cxa_atexit(246, 49224, ___dso_handle | 0) | 0; - HEAP32[12311] = 0; - HEAP32[12312] = 0; - HEAP32[12313] = 0; - ___cxa_atexit(247, 49244, ___dso_handle | 0) | 0; - HEAP32[12314] = 0; - HEAP32[12315] = 0; - HEAP32[12316] = 0; - ___cxa_atexit(248, 49256, ___dso_handle | 0) | 0; - __ZN6cashew4InitC2Ev(55217); + __ZN6cashew7IString3setEPKcb(49944, 38536, 1); + __ZN6cashew7IString3setEPKcb(49948, 38545, 1); + __ZN6cashew7IString3setEPKcb(49952, 40136, 1); + __ZN6cashew7IString3setEPKcb(49956, 38551, 1); + __ZN6cashew7IString3setEPKcb(49960, 38556, 1); + __ZN6cashew7IString3setEPKcb(49964, 38563, 1); + __ZN6cashew7IString3setEPKcb(49968, 38568, 1); + __ZN6cashew7IString3setEPKcb(49972, 38572, 1); + __ZN6cashew7IString3setEPKcb(49976, 38578, 1); + __ZN6cashew7IString3setEPKcb(49980, 38590, 1); + __ZN6cashew7IString3setEPKcb(49984, 38597, 1); + __ZN6cashew7IString3setEPKcb(49988, 38604, 1); + __ZN6cashew7IString3setEPKcb(49992, 40153, 1); + __ZN6cashew7IString3setEPKcb(49996, 38607, 1); + __ZN6cashew7IString3setEPKcb(5e4, 38613, 1); + __ZN6cashew7IString3setEPKcb(50004, 38616, 1); + __ZN6cashew7IString3setEPKcb(50008, 38620, 1); + __ZN6cashew7IString3setEPKcb(50012, 38624, 1); + __ZN6cashew7IString3setEPKcb(50016, 40105, 1); + __ZN6cashew7IString3setEPKcb(50020, 38628, 1); + __ZN6cashew7IString3setEPKcb(50024, 38632, 1); + __ZN6cashew7IString3setEPKcb(50028, 38638, 1); + __ZN6cashew7IString3setEPKcb(50032, 38644, 1); + __ZN6cashew7IString3setEPKcb(50036, 38653, 1); + __ZN6cashew7IString3setEPKcb(50040, 38660, 1); + __ZN6cashew7IString3setEPKcb(50044, 43155, 1); + __ZN6cashew7IString3setEPKcb(50048, 43163, 1); + __ZN6cashew7IString3setEPKcb(50052, 38667, 1); + __ZN6cashew7IString3setEPKcb(50056, 38676, 1); + __ZN6cashew7IString3setEPKcb(50060, 38688, 1); + __ZN6cashew7IString3setEPKcb(50064, 38703, 1); + __ZN6cashew7IString3setEPKcb(50068, 38717, 1); + __ZN6cashew7IString3setEPKcb(50072, 38730, 1); + __ZN6cashew7IString3setEPKcb(50076, 38744, 1); + __ZN6cashew7IString3setEPKcb(50080, 38756, 1); + __ZN6cashew7IString3setEPKcb(50084, 38771, 1); + __ZN6cashew7IString3setEPKcb(50088, 38786, 1); + __ZN6cashew7IString3setEPKcb(50092, 38799, 1); + __ZN6cashew7IString3setEPKcb(50096, 38812, 1); + __ZN6cashew7IString3setEPKcb(50100, 48756, 1); + __ZN6cashew7IString3setEPKcb(50104, 48707, 1); + __ZN6cashew7IString3setEPKcb(50108, 48747, 1); + __ZN6cashew7IString3setEPKcb(50112, 47690, 1); + __ZN6cashew7IString3setEPKcb(50116, 48683, 1); + __ZN6cashew7IString3setEPKcb(50120, 48731, 1); + __ZN6cashew7IString3setEPKcb(50124, 47724, 1); + __ZN6cashew7IString3setEPKcb(50128, 48267, 1); + __ZN6cashew7IString3setEPKcb(50132, 48691, 1); + __ZN6cashew7IString3setEPKcb(50136, 48697, 1); + __ZN6cashew7IString3setEPKcb(50140, 47682, 1); + __ZN6cashew7IString3setEPKcb(50144, 48688, 1); + __ZN6cashew7IString3setEPKcb(50148, 48728, 1); + __ZN6cashew7IString3setEPKcb(50152, 48678, 1); + __ZN6cashew7IString3setEPKcb(50156, 48801, 1); + __ZN6cashew7IString3setEPKcb(50160, 47756, 1); + __ZN6cashew7IString3setEPKcb(50164, 48806, 1); + __ZN6cashew7IString3setEPKcb(50168, 48700, 1); + __ZN6cashew7IString3setEPKcb(50172, 38825, 1); + __ZN6cashew7IString3setEPKcb(50176, 38829, 1); + __ZN6cashew7IString3setEPKcb(50180, 38843, 1); + __ZN6cashew7IString3setEPKcb(50184, 38849, 1); + __ZN6cashew7IString3setEPKcb(50188, 38856, 1); + __ZN6cashew7IString3setEPKcb(50192, 38863, 1); + __ZN6cashew7IString3setEPKcb(50196, 38871, 1); + __ZN6cashew7IString3setEPKcb(50200, 38878, 1); + __ZN6cashew7IString3setEPKcb(50204, 38886, 1); + __ZN6cashew7IString3setEPKcb(50208, 38894, 1); + __ZN6cashew7IString3setEPKcb(50212, 38902, 1); + __ZN6cashew7IString3setEPKcb(50216, 58379, 1); + __ZN6cashew7IString3setEPKcb(50220, 38905, 1); + __ZN6cashew7IString3setEPKcb(50224, 47635, 1); + __ZN6cashew7IString3setEPKcb(50228, 38914, 1); + __ZN6cashew7IString3setEPKcb(50232, 38916, 1); + __ZN6cashew7IString3setEPKcb(50236, 38918, 1); + __ZN6cashew7IString3setEPKcb(50240, 47722, 1); + __ZN6cashew7IString3setEPKcb(50244, 38920, 1); + __ZN6cashew7IString3setEPKcb(50248, 38922, 1); + __ZN6cashew7IString3setEPKcb(50252, 40173, 1); + __ZN6cashew7IString3setEPKcb(50256, 38924, 1); + __ZN6cashew7IString3setEPKcb(50260, 38932, 1); + __ZN6cashew7IString3setEPKcb(50264, 48676, 1); + __ZN6cashew7IString3setEPKcb(50268, 38936, 1); + __ZN6cashew7IString3setEPKcb(50272, 38940, 1); + __ZN6cashew7IString3setEPKcb(50276, 38946, 1); + __ZN6cashew7IString3setEPKcb(50280, 48854, 1); + __ZN6cashew7IString3setEPKcb(50284, 47695, 1); + __ZN6cashew10IStringSetC2EPKc(50288, 38953); + ___cxa_atexit(246, 50288, ___dso_handle | 0) | 0; + HEAP32[12580] = 0; + HEAP32[12581] = 0; + HEAP32[12582] = 0; + ___cxa_atexit(247, 50320, ___dso_handle | 0) | 0; + HEAP32[12583] = 0; + HEAP32[12584] = 0; + HEAP32[12585] = 0; + ___cxa_atexit(248, 50332, ___dso_handle | 0) | 0; + __ZN6cashew4InitC2Ev(56305); return; } @@ -45873,7 +46669,7 @@ function __ZN4wasm15RemoveUnusedBrs8visitAnyEPS0_PPNS_10ExpressionE(i13, i1) { i7 = i13 + 60 | 0; i12 = HEAP32[i7 >> 2] | 0; i1 = i12; - if ((i12 | 0) == (HEAP32[i13 + 56 >> 2] | 0)) ___assert_fail(31798, 31823, 66, 31854); + if ((i12 | 0) == (HEAP32[i13 + 56 >> 2] | 0)) ___assert_fail(32864, 32889, 66, 32920); i5 = HEAP32[i1 + -8 >> 2] | 0; i6 = i13 + 48 | 0; i4 = i13 + 52 | 0; @@ -46111,7 +46907,7 @@ function __ZN4wasm7VisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringER i1 = i1 | 0; i3 = i3 | 0; i2 = i2 | 0; - if (!i2) ___assert_fail(34755, 37339, 68, 34760); + if (!i2) ___assert_fail(35821, 40434, 68, 35826); do switch (HEAP32[i2 >> 2] | 0) { case 1: { @@ -46220,7 +47016,7 @@ function __ZN4wasm7VisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringER case 20: { i3 = HEAP32[(HEAP32[i3 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 511](i3, 29710); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 511](i3, 30776); HEAP32[i1 >> 2] = 0; i3 = i1 + 8 | 0; HEAP32[i3 >> 2] = 0; @@ -46457,64 +47253,175 @@ function _mbsrtowcs(i5, i10, i1, i3) { return i1 | 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; +function __ZN4wasm17WasmBinaryBuilder14readSignaturesEv(i14) { + 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; + i15 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i15 + 4 | 0; + i2 = i15; + i4 = i14 + 12 | 0; + if (HEAP8[i4 >> 0] | 0) { + i13 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19065) | 0; + i12 = __ZNKSt3__18ios_base6getlocEv(i13 + (HEAP32[(HEAP32[i13 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i12; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + i12 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 63](i12, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i13, i12) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i13) | 0; + } + i3 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i14) | 0; + if (HEAP8[i4 >> 0] | 0) { + i13 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19083) | 0, i3) | 0; + i12 = __ZNKSt3__18ios_base6getlocEv(i13 + (HEAP32[(HEAP32[i13 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i12; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + i12 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 63](i12, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i13, i12) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i13) | 0; + } + i12 = 0; + L7 : while (1) { + if (i12 >>> 0 >= i3 >>> 0) { + i1 = 7; + break; + } + if (HEAP8[i4 >> 0] | 0) { + i13 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19089) | 0; + i11 = __ZNKSt3__18ios_base6getlocEv(i13 + (HEAP32[(HEAP32[i13 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i11; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + i11 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i11 >> 2] | 0) + 28 >> 2] & 63](i11, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i13, i11) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i13) | 0; + } + i5 = __Znwj(20) | 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 ((__ZN4wasm17WasmBinaryBuilder7getInt8Ev(i14) | 0) << 24 >> 24 != 64) { + i1 = 11; + break; + } + i6 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i14) | 0; + if (HEAP8[i4 >> 0] | 0) { + i13 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19152) | 0, i6) | 0; + i11 = __ZNKSt3__18ios_base6getlocEv(i13 + (HEAP32[(HEAP32[i13 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i11; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + i11 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i11 >> 2] | 0) + 28 >> 2] & 63](i11, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i13, i11) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i13) | 0; + } + i7 = i5 + 12 | 0; + i8 = i5 + 16 | 0; + i9 = i5 + 8 | 0; + i13 = 0; + while (1) { + if ((i13 | 0) == (i6 | 0)) break; + i10 = __ZN4wasm17WasmBinaryBuilder11getWasmTypeEv(i14) | 0; + HEAP32[i2 >> 2] = i10; + i11 = HEAP32[i7 >> 2] | 0; + if (i11 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { + HEAP32[i11 >> 2] = i10; + HEAP32[i7 >> 2] = i11 + 4; + } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i9, i2); + i13 = i13 + 1 | 0; + } + switch (__ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i14) | 0) { + case 0: + { + HEAP32[i5 + 4 >> 2] = 0; + break; + } + case 1: + { + i13 = __ZN4wasm17WasmBinaryBuilder11getWasmTypeEv(i14) | 0; + HEAP32[i5 + 4 >> 2] = i13; + break; + } + default: + { + i1 = 22; + break L7; + } + } + __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(HEAP32[i14 >> 2] | 0, i5); + i12 = i12 + 1 | 0; + } + if ((i1 | 0) == 7) { + STACKTOP = i15; + return; + } else if ((i1 | 0) == 11) ___assert_fail(19098, 18573, 1390, 19137); else if ((i1 | 0) == 22) ___assert_fail(19165, 18573, 1400, 19137); +} + +function __ZN4wasm17WasmBinaryBuilder11readImportsEv(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 + 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(50388, 19183) | 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, 51344) | 0; - i14 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i14 >> 2] | 0) + 28 >> 2] & 63](i14, 10) | 0; + i3 = i16 + 40 | 0; + i4 = i16 + 36 | 0; + i6 = i16 + 24 | 0; + i7 = i16 + 12 | 0; + i11 = i16; + i12 = i15 + 12 | 0; + if (HEAP8[i12 >> 0] | 0) { + i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19181) | 0; + i13 = __ZNKSt3__18ios_base6getlocEv(i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i3 >> 2] = i13; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 52432) | 0; + i13 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i13 >> 2] | 0) + 28 >> 2] & 63](i13, 10) | 0; __ZNSt3__16localeD2Ev(i3); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i15, i14) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i15) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i14, i13) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i14) | 0; } - i5 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i16) | 0; - if (HEAP8[i13 >> 0] | 0) { - i15 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19085) | 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, 51344) | 0; - i14 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i14 >> 2] | 0) + 28 >> 2] & 63](i14, 10) | 0; + i5 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i15) | 0; + if (HEAP8[i12 >> 0] | 0) { + i14 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19083) | 0, i5) | 0; + i13 = __ZNKSt3__18ios_base6getlocEv(i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i3 >> 2] = i13; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 52432) | 0; + i13 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i13 >> 2] | 0) + 28 >> 2] & 63](i13, 10) | 0; __ZNSt3__16localeD2Ev(i3); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i15, i14) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i15) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i14, i13) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i14) | 0; } - i8 = i16 + 4 | 0; - i9 = i12 + 8 | 0; - i10 = i12 + 1 | 0; - i11 = i12 + 4 | 0; - i15 = 0; + i8 = i11 + 8 | 0; + i9 = i11 + 1 | 0; + i10 = i11 + 4 | 0; + i14 = 0; while (1) { - if (i15 >>> 0 >= i5 >>> 0) { + if (i14 >>> 0 >= i5 >>> 0) { i1 = 7; break; } - if (HEAP8[i13 >> 0] | 0) { - i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19091) | 0; - i2 = __ZNKSt3__18ios_base6getlocEv(i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + if (HEAP8[i12 >> 0] | 0) { + i13 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19089) | 0; + i2 = __ZNKSt3__18ios_base6getlocEv(i13 + (HEAP32[(HEAP32[i13 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i3 >> 2] = i2; - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 51344) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 52432) | 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; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i13, i2) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i13) | 0; } - i14 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i8 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, 19198, 7); - __ZNSt3__19to_stringEj(i12, i15); - i1 = HEAP8[i12 >> 0] | 0; + i13 = __Znwj(16) | 0; + HEAP32[i13 >> 2] = 0; + HEAP32[i13 + 4 >> 2] = 0; + HEAP32[i13 + 8 >> 2] = 0; + HEAP32[i13 + 12 >> 2] = 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, 19196, 7); + __ZNSt3__19to_stringEj(i11, i14); + i1 = HEAP8[i11 >> 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; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKcj(i7, i2 ? i9 : HEAP32[i8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i10 >> 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]; @@ -46525,34 +47432,33 @@ function __ZN4wasm17WasmBinaryBuilder11readImportsEv(i16) { i2 = i2 + 1 | 0; } __ZN4wasm4NameC2ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i4, i6); - HEAP32[i14 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i13 >> 2] = HEAP32[i4 >> 2]; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); __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 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i15) | 0; + i2 = HEAP32[i15 >> 2] | 0; + if (i1 >>> 0 >= (HEAP32[i2 + 4 >> 2] | 0) - (HEAP32[i2 >> 2] | 0) >> 2 >>> 0) { i1 = 14; break; } - i18 = HEAP32[i2 + (i1 << 2) >> 2] | 0; - HEAP32[i14 + 12 >> 2] = i18; - if (!(HEAP32[i18 >> 2] | 0)) { + i2 = __ZN4wasm6Module15getFunctionTypeEj(i2, i1) | 0; + HEAP32[i13 + 12 >> 2] = i2; + if (!(HEAP32[i2 >> 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; + i2 = __ZN4wasm17WasmBinaryBuilder15getInlineStringEv(i15) | 0; + HEAP32[i13 + 4 >> 2] = i2; + i2 = __ZN4wasm17WasmBinaryBuilder15getInlineStringEv(i15) | 0; + HEAP32[i13 + 8 >> 2] = i2; + __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i15 >> 2] | 0, i13); + i14 = i14 + 1 | 0; } if ((i1 | 0) == 7) { - STACKTOP = i17; + STACKTOP = i16; return; - } else if ((i1 | 0) == 14) ___assert_fail(19206, 18690, 1387, 19240); else if ((i1 | 0) == 16) ___assert_fail(19252, 18690, 1389, 19240); + } else if ((i1 | 0) == 14) ___assert_fail(19204, 18573, 1416, 19238); else if ((i1 | 0) == 16) ___assert_fail(19250, 18573, 1418, 19238); } function __ZN4wasm21LinearExecutionWalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE(i1, i3) { @@ -46569,62 +47475,62 @@ function __ZN4wasm21LinearExecutionWalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEE case 1: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 244, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 245, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 286, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 287, i3); i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i2) | 0; i1 = i3 + 12 | 0; i3 = HEAP32[i3 + 20 >> 2] | 0; while (1) { i2 = i3 + -1 | 0; if ((i3 | 0) <= 0) break L1; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2) | 0); i3 = i2; } } case 2: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 246, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 245, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 245, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 245, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 288, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 287, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 287, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 287, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 8 | 0); break; } case 3: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 247, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i2) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 245, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 289, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_4LoopEEEPT_v(i2) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 287, i3); break; } case 4: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 248, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 245, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i2) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i2) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 290, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 287, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i2) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_5BreakEEEPT_v(i2) | 0) + 12 | 0); break; } case 5: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 249, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 245, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i2) | 0) + 28 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i2) | 0) + 24 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 291, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 287, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i2) | 0) + 32 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i2) | 0) + 28 | 0); break; } case 17: { i4 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 250, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 245, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 238, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i2) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 292, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 287, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i4, 280, (__ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i2) | 0) + 8 | 0); break; } default: @@ -46633,103 +47539,104 @@ function __ZN4wasm21LinearExecutionWalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEE return; } -function __ZN4wasm15Asm2WasmBuilder24noteImportedFunctionCallEN6cashew3RefENS_8WasmTypeEP7AsmDataPNS_10CallImportE(i15, i6, i7, i11, i1) { - i15 = i15 | 0; - i6 = i6 | 0; - i7 = i7 | 0; +function __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i14, i11) { + i14 = i14 | 0; i11 = i11 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0, i14 = 0, i16 = 0, i17 = 0, i18 = 0; - i18 = STACKTOP; - STACKTOP = STACKTOP + 48 | 0; - i8 = i18 + 44 | 0; - i17 = i18 + 36 | 0; - i14 = i18 + 40 | 0; - i3 = i18 + 28 | 0; - i4 = i18 + 16 | 0; - i5 = i18 + 4 | 0; - i10 = i18 + 32 | 0; - i9 = i18; - HEAP32[i17 >> 2] = i1; - i16 = i1; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 49520) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 0) | 0, 48900) | 0 : 0) { - i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 1) | 0; - i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i14 >> 2] = i1; - i12 = __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(HEAP32[i15 + 4 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 25980, 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[i12 >> 2] = HEAP32[i3 >> 2]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); - i13 = i12 + 4 | 0; - HEAP32[i13 >> 2] = i7; - i1 = __ZN6cashew3RefixEj(i6, 2) | 0; - i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i10 >> 2] = i1; - i6 = i12 + 8 | 0; - i2 = 0; - while (1) { - if (i2 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; - i1 = __ZN6cashew3RefixEj(i10, i2) | 0; - HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; - __ZN11ArenaVectorIN4wasm8WasmTypeEE9push_backES1_(i6, __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i15, i8, i11) | 0); - i1 = HEAP32[i10 >> 2] | 0; - i2 = i2 + 1 | 0; - } - i1 = i15 + 116 | 0; - i11 = (__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEPN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i14) | 0) == (i15 + 120 | 0); - i1 = __ZNSt3__13mapIN6cashew7IStringEPN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i14) | 0; - if (!i11) { - i5 = HEAP32[i1 >> 2] | 0; - if (!(__ZN4wasm12FunctionTypeeqERS0_(i12, i5) | 0)) { - i1 = i12 + 16 | 0; - i2 = i5 + 8 | 0; - i3 = i5 + 16 | 0; - i4 = 0; - while (1) { - if (i4 >>> 0 >= (HEAP32[i1 >> 2] | 0) >>> 0) break; - if ((HEAP32[i3 >> 2] | 0) >>> 0 > i4 >>> 0) { - i12 = __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i2, i4) | 0; - if (!(HEAP32[i12 >> 2] | 0)) { - i11 = __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i6, i4) | 0; - i11 = HEAP32[i11 >> 2] | 0; - i12 = __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i2, i4) | 0; - HEAP32[i12 >> 2] = i11; - } - } else { - i12 = __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i6, i4) | 0; - __ZN11ArenaVectorIN4wasm8WasmTypeEE9push_backES1_(i2, HEAP32[i12 >> 2] | 0); - } - i4 = i4 + 1 | 0; - } - i1 = i5 + 4 | 0; - if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i13 >> 2]; + 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, i15 = 0; + i15 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i3 = i15 + 24 | 0; + i8 = i15 + 20 | 0; + i4 = i15 + 16 | 0; + i5 = i15 + 12 | 0; + i12 = i15; + i13 = __ZN4wasm11make_uniqueINS_6ImportEJEEENSt3__110unique_ptrIT_NS2_14default_deleteIS4_EEEEDpOT0_() | 0; + i10 = (__ZN4wasm7Element4listEv(i11) | 0) + 8 | 0; + if ((HEAP32[i10 >> 2] | 0) >>> 0 > 3 ? (i10 = __ZN4wasm7ElementixEj(i11, 3) | 0, (HEAP8[i10 >> 0] | 0) == 0) : 0) { + i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i11, 1) | 0) | 0; + HEAP32[i13 >> 2] = i1; + i1 = i14 + 48 | 0; + i10 = 2; + } else { + i1 = i14 + 48 | 0; + i10 = __ZN4wasm4Name7fromIntEj(HEAP32[i1 >> 2] | 0) | 0; + HEAP32[i13 >> 2] = i10; + i10 = 1; + } + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; + i1 = i10 + 1 | 0; + i9 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i11, i10) | 0) | 0; + HEAP32[i13 + 4 >> 2] = i9; + i9 = __ZN4wasm7ElementixEj(i11, i1) | 0; + if (HEAP8[i9 >> 0] | 0) __ZNKSt3__18functionIFvvEEclEv(i14 + 8 | 0); + i2 = i10 + 2 | 0; + i9 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i11, i1) | 0) | 0; + HEAP32[i13 + 8 >> 2] = i9; + i9 = __ZN4wasm11make_uniqueINS_12FunctionTypeEJEEENSt3__110unique_ptrIT_NS2_14default_deleteIS4_EEEEDpOT0_() | 0; + i7 = (__ZN4wasm7Element4listEv(i11) | 0) + 8 | 0; + do if ((HEAP32[i7 >> 2] | 0) >>> 0 > i2 >>> 0) { + i7 = __ZN4wasm7ElementixEj(i11, i2) | 0; + i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, 0) | 0) | 0; + L12 : do if ((i1 | 0) == (HEAP32[12643] | 0)) { + i1 = i9 + 8 | 0; + i2 = i9 + 12 | 0; + i3 = i9 + 16 | 0; + i6 = 1; + while (1) { + i5 = (__ZN4wasm7Element4listEv(i7) | 0) + 8 | 0; + if (i6 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) break L12; + i4 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i14, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, i6) | 0) | 0, 0, 0) | 0; + HEAP32[i8 >> 2] = i4; + i5 = HEAP32[i2 >> 2] | 0; + if (i5 >>> 0 < (HEAP32[i3 >> 2] | 0) >>> 0) { + HEAP32[i5 >> 2] = i4; + HEAP32[i2 >> 2] = i5 + 4; + } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i1, i8); + i6 = i6 + 1 | 0; } - } else HEAP32[i1 >> 2] = i12; - i1 = __ZNSt3__13mapIN6cashew7IStringENS_6vectorIPN4wasm10CallImportENS_9allocatorIS6_EEEENS_4lessIS2_EENS7_INS_4pairIKS2_S9_EEEEEixERSD_(i15 + 128 | 0, i14) | 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, i17); else { - HEAP32[i3 >> 2] = i16; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } else { + if ((i1 | 0) == (HEAP32[12644] | 0)) { + i8 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i14, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, 1) | 0) | 0, 0, 0) | 0; + HEAP32[i9 + 4 >> 2] = i8; + break; + } + if ((i1 | 0) != (HEAP32[12651] | 0)) { + __ZNKSt3__18functionIFvvEEclEv(i14 + 8 | 0); + break; + } + i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, 1) | 0) | 0; + i8 = HEAP32[i14 >> 2] | 0; + HEAP32[i4 >> 2] = i1; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + if (!(__ZN4wasm6Module17checkFunctionTypeENS_4NameE(i8, i3) | 0)) __ZNKSt3__18functionIFvvEEclEv(i14 + 8 | 0); + i8 = HEAP32[i14 >> 2] | 0; + HEAP32[i5 >> 2] = i1; + HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + __ZN4wasm12FunctionTypeaSERKS0_(i9, __ZN4wasm6Module15getFunctionTypeENS_4NameE(i8, i3) | 0) | 0; + } while (0); + i8 = (__ZN4wasm7Element4listEv(i11) | 0) + 8 | 0; + i1 = i10 + 3 | 0; + if ((HEAP32[i8 >> 2] | 0) >>> 0 > i1 >>> 0) { + i1 = __ZN4wasm7ElementixEj(i11, i1) | 0; + i11 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 0) | 0) | 0; + if ((i11 | 0) == (HEAP32[12644] | 0)) { + i11 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i14, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 1) | 0) | 0, 0, 0) | 0; + HEAP32[i9 + 4 >> 2] = i11; + break; + } else ___assert_fail(17744, 17537, 1158, 17771); } - STACKTOP = i18; - return; + } while (0); + __ZN4wasm6getSigEPNS_12FunctionTypeE(i12, i9); + i11 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleE(i12, HEAP32[i14 >> 2] | 0) | 0; + HEAP32[i13 + 12 >> 2] = i11; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); + __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i14 >> 2] | 0, i13); + if (i9 | 0) { + __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i9 + 8 | 0); + __ZdlPv(i9); } - ___assert_fail(25919, 14199, 223, 25955); + STACKTOP = i15; + return; } function __ZN4wasm14SimplifyLocals4walkERPNS_10ExpressionE(i21, i20) { @@ -46785,13 +47692,13 @@ function __ZN4wasm14SimplifyLocals4walkERPNS_10ExpressionE(i21, i20) { i2 = HEAP32[i1 >> 2] | 0; HEAP32[i5 >> 2] = (HEAP32[i8 >> 2] | 0) + 88; i3 = i2 + 12 | 0; - i23 = __ZN4wasm7Builder8blockifyEPNS_10ExpressionE(i5, HEAP32[i3 >> 2] | 0) | 0; + i23 = __ZN4wasm7Builder8blockifyEPNS_10ExpressionES2_(i5, HEAP32[i3 >> 2] | 0, 0) | 0; HEAP32[i3 >> 2] = i23; i3 = i23 + 12 | 0; if (!((HEAP32[i23 + 20 >> 2] | 0) != 0 ? (i23 = __ZNK11ArenaVectorIPN4wasm10ExpressionEE4backEv(i3) | 0, (HEAP32[HEAP32[i23 >> 2] >> 2] | 0) == 19) : 0)) __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i3, __ZN10MixedArena5allocIN4wasm3NopEEEPT_v((HEAP32[i8 >> 2] | 0) + 88 | 0) | 0); HEAP32[i6 >> 2] = (HEAP32[i8 >> 2] | 0) + 88; i2 = i2 + 16 | 0; - i23 = __ZN4wasm7Builder8blockifyEPNS_10ExpressionE(i6, HEAP32[i2 >> 2] | 0) | 0; + i23 = __ZN4wasm7Builder8blockifyEPNS_10ExpressionES2_(i6, HEAP32[i2 >> 2] | 0, 0) | 0; HEAP32[i2 >> 2] = i23; i2 = i23 + 12 | 0; if (!((HEAP32[i23 + 20 >> 2] | 0) != 0 ? (i23 = __ZNK11ArenaVectorIPN4wasm10ExpressionEE4backEv(i2) | 0, (HEAP32[HEAP32[i23 >> 2] >> 2] | 0) == 19) : 0)) __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2, __ZN10MixedArena5allocIN4wasm3NopEEEPT_v((HEAP32[i8 >> 2] | 0) + 88 | 0) | 0); @@ -47026,8 +47933,8 @@ function __ZN4wasm14SimplifyLocals16optimizeIfReturnEPNS_2IfEPPNS_10ExpressionER HEAP32[i17 >> 2] = i15; i6 = i15 + 16 | 0; i18 = i15; - if (!(HEAP32[i6 >> 2] | 0)) ___assert_fail(35001, 34961, 308, 35032); - if ((HEAP32[(HEAP32[i19 + 96 >> 2] | 0) + -4 >> 2] | 0) != (i15 | 0)) ___assert_fail(35049, 34961, 310, 35032); + if (!(HEAP32[i6 >> 2] | 0)) ___assert_fail(36067, 36027, 313, 36098); + if ((HEAP32[(HEAP32[i19 + 96 >> 2] | 0) + -4 >> 2] | 0) != (i15 | 0)) ___assert_fail(36115, 36027, 315, 36098); __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEEC2ERKS6_(i1, i19 + 92 | 0); i7 = __ZN4wasm18ExpressionAnalyzer12isResultUsedENSt3__16vectorIPNS_10ExpressionENS1_9allocatorIS4_EEEEPNS_8FunctionE(i1, HEAP32[i19 + 32 >> 2] | 0) | 0; __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i1); @@ -47063,7 +47970,7 @@ function __ZN4wasm14SimplifyLocals16optimizeIfReturnEPNS_2IfEPPNS_10ExpressionER HEAP32[i10 + 4 >> 2] = 0; __ZN4wasm5Block8finalizeEv(i1); i1 = i1 + 4 | 0; - if (!(HEAP32[i1 >> 2] | 0)) ___assert_fail(35103, 34961, 340, 35032); + if (!(HEAP32[i1 >> 2] | 0)) ___assert_fail(36169, 36027, 345, 36098); i16 = __ZNSt3__13mapIjN4wasm14SimplifyLocals12SinkableInfoENS_4lessIjEENS_9allocatorINS_4pairIKjS3_EEEEE2atERS8_(i7, i16) | 0; i16 = HEAP32[i16 >> 2] | 0; i10 = (__ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(HEAP32[i16 >> 2] | 0) | 0) + 12 | 0; @@ -47074,9 +47981,9 @@ function __ZN4wasm14SimplifyLocals16optimizeIfReturnEPNS_2IfEPPNS_10ExpressionER HEAP32[i16 >> 2] = 19; HEAP32[i16 + 4 >> 2] = 0; __ZN4wasm5Block8finalizeEv(i2); - if (!(HEAP32[i1 >> 2] | 0)) ___assert_fail(35103, 34961, 345, 35032); + if (!(HEAP32[i1 >> 2] | 0)) ___assert_fail(36169, 36027, 350, 36098); __ZN4wasm2If8finalizeEv(i15); - if (!(HEAP32[i15 + 4 >> 2] | 0)) ___assert_fail(35129, 34961, 347, 35032); else { + if (!(HEAP32[i15 + 4 >> 2] | 0)) ___assert_fail(36195, 36027, 352, 36098); else { HEAP32[i11 >> 2] = (HEAP32[i19 + 36 >> 2] | 0) + 88; i18 = __ZN4wasm7Builder12makeSetLocalEjPNS_10ExpressionE(i11, i3, i15) | 0; HEAP32[i14 >> 2] = i18; @@ -47100,33 +48007,32 @@ function __ZN4wasm14SimplifyLocals16optimizeIfReturnEPNS_2IfEPPNS_10ExpressionER return; } -function __ZN4wasm10PassRunner3runEPNS_6ModuleE(i15, i14) { - i15 = i15 | 0; +function __ZN4wasm10PassRunner3runEv(i14) { 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, i16 = 0, d17 = 0.0; - i16 = STACKTOP; + 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, d16 = 0.0; + i15 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i12 = i16; - i13 = i15 + 20 | 0; + i12 = i15; + i13 = i14 + 24 | 0; L1 : do if (!(HEAP8[i13 >> 0] | 0)) { - i3 = HEAP32[i15 + 4 >> 2] | 0; - i5 = HEAP32[i15 + 8 >> 2] | 0; + i3 = HEAP32[i14 + 8 >> 2] | 0; + i5 = HEAP32[i14 + 12 >> 2] | 0; i6 = 0; i7 = 0; i11 = 0; } else { - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 28027) | 0; + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 29053) | 0; i7 = __ZNKSt3__18ios_base6getlocEv(i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i12 >> 2] = i7; - i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 51344) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 52432) | 0; i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 63](i7, 10) | 0; __ZNSt3__16localeD2Ev(i12); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i6, i7) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i6) | 0; i6 = __ZNSt3__16chrono12steady_clock3nowEv() | 0; i7 = tempRet0; - i3 = HEAP32[i15 + 4 >> 2] | 0; - i5 = HEAP32[i15 + 8 >> 2] | 0; + i3 = HEAP32[i14 + 8 >> 2] | 0; + i5 = HEAP32[i14 + 12 >> 2] | 0; i4 = i3; i8 = 0; while (1) { @@ -47141,7 +48047,7 @@ function __ZN4wasm10PassRunner3runEPNS_6ModuleE(i15, i14) { i8 = i8 >>> 0 < i1 >>> 0 ? i1 : i8; } } while (0); - i10 = i15 + 16 | 0; + i10 = i14 + 20 | 0; while (1) { if ((i3 | 0) == (i5 | 0)) break; i9 = HEAP32[i3 >> 2] | 0; @@ -47151,27 +48057,27 @@ function __ZN4wasm10PassRunner3runEPNS_6ModuleE(i15, i14) { i2 = 0; } else { i2 = i9 + 4 | 0; - __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(50388, 28058) | 0, i2) | 0, 28088) | 0; + __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(51476, 29084) | 0, i2) | 0, 29114) | 0; i4 = i9 + 8 | 0; i8 = 0; while (1) { i1 = HEAP8[i2 >> 0] | 0; if (!(i1 & 1)) i1 = (i1 & 255) >>> 1; else i1 = HEAP32[i4 >> 2] | 0; if (i8 >>> 0 >= (i11 - i1 | 0) >>> 0) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(50388, 32) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(51476, 32) | 0; i8 = i8 + 1 | 0; } i1 = __ZNSt3__16chrono12steady_clock3nowEv() | 0; i2 = tempRet0; } - FUNCTION_TABLE_viii[HEAP32[(HEAP32[i9 >> 2] | 0) + 12 >> 2] & 31](i9, i15, i14); + FUNCTION_TABLE_viii[HEAP32[(HEAP32[i9 >> 2] | 0) + 12 >> 2] & 31](i9, i14, HEAP32[i14 >> 2] | 0); if (HEAP8[i13 >> 0] | 0) { i9 = __ZNSt3__16chrono12steady_clock3nowEv() | 0; i9 = _i64Subtract(i9 | 0, tempRet0 | 0, i1 | 0, i2 | 0) | 0; - i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(50388, (+(i9 >>> 0) + 4294967296.0 * +(tempRet0 | 0)) / 1.0e9) | 0, 28093) | 0; + i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(51476, (+(i9 >>> 0) + 4294967296.0 * +(tempRet0 | 0)) / 1.0e9) | 0, 29119) | 0; i8 = __ZNKSt3__18ios_base6getlocEv(i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i12 >> 2] = i8; - i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 51344) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 52432) | 0; i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 63](i8, 10) | 0; __ZNSt3__16localeD2Ev(i12); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i9, i8) | 0; @@ -47180,19 +48086,156 @@ function __ZN4wasm10PassRunner3runEPNS_6ModuleE(i15, i14) { i3 = i3 + 4 | 0; } if (HEAP8[i13 >> 0] | 0) { - i15 = __ZNSt3__16chrono12steady_clock3nowEv() | 0; - i15 = _i64Subtract(i15 | 0, tempRet0 | 0, i6 | 0, i7 | 0) | 0; - d17 = (+(i15 >>> 0) + 4294967296.0 * +(tempRet0 | 0)) / 1.0e9; - i15 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 28103) | 0, d17) | 0, 28093) | 0; - i14 = __ZNKSt3__18ios_base6getlocEv(i15 + (HEAP32[(HEAP32[i15 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i12 >> 2] = i14; - i14 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 51344) | 0; - i14 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i14 >> 2] | 0) + 28 >> 2] & 63](i14, 10) | 0; + i14 = __ZNSt3__16chrono12steady_clock3nowEv() | 0; + i14 = _i64Subtract(i14 | 0, tempRet0 | 0, i6 | 0, i7 | 0) | 0; + d16 = (+(i14 >>> 0) + 4294967296.0 * +(tempRet0 | 0)) / 1.0e9; + i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 29129) | 0, d16) | 0, 29119) | 0; + i13 = __ZNKSt3__18ios_base6getlocEv(i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i12 >> 2] = i13; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 52432) | 0; + i13 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i13 >> 2] | 0) + 28 >> 2] & 63](i13, 10) | 0; __ZNSt3__16localeD2Ev(i12); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i15, i14) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i15) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i14, i13) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i14) | 0; } - STACKTOP = i16; + STACKTOP = i15; + return; +} + +function __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i17, i16) { + i17 = i17 | 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, i14 = 0, i15 = 0, i18 = 0; + i18 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i15 = i18 + 20 | 0; + i8 = i18 + 16 | 0; + i9 = i18 + 12 | 0; + i10 = i18 + 8 | 0; + i13 = i18 + 4 | 0; + i14 = i18; + HEAP8[i17 + 100 >> 0] = 1; + i12 = _atoi(__ZN4wasm7Element5c_strEv(__ZN4wasm7ElementixEj(i16, 1) | 0) | 0) | 0; + HEAP32[(HEAP32[i17 >> 2] | 0) + 60 >> 2] = i12; + i12 = (__ZN4wasm7Element4listEv(i16) | 0) + 8 | 0; + L1 : do if ((HEAP32[i12 >> 2] | 0) != 2) { + i12 = __ZN4wasm7ElementixEj(i16, 2) | 0; + if (!(HEAP8[i12 >> 0] | 0)) { + i1 = _atoi(__ZN4wasm7Element5c_strEv(__ZN4wasm7ElementixEj(i16, 2) | 0) | 0) | 0; + HEAP32[(HEAP32[i17 >> 2] | 0) + 64 >> 2] = i1; + i1 = 3; + } else i1 = 2; + i11 = i15 + 4 | 0; + i12 = i15 + 8 | 0; + while (1) { + i7 = (__ZN4wasm7Element4listEv(i16) | 0) + 8 | 0; + if (i1 >>> 0 >= (HEAP32[i7 >> 2] | 0) >>> 0) break L1; + i6 = __ZN4wasm7ElementixEj(i16, i1) | 0; + i7 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i6, 0) | 0) | 0; + if ((i7 | 0) != (HEAP32[12646] | 0)) break; + i2 = __ZN4wasm7Element5c_strEv(__ZN4wasm7ElementixEj(i6, 2) | 0) | 0; + i3 = _strlen(i2) | 0; + do if (!i3) { + i5 = HEAP32[i17 >> 2] | 0; + i2 = _atoi(__ZN4wasm7Element5c_strEv(__ZN4wasm7ElementixEj(i6, 1) | 0) | 0) | 0; + HEAP32[i13 >> 2] = i2; + HEAP32[i14 >> 2] = 0; + i3 = i5 + 72 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i5 + 76 >> 2] | 0) >>> 0) { + __ZN4wasm6Memory7SegmentC2EjPKcj(i4, i2, 58379, 0); + HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 16; + break; + } else { + __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiRA1_KciEEEvDpOT_(i5 + 68 | 0, i13, 58379, i14); + break; + } + } else { + HEAP32[i15 >> 2] = 0; + HEAP32[i11 >> 2] = 0; + HEAP32[i12 >> 2] = 0; + __ZNSt3__16vectorIcNS_9allocatorIcEEE6resizeEj(i15, i3); + i4 = HEAP32[i15 >> 2] | 0; + L16 : while (1) { + i3 = HEAP8[i2 >> 0] | 0; + L18 : do switch (i3 << 24 >> 24) { + case 0: + { + i2 = i4; + break L16; + } + case 92: + { + i3 = HEAP8[i2 + 1 >> 0] | 0; + switch (i3 << 24 >> 24) { + case 34: + { + HEAP8[i4 >> 0] = 34; + i2 = i2 + 2 | 0; + break L18; + } + case 39: + { + HEAP8[i4 >> 0] = 39; + i2 = i2 + 2 | 0; + break L18; + } + case 92: + { + HEAP8[i4 >> 0] = 92; + i2 = i2 + 2 | 0; + break L18; + } + case 110: + { + HEAP8[i4 >> 0] = 10; + i2 = i2 + 2 | 0; + break L18; + } + case 116: + { + HEAP8[i4 >> 0] = 9; + i2 = i2 + 2 | 0; + break L18; + } + default: + { + i7 = __ZN4wasm5unhexEc(i3) | 0; + i7 = (__ZN4wasm5unhexEc(HEAP8[i2 + 2 >> 0] | 0) | 0) + (i7 << 4) & 255; + HEAP8[i4 >> 0] = i7; + i2 = i2 + 3 | 0; + break L18; + } + } + } + default: + { + HEAP8[i4 >> 0] = i3; + i2 = i2 + 1 | 0; + } + } while (0); + i4 = i4 + 1 | 0; + } + i7 = HEAP32[i17 >> 2] | 0; + i5 = _atoi(__ZN4wasm7Element5c_strEv(__ZN4wasm7ElementixEj(i6, 1) | 0) | 0) | 0; + HEAP32[i8 >> 2] = i5; + i6 = HEAP32[i15 >> 2] | 0; + HEAP32[i9 >> 2] = i6; + i2 = i2 - i6 | 0; + HEAP32[i10 >> 2] = i2; + i3 = i7 + 72 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i7 + 76 >> 2] | 0) >>> 0) { + __ZN4wasm6Memory7SegmentC2EjPKcj(i4, i5, i6, i2); + HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 16; + } else __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiPciEEEvDpOT_(i7 + 68 | 0, i8, i9, i10); + __ZNSt3__113__vector_baseIcNS_9allocatorIcEEED2Ev(i15); + } while (0); + i1 = i1 + 1 | 0; + } + ___assert_fail(18452, 17537, 1068, 18478); + } while (0); + STACKTOP = i18; return; } @@ -47346,10 +48389,10 @@ function __ZN4wasm17WasmBinaryBuilder14maybeVisitLoadERPNS_10ExpressionEh(i5, i4 } while (0); if ((i6 | 0) == 16) { if (HEAP8[i5 + 12 >> 0] | 0) { - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20688) | 0; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20748) | 0; i6 = __ZNKSt3__18ios_base6getlocEv(i1 + (HEAP32[(HEAP32[i1 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i2 >> 2] = i6; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 0; i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; __ZNSt3__16localeD2Ev(i2); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i1, i6) | 0; @@ -47396,14 +48439,14 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i14, i1) { HEAP32[i3 + 4 >> 2] = i2; HEAP32[i12 >> 2] = i3 + 8; } else __ZNSt3__16vectorINS_4pairIPN4wasm7ElementEPNS2_5BlockEEENS_9allocatorIS7_EEE24__emplace_back_slow_pathIJRS4_RS6_EEEvDpOT_(i15, i11, i10); - if ((__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0 > 1 ? (i4 = __ZN4wasm7Element4listEv(i1) | 0, (HEAP8[HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] >> 0] | 0) == 0) : 0) { + i4 = (__ZN4wasm7Element4listEv(i1) | 0) + 8 | 0; + if ((HEAP32[i4 >> 2] | 0) >>> 0 > 1 ? (i4 = __ZN4wasm7ElementixEj(i1, 1) | 0, (HEAP8[i4 >> 0] | 0) == 0) : 0) { i2 = i2 + 8 | 0; - i4 = __ZN4wasm7Element4listEv(i1) | 0; - i4 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0) | 0; + i4 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 1) | 0) | 0; HEAP32[i2 >> 2] = i4; i4 = 2; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 39126, 5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 40136, 5); i4 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i14, i5) | 0; HEAP32[i2 + 8 >> 2] = i4; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); @@ -47415,11 +48458,11 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i14, i1) { HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; HEAP32[i13 >> 2] = (HEAP32[i13 >> 2] | 0) + 4; } - if (i4 >>> 0 >= (__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0) break; + i3 = (__ZN4wasm7Element4listEv(i1) | 0) + 8 | 0; + if (i4 >>> 0 >= (HEAP32[i3 >> 2] | 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[12383] | 0)) break; + i4 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 0) | 0) | 0; + if ((i4 | 0) != (HEAP32[12655] | 0)) break; i2 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; HEAP32[i10 >> 2] = i2; HEAP32[i11 >> 2] = i1; @@ -47437,9 +48480,10 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i14, i1) { } i4 = HEAP32[i1 + (i6 << 3) >> 2] | 0; i5 = HEAP32[i1 + (i6 << 3) + 4 >> 2] | 0; - L23 : do if ((__ZN4wasm7Element4sizeEv(i4) | 0) >>> 0 > 1) { - i1 = __ZN4wasm7Element4listEv(i4) | 0; - i1 = (HEAP8[HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] >> 0] | 0) == 0 ? 2 : 1; + i11 = (__ZN4wasm7Element4listEv(i4) | 0) + 8 | 0; + L23 : do if ((HEAP32[i11 >> 2] | 0) >>> 0 > 1) { + i1 = __ZN4wasm7ElementixEj(i4, 1) | 0; + i1 = (HEAP8[i1 >> 0] | 0) == 0 ? 2 : 1; i2 = HEAP32[i15 >> 2] | 0; if ((i3 | 0) < ((HEAP32[i12 >> 2] | 0) - i2 >> 3 | 0)) { i11 = i5 + 12 | 0; @@ -47448,7 +48492,8 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i14, i1) { i1 = i1 + 1 | 0; } else i2 = i5 + 12 | 0; while (1) { - if (i1 >>> 0 >= (__ZN4wasm7Element4sizeEv(i4) | 0) >>> 0) break L23; + i11 = (__ZN4wasm7Element4listEv(i4) | 0) + 8 | 0; + if (i1 >>> 0 >= (HEAP32[i11 >> 2] | 0) >>> 0) break L23; __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i14, __ZN4wasm7ElementixEj(i4, i1) | 0) | 0); i1 = i1 + 1 | 0; } @@ -47474,10 +48519,121 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i14, i1) { __ZNSt3__113__vector_baseINS_4pairIPN4wasm7ElementEPNS2_5BlockEEENS_9allocatorIS7_EEED2Ev(i15); STACKTOP = i16; return i14 | 0; - } else if ((i2 | 0) == 26) ___assert_fail(18327, 17541, 787, 18359); + } else if ((i2 | 0) == 26) ___assert_fail(18223, 17537, 785, 18255); return 0; } +function __ZN4wasm17WasmBinaryBuilder4readEv(i13) { + 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, i12 = 0, i14 = 0, i15 = 0; + i14 = STACKTOP; + STACKTOP = STACKTOP + 80 | 0; + i8 = i14 + 68 | 0; + i11 = i14 + 64 | 0; + i7 = i14 + 60 | 0; + i5 = i14 + 56 | 0; + i6 = i14 + 40 | 0; + i12 = i14; + __ZN4wasm17WasmBinaryBuilder10readHeaderEv(i13); + i9 = i13 + 16 | 0; + i10 = i13 + 8 | 0; + i2 = i6 + 4 | 0; + i3 = i6 + 8 | 0; + i4 = i6 + 12 | 0; + i1 = HEAP32[i9 >> 2] | 0; + L1 : while (1) { + i15 = HEAP32[i10 >> 2] | 0; + if (i1 >>> 0 >= ((HEAP32[i15 + 4 >> 2] | 0) - (HEAP32[i15 >> 2] | 0) | 0) >>> 0) { + i1 = 30; + break; + } + i15 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i13) | 0; + HEAP32[i11 >> 2] = i15; + HEAP32[i6 >> 2] = i11; + HEAP32[i2 >> 2] = i13; + HEAP32[i3 >> 2] = i7; + HEAP32[i4 >> 2] = i5; + do if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[847] | 0) | 0) __ZN4wasm17WasmBinaryBuilder9readStartEv(i13); else { + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[838] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder10readMemoryEv(i13); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[839] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder14readSignaturesEv(i13); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[840] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder11readImportsEv(i13); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[841] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder22readFunctionSignaturesEv(i13); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[842] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder13readFunctionsEv(i13); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[843] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder11readExportsEv(i13); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[844] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder16readDataSegmentsEv(i13); + break; + } + if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[845] | 0) | 0) { + __ZN4wasm17WasmBinaryBuilder17readFunctionTableEv(i13); + break; + } + if (!(__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[846] | 0) | 0)) { + i1 = 23; + break L1; + } + __ZN4wasm17WasmBinaryBuilder9readNamesEv(i13); + } while (0); + i1 = HEAP32[i9 >> 2] | 0; + if ((i1 | 0) != ((HEAP32[i7 >> 2] | 0) + (HEAP32[i5 >> 2] | 0) | 0)) { + i1 = 28; + break; + } + } + if ((i1 | 0) == 23) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18524) | 0; + i1 = 0; + while (1) { + if (i1 >>> 0 >= (HEAP32[i11 >> 2] | 0) >>> 0) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(51476, HEAP8[(HEAP32[HEAP32[i10 >> 2] >> 2] | 0) + ((HEAP32[i9 >> 2] | 0) + i1) >> 0] | 0) | 0; + i1 = i1 + 1 | 0; + } + i15 = __ZNKSt3__18ios_base6getlocEv(51476 + (HEAP32[(HEAP32[12869] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i8 >> 2] = i15; + i15 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 52432) | 0; + i15 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 28 >> 2] & 63](i15, 10) | 0; + __ZNSt3__16localeD2Ev(i8); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(51476, i15) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(51476) | 0; + _abort(); + } else if ((i1 | 0) == 28) ___assert_fail(18545, 18573, 1213, 18591); else if ((i1 | 0) == 30) { + __ZN4wasm17WasmBinaryBuilder16processFunctionsEv(i13); + i1 = i12 + 28 | 0; + i2 = i12 + 32 | 0; + i3 = i12; + i4 = i3 + 40 | 0; + do { + HEAP32[i3 >> 2] = 0; + i3 = i3 + 4 | 0; + } while ((i3 | 0) < (i4 | 0)); + HEAP32[i1 >> 2] = i2; + i15 = __ZN4wasm13WasmValidator8validateERNS_6ModuleE(i12, HEAP32[i13 >> 2] | 0) | 0; + __ZN4wasm13WasmValidatorD2Ev(i12); + if (i15) { + STACKTOP = i14; + return; + } else _abort(); + } +} + function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_bRNS_8ios_baseEwe(i1, i23, i8, i19, i18, d4) { i1 = i1 | 0; i23 = i23 | 0; @@ -47507,11 +48663,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, 44834, i10) | 0; + i1 = _snprintf(i1, 100, 45900, i10) | 0; if (i1 >>> 0 > 99) { i1 = __ZNSt3__16__clocEv() | 0; HEAPF64[i3 >> 3] = d4; - i1 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i1, 44834, i3) | 0; + i1 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i1, 45900, i3) | 0; i2 = HEAP32[i5 >> 2] | 0; if (!i2) __ZSt17__throw_bad_allocv(); i3 = _malloc(i1 << 2) | 0; @@ -47529,7 +48685,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, 51376) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 52464) | 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; @@ -47592,96 +48748,6 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE return i2 | 0; } -function __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i12, i9) { - i12 = i12 | 0; - i9 = i9 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0, i13 = 0; - i13 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i4 = i13 + 20 | 0; - i5 = i13 + 16 | 0; - i6 = i13 + 12 | 0; - i10 = i13; - i2 = i12 + 4 | 0; - i11 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i2 >> 2] | 0) | 0; - if ((__ZN4wasm7Element4sizeEv(i9) | 0) >>> 0 > 3 ? (i8 = __ZN4wasm7Element4listEv(i9) | 0, (HEAP8[HEAP32[(HEAP32[i8 >> 2] | 0) + 12 >> 2] >> 0] | 0) == 0) : 0) { - i1 = __ZN4wasm7Element4listEv(i9) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i11 >> 2] = i1; - i1 = i12 + 48 | 0; - i8 = 2; - } else { - i1 = i12 + 48 | 0; - i8 = __ZN4wasm4Name7fromIntEj(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i11 >> 2] = i8; - i8 = 1; - } - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; - i1 = i8 + 1 | 0; - i7 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i9, i8) | 0) | 0; - HEAP32[i11 + 4 >> 2] = i7; - i7 = __ZN4wasm7ElementixEj(i9, i1) | 0; - if (HEAP8[i7 >> 0] | 0) __ZNKSt3__18functionIFvvEEclEv(i12 + 8 | 0); - i3 = i8 + 2 | 0; - i7 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i9, i1) | 0) | 0; - HEAP32[i11 + 8 >> 2] = i7; - i7 = __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(HEAP32[i2 >> 2] | 0) | 0; - do if ((__ZN4wasm7Element4sizeEv(i9) | 0) >>> 0 > i3 >>> 0) { - i3 = __ZN4wasm7ElementixEj(i9, i3) | 0; - i1 = __ZN4wasm7Element4listEv(i3) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) | 0; - L12 : do if ((i1 | 0) == (HEAP32[12371] | 0)) { - i1 = i7 + 8 | 0; - i2 = 1; - while (1) { - if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i3) | 0) >>> 0) break L12; - __ZN11ArenaVectorIN4wasm8WasmTypeEE9push_backES1_(i1, __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i12, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i3, i2) | 0) | 0, 0, 0) | 0); - i2 = i2 + 1 | 0; - } - } else { - if ((i1 | 0) == (HEAP32[12372] | 0)) { - i6 = __ZN4wasm7Element4listEv(i3) | 0; - i6 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i12, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; - HEAP32[i7 + 4 >> 2] = i6; - break; - } - if ((i1 | 0) != (HEAP32[12379] | 0)) { - __ZNKSt3__18functionIFvvEEclEv(i12 + 8 | 0); - break; - } - i1 = __ZN4wasm7Element4listEv(i3) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - i3 = HEAP32[i12 >> 2] | 0; - HEAP32[i5 >> 2] = i1; - HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; - if (!(__ZN4wasm6Module17checkFunctionTypeENS_4NameE(i3, i4) | 0)) __ZNKSt3__18functionIFvvEEclEv(i12 + 8 | 0); - i5 = HEAP32[i12 >> 2] | 0; - HEAP32[i6 >> 2] = i1; - HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; - __ZN4wasm12FunctionTypeaSERS0_(i7, __ZN4wasm6Module15getFunctionTypeENS_4NameE(i5, i4) | 0) | 0; - } while (0); - i1 = i8 + 3 | 0; - if ((__ZN4wasm7Element4sizeEv(i9) | 0) >>> 0 > i1 >>> 0) { - i1 = __ZN4wasm7ElementixEj(i9, i1) | 0; - i9 = __ZN4wasm7Element4listEv(i1) | 0; - i9 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i9 >> 2] >> 2] | 0) | 0; - if ((i9 | 0) == (HEAP32[12372] | 0)) { - i9 = __ZN4wasm7Element4listEv(i1) | 0; - i9 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i12, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i9 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; - HEAP32[i7 + 4 >> 2] = i9; - break; - } else ___assert_fail(17748, 17541, 1154, 17775); - } - } while (0); - __ZN4wasm6getSigEPNS_12FunctionTypeE(i10, i7); - i9 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleE(i10, HEAP32[i12 >> 2] | 0) | 0; - HEAP32[i11 + 12 >> 2] = i9; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i10); - __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i12 >> 2] | 0, i11); - STACKTOP = i13; - return; -} - function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_bRNS_8ios_baseEce(i1, i23, i8, i19, i18, d4) { i1 = i1 | 0; i23 = i23 | 0; @@ -47711,11 +48777,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, 44834, i10) | 0; + i1 = _snprintf(i1, 100, 45900, i10) | 0; if (i1 >>> 0 > 99) { i1 = __ZNSt3__16__clocEv() | 0; HEAPF64[i3 >> 3] = d4; - i1 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i1, 44834, i3) | 0; + i1 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i1, 45900, i3) | 0; i2 = HEAP32[i5 >> 2] | 0; if (!i2) __ZSt17__throw_bad_allocv(); i3 = _malloc(i1) | 0; @@ -47733,7 +48799,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, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 52432) | 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; @@ -47796,101 +48862,6 @@ function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEE return i2 | 0; } -function __ZN4wasm17WasmBinaryBuilder14readSignaturesEv(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; - i11 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i11; - i2 = i10 + 12 | 0; - if (HEAP8[i2 >> 0] | 0) { - i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19067) | 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, 51344) | 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; - } - i3 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0; - if (HEAP8[i2 >> 0] | 0) { - i9 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19085) | 0, i3) | 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, 51344) | 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; - } - i4 = i10 + 4 | 0; - i8 = 0; - L7 : while (1) { - if (i8 >>> 0 >= i3 >>> 0) { - i1 = 7; - break; - } - if (HEAP8[i2 >> 0] | 0) { - i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19091) | 0; - i7 = __ZNKSt3__18ios_base6getlocEv(i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i1 >> 2] = i7; - i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 51344) | 0; - i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 63](i7, 10) | 0; - __ZNSt3__16localeD2Ev(i1); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i9, i7) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i9) | 0; - } - i5 = __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - if ((__ZN4wasm17WasmBinaryBuilder7getInt8Ev(i10) | 0) << 24 >> 24 != 64) { - i1 = 11; - break; - } - i6 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0; - if (HEAP8[i2 >> 0] | 0) { - i9 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19154) | 0, i6) | 0; - i7 = __ZNKSt3__18ios_base6getlocEv(i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i1 >> 2] = i7; - i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 51344) | 0; - i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 63](i7, 10) | 0; - __ZNSt3__16localeD2Ev(i1); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i9, i7) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i9) | 0; - } - i7 = i5 + 8 | 0; - i9 = 0; - while (1) { - if ((i9 | 0) == (i6 | 0)) break; - __ZN11ArenaVectorIN4wasm8WasmTypeEE9push_backES1_(i7, __ZN4wasm17WasmBinaryBuilder11getWasmTypeEv(i10) | 0); - i9 = i9 + 1 | 0; - } - switch (__ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0) { - case 0: - { - HEAP32[i5 + 4 >> 2] = 0; - break; - } - case 1: - { - i9 = __ZN4wasm17WasmBinaryBuilder11getWasmTypeEv(i10) | 0; - HEAP32[i5 + 4 >> 2] = i9; - break; - } - default: - { - i1 = 19; - break L7; - } - } - __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(HEAP32[i10 >> 2] | 0, i5); - i8 = i8 + 1 | 0; - } - if ((i1 | 0) == 7) { - STACKTOP = i11; - return; - } else if ((i1 | 0) == 11) ___assert_fail(19100, 18690, 1361, 19139); else if ((i1 | 0) == 19) ___assert_fail(19167, 18690, 1371, 19139); -} - function __ZN4wasm14SimplifyLocals9visitPostEPS0_PPNS_10ExpressionE(i8, i13) { i8 = i8 | 0; i13 = i13 | 0; @@ -47964,7 +48935,7 @@ function __ZN4wasm14SimplifyLocals9visitPostEPS0_PPNS_10ExpressionE(i8, i13) { __ZN4wasm14EffectAnalyzerD2Ev(i10 + 8 | 0); __ZN4wasm14EffectAnalyzerD2Ev(i11 + 4 | 0); break; - } else ___assert_fail(34927, 34961, 239, 34991); + } else ___assert_fail(35993, 36027, 244, 36057); } } while (0); i2 = HEAP32[i3 >> 2] | 0; @@ -47995,7 +48966,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, 46569); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i14, i5, 47635); __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i15, (HEAP32[i4 >> 2] | 0) + -24 | 0); i2 = HEAP8[i15 >> 0] | 0; i3 = (i2 & 1) == 0; @@ -48009,7 +48980,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, 46571) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 47637) | 0; HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; HEAP32[i12 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i12 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; @@ -48146,7 +49117,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, 46658) | 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, 47724) | 0; else i1 = i3; } else i1 = i4; i1 = (i1 | 0) == (i3 | 0) ? i5 : i1; break L1; @@ -48192,83 +49163,83 @@ function __ZN10__cxxabiv112_GLOBAL__N_126parse_base_unresolved_nameINS0_2DbEEEPK } function __GLOBAL__sub_I_shared_constants_cpp() { - __ZN6cashew7IString3setEPKcb(49348, 38742, 1); - __ZN6cashew7IString3setEPKcb(49352, 38749, 1); - __ZN6cashew7IString3setEPKcb(49356, 38753, 1); - __ZN6cashew7IString3setEPKcb(49360, 42097, 1); - __ZN6cashew7IString3setEPKcb(49364, 39672, 1); - __ZN6cashew7IString3setEPKcb(49368, 38762, 1); - __ZN6cashew7IString3setEPKcb(49372, 38770, 1); - __ZN6cashew7IString3setEPKcb(49376, 38780, 1); - __ZN6cashew7IString3setEPKcb(49380, 38791, 1); - __ZN6cashew7IString3setEPKcb(49384, 38802, 1); - __ZN6cashew7IString3setEPKcb(49388, 38813, 1); - __ZN6cashew7IString3setEPKcb(49392, 38825, 1); - __ZN6cashew7IString3setEPKcb(49396, 38837, 1); - __ZN6cashew7IString3setEPKcb(49400, 38850, 1); - __ZN6cashew7IString3setEPKcb(49404, 38863, 1); - __ZN6cashew7IString3setEPKcb(49408, 38883, 1); - __ZN6cashew7IString3setEPKcb(49412, 38888, 1); - __ZN6cashew7IString3setEPKcb(49416, 38893, 1); - __ZN6cashew7IString3setEPKcb(49420, 38899, 1); - __ZN6cashew7IString3setEPKcb(49424, 38906, 1); - __ZN6cashew7IString3setEPKcb(49428, 38915, 1); - __ZN6cashew7IString3setEPKcb(49432, 38923, 1); - __ZN6cashew7IString3setEPKcb(49436, 38934, 1); - __ZN6cashew7IString3setEPKcb(49440, 38946, 1); - __ZN6cashew7IString3setEPKcb(49444, 38950, 1); - __ZN6cashew7IString3setEPKcb(49448, 38956, 1); - __ZN6cashew7IString3setEPKcb(49452, 38961, 1); - __ZN6cashew7IString3setEPKcb(49456, 38966, 1); - __ZN6cashew7IString3setEPKcb(49460, 38984, 1); - __ZN6cashew7IString3setEPKcb(49464, 38993, 1); - __ZN6cashew7IString3setEPKcb(49468, 39010, 1); - __ZN6cashew7IString3setEPKcb(49472, 39018, 1); - __ZN6cashew7IString3setEPKcb(49476, 39025, 1); - __ZN6cashew7IString3setEPKcb(49480, 39031, 1); - __ZN6cashew7IString3setEPKcb(49484, 39036, 1); - __ZN6cashew7IString3setEPKcb(49488, 39042, 1); - __ZN6cashew7IString3setEPKcb(49492, 39049, 1); - __ZN6cashew7IString3setEPKcb(49496, 39056, 1); - __ZN6cashew7IString3setEPKcb(49500, 39064, 1); - __ZN6cashew7IString3setEPKcb(49504, 39071, 1); - __ZN6cashew7IString3setEPKcb(49508, 39078, 1); - __ZN6cashew7IString3setEPKcb(49512, 39084, 1); - __ZN6cashew7IString3setEPKcb(49516, 39090, 1); - __ZN6cashew7IString3setEPKcb(49520, 39095, 1); - __ZN6cashew7IString3setEPKcb(49524, 39100, 1); - __ZN6cashew7IString3setEPKcb(49528, 39112, 1); - __ZN6cashew7IString3setEPKcb(49532, 39126, 1); - __ZN6cashew7IString3setEPKcb(49536, 39132, 1); - __ZN6cashew7IString3setEPKcb(49540, 39138, 1); - __ZN6cashew7IString3setEPKcb(49544, 39143, 1); - __ZN6cashew7IString3setEPKcb(49548, 39148, 1); - __ZN6cashew7IString3setEPKcb(49552, 39158, 1); - __ZN6cashew7IString3setEPKcb(49556, 39163, 1); - __ZN6cashew7IString3setEPKcb(49560, 39168, 1); - __ZN6cashew7IString3setEPKcb(49564, 39171, 1); - __ZN6cashew7IString3setEPKcb(49568, 39179, 1); - __ZN6cashew7IString3setEPKcb(49572, 39186, 1); - __ZN6cashew7IString3setEPKcb(49576, 39190, 1); - __ZN6cashew7IString3setEPKcb(49580, 39210, 1); - __ZN6cashew7IString3setEPKcb(49584, 39220, 1); - __ZN6cashew7IString3setEPKcb(49588, 39231, 1); - __ZN6cashew7IString3setEPKcb(49592, 39242, 1); - __ZN6cashew7IString3setEPKcb(49596, 39256, 1); - __ZN6cashew7IString3setEPKcb(49600, 39265, 1); - __ZN6cashew7IString3setEPKcb(49604, 39275, 1); - __ZN6cashew7IString3setEPKcb(49608, 39286, 1); - __ZN6cashew7IString3setEPKcb(49612, 39297, 1); - __ZN6cashew7IString3setEPKcb(49616, 39310, 1); - __ZN6cashew7IString3setEPKcb(49620, 39320, 1); - __ZN6cashew7IString3setEPKcb(49624, 39329, 1); - __ZN6cashew7IString3setEPKcb(49628, 39338, 1); - __ZN6cashew7IString3setEPKcb(49632, 39352, 1); - __ZN6cashew7IString3setEPKcb(49636, 39364, 1); - __ZN6cashew7IString3setEPKcb(49640, 39379, 1); - __ZN6cashew7IString3setEPKcb(49644, 39388, 1); - __ZN6cashew7IString3setEPKcb(49648, 39394, 1); - __ZN6cashew7IString3setEPKcb(49652, 39401, 1); + __ZN6cashew7IString3setEPKcb(50436, 39752, 1); + __ZN6cashew7IString3setEPKcb(50440, 39759, 1); + __ZN6cashew7IString3setEPKcb(50444, 39763, 1); + __ZN6cashew7IString3setEPKcb(50448, 43163, 1); + __ZN6cashew7IString3setEPKcb(50452, 40738, 1); + __ZN6cashew7IString3setEPKcb(50456, 39772, 1); + __ZN6cashew7IString3setEPKcb(50460, 39780, 1); + __ZN6cashew7IString3setEPKcb(50464, 39790, 1); + __ZN6cashew7IString3setEPKcb(50468, 39801, 1); + __ZN6cashew7IString3setEPKcb(50472, 39812, 1); + __ZN6cashew7IString3setEPKcb(50476, 39823, 1); + __ZN6cashew7IString3setEPKcb(50480, 39835, 1); + __ZN6cashew7IString3setEPKcb(50484, 39847, 1); + __ZN6cashew7IString3setEPKcb(50488, 39860, 1); + __ZN6cashew7IString3setEPKcb(50492, 39873, 1); + __ZN6cashew7IString3setEPKcb(50496, 39893, 1); + __ZN6cashew7IString3setEPKcb(50500, 39898, 1); + __ZN6cashew7IString3setEPKcb(50504, 39903, 1); + __ZN6cashew7IString3setEPKcb(50508, 39909, 1); + __ZN6cashew7IString3setEPKcb(50512, 39916, 1); + __ZN6cashew7IString3setEPKcb(50516, 39925, 1); + __ZN6cashew7IString3setEPKcb(50520, 39933, 1); + __ZN6cashew7IString3setEPKcb(50524, 39944, 1); + __ZN6cashew7IString3setEPKcb(50528, 39956, 1); + __ZN6cashew7IString3setEPKcb(50532, 39960, 1); + __ZN6cashew7IString3setEPKcb(50536, 39966, 1); + __ZN6cashew7IString3setEPKcb(50540, 39971, 1); + __ZN6cashew7IString3setEPKcb(50544, 39976, 1); + __ZN6cashew7IString3setEPKcb(50548, 39994, 1); + __ZN6cashew7IString3setEPKcb(50552, 40003, 1); + __ZN6cashew7IString3setEPKcb(50556, 40020, 1); + __ZN6cashew7IString3setEPKcb(50560, 40028, 1); + __ZN6cashew7IString3setEPKcb(50564, 40035, 1); + __ZN6cashew7IString3setEPKcb(50568, 40041, 1); + __ZN6cashew7IString3setEPKcb(50572, 40046, 1); + __ZN6cashew7IString3setEPKcb(50576, 40052, 1); + __ZN6cashew7IString3setEPKcb(50580, 40059, 1); + __ZN6cashew7IString3setEPKcb(50584, 40066, 1); + __ZN6cashew7IString3setEPKcb(50588, 40074, 1); + __ZN6cashew7IString3setEPKcb(50592, 40081, 1); + __ZN6cashew7IString3setEPKcb(50596, 40088, 1); + __ZN6cashew7IString3setEPKcb(50600, 40094, 1); + __ZN6cashew7IString3setEPKcb(50604, 40100, 1); + __ZN6cashew7IString3setEPKcb(50608, 40105, 1); + __ZN6cashew7IString3setEPKcb(50612, 40110, 1); + __ZN6cashew7IString3setEPKcb(50616, 40122, 1); + __ZN6cashew7IString3setEPKcb(50620, 40136, 1); + __ZN6cashew7IString3setEPKcb(50624, 40142, 1); + __ZN6cashew7IString3setEPKcb(50628, 40148, 1); + __ZN6cashew7IString3setEPKcb(50632, 40153, 1); + __ZN6cashew7IString3setEPKcb(50636, 40158, 1); + __ZN6cashew7IString3setEPKcb(50640, 40168, 1); + __ZN6cashew7IString3setEPKcb(50644, 40173, 1); + __ZN6cashew7IString3setEPKcb(50648, 40178, 1); + __ZN6cashew7IString3setEPKcb(50652, 40181, 1); + __ZN6cashew7IString3setEPKcb(50656, 40189, 1); + __ZN6cashew7IString3setEPKcb(50660, 40196, 1); + __ZN6cashew7IString3setEPKcb(50664, 40200, 1); + __ZN6cashew7IString3setEPKcb(50668, 40220, 1); + __ZN6cashew7IString3setEPKcb(50672, 40230, 1); + __ZN6cashew7IString3setEPKcb(50676, 40241, 1); + __ZN6cashew7IString3setEPKcb(50680, 40252, 1); + __ZN6cashew7IString3setEPKcb(50684, 40266, 1); + __ZN6cashew7IString3setEPKcb(50688, 40275, 1); + __ZN6cashew7IString3setEPKcb(50692, 40285, 1); + __ZN6cashew7IString3setEPKcb(50696, 40296, 1); + __ZN6cashew7IString3setEPKcb(50700, 40307, 1); + __ZN6cashew7IString3setEPKcb(50704, 40320, 1); + __ZN6cashew7IString3setEPKcb(50708, 40330, 1); + __ZN6cashew7IString3setEPKcb(50712, 40339, 1); + __ZN6cashew7IString3setEPKcb(50716, 40348, 1); + __ZN6cashew7IString3setEPKcb(50720, 40362, 1); + __ZN6cashew7IString3setEPKcb(50724, 40374, 1); + __ZN6cashew7IString3setEPKcb(50728, 40389, 1); + __ZN6cashew7IString3setEPKcb(50732, 40398, 1); + __ZN6cashew7IString3setEPKcb(50736, 40404, 1); + __ZN6cashew7IString3setEPKcb(50740, 40411, 1); return; } @@ -48390,7 +49361,7 @@ 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, 51376) | 0; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i21, 52464) | 0; i7 = HEAP8[i18 >> 0] | 0; i2 = (i7 & 1) == 0; i12 = i18 + 4 | 0; @@ -48460,103 +49431,6 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE return i2 | 0; } -function __ZN4wasm17WasmBinaryBuilder4readEv(i8) { - i8 = i8 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i10 = i9 + 28 | 0; - i13 = i9 + 24 | 0; - i7 = i9 + 20 | 0; - i5 = i9 + 16 | 0; - i6 = i9; - __ZN4wasm17WasmBinaryBuilder10readHeaderEv(i8); - i11 = i8 + 16 | 0; - i12 = i8 + 8 | 0; - i2 = i6 + 4 | 0; - i3 = i6 + 8 | 0; - i4 = i6 + 12 | 0; - i1 = HEAP32[i11 >> 2] | 0; - L1 : while (1) { - i14 = HEAP32[i12 >> 2] | 0; - if (i1 >>> 0 >= ((HEAP32[i14 + 4 >> 2] | 0) - (HEAP32[i14 >> 2] | 0) | 0) >>> 0) { - i1 = 30; - break; - } - i14 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i8) | 0; - HEAP32[i13 >> 2] = i14; - HEAP32[i6 >> 2] = i13; - HEAP32[i2 >> 2] = i8; - HEAP32[i3 >> 2] = i7; - HEAP32[i4 >> 2] = i5; - do if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[847] | 0) | 0) __ZN4wasm17WasmBinaryBuilder9readStartEv(i8); else { - if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[838] | 0) | 0) { - __ZN4wasm17WasmBinaryBuilder10readMemoryEv(i8); - break; - } - if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[839] | 0) | 0) { - __ZN4wasm17WasmBinaryBuilder14readSignaturesEv(i8); - break; - } - if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[840] | 0) | 0) { - __ZN4wasm17WasmBinaryBuilder11readImportsEv(i8); - break; - } - if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[841] | 0) | 0) { - __ZN4wasm17WasmBinaryBuilder22readFunctionSignaturesEv(i8); - break; - } - if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[842] | 0) | 0) { - __ZN4wasm17WasmBinaryBuilder13readFunctionsEv(i8); - break; - } - if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[843] | 0) | 0) { - __ZN4wasm17WasmBinaryBuilder11readExportsEv(i8); - break; - } - if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[844] | 0) | 0) { - __ZN4wasm17WasmBinaryBuilder16readDataSegmentsEv(i8); - break; - } - if (__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[845] | 0) | 0) { - __ZN4wasm17WasmBinaryBuilder17readFunctionTableEv(i8); - break; - } - if (!(__ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i6, HEAP32[846] | 0) | 0)) { - i1 = 23; - break L1; - } - __ZN4wasm17WasmBinaryBuilder9readNamesEv(i8); - } while (0); - i1 = HEAP32[i11 >> 2] | 0; - if ((i1 | 0) != ((HEAP32[i7 >> 2] | 0) + (HEAP32[i5 >> 2] | 0) | 0)) { - i1 = 28; - break; - } - } - if ((i1 | 0) == 23) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 18641) | 0; - i1 = 0; - while (1) { - if (i1 >>> 0 >= (HEAP32[i13 >> 2] | 0) >>> 0) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(50388, HEAP8[(HEAP32[HEAP32[i12 >> 2] >> 2] | 0) + ((HEAP32[i11 >> 2] | 0) + i1) >> 0] | 0) | 0; - i1 = i1 + 1 | 0; - } - i14 = __ZNKSt3__18ios_base6getlocEv(50388 + (HEAP32[(HEAP32[12597] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i10 >> 2] = i14; - i14 = __ZNKSt3__16locale9use_facetERNS0_2idE(i10, 51344) | 0; - i14 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i14 >> 2] | 0) + 28 >> 2] & 63](i14, 10) | 0; - __ZNSt3__16localeD2Ev(i10); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(50388, i14) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(50388) | 0; - _abort(); - } else if ((i1 | 0) == 28) ___assert_fail(18662, 18690, 1188, 18708); else if ((i1 | 0) == 30) { - __ZN4wasm17WasmBinaryBuilder16processFunctionsEv(i8); - STACKTOP = i9; - 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; @@ -48582,7 +49456,7 @@ 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, 51344) | 0; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 52432) | 0; i7 = HEAP8[i17 >> 0] | 0; i2 = (i7 & 1) == 0; i3 = i17 + 4 | 0; @@ -48953,32 +49827,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, 47252, i1 ? 11 : i4) | 0; + i3 = _memcmp(i2, 48318, 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, 47304, 70); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 47375, 12); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 48370, 70); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 48441, 12); break; } i1 = i4 >>> 0 > 12; i3 = i1 ? 12 : i4; - i7 = _memcmp(i2, 47264, i3) | 0; + i7 = _memcmp(i2, 48330, 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, 47388, 49); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 47438, 13); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 48454, 49); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 48504, 13); break; } - i7 = _memcmp(i2, 47277, i3) | 0; + i7 = _memcmp(i2, 48343, i3) | 0; if (!(((i7 | 0) == 0 ? i1 : i7) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 47452, 49); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 47502, 13); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 48518, 49); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 48568, 13); break; } i3 = i4 >>> 0 > 13; - i7 = _memcmp(i2, 47290, i3 ? 13 : i4) | 0; + i7 = _memcmp(i2, 48356, 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, 47516, 50); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 47567, 14); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 48582, 50); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 48633, 14); break; } i1 = i2 + i4 | 0; @@ -49304,8 +50178,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[12229] | 0)) { - if ((i5 | 0) == (HEAP32[12251] | 0)) { + L1 : do if ((i5 | 0) != (HEAP32[12495] | 0)) { + if ((i5 | 0) == (HEAP32[12517] | 0)) { i13 = __ZN6cashew3RefixEj(i14, 1) | 0; i13 = __ZN6cashew5Value10getIStringEv(HEAP32[i13 >> 2] | 0) | 0; switch (HEAP8[HEAP32[i13 >> 2] >> 0] | 0) { @@ -49332,7 +50206,7 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { } } } - if ((i5 | 0) == (HEAP32[12239] | 0)) { + if ((i5 | 0) == (HEAP32[12505] | 0)) { i14 = __ZN6cashew3RefixEj(i14, 1) | 0; i14 = __ZN6cashew5Value9getNumberEv(HEAP32[i14 >> 2] | 0) | 0; d1 = +HEAPF64[i14 >> 3]; @@ -49352,8 +50226,8 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { i2 = i2 ? 0 : 2; break; } - if ((i5 | 0) == (HEAP32[12225] | 0)) i2 = 0; else { - if ((i5 | 0) == (HEAP32[12228] | 0)) { + if ((i5 | 0) == (HEAP32[12491] | 0)) i2 = 0; else { + if ((i5 | 0) == (HEAP32[12494] | 0)) { i2 = __ZN6cashew3RefixEj(i14, 2) | 0; HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; HEAP32[i7 >> 2] = HEAP32[i11 >> 2]; @@ -49362,9 +50236,9 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { i2 = __Z10detectSignN6cashew3RefENS_7IStringE(i3, i12) | 0; break; } - if ((i5 | 0) == (HEAP32[12238] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 0) | 0, 48900) | 0) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0, 49012) | 0) { + if ((i5 | 0) == (HEAP32[12504] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 0) | 0, 49964) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0, 50076) | 0) { i2 = 3; break; } @@ -49373,7 +50247,7 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { break; } } - } else if ((i5 | 0) == (HEAP32[12236] | 0)) { + } else if ((i5 | 0) == (HEAP32[12502] | 0)) { i2 = __ZN6cashew3RefixEj(i14, 2) | 0; HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; @@ -49399,7 +50273,7 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { } case 62: { - if ((i2 | 0) == (HEAP32[12277] | 0)) { + if ((i2 | 0) == (HEAP32[12543] | 0)) { i2 = 2; break L1; } @@ -49546,8 +50420,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, 51376) | 0; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 51384) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52464) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52472) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 511](i12, i5); i8 = HEAP8[i12 >> 0] | 0; i9 = i12 + 4 | 0; @@ -49662,8 +50536,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, 51344) | 0; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 51356) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52444) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 511](i12, i5); i8 = HEAP8[i12 >> 0] | 0; i9 = i12 + 4 | 0; @@ -50094,6 +50968,149 @@ function __ZNSt3__1L19utf8_to_ucs4_lengthEPKhS1_jmNS_12codecvt_modeE(i12, i10, i return i1 | 0; } +function __ZZ11instantiateEN19JSExternalInterface4loadEPN4wasm4LoadEj(i12, i2, i6, i9) { + i12 = i12 | 0; + i2 = i2 | 0; + i6 = i6 | 0; + i9 = i9 | 0; + var d1 = 0.0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i10 = i11; + i8 = i6 + 8 | 0; + i4 = HEAP32[i8 >> 2] | 0; + L1 : do if ((HEAP32[i6 + 20 >> 2] | 0) >>> 0 >= i4 >>> 0 ? (i4 + -1 & i9 | 0) == 0 : 0) { + i2 = i6 + 4 | 0; + if (((HEAP32[i2 >> 2] | 0) + -3 | 0) >>> 0 < 2) switch (i4 | 0) { + case 4: + { + d1 = +_emscripten_asm_const_di(26, i9 | 0); + HEAP32[i12 >> 2] = 3; + HEAPF32[i12 + 8 >> 2] = d1; + break L1; + } + case 8: + { + d1 = +_emscripten_asm_const_di(27, i9 | 0); + HEAP32[i12 >> 2] = 4; + HEAPF64[i12 + 8 >> 3] = d1; + break L1; + } + default: + _abort(); + } + L11 : do switch (i4 | 0) { + case 1: + if (!(HEAP8[i6 + 12 >> 0] | 0)) { + i5 = _emscripten_asm_const_ii(21, i9 | 0) | 0; + i3 = i5; + i5 = ((i5 | 0) < 0) << 31 >> 31; + break L11; + } else { + i5 = _emscripten_asm_const_ii(20, i9 | 0) | 0; + i3 = i5; + i5 = ((i5 | 0) < 0) << 31 >> 31; + break L11; + } + case 2: + if (!(HEAP8[i6 + 12 >> 0] | 0)) { + i5 = _emscripten_asm_const_ii(23, i9 | 0) | 0; + i3 = i5; + i5 = ((i5 | 0) < 0) << 31 >> 31; + break L11; + } else { + i5 = _emscripten_asm_const_ii(22, i9 | 0) | 0; + i3 = i5; + i5 = ((i5 | 0) < 0) << 31 >> 31; + break L11; + } + case 4: + if (!(HEAP8[i6 + 12 >> 0] | 0)) { + i3 = _emscripten_asm_const_ii(25, i9 | 0) | 0; + i5 = 0; + break L11; + } else { + i5 = _emscripten_asm_const_ii(24, i9 | 0) | 0; + i3 = i5; + i5 = ((i5 | 0) < 0) << 31 >> 31; + break L11; + } + case 8: + { + i3 = _emscripten_asm_const_ii(24, i9 | 0) | 0; + i5 = _emscripten_asm_const_ii(24, i9 + 4 | 0) | 0; + break; + } + default: + _abort(); + } while (0); + if ((HEAP32[i2 >> 2] | 0) == 1) { + HEAP32[i12 >> 2] = 1; + HEAP32[i12 + 8 >> 2] = i3; + break; + } else { + HEAP32[i12 >> 2] = 2; + i12 = i12 + 8 | 0; + HEAP32[i12 >> 2] = i3; + HEAP32[i12 + 4 >> 2] = i5; + break; + } + } else i7 = 3; while (0); + if ((i7 | 0) == 3) { + i2 = i6 + 4 | 0; + i3 = i6 + 12 | 0; + d1 = +_emscripten_asm_const_diiiii(19, i9 | 0, i4 | 0, ((HEAP32[i2 >> 2] | 0) + -3 | 0) >>> 0 < 2 | 0, HEAPU8[i3 >> 0] | 0, i10 | 0); + i2 = HEAP32[i2 >> 2] | 0; + L32 : do if ((i2 + -3 | 0) >>> 0 >= 2) { + if ((i2 | 0) != 2) { + HEAP32[i12 >> 2] = 1; + HEAP32[i12 + 8 >> 2] = ~~d1; + break; + } + if ((HEAP32[i8 >> 2] | 0) == 8) { + i9 = HEAP32[i10 >> 2] | 0; + i10 = HEAP32[i10 + 4 >> 2] | 0; + HEAP32[i12 >> 2] = 2; + i12 = i12 + 8 | 0; + HEAP32[i12 >> 2] = i9; + HEAP32[i12 + 4 >> 2] = i10; + break; + } + if (!(HEAP8[i3 >> 0] | 0)) { + HEAP32[i12 >> 2] = 2; + i12 = i12 + 8 | 0; + HEAP32[i12 >> 2] = ~~d1 >>> 0; + HEAP32[i12 + 4 >> 2] = 0; + break; + } else { + i10 = ~~d1; + HEAP32[i12 >> 2] = 2; + i12 = i12 + 8 | 0; + HEAP32[i12 >> 2] = i10; + HEAP32[i12 + 4 >> 2] = ((i10 | 0) < 0) << 31 >> 31; + break; + } + } else switch (HEAP32[i8 >> 2] | 0) { + case 4: + { + HEAP32[i12 >> 2] = 3; + HEAPF32[i12 + 8 >> 2] = d1; + break L32; + } + case 8: + { + HEAP32[i12 >> 2] = 4; + HEAPF64[i12 + 8 >> 3] = d1; + break L32; + } + default: + _abort(); + } while (0); + } + STACKTOP = i11; + 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; @@ -50255,13 +51272,13 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE HEAP32[i18 >> 2] = 267; i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i16 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 51376) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 52464) | 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, 44728, 44738, i7) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 7](i1, 45794, 45804, i7) | 0; i2 = HEAP32[i8 >> 2] | 0; i4 = HEAP32[i19 >> 2] | 0; i1 = i2 - i4 | 0; @@ -50293,14 +51310,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[44728 + (i2 - i6 >> 2) >> 0] | 0; + HEAP8[i1 >> 0] = HEAP8[45794 + (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, 44629, i10) | 0; + _sscanf(i9, 45695, i10) | 0; if (i11 | 0) _free(i11); } i1 = HEAP32[i13 >> 2] | 0; @@ -50647,257 +51664,6 @@ function __ZNSt3__1L12utf8_to_ucs4EPKhS1_RS1_PjS3_RS3_mNS_12codecvt_modeE(i1, i1 return i1 | 0; } -function __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i12, i11) { - i12 = i12 | 0; - i11 = i11 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i13 = 0; - i13 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i10 = i13 + 8 | 0; - i8 = i13 + 4 | 0; - i9 = i13; - HEAP8[i12 + 100 >> 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) + 60 >> 2] = i7; - L1 : do if ((__ZN4wasm7Element4sizeEv(i11) | 0) != 2) { - i7 = __ZN4wasm7Element4listEv(i11) | 0; - if (!(HEAP8[HEAP32[(HEAP32[i7 >> 2] | 0) + 8 >> 2] >> 0] | 0)) { - i1 = __ZN4wasm7Element4listEv(i11) | 0; - i1 = _atoi(__ZN4wasm7Element5c_strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] | 0) | 0) | 0; - HEAP32[(HEAP32[i12 >> 2] | 0) + 64 >> 2] = i1; - i1 = 3; - } else i1 = 2; - while (1) { - if (i1 >>> 0 >= (__ZN4wasm7Element4sizeEv(i11) | 0) >>> 0) break L1; - i5 = __ZN4wasm7ElementixEj(i11, i1) | 0; - i7 = __ZN4wasm7Element4listEv(i5) | 0; - i7 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i7 >> 2] >> 2] | 0) | 0; - if ((i7 | 0) != (HEAP32[12374] | 0)) break; - i2 = __ZN4wasm7Element4listEv(i5) | 0; - i2 = __ZN4wasm7Element5c_strEv(HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] | 0) | 0; - i4 = _malloc(_strlen(i2) | 0) | 0; - HEAP32[i10 >> 2] = i4; - L10 : while (1) { - i3 = HEAP8[i2 >> 0] | 0; - L12 : do switch (i3 << 24 >> 24) { - case 0: - { - i2 = i4; - break L10; - } - case 92: - { - i3 = HEAP8[i2 + 1 >> 0] | 0; - switch (i3 << 24 >> 24) { - case 34: - { - HEAP8[i4 >> 0] = 34; - i2 = i2 + 2 | 0; - break L12; - } - case 39: - { - HEAP8[i4 >> 0] = 39; - i2 = i2 + 2 | 0; - break L12; - } - case 92: - { - HEAP8[i4 >> 0] = 92; - i2 = i2 + 2 | 0; - break L12; - } - case 110: - { - HEAP8[i4 >> 0] = 10; - i2 = i2 + 2 | 0; - break L12; - } - case 116: - { - HEAP8[i4 >> 0] = 9; - i2 = i2 + 2 | 0; - break L12; - } - default: - { - i7 = ((__ZN4wasm5unhexEc(i3) | 0) << 4) + (__ZN4wasm5unhexEc(HEAP8[i2 + 2 >> 0] | 0) | 0) & 255; - HEAP8[i4 >> 0] = i7; - i2 = i2 + 3 | 0; - break L12; - } - } - } - default: - { - HEAP8[i4 >> 0] = i3; - i2 = i2 + 1 | 0; - } - } while (0); - i4 = i4 + 1 | 0; - } - i7 = HEAP32[i12 >> 2] | 0; - i5 = __ZN4wasm7Element4listEv(i5) | 0; - i5 = _atoi(__ZN4wasm7Element5c_strEv(HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0) | 0) | 0; - HEAP32[i8 >> 2] = i5; - i6 = HEAP32[i10 >> 2] | 0; - i2 = i2 - i6 | 0; - HEAP32[i9 >> 2] = i2; - i3 = i7 + 72 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i7 + 76 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i5; - HEAP32[i4 + 4 >> 2] = i6; - HEAP32[i4 + 8 >> 2] = i2; - HEAP32[i3 >> 2] = i4 + 12; - } else __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiRPciEEEvDpOT_(i7 + 68 | 0, i8, i10, i9); - i1 = i1 + 1 | 0; - } - ___assert_fail(18569, 17541, 1069, 18595); - } while (0); - STACKTOP = i13; - return; -} - -function __ZZ11instantiateEN19JSExternalInterface4loadEPN4wasm4LoadEj(i10, i2, i6, i9) { - i10 = i10 | 0; - i2 = i2 | 0; - i6 = i6 | 0; - i9 = i9 | 0; - var d1 = 0.0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0; - i8 = i6 + 8 | 0; - i4 = HEAP32[i8 >> 2] | 0; - L1 : do if ((HEAP32[i6 + 20 >> 2] | 0) >>> 0 >= i4 >>> 0 ? (i4 + -1 & i9 | 0) == 0 : 0) { - i2 = i6 + 4 | 0; - if (((HEAP32[i2 >> 2] | 0) + -3 | 0) >>> 0 < 2) switch (i4 | 0) { - case 4: - { - d1 = +_emscripten_asm_const_di(27, i9 | 0); - HEAP32[i10 >> 2] = 3; - HEAPF32[i10 + 8 >> 2] = d1; - break L1; - } - case 8: - { - d1 = +_emscripten_asm_const_di(28, i9 | 0); - HEAP32[i10 >> 2] = 4; - HEAPF64[i10 + 8 >> 3] = d1; - break L1; - } - default: - _abort(); - } - L11 : do switch (i4 | 0) { - case 1: - if (!(HEAP8[i6 + 12 >> 0] | 0)) { - i5 = _emscripten_asm_const_ii(22, i9 | 0) | 0; - i3 = i5; - i5 = ((i5 | 0) < 0) << 31 >> 31; - break L11; - } else { - i5 = _emscripten_asm_const_ii(21, i9 | 0) | 0; - i3 = i5; - i5 = ((i5 | 0) < 0) << 31 >> 31; - break L11; - } - case 2: - if (!(HEAP8[i6 + 12 >> 0] | 0)) { - i5 = _emscripten_asm_const_ii(24, i9 | 0) | 0; - i3 = i5; - i5 = ((i5 | 0) < 0) << 31 >> 31; - break L11; - } else { - i5 = _emscripten_asm_const_ii(23, i9 | 0) | 0; - i3 = i5; - i5 = ((i5 | 0) < 0) << 31 >> 31; - break L11; - } - case 4: - if (!(HEAP8[i6 + 12 >> 0] | 0)) { - i3 = _emscripten_asm_const_ii(26, i9 | 0) | 0; - i5 = 0; - break L11; - } else { - i5 = _emscripten_asm_const_ii(25, i9 | 0) | 0; - i3 = i5; - i5 = ((i5 | 0) < 0) << 31 >> 31; - break L11; - } - case 8: - { - i3 = _emscripten_asm_const_ii(25, i9 | 0) | 0; - i5 = _emscripten_asm_const_ii(25, i9 + 4 | 0) | 0; - break; - } - default: - _abort(); - } while (0); - if ((HEAP32[i2 >> 2] | 0) == 1) { - HEAP32[i10 >> 2] = 1; - HEAP32[i10 + 8 >> 2] = i3; - break; - } else { - HEAP32[i10 >> 2] = 2; - i10 = i10 + 8 | 0; - HEAP32[i10 >> 2] = i3; - HEAP32[i10 + 4 >> 2] = i5; - break; - } - } else i7 = 3; while (0); - L30 : do if ((i7 | 0) == 3) { - i2 = i6 + 4 | 0; - i3 = i6 + 12 | 0; - d1 = +_emscripten_asm_const_diiii(19, i9 | 0, i4 | 0, ((HEAP32[i2 >> 2] | 0) + -3 | 0) >>> 0 < 2 | 0, HEAPU8[i3 >> 0] | 0); - i2 = HEAP32[i2 >> 2] | 0; - if ((i2 + -3 | 0) >>> 0 < 2) switch (HEAP32[i8 >> 2] | 0) { - case 4: - { - HEAP32[i10 >> 2] = 3; - HEAPF32[i10 + 8 >> 2] = d1; - break L30; - } - case 8: - { - HEAP32[i10 >> 2] = 4; - HEAPF64[i10 + 8 >> 3] = d1; - break L30; - } - default: - _abort(); - } - if ((i2 | 0) != 2) { - HEAP32[i10 >> 2] = 1; - HEAP32[i10 + 8 >> 2] = ~~d1; - break; - } - if ((HEAP32[i8 >> 2] | 0) == 8) { - i8 = ~~d1; - i9 = _emscripten_asm_const_i(20) | 0 | ((i8 | 0) < 0) << 31 >> 31; - HEAP32[i10 >> 2] = 2; - i10 = i10 + 8 | 0; - HEAP32[i10 >> 2] = i8; - HEAP32[i10 + 4 >> 2] = i9; - break; - } - if (!(HEAP8[i3 >> 0] | 0)) { - HEAP32[i10 >> 2] = 2; - i10 = i10 + 8 | 0; - HEAP32[i10 >> 2] = ~~d1 >>> 0; - HEAP32[i10 + 4 >> 2] = 0; - break; - } else { - i9 = ~~d1; - HEAP32[i10 >> 2] = 2; - i10 = i10 + 8 | 0; - HEAP32[i10 >> 2] = i9; - HEAP32[i10 + 4 >> 2] = ((i9 | 0) < 0) << 31 >> 31; - break; - } - } while (0); - return; -} - function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i11, i10, i9) { i11 = i11 | 0; i10 = i10 | 0; @@ -50941,7 +51707,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPc case 6: { i1 = HEAP32[i3 >> 2] | 0; - if ((i1 | 0) == (HEAP32[12290] | 0)) { + if ((i1 | 0) == (HEAP32[12556] | 0)) { i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterParenERPc(i11, i10) | 0; HEAP8[i6 >> 0] = 1; HEAP32[i6 + 4 >> 2] = i5; @@ -50950,7 +51716,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPc i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i4, i10, i9) | 0; break L1; } - if ((i1 | 0) == (HEAP32[12291] | 0)) { + if ((i1 | 0) == (HEAP32[12557] | 0)) { i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceERPc(i11, i10) | 0; HEAP8[i7 >> 0] = 1; HEAP32[i7 + 4 >> 2] = i5; @@ -50959,7 +51725,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPc i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i4, i10, i9) | 0; break L1; } - if ((i1 | 0) == (HEAP32[12292] | 0)) { + if ((i1 | 0) == (HEAP32[12558] | 0)) { i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterCurlyERPc(i11, i10) | 0; HEAP8[i8 >> 0] = 1; HEAP32[i8 + 4 >> 2] = i5; @@ -50987,86 +51753,6 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPc return i5 | 0; } -function __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i10, i5) { - i10 = i10 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0; - i11 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i6 = i11 + 12 | 0; - i9 = i11 + 4 | 0; - i7 = i11 + 8 | 0; - i8 = i11; - i1 = __ZN4wasm7Element4listEv(i5) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) | 0; - if ((i1 | 0) != (HEAP32[12379] | 0)) { - if ((i1 | 0) == (HEAP32[12370] | 0)) { - HEAP32[i9 >> 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[i9 >> 2] = i4; - i3 = 2; - } else { - i4 = __ZN4wasm4Name7fromIntEj(HEAP32[i10 + 44 >> 2] | 0) | 0; - HEAP32[i9 >> 2] = i4; - i3 = 1; - } - i1 = i10 + 36 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i10 + 40 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i10 + 32 | 0, i9); else { - HEAP32[i2 >> 2] = i4; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; - } - i4 = i10 + 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[12372] | 0)) { - i2 = 13; - break; - } - if ((i2 | 0) == (HEAP32[12379] | 0)) { - i2 = 15; - break; - } else i3 = i3 + 1 | 0; - } - if ((i2 | 0) == 13) { - i8 = __ZN4wasm7Element4listEv(i1) | 0; - i8 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i10, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i8 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; - i10 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i10 + 52 | 0, i9) | 0; - HEAP32[i10 >> 2] = i8; - } else if ((i2 | 0) == 15) { - i1 = __ZN4wasm7Element4listEv(i1) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - i5 = HEAP32[i10 >> 2] | 0; - HEAP32[i7 >> 2] = i1; - HEAP32[i6 >> 2] = HEAP32[i7 >> 2]; - if (!(__ZN4wasm6Module17checkFunctionTypeENS_4NameE(i5, i6) | 0)) __ZNKSt3__18functionIFvvEEclEv(i10 + 8 | 0); - i7 = HEAP32[i10 >> 2] | 0; - HEAP32[i8 >> 2] = i1; - HEAP32[i6 >> 2] = HEAP32[i8 >> 2]; - i8 = (__ZN4wasm6Module15getFunctionTypeENS_4NameE(i7, i6) | 0) + 4 | 0; - i8 = HEAP32[i8 >> 2] | 0; - i10 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i10 + 52 | 0, i9) | 0; - HEAP32[i10 >> 2] = i8; - } else if ((i2 | 0) == 18) { - i10 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i10 + 52 | 0, i9) | 0; - HEAP32[i10 >> 2] = 0; - } - } - } else __ZN4wasm22SExpressionWasmBuilder9parseTypeERNS_7ElementE(i10, i5); - STACKTOP = i11; - return; -} - function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_bRNS_8ios_baseERjRe(i1, i13, i14, i2, i3, i15, i12) { i1 = i1 | 0; i13 = i13 | 0; @@ -51092,13 +51778,13 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE HEAP32[i18 >> 2] = 267; i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i16 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 52432) | 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, 44618, 44628, i7) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 32 >> 2] & 7](i1, 45684, 45694, i7) | 0; i2 = HEAP32[i8 >> 2] | 0; i4 = HEAP32[i19 >> 2] | 0; i1 = i2 - i4 | 0; @@ -51130,14 +51816,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[44618 + (i2 - i6) >> 0] | 0; + HEAP8[i1 >> 0] = HEAP8[45684 + (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, 44629, i10) | 0; + _sscanf(i9, 45695, i10) | 0; if (i11 | 0) _free(i11); } i1 = HEAP32[i13 >> 2] | 0; @@ -51177,14 +51863,14 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { i2 = i2 | 0; i4 = i4 | 0; var d1 = 0.0; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 48956) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 50020) | 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, 49004) | 0) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 49036) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 48956) | 0 : 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 50068) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 50100) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 50020) | 0 : 0) { i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0; i4 = __ZN6cashew5Value9getNumberEv(HEAP32[i4 >> 2] | 0) | 0; d1 = +HEAPF64[i4 >> 3]; @@ -51192,7 +51878,7 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { HEAPF64[i3 + 8 >> 3] = d1; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 49040) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 48956) | 0 : 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 50104) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 50020) | 0 : 0) { i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0; i2 = __ZN6cashew5Value9getNumberEv(HEAP32[i2 >> 2] | 0) | 0; d1 = -+HEAPF64[i2 >> 3]; @@ -51205,9 +51891,9 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { HEAP32[i3 >> 2] = 1; HEAP32[i3 + 8 >> 2] = ~~d1 >>> 0; break; - } else ___assert_fail(25847, 14199, 397, 25892); + } else ___assert_fail(26866, 14199, 397, 26911); } - if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 49036) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 49004) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 49040) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 48956) | 0 : 0) { + if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 50100) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 50068) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 50104) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 50020) | 0 : 0) { i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 1) | 0; i4 = __ZN6cashew5Value9getNumberEv(HEAP32[i4 >> 2] | 0) | 0; d1 = -+HEAPF64[i4 >> 3]; @@ -51215,7 +51901,7 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { HEAPF64[i3 + 8 >> 3] = d1; break; } - if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 49040) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 49004) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 49036) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 48956) | 0 : 0) { + if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 50104) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 50068) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 50100) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 50020) | 0 : 0) { i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 1) | 0; i4 = __ZN6cashew5Value9getNumberEv(HEAP32[i4 >> 2] | 0) | 0; d1 = -+HEAPF64[i4 >> 3]; @@ -51382,7 +52068,7 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE HEAP32[i14 >> 2] = 267; i9 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; HEAP32[i18 >> 2] = i9; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 51376) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 52464) | 0; HEAP8[i3 >> 0] = 0; i8 = HEAP32[i11 >> 2] | 0; HEAP32[i7 >> 2] = i8; @@ -51461,7 +52147,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i1 = HEAP32[i2 >> 2] | 0; if (i3 >>> 0 < (HEAP32[i1 + 52 >> 2] | 0) - (HEAP32[i1 + 48 >> 2] | 0) >> 2 >>> 0) i2 = i1; else { i2 = HEAP32[i2 + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 511](i2, 23868); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 511](i2, 24803); i2 = HEAP32[HEAP32[i12 >> 2] >> 2] | 0; } i1 = HEAP32[(HEAP32[i2 + 48 >> 2] | 0) + (i3 << 2) >> 2] | 0; @@ -51471,7 +52157,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i5 = HEAP32[i5 >> 2] | 0; if (i5 | 0 ? (i5 | 0) != (HEAP32[HEAP32[i10 + 24 >> 2] >> 2] | 0) : 0) { i5 = HEAP32[(HEAP32[i12 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 511](i5, 23891); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 511](i5, 24826); } HEAP32[i9 >> 2] = 0; HEAP32[i9 + 4 >> 2] = 0; @@ -51691,10 +52377,10 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitStoreERPNS_10ExpressionEh(i5, i } if ((i6 | 0) == 11) { if (HEAP8[i5 + 12 >> 0] | 0) { - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20702) | 0; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20762) | 0; i6 = __ZNKSt3__18ios_base6getlocEv(i1 + (HEAP32[(HEAP32[i1 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i2 >> 2] = i6; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 0; i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; __ZNSt3__16localeD2Ev(i2); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i1, i6) | 0; @@ -51736,7 +52422,7 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE HEAP32[i14 >> 2] = 267; i9 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; HEAP32[i18 >> 2] = i9; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 52432) | 0; HEAP8[i3 >> 0] = 0; i8 = HEAP32[i11 >> 2] | 0; HEAP32[i7 >> 2] = i8; @@ -51874,6 +52560,82 @@ function __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE9startWal return; } +function __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i10, i5) { + i10 = i10 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i6 = i11 + 12 | 0; + i9 = i11 + 4 | 0; + i7 = i11 + 8 | 0; + i8 = i11; + i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i5, 0) | 0) | 0; + if ((i1 | 0) != (HEAP32[12651] | 0)) { + if ((i1 | 0) == (HEAP32[12642] | 0)) { + HEAP32[i9 >> 2] = 0; + i4 = __ZN4wasm7ElementixEj(i5, 1) | 0; + if (!(HEAP8[i4 >> 0] | 0)) { + i4 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i5, 1) | 0) | 0; + HEAP32[i9 >> 2] = i4; + i3 = 2; + } else { + i4 = __ZN4wasm4Name7fromIntEj(HEAP32[i10 + 44 >> 2] | 0) | 0; + HEAP32[i9 >> 2] = i4; + i3 = 1; + } + i1 = i10 + 36 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i10 + 40 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i10 + 32 | 0, i9); else { + HEAP32[i2 >> 2] = i4; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; + } + i4 = i10 + 44 | 0; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; + while (1) { + i4 = (__ZN4wasm7Element4listEv(i5) | 0) + 8 | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) >>> 0) { + i2 = 18; + break; + } + i1 = __ZN4wasm7ElementixEj(i5, i3) | 0; + i2 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 0) | 0) | 0; + if ((i2 | 0) == (HEAP32[12644] | 0)) { + i2 = 13; + break; + } + if ((i2 | 0) == (HEAP32[12651] | 0)) { + i2 = 15; + break; + } else i3 = i3 + 1 | 0; + } + if ((i2 | 0) == 13) { + i8 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i10, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 1) | 0) | 0, 0, 0) | 0; + i10 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i10 + 52 | 0, i9) | 0; + HEAP32[i10 >> 2] = i8; + } else if ((i2 | 0) == 15) { + i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 1) | 0) | 0; + i5 = HEAP32[i10 >> 2] | 0; + HEAP32[i7 >> 2] = i1; + HEAP32[i6 >> 2] = HEAP32[i7 >> 2]; + if (!(__ZN4wasm6Module17checkFunctionTypeENS_4NameE(i5, i6) | 0)) __ZNKSt3__18functionIFvvEEclEv(i10 + 8 | 0); + i7 = HEAP32[i10 >> 2] | 0; + HEAP32[i8 >> 2] = i1; + HEAP32[i6 >> 2] = HEAP32[i8 >> 2]; + i8 = (__ZN4wasm6Module15getFunctionTypeENS_4NameE(i7, i6) | 0) + 4 | 0; + i8 = HEAP32[i8 >> 2] | 0; + i10 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i10 + 52 | 0, i9) | 0; + HEAP32[i10 >> 2] = i8; + } else if ((i2 | 0) == 18) { + i10 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i10 + 52 | 0, i9) | 0; + HEAP32[i10 >> 2] = 0; + } + } + } else __ZN4wasm22SExpressionWasmBuilder9parseTypeERNS_7ElementE(i10, i5); + STACKTOP = i11; + 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; @@ -51885,10 +52647,10 @@ function __ZN4wasm17WasmBinaryBuilder15getInlineStringEv(i12) { i9 = i13; i10 = i12 + 12 | 0; if (HEAP8[i10 >> 0] | 0) { - i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 18746) | 0; + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18629) | 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, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52432) | 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; @@ -51929,10 +52691,10 @@ function __ZN4wasm17WasmBinaryBuilder15getInlineStringEv(i12) { 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(50388, 19274) | 0, i11) | 0, 18761) | 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(51476, 19297) | 0, i11) | 0, 18644) | 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, 51344) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52432) | 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; @@ -52027,9 +52789,9 @@ function __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE9startWalkEPNS_ function __ZNKSt3__120__time_get_c_storageIwE8__monthsEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[48272] | 0) == 0 ? ___cxa_guard_acquire(48272) | 0 : 0) { - if ((HEAP8[48280] | 0) == 0 ? ___cxa_guard_acquire(48280) | 0 : 0) { - i1 = 52400; + if ((HEAP8[49336] | 0) == 0 ? ___cxa_guard_acquire(49336) | 0 : 0) { + if ((HEAP8[49344] | 0) == 0 ? ___cxa_guard_acquire(49344) | 0 : 0) { + i1 = 53488; do { i2 = 0; while (1) { @@ -52038,44 +52800,44 @@ function __ZNKSt3__120__time_get_c_storageIwE8__monthsEv(i1) { i2 = i2 + 1 | 0; } i1 = i1 + 12 | 0; - } while ((i1 | 0) != 52688); + } while ((i1 | 0) != 53776); ___cxa_atexit(264, 0, ___dso_handle | 0) | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52400, 11456) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52412, 11488) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52424, 11524) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52436, 11548) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52448, 11572) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52460, 11588) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52472, 11608) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52484, 11628) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52496, 11656) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52508, 11696) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52520, 11728) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52532, 11764) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52544, 11800) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52556, 11816) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52568, 11832) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52580, 11848) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52592, 11572) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52604, 11864) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52616, 11880) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52628, 11896) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52640, 11912) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52652, 11928) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52664, 11944) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52676, 11960) | 0; - HEAP32[13172] = 52400; - } - return HEAP32[13172] | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53488, 11456) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53500, 11488) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53512, 11524) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53524, 11548) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53536, 11572) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53548, 11588) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53560, 11608) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53572, 11628) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53584, 11656) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53596, 11696) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53608, 11728) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53620, 11764) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53632, 11800) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53644, 11816) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53656, 11832) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53668, 11848) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53680, 11572) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53692, 11864) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53704, 11880) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53716, 11896) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53728, 11912) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53740, 11928) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53752, 11944) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53764, 11960) | 0; + HEAP32[13444] = 53488; + } + return HEAP32[13444] | 0; } function __ZNKSt3__120__time_get_c_storageIcE8__monthsEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[48192] | 0) == 0 ? ___cxa_guard_acquire(48192) | 0 : 0) { - if ((HEAP8[48200] | 0) == 0 ? ___cxa_guard_acquire(48200) | 0 : 0) { - i1 = 51588; + if ((HEAP8[49256] | 0) == 0 ? ___cxa_guard_acquire(49256) | 0 : 0) { + if ((HEAP8[49264] | 0) == 0 ? ___cxa_guard_acquire(49264) | 0 : 0) { + i1 = 52676; do { i2 = 0; while (1) { @@ -52084,36 +52846,36 @@ function __ZNKSt3__120__time_get_c_storageIcE8__monthsEv(i1) { i2 = i2 + 1 | 0; } i1 = i1 + 12 | 0; - } while ((i1 | 0) != 51876); + } while ((i1 | 0) != 52964); ___cxa_atexit(260, 0, ___dso_handle | 0) | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51588, 43941) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51600, 43949) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51612, 43958) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51624, 43964) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51636, 43970) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51648, 43974) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51660, 43979) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51672, 43984) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51684, 43991) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51696, 44001) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51708, 44009) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51720, 44018) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51732, 44027) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51744, 44031) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51756, 44035) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51768, 44039) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51780, 43970) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51792, 44043) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51804, 44047) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51816, 44051) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51828, 44055) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51840, 44059) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51852, 44063) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51864, 44067) | 0; - HEAP32[12969] = 51588; - } - return HEAP32[12969] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52676, 45007) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52688, 45015) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52700, 45024) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52712, 45030) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52724, 45036) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52736, 45040) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52748, 45045) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52760, 45050) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52772, 45057) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52784, 45067) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52796, 45075) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52808, 45084) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52820, 45093) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52832, 45097) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52844, 45101) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52856, 45105) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52868, 45036) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52880, 45109) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52892, 45113) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52904, 45117) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52916, 45121) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52928, 45125) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52940, 45129) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52952, 45133) | 0; + HEAP32[13241] = 52676; + } + return HEAP32[13241] | 0; } function __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE9startWalkEPNS_6ModuleE(i1, i2) { @@ -52196,73 +52958,6 @@ function __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE9startWalkEPNS_6Mo return; } -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(50388, 20772) | 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, 51344) | 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(50388, 19085) | 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, 51344) | 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 + 72 | 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(50388, 19091) | 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, 51344) | 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(20787, 18690, 1488, 20816); -} - function __ZN4wasm16PrintSExpression10visitBlockEPNS_5BlockE(i12, i1) { i12 = i12 | 0; i1 = i1 | 0; @@ -52292,7 +52987,7 @@ function __ZN4wasm16PrintSExpression10visitBlockEPNS_5BlockE(i12, i1) { HEAP32[i2 >> 2] = i1; HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 4; } - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i12 >> 2] | 0, 39126, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i12 >> 2] | 0, 40136, 0) | 0; i1 = HEAP32[i9 >> 2] | 0; if (HEAP32[i1 + 8 >> 2] | 0) { i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i12 >> 2] | 0, 32) | 0; @@ -52351,74 +53046,6 @@ function __ZN4wasm16PrintSExpression10visitBlockEPNS_5BlockE(i12, i1) { return; } -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(50388, 19292) | 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, 51344) | 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(50388, 19085) | 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, 51344) | 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(50388, 19091) | 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, 51344) | 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(19206, 18690, 1405, 19318); -} - function __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE9startWalkEPNS_6ModuleE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -52597,6 +53224,74 @@ function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CString return; } +function __ZN4wasm17WasmBinaryBuilder11readExportsEv(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; + i1 = i11; + i2 = i10 + 12 | 0; + if (HEAP8[i2 >> 0] | 0) { + i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20832) | 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, 52432) | 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; + } + i3 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0; + if (HEAP8[i2 >> 0] | 0) { + i9 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19083) | 0, i3) | 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, 52432) | 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; + } + i4 = i10 + 24 | 0; + i5 = i10 + 28 | 0; + i6 = i10 + 72 | 0; + i9 = 0; + while (1) { + if (i9 >>> 0 >= i3 >>> 0) { + i1 = 7; + break; + } + if (HEAP8[i2 >> 0] | 0) { + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19089) | 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, 52432) | 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; + } + i7 = __Znwj(8) | 0; + HEAP32[i7 >> 2] = 0; + HEAP32[i7 + 4 >> 2] = 0; + HEAP32[i1 >> 2] = i7; + i8 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0; + if (i8 >>> 0 >= (HEAP32[i5 >> 2] | 0) - (HEAP32[i4 >> 2] | 0) >> 2 >>> 0) { + i1 = 11; + break; + } + i12 = __ZN4wasm17WasmBinaryBuilder15getInlineStringEv(i10) | 0; + HEAP32[i7 >> 2] = i12; + i7 = __ZNSt3__13mapIPN4wasm6ExportEjNS_4lessIS3_EENS_9allocatorINS_4pairIKS3_jEEEEEixERS8_(i6, i1) | 0; + HEAP32[i7 >> 2] = i8; + i9 = i9 + 1 | 0; + } + if ((i1 | 0) == 7) { + STACKTOP = i11; + return; + } else if ((i1 | 0) == 11) ___assert_fail(20847, 18573, 1516, 20876); +} + function __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE9startWalkEPNS_6ModuleE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -53111,7 +53806,7 @@ function __ZNSt3__19__num_getIcE19__stage2_float_loopEcRbRcPcRS4_ccRKNS_12basic_ } i2 = i1 - i5 | 0; if ((i2 | 0) > 31) i1 = -1; else { - i3 = HEAP8[43339 + i2 >> 0] | 0; + i3 = HEAP8[44405 + i2 >> 0] | 0; switch (i2 | 0) { case 24: case 25: @@ -53161,109 +53856,6 @@ 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(17528, 17541, 158, 17561); - if ((HEAP32[i9 >> 2] | 0) == (HEAP32[i14 >> 2] | 0)) { - __ZNSt3__113__vector_baseIPN4wasm7ElementENS_9allocatorIS3_EEED2Ev(i14); - STACKTOP = i17; - return i7 | 0; - } else ___assert_fail(37321, 17541, 165, 17561); - return 0; -} - function __ZN6cashew12ValueBuilder10makeBinaryENS_3RefENS_7IStringES1_(i14, i15, i16) { i14 = i14 | 0; i15 = i15 | 0; @@ -53284,9 +53876,9 @@ function __ZN6cashew12ValueBuilder10makeBinaryENS_3RefENS_7IStringES1_(i14, i15, i13 = i17 + 4 | 0; i4 = i17; i5 = HEAP32[i15 >> 2] | 0; - do if ((i5 | 0) != (HEAP32[12305] | 0)) if ((i5 | 0) == (HEAP32[12294] | 0)) { + do if ((i5 | 0) != (HEAP32[12571] | 0)) if ((i5 | 0) == (HEAP32[12560] | 0)) { i15 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48944) | 0; + i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50008) | 0; HEAP32[i8 >> 2] = i13; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; i15 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; @@ -53299,7 +53891,7 @@ function __ZN6cashew12ValueBuilder10makeBinaryENS_3RefENS_7IStringES1_(i14, i15, break; } else { i10 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48916) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49980) | 0; HEAP32[i11 >> 2] = i9; HEAP32[i1 >> 2] = HEAP32[i11 >> 2]; i11 = __ZN6cashew5Value9push_backENS_3RefE(i10, i1) | 0; @@ -53316,11 +53908,11 @@ function __ZN6cashew12ValueBuilder10makeBinaryENS_3RefENS_7IStringES1_(i14, i15, break; } else { i15 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48896) | 0; + i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49960) | 0; HEAP32[i2 >> 2] = i13; HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; i15 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; - i13 = __ZN6cashew5Arena5allocEv(49268) | 0; + i13 = __ZN6cashew5Arena5allocEv(50344) | 0; __ZN6cashew5Value4freeEv(i13); HEAP32[i13 >> 2] = 4; HEAP8[i13 + 8 >> 0] = 1; @@ -53371,20 +53963,20 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i3 = __ZNK4wasm7Literal6geti32Ev(i2) | 0; if (i3 >>> 0 > 65535) { i2 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 511](i2, 24676); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 511](i2, 25684); } i2 = HEAP32[i5 >> 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] & 511](i2, 24713); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 511](i2, 25721); i2 = HEAP32[i5 >> 2] | 0; i1 = HEAP32[i2 + 20 >> 2] | 0; } i3 = i1 + i3 | 0; if (i3 >>> 0 > (HEAP32[(HEAP32[i2 >> 2] | 0) + 64 >> 2] | 0) >>> 0) { i1 = HEAP32[i2 + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 511](i1, 24751); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 511](i1, 25759); i1 = HEAP32[i5 >> 2] | 0; i2 = i1; i1 = HEAP32[i1 + 20 >> 2] | 0; @@ -53407,7 +53999,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 3: { - i5 = (HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[12209] | 0); + i5 = (HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[12475] | 0); HEAP32[i6 >> 2] = 1; i1 = i6 + 8 | 0; if (i5) { @@ -53514,80 +54106,6 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE return; } -function __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i8, i7) { - i8 = i8 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0; - i11 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i1 = i11 + 12 | 0; - i2 = i11; - i10 = __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(HEAP32[i8 + 4 >> 2] | 0) | 0; - i9 = __ZN4wasm7Element4listEv(i7) | 0; - if ((HEAP8[HEAP32[(HEAP32[i9 >> 2] | 0) + 4 >> 2] >> 0] | 0) == 0 ? (i9 = __ZN4wasm7Element4listEv(i7) | 0, (HEAP8[HEAP32[(HEAP32[i9 >> 2] | 0) + 8 >> 2] >> 0] | 0) == 0) : 0) { - i1 = __ZN4wasm7Element4listEv(i7) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i10 + 8 >> 2] = i1; - i1 = 2; - } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 18530, 8); - i9 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i8, i1) | 0; - HEAP32[i10 + 8 >> 2] = i9; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); - i1 = 1; - } - i9 = __ZN4wasm7ElementixEj(i7, i1) | 0; - i6 = i10 + 12 | 0; - if (!(HEAP8[i9 >> 0] | 0)) { - i9 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, i1) | 0) | 0; - HEAP32[i6 >> 2] = i9; - i1 = i1 + 1 | 0; - } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 18539, 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 + 88 | 0; - i2 = i10 + 8 | 0; - i9 = i8 + 92 | 0; - i3 = HEAP32[i9 >> 2] | 0; - i5 = i8 + 96 | 0; - if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) { - __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i2); - i2 = HEAP32[i9 >> 2] | 0; - } else { - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - i2 = (HEAP32[i9 >> 2] | 0) + 4 | 0; - HEAP32[i9 >> 2] = i2; - } - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i6); else { - HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 4; - } - i4 = __ZN4wasm22SExpressionWasmBuilder14makeMaybeBlockERNS_7ElementEjj(i8, i7, i1, -1) | 0; - HEAP32[i10 + 16 >> 2] = i4; - i2 = HEAP32[i9 >> 2] | 0; - i1 = i2 + -4 | 0; - i3 = i2; - while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i8 = i3 + -4 | 0; - HEAP32[i9 >> 2] = i8; - i3 = i8; - } - i2 = i2 + -8 | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i8 = i1 + -4 | 0; - HEAP32[i9 >> 2] = i8; - i1 = i8; - } - HEAP32[i10 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; - STACKTOP = i11; - return i10 | 0; -} - function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseFunctionERPcPKc(i15, i14, i1) { i15 = i15 | 0; i14 = i14 | 0; @@ -53623,13 +54141,13 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseFunctionERP default: i16 = 4; } - if ((i16 | 0) == 4) ___assert_fail(26747, 26648, 403, 17838); + if ((i16 | 0) == 4) ___assert_fail(27766, 27667, 403, 17834); 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(26792, 26648, 408, 17838); + if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(27811, 27667, 408, 17834); HEAP32[i14 >> 2] = i1 + 1; i2 = i7 + 12 | 0; i3 = i7 + 8 | 0; @@ -53669,7 +54187,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseFunctionERP } HEAP32[i14 >> 2] = i1 + 1; } - if ((i16 | 0) == 11) ___assert_fail(26804, 26648, 414, 17838); else if ((i16 | 0) == 14) _abort(); else if ((i16 | 0) == 15) i11 = i1; + if ((i16 | 0) == 11) ___assert_fail(27823, 27667, 414, 17834); 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; @@ -53806,6 +54324,7 @@ function __ZNKSt3__17codecvtIwc11__mbstate_tE6do_outERS1_PKwS5_RS5_PcS7_RS7_(i4, STACKTOP = i15; return i1 | 0; } + function __ZZ11instantiateEN19JSExternalInterface5storeEPN4wasm5StoreEjNS0_7LiteralE(i6, i7, i9, i8) { i6 = i6 | 0; i7 = i7 | 0; @@ -53866,12 +54385,12 @@ function __ZZ11instantiateEN19JSExternalInterface5storeEPN4wasm5StoreEjNS0_7Lite switch (i3 | 0) { case 1: { - _emscripten_asm_const_iii(30, i9 | 0, __ZNK4wasm7Literal6geti32Ev(i8) | 0) | 0; + _emscripten_asm_const_iii(29, i9 | 0, __ZNK4wasm7Literal6geti32Ev(i8) | 0) | 0; break L1; } case 2: { - _emscripten_asm_const_iii(31, i9 | 0, __ZNK4wasm7Literal6geti32Ev(i8) | 0) | 0; + _emscripten_asm_const_iii(30, i9 | 0, __ZNK4wasm7Literal6geti32Ev(i8) | 0) | 0; break L1; } case 4: @@ -53888,7 +54407,7 @@ function __ZZ11instantiateEN19JSExternalInterface5storeEPN4wasm5StoreEjNS0_7Lite i11 = __ZN4wasm7Literal10getIntegerEv(i8) | 0; d1 = +(i11 >>> 0) + 4294967296.0 * +(tempRet0 | 0); } - +_emscripten_asm_const_diiid(29, i9 | 0, i3 | 0, i2 & 1 | 0, +d1); + +_emscripten_asm_const_diiid(28, i9 | 0, i3 | 0, i2 & 1 | 0, +d1); } while (0); STACKTOP = i10; return; @@ -53906,33 +54425,33 @@ function _load_asm2wasm(i1) { __ZL12prepare2wasmv(); HEAP8[i4 >> 0] = 0; i1 = __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) | 0; - if (HEAP8[53196] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 15151) | 0; + if (HEAP8[54284] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 15151) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEEC2Ev(i7); i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseToplevelEPc(i7, i1) | 0; - i1 = __Znwj(208) | 0; + i1 = __Znwj(180) | 0; __ZN4wasm6ModuleC2Ev(i1); - HEAP32[12216] = i1; + HEAP32[12482] = i1; i1 = _emscripten_asm_const_i(0) | 0; if (i1 & 65535 | 0) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 15209) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 15209) | 0; _exit(1); } i10 = i1 >>> 16; - i9 = HEAP32[12216] | 0; + i9 = HEAP32[12482] | 0; HEAP32[i9 + 60 >> 2] = i10; i1 = HEAP8[i4 >> 0] | 0; HEAP32[i9 + 64 >> 2] = i1 << 24 >> 24 == 0 ? i10 : -1; - if (HEAP8[53196] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 15277) | 0; + if (HEAP8[54284] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 15277) | 0; i10 = __Znwj(152) | 0; - __ZN4wasm15Asm2WasmBuilderC2ERNS_6ModuleEbbb(i10, HEAP32[12216] | 0, i1 << 24 >> 24 != 0, (HEAP32[12211] | 0) != 0, 0); - HEAP32[12212] = i10; + __ZN4wasm15Asm2WasmBuilderC2ERNS_6ModuleEbbb(i10, HEAP32[12482] | 0, i1 << 24 >> 24 != 0, (HEAP32[12477] | 0) != 0, 0); + HEAP32[12478] = i10; HEAP32[i6 >> 2] = i3; HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i10, i5); - if (HEAP8[53196] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 15289) | 0; - __ZN4wasm15Asm2WasmBuilder8optimizeEv(HEAP32[12212] | 0); - if (HEAP8[53196] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 15304) | 0; - i4 = HEAP32[12212] | 0; + if (HEAP8[54284] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 15289) | 0; + __ZN4wasm15Asm2WasmBuilder8optimizeEv(HEAP32[12478] | 0); + if (HEAP8[54284] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 15304) | 0; + i4 = HEAP32[12478] | 0; i1 = i4 + 52 | 0; i4 = HEAP32[i4 + 48 >> 2] | 0; L16 : while (1) { @@ -54061,6 +54580,124 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD return; } +function __ZN4wasm17WasmBinaryBuilder22readFunctionSignaturesEv(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 + 16 | 0; + i1 = i12 + 4 | 0; + i2 = i12; + i4 = i11 + 12 | 0; + if (HEAP8[i4 >> 0] | 0) { + i10 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19315) | 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, 52432) | 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[i4 >> 0] | 0) { + i10 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19083) | 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, 52432) | 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; + } + i5 = i11 + 28 | 0; + i6 = i11 + 32 | 0; + i7 = i11 + 24 | 0; + i10 = 0; + while (1) { + if (i10 >>> 0 >= i3 >>> 0) break; + if (HEAP8[i4 >> 0] | 0) { + i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19089) | 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, 52432) | 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 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i11) | 0; + i8 = __ZN4wasm6Module15getFunctionTypeEj(HEAP32[i11 >> 2] | 0, i8) | 0; + HEAP32[i2 >> 2] = i8; + i9 = HEAP32[i5 >> 2] | 0; + if (i9 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { + HEAP32[i9 >> 2] = i8; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i2); + i10 = i10 + 1 | 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, i12 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i11 + 12 | 0; + i1 = i11 + 8 | 0; + i3 = i11 + 4 | 0; + i5 = i11; + i6 = i10 + 12 | 0; + if (HEAP8[i6 >> 0] | 0) { + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19926) | 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, 52432) | 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; + } + i8 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0; + i4 = i9 + 24 | 0; + i7 = HEAP32[i10 >> 2] | 0; + i12 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0; + i12 = HEAP32[HEAP32[(HEAP32[i7 + 12 >> 2] | 0) + (i12 << 2) >> 2] >> 2] | 0; + HEAP32[i4 >> 2] = i12; + i7 = HEAP32[i10 >> 2] | 0; + HEAP32[i1 >> 2] = i12; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + i7 = (__ZN4wasm6Module9getImportENS_4NameE(i7, i2) | 0) + 12 | 0; + i7 = HEAP32[i7 >> 2] | 0; + if (!i7) ___assert_fail(40100, 18573, 1794, 19946); + if (((HEAP32[i7 + 12 >> 2] | 0) - (HEAP32[i7 + 8 >> 2] | 0) >> 2 | 0) != (i8 | 0)) ___assert_fail(19903, 18573, 1796, 19946); + if (HEAP8[i6 >> 0] | 0) { + i12 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19962) | 0; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + i12 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i12, i2) | 0, 19983) | 0; + HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i5 >> 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(i12, i2) | 0, 19995) | 0, i8) | 0, 20001) | 0; + } + i1 = i9 + 8 | 0; + __ZN11ArenaVectorIPN4wasm10ExpressionEE6resizeEj(i1, i8); + i2 = i8 + -1 | 0; + i3 = 0; + while (1) { + if ((i3 | 0) == (i8 | 0)) break; + i6 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i10) | 0; + i12 = __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2 - i3 | 0) | 0; + HEAP32[i12 >> 2] = i6; + i3 = i3 + 1 | 0; + } + HEAP32[i9 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + STACKTOP = i11; + return; +} + function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwe(i1, i26, i21, i20, d9) { i1 = i1 | 0; i26 = i26 | 0; @@ -54086,7 +54723,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, 43588, HEAP32[i21 + 4 >> 2] | 0) | 0; + i4 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i5 + 1 | 0, 44654, HEAP32[i21 + 4 >> 2] | 0) | 0; HEAP32[i8 >> 2] = i10; i1 = __ZNSt3__16__clocEv() | 0; if (i4) { @@ -54165,7 +54802,7 @@ function __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vecto 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] & 511](i1, 23499); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 511](i1, 24434); i1 = HEAP32[i12 >> 2] | 0; } HEAP32[i12 >> 2] = i1 + 1; @@ -54181,13 +54818,13 @@ function __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vecto HEAP32[i4 >> 2] = i9; HEAP32[i13 >> 2] = HEAP32[i4 >> 2]; i1 = __ZN4wasm6Module11getFunctionENS_4NameE(i1, i13) | 0; - if (!i1) ___assert_fail(37895, 23511, 675, 23534); + if (!i1) ___assert_fail(38905, 24446, 704, 24469); __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN13FunctionScopeC2EPNS_8FunctionES9_(i13, i1, i6); HEAP32[i5 >> 2] = i8; HEAP32[i5 + 4 >> 2] = i13; __ZN4wasm7VisitorIZNS_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[12210] | 0))) ___assert_fail(23547, 23511, 683, 23534); + if (!((i8 | 0) == 0 | (i8 | 0) == (HEAP32[12476] | 0))) ___assert_fail(24482, 24446, 712, 24469); HEAP32[i11 >> 2] = HEAP32[i7 >> 2]; HEAP32[i11 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; HEAP32[i11 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; @@ -54200,11 +54837,11 @@ function __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vecto HEAP32[i1 + 4 >> 2] = 0; i1 = 0; } else i1 = HEAP32[i11 >> 2] | 0; - if ((i2 | 0) != (i1 | 0)) ___assert_fail(23595, 23511, 686, 23534); + if ((i2 | 0) != (i1 | 0)) ___assert_fail(24530, 24446, 715, 24469); HEAP32[i12 >> 2] = (HEAP32[i12 >> 2] | 0) + -1; i1 = HEAP32[i10 >> 2] | 0; i2 = i1 + -4 | 0; - if ((HEAP32[i2 >> 2] | 0) == (i9 | 0)) i14 = i1; else ___assert_fail(23624, 23511, 688, 23534); + if ((HEAP32[i2 >> 2] | 0) == (i9 | 0)) i14 = i1; else ___assert_fail(24559, 24446, 717, 24469); while (1) { if ((i14 | 0) == (i2 | 0)) break; i12 = i14 + -4 | 0; @@ -54418,7 +55055,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, 43588, HEAP32[i22 + 4 >> 2] | 0) | 0; + i4 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i5 + 1 | 0, 44654, HEAP32[i22 + 4 >> 2] | 0) | 0; HEAP32[i8 >> 2] = i10; i1 = __ZNSt3__16__clocEv() | 0; if (i4) { @@ -54479,65 +55116,6 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 return i26 | 0; } -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, i12 = 0; - i11 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i2 = i11 + 12 | 0; - i1 = i11 + 8 | 0; - i3 = i11 + 4 | 0; - i5 = i11; - i6 = i10 + 12 | 0; - if (HEAP8[i6 >> 0] | 0) { - i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19926) | 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, 51344) | 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; - } - i8 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0; - i4 = i9 + 24 | 0; - i7 = HEAP32[i10 >> 2] | 0; - i12 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i10) | 0; - i12 = HEAP32[HEAP32[(HEAP32[i7 + 12 >> 2] | 0) + (i12 << 2) >> 2] >> 2] | 0; - HEAP32[i4 >> 2] = i12; - i7 = HEAP32[i10 >> 2] | 0; - HEAP32[i1 >> 2] = i12; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - i7 = (__ZN4wasm6Module9getImportENS_4NameE(i7, i2) | 0) + 12 | 0; - i7 = HEAP32[i7 >> 2] | 0; - if (!i7) ___assert_fail(39090, 18690, 1766, 19946); - if ((HEAP32[i7 + 16 >> 2] | 0) != (i8 | 0)) ___assert_fail(19903, 18690, 1768, 19946); - if (HEAP8[i6 >> 0] | 0) { - i12 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19962) | 0; - HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - i12 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i12, i2) | 0, 19983) | 0; - HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i5 >> 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(i12, i2) | 0, 19995) | 0, i8) | 0, 20001) | 0; - } - i1 = i9 + 8 | 0; - __ZN11ArenaVectorIPN4wasm10ExpressionEE6resizeEj(i1, i8); - i2 = i8 + -1 | 0; - i3 = 0; - while (1) { - if ((i3 | 0) == (i8 | 0)) break; - i6 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i10) | 0; - i12 = __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i1, i2 - i3 | 0) | 0; - HEAP32[i12 >> 2] = i6; - i3 = i3 + 1 | 0; - } - HEAP32[i9 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; - STACKTOP = i11; - return; -} - function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__get_white_spaceERS4_S4_RjRKNS_5ctypeIwEE(i1, i5, i6, i7, i4) { i1 = i1 | 0; i5 = i5 | 0; @@ -54627,6 +55205,84 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE return; } +function __ZN4wasm7Builder12makeFunctionENS_4NameEONSt3__16vectorINS_8NameTypeENS2_9allocatorIS4_EEEENS_8WasmTypeES8_PNS_10ExpressionE(i1, i5, i8, i6, i9, i4) { + i1 = i1 | 0; + i5 = i5 | 0; + i8 = i8 | 0; + i6 = i6 | 0; + i9 = i9 | 0; + i4 = i4 | 0; + var i2 = 0, i3 = 0, i7 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0; + i10 = __Znwj(64) | 0; + i11 = i10 + 40 | 0; + HEAP32[i11 >> 2] = 0; + i12 = i10 + 44 | 0; + HEAP32[i12 >> 2] = 0; + i13 = i10 + 48 | 0; + HEAP32[i13 >> 2] = 0; + i14 = i10 + 52 | 0; + i1 = i10 + 56 | 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i10 + 60 >> 2] = 0; + i2 = i10; + i3 = i2 + 36 | 0; + do { + HEAP32[i2 >> 2] = 0; + i2 = i2 + 4 | 0; + } while ((i2 | 0) < (i3 | 0)); + HEAP32[i14 >> 2] = i1; + HEAP32[i10 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i10 + 4 >> 2] = i6; + HEAP32[i10 + 36 >> 2] = i4; + i4 = HEAP32[i8 + 4 >> 2] | 0; + i5 = i10 + 12 | 0; + i6 = i10 + 16 | 0; + i7 = i10 + 8 | 0; + i3 = HEAP32[i8 >> 2] | 0; + while (1) { + if ((i3 | 0) == (i4 | 0)) break; + i1 = i3 + 4 | 0; + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i7, i1); else { + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i5 >> 2] = i2 + 4; + } + i8 = (HEAP32[i12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 2; + i1 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i14, i3) | 0; + HEAP32[i1 >> 2] = i8; + i1 = HEAP32[i12 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i13 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i11, i3); else { + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i12 >> 2] = (HEAP32[i12 >> 2] | 0) + 4; + } + i3 = i3 + 8 | 0; + } + i4 = HEAP32[i9 + 4 >> 2] | 0; + i5 = i10 + 24 | 0; + i6 = i10 + 28 | 0; + i7 = i10 + 20 | 0; + i3 = HEAP32[i9 >> 2] | 0; + while (1) { + if ((i3 | 0) == (i4 | 0)) break; + i1 = i3 + 4 | 0; + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i7, i1); else { + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i5 >> 2] = i2 + 4; + } + i9 = (HEAP32[i12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 2; + i1 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i14, i3) | 0; + HEAP32[i1 >> 2] = i9; + i1 = HEAP32[i12 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i13 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i11, i3); else { + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i12 >> 2] = (HEAP32[i12 >> 2] | 0) + 4; + } + i3 = i3 + 8 | 0; + } + return i10 | 0; +} + function __ZNSt3__19__num_getIwE19__stage2_float_loopEwRbRcPcRS4_wwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSE_RjPw(i4, i9, i12, i7, i10, i2, i3, i8, i13, i14, i11, i5) { i4 = i4 | 0; i9 = i9 | 0; @@ -54684,7 +55340,7 @@ function __ZNSt3__19__num_getIwE19__stage2_float_loopEwRbRcPcRS4_wwRKNS_12basic_ i2 = i1 - i5 | 0; i1 = i2 >> 2; if ((i2 | 0) <= 124) { - i3 = HEAP8[43339 + i1 >> 0] | 0; + i3 = HEAP8[44405 + i1 >> 0] | 0; switch (i1 | 0) { case 24: case 25: @@ -54727,6 +55383,146 @@ function __ZNSt3__19__num_getIwE19__stage2_float_loopEwRbRcPcRS4_wwRKNS_12basic_ return i1 | 0; } +function __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i8, i7) { + i8 = i8 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i1 = i11 + 12 | 0; + i2 = i11; + i10 = __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(HEAP32[i8 + 4 >> 2] | 0) | 0; + i9 = __ZN4wasm7ElementixEj(i7, 1) | 0; + if ((HEAP8[i9 >> 0] | 0) == 0 ? (i9 = __ZN4wasm7ElementixEj(i7, 2) | 0, (HEAP8[i9 >> 0] | 0) == 0) : 0) { + i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, 1) | 0) | 0; + HEAP32[i10 + 8 >> 2] = i1; + i1 = 2; + } else { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 18435, 8); + i9 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i8, i1) | 0; + HEAP32[i10 + 8 >> 2] = i9; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); + i1 = 1; + } + i9 = __ZN4wasm7ElementixEj(i7, i1) | 0; + i6 = i10 + 12 | 0; + if (!(HEAP8[i9 >> 0] | 0)) { + i9 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, i1) | 0) | 0; + HEAP32[i6 >> 2] = i9; + i1 = i1 + 1 | 0; + } else { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 18444, 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 + 88 | 0; + i2 = i10 + 8 | 0; + i9 = i8 + 92 | 0; + i3 = HEAP32[i9 >> 2] | 0; + i5 = i8 + 96 | 0; + if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) { + __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i2); + i2 = HEAP32[i9 >> 2] | 0; + } else { + HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; + i2 = (HEAP32[i9 >> 2] | 0) + 4 | 0; + HEAP32[i9 >> 2] = i2; + } + if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i6); else { + HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 4; + } + i4 = __ZN4wasm22SExpressionWasmBuilder14makeMaybeBlockERNS_7ElementEjj(i8, i7, i1, -1) | 0; + HEAP32[i10 + 16 >> 2] = i4; + i2 = HEAP32[i9 >> 2] | 0; + i1 = i2 + -4 | 0; + i3 = i2; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + i8 = i3 + -4 | 0; + HEAP32[i9 >> 2] = i8; + i3 = i8; + } + i2 = i2 + -8 | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + i8 = i1 + -4 | 0; + HEAP32[i9 >> 2] = i8; + i1 = i8; + } + HEAP32[i10 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; + STACKTOP = i11; + return i10 | 0; +} + +function __ZN4wasm14SimplifyLocals15doNoteNonLinearEPS0_PPNS_10ExpressionE(i8, i1) { + i8 = i8 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i10 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i7 = i9 + 24 | 0; + i5 = i9 + 8 | 0; + i6 = i9; + i1 = HEAP32[i1 >> 2] | 0; + L1 : do switch (HEAP32[i1 >> 2] | 0) { + case 4: + { + i1 = __ZN4wasm10Expression4castINS_5BreakEEEPT_v(i1) | 0; + if (HEAP32[i1 + 12 >> 2] | 0) { + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i7, i8 + 64 | 0, i1 + 8 | 0); + i2 = 14; + break L1; + } + i4 = __ZNSt3__13mapIN4wasm4NameENS_6vectorINS1_14SimplifyLocals10BlockBreakENS_9allocatorIS5_EEEENS_4lessIS2_EENS6_INS_4pairIKS2_S8_EEEEEixERSC_(i8 + 52 | 0, i1 + 8 | 0) | 0; + HEAP32[i5 >> 2] = i1; + i1 = i5 + 4 | 0; + __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableInfoEEENS_19__map_value_compareIjS5_NS_4lessIjEELb1EEENS_9allocatorIS5_EEEC2EOSC_(i1, i8 + 40 | 0); + i2 = i4 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i4 + 8 >> 2] | 0) >>> 0) { + __ZN4wasm14SimplifyLocals10BlockBreakC2EOS1_(i3, i5); + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 16; + } else __ZNSt3__16vectorIN4wasm14SimplifyLocals10BlockBreakENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i5); + __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableInfoEEENS_19__map_value_compareIjS5_NS_4lessIjEELb1EEENS_9allocatorIS5_EEED2Ev(i1); + i2 = 14; + break; + } + case 1: + break; + case 2: + { + i7 = (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i1) | 0) + 16 | 0; + if (!(HEAP32[i7 >> 2] | 0)) i2 = 14; else ___assert_fail(36344, 36027, 123, 36371); + break; + } + case 5: + { + i1 = __ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i1) | 0; + i2 = i1 + 8 | 0; + i3 = HEAP32[i1 + 16 >> 2] | 0; + i4 = i8 + 64 | 0; + i5 = 0; + while (1) { + if ((i5 | 0) == (i3 | 0)) break; + i10 = __ZNK11ArenaVectorIN4wasm4NameEEixEj(i2, i5) | 0; + HEAP32[i6 >> 2] = HEAP32[i10 >> 2]; + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i7, i4, i6); + i5 = i5 + 1 | 0; + } + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i7, i4, i1 + 24 | 0); + i2 = 14; + break; + } + default: + i2 = 14; + } while (0); + if ((i2 | 0) == 14) __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableInfoEEENS_19__map_value_compareIjS5_NS_4lessIjEELb1EEENS_9allocatorIS5_EEE5clearEv(i8 + 40 | 0); + STACKTOP = i9; + return; +} + function __ZN4wasm10PassRunner28addDefaultOptimizationPassesEv(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0; @@ -54740,28 +55536,28 @@ function __ZN4wasm10PassRunner28addDefaultOptimizationPassesEv(i1) { i5 = i2 + 24 | 0; i4 = i2 + 12 | 0; i3 = i2; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i10, 31210, 17); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i10, 32276, 17); __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i1, i10); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i9, 32500, 19); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i9, 33566, 19); __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i1, i9); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i8, 30418, 21); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i8, 31484, 21); __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i1, i8); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i8); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, 34100, 15); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, 35166, 15); __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i1, i7); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 28129, 12); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 29155, 12); __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i1, i6); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 36010, 14); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 37076, 14); __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i1, i5); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 36807, 6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 37873, 6); __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i1, i4); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i3, 30418, 21); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i3, 31484, 21); __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i1, i3); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); STACKTOP = i2; @@ -54786,7 +55582,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, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 52432) | 0; __ZNSt3__16localeD2Ev(i4); i1 = HEAP32[i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; i4 = i5 + 8 | 0; @@ -54862,7 +55658,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, 57291, HEAP32[i19 + 4 >> 2] | 0) | 0; + i25 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 58379, HEAP32[i19 + 4 >> 2] | 0) | 0; HEAP32[i6 >> 2] = i8; i1 = __ZNSt3__16__clocEv() | 0; if (i25) { @@ -54943,7 +55739,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, 57291, HEAP32[i20 + 4 >> 2] | 0) | 0; + i25 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 58379, HEAP32[i20 + 4 >> 2] | 0) | 0; HEAP32[i6 >> 2] = i8; i1 = __ZNSt3__16__clocEv() | 0; if (i25) { @@ -55280,7 +56076,7 @@ function __ZN4wasm7VisitorINS_16PrintSExpressionEvE5visitEPNS_10ExpressionE(i3, i4 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i1 = i4; - if (!i2) ___assert_fail(34755, 37339, 68, 34760); + if (!i2) ___assert_fail(35821, 40434, 68, 35826); do switch (HEAP32[i2 >> 2] | 0) { case 1: { @@ -55412,7 +56208,7 @@ function __ZN4wasm15Asm2WasmBuilder16parseAsmBinaryOpEN6cashew7IStringENS1_3RefE i14 = i15; i7 = HEAP32[i1 >> 2] | 0; i8 = i7; - do if ((i7 | 0) != (HEAP32[12259] | 0)) if ((i7 | 0) != (HEAP32[12260] | 0)) if ((i7 | 0) != (HEAP32[12274] | 0)) if ((i7 | 0) != (HEAP32[12262] | 0)) if ((i7 | 0) != (HEAP32[12261] | 0)) if ((i7 | 0) != (HEAP32[12263] | 0)) if ((i7 | 0) != (HEAP32[12276] | 0)) if ((i7 | 0) != (HEAP32[12275] | 0)) if ((i7 | 0) != (HEAP32[12277] | 0)) if ((i7 | 0) != (HEAP32[12270] | 0)) if ((i7 | 0) != (HEAP32[12271] | 0)) { + do if ((i7 | 0) != (HEAP32[12525] | 0)) if ((i7 | 0) != (HEAP32[12526] | 0)) if ((i7 | 0) != (HEAP32[12540] | 0)) if ((i7 | 0) != (HEAP32[12528] | 0)) if ((i7 | 0) != (HEAP32[12527] | 0)) if ((i7 | 0) != (HEAP32[12529] | 0)) if ((i7 | 0) != (HEAP32[12542] | 0)) if ((i7 | 0) != (HEAP32[12541] | 0)) if ((i7 | 0) != (HEAP32[12543] | 0)) if ((i7 | 0) != (HEAP32[12536] | 0)) if ((i7 | 0) != (HEAP32[12537] | 0)) { i4 = HEAP32[i4 >> 2] | 0; HEAP32[i2 >> 2] = i4; HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; @@ -55424,31 +56220,31 @@ function __ZN4wasm15Asm2WasmBuilder16parseAsmBinaryOpEN6cashew7IStringENS1_3RefE HEAP32[i12 >> 2] = HEAP32[i6 >> 2]; i1 = __ZN4wasm15Asm2WasmBuilder18isUnsignedCoercionEN6cashew3RefE(i10, i12) | 0; } - if ((i7 | 0) == (HEAP32[12272] | 0)) { + if ((i7 | 0) == (HEAP32[12538] | 0)) { i11 = i2 ? (i1 ? 4 : 3) : 15; break; } - if ((i7 | 0) == (HEAP32[12273] | 0)) { + if ((i7 | 0) == (HEAP32[12539] | 0)) { i11 = i2 & i1 ? 6 : 5; break; } - if ((i7 | 0) == (HEAP32[12267] | 0)) { + if ((i7 | 0) == (HEAP32[12533] | 0)) { i11 = i2 ? (i1 ? 28 : 27) : 32; break; } - if ((i7 | 0) == (HEAP32[12269] | 0)) { + if ((i7 | 0) == (HEAP32[12535] | 0)) { i11 = i2 ? (i1 ? 26 : 25) : 31; break; } - if ((i7 | 0) == (HEAP32[12268] | 0)) { + if ((i7 | 0) == (HEAP32[12534] | 0)) { i11 = i2 ? (i1 ? 24 : 23) : 30; break; } - if ((i7 | 0) == (HEAP32[12266] | 0)) { + if ((i7 | 0) == (HEAP32[12532] | 0)) { STACKTOP = i15; return (i2 ? (i1 ? 22 : 21) : 29) | 0; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i13, 25828, 18); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i13, 26847, 18); HEAP32[i14 >> 2] = i8; HEAP32[i12 >> 2] = HEAP32[i14 >> 2]; __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i13, i12); @@ -55505,7 +56301,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterCurlyE break; } HEAP32[i14 >> 2] = i1 + 1; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i12, i14, 27716) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i12, i14, 28735) | 0; HEAP32[i5 >> 2] = i13; HEAP32[i6 >> 2] = HEAP32[i11 >> 2]; HEAP32[i9 >> 2] = i1; @@ -55531,7 +56327,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterCurlyE } HEAP32[i14 >> 2] = i1 + 1; } - if ((i15 | 0) == 3) ___assert_fail(27604, 26648, 695, 27660); else if ((i15 | 0) == 5) ___assert_fail(27676, 26648, 698, 27660); else if ((i15 | 0) == 7) ___assert_fail(27148, 26648, 701, 27660); else if ((i15 | 0) == 10) _abort(); else if ((i15 | 0) == 11) i10 = i1; + if ((i15 | 0) == 3) ___assert_fail(28623, 27667, 695, 28679); else if ((i15 | 0) == 5) ___assert_fail(28695, 27667, 698, 28679); else if ((i15 | 0) == 7) ___assert_fail(28167, 27667, 701, 28679); else if ((i15 | 0) == 10) _abort(); else if ((i15 | 0) == 11) i10 = i1; HEAP32[i14 >> 2] = i10 + 1; STACKTOP = i16; return i13 | 0; @@ -55651,66 +56447,66 @@ function __ZNSt3__18ios_base4InitC2Ev(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[1492] | 0; - __ZNSt3__110__stdinbufIcEC2EP8_IO_FILEP11__mbstate_t(50896, i3, 50952); - HEAP32[12554] = 10312; - HEAP32[12556] = 10332; - HEAP32[12555] = 0; - __ZNSt3__18ios_base4initEPv(50224, 50896); - HEAP32[12574] = 0; - HEAP32[12575] = -1; + __ZNSt3__110__stdinbufIcEC2EP8_IO_FILEP11__mbstate_t(51984, i3, 52040); + HEAP32[12826] = 10312; + HEAP32[12828] = 10332; + HEAP32[12827] = 0; + __ZNSt3__18ios_base4initEPv(51312, 51984); + HEAP32[12846] = 0; + HEAP32[12847] = -1; i2 = HEAP32[1462] | 0; - __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(51e3, i2, 50960); - HEAP32[12576] = 10392; - HEAP32[12577] = 10412; - __ZNSt3__18ios_base4initEPv(50308, 51e3); - HEAP32[12595] = 0; - HEAP32[12596] = -1; + __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(52088, i2, 52048); + HEAP32[12848] = 10392; + HEAP32[12849] = 10412; + __ZNSt3__18ios_base4initEPv(51396, 52088); + HEAP32[12867] = 0; + HEAP32[12868] = -1; i1 = HEAP32[1433] | 0; - __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(51048, i1, 50968); - HEAP32[12597] = 10392; - HEAP32[12598] = 10412; - __ZNSt3__18ios_base4initEPv(50392, 51048); - HEAP32[12616] = 0; - HEAP32[12617] = -1; - i4 = HEAP32[50388 + (HEAP32[(HEAP32[12597] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; - HEAP32[12618] = 10392; - HEAP32[12619] = 10412; - __ZNSt3__18ios_base4initEPv(50476, i4); - HEAP32[12637] = 0; - HEAP32[12638] = -1; - HEAP32[50216 + (HEAP32[(HEAP32[12554] | 0) + -12 >> 2] | 0) + 72 >> 2] = 50304; - i4 = 50388 + (HEAP32[(HEAP32[12597] | 0) + -12 >> 2] | 0) + 4 | 0; + __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(52136, i1, 52056); + HEAP32[12869] = 10392; + HEAP32[12870] = 10412; + __ZNSt3__18ios_base4initEPv(51480, 52136); + HEAP32[12888] = 0; + HEAP32[12889] = -1; + i4 = HEAP32[51476 + (HEAP32[(HEAP32[12869] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; + HEAP32[12890] = 10392; + HEAP32[12891] = 10412; + __ZNSt3__18ios_base4initEPv(51564, i4); + HEAP32[12909] = 0; + HEAP32[12910] = -1; + HEAP32[51304 + (HEAP32[(HEAP32[12826] | 0) + -12 >> 2] | 0) + 72 >> 2] = 51392; + i4 = 51476 + (HEAP32[(HEAP32[12869] | 0) + -12 >> 2] | 0) + 4 | 0; HEAP32[i4 >> 2] = HEAP32[i4 >> 2] | 8192; - HEAP32[50388 + (HEAP32[(HEAP32[12597] | 0) + -12 >> 2] | 0) + 72 >> 2] = 50304; - __ZNSt3__110__stdinbufIwEC2EP8_IO_FILEP11__mbstate_t(51096, i3, 50976); - HEAP32[12639] = 10352; - HEAP32[12641] = 10372; - HEAP32[12640] = 0; - __ZNSt3__18ios_base4initEPv(50564, 51096); - HEAP32[12659] = 0; - HEAP32[12660] = -1; - __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(51152, i2, 50984); - HEAP32[12661] = 10432; - HEAP32[12662] = 10452; - __ZNSt3__18ios_base4initEPv(50648, 51152); - HEAP32[12680] = 0; - HEAP32[12681] = -1; - __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(51200, i1, 50992); - HEAP32[12682] = 10432; - HEAP32[12683] = 10452; - __ZNSt3__18ios_base4initEPv(50732, 51200); - HEAP32[12701] = 0; - HEAP32[12702] = -1; - i1 = HEAP32[50728 + (HEAP32[(HEAP32[12682] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; - HEAP32[12703] = 10432; - HEAP32[12704] = 10452; - __ZNSt3__18ios_base4initEPv(50816, i1); - HEAP32[12722] = 0; - HEAP32[12723] = -1; - HEAP32[50556 + (HEAP32[(HEAP32[12639] | 0) + -12 >> 2] | 0) + 72 >> 2] = 50644; - i1 = 50728 + (HEAP32[(HEAP32[12682] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[51476 + (HEAP32[(HEAP32[12869] | 0) + -12 >> 2] | 0) + 72 >> 2] = 51392; + __ZNSt3__110__stdinbufIwEC2EP8_IO_FILEP11__mbstate_t(52184, i3, 52064); + HEAP32[12911] = 10352; + HEAP32[12913] = 10372; + HEAP32[12912] = 0; + __ZNSt3__18ios_base4initEPv(51652, 52184); + HEAP32[12931] = 0; + HEAP32[12932] = -1; + __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(52240, i2, 52072); + HEAP32[12933] = 10432; + HEAP32[12934] = 10452; + __ZNSt3__18ios_base4initEPv(51736, 52240); + HEAP32[12952] = 0; + HEAP32[12953] = -1; + __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(52288, i1, 52080); + HEAP32[12954] = 10432; + HEAP32[12955] = 10452; + __ZNSt3__18ios_base4initEPv(51820, 52288); + HEAP32[12973] = 0; + HEAP32[12974] = -1; + i1 = HEAP32[51816 + (HEAP32[(HEAP32[12954] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; + HEAP32[12975] = 10432; + HEAP32[12976] = 10452; + __ZNSt3__18ios_base4initEPv(51904, i1); + HEAP32[12994] = 0; + HEAP32[12995] = -1; + HEAP32[51644 + (HEAP32[(HEAP32[12911] | 0) + -12 >> 2] | 0) + 72 >> 2] = 51732; + i1 = 51816 + (HEAP32[(HEAP32[12954] | 0) + -12 >> 2] | 0) + 4 | 0; HEAP32[i1 >> 2] = HEAP32[i1 >> 2] | 8192; - HEAP32[50728 + (HEAP32[(HEAP32[12682] | 0) + -12 >> 2] | 0) + 72 >> 2] = 50644; + HEAP32[51816 + (HEAP32[(HEAP32[12954] | 0) + -12 >> 2] | 0) + 72 >> 2] = 51732; return; } @@ -55725,7 +56521,7 @@ function __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i9, i5 i1 = i11 + 8 | 0; i2 = i11 + 4 | 0; i3 = i11; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 48900) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 49964) | 0) { i4 = __ZN6cashew3RefixEj(i5, 1) | 0; i4 = __ZN6cashew5Value10getIStringEv(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; @@ -55734,12 +56530,12 @@ function __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i9, i5 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(25200, 14199, 288, 25905); else { + 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(26219, 14199, 288, 26924); 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, 48948) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i5, 1) | 0, 0) | 0, 48900) | 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, 50012) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i5, 1) | 0, 0) | 0, 49964) | 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); if ((i10 | 0) == 11) { HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; HEAP32[i3 >> 2] = HEAP32[i9 + 80 >> 2]; @@ -55751,71 +56547,6 @@ function __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i9, i5 return i7 | 0; } -function __ZN4wasm7Builder12makeFunctionENS_4NameEONSt3__16vectorINS_8NameTypeENS2_9allocatorIS4_EEEENS_8WasmTypeES8_PNS_10ExpressionE(i1, i3, i8, i4, i13, i2) { - i1 = i1 | 0; - i3 = i3 | 0; - i8 = i8 | 0; - i4 = i4 | 0; - i13 = i13 | 0; - i2 = i2 | 0; - var i5 = 0, i6 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0; - i14 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i14 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i14 + 4 >> 2] = i4; - HEAP32[i14 + 36 >> 2] = i2; - i5 = HEAP32[i8 + 4 >> 2] | 0; - i6 = i14 + 12 | 0; - i7 = i14 + 16 | 0; - i4 = i14 + 8 | 0; - i9 = i14 + 40 | 0; - i10 = i14 + 44 | 0; - i11 = i14 + 52 | 0; - i12 = i14 + 48 | 0; - i3 = HEAP32[i8 >> 2] | 0; - while (1) { - if ((i3 | 0) == (i5 | 0)) break; - i1 = i3 + 4 | 0; - i2 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i7 >> 2] | 0)) __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i1); else { - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i6 >> 2] = i2 + 4; - } - i8 = (HEAP32[i10 >> 2] | 0) - (HEAP32[i9 >> 2] | 0) >> 2; - i1 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i11, i3) | 0; - HEAP32[i1 >> 2] = i8; - i1 = HEAP32[i10 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i12 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i9, i3); else { - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 4; - } - i3 = i3 + 8 | 0; - } - i4 = HEAP32[i13 + 4 >> 2] | 0; - i5 = i14 + 24 | 0; - i6 = i14 + 28 | 0; - i7 = i14 + 20 | 0; - i3 = HEAP32[i13 >> 2] | 0; - while (1) { - if ((i3 | 0) == (i4 | 0)) break; - i1 = i3 + 4 | 0; - i2 = HEAP32[i5 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i7, i1); else { - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i5 >> 2] = i2 + 4; - } - i13 = (HEAP32[i10 >> 2] | 0) - (HEAP32[i9 >> 2] | 0) >> 2; - i1 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i11, i3) | 0; - HEAP32[i1 >> 2] = i13; - i1 = HEAP32[i10 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i12 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i9, i3); else { - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 4; - } - i3 = i3 + 8 | 0; - } - return i14 | 0; -} - function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE17__get_white_spaceERS4_S4_RjRKNS_5ctypeIcEE(i2, i5, i6, i7, i1) { i2 = i2 | 0; i5 = i5 | 0; @@ -55994,71 +56725,6 @@ function __ZNSt3__1L12ucs4_to_utf8EPKjS1_RS1_PhS3_RS3_mNS_12codecvt_modeE(i1, i8 return i1 | 0; } -function __ZN4wasm14SimplifyLocals15doNoteNonLinearEPS0_PPNS_10ExpressionE(i7, i1) { - i7 = i7 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; - i8 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i5 = i8 + 24 | 0; - i6 = i8 + 8 | 0; - i4 = i8; - i1 = HEAP32[i1 >> 2] | 0; - L1 : do switch (HEAP32[i1 >> 2] | 0) { - case 4: - { - i1 = __ZN4wasm10Expression4castINS_5BreakEEEPT_v(i1) | 0; - if (HEAP32[i1 + 12 >> 2] | 0) { - __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i5, i7 + 64 | 0, i1 + 8 | 0); - i2 = 13; - break L1; - } - i4 = __ZNSt3__13mapIN4wasm4NameENS_6vectorINS1_14SimplifyLocals10BlockBreakENS_9allocatorIS5_EEEENS_4lessIS2_EENS6_INS_4pairIKS2_S8_EEEEEixERSC_(i7 + 52 | 0, i1 + 8 | 0) | 0; - HEAP32[i6 >> 2] = i1; - i1 = i6 + 4 | 0; - __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableInfoEEENS_19__map_value_compareIjS5_NS_4lessIjEELb1EEENS_9allocatorIS5_EEEC2EOSC_(i1, i7 + 40 | 0); - i2 = i4 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i4 + 8 >> 2] | 0) >>> 0) { - __ZN4wasm14SimplifyLocals10BlockBreakC2EOS1_(i3, i6); - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 16; - } else __ZNSt3__16vectorIN4wasm14SimplifyLocals10BlockBreakENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i6); - __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableInfoEEENS_19__map_value_compareIjS5_NS_4lessIjEELb1EEENS_9allocatorIS5_EEED2Ev(i1); - i2 = 13; - break; - } - case 1: - break; - case 2: - { - i6 = (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i1) | 0) + 16 | 0; - if (!(HEAP32[i6 >> 2] | 0)) i2 = 13; else ___assert_fail(35278, 34961, 123, 35305); - break; - } - case 5: - { - i3 = __ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i1) | 0; - i1 = HEAP32[i3 + 12 >> 2] | 0; - i2 = i7 + 64 | 0; - i3 = HEAP32[i3 + 8 >> 2] | 0; - while (1) { - if ((i3 | 0) == (i1 | 0)) { - i2 = 13; - break L1; - } - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i5, i2, i4); - i3 = i3 + 4 | 0; - } - } - default: - i2 = 13; - } while (0); - if ((i2 | 0) == 13) __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableInfoEEENS_19__map_value_compareIjS5_NS_4lessIjEELb1EEENS_9allocatorIS5_EEE5clearEv(i7 + 40 | 0); - STACKTOP = i8; - return; -} - function _pop_arg_529(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -56169,67 +56835,69 @@ function _pop_arg_529(i2, i3, i1) { return; } -function __ZZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementEENKUlPKcS2_E_clES4_S2_(i1, i2, i7) { - i1 = i1 | 0; - i2 = i2 | 0; - i7 = i7 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; - i11 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i9 = i11 + 20 | 0; - i3 = i11 + 16 | 0; - i6 = i11 + 4 | 0; - i10 = i11; - i8 = HEAP32[i1 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, i2, _strlen(i2) | 0); - i1 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i8, i6) | 0; - HEAP32[i3 >> 2] = i1; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); - i6 = __ZN4wasm7Element4listEv(i7) | 0; - i6 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i6 >> 2] >> 2] | 0) | 0; - if ((i6 | 0) != (HEAP32[12385] | 0) ? (i6 = __ZN4wasm7Element4listEv(i7) | 0, i6 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i6 >> 2] >> 2] | 0) | 0, (i6 | 0) != (HEAP32[12386] | 0)) : 0) { - i5 = i1; - i6 = 0; - } else { - i6 = __ZN4wasm7Element4listEv(i7) | 0; - if (!(HEAP8[(HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2] | 0) + 20 >> 0] | 0)) { - i5 = i1; - i6 = 1; - } else { - i5 = __ZN4wasm7Element4listEv(i7) | 0; - i5 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i3 >> 2] = i5; - i6 = 1; - } - } - i4 = i8 + 92 | 0; - i1 = HEAP32[i4 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i8 + 96 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i8 + 88 | 0, i3); else { - HEAP32[i1 >> 2] = i5; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; +function __ZN4wasm17WasmBinaryBuilder16readDataSegmentsEv(i19) { + i19 = i19 | 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, i20 = 0; + i20 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i1 = i20 + 24 | 0; + i17 = i20 + 20 | 0; + i18 = i20 + 16 | 0; + i16 = i20; + i9 = i20 + 12 | 0; + if (HEAP8[i19 + 12 >> 0] | 0) { + i15 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20888) | 0; + i14 = __ZNKSt3__18ios_base6getlocEv(i15 + (HEAP32[(HEAP32[i15 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i14; + i14 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + i14 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i14 >> 2] | 0) + 28 >> 2] & 63](i14, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i15, i14) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i15) | 0; } - i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i8, i7) | 0; - i3 = HEAP32[i4 >> 2] | 0; - i2 = i3 + -4 | 0; + i10 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i19) | 0; + i11 = i1 + 4 | 0; + i12 = i1 + 8 | 0; + i13 = i1 + 12 | 0; + i14 = i16 + 4 | 0; + i15 = i16 + 8 | 0; + i5 = i1 + 4 | 0; + i8 = 0; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i7 = i3 + -4 | 0; - HEAP32[i4 >> 2] = i7; - i3 = i7; - } - if (!i6) { - HEAP32[i10 >> 2] = i5; - HEAP32[i9 >> 2] = HEAP32[i10 >> 2]; - if (__ZN4wasm11BreakSeeker3hasEPNS_10ExpressionENS_4NameE(i1, i9) | 0) { - i10 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i8 + 4 >> 2] | 0) | 0; - HEAP32[i10 + 8 >> 2] = i5; - __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i10 + 12 | 0, i1); - __ZN4wasm5Block8finalizeEv(i10); - i1 = i10; + if (i8 >>> 0 >= i10 >>> 0) break; + HEAP32[i11 >> 2] = 0; + HEAP32[i12 >> 2] = 0; + HEAP32[i13 >> 2] = 0; + i6 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i19) | 0; + HEAP32[i17 >> 2] = i6; + i7 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i19) | 0; + HEAP32[i18 >> 2] = i7; + HEAP32[i16 >> 2] = 0; + HEAP32[i14 >> 2] = 0; + HEAP32[i15 >> 2] = 0; + __ZNSt3__16vectorIcNS_9allocatorIcEEE6resizeEj(i16, i7); + i1 = 0; + while (1) { + if (i1 >>> 0 >= i7 >>> 0) break; + i4 = __ZN4wasm17WasmBinaryBuilder7getInt8Ev(i19) | 0; + HEAP8[(HEAP32[i16 >> 2] | 0) + i1 >> 0] = i4; + i1 = i1 + 1 | 0; } - } else HEAP32[((HEAP32[i1 >> 2] | 0) == 1 ? i1 : 0) + 8 >> 2] = i5; - STACKTOP = i11; - return i1 | 0; + i1 = HEAP32[i19 >> 2] | 0; + i2 = HEAP32[i16 >> 2] | 0; + HEAP32[i9 >> 2] = i2; + i3 = i1 + 72 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i1 + 76 >> 2] | 0) >>> 0) { + __ZN4wasm6Memory7SegmentC2EjPKcj(i4, i6, i2, i7); + HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 16; + } else __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJRjPKcS8_EEEvDpOT_(i1 + 68 | 0, i17, i9, i18); + __ZNSt3__113__vector_baseIcNS_9allocatorIcEEED2Ev(i16); + __ZNSt3__113__vector_baseIcNS_9allocatorIcEEED2Ev(i5); + i8 = i8 + 1 | 0; + } + STACKTOP = i20; + return; } function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitStoreEPNS_5StoreE(i1, i4, i2) { @@ -56337,6 +57005,62 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } +function __ZN4wasm13WasmValidator11visitModuleEPNS_6ModuleE(i19, i17) { + i19 = i19 | 0; + i17 = i17 | 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, i18 = 0, i20 = 0, i21 = 0; + i20 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i13 = i20 + 32 | 0; + i18 = i20 + 8 | 0; + i5 = i20 + 28 | 0; + i12 = i20; + i6 = i20 + 24 | 0; + i14 = i20 + 20 | 0; + i15 = i20 + 4 | 0; + HEAP32[i18 + 4 >> 2] = 0; + HEAP32[i18 + 8 >> 2] = 0; + HEAP32[i18 >> 2] = i18 + 4; + i7 = HEAP32[i17 + 28 >> 2] | 0; + i8 = i17 + 36 | 0; + i9 = i17 + 40 | 0; + i11 = HEAP32[i17 + 24 >> 2] | 0; + while (1) { + if ((i11 | 0) == (i7 | 0)) break; + i10 = HEAP32[(HEAP32[i11 >> 2] | 0) + 4 >> 2] | 0; + i2 = HEAP32[i9 >> 2] | 0; + i3 = i10; + i4 = HEAP32[i8 >> 2] | 0; + i1 = 0; + while (1) { + if ((i4 | 0) == (i2 | 0)) break; + i21 = (HEAP32[HEAP32[i4 >> 2] >> 2] | 0) == (i3 | 0); + i1 = i1 | i21; + if (i21) break; else i4 = i4 + 4 | 0; + } + HEAP32[i5 >> 2] = i10; + HEAP32[i13 >> 2] = HEAP32[i5 >> 2]; + __ZN4wasm13WasmValidator12shouldBeTrueINS_4NameEEEbbT_PKc(i19, i1, i13, 21684) | 0; + i10 = HEAP32[HEAP32[i11 >> 2] >> 2] | 0; + HEAP32[i12 >> 2] = i10; + i21 = (__ZNKSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE14__count_uniqueIS2_EEjRKT_(i18, i12) | 0) != 0; + HEAP32[i6 >> 2] = i10; + HEAP32[i13 >> 2] = HEAP32[i6 >> 2]; + __ZN4wasm13WasmValidator13shouldBeFalseINS_4NameEEEbbT_PKc(i19, i21, i13, 21713) | 0; + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i13, i18, i12); + i11 = i11 + 4 | 0; + } + i1 = i17 + 84 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i2 | 0 ? (HEAP32[i14 >> 2] = i2, HEAP32[i13 >> 2] = HEAP32[i14 >> 2], i16 = __ZN4wasm6Module13checkFunctionENS_4NameE(i17, i13) | 0, HEAP32[i15 >> 2] = HEAP32[i1 >> 2], HEAP32[i13 >> 2] = HEAP32[i15 >> 2], __ZN4wasm13WasmValidator12shouldBeTrueINS_4NameEEEbbT_PKc(i19, (i16 | 0) != 0, i13, 21743) | 0) : 0) { + __ZN4wasm13WasmValidator12shouldBeTrueIPNS_6ModuleEEEbbT_PKc(i19, (HEAP32[i16 + 12 >> 2] | 0) == (HEAP32[i16 + 8 >> 2] | 0), i17, 21763) | 0; + __ZN4wasm13WasmValidator12shouldBeTrueIPNS_6ModuleEEEbbT_PKc(i19, (HEAP32[i16 + 4 >> 2] | 0) == 0, i17, 21788) | 0; + } + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEED2Ev(i18); + STACKTOP = i20; + return; +} + function _scanexp(i8, i3) { i8 = i8 | 0; i3 = i3 | 0; @@ -56427,7 +57151,7 @@ function __ZN4wasm14ModuleInstance18printFunctionStackEv(i12, i1) { i5 = i13 + 24 | 0; i9 = i13 + 12 | 0; i10 = i13; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i12, 24775, 39); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i12, 25783, 39); i11 = i1 + 8 | 0; i6 = i4 + 8 | 0; i7 = i4 + 1 | 0; @@ -56436,7 +57160,7 @@ function __ZN4wasm14ModuleInstance18printFunctionStackEv(i12, i1) { while (1) { i3 = i1 + -1 | 0; if ((i1 | 0) <= 0) break; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i9, 24815, 3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i9, 25823, 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]; @@ -56447,7 +57171,7 @@ function __ZN4wasm14ModuleInstance18printFunctionStackEv(i12, i1) { HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i5, 28946) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i5, 29972) | 0; HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; HEAP32[i4 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i4 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -56465,7 +57189,7 @@ function __ZN4wasm14ModuleInstance18printFunctionStackEv(i12, i1) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); i1 = i3; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i10, 24819, 4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i10, 25827, 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; @@ -56597,7 +57321,7 @@ function __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7Literal } __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i3, i9); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i12 + 8 | 0, i11) | 0, 24007) | 0, i5, i6) | 0, 24010) | 0, i7, i8) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i12 + 8 | 0, i11) | 0, 21124) | 0, i5, i6) | 0, 24942) | 0, i7, i8) | 0; i11 = HEAP32[i4 + 24 >> 2] | 0; i9 = HEAP32[(HEAP32[i11 >> 2] | 0) + 20 >> 2] | 0; __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv(i10, i3); @@ -56656,7 +57380,7 @@ function __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralE } __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i3, i9); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i12 + 8 | 0, i11) | 0, 24007) | 0, i5, i6) | 0, 24010) | 0, i7, i8) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i12 + 8 | 0, i11) | 0, 21124) | 0, i5, i6) | 0, 24942) | 0, i7, i8) | 0; i11 = HEAP32[i4 + 24 >> 2] | 0; i9 = HEAP32[(HEAP32[i11 >> 2] | 0) + 20 >> 2] | 0; __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv(i10, i3); @@ -56668,101 +57392,152 @@ function __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralE return; } -function __ZN4wasm22SExpressionWasmBuilder8makeLoadERNS_7ElementENS_8WasmTypeE(i10, i8, i1) { - i10 = i10 | 0; - i8 = i8 | 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; - } - case 49: - { - if ((HEAP8[i3 + 6 >> 0] | 0) == 54) { - HEAP32[i2 >> 2] = 2; - i7 = 2; - i5 = i3 + 7 | 0; - break L1; - } else ___assert_fail(18270, 17541, 823, 18286); - break; - } - case 51: - { - if ((HEAP8[i3 + 6 >> 0] | 0) == 50) { - HEAP32[i2 >> 2] = 4; - i7 = 4; - i5 = i3 + 7 | 0; - break L1; - } else ___assert_fail(18295, 17541, 827, 18286); - break; - } - default: - { - i7 = i1; - i5 = i4; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitSwitchEPNS_6SwitchE(i12, i4, i6) { + i12 = i12 | 0; + i4 = i4 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i13 = 0, i14 = 0, i15 = 0; + i15 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i1 = i15 + 24 | 0; + i2 = i15; + HEAP32[i12 >> 2] = 0; + i8 = i12 + 8 | 0; + i11 = i8; + HEAP32[i11 >> 2] = 0; + HEAP32[i11 + 4 >> 2] = 0; + i11 = i12 + 16 | 0; + HEAP32[i11 >> 2] = 0; + i3 = HEAP32[i6 + 32 >> 2] | 0; + if (i3) { + __ZN4wasm7VisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i1, i4, i3); + HEAP32[i12 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i12 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i12 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + HEAP32[i12 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; + HEAP32[i12 + 16 >> 2] = HEAP32[i1 + 16 >> 2]; + if (!(HEAP32[i11 >> 2] | 0)) { + i10 = i8; + i7 = i12; + i9 = HEAP32[i10 >> 2] | 0; + i10 = HEAP32[i10 + 4 >> 2] | 0; + i13 = HEAP32[i12 >> 2] | 0; + i14 = HEAP32[i12 + 4 >> 2] | 0; + i5 = 5; } - } 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; + } else { + i7 = i12; + i9 = 0; + i10 = 0; + i13 = 0; + i14 = 0; + i5 = 5; + } + if ((i5 | 0) == 5 ? (__ZN4wasm7VisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i4, HEAP32[i6 + 28 >> 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], (HEAP32[i11 >> 2] | 0) == 0) : 0) { + i2 = __ZN4wasm7Literal10getIntegerEv(i12) | 0; + i5 = tempRet0; + i1 = HEAP32[i6 + 24 >> 2] | 0; + if ((i5 | 0) > -1 | (i5 | 0) == -1 & i2 >>> 0 > 4294967295 ? i2 >>> 0 < (HEAP32[i6 + 16 >> 2] | 0) >>> 0 : 0) { + i1 = __ZNK11ArenaVectorIN4wasm4NameEEixEj(i6 + 8 | 0, i2) | 0; + i1 = HEAP32[i1 >> 2] | 0; } - i2 = __ZN4wasm7Element5c_strEv(i1) | 0; - i1 = _strchr(i2, 61) | 0; - if (!i1) { - i2 = 14; - break; + HEAP32[i11 >> 2] = i1; + HEAP32[i12 >> 2] = i13; + HEAP32[i7 + 4 >> 2] = i14; + i14 = i8; + HEAP32[i14 >> 2] = i9; + HEAP32[i14 + 4 >> 2] = i10; + } + STACKTOP = i15; + return; +} + +function __ZN4wasm17SExpressionParser5parseEv(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, i14 = 0, i15 = 0; + i14 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i11 = i14 + 4 | 0; + i10 = i14; + HEAP32[i11 >> 2] = 0; + i7 = i11 + 4 | 0; + HEAP32[i7 >> 2] = 0; + HEAP32[i11 + 8 >> 2] = 0; + i8 = i12 + 4 | 0; + i1 = __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i8) | 0; + HEAP32[i10 >> 2] = i1; + i9 = i11 + 8 | 0; + i5 = i1; + L1 : while (1) { + i3 = i5; + i2 = i1; + L3 : while (1) { + __ZN4wasm17SExpressionParser14skipWhitespaceEv(i12); + i1 = HEAP32[i12 >> 2] | 0; + switch (HEAP8[i1 >> 0] | 0) { + case 0: + { + i6 = i5; + break L1; + } + case 40: + { + i13 = 4; + break L3; + } + case 41: + { + i13 = 8; + break L3; + } + default: + {} + } + i2 = __ZN4wasm7Element4listEv(i5) | 0; + __ZN11ArenaVectorIPN4wasm7ElementEE9push_backES2_(i2, __ZN4wasm17SExpressionParser11parseStringEv(i12) | 0); + i2 = i3; } - i1 = i1 + 1 | 0; - switch (HEAP8[i2 >> 0] | 0) { - case 97: - { - i7 = _atoi(i1) | 0; - HEAP32[i6 >> 2] = i7; - break; + if ((i13 | 0) == 4) { + i13 = 0; + HEAP32[i12 >> 2] = i1 + 1; + i1 = HEAP32[i7 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i9 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i11, i10); else { + HEAP32[i1 >> 2] = i2; + HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 4; } - 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; + i1 = __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i8) | 0; + HEAP32[i10 >> 2] = i1; + i5 = i1; + continue; + } else if ((i13 | 0) == 8) { + i13 = 0; + HEAP32[i12 >> 2] = i1 + 1; + i2 = HEAP32[i7 >> 2] | 0; + i3 = i2 + -4 | 0; + i1 = HEAP32[i3 >> 2] | 0; + HEAP32[i10 >> 2] = i1; + i4 = i1; + if ((i2 | 0) == (HEAP32[i11 >> 2] | 0)) { + i13 = 9; break; } - default: - __ZNKSt3__18functionIFvvEEclEv(i3); + while (1) { + if ((i2 | 0) == (i3 | 0)) break; + i15 = i2 + -4 | 0; + HEAP32[i7 >> 2] = i15; + i2 = i15; + } + __ZN11ArenaVectorIPN4wasm7ElementEE9push_backES2_(__ZN4wasm7Element4listEv(i4) | 0, i5); + i5 = i4; + continue; } - i4 = i4 + 1 | 0; - } - if ((i2 | 0) == 14) ___assert_fail(29593, 17541, 838, 18286); else if ((i2 | 0) == 22) { - i10 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i10, i1) | 0; - HEAP32[i9 + 24 >> 2] = i10; - return i9 | 0; } + if ((i13 | 0) == 9) ___assert_fail(17524, 17537, 157, 17557); + if ((HEAP32[i7 >> 2] | 0) == (HEAP32[i11 >> 2] | 0)) { + __ZNSt3__113__vector_baseIPN4wasm7ElementENS_9allocatorIS3_EEED2Ev(i11); + STACKTOP = i14; + return i6 | 0; + } else ___assert_fail(40416, 17537, 164, 17557); return 0; } @@ -56774,48 +57549,48 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17parseAfterKeywor var i2 = 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i4); i1 = HEAP32[i1 >> 2] | 0; - do if ((i1 | 0) != (HEAP32[12289] | 0)) { - if ((i1 | 0) == (HEAP32[12226] | 0)) { + do if ((i1 | 0) != (HEAP32[12555] | 0)) { + if ((i1 | 0) == (HEAP32[12492] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb(i5, i4, i3, 0) | 0; break; } - if ((i1 | 0) == (HEAP32[12227] | 0)) { + if ((i1 | 0) == (HEAP32[12493] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb(i5, i4, i3, 1) | 0; break; } - if ((i1 | 0) == (HEAP32[12230] | 0)) { + if ((i1 | 0) == (HEAP32[12496] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseReturnERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[12231] | 0)) { + if ((i1 | 0) == (HEAP32[12497] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseIfERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[12234] | 0)) { + if ((i1 | 0) == (HEAP32[12500] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseDoERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[12233] | 0)) { + if ((i1 | 0) == (HEAP32[12499] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseWhileERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[12241] | 0)) { + if ((i1 | 0) == (HEAP32[12507] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBreakERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[12242] | 0)) { + if ((i1 | 0) == (HEAP32[12508] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseContinueERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[12243] | 0)) { + if ((i1 | 0) == (HEAP32[12509] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[12301] | 0)) { + if ((i1 | 0) == (HEAP32[12567] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseNewERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[12235] | 0)) { + if ((i1 | 0) == (HEAP32[12501] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i5, i4, i3) | 0; break; } else { @@ -56826,63 +57601,6 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17parseAfterKeywor return i2 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitSwitchEPNS_6SwitchE(i13, i4, i7) { - i13 = i13 | 0; - i4 = i4 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0, i15 = 0, i16 = 0; - i16 = STACKTOP; - STACKTOP = STACKTOP + 48 | 0; - i1 = i16 + 24 | 0; - i2 = i16; - HEAP32[i13 >> 2] = 0; - i9 = i13 + 8 | 0; - i12 = i9; - HEAP32[i12 >> 2] = 0; - HEAP32[i12 + 4 >> 2] = 0; - i12 = i13 + 16 | 0; - HEAP32[i12 >> 2] = 0; - i3 = HEAP32[i7 + 28 >> 2] | 0; - if (i3) { - __ZN4wasm7VisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i1, i4, i3); - HEAP32[i13 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i13 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i13 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; - HEAP32[i13 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; - HEAP32[i13 + 16 >> 2] = HEAP32[i1 + 16 >> 2]; - if (!(HEAP32[i12 >> 2] | 0)) { - i11 = i9; - i8 = i13; - i10 = HEAP32[i11 >> 2] | 0; - i11 = HEAP32[i11 + 4 >> 2] | 0; - i14 = HEAP32[i13 >> 2] | 0; - i15 = HEAP32[i13 + 4 >> 2] | 0; - i5 = 5; - } - } else { - i8 = i13; - i10 = 0; - i11 = 0; - i14 = 0; - i15 = 0; - i5 = 5; - } - if ((i5 | 0) == 5 ? (__ZN4wasm7VisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i4, HEAP32[i7 + 24 >> 2] | 0), HEAP32[i8 >> 2] = HEAP32[i2 >> 2], HEAP32[i8 + 4 >> 2] = HEAP32[i2 + 4 >> 2], HEAP32[i8 + 8 >> 2] = HEAP32[i2 + 8 >> 2], HEAP32[i8 + 12 >> 2] = HEAP32[i2 + 12 >> 2], HEAP32[i8 + 16 >> 2] = HEAP32[i2 + 16 >> 2], (HEAP32[i12 >> 2] | 0) == 0) : 0) { - i2 = __ZN4wasm7Literal10getIntegerEv(i13) | 0; - i5 = tempRet0; - i1 = HEAP32[i7 + 20 >> 2] | 0; - if ((i5 | 0) > -1 | (i5 | 0) == -1 & i2 >>> 0 > 4294967295 ? (i6 = HEAP32[i7 + 8 >> 2] | 0, i2 >>> 0 < (HEAP32[i7 + 12 >> 2] | 0) - i6 >> 2 >>> 0) : 0) i1 = HEAP32[i6 + (i2 << 2) >> 2] | 0; - HEAP32[i12 >> 2] = i1; - HEAP32[i13 >> 2] = i14; - HEAP32[i8 + 4 >> 2] = i15; - i15 = i9; - HEAP32[i15 >> 2] = i10; - HEAP32[i15 + 4 >> 2] = i11; - } - STACKTOP = i16; - return; -} - function __ZN10__cxxabiv112_GLOBAL__N_114parse_decltypeINS0_2DbEEEPKcS4_S4_RT_(i1, i4, i3) { i1 = i1 | 0; i4 = i4 | 0; @@ -56907,7 +57625,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, 47209) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i9, 0, 48275) | 0; HEAP32[i8 >> 2] = HEAP32[i1 >> 2]; HEAP32[i8 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i8 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -56917,7 +57635,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, 46571) | 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 47637) | 0; HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; HEAP32[i6 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i6 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; @@ -56940,6 +57658,74 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_decltypeINS0_2DbEEEPKcS4_S4_RT_(i return i1 | 0; } +function __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleE(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; + i14 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i1 = i14 + 28 | 0; + i3 = i14 + 12 | 0; + i9 = i14 + 16 | 0; + i10 = i14 + 8 | 0; + i2 = i14 + 4 | 0; + i11 = i14; + __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EEPKS6_RKS9_(i9, 39743, i12); + __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i9 >> 0] & 1) == 0 ? i9 + 1 | 0 : HEAP32[i9 + 8 >> 2] | 0, 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); + i3 = HEAP32[i3 >> 2] | 0; + HEAP32[i10 >> 2] = i3; + HEAP32[i1 >> 2] = HEAP32[i10 >> 2]; + if (!(__ZN4wasm6Module17checkFunctionTypeENS_4NameE(i13, i1) | 0)) { + i1 = __Znwj(20) | 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 0; + HEAP32[i1 + 8 >> 2] = 0; + HEAP32[i1 + 12 >> 2] = 0; + HEAP32[i1 + 16 >> 2] = 0; + HEAP32[i1 >> 2] = i3; + i2 = HEAP16[i12 >> 1] | 0; + if (!(i2 & 1)) { + i10 = i12 + 8 | 0; + i2 = (i2 & 65535) >>> 8 & 255; + } else { + i2 = i12 + 8 | 0; + i10 = i2; + i2 = HEAP8[HEAP32[i2 >> 2] >> 0] | 0; + } + i9 = i12 + 1 | 0; + i4 = __ZN4wasm13sigToWasmTypeEc(i2) | 0; + HEAP32[i1 + 4 >> 2] = i4; + i4 = i1 + 8 | 0; + i5 = i1 + 12 | 0; + i6 = i1 + 16 | 0; + i7 = i12 + 4 | 0; + i8 = 1; + while (1) { + i2 = HEAP8[i12 >> 0] | 0; + i3 = (i2 & 1) == 0; + if (i3) i2 = (i2 & 255) >>> 1; else i2 = HEAP32[i7 >> 2] | 0; + if (i8 >>> 0 >= i2 >>> 0) break; + if (i3) i2 = i9; else i2 = HEAP32[i10 >> 2] | 0; + i2 = __ZN4wasm13sigToWasmTypeEc(HEAP8[i2 + i8 >> 0] | 0) | 0; + HEAP32[i11 >> 2] = i2; + i3 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i2; + HEAP32[i5 >> 2] = i3 + 4; + } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i4, i11); + i8 = i8 + 1 | 0; + } + __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(i13, i1); + } else { + HEAP32[i2 >> 2] = i3; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + i1 = __ZN4wasm6Module15getFunctionTypeENS_4NameE(i13, i1) | 0; + } + STACKTOP = i14; + return i1 | 0; +} + function __ZN4wasm17SExpressionParser11parseStringEv(i8) { i8 = i8 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; @@ -56993,8 +57779,8 @@ function __ZN4wasm17SExpressionParser11parseStringEv(i8) { __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; + HEAP32[i1 + 20 >> 2] = i8; + HEAP8[i1 + 24 >> 0] = i7; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); } else { i2 = i3; @@ -57017,8 +57803,8 @@ function __ZN4wasm17SExpressionParser11parseStringEv(i8) { __ZN6cashew7IStringC2EPKcb(i5, i3, 0); i6 = HEAP32[i5 >> 2] | 0; HEAP8[i1 >> 0] = 0; - HEAP32[i1 + 16 >> 2] = i6; - HEAP8[i1 + 20 >> 0] = i7; + HEAP32[i1 + 20 >> 2] = i6; + HEAP8[i1 + 24 >> 0] = i7; HEAP8[HEAP32[i8 >> 2] >> 0] = i2; } STACKTOP = i9; @@ -57191,6 +57977,103 @@ function __ZNSt3__127__insertion_sort_incompleteIRZN4wasm13ReorderLocals13visitF return i1 | 0; } +function __ZN4wasm22SExpressionWasmBuilder8makeLoadERNS_7ElementENS_8WasmTypeE(i10, i8, i1) { + i10 = i10 | 0; + i8 = i8 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; + i3 = _strchr(__ZN4wasm7Element5c_strEv(__ZN4wasm7ElementixEj(i8, 0) | 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; + } + case 49: + { + if ((HEAP8[i3 + 6 >> 0] | 0) == 54) { + HEAP32[i2 >> 2] = 2; + i7 = 2; + i5 = i3 + 7 | 0; + break L1; + } else ___assert_fail(18166, 17537, 821, 18182); + break; + } + case 51: + { + if ((HEAP8[i3 + 6 >> 0] | 0) == 50) { + HEAP32[i2 >> 2] = 4; + i7 = 4; + i5 = i3 + 7 | 0; + break L1; + } else ___assert_fail(18191, 17537, 825, 18182); + 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; + } + 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; + } + default: + __ZNKSt3__18functionIFvvEEclEv(i3); + } + i4 = i4 + 1 | 0; + } + if ((i2 | 0) == 14) ___assert_fail(30659, 17537, 836, 18182); else if ((i2 | 0) == 22) { + i10 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i10, i1) | 0; + HEAP32[i9 + 24 >> 2] = i10; + return i9 | 0; + } + return 0; +} + 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; @@ -57238,11 +58121,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, 51376) | 0; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52464) | 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, 51384) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52472) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 24 >> 2] & 511](i1, i10); FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 511](i1 + 12 | 0, i10); @@ -57306,11 +58189,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, 51344) | 0; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52432) | 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, 51356) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52444) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 24 >> 2] & 511](i1, i10); FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 511](i1 + 12 | 0, i10); @@ -57388,49 +58271,68 @@ function __ZN4wasm17WasmBinaryBuilder16processFunctionsEv(i7) { } i6 = i6 + 4 | 0; } - if ((i1 | 0) == 17) return; else if ((i1 | 0) == 19) ___assert_fail(20907, 18690, 1544, 20937); + if ((i1 | 0) == 17) return; else if ((i1 | 0) == 19) ___assert_fail(20967, 18573, 1572, 20997); } -function __ZN4wasm16PrintSExpression17visitFunctionTypeEPNS_12FunctionTypeEb(i6, i4, i5) { - i6 = i6 | 0; - i4 = i4 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i7 = 0, i8 = 0, i9 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i7 + 4 | 0; - i2 = i7; - if (i5) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i6 >> 2] | 0, 39090, 0) | 0, 32) | 0; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i3, i1) | 0, 29048) | 0; - } - i3 = i4 + 8 | 0; - i1 = i4 + 16 | 0; - if (HEAP32[i1 >> 2] | 0) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i6 >> 2] | 0, HEAP32[i6 + 12 >> 2] | 0) | 0; - __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i6 >> 2] | 0, 39036) | 0; - i1 = HEAP32[i1 >> 2] | 0; - i2 = 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i8 = __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i3, i2) | 0; - i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i6 >> 2] | 0, 32) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i9, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i8 >> 2] | 0) | 0) | 0; - i2 = i2 + 1 | 0; +function __ZZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementEENKUlPKcS2_E_clES4_S2_(i1, i2, i7) { + i1 = i1 | 0; + i2 = i2 | 0; + i7 = i7 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i9 = i11 + 20 | 0; + i3 = i11 + 16 | 0; + i6 = i11 + 4 | 0; + i10 = i11; + i8 = HEAP32[i1 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, i2, _strlen(i2) | 0); + i1 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i8, i6) | 0; + HEAP32[i3 >> 2] = i1; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + i6 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, 0) | 0) | 0; + if ((i6 | 0) != (HEAP32[12657] | 0) ? (i6 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, 0) | 0) | 0, (i6 | 0) != (HEAP32[12658] | 0)) : 0) { + i5 = i1; + i6 = 0; + } else { + i6 = (__ZN4wasm7ElementixEj(i7, 1) | 0) + 24 | 0; + if (!(HEAP8[i6 >> 0] | 0)) { + i5 = i1; + i6 = 1; + } else { + i5 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, 1) | 0) | 0; + HEAP32[i3 >> 2] = i5; + i6 = 1; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i6 >> 2] | 0, 41) | 0; } - i1 = i4 + 4 | 0; - if (HEAP32[i1 >> 2] | 0) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i6 >> 2] | 0, HEAP32[i6 + 12 >> 2] | 0) | 0; - i9 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i6 >> 2] | 0, 29061) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i9, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 41) | 0; + i4 = i8 + 92 | 0; + i1 = HEAP32[i4 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i8 + 96 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i8 + 88 | 0, i3); else { + HEAP32[i1 >> 2] = i5; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; } - if (i5) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i6 >> 2] | 0, 29069) | 0; - STACKTOP = i7; - return; + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i8, i7) | 0; + i3 = HEAP32[i4 >> 2] | 0; + i2 = i3 + -4 | 0; + while (1) { + if ((i3 | 0) == (i2 | 0)) break; + i7 = i3 + -4 | 0; + HEAP32[i4 >> 2] = i7; + i3 = i7; + } + if (!i6) { + HEAP32[i10 >> 2] = i5; + HEAP32[i9 >> 2] = HEAP32[i10 >> 2]; + if (__ZN4wasm11BreakSeeker3hasEPNS_10ExpressionENS_4NameE(i1, i9) | 0) { + i10 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i8 + 4 >> 2] | 0) | 0; + HEAP32[i10 + 8 >> 2] = i5; + __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i10 + 12 | 0, i1); + __ZN4wasm5Block8finalizeEv(i10); + i1 = i10; + } + } else HEAP32[((HEAP32[i1 >> 2] | 0) == 1 ? i1 : 0) + 8 >> 2] = i5; + STACKTOP = i11; + return i1 | 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc(i10, i3, i9) { @@ -57448,7 +58350,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(26792, 26648, 614, 27279); + if ((HEAP8[i2 >> 0] | 0) != 40) ___assert_fail(27811, 27667, 614, 28298); HEAP32[i9 >> 2] = i2 + 1; HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; @@ -57461,7 +58363,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc( break; } HEAP32[i6 >> 2] = i3; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i10, i9, 27289) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i10, i9, 28308) | 0; HEAP32[i7 >> 2] = i1; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; @@ -57488,7 +58390,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(27292, 26648, 630, 27279); + if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i13 = i1; else ___assert_fail(28311, 27667, 630, 28298); while (1) { if ((i13 | 0) == (i2 | 0)) break; i11 = i13 + -12 | 0; @@ -57578,7 +58480,7 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri break L6; } HEAP32[i14 >> 2] = 0; - i1 = HEAP8[43339 + i1 >> 0] | 0; + i1 = HEAP8[44405 + i1 >> 0] | 0; HEAP32[i12 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; i1 = 0; @@ -57589,7 +58491,7 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri default: {} } - i1 = HEAP8[43339 + i1 >> 0] | 0; + i1 = HEAP8[44405 + i1 >> 0] | 0; HEAP32[i12 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + 1; @@ -57678,7 +58580,7 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri break L6; } HEAP32[i14 >> 2] = 0; - i1 = HEAP8[43339 + i2 >> 0] | 0; + i1 = HEAP8[44405 + i2 >> 0] | 0; HEAP32[i12 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; i1 = 0; @@ -57689,7 +58591,7 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri default: {} } - i1 = HEAP8[43339 + i2 >> 0] | 0; + i1 = HEAP8[44405 + i2 >> 0] | 0; HEAP32[i12 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + 1; @@ -57699,6 +58601,206 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri return i1 | 0; } +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i3, i5, i4, i6) { + i3 = i3 | 0; + i5 = i5 | 0; + i4 = i4 | 0; + i6 = i6 | 0; + var d1 = 0.0, i2 = 0, d7 = 0.0; + d1 = +__ZN4wasm7Literal8getFloatEv(i6); + d7 = +Math_abs(+d1); + HEAPF64[tempDoublePtr >> 3] = d7; + i2 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + if (i2 >>> 0 > 2146435072 | (i2 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { + i2 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 511](i2, 25198); + } + i2 = (HEAP32[i6 >> 2] | 0) == 3; + if ((HEAP32[i4 + 4 >> 2] | 0) == 1) { + if (i2) { + if (!(__ZN4wasm18isInRangeI32TruncUEi(__ZNK4wasm7Literal14reinterpreti32Ev(i6) | 0) | 0)) { + i6 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 20 >> 2] & 511](i6, 25217); + } + } else { + i6 = __ZNK4wasm7Literal14reinterpreti64Ev(i6) | 0; + if (!(__ZN4wasm18isInRangeI32TruncUEx(i6, tempRet0) | 0)) { + i6 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 20 >> 2] & 511](i6, 25217); + } + } + HEAP32[i3 >> 2] = 1; + HEAP32[i3 + 8 >> 2] = ~~d1 >>> 0; + } else { + if (i2) { + if (!(__ZN4wasm18isInRangeI64TruncUEi(__ZNK4wasm7Literal14reinterpreti32Ev(i6) | 0) | 0)) { + i6 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 20 >> 2] & 511](i6, 25242); + } + } else { + i6 = __ZNK4wasm7Literal14reinterpreti64Ev(i6) | 0; + if (!(__ZN4wasm18isInRangeI64TruncUEx(i6, tempRet0) | 0)) { + i6 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 20 >> 2] & 511](i6, 25242); + } + } + i5 = +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; + HEAP32[i3 >> 2] = 2; + i6 = i3 + 8 | 0; + HEAP32[i6 >> 2] = ~~d1 >>> 0; + HEAP32[i6 + 4 >> 2] = i5; + } + return; +} + +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i3, i5, i4, i6) { + i3 = i3 | 0; + i5 = i5 | 0; + i4 = i4 | 0; + i6 = i6 | 0; + var d1 = 0.0, i2 = 0, d7 = 0.0; + d1 = +__ZN4wasm7Literal8getFloatEv(i6); + d7 = +Math_abs(+d1); + HEAPF64[tempDoublePtr >> 3] = d7; + i2 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + if (i2 >>> 0 > 2146435072 | (i2 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { + i2 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 511](i2, 25055); + } + i2 = (HEAP32[i6 >> 2] | 0) == 3; + if ((HEAP32[i4 + 4 >> 2] | 0) == 1) { + if (i2) { + if (!(__ZN4wasm18isInRangeI32TruncSEi(__ZNK4wasm7Literal14reinterpreti32Ev(i6) | 0) | 0)) { + i6 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 20 >> 2] & 511](i6, 25074); + } + } else { + i6 = __ZNK4wasm7Literal14reinterpreti64Ev(i6) | 0; + if (!(__ZN4wasm18isInRangeI32TruncSEx(i6, tempRet0) | 0)) { + i6 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 20 >> 2] & 511](i6, 25074); + } + } + HEAP32[i3 >> 2] = 1; + HEAP32[i3 + 8 >> 2] = ~~d1; + } else { + if (i2) { + if (!(__ZN4wasm18isInRangeI64TruncSEi(__ZNK4wasm7Literal14reinterpreti32Ev(i6) | 0) | 0)) { + i6 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 20 >> 2] & 511](i6, 25099); + } + } else { + i6 = __ZNK4wasm7Literal14reinterpreti64Ev(i6) | 0; + if (!(__ZN4wasm18isInRangeI64TruncSEx(i6, tempRet0) | 0)) { + i6 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 20 >> 2] & 511](i6, 25099); + } + } + i5 = +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; + HEAP32[i3 >> 2] = 2; + i6 = i3 + 8 | 0; + HEAP32[i6 >> 2] = ~~d1 >>> 0; + HEAP32[i6 + 4 >> 2] = i5; + } + return; +} + +function __ZN4wasm16PrintSExpression17visitFunctionTypeEPNS_12FunctionTypeEb(i6, i4, i5) { + i6 = i6 | 0; + i4 = i4 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i7 + 4 | 0; + i2 = i7; + if (i5) { + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i6 >> 2] | 0, 40100, 0) | 0, 32) | 0; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i3, i1) | 0, 30074) | 0; + } + i2 = i4 + 8 | 0; + i1 = i4 + 12 | 0; + if ((HEAP32[i1 >> 2] | 0) != (HEAP32[i2 >> 2] | 0)) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i6 >> 2] | 0, HEAP32[i6 + 12 >> 2] | 0) | 0; + __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i6 >> 2] | 0, 40046) | 0; + i3 = HEAP32[i1 >> 2] | 0; + i2 = HEAP32[i2 >> 2] | 0; + while (1) { + i1 = HEAP32[i6 >> 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 = i4 + 4 | 0; + if (HEAP32[i1 >> 2] | 0) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i6 >> 2] | 0, HEAP32[i6 + 12 >> 2] | 0) | 0; + i4 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i6 >> 2] | 0, 30087) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0) | 0, 41) | 0; + } + if (i5) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i6 >> 2] | 0, 30095) | 0; + STACKTOP = i7; + return; +} + +function __ZN4wasm22SExpressionWasmBuilder9parseTypeERNS_7ElementE(i13, i2) { + i13 = i13 | 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, i14 = 0; + i14 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i11 = i14; + i12 = __ZN4wasm11make_uniqueINS_12FunctionTypeEJEEENSt3__110unique_ptrIT_NS2_14default_deleteIS4_EEEEDpOT0_() | 0; + i10 = __ZN4wasm7ElementixEj(i2, 1) | 0; + if (!(HEAP8[i10 >> 0] | 0)) { + i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i2, 1) | 0) | 0; + HEAP32[i12 >> 2] = i1; + i1 = 2; + } else i1 = 1; + i8 = __ZN4wasm7ElementixEj(i2, i1) | 0; + if (!(HEAP8[i8 >> 0] | 0)) ___assert_fail(17642, 17537, 1180, 17656); + i1 = i12 + 4 | 0; + i2 = i12 + 8 | 0; + i3 = i12 + 12 | 0; + i4 = i12 + 16 | 0; + i9 = 1; + while (1) { + i10 = (__ZN4wasm7Element4listEv(i8) | 0) + 8 | 0; + if (i9 >>> 0 >= (HEAP32[i10 >> 2] | 0) >>> 0) break; + i5 = __ZN4wasm7ElementixEj(i8, i9) | 0; + i10 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i5, 0) | 0) | 0; + L10 : do if ((i10 | 0) != (HEAP32[12643] | 0)) { + i10 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i5, 0) | 0) | 0; + if ((i10 | 0) == (HEAP32[12644] | 0)) { + i10 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i13, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i5, 1) | 0) | 0, 0, 0) | 0; + HEAP32[i1 >> 2] = i10; + } + } else { + i10 = 1; + while (1) { + i7 = (__ZN4wasm7Element4listEv(i5) | 0) + 8 | 0; + if (i10 >>> 0 >= (HEAP32[i7 >> 2] | 0) >>> 0) break L10; + i6 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i13, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i5, i10) | 0) | 0, 0, 0) | 0; + HEAP32[i11 >> 2] = i6; + i7 = HEAP32[i3 >> 2] | 0; + if (i7 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { + HEAP32[i7 >> 2] = i6; + HEAP32[i3 >> 2] = i7 + 4; + } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i2, i11); + i10 = i10 + 1 | 0; + } + } while (0); + i9 = i9 + 1 | 0; + } + __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(HEAP32[i13 >> 2] | 0, i12); + STACKTOP = i14; + return; +} + function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i15, i14, i13) { i15 = i15 | 0; i14 = i14 | 0; @@ -57716,19 +58818,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(26792, 26648, 501, 27258); + if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(27811, 27667, 501, 28277); HEAP32[i14 >> 2] = i1 + 1; - i4 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 26615) | 0; + i4 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 27634) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i1 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(27267, 26648, 505, 27258); + if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(28286, 27667, 505, 28277); HEAP32[i14 >> 2] = i1 + 1; - i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 26615) | 0; + i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 27634) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i1 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(27267, 26648, 509, 27258); + if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(28286, 27667, 509, 28277); HEAP32[i14 >> 2] = i1 + 1; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 46571) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 47637) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i2 = HEAP32[i14 >> 2] | 0; if ((HEAP8[i2 >> 0] | 0) == 41) { @@ -57745,96 +58847,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i i15 = __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i5, i6, i7, i8) | 0; STACKTOP = i16; return i15 | 0; - } else ___assert_fail(27014, 26648, 513, 27258); - 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(18270, 17541, 862, 18317); - break; - } - case 51: - { - if ((HEAP8[i3 + 7 >> 0] | 0) == 50) { - HEAP32[i2 >> 2] = 4; - i4 = 4; - break L1; - } else ___assert_fail(18295, 17541, 866, 18317); - 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(29593, 17541, 876, 18317); 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; - } + } else ___assert_fail(28033, 27667, 513, 28277); return 0; } @@ -57874,7 +58887,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, 26939) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i13, i15, 27958) | 0; } else i1 = 0; HEAP32[i7 >> 2] = i10; HEAP32[i8 >> 2] = HEAP32[i11 >> 2]; @@ -57901,7 +58914,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb( } HEAP32[i15 >> 2] = i1 + 1; } - if ((i16 | 0) == 4) ___assert_fail(26911, 26648, 437, 26930); else if ((i16 | 0) == 9) _abort(); else if ((i16 | 0) == 10) i12 = i1; + if ((i16 | 0) == 4) ___assert_fail(27930, 27667, 437, 27949); else if ((i16 | 0) == 9) _abort(); else if ((i16 | 0) == 10) i12 = i1; HEAP32[i15 >> 2] = i12 + 1; STACKTOP = i14; return i10 | 0; @@ -58010,6 +59023,94 @@ function _wcsrtombs(i3, i6, i1, i2) { return i1 | 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 = _strchr(__ZN4wasm7Element5c_strEv(__ZN4wasm7ElementixEj(i8, 0) | 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(18166, 17537, 860, 18213); + break; + } + case 51: + { + if ((HEAP8[i3 + 7 >> 0] | 0) == 50) { + HEAP32[i2 >> 2] = 4; + i4 = 4; + break L1; + } else ___assert_fail(18191, 17537, 864, 18213); + 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(30659, 17537, 874, 18213); 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 __ZN4wasm17WasmBinaryBuilder15maybeVisitConstERPNS_10ExpressionEh(i5, i4, i1) { i5 = i5 | 0; i4 = i4 | 0; @@ -58068,10 +59169,10 @@ function __ZN4wasm17WasmBinaryBuilder15maybeVisitConstERPNS_10ExpressionEh(i5, i HEAP32[i2 + 4 >> 2] = i1; HEAP32[i4 >> 2] = i2; if (!(HEAP8[i5 + 12 >> 0] | 0)) i1 = 1; else { - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20276) | 0; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20276) | 0; i6 = __ZNKSt3__18ios_base6getlocEv(i1 + (HEAP32[(HEAP32[i1 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i3 >> 2] = i6; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 52432) | 0; i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; __ZNSt3__16localeD2Ev(i3); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i1, i6) | 0; @@ -58106,7 +59207,7 @@ function ___stdio_write(i14, i2, i1) { i2 = 2; i4 = i4 + i1 | 0; while (1) { - if (!(HEAP32[12414] | 0)) { + if (!(HEAP32[12686] | 0)) { HEAP32[i11 >> 2] = HEAP32[i8 >> 2]; HEAP32[i11 + 4 >> 2] = i3; HEAP32[i11 + 8 >> 2] = i2; @@ -58170,10 +59271,10 @@ function __ZN4wasm17WasmBinaryBuilder9visitLoopEPNS_4LoopE(i5, i7) { STACKTOP = STACKTOP + 16 | 0; i1 = i8; if (HEAP8[i5 + 12 >> 0] | 0) { - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19732) | 0; + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19732) | 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, 51344) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -58224,47 +59325,47 @@ function __ZN4wasm17WasmBinaryBuilder9visitLoopEPNS_4LoopE(i5, i7) { return; } -function __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEd(i5, d3) { - i5 = i5 | 0; +function __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEd(i4, d3) { + i4 = i4 | 0; d3 = +d3; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0, d7 = 0.0; + var i1 = 0, i2 = 0, i5 = 0, d6 = 0.0; HEAPF64[tempDoublePtr >> 3] = d3; - 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, 24915) | 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 ? 47641 : 57291) | 0, 42097) | 0; - i1 = i1 & 1048575; - if ((i4 | 0) == 0 & (i1 | 0) == 0) break; - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 24911) | 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; - i6 = i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; - HEAP32[i6 >> 2] = HEAP32[i6 >> 2] & -75 | 2; + do if (d3 == 0.0 & i2) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 25934) | 0; else { + d6 = +Math_abs(+d3); + HEAPF64[tempDoublePtr >> 3] = d6; + i5 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + if (i5 >>> 0 > 2146435072 | (i5 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, i2 ? 48707 : 58379) | 0, 43163) | 0; + i1 = __ZN4wasm7Literal10NaNPayloadEd(d3) | 0; + i2 = tempRet0; + if ((i1 | 0) == 0 & (i2 | 0) == 0) break; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 25919) | 0; + i4 = i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[i4 >> 2] = HEAP32[i4 >> 2] & -75 | 8; + i5 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(i5, i1, i2) | 0; + i5 = i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[i5 >> 2] = HEAP32[i5 >> 2] & -75 | 2; break; } - i6 = i1 & 2146435072; - if (!(i6 >>> 0 < 2146435072 | (i6 | 0) == 2146435072 & 0 < 0)) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i2 ? 39148 : 39672) | 0; + i5 = i1 & 2146435072; + if (!(i5 >>> 0 < 2146435072 | (i5 | 0) == 2146435072 & 0 < 0)) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, i2 ? 40158 : 40738) | 0; break; } i1 = __ZN6cashew9JSPrinter11numToStringEdb(d3, 1) | 0; switch (HEAP8[i1 >> 0] | 0) { case 46: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i5, 48) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i4, 48) | 0; break; } case 45: { i2 = i1 + 1 | 0; if ((HEAP8[i2 >> 0] | 0) == 46) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 24915) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 25934) | 0; i1 = i2; } break; @@ -58272,11 +59373,59 @@ function __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_trai default: {} } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i1) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, i1) | 0; } while (0); return; } +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, i13 = 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(51476, 19889) | 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, 52432) | 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; + i3 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i8) | 0; + HEAP32[i1 >> 2] = i3; + i3 = HEAP32[(HEAP32[i8 + 24 >> 2] | 0) + (i3 << 2) >> 2] | 0; + if (((HEAP32[i3 + 12 >> 2] | 0) - (HEAP32[i3 + 8 >> 2] | 0) >> 2 | 0) != (i2 | 0)) ___assert_fail(19903, 18573, 1781, 19916); + i4 = i6 + 8 | 0; + __ZN11ArenaVectorIPN4wasm10ExpressionEE6resizeEj(i4, i2); + i5 = i2 + -1 | 0; + i7 = 0; + while (1) { + if ((i7 | 0) == (i2 | 0)) break; + i13 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i8) | 0; + i12 = __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i4, i5 - i7 | 0) | 0; + HEAP32[i12 >> 2] = i13; + i7 = i7 + 1 | 0; + } + HEAP32[i6 + 4 >> 2] = HEAP32[i3 + 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 __ZN4wasm16PrintSExpression9visitLoadEPNS_4LoadE(i4, i3) { i4 = i4 | 0; i3 = i3 | 0; @@ -58284,7 +59433,7 @@ function __ZN4wasm16PrintSExpression9visitLoadEPNS_4LoadE(i4, i3) { __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i4 >> 2] | 0, 40) | 0; i2 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i4 >> 2] | 0) | 0; i5 = i3 + 4 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i5 >> 2] | 0) | 0) | 0, 29233) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, __ZN4wasm13printWasmTypeENS_8WasmTypeE(HEAP32[i5 >> 2] | 0) | 0) | 0, 30299) | 0; i2 = i3 + 8 | 0; i1 = HEAP32[i2 >> 2] | 0; if (!(i1 >>> 0 >= 4 ? !(i1 >>> 0 < 8 & (HEAP32[i5 >> 2] | 0) == 2) : 0)) { @@ -58296,27 +59445,27 @@ function __ZN4wasm16PrintSExpression9visitLoadEPNS_4LoadE(i4, i3) { } case 2: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, 29239) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, 30305) | 0; break; } case 4: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, 29242) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, 30308) | 0; break; } default: _abort(); } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, HEAP8[i3 + 12 >> 0] | 0 ? 29245 : 29248) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, HEAP8[i3 + 12 >> 0] | 0 ? 30311 : 30314) | 0; } i1 = i3 + 16 | 0; if (HEAP32[i1 >> 2] | 0) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, 29251) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, 30317) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i5, HEAP32[i1 >> 2] | 0) | 0; } i1 = i3 + 20 | 0; if ((HEAP32[i1 >> 2] | 0) != (HEAP32[i2 >> 2] | 0)) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, 29260) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, 30326) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i5, HEAP32[i1 >> 2] | 0) | 0; } __ZN4wasm16PrintSExpression9incIndentEv(i4); @@ -58332,7 +59481,7 @@ function __ZN4wasm16PrintSExpression10visitStoreEPNS_5StoreE(i5, i4) { __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i5 >> 2] | 0, 40) | 0; i3 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i5 >> 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, 29268) | 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, 30334) | 0; i3 = i4 + 8 | 0; i1 = HEAP32[i3 >> 2] | 0; if (!(i1 >>> 0 >= 4 ? !(i1 >>> 0 < 8 & (HEAP32[i6 >> 2] | 0) == 2) : 0)) i2 = 3; @@ -58344,12 +59493,12 @@ function __ZN4wasm16PrintSExpression10visitStoreEPNS_5StoreE(i5, i4) { } case 2: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29239) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30305) | 0; break L3; } case 4: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29242) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30308) | 0; break L3; } default: @@ -58357,12 +59506,12 @@ function __ZN4wasm16PrintSExpression10visitStoreEPNS_5StoreE(i5, i4) { } while (0); i1 = i4 + 12 | 0; if (HEAP32[i1 >> 2] | 0) { - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29251) | 0; + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30317) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i6, HEAP32[i1 >> 2] | 0) | 0; } i1 = i4 + 16 | 0; if ((HEAP32[i1 >> 2] | 0) != (HEAP32[i3 >> 2] | 0)) { - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 29260) | 0; + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 30326) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i6, HEAP32[i1 >> 2] | 0) | 0; } __ZN4wasm16PrintSExpression9incIndentEv(i5); @@ -58372,54 +59521,6 @@ function __ZN4wasm16PrintSExpression10visitStoreEPNS_5StoreE(i5, i4) { return; } -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, i13 = 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(50388, 19889) | 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, 51344) | 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; - i3 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i8) | 0; - HEAP32[i1 >> 2] = i3; - i3 = HEAP32[(HEAP32[i8 + 24 >> 2] | 0) + (i3 << 2) >> 2] | 0; - if ((HEAP32[i3 + 16 >> 2] | 0) != (i2 | 0)) ___assert_fail(19903, 18690, 1753, 19916); - i4 = i6 + 8 | 0; - __ZN11ArenaVectorIPN4wasm10ExpressionEE6resizeEj(i4, i2); - i5 = i2 + -1 | 0; - i7 = 0; - while (1) { - if ((i7 | 0) == (i2 | 0)) break; - i13 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i8) | 0; - i12 = __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i4, i5 - i7 | 0) | 0; - HEAP32[i12 >> 2] = i13; - i7 = i7 + 1 | 0; - } - HEAP32[i6 + 4 >> 2] = HEAP32[i3 + 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 __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj(i9, i1, i2) { i9 = i9 | 0; i1 = i1 | 0; @@ -58436,14 +59537,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, 48916) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 1) | 0, 49100) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i8, 3) | 0, 0) | 0, 48956) | 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, 49980) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 1) | 0, 50164) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i8, 3) | 0, 0) | 0, 50020) | 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, 48956) | 0) { + do if ((i10 | 0) == 6) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 0) | 0, 50020) | 0) { i12 = __ZN6cashew3RefixEj(i8, 1) | 0; i12 = (__ZN6cashew5Value10getIntegerEv(HEAP32[i12 >> 2] | 0) | 0) << i2; i3 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; @@ -58451,7 +59552,7 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction HEAP32[i3 + 16 >> 2] = i12; break; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 26339, 20); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 27358, 20); HEAP32[i7 >> 2] = HEAP32[i8 >> 2]; HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i6, i4); @@ -58462,117 +59563,117 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction function ___cxx_global_array_dtor_112(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52968); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52956); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52944); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52932); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52920); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52908); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52896); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52884); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52872); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52860); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52848); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52836); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52824); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52812); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52800); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52788); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52776); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52764); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52752); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52740); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52728); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52716); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52704); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52692); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(54056); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(54044); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(54032); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(54020); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(54008); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53996); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53984); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53972); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53960); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53948); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53936); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53924); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53912); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53900); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53888); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53876); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53864); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53852); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53840); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53828); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53816); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53804); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53792); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53780); return; } -function ___cxx_global_array_dtor_85(i1) { +function ___cxx_global_array_dtor_109(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52676); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52664); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52652); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52640); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52628); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52616); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52604); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52592); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52580); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52568); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52556); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52544); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52532); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52520); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52508); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52496); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52484); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52472); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52460); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52448); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52436); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52424); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52412); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52400); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53244); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53232); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53220); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53208); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53196); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53184); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53172); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53160); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53148); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53136); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53124); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53112); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53100); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53088); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53076); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53064); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53052); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53040); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53028); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53016); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(53004); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52992); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52980); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52968); return; } -function ___cxx_global_array_dtor_61(i1) { +function ___cxx_global_array_dtor_85(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51864); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51852); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51840); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51828); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51816); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51804); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51792); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51780); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51768); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51756); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51744); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51732); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51720); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51708); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51696); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51684); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51672); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51660); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51648); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51636); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51624); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51612); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51600); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51588); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53764); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53752); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53740); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53728); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53716); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53704); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53692); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53680); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53668); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53656); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53644); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53632); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53620); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53608); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53596); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53584); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53572); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53560); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53548); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53536); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53524); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53512); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53500); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53488); return; } -function ___cxx_global_array_dtor_109(i1) { +function ___cxx_global_array_dtor_61(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52156); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52144); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52132); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52120); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52108); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52096); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52084); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52072); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52060); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52048); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52036); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52024); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52012); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52e3); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51988); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51976); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51964); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51952); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51940); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51928); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51916); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51904); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51892); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51880); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52952); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52940); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52928); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52916); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52904); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52892); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52880); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52868); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52856); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52844); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52832); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52820); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52808); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52796); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52784); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52772); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52760); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52748); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52736); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52724); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52712); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52700); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52688); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52676); return; } @@ -58627,7 +59728,7 @@ function __ZN4wasm15RemoveUnusedBrs4walkERPNS_10ExpressionE(i13, i11) { break; } } - if ((i1 | 0) == 3) ___assert_fail(31863, 31823, 162, 37360); else if ((i1 | 0) == 14) { + if ((i1 | 0) == 3) ___assert_fail(32929, 32889, 162, 40455); else if ((i1 | 0) == 14) { __ZN4wasm10WalkerPassINS_10PostWalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS6_vEEEEEC2Ev(i12); HEAP32[i12 >> 2] = 4844; HEAP32[i12 + 36 >> 2] = HEAP32[i13 + 36 >> 2]; @@ -58778,10 +59879,10 @@ function __ZN4wasm17WasmBinaryBuilder9getS64LEBEv(i5) { i2 = i6 + 8 | 0; i3 = i5 + 12 | 0; if (HEAP8[i3 >> 0] | 0) { - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 18746) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18629) | 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, 51344) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -58797,14 +59898,14 @@ function __ZN4wasm17WasmBinaryBuilder9getS64LEBEv(i5) { i1 = HEAP32[i2 + 4 >> 2] | 0; i2 = HEAP32[i2 >> 2] | 0; } else { - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20467) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20527) | 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, 18761) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEx(i7, i2, i8) | 0, 18644) | 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, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -58819,9 +59920,9 @@ function __ZN4wasm17WasmBinaryBuilder9getS64LEBEv(i5) { function __ZNKSt3__120__time_get_c_storageIwE7__weeksEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[48256] | 0) == 0 ? ___cxa_guard_acquire(48256) | 0 : 0) { - if ((HEAP8[48264] | 0) == 0 ? ___cxa_guard_acquire(48264) | 0 : 0) { - i1 = 52228; + if ((HEAP8[49320] | 0) == 0 ? ___cxa_guard_acquire(49320) | 0 : 0) { + if ((HEAP8[49328] | 0) == 0 ? ___cxa_guard_acquire(49328) | 0 : 0) { + i1 = 53316; do { i2 = 0; while (1) { @@ -58830,34 +59931,34 @@ function __ZNKSt3__120__time_get_c_storageIwE7__weeksEv(i1) { i2 = i2 + 1 | 0; } i1 = i1 + 12 | 0; - } while ((i1 | 0) != 52396); + } while ((i1 | 0) != 53484); ___cxa_atexit(263, 0, ___dso_handle | 0) | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52228, 11116) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52240, 11144) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52252, 11172) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52264, 11204) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52276, 11244) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52288, 11280) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52300, 11308) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52312, 11344) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52324, 11360) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52336, 11376) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52348, 11392) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52360, 11408) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52372, 11424) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52384, 11440) | 0; - HEAP32[13099] = 52228; - } - return HEAP32[13099] | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53316, 11116) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53328, 11144) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53340, 11172) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53352, 11204) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53364, 11244) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53376, 11280) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53388, 11308) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53400, 11344) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53412, 11360) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53424, 11376) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53436, 11392) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53448, 11408) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53460, 11424) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53472, 11440) | 0; + HEAP32[13371] = 53316; + } + return HEAP32[13371] | 0; } function __ZNKSt3__120__time_get_c_storageIcE7__weeksEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[48176] | 0) == 0 ? ___cxa_guard_acquire(48176) | 0 : 0) { - if ((HEAP8[48184] | 0) == 0 ? ___cxa_guard_acquire(48184) | 0 : 0) { - i1 = 51416; + if ((HEAP8[49240] | 0) == 0 ? ___cxa_guard_acquire(49240) | 0 : 0) { + if ((HEAP8[49248] | 0) == 0 ? ___cxa_guard_acquire(49248) | 0 : 0) { + i1 = 52504; do { i2 = 0; while (1) { @@ -58866,26 +59967,26 @@ function __ZNKSt3__120__time_get_c_storageIcE7__weeksEv(i1) { i2 = i2 + 1 | 0; } i1 = i1 + 12 | 0; - } while ((i1 | 0) != 51584); + } while ((i1 | 0) != 52672); ___cxa_atexit(259, 0, ___dso_handle | 0) | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51416, 43856) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51428, 43863) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51440, 43870) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51452, 43878) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51464, 43888) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51476, 43897) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51488, 43904) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51500, 43913) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51512, 43917) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51524, 43921) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51536, 43925) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51548, 43929) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51560, 43933) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51572, 43937) | 0; - HEAP32[12896] = 51416; - } - return HEAP32[12896] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52504, 44922) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52516, 44929) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52528, 44936) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52540, 44944) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52552, 44954) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52564, 44963) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52576, 44970) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52588, 44979) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52600, 44983) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52612, 44987) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52624, 44991) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52636, 44995) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52648, 44999) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52660, 45003) | 0; + HEAP32[13168] = 52504; + } + return HEAP32[13168] | 0; } function __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i6, i3, i5, i2) { @@ -59064,14 +60165,99 @@ function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_ return; } +function __ZNK4wasm7Literal3divERKS0_(i6, i1, i5) { + i6 = i6 | 0; + i1 = i1 | 0; + i5 = i5 | 0; + var d2 = 0.0, d3 = 0.0, d4 = 0.0; + L1 : do if ((HEAP32[i1 >> 2] | 0) == 3) { + d4 = +__ZNK4wasm7Literal6getf32Ev(i1); + d2 = +__ZNK4wasm7Literal6getf32Ev(i5); + i5 = ((HEAPF32[tempDoublePtr >> 2] = d4, HEAP32[tempDoublePtr >> 2] | 0) | 0) < 0; + d3 = i5 ^ ((HEAPF32[tempDoublePtr >> 2] = d2, HEAP32[tempDoublePtr >> 2] | 0) | 0) < 0 ? -0.0 : 0.0; + if ((___fpclassifyf(d2) | 0) != 2) { + HEAP32[i6 >> 2] = 3; + HEAPF32[i6 + 8 >> 2] = d4 / d2; + break; + } + switch (___fpclassifyf(d4) | 0) { + case 0: + { + d4 = +__ZN4wasm7Literal11setQuietNaNEf(d4); + HEAP32[i6 >> 2] = 3; + HEAPF32[i6 + 8 >> 2] = d4; + break L1; + } + case 2: + { + d4 = +_copysignf(nan, d3); + HEAP32[i6 >> 2] = 3; + HEAPF32[i6 + 8 >> 2] = d4; + break L1; + } + case 1: + case 3: + case 4: + { + d4 = +_copysignf(inf, d3); + HEAP32[i6 >> 2] = 3; + HEAPF32[i6 + 8 >> 2] = d4; + break L1; + } + default: + {} + } + } else { + d4 = +__ZNK4wasm7Literal6getf64Ev(i1); + d2 = +__ZNK4wasm7Literal6getf64Ev(i5); + HEAPF64[tempDoublePtr >> 3] = d4; + i5 = (HEAP32[tempDoublePtr + 4 >> 2] | 0) < 0; + HEAPF64[tempDoublePtr >> 3] = d2; + d3 = i5 ^ (HEAP32[tempDoublePtr + 4 >> 2] | 0) < 0 ? -0.0 : 0.0; + if ((___fpclassify(d2) | 0) != 2) { + HEAP32[i6 >> 2] = 4; + HEAPF64[i6 + 8 >> 3] = d4 / d2; + break; + } + switch (___fpclassify(d4) | 0) { + case 0: + { + d4 = +__ZN4wasm7Literal11setQuietNaNEd(d4); + HEAP32[i6 >> 2] = 4; + HEAPF64[i6 + 8 >> 3] = d4; + break L1; + } + case 2: + { + d4 = +_copysign(nan, d3); + HEAP32[i6 >> 2] = 4; + HEAPF64[i6 + 8 >> 3] = d4; + break L1; + } + case 1: + case 3: + case 4: + { + d4 = +_copysign(inf, d3); + HEAP32[i6 >> 2] = 4; + HEAPF64[i6 + 8 >> 3] = d4; + break L1; + } + default: + {} + } + } while (0); + return; +} + function __ZZ11instantiateEN19JSExternalInterface10callImportEPN4wasm6ImportERNSt3__16vectorINS0_7LiteralENS3_9allocatorIS5_EEEE(i6, i2, i7, i4) { i6 = i6 | 0; i2 = i2 | 0; i7 = i7 | 0; i4 = i4 | 0; var d1 = 0.0, i3 = 0, i5 = 0; - if (HEAP8[53196] | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50304, 21245) | 0; + if (HEAP8[54284] | 0) { + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51392, 22109) | 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(16); @@ -59105,7 +60291,7 @@ function __ZZ11instantiateEN19JSExternalInterface10callImportEPN4wasm6ImportERNS } if ((i5 | 0) == 10) _abort(); d1 = +_emscripten_asm_const_dii(17, HEAP32[i7 + 4 >> 2] | 0, HEAP32[i7 + 8 >> 2] | 0); - if (HEAP8[53196] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50304, 21570) | 0, d1) | 0, 10) | 0; + if (HEAP8[54284] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51392, 22434) | 0, d1) | 0, 10) | 0; switch (HEAP32[(HEAP32[i7 + 12 >> 2] | 0) + 4 >> 2] | 0) { case 0: { @@ -59202,7 +60388,7 @@ function __ZN4wasm16PrintSExpression9visitLoopEPNS_4LoopE(i6, i5) { i3 = i8 + 8 | 0; i1 = i8 + 4 | 0; i4 = i8; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i6 >> 2] | 0, 29107, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i6 >> 2] | 0, 30173, 0) | 0; i2 = i5 + 8 | 0; do if (!(HEAP32[i2 >> 2] | 0)) { i1 = i5 + 12 | 0; @@ -59212,7 +60398,7 @@ function __ZN4wasm16PrintSExpression9visitLoopEPNS_4LoopE(i6, i5) { HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i9, i3) | 0; - if (!(HEAP32[i5 + 12 >> 2] | 0)) ___assert_fail(29112, 29126, 140, 29147); else { + if (!(HEAP32[i5 + 12 >> 2] | 0)) ___assert_fail(30178, 30192, 140, 30213); else { i1 = i5 + 12 | 0; i7 = 6; break; @@ -59325,7 +60511,7 @@ function __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_P11Arena i2 = i9 + 24 | 0; i3 = i9 + 12 | 0; i4 = i9; - L1 : do if ((HEAP32[i6 >> 2] | 0) == (HEAP32[12359] | 0) ? (HEAP32[i5 >> 2] | 0) == (HEAP32[12360] | 0) : 0) { + L1 : do if ((HEAP32[i6 >> 2] | 0) == (HEAP32[12631] | 0) ? (HEAP32[i5 >> 2] | 0) == (HEAP32[12632] | 0) : 0) { if (i7 | 0 ? (HEAP32[i7 + 8 >> 2] | 0) == 1 : 0) { i7 = __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i7, 0) | 0; switch (HEAP32[(HEAP32[i7 >> 2] | 0) + 4 >> 2] | 0) { @@ -59383,7 +60569,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, 51356) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52444) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i8) | 0; i2 = HEAP32[i1 >> 2] | 0; if (i6) FUNCTION_TABLE_vii[HEAP32[i2 + 24 >> 2] & 511](i9, i1); else FUNCTION_TABLE_vii[HEAP32[i2 + 28 >> 2] & 511](i9, i1); @@ -59523,60 +60709,6 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleE(i9, i10) { - i9 = i9 | 0; - i10 = i10 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i11 = 0; - i11 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i1 = i11 + 24 | 0; - i3 = i11 + 8 | 0; - i7 = i11 + 12 | 0; - i8 = i11 + 4 | 0; - i2 = i11; - __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EEPKS6_RKS9_(i7, 38733, i9); - __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i7 >> 0] & 1) == 0 ? i7 + 1 | 0 : HEAP32[i7 + 8 >> 2] | 0, 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); - i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i8 >> 2] = i3; - HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - if (!(__ZN4wasm6Module17checkFunctionTypeENS_4NameE(i10, i1) | 0)) { - i1 = __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(i10 + 88 | 0) | 0; - HEAP32[i1 >> 2] = i3; - i2 = HEAP16[i9 >> 1] | 0; - if (!(i2 & 1)) { - i8 = i9 + 8 | 0; - i2 = (i2 & 65535) >>> 8 & 255; - } else { - i2 = i9 + 8 | 0; - i8 = i2; - i2 = HEAP8[HEAP32[i2 >> 2] >> 0] | 0; - } - i7 = i9 + 1 | 0; - i4 = __ZN4wasm13sigToWasmTypeEc(i2) | 0; - HEAP32[i1 + 4 >> 2] = i4; - i4 = i1 + 8 | 0; - i5 = i9 + 4 | 0; - i6 = 1; - while (1) { - i2 = HEAP8[i9 >> 0] | 0; - i3 = (i2 & 1) == 0; - if (i3) i2 = (i2 & 255) >>> 1; else i2 = HEAP32[i5 >> 2] | 0; - if (i6 >>> 0 >= i2 >>> 0) break; - if (i3) i2 = i7; else i2 = HEAP32[i8 >> 2] | 0; - __ZN11ArenaVectorIN4wasm8WasmTypeEE9push_backES1_(i4, __ZN4wasm13sigToWasmTypeEc(HEAP8[i2 + i6 >> 0] | 0) | 0); - i6 = i6 + 1 | 0; - } - __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(i10, i1); - } else { - HEAP32[i2 >> 2] = i3; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - i1 = __ZN4wasm6Module15getFunctionTypeENS_4NameE(i10, i1) | 0; - } - STACKTOP = i11; - return i1 | 0; -} - function _mbsnrtowcs(i2, i12, i3, i1, i9) { i2 = i2 | 0; i12 = i12 | 0; @@ -59751,9 +60883,9 @@ function __ZN4wasm10ThreadPool4workERNSt3__16vectorINS1_8functionIFNS_15ThreadWo i3 = HEAP32[i7 >> 2] | 0; i1 = i3; L1 : do if (i6) { - if (((i2 - i3 | 0) / 24 | 0 | 0) != (i6 | 0)) ___assert_fail(38700, 38556, 144, 38695); + if (((i2 - i3 | 0) / 24 | 0 | 0) != (i6 | 0)) ___assert_fail(39710, 39566, 144, 39705); i3 = i10 + 12 | 0; - if (HEAP8[i3 >> 0] | 0) ___assert_fail(38724, 38556, 145, 38695); + if (HEAP8[i3 >> 0] | 0) ___assert_fail(39734, 39566, 145, 39705); HEAP8[i3 >> 0] = 1; i1 = i10 + 16 | 0; HEAP32[i9 >> 2] = i1; @@ -59779,7 +60911,7 @@ function __ZN4wasm10ThreadPool4workERNSt3__16vectorINS1_8functionIFNS_15ThreadWo HEAP8[i3 >> 0] = 0; if (HEAP8[i4 >> 0] | 0) __ZNSt3__15mutex6unlockEv(HEAP32[i9 >> 2] | 0); } else { - if ((i2 | 0) == (i3 | 0)) ___assert_fail(38674, 38556, 137, 38695); + if ((i2 | 0) == (i3 | 0)) ___assert_fail(39684, 39566, 137, 39705); while (1) { if (__ZNKSt3__18functionIFN4wasm15ThreadWorkStateEvEEclEv(i1) | 0) break L1; i1 = HEAP32[i7 >> 2] | 0; @@ -59809,7 +60941,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, 51384) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52472) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i7) | 0; i2 = HEAP32[i1 >> 2] | 0; if (i6) FUNCTION_TABLE_vii[HEAP32[i2 + 24 >> 2] & 511](i8, i1); else FUNCTION_TABLE_vii[HEAP32[i2 + 28 >> 2] & 511](i8, i1); @@ -59910,50 +61042,6 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 return; } -function __ZN4wasm22SExpressionWasmBuilder9parseTypeERNS_7ElementE(i8, i2) { - i8 = i8 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; - i7 = __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(HEAP32[i8 + 4 >> 2] | 0) | 0; - i6 = __ZN4wasm7Element4listEv(i2) | 0; - if (!(HEAP8[HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2] >> 0] | 0)) { - i1 = __ZN4wasm7Element4listEv(i2) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i7 >> 2] = i1; - i1 = 2; - } else i1 = 1; - i1 = __ZN4wasm7ElementixEj(i2, i1) | 0; - if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(17646, 17541, 1176, 17660); - i2 = i7 + 4 | 0; - i3 = i7 + 8 | 0; - i5 = 1; - while (1) { - if (i5 >>> 0 >= (__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0) break; - i4 = __ZN4wasm7ElementixEj(i1, i5) | 0; - i6 = __ZN4wasm7Element4listEv(i4) | 0; - i6 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i6 >> 2] >> 2] | 0) | 0; - L10 : do if ((i6 | 0) != (HEAP32[12371] | 0)) { - i6 = __ZN4wasm7Element4listEv(i4) | 0; - i6 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i6 >> 2] >> 2] | 0) | 0; - if ((i6 | 0) == (HEAP32[12372] | 0)) { - i6 = __ZN4wasm7Element4listEv(i4) | 0; - i6 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i8, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; - HEAP32[i2 >> 2] = i6; - } - } else { - i6 = 1; - while (1) { - if (i6 >>> 0 >= (__ZN4wasm7Element4sizeEv(i4) | 0) >>> 0) break L10; - __ZN11ArenaVectorIN4wasm8WasmTypeEE9push_backES1_(i3, __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i8, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i4, i6) | 0) | 0, 0, 0) | 0); - i6 = i6 + 1 | 0; - } - } while (0); - i5 = i5 + 1 | 0; - } - __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(HEAP32[i8 >> 2] | 0, i7); - return; -} - function __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i5) { i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0; @@ -59964,10 +61052,10 @@ function __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i5) { i2 = i6; i3 = i5 + 12 | 0; if (HEAP8[i3 >> 0] | 0) { - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 18746) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18629) | 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, 51344) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -59979,12 +61067,12 @@ function __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(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(50388, 18808) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18691) | 0; i8 = HEAP32[i4 >> 2] | 0; - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i7, i8) | 0, 18761) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i7, i8) | 0, 18644) | 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, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -60005,10 +61093,10 @@ function __ZN4wasm17WasmBinaryBuilder9getS32LEBEv(i5) { i2 = i6; i3 = i5 + 12 | 0; if (HEAP8[i3 >> 0] | 0) { - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 18746) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18629) | 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, 51344) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -60020,12 +61108,12 @@ function __ZN4wasm17WasmBinaryBuilder9getS32LEBEv(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(50388, 18808) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18691) | 0; i8 = HEAP32[i4 >> 2] | 0; - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i7, i8) | 0, 18761) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i7, i8) | 0, 18644) | 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, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -60036,103 +61124,6 @@ function __ZN4wasm17WasmBinaryBuilder9getS32LEBEv(i5) { return i1 | 0; } -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(50388, 20828) | 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, 51344) | 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 + 72 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 76 >> 2] | 0)) __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 68 | 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 __ZN4wasm17WasmBinaryBuilder11visitSwitchEPNS_6SwitchE(i9, i10) { - i9 = i9 | 0; - i10 = i10 | 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[i9 + 12 >> 0] | 0) { - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19861) | 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, 51344) | 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; - } - i1 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i9) | 0; - if ((i1 | 1 | 0) != 1) ___assert_fail(19761, 18690, 1738, 19877); - i7 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i9) | 0; - HEAP32[i10 + 24 >> 2] = i7; - if ((i1 | 0) == 1) { - i7 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i9) | 0; - HEAP32[i10 + 28 >> 2] = i7; - } - i2 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i9) | 0; - i3 = i10 + 12 | 0; - i4 = i10 + 16 | 0; - i5 = i10 + 8 | 0; - i7 = 0; - while (1) { - i1 = __ZN4wasm17WasmBinaryBuilder12getBreakNameEi(i9, __ZN4wasm17WasmBinaryBuilder8getInt32Ev(i9) | 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[i10 + 20 >> 2] = i1; - STACKTOP = i11; - return; -} - function __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i9, i8, i7, i6) { i9 = i9 | 0; i8 = i8 | 0; @@ -60161,7 +61152,7 @@ function __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4Pass __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); STACKTOP = i10; return; - } else ___assert_fail(27961, 28001, 34, 28014); + } else ___assert_fail(28980, 29020, 34, 29040); } function __ZN4wasm14EffectAnalyzer11invalidatesERS0_(i7, i4) { @@ -60181,7 +61172,7 @@ function __ZN4wasm14EffectAnalyzer11invalidatesERS0_(i7, i4) { i1 = 1; break; } - if (((HEAP32[i7 + 36 >> 2] | 0) + (HEAP32[i7 + 48 >> 2] | 0) | 0) >>> 0 >= 2) ___assert_fail(34766, 34812, 76, 34828); + if (((HEAP32[i7 + 36 >> 2] | 0) + (HEAP32[i7 + 48 >> 2] | 0) | 0) >>> 0 >= 2) ___assert_fail(35832, 35878, 77, 35894); i3 = i7 + 44 | 0; i5 = i4 + 40 | 0; i1 = i4 + 28 | 0; @@ -60312,6 +61303,78 @@ function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuild return; } +function __ZN10MixedArena10allocSpaceEj(i1, i6) { + i1 = i1 | 0; + i6 = i6 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i8 = i11; + i5 = _pthread_self() | 0; + if ((i5 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) { + i9 = i6 + 7 & -8; + i2 = i1 + 12 | 0; + i4 = HEAP32[i2 >> 2] | 0; + i5 = 0; + while (1) { + if (i4 >>> 0 > i9 >>> 0) break; + i5 = i4 << 1; + HEAP32[i2 >> 2] = i5; + i4 = i5; + i5 = 1; + } + i6 = i1 + 4 | 0; + i7 = HEAP32[i6 >> 2] | 0; + i2 = i7; + if ((i7 | 0) != (HEAP32[i1 >> 2] | 0) ? (i3 = i1 + 16 | 0, i10 = HEAP32[i3 >> 2] | 0, !(i5 | (i10 + i9 | 0) >>> 0 >= i4 >>> 0)) : 0) i1 = i10; else { + i3 = __Znaj(i4) | 0; + HEAP32[i8 >> 2] = i3; + if (i2 >>> 0 < (HEAP32[i1 + 8 >> 2] | 0) >>> 0) { + HEAP32[i7 >> 2] = i3; + i2 = (HEAP32[i6 >> 2] | 0) + 4 | 0; + HEAP32[i6 >> 2] = i2; + } else { + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i1, i8); + i2 = HEAP32[i6 >> 2] | 0; + } + i3 = i1 + 16 | 0; + HEAP32[i3 >> 2] = 0; + i1 = 0; + } + i10 = (HEAP32[i2 + -4 >> 2] | 0) + i1 | 0; + HEAP32[i3 >> 2] = i1 + i9; + i1 = i10; + } else { + i2 = 0; + L16 : while (1) { + while (1) { + if ((i5 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) { + i7 = 9; + break L16; + } + i3 = i1 + 24 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (!i4) break; else i1 = i4; + } + if (!i2) { + i2 = __Znwj(28) | 0; + __ZN10MixedArenaC2Ev(i2); + } + i4 = HEAP32[i3 >> 2] | 0; + if (!i4) HEAP32[i3 >> 2] = i2; + if (!i4) break; + i1 = i4; + } + if ((i7 | 0) == 9) if (i2) { + __ZN10MixedArenaD2Ev(i2); + __ZdlPv(i2); + } + i1 = __ZN10MixedArena10allocSpaceEj(i1, i6) | 0; + } + STACKTOP = i11; + return i1 | 0; +} + function __ZN4wasm18ExpressionAnalyzer12isResultUsedENSt3__16vectorIPNS_10ExpressionENS1_9allocatorIS4_EEEEPNS_8FunctionE(i8, i6) { i8 = i8 | 0; i6 = i6 | 0; @@ -60373,7 +61436,7 @@ function __ZN4wasm18ExpressionAnalyzer12isResultUsedENSt3__16vectorIPNS_10Expres } i7 = i7 + -1 | 0; } - if ((i9 | 0) == 8) ___assert_fail(34840, 34812, 165, 34868); else if ((i9 | 0) == 12) ___assert_fail(34881, 34812, 171, 34868); else if ((i9 | 0) == 14) i4 = (HEAP32[i6 + 4 >> 2] | 0) != 0; + if ((i9 | 0) == 8) ___assert_fail(35906, 35878, 183, 35934); else if ((i9 | 0) == 12) ___assert_fail(35947, 35878, 189, 35934); else if ((i9 | 0) == 14) i4 = (HEAP32[i6 + 4 >> 2] | 0) != 0; return i4 | 0; } @@ -60386,10 +61449,10 @@ function _load_binary2wasm(i4, i5) { i2 = i6 + 128 | 0; i3 = i6; __ZL12prepare2wasmv(); - if (HEAP8[53196] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 15586) | 0; - i1 = __Znwj(208) | 0; + if (HEAP8[54284] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 15586) | 0; + i1 = __Znwj(180) | 0; __ZN4wasm6ModuleC2Ev(i1); - HEAP32[12216] = i1; + HEAP32[12482] = i1; HEAP32[i2 >> 2] = 0; HEAP32[i2 + 4 >> 2] = 0; HEAP32[i2 + 8 >> 2] = 0; @@ -60400,8 +61463,8 @@ function _load_binary2wasm(i4, i5) { HEAP8[(HEAP32[i2 >> 2] | 0) + i1 >> 0] = HEAP8[i4 + i1 >> 0] | 0; i1 = i1 + 1 | 0; } - i4 = HEAP32[12216] | 0; - i5 = (HEAP32[12211] | 0) != 0; + i4 = HEAP32[12482] | 0; + i5 = (HEAP32[12477] | 0) != 0; HEAP32[i3 >> 2] = i4; HEAP32[i3 + 4 >> 2] = i4 + 88; HEAP32[i3 + 8 >> 2] = i2; @@ -60449,10 +61512,10 @@ function __ZN4wasm17WasmBinaryBuilder10getFloat64Ev(i3) { i2 = i6; i5 = i3 + 12 | 0; if (HEAP8[i5 >> 0] | 0) { - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 18746) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18629) | 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, 51344) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 52432) | 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; @@ -60465,10 +61528,10 @@ function __ZN4wasm17WasmBinaryBuilder10getFloat64Ev(i3) { 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(50388, 20649) | 0, d1) | 0, 18761) | 0; + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20709) | 0, d1) | 0, 18644) | 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, 51344) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 52432) | 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; @@ -60805,6 +61868,61 @@ function __ZN4wasm11MergeBlocks10visitBlockEPNS_5BlockE(i2, i1) { return; } +function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_9enable_ifIXaasr21__is_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsIS9_E9referenceEEE5valueEvE4typeES9_S9_(i6, i1, i7) { + i6 = i6 | 0; + i1 = i1 | 0; + i7 = i7 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; + i4 = i1; + i3 = i7 - i4 >> 2; + i2 = i6 + 8 | 0; + i5 = HEAP32[i6 >> 2] | 0; + L1 : do if (i3 >>> 0 > (HEAP32[i2 >> 2] | 0) - i5 >> 2 >>> 0) { + __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE10deallocateEv(i6); + if (i3 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i6); + i2 = (HEAP32[i2 >> 2] | 0) - (HEAP32[i6 >> 2] | 0) | 0; + if (i2 >> 2 >>> 0 < 536870911) { + i2 = i2 >> 1; + i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; + } else i2 = 1073741823; + __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE8allocateEj(i6, i2); + i2 = i6 + 4 | 0; + while (1) { + if ((i1 | 0) == (i7 | 0)) break L1; + i6 = HEAP32[i2 >> 2] | 0; + HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i2 >> 2] = i6 + 4; + i1 = i1 + 4 | 0; + } + } else { + i6 = i6 + 4 | 0; + i2 = (HEAP32[i6 >> 2] | 0) - i5 >> 2; + i8 = i3 >>> 0 > i2 >>> 0; + i3 = i1 + (i2 << 2) | 0; + i2 = (i8 ? i3 : i7) - i4 | 0; + _memmove(i5 | 0, i1 | 0, i2 | 0) | 0; + i2 = i5 + (i2 >> 2 << 2) | 0; + if (i8) { + i1 = i3; + while (1) { + if ((i1 | 0) == (i7 | 0)) break L1; + i8 = HEAP32[i6 >> 2] | 0; + HEAP32[i8 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i6 >> 2] = i8 + 4; + i1 = i1 + 4 | 0; + } + } + i1 = HEAP32[i6 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break L1; + i8 = i1 + -4 | 0; + HEAP32[i6 >> 2] = i8; + i1 = i8; + } + } while (0); + return; +} + function __ZN4wasm17WasmBinaryBuilder10getFloat32Ev(i3) { i3 = i3 | 0; var d1 = 0.0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; @@ -60814,10 +61932,10 @@ function __ZN4wasm17WasmBinaryBuilder10getFloat32Ev(i3) { i2 = i6; i5 = i3 + 12 | 0; if (HEAP8[i5 >> 0] | 0) { - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 18746) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18629) | 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, 51344) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 52432) | 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; @@ -60828,10 +61946,10 @@ function __ZN4wasm17WasmBinaryBuilder10getFloat32Ev(i3) { 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(50388, 20621) | 0, d1) | 0, 18761) | 0; + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEf(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20681) | 0, d1) | 0, 18644) | 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, 51344) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 52432) | 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; @@ -60841,72 +61959,6 @@ function __ZN4wasm17WasmBinaryBuilder10getFloat32Ev(i3) { return +d1; } -function __ZN10MixedArena10allocSpaceEj(i1, i7) { - i1 = i1 | 0; - i7 = i7 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; - i11 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i8 = i11; - i6 = _pthread_self() | 0; - if ((i6 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) { - i10 = i7 + 7 & -8; - i2 = i1 + 12 | 0; - i4 = HEAP32[i2 >> 2] | 0; - i5 = 0; - while (1) { - if (i4 >>> 0 > i10 >>> 0) break; - i5 = i4 << 1; - HEAP32[i2 >> 2] = i5; - i4 = i5; - i5 = 1; - } - i6 = i1 + 4 | 0; - i7 = HEAP32[i6 >> 2] | 0; - i2 = i7; - if ((i7 | 0) != (HEAP32[i1 >> 2] | 0) ? (i3 = i1 + 16 | 0, i9 = HEAP32[i3 >> 2] | 0, !(i5 | (i9 + i10 | 0) >>> 0 >= i4 >>> 0)) : 0) i1 = i9; else { - i3 = __Znaj(i4) | 0; - HEAP32[i8 >> 2] = i3; - if (i2 >>> 0 < (HEAP32[i1 + 8 >> 2] | 0) >>> 0) { - HEAP32[i7 >> 2] = i3; - i2 = (HEAP32[i6 >> 2] | 0) + 4 | 0; - HEAP32[i6 >> 2] = i2; - } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i1, i8); - i2 = HEAP32[i6 >> 2] | 0; - } - i3 = i1 + 16 | 0; - HEAP32[i3 >> 2] = 0; - i1 = 0; - } - i9 = (HEAP32[i2 + -4 >> 2] | 0) + i1 | 0; - HEAP32[i3 >> 2] = i1 + i10; - i1 = i9; - } else { - i5 = i1 + 24 | 0; - __ZNSt3__15mutex4lockEv(i5); - L17 : while (1) { - i3 = i1 + 20 | 0; - i4 = i1 + 52 | 0; - while (1) { - if ((i6 | 0) == (HEAP32[i3 >> 2] | 0)) break L17; - i2 = HEAP32[i4 >> 2] | 0; - if (i2 | 0) { - i1 = i2; - continue L17; - } - i10 = __Znwj(56) | 0; - __ZN10MixedArenaC2Ev(i10); - HEAP32[i4 >> 2] = i10; - } - } - i1 = __ZN10MixedArena10allocSpaceEj(i1, i7) | 0; - __ZNSt3__15mutex6unlockEv(i5); - } - STACKTOP = i11; - 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; @@ -61021,21 +62073,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(27361, 26648, 637, 27373); + if ((HEAP8[i5 >> 0] | 0) != 91) ___assert_fail(28380, 27667, 637, 28392); HEAP32[i8 >> 2] = i5 + 1; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; - i7 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i7, i8, 46567) | 0; + i7 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i7, i8, 47633) | 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(27387, 26648, 641, 27373); + if ((HEAP8[i1 >> 0] | 0) != 93) ___assert_fail(28406, 27667, 641, 28392); 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(27292, 26648, 643, 27373); + if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i10 = i1; else ___assert_fail(28311, 27667, 643, 28392); while (1) { if ((i10 | 0) == (i2 | 0)) break; i8 = i10 + -12 | 0; @@ -61248,7 +62300,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[12232] | 0) : 0) { + if ((HEAP32[i11 + 12 >> 2] | 0) == 0 ? (HEAP32[i11 >> 2] | 0) == (HEAP32[12498] | 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; @@ -61272,10 +62324,10 @@ function __ZN4wasm17WasmBinaryBuilder8getInt16Ev(i1) { i2 = i4; i3 = i1 + 12 | 0; if (HEAP8[i3 >> 0] | 0) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 18746) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18629) | 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, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 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; @@ -61284,10 +62336,10 @@ function __ZN4wasm17WasmBinaryBuilder8getInt16Ev(i1) { 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(50388, 18766) | 0, i1) | 0, 18761) | 0; + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18649) | 0, i1) | 0, 18644) | 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, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 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; @@ -61305,10 +62357,10 @@ function __ZN4wasm17WasmBinaryBuilder8getInt32Ev(i1) { i2 = i4; i3 = i1 + 12 | 0; if (HEAP8[i3 >> 0] | 0) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 18746) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18629) | 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, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 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; @@ -61317,10 +62369,10 @@ function __ZN4wasm17WasmBinaryBuilder8getInt32Ev(i1) { 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(50388, 18750) | 0, i1) | 0, 18761) | 0; + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18633) | 0, i1) | 0, 18644) | 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, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 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; @@ -61330,58 +62382,6 @@ function __ZN4wasm17WasmBinaryBuilder8getInt32Ev(i1) { 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; @@ -61399,13 +62399,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[43582] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[43583] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[43584] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[43585] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[43586] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[43587] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 46586, 0, HEAP32[i2 + 4 >> 2] | 0); + HEAP8[i12 >> 0] = HEAP8[44648] | 0; + HEAP8[i12 + 1 >> 0] = HEAP8[44649] | 0; + HEAP8[i12 + 2 >> 0] = HEAP8[44650] | 0; + HEAP8[i12 + 3 >> 0] = HEAP8[44651] | 0; + HEAP8[i12 + 4 >> 0] = HEAP8[44652] | 0; + HEAP8[i12 + 5 >> 0] = HEAP8[44653] | 0; + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 47652, 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; @@ -61440,13 +62440,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[43582] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[43583] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[43584] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[43585] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[43586] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[43587] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 46586, 1, HEAP32[i2 + 4 >> 2] | 0); + HEAP8[i12 >> 0] = HEAP8[44648] | 0; + HEAP8[i12 + 1 >> 0] = HEAP8[44649] | 0; + HEAP8[i12 + 2 >> 0] = HEAP8[44650] | 0; + HEAP8[i12 + 3 >> 0] = HEAP8[44651] | 0; + HEAP8[i12 + 4 >> 0] = HEAP8[44652] | 0; + HEAP8[i12 + 5 >> 0] = HEAP8[44653] | 0; + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 47652, 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; @@ -61481,13 +62481,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[43582] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[43583] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[43584] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[43585] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[43586] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[43587] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 46586, 0, HEAP32[i2 + 4 >> 2] | 0); + HEAP8[i12 >> 0] = HEAP8[44648] | 0; + HEAP8[i12 + 1 >> 0] = HEAP8[44649] | 0; + HEAP8[i12 + 2 >> 0] = HEAP8[44650] | 0; + HEAP8[i12 + 3 >> 0] = HEAP8[44651] | 0; + HEAP8[i12 + 4 >> 0] = HEAP8[44652] | 0; + HEAP8[i12 + 5 >> 0] = HEAP8[44653] | 0; + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 47652, 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; @@ -61522,13 +62522,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[43582] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[43583] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[43584] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[43585] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[43586] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[43587] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 46586, 1, HEAP32[i2 + 4 >> 2] | 0); + HEAP8[i12 >> 0] = HEAP8[44648] | 0; + HEAP8[i12 + 1 >> 0] = HEAP8[44649] | 0; + HEAP8[i12 + 2 >> 0] = HEAP8[44650] | 0; + HEAP8[i12 + 3 >> 0] = HEAP8[44651] | 0; + HEAP8[i12 + 4 >> 0] = HEAP8[44652] | 0; + HEAP8[i12 + 5 >> 0] = HEAP8[44653] | 0; + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 47652, 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; @@ -61554,10 +62554,10 @@ function __ZN4wasm17WasmBinaryBuilder8getInt64Ev(i1) { i2 = i5; i3 = i1 + 12 | 0; if (HEAP8[i3 >> 0] | 0) { - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 18746) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18629) | 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, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 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; @@ -61566,10 +62566,10 @@ function __ZN4wasm17WasmBinaryBuilder8getInt64Ev(i1) { 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(50388, 20662) | 0, i4, i1) | 0, 18761) | 0; + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20722) | 0, i4, i1) | 0, 18644) | 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, 51344) | 0; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 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; @@ -61580,6 +62580,46 @@ function __ZN4wasm17WasmBinaryBuilder8getInt64Ev(i1) { return i4 | 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, i10 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i9; + if (HEAP8[i7 + 12 >> 0] | 0) { + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20019) | 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, 52432) | 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; + } + i2 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i7) | 0; + i5 = HEAP32[i7 >> 2] | 0; + i5 = __ZN4wasm6Module15getFunctionTypeEj(i5, __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i7) | 0) | 0; + i6 = i8 + 24 | 0; + HEAP32[i6 >> 2] = i5; + if (((HEAP32[i5 + 12 >> 2] | 0) - (HEAP32[i5 + 8 >> 2] | 0) >> 2 | 0) != (i2 | 0)) ___assert_fail(19903, 18573, 1809, 20041); + i3 = i8 + 8 | 0; + __ZN11ArenaVectorIPN4wasm10ExpressionEE6resizeEj(i3, i2); + i4 = i2 + -1 | 0; + i5 = 0; + while (1) { + i1 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i7) | 0; + if ((i5 | 0) == (i2 | 0)) break; + i10 = __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i3, i4 - i5 | 0) | 0; + HEAP32[i10 >> 2] = i1; + i5 = i5 + 1 | 0; + } + HEAP32[i8 + 28 >> 2] = i1; + HEAP32[i8 + 4 >> 2] = HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2]; + STACKTOP = i9; + return; +} + function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceERPc(i6, i8) { i6 = i6 | 0; i8 = i8 | 0; @@ -61609,7 +62649,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceE default: {} } - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i6, i8, 27625) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i6, i8, 28644) | 0; HEAP32[i4 >> 2] = i7; HEAP32[i5 >> 2] = i1; HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; @@ -61633,7 +62673,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceE } HEAP32[i8 >> 2] = i1 + 1; } - if ((i2 | 0) == 3) ___assert_fail(27604, 26648, 674, 27609); else if ((i2 | 0) == 6) _abort(); else if ((i2 | 0) == 7) { + if ((i2 | 0) == 3) ___assert_fail(28623, 27667, 674, 28628); else if ((i2 | 0) == 6) _abort(); else if ((i2 | 0) == 7) { HEAP32[i8 >> 2] = i1 + 1; STACKTOP = i9; return i7 | 0; @@ -61692,47 +62732,6 @@ function __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_ite return i1 | 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, i10 = 0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i9; - if (HEAP8[i7 + 12 >> 0] | 0) { - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20019) | 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, 51344) | 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; - } - i2 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i7) | 0; - i6 = HEAP32[i7 >> 2] | 0; - i5 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i7) | 0; - i5 = HEAP32[(HEAP32[i6 >> 2] | 0) + (i5 << 2) >> 2] | 0; - i6 = i8 + 24 | 0; - HEAP32[i6 >> 2] = i5; - if ((HEAP32[i5 + 16 >> 2] | 0) != (i2 | 0)) ___assert_fail(19903, 18690, 1781, 20041); - i3 = i8 + 8 | 0; - __ZN11ArenaVectorIPN4wasm10ExpressionEE6resizeEj(i3, i2); - i4 = i2 + -1 | 0; - i5 = 0; - while (1) { - i1 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i7) | 0; - if ((i5 | 0) == (i2 | 0)) break; - i10 = __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i3, i4 - i5 | 0) | 0; - HEAP32[i10 >> 2] = i1; - i5 = i5 + 1 | 0; - } - HEAP32[i8 + 28 >> 2] = i1; - HEAP32[i8 + 4 >> 2] = HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2]; - STACKTOP = i9; - return; -} - function __ZN4wasm16PrintSExpression10visitBreakEPNS_5BreakE(i8, i5) { i8 = i8 | 0; i5 = i5 | 0; @@ -61745,7 +62744,7 @@ function __ZN4wasm16PrintSExpression10visitBreakEPNS_5BreakE(i8, i5) { i7 = i5 + 16 | 0; i4 = HEAP32[i8 >> 2] | 0; do if (!(HEAP32[i7 >> 2] | 0)) { - i4 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i4, 29164, 0) | 0; + i4 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i4, 30230, 0) | 0; HEAP32[i3 >> 2] = HEAP32[i5 + 8 >> 2]; HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i1) | 0; @@ -61756,9 +62755,9 @@ function __ZN4wasm16PrintSExpression10visitBreakEPNS_5BreakE(i8, i5) { i6 = 7; break; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i8 >> 2] | 0, 46571) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i8 >> 2] | 0, 47637) | 0; } else { - i6 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i4, 29157, 0) | 0; + i6 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i4, 30223, 0) | 0; HEAP32[i2 >> 2] = HEAP32[i5 + 8 >> 2]; HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i1) | 0; @@ -61998,6 +62997,96 @@ function _vfprintf(i15, i11, i1) { return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder11visitSwitchEPNS_6SwitchE(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; + i5 = i9 + 4 | 0; + i6 = i9; + if (HEAP8[i7 + 12 >> 0] | 0) { + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19861) | 0; + i3 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i5 >> 2] = i3; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52432) | 0; + i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 63](i3, 10) | 0; + __ZNSt3__16localeD2Ev(i5); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i3) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; + } + i1 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i7) | 0; + if ((i1 | 1 | 0) != 1) ___assert_fail(19761, 18573, 1766, 19877); + i4 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i7) | 0; + HEAP32[i8 + 28 >> 2] = i4; + if ((i1 | 0) == 1) { + i4 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i7) | 0; + HEAP32[i8 + 32 >> 2] = i4; + } + i2 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i7) | 0; + i3 = i8 + 8 | 0; + i4 = 0; + while (1) { + i1 = __ZN4wasm17WasmBinaryBuilder12getBreakNameEi(i7, __ZN4wasm17WasmBinaryBuilder8getInt32Ev(i7) | 0) | 0; + if ((i4 | 0) == (i2 | 0)) break; + HEAP32[i6 >> 2] = i1; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + __ZN11ArenaVectorIN4wasm4NameEE9push_backES1_(i3, i5); + i4 = i4 + 1 | 0; + } + HEAP32[i8 + 24 >> 2] = i1; + STACKTOP = i9; + return; +} + +function __ZN4wasm22SExpressionWasmBuilderC2ERNS_6ModuleERNS_7ElementENSt3__18functionIFvvEEE(i4, i2, i3, i1) { + i4 = i4 | 0; + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + var i5 = 0; + HEAP32[i4 >> 2] = i2; + HEAP32[i4 + 4 >> 2] = i2 + 88; + __ZNSt3__18functionIFvvEEC2ERKS2_(i4 + 8 | 0, i1); + HEAP32[i4 + 32 >> 2] = 0; + HEAP32[i4 + 36 >> 2] = 0; + HEAP32[i4 + 40 >> 2] = 0; + HEAP32[i4 + 48 >> 2] = 0; + HEAP32[i4 + 56 >> 2] = 0; + HEAP32[i4 + 60 >> 2] = 0; + HEAP32[i4 + 52 >> 2] = i4 + 56; + HEAP32[i4 + 64 >> 2] = 0; + HEAP32[i4 + 72 >> 2] = 0; + HEAP32[i4 + 76 >> 2] = 0; + HEAP32[i4 + 68 >> 2] = i4 + 72; + i2 = i4 + 88 | 0; + HEAP32[i2 >> 2] = 0; + HEAP32[i2 + 4 >> 2] = 0; + HEAP32[i2 + 8 >> 2] = 0; + HEAP8[i2 + 12 >> 0] = 0; + i2 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i3, 0) | 0) | 0; + if ((i2 | 0) != (HEAP32[12640] | 0)) ___assert_fail(17579, 17537, 250, 17606); + i1 = i4 + 44 | 0; + HEAP32[i1 >> 2] = 0; + i2 = 1; + while (1) { + i5 = (__ZN4wasm7Element4listEv(i3) | 0) + 8 | 0; + if (i2 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) break; + __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i2) | 0); + __ZN4wasm22SExpressionWasmBuilder15preParseImportsERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i2) | 0); + i2 = i2 + 1 | 0; + } + HEAP32[i1 >> 2] = 0; + i1 = 1; + while (1) { + i5 = (__ZN4wasm7Element4listEv(i3) | 0) + 8 | 0; + if (i1 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) break; + __ZN4wasm22SExpressionWasmBuilder18parseModuleElementERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i1) | 0); + i1 = i1 + 1 | 0; + } + return; +} + function __ZNSt3__116__pad_and_outputIcNS_11char_traitsIcEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i11, i8, i10, i2, i3, i7) { i11 = i11 | 0; i8 = i8 | 0; @@ -62188,7 +63277,7 @@ function _mbrtowc(i4, i3, i7, i1) { i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i2 = i9; - i6 = (i1 | 0) == 0 ? 49712 : i1; + i6 = (i1 | 0) == 0 ? 50800 : i1; i1 = HEAP32[i6 >> 2] | 0; L1 : do if (!i3) if (!i1) i1 = 0; else i8 = 15; else { i5 = (i4 | 0) == 0 ? i2 : i4; @@ -62449,12 +63538,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[43590] | 0; - HEAP8[i5 + 1 >> 0] = HEAP8[43591] | 0; - HEAP8[i5 + 2 >> 0] = HEAP8[43592] | 0; - HEAP8[i5 + 3 >> 0] = HEAP8[43593] | 0; - HEAP8[i5 + 4 >> 0] = HEAP8[43594] | 0; - HEAP8[i5 + 5 >> 0] = HEAP8[43595] | 0; + HEAP8[i5 >> 0] = HEAP8[44656] | 0; + HEAP8[i5 + 1 >> 0] = HEAP8[44657] | 0; + HEAP8[i5 + 2 >> 0] = HEAP8[44658] | 0; + HEAP8[i5 + 3 >> 0] = HEAP8[44659] | 0; + HEAP8[i5 + 4 >> 0] = HEAP8[44660] | 0; + HEAP8[i5 + 5 >> 0] = HEAP8[44661] | 0; i9 = __ZNSt3__16__clocEv() | 0; HEAP32[i10 >> 2] = i4; i5 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i7, 20, i9, i5, i10) | 0; @@ -62462,7 +63551,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, 51376) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 52464) | 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; @@ -62473,6 +63562,39 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 return i5 | 0; } +function __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i5, i2) { + i5 = i5 | 0; + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i4 = i6 + 24 | 0; + i7 = i6 + 12 | 0; + i1 = i6; + i3 = __ZN4wasm12PassRegistry3getEv() | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2ERKS5_(i7, i2); + i3 = __ZN4wasm12PassRegistry10createPassENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i3, i7) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); + HEAP32[i4 >> 2] = i3; + if (!i3) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 17204) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 17182) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2ERKS5_(i1, i2); + __ZNSt3__1lsIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_ostreamIT_T0_EES9_RKNS_12basic_stringIS6_S7_T1_EE(51476, i1) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 29972) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); + __ZN4wasm5FatalD2Ev(i6 + 28 | 0); + } + i1 = i5 + 12 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i5 + 16 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i5 + 8 | 0, i4); else { + HEAP32[i2 >> 2] = i3; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; + } + STACKTOP = i6; + return; +} + function __ZN4wasm17WasmBinaryBuilder14maybeVisitHostERPNS_10ExpressionEh(i4, i3, i1) { i4 = i4 | 0; i3 = i3 | 0; @@ -62507,10 +63629,10 @@ function __ZN4wasm17WasmBinaryBuilder14maybeVisitHostERPNS_10ExpressionEh(i4, i3 } if ((i5 | 0) == 4) { if (HEAP8[i4 + 12 >> 0] | 0) { - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20717) | 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20777) | 0; i5 = __ZNKSt3__18ios_base6getlocEv(i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i2 >> 2] = i5; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 0; i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; __ZNSt3__16localeD2Ev(i2); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i5) | 0; @@ -62539,7 +63661,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, 51400) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52488) | 0; __ZNSt3__16localeD2Ev(i1); i3 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0; i4 = HEAP32[i3 + 24 >> 2] | 0; @@ -62548,7 +63670,7 @@ 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, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52432) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; @@ -62582,7 +63704,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, 51400) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52488) | 0; __ZNSt3__16localeD2Ev(i1); i3 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0; i4 = HEAP32[i3 + 24 >> 2] | 0; @@ -62591,7 +63713,7 @@ 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, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52432) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; @@ -62677,12 +63799,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[43590] | 0; - HEAP8[i5 + 1 >> 0] = HEAP8[43591] | 0; - HEAP8[i5 + 2 >> 0] = HEAP8[43592] | 0; - HEAP8[i5 + 3 >> 0] = HEAP8[43593] | 0; - HEAP8[i5 + 4 >> 0] = HEAP8[43594] | 0; - HEAP8[i5 + 5 >> 0] = HEAP8[43595] | 0; + HEAP8[i5 >> 0] = HEAP8[44656] | 0; + HEAP8[i5 + 1 >> 0] = HEAP8[44657] | 0; + HEAP8[i5 + 2 >> 0] = HEAP8[44658] | 0; + HEAP8[i5 + 3 >> 0] = HEAP8[44659] | 0; + HEAP8[i5 + 4 >> 0] = HEAP8[44660] | 0; + HEAP8[i5 + 5 >> 0] = HEAP8[44661] | 0; i9 = __ZNSt3__16__clocEv() | 0; HEAP32[i10 >> 2] = i4; i5 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i7, 20, i9, i5, i10) | 0; @@ -62690,7 +63812,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, 51344) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 52432) | 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; @@ -62701,50 +63823,78 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 return i5 | 0; } -function __ZN4wasm22SExpressionWasmBuilderC2ERNS_6ModuleERNS_7ElementENSt3__18functionIFvvEEE(i4, i2, i3, i1) { - i4 = i4 | 0; - i2 = i2 | 0; - i3 = i3 | 0; - i1 = i1 | 0; - HEAP32[i4 >> 2] = i2; - HEAP32[i4 + 4 >> 2] = i2 + 88; - __ZNSt3__18functionIFvvEEC2ERKS2_(i4 + 8 | 0, i1); - HEAP32[i4 + 32 >> 2] = 0; - HEAP32[i4 + 36 >> 2] = 0; - HEAP32[i4 + 40 >> 2] = 0; - HEAP32[i4 + 48 >> 2] = 0; - HEAP32[i4 + 56 >> 2] = 0; - HEAP32[i4 + 60 >> 2] = 0; - HEAP32[i4 + 52 >> 2] = i4 + 56; - HEAP32[i4 + 64 >> 2] = 0; - HEAP32[i4 + 72 >> 2] = 0; - HEAP32[i4 + 76 >> 2] = 0; - HEAP32[i4 + 68 >> 2] = i4 + 72; - i2 = i4 + 88 | 0; - HEAP32[i2 >> 2] = 0; - HEAP32[i2 + 4 >> 2] = 0; - HEAP32[i2 + 8 >> 2] = 0; - HEAP8[i2 + 12 >> 0] = 0; - i2 = __ZN4wasm7Element4listEv(i3) | 0; - i2 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i2 >> 2] >> 2] | 0) | 0; - if ((i2 | 0) != (HEAP32[12368] | 0)) ___assert_fail(17583, 17541, 251, 17610); - i1 = i4 + 44 | 0; - HEAP32[i1 >> 2] = 0; - i2 = 1; +function __ZN4wasm3LEBIxaE4readENSt3__18functionIFavEEE(i10, i7) { + i10 = i10 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0; + i8 = i10; + HEAP32[i8 >> 2] = 0; + HEAP32[i8 + 4 >> 2] = 0; + i8 = 0; + i4 = 0; while (1) { - if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i3) | 0) >>> 0) break; - __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i2) | 0); - __ZN4wasm22SExpressionWasmBuilder15preParseImportsERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i2) | 0); - i2 = i2 + 1 | 0; + i6 = (__ZNKSt3__18functionIFavEEclEv(i7) | 0) << 24 >> 24; + i2 = i6 & 127; + if ((i8 | 0) == 0 & (i4 | 0) == 0) i1 = -1; else { + i1 = _i64Subtract(64, 0, i8 | 0, i4 | 0) | 0; + i1 = _bitshift64Shl(1, 0, i1 | 0) | 0; + i1 = _i64Add(i1 | 0, tempRet0 | 0, -1, -1) | 0; + } + i1 = i1 & i2; + i5 = (i6 & 128 | 0) == 0; + if (!(i5 | (i1 | 0) == (i2 | 0) & 0 == 0)) { + i2 = 5; + break; + } + i3 = _bitshift64Shl(i1 | 0, 0, i8 | 0) | 0; + i1 = i10; + i3 = HEAP32[i1 >> 2] | i3; + i1 = HEAP32[i1 + 4 >> 2] | tempRet0; + i2 = i10; + HEAP32[i2 >> 2] = i3; + HEAP32[i2 + 4 >> 2] = i1; + if (i5) { + i5 = i8; + i2 = 9; + break; + } + i8 = _i64Add(i8 | 0, i4 | 0, 7, 0) | 0; + if (i8 >>> 0 >= 64) { + i2 = 8; + break; + } else i4 = tempRet0; } - HEAP32[i1 >> 2] = 0; - i1 = 1; - while (1) { - if (i1 >>> 0 >= (__ZN4wasm7Element4sizeEv(i3) | 0) >>> 0) break; - __ZN4wasm22SExpressionWasmBuilder18parseModuleElementERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i1) | 0); - i1 = i1 + 1 | 0; + if ((i2 | 0) == 5) ___assert_fail(18703, 18573, 98, 18591); else if ((i2 | 0) == 8) ___assert_fail(18780, 18573, 103, 18591); else if ((i2 | 0) == 9) { + if ((i6 & 64 | 0 ? (i9 = _i64Add(i5 | 0, i4 | 0, 7, 0) | 0, i9 >>> 0 < 64) : 0) ? (i8 = 64 - i9 | 0, i9 = _bitshift64Shl(i3 | 0, i1 | 0, i8 | 0) | 0, i8 = _bitshift64Ashr(i9 | 0, tempRet0 | 0, i8 | 0) | 0, i9 = tempRet0, i10, HEAP32[i10 >> 2] = i8, HEAP32[i10 + 4 >> 2] = i9, (i9 | 0) >= 0) : 0) ___assert_fail(20291, 18573, 113, 18591); + return; } - return; +} + +function __ZN4wasm13WasmValidator13shouldBeEqualIPNS_10ExpressionENS_8WasmTypeEEEbT0_S5_T_PKc(i6, i3, i4, i2, i5) { + i6 = i6 | 0; + i3 = i3 | 0; + i4 = i4 | 0; + i2 = i2 | 0; + i5 = i5 | 0; + var i1 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i7; + if ((i3 | 0) == (i4 | 0)) i1 = 1; else { + __ZN4wasm13WasmValidator4failEv(i6) | 0; + i5 = __ZN4wasm11WasmPrinter15printExpressionEPNS_10ExpressionERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEb(i2, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 58379) | 0, i3) | 0, 21119) | 0, i4) | 0, 21124) | 0, i5) | 0, 21127) | 0, 0) | 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, 52432) | 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; + HEAP8[i6 + 24 >> 0] = 0; + i1 = 0; + } + STACKTOP = i7; + return i1 | 0; } function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwy(i6, i5, i4, i3, i1, i2) { @@ -62768,7 +63918,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, 46591, 0, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 47657, 0, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -62809,7 +63959,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, 46591, 1, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 47657, 1, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -62850,7 +64000,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, 46591, 0, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 47657, 0, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -62870,6 +64020,33 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 return i6 | 0; } +function __ZN4wasm13WasmValidator13shouldBeEqualIPNS_8SetLocalENS_8WasmTypeEEEbT0_S5_T_PKc(i6, i3, i4, i2, i5) { + i6 = i6 | 0; + i3 = i3 | 0; + i4 = i4 | 0; + i2 = i2 | 0; + i5 = i5 | 0; + var i1 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i7; + if ((i3 | 0) == (i4 | 0)) i1 = 1; else { + __ZN4wasm13WasmValidator4failEv(i6) | 0; + i5 = __ZN4wasm11WasmPrinter15printExpressionEPNS_10ExpressionERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEb(i2, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 58379) | 0, i3) | 0, 21119) | 0, i4) | 0, 21124) | 0, i5) | 0, 21127) | 0, 0) | 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, 52432) | 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; + HEAP8[i6 + 24 >> 0] = 0; + i1 = 0; + } + STACKTOP = i7; + return i1 | 0; +} + function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcx(i6, i5, i4, i3, i1, i2) { i6 = i6 | 0; i5 = i5 | 0; @@ -62891,7 +64068,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, 46591, 1, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 47657, 1, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -62916,20 +64093,47 @@ function __ZN4wasm14SimplifyLocals4scanEPS0_PPNS_10ExpressionE(i4, i3) { i3 = i3 | 0; var i1 = 0, i2 = 0, i5 = 0; i1 = i4 + 16 | 0; - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 239, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 281, i3); i2 = HEAP32[i3 >> 2] | 0; if ((HEAP32[i2 >> 2] | 0) == 2 ? (i5 = (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 16 | 0, (HEAP32[i5 >> 2] | 0) != 0) : 0) { - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 240, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 238, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 16 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 241, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 238, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 12 | 0); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 242, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 238, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 8 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 282, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 280, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 16 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 283, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 280, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 12 | 0); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 284, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 280, (__ZN4wasm10Expression4castINS_2IfEEEPT_v(i2) | 0) + 8 | 0); } else __ZN4wasm21LinearExecutionWalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE(i4, i3); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 243, i3); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i1, 285, i3); return; } +function __ZN4wasm13WasmValidator15shouldBeUnequalIPNS_5UnaryENS_8WasmTypeEEEbT0_S5_T_PKc(i6, i3, i4, i2, i5) { + i6 = i6 | 0; + i3 = i3 | 0; + i4 = i4 | 0; + i2 = i2 | 0; + i5 = i5 | 0; + var i1 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i7; + if ((i3 | 0) == (i4 | 0)) { + __ZN4wasm13WasmValidator4failEv(i6) | 0; + i5 = __ZN4wasm11WasmPrinter15printExpressionEPNS_10ExpressionERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEb(i2, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 58379) | 0, i3) | 0, 21491) | 0, i3) | 0, 21124) | 0, i5) | 0, 21127) | 0, 0) | 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, 52432) | 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; + HEAP8[i6 + 24 >> 0] = 0; + i1 = 0; + } else i1 = 1; + STACKTOP = i7; + return i1 | 0; +} + function __ZN4wasm17WasmBinaryBuilder7getInt8Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0; @@ -62940,14 +64144,14 @@ function __ZN4wasm17WasmBinaryBuilder7getInt8Ev(i4) { 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(18777, 18690, 1199, 18784); + if (i2 >>> 0 >= ((HEAP32[i1 + 4 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) | 0) >>> 0) ___assert_fail(18660, 18573, 1228, 18667); if (HEAP8[i4 + 12 >> 0] | 0) { - i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 18792) | 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, 18802) | 0; - i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i2, HEAP32[i6 >> 2] | 0) | 0, 46571) | 0; + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18675) | 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, 18685) | 0; + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i2, HEAP32[i6 >> 2] | 0) | 0, 47637) | 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, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 52432) | 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; @@ -62960,6 +64164,33 @@ function __ZN4wasm17WasmBinaryBuilder7getInt8Ev(i4) { return HEAP8[(HEAP32[i1 >> 2] | 0) + i2 >> 0] | 0; } +function __ZN4wasm13WasmValidator13shouldBeEqualIPNS_6BinaryENS_8WasmTypeEEEbT0_S5_T_PKc(i6, i3, i4, i2, i5) { + i6 = i6 | 0; + i3 = i3 | 0; + i4 = i4 | 0; + i2 = i2 | 0; + i5 = i5 | 0; + var i1 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i7; + if ((i3 | 0) == (i4 | 0)) i1 = 1; else { + __ZN4wasm13WasmValidator4failEv(i6) | 0; + i5 = __ZN4wasm11WasmPrinter15printExpressionEPNS_10ExpressionERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEb(i2, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 58379) | 0, i3) | 0, 21119) | 0, i4) | 0, 21124) | 0, i5) | 0, 21127) | 0, 0) | 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, 52432) | 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; + HEAP8[i6 + 24 >> 0] = 0; + i1 = 0; + } + STACKTOP = i7; + return i1 | 0; +} + function __ZNSt3__16vectorIN4wasm6WalkerIZNS1_13ReorderLocals13visitFunctionEPNS1_8FunctionEE9ReIndexerNS1_7VisitorIS6_vEEE4TaskENS_9allocatorISA_EEE24__emplace_back_slow_pathIJRPFvPS6_PPNS1_10ExpressionEERSI_EEEvDpOT_(i8, i5, i6) { i8 = i8 | 0; i5 = i5 | 0; @@ -62990,6 +64221,60 @@ function __ZNSt3__16vectorIN4wasm6WalkerIZNS1_13ReorderLocals13visitFunctionEPNS return; } +function __ZN4wasm13WasmValidator13shouldBeEqualIPNS_5UnaryENS_8WasmTypeEEEbT0_S5_T_PKc(i6, i3, i4, i2, i5) { + i6 = i6 | 0; + i3 = i3 | 0; + i4 = i4 | 0; + i2 = i2 | 0; + i5 = i5 | 0; + var i1 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i7; + if ((i3 | 0) == (i4 | 0)) i1 = 1; else { + __ZN4wasm13WasmValidator4failEv(i6) | 0; + i5 = __ZN4wasm11WasmPrinter15printExpressionEPNS_10ExpressionERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEb(i2, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 58379) | 0, i3) | 0, 21119) | 0, i4) | 0, 21124) | 0, i5) | 0, 21127) | 0, 0) | 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, 52432) | 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; + HEAP8[i6 + 24 >> 0] = 0; + i1 = 0; + } + STACKTOP = i7; + return i1 | 0; +} + +function __ZN4wasm13WasmValidator13shouldBeEqualIPNS_5BlockENS_8WasmTypeEEEbT0_S5_T_PKc(i6, i3, i4, i2, i5) { + i6 = i6 | 0; + i3 = i3 | 0; + i4 = i4 | 0; + i2 = i2 | 0; + i5 = i5 | 0; + var i1 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i7; + if ((i3 | 0) == (i4 | 0)) i1 = 1; else { + __ZN4wasm13WasmValidator4failEv(i6) | 0; + i5 = __ZN4wasm11WasmPrinter15printExpressionEPNS_10ExpressionERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEb(i2, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 58379) | 0, i3) | 0, 21119) | 0, i4) | 0, 21124) | 0, i5) | 0, 21127) | 0, 0) | 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, 52432) | 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; + HEAP8[i6 + 24 >> 0] = 0; + i1 = 0; + } + STACKTOP = i7; + return i1 | 0; +} + function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i10, i8) { i10 = i10 | 0; i8 = i8 | 0; @@ -63004,7 +64289,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, 51400) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52488) | 0; __ZNSt3__16localeD2Ev(i1); i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; i4 = HEAP32[i3 + 24 >> 2] | 0; @@ -63013,7 +64298,7 @@ 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, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52432) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; @@ -63046,7 +64331,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, 51400) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52488) | 0; __ZNSt3__16localeD2Ev(i1); i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; i4 = HEAP32[i3 + 24 >> 2] | 0; @@ -63055,7 +64340,7 @@ 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, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52432) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; @@ -63088,7 +64373,7 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEf(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, 51400) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52488) | 0; __ZNSt3__16localeD2Ev(i1); i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; i4 = HEAP32[i3 + 24 >> 2] | 0; @@ -63097,7 +64382,7 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEf(i10, d8) { if ((i1 | 0) == -1) { i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i5 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52432) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; @@ -63130,7 +64415,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, 51400) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52488) | 0; __ZNSt3__16localeD2Ev(i1); i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; i4 = HEAP32[i3 + 24 >> 2] | 0; @@ -63139,7 +64424,7 @@ 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, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52432) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; @@ -63240,17 +64525,17 @@ function __ZN4wasm16PrintSExpression9visitHostEPNS_4HostE(i4, i3) { switch (HEAP32[i3 + 8 >> 2] | 0) { case 0: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 >> 2] | 0, 29658, 0) | 0, 41) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 >> 2] | 0, 30724, 0) | 0, 41) | 0; break; } case 1: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 >> 2] | 0, 29667, 0) | 0, 41) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 >> 2] | 0, 30733, 0) | 0, 41) | 0; break; } case 2: { - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 >> 2] | 0, 29682, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 >> 2] | 0, 30748, 0) | 0; __ZN4wasm16PrintSExpression9incIndentEv(i4); i3 = __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i3 + 16 | 0, 0) | 0; __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, HEAP32[i3 >> 2] | 0); @@ -63259,7 +64544,7 @@ function __ZN4wasm16PrintSExpression9visitHostEPNS_4HostE(i4, i3) { } case 3: { - i4 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 >> 2] | 0, 29694, 0) | 0; + i4 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 >> 2] | 0, 30760, 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; @@ -63299,6 +64584,41 @@ function __ZNSt3__16vectorINS_3mapIjN4wasm14SimplifyLocals12SinkableInfoENS_4les return; } +function __ZN4wasm16PrintSExpression11visitSwitchEPNS_6SwitchE(i8, i7) { + i8 = i8 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i9 + 8 | 0; + i2 = i9 + 4 | 0; + i3 = i9; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i8 >> 2] | 0, 30234, 0) | 0; + i4 = i7 + 8 | 0; + i5 = HEAP32[i7 + 16 >> 2] | 0; + i6 = 0; + while (1) { + if ((i6 | 0) == (i5 | 0)) break; + i11 = __ZNK11ArenaVectorIN4wasm4NameEEixEj(i4, i6) | 0; + i10 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i8 >> 2] | 0, 48726) | 0; + HEAP32[i2 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i10, i1) | 0; + i6 = i6 + 1 | 0; + } + i11 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i8 >> 2] | 0, 48726) | 0; + HEAP32[i3 >> 2] = HEAP32[i7 + 24 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i11, i1) | 0; + __ZN4wasm16PrintSExpression9incIndentEv(i8); + i1 = HEAP32[i7 + 32 >> 2] | 0; + if (i1 | 0 ? (HEAP32[i1 >> 2] | 0) != 19 : 0) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i8, i1); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i8, HEAP32[i7 + 28 >> 2] | 0); + __ZN4wasm16PrintSExpression9decIndentEv(i8); + STACKTOP = i9; + return; +} + function __ZN10__cxxabiv112_GLOBAL__N_118parse_template_argINS0_2DbEEEPKcS4_S4_RT_(i1, i4, i3) { i1 = i1 | 0; i4 = i4 | 0; @@ -63351,40 +64671,31 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_template_argINS0_2DbEEEPKcS4_S4_R return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i4, i5, i2, i1) { +function __ZN4wasm13WasmValidator13shouldBeEqualIPKcNS_8WasmTypeEEEbT0_S5_T_S3_(i6, i3, i4, i2, i5) { + i6 = i6 | 0; + i3 = i3 | 0; i4 = i4 | 0; - i5 = i5 | 0; i2 = i2 | 0; - i1 = i1 | 0; - var d3 = 0.0, d6 = 0.0; - d3 = +__ZN4wasm7Literal8getFloatEv(i1); - d6 = +Math_abs(+d3); - 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 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 511](i1, 24123); - } - if ((HEAP32[i2 + 4 >> 2] | 0) == 1) { - if (d3 > 2147483647.0 | d3 < -2147483648.0) { - i5 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 511](i5, 24142); - } - HEAP32[i4 >> 2] = 1; - HEAP32[i4 + 8 >> 2] = ~~d3; - } else { - 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 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 511](i5, 24167); - } - HEAP32[i4 >> 2] = 2; - i5 = i4 + 8 | 0; - HEAP32[i5 >> 2] = i1; - HEAP32[i5 + 4 >> 2] = i2; + i5 = i5 | 0; + var i1 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i7; + if ((i3 | 0) == (i4 | 0)) i1 = 1; else { + __ZN4wasm13WasmValidator4failEv(i6) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 58379) | 0, i3) | 0, 21119) | 0, i4) | 0, 21124) | 0, i5) | 0, 21127) | 0, i2) | 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, 52432) | 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; + HEAP8[i6 + 24 >> 0] = 0; + i1 = 0; } - return; + STACKTOP = i7; + return i1 | 0; } function __ZNSt3__16vectorINS0_IPPN4wasm10ExpressionENS_9allocatorIS4_EEEENS5_IS7_EEE21__push_back_slow_pathIS7_EEvOT_(i7, i6) { @@ -63462,42 +64773,6 @@ function __ZN10__cxxabiv112_GLOBAL__N_115parse_simple_idINS0_2DbEEEPKcS4_S4_RT_( return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i4, i5, i2, i1) { - i4 = i4 | 0; - i5 = i5 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - var d3 = 0.0, d6 = 0.0; - d3 = +__ZN4wasm7Literal8getFloatEv(i1); - d6 = +Math_abs(+d3); - 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 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 511](i1, 24192); - } - if ((HEAP32[i2 + 4 >> 2] | 0) == 1) { - if (d3 > 4294967295.0 | d3 <= -1.0) { - i5 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 511](i5, 24211); - } - HEAP32[i4 >> 2] = 1; - HEAP32[i4 + 8 >> 2] = ~~d3 >>> 0; - } else { - 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 >> 2] | 0) + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 511](i5, 24236); - } - HEAP32[i4 >> 2] = 2; - i5 = i4 + 8 | 0; - HEAP32[i5 >> 2] = i1; - HEAP32[i5 + 4 >> 2] = i2; - } - return; -} - function __ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_j(i8, i10, i1) { i8 = i8 | 0; i10 = i10 | 0; @@ -63519,7 +64794,7 @@ 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, 51344) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 52432) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 63](i1, 32) | 0; __ZNSt3__16localeD2Ev(i4); i1 = i1 << 24 >> 24; @@ -63695,6 +64970,36 @@ function __ZNSt3__17__sort5IRZN4wasm13ReorderLocals13visitFunctionEPNS1_8Functio return i1 | 0; } +function __ZNSt3__16vectorIN4wasm6WalkerINS1_13WasmValidator16LoopChildCheckerENS1_7VisitorIS4_vEEE4TaskENS_9allocatorIS8_EEE24__emplace_back_slow_pathIJRPFvPS4_PPNS1_10ExpressionEERSG_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_bufferIN4wasm6WalkerINS1_13WasmValidator16LoopChildCheckerENS1_7VisitorIS4_vEEE4TaskERNS_9allocatorIS8_EEEC2EjjSB_(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__16vectorIN4wasm6WalkerINS1_13WasmValidator16LoopChildCheckerENS1_7VisitorIS4_vEEE4TaskENS_9allocatorIS8_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS8_RSA_EE(i8, i7); + __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_13WasmValidator16LoopChildCheckerENS1_7VisitorIS4_vEEE4TaskERNS_9allocatorIS8_EEED2Ev(i7); + STACKTOP = i9; + return; +} + function __ZNSt3__19to_stringEj(i8, i6) { i8 = i8 | 0; i6 = i6 | 0; @@ -63719,7 +65024,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, 42685, i7) | 0; + i1 = _snprintf(i1, i3 + 1 | 0, 43751, i7) | 0; if ((i1 | 0) > -1) { if (i1 >>> 0 <= i3 >>> 0) break; } else i1 = i3 << 1 | 1; @@ -63795,7 +65100,7 @@ function ___stdio_read(i8, i7, i9) { i5 = i8 + 44 | 0; HEAP32[i1 + 8 >> 2] = HEAP32[i5 >> 2]; HEAP32[i1 + 12 >> 2] = i11; - if (!(HEAP32[12414] | 0)) { + if (!(HEAP32[12686] | 0)) { HEAP32[i3 >> 2] = HEAP32[i8 + 60 >> 2]; HEAP32[i3 + 4 >> 2] = i1; HEAP32[i3 + 8 >> 2] = 2; @@ -63927,9 +65232,9 @@ function __ZN4wasm14SimplifyLocals18checkInvalidationsERNS_14EffectAnalyzerE(i1, function _instantiate() { var i1 = 0, i2 = 0, i3 = 0; - if (HEAP8[53196] | 0 ? (i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 15610) | 0, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasm11WasmPrinter11printModuleEPNS_6ModuleERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEE(HEAP32[12216] | 0, i2) | 0, 10) | 0, HEAP8[53196] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 15634) | 0; + if (HEAP8[54284] | 0 ? (i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 15610) | 0, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasm11WasmPrinter11printModuleEPNS_6ModuleERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEE(HEAP32[12482] | 0, i2) | 0, 10) | 0, HEAP8[54284] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 15634) | 0; _emscripten_asm_const_v(6); - i2 = HEAP32[12216] | 0; + i2 = HEAP32[12482] | 0; i1 = HEAP32[i2 + 28 >> 2] | 0; i2 = HEAP32[i2 + 24 >> 2] | 0; while (1) { @@ -63937,7 +65242,7 @@ function _instantiate() { _emscripten_asm_const_ii(7, HEAP32[HEAP32[i2 >> 2] >> 2] | 0) | 0; i2 = i2 + 4 | 0; } - i2 = HEAP32[12216] | 0; + i2 = HEAP32[12482] | 0; i1 = HEAP32[i2 + 16 >> 2] | 0; i2 = HEAP32[i2 + 12 >> 2] | 0; while (1) { @@ -63946,13 +65251,13 @@ function _instantiate() { _emscripten_asm_const_iiii(8, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i3 + 8 >> 2] | 0, HEAP32[i3 >> 2] | 0) | 0; i2 = i2 + 4 | 0; } - if (HEAP8[53196] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 16096) | 0; + if (HEAP8[54284] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 16096) | 0; i3 = __Znwj(28) | 0; - i1 = HEAP32[12216] | 0; + i1 = HEAP32[12482] | 0; i2 = __Znwj(4) | 0; HEAP32[i2 >> 2] = 3740; __ZN4wasm14ModuleInstanceC2ERNS_6ModuleEPNS0_17ExternalInterfaceE(i3, i1, i2); - HEAP32[12215] = i3; + HEAP32[12481] = i3; _emscripten_asm_const_v(9); return; } @@ -64026,6 +65331,41 @@ function __ZZN4wasm15RemoveUnusedBrs4walkERPNS_10ExpressionEEN11Selectifier7visi return; } +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(51476, 19746) | 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, 52432) | 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 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i4) | 0; + if ((i1 | 1 | 0) != 1) ___assert_fail(19761, 18573, 1757, 19786); + 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; + } + if ((i1 | 0) == 1) { + i7 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; + HEAP32[i3 + 12 >> 2] = i7; + } + if (HEAP32[i3 + 16 >> 2] | 0) HEAP32[i3 + 4 >> 2] = 0; + STACKTOP = i5; + return; +} + function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE21__push_back_slow_pathIRKS6_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -64134,29 +65474,26 @@ function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE1 return; } -function __ZN4wasm22SExpressionWasmBuilder11parseExportERNS_7ElementE(i2, i1) { - i2 = i2 | 0; +function __ZN4wasm14SimplifyLocals10visitBlockEPNS_5BlockE(i4, i1) { + i4 = i4 | 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[12373] | 0)) ___assert_fail(18607, 17541, 1112, 18629); - if (!(HEAP8[i2 + 100 >> 0] | 0)) __ZNKSt3__18functionIFvvEEclEv(i2 + 8 | 0); - i3 = (HEAP32[i2 >> 2] | 0) + 80 | 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); + var i2 = 0, i3 = 0; + i2 = i1 + 8 | 0; + if (!(HEAP32[i2 >> 2] | 0)) i3 = 0; else { + i3 = __ZNSt3__13mapIN4wasm4NameENS_6vectorINS1_14SimplifyLocals10BlockBreakENS_9allocatorIS5_EEEENS_4lessIS2_EENS6_INS_4pairIKS2_S8_EEEEEixERSC_(i4 + 52 | 0, i2) | 0; + i3 = (HEAP32[i3 + 4 >> 2] | 0) != (HEAP32[i3 >> 2] | 0); + } + __ZN4wasm14SimplifyLocals19optimizeBlockReturnEPNS_5BlockE(i4, i1); + if (HEAP32[i2 >> 2] | 0) { + i1 = i4 + 64 | 0; + if (__ZNKSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE14__count_uniqueIS2_EEjRKT_(i1, i2) | 0) { + __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableInfoEEENS_19__map_value_compareIjS5_NS_4lessIjEELb1EEENS_9allocatorIS5_EEE5clearEv(i4 + 40 | 0); + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE14__erase_uniqueIS2_EEjRKT_(i1, i2) | 0; + } + if (i3) { + __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableInfoEEENS_19__map_value_compareIjS5_NS_4lessIjEELb1EEENS_9allocatorIS5_EEE5clearEv(i4 + 40 | 0); + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS_6vectorINS2_14SimplifyLocals10BlockBreakENS_9allocatorIS6_EEEEEENS_19__map_value_compareIS3_SA_NS_4lessIS3_EELb1EEENS7_ISA_EEE14__erase_uniqueIS3_EEjRKT_(i4 + 52 | 0, i2) | 0; + } } return; } @@ -64195,7 +65532,7 @@ function __ZN4wasm16PrintSExpression7visitIfEPNS_2IfE(i6, i3) { i6 = i6 | 0; i3 = i3 | 0; var i1 = 0, i2 = 0, i4 = 0, i5 = 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i6 >> 2] | 0, 37594, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i6 >> 2] | 0, 38604, 0) | 0; __ZN4wasm16PrintSExpression9incIndentEv(i6); __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i3 + 8 >> 2] | 0); i5 = i6 + 20 | 0; @@ -64227,8 +65564,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, 48972) | 0)) ___assert_fail(27160, 38216, 1610, 27222); - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 48888) | 0)) ___assert_fail(27241, 38216, 1611, 27222); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 50036) | 0)) ___assert_fail(28179, 39226, 1611, 28241); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 49952) | 0)) ___assert_fail(28260, 39226, 1612, 28241); L7 : do if (i2) { i6 = __ZN6cashew3RefixEj(i6, 2) | 0; i6 = __ZN6cashew5Value4backEv(__ZN6cashew5Value4backEv(HEAP32[i6 >> 2] | 0) | 0) | 0; @@ -64343,6 +65680,36 @@ function __ZNSt3__16vectorIN4wasm6WalkerINS1_15GetLocalCounterENS1_7VisitorIS3_v return; } +function __ZNSt3__16vectorIN4wasm6WalkerINS1_15BlockTypeSeekerENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEE24__emplace_back_slow_pathIJRPFvPS3_PPNS1_10ExpressionEERSF_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_bufferIN4wasm6WalkerINS1_15BlockTypeSeekerENS1_7VisitorIS3_vEEE4TaskERNS_9allocatorIS7_EEEC2EjjSA_(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__16vectorIN4wasm6WalkerINS1_15BlockTypeSeekerENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS7_RS9_EE(i8, i7); + __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_15BlockTypeSeekerENS1_7VisitorIS3_vEEE4TaskERNS_9allocatorIS7_EEED2Ev(i7); + STACKTOP = i9; + return; +} + function __ZNSt3__16vectorIN4wasm6WalkerINS1_14SimplifyLocalsENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEE24__emplace_back_slow_pathIJRPFvPS3_PPNS1_10ExpressionEERSF_EEEvDpOT_(i8, i5, i6) { i8 = i8 | 0; i5 = i5 | 0; @@ -64433,6 +65800,36 @@ function __ZNSt3__16vectorIN4wasm6WalkerINS1_14EffectAnalyzerENS1_7VisitorIS3_vE return; } +function __ZNSt3__16vectorIN4wasm6WalkerINS1_13WasmValidatorENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEE24__emplace_back_slow_pathIJRPFvPS3_PPNS1_10ExpressionEERSF_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_bufferIN4wasm6WalkerINS1_13WasmValidatorENS1_7VisitorIS3_vEEE4TaskERNS_9allocatorIS7_EEEC2EjjSA_(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__16vectorIN4wasm6WalkerINS1_13WasmValidatorENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS7_RS9_EE(i8, i7); + __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_13WasmValidatorENS1_7VisitorIS3_vEEE4TaskERNS_9allocatorIS7_EEED2Ev(i7); + STACKTOP = i9; + return; +} + function __ZNSt3__16vectorIN4wasm6WalkerINS1_13ReorderLocalsENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEE24__emplace_back_slow_pathIJRPFvPS3_PPNS1_10ExpressionEERSF_EEEvDpOT_(i8, i5, i6) { i8 = i8 | 0; i5 = i5 | 0; @@ -64463,6 +65860,43 @@ function __ZNSt3__16vectorIN4wasm6WalkerINS1_13ReorderLocalsENS1_7VisitorIS3_vEE return; } +function __ZN4wasm22SExpressionWasmBuilder14makeBreakTableERNS_7ElementE(i7, i6) { + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i8 + 4 | 0; + i3 = i8; + i5 = __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(HEAP32[i7 + 4 >> 2] | 0) | 0; + i4 = i5 + 8 | 0; + i1 = 1; + while (1) { + i9 = __ZN4wasm7ElementixEj(i6, i1) | 0; + if (HEAP8[i9 >> 0] | 0) break; + i9 = __ZN4wasm22SExpressionWasmBuilder8getLabelERNS_7ElementE(i7, __ZN4wasm7ElementixEj(i6, i1) | 0) | 0; + HEAP32[i3 >> 2] = i9; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + __ZN11ArenaVectorIN4wasm4NameEE9push_backES1_(i4, i2); + i1 = i1 + 1 | 0; + } + i2 = __ZNK11ArenaVectorIN4wasm4NameEE4backEv(i4) | 0; + HEAP32[i5 + 24 >> 2] = HEAP32[i2 >> 2]; + __ZN11ArenaVectorIN4wasm4NameEE8pop_backEv(i4) | 0; + i2 = i1 + 1 | 0; + i9 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, __ZN4wasm7ElementixEj(i6, i1) | 0) | 0; + i1 = i5 + 28 | 0; + HEAP32[i1 >> 2] = i9; + i9 = (__ZN4wasm7Element4listEv(i6) | 0) + 8 | 0; + if (i2 >>> 0 < (HEAP32[i9 >> 2] | 0) >>> 0) { + HEAP32[i5 + 32 >> 2] = HEAP32[i1 >> 2]; + i9 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, __ZN4wasm7ElementixEj(i6, i2) | 0) | 0; + HEAP32[i1 >> 2] = i9; + } + STACKTOP = i8; + return i5 | 0; +} + function __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i7, i6, i8, i4, i5, i3) { i7 = i7 | 0; i6 = i6 | 0; @@ -64676,7 +66110,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, 51368) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52456) | 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]; @@ -64743,6 +66177,45 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD return; } +function __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(i8, i6) { + i8 = i8 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i7 = i9 + 4 | 0; + i4 = i9; + i5 = i8 + 164 | 0; + i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i5 >> 2] | 0) | 0; + HEAP32[i7 >> 2] = i1; + if (!(HEAP32[i6 >> 2] | 0)) HEAP32[i6 >> 2] = i1; + i1 = i6; + HEAP32[i4 >> 2] = i1; + i2 = i8 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i8 + 8 >> 2] | 0) >>> 0) { + __ZNSt3__16vectorINS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_EEvOT_(i8, i4); + i1 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = 0; + if (i1 | 0) { + __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i1 + 8 | 0); + __ZdlPv(i1); + } + } else { + HEAP32[i3 >> 2] = i1; + HEAP32[i2 >> 2] = i3 + 4; + HEAP32[i4 >> 2] = 0; + } + i8 = i8 + 116 | 0; + i4 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i8, i6) | 0; + HEAP32[i4 >> 2] = i6; + i8 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i8, i7) | 0; + HEAP32[i8 >> 2] = i6; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 1; + STACKTOP = i9; + return; +} + function __ZZN4wasm13ReorderLocals13visitFunctionEPNS_8FunctionEENKUljjE_clEjj(i1, i7, i8) { i1 = i1 | 0; i7 = i7 | 0; @@ -64815,40 +66288,6 @@ function __ZNSt3__16vectorIN4wasm6WalkerINS1_6VacuumENS1_7VisitorIS3_vEEE4TaskEN return; } -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(50388, 19746) | 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, 51344) | 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 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i4) | 0; - if ((i1 | 1 | 0) != 1) ___assert_fail(19761, 18690, 1730, 19786); - 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; - } - if ((i1 | 0) == 1) { - i7 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i4) | 0; - HEAP32[i3 + 12 >> 2] = i7; - } - STACKTOP = i5; - return; -} - function __ZNSt3__16vectorINS_10unique_ptrIN4wasm17RemoveUnusedNamesENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -64922,10 +66361,10 @@ function __ZN4wasm17WasmBinaryBuilder17readFunctionTableEv(i9) { STACKTOP = STACKTOP + 16 | 0; i1 = i10; if (HEAP8[i9 + 12 >> 0] | 0) { - i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20848) | 0; + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20908) | 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, 51344) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -64989,7 +66428,7 @@ function __ZZN4wasm17WasmBinaryBuilder4readEvENKUlPKcE_clES2_(i11, i10) { HEAP32[HEAP32[i10 >> 2] >> 2] = i12; HEAP32[HEAP32[i11 + 12 >> 2] >> 2] = HEAP32[i6 >> 2]; i12 = HEAP32[i7 >> 2] | 0; - if (((HEAP32[HEAP32[i10 >> 2] >> 2] | 0) + (HEAP32[i6 >> 2] | 0) | 0) >>> 0 > ((HEAP32[i12 + 4 >> 2] | 0) - (HEAP32[i12 >> 2] | 0) | 0) >>> 0) ___assert_fail(19006, 18690, 1169, 46742); else i1 = 1; + if (((HEAP32[HEAP32[i10 >> 2] >> 2] | 0) + (HEAP32[i6 >> 2] | 0) | 0) >>> 0 > ((HEAP32[i12 + 4 >> 2] | 0) - (HEAP32[i12 >> 2] | 0) | 0) >>> 0) ___assert_fail(19004, 18573, 1194, 47808); else i1 = 1; } else i1 = 0; return i1 | 0; } @@ -65038,6 +66477,36 @@ function __ZNKSt3__18messagesIcE6do_getEiiiRKNS_12basic_stringIcNS_11char_traits return; } +function __ZN4wasm13WasmValidator9visitLoopEPNS_4LoopE(i5, i4) { + i5 = i5 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i3 = i6; + i1 = i4 + 12 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i2 | 0) { + HEAP32[i3 >> 2] = 0; + HEAP32[i3 + 4 >> 2] = 0; + HEAP32[i3 + 8 >> 2] = 0; + HEAP32[i3 + 12 >> 2] = 0; + HEAP32[i3 + 16 >> 2] = 0; + HEAP32[i3 + 20 >> 2] = 0; + HEAP32[i3 + 24 >> 2] = i2; + i2 = i3 + 28 | 0; + HEAP8[i2 >> 0] = 1; + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE4walkERPNS_10ExpressionE(i3, i4 + 16 | 0); + __ZN4wasm13WasmValidator12shouldBeTrueIPNS_4LoopEEEbbT_PKc(i5, (HEAP8[i2 >> 0] | 0) != 0, i4, 21205) | 0; + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE14__erase_uniqueIS3_EEjRKT_(i5 + 28 | 0, i1) | 0; + __ZNSt3__113__vector_baseIN4wasm6WalkerINS1_13WasmValidator16LoopChildCheckerENS1_7VisitorIS4_vEEE4TaskENS_9allocatorIS8_EEED2Ev(i3 + 4 | 0); + } + i1 = i4 + 8 | 0; + if (HEAP32[i1 >> 2] | 0) __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE14__erase_uniqueIS3_EEjRKT_(i5 + 28 | 0, i1) | 0; + STACKTOP = i6; + return; +} + function __ZNSt3__16vectorINS_10unique_ptrIN4wasm15RemoveUnusedBrsENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -65190,7 +66659,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseReturnERPcP } if (i2 << 24 >> 24 == i3 << 24 >> 24) break; else i1 = i1 + 1 | 0; } - if ((i10 | 0) == 8) ___assert_fail(26968, 26648, 463, 26988); + if ((i10 | 0) == 8) ___assert_fail(27987, 27667, 463, 28007); if (i3 << 24 >> 24 == 59) HEAP32[i9 >> 2] = i4 + 1; HEAP32[i8 >> 2] = i5; HEAP32[i7 >> 2] = HEAP32[i8 >> 2]; @@ -65322,35 +66791,197 @@ function __ZNSt3__16vectorIPPN4wasm10ExpressionENS_9allocatorIS4_EEE8__appendEj( return; } -function __ZN4wasm16PrintSExpression11visitSwitchEPNS_6SwitchE(i8, i7) { - i8 = i8 | 0; +function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA10_KcbNS2_4TypeEEEEvDpOT_(i9, i5, i6, i7) { + i9 = i9 | 0; + i5 = i5 | 0; + i6 = i6 | 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; - i5 = i9 + 8 | 0; - i2 = i9 + 4 | 0; - i6 = i9; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i8 >> 2] | 0, 29168, 0) | 0; - i3 = HEAP32[i7 + 12 >> 2] | 0; - i4 = HEAP32[i7 + 8 >> 2] | 0; - while (1) { - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i8 >> 2] | 0, 47660) | 0; - if ((i4 | 0) == (i3 | 0)) break; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i1, i5) | 0; - i4 = i4 + 4 | 0; - } - HEAP32[i6 >> 2] = HEAP32[i7 + 20 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i1, i5) | 0; - __ZN4wasm16PrintSExpression9incIndentEv(i8); - i1 = HEAP32[i7 + 28 >> 2] | 0; - if (i1 | 0 ? (HEAP32[i1 >> 2] | 0) != 19 : 0) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i8, i1); - __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i8, HEAP32[i7 + 24 >> 2] | 0); - __ZN4wasm16PrintSExpression9decIndentEv(i8); - STACKTOP = i9; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i8 = i10; + i3 = i9 + 4 | 0; + i4 = HEAP32[i9 >> 2] | 0; + i2 = (((HEAP32[i3 >> 2] | 0) - i4 | 0) / 40 | 0) + 1 | 0; + if (i2 >>> 0 > 107374182) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i9); + i1 = ((HEAP32[i9 + 8 >> 2] | 0) - i4 | 0) / 40 | 0; + if (i1 >>> 0 < 53687091) { + i1 = i1 << 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 107374182; + __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEEC2EjjS5_(i8, i1, ((HEAP32[i3 >> 2] | 0) - i4 | 0) / 40 | 0, i9 + 8 | 0); + i4 = i8 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i6 = HEAP8[i6 >> 0] | 0; + i7 = HEAP32[i7 >> 2] | 0; + __ZN6cashew10IStringSetC2EPKc(i3, i5); + HEAP8[i3 + 32 >> 0] = i6; + HEAP32[i3 + 36 >> 2] = i7; + HEAP32[i4 >> 2] = i3 + 40; + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i9, i8); + __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEED2Ev(i8); + STACKTOP = i10; + return; +} + +function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA8_KcbNS2_4TypeEEEEvDpOT_(i9, i5, i6, i7) { + i9 = i9 | 0; + i5 = i5 | 0; + i6 = i6 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i8 = i10; + i3 = i9 + 4 | 0; + i4 = HEAP32[i9 >> 2] | 0; + i2 = (((HEAP32[i3 >> 2] | 0) - i4 | 0) / 40 | 0) + 1 | 0; + if (i2 >>> 0 > 107374182) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i9); + i1 = ((HEAP32[i9 + 8 >> 2] | 0) - i4 | 0) / 40 | 0; + if (i1 >>> 0 < 53687091) { + i1 = i1 << 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 107374182; + __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEEC2EjjS5_(i8, i1, ((HEAP32[i3 >> 2] | 0) - i4 | 0) / 40 | 0, i9 + 8 | 0); + i4 = i8 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i6 = HEAP8[i6 >> 0] | 0; + i7 = HEAP32[i7 >> 2] | 0; + __ZN6cashew10IStringSetC2EPKc(i3, i5); + HEAP8[i3 + 32 >> 0] = i6; + HEAP32[i3 + 36 >> 2] = i7; + HEAP32[i4 >> 2] = i3 + 40; + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i9, i8); + __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEED2Ev(i8); + STACKTOP = i10; + return; +} + +function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA6_KcbNS2_4TypeEEEEvDpOT_(i9, i5, i6, i7) { + i9 = i9 | 0; + i5 = i5 | 0; + i6 = i6 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i8 = i10; + i3 = i9 + 4 | 0; + i4 = HEAP32[i9 >> 2] | 0; + i2 = (((HEAP32[i3 >> 2] | 0) - i4 | 0) / 40 | 0) + 1 | 0; + if (i2 >>> 0 > 107374182) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i9); + i1 = ((HEAP32[i9 + 8 >> 2] | 0) - i4 | 0) / 40 | 0; + if (i1 >>> 0 < 53687091) { + i1 = i1 << 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 107374182; + __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEEC2EjjS5_(i8, i1, ((HEAP32[i3 >> 2] | 0) - i4 | 0) / 40 | 0, i9 + 8 | 0); + i4 = i8 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i6 = HEAP8[i6 >> 0] | 0; + i7 = HEAP32[i7 >> 2] | 0; + __ZN6cashew10IStringSetC2EPKc(i3, i5); + HEAP8[i3 + 32 >> 0] = i6; + HEAP32[i3 + 36 >> 2] = i7; + HEAP32[i4 >> 2] = i3 + 40; + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i9, i8); + __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEED2Ev(i8); + STACKTOP = i10; + return; +} + +function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA4_KcbNS2_4TypeEEEEvDpOT_(i9, i5, i6, i7) { + i9 = i9 | 0; + i5 = i5 | 0; + i6 = i6 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i8 = i10; + i3 = i9 + 4 | 0; + i4 = HEAP32[i9 >> 2] | 0; + i2 = (((HEAP32[i3 >> 2] | 0) - i4 | 0) / 40 | 0) + 1 | 0; + if (i2 >>> 0 > 107374182) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i9); + i1 = ((HEAP32[i9 + 8 >> 2] | 0) - i4 | 0) / 40 | 0; + if (i1 >>> 0 < 53687091) { + i1 = i1 << 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 107374182; + __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEEC2EjjS5_(i8, i1, ((HEAP32[i3 >> 2] | 0) - i4 | 0) / 40 | 0, i9 + 8 | 0); + i4 = i8 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i6 = HEAP8[i6 >> 0] | 0; + i7 = HEAP32[i7 >> 2] | 0; + __ZN6cashew10IStringSetC2EPKc(i3, i5); + HEAP8[i3 + 32 >> 0] = i6; + HEAP32[i3 + 36 >> 2] = i7; + HEAP32[i4 >> 2] = i3 + 40; + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i9, i8); + __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEED2Ev(i8); + STACKTOP = i10; + return; +} + +function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRA2_KcbNS2_4TypeEEEEvDpOT_(i9, i5, i6, i7) { + i9 = i9 | 0; + i5 = i5 | 0; + i6 = i6 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i8 = i10; + i3 = i9 + 4 | 0; + i4 = HEAP32[i9 >> 2] | 0; + i2 = (((HEAP32[i3 >> 2] | 0) - i4 | 0) / 40 | 0) + 1 | 0; + if (i2 >>> 0 > 107374182) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i9); + i1 = ((HEAP32[i9 + 8 >> 2] | 0) - i4 | 0) / 40 | 0; + if (i1 >>> 0 < 53687091) { + i1 = i1 << 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 107374182; + __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEEC2EjjS5_(i8, i1, ((HEAP32[i3 >> 2] | 0) - i4 | 0) / 40 | 0, i9 + 8 | 0); + i4 = i8 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i6 = HEAP8[i6 >> 0] | 0; + i7 = HEAP32[i7 >> 2] | 0; + __ZN6cashew10IStringSetC2EPKc(i3, i5); + HEAP8[i3 + 32 >> 0] = i6; + HEAP32[i3 + 36 >> 2] = i7; + HEAP32[i4 >> 2] = i3 + 40; + __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i9, i8); + __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEED2Ev(i8); + STACKTOP = i10; + return; +} + +function __ZNSt3__16vectorINS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_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_bufferINS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEEC2EjjS9_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + i4 = i5 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = 0; + HEAP32[i3 >> 2] = i2; + HEAP32[i4 >> 2] = i3 + 4; + __ZNSt3__16vectorINS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS8_EE(i7, i5); + __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEED2Ev(i5); + STACKTOP = i8; return; } @@ -65390,6 +67021,55 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE8__appendEj(i return; } +function __ZN4wasm6Module12removeImportENS_4NameE(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; + i9 = i11 + 16 | 0; + i7 = HEAP32[i9 >> 2] | 0; + i3 = HEAP32[i11 + 12 >> 2] | 0; + i1 = i7 - i3 >> 2; + i2 = HEAP32[i10 >> 2] | 0; + i8 = i7; + i4 = 0; + while (1) { + if (i4 >>> 0 >= i1 >>> 0) break; + i5 = i3 + (i4 << 2) | 0; + if ((HEAP32[HEAP32[i5 >> 2] >> 2] | 0) == (i2 | 0)) { + i6 = 4; + break; + } else i4 = i4 + 1 | 0; + } + L4 : do if ((i6 | 0) == 4) { + i3 = i5 + 4 | 0; + i1 = i5; + i2 = i3; + while (1) { + if ((i2 | 0) == (i8 | 0)) break; + i6 = HEAP32[i2 >> 2] | 0; + HEAP32[i2 >> 2] = 0; + i4 = HEAP32[i1 >> 2] | 0; + HEAP32[i1 >> 2] = i6; + if (i4 | 0) __ZdlPv(i4); + i1 = i1 + 4 | 0; + i2 = i2 + 4 | 0; + } + i2 = i5 + ((i7 - i3 | 0) >>> 2 << 2) | 0; + while (1) { + i1 = HEAP32[i9 >> 2] | 0; + if ((i1 | 0) == (i2 | 0)) break L4; + i8 = i1 + -4 | 0; + HEAP32[i9 >> 2] = i8; + i1 = HEAP32[i8 >> 2] | 0; + HEAP32[i8 >> 2] = 0; + if (!i1) continue; + __ZdlPv(i1); + } + } while (0); + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE14__erase_uniqueIS3_EEjRKT_(i11 + 128 | 0, i10) | 0; + return; +} + function __ZNSt3__16vectorINS_10unique_ptrIN4wasm11MergeBlocksENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -65419,39 +67099,6 @@ function __ZNSt3__16vectorINS_10unique_ptrIN4wasm11MergeBlocksENS_14default_dele return; } -function __ZN4wasm22SExpressionWasmBuilder18parseModuleElementERNS_7ElementE(i3, i2) { - i3 = i3 | 0; - i2 = i2 | 0; - var i1 = 0; - i1 = __ZN4wasm7Element4listEv(i2) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) | 0; - do if ((i1 | 0) != (HEAP32[12369] | 0)) { - if ((i1 | 0) == (HEAP32[12370] | 0)) { - __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i3, i2); - break; - } - if ((i1 | 0) == (HEAP32[12373] | 0)) { - __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i3, i2); - break; - } - if ((i1 | 0) == (HEAP32[12375] | 0)) { - __ZN4wasm22SExpressionWasmBuilder11parseExportERNS_7ElementE(i3, i2); - break; - } - if ((i1 | 0) != (HEAP32[12376] | 0)) { - if ((i1 | 0) == (HEAP32[12377] | 0)) { - __ZN4wasm22SExpressionWasmBuilder10parseTableERNS_7ElementE(i3, i2); - break; - } - if ((i1 | 0) != (HEAP32[12379] | 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(50388, 17787) | 0, i1) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i3 + 8 | 0); - } - } - } else __ZN4wasm22SExpressionWasmBuilder10parseStartERNS_7ElementE(i3, i2); while (0); - return; -} - function __ZN4wasm17WasmBinaryBuilder9readNamesEv(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0; @@ -65459,10 +67106,10 @@ function __ZN4wasm17WasmBinaryBuilder9readNamesEv(i4) { STACKTOP = STACKTOP + 16 | 0; i1 = i5; if (HEAP8[i4 + 12 >> 0] | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20869) | 0; + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20929) | 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, 51344) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -65487,7 +67134,7 @@ function __ZN4wasm17WasmBinaryBuilder9readNamesEv(i4) { if ((i1 | 0) == 5) { STACKTOP = i5; return; - } else if ((i1 | 0) == 7) ___assert_fail(20882, 18690, 1583, 20897); + } else if ((i1 | 0) == 7) ___assert_fail(20942, 18573, 1610, 20957); } function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i8, i2) { @@ -65654,6 +67301,35 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ return; } +function __ZNSt3__16vectorINS_10unique_ptrIN4wasm8FunctionENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_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_bufferINS_10unique_ptrIN4wasm8FunctionENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEEC2EjjS9_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + i4 = i5 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = 0; + HEAP32[i3 >> 2] = i2; + HEAP32[i4 >> 2] = i3 + 4; + __ZNSt3__16vectorINS_10unique_ptrIN4wasm8FunctionENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS8_EE(i7, i5); + __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm8FunctionENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEED2Ev(i5); + STACKTOP = i8; + return; +} + function __ZNSt3__16vectorINS_10unique_ptrIN4wasm6ThreadENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE24__emplace_back_slow_pathIJS6_EEEvDpOT_(i7, i5) { i7 = i7 | 0; i5 = i5 | 0; @@ -65683,68 +67359,6 @@ function __ZNSt3__16vectorINS_10unique_ptrIN4wasm6ThreadENS_14default_deleteIS3_ 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[12384] | 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 __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiRPciEEEvDpOT_(i9, i5, i6, i7) { - i9 = i9 | 0; - i5 = i5 | 0; - i6 = i6 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i10 = 0; - i10 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i8 = i10; - i3 = i9 + 4 | 0; - i4 = HEAP32[i9 >> 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(i9); - i1 = ((HEAP32[i9 + 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_(i8, i1, ((HEAP32[i3 >> 2] | 0) - i4 | 0) / 12 | 0, i9 + 8 | 0); - i4 = i8 + 8 | 0; - i3 = HEAP32[i4 >> 2] | 0; - i6 = HEAP32[i6 >> 2] | 0; - i7 = HEAP32[i7 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i3 + 4 >> 2] = i6; - HEAP32[i3 + 8 >> 2] = i7; - HEAP32[i4 >> 2] = i3 + 12; - __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i9, i8); - __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_9allocatorIS3_EEED2Ev(i8); - STACKTOP = i10; - return; -} - function __ZN4wasm7Builder6addVarEPNS_8FunctionENS_4NameENS_8WasmTypeE(i6, i7, i5) { i6 = i6 | 0; i7 = i7 | 0; @@ -65758,7 +67372,7 @@ function __ZN4wasm7Builder6addVarEPNS_8FunctionENS_4NameENS_8WasmTypeE(i6, i7, i i3 = i6 + 24 | 0; i9 = HEAP32[i3 >> 2] | 0; i4 = i9; - if ((HEAP32[i6 + 60 >> 2] | 0) != ((i9 - (HEAP32[i2 >> 2] | 0) >> 2) + ((HEAP32[i6 + 12 >> 2] | 0) - (HEAP32[i6 + 8 >> 2] | 0) >> 2) | 0)) ___assert_fail(17124, 17096, 188, 17193); + if ((HEAP32[i6 + 60 >> 2] | 0) != ((i9 - (HEAP32[i2 >> 2] | 0) >> 2) + ((HEAP32[i6 + 12 >> 2] | 0) - (HEAP32[i6 + 8 >> 2] | 0) >> 2) | 0)) ___assert_fail(17106, 17078, 214, 17175); if (i4 >>> 0 < (HEAP32[i6 + 28 >> 2] | 0) >>> 0) { HEAP32[i4 >> 2] = i5; HEAP32[i3 >> 2] = i4 + 4; @@ -65783,11 +67397,11 @@ function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_7Literal 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, 24903) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, __ZN4wasm13printWasmTypeENS_8WasmTypeE(i3) | 0) | 0, 25911) | 0; switch (i3 | 0) { case 0: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 37910) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 38920) | 0; break; } case 1: @@ -65846,6 +67460,64 @@ function __ZNSt3__16vectorINS_10unique_ptrIN4wasm6VacuumENS_14default_deleteIS3_ return; } +function __ZNSt3__16vectorINS_10unique_ptrIN4wasm6ImportENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_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_bufferINS_10unique_ptrIN4wasm6ImportENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEEC2EjjS9_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + i4 = i5 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = 0; + HEAP32[i3 >> 2] = i2; + HEAP32[i4 >> 2] = i3 + 4; + __ZNSt3__16vectorINS_10unique_ptrIN4wasm6ImportENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS8_EE(i7, i5); + __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm6ImportENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEED2Ev(i5); + STACKTOP = i8; + return; +} + +function __ZNSt3__16vectorINS_10unique_ptrIN4wasm6ExportENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_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_bufferINS_10unique_ptrIN4wasm6ExportENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEEC2EjjS9_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + i4 = i5 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = 0; + HEAP32[i3 >> 2] = i2; + HEAP32[i4 >> 2] = i3 + 4; + __ZNSt3__16vectorINS_10unique_ptrIN4wasm6ExportENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS8_EE(i7, i5); + __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm6ExportENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEED2Ev(i5); + STACKTOP = i8; + return; +} + function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKcj(i7, i4, i2, i6) { i7 = i7 | 0; i4 = i4 | 0; @@ -65962,7 +67634,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, 51368) | 0; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52456) | 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]; @@ -65997,7 +67669,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, 51368) | 0; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52456) | 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]; @@ -66032,7 +67704,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, 51368) | 0; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 52456) | 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]; @@ -66049,6 +67721,45 @@ function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERj(i8, i7) { return i8 | 0; } +function __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i8, i6) { + i8 = i8 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i7 = i9 + 4 | 0; + i4 = i9; + i5 = i8 + 176 | 0; + i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i5 >> 2] | 0) | 0; + HEAP32[i7 >> 2] = i1; + if (!(HEAP32[i6 >> 2] | 0)) HEAP32[i6 >> 2] = i1; + i1 = i6; + HEAP32[i4 >> 2] = i1; + i2 = i8 + 40 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i8 + 44 >> 2] | 0) >>> 0) { + __ZNSt3__16vectorINS_10unique_ptrIN4wasm8FunctionENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_EEvOT_(i8 + 36 | 0, i4); + i1 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = 0; + if (i1 | 0) { + __ZN4wasm8FunctionD2Ev(i1); + __ZdlPv(i1); + } + } else { + HEAP32[i3 >> 2] = i1; + HEAP32[i2 >> 2] = i3 + 4; + HEAP32[i4 >> 2] = 0; + } + i8 = i8 + 152 | 0; + i4 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i8, i6) | 0; + HEAP32[i4 >> 2] = i6; + i8 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i8, i7) | 0; + HEAP32[i8 >> 2] = i6; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 1; + STACKTOP = i9; + return; +} + function __ZN4wasm17WasmBinaryBuilder7visitIfEPNS_2IfE(i4, i3) { i4 = i4 | 0; i3 = i3 | 0; @@ -66057,10 +67768,10 @@ function __ZN4wasm17WasmBinaryBuilder7visitIfEPNS_2IfE(i4, i3) { STACKTOP = STACKTOP + 16 | 0; i1 = i5; if (HEAP8[i4 + 12 >> 0] | 0) { - i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19677) | 0; + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19677) | 0; i6 = __ZNKSt3__18ios_base6getlocEv(i2 + (HEAP32[(HEAP32[i2 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i1 >> 2] = i6; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; __ZNSt3__16localeD2Ev(i1); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i2, i6) | 0; @@ -66081,7 +67792,7 @@ function __ZN4wasm17WasmBinaryBuilder7visitIfEPNS_2IfE(i4, i3) { if ((i1 | 0) == 15) { STACKTOP = i5; return; - } else ___assert_fail(19689, 18690, 1708, 19724); + } else ___assert_fail(19689, 18573, 1735, 19724); } function __ZN6cashew7IString3setEPKcb(i5, i1, i2) { @@ -66094,16 +67805,16 @@ function __ZN6cashew7IString3setEPKcb(i5, i1, i2) { i3 = i6 + 8 | 0; i4 = i6; HEAP32[i4 >> 2] = i1; - if ((HEAP8[48152] | 0) == 0 ? ___cxa_guard_acquire(48152) | 0 : 0) { + if ((HEAP8[49216] | 0) == 0 ? ___cxa_guard_acquire(49216) | 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[12217] = i1; + HEAP32[12483] = i1; } - i1 = __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE4findIS2_EENS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(HEAP32[12217] | 0, i4) | 0; + i1 = __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE4findIS2_EENS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(HEAP32[12483] | 0, i4) | 0; if (!i1) { if (__ZN4wasm10ThreadPool9isRunningEv() | 0) ___assert_fail(16523, 16480, 76, 16554); if (i2) i1 = HEAP32[i4 >> 2] | 0; else { @@ -66113,7 +67824,7 @@ function __ZN6cashew7IString3setEPKcb(i5, i1, i2) { _strncpy(i1, i7, i2) | 0; HEAP32[i4 >> 2] = i1; } - __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i3, HEAP32[12217] | 0, i4); + __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i3, HEAP32[12483] | 0, i4); } else { i1 = HEAP32[i1 + 8 >> 2] | 0; HEAP32[i4 >> 2] = i1; @@ -66123,6 +67834,68 @@ function __ZN6cashew7IString3setEPKcb(i5, i1, i2) { return; } +function __ZN4wasm22SExpressionWasmBuilder18parseModuleElementERNS_7ElementE(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0; + i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i2, 0) | 0) | 0; + do if ((i1 | 0) != (HEAP32[12641] | 0)) { + if ((i1 | 0) == (HEAP32[12642] | 0)) { + __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i3, i2); + break; + } + if ((i1 | 0) == (HEAP32[12645] | 0)) { + __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i3, i2); + break; + } + if ((i1 | 0) == (HEAP32[12647] | 0)) { + __ZN4wasm22SExpressionWasmBuilder11parseExportERNS_7ElementE(i3, i2); + break; + } + if ((i1 | 0) != (HEAP32[12648] | 0)) { + if ((i1 | 0) == (HEAP32[12649] | 0)) { + __ZN4wasm22SExpressionWasmBuilder10parseTableERNS_7ElementE(i3, i2); + break; + } + if ((i1 | 0) != (HEAP32[12651] | 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(51476, 17783) | 0, i1) | 0, 10) | 0; + __ZNKSt3__18functionIFvvEEclEv(i3 + 8 | 0); + } + } + } else __ZN4wasm22SExpressionWasmBuilder10parseStartERNS_7ElementE(i3, i2); while (0); + return; +} + +function __ZN4wasm13WasmValidator12shouldBeTrueINS_4NameEEEbbT_PKc(i6, i4, i3, i5) { + i6 = i6 | 0; + i4 = i4 | 0; + i3 = i3 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i7 + 4 | 0; + i2 = i7; + if (i4) i1 = 1; else { + __ZN4wasm13WasmValidator4failEv(i6) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 21227) | 0, i5) | 0, 21127) | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + i5 = __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i5, i1) | 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, 52432) | 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; + HEAP8[i6 + 24 >> 0] = 0; + i1 = 0; + } + STACKTOP = i7; + return i1 | 0; +} + 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; @@ -66184,7 +67957,7 @@ function __ZL25default_terminate_handlerv() { i1 = HEAP32[i1 + 4 >> 2] | 0; if (!((i2 & -256 | 0) == 1126902528 & (i1 | 0) == 1129074247)) { HEAP32[i3 >> 2] = HEAP32[3327]; - _abort_message(45945, i3); + _abort_message(47011, i3); } if ((i2 | 0) == 1126902529 & (i1 | 0) == 1129074247) i1 = HEAP32[i4 + 44 >> 2] | 0; else i1 = i4 + 80 | 0; HEAP32[i5 >> 2] = i1; @@ -66197,14 +67970,14 @@ function __ZL25default_terminate_handlerv() { HEAP32[i6 >> 2] = i5; HEAP32[i6 + 4 >> 2] = i1; HEAP32[i6 + 8 >> 2] = i8; - _abort_message(45859, i6); + _abort_message(46925, i6); } else { HEAP32[i8 >> 2] = HEAP32[3327]; HEAP32[i8 + 4 >> 2] = i1; - _abort_message(45904, i8); + _abort_message(46970, i8); } } - _abort_message(45983, i7); + _abort_message(47049, i7); } function __ZNSt3__16vectorINS_4pairIPN4wasm7ElementEPNS2_5BlockEEENS_9allocatorIS7_EEE24__emplace_back_slow_pathIJRS4_RS6_EEEvDpOT_(i8, i5, i6) { @@ -66307,6 +68080,35 @@ function __ZNSt3__16vectorINS_8functionIFN4wasm15ThreadWorkStateEvEEENS_9allocat return; } +function __ZN4wasm22SExpressionWasmBuilder9makeBreakERNS_7ElementE(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i4 = 0; + i4 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i3 + 4 >> 2] | 0) | 0; + i1 = __ZN4wasm22SExpressionWasmBuilder8getLabelERNS_7ElementE(i3, __ZN4wasm7ElementixEj(i2, 1) | 0) | 0; + HEAP32[i4 + 8 >> 2] = i1; + i1 = (__ZN4wasm7Element4listEv(i2) | 0) + 8 | 0; + if ((HEAP32[i1 >> 2] | 0) != 2) { + i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i2, 0) | 0) | 0; + if ((i1 | 0) == (HEAP32[12656] | 0)) { + i1 = (__ZN4wasm7Element4listEv(i2) | 0) + 8 | 0; + if ((HEAP32[i1 >> 2] | 0) >>> 0 > 3) { + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, __ZN4wasm7ElementixEj(i2, 2) | 0) | 0; + HEAP32[i4 + 12 >> 2] = i1; + i1 = 3; + } else i1 = 2; + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, __ZN4wasm7ElementixEj(i2, i1) | 0) | 0; + HEAP32[i4 + 16 >> 2] = i1; + } else { + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, __ZN4wasm7ElementixEj(i2, 2) | 0) | 0; + HEAP32[i4 + 12 >> 2] = i1; + i1 = HEAP32[i4 + 16 >> 2] | 0; + } + if (i1 | 0) HEAP32[i4 + 4 >> 2] = 0; + } + return i4 | 0; +} + function __ZN4wasm17WasmBinaryBuilder13visitGetLocalEPNS_8GetLocalE(i3, i4) { i3 = i3 | 0; i4 = i4 | 0; @@ -66315,11 +68117,11 @@ function __ZN4wasm17WasmBinaryBuilder13visitGetLocalEPNS_8GetLocalE(i3, i4) { STACKTOP = STACKTOP + 16 | 0; i1 = i5; if (HEAP8[i3 + 12 >> 0] | 0) { - i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20059) | 0; + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20059) | 0; i2 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i2, HEAP32[i3 + 16 >> 2] | 0) | 0; i6 = __ZNKSt3__18ios_base6getlocEv(i2 + (HEAP32[(HEAP32[i2 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; HEAP32[i1 >> 2] = i6; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i6 >> 2] | 0) + 28 >> 2] & 63](i6, 10) | 0; __ZNSt3__16localeD2Ev(i1); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i2, i6) | 0; @@ -66333,7 +68135,36 @@ function __ZN4wasm17WasmBinaryBuilder13visitGetLocalEPNS_8GetLocalE(i3, i4) { HEAP32[i4 + 4 >> 2] = i6; STACKTOP = i5; return; - } else ___assert_fail(20078, 18690, 1792, 20121); + } else ___assert_fail(20078, 18573, 1820, 20121); +} + +function __ZN4wasm13WasmValidator13shouldBeFalseINS_4NameEEEbbT_PKc(i6, i4, i3, i5) { + i6 = i6 | 0; + i4 = i4 | 0; + i3 = i3 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i7 + 4 | 0; + i2 = i7; + if (i4) { + __ZN4wasm13WasmValidator4failEv(i6) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 21666) | 0, i5) | 0, 21127) | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + i5 = __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i5, i1) | 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, 52432) | 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; + HEAP8[i6 + 24 >> 0] = 0; + } + STACKTOP = i7; + return 0; } function __ZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralE(i1, i4, i2) { @@ -66355,13 +68186,13 @@ function __ZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralE i2 = tempRet0; } i7 = i4 + 12 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, HEAP32[i7 >> 2] | 0, 0, i3, 0, 23944); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, i1, i2, i3 - (HEAP32[i7 >> 2] | 0) | 0, 0, 23960); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, HEAP32[i7 >> 2] | 0, 0, i3, 0, 24879); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, i1, i2, i3 - (HEAP32[i7 >> 2] | 0) | 0, 0, 24895); i2 = _i64Add(HEAP32[i7 >> 2] | 0, 0, i1 | 0, i2 | 0) | 0; i1 = tempRet0; i4 = i4 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, HEAP32[i4 >> 2] | 0, 0, i3, 0, 23975); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, i2, i1, i3 - (HEAP32[i4 >> 2] | 0) | 0, 0, 23990); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, HEAP32[i4 >> 2] | 0, 0, i3, 0, 24910); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, i2, i1, i3 - (HEAP32[i4 >> 2] | 0) | 0, 0, 24925); STACKTOP = i6; return i2 | 0; } @@ -66371,18 +68202,18 @@ function __ZN4wasm15RemoveUnusedBrs4scanEPS0_PPNS_10ExpressionE(i1, i4) { i4 = i4 | 0; var i2 = 0, i3 = 0; i2 = i1 + 16 | 0; - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 131, i4); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 173, i4); i3 = HEAP32[i4 >> 2] | 0; if ((i3 | 0) == 0 | (HEAP32[i3 >> 2] | 0) != 2) __ZN4wasm10PostWalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE(i1, i4); else { - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 132, i4); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 174, i4); i1 = i3 + 16 | 0; if (HEAP32[i1 >> 2] | 0) { - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 130, i1); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 133, i4); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 172, i1); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 175, i4); } - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 130, i3 + 12 | 0); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 134, i4); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 130, i3 + 8 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 172, i3 + 12 | 0); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 176, i4); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i2, 172, i3 + 8 | 0); } return; } @@ -66464,13 +68295,13 @@ function __ZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralE( i2 = tempRet0; } i7 = i4 + 16 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, HEAP32[i7 >> 2] | 0, 0, i3, 0, 23944); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, i1, i2, i3 - (HEAP32[i7 >> 2] | 0) | 0, 0, 23960); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, HEAP32[i7 >> 2] | 0, 0, i3, 0, 24879); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, i1, i2, i3 - (HEAP32[i7 >> 2] | 0) | 0, 0, 24895); i2 = _i64Add(HEAP32[i7 >> 2] | 0, 0, i1 | 0, i2 | 0) | 0; i1 = tempRet0; i4 = i4 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, HEAP32[i4 >> 2] | 0, 0, i3, 0, 23975); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, i2, i1, i3 - (HEAP32[i4 >> 2] | 0) | 0, 0, 23990); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, HEAP32[i4 >> 2] | 0, 0, i3, 0, 24910); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUlyyPKcE_clEyyS7_(i5, i2, i1, i3 - (HEAP32[i4 >> 2] | 0) | 0, 0, 24925); STACKTOP = i6; return i2 | 0; } @@ -66527,14 +68358,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, 46571) | 0; + i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i1, i2, 47637) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i2); i1 = HEAP32[i2 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 41) ___assert_fail(27014, 26648, 662, 27588); + if ((HEAP8[i1 >> 0] | 0) != 41) ___assert_fail(28033, 27667, 662, 28607); 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(27292, 26648, 664, 27588); + if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i5 = i1; else ___assert_fail(28311, 27667, 664, 28607); while (1) { if ((i5 | 0) == (i2 | 0)) break; i1 = i5 + -12 | 0; @@ -66601,6 +68432,35 @@ function _memchr(i1, i5, i2) { return (i2 | 0 ? i1 : 0) | 0; } +function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJRjPKcS8_EEEvDpOT_(i9, i5, i6, i7) { + i9 = i9 | 0; + i5 = i5 | 0; + i6 = i6 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i8 = i10; + i3 = i9 + 4 | 0; + i4 = HEAP32[i9 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 4) + 1 | 0; + if (i2 >>> 0 > 268435455) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i9); + i1 = (HEAP32[i9 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 4 >>> 0 < 134217727) { + i1 = i1 >> 3; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 268435455; + __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_9allocatorIS3_EEEC2EjjS6_(i8, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 4, i9 + 8 | 0); + i4 = i8 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + __ZN4wasm6Memory7SegmentC2EjPKcj(i3, HEAP32[i5 >> 2] | 0, HEAP32[i6 >> 2] | 0, HEAP32[i7 >> 2] | 0); + HEAP32[i4 >> 2] = i3 + 16; + __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i9, i8); + __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_9allocatorIS3_EEED2Ev(i8); + STACKTOP = i10; + return; +} + function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEjPKcj(i7, i4, i2, i6) { i7 = i7 | 0; i4 = i4 | 0; @@ -66652,37 +68512,80 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect HEAP32[i7 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; HEAP32[i7 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; break; - } else ___assert_fail(23914, 23511, 373, 20153); while (0); + } else ___assert_fail(24849, 24446, 373, 20153); while (0); STACKTOP = i6; return; } -function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { - i7 = i7 | 0; +function __ZN4wasm6Module9addImportEPNS_6ImportE(i8, i6) { + i8 = i8 | 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; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i7 = i9 + 4 | 0; + i4 = i9; + i5 = i8 + 168 | 0; + i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i5 >> 2] | 0) | 0; + HEAP32[i7 >> 2] = i1; + if (!(HEAP32[i6 >> 2] | 0)) HEAP32[i6 >> 2] = i1; + i1 = i6; + HEAP32[i4 >> 2] = i1; + i2 = i8 + 16 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i8 + 20 >> 2] | 0) >>> 0) { + __ZNSt3__16vectorINS_10unique_ptrIN4wasm6ImportENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_EEvOT_(i8 + 12 | 0, i4); + i1 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = 0; + if (i1 | 0) __ZdlPv(i1); + } else { + HEAP32[i3 >> 2] = i1; + HEAP32[i2 >> 2] = i3 + 4; + HEAP32[i4 >> 2] = 0; + } + i8 = i8 + 128 | 0; + i4 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i8, i6) | 0; + HEAP32[i4 >> 2] = i6; + i8 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i8, i7) | 0; + HEAP32[i8 >> 2] = i6; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 1; + STACKTOP = i9; + return; +} + +function __ZN4wasm6Module9addExportEPNS_6ExportE(i8, i6) { + i8 = i8 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i7 = i9 + 4 | 0; + i4 = i9; + i5 = i8 + 172 | 0; + i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i5 >> 2] | 0) | 0; + HEAP32[i7 >> 2] = i1; + if (!(HEAP32[i6 >> 2] | 0)) HEAP32[i6 >> 2] = i1; + i1 = i6; + HEAP32[i4 >> 2] = i1; + i2 = i8 + 28 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i8 + 32 >> 2] | 0) >>> 0) { + __ZNSt3__16vectorINS_10unique_ptrIN4wasm6ExportENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_EEvOT_(i8 + 24 | 0, i4); + i1 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = 0; + if (i1 | 0) __ZdlPv(i1); + } else { + HEAP32[i3 >> 2] = i1; + HEAP32[i2 >> 2] = i3 + 4; + HEAP32[i4 >> 2] = 0; + } + i8 = i8 + 140 | 0; + i4 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i8, i6) | 0; + HEAP32[i4 >> 2] = i6; + i8 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i8, i7) | 0; + HEAP32[i8 >> 2] = i6; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 1; + STACKTOP = i9; return; } @@ -66720,6 +68623,35 @@ function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE8__appendEj(i8, i6) { return; } +function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiPciEEEvDpOT_(i9, i5, i6, i7) { + i9 = i9 | 0; + i5 = i5 | 0; + i6 = i6 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i8 = i10; + i3 = i9 + 4 | 0; + i4 = HEAP32[i9 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 4) + 1 | 0; + if (i2 >>> 0 > 268435455) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i9); + i1 = (HEAP32[i9 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 4 >>> 0 < 134217727) { + i1 = i1 >> 3; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 268435455; + __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_9allocatorIS3_EEEC2EjjS6_(i8, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 4, i9 + 8 | 0); + i4 = i8 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + __ZN4wasm6Memory7SegmentC2EjPKcj(i3, HEAP32[i5 >> 2] | 0, HEAP32[i6 >> 2] | 0, HEAP32[i7 >> 2] | 0); + HEAP32[i4 >> 2] = i3 + 16; + __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i9, i8); + __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_9allocatorIS3_EEED2Ev(i8); + STACKTOP = i10; + return; +} + function ___stpncpy(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -66813,10 +68745,10 @@ function __ZN4wasm17WasmBinaryBuilder11visitSelectEPNS_6SelectE(i3, i2) { STACKTOP = STACKTOP + 16 | 0; i1 = i4; if (HEAP8[i3 + 12 >> 0] | 0) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20167) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20167) | 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, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -66918,10 +68850,10 @@ function __ZN4wasm17WasmBinaryBuilder10readMemoryEv(i3) { i1 = i4 + 4 | 0; i2 = i4; if (HEAP8[i3 + 12 >> 0] | 0) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19053) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19051) | 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, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -66933,7 +68865,7 @@ function __ZN4wasm17WasmBinaryBuilder10readMemoryEv(i3) { HEAP32[(HEAP32[i3 >> 2] | 0) + 64 >> 2] = i6; if ((__ZN4wasm17WasmBinaryBuilder7getInt8Ev(i3) | 0) << 24 >> 24) { i6 = (HEAP32[i3 >> 2] | 0) + 80 | 0; - __ZN6cashew7IString3setEPKcb(i2, 39049, 0); + __ZN6cashew7IString3setEPKcb(i2, 40059, 0); HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; } STACKTOP = i4; @@ -66953,7 +68885,7 @@ function __ZN4wasm7Builder8addParamEPNS_8FunctionENS_4NameENS_8WasmTypeE(i6, i7, i4 = i6 + 12 | 0; i9 = HEAP32[i4 >> 2] | 0; i2 = i9; - if ((HEAP32[i6 + 60 >> 2] | 0) != (i9 - (HEAP32[i3 >> 2] | 0) >> 2 | 0)) ___assert_fail(17047, 17096, 178, 17115); + if ((HEAP32[i6 + 60 >> 2] | 0) != (i9 - (HEAP32[i3 >> 2] | 0) >> 2 | 0)) ___assert_fail(17029, 17078, 204, 17097); if ((i2 | 0) == (HEAP32[i6 + 16 >> 2] | 0)) __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i3, i1); else { HEAP32[i2 >> 2] = i5; HEAP32[i4 >> 2] = i2 + 4; @@ -67012,6 +68944,35 @@ function __ZNSt3__16__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traits return i1 | 0; } +function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiRA1_KciEEEvDpOT_(i9, i5, i6, i7) { + i9 = i9 | 0; + i5 = i5 | 0; + i6 = i6 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i8 = i10; + i3 = i9 + 4 | 0; + i4 = HEAP32[i9 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 4) + 1 | 0; + if (i2 >>> 0 > 268435455) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i9); + i1 = (HEAP32[i9 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 4 >>> 0 < 134217727) { + i1 = i1 >> 3; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 268435455; + __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_9allocatorIS3_EEEC2EjjS6_(i8, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 4, i9 + 8 | 0); + i4 = i8 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + __ZN4wasm6Memory7SegmentC2EjPKcj(i3, HEAP32[i5 >> 2] | 0, i6, HEAP32[i7 >> 2] | 0); + HEAP32[i4 >> 2] = i3 + 16; + __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i9, i8); + __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_9allocatorIS3_EEED2Ev(i8); + STACKTOP = i10; + return; +} + function __ZN4wasm14SimplifyLocals8visitPreEPS0_PPNS_10ExpressionE(i6, i1) { i6 = i6 | 0; i1 = i1 | 0; @@ -67052,6 +69013,38 @@ function __ZN4wasm14SimplifyLocals8visitPreEPS0_PPNS_10ExpressionE(i6, i1) { return; } +function __ZN4wasm13WasmValidator10visitBlockEPNS_5BlockE(i5, i4) { + i5 = i5 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + i1 = i4 + 8 | 0; + if (HEAP32[i1 >> 2] | 0) { + i2 = i5 + 28 | 0; + L3 : do if (__ZNKSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE14__count_uniqueIS3_EEjRKT_(i2, i1) | 0) { + i3 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i2, i1) | 0; + switch (HEAP32[i3 >> 2] | 0) { + case 0: + case 5: + break L3; + default: + {} + } + i3 = HEAP32[i4 + 4 >> 2] | 0; + switch (i3 | 0) { + case 0: + case 5: + break L3; + default: + {} + } + i6 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i2, i1) | 0; + __ZN4wasm13WasmValidator13shouldBeEqualIPNS_5BlockENS_8WasmTypeEEEbT0_S5_T_PKc(i5, i3, HEAP32[i6 >> 2] | 0, i4, 21060) | 0; + } while (0); + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE14__erase_uniqueIS3_EEjRKT_(i2, i1) | 0; + } + return; +} + function __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -67067,7 +69060,7 @@ function __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i4, i2, i3, i1) { i8 = i5 + 4 | 0; i7 = i5; i10 = __ZN6cashew12ValueBuilder12makeRawArrayEi(5) | 0; - i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48940) | 0; + i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50004) | 0; HEAP32[i12 >> 2] = i13; HEAP32[i6 >> 2] = HEAP32[i12 >> 2]; i10 = __ZN6cashew5Value9push_backENS_3RefE(i10, i6) | 0; @@ -67134,6 +69127,32 @@ function __ZN4wasm15Asm2WasmBuilderC2ERNS_6ModuleEbbb(i5, i4, i3, i1, i2) { return; } +function __ZN4wasm13WasmValidator12shouldBeTrueIPNS_4LoopEEEbbT_PKc(i5, i3, i2, i4) { + i5 = i5 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + i4 = i4 | 0; + var i1 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i6; + if (i3) i1 = 1; else { + __ZN4wasm13WasmValidator4failEv(i5) | 0; + i4 = __ZN4wasm11WasmPrinter15printExpressionEPNS_10ExpressionERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEb(i2, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 21227) | 0, i4) | 0, 21127) | 0, 0) | 0; + i3 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i3; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 63](i3, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i3) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; + HEAP8[i5 + 24 >> 0] = 0; + i1 = 0; + } + STACKTOP = i6; + return i1 | 0; +} + function __ZNSt3__13mapIjN4wasm14SimplifyLocals12SinkableInfoENS_4lessIjEENS_9allocatorINS_4pairIKjS3_EEEEE7emplaceIJNS7_IjS3_EEEEENS7_INS_14__map_iteratorINS_15__tree_iteratorINS_12__value_typeIjS3_EEPNS_11__tree_nodeISH_PvEEiEEEEbEEDpOT_(i3, i4, i1) { i3 = i3 | 0; i4 = i4 | 0; @@ -67160,20 +69179,20 @@ function __ZNSt3__13mapIjN4wasm14SimplifyLocals12SinkableInfoENS_4lessIjEENS_9al function ___cxx_global_array_dtor_46(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52384); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52372); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52360); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52348); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52336); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52324); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52312); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52300); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52288); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52276); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52264); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52252); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52240); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(52228); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53472); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53460); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53448); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53436); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53424); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53412); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53400); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53388); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53376); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53364); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53352); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53340); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53328); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(53316); return; } @@ -67245,23 +69264,113 @@ function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_ function ___cxx_global_array_dtor(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51572); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51560); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51548); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51536); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51524); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51512); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51500); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51488); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51476); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51464); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51452); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51440); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51428); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(51416); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52660); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52648); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52636); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52624); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52612); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52600); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52588); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52576); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52564); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52552); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52540); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52528); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52516); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(52504); return; } +function __ZN4wasm7Builder9makeUnaryENS_7UnaryOpEPNS_10ExpressionE(i1, i2, i3) { + i1 = i1 | 0; + i2 = i2 | 0; + i3 = i3 | 0; + i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + HEAP32[i1 + 8 >> 2] = i2; + HEAP32[i1 + 12 >> 2] = i3; + do switch (i2 | 0) { + case 9: + case 8: + case 7: + case 6: + case 5: + case 4: + case 3: + case 2: + case 1: + case 0: + { + HEAP32[i1 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + break; + } + case 10: + { + HEAP32[i1 + 4 >> 2] = 1; + break; + } + case 12: + case 11: + { + HEAP32[i1 + 4 >> 2] = 2; + break; + } + case 13: + { + HEAP32[i1 + 4 >> 2] = 1; + break; + } + case 32: + { + HEAP32[i1 + 4 >> 2] = 4; + break; + } + case 33: + { + HEAP32[i1 + 4 >> 2] = 3; + break; + } + case 22: + case 20: + case 18: + case 16: + case 14: + { + HEAP32[i1 + 4 >> 2] = 1; + break; + } + case 23: + case 21: + case 19: + case 17: + case 15: + { + HEAP32[i1 + 4 >> 2] = 2; + break; + } + case 30: + case 28: + case 26: + case 24: + case 34: + { + HEAP32[i1 + 4 >> 2] = 3; + break; + } + case 31: + case 29: + case 27: + case 25: + case 35: + { + HEAP32[i1 + 4 >> 2] = 4; + break; + } + default: + _abort(); + } while (0); + return i1 | 0; +} + function __ZN4wasm17WasmBinaryBuilder13visitSetLocalEPNS_8SetLocalE(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; @@ -67270,10 +69379,10 @@ function __ZN4wasm17WasmBinaryBuilder13visitSetLocalEPNS_8SetLocalE(i3, i2) { STACKTOP = STACKTOP + 16 | 0; i1 = i4; if (HEAP8[i3 + 12 >> 0] | 0) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20135) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20135) | 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, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -67287,7 +69396,7 @@ function __ZN4wasm17WasmBinaryBuilder13visitSetLocalEPNS_8SetLocalE(i3, i2) { HEAP32[i2 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; STACKTOP = i4; return; - } else ___assert_fail(20078, 18690, 1798, 20153); + } else ___assert_fail(20078, 18573, 1826, 20153); } function __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i1, i3, i2) { @@ -67357,6 +69466,32 @@ function __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i1, i3, i2) { return i5 | 0; } +function __ZN4wasm13WasmValidator12shouldBeTrueIPNS_6ModuleEEEbbT_PKc(i5, i3, i2, i4) { + i5 = i5 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + i4 = i4 | 0; + var i1 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i6; + if (i3) i1 = 1; else { + __ZN4wasm13WasmValidator4failEv(i5) | 0; + i4 = __ZN4wasm11WasmPrinter11printModuleEPNS_6ModuleERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEE(i2, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 21227) | 0, i4) | 0, 21127) | 0) | 0; + i3 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i3; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 63](i3, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i3) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; + HEAP8[i5 + 24 >> 0] = 0; + i1 = 0; + } + STACKTOP = i6; + return i1 | 0; +} + function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJNS1_4NameERNS1_8WasmTypeEEEEvDpOT_(i8, i5, i6) { i8 = i8 | 0; i5 = i5 | 0; @@ -67414,6 +69549,53 @@ function __ZNSt3__16vectorIN4wasm14SimplifyLocals10BlockBreakENS_9allocatorIS3_E return; } +function __ZN6cashew5ArenaD2Ev(i7) { + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i3 = HEAP32[i7 + 4 >> 2] | 0; + i5 = HEAP32[i7 >> 2] | 0; + while (1) { + if ((i5 | 0) == (i3 | 0)) break; + i4 = HEAP32[i5 >> 2] | 0; + if (i4 | 0) { + i2 = i4 + -8 | 0; + i1 = HEAP32[i2 + 4 >> 2] | 0; + if (i1 | 0) { + i1 = i4 + (i1 << 4) | 0; + do { + i1 = i1 + -16 | 0; + __ZN6cashew5Value4freeEv(i1); + } while ((i1 | 0) != (i4 | 0)); + } + __ZdaPv(i2); + } + i5 = i5 + 4 | 0; + } + i4 = i7 + 16 | 0; + i5 = HEAP32[i7 + 20 >> 2] | 0; + i6 = HEAP32[i4 >> 2] | 0; + while (1) { + if ((i6 | 0) == (i5 | 0)) break; + i2 = HEAP32[i6 >> 2] | 0; + if (i2 | 0) { + i3 = i2 + -4 | 0; + i1 = HEAP32[i3 >> 2] | 0; + if (i1 | 0) { + i1 = i2 + (i1 * 12 | 0) | 0; + do { + i1 = i1 + -12 | 0; + __ZNSt3__113__vector_baseIN6cashew3RefENS_9allocatorIS2_EEED2Ev(i1); + } while ((i1 | 0) != (i2 | 0)); + } + __ZdaPv(i3); + } + i6 = i6 + 4 | 0; + } + __ZNSt3__113__vector_baseIPNS_6vectorIN6cashew3RefENS_9allocatorIS3_EEEENS4_IS7_EEED2Ev(i4); + __ZNSt3__113__vector_baseIPN6cashew5ValueENS_9allocatorIS3_EEED2Ev(i7); + return; +} + function __ZNSt3__113unordered_mapIN6cashew7IStringEN7AsmData5LocalENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERSB_(i5, i4) { i5 = i5 | 0; i4 = i4 | 0; @@ -67548,69 +69730,6 @@ function __ZNSt3__16vectorIiNS_9allocatorIiEEE8__appendEj(i8, i6) { 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[53196] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 15556) | 0; - i4 = __Znwj(64) | 0; - __ZN4wasm17SExpressionParserC2EPc(i4, i1); - HEAP32[12213] = i4; - i1 = HEAP32[i4 + 60 >> 2] | 0; - if (HEAP8[53196] | 0 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(50304, i1) | 0, 10) | 0, HEAP8[53196] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 15277) | 0; - i5 = __Znwj(208) | 0; - __ZN4wasm6ModuleC2Ev(i5); - HEAP32[12216] = i5; - i4 = __Znwj(104) | 0; - i1 = __ZN4wasm7Element4listEv(i1) | 0; - i1 = HEAP32[HEAP32[i1 >> 2] >> 2] | 0; - HEAP32[i2 + 16 >> 2] = i2; - HEAP32[i2 >> 2] = 4152; - __ZN4wasm22SExpressionWasmBuilderC2ERNS_6ModuleERNS_7ElementENSt3__18functionIFvvEEE(i4, i5, i1, i2); - HEAP32[12214] = i4; - __ZNSt3__18functionIFvvEED2Ev(i2); - __Z14finalizeModulev(); - STACKTOP = i3; - return; -} - -function __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(i6, i2) { - i6 = i6 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i3 = i7; - i5 = i7 + 4 | 0; - HEAP32[i3 >> 2] = i2; - i4 = i6 + 192 | 0; - i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i5 >> 2] = i1; - if (!(HEAP32[i2 >> 2] | 0)) HEAP32[i2 >> 2] = i1; - i1 = i6 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i6 + 8 >> 2] | 0)) { - __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i6, i3); - i1 = HEAP32[i3 >> 2] | 0; - } else { - i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i2 >> 2] = i3; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; - i1 = i3; - } - i6 = i6 + 144 | 0; - i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i1) | 0; - HEAP32[i3 >> 2] = i1; - i6 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i5) | 0; - HEAP32[i6 >> 2] = i1; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; - STACKTOP = i7; - return; -} - function __ZNSt3__16vectorIPNS0_IN6cashew3RefENS_9allocatorIS2_EEEENS3_IS6_EEE21__push_back_slow_pathIS6_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -67653,7 +69772,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[12233] | 0) : 0) { + if ((HEAP32[i6 + 12 >> 2] | 0) == 0 ? (HEAP32[i6 >> 2] | 0) == (HEAP32[12499] | 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; @@ -67664,41 +69783,33 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseDoERPcPKc(i8 STACKTOP = i9; return i8 | 0; } - ___assert_fail(27026, 26648, 487, 27068); + ___assert_fail(28045, 27667, 487, 28087); return 0; } -function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i7, i6) { - i7 = i7 | 0; +function __ZNSt3__13mapIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS5_EEEENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S8_EEEEEixERSD_(i6, i4) { 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) / 28 | 0) + 1 | 0; - if (i2 >>> 0 > 153391689) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i1 = ((HEAP32[i7 + 8 >> 2] | 0) - i4 | 0) / 28 | 0; - if (i1 >>> 0 < 76695844) { - i1 = i1 << 1; - i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; - } else i1 = 153391689; - __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, ((HEAP32[i3 >> 2] | 0) - i4 | 0) / 28 | 0, i7 + 8 | 0); - i4 = i5 + 8 | 0; - i3 = HEAP32[i4 >> 2] | 0; - __ZN6cashew13OperatorClassC2EOS0_(i3, i6); - HEAP32[i4 >> 2] = i3 + 28; - __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i7, i5); - __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEED2Ev(i5); - STACKTOP = i8; - return; + 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_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS5_EEEENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S8_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSD_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; + if (!i1) { + __ZNSt3__13mapIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS5_EEEENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S8_EEEEE25__construct_node_with_keyERSD_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS6_EEEEEENS_19__map_value_compareIS3_SA_NS_4lessIS3_EELb1EEENS_9allocatorISA_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSL_SL_(i6, HEAP32[i5 >> 2] | 0, i2, i1); + } + STACKTOP = i7; + return i1 + 20 | 0; } function __ZN4wasm7VisitorINS_14EffectAnalyzerEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(34755, 37339, 68, 34760); + if (!i1) ___assert_fail(35821, 40434, 68, 35826); do switch (HEAP32[i1 >> 2] | 0) { case 19: case 16: @@ -67779,40 +69890,6 @@ function __ZN4wasm7VisitorINS_14EffectAnalyzerEvE5visitEPNS_10ExpressionE(i2, i1 return; } -function __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i6, i2) { - i6 = i6 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i3 = i7; - i5 = i7 + 4 | 0; - HEAP32[i3 >> 2] = i2; - i4 = i6 + 204 | 0; - i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i5 >> 2] = i1; - if (!(HEAP32[i2 >> 2] | 0)) HEAP32[i2 >> 2] = i1; - i1 = i6 + 40 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i6 + 44 >> 2] | 0)) { - __ZNSt3__16vectorIPN4wasm8FunctionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i6 + 36 | 0, i3); - i1 = HEAP32[i3 >> 2] | 0; - } else { - i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i2 >> 2] = i3; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; - i1 = i3; - } - i6 = i6 + 180 | 0; - i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i1) | 0; - HEAP32[i3 >> 2] = i1; - i6 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i5) | 0; - HEAP32[i6 >> 2] = i1; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; - STACKTOP = i7; - return; -} - function __ZNSt3__17__sort4IRZN4wasm13ReorderLocals13visitFunctionEPNS1_8FunctionEEUljjE_PjEEjT0_S8_S8_S8_T_(i4, i5, i6, i2, i3) { i4 = i4 | 0; i5 = i5 | 0; @@ -67919,6 +69996,32 @@ function __ZN6cashew5Arena10allocArrayEv(i9) { return (HEAP32[i1 + -4 >> 2] | 0) + (i2 * 12 | 0) | 0; } +function __ZN4wasm13WasmValidator12shouldBeTrueIPKcEEbbT_S3_(i5, i3, i2, i4) { + i5 = i5 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + i4 = i4 | 0; + var i1 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i6; + if (i3) i1 = 1; else { + __ZN4wasm13WasmValidator4failEv(i5) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 21227) | 0, i4) | 0, 21127) | 0, i2) | 0; + i3 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i3; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 63](i3, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i3) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; + HEAP8[i5 + 24 >> 0] = 0; + i1 = 0; + } + STACKTOP = i6; + return i1 | 0; +} + function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE26__swap_out_circular_bufferERNS_14__split_bufferISD_RSE_EE(i6, i5) { i6 = i6 | 0; i5 = i5 | 0; @@ -67956,8 +70059,8 @@ function __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReI var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i5 = i7 + 4 | 0; i6 = i7 + 8 | 0; - if ((HEAP32[i6 >> 2] | 0) != (HEAP32[i5 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i7, 328, i1); + if ((HEAP32[i6 >> 2] | 0) != (HEAP32[i5 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE8pushTaskEPFvPS4_PPNS_10ExpressionEESB_(i7, 370, i1); while (1) { i4 = HEAP32[i6 >> 2] | 0; i1 = i4; @@ -67984,7 +70087,7 @@ function __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReI HEAP32[i4 >> 2] = i1; HEAP32[i7 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZN4wasm16PrintSExpression11visitImportEPNS_6ImportE(i2, i1) { @@ -67995,7 +70098,7 @@ function __ZN4wasm16PrintSExpression11visitImportEPNS_6ImportE(i2, i1) { STACKTOP = STACKTOP + 16 | 0; i4 = i3 + 4 | 0; i6 = i3; - i5 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 29072, 0) | 0; + i5 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 30098, 0) | 0; HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i5, i4) | 0, 32) | 0; @@ -68014,8 +70117,8 @@ function __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11Select var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; i6 = i8 + 4 | 0; i7 = i8 + 8 | 0; - if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i8, 154, i1); + if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE8pushTaskEPFvPS5_PS3_ESA_(i8, 196, i1); i5 = i8 + -16 | 0; while (1) { i4 = HEAP32[i7 >> 2] | 0; @@ -68043,7 +70146,7 @@ function __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11Select HEAP32[i4 >> 2] = i1; HEAP32[i8 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZN6cashew12ValueBuilder6makeIfENS_3RefES1_S1_(i1, i2, i5) { @@ -68059,7 +70162,7 @@ function __ZN6cashew12ValueBuilder6makeIfENS_3RefES1_S1_(i1, i2, i5) { i7 = i6 + 4 | 0; i4 = i6; i8 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48924) | 0; + i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49988) | 0; HEAP32[i10 >> 2] = i11; HEAP32[i3 >> 2] = HEAP32[i10 >> 2]; i8 = __ZN6cashew5Value9push_backENS_3RefE(i8, i3) | 0; @@ -68079,74 +70182,6 @@ function __ZN6cashew12ValueBuilder6makeIfENS_3RefES1_S1_(i1, i2, i5) { return i11 | 0; } -function __ZN4wasm6Module9addImportEPNS_6ImportE(i6, i2) { - i6 = i6 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i3 = i7; - i5 = i7 + 4 | 0; - HEAP32[i3 >> 2] = i2; - i4 = i6 + 196 | 0; - i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i5 >> 2] = i1; - if (!(HEAP32[i2 >> 2] | 0)) HEAP32[i2 >> 2] = i1; - i1 = i6 + 16 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i6 + 20 >> 2] | 0)) { - __ZNSt3__16vectorIPN4wasm6ImportENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i6 + 12 | 0, i3); - i1 = HEAP32[i3 >> 2] | 0; - } else { - i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i2 >> 2] = i3; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; - i1 = i3; - } - i6 = i6 + 156 | 0; - i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i1) | 0; - HEAP32[i3 >> 2] = i1; - i6 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i5) | 0; - HEAP32[i6 >> 2] = i1; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; - STACKTOP = i7; - return; -} - -function __ZN4wasm6Module9addExportEPNS_6ExportE(i6, i2) { - i6 = i6 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i3 = i7; - i5 = i7 + 4 | 0; - HEAP32[i3 >> 2] = i2; - i4 = i6 + 200 | 0; - i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i5 >> 2] = i1; - if (!(HEAP32[i2 >> 2] | 0)) HEAP32[i2 >> 2] = i1; - i1 = i6 + 28 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i6 + 32 >> 2] | 0)) { - __ZNSt3__16vectorIPN4wasm6ExportENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i6 + 24 | 0, i3); - i1 = HEAP32[i3 >> 2] | 0; - } else { - i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i2 >> 2] = i3; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; - i1 = i3; - } - i6 = i6 + 168 | 0; - i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i1) | 0; - HEAP32[i3 >> 2] = i1; - i6 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i5) | 0; - HEAP32[i6 >> 2] = i1; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; - STACKTOP = i7; - return; -} - function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE21__grow_by_and_replaceEjjjjjjPKw(i11, i10, i1, i4, i8, i9, i7, i5) { i11 = i11 | 0; i10 = i10 | 0; @@ -68205,6 +70240,77 @@ function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEN return; } +function __ZN4wasm7Literal10printFloatERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEf(i3, d2) { + i3 = i3 | 0; + d2 = +d2; + var i1 = 0, d4 = 0.0, i5 = 0; + d4 = +Math_abs(+d2); + if ((HEAPF32[tempDoublePtr >> 2] = d4, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, ((HEAPF32[tempDoublePtr >> 2] = d2, HEAP32[tempDoublePtr >> 2] | 0) | 0) < 0 ? 48707 : 58379) | 0, 43163) | 0; + i1 = __ZN4wasm7Literal10NaNPayloadEf(d2) | 0; + if (i1 | 0) { + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 25919) | 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; + i3 = i3 + (HEAP32[(HEAP32[i3 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[i3 >> 2] = HEAP32[i3 >> 2] & -75 | 2; + } + } else __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEd(i3, d2); + return; +} + +function __ZN4wasm22SExpressionWasmBuilder11parseExportERNS_7ElementE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0; + i3 = (__ZN4wasm7ElementixEj(i1, 2) | 0) + 24 | 0; + if ((HEAP8[i3 >> 0] | 0) == 0 ? (i3 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 2) | 0) | 0, ((HEAP8[i3 >> 0] | 0) + -48 | 0) >>> 0 >= 10) : 0) { + i3 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 2) | 0) | 0; + if ((i3 | 0) != (HEAP32[12645] | 0)) ___assert_fail(18490, 17537, 1116, 18512); + if (!(HEAP8[i2 + 100 >> 0] | 0)) __ZNKSt3__18functionIFvvEEclEv(i2 + 8 | 0); + i3 = (HEAP32[i2 >> 2] | 0) + 80 | 0; + i2 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 1) | 0) | 0; + HEAP32[i3 >> 2] = i2; + } else { + i3 = __ZN4wasm11make_uniqueINS_6ExportEJEEENSt3__110unique_ptrIT_NS2_14default_deleteIS4_EEEEDpOT0_() | 0; + i4 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 1) | 0) | 0; + HEAP32[i3 >> 2] = i4; + i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 2) | 0) | 0; + HEAP32[i3 + 4 >> 2] = i1; + __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i2 >> 2] | 0, i3); + } + 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[54284] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 15556) | 0; + i4 = __Znwj(36) | 0; + __ZN4wasm17SExpressionParserC2EPc(i4, i1); + HEAP32[12479] = i4; + i1 = HEAP32[i4 + 32 >> 2] | 0; + if (HEAP8[54284] | 0 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(51392, i1) | 0, 10) | 0, HEAP8[54284] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 15277) | 0; + i5 = __Znwj(180) | 0; + __ZN4wasm6ModuleC2Ev(i5); + HEAP32[12482] = i5; + i4 = __Znwj(104) | 0; + i1 = __ZN4wasm7ElementixEj(i1, 0) | 0; + HEAP32[i2 + 16 >> 2] = i2; + HEAP32[i2 >> 2] = 4152; + __ZN4wasm22SExpressionWasmBuilderC2ERNS_6ModuleERNS_7ElementENSt3__18functionIFvvEEE(i4, i5, i1, i2); + HEAP32[12480] = i4; + __ZNSt3__18functionIFvvEED2Ev(i2); + __Z14finalizeModulev(); + STACKTOP = i3; + return; +} + 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; @@ -68248,7 +70354,7 @@ function __ZN6cashew12ValueBuilder12makeFunctionENS_7IStringE(i1) { i5 = i2 + 4 | 0; i4 = i2; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48884) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49948) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i3) | 0; @@ -68268,55 +70374,31 @@ function __ZN6cashew12ValueBuilder12makeFunctionENS_7IStringE(i1) { return i1 | 0; } -function __ZN4wasm22SExpressionWasmBuilder16makeCallIndirectERNS_7ElementE(i4, i3) { - i4 = i4 | 0; +function __ZN4wasm13WasmValidator13shouldBeFalseIPKcEEbbT_S3_(i5, i3, i2, i4) { + i5 = i5 | 0; i3 = i3 | 0; - var i1 = 0, i2 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; - i5 = STACKTOP; + i2 = i2 | 0; + i4 = i4 | 0; + var i1 = 0, i6 = 0; + i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i5 + 4 | 0; - i7 = i5; - i2 = __ZN10MixedArena5allocIN4wasm12CallIndirectEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - i8 = __ZN4wasm7Element4listEv(i3) | 0; - i8 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i8 >> 2] | 0) + 4 >> 2] | 0) | 0; - i6 = HEAP32[i4 >> 2] | 0; - HEAP32[i7 >> 2] = i8; - HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; - i1 = __ZN4wasm6Module15getFunctionTypeENS_4NameE(i6, i1) | 0; - HEAP32[i2 + 24 >> 2] = i1; - if (!i1) ___assert_fail(18404, 17541, 988, 18418); else { - HEAP32[i2 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - i8 = __ZN4wasm7Element4listEv(i3) | 0; - i8 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, HEAP32[(HEAP32[i8 >> 2] | 0) + 8 >> 2] | 0) | 0; - HEAP32[i2 + 28 >> 2] = i8; - __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_12CallIndirectEEEvRNS_7ElementEjPT_(i4, i3, 3, i2); - STACKTOP = i5; - return i2 | 0; + i1 = i6; + if (i3) { + __ZN4wasm13WasmValidator4failEv(i5) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 21666) | 0, i4) | 0, 21127) | 0, i2) | 0; + i3 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i3; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 63](i3, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i3) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; + HEAP8[i5 + 24 >> 0] = 0; } + STACKTOP = i6; return 0; } -function __ZN4wasm7Literal10printFloatERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEf(i3, d2) { - i3 = i3 | 0; - d2 = +d2; - var i1 = 0, d4 = 0.0, i5 = 0; - 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 ? 47641 : 57291) | 0, 42097) | 0; - i1 = i1 & 8388607; - if (i1 | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 24911) | 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; - i3 = i3 + (HEAP32[(HEAP32[i3 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; - HEAP32[i3 >> 2] = HEAP32[i3 >> 2] & -75 | 2; - } - } else __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEd(i3, d2); - return; -} - function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10makeBinaryES1_NS_7IStringES1_(i1, i11, i2, i12) { i1 = i1 | 0; i11 = i11 | 0; @@ -68335,7 +70417,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10makeBinaryES1_NS i10 = i13; i2 = HEAP32[i2 >> 2] | 0; i1 = HEAP32[i11 >> 2] | 0; - if ((i2 | 0) == (HEAP32[12300] | 0)) { + if ((i2 | 0) == (HEAP32[12566] | 0)) { HEAP32[i6 >> 2] = i1; HEAP32[i7 >> 2] = HEAP32[i12 >> 2]; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; @@ -68362,13 +70444,13 @@ function __ZN4wasm17WasmBinaryBuilder9ungetInt8Ev(i3) { i2 = i5; i4 = i3 + 16 | 0; i1 = HEAP32[i4 >> 2] | 0; - if (!i1) ___assert_fail(19644, 18690, 1327, 19652); + if (!i1) ___assert_fail(19644, 18573, 1356, 19652); if (HEAP8[i3 + 12 >> 0] | 0) { - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19662) | 0; - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i1, HEAP32[i4 >> 2] | 0) | 0, 46571) | 0; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19662) | 0; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i1, HEAP32[i4 >> 2] | 0) | 0, 47637) | 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, 51344) | 0; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 52432) | 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; @@ -68380,7 +70462,7 @@ function __ZN4wasm17WasmBinaryBuilder9ungetInt8Ev(i3) { return; } -function __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { +function __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_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; @@ -68477,15 +70559,15 @@ function __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) { HEAP8[i1 >> 0] = 0; } } while (0); - i5 = _strstr(i1, 17389) | 0; + i5 = _strstr(i1, 17385) | 0; if (i5 | 0) { HEAP8[i5 >> 0] = 0; - i2 = _strstr(i1, 17415) | 0; + i2 = _strstr(i1, 17411) | 0; do if (i2 | 0) { HEAP8[i4 >> 0] = 1; - i3 = _strstr(i1, 17428) | 0; + i3 = _strstr(i1, 17424) | 0; i4 = i3 + 1 | 0; - if (_strstr(i4, 17428) | 0) ___assert_fail(17438, 14199, 111, 17484); + if (_strstr(i4, 17424) | 0) ___assert_fail(17434, 14199, 111, 17480); i2 = _strchr(i2, 125) | 0; if (i2 >>> 0 > (i3 + 5 | 0) >>> 0) { HEAP8[i3 >> 0] = 47; @@ -68493,7 +70575,7 @@ function __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) { HEAP8[i2 + -1 >> 0] = 42; HEAP8[i2 >> 0] = 47; break; - } else ___assert_fail(17492, 14199, 113, 17484); + } else ___assert_fail(17488, 14199, 113, 17480); } while (0); HEAP8[i5 >> 0] = 47; } @@ -68579,8 +70661,8 @@ function __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE4walkERPN var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; i6 = i8 + 4 | 0; i7 = i8 + 8 | 0; - if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 109, i1); + if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 151, i1); i5 = i8 + -16 | 0; while (1) { i4 = HEAP32[i7 >> 2] | 0; @@ -68608,7 +70690,7 @@ function __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE4walkERPN HEAP32[i4 >> 2] = i1; HEAP32[i8 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i6) { @@ -68683,14 +70765,45 @@ function ___fwritex(i3, i4, i6) { return i1 | 0; } +function __ZN4wasm5Block8finalizeEv(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i2 = i6 + 8 | 0; + i3 = i6; + if ((HEAP32[i4 + 20 >> 2] | 0) != 0 ? (i1 = __ZNK11ArenaVectorIPN4wasm10ExpressionEE4backEv(i4 + 12 | 0) | 0, i1 = HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0, (i1 | 0) != 5) : 0) HEAP32[i4 + 4 >> 2] = i1; else i5 = 4; + do if ((i5 | 0) == 4) if (!(HEAP32[i4 + 8 >> 2] | 0)) { + HEAP32[i4 + 4 >> 2] = 5; + break; + } else { + HEAP32[i2 >> 2] = 0; + HEAP32[i2 + 4 >> 2] = 0; + HEAP32[i2 + 8 >> 2] = 0; + HEAP32[i2 + 12 >> 2] = 0; + HEAP32[i2 + 16 >> 2] = 0; + HEAP32[i2 + 20 >> 2] = 0; + HEAP32[i2 + 24 >> 2] = i4; + i5 = i2 + 28 | 0; + HEAP32[i5 >> 2] = 5; + HEAP32[i3 >> 2] = i4; + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE4walkERPNS_10ExpressionE(i2, i3); + HEAP32[i4 + 4 >> 2] = HEAP32[i5 >> 2]; + __ZNSt3__113__vector_baseIN4wasm6WalkerINS1_15BlockTypeSeekerENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEED2Ev(i2 + 4 | 0); + break; + } while (0); + STACKTOP = i6; + return; +} + function __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE4walkERPNS_10ExpressionE(i8, i1) { i8 = i8 | 0; i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; i6 = i8 + 4 | 0; i7 = i8 + 8 | 0; - if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 196, i1); + if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 238, i1); i5 = i8 + -16 | 0; while (1) { i4 = HEAP32[i7 >> 2] | 0; @@ -68718,7 +70831,44 @@ function __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE4walkERPNS_1 HEAP32[i4 >> 2] = i1; HEAP32[i8 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE4walkERPNS_10ExpressionE(i7, i1) { + i7 = i7 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; + i5 = i7 + 4 | 0; + i6 = i7 + 8 | 0; + if ((HEAP32[i6 >> 2] | 0) != (HEAP32[i5 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i7, 109, i1); + while (1) { + i4 = HEAP32[i6 >> 2] | 0; + i1 = i4; + if ((i4 | 0) == (HEAP32[i5 >> 2] | 0)) { + i1 = 12; + break; + } + i3 = i1 + -8 | 0; + i2 = HEAP32[i3 >> 2] | 0; + i4 = HEAP32[i1 + -4 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i3 | 0)) break; + i8 = i1 + -8 | 0; + HEAP32[i6 >> 2] = i8; + i1 = i8; + } + if (!(HEAP32[i4 >> 2] | 0)) { + i1 = 9; + break; + } + FUNCTION_TABLE_vii[i2 & 511](i7, i4); + i1 = HEAP32[i7 >> 2] | 0; + if (!i1) continue; + HEAP32[i4 >> 2] = i1; + HEAP32[i7 >> 2] = 0; + } + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE21__grow_by_and_replaceEjjjjjjPKc(i11, i10, i1, i4, i8, i9, i7, i5) { @@ -68786,8 +70936,8 @@ function __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE4walkERPNS_10E var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; i6 = i8 + 4 | 0; i7 = i8 + 8 | 0; - if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 286, i1); + if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 328, i1); i5 = i8 + -16 | 0; while (1) { i4 = HEAP32[i7 >> 2] | 0; @@ -68815,7 +70965,7 @@ function __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE4walkERPNS_10E HEAP32[i4 >> 2] = i1; HEAP32[i8 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE4walkERPNS_10ExpressionE(i8, i1) { @@ -68824,8 +70974,8 @@ function __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE4walkERPNS_10E var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; i6 = i8 + 4 | 0; i7 = i8 + 8 | 0; - if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 130, i1); + if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 172, i1); i5 = i8 + -16 | 0; while (1) { i4 = HEAP32[i7 >> 2] | 0; @@ -68853,7 +71003,7 @@ function __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE4walkERPNS_10E HEAP32[i4 >> 2] = i1; HEAP32[i8 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE4walkERPNS_10ExpressionE(i8, i1) { @@ -68862,8 +71012,8 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE4walkERPNS_10E var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; i6 = i8 + 4 | 0; i7 = i8 + 8 | 0; - if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 265, i1); + if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 307, i1); i5 = i8 + -16 | 0; while (1) { i4 = HEAP32[i7 >> 2] | 0; @@ -68891,7 +71041,7 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE4walkERPNS_10E HEAP32[i4 >> 2] = i1; HEAP32[i8 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZNSt3__16vectorIPN4wasm8FunctionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { @@ -68954,8 +71104,8 @@ function __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE4walkERPNS_10Ex var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; i6 = i8 + 4 | 0; i7 = i8 + 8 | 0; - if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 238, i1); + if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 280, i1); i5 = i8 + -16 | 0; while (1) { i4 = HEAP32[i7 >> 2] | 0; @@ -68983,7 +71133,7 @@ function __ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE4walkERPNS_10Ex HEAP32[i4 >> 2] = i1; HEAP32[i8 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE4walkERPNS_10ExpressionE(i8, i1) { @@ -68992,8 +71142,8 @@ function __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE4walkERPNS_10Ex var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; i6 = i8 + 4 | 0; i7 = i8 + 8 | 0; - if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 217, i1); + if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 259, i1); i5 = i8 + -16 | 0; while (1) { i4 = HEAP32[i7 >> 2] | 0; @@ -69021,7 +71171,7 @@ function __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE4walkERPNS_10Ex HEAP32[i4 >> 2] = i1; HEAP32[i8 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE4walkERPNS_10ExpressionE(i8, i1) { @@ -69030,8 +71180,8 @@ function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE4walkERPNS_10Exp var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; i6 = i8 + 4 | 0; i7 = i8 + 8 | 0; - if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 307, i1); + if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 349, i1); i5 = i8 + -16 | 0; while (1) { i4 = HEAP32[i7 >> 2] | 0; @@ -69059,7 +71209,65 @@ function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE4walkERPNS_10Exp HEAP32[i4 >> 2] = i1; HEAP32[i8 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; +} + +function __ZN4wasm13WasmValidator10visitUnaryEPNS_5UnaryE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + switch (HEAP32[i1 + 8 >> 2] | 0) { + case 9: + case 8: + case 7: + case 6: + case 5: + case 4: + case 3: + case 2: + case 1: + case 0: + { + __ZN4wasm13WasmValidator13shouldBeEqualIPNS_5UnaryENS_8WasmTypeEEEbT0_S5_T_PKc(i2, HEAP32[(HEAP32[i1 + 12 >> 2] | 0) + 4 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0, i1, 21358) | 0; + break; + } + case 10: + { + __ZN4wasm13WasmValidator13shouldBeEqualIPNS_5UnaryENS_8WasmTypeEEEbT0_S5_T_PKc(i2, HEAP32[i1 + 4 >> 2] | 0, 1, i1, 21407) | 0; + break; + } + case 35: + case 34: + case 33: + case 32: + case 29: + case 28: + case 31: + case 30: + case 25: + case 24: + case 27: + case 26: + case 23: + case 22: + case 21: + case 20: + case 19: + case 18: + case 17: + case 16: + case 15: + case 14: + case 13: + case 12: + case 11: + { + __ZN4wasm13WasmValidator15shouldBeUnequalIPNS_5UnaryENS_8WasmTypeEEEbT0_S5_T_PKc(i2, HEAP32[(HEAP32[i1 + 12 >> 2] | 0) + 4 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0, i1, 21442) | 0; + break; + } + default: + _abort(); + } + return; } function __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { @@ -69143,7 +71351,7 @@ function __ZNSt3__16vectorIPN6cashew5ValueENS_9allocatorIS3_EEE21__push_back_slo return; } -function __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i6) { +function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; @@ -69159,67 +71367,13 @@ function __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slo 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__16vectorIPN4wasm6ImportENS_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_bufferIPN4wasm6ImportERNS_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__16vectorIPN4wasm6ImportENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i5); - __ZNSt3__114__split_bufferIPN4wasm6ImportERNS_9allocatorIS3_EEED2Ev(i5); - STACKTOP = i8; - return; -} - -function __ZNSt3__16vectorIPN4wasm6ExportENS_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_bufferIPN4wasm6ExportERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm8WasmTypeERNS_9allocatorIS2_EEEC2EjjS5_(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__16vectorIPN4wasm6ExportENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i5); - __ZNSt3__114__split_bufferIPN4wasm6ExportERNS_9allocatorIS3_EEED2Ev(i5); + __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i7, i5); + __ZNSt3__114__split_bufferIN4wasm8WasmTypeERNS_9allocatorIS2_EEED2Ev(i5); STACKTOP = i8; return; } @@ -69230,8 +71384,8 @@ function __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE4walkERPNS_10Expre var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; i6 = i8 + 4 | 0; i7 = i8 + 8 | 0; - if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 88, i1); + if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 130, i1); i5 = i8 + -16 | 0; while (1) { i4 = HEAP32[i7 >> 2] | 0; @@ -69259,7 +71413,7 @@ function __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE4walkERPNS_10Expre HEAP32[i4 >> 2] = i1; HEAP32[i8 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE12__find_equalIS7_EERPNS_16__tree_node_baseIPvEESK_RKT_(i1, i5, i4) { @@ -69520,24 +71674,6 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_p return; } -function __ZN4wasm14SimplifyLocals10visitBlockEPNS_5BlockE(i4, i3) { - i4 = i4 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0; - i1 = i3 + 8 | 0; - if (!(HEAP32[i1 >> 2] | 0)) i2 = 0; else { - i2 = __ZNSt3__13mapIN4wasm4NameENS_6vectorINS1_14SimplifyLocals10BlockBreakENS_9allocatorIS5_EEEENS_4lessIS2_EENS6_INS_4pairIKS2_S8_EEEEEixERSC_(i4 + 52 | 0, i1) | 0; - i2 = (HEAP32[i2 + 4 >> 2] | 0) != (HEAP32[i2 >> 2] | 0); - } - __ZN4wasm14SimplifyLocals19optimizeBlockReturnEPNS_5BlockE(i4, i3); - if (HEAP32[i1 >> 2] | 0) __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE14__erase_uniqueIS2_EEjRKT_(i4 + 64 | 0, i1) | 0; - if (i2) { - __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableInfoEEENS_19__map_value_compareIjS5_NS_4lessIjEELb1EEENS_9allocatorIS5_EEE5clearEv(i4 + 40 | 0); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS_6vectorINS2_14SimplifyLocals10BlockBreakENS_9allocatorIS6_EEEEEENS_19__map_value_compareIS3_SA_NS_4lessIS3_EELb1EEENS7_ISA_EEE14__erase_uniqueIS3_EEjRKT_(i4 + 52 | 0, i1) | 0; - } - return; -} - function __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -69618,8 +71754,8 @@ function __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE4walkERPNS_10ExpressionE var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; i6 = i8 + 4 | 0; i7 = i8 + 8 | 0; - if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 349, i1); + if ((HEAP32[i7 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i8, 391, i1); i5 = i8 + -16 | 0; while (1) { i4 = HEAP32[i7 >> 2] | 0; @@ -69647,7 +71783,7 @@ function __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE4walkERPNS_10ExpressionE HEAP32[i4 >> 2] = i1; HEAP32[i8 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i7, i6) { @@ -69876,7 +72012,7 @@ function __ZN6cashew12ValueBuilder11appendToVarENS_3RefENS_7IStringES1_(i7, i2, i1 = i8 + 8 | 0; i4 = i8 + 4 | 0; i5 = i8; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 48904) | 0)) ___assert_fail(26942, 38216, 1518, 26956); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 49968) | 0)) ___assert_fail(27961, 39226, 1519, 27975); i9 = __ZN6cashew12ValueBuilder12makeRawArrayEi(1) | 0; i2 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i2) | 0; HEAP32[i1 >> 2] = i2; @@ -69980,6 +72116,43 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS_6vectorINS2_14Simpli return i1 | 0; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE4walkERPNS_10ExpressionE(i7, i1) { + i7 = i7 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; + i5 = i7 + 4 | 0; + i6 = i7 + 8 | 0; + if ((HEAP32[i6 >> 2] | 0) != (HEAP32[i5 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i7, 412, i1); + while (1) { + i4 = HEAP32[i6 >> 2] | 0; + i1 = i4; + if ((i4 | 0) == (HEAP32[i5 >> 2] | 0)) { + i1 = 12; + break; + } + i3 = i1 + -8 | 0; + i2 = HEAP32[i3 >> 2] | 0; + i4 = HEAP32[i1 + -4 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i3 | 0)) break; + i8 = i1 + -8 | 0; + HEAP32[i6 >> 2] = i8; + i1 = i8; + } + if (!(HEAP32[i4 >> 2] | 0)) { + i1 = 9; + break; + } + FUNCTION_TABLE_vii[i2 & 511](i7, i4); + i1 = HEAP32[i7 >> 2] | 0; + if (!i1) continue; + HEAP32[i4 >> 2] = i1; + HEAP32[i7 >> 2] = 0; + } + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; +} + function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE20__node_insert_uniqueEPNS_11__tree_nodeIS7_PvEE(i6, i4, i5) { i6 = i6 | 0; i4 = i4 | 0; @@ -70007,8 +72180,8 @@ function __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE4walkERPNS_10Ex var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i5 = i7 + 4 | 0; i6 = i7 + 8 | 0; - if ((HEAP32[i6 >> 2] | 0) != (HEAP32[i5 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); - __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i7, 175, i1); + if ((HEAP32[i6 >> 2] | 0) != (HEAP32[i5 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i7, 217, i1); while (1) { i4 = HEAP32[i6 >> 2] | 0; i1 = i4; @@ -70035,32 +72208,44 @@ function __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE4walkERPNS_10Ex HEAP32[i4 >> 2] = i1; HEAP32[i7 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) 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, 18478, 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, 18486, HEAP32[(HEAP32[i6 >> 2] | 0) + 12 >> 2] | 0) | 0; - HEAP32[i1 + 16 >> 2] = i6; - __ZN4wasm2If8finalizeEv(i1); +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE4walkERPNS_10ExpressionE(i7, i1) { + i7 = i7 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; + i5 = i7 + 4 | 0; + i6 = i7 + 8 | 0; + if ((HEAP32[i6 >> 2] | 0) != (HEAP32[i5 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i7, 88, i1); + while (1) { + i4 = HEAP32[i6 >> 2] | 0; + i1 = i4; + if ((i4 | 0) == (HEAP32[i5 >> 2] | 0)) { + i1 = 12; + break; + } + i3 = i1 + -8 | 0; + i2 = HEAP32[i3 >> 2] | 0; + i4 = HEAP32[i1 + -4 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i3 | 0)) break; + i8 = i1 + -8 | 0; + HEAP32[i6 >> 2] = i8; + i1 = i8; + } + if (!(HEAP32[i4 >> 2] | 0)) { + i1 = 9; + break; + } + FUNCTION_TABLE_vii[i2 & 511](i7, i4); + i1 = HEAP32[i7 >> 2] | 0; + if (!i1) continue; + HEAP32[i4 >> 2] = i1; + HEAP32[i7 >> 2] = 0; } - STACKTOP = i5; - return i1 | 0; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableInfoEEENS_19__map_value_compareIjS5_NS_4lessIjEELb1EEENS_9allocatorIS5_EEE12__find_equalIS5_EERPNS_16__tree_node_baseIPvEESI_RKT_(i1, i5, i3) { @@ -70173,17 +72358,17 @@ function __ZN4wasm17WasmBinaryBuilder11visitReturnEPNS_6ReturnE(i3, i2) { STACKTOP = STACKTOP + 16 | 0; i1 = i4; if (HEAP8[i3 + 12 >> 0] | 0) { - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20183) | 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20183) | 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, 51344) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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 = __ZN4wasm17WasmBinaryBuilder9getU32LEBEv(i3) | 0; - if ((i1 | 1 | 0) != 1) ___assert_fail(19761, 18690, 2002, 20199); + if ((i1 | 1 | 0) != 1) ___assert_fail(19761, 18573, 2030, 20199); if ((i1 | 0) == 1) { i6 = __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i3) | 0; HEAP32[i2 + 8 >> 2] = i6; @@ -70192,6 +72377,53 @@ function __ZN4wasm17WasmBinaryBuilder11visitReturnEPNS_6ReturnE(i3, i2) { return; } +function __ZNSt3__13mapIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS5_EEEENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S8_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__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE4findIS2_EENS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(i4, i1) { i4 = i4 | 0; i1 = i1 | 0; @@ -70234,7 +72466,7 @@ function __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE4walkERPNS_10Expre var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i5 = i7 + 4 | 0; i6 = i7 + 8 | 0; - if ((HEAP32[i6 >> 2] | 0) != (HEAP32[i5 >> 2] | 0)) ___assert_fail(37321, 37339, 268, 37360); + if ((HEAP32[i6 >> 2] | 0) != (HEAP32[i5 >> 2] | 0)) ___assert_fail(40416, 40434, 268, 40455); __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i7, 67, i1); while (1) { i4 = HEAP32[i6 >> 2] | 0; @@ -70262,7 +72494,7 @@ function __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE4walkERPNS_10Expre HEAP32[i4 >> 2] = i1; HEAP32[i7 >> 2] = 0; } - if ((i1 | 0) == 9) ___assert_fail(37365, 37339, 272, 37360); else if ((i1 | 0) == 12) return; + if ((i1 | 0) == 9) ___assert_fail(40460, 40434, 272, 40455); else if ((i1 | 0) == 12) return; } function __ZNK4wasm7Literal3absEv(i3, i4) { @@ -70349,7 +72581,7 @@ function __ZN6cashew12ValueBuilder14appendToObjectENS_3RefENS_7IStringES1_(i5, i i2 = i8 + 8 | 0; i3 = i8 + 4 | 0; i4 = i8; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 49212) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 50276) | 0) { i5 = __ZN6cashew3RefixEj(i5, 1) | 0; i5 = HEAP32[i5 >> 2] | 0; i9 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; @@ -70365,7 +72597,7 @@ function __ZN6cashew12ValueBuilder14appendToObjectENS_3RefENS_7IStringES1_(i5, i __ZN6cashew5Value9push_backENS_3RefE(i5, i1) | 0; STACKTOP = i8; return; - } else ___assert_fail(27719, 38216, 1653, 27738); + } else ___assert_fail(28738, 39226, 1654, 28757); } function __ZN4wasm14SimplifyLocals17doNoteIfElseFalseEPS0_PPNS_10ExpressionE(i4, i2) { @@ -70373,7 +72605,7 @@ function __ZN4wasm14SimplifyLocals17doNoteIfElseFalseEPS0_PPNS_10ExpressionE(i4, i2 = i2 | 0; var i1 = 0, i3 = 0, i5 = 0; i1 = __ZN4wasm10Expression4castINS_2IfEEEPT_v(HEAP32[i2 >> 2] | 0) | 0; - if (!(HEAP32[i1 + 16 >> 2] | 0)) ___assert_fail(35001, 34961, 151, 35014); + if (!(HEAP32[i1 + 16 >> 2] | 0)) ___assert_fail(36067, 36027, 152, 36080); i3 = i4 + 80 | 0; __ZN4wasm14SimplifyLocals16optimizeIfReturnEPNS_2IfEPPNS_10ExpressionERNSt3__13mapIjNS0_12SinkableInfoENS6_4lessIjEENS6_9allocatorINS6_4pairIKjS8_EEEEEE(i4, i1, i2, (HEAP32[i3 >> 2] | 0) + -12 | 0); i1 = HEAP32[i3 >> 2] | 0; @@ -70545,7 +72777,7 @@ function __ZN4wasm16PrintSExpression17visitCallIndirectEPNS_12CallIndirectE(i4, STACKTOP = STACKTOP + 16 | 0; i3 = i5 + 4 | 0; i6 = i5; - i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 >> 2] | 0, 29196, 0) | 0; + i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 >> 2] | 0, 30262, 0) | 0; HEAP32[i6 >> 2] = HEAP32[HEAP32[i1 + 24 >> 2] >> 2]; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i3) | 0; @@ -70601,7 +72833,7 @@ function __ZN6cashew12ValueBuilder21appendDefaultToSwitchENS_3RefE(i5) { i2 = i6 + 8 | 0; i3 = i6 + 4 | 0; i4 = i6; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 48972) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 50036) | 0) { i5 = __ZN6cashew3RefixEj(i5, 2) | 0; i5 = HEAP32[i5 >> 2] | 0; i7 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; @@ -70618,7 +72850,7 @@ function __ZN6cashew12ValueBuilder21appendDefaultToSwitchENS_3RefE(i5) { __ZN6cashew5Value9push_backENS_3RefE(i5, i1) | 0; STACKTOP = i6; return; - } else ___assert_fail(27160, 38216, 1604, 27200); + } else ___assert_fail(28179, 39226, 1605, 28219); } function __ZNSt3__13mapIN6cashew7IStringENS_6vectorIPN4wasm10CallImportENS_9allocatorIS6_EEEENS_4lessIS2_EENS7_INS_4pairIKS2_S9_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSD_(i1, i5, i4) { @@ -70718,6 +72950,37 @@ function __ZNKSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7Asm return i1 | 0; } +function __ZN4wasm17WasmBinaryBuilder8getBlockEv(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 + 4 | 0; + i1 = i7; + i6 = __ZN4wasm17WasmBinaryBuilder12getNextLabelEv(i4) | 0; + HEAP32[i3 >> 2] = i6; + i5 = i4 + 88 | 0; + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i4 + 92 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4 + 84 | 0, i3); else { + HEAP32[i2 >> 2] = i6; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; + } + HEAP32[i1 >> 2] = (HEAP32[i4 >> 2] | 0) + 88; + i1 = __ZN4wasm7Builder8blockifyEPNS_10ExpressionES2_(i1, __ZN4wasm17WasmBinaryBuilder13getMaybeBlockEv(i4) | 0, 0) | 0; + i3 = HEAP32[i5 >> 2] | 0; + i2 = i3 + -4 | 0; + while (1) { + if ((i3 | 0) == (i2 | 0)) break; + i4 = i3 + -4 | 0; + HEAP32[i5 >> 2] = i4; + i3 = i4; + } + i5 = (__ZN4wasm10Expression4castINS_5BlockEEEPT_v(i1) | 0) + 8 | 0; + HEAP32[i5 >> 2] = i6; + STACKTOP = i7; + return i1 | 0; +} + function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSA_(i1, i5, i4) { i1 = i1 | 0; i5 = i5 | 0; @@ -70765,75 +73028,6 @@ function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEN return i1 | 0; } -function __ZN4wasm7Builder9makeUnaryENS_7UnaryOpEPNS_10ExpressionENS_8WasmTypeE(i1, i2, i4, i3) { - i1 = i1 | 0; - i2 = i2 | 0; - i4 = i4 | 0; - i3 = i3 | 0; - i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = i2; - HEAP32[i1 + 12 >> 2] = i4; - L1 : do if (!i3) switch (i2 | 0) { - case 9: - case 8: - case 7: - case 6: - case 5: - case 4: - case 3: - case 2: - case 1: - case 0: - { - HEAP32[i1 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; - break L1; - } - case 10: - { - HEAP32[i1 + 4 >> 2] = 1; - break L1; - } - case 12: - case 11: - { - HEAP32[i1 + 4 >> 2] = 2; - break L1; - } - case 13: - { - HEAP32[i1 + 4 >> 2] = 1; - break L1; - } - case 23: - { - HEAP32[i1 + 4 >> 2] = 4; - break L1; - } - case 24: - { - HEAP32[i1 + 4 >> 2] = 3; - break L1; - } - case 25: - case 22: - case 21: - case 20: - case 19: - case 18: - case 17: - case 16: - case 15: - case 14: - { - _abort(); - break; - } - default: - _abort(); - } else HEAP32[i1 + 4 >> 2] = i3; while (0); - return i1 | 0; -} - function __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -70861,37 +73055,6 @@ function __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvO return; } -function __ZN4wasm17WasmBinaryBuilder8getBlockEv(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 + 4 | 0; - i1 = i7; - i6 = __ZN4wasm17WasmBinaryBuilder12getNextLabelEv(i4) | 0; - HEAP32[i3 >> 2] = i6; - i5 = i4 + 88 | 0; - i2 = HEAP32[i5 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i4 + 92 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4 + 84 | 0, i3); else { - HEAP32[i2 >> 2] = i6; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } - HEAP32[i1 >> 2] = (HEAP32[i4 >> 2] | 0) + 88; - i1 = __ZN4wasm7Builder8blockifyEPNS_10ExpressionE(i1, __ZN4wasm17WasmBinaryBuilder13getMaybeBlockEv(i4) | 0) | 0; - i3 = HEAP32[i5 >> 2] | 0; - i2 = i3 + -4 | 0; - while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i4 = i3 + -4 | 0; - HEAP32[i5 >> 2] = i4; - i3 = i4; - } - i5 = (__ZN4wasm10Expression4castINS_5BlockEEEPT_v(i1) | 0) + 8 | 0; - HEAP32[i5 >> 2] = i6; - STACKTOP = i7; - return i1 | 0; -} - function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmData5LocalEEENS_22__unordered_map_hasherIS3_S6_NS_4hashIS3_EELb1EEENS_21__unordered_map_equalIS3_S6_NS_8equal_toIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__hash_iteratorIPNS_11__hash_nodeIS6_PvEEEERKT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -70974,7 +73137,7 @@ function __ZN6cashew12ValueBuilder15makeConditionalENS_3RefES1_S1_(i1, i3, i2) { i7 = i4 + 4 | 0; i6 = i4; i8 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48912) | 0; + i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49976) | 0; HEAP32[i10 >> 2] = i11; HEAP32[i5 >> 2] = HEAP32[i10 >> 2]; i8 = __ZN6cashew5Value9push_backENS_3RefE(i8, i5) | 0; @@ -71138,10 +73301,10 @@ function __ZN4wasm10ThreadPool3getEv() { i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i3 = i5; - i1 = HEAP32[12336] | 0; + i1 = HEAP32[12608] | 0; if (!i1) { i1 = __ZNSt3__16thread20hardware_concurrencyEv() | 0; - i2 = _getenv(38519) | 0; + i2 = _getenv(39529) | 0; if (!i2) i4 = i1 >>> 0 > 1 ? i1 : 1; else { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i3, i2, _strlen(i2) | 0); i4 = __ZNSt3__14stoiERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPji(i3, 0, 10) | 0; @@ -71154,15 +73317,15 @@ function __ZN4wasm10ThreadPool3getEv() { HEAP32[i2 >> 2] = 0; i2 = i2 + 4 | 0; } while ((i2 | 0) < (i3 | 0)); - i2 = HEAP32[12336] | 0; - HEAP32[12336] = i1; + i2 = HEAP32[12608] | 0; + HEAP32[12608] = i1; if (i2) { __ZN4wasm10ThreadPoolD2Ev(i2); __ZdlPv(i2); - i1 = HEAP32[12336] | 0; + i1 = HEAP32[12608] | 0; } __ZN4wasm10ThreadPool10initializeEj(i1, i4); - i1 = HEAP32[12336] | 0; + i1 = HEAP32[12608] | 0; } STACKTOP = i5; return i1 | 0; @@ -71206,7 +73369,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1 i3 = i6 + 24 | 0; i4 = i6 + 12 | 0; i5 = i6; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 25999, 15); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 27018, 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]; @@ -71232,7 +73395,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1 i3 = i6 + 24 | 0; i4 = i6 + 12 | 0; i5 = i6; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 25986, 12); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 27005, 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]; @@ -71265,32 +73428,11 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i3 = i4 + 16 | 0; HEAP32[i3 >> 2] = 0; i1 = HEAP32[i1 + 8 >> 2] | 0; - if (!((i1 | 0) != 0 ? (__ZN4wasm7VisitorIZNS_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[12210]; + if (!((i1 | 0) != 0 ? (__ZN4wasm7VisitorIZNS_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[12476]; STACKTOP = i6; return; } -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 __ZNSt3__16vectorIjNS_9allocatorIjEEE21__push_back_slow_pathIRKjEEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -71318,53 +73460,6 @@ function __ZNSt3__16vectorIjNS_9allocatorIjEEE21__push_back_slow_pathIRKjEEvOT_( return; } -function __ZNSt3__13mapIN6cashew7IStringEPN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSA_(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__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i6, i4) { i6 = i6 | 0; i4 = i4 | 0; @@ -71432,6 +73527,32 @@ function __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_ return i1 | 0; } +function __ZN4wasm22SExpressionWasmBuilder16makeCallIndirectERNS_7ElementE(i4, i3) { + i4 = i4 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i5 + 4 | 0; + i7 = i5; + i1 = __ZN10MixedArena5allocIN4wasm12CallIndirectEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; + i8 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i3, 1) | 0) | 0; + i6 = HEAP32[i4 >> 2] | 0; + HEAP32[i7 >> 2] = i8; + HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + i2 = __ZN4wasm6Module15getFunctionTypeENS_4NameE(i6, i2) | 0; + HEAP32[i1 + 24 >> 2] = i2; + if (!i2) ___assert_fail(18309, 17537, 986, 18323); else { + HEAP32[i1 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + i8 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, 2) | 0) | 0; + HEAP32[i1 + 28 >> 2] = i8; + __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_12CallIndirectEEEvRNS_7ElementEjPT_(i4, i3, 3, i1); + STACKTOP = i5; + return i1 | 0; + } + return 0; +} + function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_22__unordered_map_hasherIS3_S4_NS_4hashIS3_EELb1EEENS_21__unordered_map_equalIS3_S4_NS_8equal_toIS3_EELb1EEENS_9allocatorIS4_EEE4findIS3_EENS_15__hash_iteratorIPNS_11__hash_nodeIS4_PvEEEERKT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -71566,7 +73687,7 @@ function __ZN6cashew12ValueBuilder18appendCaseToSwitchENS_3RefES1_(i6, i5) { i2 = i7 + 8 | 0; i3 = i7 + 4 | 0; i4 = i7; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 48972) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 50036) | 0) { i6 = __ZN6cashew3RefixEj(i6, 2) | 0; i6 = HEAP32[i6 >> 2] | 0; i8 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; @@ -71582,7 +73703,7 @@ function __ZN6cashew12ValueBuilder18appendCaseToSwitchENS_3RefES1_(i6, i5) { __ZN6cashew5Value9push_backENS_3RefE(i6, i1) | 0; STACKTOP = i7; return; - } else ___assert_fail(27160, 38216, 1598, 27181); + } else ___assert_fail(28179, 39226, 1599, 28200); } function __ZNSt3__13mapIjNS_6vectorIPN4wasm4CallENS_9allocatorIS4_EEEENS_4lessIjEENS5_INS_4pairIKjS7_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSB_(i1, i5, i3) { @@ -71749,7 +73870,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(27399, 26648, 649, 27411); + if ((HEAP8[i5 >> 0] | 0) != 46) ___assert_fail(28418, 27667, 649, 28430); i5 = i5 + 1 | 0; HEAP32[i8 >> 2] = i5; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i6, i5); @@ -71762,7 +73883,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseDottingES1_ i9 = __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i1, i2) | 0; STACKTOP = i7; return i9 | 0; - } else ___assert_fail(27424, 26648, 652, 27411); + } else ___assert_fail(28443, 27667, 652, 28430); return 0; } @@ -71836,7 +73957,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, 26615, i5, i4) | 0; + i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i2, i8, 27634, i5, i4) | 0; HEAP32[i6 >> 2] = i2; HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; @@ -71845,41 +73966,6 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseToplevelEPc return i1 | 0; } -function __ZN4wasm6Module12removeImportENS_4NameE(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; - i8 = i10 + 16 | 0; - i6 = HEAP32[i8 >> 2] | 0; - i4 = HEAP32[i10 + 12 >> 2] | 0; - i2 = i6 - i4 >> 2; - i3 = HEAP32[i9 >> 2] | 0; - i5 = 0; - while (1) { - if (i5 >>> 0 >= i2 >>> 0) break; - i1 = i4 + (i5 << 2) | 0; - if ((HEAP32[HEAP32[i1 >> 2] >> 2] | 0) == (i3 | 0)) { - i7 = 4; - break; - } else i5 = i5 + 1 | 0; - } - L4 : do if ((i7 | 0) == 4) { - i7 = i1 + 4 | 0; - i2 = i6 - i7 | 0; - _memmove(i1 | 0, i7 | 0, i2 | 0) | 0; - i1 = i1 + (i2 >> 2 << 2) | 0; - i2 = HEAP32[i8 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break L4; - i7 = i2 + -4 | 0; - HEAP32[i8 >> 2] = i7; - i2 = i7; - } - } while (0); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE14__erase_uniqueIS3_EEjRKT_(i10 + 156 | 0, i9) | 0; - return; -} - function __ZN4wasm16PrintSExpression13printCallBodyINS_10CallImportEEEvPT_(i4, i1) { i4 = i4 | 0; i1 = i1 | 0; @@ -72293,6 +74379,39 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_com return i1 | 0; } +function __ZN6cashew10IStringSetC2EPKc(i6, i1) { + 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 + 8 | 0; + i5 = i7; + HEAP32[i6 >> 2] = 0; + HEAP32[i6 + 4 >> 2] = 0; + HEAP32[i6 + 8 >> 2] = 0; + HEAP32[i6 + 12 >> 2] = 0; + HEAPF32[i6 + 16 >> 2] = 1.0; + i3 = i6 + 20 | 0; + HEAP32[i3 >> 2] = 0; + HEAP32[i6 + 24 >> 2] = 0; + HEAP32[i6 + 28 >> 2] = 0; + i2 = (_strlen(i1) | 0) + 1 | 0; + __ZNSt3__16vectorIcNS_9allocatorIcEEE6resizeEj(i3, i2); + i3 = HEAP32[i3 >> 2] | 0; + _strncpy(i3, i1, i2) | 0; + while (1) { + i2 = _strchr(i3, 32) | 0; + i1 = (i2 | 0) != 0; + if (i1) HEAP8[i2 >> 0] = 0; + __ZN6cashew7IStringC2EPKcb(i5, i3, 1); + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueIS2_EENS_4pairINS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEEbEEOT_(i4, i6, i5); + if (i1) i3 = i2 + 1 | 0; else break; + } + STACKTOP = i7; + return; +} + function __ZN4wasm17WasmBinaryBuilder12getNextLabelEv(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; @@ -72387,6 +74506,40 @@ function __ZNSt3__16vectorINS_10unique_ptrIN4wasm13ReorderLocalsENS_14default_de return; } +function __ZNSt3__16vectorINS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS8_EE(i6, i5) { + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; + i2 = HEAP32[i6 >> 2] | 0; + i3 = i6 + 4 | 0; + i4 = i5 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + i8 = (HEAP32[i4 >> 2] | 0) + -4 | 0; + i7 = i1 + -4 | 0; + i9 = HEAP32[i7 >> 2] | 0; + HEAP32[i7 >> 2] = 0; + HEAP32[i8 >> 2] = i9; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -4; + i1 = i7; + } + i7 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i4 >> 2] = i7; + i7 = i5 + 8 | 0; + i9 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i7 >> 2] = i9; + i7 = i6 + 8 | 0; + i9 = i5 + 12 | 0; + i8 = HEAP32[i7 >> 2] | 0; + HEAP32[i7 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i9 >> 2] = i8; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; + return; +} + function __ZNSt3__16vectorINS_10unique_ptrIN4wasm11MergeBlocksENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS8_EE(i6, i5) { i6 = i6 | 0; i5 = i5 | 0; @@ -72421,6 +74574,60 @@ function __ZNSt3__16vectorINS_10unique_ptrIN4wasm11MergeBlocksENS_14default_dele return; } +function __ZN4wasm13WasmValidator9noteBreakENS_4NameEPNS_10ExpressionE(i5, i4, i1) { + i5 = i5 | 0; + i4 = i4 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i6 = 0; + if (!i1) i3 = 0; else i3 = HEAP32[i1 + 4 >> 2] | 0; + i1 = i5 + 28 | 0; + i6 = (__ZNKSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE14__count_uniqueIS3_EEjRKT_(i1, i4) | 0) == 0; + i2 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i1, i4) | 0; + do if (!i6) { + i6 = (HEAP32[i2 >> 2] | 0) == 5; + i1 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i1, i4) | 0; + if (i6) { + HEAP32[i1 >> 2] = i3; + break; + } else { + __ZN4wasm13WasmValidator13shouldBeEqualIPKcNS_8WasmTypeEEEbT0_S5_T_S3_(i5, i3, HEAP32[i1 >> 2] | 0, HEAP32[i4 >> 2] | 0, 21246) | 0; + break; + } + } else HEAP32[i2 >> 2] = i3; while (0); + return; +} + +function __ZN4wasm13WasmValidator17validateAlignmentEj(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i4 = 0, i5 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i4; + switch (i2 | 0) { + case 8: + case 4: + case 2: + case 1: + break; + default: + { + __ZN4wasm13WasmValidator4failEv(i3) | 0; + i2 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 21342) | 0, i2) | 0; + i5 = __ZNKSt3__18ios_base6getlocEv(i2 + (HEAP32[(HEAP32[i2 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 63](i5, 10) | 0; + __ZNSt3__16localeD2Ev(i1); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i2, i5) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i2) | 0; + HEAP8[i3 + 24 >> 0] = 0; + } + } + STACKTOP = i4; + 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; @@ -72468,6 +74675,40 @@ function __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIK return i1 | 0; } +function __ZNSt3__16vectorINS_10unique_ptrIN4wasm8FunctionENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS8_EE(i6, i5) { + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; + i2 = HEAP32[i6 >> 2] | 0; + i3 = i6 + 4 | 0; + i4 = i5 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + i8 = (HEAP32[i4 >> 2] | 0) + -4 | 0; + i7 = i1 + -4 | 0; + i9 = HEAP32[i7 >> 2] | 0; + HEAP32[i7 >> 2] = 0; + HEAP32[i8 >> 2] = i9; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -4; + i1 = i7; + } + i7 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i4 >> 2] = i7; + i7 = i5 + 8 | 0; + i9 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i7 >> 2] = i9; + i7 = i6 + 8 | 0; + i9 = i5 + 12 | 0; + i8 = HEAP32[i7 >> 2] | 0; + HEAP32[i7 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i9 >> 2] = i8; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; + return; +} + function __ZNSt3__16vectorINS_10unique_ptrIN4wasm6VacuumENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS8_EE(i6, i5) { i6 = i6 | 0; i5 = i5 | 0; @@ -72536,6 +74777,74 @@ function __ZNSt3__16vectorINS_10unique_ptrIN4wasm6ThreadENS_14default_deleteIS3_ return; } +function __ZNSt3__16vectorINS_10unique_ptrIN4wasm6ImportENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS8_EE(i6, i5) { + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; + i2 = HEAP32[i6 >> 2] | 0; + i3 = i6 + 4 | 0; + i4 = i5 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + i8 = (HEAP32[i4 >> 2] | 0) + -4 | 0; + i7 = i1 + -4 | 0; + i9 = HEAP32[i7 >> 2] | 0; + HEAP32[i7 >> 2] = 0; + HEAP32[i8 >> 2] = i9; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -4; + i1 = i7; + } + i7 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i4 >> 2] = i7; + i7 = i5 + 8 | 0; + i9 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i7 >> 2] = i9; + i7 = i6 + 8 | 0; + i9 = i5 + 12 | 0; + i8 = HEAP32[i7 >> 2] | 0; + HEAP32[i7 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i9 >> 2] = i8; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; + return; +} + +function __ZNSt3__16vectorINS_10unique_ptrIN4wasm6ExportENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS8_EE(i6, i5) { + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; + i2 = HEAP32[i6 >> 2] | 0; + i3 = i6 + 4 | 0; + i4 = i5 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + i8 = (HEAP32[i4 >> 2] | 0) + -4 | 0; + i7 = i1 + -4 | 0; + i9 = HEAP32[i7 >> 2] | 0; + HEAP32[i7 >> 2] = 0; + HEAP32[i8 >> 2] = i9; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -4; + i1 = i7; + } + i7 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i4 >> 2] = i7; + i7 = i5 + 8 | 0; + i9 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i7 >> 2] = i9; + i7 = i6 + 8 | 0; + i9 = i5 + 12 | 0; + i8 = HEAP32[i7 >> 2] | 0; + HEAP32[i7 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i9 >> 2] = i8; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; + return; +} + function __ZNSt3__13mapIPN4wasm6ExportEjNS_4lessIS3_EENS_9allocatorINS_4pairIKS3_jEEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS8_(i1, i5, i3) { i1 = i1 | 0; i5 = i5 | 0; @@ -72660,9 +74969,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_(49300, __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_(50376, __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 0) | 0)) i1 = HEAP32[i4 >> 2] | 0; else { i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48892) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49956) | 0; HEAP32[i2 >> 2] = i7; HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i1) | 0; @@ -72693,25 +75002,6 @@ function __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_ return i1 + 20 | 0; } -function __ZNSt3__13mapIN6cashew7IStringEPN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(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__13mapIN6cashew7IStringEPN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSA_(i6, i5, i4) | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (!i1) { - __ZNSt3__13mapIN6cashew7IStringEPN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE25__construct_node_with_keyERSA_(i3, i6, i4); - i1 = HEAP32[i3 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEPN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSI_SI_(i6, HEAP32[i5 >> 2] | 0, i2, i1); - } - STACKTOP = i7; - return i1 + 20 | 0; -} - function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE12__find_equalIS2_EERPNS_16__tree_node_baseIPvEESD_RKT_(i1, i5, i4) { i1 = i1 | 0; i5 = i5 | 0; @@ -72815,28 +75105,40 @@ function __ZNKSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE return i1 | 0; } -function __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(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 + 12 | 0; - i3 = i6; - i2 = __ZN4wasm12PassRegistry3getEv() | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2ERKS5_(i3, i1); - 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(17200, 17205, 80, 29503); - 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 { - HEAP32[i3 >> 2] = i1; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; +function __ZN4wasm3LEBIiaE4readENSt3__18functionIFavEEE(i7, i6) { + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0; + HEAP32[i7 >> 2] = 0; + i3 = 0; + while (1) { + i4 = (__ZNKSt3__18functionIFavEEclEv(i6) | 0) << 24 >> 24; + i2 = i4 & 127; + if (!i3) i1 = -1; else i1 = (1 << 32 - i3) + -1 | 0; + i1 = i1 & i2; + i5 = (i4 & 128 | 0) == 0; + if (!(i5 | (i1 | 0) == (i2 | 0))) { + i2 = 5; + break; + } + i2 = HEAP32[i7 >> 2] | i1 << i3; + HEAP32[i7 >> 2] = i2; + i1 = i3; + i3 = i3 + 7 | 0; + if (i5) { + i5 = i2; + i2 = 9; + break; + } + if (i3 >>> 0 >= 32) { + i2 = 8; + break; + } + } + if ((i2 | 0) == 5) ___assert_fail(18703, 18573, 98, 18591); else if ((i2 | 0) == 8) ___assert_fail(18780, 18573, 103, 18591); else if ((i2 | 0) == 9) { + if (i3 >>> 0 < 32 & (i4 & 64 | 0) != 0 ? (i6 = 25 - i1 | 0, i6 = i5 << i6 >> i6, HEAP32[i7 >> 2] = i6, (i6 | 0) >= 0) : 0) ___assert_fail(20291, 18573, 113, 18591); + return; } - STACKTOP = i6; - return; } function __ZNSt3__112_GLOBAL__N_117as_integer_helperIlNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPFlPKcPPciEEET_RKS7_RKT0_PjiT1_(i5, i1, i6, i2) { @@ -73329,19 +75631,19 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseBracketedBl i4 = i8; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i7); i5 = HEAP32[i7 >> 2] | 0; - if ((HEAP8[i5 >> 0] | 0) != 123) ___assert_fail(26864, 26648, 859, 26876); + if ((HEAP8[i5 >> 0] | 0) != 123) ___assert_fail(27883, 27667, 859, 27895); 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, 26896, i1, i2) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i6, i7, 27915, 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(26899, 26648, 862, 26876); + } else ___assert_fail(27918, 27667, 862, 27895); return 0; } @@ -73502,6 +75804,29 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N return i6 | 0; } +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 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, 1) | 0) | 0; + HEAP32[i1 + 8 >> 2] = i6; + HEAP32[i2 >> 2] = i4; + i4 = __ZZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementEENKUlPKcS2_E_clES4_S2_(i2, 18383, __ZN4wasm7ElementixEj(i3, 2) | 0) | 0; + HEAP32[i1 + 12 >> 2] = i4; + i4 = (__ZN4wasm7Element4listEv(i3) | 0) + 8 | 0; + if ((HEAP32[i4 >> 2] | 0) == 4) { + i6 = __ZZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementEENKUlPKcS2_E_clES4_S2_(i2, 18391, __ZN4wasm7ElementixEj(i3, 3) | 0) | 0; + HEAP32[i1 + 16 >> 2] = i6; + __ZN4wasm2If8finalizeEv(i1); + } + STACKTOP = i5; + return i1 | 0; +} + function __ZNSt3__127__num_get_unsigned_integralImEET_PKcS3_Rji(i1, i6, i7, i2) { i1 = i1 | 0; i6 = i6 | 0; @@ -73748,19 +76073,19 @@ function __ZN4wasm6ModuleC2Ev(i2) { HEAP32[i4 + 12 >> 2] = 0; HEAP32[i4 + 16 >> 2] = 0; __ZN10MixedArenaC2Ev(i2 + 88 | 0); + HEAP32[i2 + 120 >> 2] = 0; + HEAP32[i2 + 124 >> 2] = 0; + HEAP32[i2 + 116 >> 2] = i2 + 120; + HEAP32[i2 + 132 >> 2] = 0; + HEAP32[i2 + 136 >> 2] = 0; + HEAP32[i2 + 128 >> 2] = i2 + 132; + HEAP32[i2 + 144 >> 2] = 0; HEAP32[i2 + 148 >> 2] = 0; - HEAP32[i2 + 152 >> 2] = 0; - HEAP32[i2 + 144 >> 2] = i2 + 148; + HEAP32[i2 + 140 >> 2] = i2 + 144; + HEAP32[i2 + 156 >> 2] = 0; HEAP32[i2 + 160 >> 2] = 0; - HEAP32[i2 + 164 >> 2] = 0; - HEAP32[i2 + 156 >> 2] = i2 + 160; - HEAP32[i2 + 172 >> 2] = 0; - HEAP32[i2 + 176 >> 2] = 0; - HEAP32[i2 + 168 >> 2] = i2 + 172; - HEAP32[i2 + 184 >> 2] = 0; - HEAP32[i2 + 188 >> 2] = 0; - HEAP32[i2 + 180 >> 2] = i2 + 184; - i4 = i2 + 192 | 0; + HEAP32[i2 + 152 >> 2] = i2 + 156; + i4 = i2 + 164 | 0; HEAP32[i4 >> 2] = 0; HEAP32[i4 + 4 >> 2] = 0; HEAP32[i4 + 8 >> 2] = 0; @@ -73816,28 +76141,23 @@ function __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReI return; } -function __ZN4wasm6Vacuum7visitIfEPNS_2IfE(i6, i5) { - i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0; - i8 = STACKTOP; +function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE14__erase_uniqueIS3_EEjRKT_(i4, i1) { + i4 = i4 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i5 = 0; + i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i8; - i3 = i5 + 16 | 0; - i1 = HEAP32[i3 >> 2] | 0; - i4 = i1; - do if (i1) { - if ((HEAP32[i1 >> 2] | 0) == 19) { - HEAP32[i3 >> 2] = 0; - i7 = 6; - break; - } - i1 = i5 + 12 | 0; - if ((HEAP32[HEAP32[i1 >> 2] >> 2] | 0) == 19 ? (HEAP32[i1 >> 2] = i4, HEAP32[i3 >> 2] = 0, HEAP32[i2 >> 2] = (HEAP32[i6 + 36 >> 2] | 0) + 88, i4 = i5 + 8 | 0, i1 = HEAP32[i4 >> 2] | 0, i2 = __ZN4wasm7Builder9makeUnaryENS_7UnaryOpEPNS_10ExpressionENS_8WasmTypeE(i2, 10, i1, HEAP32[i1 + 4 >> 2] | 0) | 0, HEAP32[i4 >> 2] = i2, (HEAP32[i3 >> 2] | 0) == 0) : 0) i7 = 6; - } else i7 = 6; while (0); - if ((i7 | 0) == 6 ? (HEAP32[HEAP32[i5 + 12 >> 2] >> 2] | 0) == 19 : 0) HEAP32[i6 + 16 >> 2] = HEAP32[i5 + 8 >> 2]; - STACKTOP = i8; - return; + i2 = i5 + 4 | 0; + i3 = i5; + i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE4findIS3_EENS_15__tree_iteratorIS5_PNS_11__tree_nodeIS5_PvEEiEERKT_(i4, i1) | 0; + if ((i1 | 0) == (i4 + 4 | 0)) i1 = 0; else { + HEAP32[i3 >> 2] = i1; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE5eraseENS_21__tree_const_iteratorIS5_PNS_11__tree_nodeIS5_PvEEiEE(i4, i2) | 0; + i1 = 1; + } + STACKTOP = i5; + return i1 | 0; } function __ZNSt3__19__num_getIwE19__stage2_float_prepERNS_8ios_baseEPwRwS5_(i5, i3, i1, i2, i4) { @@ -73852,9 +76172,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, 51376) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 48 >> 2] & 7](i8, 43339, 43371, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 51384) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 52464) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 48 >> 2] & 7](i8, 44405, 44437, i1) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 52472) | 0; i7 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 12 >> 2] & 255](i1) | 0; HEAP32[i2 >> 2] = i7; i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 255](i1) | 0; @@ -73915,9 +76235,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, 51344) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 32 >> 2] & 7](i8, 43339, 43371, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 51356) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 52432) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 32 >> 2] & 7](i8, 44405, 44437, i1) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 52444) | 0; i7 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 12 >> 2] & 255](i1) | 0; HEAP8[i2 >> 0] = i7; i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 255](i1) | 0; @@ -73959,7 +76279,7 @@ function __ZN6cashew12ValueBuilder12makeContinueENS_7IStringE(i4) { i7 = i6 + 4 | 0; i2 = i6; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48968) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50032) | 0; HEAP32[i7 >> 2] = i8; HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -74135,7 +76455,7 @@ function __ZN6cashew12ValueBuilder9makeBreakENS_7IStringE(i4) { i7 = i6 + 4 | 0; i2 = i6; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48964) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50028) | 0; HEAP32[i7 >> 2] = i8; HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -74229,6 +76549,27 @@ function __ZNSt3__16vectorIN4wasm14SimplifyLocals10BlockBreakENS_9allocatorIS3_E return; } +function __ZN4wasm22SExpressionWasmBuilder14makeMaybeBlockERNS_7ElementEjj(i6, i4, i2, i5) { + i6 = i6 | 0; + i4 = i4 | 0; + i2 = i2 | 0; + i5 = i5 | 0; + var i1 = 0, i3 = 0, i7 = 0; + i3 = (__ZN4wasm7Element4listEv(i4) | 0) + 8 | 0; + if ((HEAP32[i3 >> 2] | 0) == (i2 + 1 | 0)) i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, __ZN4wasm7ElementixEj(i4, i2) | 0) | 0; else { + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + i3 = i1 + 12 | 0; + while (1) { + i7 = (__ZN4wasm7Element4listEv(i4) | 0) + 8 | 0; + if (!(i2 >>> 0 < i5 >>> 0 ? i2 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0 : 0)) break; + __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i3, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, __ZN4wasm7ElementixEj(i4, i2) | 0) | 0); + i2 = i2 + 1 | 0; + } + __ZN4wasm5Block8finalizeEv(i1); + } + return i1 | 0; +} + function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEjjjjjj(i10, i9, i1, i4, i7, i8, i6) { i10 = i10 | 0; i9 = i9 | 0; @@ -74422,7 +76763,7 @@ function __ZN4wasm22SExpressionWasmBuilder8getLabelERNS_7ElementE(i5, i1) { i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i4 = i6; - do if (!(HEAP8[i1 + 20 >> 0] | 0)) { + do if (!(HEAP8[i1 + 24 >> 0] | 0)) { i3 = _atol(__ZN4wasm7Element5c_strEv(i1) | 0) | 0; i1 = HEAP32[i5 + 88 >> 2] | 0; i2 = (HEAP32[i5 + 92 >> 2] | 0) - i1 >> 2; @@ -74430,7 +76771,7 @@ function __ZN4wasm22SExpressionWasmBuilder8getLabelERNS_7ElementE(i5, i1) { i1 = HEAP32[i1 + (i2 + ~i3 << 2) >> 2] | 0; break; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 18369, 7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 18265, 7); i1 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i5, i4) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); break; @@ -74500,10 +76841,10 @@ function __ZN4wasm17WasmBinaryBuilder10readHeaderEv(i2) { STACKTOP = STACKTOP + 16 | 0; i1 = i3; if (HEAP8[i2 + 12 >> 0] | 0) { - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 18713) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 18596) | 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, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -74521,7 +76862,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(33896, 33913, 51, 33943); + if ((HEAP32[i7 + 4 >> 2] | 0) != 1) ___assert_fail(34962, 34979, 51, 35009); i3 = i7 + 16 | 0; i1 = HEAP32[i3 >> 2] | 0; i4 = i1; @@ -74552,7 +76893,7 @@ function __ZN6cashew12ValueBuilder10makePrefixENS_7IStringENS_3RefE(i1, i2) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49004) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50068) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -74573,7 +76914,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(33896, 33913, 51, 33943); + if ((HEAP32[i7 + 4 >> 2] | 0) != 1) ___assert_fail(34962, 34979, 51, 35009); i3 = i7 + 16 | 0; i1 = HEAP32[i3 >> 2] | 0; i4 = i1; @@ -74593,6 +76934,36 @@ function __ZN4wasm14PostEmscripten13visitMemoryOpINS_4LoadEEEvPT_(i1, i2) { return; } +function __ZN4wasm13WasmValidator11visitSwitchEPNS_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, i11 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i10 + 8 | 0; + i2 = i10 + 4 | 0; + i3 = i10; + i4 = i8 + 8 | 0; + i5 = HEAP32[i8 + 16 >> 2] | 0; + i6 = i8 + 32 | 0; + i7 = 0; + while (1) { + if ((i7 | 0) == (i5 | 0)) break; + i11 = __ZNK11ArenaVectorIN4wasm4NameEEixEj(i4, i7) | 0; + HEAP32[i2 >> 2] = HEAP32[i11 >> 2]; + i11 = HEAP32[i6 >> 2] | 0; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZN4wasm13WasmValidator9noteBreakENS_4NameEPNS_10ExpressionE(i9, i1, i11); + i7 = i7 + 1 | 0; + } + HEAP32[i3 >> 2] = HEAP32[i8 + 24 >> 2]; + i11 = HEAP32[i6 >> 2] | 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + __ZN4wasm13WasmValidator9noteBreakENS_4NameEPNS_10ExpressionE(i9, i1, i11); + STACKTOP = i10; + return; +} + function __ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji(i1, i6, i7, i2) { i1 = i1 | 0; i6 = i6 | 0; @@ -74642,9 +77013,9 @@ function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE26__swap_ i1 = HEAP32[i3 >> 2] | 0; while (1) { if ((i1 | 0) == (i2 | 0)) break; - i7 = i1 + -28 | 0; - __ZN6cashew13OperatorClassC2EOS0_((HEAP32[i4 >> 2] | 0) + -28 | 0, i7); - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -28; + i7 = i1 + -40 | 0; + __ZN6cashew13OperatorClassC2EOS0_((HEAP32[i4 >> 2] | 0) + -40 | 0, i7); + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -40; i1 = i7; } i7 = HEAP32[i6 >> 2] | 0; @@ -74701,7 +77072,7 @@ function __ZN6cashew12ValueBuilder9makeLabelENS_7IStringENS_3RefE(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48960) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50024) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -74754,7 +77125,7 @@ function __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49196) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50260) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -74879,6 +77250,37 @@ function __ZNSt3__111__stdoutbufIcE4syncEv(i1) { return i1 | 0; } +function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i6, i5) { + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; + i2 = HEAP32[i6 >> 2] | 0; + i3 = i6 + 4 | 0; + i4 = i5 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + i7 = i1 + -16 | 0; + __ZN4wasm6Memory7SegmentC2EOS1_((HEAP32[i4 >> 2] | 0) + -16 | 0, i7); + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -16; + i1 = i7; + } + i7 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i4 >> 2] = i7; + i7 = i5 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i7 >> 2] = i2; + i3 = i6 + 8 | 0; + i7 = i5 + 12 | 0; + i6 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i7 >> 2] = i6; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; + return; +} + function __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i6, i4) { i6 = i6 | 0; i4 = i4 | 0; @@ -74898,6 +77300,27 @@ function __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIK return i1 + 20 | 0; } +function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(i4, i1) { + i4 = i4 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i5 = 0; + if (!(HEAP8[i1 >> 0] | 0)) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, HEAP32[i1 + 20 >> 2] | 0) | 0; else { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i4, 40) | 0; + i3 = i1 + 4 | 0; + i1 = HEAP32[i1 + 12 >> 2] | 0; + i2 = 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + i5 = __ZNK11ArenaVectorIPN4wasm7ElementEEixEj(i3, i2) | 0; + i5 = HEAP32[i5 >> 2] | 0; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i4, 32) | 0, i5) | 0; + i2 = i2 + 1 | 0; + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17576) | 0; + } + return i4 | 0; +} + function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEjc(i6, i5, i4) { i6 = i6 | 0; i5 = i5 | 0; @@ -74954,6 +77377,35 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assign return i6 | 0; } +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13maybePushTaskEPFvPS2_PPNS_10ExpressionEES9_(i7, i1, i2) { + i7 = i7 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i5 = i8 + 4 | 0; + i6 = i8; + HEAP32[i5 >> 2] = i1; + HEAP32[i6 >> 2] = i2; + i4 = i2; + do if (HEAP32[i2 >> 2] | 0) { + i2 = i7 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i7 + 12 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i1; + HEAP32[i3 + 4 >> 2] = i4; + HEAP32[i2 >> 2] = i3 + 8; + break; + } else { + __ZNSt3__16vectorIN4wasm6WalkerINS1_13WasmValidator16LoopChildCheckerENS1_7VisitorIS4_vEEE4TaskENS_9allocatorIS8_EEE24__emplace_back_slow_pathIJRPFvPS4_PPNS1_10ExpressionEERSG_EEEvDpOT_(i7 + 4 | 0, i5, i6); + break; + } + } while (0); + STACKTOP = i8; + return; +} + function __ZN4wasm16PrintSExpression10visitTableEPNS_5TableE(i5, i1) { i5 = i5 | 0; i1 = i1 | 0; @@ -74962,7 +77414,7 @@ function __ZN4wasm16PrintSExpression10visitTableEPNS_5TableE(i5, i1) { STACKTOP = STACKTOP + 16 | 0; i2 = i6 + 4 | 0; i3 = i6; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i5 >> 2] | 0, 39078, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i5 >> 2] | 0, 40088, 0) | 0; i4 = HEAP32[i1 + 4 >> 2] | 0; i1 = HEAP32[i1 >> 2] | 0; while (1) { @@ -75043,6 +77495,33 @@ function _wcrtomb(i1, i3, i2) { return i1 | 0; } +function __ZZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementEENKUlvE_clEv(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; + i2 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i7 = i2 + 8 | 0; + i8 = i2 + 4 | 0; + i9 = i2; + i6 = HEAP32[i1 >> 2] | 0; + i3 = i6 + 64 | 0; + HEAP32[i8 >> 2] = (HEAP32[i6 >> 2] | 0) + 88; + HEAP32[i9 >> 2] = HEAP32[HEAP32[i1 + 4 >> 2] >> 2]; + i6 = HEAP32[i1 + 8 >> 2] | 0; + i5 = HEAP32[HEAP32[i1 + 12 >> 2] >> 2] | 0; + i4 = HEAP32[i1 + 16 >> 2] | 0; + HEAP32[i7 >> 2] = HEAP32[i9 >> 2]; + i4 = __ZN4wasm7Builder12makeFunctionENS_4NameEONSt3__16vectorINS_8NameTypeENS2_9allocatorIS4_EEEENS_8WasmTypeES8_PNS_10ExpressionE(i8, i7, i6, i5, i4, 0) | 0; + i1 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = i4; + if (i1 | 0) { + __ZN4wasm8FunctionD2Ev(i1); + __ZdlPv(i1); + } + STACKTOP = i2; + return; +} + function __ZNSt3__13mapIPN4wasm6ExportEjNS_4lessIS3_EENS_9allocatorINS_4pairIKS3_jEEEEEixERS8_(i6, i4) { i6 = i6 | 0; i4 = i4 | 0; @@ -75183,6 +77662,32 @@ function __ZNSt3__119__thread_struct_impD2Ev(i4) { 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) { + i5 = (__ZN4wasm7Element4listEv(i7) | 0) + 8 | 0; + if (i6 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) break; + i2 = HEAP32[i8 >> 2] | 0; + i3 = __ZN4wasm22SExpressionWasmBuilder15getFunctionNameERNS_7ElementE(i8, __ZN4wasm7ElementixEj(i7, i6) | 0) | 0; + HEAP32[i1 >> 2] = i3; + i4 = i2 + 52 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if (i5 >>> 0 < (HEAP32[i2 + 56 >> 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 + 48 | 0, i1); + i6 = i6 + 1 | 0; + } + STACKTOP = i9; + return; +} + function __ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoERPv(i6, i1, i4) { i6 = i6 | 0; i1 = i1 | 0; @@ -75282,6 +77787,33 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9pba return i1 | 0; } +function __ZNSt3__16vectorIN4wasm6WalkerINS1_13WasmValidator16LoopChildCheckerENS1_7VisitorIS4_vEEE4TaskENS_9allocatorIS8_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS8_RSA_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; +} + function __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i6, i4) { i6 = i6 | 0; i4 = i4 | 0; @@ -75301,6 +77833,32 @@ function __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jE return i1 + 20 | 0; } +function __ZN4wasm15Asm2WasmBuilder8optimizeEv(i3) { + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i2 = i4 + 12 | 0; + i1 = i4; + i5 = HEAP32[i3 >> 2] | 0; + HEAP32[i2 >> 2] = i5; + HEAP32[i2 + 4 >> 2] = i5 + 88; + HEAP32[i2 + 8 >> 2] = 0; + HEAP32[i2 + 12 >> 2] = 0; + HEAP32[i2 + 16 >> 2] = 0; + HEAP8[i2 + 24 >> 0] = 0; + __ZN4wasm10PassRunner28addDefaultOptimizationPassesEv(i2); + if ((HEAP32[i3 + 16 >> 2] | 0) >>> 0 < 1024) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 34350, 15); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i2, i1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); + } + __ZN4wasm10PassRunner3runEv(i2); + __ZN4wasm10PassRunnerD2Ev(i2); + STACKTOP = i4; + return; +} + function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS8_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -75335,10 +77893,10 @@ function __ZN4wasm17WasmBinaryBuilder9readStartEv(i2) { STACKTOP = STACKTOP + 16 | 0; i1 = i3; if (HEAP8[i2 + 12 >> 0] | 0) { - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 19040) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 19038) | 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, 51344) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -75365,7 +77923,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, 51376) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 52464) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -75389,7 +77947,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, 51376) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 52464) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -75413,7 +77971,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, 51344) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 52432) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -75437,7 +77995,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, 51344) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 52432) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -75479,7 +78037,7 @@ function __ZN6cashew12ValueBuilder15setBlockContentENS_3RefES1_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0; - do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 48880) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 48884) | 0) { + do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 49944) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 49948) | 0) { i3 = __ZN6cashew3RefixEj(i2, 3) | 0; i3 = HEAP32[i3 >> 2] | 0; i2 = __ZN6cashew3RefixEj(i1, 1) | 0; @@ -75538,7 +78096,7 @@ function __ZN4wasm14ModuleInstance10callExportENS_4NameERNSt3__16vectorINS_7Lite i1 = __ZN4wasm6Module11checkExportENS_4NameE(i8, i2) | 0; if (!i1) { i9 = HEAP32[i6 + 24 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i9 >> 2] | 0) + 20 >> 2] & 511](i9, 24882); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i9 >> 2] | 0) + 20 >> 2] & 511](i9, 25890); } HEAP32[i3 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; @@ -75547,6 +78105,24 @@ function __ZN4wasm14ModuleInstance10callExportENS_4NameERNSt3__16vectorINS_7Lite return; } +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 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i2, __ZN4wasm7ElementixEj(i1, 1) | 0) | 0; + i5 = i3 + 8 | 0; + HEAP32[i5 >> 2] = i6; + i6 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i2, __ZN4wasm7ElementixEj(i1, 2) | 0) | 0; + i4 = i3 + 12 | 0; + HEAP32[i4 >> 2] = i6; + i2 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i2, __ZN4wasm7ElementixEj(i1, 3) | 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 __ZNSt3__16vectorIN4wasm6WalkerINS1_17RemoveUnusedNamesENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS7_RS9_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -75726,31 +78302,30 @@ function __ZNSt3__16vectorIN4wasm6WalkerINS1_15GetLocalCounterENS1_7VisitorIS3_v return; } -function __ZN6cashew10IStringSetC2EPKc(i6, i1) { - i6 = i6 | 0; +function __ZNSt3__16vectorIN4wasm6WalkerINS1_15BlockTypeSeekerENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS7_RS9_EE(i2, i1) { + i2 = i2 | 0; i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 8 | 0; - i5 = i7; - HEAP32[i6 >> 2] = 0; - HEAP32[i6 + 4 >> 2] = 0; - HEAP32[i6 + 8 >> 2] = 0; - HEAP32[i6 + 12 >> 2] = 0; - HEAPF32[i6 + 16 >> 2] = 1.0; - i2 = (_strlen(i1) | 0) + 1 | 0; - i3 = __Znaj((i2 | 0) > -1 ? i2 : -1) | 0; - _strncpy(i3, i1, i2) | 0; - while (1) { - i1 = _strchr(i3, 32) | 0; - i2 = (i1 | 0) != 0; - if (i2) HEAP8[i1 >> 0] = 0; - __ZN6cashew7IStringC2EPKcb(i5, i3, 1); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueIS2_EENS_4pairINS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEEbEEOT_(i4, i6, i5); - if (i2) i3 = i1 + 1 | 0; else break; - } - STACKTOP = i7; + 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; } @@ -75877,7 +78452,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, 51376) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 52464) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -75901,7 +78476,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, 51344) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 52432) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -75997,26 +78572,59 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13maybePushTas return; } -function __ZN4wasm22SExpressionWasmBuilder14makeCallImportERNS_7ElementE(i2, i1) { - i2 = i2 | 0; +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i7, i1, i2) { + i7 = i7 | 0; i1 = i1 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; - i4 = STACKTOP; + i2 = i2 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; + i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i4 + 4 | 0; - i7 = i4; - i3 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; - i8 = __ZN4wasm7Element4listEv(i1) | 0; - i8 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i8 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i3 + 24 >> 2] = i8; - i6 = HEAP32[i2 >> 2] | 0; - HEAP32[i7 >> 2] = i8; - HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; - i5 = (__ZN4wasm6Module9getImportENS_4NameE(i6, i5) | 0) + 12 | 0; - HEAP32[i3 + 4 >> 2] = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2]; - __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_10CallImportEEEvRNS_7ElementEjPT_(i2, i1, 2, i3); - STACKTOP = i4; - return i3 | 0; + i5 = i8 + 4 | 0; + i6 = i8; + HEAP32[i5 >> 2] = i1; + HEAP32[i6 >> 2] = i2; + i4 = i2; + do if (HEAP32[i2 >> 2] | 0) { + i2 = i7 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i7 + 12 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i1; + HEAP32[i3 + 4 >> 2] = i4; + HEAP32[i2 >> 2] = i3 + 8; + break; + } else { + __ZNSt3__16vectorIN4wasm6WalkerINS1_15BlockTypeSeekerENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEE24__emplace_back_slow_pathIJRPFvPS3_PPNS1_10ExpressionEERSF_EEEvDpOT_(i7 + 4 | 0, i5, i6); + break; + } + } while (0); + STACKTOP = i8; + return; +} +function __ZNSt3__16vectorIN4wasm6WalkerINS1_13WasmValidatorENS1_7VisitorIS3_vEEE4TaskENS_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; } function __ZN6cashew12ValueBuilder10makeSwitchENS_3RefE(i1) { @@ -76029,7 +78637,7 @@ function __ZN6cashew12ValueBuilder10makeSwitchENS_3RefE(i1) { i6 = i2 + 4 | 0; i4 = i2; i5 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48972) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50036) | 0; HEAP32[i7 >> 2] = i8; HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; i5 = __ZN6cashew5Value9push_backENS_3RefE(i5, i3) | 0; @@ -76185,30 +78793,6 @@ function __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13maybePushTask return; } -function __ZN4wasm15Asm2WasmBuilder8optimizeEv(i3) { - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0; - i4 = STACKTOP; - STACKTOP = STACKTOP + 48 | 0; - i2 = i4 + 16 | 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; - HEAP8[i2 + 20 >> 0] = 0; - __ZN4wasm10PassRunner28addDefaultOptimizationPassesEv(i2); - if ((HEAP32[i3 + 16 >> 2] | 0) >>> 0 < 1024) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 33284, 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__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE15__get_monthnameERiRS4_S4_RjRKNS_5ctypeIwEE(i5, i6, i1, i3, i4, i2) { i5 = i5 | 0; i6 = i6 | 0; @@ -76263,7 +78847,7 @@ function __ZN6cashew12ValueBuilder8makeCallENS_3RefE(i1) { i6 = i2 + 4 | 0; i4 = i2; i5 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48952) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50016) | 0; HEAP32[i7 >> 2] = i8; HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; i5 = __ZN6cashew5Value9push_backENS_3RefE(i5, i3) | 0; @@ -76278,6 +78862,35 @@ function __ZN6cashew12ValueBuilder8makeCallENS_3RefE(i1) { return i1 | 0; } +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i7, i1, i2) { + i7 = i7 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i5 = i8 + 4 | 0; + i6 = i8; + HEAP32[i5 >> 2] = i1; + HEAP32[i6 >> 2] = i2; + i4 = i2; + do if (HEAP32[i2 >> 2] | 0) { + i2 = i7 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i7 + 12 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i1; + HEAP32[i3 + 4 >> 2] = i4; + HEAP32[i2 >> 2] = i3 + 8; + break; + } else { + __ZNSt3__16vectorIN4wasm6WalkerINS1_13WasmValidatorENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEE24__emplace_back_slow_pathIJRPFvPS3_PPNS1_10ExpressionEERSF_EEEvDpOT_(i7 + 4 | 0, i5, i6); + break; + } + } while (0); + STACKTOP = i8; + return; +} + function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13maybePushTaskEPFvPS1_PPNS_10ExpressionEES8_(i7, i1, i2) { i7 = i7 | 0; i1 = i1 | 0; @@ -76328,6 +78941,26 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } +function __ZN4wasm6Vacuum7visitIfEPNS_2IfE(i5, i4) { + i5 = i5 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0, i7 = 0; + i2 = i4 + 16 | 0; + i1 = HEAP32[i2 >> 2] | 0; + i3 = i1; + do if (i1) { + if ((HEAP32[i1 >> 2] | 0) == 19) { + HEAP32[i2 >> 2] = 0; + i6 = 6; + break; + } + i1 = i4 + 12 | 0; + if ((HEAP32[HEAP32[i1 >> 2] >> 2] | 0) == 19 ? (HEAP32[i1 >> 2] = i3, HEAP32[i2 >> 2] = 0, i3 = i4 + 8 | 0, i7 = HEAP32[i3 >> 2] | 0, i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v((HEAP32[i5 + 36 >> 2] | 0) + 88 | 0) | 0, HEAP32[i1 + 8 >> 2] = 10, HEAP32[i1 + 12 >> 2] = i7, HEAP32[i1 + 4 >> 2] = 1, HEAP32[i3 >> 2] = i1, (HEAP32[i2 >> 2] | 0) == 0) : 0) i6 = 6; + } else i6 = 6; while (0); + if ((i6 | 0) == 6 ? (HEAP32[HEAP32[i4 + 12 >> 2] >> 2] | 0) == 19 : 0) HEAP32[i5 + 16 >> 2] = HEAP32[i4 + 8 >> 2]; + return; +} + function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw(i5, i6) { i5 = i5 | 0; i6 = i6 | 0; @@ -76505,31 +79138,6 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 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 + 52 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if (i5 >>> 0 < (HEAP32[i2 + 56 >> 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 + 48 | 0, i1); - i6 = i6 + 1 | 0; - } - STACKTOP = i9; - return; -} - function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__get_weekdaynameERiRS4_S4_RjRKNS_5ctypeIwEE(i5, i6, i1, i3, i4, i2) { i5 = i5 | 0; i6 = i6 | 0; @@ -76574,31 +79182,6 @@ 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(18820, 18690, 98, 18708); - return; -} - function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i5, i6) { i5 = i5 | 0; i6 = i6 | 0; @@ -76667,7 +79250,7 @@ function __ZN4wasm14SimplifyLocals16doNoteIfElseTrueEPS0_PPNS_10ExpressionE(i4, i1 = i1 | 0; var i2 = 0, i3 = 0; i3 = (__ZN4wasm10Expression4castINS_2IfEEEPT_v(HEAP32[i1 >> 2] | 0) | 0) + 16 | 0; - if (!(HEAP32[i3 >> 2] | 0)) ___assert_fail(35147, 34961, 143, 35177); + if (!(HEAP32[i3 >> 2] | 0)) ___assert_fail(36213, 36027, 144, 36243); i1 = i4 + 40 | 0; i2 = i4 + 80 | 0; i3 = HEAP32[i2 >> 2] | 0; @@ -76745,7 +79328,7 @@ function __ZN6cashew12ValueBuilder12makeIndexingENS_3RefES1_(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48948) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50012) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -76759,25 +79342,6 @@ function __ZN6cashew12ValueBuilder12makeIndexingENS_3RefES1_(i2, i1) { return i2 | 0; } -function __ZN4wasm22SExpressionWasmBuilder14makeMaybeBlockERNS_7ElementEjj(i6, i4, i2, i5) { - i6 = i6 | 0; - i4 = i4 | 0; - i2 = i2 | 0; - i5 = i5 | 0; - var i1 = 0, i3 = 0; - if ((__ZN4wasm7Element4sizeEv(i4) | 0) == (i2 + 1 | 0)) i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, __ZN4wasm7ElementixEj(i4, i2) | 0) | 0; else { - i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; - i3 = i1 + 12 | 0; - while (1) { - if (!(i2 >>> 0 < i5 >>> 0 & i2 >>> 0 < (__ZN4wasm7Element4sizeEv(i4) | 0) >>> 0)) break; - __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i3, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, __ZN4wasm7ElementixEj(i4, i2) | 0) | 0); - i2 = i2 + 1 | 0; - } - __ZN4wasm5Block8finalizeEv(i1); - } - return i1 | 0; -} - function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i5, i3) { i5 = i5 | 0; i3 = i3 | 0; @@ -76808,59 +79372,7 @@ function __ZN6cashew12ValueBuilder9makeWhileENS_3RefES1_(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48932) | 0; - HEAP32[i8 >> 2] = i9; - HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; - i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; - HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; - i2 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; - HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; - i2 = __ZN6cashew5Value9push_backENS_3RefE(i2, i4) | 0; - STACKTOP = i3; - return i2 | 0; -} - -function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_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) + (((i5 | 0) / -12 | 0) * 12 | 0) | 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 __ZN6cashew12ValueBuilder6makeDoENS_3RefES1_(i1, i2) { - i1 = i1 | 0; - i2 = i2 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; - i3 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i3 + 12 | 0; - i8 = i3 + 8 | 0; - i7 = i3 + 4 | 0; - i5 = i3; - i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48936) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49996) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -76951,23 +79463,29 @@ function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE26_ return; } -function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(i3, i1) { - i3 = i3 | 0; +function __ZN6cashew12ValueBuilder6makeDoENS_3RefES1_(i1, i2) { i1 = i1 | 0; - var i2 = 0, i4 = 0; - if (!(HEAP8[i1 >> 0] | 0)) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, HEAP32[i1 + 16 >> 2] | 0) | 0; else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i3, 40) | 0; - i2 = HEAP32[i1 + 8 >> 2] | 0; - i1 = HEAP32[i1 + 4 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i4 = HEAP32[i1 >> 2] | 0; - __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, 17580) | 0; - } - return i3 | 0; + i2 = i2 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i4 = i3 + 12 | 0; + i8 = i3 + 8 | 0; + i7 = i3 + 4 | 0; + i5 = i3; + i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(5e4) | 0; + HEAP32[i8 >> 2] = i9; + HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; + i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; + HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + i2 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; + HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; + i2 = __ZN6cashew5Value9push_backENS_3RefE(i2, i4) | 0; + STACKTOP = i3; + return i2 | 0; } function __ZNK4wasm7LiteraleqERKS0_(i4, i3) { @@ -77368,60 +79886,6 @@ function __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i1, i2, i5, i4) { return; } -function __ZNSt3__16vectorIPN4wasm6ImportENS_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__16vectorIPN4wasm6ExportENS_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__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -77457,10 +79921,10 @@ function __ZN4wasm17WasmBinaryBuilder16visitUnreachableEPNS_11UnreachableE(i3, i STACKTOP = STACKTOP + 16 | 0; i1 = i2; if (HEAP8[i3 + 12 >> 0] | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20224) | 0; + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20224) | 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, 51344) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -77761,9 +80225,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, 51376) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 48 >> 2] & 7](i7, 43339, 43365, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 51384) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52464) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 48 >> 2] & 7](i7, 44405, 44431, i1) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52472) | 0; i6 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 255](i1) | 0; HEAP32[i3 >> 2] = i6; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 511](i4, i1); @@ -77877,29 +80341,25 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__init return; } -function __ZN4wasm12FunctionTypeeqERS0_(i3, i2) { - i3 = i3 | 0; +function __ZN4wasm22SExpressionWasmBuilder14makeCallImportERNS_7ElementE(i2, i1) { i2 = i2 | 0; - var i1 = 0, i4 = 0, i5 = 0, i6 = 0; - L1 : do if (((HEAP32[i3 >> 2] | 0) == (HEAP32[i2 >> 2] | 0) ? (HEAP32[i3 + 4 >> 2] | 0) == (HEAP32[i2 + 4 >> 2] | 0) : 0) ? (i5 = i3 + 8 | 0, i6 = i3 + 16 | 0, i1 = HEAP32[i6 >> 2] | 0, i4 = i2 + 8 | 0, (i1 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) : 0) { - i2 = 0; - while (1) { - if (i2 >>> 0 >= i1 >>> 0) { - i1 = 1; - break L1; - } - i1 = __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i5, i2) | 0; - i1 = HEAP32[i1 >> 2] | 0; - i3 = __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i4, i2) | 0; - if ((i1 | 0) != (HEAP32[i3 >> 2] | 0)) { - i1 = 0; - break L1; - } - i1 = HEAP32[i6 >> 2] | 0; - i2 = i2 + 1 | 0; - } - } else i1 = 0; while (0); - return i1 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i5 = i4 + 4 | 0; + i7 = i4; + i3 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; + i8 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 1) | 0) | 0; + HEAP32[i3 + 24 >> 2] = i8; + i6 = HEAP32[i2 >> 2] | 0; + HEAP32[i7 >> 2] = i8; + HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; + i5 = (__ZN4wasm6Module9getImportENS_4NameE(i6, i5) | 0) + 12 | 0; + HEAP32[i3 + 4 >> 2] = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2]; + __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_10CallImportEEEvRNS_7ElementEjPT_(i2, i1, 2, i3); + STACKTOP = i4; + return i3 | 0; } function __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i4, i2, i1, i3) { @@ -77913,9 +80373,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, 51344) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 32 >> 2] & 7](i7, 43339, 43365, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 51356) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52432) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 32 >> 2] & 7](i7, 44405, 44431, i1) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 52444) | 0; i6 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 255](i1) | 0; HEAP8[i3 >> 0] = i6; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 511](i4, i1); @@ -77962,7 +80422,7 @@ function __ZN4wasm16PrintSExpression13visitSetLocalEPNS_8SetLocalE(i2, i1) { STACKTOP = STACKTOP + 16 | 0; i4 = i3 + 4 | 0; i6 = i3; - i5 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 29222, 0) | 0; + i5 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 30288, 0) | 0; i7 = __ZN4wasm16PrintSExpression14printableLocalEj(i2, HEAP32[i1 + 8 >> 2] | 0) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; @@ -78060,6 +80520,16 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } +function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS6_EEEEEENS_19__map_value_compareIS3_SA_NS_4lessIS3_EELb1EEENS_9allocatorISA_EEE4findIS3_EENS_15__tree_iteratorISA_PNS_11__tree_nodeISA_PvEEiEERKT_(i2, i3) { + i2 = i2 | 0; + i3 = i3 | 0; + var i1 = 0; + i1 = i2 + 4 | 0; + i2 = __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS6_EEEEEENS_19__map_value_compareIS3_SA_NS_4lessIS3_EELb1EEENS_9allocatorISA_EEE13__lower_boundIS3_EENS_15__tree_iteratorISA_PNS_11__tree_nodeISA_PvEEiEERKT_SN_SN_(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 __ZNSt3__16vectorIjNS_9allocatorIjEEE26__swap_out_circular_bufferERNS_14__split_bufferIjRS2_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -78137,10 +80607,10 @@ function __ZN4wasm17WasmBinaryBuilder8visitNopEPNS_3NopE(i3, i1) { STACKTOP = STACKTOP + 16 | 0; i1 = i2; if (HEAP8[i3 + 12 >> 0] | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 20211) | 0; + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 20211) | 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, 51344) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 52432) | 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; @@ -78150,6 +80620,47 @@ function __ZN4wasm17WasmBinaryBuilder8visitNopEPNS_3NopE(i3, i1) { return; } +function __ZN4wasm13WasmValidator11visitMemoryEPNS_6MemoryE(i5, i4) { + i5 = i5 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + __ZN4wasm13WasmValidator13shouldBeFalseIPKcEEbbT_S3_(i5, (HEAP32[i4 >> 2] | 0) >>> 0 > (HEAP32[i4 + 4 >> 2] | 0) >>> 0, 40059, 21577) | 0; + i2 = HEAP32[i4 + 12 >> 2] | 0; + i3 = HEAP32[i4 + 8 >> 2] | 0; + i1 = 0; + while (1) { + if ((i3 | 0) == (i2 | 0)) break; + __ZN4wasm13WasmValidator13shouldBeFalseIPKcEEbbT_S3_(i5, (HEAP32[i3 >> 2] | 0) >>> 0 < i1 >>> 0, 40059, 21599) | 0; + i6 = (HEAP32[i3 + 8 >> 2] | 0) + (HEAP32[i3 >> 2] | 0) - (HEAP32[i3 + 4 >> 2] | 0) | 0; + i3 = i3 + 16 | 0; + i1 = i6; + } + __ZN4wasm13WasmValidator13shouldBeFalseIPKcEEbbT_S3_(i5, i1 >>> 0 > HEAP32[i4 >> 2] << 16 >>> 0, 40059, 21630) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE8pushTaskEPFvPS2_PPNS_10ExpressionEES9_(i7, i6, i5) { + i7 = i7 | 0; + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i8 + 4 | 0; + i2 = i8; + HEAP32[i1 >> 2] = i6; + HEAP32[i2 >> 2] = i5; + i3 = i7 + 8 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i7 + 12 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i6; + HEAP32[i4 + 4 >> 2] = i5; + HEAP32[i3 >> 2] = i4 + 8; + } else __ZNSt3__16vectorIN4wasm6WalkerINS1_13WasmValidator16LoopChildCheckerENS1_7VisitorIS4_vEEE4TaskENS_9allocatorIS8_EEE24__emplace_back_slow_pathIJRPFvPS4_PPNS1_10ExpressionEERSG_EEEvDpOT_(i7 + 4 | 0, i1, i2); + STACKTOP = i8; + return; +} + function __ZN4wasm16PrintSExpression11visitExportEPNS_6ExportE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -78158,7 +80669,7 @@ function __ZN4wasm16PrintSExpression11visitExportEPNS_6ExportE(i2, i1) { STACKTOP = STACKTOP + 16 | 0; i4 = i3 + 4 | 0; i5 = i3; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 29025, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 30051, 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]; @@ -78206,7 +80717,7 @@ function __ZN6cashew12ValueBuilder7makeDotENS_3RefES1_(i6, i5) { i1 = i7 + 8 | 0; i3 = i7 + 4 | 0; i4 = i7; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 48900) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 49964) | 0) { HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i6 = __ZN6cashew3RefixEj(i5, 1) | 0; i6 = __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 0; @@ -78216,7 +80727,7 @@ function __ZN6cashew12ValueBuilder7makeDotENS_3RefES1_(i6, i5) { i6 = __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i1, i2) | 0; STACKTOP = i7; return i6 | 0; - } else ___assert_fail(27565, 38216, 1628, 27580); + } else ___assert_fail(28584, 39226, 1629, 28599); return 0; } @@ -78319,23 +80830,6 @@ function __ZNSt3__16vectorIcNS_9allocatorIcEEE26__swap_out_circular_bufferERNS_1 return; } -function __ZN4wasm22SExpressionWasmBuilder12makeSetLocalERNS_7ElementE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0, i4 = 0, i5 = 0; - i3 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; - i5 = __ZN4wasm7Element4listEv(i1) | 0; - i5 = __ZN4wasm22SExpressionWasmBuilder13getLocalIndexERNS_7ElementE(i2, HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0) | 0; - i4 = i3 + 8 | 0; - HEAP32[i4 >> 2] = i5; - i1 = __ZN4wasm7Element4listEv(i1) | 0; - i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i2, HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] | 0) | 0; - HEAP32[i3 + 12 >> 2] = i1; - i2 = __ZN4wasm8Function12getLocalTypeEj(HEAP32[i2 + 64 >> 2] | 0, HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i3 + 4 >> 2] = i2; - return i3 | 0; -} - 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; @@ -78391,15 +80885,15 @@ function _fflush(i2) { if (!i3) ___unlockfile(i2); } else { if (!(HEAP32[1491] | 0)) i1 = 0; else i1 = _fflush(HEAP32[1491] | 0) | 0; - ___lock(49684); - i2 = HEAP32[12420] | 0; + ___lock(50772); + i2 = HEAP32[12692] | 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(49684); + ___unlock(50772); } while (0); return i1 | 0; } @@ -78408,7 +80902,7 @@ function __ZN4wasm16PrintSExpression11visitSelectEPNS_6SelectE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 40) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i2 >> 2] | 0) | 0, 29651) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i2 >> 2] | 0) | 0, 30717) | 0; __ZN4wasm16PrintSExpression9incIndentEv(i2); __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, HEAP32[i1 + 8 >> 2] | 0); __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, HEAP32[i1 + 12 >> 2] | 0); @@ -78426,7 +80920,7 @@ function __ZN6cashew12ValueBuilder10makeReturnENS_3RefE(i4) { i6 = i5 + 4 | 0; i2 = i5; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48920) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49984) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i1 >> 2] = HEAP32[i6 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -78440,27 +80934,6 @@ function __ZN6cashew12ValueBuilder10makeReturnENS_3RefE(i4) { return i7 | 0; } -function __ZZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementEENKUlvE_clEv(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; - i2 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i6 = i2 + 8 | 0; - i7 = i2 + 4 | 0; - i8 = i2; - i3 = HEAP32[i1 >> 2] | 0; - HEAP32[i7 >> 2] = (HEAP32[i3 >> 2] | 0) + 88; - HEAP32[i8 >> 2] = HEAP32[HEAP32[i1 + 4 >> 2] >> 2]; - i5 = HEAP32[i1 + 8 >> 2] | 0; - i4 = HEAP32[HEAP32[i1 + 12 >> 2] >> 2] | 0; - i1 = HEAP32[i1 + 16 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i8 >> 2]; - i1 = __ZN4wasm7Builder12makeFunctionENS_4NameEONSt3__16vectorINS_8NameTypeENS2_9allocatorIS4_EEEENS_8WasmTypeES8_PNS_10ExpressionE(i7, i6, i5, i4, i1, 0) | 0; - HEAP32[i3 + 64 >> 2] = i1; - STACKTOP = i2; - return; -} - function __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(i2) { i2 = i2 | 0; var i1 = 0, i3 = 0, i4 = 0; @@ -78599,9 +81072,9 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseContinueERP function __ZNKSt3__120__time_get_c_storageIwE7__am_pmEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[48288] | 0) == 0 ? ___cxa_guard_acquire(48288) | 0 : 0) { - if ((HEAP8[48296] | 0) == 0 ? ___cxa_guard_acquire(48296) | 0 : 0) { - i1 = 52692; + if ((HEAP8[49352] | 0) == 0 ? ___cxa_guard_acquire(49352) | 0 : 0) { + if ((HEAP8[49360] | 0) == 0 ? ___cxa_guard_acquire(49360) | 0 : 0) { + i1 = 53780; do { i2 = 0; while (1) { @@ -78610,22 +81083,22 @@ function __ZNKSt3__120__time_get_c_storageIwE7__am_pmEv(i1) { i2 = i2 + 1 | 0; } i1 = i1 + 12 | 0; - } while ((i1 | 0) != 52980); + } while ((i1 | 0) != 54068); ___cxa_atexit(265, 0, ___dso_handle | 0) | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52692, 11976) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(52704, 11988) | 0; - HEAP32[13245] = 52692; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53780, 11976) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(53792, 11988) | 0; + HEAP32[13517] = 53780; } - return HEAP32[13245] | 0; + return HEAP32[13517] | 0; } function __ZNKSt3__120__time_get_c_storageIcE7__am_pmEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[48208] | 0) == 0 ? ___cxa_guard_acquire(48208) | 0 : 0) { - if ((HEAP8[48216] | 0) == 0 ? ___cxa_guard_acquire(48216) | 0 : 0) { - i1 = 51880; + if ((HEAP8[49272] | 0) == 0 ? ___cxa_guard_acquire(49272) | 0 : 0) { + if ((HEAP8[49280] | 0) == 0 ? ___cxa_guard_acquire(49280) | 0 : 0) { + i1 = 52968; do { i2 = 0; while (1) { @@ -78634,14 +81107,14 @@ function __ZNKSt3__120__time_get_c_storageIcE7__am_pmEv(i1) { i2 = i2 + 1 | 0; } i1 = i1 + 12 | 0; - } while ((i1 | 0) != 52168); + } while ((i1 | 0) != 53256); ___cxa_atexit(261, 0, ___dso_handle | 0) | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51880, 44071) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(51892, 44074) | 0; - HEAP32[13042] = 51880; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52968, 45137) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(52980, 45140) | 0; + HEAP32[13314] = 52968; } - return HEAP32[13042] | 0; + return HEAP32[13314] | 0; } function __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i7, i6, i5) { @@ -78707,7 +81180,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, 43808, 43816) | 0; + i6 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i6, i9, i8, i4, i3, i5, 44874, 44882) | 0; STACKTOP = i7; return i6 | 0; } @@ -78796,11 +81269,11 @@ function __ZN6cashew12ValueBuilder10makeDoubleEd(d1) { i6 = i3 + 4 | 0; i5 = i3; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48956) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50020) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i2) | 0; - i6 = __ZN6cashew5Arena5allocEv(49268) | 0; + i6 = __ZN6cashew5Arena5allocEv(50344) | 0; __ZN6cashew5Value4freeEv(i6); HEAP32[i6 >> 2] = 1; HEAPF64[i6 + 8 >> 3] = d1; @@ -78877,6 +81350,73 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE8pushTaskEPFvP return; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i7, i6, i5) { + i7 = i7 | 0; + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i8 + 4 | 0; + i2 = i8; + HEAP32[i1 >> 2] = i6; + HEAP32[i2 >> 2] = i5; + i3 = i7 + 8 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i7 + 12 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i6; + HEAP32[i4 + 4 >> 2] = i5; + HEAP32[i3 >> 2] = i4 + 8; + } else __ZNSt3__16vectorIN4wasm6WalkerINS1_15BlockTypeSeekerENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEE24__emplace_back_slow_pathIJRPFvPS3_PPNS1_10ExpressionEERSF_EEEvDpOT_(i7 + 4 | 0, i1, i2); + STACKTOP = i8; + return; +} + +function __ZZ11instantiateEN19JSExternalInterface4initERN4wasm6ModuleE(i1, i7) { + i1 = i1 | 0; + i7 = i7 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i6 = i8; + _emscripten_asm_const_ii(14, HEAP32[i7 + 60 >> 2] << 16 | 0) | 0; + i3 = HEAP32[i7 + 72 >> 2] | 0; + i4 = i6 + 4 | 0; + i5 = i6 + 8 | 0; + i2 = i6 + 4 | 0; + i1 = HEAP32[i7 + 68 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i3 | 0)) break; + __ZN4wasm6Memory7SegmentC2ERKS1_(i6, i1); + i7 = HEAP32[i4 >> 2] | 0; + _emscripten_asm_const_iiii(15, HEAP32[i6 >> 2] | 0, i7 | 0, (HEAP32[i5 >> 2] | 0) - i7 | 0) | 0; + __ZNSt3__113__vector_baseIcNS_9allocatorIcEEED2Ev(i2); + i1 = i1 + 16 | 0; + } + STACKTOP = i8; + return; +} + +function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS6_EEEEEENS_19__map_value_compareIS3_SA_NS_4lessIS3_EELb1EEENS_9allocatorISA_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 __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBreakERPcPKc(i2, i5, i1) { i2 = i2 | 0; i5 = i5 | 0; @@ -79174,6 +81714,28 @@ function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE1 return i5 | 0; } +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i7, i6, i5) { + i7 = i7 | 0; + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i8 + 4 | 0; + i2 = i8; + HEAP32[i1 >> 2] = i6; + HEAP32[i2 >> 2] = i5; + i3 = i7 + 8 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i7 + 12 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i6; + HEAP32[i4 + 4 >> 2] = i5; + HEAP32[i3 >> 2] = i4 + 8; + } else __ZNSt3__16vectorIN4wasm6WalkerINS1_13WasmValidatorENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEE24__emplace_back_slow_pathIJRPFvPS3_PPNS1_10ExpressionEERSF_EEEvDpOT_(i7 + 4 | 0, i1, i2); + STACKTOP = i8; + return; +} + function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE8pushTaskEPFvPS1_PPNS_10ExpressionEES8_(i7, i6, i5) { i7 = i7 | 0; i6 = i6 | 0; @@ -79470,6 +82032,30 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6 return i6 | 0; } +function __ZN4wasm17RemoveUnusedNames11visitSwitchEPNS_6SwitchE(i1, i6) { + i1 = i1 | 0; + i6 = i6 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0, i9 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i3 = i8 + 8 | 0; + i7 = i8; + i4 = i6 + 8 | 0; + i5 = HEAP32[i6 + 16 >> 2] | 0; + i1 = i1 + 40 | 0; + i2 = 0; + while (1) { + if ((i2 | 0) == (i5 | 0)) break; + i9 = __ZNK11ArenaVectorIN4wasm4NameEEixEj(i4, i2) | 0; + HEAP32[i7 >> 2] = HEAP32[i9 >> 2]; + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i3, i1, i7); + i2 = i2 + 1 | 0; + } + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i3, i1, i6 + 24 | 0); + STACKTOP = i8; + return; +} + function __ZNSt3__113__vector_baseINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEEENS5_IS9_Lj4096EEEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; @@ -79741,23 +82327,6 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i1) { return; } -function __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i3, i2, i1, i4) { - i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - i4 = i4 | 0; - i4 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i3 + 4 >> 2] | 0) | 0; - HEAP32[i4 + 8 >> 2] = i1; - i1 = __ZN4wasm7Element4listEv(i2) | 0; - i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i4 + 12 >> 2] = i1; - i2 = __ZN4wasm7Element4listEv(i2) | 0; - i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] | 0) | 0; - HEAP32[i4 + 16 >> 2] = i3; - __ZN4wasm6Binary8finalizeEv(i4); - return i4 | 0; -} - function __ZZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE9startWalkEPNS_6ModuleEENKUlvE_clEv(i3) { i3 = i3 | 0; var i1 = 0, i2 = 0, i4 = 0, i5 = 0; @@ -79819,29 +82388,6 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringENS_6vectorIPN4wasm return; } -function __ZN4wasm6getSigEPNS_12FunctionTypeE(i4, i2) { - i4 = i4 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i5 = 0; - i1 = 0; - while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i4 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; - } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i4, __ZN4wasm6getSigENS_8WasmTypeE(HEAP32[i2 + 4 >> 2] | 0) | 0); - i3 = i2 + 8 | 0; - i1 = HEAP32[i2 + 16 >> 2] | 0; - i2 = 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i3, i2) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i4, __ZN4wasm6getSigENS_8WasmTypeE(HEAP32[i5 >> 2] | 0) | 0); - i2 = i2 + 1 | 0; - } - return; -} - function __ZN4wasm6ThreadC2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -79857,8 +82403,8 @@ function __ZN4wasm6ThreadC2Ev(i4) { } while ((i2 | 0) < (i3 | 0)); HEAP8[i4 + 80 >> 0] = 0; __ZN4wasm10ThreadPool3getEv() | 0; - i3 = HEAP32[12336] | 0; - if (i3 | 0 ? HEAP8[i3 + 12 >> 0] | 0 : 0) ___assert_fail(38601, 38556, 48, 38633); + i3 = HEAP32[12608] | 0; + if (i3 | 0 ? HEAP8[i3 + 12 >> 0] | 0 : 0) ___assert_fail(39611, 39566, 48, 39643); i3 = __Znwj(4) | 0; HEAP32[i1 >> 2] = i4; __ZNSt3__16threadC2IRFvPvEJPN4wasm6ThreadEEvEEOT_DpOT0_(i3, 251, i1); @@ -79906,7 +82452,7 @@ function __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { HEAP32[i3 + 32 >> 2] = i1; __ZNSt3__16localeC2ERKS0_(i6, i3 + 4 | 0); HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 53144) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 54232) | 0; __ZNSt3__16localeD2Ev(i5); HEAP32[i3 + 36 >> 2] = i1; HEAP32[i3 + 40 >> 2] = i2; @@ -79930,7 +82476,7 @@ function __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { HEAP32[i3 + 32 >> 2] = i1; __ZNSt3__16localeC2ERKS0_(i6, i3 + 4 | 0); HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 53136) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 54224) | 0; __ZNSt3__16localeD2Ev(i5); HEAP32[i3 + 36 >> 2] = i1; HEAP32[i3 + 40 >> 2] = i2; @@ -80068,12 +82614,21 @@ function __ZZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE9startWalkEPNS return i1 | 0; } +function __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, i3) { + i2 = i2 | 0; + i3 = i3 | 0; + var i1 = 0; + i1 = i2 + 4 | 0; + i2 = __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE13__lower_boundIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_SK_SK_(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 __ZN4wasm6ThreadD2Ev(i2) { i2 = i2 | 0; var i1 = 0, i3 = 0; __ZN4wasm10ThreadPool3getEv() | 0; - i1 = HEAP32[12336] | 0; - if (i1 | 0 ? HEAP8[i1 + 12 >> 0] | 0 : 0) ___assert_fail(38601, 38556, 53, 38666); + i1 = HEAP32[12608] | 0; + if (i1 | 0 ? HEAP8[i1 + 12 >> 0] | 0 : 0) ___assert_fail(39611, 39566, 53, 39676); i1 = i2 + 4 | 0; __ZNSt3__15mutex4lockEv(i1); HEAP8[i2 + 80 >> 0] = 1; @@ -80093,16 +82648,6 @@ function __ZN4wasm6ThreadD2Ev(i2) { return; } -function __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, i3) { - i2 = i2 | 0; - i3 = i3 | 0; - var i1 = 0; - i1 = i2 + 4 | 0; - i2 = __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE13__lower_boundIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_SK_SK_(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 __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE9__get_dayERiRS4_S4_RjRKNS_5ctypeIwEE(i1, i6, i2, i4, i7, i3) { i1 = i1 | 0; i6 = i6 | 0; @@ -80287,6 +82832,25 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE return; } +function __ZN4wasm13WasmValidator4failEv(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i4 + 4 | 0; + i3 = i4; + i1 = i1 + 16 | 0; + if (!(HEAP32[i1 >> 2] | 0)) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 21171) | 0; else { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 21133) | 0; + HEAP32[i3 >> 2] = HEAP32[HEAP32[i1 >> 2] >> 2]; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(51476, i2) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 21168) | 0; + } + STACKTOP = i4; + return 51476; +} + function _frexp(d1, i5) { d1 = +d1; i5 = i5 | 0; @@ -80328,7 +82892,7 @@ function __ZN6cashew12ValueBuilder10makeStringENS_7IStringE(i1) { i6 = i2 + 4 | 0; i5 = i2; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48976) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50040) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i3) | 0; @@ -80497,26 +83061,6 @@ function __ZNSt3__16__treeINS_12__value_typeIPN4wasm12CallIndirectEN6cashew7IStr return; } -function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEPN4wasm12FunctionTypeEEENS_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; - 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 __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; @@ -80526,7 +83070,7 @@ function __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i1) { i6 = i2 + 4 | 0; i5 = i2; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48900) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49964) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i3) | 0; @@ -80538,6 +83082,73 @@ function __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i1) { return i1 | 0; } +function __ZN4wasm3LEBIjhE4readENSt3__18functionIFhvEEE(i6, i4) { + i6 = i6 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + HEAP32[i6 >> 2] = 0; + i5 = 0; + while (1) { + i1 = (__ZNKSt3__18functionIFhvEEclEv(i4) | 0) & 255; + i3 = i1 & 127; + if (!i5) i2 = -1; else i2 = (1 << 32 - i5) + -1 | 0; + if ((i2 & i3 | 0) != (i3 | 0)) { + i1 = 5; + break; + } + HEAP32[i6 >> 2] = HEAP32[i6 >> 2] | i3 << i5; + if (!(i1 & 128)) { + i1 = 9; + break; + } + i5 = i5 + 7 | 0; + if (i5 >>> 0 >= 32) { + i1 = 8; + break; + } + } + if ((i1 | 0) == 5) ___assert_fail(18703, 18573, 98, 18591); else if ((i1 | 0) == 8) ___assert_fail(18780, 18573, 103, 18591); else if ((i1 | 0) == 9) return; +} + +function __ZN4wasm22SExpressionWasmBuilder14makeThenOrElseERNS_7ElementE(i5, i4) { + i5 = i5 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i5 + 4 >> 2] | 0) | 0; + i3 = __ZN4wasm7ElementixEj(i4, 1) | 0; + i2 = i1 + 12 | 0; + i3 = (HEAP8[i3 >> 0] | 0) == 0 ? 2 : 1; + while (1) { + i6 = (__ZN4wasm7Element4listEv(i4) | 0) + 8 | 0; + if (i3 >>> 0 >= (HEAP32[i6 >> 2] | 0) >>> 0) break; + __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i5, __ZN4wasm7ElementixEj(i4, i3) | 0) | 0); + i3 = i3 + 1 | 0; + } + __ZN4wasm5Block8finalizeEv(i1); + return i1 | 0; +} + +function __ZN4wasm12FunctionTypeeqERS0_(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i4 = 0, i5 = 0; + L1 : do if (((HEAP32[i3 >> 2] | 0) == (HEAP32[i2 >> 2] | 0) ? (HEAP32[i3 + 4 >> 2] | 0) == (HEAP32[i2 + 4 >> 2] | 0) : 0) ? (i5 = HEAP32[i3 + 8 >> 2] | 0, i1 = (HEAP32[i3 + 12 >> 2] | 0) - i5 | 0, i3 = HEAP32[i2 + 8 >> 2] | 0, i4 = i3, i5, (i1 | 0) == ((HEAP32[i2 + 12 >> 2] | 0) - i3 | 0)) : 0) { + i1 = i1 >> 2; + i2 = 0; + while (1) { + if (i2 >>> 0 >= i1 >>> 0) { + i1 = 1; + break L1; + } + if ((HEAP32[i5 + (i2 << 2) >> 2] | 0) == (HEAP32[i4 + (i2 << 2) >> 2] | 0)) i2 = i2 + 1 | 0; else { + i1 = 0; + break; + } + } + } else i1 = 0; while (0); + return i1 | 0; +} + function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE10__get_hourERiRS4_S4_RjRKNS_5ctypeIwEE(i1, i7, i2, i4, i6, i3) { i1 = i1 | 0; i7 = i7 | 0; @@ -80580,6 +83191,27 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE return; } +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE9startWalkEPNS_6ModuleE(i5, i3) { + i5 = i5 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i4 = i6; + HEAP32[i5 + 20 >> 2] = i3; + i1 = HEAP32[i3 + 40 >> 2] | 0; + i2 = HEAP32[i3 + 36 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + __ZZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE9startWalkEPNS_6ModuleEENKUlPS1_PNS_8FunctionEE_clES7_S9_(i4, i5, HEAP32[i2 >> 2] | 0); + i2 = i2 + 4 | 0; + } + __ZN4wasm13WasmValidator11visitMemoryEPNS_6MemoryE(i5, i3 + 60 | 0); + __ZN4wasm13WasmValidator11visitModuleEPNS_6ModuleE(i5, i3); + STACKTOP = i6; + return; +} + function _ungetc(i1, i5) { i1 = i1 | 0; i5 = i5 | 0; @@ -80624,16 +83256,6 @@ function __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableIn return; } -function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEPN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i2, i3) { - i2 = i2 | 0; - i3 = i3 | 0; - var i1 = 0; - i1 = i2 + 4 | 0; - i2 = __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEPN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE13__lower_boundIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_SK_SK_(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 __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; @@ -80719,35 +83341,18 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseParennedERP var i1 = 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i3); i1 = HEAP32[i3 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(26792, 26648, 899, 27e3); + if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(27811, 27667, 899, 28019); HEAP32[i3 >> 2] = i1 + 1; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i2, i3, 46571) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i2, i3, 47637) | 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(27014, 26648, 903, 27e3); + } else ___assert_fail(28033, 27667, 903, 28019); return 0; } -function __ZN4wasm22SExpressionWasmBuilder14makeThenOrElseERNS_7ElementE(i5, i4) { - i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0; - i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i5 + 4 >> 2] | 0) | 0; - i3 = __ZN4wasm7Element4listEv(i4) | 0; - i2 = i1 + 12 | 0; - i3 = (HEAP8[HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] >> 0] | 0) == 0 ? 2 : 1; - while (1) { - if (i3 >>> 0 >= (__ZN4wasm7Element4sizeEv(i4) | 0) >>> 0) break; - __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i5, __ZN4wasm7ElementixEj(i4, i3) | 0) | 0); - i3 = i3 + 1 | 0; - } - __ZN4wasm5Block8finalizeEv(i1); - return i1 | 0; -} - 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; @@ -81222,12 +83827,12 @@ function __ZN4wasm10PassRunner3addINS_7PrinterENSt3__113basic_ostreamIcNS3_11cha i4 = __Znwj(20) | 0; __ZN4wasm7PrinterC2ERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE(i4, i1); HEAP32[i3 >> 2] = i4; - i1 = i5 + 8 | 0; + i1 = i5 + 12 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i5 + 12 >> 2] | 0) >>> 0) { + if (i2 >>> 0 < (HEAP32[i5 + 16 >> 2] | 0) >>> 0) { HEAP32[i2 >> 2] = i4; HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i5 + 4 | 0, i3); + } else __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i5 + 8 | 0, i3); STACKTOP = i6; return; } @@ -81374,7 +83979,7 @@ function __ZN4wasm16PrintSExpression13visitGetLocalEPNS_8GetLocalE(i2, i1) { STACKTOP = STACKTOP + 16 | 0; i4 = i3 + 4 | 0; i6 = i3; - i5 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 29211, 0) | 0; + i5 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 30277, 0) | 0; i2 = __ZN4wasm16PrintSExpression14printableLocalEj(i2, HEAP32[i1 + 8 >> 2] | 0) | 0; HEAP32[i6 >> 2] = i2; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; @@ -81408,6 +84013,16 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEEC2ERKS5_(i3, i4) return; } +function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE4findIS3_EENS_15__tree_iteratorIS5_PNS_11__tree_nodeIS5_PvEEiEERKT_(i2, i3) { + i2 = i2 | 0; + i3 = i3 | 0; + var i1 = 0; + i1 = i2 + 4 | 0; + i2 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE13__lower_boundIS3_EENS_15__tree_iteratorIS5_PNS_11__tree_nodeIS5_PvEEiEERKT_SI_SI_(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 __ZNSt3__115__num_get_floatIfEET_PKcS3_Rj(i2, i5, i6) { i2 = i2 | 0; i5 = i5 | 0; @@ -81495,21 +84110,6 @@ function __ZNSt3__115__num_get_floatIdEET_PKcS3_Rj(i2, i5, i6) { return +d1; } -function __ZN4wasm22SExpressionWasmBuilder8makeCallERNS_7ElementE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0, i4 = 0, i5 = 0; - i3 = __ZN10MixedArena5allocIN4wasm4CallEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; - i4 = i3 + 24 | 0; - 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 + 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) { i7 = i7 | 0; i6 = i6 | 0; @@ -81538,6 +84138,31 @@ function _strtox_17(i7, i6, i1) { return +d2; } +function __ZNSt3__16vectorIcNS_9allocatorIcEEEC2ERKS3_(i4, i5) { + i4 = i4 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + HEAP32[i4 >> 2] = 0; + i6 = i4 + 4 | 0; + HEAP32[i6 >> 2] = 0; + HEAP32[i4 + 8 >> 2] = 0; + i1 = i5 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; + L1 : do if ((i2 | 0) != (i3 | 0)) { + __ZNSt3__16vectorIcNS_9allocatorIcEEE8allocateEj(i4, i2 - i3 | 0); + i2 = HEAP32[i1 >> 2] | 0; + i1 = HEAP32[i5 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break L1; + HEAP8[HEAP32[i6 >> 2] >> 0] = HEAP8[i1 >> 0] | 0; + HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 1; + i1 = i1 + 1 | 0; + } + } while (0); + return; +} + function __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_(i2, i3) { i2 = i2 | 0; i3 = i3 | 0; @@ -81604,7 +84229,7 @@ function __ZN6cashew12ValueBuilder7makeVarEb(i1) { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48904) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49968) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -81616,6 +84241,21 @@ function __ZN6cashew12ValueBuilder7makeVarEb(i1) { return i1 | 0; } +function __ZN4wasm22SExpressionWasmBuilder12makeSetLocalERNS_7ElementE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0; + i3 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; + i5 = __ZN4wasm22SExpressionWasmBuilder13getLocalIndexERNS_7ElementE(i2, __ZN4wasm7ElementixEj(i1, 1) | 0) | 0; + i4 = i3 + 8 | 0; + HEAP32[i4 >> 2] = i5; + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i2, __ZN4wasm7ElementixEj(i1, 2) | 0) | 0; + HEAP32[i3 + 12 >> 2] = i1; + i2 = __ZN4wasm8Function12getLocalTypeEj(HEAP32[i2 + 64 >> 2] | 0, HEAP32[i4 >> 2] | 0) | 0; + HEAP32[i3 + 4 >> 2] = i2; + return i3 | 0; +} + function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEEC2ERKS5_(i3, i4) { i3 = i3 | 0; i4 = i4 | 0; @@ -81658,28 +84298,6 @@ 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 + 40 | 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; @@ -81688,7 +84306,7 @@ function __ZN6cashew12ValueBuilder12makeToplevelEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48880) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49944) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -81709,7 +84327,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(i2, i1 i3 = i6; i5 = HEAP32[1433] | 0; HEAP32[i3 >> 2] = i2; - _fprintf(i5, 26728, i3) | 0; + _fprintf(i5, 27747, i3) | 0; i3 = 200; i2 = 2; L1 : while (1) { @@ -81731,7 +84349,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(i2, i1 _fputc(i4 << 24 >> 24, i5) | 0; i1 = i1 + 1 | 0; } - _fwrite(26744, 2, 1, i5) | 0; + _fwrite(27763, 2, 1, i5) | 0; STACKTOP = i6; return; } @@ -81744,7 +84362,7 @@ function __ZN6cashew12ValueBuilder10makeObjectEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49212) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50276) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -81764,15 +84382,15 @@ function __Z14finalizeModulev() { i2 = i4; i3 = _emscripten_asm_const_i(0) | 0; if (i3 & 65535 | 0) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 15209) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 15209) | 0; _exit(1); } - i5 = HEAP32[12216] | 0; + i5 = HEAP32[12482] | 0; HEAP32[i5 + 60 >> 2] = i3 >>> 16; - HEAP32[i2 >> 2] = HEAP32[12366]; + HEAP32[i2 >> 2] = HEAP32[12638]; HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; i3 = (__ZN4wasm6Module11checkExportENS_4NameE(i5, i1) | 0) == 0; - i1 = HEAP32[12216] | 0; + i1 = HEAP32[12482] | 0; if (i3) i2 = HEAP32[i1 + 60 >> 2] | 0; else i2 = -1; HEAP32[i1 + 64 >> 2] = i2; STACKTOP = i4; @@ -81807,7 +84425,7 @@ function __ZN6cashew12ValueBuilder9makeBlockEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(48888) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49952) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -81827,7 +84445,7 @@ function __ZN6cashew12ValueBuilder9makeArrayEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49208) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50272) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -81877,6 +84495,27 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEiEENS_19__map_valu return i1 | 0; } +function __ZN4wasm6getSigEPNS_12FunctionTypeE(i4, i3) { + i4 = i4 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0; + i1 = 0; + while (1) { + if ((i1 | 0) == 3) break; + HEAP32[i4 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i4, __ZN4wasm6getSigENS_8WasmTypeE(HEAP32[i3 + 4 >> 2] | 0) | 0); + i2 = HEAP32[i3 + 12 >> 2] | 0; + i1 = HEAP32[i3 + 8 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i4, __ZN4wasm6getSigENS_8WasmTypeE(HEAP32[i1 >> 2] | 0) | 0); + i1 = i1 + 4 | 0; + } + return; +} + function __ZN6cashew12ValueBuilder24appendArgumentToFunctionENS_3RefENS_7IStringE(i4, i3) { i4 = i4 | 0; i3 = i3 | 0; @@ -81885,7 +84524,7 @@ function __ZN6cashew12ValueBuilder24appendArgumentToFunctionENS_3RefENS_7IString STACKTOP = STACKTOP + 16 | 0; i1 = i5 + 4 | 0; i2 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 48884) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 49948) | 0) { i4 = __ZN6cashew3RefixEj(i4, 2) | 0; i4 = HEAP32[i4 >> 2] | 0; i3 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i3) | 0; @@ -81894,7 +84533,7 @@ function __ZN6cashew12ValueBuilder24appendArgumentToFunctionENS_3RefENS_7IString __ZN6cashew5Value9push_backENS_3RefE(i4, i1) | 0; STACKTOP = i5; return; - } else ___assert_fail(26822, 38216, 1508, 26839); + } else ___assert_fail(27841, 39226, 1509, 27858); } function _vasprintf(i7, i6, i5) { @@ -82007,7 +84646,7 @@ function __ZNSt3__13mapIjN4wasm14SimplifyLocals12SinkableInfoENS_4lessIjEENS_9al i1 = HEAP32[i1 >> 2] | 0; if (!i1) { i3 = ___cxa_allocate_exception(8) | 0; - __ZNSt11logic_errorC2EPKc(i3, 35079); + __ZNSt11logic_errorC2EPKc(i3, 36145); HEAP32[i3 >> 2] = 13360; ___cxa_throw(i3 | 0, 3288, 241); } else { @@ -82295,26 +84934,6 @@ function __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11Select return; } -function __ZN4wasm22SExpressionWasmBuilder9makeConstERNS_7ElementENS_8WasmTypeE(i3, i1, i2) { - i3 = i3 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - var i4 = 0, i5 = 0, i6 = 0; - i4 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i5 = i4 + 4 | 0; - i6 = i4; - i1 = __ZN4wasm7Element4listEv(i1) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i6 >> 2] = i1; - i1 = HEAP32[i3 + 4 >> 2] | 0; - HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i5, i2, i1) | 0; - if (!i1) __ZNKSt3__18functionIFvvEEclEv(i3 + 8 | 0); - STACKTOP = i4; - return i1 | 0; -} - function __ZN6cashew12ValueBuilder7makeNewENS_3RefE(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; @@ -82324,7 +84943,7 @@ function __ZN6cashew12ValueBuilder7makeNewENS_3RefE(i1) { i6 = i2 + 4 | 0; i5 = i2; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(49204) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(50268) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i3) | 0; @@ -82366,17 +84985,31 @@ function __ZN4wasm16PrintSExpression11visitReturnEPNS_6ReturnE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 37587, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 38597, 0) | 0; i1 = i1 + 8 | 0; i3 = HEAP32[i1 >> 2] | 0; if ((i3 | 0) != 0 ? (HEAP32[i3 >> 2] | 0) != 19 : 0) { __ZN4wasm16PrintSExpression9incIndentEv(i2); __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, HEAP32[i1 >> 2] | 0); __ZN4wasm16PrintSExpression9decIndentEv(i2); - } else __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 46571) | 0; + } else __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 47637) | 0; return; } +function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE5eraseENS_21__tree_const_iteratorIS5_PNS_11__tree_nodeIS5_PvEEiEE(i3, i1) { + i3 = i3 | 0; + i1 = i1 | 0; + var i2 = 0, i4 = 0; + i1 = HEAP32[i1 >> 2] | 0; + i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i1) | 0; + if ((HEAP32[i3 >> 2] | 0) == (i1 | 0)) HEAP32[i3 >> 2] = i2; + i4 = i3 + 8 | 0; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -1; + __ZNSt3__113__tree_removeIPNS_16__tree_node_baseIPvEEEEvT_S5_(HEAP32[i3 + 4 >> 2] | 0, i1); + __ZdlPv(i1); + return i2 | 0; +} + function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i1) { i3 = i3 | 0; i1 = i1 | 0; @@ -82512,6 +85145,21 @@ function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsgetnEPwi(i7, i1, i return i1 | 0; } +function __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i3, i2, i1, i4) { + i3 = i3 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + i4 = i4 | 0; + i4 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i3 + 4 >> 2] | 0) | 0; + HEAP32[i4 + 8 >> 2] = i1; + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, __ZN4wasm7ElementixEj(i2, 1) | 0) | 0; + HEAP32[i4 + 12 >> 2] = i1; + i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, __ZN4wasm7ElementixEj(i2, 2) | 0) | 0; + HEAP32[i4 + 16 >> 2] = i3; + __ZN4wasm6Binary8finalizeEv(i4); + return i4 | 0; +} + function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i5, i4, i3) { i5 = i5 | 0; i4 = i4 | 0; @@ -82628,6 +85276,42 @@ function __ZNSt3__110__stdinbufIcEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { return; } +function __ZN4wasm15BlockTypeSeeker11visitSwitchEPNS_6SwitchE(i7, i1) { + i7 = i7 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i4 = i1 + 8 | 0; + i5 = HEAP32[i1 + 16 >> 2] | 0; + i6 = i7 + 24 | 0; + i2 = i1 + 32 | 0; + i3 = 0; + while (1) { + if ((i3 | 0) == (i5 | 0)) break; + i1 = __ZNK11ArenaVectorIN4wasm4NameEEixEj(i4, i3) | 0; + if ((HEAP32[i1 >> 2] | 0) == (HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] | 0)) { + i1 = HEAP32[i2 >> 2] | 0; + if (!i1) i1 = 0; else i1 = HEAP32[i1 + 4 >> 2] | 0; + __ZN4wasm15BlockTypeSeeker8noteTypeENS_8WasmTypeE(i7, i1); + } + i3 = i3 + 1 | 0; + } + return; +} + +function __ZN4wasm22SExpressionWasmBuilder8makeCallERNS_7ElementE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0; + i3 = __ZN10MixedArena5allocIN4wasm4CallEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; + i4 = i3 + 24 | 0; + i5 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 1) | 0) | 0; + HEAP32[i4 >> 2] = i5; + 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 __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSB_SB_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -82809,7 +85493,7 @@ function __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2 i5 = i3; i2 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; i1 = HEAP32[HEAP32[i1 + 4 >> 2] >> 2] | 0; - HEAP32[i5 >> 2] = HEAP32[12364]; + HEAP32[i5 >> 2] = HEAP32[12636]; HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; i1 = __ZN4wasm8Function13getLocalIndexENS_4NameE(i1, i4) | 0; HEAP32[i2 + 8 >> 2] = i1; @@ -82921,6 +85605,27 @@ function __ZNSt3__16__treeINS_12__value_typeIjjEENS_19__map_value_compareIjS2_NS } } +function __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + i2 = HEAP32[i4 + 4 >> 2] | 0; + i3 = i4 + 8 | 0; + while (1) { + i1 = HEAP32[i3 >> 2] | 0; + if ((i1 | 0) == (i2 | 0)) break; + i5 = i1 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i1 = HEAP32[i5 >> 2] | 0; + HEAP32[i5 >> 2] = 0; + if (!i1) continue; + __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i1 + 8 | 0); + __ZdlPv(i1); + } + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) __ZdlPv(i1); + return; +} + function __ZNSt3__14stoiERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPji(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; @@ -82929,7 +85634,7 @@ function __ZNSt3__14stoiERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorI i4 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i5 = i4; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 42649, 4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 43715, 4); i3 = __ZNSt3__112_GLOBAL__N_117as_integer_helperIlNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPFlPKcPPciEEET_RKS7_RKT0_PjiT1_(i5, i3, i2, i1) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); STACKTOP = i4; @@ -83016,6 +85721,26 @@ function __ZNSt3__114__split_bufferINS_3mapIjN4wasm14SimplifyLocals12SinkableInf return; } +function __ZN4wasm11WasmPrinter11printModuleEPNS_6ModuleERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEE(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + var i3 = 0, i4 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i4 = i3; + HEAP32[i4 >> 2] = i1; + HEAP32[i4 + 4 >> 2] = i1 + 88; + HEAP32[i4 + 8 >> 2] = 0; + HEAP32[i4 + 12 >> 2] = 0; + HEAP32[i4 + 16 >> 2] = 0; + HEAP8[i4 + 24 >> 0] = 0; + __ZN4wasm10PassRunner3addINS_7PrinterENSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEEEvRT0_(i4, i2); + __ZN4wasm10PassRunner3runEv(i4); + __ZN4wasm10PassRunnerD2Ev(i4); + STACKTOP = i3; + return i2 | 0; +} + function __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; @@ -83137,20 +85862,24 @@ function __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_ return; } -function __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i4, i3, i2) { - i4 = i4 | 0; +function __ZN4wasm11WasmPrinter15printExpressionEPNS_10ExpressionERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEb(i1, i3, i2) { + i1 = i1 | 0; i3 = i3 | 0; i2 = i2 | 0; - var i1 = 0; - i1 = __ZN10MixedArena5allocIN4wasm4HostEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = i2; - if ((i2 | 0) == 3) { - i4 = __ZN4wasm7Element4listEv(i3) | 0; - i4 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i1 + 12 >> 2] = i4; - } else __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_4HostEEEvRNS_7ElementEjPT_(i4, i3, 1, i1); - __ZN4wasm4Host8finalizeEv(i1); - return i1 | 0; + var i4 = 0, i5 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i4; + HEAP32[i5 >> 2] = i3; + HEAP32[i5 + 4 >> 2] = 0; + HEAP8[i5 + 20 >> 0] = 0; + HEAP32[i5 + 24 >> 2] = 0; + HEAP8[i5 + 8 >> 0] = i2 & 1; + HEAP32[i5 + 12 >> 2] = i2 ? 58379 : 48726; + HEAP32[i5 + 16 >> 2] = i2 ? 58379 : 29972; + __ZN4wasm7VisitorINS_16PrintSExpressionEvE5visitEPNS_10ExpressionE(i5, i1); + STACKTOP = i4; + return i3 | 0; } function __ZNKSt3__17codecvtIDsc11__mbstate_tE6do_outERS1_PKDsS5_RS5_PcS7_RS7_(i5, i1, i2, i3, i4, i6, i7, i8) { @@ -83176,6 +85905,25 @@ function __ZNKSt3__17codecvtIDsc11__mbstate_tE6do_outERS1_PKDsS5_RS5_PcS7_RS7_(i return i7 | 0; } +function __ZN4wasm11BreakSeeker11visitSwitchEPNS_6SwitchE(i1, i6) { + i1 = i1 | 0; + i6 = i6 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0; + i3 = i6 + 8 | 0; + i4 = HEAP32[i6 + 16 >> 2] | 0; + i5 = i1 + 24 | 0; + i1 = i1 + 28 | 0; + i2 = 0; + while (1) { + if ((i2 | 0) == (i4 | 0)) break; + i7 = __ZNK11ArenaVectorIN4wasm4NameEEixEj(i3, i2) | 0; + if ((HEAP32[i7 >> 2] | 0) == (HEAP32[i5 >> 2] | 0)) HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; + i2 = i2 + 1 | 0; + } + if ((HEAP32[i6 + 24 >> 2] | 0) == (HEAP32[i5 >> 2] | 0)) HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; + return; +} + function __ZNKSt3__17codecvtIDsc11__mbstate_tE5do_inERS1_PKcS5_RS5_PDsS7_RS7_(i5, i1, i2, i3, i4, i6, i7, i8) { i5 = i5 | 0; i1 = i1 | 0; @@ -83222,6 +85970,23 @@ function __ZNKSt3__17codecvtIDic11__mbstate_tE6do_outERS1_PKDiS5_RS5_PcS7_RS7_(i return i7 | 0; } +function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS6_EEEEEENS_19__map_value_compareIS3_SA_NS_4lessIS3_EELb1EEENS_9allocatorISA_EEE13__lower_boundIS3_EENS_15__tree_iteratorISA_PNS_11__tree_nodeISA_PvEEiEERKT_SN_SN_(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 __ZNKSt3__17codecvtIDic11__mbstate_tE5do_inERS1_PKcS5_RS5_PDiS7_RS7_(i5, i1, i2, i3, i4, i6, i7, i8) { i5 = i5 | 0; i1 = i1 | 0; @@ -83245,6 +86010,25 @@ function __ZNKSt3__17codecvtIDic11__mbstate_tE5do_inERS1_PKcS5_RS5_PDiS7_RS7_(i5 return i7 | 0; } +function __ZN4wasm22SExpressionWasmBuilder9makeConstERNS_7ElementENS_8WasmTypeE(i3, i1, i2) { + i3 = i3 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + var i4 = 0, i5 = 0, i6 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i5 = i4 + 4 | 0; + i6 = i4; + i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 1) | 0) | 0; + HEAP32[i6 >> 2] = i1; + i1 = HEAP32[i3 + 4 >> 2] | 0; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + i1 = __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i5, i2, i1) | 0; + if (!i1) __ZNKSt3__18functionIFvvEEclEv(i3 + 8 | 0); + STACKTOP = i4; + return i1 | 0; +} + function __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEEERNS5_IS9_Lj4096EEEEC2EjjSB_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -83261,6 +86045,28 @@ function __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_11 return; } +function __ZN6cashew10IStringSetC2EOS0_(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0; + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEEC2EOS9_(i2, i1); + i4 = i2 + 20 | 0; + i3 = i1 + 20 | 0; + HEAP32[i4 >> 2] = 0; + i5 = i2 + 24 | 0; + HEAP32[i5 >> 2] = 0; + HEAP32[i2 + 28 >> 2] = 0; + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + i4 = i1 + 24 | 0; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; + i1 = i1 + 28 | 0; + HEAP32[i2 + 28 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i1 >> 2] = 0; + HEAP32[i4 >> 2] = 0; + HEAP32[i3 >> 2] = 0; + return; +} + function __ZNSt3__114__split_bufferINS_6vectorIN6cashew6ParserINS2_3RefENS2_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS7_EEEERNS8_ISA_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; @@ -83278,6 +86084,22 @@ function __ZNSt3__114__split_bufferINS_6vectorIN6cashew6ParserINS2_3RefENS2_19Do return; } +function __ZN4wasm7Literal11setQuietNaNEd(d1) { + d1 = +d1; + var i2 = 0, d3 = 0.0; + d3 = +Math_abs(+d1); + HEAPF64[tempDoublePtr >> 3] = d3; + i2 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + if (i2 >>> 0 > 2146435072 | (i2 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { + HEAPF64[tempDoublePtr >> 3] = d1; + i2 = HEAP32[tempDoublePtr + 4 >> 2] | 524288; + HEAP32[tempDoublePtr >> 2] = HEAP32[tempDoublePtr >> 2]; + HEAP32[tempDoublePtr + 4 >> 2] = i2; + return +(+HEAPF64[tempDoublePtr >> 3]); + } else ___assert_fail(25638, 17717, 270, 25672); + return +(0.0); +} + function __ZN11ArenaVectorIPN4wasm10ExpressionEE3setINSt3__16vectorIS2_NS5_9allocatorIS2_EEEEEEvRT_(i5, i4) { i5 = i5 | 0; i4 = i4 | 0; @@ -83436,6 +86258,32 @@ function __ZNKSt3__17collateIwE10do_compareEPKwS3_S3_S3_(i3, i1, i6, i2, i5) { return i1 | 0; } +function ___fpclassify(d3) { + d3 = +d3; + var i1 = 0, i2 = 0, i4 = 0; + HEAPF64[tempDoublePtr >> 3] = d3; + i1 = HEAP32[tempDoublePtr >> 2] | 0; + i2 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + i4 = _bitshift64Lshr(i1 | 0, i2 | 0, 52) | 0; + switch (i4 & 2047 | 0) { + case 0: + { + d3 = +Math_abs(+d3); + HEAPF64[tempDoublePtr >> 3] = d3; + i1 = (HEAP32[tempDoublePtr >> 2] | 0) != 0 | (HEAP32[tempDoublePtr + 4 >> 2] | 0) != 0 ? 3 : 2; + break; + } + case 2047: + { + i1 = (i1 | 0) == 0 & (i2 & 1048575 | 0) == 0 & 1; + break; + } + default: + i1 = 4; + } + return i1 | 0; +} + function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS_6vectorINS2_14SimplifyLocals10BlockBreakENS_9allocatorIS6_EEEEEENS_19__map_value_compareIS3_SA_NS_4lessIS3_EELb1EEENS7_ISA_EEE5clearEv(i1) { i1 = i1 | 0; var i2 = 0; @@ -83488,25 +86336,6 @@ function __ZNSt3__113__vector_baseINS_10unique_ptrIN4wasm15RemoveUnusedBrsENS_14 return; } -function __ZN4wasm11WasmPrinter11printModuleEPNS_6ModuleERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEE(i1, i2) { - i1 = i1 | 0; - i2 = i2 | 0; - var i3 = 0, i4 = 0; - i3 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i4 = i3; - HEAP8[i4 + 20 >> 0] = 0; - HEAP32[i4 >> 2] = 0; - HEAP32[i4 + 4 >> 2] = 0; - HEAP32[i4 + 8 >> 2] = 0; - HEAP32[i4 + 12 >> 2] = 0; - __ZN4wasm10PassRunner3addINS_7PrinterENSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEEEvRT0_(i4, i2); - __ZN4wasm10PassRunner3runEPNS_6ModuleE(i4, i1); - __ZN4wasm10PassRunnerD2Ev(i4); - STACKTOP = i3; - return i2 | 0; -} - function __ZNSt3__13mapIjN4wasm14SimplifyLocals12SinkableInfoENS_4lessIjEENS_9allocatorINS_4pairIKjS3_EEEEE16__construct_nodeINS7_IjS3_EEEENS_10unique_ptrINS_11__tree_nodeINS_12__value_typeIjS3_EEPvEENS_21__map_node_destructorINS6_ISJ_EEEEEEOT_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -83773,7 +86602,7 @@ function __ZN6cashew5Value8setArrayERNSt3__16vectorINS_3RefENS1_9allocatorIS3_EE var i1 = 0; __ZN6cashew5Value4freeEv(i3); HEAP32[i3 >> 2] = 2; - i1 = __ZN6cashew5Arena10allocArrayEv(49268) | 0; + i1 = __ZN6cashew5Arena10allocArrayEv(50344) | 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; @@ -83828,7 +86657,7 @@ function __ZN6cashew12ValueBuilder13appendToBlockENS_3RefES1_(i3, i4) { STACKTOP = STACKTOP + 16 | 0; i1 = i5 + 4 | 0; i2 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 48888) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 49952) | 0) { i3 = __ZN6cashew3RefixEj(i3, 1) | 0; i3 = HEAP32[i3 >> 2] | 0; HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; @@ -83836,7 +86665,7 @@ function __ZN6cashew12ValueBuilder13appendToBlockENS_3RefES1_(i3, i4) { __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; STACKTOP = i5; return; - } else ___assert_fail(27753, 38216, 1361, 27771); + } else ___assert_fail(28772, 39226, 1362, 28790); } function __ZN6cashew12ValueBuilder13appendToArrayENS_3RefES1_(i3, i4) { @@ -83847,7 +86676,7 @@ function __ZN6cashew12ValueBuilder13appendToArrayENS_3RefES1_(i3, i4) { STACKTOP = STACKTOP + 16 | 0; i1 = i5 + 4 | 0; i2 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 49208) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 50272) | 0) { i3 = __ZN6cashew3RefixEj(i3, 1) | 0; i3 = HEAP32[i3 >> 2] | 0; HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; @@ -83855,15 +86684,15 @@ function __ZN6cashew12ValueBuilder13appendToArrayENS_3RefES1_(i3, i4) { __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; STACKTOP = i5; return; - } else ___assert_fail(27628, 38216, 1643, 27646); + } else ___assert_fail(28647, 39226, 1644, 28665); } function __ZN4wasm6Module17checkFunctionTypeENS_4NameE(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; var i1 = 0; - i1 = i3 + 144 | 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, i2) | 0) == (i3 + 148 | 0)) i1 = 0; else { + i1 = i3 + 116 | 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, i2) | 0) == (i3 + 120 | 0)) i1 = 0; else { i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i2) | 0; i1 = HEAP32[i1 >> 2] | 0; } @@ -83878,7 +86707,7 @@ function __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i3, i4) { STACKTOP = STACKTOP + 16 | 0; i1 = i5 + 4 | 0; i2 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 48952) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 50016) | 0) { i3 = __ZN6cashew3RefixEj(i3, 2) | 0; i3 = HEAP32[i3 >> 2] | 0; HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; @@ -83886,7 +86715,7 @@ function __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i3, i4) { __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; STACKTOP = i5; return; - } else ___assert_fail(27332, 38216, 1446, 27348); + } else ___assert_fail(28351, 39226, 1447, 28367); } function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcjj(i2, i3, i4, i1) { @@ -83979,9 +86808,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(50388, i2) | 0, 32) | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 50388, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(50388, 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(51476, i2) | 0, 32) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 51476, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(51476, 10) | 0; _abort(); } @@ -84201,8 +87030,8 @@ function __ZN4wasm6Module13checkFunctionENS_4NameE(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; var i1 = 0; - i1 = i3 + 180 | 0; - 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_(i1, i2) | 0) == (i3 + 184 | 0)) i1 = 0; else { + i1 = i3 + 152 | 0; + 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_(i1, i2) | 0) == (i3 + 156 | 0)) i1 = 0; else { i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i2) | 0; i1 = HEAP32[i1 >> 2] | 0; } @@ -84245,7 +87074,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_20OptimizeInstruction 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(50388, 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(51476, 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(); } @@ -84377,20 +87206,20 @@ function __ZNSt3__111__call_onceERVmPvPFvS2_E(i2, i1, i3) { i2 = i2 | 0; i1 = i1 | 0; i3 = i3 | 0; - _pthread_mutex_lock(51248) | 0; + _pthread_mutex_lock(52336) | 0; while (1) { if ((HEAP32[i2 >> 2] | 0) != 1) break; - _pthread_cond_wait(51276, 51248) | 0; + _pthread_cond_wait(52364, 52336) | 0; } if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = 1; - _pthread_mutex_unlock(51248) | 0; + _pthread_mutex_unlock(52336) | 0; FUNCTION_TABLE_vi[i3 & 511](i1); - _pthread_mutex_lock(51248) | 0; + _pthread_mutex_lock(52336) | 0; HEAP32[i2 >> 2] = -1; - _pthread_mutex_unlock(51248) | 0; - _pthread_cond_broadcast(51276) | 0; - } else _pthread_mutex_unlock(51248) | 0; + _pthread_mutex_unlock(52336) | 0; + _pthread_cond_broadcast(52364) | 0; + } else _pthread_mutex_unlock(52336) | 0; return; } @@ -84445,8 +87274,8 @@ function __ZN4wasm6Module11checkImportENS_4NameE(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; var i1 = 0; - i1 = i3 + 156 | 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, i2) | 0) == (i3 + 160 | 0)) i1 = 0; else { + i1 = i3 + 128 | 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, i2) | 0) == (i3 + 132 | 0)) i1 = 0; else { i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i2) | 0; i1 = HEAP32[i1 >> 2] | 0; } @@ -84457,8 +87286,8 @@ function __ZN4wasm6Module11checkExportENS_4NameE(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; var i1 = 0; - i1 = i3 + 168 | 0; - if ((__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_(i1, i2) | 0) == (i3 + 172 | 0)) i1 = 0; else { + i1 = i3 + 140 | 0; + if ((__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_(i1, i2) | 0) == (i3 + 144 | 0)) i1 = 0; else { i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i2) | 0; i1 = HEAP32[i1 >> 2] | 0; } @@ -84503,7 +87332,7 @@ function __ZN4wasm22SExpressionWasmBuilder13getLocalIndexERNS_7ElementE(i4, i3) STACKTOP = STACKTOP + 16 | 0; i1 = i5 + 4 | 0; i2 = i5; - if (!(HEAP8[i3 + 20 >> 0] | 0)) i1 = _atoi(__ZN4wasm7Element5c_strEv(i3) | 0) | 0; else { + if (!(HEAP8[i3 + 24 >> 0] | 0)) i1 = _atoi(__ZN4wasm7Element5c_strEv(i3) | 0) | 0; else { i4 = HEAP32[i4 + 64 >> 2] | 0; i3 = __ZN4wasm7Element3strEv(i3) | 0; HEAP32[i2 >> 2] = i3; @@ -84689,25 +87518,38 @@ function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_11MergeBlocksENS2_7Vi return i2 | 0; } +function __ZN4wasm12FunctionTypeaSERKS0_(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; + if ((i2 | 0) != (i1 | 0)) __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_9enable_ifIXaasr21__is_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsIS9_E9referenceEEE5valueEvE4typeES9_S9_(i2 + 8 | 0, HEAP32[i1 + 8 >> 2] | 0, HEAP32[i1 + 12 >> 2] | 0); + return i2 | 0; +} + function _strerror(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0; i2 = 0; while (1) { - if ((HEAPU8[40171 + i2 >> 0] | 0) == (i1 | 0)) { + if ((HEAPU8[41237 + i2 >> 0] | 0) == (i1 | 0)) { i3 = 2; break; } i2 = i2 + 1 | 0; if ((i2 | 0) == 87) { i2 = 87; - i1 = 40259; + i1 = 41325; i3 = 5; break; } } - if ((i3 | 0) == 2) if (!i2) i1 = 40259; else { - i1 = 40259; + if ((i3 | 0) == 2) if (!i2) i1 = 41325; else { + i1 = 41325; i3 = 5; } if ((i3 | 0) == 5) while (1) { @@ -84737,41 +87579,6 @@ function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_11MergeBlocksENS2_7Vi return; } -function __ZN11ArenaVectorIN4wasm8WasmTypeEE3setIS2_EEvRT_(i5, i4) { - i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0; - i1 = HEAP32[i4 + 8 >> 2] | 0; - if ((HEAP32[i5 + 12 >> 2] | 0) >>> 0 < i1 >>> 0) __ZN11ArenaVectorIN4wasm8WasmTypeEE8allocateEj(i5, i1); - i2 = i5 + 4 | 0; - i3 = 0; - while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i6 = __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i4, i3) | 0; - HEAP32[(HEAP32[i2 >> 2] | 0) + (i3 << 2) >> 2] = HEAP32[i6 >> 2]; - i3 = i3 + 1 | 0; - } - HEAP32[i5 + 8 >> 2] = i1; - return; -} - -function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEPN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE13__lower_boundIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_SK_SK_(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 __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE25__construct_node_with_keyERSA_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -84800,7 +87607,7 @@ function __ZN6cashew19DotZeroValueBuilder10makeDoubleEd(d1) { i4 = i3 + 8 | 0; i6 = i3 + 4 | 0; i5 = i3; - HEAP32[i6 >> 2] = HEAP32[12259]; + HEAP32[i6 >> 2] = HEAP32[12525]; i7 = __ZN6cashew12ValueBuilder10makeDoubleEd(d1) | 0; HEAP32[i5 >> 2] = i7; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; @@ -84906,6 +87713,27 @@ function __ZNSt3__16vectorIcNS_9allocatorIcEEE6resizeEj(i5, i4) { return; } +function __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm8FunctionENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + i2 = HEAP32[i4 + 4 >> 2] | 0; + i3 = i4 + 8 | 0; + while (1) { + i1 = HEAP32[i3 >> 2] | 0; + if ((i1 | 0) == (i2 | 0)) break; + i5 = i1 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i1 = HEAP32[i5 >> 2] | 0; + HEAP32[i5 >> 2] = 0; + if (!i1) continue; + __ZN4wasm8FunctionD2Ev(i1); + __ZdlPv(i1); + } + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) __ZdlPv(i1); + return; +} + function __ZNSt3__113__vector_baseIN4wasm14SimplifyLocals10BlockBreakENS_9allocatorIS3_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; @@ -84968,12 +87796,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(45995, i3); + _abort_message(47061, i3); } i3 = HEAP32[3306] | 0; HEAP32[3306] = i3 + 0; FUNCTION_TABLE_v[i3 & 3](); - _abort_message(45995, i4); + _abort_message(47061, i4); } function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_6VacuumENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE7__cloneEPNS0_6__baseISE_EE(i2, i1) { @@ -84991,6 +87819,21 @@ function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_6VacuumENS2_7VisitorI return; } +function __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i4, i3, i2) { + i4 = i4 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0; + i1 = __ZN10MixedArena5allocIN4wasm4HostEEEPT_v(HEAP32[i4 + 4 >> 2] | 0) | 0; + HEAP32[i1 + 8 >> 2] = i2; + if ((i2 | 0) == 3) { + i4 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i3, 1) | 0) | 0; + HEAP32[i1 + 12 >> 2] = i4; + } else __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_4HostEEEvRNS_7ElementEjPT_(i4, i3, 1, i1); + __ZN4wasm4Host8finalizeEv(i1); + return i1 | 0; +} + function __ZNSt3__18functionIFPN4wasm4PassEvEEC2ERKS5_(i4, i3) { i4 = i4 | 0; i3 = i3 | 0; @@ -85062,6 +87905,22 @@ function __ZNK10__cxxabiv120__si_class_type_info16search_above_dstEPNS_19__dynam return; } +function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_12CallIndirectEEEvRNS_7ElementEjPT_(i4, i3, i1, i2) { + i4 = i4 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + var i5 = 0; + i2 = i2 + 8 | 0; + while (1) { + i5 = (__ZN4wasm7Element4listEv(i3) | 0) + 8 | 0; + if (i1 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) break; + __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i1) | 0) | 0); + i1 = i1 + 1 | 0; + } + return; +} + function __ZN4wasm10WalkerPassINS_10PostWalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS6_vEEEEE3runEPNS_10PassRunnerEPNS_6ModuleE(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; @@ -85072,6 +87931,22 @@ function __ZN4wasm10WalkerPassINS_10PostWalkerIZNS_15RemoveUnusedBrs4walkERPNS_1 return; } +function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_10CallImportEEEvRNS_7ElementEjPT_(i4, i3, i1, i2) { + i4 = i4 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + var i5 = 0; + i2 = i2 + 8 | 0; + while (1) { + i5 = (__ZN4wasm7Element4listEv(i3) | 0) + 8 | 0; + if (i1 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) break; + __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i1) | 0) | 0); + i1 = i1 + 1 | 0; + } + return; +} + function __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i2, i4, i1) { i2 = i2 | 0; i4 = i4 | 0; @@ -85132,19 +88007,21 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19_ return i1 | 0; } -function __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i3, i2, i1, i4) { +function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE13__lower_boundIS3_EENS_15__tree_iteratorIS5_PNS_11__tree_nodeIS5_PvEEiEERKT_SI_SI_(i3, i4, i2, i1) { i3 = i3 | 0; + i4 = i4 | 0; i2 = i2 | 0; i1 = i1 | 0; - i4 = i4 | 0; - var i5 = 0; - i5 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i3 + 4 >> 2] | 0) | 0; - HEAP32[i5 + 8 >> 2] = i1; - i2 = __ZN4wasm7Element4listEv(i2) | 0; - i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i5 + 12 >> 2] = i3; - HEAP32[i5 + 4 >> 2] = i4; - return i5 | 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 __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_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) { @@ -85225,6 +88102,22 @@ function __ZNKSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableI return i1 | 0; } +function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_4HostEEEvRNS_7ElementEjPT_(i4, i3, i1, i2) { + i4 = i4 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + var i5 = 0; + i2 = i2 + 16 | 0; + while (1) { + i5 = (__ZN4wasm7Element4listEv(i3) | 0) + 8 | 0; + if (i1 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) break; + __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i1) | 0) | 0); + i1 = i1 + 1 | 0; + } + return; +} + function __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -85238,11 +88131,49 @@ function __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i2, i1) { return i1 | 0; } +function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_4CallEEEvRNS_7ElementEjPT_(i4, i3, i1, i2) { + i4 = i4 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + var i5 = 0; + i2 = i2 + 8 | 0; + while (1) { + i5 = (__ZN4wasm7Element4listEv(i3) | 0) + 8 | 0; + if (i1 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) break; + __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i1) | 0) | 0); + i1 = i1 + 1 | 0; + } + return; +} + +function __ZNKSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE14__count_uniqueIS3_EEjRKT_(i1, i3) { + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0; + i1 = i1 + 4 | 0; + while (1) { + i1 = HEAP32[i1 >> 2] | 0; + if (!i1) { + i1 = 0; + break; + } + i2 = i1 + 16 | 0; + if (__ZNK6cashew7IStringltERKS0_(i3, i2) | 0) continue; + if (!(__ZNK6cashew7IStringltERKS0_(i2, i3) | 0)) { + i1 = 1; + break; + } + i1 = i1 + 4 | 0; + } + return i1 | 0; +} + 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(38206, 38216, 478, 26617); + if ((HEAP32[i5 >> 2] | 0) != 2) ___assert_fail(39216, 39226, 479, 27636); i1 = HEAP32[i5 + 8 >> 2] | 0; i2 = i1 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; @@ -85301,19 +88232,6 @@ function __ZN4wasm15Asm2WasmBuilder18isUnsignedCoercionEN6cashew3RefE(i2, i1) { return i2 | 0; } -function __ZN4wasm22SExpressionWasmBuilder12makeGetLocalERNS_7ElementE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - i3 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; - i1 = __ZN4wasm7Element4listEv(i1) | 0; - i1 = __ZN4wasm22SExpressionWasmBuilder13getLocalIndexERNS_7ElementE(i2, HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i3 + 8 >> 2] = i1; - i2 = __ZN4wasm8Function12getLocalTypeEj(HEAP32[i2 + 64 >> 2] | 0, i1) | 0; - HEAP32[i3 + 4 >> 2] = i2; - return i3 | 0; -} - function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEiEENS_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; @@ -85538,6 +88456,46 @@ function __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableIn return; } +function __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm6ImportENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + i2 = HEAP32[i4 + 4 >> 2] | 0; + i3 = i4 + 8 | 0; + while (1) { + i1 = HEAP32[i3 >> 2] | 0; + if ((i1 | 0) == (i2 | 0)) break; + i5 = i1 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i1 = HEAP32[i5 >> 2] | 0; + HEAP32[i5 >> 2] = 0; + if (!i1) continue; + __ZdlPv(i1); + } + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) __ZdlPv(i1); + return; +} + +function __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm6ExportENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + i2 = HEAP32[i4 + 4 >> 2] | 0; + i3 = i4 + 8 | 0; + while (1) { + i1 = HEAP32[i3 >> 2] | 0; + if ((i1 | 0) == (i2 | 0)) break; + i5 = i1 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i1 = HEAP32[i5 >> 2] | 0; + HEAP32[i5 >> 2] = 0; + if (!i1) continue; + __ZdlPv(i1); + } + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) __ZdlPv(i1); + return; +} + function __ZNSt3__114__split_bufferIN4wasm6WalkerIZNS1_15RemoveUnusedBrs4walkERPNS1_10ExpressionEE11SelectifierNS1_7VisitorIS7_vEEE4TaskERNS_9allocatorISB_EEEC2EjjSE_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -85604,28 +88562,34 @@ function __ZN4wasm6Module15getFunctionTypeENS_4NameE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; var i3 = 0; - i1 = i1 + 144 | 0; + i1 = i1 + 116 | 0; i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i2) | 0; - if (!(HEAP32[i3 >> 2] | 0)) ___assert_fail(17698, 17721, 1217, 17732); else { + if (!(HEAP32[i3 >> 2] | 0)) ___assert_fail(17694, 17717, 1318, 17728); else { i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i2) | 0; return HEAP32[i3 >> 2] | 0; } return 0; } -function __ZN4wasm3LEBIiaE4readENSt3__18functionIFavEEE(i5, i4) { - i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0; +function __ZN4wasm6Memory7SegmentC2EOS1_(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + i4 = i2 + 4 | 0; + i3 = i1 + 4 | 0; + HEAP32[i4 >> 2] = 0; + i5 = i2 + 8 | 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(18820, 18690, 98, 18708); + HEAP32[i2 + 12 >> 2] = 0; + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + i4 = i1 + 8 | 0; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; + i1 = i1 + 12 | 0; + HEAP32[i2 + 12 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i1 >> 2] = 0; + HEAP32[i4 >> 2] = 0; + HEAP32[i3 >> 2] = 0; return; } @@ -85633,7 +88597,7 @@ function __ZN4wasm22SExpressionWasmBuilder15getFunctionNameERNS_7ElementE(i4, i1 i4 = i4 | 0; i1 = i1 | 0; var i2 = 0, i3 = 0; - i3 = (HEAP8[i1 + 20 >> 0] | 0) == 0; + i3 = (HEAP8[i1 + 24 >> 0] | 0) == 0; i1 = __ZN4wasm7Element3strEv(i1) | 0; if (i3) { i3 = _atoi(i1) | 0; @@ -85784,8 +88748,8 @@ function __ZN4wasm15MinifiedPrinter3runEPNS_10PassRunnerEPNS_6ModuleE(i3, i2, i1 HEAP8[i4 + 20 >> 0] = 0; HEAP32[i4 + 24 >> 2] = 0; HEAP8[i4 + 8 >> 0] = 1; - HEAP32[i4 + 12 >> 2] = 57291; - HEAP32[i4 + 16 >> 2] = 57291; + HEAP32[i4 + 12 >> 2] = 58379; + HEAP32[i4 + 16 >> 2] = 58379; __ZN4wasm16PrintSExpression11visitModuleEPNS_6ModuleE(i4, i1); STACKTOP = i2; return; @@ -85851,28 +88815,6 @@ function __ZN4wasm10WalkerPassINS_10PostWalkerINS_13ReorderLocalsENS_7VisitorIS2 return; } -function __ZN10MixedArenaC2Ev(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0; - HEAP32[i1 >> 2] = 0; - HEAP32[i1 + 4 >> 2] = 0; - HEAP32[i1 + 8 >> 2] = 0; - HEAP32[i1 + 12 >> 2] = 32768; - i2 = i1 + 20 | 0; - i3 = _pthread_self() | 0; - HEAP32[i2 >> 2] = 0; - HEAP32[i2 + 4 >> 2] = 0; - HEAP32[i2 + 8 >> 2] = 0; - HEAP32[i2 + 12 >> 2] = 0; - HEAP32[i2 + 16 >> 2] = 0; - HEAP32[i2 + 20 >> 2] = 0; - HEAP32[i2 + 24 >> 2] = 0; - HEAP32[i2 + 28 >> 2] = 0; - HEAP32[i2 >> 2] = i3; - HEAP32[i1 + 52 >> 2] = 0; - return; -} - function __ZNSt3__118__tree_left_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; @@ -85976,7 +88918,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, 53144) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 54232) | 0; i3 = i2 + 36 | 0; HEAP32[i3 >> 2] = i4; i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 24 >> 2] & 255](i4) | 0; @@ -85992,7 +88934,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, 53136) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 54224) | 0; i3 = i2 + 36 | 0; HEAP32[i3 >> 2] = i4; i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 24 >> 2] & 255](i4) | 0; @@ -86004,6 +88946,21 @@ function __ZNSt3__110__stdinbufIcE5imbueERKNS_6localeE(i2, i1) { return; } +function __ZN4wasm7Literal10NaNPayloadEd(d1) { + d1 = +d1; + var i2 = 0, d3 = 0.0; + d3 = +Math_abs(+d1); + HEAPF64[tempDoublePtr >> 3] = d3; + i2 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + if (i2 >>> 0 > 2146435072 | (i2 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { + HEAPF64[tempDoublePtr >> 3] = d1; + i2 = HEAP32[tempDoublePtr >> 2] | 0; + tempRet0 = HEAP32[tempDoublePtr + 4 >> 2] & 1048575; + return i2 | 0; + } else ___assert_fail(25638, 17717, 257, 25923); + return 0; +} + function __ZN4wasm11FullPrinter3runEPNS_10PassRunnerEPNS_6ModuleE(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; @@ -86016,8 +88973,8 @@ function __ZN4wasm11FullPrinter3runEPNS_10PassRunnerEPNS_6ModuleE(i3, i2, i1) { HEAP32[i4 + 4 >> 2] = 0; HEAP32[i4 + 24 >> 2] = 0; HEAP8[i4 + 8 >> 0] = 0; - HEAP32[i4 + 12 >> 2] = 47660; - HEAP32[i4 + 16 >> 2] = 28946; + HEAP32[i4 + 12 >> 2] = 48726; + HEAP32[i4 + 16 >> 2] = 29972; HEAP8[i4 + 20 >> 0] = 1; __ZN4wasm16PrintSExpression11visitModuleEPNS_6ModuleE(i4, i1); STACKTOP = i2; @@ -86140,8 +89097,8 @@ function __ZN4wasm7Printer3runEPNS_10PassRunnerEPNS_6ModuleE(i3, i2, i1) { HEAP8[i4 + 20 >> 0] = 0; HEAP32[i4 + 24 >> 2] = 0; HEAP8[i4 + 8 >> 0] = 0; - HEAP32[i4 + 12 >> 2] = 47660; - HEAP32[i4 + 16 >> 2] = 28946; + HEAP32[i4 + 12 >> 2] = 48726; + HEAP32[i4 + 16 >> 2] = 29972; __ZN4wasm16PrintSExpression11visitModuleEPNS_6ModuleE(i4, i1); STACKTOP = i2; return; @@ -86211,9 +89168,9 @@ function __ZN4wasm6Module11getFunctionENS_4NameE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; var i3 = 0; - i1 = i1 + 180 | 0; + i1 = i1 + 152 | 0; i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i2) | 0; - if (!(HEAP32[i3 >> 2] | 0)) ___assert_fail(24851, 17721, 1220, 24870); else { + if (!(HEAP32[i3 >> 2] | 0)) ___assert_fail(25859, 17717, 1321, 25878); else { i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i2) | 0; return HEAP32[i3 >> 2] | 0; } @@ -86224,7 +89181,7 @@ function __ZN4wasm8Function13getLocalIndexENS_4NameE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; i1 = i1 + 52 | 0; - if (!(__ZNKSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE14__count_uniqueIS3_EEjRKT_(i1, i2) | 0)) ___assert_fail(18435, 17721, 1131, 18464); else { + if (!(__ZNKSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE14__count_uniqueIS3_EEjRKT_(i1, i2) | 0)) ___assert_fail(18340, 17717, 1229, 18369); else { i2 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i1, i2) | 0; return HEAP32[i2 >> 2] | 0; } @@ -86250,27 +89207,6 @@ function __ZNSt3__18functionIFN4wasm15ThreadWorkStateEvEEC2EOS4_(i4, i3) { return; } -function __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0; - i1 = __ZN10MixedArena10allocSpaceEj(i1, 64) | 0; - HEAP32[i1 + 40 >> 2] = 0; - HEAP32[i1 + 44 >> 2] = 0; - HEAP32[i1 + 48 >> 2] = 0; - i2 = i1 + 52 | 0; - i3 = i1 + 56 | 0; - HEAP32[i3 >> 2] = 0; - HEAP32[i1 + 60 >> 2] = 0; - i4 = i1; - i5 = i4 + 36 | 0; - do { - HEAP32[i4 >> 2] = 0; - i4 = i4 + 4 | 0; - } while ((i4 | 0) < (i5 | 0)); - HEAP32[i2 >> 2] = i3; - return i1 | 0; -} - function __ZN4wasm12toUInteger64Ed(d2) { d2 = +d2; var i1 = 0, i3 = 0; @@ -86299,23 +89235,6 @@ function __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i2 return i2 | 0; } -function __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEED2Ev(i4) { - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0; - i1 = HEAP32[i4 + 4 >> 2] | 0; - i2 = i4 + 8 | 0; - while (1) { - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (i1 | 0)) break; - i3 = i3 + -28 | 0; - HEAP32[i2 >> 2] = i3; - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i3); - } - i1 = HEAP32[i4 >> 2] | 0; - if (i1 | 0) __ZdlPv(i1); - return; -} - function __ZN4wasm14EffectAnalyzerC2Ev(i1) { i1 = i1 | 0; HEAP32[i1 + 32 >> 2] = 0; @@ -86336,21 +89255,19 @@ function __ZN4wasm14EffectAnalyzerC2Ev(i1) { return; } -function __ZNSt3__113__vector_baseIN6cashew13OperatorClassENS_9allocatorIS2_EEED2Ev(i4) { +function __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_13WasmValidator16LoopChildCheckerENS1_7VisitorIS4_vEEE4TaskERNS_9allocatorIS8_EEEC2EjjSB_(i4, i2, i3, i1) { i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0; - i1 = HEAP32[i4 >> 2] | 0; - if (i1 | 0) { - i2 = i4 + 4 | 0; - while (1) { - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (i1 | 0)) break; - i3 = i3 + -28 | 0; - HEAP32[i2 >> 2] = i3; - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i3); - } - __ZdlPv(HEAP32[i4 >> 2] | 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; } @@ -86369,27 +89286,13 @@ function __ZNK10__cxxabiv122__base_class_type_info16search_below_dstEPNS_19__dyn return; } -function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_12CallIndirectEEEvRNS_7ElementEjPT_(i4, i3, i1, i2) { - i4 = i4 | 0; - i3 = i3 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - i2 = i2 + 8 | 0; - while (1) { - if (i1 >>> 0 >= (__ZN4wasm7Element4sizeEv(i3) | 0) >>> 0) break; - __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i1) | 0) | 0); - i1 = i1 + 1 | 0; - } - return; -} - function __ZN4wasm6Module9getImportENS_4NameE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; var i3 = 0; - i1 = i1 + 156 | 0; + i1 = i1 + 128 | 0; i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i2) | 0; - if (!(HEAP32[i3 >> 2] | 0)) ___assert_fail(18377, 17721, 1218, 18394); else { + if (!(HEAP32[i3 >> 2] | 0)) ___assert_fail(18282, 17717, 1319, 18299); else { i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i2) | 0; return HEAP32[i3 >> 2] | 0; } @@ -86400,9 +89303,9 @@ function __ZN4wasm6Module9getExportENS_4NameE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; var i3 = 0; - i1 = i1 + 168 | 0; + i1 = i1 + 140 | 0; i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i2) | 0; - if (!(HEAP32[i3 >> 2] | 0)) ___assert_fail(24824, 17721, 1219, 24841); else { + if (!(HEAP32[i3 >> 2] | 0)) ___assert_fail(25832, 17717, 1320, 25849); else { i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i1, i2) | 0; return HEAP32[i3 >> 2] | 0; } @@ -86421,18 +89324,18 @@ function __ZNK10__cxxabiv120__si_class_type_info27has_unambiguous_public_baseEPN return; } -function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_10CallImportEEEvRNS_7ElementEjPT_(i4, i3, i1, i2) { - i4 = i4 | 0; +function __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i3, i2, i1, i4) { i3 = i3 | 0; - i1 = i1 | 0; i2 = i2 | 0; - i2 = i2 + 8 | 0; - while (1) { - if (i1 >>> 0 >= (__ZN4wasm7Element4sizeEv(i3) | 0) >>> 0) break; - __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i1) | 0) | 0); - i1 = i1 + 1 | 0; - } - return; + i1 = i1 | 0; + i4 = i4 | 0; + var i5 = 0; + i5 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i3 + 4 >> 2] | 0) | 0; + HEAP32[i5 + 8 >> 2] = i1; + i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, __ZN4wasm7ElementixEj(i2, 1) | 0) | 0; + HEAP32[i5 + 12 >> 2] = i3; + HEAP32[i5 + 4 >> 2] = i4; + return i5 | 0; } function __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i2, i3, i1) { @@ -86559,33 +89462,6 @@ function ___towrite(i2) { return i1 | 0; } -function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_4HostEEEvRNS_7ElementEjPT_(i4, i3, i1, i2) { - i4 = i4 | 0; - i3 = i3 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - i2 = i2 + 16 | 0; - while (1) { - if (i1 >>> 0 >= (__ZN4wasm7Element4sizeEv(i3) | 0) >>> 0) break; - __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i1) | 0) | 0); - i1 = i1 + 1 | 0; - } - return; -} - -function __ZN4wasm22SExpressionWasmBuilder10makeReturnERNS_7ElementE(i3, i2) { - i3 = i3 | 0; - i2 = i2 | 0; - var i1 = 0; - i1 = __ZN10MixedArena5allocIN4wasm6ReturnEEEPT_v(HEAP32[i3 + 4 >> 2] | 0) | 0; - if ((__ZN4wasm7Element4sizeEv(i2) | 0) >>> 0 > 1) { - i2 = __ZN4wasm7Element4listEv(i2) | 0; - i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = i3; - } - return i1 | 0; -} - function __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i3, i1, i2) { i3 = i3 | 0; i1 = i1 | 0; @@ -86635,20 +89511,6 @@ function __ZNSt3__114__split_bufferIN4wasm6WalkerIZNS1_13ReorderLocals13visitFun return; } -function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_4CallEEEvRNS_7ElementEjPT_(i4, i3, i1, i2) { - i4 = i4 | 0; - i3 = i3 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - i2 = i2 + 8 | 0; - while (1) { - if (i1 >>> 0 >= (__ZN4wasm7Element4sizeEv(i3) | 0) >>> 0) break; - __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i2, __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i4, __ZN4wasm7ElementixEj(i3, i1) | 0) | 0); - i1 = i1 + 1 | 0; - } - return; -} - function __ZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC2EPKcS4_(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; @@ -86845,11 +89707,23 @@ function __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm14PostEmscriptenENS_14 return; } +function __ZN4wasm22SExpressionWasmBuilder12makeGetLocalERNS_7ElementE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i3 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; + i1 = __ZN4wasm22SExpressionWasmBuilder13getLocalIndexERNS_7ElementE(i2, __ZN4wasm7ElementixEj(i1, 1) | 0) | 0; + HEAP32[i3 + 8 >> 2] = i1; + i2 = __ZN4wasm8Function12getLocalTypeEj(HEAP32[i2 + 64 >> 2] | 0, i1) | 0; + HEAP32[i3 + 4 >> 2] = i2; + return i3 | 0; +} + function __ZN4wasm14SimplifyLocals21doNoteIfElseConditionEPS0_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; i1 = (__ZN4wasm10Expression4castINS_2IfEEEPT_v(HEAP32[i1 >> 2] | 0) | 0) + 16 | 0; - if (!(HEAP32[i1 >> 2] | 0)) ___assert_fail(35147, 34961, 137, 35194); else { + if (!(HEAP32[i1 >> 2] | 0)) ___assert_fail(36213, 36027, 138, 36260); else { __ZNSt3__16__treeINS_12__value_typeIjN4wasm14SimplifyLocals12SinkableInfoEEENS_19__map_value_compareIjS5_NS_4lessIjEELb1EEENS_9allocatorIS5_EEE5clearEv(i2 + 40 | 0); return; } @@ -86936,6 +89810,22 @@ function __ZN4wasm12RegisterPassINS_13ReorderLocalsEEC2EPKcS4_(i3, i2, i1) { return; } +function __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEEC2EjjS9_(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_bufferIN4wasm6WalkerINS1_17RemoveUnusedNamesENS1_7VisitorIS3_vEEE4TaskERNS_9allocatorIS7_EEEC2EjjSA_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -86952,6 +89842,19 @@ function __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_17RemoveUnusedNamesENS1_7V return; } +function __ZN4wasm22SExpressionWasmBuilder10makeReturnERNS_7ElementE(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0, i4 = 0; + i1 = __ZN10MixedArena5allocIN4wasm6ReturnEEEPT_v(HEAP32[i3 + 4 >> 2] | 0) | 0; + i4 = (__ZN4wasm7Element4listEv(i2) | 0) + 8 | 0; + if ((HEAP32[i4 >> 2] | 0) >>> 0 > 1) { + i4 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i3, __ZN4wasm7ElementixEj(i2, 1) | 0) | 0; + HEAP32[i1 + 8 >> 2] = i4; + } + return i1 | 0; +} + function __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm11MergeBlocksENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEEC2EjjS9_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -87050,6 +89953,22 @@ function __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_15GetLocalCounterENS1_7Vis return; } +function __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_15BlockTypeSeekerENS1_7VisitorIS3_vEEE4TaskERNS_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 __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -87208,6 +90127,22 @@ function __ZZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE9startWalkE return; } +function __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_13WasmValidatorENS1_7VisitorIS3_vEEE4TaskERNS_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_bufferIN4wasm6WalkerINS1_13ReorderLocalsENS1_7VisitorIS3_vEEE4TaskERNS_9allocatorIS7_EEEC2EjjSA_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -87258,6 +90193,22 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_com return; } +function __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm8FunctionENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEEC2EjjS9_(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 __ZN7AsmData7getTypeERKN6cashew7IStringE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -87359,6 +90310,38 @@ function __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm6ThreadENS_14default_d return; } +function __ZNSt3__114__split_bufferINS_10unique_ptrIN4wasm6ImportENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEEC2EjjS9_(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_bufferINS_10unique_ptrIN4wasm6ExportENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EEEC2EjjS9_(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 __ZN4wasm12RegisterPassINS_6VacuumEEC2EPKcS4_(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; @@ -87402,6 +90385,21 @@ function __ZN4wasm10WalkerPassINS_10PostWalkerINS_17RemoveUnusedNamesENS_7Visito return; } +function __ZNSt3__13mapIN6cashew7IStringENS_10unique_ptrIN4wasm12FunctionTypeENS_14default_deleteIS5_EEEENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S8_EEEEE25__construct_node_with_keyERSD_(i2, i3, i1) { + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + var i4 = 0; + 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; +} + function __ZNK4wasm7Literal2leERKS0_(i1, i3, i2) { i1 = i1 | 0; i3 = i3 | 0; @@ -87753,6 +90751,15 @@ function __ZNKSt3__15ctypeIwE10do_tolowerEPwPKw(i1, i5, i4) { return i5 + (i3 << 2) | 0; } +function __ZN4wasm8FunctionD2Ev(i1) { + i1 = i1 | 0; + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEED2Ev(i1 + 52 | 0); + __ZNSt3__113__vector_baseIN4wasm4NameENS_9allocatorIS2_EEED2Ev(i1 + 40 | 0); + __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i1 + 20 | 0); + __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i1 + 8 | 0); + return; +} + function __ZN4wasm10WalkerPassINS_10PostWalkerINS_13ReorderLocalsENS_7VisitorIS2_vEEEEE3runEPNS_10PassRunnerEPNS_6ModuleE(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; @@ -87763,21 +90770,6 @@ function __ZN4wasm10WalkerPassINS_10PostWalkerINS_13ReorderLocalsENS_7VisitorIS2 return; } -function __ZZ11instantiateEN19JSExternalInterface4initERN4wasm6ModuleE(i1, i3) { - i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0; - _emscripten_asm_const_ii(14, HEAP32[i3 + 60 >> 2] << 16 | 0) | 0; - i2 = HEAP32[i3 + 72 >> 2] | 0; - i1 = HEAP32[i3 + 68 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break; - _emscripten_asm_const_iiii(15, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0, HEAP32[i1 + 8 >> 2] | 0) | 0; - i1 = i1 + 12 | 0; - } - return; -} - function __ZNSt3__18ios_base4initEPv(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -87799,23 +90791,20 @@ function __ZNSt3__18ios_base4initEPv(i2, i1) { return; } -function __ZNK4wasm7Literal3divERKS0_(i3, i2, i1) { - i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - var d4 = 0.0; - if ((HEAP32[i2 >> 2] | 0) == 3) { - d4 = +__ZNK4wasm7Literal6getf32Ev(i2); - d4 = d4 / +__ZNK4wasm7Literal6getf32Ev(i1); - HEAPF32[i3 + 8 >> 2] = d4; - i1 = 3; - } else { - d4 = +__ZNK4wasm7Literal6getf64Ev(i2); - d4 = d4 / +__ZNK4wasm7Literal6getf64Ev(i1); - HEAPF64[i3 + 8 >> 3] = d4; - i1 = 4; +function __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_13WasmValidator16LoopChildCheckerENS1_7VisitorIS4_vEEE4TaskERNS_9allocatorIS8_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; } - HEAP32[i3 >> 2] = i1; + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) __ZdlPv(i1); return; } @@ -87910,6 +90899,27 @@ function __ZNSt3__1lsIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_ostrea return __ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_j(i1, i4 ? i2 + 1 | 0 : HEAP32[i2 + 8 >> 2] | 0, i4 ? (i3 & 255) >>> 1 : HEAP32[i2 + 4 >> 2] | 0) | 0; } +function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE10deallocateEv(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0; + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) { + i2 = i4 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; + } + __ZdlPv(i1); + HEAP32[i4 + 8 >> 2] = 0; + HEAP32[i2 >> 2] = 0; + HEAP32[i4 >> 2] = 0; + } + return; +} + function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE10deallocateEv(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -87976,11 +90986,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(26015, 38216, 228, 26041); + if (!(+_fmod(+HEAPF64[i1 >> 3], 1.0) == 0.0)) ___assert_fail(27034, 39226, 229, 27060); i1 = __ZN6cashew5Value9getNumberEv(i2) | 0; i1 = ~~+HEAPF64[i1 >> 3]; i2 = __ZN6cashew5Value9getNumberEv(i2) | 0; - if (+(i1 | 0) == +HEAPF64[i2 >> 3]) return i1 | 0; else ___assert_fail(26052, 38216, 230, 26041); + if (+(i1 | 0) == +HEAPF64[i2 >> 3]) return i1 | 0; else ___assert_fail(27071, 39226, 231, 27060); return 0; } @@ -87990,7 +91000,7 @@ function __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i1) { i5 = i1 + 100 | 0; i4 = HEAP32[i5 >> 2] | 0; i2 = i4; - if ((i4 | 0) == (HEAP32[i1 + 96 >> 2] | 0)) ___assert_fail(20731, 18690, 1513, 20758); + if ((i4 | 0) == (HEAP32[i1 + 96 >> 2] | 0)) ___assert_fail(20791, 18573, 1541, 20818); i3 = i2 + -4 | 0; i4 = HEAP32[i3 >> 2] | 0; i1 = i2; @@ -88003,6 +91013,21 @@ function __ZN4wasm17WasmBinaryBuilder13popExpressionEv(i1) { return i4 | 0; } +function __ZN11ArenaVectorIN4wasm4NameEE9push_backES1_(i4, i3) { + i4 = i4 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0; + i2 = i4 + 8 | 0; + i1 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i4 + 12 >> 2] | 0)) { + __ZN11ArenaVectorIN4wasm4NameEE10reallocateEj(i4, (i1 << 1) + 2 | 0); + i1 = HEAP32[i2 >> 2] | 0; + } + HEAP32[(HEAP32[i4 + 4 >> 2] | 0) + (i1 << 2) >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 1; + return; +} + function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7__cloneEv(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -88084,6 +91109,23 @@ function __ZN4wasm14EffectAnalyzerC2EOS0_(i2, i1) { return; } +function __ZN11ArenaVectorIN4wasm4NameEE6resizeEj(i1, i4) { + i1 = i1 | 0; + i4 = i4 | 0; + var i2 = 0, i3 = 0; + if ((HEAP32[i1 + 12 >> 2] | 0) >>> 0 < i4 >>> 0) __ZN11ArenaVectorIN4wasm4NameEE10reallocateEj(i1, i4); + i3 = i1 + 8 | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; + while (1) { + if (i2 >>> 0 >= i4 >>> 0) break; + HEAP32[(HEAP32[i1 >> 2] | 0) + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + HEAP32[i3 >> 2] = i4; + return; +} + function __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEEC2EjjS5_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -88091,12 +91133,12 @@ function __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EE i1 = i1 | 0; HEAP32[i4 + 12 >> 2] = 0; HEAP32[i4 + 16 >> 2] = i1; - if (!i2) i1 = 0; else i1 = __Znwj(i2 * 28 | 0) | 0; + if (!i2) i1 = 0; else i1 = __Znwj(i2 * 40 | 0) | 0; HEAP32[i4 >> 2] = i1; - i3 = i1 + (i3 * 28 | 0) | 0; + i3 = i1 + (i3 * 40 | 0) | 0; HEAP32[i4 + 8 >> 2] = i3; HEAP32[i4 + 4 >> 2] = i3; - HEAP32[i4 + 12 >> 2] = i1 + (i2 * 28 | 0); + HEAP32[i4 + 12 >> 2] = i1 + (i2 * 40 | 0); return; } @@ -88133,22 +91175,6 @@ function __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_20OptimizeInstructionsENS1 return; } -function __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_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 * 12 | 0) | 0; - HEAP32[i4 >> 2] = i1; - i3 = i1 + (i3 * 12 | 0) | 0; - HEAP32[i4 + 8 >> 2] = i3; - HEAP32[i4 + 4 >> 2] = i3; - HEAP32[i4 + 12 >> 2] = i1 + (i2 * 12 | 0); - return; -} - function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE16__construct_nodeERKS2_j(i3, i4, i2, i1) { i3 = i3 | 0; i4 = i4 | 0; @@ -88166,18 +91192,6 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 return; } -function __ZN4wasm6Binary8finalizeEv(i3) { - i3 = i3 | 0; - var i1 = 0, i2 = 0; - 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(17865, 17721, 1026, 17956); - HEAP32[i3 + 4 >> 2] = (i2 | 0) != 5 ? i2 : i1; - } - return; -} - function __ZN4wasm4Name7fromIntEj(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -88344,6 +91358,23 @@ function __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_15GetLocalCounterENS1_7Vis return; } +function __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_15BlockTypeSeekerENS1_7VisitorIS3_vEEE4TaskERNS_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 __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_14SimplifyLocalsENS1_7VisitorIS3_vEEE4TaskERNS_9allocatorIS7_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -88411,6 +91442,23 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio return; } +function __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_13WasmValidatorENS1_7VisitorIS3_vEEE4TaskERNS_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 __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_13ReorderLocalsENS1_7VisitorIS3_vEEE4TaskERNS_9allocatorIS7_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -88505,6 +91553,22 @@ function __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_11BreakSeekerENS1_7Visitor return; } +function __ZN4wasm10PassRunnerD2Ev(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i4 = i1 + 8 | 0; + i1 = HEAP32[i1 + 12 >> 2] | 0; + i3 = HEAP32[i4 >> 2] | 0; + while (1) { + if ((i3 | 0) == (i1 | 0)) break; + i2 = HEAP32[i3 >> 2] | 0; + if (i2 | 0) FUNCTION_TABLE_vi[HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] & 511](i2); + i3 = i3 + 4 | 0; + } + __ZNSt3__113__vector_baseIPN4wasm4PassENS_9allocatorIS3_EEED2Ev(i4); + return; +} + function __ZZN4wasm13ReorderLocals13visitFunctionEPNS_8FunctionEEN9ReIndexer13visitSetLocalEPNS_8SetLocalE(i3, i1) { i3 = i3 | 0; i1 = i1 | 0; @@ -88527,19 +91591,36 @@ function __ZZN4wasm13ReorderLocals13visitFunctionEPNS_8FunctionEEN9ReIndexer13vi return; } -function __ZN4wasm10PassRunnerD2Ev(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0; - i4 = i1 + 4 | 0; - i1 = HEAP32[i1 + 8 >> 2] | 0; - i3 = HEAP32[i4 >> 2] | 0; +function __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_9allocatorIS3_EEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0; + i1 = HEAP32[i4 + 4 >> 2] | 0; + i2 = i4 + 8 | 0; while (1) { + i3 = HEAP32[i2 >> 2] | 0; if ((i3 | 0) == (i1 | 0)) break; - i2 = HEAP32[i3 >> 2] | 0; - if (i2 | 0) FUNCTION_TABLE_vi[HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] & 511](i2); - i3 = i3 + 4 | 0; + HEAP32[i2 >> 2] = i3 + -16; + __ZNSt3__113__vector_baseIcNS_9allocatorIcEEED2Ev(i3 + -12 | 0); + } + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) __ZdlPv(i1); + return; +} + +function __ZN11ArenaVectorIPN4wasm7ElementEE10reallocateEj(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0; + i3 = i2 + 4 | 0; + i4 = HEAP32[i3 >> 2] | 0; + __ZN11ArenaVectorIPN4wasm7ElementEE8allocateEj(i2, i1); + i1 = HEAP32[i2 + 8 >> 2] | 0; + i2 = 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + HEAP32[(HEAP32[i3 >> 2] | 0) + (i2 << 2) >> 2] = HEAP32[i4 + (i2 << 2) >> 2]; + i2 = i2 + 1 | 0; } - __ZNSt3__113__vector_baseIPN4wasm4PassENS_9allocatorIS3_EEED2Ev(i4); return; } @@ -88558,36 +91639,35 @@ function __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i4, i3) { return; } -function __ZN11ArenaVectorIN4wasm8WasmTypeEE10reallocateEj(i2, i1) { +function __ZNSt3__114__split_bufferIPN4wasm12FunctionTypeERNS_9allocatorIS3_EEEC2EjjS6_(i4, i2, i3, i1) { + i4 = i4 | 0; i2 = i2 | 0; + i3 = i3 | 0; i1 = i1 | 0; - var i3 = 0, i4 = 0; - i3 = i2 + 4 | 0; - i4 = HEAP32[i3 >> 2] | 0; - __ZN11ArenaVectorIN4wasm8WasmTypeEE8allocateEj(i2, i1); - i1 = HEAP32[i2 + 8 >> 2] | 0; - i2 = 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - HEAP32[(HEAP32[i3 >> 2] | 0) + (i2 << 2) >> 2] = HEAP32[i4 + (i2 << 2) >> 2]; - i2 = i2 + 1 | 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_bufferIPN4wasm12FunctionTypeERNS_9allocatorIS3_EEEC2EjjS6_(i4, i2, i3, i1) { +function __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_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; + if (!i2) i1 = 0; else i1 = __Znwj(i2 << 4) | 0; HEAP32[i4 >> 2] = i1; - i3 = i1 + (i3 << 2) | 0; + i3 = i1 + (i3 << 4) | 0; HEAP32[i4 + 8 >> 2] = i3; HEAP32[i4 + 4 >> 2] = i3; - HEAP32[i4 + 12 >> 2] = i1 + (i2 << 2); + HEAP32[i4 + 12 >> 2] = i1 + (i2 << 4); return; } @@ -88619,6 +91699,23 @@ function __ZNSt3__114__split_bufferIPPN4wasm10ExpressionERNS_9allocatorIS4_EEEC2 return; } +function __ZN11ArenaVectorIN4wasm4NameEE10reallocateEj(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0; + i3 = i2 + 4 | 0; + i4 = HEAP32[i3 >> 2] | 0; + __ZN11ArenaVectorIN4wasm4NameEE8allocateEj(i2, i1); + i1 = i2 + 8 | 0; + i2 = 0; + while (1) { + if (i2 >>> 0 >= (HEAP32[i1 >> 2] | 0) >>> 0) break; + HEAP32[(HEAP32[i3 >> 2] | 0) + (i2 << 2) >> 2] = HEAP32[i4 + (i2 << 2) >> 2]; + i2 = i2 + 1 | 0; + } + return; +} + function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE25__construct_node_with_keyERSA_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -88683,6 +91780,24 @@ function __ZNSt3__114__split_bufferIN4wasm6WalkerINS1_6VacuumENS1_7VisitorIS3_vE return; } +function __ZNSt3__113__vector_baseIN4wasm6WalkerINS1_13WasmValidator16LoopChildCheckerENS1_7VisitorIS4_vEEE4TaskENS_9allocatorIS8_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 __ZNKSt3__15ctypeIwE11do_scan_notEtPKwS3_(i2, i4, i1, i3) { i2 = i2 | 0; i4 = i4 | 0; @@ -88830,38 +91945,6 @@ function __ZNSt3__114__split_bufferIN4wasm8NameTypeERNS_9allocatorIS2_EEEC2EjjS5 return; } -function __ZNSt3__114__split_bufferIPN4wasm6ImportERNS_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_bufferIPN4wasm6ExportERNS_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_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEEC2EjjS5_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -88878,14 +91961,14 @@ function __ZNSt3__114__split_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEEC2EjjS5_ return; } -function __ZN11ArenaVectorIN4wasm8WasmTypeEE9push_backES1_(i4, i3) { +function __ZN11ArenaVectorIPN4wasm7ElementEE9push_backES2_(i4, i3) { i4 = i4 | 0; i3 = i3 | 0; var i1 = 0, i2 = 0; i2 = i4 + 8 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == (HEAP32[i4 + 12 >> 2] | 0)) { - __ZN11ArenaVectorIN4wasm8WasmTypeEE10reallocateEj(i4, (i1 << 1) + 2 | 0); + __ZN11ArenaVectorIPN4wasm7ElementEE10reallocateEj(i4, (i1 << 1) + 2 | 0); i1 = HEAP32[i2 >> 2] | 0; } HEAP32[(HEAP32[i4 + 4 >> 2] | 0) + (i1 << 2) >> 2] = i3; @@ -88952,21 +92035,6 @@ function __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_ return; } -function __ZNSt3__13mapIN6cashew7IStringEPN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE25__construct_node_with_keyERSA_(i2, i3, i1) { - i2 = i2 | 0; - i3 = i3 | 0; - i1 = i1 | 0; - var i4 = 0; - 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; -} - function __ZNSt3__114__split_bufferIPN4wasm4PassERNS_9allocatorIS3_EEEC2EjjS6_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -89033,6 +92101,22 @@ function __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBu return; } +function __ZN4wasm13WasmValidator10visitBreakEPNS_5BreakE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i4 = i3 + 4 | 0; + i5 = i3; + HEAP32[i5 >> 2] = HEAP32[i1 + 8 >> 2]; + i1 = HEAP32[i1 + 12 >> 2] | 0; + HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; + __ZN4wasm13WasmValidator9noteBreakENS_4NameEPNS_10ExpressionE(i2, i4, i1); + STACKTOP = i3; + return; +} + function __ZNSt3__114__split_bufferIN4wasm4NameERNS_9allocatorIS2_EEEC2EjjS5_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -89161,16 +92245,55 @@ function __ZNKSt3__15ctypeIcE10do_tolowerEPcPKc(i2, i1, i3) { return i3 | 0; } +function __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0; + i1 = HEAP32[i4 + 4 >> 2] | 0; + i2 = i4 + 8 | 0; + while (1) { + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i3 = i3 + -40 | 0; + HEAP32[i2 >> 2] = i3; + __ZN6cashew10IStringSetD2Ev(i3); + } + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) __ZdlPv(i1); + return; +} + function __ZNSt3__112_GLOBAL__N_130throw_from_string_out_of_rangeERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE(i1) { i1 = i1 | 0; var i2 = 0; i2 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS9_PKS6_(i2, i1, 42654); + __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS9_PKS6_(i2, i1, 43720); _puts((HEAP8[i2 >> 0] & 1) == 0 ? i2 + 1 | 0 : HEAP32[i2 + 8 >> 2] | 0) | 0; _abort(); } +function ___fpclassifyf(d2) { + d2 = +d2; + var i1 = 0; + i1 = (HEAPF32[tempDoublePtr >> 2] = d2, HEAP32[tempDoublePtr >> 2] | 0); + switch (i1 >>> 23 & 255 | 0) { + case 0: + { + d2 = +Math_abs(+d2); + i1 = (HEAPF32[tempDoublePtr >> 2] = d2, HEAP32[tempDoublePtr >> 2] | 0) | 0 ? 3 : 2; + break; + } + case 255: + { + i1 = (i1 & 8388607 | 0) == 0 & 1; + break; + } + default: + i1 = 4; + } + return i1 | 0; +} + function __ZNSt3__113unordered_mapIN6cashew7IStringEN7AsmData5LocalENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERSB_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -89213,6 +92336,24 @@ function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i2, i1) return; } +function __ZNSt3__113__vector_baseIN6cashew13OperatorClassENS_9allocatorIS2_EEED2Ev(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0; + i1 = HEAP32[i4 >> 2] | 0; + if (i1 | 0) { + i2 = i4 + 4 | 0; + while (1) { + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i3 = i3 + -40 | 0; + HEAP32[i2 >> 2] = i3; + __ZN6cashew10IStringSetD2Ev(i3); + } + __ZdlPv(HEAP32[i4 >> 2] | 0); + } + return; +} + function __ZNSt3__113__vector_baseIN4wasm6WalkerINS1_20OptimizeInstructionsENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEED2Ev(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -89236,27 +92377,11 @@ function __ZNSt3__112_GLOBAL__N_129throw_from_string_invalid_argERKNS_12basic_st var i2 = 0; i2 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS9_PKS6_(i2, i1, 42669); + __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS9_PKS6_(i2, i1, 43735); _puts((HEAP8[i2 >> 0] & 1) == 0 ? i2 + 1 | 0 : HEAP32[i2 + 8 >> 2] | 0) | 0; _abort(); } -function __ZN4wasm11BreakSeeker11visitSwitchEPNS_6SwitchE(i1, i3) { - i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0, i4 = 0, i5 = 0; - i4 = HEAP32[i3 + 12 >> 2] | 0; - i5 = i1 + 24 | 0; - i2 = i1 + 28 | 0; - i1 = HEAP32[i3 + 8 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i4 | 0)) break; - if ((HEAP32[i1 >> 2] | 0) == (HEAP32[i5 >> 2] | 0)) HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 1; - i1 = i1 + 4 | 0; - } - return; -} - function _rint(d1) { d1 = +d1; var i2 = 0, i3 = 0; @@ -89321,6 +92446,18 @@ function __ZNKSt3__15ctypeIwE10do_scan_isEtPKwS3_(i2, i4, i1, i3) { return i1 | 0; } +function __ZN4wasm15BlockTypeSeeker10visitBlockEPNS_5BlockE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + if ((HEAP32[i2 + 24 >> 2] | 0) == (i1 | 0)) { + if (HEAP32[i1 + 20 >> 2] | 0) { + i1 = __ZNK11ArenaVectorIPN4wasm10ExpressionEE4backEv(i1 + 12 | 0) | 0; + __ZN4wasm15BlockTypeSeeker8noteTypeENS_8WasmTypeE(i2, HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0); + } + } else HEAP32[i2 + 28 >> 2] = 5; + return; +} + function __ZNSt3__113__vector_baseIN4wasm6WalkerINS1_17RemoveUnusedNamesENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEED2Ev(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -89351,6 +92488,23 @@ function __ZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfE(i4, i3) { return; } +function __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(i1) { + i1 = i1 | 0; + var i2 = 0; + i2 = __ZN10MixedArena10allocSpaceEj(i1, 36) | 0; + HEAP32[i2 >> 2] = 5; + HEAP32[i2 + 8 >> 2] = i1; + i1 = i2 + 12 | 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 0; + HEAP32[i1 + 8 >> 2] = 0; + HEAP32[i1 + 12 >> 2] = 0; + HEAP32[i1 + 16 >> 2] = 0; + HEAP32[i1 + 20 >> 2] = 0; + HEAP32[i2 + 4 >> 2] = 5; + return i2 | 0; +} + function __ZNSt3__114__split_bufferIPNS_6vectorIN6cashew3RefENS_9allocatorIS3_EEEERNS4_IS7_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -89438,6 +92592,24 @@ function __ZNSt3__113__vector_baseIN4wasm6WalkerINS1_15GetLocalCounterENS1_7Visi return; } +function __ZNSt3__113__vector_baseIN4wasm6WalkerINS1_15BlockTypeSeekerENS1_7VisitorIS3_vEEE4TaskENS_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 __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmData5LocalEEENS_22__unordered_map_hasherIS3_S6_NS_4hashIS3_EELb1EEENS_21__unordered_map_equalIS3_S6_NS_8equal_toIS3_EELb1EEENS_9allocatorIS6_EEE12__deallocateEPNS_11__hash_nodeIS6_PvEE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -89559,6 +92731,24 @@ function __ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED return; } +function __ZNSt3__113__vector_baseIN4wasm6WalkerINS1_13WasmValidatorENS1_7VisitorIS3_vEEE4TaskENS_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 __ZNSt3__113__vector_baseIN4wasm6WalkerINS1_13ReorderLocalsENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEED2Ev(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -89618,32 +92808,15 @@ function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS return; } -function __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(i1) { - i1 = i1 | 0; - var i2 = 0; - i1 = __ZN10MixedArena10allocSpaceEj(i1, 32) | 0; - HEAP32[i1 >> 2] = 5; - i2 = i1 + 4 | 0; - HEAP32[i2 >> 2] = 0; - HEAP32[i2 + 4 >> 2] = 0; - HEAP32[i2 + 8 >> 2] = 0; - HEAP32[i2 + 12 >> 2] = 0; - HEAP32[i2 + 16 >> 2] = 0; - HEAP32[i2 + 20 >> 2] = 0; - HEAP32[i2 + 24 >> 2] = 0; - HEAP32[i2 >> 2] = 5; - return i1 | 0; -} - 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, 43372) | 0) != 0 : 0) ? (_strcmp(i3, 42105) | 0) != 0 : 0) i1 = 0; else i4 = 4; - do if ((i4 | 0) == 4) if (!i1) if (!(HEAP32[12426] | 0)) { - HEAP32[12426] = 1; - i1 = 49708; + if (((HEAP8[i3 >> 0] | 0) != 0 ? (_strcmp(i3, 44438) | 0) != 0 : 0) ? (_strcmp(i3, 43171) | 0) != 0 : 0) i1 = 0; else i4 = 4; + do if ((i4 | 0) == 4) if (!i1) if (!(HEAP32[12698] | 0)) { + HEAP32[12698] = 1; + i1 = 50796; break; } else { i1 = _calloc(1, 4) | 0; @@ -89820,6 +92993,21 @@ function _copysign(d1, d2) { return +(+HEAPF64[tempDoublePtr >> 3]); } +function __ZZN4wasm12RegisterPassINS_20OptimizeInstructionsEEC1EPKcS4_ENKUlvE_clEv(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0; + i1 = __Znwj(40) | 0; + i2 = i1; + i3 = i2 + 40 | 0; + do { + HEAP32[i2 >> 2] = 0; + i2 = i2 + 4 | 0; + } while ((i2 | 0) < (i3 | 0)); + __ZN4wasm10WalkerPassINS_10PostWalkerINS_20OptimizeInstructionsENS_7VisitorIS2_vEEEEEC2Ev(i1); + HEAP32[i1 >> 2] = 4628; + return i1 | 0; +} + function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringENS2_3RefEEENS_22__unordered_map_hasherIS3_S5_NS_4hashIS3_EELb1EEENS_21__unordered_map_equalIS3_S5_NS_8equal_toIS3_EELb1EEENS_9allocatorIS5_EEE12__deallocateEPNS_11__hash_nodeIS5_PvEE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -89837,26 +93025,12 @@ function _interpreter_stack_trace() { i2 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i3 = i2; - __ZN4wasm14ModuleInstance18printFunctionStackEv(i3, HEAP32[12215] | 0); + __ZN4wasm14ModuleInstance18printFunctionStackEv(i3, HEAP32[12481] | 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 __ZZN4wasm12RegisterPassINS_20OptimizeInstructionsEEC1EPKcS4_ENKUlvE_clEv(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0; - i1 = __Znwj(40) | 0; - i2 = i1; - i3 = i2 + 40 | 0; - do { - HEAP32[i2 >> 2] = 0; - i2 = i2 + 4 | 0; - } while ((i2 | 0) < (i3 | 0)); - __ZN4wasm10WalkerPassINS_10PostWalkerINS_20OptimizeInstructionsENS_7VisitorIS2_vEEEEEC2Ev(i1); - HEAP32[i1 >> 2] = 4628; - return i1 | 0; -} function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm7LiteralEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i1) { i1 = i1 | 0; @@ -89905,6 +93079,15 @@ function __ZNSt3__113__vector_baseIN4wasm6WalkerINS1_6VacuumENS1_7VisitorIS3_vEE return; } +function __ZN4wasm13WasmValidator11visitBinaryEPNS_6BinaryE(i4, i3) { + i4 = i4 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0; + i1 = HEAP32[(HEAP32[i3 + 12 >> 2] | 0) + 4 >> 2] | 0; + if ((i1 | 0) != 5 ? (i2 = HEAP32[(HEAP32[i3 + 16 >> 2] | 0) + 4 >> 2] | 0, (i2 | 0) != 5) : 0) __ZN4wasm13WasmValidator13shouldBeEqualIPNS_6BinaryENS_8WasmTypeEEEbT0_S5_T_PKc(i4, i1, i2, i3, 21496) | 0; + return; +} + function __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEE25__construct_node_with_keyERS7_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -89920,55 +93103,38 @@ function __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIK return; } -function __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_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 + -12 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; - } - i1 = HEAP32[i4 >> 2] | 0; - if (i1 | 0) __ZdlPv(i1); - return; -} - function __ZN4wasm13printWasmTypeENS_8WasmTypeE(i2) { i2 = i2 | 0; var i1 = 0; switch (i2 | 0) { case 0: { - i1 = 23798; + i1 = 24733; break; } case 1: { - i1 = 29499; + i1 = 30565; break; } case 2: { - i1 = 29495; + i1 = 30561; break; } case 3: { - i1 = 29412; + i1 = 30478; break; } case 4: { - i1 = 29408; + i1 = 30474; break; } case 5: { - i1 = 29710; + i1 = 30776; break; } default: @@ -89977,6 +93143,18 @@ function __ZN4wasm13printWasmTypeENS_8WasmTypeE(i2) { return i1 | 0; } +function __ZZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE9startWalkEPNS_6ModuleEENKUlPS1_PNS_8FunctionEE_clES7_S9_(i3, i2, i1) { + i3 = i3 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + i3 = i2 + 16 | 0; + HEAP32[i3 >> 2] = i1; + __ZN4wasm13WasmValidator4walkERPNS_10ExpressionE(i2, i1 + 36 | 0); + __ZN4wasm13WasmValidator13visitFunctionEPNS_8FunctionE(i2, i1); + HEAP32[i3 >> 2] = 0; + return; +} + function __ZNSt3__114__split_bufferIPN4wasm12FunctionTypeERNS_9allocatorIS3_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -90198,7 +93376,7 @@ function __ZNSt3__111__stdoutbufIwE5imbueERKNS_6localeE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 255](i2) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 53144) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 54232) | 0; HEAP32[i2 + 36 >> 2] = i1; i1 = (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 255](i1) | 0) & 1; HEAP8[i2 + 44 >> 0] = i1; @@ -90209,13 +93387,22 @@ function __ZNSt3__111__stdoutbufIcE5imbueERKNS_6localeE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 255](i2) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 53136) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 54224) | 0; HEAP32[i2 + 36 >> 2] = i1; i1 = (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 255](i1) | 0) & 1; HEAP8[i2 + 44 >> 0] = i1; return; } +function __ZN4wasm13WasmValidator13visitFunctionEPNS_8FunctionE(i5, i4) { + i5 = i5 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0; + i1 = HEAP32[i4 + 4 >> 2] | 0; + if (i1 | 0 ? (i2 = HEAP32[i4 + 36 >> 2] | 0, i3 = HEAP32[i2 + 4 >> 2] | 0, (i3 | 0) != 5) : 0) __ZN4wasm13WasmValidator13shouldBeEqualIPNS_10ExpressionENS_8WasmTypeEEEbT0_S5_T_PKc(i5, i1, i3, i2, 21529) | 0; + return; +} + function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEED2Ev(i1) { i1 = i1 | 0; __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE7destroyEPNS_11__tree_nodeIS5_PvEE(i1, HEAP32[i1 + 4 >> 2] | 0); @@ -90307,40 +93494,6 @@ function __ZNSt3__114__split_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEED2Ev(i4) return; } -function __ZNSt3__114__split_bufferIPN4wasm6ImportERNS_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_bufferIPN4wasm6ExportERNS_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_bufferIPN4wasm5BlockERNS_9allocatorIS3_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; @@ -90484,6 +93637,18 @@ function __ZNSt3__114__split_bufferIN4wasm4NameERNS_9allocatorIS2_EEED2Ev(i4) { return; } +function __ZN4wasm7Builder8blockifyEPNS_10ExpressionES2_(i2, i1, i3) { + i2 = i2 | 0; + i1 = i1 | 0; + i3 = i3 | 0; + if (!((i1 | 0) != 0 ? (HEAP32[i1 >> 2] | 0) == 1 : 0)) i1 = __ZN4wasm7Builder9makeBlockEPNS_10ExpressionE(i2, i1) | 0; + if (i3 | 0) { + __ZN11ArenaVectorIPN4wasm10ExpressionEE9push_backES2_(i1 + 12 | 0, i3); + __ZN4wasm5Block8finalizeEv(i1); + } + return i1 | 0; +} + function __ZZN4wasm12RegisterPassINS_11MergeBlocksEEC1EPKcS4_ENKUlvE_clEv(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0; @@ -90538,7 +93703,7 @@ function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i i2 = i2 | 0; i1 = i1 | 0; i1 = HEAP32[i1 >> 2] | 0; - if (!i1) ___assert_fail(20010, 17721, 82, 46935); 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(20010, 17717, 82, 48001); 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; } @@ -90912,17 +94077,17 @@ function __ZNK4wasm7Literal5floorEv(i2, i1) { } function __GLOBAL__sub_I_simple_ast_cpp() { - HEAP32[12317] = 0; - HEAP32[12318] = 0; - HEAP32[12319] = 0; - HEAP32[12320] = 0; - HEAP32[12321] = 0; - HEAP32[12322] = 0; - HEAP32[12323] = 0; - HEAP32[12324] = 0; - ___cxa_atexit(249, 49268, ___dso_handle | 0) | 0; - __ZN6cashew10IStringSetC2EPKc(49300, 38117); - ___cxa_atexit(246, 49300, ___dso_handle | 0) | 0; + HEAP32[12586] = 0; + HEAP32[12587] = 0; + HEAP32[12588] = 0; + HEAP32[12589] = 0; + HEAP32[12590] = 0; + HEAP32[12591] = 0; + HEAP32[12592] = 0; + HEAP32[12593] = 0; + ___cxa_atexit(249, 50344, ___dso_handle | 0) | 0; + __ZN6cashew10IStringSetC2EPKc(50376, 39127); + ___cxa_atexit(246, 50376, ___dso_handle | 0) | 0; return; } @@ -91400,7 +94565,7 @@ function __ZN4wasm7Literal9castToI64Ev(i1, i2) { HEAP32[i2 + 4 >> 2] = i3; HEAP32[i1 >> 2] = 2; return; - } else ___assert_fail(24305, 17721, 197, 24327); + } else ___assert_fail(25161, 17717, 203, 25289); } function __ZN4wasm7Literal9castToF64Ev(i1, i2) { @@ -91415,17 +94580,7 @@ function __ZN4wasm7Literal9castToF64Ev(i1, i2) { HEAP32[i2 + 4 >> 2] = i3; HEAP32[i1 >> 2] = 4; return; - } else ___assert_fail(18238, 17721, 185, 18260); -} - -function __ZN4wasm22SExpressionWasmBuilder15preParseImportsERNS_7ElementE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - i3 = __ZN4wasm7Element4listEv(i1) | 0; - i3 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0; - if ((i3 | 0) == (HEAP32[12376] | 0)) __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i2, i1); - return; + } else ___assert_fail(18134, 17717, 191, 18156); } function __ZN4wasm12PassRegistry8PassInfoC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS2_8functionIFPNS_4PassEvEEE(i3, i2, i1) { @@ -91499,13 +94654,28 @@ function __ZNSt3__113__vector_baseIN6cashew3RefENS_9allocatorIS2_EEED2Ev(i1) { return; } +function __ZN4wasm6Memory7SegmentC2EjPKcj(i4, i2, i1, i3) { + i4 = i4 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + i3 = i3 | 0; + HEAP32[i4 >> 2] = i2; + i2 = i4 + 4 | 0; + HEAP32[i2 >> 2] = 0; + HEAP32[i4 + 8 >> 2] = 0; + HEAP32[i4 + 12 >> 2] = 0; + __ZNSt3__16vectorIcNS_9allocatorIcEEE6resizeEj(i2, i3); + _memmove(HEAP32[i2 >> 2] | 0, i1 | 0, i3 | 0) | 0; + return; +} + function __ZN4wasm14AstStackHelperC2EN6cashew3RefE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - i1 = HEAP32[12207] | 0; - if ((i1 | 0) == (HEAP32[12208] | 0)) __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(48824, i2); else { + i1 = HEAP32[12473] | 0; + if ((i1 | 0) == (HEAP32[12474] | 0)) __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(49888, i2); else { HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[12207] = (HEAP32[12207] | 0) + 4; + HEAP32[12473] = (HEAP32[12473] | 0) + 4; } return; } @@ -91580,23 +94750,12 @@ function __ZNK4wasm7Literal5truncEv(i2, 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 + 84 >> 2] = i2; - return; -} - function __ZNSt3__18ios_base4InitD2Ev(i1) { i1 = i1 | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(50304) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(50472) | 0; - __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(50644) | 0; - __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(50812) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(51392) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(51560) | 0; + __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(51732) | 0; + __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(51900) | 0; return; } @@ -91628,16 +94787,21 @@ function __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) { return i1 | 0; } -function __ZN6cashew13OperatorClassC2EOS0_(i2, i1) { +function __ZN4wasm13WasmValidatorD2Ev(i1) { + i1 = i1 | 0; + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEED2Ev(i1 + 28 | 0); + __ZNSt3__113__vector_baseIN4wasm6WalkerINS1_13WasmValidatorENS1_7VisitorIS3_vEEE4TaskENS_9allocatorIS7_EEED2Ev(i1 + 4 | 0); + return; +} + +function __ZN4wasm15BlockTypeSeeker10visitBreakEPNS_5BreakE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - var i3 = 0; - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEEC2EOS9_(i2, i1); - i3 = i1 + 20 | 0; - i1 = HEAP32[i3 + 4 >> 2] | 0; - i2 = i2 + 20 | 0; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i2 + 4 >> 2] = i1; + if ((HEAP32[i1 + 8 >> 2] | 0) == (HEAP32[(HEAP32[i2 + 24 >> 2] | 0) + 8 >> 2] | 0)) { + i1 = HEAP32[i1 + 12 >> 2] | 0; + if (!i1) i1 = 0; else i1 = HEAP32[i1 + 4 >> 2] | 0; + __ZN4wasm15BlockTypeSeeker8noteTypeENS_8WasmTypeE(i2, i1); + } return; } @@ -91812,7 +94976,7 @@ function __ZNK4wasm7Literal12extendToSI64Ev(i1, i2) { HEAP32[i2 >> 2] = i3; HEAP32[i2 + 4 >> 2] = ((i3 | 0) < 0) << 31 >> 31; return; - } else ___assert_fail(18206, 17721, 315, 24083); + } else ___assert_fail(18102, 17717, 347, 25015); } function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE5clearEv(i1) { @@ -91972,6 +95136,14 @@ function __ZN10MixedArena5allocIN4wasm4HostEEEPT_v(i1) { return i2 | 0; } +function __ZN4wasm7Literal10NaNPayloadEf(d1) { + d1 = +d1; + var d2 = 0.0; + d2 = +Math_abs(+d1); + if ((HEAPF32[tempDoublePtr >> 2] = d2, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040) return (HEAPF32[tempDoublePtr >> 2] = d1, HEAP32[tempDoublePtr >> 2] | 0) & 8388607 | 0; else ___assert_fail(25638, 17717, 250, 25923); + return 0; +} + function __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(i1) { i1 = i1 | 0; var i2 = 0; @@ -92046,20 +95218,6 @@ 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 __ZNSt3__118__libcpp_refstringC2EPKc(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -92146,29 +95304,29 @@ function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE5uflowEv(i1) { function __ZNKSt3__120__time_get_c_storageIwE3__xEv(i1) { i1 = i1 | 0; - if ((HEAP8[48320] | 0) == 0 ? ___cxa_guard_acquire(48320) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(53008, 12132, _wcslen(12132) | 0); - ___cxa_atexit(266, 53008, ___dso_handle | 0) | 0; + if ((HEAP8[49384] | 0) == 0 ? ___cxa_guard_acquire(49384) | 0 : 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(54096, 12132, _wcslen(12132) | 0); + ___cxa_atexit(266, 54096, ___dso_handle | 0) | 0; } - return 53008; + return 54096; } function __ZNKSt3__120__time_get_c_storageIwE3__rEv(i1) { i1 = i1 | 0; - if ((HEAP8[48312] | 0) == 0 ? ___cxa_guard_acquire(48312) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(52996, 12084, _wcslen(12084) | 0); - ___cxa_atexit(266, 52996, ___dso_handle | 0) | 0; + if ((HEAP8[49376] | 0) == 0 ? ___cxa_guard_acquire(49376) | 0 : 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(54084, 12084, _wcslen(12084) | 0); + ___cxa_atexit(266, 54084, ___dso_handle | 0) | 0; } - return 52996; + return 54084; } function __ZNKSt3__120__time_get_c_storageIwE3__XEv(i1) { i1 = i1 | 0; - if ((HEAP8[48328] | 0) == 0 ? ___cxa_guard_acquire(48328) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(53020, 12168, _wcslen(12168) | 0); - ___cxa_atexit(266, 53020, ___dso_handle | 0) | 0; + if ((HEAP8[49392] | 0) == 0 ? ___cxa_guard_acquire(49392) | 0 : 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(54108, 12168, _wcslen(12168) | 0); + ___cxa_atexit(266, 54108, ___dso_handle | 0) | 0; } - return 53020; + return 54108; } function __ZN4wasm17WasmBinaryBuilder16readMemoryAccessERjjS1_(i4, i1, i2, i3) { @@ -92190,15 +95348,36 @@ function __ZN4wasm17WasmBinaryBuilder12getBreakNameEi(i2, i1) { i3 = HEAP32[i2 + 84 >> 2] | 0; i2 = (HEAP32[i2 + 88 >> 2] | 0) - i3 >> 2; i1 = i2 + ~i1 | 0; - if (i1 >>> 0 < i2 >>> 0) return HEAP32[i3 + (i1 << 2) >> 2] | 0; else ___assert_fail(19797, 18690, 1723, 19848); + if (i1 >>> 0 < i2 >>> 0) return HEAP32[i3 + (i1 << 2) >> 2] | 0; else ___assert_fail(19797, 18573, 1750, 19848); return 0; } +function __ZNSt3__16vectorIcNS_9allocatorIcEEE8allocateEj(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + if ((i1 | 0) < 0) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i2); else { + i3 = __Znwj(i1) | 0; + HEAP32[i2 + 4 >> 2] = i3; + HEAP32[i2 >> 2] = i3; + HEAP32[i2 + 8 >> 2] = i3 + i1; + return; + } +} + function __ZNSt3__110__function6__funcIZN4wasm6WalkerINS2_20OptimizeInstructionsENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEEclEv(i1) { i1 = i1 | 0; return __ZZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE9startWalkEPNS_6ModuleEENKUlvE_clEv(i1 + 4 | 0) | 0; } +function __ZN4wasm7Literal11setQuietNaNEf(d1) { + d1 = +d1; + var d2 = 0.0; + d2 = +Math_abs(+d1); + if ((HEAPF32[tempDoublePtr >> 2] = d2, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040) return +(HEAPF32[tempDoublePtr >> 2] = d1, +HEAPF32[tempDoublePtr >> 2]); else ___assert_fail(25638, 17717, 264, 25672); + return +(0.0); +} + function __ZN4wasm5unhexEc(i3) { i3 = i3 | 0; var i1 = 0, i2 = 0; @@ -92245,11 +95424,11 @@ function __ZNKSt3__15ctypeIcE9do_narrowEPKcS3_cPc(i3, i1, i5, i4, i2) { function __ZNKSt3__120__time_get_c_storageIwE3__cEv(i1) { i1 = i1 | 0; - if ((HEAP8[48304] | 0) == 0 ? ___cxa_guard_acquire(48304) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(52984, 12e3, _wcslen(12e3) | 0); - ___cxa_atexit(266, 52984, ___dso_handle | 0) | 0; + if ((HEAP8[49368] | 0) == 0 ? ___cxa_guard_acquire(49368) | 0 : 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(54072, 12e3, _wcslen(12e3) | 0); + ___cxa_atexit(266, 54072, ___dso_handle | 0) | 0; } - return 52984; + return 54072; } function _sn_write(i1, i3, i2) { @@ -92300,6 +95479,27 @@ function __ZNSt3__18numpunctIwEC2Ej(i2, i1) { return; } +function __ZN4wasm15BlockTypeSeeker8noteTypeENS_8WasmTypeE(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + i1 = i1 + 28 | 0; + L1 : do if (HEAP32[i1 >> 2] | 0) switch (i2 | 0) { + case 5: + break L1; + case 0: + { + HEAP32[i1 >> 2] = 0; + break L1; + } + default: + { + HEAP32[i1 >> 2] = i2; + break L1; + } + } while (0); + return; +} + function __ZNSt3__18ios_baseD2Ev(i1) { i1 = i1 | 0; HEAP32[i1 >> 2] = 10164; @@ -92312,6 +95512,20 @@ function __ZNSt3__18ios_baseD2Ev(i1) { return; } +function __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i1) { + i1 = i1 | 0; + var i2 = 0; + i2 = __ZN10MixedArena10allocSpaceEj(i1, 28) | 0; + HEAP8[i2 >> 0] = 1; + HEAP32[i2 + 4 >> 2] = i1; + i1 = i2 + 8 | 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 0; + HEAP32[i1 + 8 >> 2] = 0; + HEAP32[i1 + 12 >> 2] = 0; + return i2 | 0; +} + function __ZNSt3__18numpunctIcEC2Ej(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -92351,15 +95565,24 @@ function __ZNKSt3__17collateIwE7do_hashEPKwS3_(i1, i2, i3) { } function __GLOBAL__sub_I_optimizer_shared_cpp() { - HEAP32[12330] = 0; - __ZN6cashew7IString3setEPKcb(49324, 38254, 1); - __ZN6cashew7IString3setEPKcb(49328, 38273, 1); - __ZN6cashew7IString3setEPKcb(49332, 38292, 1); - __ZN6cashew7IString3setEPKcb(49336, 38311, 1); - __ZN6cashew7IString3setEPKcb(49340, 38332, 1); + HEAP32[12602] = 0; + __ZN6cashew7IString3setEPKcb(50412, 39264, 1); + __ZN6cashew7IString3setEPKcb(50416, 39283, 1); + __ZN6cashew7IString3setEPKcb(50420, 39302, 1); + __ZN6cashew7IString3setEPKcb(50424, 39321, 1); + __ZN6cashew7IString3setEPKcb(50428, 39342, 1); return; } +function _copysignf(d1, d2) { + d1 = +d1; + d2 = +d2; + var i3 = 0; + i3 = (HEAPF32[tempDoublePtr >> 2] = d2, HEAP32[tempDoublePtr >> 2] | 0); + d2 = +Math_abs(+d1); + return +(HEAP32[tempDoublePtr >> 2] = i3 & -2147483648 | (HEAPF32[tempDoublePtr >> 2] = d2, HEAP32[tempDoublePtr >> 2] | 0), +HEAPF32[tempDoublePtr >> 2]); +} + function __ZNSt3__121__thread_specific_ptrINS_15__thread_structEE5resetEPS1_(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; @@ -92402,7 +95625,7 @@ function __ZN4wasm8Function12getLocalNameEj(i4, i3) { var i1 = 0, i2 = 0; i1 = HEAP32[i4 + 40 >> 2] | 0; if ((HEAP32[i4 + 44 >> 2] | 0) - i1 >> 2 >>> 0 > i3 >>> 0 ? (i2 = HEAP32[i1 + (i3 << 2) >> 2] | 0, i2 | 0) : 0) return i2 | 0; - ___assert_fail(23803, 17721, 1120, 23855); + ___assert_fail(24738, 17717, 1218, 24790); return 0; } @@ -92467,7 +95690,7 @@ function __ZNK4wasm7Literal12extendToUI64Ev(i1, i2) { HEAP32[i2 >> 2] = i3; HEAP32[i2 + 4 >> 2] = 0; return; - } else ___assert_fail(18206, 17721, 319, 24096); + } else ___assert_fail(18102, 17717, 351, 25028); } function __ZN4wasm15Asm2WasmBuilder12bytesToShiftEj(i3, i2) { @@ -92501,19 +95724,6 @@ function __ZN4wasm15Asm2WasmBuilder12bytesToShiftEj(i3, i2) { return i1 | 0; } -function __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(i1) { - i1 = i1 | 0; - var i2 = 0; - i2 = __ZN10MixedArena10allocSpaceEj(i1, 24) | 0; - HEAP32[i2 >> 2] = 0; - HEAP32[i2 + 4 >> 2] = 0; - HEAP32[i2 + 8 >> 2] = i1; - HEAP32[i2 + 12 >> 2] = 0; - HEAP32[i2 + 16 >> 2] = 0; - HEAP32[i2 + 20 >> 2] = 0; - return i2 | 0; -} - function __ZN10MixedArena5allocIN4wasm12CallIndirectEEEPT_v(i1) { i1 = i1 | 0; var i2 = 0; @@ -92587,22 +95797,31 @@ function __ZNSt3__110__function6__funcIZN4wasm6WalkerINS2_13ReorderLocalsENS2_7V return __ZZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE9startWalkEPNS_6ModuleEENKUlvE_clEv(i1 + 4 | 0) | 0; } +function __ZN4wasm22SExpressionWasmBuilder15preParseImportsERNS_7ElementE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i3 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i1, 0) | 0) | 0; + if ((i3 | 0) == (HEAP32[12648] | 0)) __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i2, i1); + return; +} + function __ZNKSt3__120__time_get_c_storageIcE3__rEv(i1) { i1 = i1 | 0; - if ((HEAP8[48232] | 0) == 0 ? ___cxa_guard_acquire(48232) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(52184, 44098, 11); - ___cxa_atexit(262, 52184, ___dso_handle | 0) | 0; + if ((HEAP8[49296] | 0) == 0 ? ___cxa_guard_acquire(49296) | 0 : 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(53272, 45164, 11); + ___cxa_atexit(262, 53272, ___dso_handle | 0) | 0; } - return 52184; + return 53272; } function __ZNKSt3__120__time_get_c_storageIcE3__cEv(i1) { i1 = i1 | 0; - if ((HEAP8[48224] | 0) == 0 ? ___cxa_guard_acquire(48224) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(52172, 44077, 20); - ___cxa_atexit(262, 52172, ___dso_handle | 0) | 0; + if ((HEAP8[49288] | 0) == 0 ? ___cxa_guard_acquire(49288) | 0 : 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(53260, 45143, 20); + ___cxa_atexit(262, 53260, ___dso_handle | 0) | 0; } - return 52172; + return 53260; } function __ZN4wasm7Builder9makeBlockEPNS_10ExpressionE(i1, i2) { @@ -92616,6 +95835,13 @@ function __ZN4wasm7Builder9makeBlockEPNS_10ExpressionE(i1, i2) { return i1 | 0; } +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE12doVisitBreakEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm13WasmValidator16LoopChildChecker10visitBreakEPNS_5BreakE(i2, __ZN4wasm10Expression4castINS_5BreakEEEPT_v(HEAP32[i1 >> 2] | 0) | 0); + return; +} + function __ZN4wasm10ThreadPool19notifyThreadIsReadyEv(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0; @@ -92630,20 +95856,20 @@ function __ZN4wasm10ThreadPool19notifyThreadIsReadyEv(i1) { function __ZNKSt3__120__time_get_c_storageIcE3__xEv(i1) { i1 = i1 | 0; - if ((HEAP8[48240] | 0) == 0 ? ___cxa_guard_acquire(48240) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(52196, 44110, 8); - ___cxa_atexit(262, 52196, ___dso_handle | 0) | 0; + if ((HEAP8[49304] | 0) == 0 ? ___cxa_guard_acquire(49304) | 0 : 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(53284, 45176, 8); + ___cxa_atexit(262, 53284, ___dso_handle | 0) | 0; } - return 52196; + return 53284; } function __ZNKSt3__120__time_get_c_storageIcE3__XEv(i1) { i1 = i1 | 0; - if ((HEAP8[48248] | 0) == 0 ? ___cxa_guard_acquire(48248) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(52208, 44119, 8); - ___cxa_atexit(262, 52208, ___dso_handle | 0) | 0; + if ((HEAP8[49312] | 0) == 0 ? ___cxa_guard_acquire(49312) | 0 : 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(53296, 45185, 8); + ___cxa_atexit(262, 53296, ___dso_handle | 0) | 0; } - return 52208; + return 53296; } function __ZN4wasm7Builder12makeSetLocalEjPNS_10ExpressionE(i2, i1, i3) { @@ -92657,6 +95883,14 @@ function __ZN4wasm7Builder12makeSetLocalEjPNS_10ExpressionE(i2, i1, i3) { return i2 | 0; } +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + i1 = (__ZN4wasm10Expression4castINS_5StoreEEEPT_v(HEAP32[i1 >> 2] | 0) | 0) + 16 | 0; + __ZN4wasm13WasmValidator17validateAlignmentEj(i2, HEAP32[i1 >> 2] | 0); + return; +} + function __ZN4wasm13ReorderLocalsD2Ev(i1) { i1 = i1 | 0; HEAP32[i1 >> 2] = 5560; @@ -92717,16 +95951,37 @@ function __ZN6cashew5Value8setArrayEj(i2, i1) { var i3 = 0; __ZN6cashew5Value4freeEv(i2); HEAP32[i2 >> 2] = 2; - i3 = __ZN6cashew5Arena10allocArrayEv(49268) | 0; + i3 = __ZN6cashew5Arena10allocArrayEv(50344) | 0; HEAP32[i2 + 8 >> 2] = i3; __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE7reserveEj(i3, i1); return i2 | 0; } +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + i1 = (__ZN4wasm10Expression4castINS_4LoadEEEPT_v(HEAP32[i1 >> 2] | 0) | 0) + 20 | 0; + __ZN4wasm13WasmValidator17validateAlignmentEj(i2, HEAP32[i1 >> 2] | 0); + return; +} + +function __ZN11ArenaVectorIN4wasm4NameEE8pop_backEv(i3) { + i3 = i3 | 0; + var i1 = 0, i2 = 0; + i1 = i3 + 8 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (!i2) ___assert_fail(30133, 30150, 206, 18273); else { + i2 = i2 + -1 | 0; + HEAP32[i1 >> 2] = i2; + return (HEAP32[i3 + 4 >> 2] | 0) + (i2 << 2) | 0; + } + return 0; +} + function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_20OptimizeInstructionsENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 31055 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 32121 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm18CountLeadingZeroesIjEEiT_(i1) { @@ -92737,7 +95992,7 @@ function __ZN4wasm18CountLeadingZeroesIjEEiT_(i1) { i1 = i1 >>> 8 | i1; i1 = i1 >>> 16 | i1; if (!i1) i1 = 32; else { - i1 = 38487 + ((Math_imul(i1, 130329821) | 0) >>> 27) | 0; + i1 = 39497 + ((Math_imul(i1, 130329821) | 0) >>> 27) | 0; i1 = HEAPU8[i1 >> 0] | 0; } return i1 | 0; @@ -92789,7 +96044,7 @@ function __ZNSt3__16threadC2IRFvPvEJPN4wasm6ThreadEEvEEOT_DpOT0_(i4, i3, i2) { function __ZN6cashew5Value4backEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP32[i1 >> 2] | 0) != 2) ___assert_fail(38206, 38216, 490, 18564); + if ((HEAP32[i1 >> 2] | 0) != 2) ___assert_fail(39216, 39226, 491, 30168); 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; @@ -92807,6 +96062,14 @@ function __ZN4wasm17RemoveUnusedNames10visitBreakEPNS_5BreakE(i2, i1) { return; } +function __ZN4wasm13WasmValidator4walkERPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE4walkERPNS_10ExpressionE(i2, i1); + __ZN4wasm13WasmValidator12shouldBeTrueIPKcEEbbT_S3_(i2, (HEAP32[i2 + 36 >> 2] | 0) == 0, 21014, 21028) | 0; + return; +} + function __ZN4wasm10WalkerPassINS_10PostWalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS6_vEEEEED0Ev(i1) { i1 = i1 | 0; __ZN4wasm10WalkerPassINS_10PostWalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS6_vEEEEED2Ev(i1); @@ -92814,6 +96077,19 @@ function __ZN4wasm10WalkerPassINS_10PostWalkerIZNS_15RemoveUnusedBrs4walkERPNS_1 return; } +function __ZN10MixedArenaD2Ev(i3) { + i3 = i3 | 0; + var i1 = 0, i2 = 0; + __ZN10MixedArena5clearEv(i3); + i1 = i3 + 24 | 0; + if (HEAP32[i1 >> 2] | 0 ? (i2 = HEAP32[i1 >> 2] | 0, i2 | 0) : 0) { + __ZN10MixedArenaD2Ev(i2); + __ZdlPv(i2); + } + __ZNSt3__113__vector_baseIPcNS_9allocatorIS1_EEED2Ev(i3); + return; +} + function ___uremdi3(i1, i2, i3, i4) { i1 = i1 | 0; i2 = i2 | 0; @@ -92890,7 +96166,7 @@ function __ZN4wasm17SExpressionParserC2EPc(i3, i1) { var i2 = 0; HEAP32[i3 >> 2] = i1; __ZN10MixedArenaC2Ev(i3 + 4 | 0); - i1 = i3 + 60 | 0; + i1 = i3 + 32 | 0; i2 = 0; while (1) { HEAP32[i1 >> 2] = i2; @@ -92916,13 +96192,13 @@ function dynCall_iiiiiiiii(i9, i1, i2, i3, i4, i5, i6, i7, i8) { function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_17RemoveUnusedNamesENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 33108 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 34174 ? i2 + 4 | 0 : 0) | 0; } 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 >> 2] | 0, 29710) | 0, 41) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i2 >> 2] | 0, 30776) | 0, 41) | 0; return; } @@ -92959,7 +96235,7 @@ function __ZN4wasm17RemoveUnusedNames10visitBlockEPNS_5BlockE(i2, i1) { function __ZN4wasm16PrintSExpression15visitCallImportEPNS_10CallImportE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 29183, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 30249, 0) | 0; __ZN4wasm16PrintSExpression13printCallBodyINS_10CallImportEEEvPT_(i2, i1); return; } @@ -92978,7 +96254,7 @@ 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, 28970) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 29996) | 0; i1 = i1 + 1 | 0; } return i3 | 0; @@ -92987,7 +96263,7 @@ function __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i3, i2) { function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_15RemoveUnusedBrsENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 32330 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 33396 ? i2 + 4 | 0 : 0) | 0; } function __ZZN4wasm12RegisterPassINS_13ReorderLocalsEEC1EPKcS4_ENKUlvE_clEv(i1) { @@ -93007,13 +96283,13 @@ function __ZZN4wasm12RegisterPassINS_13ReorderLocalsEEC1EPKcS4_ENKUlvE_clEv(i1) function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_14SimplifyLocalsENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 35843 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 36909 ? i2 + 4 | 0 : 0) | 0; } function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_14PostEmscriptenENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 33957 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 35023 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i2) { @@ -93050,7 +96326,17 @@ function __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i2) { function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_13ReorderLocalsENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 36643 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 37709 ? i2 + 4 | 0 : 0) | 0; +} + +function __ZN4wasm22SExpressionWasmBuilder10parseStartERNS_7ElementE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i3 = HEAP32[i2 >> 2] | 0; + i2 = __ZN4wasm22SExpressionWasmBuilder15getFunctionNameERNS_7ElementE(i2, __ZN4wasm7ElementixEj(i1, 1) | 0) | 0; + HEAP32[i3 + 84 >> 2] = i2; + return; } function __ZN4wasm10ThreadPool20resetThreadsAreReadyEv(i1) { @@ -93059,7 +96345,7 @@ function __ZN4wasm10ThreadPool20resetThreadsAreReadyEv(i1) { i3 = i1 + 92 | 0; i2 = HEAP32[i3 >> 2] | 0; HEAP32[i3 >> 2] = 0; - if ((i2 | 0) == ((HEAP32[i1 + 4 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) >> 2 | 0)) return; else ___assert_fail(38534, 38556, 177, 38580); + if ((i2 | 0) == ((HEAP32[i1 + 4 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) >> 2 | 0)) return; else ___assert_fail(39544, 39566, 177, 39590); } function __ZNKSt3__18functionIFvvEEclEv(i1) { @@ -93078,7 +96364,7 @@ function __ZNKSt3__18functionIFvvEEclEv(i1) { function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_11MergeBlocksENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 28793 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 29819 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm11getWasmTypeEjb(i3, i2) { @@ -93152,6 +96438,28 @@ function __ZNKSt3__17collateIcE12do_transformEPKcS3_(i3, i4, i2, i1) { return; } +function __ZN4wasm6Binary8finalizeEv(i2) { + i2 = i2 | 0; + var i1 = 0; + if ((HEAP32[i2 + 8 >> 2] | 0) > 18) i1 = 1; else { + i1 = HEAP32[(HEAP32[i2 + 12 >> 2] | 0) + 4 >> 2] | 0; + i1 = (i1 | 0) != 5 ? i1 : HEAP32[(HEAP32[i2 + 16 >> 2] | 0) + 4 >> 2] | 0; + } + HEAP32[i2 + 4 >> 2] = i1; + return; +} + +function __ZN4wasm11make_uniqueINS_12FunctionTypeEJEEENSt3__110unique_ptrIT_NS2_14default_deleteIS4_EEEEDpOT0_() { + var i1 = 0; + i1 = __Znwj(20) | 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 0; + HEAP32[i1 + 8 >> 2] = 0; + HEAP32[i1 + 12 >> 2] = 0; + HEAP32[i1 + 16 >> 2] = 0; + return i1 | 0; +} + function __ZN4wasm13wasmToAsmTypeENS_8WasmTypeE(i2) { i2 = i2 | 0; var i1 = 0; @@ -93182,19 +96490,6 @@ function __ZN4wasm13wasmToAsmTypeENS_8WasmTypeE(i2) { return i1 | 0; } -function __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i1) { - i1 = i1 | 0; - var i2 = 0; - i1 = __ZN10MixedArena10allocSpaceEj(i1, 24) | 0; - HEAP8[i1 >> 0] = 1; - i2 = i1 + 4 | 0; - HEAP32[i2 >> 2] = 0; - HEAP32[i2 + 4 >> 2] = 0; - HEAP32[i2 + 8 >> 2] = 0; - HEAP32[i2 + 12 >> 2] = 0; - return i1 | 0; -} - function __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(i1) { i1 = i1 | 0; var i2 = 0; @@ -93217,24 +96512,10 @@ function __ZN4wasm16PrintSExpression14printableLocalEj(i2, i3) { return i1 | 0; } -function __ZN10MixedArenaD2Ev(i2) { - i2 = i2 | 0; - var i1 = 0; - __ZN10MixedArena5clearEv(i2); - i1 = HEAP32[i2 + 52 >> 2] | 0; - if (i1 | 0) { - __ZN10MixedArenaD2Ev(i1); - __ZdlPv(i1); - } - __ZNSt3__15mutexD2Ev(i2 + 24 | 0); - __ZNSt3__113__vector_baseIPcNS_9allocatorIS1_EEED2Ev(i2); - return; -} - function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_6VacuumENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 37377 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 38387 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE(i2, i1) { @@ -93268,11 +96549,11 @@ function __ZN4wasm14EffectAnalyzer13visitGetLocalEPNS_8GetLocalE(i2, i1) { function __ZL12prepare2wasmv() { var i1 = 0; - if ((HEAP32[12212] | 0) == 0 & (HEAP32[12213] | 0) == 0 & (HEAP32[12214] | 0) == 0 & (HEAP32[12215] | 0) == 0) { + if ((HEAP32[12478] | 0) == 0 & (HEAP32[12479] | 0) == 0 & (HEAP32[12480] | 0) == 0 & (HEAP32[12481] | 0) == 0) { i1 = (_emscripten_asm_const_i(5) | 0) != 0 & 1; - HEAP8[53196] = i1; + HEAP8[54284] = i1; return; - } else ___assert_fail(17216, 16255, 48, 17328); + } else ___assert_fail(17212, 16255, 48, 17324); } function __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE(i2, i1) { @@ -93333,6 +96614,13 @@ function __ZN4wasm13asmToWasmTypeE7AsmType(i2) { return i1 | 0; } +function __ZN4wasm13WasmValidator13visitSetLocalEPNS_8SetLocalE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm13WasmValidator13shouldBeEqualIPNS_8SetLocalENS_8WasmTypeEEEbT0_S5_T_PKc(i2, HEAP32[i1 + 4 >> 2] | 0, HEAP32[(HEAP32[i1 + 12 >> 2] | 0) + 4 >> 2] | 0, i1, 21311) | 0; + return; +} + function __ZN4wasm7PrinterC2Ev(i3) { i3 = i3 | 0; var i1 = 0, i2 = 0; @@ -93345,7 +96633,7 @@ function __ZN4wasm7PrinterC2Ev(i3) { i2 = i2 + 1 | 0; } HEAP32[i3 >> 2] = 4340; - HEAP32[i3 + 16 >> 2] = 50304; + HEAP32[i3 + 16 >> 2] = 51392; return; } @@ -93358,7 +96646,7 @@ function __ZNK4wasm7Literal13truncateToF32Ev(i1, i2) { HEAP32[i1 >> 2] = 3; HEAPF32[i1 + 8 >> 2] = d3; return; - } else ___assert_fail(24305, 17721, 331, 24337); + } else ___assert_fail(25161, 17717, 363, 25299); } function __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE(i2, i1) { @@ -93368,6 +96656,13 @@ function __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13doVisitSwi return; } +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm13WasmValidator13visitSetLocalEPNS_8SetLocalE(i2, __ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(HEAP32[i1 >> 2] | 0) | 0); + return; +} + function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -93401,7 +96696,7 @@ function __ZNK4wasm7Literal11extendToF64Ev(i1, i2) { HEAP32[i1 >> 2] = 4; HEAPF64[i1 + 8 >> 3] = d3; return; - } else ___assert_fail(24261, 17721, 323, 24293); + } else ___assert_fail(25124, 17717, 355, 25277); } function __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE(i2, i1) { @@ -93414,7 +96709,7 @@ function __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE12doVisitStoreE 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 >> 2] | 0, 29706) | 0, 41) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i2 >> 2] | 0, 30772) | 0, 41) | 0; return; } @@ -93478,6 +96773,13 @@ function __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE12doVisitBlo return; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm15BlockTypeSeeker11visitSwitchEPNS_6SwitchE(i2, __ZN4wasm10Expression4castINS_6SwitchEEEPT_v(HEAP32[i1 >> 2] | 0) | 0); + return; +} + function __ZN4wasm7Literal8getFloatEv(i2) { i2 = i2 | 0; var d1 = 0.0; @@ -93505,6 +96807,15 @@ function __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE11doVisitLoadEP return; } +function __ZN4wasm6Module15getFunctionTypeEj(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0; + i1 = HEAP32[i3 >> 2] | 0; + if ((HEAP32[i3 + 4 >> 2] | 0) - i1 >> 2 >>> 0 > i2 >>> 0) return HEAP32[i1 + (i2 << 2) >> 2] | 0; else ___assert_fail(19272, 17717, 1313, 17728); + return 0; +} + function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1) { i1 = i1 | 0; HEAP32[i1 >> 2] = 3516; @@ -93530,7 +96841,7 @@ function __ZNKSt3__17codecvtIcc11__mbstate_tE6do_outERS1_PKcS5_RS5_PcS7_RS7_(i6, function __ZN4wasm16PrintSExpression9visitCallEPNS_4CallE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 29177, 0) | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 30243, 0) | 0; __ZN4wasm16PrintSExpression13printCallBodyINS_4CallEEEvPT_(i2, i1); return; } @@ -93561,6 +96872,34 @@ function __ZNKSt3__17codecvtIcc11__mbstate_tE5do_inERS1_PKcS5_RS5_PcS7_RS7_(i6, return 3; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm15BlockTypeSeeker10visitBreakEPNS_5BreakE(i2, __ZN4wasm10Expression4castINS_5BreakEEEPT_v(HEAP32[i1 >> 2] | 0) | 0); + return; +} + +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm15BlockTypeSeeker10visitBlockEPNS_5BlockE(i2, __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0); + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm13WasmValidator11visitSwitchEPNS_6SwitchE(i2, __ZN4wasm10Expression4castINS_6SwitchEEEPT_v(HEAP32[i1 >> 2] | 0) | 0); + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm13WasmValidator11visitBinaryEPNS_6BinaryE(i2, __ZN4wasm10Expression4castINS_6BinaryEEEPT_v(HEAP32[i1 >> 2] | 0) | 0); + return; +} + function __ZN4wasm16PrintSExpression9incIndentEv(i1) { i1 = i1 | 0; if (!(HEAP8[i1 + 8 >> 0] | 0)) { @@ -93575,14 +96914,27 @@ function ___cxa_get_globals_fast() { var i1 = 0, i2 = 0; i1 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - if (!(_pthread_once(53184, 3) | 0)) { - i2 = _pthread_getspecific(HEAP32[13297] | 0) | 0; + if (!(_pthread_once(54272, 3) | 0)) { + i2 = _pthread_getspecific(HEAP32[13569] | 0) | 0; STACKTOP = i1; return i2 | 0; - } else _abort_message(45671, i1); + } else _abort_message(46737, i1); return 0; } +function __ZN6cashew13OperatorClassC2EOS0_(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + __ZN6cashew10IStringSetC2EOS0_(i2, i1); + i3 = i1 + 32 | 0; + i1 = HEAP32[i3 + 4 >> 2] | 0; + i2 = i2 + 32 | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 + 4 >> 2] = i1; + return; +} + function __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE19doVisitCallIndirectEPS4_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -93607,6 +96959,16 @@ function __ZN4wasm17RemoveUnusedNamesC2Ev(i1) { return; } +function __ZN4wasm13WasmValidator8validateERNS_6ModuleE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i3 = i2 + 24 | 0; + HEAP8[i3 >> 0] = 1; + __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE9startWalkEPNS_6ModuleE(i2, i1); + return (HEAP8[i3 >> 0] | 0) != 0 | 0; +} + function __Z8parseIntPKc(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0; @@ -93635,6 +96997,27 @@ function __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE9doVisitI return; } +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm13WasmValidator10visitUnaryEPNS_5UnaryE(i2, __ZN4wasm10Expression4castINS_5UnaryEEEPT_v(HEAP32[i1 >> 2] | 0) | 0); + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm13WasmValidator10visitBreakEPNS_5BreakE(i2, __ZN4wasm10Expression4castINS_5BreakEEEPT_v(HEAP32[i1 >> 2] | 0) | 0); + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm13WasmValidator10visitBlockEPNS_5BlockE(i2, __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0); + return; +} + function __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -93665,13 +97048,13 @@ function __ZN4wasm17RemoveUnusedNamesD2Ev(i1) { 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) == 26554 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 27573 ? 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) == 26360 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 27379 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE17doVisitCallImportEPS4_PPNS_10ExpressionE(i2, i1) { @@ -93681,17 +97064,42 @@ function __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReI return; } +function __ZN4wasm11make_uniqueINS_6ExportEJEEENSt3__110unique_ptrIT_NS2_14default_deleteIS4_EEEEDpOT0_() { + var i1 = 0, i2 = 0; + i1 = __Znwj(8) | 0; + i2 = i1; + HEAP32[i2 >> 2] = 0; + HEAP32[i2 + 4 >> 2] = 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 0; + return i1 | 0; +} + function __GLOBAL__sub_I_Print_cpp() { - __ZN4wasm12RegisterPassINS_7PrinterEEC2EPKcS4_(55207, 39388, 29722); - __ZN4wasm12RegisterPassINS_15MinifiedPrinterEEC2EPKcS4_(55208, 29916, 29931); - __ZN4wasm12RegisterPassINS_11FullPrinterEEC2EPKcS4_(55209, 30177, 30188); + __ZN4wasm12RegisterPassINS_7PrinterEEC2EPKcS4_(56295, 40398, 30788); + __ZN4wasm12RegisterPassINS_15MinifiedPrinterEEC2EPKcS4_(56296, 30982, 30997); + __ZN4wasm12RegisterPassINS_11FullPrinterEEC2EPKcS4_(56297, 31243, 31254); return; } 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) == 26079 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 27098 ? i2 + 4 | 0 : 0) | 0; +} + +function __ZN4wasm18isInRangeI32TruncUEx(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + if (i2 >>> 0 < 1106247679 | (i2 | 0) == 1106247679 & i1 >>> 0 < 4292870145) i1 = 1; else i1 = (i2 | 0) < 0 & (i2 >>> 0 < 3220176896 | (i2 | 0) == -1074790400 & i1 >>> 0 < 0); + return i1 | 0; +} + +function __ZN4wasm18isInRangeI32TruncSEx(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + if (i2 >>> 0 < 1105199103 | (i2 | 0) == 1105199103 & i1 >>> 0 < 4290772993) i1 = 1; else i1 = (i2 | 0) < 0 & (i2 >>> 0 < 3252682752 | (i2 | 0) == -1042284544 & i1 >>> 0 < 1); + return i1 | 0; } function __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE(i2, i1) { @@ -93701,11 +97109,11 @@ function __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE12doVisitBlockEPS1 return; } -function __ZN4wasm7Builder8blockifyEPNS_10ExpressionE(i2, i1) { +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 1) i1 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i1) | 0; else i1 = __ZN4wasm7Builder9makeBlockEPNS_10ExpressionE(i2, i1) | 0; - return i1 | 0; + __ZN4wasm13WasmValidator9visitLoopEPNS_4LoopE(i2, __ZN4wasm10Expression4castINS_4LoopEEEPT_v(HEAP32[i1 >> 2] | 0) | 0); + return; } function __ZN4wasm13ReorderLocalsC2Ev(i1) { @@ -93721,7 +97129,7 @@ function __ZN4wasm13ReorderLocalsC2Ev(i1) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_20OptimizeInstructionsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 31145 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 32211 ? i2 + 4 | 0 : 0) | 0; } function __ZNKSt3__15ctypeIcE8do_widenEPKcS3_Pc(i3, i1, i4, i2) { @@ -93751,10 +97159,10 @@ function __ZN10__cxxabiv112_GLOBAL__N_19destruct_EPv(i1) { i2 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; _free(i1); - if (!(_pthread_setspecific(HEAP32[13297] | 0, 0) | 0)) { + if (!(_pthread_setspecific(HEAP32[13569] | 0, 0) | 0)) { STACKTOP = i2; return; - } else _abort_message(45568, i2); + } else _abort_message(46634, i2); } function _snprintf(i3, i2, i1, i4) { @@ -93775,7 +97183,7 @@ function _snprintf(i3, i2, i1, i4) { 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) == 33222 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 34288 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE(i2, i1) { @@ -93857,13 +97265,13 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_20OptimizeInstr 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) == 32440 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 33506 ? 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) == 30117 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 31183 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE(i2, i1) { @@ -93874,16 +97282,30 @@ function __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE19doVisitCallIn return; } +function __ZN4wasm18isInRangeI64TruncUEx(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + if (i2 >>> 0 < 1139802112 | (i2 | 0) == 1139802112 & i1 >>> 0 < 0) i1 = 1; else i1 = (i2 | 0) < 0 & (i2 >>> 0 < 3220176896 | (i2 | 0) == -1074790400 & i1 >>> 0 < 0); + return i1 | 0; +} + +function __ZN4wasm18isInRangeI64TruncSEx(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + if (i2 >>> 0 < 1138753536 | (i2 | 0) == 1138753536 & i1 >>> 0 < 0) i1 = 1; else i1 = (i2 | 0) < 0 & (i2 >>> 0 < 3286237184 | (i2 | 0) == -1008730112 & i1 >>> 0 < 1); + return i1 | 0; +} + function __ZN4wasm12PassRegistry3getEv() { var i1 = 0; - i1 = HEAP32[12219] | 0; + i1 = HEAP32[12485] | 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[12219] = i1; + HEAP32[12485] = i1; } return i1 | 0; } @@ -93891,13 +97313,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) == 35951 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 37017 ? 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) == 34041 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 35107 ? i2 + 4 | 0 : 0) | 0; } function __ZNK4wasm7Literal13truncateToI32Ev(i1, i2) { @@ -93908,7 +97330,7 @@ function __ZNK4wasm7Literal13truncateToI32Ev(i1, i2) { HEAP32[i1 >> 2] = 1; HEAP32[i1 + 8 >> 2] = i2; return; - } else ___assert_fail(18238, 17721, 327, 24109); + } else ___assert_fail(18134, 17717, 359, 25041); } function __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE19doVisitCallIndirectEPS5_PS3_(i2, i1) { @@ -93972,7 +97394,7 @@ function __ZN4wasm13ReorderLocals13visitGetLocalEPNS_8GetLocalE(i2, i1) { 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) == 36749 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 37815 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE(i2, i1) { @@ -93983,10 +97405,20 @@ function __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE18doVisitUnreac return; } +function __ZN4wasm11make_uniqueINS_6ImportEJEEENSt3__110unique_ptrIT_NS2_14default_deleteIS4_EEEEDpOT0_() { + var i1 = 0; + i1 = __Znwj(16) | 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 0; + HEAP32[i1 + 8 >> 2] = 0; + HEAP32[i1 + 12 >> 2] = 0; + return i1 | 0; +} + function __ZL8abort_onN6cashew3RefE(i1) { i1 = i1 | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 50388, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(50388, 10) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 51476, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(51476, 10) | 0; _abort(); } @@ -94045,6 +97477,19 @@ function __ZN4wasm2If8finalizeEv(i2) { return; } +function __ZN10MixedArenaC2Ev(i1) { + i1 = i1 | 0; + var i2 = 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i1 + 4 >> 2] = 0; + HEAP32[i1 + 8 >> 2] = 0; + HEAP32[i1 + 12 >> 2] = 32768; + i2 = _pthread_self() | 0; + HEAP32[i1 + 20 >> 2] = i2; + HEAP32[i1 + 24 >> 2] = 0; + return; +} + function __ZNKSt3__17codecvtIDic11__mbstate_tE9do_lengthERS1_PKcS5_j(i5, i1, i2, i3, i4) { i5 = i5 | 0; i1 = i1 | 0; @@ -94095,19 +97540,19 @@ function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEU 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) == 28874 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 29900 ? i2 + 4 | 0 : 0) | 0; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11FullPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 30362 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 31428 ? 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(38206, 38216, 473, 46901); + if ((HEAP32[i1 >> 2] | 0) == 2) return __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE2atEj(HEAP32[i1 + 8 >> 2] | 0, i2) | 0; else ___assert_fail(39216, 39226, 474, 47967); return 0; } @@ -94141,28 +97586,28 @@ 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(53112) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54200) | 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(53104) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54192) | 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(53096) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54184) | 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(53088) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54176) | 0); return; } @@ -94191,40 +97636,40 @@ function __ZN12_GLOBAL__N_114__libcpp_nmstrD2Ev(i1) { } function __GLOBAL__sub_I_wasm_js_cpp() { - HEAP32[12206] = 0; - HEAP32[12207] = 0; - HEAP32[12208] = 0; - ___cxa_atexit(245, 48824, ___dso_handle | 0) | 0; - __ZN6cashew7IString3setEPKcb(48836, 15125, 1); - __ZN6cashew7IString3setEPKcb(48840, 15130, 1); + HEAP32[12472] = 0; + HEAP32[12473] = 0; + HEAP32[12474] = 0; + ___cxa_atexit(245, 49888, ___dso_handle | 0) | 0; + __ZN6cashew7IString3setEPKcb(49900, 15125, 1); + __ZN6cashew7IString3setEPKcb(49904, 15130, 1); 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(53048) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54136) | 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(53040) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54128) | 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(53032) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54120) | 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(52220) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(53308) | 0); return; } @@ -94248,28 +97693,28 @@ 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(51408) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(52496) | 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(51400) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(52488) | 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(51392) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(52480) | 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(51368) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(52456) | 0); return; } @@ -94283,7 +97728,7 @@ function __ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReI 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) == 29865 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 30931 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm8Function12tryLocalNameEj(i3, i2) { @@ -94295,6 +97740,13 @@ function __ZN4wasm8Function12tryLocalNameEj(i3, i2) { return 0; } +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE19doVisitCallIndirectEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm4Host8finalizeEv(i1) { i1 = i1 | 0; switch (HEAP32[i1 + 8 >> 2] | 0) { @@ -94373,7 +97825,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEU function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_6VacuumEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 37452 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 38462 ? i2 + 4 | 0 : 0) | 0; } function __ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE15doVisitSetLocalEPS5_PS3_(i2, i1) { @@ -94395,17 +97847,14 @@ function __ZN6cashew5Value4sizeEv(i1) { 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(38206, 38216, 457, 16558); + } else ___assert_fail(39216, 39226, 458, 16558); return 0; } -function __ZN4wasm5Block8finalizeEv(i1) { +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE18doVisitUnreachableEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; i1 = i1 | 0; - var i2 = 0; - if (HEAP32[i1 + 20 >> 2] | 0) { - i2 = __ZNK11ArenaVectorIPN4wasm10ExpressionEE4backEv(i1 + 12 | 0) | 0; - HEAP32[i1 + 4 >> 2] = HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2]; - } + __ZN4wasm10Expression4castINS_11UnreachableEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; return; } @@ -94419,15 +97868,6 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscripte return __ZZN4wasm12RegisterPassINS_14PostEmscriptenEEC1EPKcS4_ENKUlvE_clEv(i1 + 4 | 0) | 0; } -function __ZN4wasm12FunctionTypeaSERS0_(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i2 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - __ZN11ArenaVectorIN4wasm8WasmTypeEE3setIS2_EEvRT_(i2 + 8 | 0, i1 + 8 | 0); - return i2 | 0; -} - function ___stdio_close(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0; @@ -94446,10 +97886,20 @@ function __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, return __ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_j(i1, i2, _strlen(i2) | 0) | 0; } +function __ZNK4wasm7Literal14reinterpreti64Ev(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 4) { + i1 = i1 + 8 | 0; + tempRet0 = HEAP32[i1 + 4 >> 2] | 0; + return HEAP32[i1 >> 2] | 0; + } else ___assert_fail(25161, 17717, 217, 25183); + return 0; +} + function __ZNK11ArenaVectorIPN4wasm10ExpressionEEixEj(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if ((HEAP32[i2 + 8 >> 2] | 0) >>> 0 > i1 >>> 0) return (HEAP32[i2 + 4 >> 2] | 0) + (i1 << 2) | 0; else ___assert_fail(16987, 17008, 165, 46901); + if ((HEAP32[i2 + 8 >> 2] | 0) >>> 0 > i1 >>> 0) return (HEAP32[i2 + 4 >> 2] | 0) + (i1 << 2) | 0; else ___assert_fail(16987, 30150, 181, 47967); return 0; } @@ -94469,6 +97919,13 @@ function __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13doVisitReturn return; } +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE17doVisitCallImportEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv(i1) { i1 = i1 | 0; return __ZZN4wasm12RegisterPassINS_13ReorderLocalsEEC1EPKcS4_ENKUlvE_clEv(i1 + 4 | 0) | 0; @@ -94603,10 +98060,10 @@ function _bitshift64Ashr(i3, i2, i1) { return i2 >> i1 - 32 | 0; } -function __ZNK11ArenaVectorIN4wasm8WasmTypeEEixEj(i2, i1) { +function __ZNK11ArenaVectorIPN4wasm7ElementEEixEj(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if ((HEAP32[i2 + 8 >> 2] | 0) >>> 0 > i1 >>> 0) return (HEAP32[i2 + 4 >> 2] | 0) + (i1 << 2) | 0; else ___assert_fail(16987, 17008, 165, 46901); + if ((HEAP32[i2 + 8 >> 2] | 0) >>> 0 > i1 >>> 0) return (HEAP32[i2 + 4 >> 2] | 0) + (i1 << 2) | 0; else ___assert_fail(16987, 30150, 181, 47967); return 0; } @@ -94648,7 +98105,7 @@ function __ZNK11ArenaVectorIPN4wasm10ExpressionEE4backEv(i2) { i2 = i2 | 0; var i1 = 0; i1 = HEAP32[i2 + 8 >> 2] | 0; - if (!i1) ___assert_fail(18547, 17008, 185, 18564); else return (HEAP32[i2 + 4 >> 2] | 0) + (i1 + -1 << 2) | 0; + if (!i1) ___assert_fail(30133, 30150, 201, 30168); else return (HEAP32[i2 + 4 >> 2] | 0) + (i1 + -1 << 2) | 0; return 0; } @@ -94687,9 +98144,17 @@ function __ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10Ex return; } -function __ZNSt3__113unordered_setIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i1) { +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE15doVisitSetLocalEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i1); + __ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE15doVisitGetLocalEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_8GetLocalEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; return; } @@ -94730,6 +98195,20 @@ function __ZN4wasm4NameC2ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9all return; } +function __ZNK11ArenaVectorIN4wasm4NameEEixEj(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + if ((HEAP32[i2 + 8 >> 2] | 0) >>> 0 > i1 >>> 0) return (HEAP32[i2 + 4 >> 2] | 0) + (i1 << 2) | 0; else ___assert_fail(16987, 30150, 181, 47967); + return 0; +} + +function __ZN4wasm13WasmValidator16LoopChildChecker10visitBreakEPNS_5BreakE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + if ((HEAP32[i1 + 8 >> 2] | 0) == (HEAP32[i2 + 24 >> 2] | 0) ? HEAP32[i1 + 12 >> 2] | 0 : 0) HEAP8[i2 + 28 >> 0] = 0; + return; +} + function _fprintf(i1, i2, i3) { i1 = i1 | 0; i2 = i2 | 0; @@ -94750,7 +98229,7 @@ function __ZNK4wasm7Literal6geti64Ev(i1) { i1 = i1 + 8 | 0; tempRet0 = HEAP32[i1 + 4 >> 2] | 0; return HEAP32[i1 >> 2] | 0; - } else ___assert_fail(18238, 17721, 204, 23215); + } else ___assert_fail(18134, 17717, 210, 24150); return 0; } @@ -94761,7 +98240,7 @@ function __ZN4wasm7Literal9castToI32Ev(i1, i2) { HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; HEAP32[i1 >> 2] = 1; return; - } else ___assert_fail(24261, 17721, 191, 24283); + } else ___assert_fail(25124, 17717, 197, 25267); } function __ZN4wasm7Literal9castToF32Ev(i1, i2) { @@ -94771,7 +98250,7 @@ function __ZN4wasm7Literal9castToF32Ev(i1, i2) { HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; HEAP32[i1 >> 2] = 3; return; - } else ___assert_fail(18206, 17721, 179, 18228); + } else ___assert_fail(18102, 17717, 185, 18124); } function __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE(i2, i1) { @@ -94789,14 +98268,32 @@ function __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE9doVisitIfEPS1_ return; } -function __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(i1) { +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13doVisitSwitchEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; i1 = i1 | 0; - i1 = __ZN10MixedArena10allocSpaceEj(i1, 16) | 0; - HEAP32[i1 >> 2] = 0; - HEAP32[i1 + 4 >> 2] = 0; - HEAP32[i1 + 8 >> 2] = 0; - HEAP32[i1 + 12 >> 2] = 0; - return i1 | 0; + __ZN4wasm10Expression4castINS_6SwitchEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13doVisitSelectEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_6SelectEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13doVisitReturnEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_6ReturnEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13doVisitBinaryEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_6BinaryEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; } function dynCall_iiiiiid(i7, i1, i2, i3, i4, i5, d6) { @@ -94890,6 +98387,34 @@ function __ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE17doVisit return; } +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE12doVisitUnaryEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_5UnaryEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE12doVisitStoreEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_5StoreEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE12doVisitConstEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_5ConstEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE12doVisitBlockEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm10WalkerPassINS_10PostWalkerINS_20OptimizeInstructionsENS_7VisitorIS2_vEEEEED0Ev(i1) { i1 = i1 | 0; __ZN4wasm10WalkerPassINS_10PostWalkerINS_20OptimizeInstructionsENS_7VisitorIS2_vEEEEED2Ev(i1); @@ -94973,6 +98498,13 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE19doVisitCallI return; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZNSt3__110__function6__funcIZN4wasm6WalkerINS2_14SimplifyLocalsENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE18destroy_deallocateEv(i1) { i1 = i1 | 0; __ZdlPv(i1); @@ -94988,19 +98520,19 @@ function __ZNSt3__110__function6__funcIZN4wasm6WalkerINS2_14PostEmscriptenENS2_7 function __ZNKSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getU32LEBEvEUlvE_NS_9allocatorIS4_EEFhvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 18961 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 18959 ? 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) == 20576 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 20636 ? 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) == 20422 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 20482 ? i2 + 4 | 0 : 0) | 0; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { @@ -95010,10 +98542,18 @@ function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnused return; } -function __ZN6cashew5ArenaD2Ev(i1) { +function __ZNK11ArenaVectorIN4wasm4NameEE4backEv(i2) { + i2 = i2 | 0; + var i1 = 0; + i1 = HEAP32[i2 + 8 >> 2] | 0; + if (!i1) ___assert_fail(30133, 30150, 201, 30168); else return (HEAP32[i2 + 4 >> 2] | 0) + (i1 + -1 << 2) | 0; + return 0; +} + +function __ZN6cashew10IStringSetD2Ev(i1) { i1 = i1 | 0; - __ZNSt3__113__vector_baseIPNS_6vectorIN6cashew3RefENS_9allocatorIS3_EEEENS4_IS7_EEED2Ev(i1 + 16 | 0); - __ZNSt3__113__vector_baseIPN6cashew5ValueENS_9allocatorIS3_EEED2Ev(i1); + __ZNSt3__113__vector_baseIcNS_9allocatorIcEEED2Ev(i1 + 20 | 0); + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i1); return; } @@ -95031,6 +98571,34 @@ function __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE19doVisitCallIn return; } +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE11doVisitLoopEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_4LoopEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE11doVisitLoadEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_4LoadEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE11doVisitHostEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_4HostEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE11doVisitCallEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_4CallEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function dynCall_viiiiii(i7, i1, i2, i3, i4, i5, i6) { i7 = i7 | 0; i1 = i1 | 0; @@ -95076,6 +98644,20 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE18doVisitUnrea return; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_11UnreachableEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -95123,6 +98705,13 @@ function __ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE18doVisitUnreac return; } +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE10doVisitNopEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_3NopEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm14EffectAnalyzer9checkPostEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -95204,6 +98793,20 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE17doVisitCallI return; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_11UnreachableEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -95237,8 +98840,8 @@ function __ZN4wasm14EffectAnalyzer14accessesMemoryEv(i1) { function __ZN4wasm14AstStackHelper9getParentEv(i1) { i1 = i1 | 0; var i2 = 0; - i1 = HEAP32[12206] | 0; - i2 = (HEAP32[12207] | 0) - i1 >> 2; + i1 = HEAP32[12472] | 0; + i2 = (HEAP32[12473] | 0) - i1 >> 2; if (i2 >>> 0 > 1) i1 = HEAP32[i1 + (i2 + -2 << 2) >> 2] | 0; else i1 = 0; return i1 | 0; } @@ -95295,6 +98898,20 @@ function _bitshift64Shl(i3, i2, i1) { return 0; } +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE9doVisitIfEPS2_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_2IfEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -95351,12 +98968,12 @@ function __ZNK6cashew7IStringltERKS0_(i2, i1) { var i3 = 0; i3 = HEAP32[i2 >> 2] | 0; i2 = HEAP32[i1 >> 2] | 0; - return (_strcmp((i3 | 0) == 0 ? 57291 : i3, (i2 | 0) == 0 ? 57291 : i2) | 0) < 0 | 0; + return (_strcmp((i3 | 0) == 0 ? 58379 : i3, (i2 | 0) == 0 ? 58379 : i2) | 0) < 0 | 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(27536, 26648, 322, 27543); else return HEAP32[i1 + 4 >> 2] | 0; + if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(28555, 27667, 322, 28562); else return HEAP32[i1 + 4 >> 2] | 0; return 0; } @@ -95374,7 +98991,7 @@ function __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE15doVisitGet return; } -function __ZN11ArenaVectorIN4wasm8WasmTypeEE8allocateEj(i2, i1) { +function __ZN11ArenaVectorIPN4wasm7ElementEE8allocateEj(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; HEAP32[i2 + 12 >> 2] = i1; @@ -95447,7 +99064,7 @@ function __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE17doVisitCallImpor function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 4 >> 2] | 0; else ___assert_fail(27551, 26648, 326, 27559); + if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 4 >> 2] | 0; else ___assert_fail(28570, 27667, 326, 28578); return 0; } @@ -95479,6 +99096,20 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE15doVisitSetLo return; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_8GetLocalEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm10WalkerPassINS_10PostWalkerINS_15SetLocalRemoverENS_7VisitorIS2_vEEEEED0Ev(i1) { i1 = i1 | 0; __ZN4wasm10WalkerPassINS_10PostWalkerINS_15SetLocalRemoverENS_7VisitorIS2_vEEEEED2Ev(i1); @@ -95603,18 +99234,18 @@ function __ZN10__cxxabiv112_GLOBAL__N_110construct_Ev() { var i1 = 0; i1 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - if (!(_pthread_key_create(53188, 269) | 0)) { + if (!(_pthread_key_create(54276, 269) | 0)) { STACKTOP = i1; return; - } else _abort_message(45621, i1); + } else _abort_message(46687, i1); } function __ZNSt3__119__thread_local_dataEv() { - if ((HEAP8[48160] | 0) == 0 ? ___cxa_guard_acquire(48160) | 0 : 0) { - _pthread_key_create(51324, 255) | 0; - ___cxa_atexit(256, 51324, ___dso_handle | 0) | 0; + if ((HEAP8[49224] | 0) == 0 ? ___cxa_guard_acquire(49224) | 0 : 0) { + _pthread_key_create(52412, 255) | 0; + ___cxa_atexit(256, 52412, ___dso_handle | 0) | 0; } - return 51324; + return 52412; } function __ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_20OptimizeInstructionsENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE11target_typeEv(i1) { @@ -95657,6 +99288,13 @@ function __ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13doVisitBin return; } +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_8GetLocalEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm10WalkerPassINS_10PostWalkerINS_14PostEmscriptenENS_7VisitorIS2_vEEEEED0Ev(i1) { i1 = i1 | 0; __ZN4wasm10WalkerPassINS_10PostWalkerINS_14PostEmscriptenENS_7VisitorIS2_vEEEEED2Ev(i1); @@ -95664,6 +99302,15 @@ function __ZN4wasm10WalkerPassINS_10PostWalkerINS_14PostEmscriptenENS_7VisitorIS return; } +function __ZN11ArenaVectorIN4wasm4NameEE8allocateEj(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + HEAP32[i2 + 12 >> 2] = i1; + i1 = __ZN10MixedArena10allocSpaceEj(HEAP32[i2 >> 2] | 0, i1 << 2) | 0; + HEAP32[i2 + 4 >> 2] = i1; + return; +} + function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -95853,6 +99500,27 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13doVisitBinar return; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_6SelectEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_6ReturnEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_6BinaryEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -95996,14 +99664,14 @@ function __ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13doVisitBinary function __ZNSt3__16locale5__imp7installINS_7codecvtIDsc11__mbstate_tEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(53152) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54240) | 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(53160) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54248) | 0); return; } @@ -96148,6 +99816,41 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE12doVisitBlock return; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_5UnaryEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_5StoreEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_5ConstEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_6SelectEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_6ReturnEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -96179,14 +99882,14 @@ function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13doVisitBinaryE function __ZNSt3__16locale5__imp7installINS_7codecvtIwc11__mbstate_tEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(53144) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54232) | 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(53136) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54224) | 0); return; } @@ -96392,6 +100095,41 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE11doVisitCallE return; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_4LoopEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_4LoadEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_4HostEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_4CallEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_5ConstEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -96569,9 +100307,9 @@ function __ZNSt3__16locale5__imp11make_globalEv() { var i1 = 0; i1 = __ZNSt3__16locale7classicEv() | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[13294] = i1; + HEAP32[13566] = i1; __ZNSt3__114__shared_count12__add_sharedEv(i1); - return 53176; + return 54264; } function __ZNSt3__110__function6__funcIZN4wasm6WalkerINS2_14SimplifyLocalsENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEED0Ev(i1) { @@ -96655,6 +100393,27 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE10doVisitNopEP return; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_3NopEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_4HostEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_4CallEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -96793,7 +100552,14 @@ function __ZNSt3__110__function6__funcIZN4wasm6WalkerINS2_20OptimizeInstructions 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) == 27936 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 28955 ? i2 + 4 | 0 : 0) | 0; +} + +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_3NopEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; } function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE(i2, i1) { @@ -96860,46 +100626,46 @@ function __ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE11doVisitCallEPS1_ } function __ZNSt3__16locale8__globalEv() { - if ((HEAP8[48816] | 0) == 0 ? ___cxa_guard_acquire(48816) | 0 : 0) { + if ((HEAP8[49880] | 0) == 0 ? ___cxa_guard_acquire(49880) | 0 : 0) { __ZNSt3__16locale5__imp11make_globalEv() | 0; - HEAP32[13295] = 53176; + HEAP32[13567] = 54264; } - return HEAP32[13295] | 0; + return HEAP32[13567] | 0; } function __ZNSt3__16locale7classicEv() { - if ((HEAP8[48648] | 0) == 0 ? ___cxa_guard_acquire(48648) | 0 : 0) { + if ((HEAP8[49712] | 0) == 0 ? ___cxa_guard_acquire(49712) | 0 : 0) { __ZNSt3__16locale5__imp12make_classicEv() | 0; - HEAP32[13293] = 53168; + HEAP32[13565] = 54256; } - return HEAP32[13293] | 0; + return HEAP32[13565] | 0; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb1EEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(53080) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54168) | 0); return; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb0EEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(53072) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54160) | 0); return; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb1EEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(53064) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54152) | 0); return; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb0EEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(53056) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54144) | 0); return; } @@ -96923,10 +100689,17 @@ function __ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE9doVisitIfEPS1 return; } +function __ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_2IfEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm17WasmBinaryBuilder11verifyInt32Ei(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - if ((__ZN4wasm17WasmBinaryBuilder8getInt32Ev(i1) | 0) == (i2 | 0)) return; else ___assert_fail(18727, 18690, 1311, 18734); + if ((__ZN4wasm17WasmBinaryBuilder8getInt32Ev(i1) | 0) == (i2 | 0)) return; else ___assert_fail(18610, 18573, 1340, 18617); } function __ZNSt3__16localeC2Ev(i1) { @@ -97060,11 +100833,11 @@ function __ZTv0_n12_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev(i1) { function __ZNSt3__16__clocEv() { var i1 = 0; - if ((HEAP8[48168] | 0) == 0 ? ___cxa_guard_acquire(48168) | 0 : 0) { - i1 = _newlocale(2147483647, 43372, 0) | 0; - HEAP32[12841] = i1; + if ((HEAP8[49232] | 0) == 0 ? ___cxa_guard_acquire(49232) | 0 : 0) { + i1 = _newlocale(2147483647, 44438, 0) | 0; + HEAP32[13113] = i1; } - return HEAP32[12841] | 0; + return HEAP32[13113] | 0; } function __ZNSt3__110__function6__funcIZN4wasm6WalkerINS2_17RemoveUnusedNamesENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE7destroyEv(i1) { @@ -97072,6 +100845,13 @@ function __ZNSt3__110__function6__funcIZN4wasm6WalkerINS2_17RemoveUnusedNamesENS return; } +function __ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZN4wasm10Expression4castINS_2IfEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + return; +} + function __ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -97232,7 +101012,7 @@ function __ZNSt3__110__function6__funcIZN4wasm6WalkerINS2_14PostEmscriptenENS2_7 function __ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEEclEv(i1) { i1 = i1 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(50388, 27896) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 28915) | 0; _abort(); } @@ -97362,7 +101142,7 @@ function __ZNKSt3__110moneypunctIcLb0EE11do_groupingEv(i2, i1) { function __ZN4wasm19CountTrailingZeroesIjEEiT_(i1) { i1 = i1 | 0; if (!i1) i1 = 32; else { - i1 = 38455 + ((Math_imul(i1 & 0 - i1, 125613361) | 0) >>> 27) | 0; + i1 = 39465 + ((Math_imul(i1 & 0 - i1, 125613361) | 0) >>> 27) | 0; i1 = HEAPU8[i1 >> 0] | 0; } return i1 | 0; @@ -97383,28 +101163,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(51384) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(52472) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8numpunctIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(51356) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(52444) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8messagesIwEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(53128) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54216) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8messagesIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(53120) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(54208) | 0); return; } @@ -97438,14 +101218,14 @@ function __ZN4wasm10WalkerPassINS_10PostWalkerINS_6VacuumENS_7VisitorIS2_vEEEEED function __ZNSt3__16locale5__imp7installINS_7collateIwEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(51336) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(52424) | 0); return; } function __ZNSt3__16locale5__imp7installINS_7collateIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(51328) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(52416) | 0); return; } @@ -97491,14 +101271,14 @@ function __ZNKSt3__18numpunctIwE12do_falsenameEv(i1, i2) { function __ZNSt3__16locale5__imp7installINS_5ctypeIwEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(51376) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(52464) | 0); return; } function __ZNSt3__16locale5__imp7installINS_5ctypeIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(51344) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(52432) | 0); return; } @@ -97708,6 +101488,14 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocals return; } +function __ZN4wasm6Memory7SegmentC2ERKS1_(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + __ZNSt3__16vectorIcNS_9allocatorIcEEEC2ERKS3_(i2 + 4 | 0, i1 + 4 | 0); + return; +} + function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv(i1) { i1 = i1 | 0; __ZdlPv(i1); @@ -97750,13 +101538,13 @@ function __ZNKSt3__110moneypunctIcLb0EE16do_negative_signEv(i1, i2) { function __ZNK4wasm7Literal14reinterpretf64Ev(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 2) return +(+HEAPF64[i1 + 8 >> 3]); else ___assert_fail(18238, 17721, 213, 20673); + if ((HEAP32[i1 >> 2] | 0) == 2) return +(+HEAPF64[i1 + 8 >> 3]); else ___assert_fail(18134, 17717, 219, 20733); return +(0.0); } function __ZNK4wasm7Literal14reinterpretf32Ev(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 1) return +(+HEAPF32[i1 + 8 >> 2]); else ___assert_fail(18206, 17721, 212, 20634); + if ((HEAP32[i1 >> 2] | 0) == 1) return +(+HEAPF32[i1 + 8 >> 2]); else ___assert_fail(18102, 17717, 218, 20694); return +(0.0); } @@ -97870,10 +101658,16 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_6VacuumEEC1EPKc function __ZNKSt3__18numpunctIcE12do_falsenameEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 46573, 5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 47639, 5); return; } +function __ZNK4wasm7Literal14reinterpreti32Ev(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 3) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(25124, 17717, 216, 25146); + return 0; +} + function __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(i1) { i1 = i1 | 0; i1 = __ZN10MixedArena10allocSpaceEj(i1, 12) | 0; @@ -97918,7 +101712,7 @@ function __ZNSt3__121__thread_specific_ptrINS_15__thread_structEE16__at_thread_e function __ZNKSt3__18numpunctIcE11do_truenameEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 46579, 4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 47645, 4); return; } @@ -97934,6 +101728,13 @@ function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2 return; } +function __ZN4wasm7ElementixEj(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + i2 = __ZNK11ArenaVectorIPN4wasm7ElementEEixEj(__ZN4wasm7Element4listEv(i2) | 0, i1) | 0; + return HEAP32[i2 >> 2] | 0; +} + function __ZN10MixedArena5allocIN4wasm6SelectEEEPT_v(i1) { i1 = i1 | 0; i1 = __ZN10MixedArena10allocSpaceEj(i1, 20) | 0; @@ -97974,13 +101775,13 @@ function __ZN4wasm11FullPrinterD0Ev(i1) { function __ZN4wasm10Expression4castINS_12CallIndirectEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 8) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 8) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } function __ZN4wasm10Expression4castINS_11UnreachableEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 20) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 20) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } @@ -98037,24 +101838,16 @@ function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnused function __ZNK4wasm7Literal6getf64Ev(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 4) return +(+HEAPF64[i1 + 8 >> 3]); else ___assert_fail(24305, 17721, 206, 24991); + if ((HEAP32[i1 >> 2] | 0) == 4) return +(+HEAPF64[i1 + 8 >> 3]); else ___assert_fail(25161, 17717, 212, 26010); return +(0.0); } function __ZNK4wasm7Literal6getf32Ev(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 3) return +(+HEAPF32[i1 + 8 >> 2]); else ___assert_fail(24261, 17721, 205, 24984); + if ((HEAP32[i1 >> 2] | 0) == 3) return +(+HEAPF32[i1 + 8 >> 2]); else ___assert_fail(25124, 17717, 211, 26003); return +(0.0); } -function __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(i1) { - i1 = i1 | 0; - i1 = __ZN10MixedArena10allocSpaceEj(i1, 8) | 0; - HEAP32[i1 >> 2] = 0; - HEAP32[i1 + 4 >> 2] = 0; - return i1 | 0; -} - function __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(i1) { i1 = i1 | 0; i1 = __ZN10MixedArena10allocSpaceEj(i1, 28) | 0; @@ -98081,7 +101874,7 @@ function __ZNSt3__110__time_putD2Ev(i1) { function __ZN4wasm10Expression4castINS_10CallImportEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 7) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 7) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } @@ -98147,12 +101940,12 @@ function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscript function __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i1) { i1 = i1 | 0; - return __ZN6cashew5Value9setStringERKNS_7IStringE(__ZN6cashew5Arena5allocEv(49268) | 0, i1) | 0; + return __ZN6cashew5Value9setStringERKNS_7IStringE(__ZN6cashew5Arena5allocEv(50344) | 0, i1) | 0; } function __ZN4wasm10Expression4castINS_8SetLocalEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 10) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 10) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } @@ -98189,7 +101982,7 @@ function __ZN4wasm7PrinterD0Ev(i1) { function __ZN4wasm10Expression4castINS_8GetLocalEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 9) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 9) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } @@ -98223,25 +102016,25 @@ function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2 function __ZN6cashew5Value8getArrayEv(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 2) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(38206, 38216, 219, 26627); + if ((HEAP32[i1 >> 2] | 0) == 2) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(39216, 39226, 220, 27646); return 0; } function __ZN4wasm10Expression4castINS_6SelectEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 16) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 16) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } function __ZN4wasm10Expression4castINS_6ReturnEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 17) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 17) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } function __ZN4wasm10Expression4castINS_6BinaryEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 15) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 15) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } @@ -98259,37 +102052,37 @@ 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(18206, 17721, 203, 24977); + if ((HEAP32[i1 >> 2] | 0) == 1) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(18102, 17717, 209, 25996); return 0; } function __ZN6cashew5Value10getCStringEv(i1) { i1 = i1 | 0; - if (!(HEAP32[i1 >> 2] | 0)) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(16456, 38216, 207, 16910); + if (!(HEAP32[i1 >> 2] | 0)) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(16456, 39226, 208, 16910); return 0; } function __ZN4wasm10Expression4castINS_6SwitchEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 5) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 5) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } function __ZN4wasm10Expression4castINS_5UnaryEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 14) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 14) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } function __ZN4wasm10Expression4castINS_5StoreEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 12) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 12) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } function __ZN4wasm10Expression4castINS_5ConstEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 13) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 13) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } @@ -98328,25 +102121,25 @@ function __ZN4wasm4PassD0Ev(i1) { function __ZN4wasm10Expression4castINS_5BreakEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 4) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 4) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } function __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 1) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 1) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } function __ZN4wasm10Expression4castINS_4LoadEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 11) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 11) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } function __ZN4wasm10Expression4castINS_4HostEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 18) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 18) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } @@ -98366,19 +102159,19 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_20OptimizeInstr function __ZN4wasm10Expression4castINS_4LoopEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 3) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 3) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } function __ZN4wasm10Expression4castINS_4CallEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 6) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 6) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } function __ZN4wasm10Expression4castINS_3NopEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 19) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 19) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } @@ -98414,7 +102207,7 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11FullPrinterEE function ___errno_location() { var i1 = 0; - if (!(HEAP32[12414] | 0)) i1 = 49700; else { + if (!(HEAP32[12686] | 0)) i1 = 50788; else { i1 = (_pthread_self() | 0) + 64 | 0; i1 = HEAP32[i1 >> 2] | 0; } @@ -98423,7 +102216,7 @@ function ___errno_location() { function __ZN6cashew12ValueBuilder8makeNullEv() { var i1 = 0; - i1 = __ZN6cashew5Arena5allocEv(49268) | 0; + i1 = __ZN6cashew5Arena5allocEv(50344) | 0; __ZN6cashew5Value4freeEv(i1); HEAP32[i1 >> 2] = 3; return i1 | 0; @@ -98431,7 +102224,7 @@ function __ZN6cashew12ValueBuilder8makeNullEv() { function __ZN4wasm10Expression4castINS_2IfEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 2) return i1 | 0; else ___assert_fail(18494, 17721, 779, 18525); + if ((HEAP32[i1 >> 2] | 0) == 2) return i1 | 0; else ___assert_fail(18399, 17717, 857, 18430); return 0; } @@ -98482,7 +102275,7 @@ function __ZZ11instantiateEN19JSExternalInterface10growMemoryEjj(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; i1 = i1 | 0; - _emscripten_asm_const_ii(32, i1 | 0) | 0; + _emscripten_asm_const_ii(31, i1 | 0) | 0; return; } @@ -98526,7 +102319,7 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15MinifiedPrint function __ZN4wasm7Element5c_strEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 16 >> 2] | 0; else ___assert_fail(17633, 17541, 93, 18311); + if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 20 >> 2] | 0; else ___assert_fail(17629, 17537, 92, 18207); return 0; } @@ -98566,7 +102359,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(17633, 17541, 88, 17642); + if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 20 >> 2] | 0; else ___assert_fail(17629, 17537, 87, 17638); return 0; } @@ -98598,17 +102391,10 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11FullPrinterEE function __ZN6cashew5Value9getNumberEv(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 1) return i1 + 8 | 0; else ___assert_fail(16563, 38216, 215, 16574); + if ((HEAP32[i1 >> 2] | 0) == 1) return i1 + 8 | 0; else ___assert_fail(16563, 39226, 216, 16574); return 0; } -function __ZN4wasm7ElementixEj(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - i2 = __ZN4wasm7Element4listEv(i2) | 0; - return HEAP32[(HEAP32[i2 >> 2] | 0) + (i1 << 2) >> 2] | 0; -} - function __ZNSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev(i1) { i1 = i1 | 0; __ZNSt3__110__time_putD2Ev(i1 + 8 | 0); @@ -98632,7 +102418,7 @@ function __ZN4wasm8PopCountIyEEiT_(i1, i2) { function __ZN6cashew5Value10getIStringEv(i1) { i1 = i1 | 0; - if (!(HEAP32[i1 >> 2] | 0)) return i1 + 8 | 0; else ___assert_fail(16456, 38216, 211, 16467); + if (!(HEAP32[i1 >> 2] | 0)) return i1 + 8 | 0; else ___assert_fail(16456, 39226, 212, 16467); return 0; } @@ -98715,21 +102501,39 @@ function b0(i1, i2, i3, i4, i5, i6, i7) { function __ZNSt3__16locale2id6__initEv(i1) { i1 = i1 | 0; var i2 = 0; - i2 = HEAP32[12838] | 0; - HEAP32[12838] = i2 + 1; + i2 = HEAP32[13110] | 0; + HEAP32[13110] = i2 + 1; HEAP32[i1 + 4 >> 2] = i2 + 1; return; } -function __ZN4wasm7Element4sizeEv(i1) { +function __ZN4wasm18isInRangeI64TruncUEi(i1) { + i1 = i1 | 0; + if (i1 >>> 0 < 1602224128) i1 = 1; else i1 = (i1 | 0) < 0 & i1 >>> 0 < 3212836864; + return i1 | 0; +} + +function __ZN4wasm18isInRangeI64TruncSEi(i1) { i1 = i1 | 0; - i1 = __ZN4wasm7Element4listEv(i1) | 0; - return (HEAP32[i1 + 4 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) >> 2 | 0; + if (i1 >>> 0 < 1593835520) i1 = 1; else i1 = (i1 | 0) < 0 & i1 >>> 0 < 3741319169; + return i1 | 0; +} + +function __ZN4wasm18isInRangeI32TruncUEi(i1) { + i1 = i1 | 0; + if (i1 >>> 0 < 1333788672) i1 = 1; else i1 = (i1 | 0) < 0 & i1 >>> 0 < 3212836864; + return i1 | 0; +} + +function __ZN4wasm18isInRangeI32TruncSEi(i1) { + i1 = i1 | 0; + if (i1 >>> 0 < 1325400064) i1 = 1; else i1 = (i1 | 0) < 0 & i1 >>> 0 < 3472883713; + return i1 | 0; } function __ZN4wasm10ThreadPool9isRunningEv() { var i1 = 0; - i1 = HEAP32[12336] | 0; + i1 = HEAP32[12608] | 0; if (!i1) i1 = 0; else i1 = (HEAP8[i1 + 12 >> 0] | 0) != 0; return i1 | 0; } @@ -98743,7 +102547,7 @@ function _strchr(i2, i1) { function __ZN4wasm7Element4listEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(17567, 17541, 73, 17575); else return i1 + 4 | 0; + if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(17563, 17537, 72, 17571); else return i1 + 4 | 0; return 0; } @@ -98815,7 +102619,7 @@ function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUl function __ZN6cashew12ValueBuilder12makeRawArrayEi(i1) { i1 = i1 | 0; - return __ZN6cashew5Value8setArrayEj(__ZN6cashew5Arena5allocEv(49268) | 0, i1) | 0; + return __ZN6cashew5Value8setArrayEj(__ZN6cashew5Arena5allocEv(50344) | 0, i1) | 0; } function _wcslen(i2) { @@ -98867,7 +102671,7 @@ function __ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_ function __ZNSt3__15mutex6unlockEv(i1) { i1 = i1 | 0; - if (!(_pthread_mutex_unlock(i1 | 0) | 0)) return; else ___assert_fail(42339, 42347, 47, 42449); + if (!(_pthread_mutex_unlock(i1 | 0) | 0)) return; else ___assert_fail(43405, 43413, 47, 43515); } function dynCall_viii(i4, i1, i2, i3) { @@ -98881,7 +102685,7 @@ function dynCall_viii(i4, i1, i2, i3) { function __ZZ11instantiateEN19JSExternalInterface4trapEPKc(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - _emscripten_asm_const_ii(33, i2 | 0) | 0; + _emscripten_asm_const_ii(32, i2 | 0) | 0; return; } function stackAlloc(i1) { @@ -98930,8 +102734,14 @@ function __ZNSt3__110__function6__funcIZN4wasm17WasmBinaryBuilder9getS32LEBEvEUl return; } +function __ZN4wasm5FatalD2Ev(i1) { + i1 = i1 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(51476, 29972) | 0; + _exit(1); +} + function __GLOBAL__sub_I_OptimizeInstructions_cpp() { - __ZN4wasm12RegisterPassINS_20OptimizeInstructionsEEC2EPKcS4_(55210, 30418, 30440); + __ZN4wasm12RegisterPassINS_20OptimizeInstructionsEEC2EPKcS4_(56298, 31484, 31506); return; } @@ -99111,7 +102921,7 @@ function __ZNSt11logic_errorD2Ev(i1) { } function __GLOBAL__sub_I_RemoveUnusedNames_cpp() { - __ZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC2EPKcS4_(55212, 32500, 32520); + __ZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC2EPKcS4_(56300, 33566, 33586); return; } @@ -99132,12 +102942,12 @@ function __ZNSt3__17codecvtIwc11__mbstate_tED0Ev(i1) { function __ZNKSt3__121__basic_string_commonILb1EE20__throw_out_of_rangeEv(i1) { i1 = i1 | 0; - ___assert_fail(42620, 42517, 1175, 45522); + ___assert_fail(43686, 43583, 1175, 46588); } function __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i1) { i1 = i1 | 0; - ___assert_fail(42488, 42517, 1164, 45478); + ___assert_fail(43554, 43583, 1164, 46544); } function _strtoll(i3, i2, i1) { @@ -99160,7 +102970,7 @@ function __ZN6Colors15outputColorCodeERNSt3__113basic_ostreamIcNS0_11char_traits } function __GLOBAL__sub_I_RemoveUnusedBrs_cpp() { - __ZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC2EPKcS4_(55211, 31210, 31228); + __ZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC2EPKcS4_(56299, 32276, 32294); return; } @@ -99174,12 +102984,12 @@ function _strtol(i3, i2, i1) { function __ZNKSt3__120__vector_base_commonILb1EE20__throw_out_of_rangeEv(i1) { i1 = i1 | 0; - ___assert_fail(45499, 45375, 314, 45522); + ___assert_fail(46565, 46441, 314, 46588); } function __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i1) { i1 = i1 | 0; - ___assert_fail(45352, 45375, 303, 45478); + ___assert_fail(46418, 46441, 303, 46544); } function b13(i1, i2, i3, i4, i5, i6) { @@ -99199,12 +103009,12 @@ function __ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_ } function __GLOBAL__sub_I_SimplifyLocals_cpp() { - __ZN4wasm12RegisterPassINS_14SimplifyLocalsEEC2EPKcS4_(55214, 34100, 34116); + __ZN4wasm12RegisterPassINS_14SimplifyLocalsEEC2EPKcS4_(56302, 35166, 35182); return; } function __GLOBAL__sub_I_PostEmscripten_cpp() { - __ZN4wasm12RegisterPassINS_14PostEmscriptenEEC2EPKcS4_(55213, 33284, 33300); + __ZN4wasm12RegisterPassINS_14PostEmscriptenEEC2EPKcS4_(56301, 34350, 34366); return; } @@ -99222,14 +103032,14 @@ function __ZNSt3__16localeD2Ev(i1) { } function __GLOBAL__sub_I_ReorderLocals_cpp() { - __ZN4wasm12RegisterPassINS_13ReorderLocalsEEC2EPKcS4_(55215, 36010, 36025); + __ZN4wasm12RegisterPassINS_13ReorderLocalsEEC2EPKcS4_(56303, 37076, 37091); return; } function __ZNSt3__16locale5__imp12make_classicEv() { - __ZNSt3__16locale5__impC2Ej(48656, 1); - HEAP32[13292] = 48656; - return 53168; + __ZNSt3__16locale5__impC2Ej(49720, 1); + HEAP32[13564] = 49720; + return 54256; } function __ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev(i1) { @@ -99294,7 +103104,7 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE } function __GLOBAL__sub_I_MergeBlocks_cpp() { - __ZN4wasm12RegisterPassINS_11MergeBlocksEEC2EPKcS4_(55206, 28129, 28142); + __ZN4wasm12RegisterPassINS_11MergeBlocksEEC2EPKcS4_(56294, 29155, 29168); return; } @@ -99343,7 +103153,7 @@ function _mbrlen(i2, i1, i3) { i2 = i2 | 0; i1 = i1 | 0; i3 = i3 | 0; - return _mbrtowc(0, i2, i1, i3 | 0 ? i3 : 49716) | 0; + return _mbrtowc(0, i2, i1, i3 | 0 ? i3 : 50804) | 0; } function __ZNSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev(i1) { @@ -99414,7 +103224,7 @@ function __ZNSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0 function __GLOBAL__I_000101() { __ZNSt3__18ios_base4InitC2Ev(0); - ___cxa_atexit(254, 57290, ___dso_handle | 0) | 0; + ___cxa_atexit(254, 58378, ___dso_handle | 0) | 0; return; } @@ -99500,8 +103310,8 @@ function __ZNSt3__110__stdinbufIcE5uflowEv(i1) { } function __GLOBAL__sub_I_threads_cpp() { - HEAP32[12336] = 0; - ___cxa_atexit(250, 49344, ___dso_handle | 0) | 0; + HEAP32[12608] = 0; + ___cxa_atexit(250, 50432, ___dso_handle | 0) | 0; return; } @@ -99541,14 +103351,14 @@ function __ZN4wasm14SimplifyLocalsD0Ev(i1) { } function __GLOBAL__sub_I_Vacuum_cpp() { - __ZN4wasm12RegisterPassINS_6VacuumEEC2EPKcS4_(55216, 36807, 36814); + __ZN4wasm12RegisterPassINS_6VacuumEEC2EPKcS4_(56304, 37873, 37880); return; } function __ZSt15get_new_handlerv() { var i1 = 0; - i1 = HEAP32[13298] | 0; - HEAP32[13298] = i1 + 0; + i1 = HEAP32[13570] | 0; + HEAP32[13570] = i1 + 0; return i1 | 0; } @@ -100318,12 +104128,12 @@ function __ZNSt3__114__shared_countD2Ev(i1) { function __ZNKSt9exception4whatEv(i1) { i1 = i1 | 0; - return 46063; + return 47129; } function __ZNKSt9bad_alloc4whatEv(i1) { i1 = i1 | 0; - return 46048; + return 47114; } function dynCall_v(i1) { @@ -100531,7 +104341,7 @@ var FUNCTION_TABLE_vi = [b4,__ZNSt9exceptionD2Ev,__ZNSt3__117bad_function_callD0 ,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_6VacuumEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_6VacuumEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10PostWalkerINS_6VacuumENS_7VisitorIS2_vEEEEED2Ev,__ZN4wasm10WalkerPassINS_10PostWalkerINS_6VacuumENS_7VisitorIS2_vEEEEED0Ev,__ZN4wasm6VacuumD0Ev,__ZNSt3__110__function6__funcIZN4wasm6WalkerINS2_6VacuumENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm6WalkerINS2_6VacuumENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm6WalkerINS2_6VacuumENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE18destroy_deallocateEv,__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,__ZNSt11logic_errorD2Ev,__ZNSt11logic_errorD0Ev,__ZNSt12out_of_rangeD0Ev,__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,__ZNSt3__110unique_ptrIN4wasm10ThreadPoolENS_14default_deleteIS2_EEED2Ev,__ZN4wasm6Thread8mainLoopEPv,_cleanup_418,_cleanup_435,__ZNSt3__18ios_base4InitD2Ev,__ZNSt3__121__thread_specific_ptrINS_15__thread_structEE16__at_thread_exitEPv,__ZNSt3__121__thread_specific_ptrINS_15__thread_structEED2Ev,__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 +,__ZNSt9bad_allocD2Ev,__ZNSt9bad_allocD0Ev,__ZNSt11logic_errorD2Ev,__ZNSt11logic_errorD0Ev,__ZNSt12out_of_rangeD0Ev,__ZN10__cxxabiv121__vmi_class_type_infoD0Ev,__ZNSt3__113__vector_baseIN6cashew3RefENS_9allocatorIS2_EEED2Ev,__ZN6cashew10IStringSetD2Ev,__ZNSt3__113__vector_baseIN6cashew13OperatorClassENS_9allocatorIS2_EEED2Ev,__ZNSt3__113__vector_baseINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEED2Ev,__ZN6cashew5ArenaD2Ev,__ZNSt3__110unique_ptrIN4wasm10ThreadPoolENS_14default_deleteIS2_EEED2Ev,__ZN4wasm6Thread8mainLoopEPv,_cleanup_418,_cleanup_435,__ZNSt3__18ios_base4InitD2Ev,__ZNSt3__121__thread_specific_ptrINS_15__thread_structEE16__at_thread_exitEPv,__ZNSt3__121__thread_specific_ptrINS_15__thread_structEED2Ev,__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,b4,b4,b4,b4,b4,b4,b4 ,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4 ,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4 @@ -100543,19 +104353,19 @@ var FUNCTION_TABLE_vi = [b4,__ZNSt9exceptionD2Ev,__ZNSt3__117bad_function_callD0 ,b4,b4,b4]; var FUNCTION_TABLE_vii = [b5,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE5imbueERKNS_6localeE,__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,__ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_11MergeBlocksENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE7__cloneEPNS0_6__baseISE_EE,__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_11FullPrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_20OptimizeInstructionsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_20OptimizeInstructionsENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE7__cloneEPNS0_6__baseISE_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_15RemoveUnusedBrsENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE7__cloneEPNS0_6__baseISE_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_17RemoveUnusedNamesENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE7__cloneEPNS0_6__baseISE_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_14PostEmscriptenENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE7__cloneEPNS0_6__baseISE_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_14SimplifyLocalsENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE7__cloneEPNS0_6__baseISE_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_13ReorderLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_13ReorderLocalsENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE7__cloneEPNS0_6__baseISE_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_6VacuumEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE ,__ZNKSt3__110__function6__funcIZN4wasm6WalkerINS2_6VacuumENS2_7VisitorIS4_vEEE9startWalkEPNS2_6ModuleEEUlvE_NS_9allocatorISA_EEFNS2_15ThreadWorkStateEvEE7__cloneEPNS0_6__baseISE_EE,__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,__ZN4wasm10PostWalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE -,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE -,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm15RemoveUnusedBrs4scanEPS0_PPNS_10ExpressionE,__ZN4wasm15RemoveUnusedBrs8visitAnyEPS0_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm15RemoveUnusedBrs10saveIfTrueEPS0_PPNS_10ExpressionE,__ZN4wasm15RemoveUnusedBrs5clearEPS0_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE -,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE4scanEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE12doVisitBlockEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE9doVisitIfEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE11doVisitLoopEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE12doVisitBreakEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13doVisitSwitchEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE11doVisitCallEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE17doVisitCallImportEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE19doVisitCallIndirectEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE15doVisitGetLocalEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE15doVisitSetLocalEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE11doVisitLoadEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE12doVisitStoreEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE12doVisitConstEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE12doVisitUnaryEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13doVisitBinaryEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13doVisitSelectEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13doVisitReturnEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE11doVisitHostEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE10doVisitNopEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE18doVisitUnreachableEPS5_PS3_,__ZN4wasm10PostWalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE -,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE -,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals4scanEPS0_PPNS_10ExpressionE -,__ZN4wasm14SimplifyLocals9visitPostEPS0_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals17doNoteIfElseFalseEPS0_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals16doNoteIfElseTrueEPS0_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals21doNoteIfElseConditionEPS0_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals8visitPreEPS0_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals15doNoteNonLinearEPS0_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE -,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE -,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE4scanEPS4_PPNS_10ExpressionE -,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE12doVisitBlockEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE9doVisitIfEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE11doVisitLoopEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE12doVisitBreakEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13doVisitSwitchEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE11doVisitCallEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE17doVisitCallImportEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE19doVisitCallIndirectEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE15doVisitGetLocalEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE15doVisitSetLocalEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE11doVisitLoadEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE12doVisitStoreEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE12doVisitConstEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE12doVisitUnaryEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13doVisitBinaryEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13doVisitSelectEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13doVisitReturnEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE11doVisitHostEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE10doVisitNopEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE18doVisitUnreachableEPS4_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_6VacuumENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE -,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,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,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,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5 +,__ZNKSt3__18messagesIcE8do_closeEi,__ZNKSt3__18messagesIwE8do_closeEi,__ZNKSt3__18numpunctIcE11do_groupingEv,__ZNKSt3__18numpunctIcE11do_truenameEv,__ZNKSt3__18numpunctIcE12do_falsenameEv,__ZNKSt3__18numpunctIwE11do_groupingEv,__ZNKSt3__18numpunctIwE11do_truenameEv,__ZNKSt3__18numpunctIwE12do_falsenameEv,__ZN4wasm10PostWalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11BreakSeekerENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE +,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidatorENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE4scanEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE12doVisitBlockEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE9doVisitIfEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE11doVisitLoopEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE12doVisitBreakEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13doVisitSwitchEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE11doVisitCallEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE17doVisitCallImportEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE19doVisitCallIndirectEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE15doVisitGetLocalEPS2_PPNS_10ExpressionE +,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE15doVisitSetLocalEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE11doVisitLoadEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE12doVisitStoreEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE12doVisitConstEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE12doVisitUnaryEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13doVisitBinaryEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13doVisitSelectEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE13doVisitReturnEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE11doVisitHostEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE10doVisitNopEPS2_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13WasmValidator16LoopChildCheckerENS_7VisitorIS2_vEEE18doVisitUnreachableEPS2_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE +,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_11MergeBlocksENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_20OptimizeInstructionsENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm15RemoveUnusedBrs4scanEPS0_PPNS_10ExpressionE,__ZN4wasm15RemoveUnusedBrs8visitAnyEPS0_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm15RemoveUnusedBrs10saveIfTrueEPS0_PPNS_10ExpressionE,__ZN4wasm15RemoveUnusedBrs5clearEPS0_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE +,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15RemoveUnusedBrsENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE4scanEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE12doVisitBlockEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE9doVisitIfEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE11doVisitLoopEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE12doVisitBreakEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13doVisitSwitchEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE11doVisitCallEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE17doVisitCallImportEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE19doVisitCallIndirectEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE15doVisitGetLocalEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE15doVisitSetLocalEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE11doVisitLoadEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE12doVisitStoreEPS5_PS3_ +,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE12doVisitConstEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE12doVisitUnaryEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13doVisitBinaryEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13doVisitSelectEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE13doVisitReturnEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE11doVisitHostEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE10doVisitNopEPS5_PS3_,__ZN4wasm6WalkerIZNS_15RemoveUnusedBrs4walkERPNS_10ExpressionEE11SelectifierNS_7VisitorIS5_vEEE18doVisitUnreachableEPS5_PS3_,__ZN4wasm10PostWalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14EffectAnalyzerENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE +,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_17RemoveUnusedNamesENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE +,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14PostEmscriptenENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals4scanEPS0_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals9visitPostEPS0_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals17doNoteIfElseFalseEPS0_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals16doNoteIfElseTrueEPS0_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals21doNoteIfElseConditionEPS0_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals8visitPreEPS0_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm14SimplifyLocals15doNoteNonLinearEPS0_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE +,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_14SimplifyLocalsENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15GetLocalCounterENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE +,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15SetLocalRemoverENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE +,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_13ReorderLocalsENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE4scanEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE12doVisitBlockEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE9doVisitIfEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE11doVisitLoopEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE12doVisitBreakEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13doVisitSwitchEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE11doVisitCallEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE17doVisitCallImportEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE19doVisitCallIndirectEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE15doVisitGetLocalEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE15doVisitSetLocalEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE11doVisitLoadEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE12doVisitStoreEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE12doVisitConstEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE12doVisitUnaryEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13doVisitBinaryEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13doVisitSelectEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE13doVisitReturnEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE11doVisitHostEPS4_PPNS_10ExpressionE +,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE10doVisitNopEPS4_PPNS_10ExpressionE,__ZN4wasm6WalkerIZNS_13ReorderLocals13visitFunctionEPNS_8FunctionEE9ReIndexerNS_7VisitorIS4_vEEE18doVisitUnreachableEPS4_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_6VacuumENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_6VacuumENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,__ZN4wasm10PostWalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE4scanEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE12doVisitBlockEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE9doVisitIfEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE11doVisitLoopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE12doVisitBreakEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13doVisitSwitchEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE11doVisitCallEPS1_PPNS_10ExpressionE +,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE17doVisitCallImportEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE19doVisitCallIndirectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE15doVisitGetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE15doVisitSetLocalEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE11doVisitLoadEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE12doVisitStoreEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE12doVisitConstEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE12doVisitUnaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13doVisitBinaryEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13doVisitSelectEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE13doVisitReturnEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE11doVisitHostEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE10doVisitNopEPS1_PPNS_10ExpressionE,__ZN4wasm6WalkerINS_15BlockTypeSeekerENS_7VisitorIS1_vEEE18doVisitUnreachableEPS1_PPNS_10ExpressionE,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,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,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5 ,b5,b5,b5]; diff --git a/build-js.sh b/build-js.sh index ce8038f51..faf156f13 100755 --- a/build-js.sh +++ b/build-js.sh @@ -6,9 +6,9 @@ echo "building wasm.js" -em++ -std=c++11 src/wasm-js.cpp src/pass.cpp src/passes/MergeBlocks.cpp src/passes/Print.cpp src/passes/OptimizeInstructions.cpp src/passes/RemoveUnusedBrs.cpp src/passes/RemoveUnusedNames.cpp src/passes/PostEmscripten.cpp src/passes/SimplifyLocals.cpp src/passes/ReorderLocals.cpp src/passes/Vacuum.cpp src/emscripten-optimizer/parser.cpp src/emscripten-optimizer/simple_ast.cpp src/emscripten-optimizer/optimizer-shared.cpp src/support/colors.cpp src/support/safe_integer.cpp src/support/bits.cpp src/support/threads.cpp src/asmjs/asm_v_wasm.cpp src/asmjs/shared-constants.cpp src/wasm.cpp -Isrc/ -o bin/wasm.js -s MODULARIZE=1 -s 'EXPORT_NAME="WasmJS"' --memory-init-file 0 -Oz -s ALLOW_MEMORY_GROWTH=1 -profiling -s DEMANGLE_SUPPORT=1 #-DWASM_JS_DEBUG -DWASM_INTERPRETER_DEBUG=2 +em++ -std=c++11 src/wasm-js.cpp src/passes/pass.cpp src/passes/MergeBlocks.cpp src/passes/Print.cpp src/passes/OptimizeInstructions.cpp src/passes/RemoveUnusedBrs.cpp src/passes/RemoveUnusedNames.cpp src/passes/PostEmscripten.cpp src/passes/SimplifyLocals.cpp src/passes/ReorderLocals.cpp src/passes/Vacuum.cpp src/emscripten-optimizer/parser.cpp src/emscripten-optimizer/simple_ast.cpp src/emscripten-optimizer/optimizer-shared.cpp src/support/colors.cpp src/support/safe_integer.cpp src/support/bits.cpp src/support/threads.cpp src/asmjs/asm_v_wasm.cpp src/asmjs/shared-constants.cpp src/wasm.cpp -Isrc/ -o bin/wasm.js -s MODULARIZE=1 -s 'EXPORT_NAME="WasmJS"' --memory-init-file 0 -Oz -s ALLOW_MEMORY_GROWTH=1 -profiling -s DEMANGLE_SUPPORT=1 #-DWASM_JS_DEBUG -DWASM_INTERPRETER_DEBUG=2 echo "building binaryen.js" python ~/Dev/emscripten/tools/webidl_binder.py src/js/binaryen.idl glue -em++ -std=c++11 src/binaryen-js.cpp src/pass.cpp src/passes/MergeBlocks.cpp src/passes/Print.cpp src/passes/RemoveUnusedBrs.cpp src/passes/RemoveUnusedNames.cpp src/passes/PostEmscripten.cpp src/passes/SimplifyLocals.cpp src/passes/ReorderLocals.cpp src/passes/Vacuum.cpp src/emscripten-optimizer/parser.cpp src/emscripten-optimizer/simple_ast.cpp src/emscripten-optimizer/optimizer-shared.cpp src/support/colors.cpp src/support/safe_integer.cpp src/support/bits.cpp src/support/threads.cpp src/asmjs/asm_v_wasm.cpp src/asmjs/shared-constants.cpp src/wasm.cpp -Isrc/ -o bin/binaryen.js -s MODULARIZE=1 -s 'EXPORT_NAME="Binaryen"' --memory-init-file 0 -Oz -s ALLOW_MEMORY_GROWTH=1 -profiling -s DEMANGLE_SUPPORT=1 -s INVOKE_RUN=0 --post-js glue.js +em++ -std=c++11 src/binaryen-js.cpp src/passes/pass.cpp src/passes/MergeBlocks.cpp src/passes/Print.cpp src/passes/RemoveUnusedBrs.cpp src/passes/RemoveUnusedNames.cpp src/passes/PostEmscripten.cpp src/passes/SimplifyLocals.cpp src/passes/ReorderLocals.cpp src/passes/Vacuum.cpp src/emscripten-optimizer/parser.cpp src/emscripten-optimizer/simple_ast.cpp src/emscripten-optimizer/optimizer-shared.cpp src/support/colors.cpp src/support/safe_integer.cpp src/support/bits.cpp src/support/threads.cpp src/asmjs/asm_v_wasm.cpp src/asmjs/shared-constants.cpp src/wasm.cpp -Isrc/ -o bin/binaryen.js -s MODULARIZE=1 -s 'EXPORT_NAME="Binaryen"' --memory-init-file 0 -Oz -s ALLOW_MEMORY_GROWTH=1 -profiling -s DEMANGLE_SUPPORT=1 -s INVOKE_RUN=0 --post-js glue.js diff --git a/src/wasm-js.cpp b/src/wasm-js.cpp index 47d3543f9..6626f46e1 100644 --- a/src/wasm-js.cpp +++ b/src/wasm-js.cpp @@ -165,7 +165,7 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() { EM_ASM({ Module['asmExports'] = {}; }); - for (auto* curr : module->exports) { + for (auto& curr : module->exports) { EM_ASM_({ var name = Pointer_stringify($0); Module['asmExports'][name] = function() { @@ -177,7 +177,7 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() { } // verify imports are provided - for (auto* import : module->imports) { + for (auto& import : module->imports) { EM_ASM_({ var mod = Pointer_stringify($0); var base = Pointer_stringify($1); @@ -199,7 +199,7 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() { var source = Module['HEAP8'].subarray($1, $1 + $2); var target = new Int8Array(Module['outside']['newBuffer']); target.set(source, $0); - }, segment.offset, segment.data, segment.size); + }, segment.offset, &segment.data[0], segment.data.size()); } } @@ -241,11 +241,13 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() { Literal load(Load* load, size_t addr) override { if (load->align < load->bytes || (addr & (load->bytes-1))) { + int64_t out64; double ret = EM_ASM_DOUBLE({ var addr = $0; var bytes = $1; var isFloat = $2; var isSigned = $3; + var out64 = $4; var save0 = HEAP32[0]; var save1 = HEAP32[1]; for (var i = 0; i < bytes; i++) { @@ -255,8 +257,12 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() { if (!isFloat) { if (bytes === 1) ret = isSigned ? HEAP8[0] : HEAPU8[0]; else if (bytes === 2) ret = isSigned ? HEAP16[0] : HEAPU16[0]; - else if (bytes === 4 || bytes === 8) ret = isSigned ? HEAP32[0] : HEAPU32[0]; // if i64, return low 32 bits here - else abort(); + else if (bytes === 4) ret = isSigned ? HEAP32[0] : HEAPU32[0]; + else if (bytes === 8) { + for (var i = 0; i < bytes; i++) { + HEAPU8[out64 + i] = HEAPU8[i]; + } + } else abort(); } else { if (bytes === 4) ret = HEAPF32[0]; else if (bytes === 8) ret = HEAPF64[0]; @@ -264,14 +270,11 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() { } HEAP32[0] = save0; HEAP32[1] = save1; return ret; - }, addr, load->bytes, isWasmTypeFloat(load->type), load->signed_); + }, addr, load->bytes, isWasmTypeFloat(load->type), load->signed_, &out64); if (!isWasmTypeFloat(load->type)) { if (load->type == i64) { if (load->bytes == 8) { - int32_t high = EM_ASM_INT_V({ - return HEAPU32[1]; - }); - return Literal(int64_t(int32_t(ret)) | (int64_t(int32_t(high)) << 32)); + return Literal(out64); } else { if (load->signed_) { return Literal(int64_t(int32_t(ret))); diff --git a/test/wasm_backend/i64_load.cpp b/test/wasm_backend/i64_load.cpp new file mode 100644 index 000000000..a54b31650 --- /dev/null +++ b/test/wasm_backend/i64_load.cpp @@ -0,0 +1,15 @@ +#include <stdint.h> +#include <stdio.h> + +struct S1 { unsigned lo:32; unsigned mid:2; unsigned hi:30; }; + +static struct S1 g_68 = { -1, 0, 0xbbe }; // 0xbbe = 3006 + +extern "C" void emscripten_autodebug_i32(int32_t x, int32_t y); + +int main() { + emscripten_autodebug_i32(0, g_68.lo); + emscripten_autodebug_i32(1, g_68.mid); + emscripten_autodebug_i32(2, g_68.hi); + return 0; +} diff --git a/test/wasm_backend/i64_load.txt b/test/wasm_backend/i64_load.txt new file mode 100644 index 000000000..119a531df --- /dev/null +++ b/test/wasm_backend/i64_load.txt @@ -0,0 +1,4 @@ +AD:0,-1 +AD:1,0 +AD:2,3006 + |