diff options
-rw-r--r-- | bin/wasm.js | 49201 | ||||
-rwxr-xr-x | build.sh | 2 | ||||
-rw-r--r-- | src/wasm-js.cpp | 92 | ||||
m--------- | test/emscripten | 0 | ||||
-rw-r--r-- | test/revision | 2 | ||||
-rw-r--r-- | test/wasm_backend/unaligned.cpp | 70 | ||||
-rw-r--r-- | test/wasm_backend/unaligned.txt | 15 |
7 files changed, 24267 insertions, 25115 deletions
diff --git a/bin/wasm.js b/bin/wasm.js index 0490d31ec..89ef3418e 100644 --- a/bin/wasm.js +++ b/bin/wasm.js @@ -397,7 +397,7 @@ var cwrap, ccall; } return ret; }; - var sourceRegex = /^function\s*\(([^)]*)\)\s*{\s*([^*]*?)[\s;]*(?:return\s*(.*?)[;\s]*)?}$/; + var sourceRegex = /^function\s*[a-zA-Z]*\s*\(([^)]*)\)\s*{\s*([^*]*?)[\s;]*(?:return\s*(.*?)[;\s]*)?}$/; function parseJSFunc(jsfunc) { var parsed = jsfunc.toString().match(sourceRegex).slice(1); return { @@ -1168,6 +1168,27 @@ var ASM_CONSTS = [ (function() { { Module["tempArguments"].push($0); } +}), (function($0, $1, $2, $3) { + { + var addr = $0; + var bytes = $1; + var isFloat = $2; + var isSigned = $3; + var save0 = HEAP32[0]; + var save1 = HEAP32[1]; + for (var i = 0; i < bytes; i++) { + HEAPU8[i] = Module["info"].parent["HEAPU8"][addr + i]; + } + 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) ret = isSigned ? HEAP32[0] : HEAPU32[0]; else abort(); + } else { + if (bytes === 4) ret = HEAPF32[0]; else if (bytes === 8) ret = HEAPF64[0]; else abort(); + } + HEAP32[0] = save0; + HEAP32[1] = save1; + return ret; + } }), (function($0) { { return Module["info"].parent["HEAP8"][$0]; @@ -1200,6 +1221,25 @@ var ASM_CONSTS = [ (function() { { return Module["info"].parent["HEAPF64"][$0 >> 3]; } +}), (function($0, $1, $2, $3) { + { + var addr = $0; + var bytes = $1; + var isFloat = $2; + var value = $3; + var save0 = HEAP32[0]; + var save1 = HEAP32[1]; + if (!isFloat) { + if (bytes === 1) HEAPU8[0] = value; else if (bytes === 2) HEAPU16[0] = value; else if (bytes === 4) HEAPU32[0] = value; else abort(); + } else { + if (bytes === 4) HEAPF32[0] = value; else if (bytes === 8) HEAPF64[0] = value; else abort(); + } + for (var i = 0; i < bytes; i++) { + Module["info"].parent["HEAPU8"][addr + i] = HEAPU8[i]; + } + HEAP32[0] = save0; + HEAP32[1] = save1; + } }), (function($0, $1) { { Module["info"].parent["HEAP8"][$0] = $1; @@ -1227,8 +1267,8 @@ var ASM_CONSTS = [ (function() { abort("wasm trap: " + Pointer_stringify($0)); } }) ]; -function _emscripten_asm_const_iiii(code, a0, a1, a2) { - return ASM_CONSTS[code](a0, a1, a2); +function _emscripten_asm_const_ii(code, a0) { + return ASM_CONSTS[code](a0); } function _emscripten_asm_const_dii(code, a0, a1) { return ASM_CONSTS[code](a0, a1); @@ -1242,12 +1282,18 @@ function _emscripten_asm_const_i(code) { function _emscripten_asm_const_iid(code, a0, a1) { return ASM_CONSTS[code](a0, a1); } -function _emscripten_asm_const_ii(code, a0) { - return ASM_CONSTS[code](a0); +function _emscripten_asm_const_diiii(code, a0, a1, a2, a3) { + return ASM_CONSTS[code](a0, a1, a2, a3); +} +function _emscripten_asm_const_diiid(code, a0, a1, a2, a3) { + return ASM_CONSTS[code](a0, a1, a2, a3); } function _emscripten_asm_const_did(code, a0, a1) { return ASM_CONSTS[code](a0, a1); } +function _emscripten_asm_const_iiii(code, a0, a1, a2) { + return ASM_CONSTS[code](a0, a1, a2); +} function _emscripten_asm_const_v(code) { return ASM_CONSTS[code](); } @@ -1258,7 +1304,7 @@ function _emscripten_asm_const_id(code, a0) { return ASM_CONSTS[code](a0); } STATIC_BASE = 8; -STATICTOP = STATIC_BASE + 46480; +STATICTOP = STATIC_BASE + 47648; __ATINIT__.push({ func: (function() { __GLOBAL__I_000101(); @@ -1273,6 +1319,10 @@ __ATINIT__.push({ }) }, { func: (function() { + __GLOBAL__sub_I_Print_cpp(); + }) +}, { + func: (function() { __GLOBAL__sub_I_RemoveUnusedBrs_cpp(); }) }, { @@ -1304,10 +1354,10 @@ __ATINIT__.push({ __GLOBAL__sub_I_iostream_cpp(); }) }); -allocate([ 12, 45, 0, 0, 193, 60, 0, 0, 52, 45, 0, 0, 112, 60, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 35, 60, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 233, 59, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 95, 62, 0, 0, 52, 45, 0, 0, 230, 61, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 113, 61, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 15, 61, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 213, 62, 0, 0, 248, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 27, 63, 0, 0, 232, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 126, 65, 0, 0, 224, 9, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 198, 66, 0, 0, 52, 45, 0, 0, 102, 66, 0, 0, 168, 0, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 98, 71, 0, 0, 52, 45, 0, 0, 61, 71, 0, 0, 192, 0, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 86, 78, 0, 0, 52, 45, 0, 0, 217, 77, 0, 0, 216, 0, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 193, 79, 0, 0, 88, 5, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 66, 83, 0, 0, 52, 45, 0, 0, 190, 82, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 6, 87, 0, 0, 12, 45, 0, 0, 200, 87, 0, 0, 52, 45, 0, 0, 67, 87, 0, 0, 32, 1, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 31, 88, 0, 0, 52, 45, 0, 0, 92, 88, 0, 0, 32, 1, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 225, 88, 0, 0, 12, 45, 0, 0, 16, 94, 0, 0, 52, 45, 0, 0, 195, 93, 0, 0, 88, 1, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 90, 94, 0, 0, 52, 45, 0, 0, 234, 94, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 97, 95, 0, 0, 52, 45, 0, 0, 143, 95, 0, 0, 160, 1, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 164, 95, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 192, 1, 0, 0, 2, 0, 0, 0, 200, 1, 0, 0, 2, 4, 0, 0, 12, 45, 0, 0, 222, 95, 0, 0, 52, 45, 0, 0, 235, 95, 0, 0, 216, 1, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 19, 96, 0, 0, 232, 1, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 63, 96, 0, 0, 52, 45, 0, 0, 104, 96, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 163, 96, 0, 0, 16, 2, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 245, 96, 0, 0, 12, 45, 0, 0, 68, 97, 0, 0, 52, 45, 0, 0, 199, 97, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 66, 98, 0, 0, 64, 2, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 91, 98, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 192, 1, 0, 0, 2, 0, 0, 0, 96, 2, 0, 0, 2, 4, 0, 0, 52, 45, 0, 0, 153, 98, 0, 0, 112, 2, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 197, 98, 0, 0, 128, 2, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 245, 98, 0, 0, 52, 45, 0, 0, 34, 99, 0, 0, 152, 2, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 97, 99, 0, 0, 168, 2, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 183, 99, 0, 0, 12, 45, 0, 0, 30, 100, 0, 0, 52, 45, 0, 0, 166, 100, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 35, 101, 0, 0, 216, 2, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 62, 101, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 192, 1, 0, 0, 2, 0, 0, 0, 248, 2, 0, 0, 2, 4, 0, 0, 52, 45, 0, 0, 126, 101, 0, 0, 8, 3, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 172, 101, 0, 0, 24, 3, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 222, 101, 0, 0, 52, 45, 0, 0, 13, 102, 0, 0, 48, 3, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 78, 102, 0, 0, 64, 3, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 166, 102, 0, 0, 12, 45, 0, 0, 251, 102, 0, 0, 52, 45, 0, 0, 131, 103, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 253, 103, 0, 0, 112, 3, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 21, 104, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 192, 1, 0, 0, 2, 0, 0, 0, 144, 3, 0, 0, 2, 4, 0, 0, 52, 45, 0, 0, 82, 104, 0, 0, 160, 3, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 125, 104, 0, 0, 176, 3, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 172, 104, 0, 0, 52, 45, 0, 0, 216, 104, 0, 0, 200, 3, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 22, 105, 0, 0, 216, 3, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 107, 105, 0, 0, 12, 45, 0, 0, 250, 105, 0, 0, 52, 45, 0, 0, 112, 106, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 234, 106, 0, 0, 8, 4, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 2, 107, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 192, 1, 0, 0, 2, 0, 0, 0, 40, 4, 0, 0, 2, 4, 0, 0, 52, 45, 0, 0, 63, 107, 0, 0, 56, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 106, 107, 0, 0, 72, 4, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 153, 107, 0, 0, 52, 45, 0, 0, 227, 107, 0, 0, 96, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 33, 108, 0, 0, 112, 4, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 118, 108, 0, 0, 12, 45, 0, 0, 211, 108, 0, 0, 52, 45, 0, 0, 248, 123, 0, 0, 232, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 54, 124, 0, 0, 232, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 79, 124, 0, 0, 240, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 103, 124, 0, 0, 240, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 36, 125, 0, 0, 208, 4, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 78, 125, 0, 0, 52, 45, 0, 0, 96, 125, 0, 0, 208, 4, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 138, 125, 0, 0, 12, 45, 0, 0, 187, 125, 0, 0, 116, 45, 0, 0, 236, 125, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 192, 4, 0, 0, 3, 244, 255, 255, 116, 45, 0, 0, 27, 126, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 216, 4, 0, 0, 3, 244, 255, 255, 116, 45, 0, 0, 74, 126, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 192, 4, 0, 0, 3, 244, 255, 255, 116, 45, 0, 0, 121, 126, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 216, 4, 0, 0, 3, 244, 255, 255, 116, 45, 0, 0, 168, 126, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 248, 4, 0, 0, 2, 0, 0, 0, 40, 5, 0, 0, 2, 8, 0, 0, 52, 45, 0, 0, 216, 126, 0, 0, 136, 5, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 236, 126, 0, 0, 216, 9, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 2, 127, 0, 0, 136, 5, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 22, 127, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 200, 5, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 90, 127, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 224, 5, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 112, 127, 0, 0, 116, 45, 0, 0, 175, 127, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 8, 6, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 243, 127, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 224, 5, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 9, 128, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 64, 6, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 77, 128, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 88, 6, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 99, 128, 0, 0, 116, 45, 0, 0, 138, 128, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 128, 6, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 206, 128, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 88, 6, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 228, 128, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 192, 6, 0, 0, 2, 0, 0, 0, 200, 6, 0, 0, 0, 8, 0, 0, 12, 45, 0, 0, 41, 129, 0, 0, 12, 45, 0, 0, 60, 129, 0, 0, 116, 45, 0, 0, 158, 130, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 192, 6, 0, 0, 2, 0, 0, 0, 248, 6, 0, 0, 0, 8, 0, 0, 12, 45, 0, 0, 227, 130, 0, 0, 116, 45, 0, 0, 5, 131, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 32, 7, 0, 0, 0, 8, 0, 0, 12, 45, 0, 0, 74, 131, 0, 0, 116, 45, 0, 0, 95, 131, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 32, 7, 0, 0, 0, 8, 0, 0, 116, 45, 0, 0, 164, 131, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 104, 7, 0, 0, 2, 0, 0, 0, 12, 45, 0, 0, 192, 131, 0, 0, 116, 45, 0, 0, 213, 131, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 104, 7, 0, 0, 2, 0, 0, 0, 116, 45, 0, 0, 241, 131, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 104, 7, 0, 0, 2, 0, 0, 0, 116, 45, 0, 0, 13, 132, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 104, 7, 0, 0, 2, 0, 0, 0, 116, 45, 0, 0, 41, 132, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 240, 7, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 111, 132, 0, 0, 116, 45, 0, 0, 151, 132, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 24, 8, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 221, 132, 0, 0, 116, 45, 0, 0, 1, 133, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 64, 8, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 71, 133, 0, 0, 116, 45, 0, 0, 102, 133, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 104, 8, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 172, 133, 0, 0, 116, 45, 0, 0, 197, 133, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 144, 8, 0, 0, 2, 0, 0, 0, 12, 45, 0, 0, 218, 133, 0, 0, 116, 45, 0, 0, 242, 133, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 144, 8, 0, 0, 2, 0, 0, 0, 52, 45, 0, 0, 7, 134, 0, 0, 200, 8, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 41, 134, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 232, 8, 0, 0, 2, 0, 0, 0, 12, 45, 0, 0, 76, 134, 0, 0, 52, 45, 0, 0, 99, 134, 0, 0, 200, 8, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 134, 134, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 232, 8, 0, 0, 2, 0, 0, 0, 116, 45, 0, 0, 168, 134, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 232, 8, 0, 0, 2, 0, 0, 0, 116, 45, 0, 0, 202, 134, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 232, 8, 0, 0, 2, 0, 0, 0, 52, 45, 0, 0, 237, 134, 0, 0, 136, 5, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 3, 135, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 144, 9, 0, 0, 2, 0, 0, 0, 12, 45, 0, 0, 21, 135, 0, 0, 116, 45, 0, 0, 42, 135, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 136, 5, 0, 0, 2, 0, 0, 0, 144, 9, 0, 0, 2, 0, 0, 0, 52, 45, 0, 0, 60, 135, 0, 0, 136, 5, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 81, 135, 0, 0, 136, 5, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 37, 136, 0, 0, 12, 45, 0, 0, 75, 137, 0, 0, 52, 45, 0, 0, 41, 137, 0, 0, 8, 10, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 214, 136, 0, 0, 232, 9, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 251, 136, 0, 0, 24, 10, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 28, 137, 0, 0, 52, 45, 0, 0, 17, 138, 0, 0, 224, 9, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 96, 138, 0, 0, 8, 10, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 60, 138, 0, 0, 48, 10, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 130, 138, 0, 0, 232, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 104, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 196, 255, 255, 255, 196, 255, 255, 255, 120, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 164, 10, 0, 0, 220, 10, 0, 0, 240, 10, 0, 0, 184, 10, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 248, 4, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 196, 255, 255, 255, 196, 255, 255, 255, 248, 4, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 136, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 7, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 152, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 176, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 8, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 224, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 240, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 56, 0, 0, 0, 248, 255, 255, 255, 240, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 240, 0, 0, 0, 25, 0, 0, 0, 26, 0, 0, 0, 152, 11, 0, 0, 252, 11, 0, 0, 56, 12, 0, 0, 76, 12, 0, 0, 96, 12, 0, 0, 116, 12, 0, 0, 36, 12, 0, 0, 16, 12, 0, 0, 192, 11, 0, 0, 172, 11, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 88, 5, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 56, 0, 0, 0, 248, 255, 255, 255, 88, 5, 0, 0, 29, 0, 0, 0, 30, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 88, 5, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 248, 4, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 248, 4, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 40, 5, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 200, 255, 255, 255, 200, 255, 255, 255, 40, 5, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 150, 165, 0, 0, 126, 169, 0, 0, 0, 0, 0, 0, 8, 1, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 6, 0, 0, 0, 10, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 40, 1, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 8, 0, 0, 0, 11, 0, 0, 0, 43, 0, 0, 0, 44, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 64, 1, 0, 0, 41, 0, 0, 0, 45, 0, 0, 0, 10, 0, 0, 0, 12, 0, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 96, 1, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 12, 0, 0, 0, 13, 0, 0, 0, 50, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 7, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 120, 1, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 14, 0, 0, 0, 14, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 15, 0, 0, 0, 8, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 144, 1, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 144, 1, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 240, 1, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 32, 2, 0, 0, 53, 0, 0, 0, 63, 0, 0, 0, 17, 0, 0, 0, 21, 0, 0, 0, 64, 0, 0, 0, 65, 0, 0, 0, 18, 0, 0, 0, 9, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 0, 48, 2, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 48, 2, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 22, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 136, 2, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 25, 0, 0, 0, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 184, 2, 0, 0, 53, 0, 0, 0, 72, 0, 0, 0, 20, 0, 0, 0, 28, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 21, 0, 0, 0, 10, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 200, 2, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 2, 0, 0, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 200, 2, 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, 29, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 32, 3, 0, 0, 79, 0, 0, 0, 80, 0, 0, 0, 32, 0, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 80, 3, 0, 0, 53, 0, 0, 0, 81, 0, 0, 0, 23, 0, 0, 0, 35, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 24, 0, 0, 0, 11, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 96, 3, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 2, 0, 0, 0, 7, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 96, 3, 0, 0, 86, 0, 0, 0, 87, 0, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 184, 3, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 0, 232, 3, 0, 0, 53, 0, 0, 0, 90, 0, 0, 0, 26, 0, 0, 0, 42, 0, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 27, 0, 0, 0, 12, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 248, 3, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 2, 0, 0, 0, 8, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 248, 3, 0, 0, 95, 0, 0, 0, 96, 0, 0, 0, 43, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 80, 4, 0, 0, 97, 0, 0, 0, 98, 0, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 48, 0, 0, 0, 14, 109, 0, 0, 32, 109, 0, 0, 192, 15, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 124, 173, 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, 52, 16, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 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, 132, 177, 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, 168, 16, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 7, 0, 0, 0, 140, 177, 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, 168, 16, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 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, 124, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 148, 46, 0, 0, 132, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, 0, 26, 0, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 29, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 90, 0, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 95, 0, 0, 0, 96, 0, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 90, 0, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 125, 0, 0, 0, 126, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 4, 0, 0, 99, 0, 0, 0, 100, 0, 0, 0, 49, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 13, 0, 0, 0, 3, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 144, 4, 0, 0, 99, 0, 0, 0, 101, 0, 0, 0, 50, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 32, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 33, 0, 0, 0, 4, 0, 0, 0, 15, 0, 0, 0, 11, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 160, 4, 0, 0, 102, 0, 0, 0, 103, 0, 0, 0, 51, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 13, 0, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 17, 0, 0, 0, 14, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 176, 4, 0, 0, 102, 0, 0, 0, 104, 0, 0, 0, 52, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 38, 0, 0, 0, 35, 0, 0, 0, 13, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 19, 0, 0, 0, 15, 0, 0, 0, 20, 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, 208, 4, 0, 0, 105, 0, 0, 0, 106, 0, 0, 0, 0, 0, 0, 0, 232, 4, 0, 0, 99, 0, 0, 0, 107, 0, 0, 0, 7, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 33, 0, 0, 0, 4, 0, 0, 0, 15, 0, 0, 0, 3, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 240, 4, 0, 0, 102, 0, 0, 0, 108, 0, 0, 0, 53, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 13, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 19, 0, 0, 0, 14, 0, 0, 0, 18, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 248, 4, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 248, 255, 255, 255, 248, 255, 255, 255, 248, 4, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 16, 5, 0, 0, 109, 0, 0, 0, 110, 0, 0, 0, 248, 255, 255, 255, 248, 255, 255, 255, 16, 5, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 40, 5, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 252, 255, 255, 255, 252, 255, 255, 255, 40, 5, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 64, 5, 0, 0, 113, 0, 0, 0, 114, 0, 0, 0, 252, 255, 255, 255, 252, 255, 255, 255, 64, 5, 0, 0, 115, 0, 0, 0, 116, 0, 0, 0, 0, 0, 0, 0, 120, 5, 0, 0, 117, 0, 0, 0, 118, 0, 0, 0, 119, 0, 0, 0, 1, 0, 0, 0, 7, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 152, 5, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 119, 0, 0, 0, 2, 0, 0, 0, 8, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 168, 5, 0, 0, 122, 0, 0, 0, 123, 0, 0, 0, 119, 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, 232, 5, 0, 0, 124, 0, 0, 0, 125, 0, 0, 0, 119, 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, 32, 6, 0, 0, 126, 0, 0, 0, 127, 0, 0, 0, 119, 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, 96, 6, 0, 0, 128, 0, 0, 0, 129, 0, 0, 0, 119, 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, 152, 6, 0, 0, 130, 0, 0, 0, 131, 0, 0, 0, 119, 0, 0, 0, 41, 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, 152, 6, 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, 0, 0, 0, 0, 208, 6, 0, 0, 132, 0, 0, 0, 133, 0, 0, 0, 119, 0, 0, 0, 49, 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, 208, 6, 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, 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 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE); -allocate([ 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, 0, 7, 0, 0, 134, 0, 0, 0, 135, 0, 0, 0, 119, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 40, 7, 0, 0, 136, 0, 0, 0, 137, 0, 0, 0, 119, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 72, 7, 0, 0, 138, 0, 0, 0, 139, 0, 0, 0, 119, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 54, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 59, 0, 0, 0, 58, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 112, 7, 0, 0, 140, 0, 0, 0, 141, 0, 0, 0, 119, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 62, 0, 0, 0, 64, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 144, 7, 0, 0, 142, 0, 0, 0, 143, 0, 0, 0, 119, 0, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 65, 0, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 0, 0, 0, 0, 176, 7, 0, 0, 144, 0, 0, 0, 145, 0, 0, 0, 119, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 68, 0, 0, 0, 76, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 208, 7, 0, 0, 146, 0, 0, 0, 147, 0, 0, 0, 119, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 248, 7, 0, 0, 148, 0, 0, 0, 149, 0, 0, 0, 119, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 32, 8, 0, 0, 150, 0, 0, 0, 151, 0, 0, 0, 119, 0, 0, 0, 1, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 72, 8, 0, 0, 152, 0, 0, 0, 153, 0, 0, 0, 119, 0, 0, 0, 2, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 112, 8, 0, 0, 154, 0, 0, 0, 155, 0, 0, 0, 119, 0, 0, 0, 18, 0, 0, 0, 4, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 152, 8, 0, 0, 156, 0, 0, 0, 157, 0, 0, 0, 119, 0, 0, 0, 19, 0, 0, 0, 5, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 184, 8, 0, 0, 158, 0, 0, 0, 159, 0, 0, 0, 119, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 12, 0, 0, 0, 71, 0, 0, 0, 0, 0, 0, 0, 240, 8, 0, 0, 158, 0, 0, 0, 160, 0, 0, 0, 119, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 12, 0, 0, 0, 71, 0, 0, 0, 0, 0, 0, 0, 32, 9, 0, 0, 161, 0, 0, 0, 162, 0, 0, 0, 119, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 13, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 14, 0, 0, 0, 74, 0, 0, 0, 0, 0, 0, 0, 96, 9, 0, 0, 163, 0, 0, 0, 164, 0, 0, 0, 119, 0, 0, 0, 0, 0, 0, 0, 112, 9, 0, 0, 165, 0, 0, 0, 166, 0, 0, 0, 119, 0, 0, 0, 21, 0, 0, 0, 20, 0, 0, 0, 22, 0, 0, 0, 21, 0, 0, 0, 23, 0, 0, 0, 1, 0, 0, 0, 22, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 184, 9, 0, 0, 167, 0, 0, 0, 168, 0, 0, 0, 119, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 0, 0, 0, 0, 200, 9, 0, 0, 169, 0, 0, 0, 170, 0, 0, 0, 119, 0, 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, 83, 0, 0, 0, 84, 0, 0, 0, 85, 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, 136, 5, 0, 0, 158, 0, 0, 0, 171, 0, 0, 0, 119, 0, 0, 0, 0, 0, 0, 0, 152, 9, 0, 0, 158, 0, 0, 0, 172, 0, 0, 0, 119, 0, 0, 0, 23, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 24, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, 0, 25, 0, 0, 0, 26, 0, 0, 0, 5, 0, 0, 0, 26, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 158, 0, 0, 0, 173, 0, 0, 0, 119, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 17, 0, 0, 0, 79, 0, 0, 0, 80, 0, 0, 0, 18, 0, 0, 0, 81, 0, 0, 0, 0, 0, 0, 0, 64, 9, 0, 0, 158, 0, 0, 0, 174, 0, 0, 0, 119, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 19, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 20, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 0, 200, 8, 0, 0, 158, 0, 0, 0, 175, 0, 0, 0, 119, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 12, 0, 0, 0, 71, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 232, 9, 0, 0, 176, 0, 0, 0, 177, 0, 0, 0, 178, 0, 0, 0, 179, 0, 0, 0, 27, 0, 0, 0, 6, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 248, 9, 0, 0, 176, 0, 0, 0, 180, 0, 0, 0, 178, 0, 0, 0, 179, 0, 0, 0, 27, 0, 0, 0, 7, 0, 0, 0, 2, 0, 0, 0, 10, 0, 0, 0, 88, 137, 0, 0, 0, 0, 0, 0, 32, 10, 0, 0, 181, 0, 0, 0, 182, 0, 0, 0, 85, 0, 0, 0, 0, 0, 0, 0, 80, 10, 0, 0, 176, 0, 0, 0, 183, 0, 0, 0, 178, 0, 0, 0, 179, 0, 0, 0, 27, 0, 0, 0, 8, 0, 0, 0, 3, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 3, 32, 2, 32, 2, 32, 2, 32, 2, 32, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 1, 96, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 8, 213, 8, 213, 8, 213, 8, 213, 8, 213, 8, 213, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 8, 214, 8, 214, 8, 214, 8, 214, 8, 214, 8, 214, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 4, 192, 4, 192, 4, 192, 4, 192, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103, 108, 111, 98, 97, 108, 0, 78, 97, 78, 0, 73, 110, 102, 105, 110, 105, 116, 121, 0, 116, 111, 112, 109, 111, 115, 116, 0, 73, 110, 116, 56, 65, 114, 114, 97, 121, 0, 73, 110, 116, 49, 54, 65, 114, 114, 97, 121, 0, 73, 110, 116, 51, 50, 65, 114, 114, 97, 121, 0, 85, 105, 110, 116, 56, 65, 114, 114, 97, 121, 0, 85, 105, 110, 116, 49, 54, 65, 114, 114, 97, 121, 0, 85, 105, 110, 116, 51, 50, 65, 114, 114, 97, 121, 0, 70, 108, 111, 97, 116, 51, 50, 65, 114, 114, 97, 121, 0, 70, 108, 111, 97, 116, 54, 52, 65, 114, 114, 97, 121, 0, 105, 109, 112, 111, 115, 115, 105, 98, 108, 101, 45, 99, 111, 110, 116, 105, 110, 117, 101, 0, 77, 97, 116, 104, 0, 105, 109, 117, 108, 0, 99, 108, 122, 51, 50, 0, 102, 114, 111, 117, 110, 100, 0, 97, 115, 109, 50, 119, 97, 115, 109, 0, 102, 54, 52, 45, 114, 101, 109, 0, 102, 54, 52, 45, 116, 111, 45, 105, 110, 116, 0, 103, 108, 111, 98, 97, 108, 46, 77, 97, 116, 104, 0, 97, 98, 115, 0, 102, 108, 111, 111, 114, 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, 95, 105, 109, 112, 111, 114, 116, 0, 99, 97, 108, 108, 95, 105, 110, 100, 105, 114, 101, 99, 116, 0, 98, 114, 95, 105, 102, 0, 45, 105, 110, 102, 105, 110, 105, 116, 121, 0, 45, 110, 97, 110, 0, 98, 114, 0, 117, 115, 101, 32, 97, 115, 109, 0, 98, 117, 102, 102, 101, 114, 0, 101, 110, 118, 0, 102, 97, 107, 101, 95, 114, 101, 116, 117, 114, 110, 95, 119, 97, 107, 97, 49, 50, 51, 0, 77, 97, 116, 104, 95, 105, 109, 117, 108, 0, 77, 97, 116, 104, 95, 99, 108, 122, 51, 50, 0, 77, 97, 116, 104, 95, 99, 116, 122, 51, 50, 0, 77, 97, 116, 104, 95, 112, 111, 112, 99, 110, 116, 51, 50, 0, 77, 97, 116, 104, 95, 97, 98, 115, 0, 77, 97, 116, 104, 95, 99, 101, 105, 108, 0, 77, 97, 116, 104, 95, 102, 108, 111, 111, 114, 0, 77, 97, 116, 104, 95, 116, 114, 117, 110, 99, 0, 77, 97, 116, 104, 95, 78, 69, 65, 82, 69, 83, 84, 0, 77, 97, 116, 104, 95, 115, 113, 114, 116, 0, 77, 97, 116, 104, 95, 109, 97, 120, 0, 77, 97, 116, 104, 95, 109, 105, 110, 0, 70, 85, 78, 67, 83, 73, 71, 36, 0, 97, 115, 116, 91, 48, 93, 32, 61, 61, 32, 84, 79, 80, 76, 69, 86, 69, 76, 0, 115, 114, 99, 47, 97, 115, 109, 50, 119, 97, 115, 109, 46, 104, 0, 112, 114, 111, 99, 101, 115, 115, 65, 115, 109, 0, 97, 115, 109, 70, 117, 110, 99, 116, 105, 111, 110, 91, 48, 93, 32, 61, 61, 32, 68, 69, 70, 85, 78, 0, 97, 108, 109, 111, 115, 116, 32, 97, 115, 109, 0, 98, 111, 100, 121, 91, 48, 93, 91, 48, 93, 32, 61, 61, 32, 83, 84, 65, 84, 32, 38, 38, 32, 98, 111, 100, 121, 91, 48, 93, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 83, 84, 82, 73, 78, 71, 32, 38, 38, 32, 40, 98, 111, 100, 121, 91, 48, 93, 91, 49, 93, 91, 49, 93, 45, 62, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 40, 41, 32, 61, 61, 32, 73, 83, 116, 114, 105, 110, 103, 40, 34, 117, 115, 101, 32, 97, 115, 109, 34, 41, 32, 124, 124, 32, 98, 111, 100, 121, 91, 48, 93, 91, 49, 93, 91, 49, 93, 45, 62, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 40, 41, 32, 61, 61, 32, 73, 83, 116, 114, 105, 110, 103, 40, 34, 97, 108, 109, 111, 115, 116, 32, 97, 115, 109, 34, 41, 41, 0, 118, 97, 108, 117, 101, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 49, 93, 32, 61, 61, 32, 79, 82, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 51, 93, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 51, 93, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 49, 93, 32, 61, 61, 32, 80, 76, 85, 83, 0, 105, 109, 112, 111, 114, 116, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 49, 93, 91, 49, 93, 32, 61, 61, 32, 77, 97, 116, 104, 95, 102, 114, 111, 117, 110, 100, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 50, 93, 91, 48, 93, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 50, 93, 91, 48, 93, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 48, 93, 32, 61, 61, 32, 67, 65, 76, 76, 0, 105, 110, 118, 97, 108, 105, 100, 32, 118, 105, 101, 119, 32, 105, 109, 112, 111, 114, 116, 0, 99, 111, 110, 115, 116, 114, 117, 99, 116, 111, 114, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 105, 110, 118, 97, 108, 105, 100, 32, 115, 104, 111, 114, 116, 32, 118, 105, 101, 119, 32, 105, 109, 112, 111, 114, 116, 0, 118, 105, 101, 119, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 61, 61, 32, 118, 105, 101, 119, 115, 46, 101, 110, 100, 40, 41, 0, 105, 110, 118, 97, 108, 105, 100, 32, 118, 97, 114, 32, 101, 108, 101, 109, 101, 110, 116, 0, 118, 97, 108, 117, 101, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 102, 117, 110, 99, 116, 105, 111, 110, 84, 97, 98, 108, 101, 83, 116, 97, 114, 116, 115, 46, 102, 105, 110, 100, 40, 116, 97, 98, 108, 101, 78, 97, 109, 101, 41, 32, 33, 61, 32, 102, 117, 110, 99, 116, 105, 111, 110, 84, 97, 98, 108, 101, 83, 116, 97, 114, 116, 115, 46, 101, 110, 100, 40, 41, 0, 10, 102, 117, 110, 99, 58, 32, 0, 99, 117, 114, 114, 91, 48, 93, 32, 61, 61, 32, 83, 84, 65, 84, 0, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 0, 99, 117, 114, 114, 91, 48, 93, 32, 61, 61, 32, 65, 83, 83, 73, 71, 78, 32, 38, 38, 32, 99, 117, 114, 114, 91, 50, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 98, 114, 101, 97, 107, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 32, 38, 38, 32, 99, 111, 110, 116, 105, 110, 117, 101, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 0, 112, 97, 114, 101, 110, 116, 76, 97, 98, 101, 108, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 119, 97, 115, 109, 0, 42, 114, 101, 116, 117, 114, 110, 58, 41, 42, 0, 109, 111, 100, 105, 102, 105, 101, 114, 32, 63, 32, 112, 111, 115, 105, 116, 105, 118, 101, 91, 52, 93, 32, 61, 61, 32, 39, 48, 39, 32, 38, 38, 32, 112, 111, 115, 105, 116, 105, 118, 101, 91, 53, 93, 32, 61, 61, 32, 39, 120, 39, 32, 58, 32, 49, 0, 115, 114, 99, 47, 112, 97, 114, 115, 105, 110, 103, 46, 104, 0, 112, 97, 114, 115, 101, 67, 111, 110, 115, 116, 0, 114, 101, 116, 45, 62, 118, 97, 108, 117, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 116, 121, 112, 101, 0, 97, 115, 109, 32, 112, 97, 114, 115, 105, 110, 103, 46, 46, 46, 10, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 112, 114, 111, 118, 105, 100, 101, 100, 84, 111, 116, 97, 108, 77, 101, 109, 111, 114, 121, 39, 93, 59, 32, 125, 0, 119, 97, 115, 109, 105, 110, 103, 46, 46, 46, 10, 0, 111, 112, 116, 105, 109, 105, 122, 105, 110, 103, 46, 46, 46, 10, 0, 109, 97, 112, 112, 105, 110, 103, 32, 103, 108, 111, 98, 97, 108, 115, 46, 46, 46, 10, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 108, 111, 111, 107, 117, 112, 73, 109, 112, 111, 114, 116, 39, 93, 40, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 44, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 49, 41, 41, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 61, 32, 36, 49, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 61, 32, 36, 49, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 54, 52, 39, 93, 91, 36, 48, 32, 62, 62, 32, 51, 93, 32, 61, 32, 36, 49, 32, 125, 0, 119, 97, 115, 109, 45, 115, 45, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 112, 97, 114, 115, 105, 110, 103, 46, 46, 46, 10, 0, 105, 110, 115, 116, 97, 110, 116, 105, 97, 116, 105, 110, 103, 32, 109, 111, 100, 117, 108, 101, 58, 32, 10, 0, 103, 101, 110, 101, 114, 97, 116, 105, 110, 103, 32, 101, 120, 112, 111, 114, 116, 115, 46, 46, 46, 10, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 97, 115, 109, 69, 120, 112, 111, 114, 116, 115, 39, 93, 32, 61, 32, 123, 125, 59, 32, 125, 0, 123, 32, 118, 97, 114, 32, 110, 97, 109, 101, 32, 61, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 97, 115, 109, 69, 120, 112, 111, 114, 116, 115, 39, 93, 91, 110, 97, 109, 101, 93, 32, 61, 32, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 32, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 32, 61, 32, 65, 114, 114, 97, 121, 46, 112, 114, 111, 116, 111, 116, 121, 112, 101, 46, 115, 108, 105, 99, 101, 46, 99, 97, 108, 108, 40, 97, 114, 103, 117, 109, 101, 110, 116, 115, 41, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 95, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 39, 93, 40, 36, 48, 41, 59, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 82, 101, 116, 117, 114, 110, 39, 93, 59, 32, 125, 59, 32, 125, 0, 99, 114, 101, 97, 116, 105, 110, 103, 32, 105, 110, 115, 116, 97, 110, 99, 101, 46, 46, 46, 10, 0, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 32, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 106, 115, 46, 99, 112, 112, 0, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 46, 108, 101, 110, 103, 116, 104, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 91, 36, 48, 93, 32, 125, 0, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 32, 114, 101, 116, 117, 114, 110, 105, 110, 103, 32, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 82, 101, 116, 117, 114, 110, 39, 93, 32, 61, 32, 117, 110, 100, 101, 102, 105, 110, 101, 100, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 82, 101, 116, 117, 114, 110, 39, 93, 32, 61, 32, 36, 48, 32, 125, 0, 115, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 105, 115, 116, 114, 105, 110, 103, 46, 104, 0, 73, 83, 116, 114, 105, 110, 103, 0, 105, 115, 83, 116, 114, 105, 110, 103, 40, 41, 0, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 0, 115, 105, 122, 101, 0, 105, 115, 78, 117, 109, 98, 101, 114, 40, 41, 0, 103, 101, 116, 78, 117, 109, 98, 101, 114, 0, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 61, 61, 32, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 101, 110, 100, 40, 41, 0, 97, 108, 108, 111, 99, 97, 116, 101, 71, 108, 111, 98, 97, 108, 0, 110, 101, 120, 116, 71, 108, 111, 98, 97, 108, 32, 60, 32, 109, 97, 120, 71, 108, 111, 98, 97, 108, 0, 105, 109, 112, 111, 114, 116, 101, 100, 91, 48, 93, 32, 61, 61, 32, 68, 79, 84, 0, 109, 111, 100, 117, 108, 101, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 77, 97, 116, 104, 95, 105, 109, 117, 108, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 99, 108, 122, 51, 50, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 102, 114, 111, 117, 110, 100, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 97, 98, 115, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 102, 108, 111, 111, 114, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 115, 113, 114, 116, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 109, 111, 100, 117, 108, 101, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 103, 101, 116, 67, 83, 116, 114, 105, 110, 103, 0, 111, 112, 101, 114, 97, 110, 100, 115, 32, 38, 38, 32, 111, 112, 101, 114, 97, 110, 100, 115, 45, 62, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 103, 101, 116, 66, 117, 105, 108, 116, 105, 110, 70, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 0, 105, 105, 0, 102, 102, 0, 100, 100, 0, 34, 40, 110, 117, 108, 108, 41, 34, 0, 91, 93, 0, 32, 32, 0, 110, 117, 108, 108, 0, 34, 58, 32, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 118, 69, 69, 0, 90, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 78, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 49, 48, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 69, 80, 78, 83, 95, 53, 66, 108, 111, 99, 107, 69, 69, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 90, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 78, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 49, 48, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 69, 80, 78, 83, 95, 53, 66, 108, 111, 99, 107, 69, 69, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 90, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 78, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 49, 48, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 69, 80, 78, 83, 95, 53, 66, 108, 111, 99, 107, 69, 69, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 90, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 78, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 49, 48, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 69, 80, 78, 83, 95, 53, 66, 108, 111, 99, 107, 69, 69, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 118, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 57, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 105, 110, 103, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 98, 117, 102, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 99, 69, 69, 69, 69, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 105, 51, 50, 0, 99, 97, 115, 116, 84, 111, 70, 51, 50, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 105, 54, 52, 0, 99, 97, 115, 116, 84, 111, 70, 54, 52, 0, 97, 115, 109, 50, 119, 97, 115, 109, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 32, 38, 38, 32, 115, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 80, 97, 114, 115, 101, 114, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 32, 38, 38, 32, 115, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 32, 38, 38, 32, 105, 110, 115, 116, 97, 110, 99, 101, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 0, 112, 114, 101, 112, 97, 114, 101, 50, 119, 97, 115, 109, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 33, 33, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 87, 65, 83, 77, 95, 74, 83, 95, 68, 69, 66, 85, 71, 39, 93, 32, 125, 0, 47, 47, 32, 69, 77, 83, 67, 82, 73, 80, 84, 69, 78, 95, 83, 84, 65, 82, 84, 95, 70, 85, 78, 67, 83, 0, 114, 101, 116, 117, 114, 110, 32, 116, 114, 117, 101, 59, 0, 102, 117, 110, 99, 116, 105, 111, 110, 32, 0, 115, 116, 114, 115, 116, 114, 40, 103, 114, 111, 119, 116, 104, 70, 117, 110, 99, 83, 116, 97, 114, 116, 32, 43, 32, 49, 44, 32, 34, 102, 117, 110, 99, 116, 105, 111, 110, 32, 34, 41, 32, 61, 61, 32, 48, 0, 112, 114, 111, 99, 101, 115, 115, 0, 103, 114, 111, 119, 116, 104, 70, 117, 110, 99, 69, 110, 100, 32, 62, 32, 103, 114, 111, 119, 116, 104, 70, 117, 110, 99, 83, 116, 97, 114, 116, 32, 43, 32, 53, 0, 59, 41, 0, 105, 110, 112, 117, 116, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 115, 45, 112, 97, 114, 115, 101, 114, 46, 104, 0, 112, 97, 114, 115, 101, 73, 110, 110, 101, 114, 76, 105, 115, 116, 0, 105, 110, 112, 117, 116, 91, 48, 93, 32, 61, 61, 32, 39, 41, 39, 0, 112, 97, 114, 115, 101, 0, 105, 115, 76, 105, 115, 116, 95, 0, 108, 105, 115, 116, 0, 32, 41, 0, 109, 111, 100, 117, 108, 101, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 77, 79, 68, 85, 76, 69, 0, 83, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 0, 33, 105, 115, 76, 105, 115, 116, 95, 0, 115, 116, 114, 0, 102, 117, 110, 99, 46, 105, 115, 76, 105, 115, 116, 40, 41, 0, 112, 97, 114, 115, 101, 84, 121, 112, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 55, 98, 97, 100, 95, 102, 117, 110, 99, 116, 105, 111, 110, 95, 99, 97, 108, 108, 69, 0, 114, 101, 115, 117, 108, 116, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 82, 69, 83, 85, 76, 84, 0, 112, 97, 114, 115, 101, 73, 109, 112, 111, 114, 116, 0, 98, 97, 100, 32, 109, 111, 100, 117, 108, 101, 32, 101, 108, 101, 109, 101, 110, 116, 32, 0, 112, 97, 114, 115, 101, 32, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 0, 97, 98, 111, 114, 116, 105, 110, 103, 32, 111, 110, 32, 0, 110, 111, 100, 101, 58, 32, 0, 48, 32, 38, 38, 32, 34, 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, 34, 0, 102, 105, 110, 97, 108, 105, 122, 101, 0, 90, 78, 52, 119, 97, 115, 109, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 53, 112, 114, 105, 110, 116, 69, 82, 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, 49, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 106, 69, 49, 55, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 80, 114, 105, 110, 116, 101, 114, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 90, 78, 83, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 53, 112, 114, 105, 110, 116, 69, 82, 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, 50, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 106, 69, 49, 55, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 80, 114, 105, 110, 116, 101, 114, 118, 69, 69, 0, 27, 91, 51, 49, 109, 0, 27, 91, 49, 109, 0, 27, 91, 51, 53, 109, 0, 27, 91, 48, 109, 0, 110, 97, 109, 101, 46, 115, 116, 114, 0, 105, 102, 95, 101, 108, 115, 101, 0, 108, 111, 111, 112, 0, 105, 110, 46, 105, 115, 40, 41, 0, 100, 111, 80, 114, 105, 110, 116, 0, 98, 114, 95, 105, 102, 32, 0, 98, 114, 32, 0, 116, 97, 98, 108, 101, 115, 119, 105, 116, 99, 104, 32, 0, 40, 116, 97, 98, 108, 101, 0, 10, 0, 99, 97, 115, 101, 32, 0, 27, 91, 51, 51, 109, 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, 110, 111, 110, 101, 0, 105, 51, 50, 0, 105, 54, 52, 0, 102, 51, 50, 0, 102, 54, 52, 0, 46, 115, 116, 111, 114, 101, 0, 99, 108, 122, 0, 99, 116, 122, 0, 112, 111, 112, 99, 110, 116, 0, 110, 101, 103, 0, 99, 101, 105, 108, 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, 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, 109, 117, 108, 0, 100, 105, 118, 95, 115, 0, 100, 105, 118, 95, 117, 0, 114, 101, 109, 95, 115, 0, 114, 101, 109, 95, 117, 0, 97, 110, 100, 0, 111, 114, 0, 120, 111, 114, 0, 115, 104, 108, 0, 115, 104, 114, 95, 117, 0, 115, 104, 114, 95, 115, 0, 100, 105, 118, 0, 99, 111, 112, 121, 115, 105, 103, 110, 0, 109, 105, 110, 0, 109, 97, 120, 0, 101, 113, 0, 110, 101, 0, 108, 116, 95, 115, 0, 108, 116, 95, 117, 0, 108, 101, 95, 115, 0, 108, 101, 95, 117, 0, 103, 116, 95, 115, 0, 103, 116, 95, 117, 0, 103, 101, 95, 115, 0, 103, 101, 95, 117, 0, 108, 116, 0, 108, 101, 0, 103, 116, 0, 103, 101, 0, 46, 115, 101, 108, 101, 99, 116, 0, 112, 97, 103, 101, 115, 105, 122, 101, 0, 109, 101, 109, 111, 114, 121, 95, 115, 105, 122, 101, 0, 103, 114, 111, 119, 95, 109, 101, 109, 111, 114, 121, 0, 104, 97, 115, 102, 101, 97, 116, 117, 114, 101, 32, 0, 110, 111, 112, 0, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 101, 120, 116, 114, 97, 91, 49, 93, 32, 61, 61, 32, 39, 54, 39, 0, 109, 97, 107, 101, 76, 111, 97, 100, 0, 101, 120, 116, 114, 97, 91, 49, 93, 32, 61, 61, 32, 39, 50, 39, 0, 99, 95, 115, 116, 114, 0, 109, 97, 107, 101, 83, 116, 111, 114, 101, 0, 111, 102, 102, 115, 101, 116, 32, 60, 32, 108, 97, 98, 101, 108, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 0, 109, 97, 107, 101, 66, 114, 101, 97, 107, 0, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 77, 97, 112, 46, 102, 105, 110, 100, 40, 116, 121, 112, 101, 41, 32, 33, 61, 32, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 77, 97, 112, 46, 101, 110, 100, 40, 41, 0, 109, 97, 107, 101, 67, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 0, 108, 111, 111, 112, 45, 111, 117, 116, 0, 108, 111, 111, 112, 45, 105, 110, 0, 99, 117, 114, 114, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 67, 65, 83, 69, 0, 109, 97, 107, 101, 83, 119, 105, 116, 99, 104, 0, 99, 117, 114, 114, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 83, 69, 71, 77, 69, 78, 84, 0, 112, 97, 114, 115, 101, 77, 101, 109, 111, 114, 121, 0, 10, 32, 32, 32, 32, 40, 115, 101, 103, 109, 101, 110, 116, 32, 0, 32, 34, 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, 34, 41, 0, 10, 32, 32, 0, 41, 10, 0, 32, 40, 102, 117, 110, 99, 0, 114, 101, 115, 117, 108, 116, 32, 0, 41, 41, 0, 105, 109, 112, 111, 114, 116, 32, 0, 27, 91, 51, 50, 109, 0, 101, 120, 112, 111, 114, 116, 32, 0, 102, 117, 110, 99, 32, 0, 32, 40, 116, 121, 112, 101, 32, 0, 112, 97, 114, 97, 109, 32, 0, 108, 111, 99, 97, 108, 32, 0, 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, 108, 111, 97, 100, 45, 62, 97, 108, 105, 103, 110, 32, 62, 61, 32, 108, 111, 97, 100, 45, 62, 98, 121, 116, 101, 115, 0, 108, 111, 97, 100, 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, 115, 116, 111, 114, 101, 45, 62, 97, 108, 105, 103, 110, 32, 62, 61, 32, 115, 116, 111, 114, 101, 45, 62, 98, 121, 116, 101, 115, 0, 115, 116, 111, 114, 101, 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, 123, 32, 118, 97, 114, 32, 115, 105, 122, 101, 32, 61, 32, 36, 48, 59, 32, 118, 97, 114, 32, 98, 117, 102, 102, 101, 114, 59, 32, 116, 114, 121, 32, 123, 32, 98, 117, 102, 102, 101, 114, 32, 61, 32, 110, 101, 119, 32, 65, 114, 114, 97, 121, 66, 117, 102, 102, 101, 114, 40, 115, 105, 122, 101, 41, 59, 32, 125, 32, 99, 97, 116, 99, 104, 40, 101, 41, 32, 123, 32, 114, 101, 116, 117, 114, 110, 59, 32, 125, 32, 118, 97, 114, 32, 111, 108, 100, 72, 69, 65, 80, 56, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 72, 69, 65, 80, 56, 39, 93, 59, 32, 118, 97, 114, 32, 116, 101, 109, 112, 32, 61, 32, 110, 101, 119, 32, 73, 110, 116, 56, 65, 114, 114, 97, 121, 40, 98, 117, 102, 102, 101, 114, 41, 59, 32, 116, 101, 109, 112, 46, 115, 101, 116, 40, 111, 108, 100, 72, 69, 65, 80, 56, 41, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 98, 117, 102, 102, 101, 114, 39, 93, 32, 61, 32, 98, 117, 102, 102, 101, 114, 59, 32, 125, 0, 123, 32, 97, 98, 111, 114, 116, 40, 34, 119, 97, 115, 109, 32, 116, 114, 97, 112, 58, 32, 34, 32, 43, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 41, 59, 32, 125, 0, 115, 116, 97, 99, 107, 32, 108, 105, 109, 105, 116, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 105, 110, 116, 101, 114, 112, 114, 101, 116, 101, 114, 46, 104, 0, 99, 97, 108, 108, 70, 117, 110, 99, 116, 105, 111, 110, 0, 33, 102, 108, 111, 119, 46, 98, 114, 101, 97, 107, 105, 110, 103, 40, 41, 32, 124, 124, 32, 102, 108, 111, 119, 46, 98, 114, 101, 97, 107, 84, 111, 32, 61, 61, 32, 82, 69, 84, 85, 82, 78, 95, 70, 76, 79, 87, 0, 102, 117, 110, 99, 116, 105, 111, 110, 45, 62, 114, 101, 115, 117, 108, 116, 32, 61, 61, 32, 114, 101, 116, 46, 116, 121, 112, 101, 0, 70, 117, 110, 99, 116, 105, 111, 110, 32, 96, 0, 96, 32, 101, 120, 112, 101, 99, 116, 115, 32, 0, 32, 112, 97, 114, 97, 109, 101, 116, 101, 114, 115, 44, 32, 103, 111, 116, 32, 0, 32, 97, 114, 103, 117, 109, 101, 110, 116, 115, 46, 0, 96, 32, 101, 120, 112, 101, 99, 116, 115, 32, 116, 121, 112, 101, 32, 0, 32, 102, 111, 114, 32, 112, 97, 114, 97, 109, 101, 116, 101, 114, 32, 0, 44, 32, 103, 111, 116, 32, 0, 90, 78, 52, 119, 97, 115, 109, 49, 52, 77, 111, 100, 117, 108, 101, 73, 110, 115, 116, 97, 110, 99, 101, 49, 50, 99, 97, 108, 108, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 55, 73, 83, 116, 114, 105, 110, 103, 69, 82, 78, 83, 116, 51, 95, 95, 49, 54, 118, 101, 99, 116, 111, 114, 73, 78, 83, 95, 55, 76, 105, 116, 101, 114, 97, 108, 69, 78, 83, 51, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 53, 95, 69, 69, 69, 69, 69, 49, 54, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 82, 117, 110, 110, 101, 114, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 90, 78, 83, 95, 49, 52, 77, 111, 100, 117, 108, 101, 73, 110, 115, 116, 97, 110, 99, 101, 49, 50, 99, 97, 108, 108, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 55, 73, 83, 116, 114, 105, 110, 103, 69, 82, 78, 83, 116, 51, 95, 95, 49, 54, 118, 101, 99, 116, 111, 114, 73, 78, 83, 95, 55, 76, 105, 116, 101, 114, 97, 108, 69, 78, 83, 52, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 69, 69, 69, 49, 54, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 82, 117, 110, 110, 101, 114, 78, 83, 95, 52, 70, 108, 111, 119, 69, 69, 69, 0, 99, 97, 115, 101, 73, 110, 100, 101, 120, 32, 60, 32, 99, 117, 114, 114, 45, 62, 99, 97, 115, 101, 115, 46, 115, 105, 122, 101, 40, 41, 0, 118, 105, 115, 105, 116, 83, 119, 105, 116, 99, 104, 0, 99, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 58, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 99, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 58, 32, 98, 97, 100, 32, 116, 121, 112, 101, 0, 102, 108, 111, 119, 46, 118, 97, 108, 117, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 116, 121, 112, 101, 0, 118, 105, 115, 105, 116, 83, 101, 116, 76, 111, 99, 97, 108, 0, 111, 102, 102, 115, 101, 116, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 102, 105, 110, 97, 108, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 98, 121, 116, 101, 115, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 104, 105, 103, 104, 101, 115, 116, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 103, 101, 116, 105, 54, 52, 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 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 10240); -allocate([ 116, 101, 110, 100, 84, 111, 83, 73, 54, 52, 0, 101, 120, 116, 101, 110, 100, 84, 111, 85, 73, 54, 52, 0, 116, 114, 117, 110, 99, 97, 116, 101, 84, 111, 73, 51, 50, 0, 116, 114, 117, 110, 99, 83, 70, 108, 111, 97, 116, 32, 111, 102, 32, 110, 97, 110, 0, 105, 51, 50, 46, 116, 114, 117, 110, 99, 83, 70, 108, 111, 97, 116, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 116, 114, 117, 110, 99, 85, 70, 108, 111, 97, 116, 32, 111, 102, 32, 110, 97, 110, 0, 105, 54, 52, 46, 116, 114, 117, 110, 99, 85, 70, 108, 111, 97, 116, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 102, 51, 50, 0, 99, 97, 115, 116, 84, 111, 73, 51, 50, 0, 101, 120, 116, 101, 110, 100, 84, 111, 70, 54, 52, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 102, 54, 52, 0, 99, 97, 115, 116, 84, 111, 73, 54, 52, 0, 116, 114, 117, 110, 99, 97, 116, 101, 84, 111, 70, 51, 50, 0, 108, 101, 102, 116, 46, 116, 121, 112, 101, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 108, 101, 102, 116, 45, 62, 116, 121, 112, 101, 0, 118, 105, 115, 105, 116, 66, 105, 110, 97, 114, 121, 0, 114, 105, 103, 104, 116, 46, 116, 121, 112, 101, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 114, 105, 103, 104, 116, 45, 62, 116, 121, 112, 101, 0, 105, 51, 50, 46, 100, 105, 118, 95, 115, 32, 98, 121, 32, 48, 0, 105, 51, 50, 46, 100, 105, 118, 95, 115, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 105, 51, 50, 46, 100, 105, 118, 95, 117, 32, 98, 121, 32, 48, 0, 105, 51, 50, 46, 114, 101, 109, 95, 115, 32, 98, 121, 32, 48, 0, 105, 51, 50, 46, 114, 101, 109, 95, 117, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 100, 105, 118, 95, 115, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 100, 105, 118, 95, 115, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 105, 54, 52, 46, 100, 105, 118, 95, 117, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 114, 101, 109, 95, 115, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 114, 101, 109, 95, 117, 32, 98, 121, 32, 48, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 100, 101, 108, 116, 97, 32, 110, 111, 116, 32, 109, 117, 108, 116, 105, 112, 108, 101, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 100, 101, 108, 116, 97, 32, 114, 101, 108, 97, 116, 105, 118, 101, 108, 121, 32, 116, 111, 111, 32, 98, 105, 103, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 100, 101, 108, 116, 97, 32, 111, 98, 106, 101, 99, 116, 105, 118, 101, 108, 121, 32, 116, 111, 111, 32, 98, 105, 103, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 101, 120, 99, 101, 101, 100, 115, 32, 109, 97, 120, 0, 99, 97, 108, 108, 69, 120, 112, 111, 114, 116, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100, 0, 46, 99, 111, 110, 115, 116, 32, 0, 58, 48, 120, 0, 45, 48, 0, 37, 108, 102, 0, 100, 32, 62, 61, 32, 48, 0, 110, 117, 109, 84, 111, 83, 116, 114, 105, 110, 103, 0, 48, 120, 37, 108, 108, 120, 0, 37, 108, 108, 117, 0, 37, 108, 108, 120, 0, 37, 101, 0, 37, 46, 48, 102, 0, 110, 117, 109, 32, 60, 32, 49, 48, 48, 48, 0, 103, 101, 116, 105, 51, 50, 0, 103, 101, 116, 102, 51, 50, 0, 103, 101, 116, 102, 54, 52, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 49, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 70, 80, 78, 83, 50, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 83, 53, 95, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 80, 78, 52, 119, 97, 115, 109, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 69, 69, 0, 97, 116, 58, 32, 0, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 33, 61, 32, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 101, 110, 100, 40, 41, 0, 116, 97, 114, 103, 101, 116, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 118, 105, 101, 119, 115, 46, 102, 105, 110, 100, 40, 104, 101, 97, 112, 41, 32, 33, 61, 32, 118, 105, 101, 119, 115, 46, 101, 110, 100, 40, 41, 0, 99, 111, 110, 102, 117, 115, 105, 110, 103, 32, 97, 115, 115, 105, 103, 110, 0, 100, 100, 100, 0, 118, 0, 116, 97, 114, 103, 101, 116, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 114, 101, 116, 45, 62, 108, 101, 102, 116, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 114, 101, 116, 45, 62, 114, 105, 103, 104, 116, 45, 62, 116, 121, 112, 101, 0, 98, 97, 100, 32, 117, 110, 97, 114, 121, 0, 97, 115, 116, 91, 50, 93, 45, 62, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 50, 0, 97, 115, 116, 91, 50, 93, 45, 62, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 99, 111, 110, 102, 117, 115, 105, 110, 103, 32, 102, 114, 111, 117, 110, 100, 32, 116, 97, 114, 103, 101, 116, 0, 116, 97, 114, 103, 101, 116, 91, 48, 93, 32, 61, 61, 32, 83, 85, 66, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 50, 93, 91, 48, 93, 32, 61, 61, 32, 66, 73, 78, 65, 82, 89, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 50, 93, 91, 49, 93, 32, 61, 61, 32, 65, 78, 68, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 50, 93, 91, 51, 93, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 0, 102, 117, 110, 99, 116, 105, 111, 110, 45, 62, 114, 101, 115, 117, 108, 116, 32, 61, 61, 32, 116, 121, 112, 101, 0, 98, 114, 101, 97, 107, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 99, 111, 110, 116, 105, 110, 117, 101, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 119, 104, 105, 108, 101, 45, 111, 117, 116, 0, 119, 104, 105, 108, 101, 45, 105, 110, 0, 100, 111, 45, 111, 110, 99, 101, 0, 100, 111, 45, 111, 117, 116, 0, 100, 111, 45, 105, 110, 0, 102, 111, 114, 45, 111, 117, 116, 0, 102, 111, 114, 45, 105, 110, 0, 114, 101, 116, 45, 62, 118, 97, 108, 117, 101, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 105, 51, 50, 0, 99, 111, 110, 100, 105, 116, 105, 111, 110, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 32, 124, 124, 32, 99, 111, 110, 100, 105, 116, 105, 111, 110, 91, 48, 93, 32, 61, 61, 32, 85, 78, 65, 82, 89, 95, 80, 82, 69, 70, 73, 88, 0, 115, 119, 105, 116, 99, 104, 45, 100, 101, 102, 97, 117, 108, 116, 0, 105, 110, 100, 101, 120, 32, 62, 61, 32, 109, 105, 110, 0, 105, 110, 100, 101, 120, 32, 62, 61, 32, 48, 0, 115, 119, 105, 116, 99, 104, 45, 99, 97, 115, 101, 0, 99, 111, 110, 102, 117, 115, 105, 110, 103, 32, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 0, 98, 97, 100, 32, 119, 97, 115, 109, 32, 98, 105, 110, 97, 114, 121, 32, 111, 112, 0, 102, 97, 108, 115, 101, 32, 38, 38, 32, 34, 101, 120, 112, 101, 99, 116, 101, 100, 32, 115, 105, 103, 110, 101, 100, 32, 111, 114, 32, 117, 110, 115, 105, 103, 110, 101, 100, 32, 105, 110, 116, 51, 50, 34, 0, 99, 104, 101, 99, 107, 76, 105, 116, 101, 114, 97, 108, 0, 100, 101, 116, 101, 99, 116, 65, 115, 109, 84, 121, 112, 101, 0, 97, 115, 116, 91, 48, 93, 32, 61, 61, 32, 67, 65, 76, 76, 32, 38, 38, 32, 97, 115, 116, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 110, 111, 116, 101, 73, 109, 112, 111, 114, 116, 101, 100, 70, 117, 110, 99, 116, 105, 111, 110, 67, 97, 108, 108, 0, 116, 121, 112, 101, 36, 0, 108, 97, 98, 101, 108, 36, 98, 114, 101, 97, 107, 36, 0, 108, 97, 98, 101, 108, 36, 99, 111, 110, 116, 105, 110, 117, 101, 36, 0, 102, 109, 111, 100, 40, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 44, 32, 49, 41, 32, 61, 61, 32, 48, 0, 103, 101, 116, 73, 110, 116, 101, 103, 101, 114, 0, 100, 111, 117, 98, 108, 101, 40, 114, 101, 116, 41, 32, 61, 61, 32, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 49, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 50, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 70, 80, 78, 83, 50, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 83, 53, 95, 106, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 80, 78, 52, 119, 97, 115, 109, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 106, 69, 69, 69, 0, 98, 97, 100, 32, 112, 114, 111, 99, 101, 115, 115, 85, 110, 115, 104, 105, 102, 116, 101, 100, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 50, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 51, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 70, 80, 78, 83, 50, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 83, 53, 95, 106, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 51, 0, 59, 0, 112, 117, 115, 104, 95, 98, 97, 99, 107, 0, 103, 101, 116, 65, 114, 114, 97, 121, 0, 115, 114, 99, 32, 62, 32, 115, 116, 97, 114, 116, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 112, 97, 114, 115, 101, 114, 46, 104, 0, 70, 114, 97, 103, 0, 115, 116, 114, 99, 109, 112, 40, 115, 116, 114, 46, 115, 116, 114, 44, 32, 115, 116, 97, 114, 116, 41, 32, 61, 61, 32, 48, 0, 102, 114, 97, 103, 32, 112, 97, 114, 115, 105, 110, 103, 0, 37, 115, 58, 10, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 10, 0, 10, 10, 0, 110, 97, 109, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 83, 69, 80, 65, 82, 65, 84, 79, 82, 32, 38, 38, 32, 110, 97, 109, 101, 46, 115, 116, 114, 91, 48, 93, 32, 61, 61, 32, 39, 40, 39, 0, 112, 97, 114, 115, 101, 70, 117, 110, 99, 116, 105, 111, 110, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 40, 39, 0, 97, 114, 103, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 0, 102, 117, 110, 99, 91, 48, 93, 32, 61, 61, 32, 68, 69, 70, 85, 78, 0, 97, 112, 112, 101, 110, 100, 65, 114, 103, 117, 109, 101, 110, 116, 84, 111, 70, 117, 110, 99, 116, 105, 111, 110, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 123, 39, 0, 112, 97, 114, 115, 101, 66, 114, 97, 99, 107, 101, 116, 101, 100, 66, 108, 111, 99, 107, 0, 59, 125, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 125, 39, 0, 110, 97, 109, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 0, 112, 97, 114, 115, 101, 86, 97, 114, 0, 59, 44, 0, 118, 97, 114, 91, 48, 93, 32, 61, 61, 32, 86, 65, 82, 0, 97, 112, 112, 101, 110, 100, 84, 111, 86, 97, 114, 0, 104, 97, 115, 67, 104, 97, 114, 40, 115, 101, 112, 115, 44, 32, 42, 115, 114, 99, 41, 0, 112, 97, 114, 115, 101, 82, 101, 116, 117, 114, 110, 0, 112, 97, 114, 115, 101, 80, 97, 114, 101, 110, 110, 101, 100, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 41, 39, 0, 110, 101, 120, 116, 46, 116, 121, 112, 101, 32, 61, 61, 32, 75, 69, 89, 87, 79, 82, 68, 32, 38, 38, 32, 110, 101, 120, 116, 46, 115, 116, 114, 32, 61, 61, 32, 87, 72, 73, 76, 69, 0, 112, 97, 114, 115, 101, 68, 111, 0, 112, 97, 114, 115, 101, 83, 119, 105, 116, 99, 104, 0, 118, 97, 108, 117, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 79, 80, 69, 82, 65, 84, 79, 82, 0, 118, 97, 108, 117, 101, 46, 115, 116, 114, 32, 61, 61, 32, 77, 73, 78, 85, 83, 0, 118, 97, 108, 117, 101, 50, 46, 105, 115, 78, 117, 109, 98, 101, 114, 40, 41, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 58, 39, 0, 115, 119, 105, 116, 99, 104, 95, 91, 48, 93, 32, 61, 61, 32, 83, 87, 73, 84, 67, 72, 0, 97, 112, 112, 101, 110, 100, 67, 97, 115, 101, 84, 111, 83, 119, 105, 116, 99, 104, 0, 97, 112, 112, 101, 110, 100, 68, 101, 102, 97, 117, 108, 116, 84, 111, 83, 119, 105, 116, 99, 104, 0, 97, 112, 112, 101, 110, 100, 67, 111, 100, 101, 84, 111, 83, 119, 105, 116, 99, 104, 0, 99, 111, 100, 101, 91, 48, 93, 32, 61, 61, 32, 66, 76, 79, 67, 75, 0, 98, 97, 99, 107, 0, 112, 97, 114, 115, 101, 70, 111, 114, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 59, 39, 0, 112, 97, 114, 115, 101, 67, 97, 108, 108, 0, 44, 41, 0, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 80, 97, 114, 116, 115, 83, 116, 97, 99, 107, 46, 98, 97, 99, 107, 40, 41, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 0, 99, 97, 108, 108, 91, 48, 93, 32, 61, 61, 32, 67, 65, 76, 76, 0, 97, 112, 112, 101, 110, 100, 84, 111, 67, 97, 108, 108, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 91, 39, 0, 112, 97, 114, 115, 101, 73, 110, 100, 101, 120, 105, 110, 103, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 93, 39, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 46, 39, 0, 112, 97, 114, 115, 101, 68, 111, 116, 116, 105, 110, 103, 0, 107, 101, 121, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 0, 98, 97, 100, 32, 112, 97, 114, 115, 101, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 115, 116, 97, 116, 101, 0, 105, 32, 60, 32, 40, 105, 110, 116, 41, 112, 97, 114, 116, 115, 46, 115, 105, 122, 101, 40, 41, 45, 49, 32, 38, 38, 32, 105, 32, 62, 61, 32, 51, 0, 112, 97, 114, 115, 101, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 0, 112, 97, 114, 116, 115, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 105, 115, 78, 111, 100, 101, 0, 103, 101, 116, 78, 111, 100, 101, 0, 33, 105, 115, 78, 111, 100, 101, 0, 103, 101, 116, 79, 112, 0, 107, 101, 121, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 109, 97, 107, 101, 68, 111, 116, 0, 112, 97, 114, 115, 101, 65, 102, 116, 101, 114, 80, 97, 114, 101, 110, 0, 42, 115, 114, 99, 0, 112, 97, 114, 115, 101, 65, 102, 116, 101, 114, 66, 114, 97, 99, 101, 0, 44, 93, 0, 97, 114, 114, 97, 121, 91, 48, 93, 32, 61, 61, 32, 65, 82, 82, 65, 89, 0, 97, 112, 112, 101, 110, 100, 84, 111, 65, 114, 114, 97, 121, 0, 112, 97, 114, 115, 101, 65, 102, 116, 101, 114, 67, 117, 114, 108, 121, 0, 107, 101, 121, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 32, 124, 124, 32, 107, 101, 121, 46, 116, 121, 112, 101, 32, 61, 61, 32, 83, 84, 82, 73, 78, 71, 0, 44, 125, 0, 97, 114, 114, 97, 121, 91, 48, 93, 32, 61, 61, 32, 79, 66, 74, 69, 67, 84, 0, 97, 112, 112, 101, 110, 100, 84, 111, 79, 98, 106, 101, 99, 116, 0, 98, 108, 111, 99, 107, 91, 48, 93, 32, 61, 61, 32, 66, 76, 79, 67, 75, 0, 97, 112, 112, 101, 110, 100, 84, 111, 66, 108, 111, 99, 107, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 49, 54, 108, 111, 97, 100, 95, 115, 95, 101, 120, 112, 114, 50, 119, 97, 115, 109, 69, 51, 36, 95, 52, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 50, 95, 69, 69, 70, 118, 118, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 118, 118, 69, 69, 69, 0, 101, 114, 114, 111, 114, 32, 105, 110, 32, 112, 97, 114, 115, 105, 110, 103, 32, 115, 45, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 115, 32, 116, 111, 32, 119, 97, 115, 109, 10, 0, 90, 49, 54, 108, 111, 97, 100, 95, 115, 95, 101, 120, 112, 114, 50, 119, 97, 115, 109, 69, 51, 36, 95, 52, 0, 112, 97, 115, 115, 73, 110, 102, 111, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 61, 61, 32, 112, 97, 115, 115, 73, 110, 102, 111, 115, 46, 101, 110, 100, 40, 41, 0, 115, 114, 99, 47, 112, 97, 115, 115, 46, 99, 112, 112, 0, 114, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 0, 112, 97, 115, 115, 0, 97, 100, 100, 0, 109, 101, 114, 103, 101, 45, 98, 108, 111, 99, 107, 115, 0, 109, 101, 114, 103, 101, 115, 32, 98, 108, 111, 99, 107, 115, 32, 116, 111, 32, 116, 104, 101, 105, 114, 32, 112, 97, 114, 101, 110, 116, 115, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 80, 78, 52, 119, 97, 115, 109, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 52, 80, 97, 115, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 114, 101, 109, 111, 118, 101, 45, 117, 110, 117, 115, 101, 100, 45, 98, 114, 115, 0, 114, 101, 109, 111, 118, 101, 115, 32, 98, 114, 101, 97, 107, 115, 32, 102, 114, 111, 109, 32, 108, 111, 99, 97, 116, 105, 111, 110, 115, 32, 116, 104, 97, 116, 32, 97, 114, 101, 32, 110, 101, 118, 101, 114, 32, 98, 114, 97, 110, 99, 104, 101, 100, 32, 116, 111, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 95, 105, 100, 32, 61, 61, 32, 84, 40, 41, 46, 95, 105, 100, 0, 99, 97, 115, 116, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 114, 101, 109, 111, 118, 101, 45, 117, 110, 117, 115, 101, 100, 45, 110, 97, 109, 101, 115, 0, 114, 101, 109, 111, 118, 101, 115, 32, 110, 97, 109, 101, 115, 32, 102, 114, 111, 109, 32, 108, 111, 99, 97, 116, 105, 111, 110, 115, 32, 116, 104, 97, 116, 32, 97, 114, 101, 32, 110, 101, 118, 101, 114, 32, 98, 114, 97, 110, 99, 104, 101, 100, 32, 116, 111, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 112, 111, 115, 116, 45, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 0, 109, 105, 115, 99, 101, 108, 108, 97, 110, 101, 111, 117, 115, 32, 111, 112, 116, 105, 109, 105, 122, 97, 116, 105, 111, 110, 115, 32, 102, 111, 114, 32, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 103, 101, 110, 101, 114, 97, 116, 101, 100, 32, 99, 111, 100, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 97, 100, 100, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 105, 51, 50, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 77, 101, 109, 111, 114, 121, 79, 112, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 115, 105, 109, 112, 108, 105, 102, 121, 45, 108, 111, 99, 97, 108, 115, 0, 109, 105, 115, 99, 101, 108, 108, 97, 110, 101, 111, 117, 115, 32, 108, 111, 99, 97, 108, 115, 45, 114, 101, 108, 97, 116, 101, 100, 32, 111, 112, 116, 105, 109, 105, 122, 97, 116, 105, 111, 110, 115, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 33, 114, 101, 112, 108, 97, 99, 101, 0, 115, 114, 99, 47, 119, 97, 115, 109, 46, 104, 0, 115, 116, 97, 114, 116, 87, 97, 108, 107, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 99, 117, 114, 114, 0, 118, 105, 115, 105, 116, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 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, 43, 45, 42, 47, 37, 60, 62, 38, 94, 124, 126, 61, 33, 44, 63, 58, 46, 0, 40, 91, 59, 123, 125, 0, 116, 111, 112, 108, 101, 118, 101, 108, 0, 100, 101, 102, 117, 110, 0, 98, 108, 111, 99, 107, 0, 115, 116, 97, 116, 0, 97, 115, 115, 105, 103, 110, 0, 110, 97, 109, 101, 0, 118, 97, 114, 0, 99, 111, 110, 115, 116, 0, 99, 111, 110, 100, 105, 116, 105, 111, 110, 97, 108, 0, 98, 105, 110, 97, 114, 121, 0, 114, 101, 116, 117, 114, 110, 0, 105, 102, 0, 101, 108, 115, 101, 0, 119, 104, 105, 108, 101, 0, 100, 111, 0, 102, 111, 114, 0, 115, 101, 113, 0, 115, 117, 98, 0, 99, 97, 108, 108, 0, 110, 117, 109, 0, 108, 97, 98, 101, 108, 0, 98, 114, 101, 97, 107, 0, 99, 111, 110, 116, 105, 110, 117, 101, 0, 115, 119, 105, 116, 99, 104, 0, 115, 116, 114, 105, 110, 103, 0, 116, 101, 109, 112, 82, 101, 116, 48, 0, 117, 110, 97, 114, 121, 45, 112, 114, 101, 102, 105, 120, 0, 117, 110, 97, 114, 121, 45, 112, 111, 115, 116, 102, 105, 120, 0, 77, 97, 116, 104, 95, 102, 114, 111, 117, 110, 100, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 51, 50, 120, 52, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 54, 52, 120, 50, 0, 83, 73, 77, 68, 95, 73, 110, 116, 56, 120, 49, 54, 0, 83, 73, 77, 68, 95, 73, 110, 116, 49, 54, 120, 56, 0, 83, 73, 77, 68, 95, 73, 110, 116, 51, 50, 120, 52, 0, 62, 62, 62, 0, 116, 101, 109, 112, 68, 111, 117, 98, 108, 101, 80, 116, 114, 0, 72, 69, 65, 80, 56, 0, 72, 69, 65, 80, 49, 54, 0, 72, 69, 65, 80, 51, 50, 0, 72, 69, 65, 80, 70, 51, 50, 0, 72, 69, 65, 80, 85, 56, 0, 72, 69, 65, 80, 85, 49, 54, 0, 72, 69, 65, 80, 85, 51, 50, 0, 72, 69, 65, 80, 70, 54, 52, 0, 102, 48, 0, 102, 117, 110, 99, 116, 105, 111, 110, 0, 91, 0, 123, 0, 125, 0, 63, 0, 58, 0, 99, 97, 115, 101, 0, 100, 101, 102, 97, 117, 108, 116, 0, 100, 111, 116, 0, 110, 101, 119, 0, 97, 114, 114, 97, 121, 0, 111, 98, 106, 101, 99, 116, 0, 118, 97, 114, 32, 99, 111, 110, 115, 116, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 105, 102, 32, 101, 108, 115, 101, 32, 100, 111, 32, 119, 104, 105, 108, 101, 32, 102, 111, 114, 32, 98, 114, 101, 97, 107, 32, 99, 111, 110, 116, 105, 110, 117, 101, 32, 114, 101, 116, 117, 114, 110, 32, 115, 119, 105, 116, 99, 104, 32, 99, 97, 115, 101, 32, 100, 101, 102, 97, 117, 108, 116, 32, 116, 104, 114, 111, 119, 32, 116, 114, 121, 32, 99, 97, 116, 99, 104, 32, 102, 105, 110, 97, 108, 108, 121, 32, 116, 114, 117, 101, 32, 102, 97, 108, 115, 101, 32, 110, 117, 108, 108, 32, 110, 101, 119, 0, 33, 32, 126, 32, 43, 32, 45, 0, 42, 32, 47, 32, 37, 0, 43, 32, 45, 0, 60, 60, 32, 62, 62, 32, 62, 62, 62, 0, 60, 32, 60, 61, 32, 62, 32, 62, 61, 0, 61, 61, 32, 33, 61, 0, 63, 32, 58, 0, 97, 115, 115, 105, 103, 110, 32, 99, 97, 108, 108, 32, 98, 105, 110, 97, 114, 121, 32, 117, 110, 97, 114, 121, 45, 112, 114, 101, 102, 105, 120, 32, 110, 97, 109, 101, 32, 110, 117, 109, 32, 99, 111, 110, 100, 105, 116, 105, 111, 110, 97, 108, 32, 100, 111, 116, 32, 110, 101, 119, 32, 115, 117, 98, 32, 115, 101, 113, 32, 115, 116, 114, 105, 110, 103, 32, 111, 98, 106, 101, 99, 116, 32, 97, 114, 114, 97, 121, 0, 105, 115, 65, 114, 114, 97, 121, 40, 41, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 115, 105, 109, 112, 108, 101, 95, 97, 115, 116, 46, 104, 0, 83, 73, 77, 68, 95, 73, 110, 116, 56, 120, 49, 54, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 73, 110, 116, 49, 54, 120, 56, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 73, 110, 116, 51, 50, 120, 52, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 51, 50, 120, 52, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 54, 52, 120, 50, 95, 99, 104, 101, 99, 107, 0, 110, 111, 100, 101, 91, 49, 93, 32, 61, 61, 32, 65, 83, 77, 95, 70, 76, 79, 65, 84, 95, 90, 69, 82, 79, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 111, 112, 116, 105, 109, 105, 122, 101, 114, 45, 115, 104, 97, 114, 101, 100, 46, 99, 112, 112, 0, 100, 101, 116, 101, 99, 116, 84, 121, 112, 101, 0, 110, 111, 100, 101, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 105, 115, 85, 73, 110, 116, 101, 103, 101, 114, 51, 50, 40, 120, 41, 0, 115, 114, 99, 47, 115, 117, 112, 112, 111, 114, 116, 47, 115, 97, 102, 101, 95, 105, 110, 116, 101, 103, 101, 114, 46, 99, 112, 112, 0, 116, 111, 85, 73, 110, 116, 101, 103, 101, 114, 51, 50, 0, 105, 115, 83, 73, 110, 116, 101, 103, 101, 114, 51, 50, 40, 120, 41, 0, 116, 111, 83, 73, 110, 116, 101, 103, 101, 114, 51, 50, 0, 105, 115, 85, 73, 110, 116, 101, 103, 101, 114, 54, 52, 40, 120, 41, 0, 116, 111, 85, 73, 110, 116, 101, 103, 101, 114, 54, 52, 0, 0, 1, 28, 2, 29, 14, 24, 3, 30, 22, 20, 15, 25, 17, 4, 8, 31, 27, 13, 23, 21, 19, 16, 7, 26, 12, 18, 6, 11, 5, 10, 9, 31, 22, 30, 21, 18, 10, 29, 2, 20, 17, 15, 13, 9, 6, 28, 1, 23, 19, 11, 3, 16, 14, 7, 24, 12, 4, 8, 25, 5, 26, 27, 0, 17, 0, 10, 0, 17, 17, 17, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 15, 10, 17, 17, 17, 3, 10, 7, 0, 1, 19, 9, 11, 11, 0, 0, 9, 6, 11, 0, 0, 11, 0, 6, 17, 0, 0, 0, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 10, 10, 17, 17, 17, 0, 10, 0, 0, 2, 0, 9, 11, 0, 0, 0, 9, 0, 11, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 9, 12, 0, 0, 0, 0, 0, 12, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 4, 13, 0, 0, 0, 0, 9, 14, 0, 0, 0, 0, 0, 14, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 15, 0, 0, 0, 0, 9, 16, 0, 0, 0, 0, 0, 16, 0, 0, 16, 0, 0, 18, 0, 0, 0, 18, 18, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 18, 18, 18, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 10, 0, 0, 0, 0, 9, 11, 0, 0, 0, 0, 0, 11, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 9, 12, 0, 0, 0, 0, 0, 12, 0, 0, 12, 0, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 65, 66, 67, 68, 69, 70, 45, 43, 32, 32, 32, 48, 88, 48, 120, 0, 84, 33, 34, 25, 13, 1, 2, 3, 17, 75, 28, 12, 16, 4, 11, 29, 18, 30, 39, 104, 110, 111, 112, 113, 98, 32, 5, 6, 15, 19, 20, 21, 26, 8, 22, 7, 40, 36, 23, 24, 9, 10, 14, 27, 31, 37, 35, 131, 130, 125, 38, 42, 43, 60, 61, 62, 63, 67, 71, 74, 77, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 105, 106, 107, 108, 114, 115, 116, 121, 122, 123, 124, 0, 73, 108, 108, 101, 103, 97, 108, 32, 98, 121, 116, 101, 32, 115, 101, 113, 117, 101, 110, 99, 101, 0, 68, 111, 109, 97, 105, 110, 32, 101, 114, 114, 111, 114, 0, 82, 101, 115, 117, 108, 116, 32, 110, 111, 116, 32, 114, 101, 112, 114, 101, 115, 101, 110, 116, 97, 98, 108, 101, 0, 78, 111, 116, 32, 97, 32, 116, 116, 121, 0, 80, 101, 114, 109, 105, 115, 115, 105, 111, 110, 32, 100, 101, 110, 105, 101, 100, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 110, 111, 116, 32, 112, 101, 114, 109, 105, 116, 116, 101, 100, 0, 78, 111, 32, 115, 117, 99, 104, 32, 102, 105, 108, 101, 32, 111, 114, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 78, 111, 32, 115, 117, 99, 104, 32, 112, 114, 111, 99, 101, 115, 115, 0, 70, 105, 108, 101, 32, 101, 120, 105, 115, 116, 115, 0, 86, 97, 108, 117, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 32, 102, 111, 114, 32, 100, 97, 116, 97, 32, 116, 121, 112, 101, 0, 78, 111, 32, 115, 112, 97, 99, 101, 32, 108, 101, 102, 116, 32, 111, 110, 32, 100, 101, 118, 105, 99, 101, 0, 79, 117, 116, 32, 111, 102, 32, 109, 101, 109, 111, 114, 121, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 98, 117, 115, 121, 0, 73, 110, 116, 101, 114, 114, 117, 112, 116, 101, 100, 32, 115, 121, 115, 116, 101, 109, 32, 99, 97, 108, 108, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 116, 101, 109, 112, 111, 114, 97, 114, 105, 108, 121, 32, 117, 110, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 73, 110, 118, 97, 108, 105, 100, 32, 115, 101, 101, 107, 0, 67, 114, 111, 115, 115, 45, 100, 101, 118, 105, 99, 101, 32, 108, 105, 110, 107, 0, 82, 101, 97, 100, 45, 111, 110, 108, 121, 32, 102, 105, 108, 101, 32, 115, 121, 115, 116, 101, 109, 0, 68, 105, 114, 101, 99, 116, 111, 114, 121, 32, 110, 111, 116, 32, 101, 109, 112, 116, 121, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 115, 101, 116, 32, 98, 121, 32, 112, 101, 101, 114, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 116, 105, 109, 101, 100, 32, 111, 117, 116, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 102, 117, 115, 101, 100, 0, 72, 111, 115, 116, 32, 105, 115, 32, 100, 111, 119, 110, 0, 72, 111, 115, 116, 32, 105, 115, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 65, 100, 100, 114, 101, 115, 115, 32, 105, 110, 32, 117, 115, 101, 0, 66, 114, 111, 107, 101, 110, 32, 112, 105, 112, 101, 0, 73, 47, 79, 32, 101, 114, 114, 111, 114, 0, 78, 111, 32, 115, 117, 99, 104, 32, 100, 101, 118, 105, 99, 101, 32, 111, 114, 32, 97, 100, 100, 114, 101, 115, 115, 0, 66, 108, 111, 99, 107, 32, 100, 101, 118, 105, 99, 101, 32, 114, 101, 113, 117, 105, 114, 101, 100, 0, 78, 111, 32, 115, 117, 99, 104, 32, 100, 101, 118, 105, 99, 101, 0, 78, 111, 116, 32, 97, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 73, 115, 32, 97, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 84, 101, 120, 116, 32, 102, 105, 108, 101, 32, 98, 117, 115, 121, 0, 69, 120, 101, 99, 32, 102, 111, 114, 109, 97, 116, 32, 101, 114, 114, 111, 114, 0, 73, 110, 118, 97, 108, 105, 100, 32, 97, 114, 103, 117, 109, 101, 110, 116, 0, 65, 114, 103, 117, 109, 101, 110, 116, 32, 108, 105, 115, 116, 32, 116, 111, 111, 32, 108, 111, 110, 103, 0, 83, 121, 109, 98, 111, 108, 105, 99, 32, 108, 105, 110, 107, 32, 108, 111, 111, 112, 0, 70, 105, 108, 101, 110, 97, 109, 101, 32, 116, 111, 111, 32, 108, 111, 110, 103, 0, 84, 111, 111, 32, 109, 97, 110, 121, 32, 111, 112, 101, 110, 32, 102, 105, 108, 101, 115, 32, 105, 110, 32, 115, 121, 115, 116, 101, 109, 0, 78, 111, 32, 102, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 115, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 66, 97, 100, 32, 102, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 0, 78, 111, 32, 99, 104, 105, 108, 100, 32, 112, 114, 111, 99, 101, 115, 115, 0, 66, 97, 100, 32, 97, 100, 100, 114, 101, 115, 115, 0, 70, 105, 108, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 0, 84, 111, 111, 32, 109, 97, 110, 121, 32, 108, 105, 110, 107, 115, 0, 78, 111, 32, 108, 111, 99, 107, 115, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 100, 101, 97, 100, 108, 111, 99, 107, 32, 119, 111, 117, 108, 100, 32, 111, 99, 99, 117, 114, 0, 83, 116, 97, 116, 101, 32, 110, 111, 116, 32, 114, 101, 99, 111, 118, 101, 114, 97, 98, 108, 101, 0, 80, 114, 101, 118, 105, 111, 117, 115, 32, 111, 119, 110, 101, 114, 32, 100, 105, 101, 100, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 99, 97, 110, 99, 101, 108, 101, 100, 0, 70, 117, 110, 99, 116, 105, 111, 110, 32, 110, 111, 116, 32, 105, 109, 112, 108, 101, 109, 101, 110, 116, 101, 100, 0, 78, 111, 32, 109, 101, 115, 115, 97, 103, 101, 32, 111, 102, 32, 100, 101, 115, 105, 114, 101, 100, 32, 116, 121, 112, 101, 0, 73, 100, 101, 110, 116, 105, 102, 105, 101, 114, 32, 114, 101, 109, 111, 118, 101, 100, 0, 68, 101, 118, 105, 99, 101, 32, 110, 111, 116, 32, 97, 32, 115, 116, 114, 101, 97, 109, 0, 78, 111, 32, 100, 97, 116, 97, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 68, 101, 118, 105, 99, 101, 32, 116, 105, 109, 101, 111, 117, 116, 0, 79, 117, 116, 32, 111, 102, 32, 115, 116, 114, 101, 97, 109, 115, 32, 114, 101, 115, 111, 117, 114, 99, 101, 115, 0, 76, 105, 110, 107, 32 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 20480); -allocate([ 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, 78, 65, 78, 0, 80, 79, 83, 73, 88, 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, 110, 97, 110, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 115, 116, 100, 105, 110, 98, 117, 102, 73, 99, 69, 69, 0, 117, 110, 115, 117, 112, 112, 111, 114, 116, 101, 100, 32, 108, 111, 99, 97, 108, 101, 32, 102, 111, 114, 32, 115, 116, 97, 110, 100, 97, 114, 100, 32, 105, 110, 112, 117, 116, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 115, 116, 100, 111, 117, 116, 98, 117, 102, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 115, 116, 100, 105, 110, 98, 117, 102, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 115, 116, 100, 111, 117, 116, 98, 117, 102, 73, 119, 69, 69, 0, 33, 34, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 32, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 34, 0, 47, 109, 101, 100, 105, 97, 47, 97, 108, 111, 110, 47, 50, 102, 57, 97, 51, 48, 100, 55, 45, 54, 49, 50, 52, 45, 52, 50, 100, 57, 45, 56, 55, 99, 53, 45, 51, 99, 56, 48, 99, 98, 55, 48, 101, 99, 53, 52, 47, 104, 111, 109, 101, 47, 97, 108, 111, 110, 47, 68, 101, 118, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 47, 115, 121, 115, 116, 101, 109, 47, 105, 110, 99, 108, 117, 100, 101, 47, 108, 105, 98, 99, 120, 120, 47, 115, 116, 114, 105, 110, 103, 0, 33, 34, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 32, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 34, 0, 37, 117, 0, 78, 83, 116, 51, 95, 95, 49, 57, 98, 97, 115, 105, 99, 95, 105, 111, 115, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 105, 111, 115, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 98, 97, 115, 105, 99, 95, 105, 111, 115, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 101, 97, 109, 98, 117, 102, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 101, 97, 109, 98, 117, 102, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 108, 108, 97, 116, 101, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 54, 108, 111, 99, 97, 108, 101, 53, 102, 97, 99, 101, 116, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 108, 108, 97, 116, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 103, 101, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 110, 117, 109, 95, 103, 101, 116, 95, 98, 97, 115, 101, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102, 65, 66, 67, 68, 69, 70, 120, 88, 43, 45, 112, 80, 105, 73, 110, 78, 0, 67, 0, 37, 112, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 103, 101, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 112, 117, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 110, 117, 109, 95, 112, 117, 116, 95, 98, 97, 115, 101, 69, 0, 37, 0, 0, 0, 0, 0, 76, 0, 37, 112, 0, 0, 0, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 112, 117, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 116, 105, 109, 101, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 50, 48, 95, 95, 116, 105, 109, 101, 95, 103, 101, 116, 95, 99, 95, 115, 116, 111, 114, 97, 103, 101, 73, 99, 69, 69, 0, 37, 72, 58, 37, 77, 58, 37, 83, 37, 109, 47, 37, 100, 47, 37, 121, 37, 89, 45, 37, 109, 45, 37, 100, 37, 73, 58, 37, 77, 58, 37, 83, 32, 37, 112, 37, 72, 58, 37, 77, 37, 72, 58, 37, 77, 58, 37, 83, 83, 117, 110, 100, 97, 121, 0, 77, 111, 110, 100, 97, 121, 0, 84, 117, 101, 115, 100, 97, 121, 0, 87, 101, 100, 110, 101, 115, 100, 97, 121, 0, 84, 104, 117, 114, 115, 100, 97, 121, 0, 70, 114, 105, 100, 97, 121, 0, 83, 97, 116, 117, 114, 100, 97, 121, 0, 83, 117, 110, 0, 77, 111, 110, 0, 84, 117, 101, 0, 87, 101, 100, 0, 84, 104, 117, 0, 70, 114, 105, 0, 83, 97, 116, 0, 74, 97, 110, 117, 97, 114, 121, 0, 70, 101, 98, 114, 117, 97, 114, 121, 0, 77, 97, 114, 99, 104, 0, 65, 112, 114, 105, 108, 0, 77, 97, 121, 0, 74, 117, 110, 101, 0, 74, 117, 108, 121, 0, 65, 117, 103, 117, 115, 116, 0, 83, 101, 112, 116, 101, 109, 98, 101, 114, 0, 79, 99, 116, 111, 98, 101, 114, 0, 78, 111, 118, 101, 109, 98, 101, 114, 0, 68, 101, 99, 101, 109, 98, 101, 114, 0, 74, 97, 110, 0, 70, 101, 98, 0, 77, 97, 114, 0, 65, 112, 114, 0, 74, 117, 110, 0, 74, 117, 108, 0, 65, 117, 103, 0, 83, 101, 112, 0, 79, 99, 116, 0, 78, 111, 118, 0, 68, 101, 99, 0, 65, 77, 0, 80, 77, 0, 37, 97, 32, 37, 98, 32, 37, 100, 32, 37, 72, 58, 37, 77, 58, 37, 83, 32, 37, 89, 0, 37, 73, 58, 37, 77, 58, 37, 83, 32, 37, 112, 0, 37, 109, 47, 37, 100, 47, 37, 121, 0, 37, 72, 58, 37, 77, 58, 37, 83, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 50, 48, 95, 95, 116, 105, 109, 101, 95, 103, 101, 116, 95, 99, 95, 115, 116, 111, 114, 97, 103, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 116, 105, 109, 101, 95, 112, 117, 116, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 99, 76, 98, 48, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 99, 76, 98, 49, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 119, 76, 98, 48, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 119, 76, 98, 49, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 99, 69, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 0, 37, 76, 102, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 119, 69, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 99, 69, 69, 0, 37, 46, 48, 76, 102, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 109, 101, 115, 115, 97, 103, 101, 115, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 109, 101, 115, 115, 97, 103, 101, 115, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 109, 101, 115, 115, 97, 103, 101, 115, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 54, 95, 95, 110, 97, 114, 114, 111, 119, 95, 116, 111, 95, 117, 116, 102, 56, 73, 76, 106, 51, 50, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 68, 105, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 50, 99, 111, 100, 101, 99, 118, 116, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 55, 95, 95, 119, 105, 100, 101, 110, 95, 102, 114, 111, 109, 95, 117, 116, 102, 56, 73, 76, 106, 51, 50, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 99, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 119, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 68, 115, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 54, 108, 111, 99, 97, 108, 101, 53, 95, 95, 105, 109, 112, 69, 0, 78, 83, 116, 51, 95, 95, 49, 53, 99, 116, 121, 112, 101, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 99, 116, 121, 112, 101, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 53, 99, 116, 121, 112, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 110, 117, 109, 112, 117, 110, 99, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 110, 117, 109, 112, 117, 110, 99, 116, 73, 119, 69, 69, 0, 33, 34, 118, 101, 99, 116, 111, 114, 32, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 34, 0, 47, 109, 101, 100, 105, 97, 47, 97, 108, 111, 110, 47, 50, 102, 57, 97, 51, 48, 100, 55, 45, 54, 49, 50, 52, 45, 52, 50, 100, 57, 45, 56, 55, 99, 53, 45, 51, 99, 56, 48, 99, 98, 55, 48, 101, 99, 53, 52, 47, 104, 111, 109, 101, 47, 97, 108, 111, 110, 47, 68, 101, 118, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 47, 115, 121, 115, 116, 101, 109, 47, 105, 110, 99, 108, 117, 100, 101, 47, 108, 105, 98, 99, 120, 120, 47, 118, 101, 99, 116, 111, 114, 0, 95, 95, 116, 104, 114, 111, 119, 95, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 0, 33, 34, 118, 101, 99, 116, 111, 114, 32, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 34, 0, 95, 95, 116, 104, 114, 111, 119, 95, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 115, 104, 97, 114, 101, 100, 95, 99, 111, 117, 110, 116, 69, 0, 99, 97, 110, 110, 111, 116, 32, 122, 101, 114, 111, 32, 111, 117, 116, 32, 116, 104, 114, 101, 97, 100, 32, 118, 97, 108, 117, 101, 32, 102, 111, 114, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 40, 41, 0, 99, 97, 110, 110, 111, 116, 32, 99, 114, 101, 97, 116, 101, 32, 112, 116, 104, 114, 101, 97, 100, 32, 107, 101, 121, 32, 102, 111, 114, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 40, 41, 0, 112, 116, 104, 114, 101, 97, 100, 95, 111, 110, 99, 101, 32, 102, 97, 105, 108, 117, 114, 101, 32, 105, 110, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 95, 102, 97, 115, 116, 40, 41, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 50, 48, 95, 95, 115, 105, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 54, 95, 95, 115, 104, 105, 109, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 83, 116, 57, 116, 121, 112, 101, 95, 105, 110, 102, 111, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 55, 95, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 83, 116, 57, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 117, 110, 99, 97, 117, 103, 104, 116, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 111, 102, 32, 116, 121, 112, 101, 32, 37, 115, 58, 32, 37, 115, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 111, 102, 32, 116, 121, 112, 101, 32, 37, 115, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 102, 111, 114, 101, 105, 103, 110, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 0, 116, 101, 114, 109, 105, 110, 97, 116, 101, 95, 104, 97, 110, 100, 108, 101, 114, 32, 117, 110, 101, 120, 112, 101, 99, 116, 101, 100, 108, 121, 32, 114, 101, 116, 117, 114, 110, 101, 100, 0, 83, 116, 57, 98, 97, 100, 95, 97, 108, 108, 111, 99, 0, 115, 116, 100, 58, 58, 98, 97, 100, 95, 97, 108, 108, 111, 99, 0, 115, 116, 100, 58, 58, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 57, 95, 95, 112, 111, 105, 110, 116, 101, 114, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 55, 95, 95, 112, 98, 97, 115, 101, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 50, 49, 95, 95, 118, 109, 105, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 32, 99, 111, 110, 115, 116, 0, 32, 118, 111, 108, 97, 116, 105, 108, 101, 0, 32, 114, 101, 115, 116, 114, 105, 99, 116, 0, 118, 111, 105, 100, 0, 119, 99, 104, 97, 114, 95, 116, 0, 98, 111, 111, 108, 0, 99, 104, 97, 114, 0, 115, 105, 103, 110, 101, 100, 32, 99, 104, 97, 114, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 99, 104, 97, 114, 0, 115, 104, 111, 114, 116, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 115, 104, 111, 114, 116, 0, 105, 110, 116, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 105, 110, 116, 0, 108, 111, 110, 103, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 108, 111, 110, 103, 0, 108, 111, 110, 103, 32, 108, 111, 110, 103, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 108, 111, 110, 103, 32, 108, 111, 110, 103, 0, 95, 95, 105, 110, 116, 49, 50, 56, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 95, 95, 105, 110, 116, 49, 50, 56, 0, 102, 108, 111, 97, 116, 0, 100, 111, 117, 98, 108, 101, 0, 108, 111, 110, 103, 32, 100, 111, 117, 98, 108, 101, 0, 95, 95, 102, 108, 111, 97, 116, 49, 50, 56, 0, 46, 46, 46, 0, 95, 71, 76, 79, 66, 65, 76, 95, 95, 78, 0, 40, 97, 110, 111, 110, 121, 109, 111, 117, 115, 32, 110, 97, 109, 101, 115, 112, 97, 99, 101, 41, 0, 100, 101, 99, 105, 109, 97, 108, 54, 52, 0, 100, 101, 99, 105, 109, 97, 108, 49, 50, 56, 0, 100, 101, 99, 105, 109, 97, 108, 51, 50, 0, 100, 101, 99, 105, 109, 97, 108, 49, 54, 0, 99, 104, 97, 114, 51, 50, 95, 116, 0, 99, 104, 97, 114, 49, 54, 95, 116, 0, 97, 117, 116, 111, 0, 115, 116, 100, 58, 58, 110, 117, 108, 108, 112, 116, 114, 95, 116, 0, 32, 91, 0, 32, 91, 93, 0, 93, 0, 40, 0, 41, 0, 102, 97, 108, 115, 101, 0, 116, 114, 117, 101, 0, 117, 0, 108, 0, 117, 108, 0, 108, 108, 0, 117, 108, 108, 0, 37, 97, 102, 0, 37, 97, 0, 37, 76, 97, 76, 0, 102, 112, 0, 38, 38, 0, 62, 0, 41, 32, 0, 32, 40, 0, 38, 0, 38, 61, 0, 61, 0, 97, 108, 105, 103, 110, 111, 102, 32, 40, 0, 99, 111, 110, 115, 116, 95, 99, 97, 115, 116, 60, 0, 62, 40, 0, 44, 0, 126, 0, 41, 40, 0, 58, 58, 0, 100, 101, 108, 101, 116, 101, 91, 93, 32, 0, 100, 121, 110, 97, 109, 105, 99, 95, 99, 97, 115, 116, 60, 0, 42, 0, 100, 101, 108, 101, 116, 101, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 38, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 40, 41, 0, 111, 112, 101, 114, 97, 116, 111, 114, 44, 0, 111, 112, 101, 114, 97, 116, 111, 114, 126, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 100, 101, 108, 101, 116, 101, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 42, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 100, 101, 108, 101, 116, 101, 0, 111, 112, 101, 114, 97, 116, 111, 114, 47, 0, 111, 112, 101, 114, 97, 116, 111, 114, 47, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 94, 0, 111, 112, 101, 114, 97, 116, 111, 114, 94, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 61, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 34, 34, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 60, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 60, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 42, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 45, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 110, 101, 119, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 33, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 33, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 110, 101, 119, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 124, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 62, 42, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 43, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 63, 0, 111, 112, 101, 114, 97, 116, 111, 114, 37, 0, 111, 112, 101, 114, 97, 116, 111, 114, 37, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 62, 61, 0, 60, 0, 44, 32, 0, 32, 62, 0, 100, 101, 99, 108, 116, 121, 112, 101, 40, 0, 115, 116, 100, 58, 58, 97, 108, 108, 111, 99, 97, 116, 111, 114, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 105, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 105, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 44, 32, 115, 116, 100, 58, 58, 97, 108, 108, 111, 99, 97, 116, 111, 114, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 0, 39, 117, 110, 110, 97, 109, 101, 100, 0, 39, 108, 97, 109, 98, 100, 97, 39, 40, 0, 115, 116, 100, 58, 58, 0, 46, 42, 0, 46, 0, 47, 0, 47, 61, 0, 94, 0, 94, 61, 0, 61, 61, 0, 62, 61, 0, 41, 91, 0, 60, 61, 0, 60, 60, 0, 60, 60, 61, 0, 45, 0, 45, 61, 0, 42, 61, 0, 45, 45, 0, 41, 45, 45, 0, 91, 93, 32, 0, 32, 0, 33, 61, 0, 33, 0, 110, 111, 101, 120, 99, 101, 112, 116, 32, 40, 0, 124, 124, 0, 124, 0, 124, 61, 0, 45, 62, 42, 0, 43, 0, 43, 61, 0, 43, 43, 0, 41, 43, 43, 0, 45, 62, 0, 41, 32, 63, 32, 40, 0, 41, 32, 58, 32, 40, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 95, 99, 97, 115, 116, 60, 0, 37, 0, 37, 61, 0, 62, 62, 0, 62, 62, 61, 0, 115, 116, 97, 116, 105, 99, 95, 99, 97, 115, 116, 60, 0, 115, 105, 122, 101, 111, 102, 32, 40, 0, 115, 105, 122, 101, 111, 102, 46, 46, 46, 40, 0, 116, 121, 112, 101, 105, 100, 40, 0, 116, 104, 114, 111, 119, 0, 116, 104, 114, 111, 119, 32, 0, 32, 99, 111, 109, 112, 108, 101, 120, 0, 32, 38, 0, 32, 38, 38, 0, 32, 105, 109, 97, 103, 105, 110, 97, 114, 121, 0, 58, 58, 42, 0, 111, 98, 106, 99, 95, 111, 98, 106, 101, 99, 116, 60, 0, 105, 100, 0, 111, 98, 106, 99, 112, 114, 111, 116, 111, 0, 115, 116, 100, 0, 58, 58, 115, 116, 114, 105, 110, 103, 32, 108, 105, 116, 101, 114, 97, 108, 0, 32, 118, 101, 99, 116, 111, 114, 91, 0, 112, 105, 120, 101, 108, 32, 118, 101, 99, 116, 111, 114, 91, 0, 118, 116, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 86, 84, 84, 32, 102, 111, 114, 32, 0, 116, 121, 112, 101, 105, 110, 102, 111, 32, 102, 111, 114, 32, 0, 116, 121, 112, 101, 105, 110, 102, 111, 32, 110, 97, 109, 101, 32, 102, 111, 114, 32, 0, 99, 111, 118, 97, 114, 105, 97, 110, 116, 32, 114, 101, 116, 117, 114, 110, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 99, 111, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 32, 118, 116, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 45, 105, 110, 45, 0, 118, 105, 114, 116, 117, 97, 108, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 110, 111, 110, 45, 118, 105, 114, 116, 117, 97, 108, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 103, 117, 97, 114, 100, 32, 118, 97, 114, 105, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 114, 101, 102, 101, 114, 101, 110, 99, 101, 32, 116, 101, 109, 112, 111, 114, 97, 114, 121, 32, 102, 111, 114, 32, 0, 95, 98, 108, 111, 99, 107, 95, 105, 110, 118, 111, 107, 101, 0, 105, 110, 118, 111, 99, 97, 116, 105, 111, 110, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 102, 111, 114, 32, 98, 108, 111, 99, 107, 32, 105, 110, 32, 0 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 30720); +allocate([ 124, 45, 0, 0, 6, 61, 0, 0, 164, 45, 0, 0, 181, 60, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 104, 60, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 46, 60, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 164, 62, 0, 0, 164, 45, 0, 0, 43, 62, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 182, 61, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 84, 61, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 42, 63, 0, 0, 32, 5, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 112, 63, 0, 0, 16, 5, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 211, 65, 0, 0, 8, 10, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 232, 67, 0, 0, 164, 45, 0, 0, 195, 67, 0, 0, 168, 0, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 223, 78, 0, 0, 164, 45, 0, 0, 98, 78, 0, 0, 192, 0, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 67, 80, 0, 0, 128, 5, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 196, 83, 0, 0, 164, 45, 0, 0, 64, 83, 0, 0, 232, 0, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 136, 87, 0, 0, 124, 45, 0, 0, 74, 88, 0, 0, 164, 45, 0, 0, 197, 87, 0, 0, 8, 1, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 161, 88, 0, 0, 164, 45, 0, 0, 222, 88, 0, 0, 8, 1, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 99, 89, 0, 0, 124, 45, 0, 0, 146, 94, 0, 0, 164, 45, 0, 0, 69, 94, 0, 0, 64, 1, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 220, 94, 0, 0, 164, 45, 0, 0, 99, 95, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 218, 95, 0, 0, 164, 45, 0, 0, 8, 96, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 29, 96, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 168, 1, 0, 0, 2, 0, 0, 0, 176, 1, 0, 0, 2, 4, 0, 0, 124, 45, 0, 0, 87, 96, 0, 0, 164, 45, 0, 0, 100, 96, 0, 0, 192, 1, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 140, 96, 0, 0, 208, 1, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 184, 96, 0, 0, 164, 45, 0, 0, 225, 96, 0, 0, 232, 1, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 28, 97, 0, 0, 248, 1, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 110, 97, 0, 0, 124, 45, 0, 0, 189, 97, 0, 0, 164, 45, 0, 0, 245, 97, 0, 0, 168, 1, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 5, 98, 0, 0, 40, 2, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 31, 98, 0, 0, 164, 45, 0, 0, 189, 101, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 47, 102, 0, 0, 164, 45, 0, 0, 173, 102, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 40, 103, 0, 0, 104, 2, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 65, 103, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 168, 1, 0, 0, 2, 0, 0, 0, 136, 2, 0, 0, 2, 4, 0, 0, 164, 45, 0, 0, 127, 103, 0, 0, 152, 2, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 171, 103, 0, 0, 168, 2, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 219, 103, 0, 0, 164, 45, 0, 0, 8, 104, 0, 0, 192, 2, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 71, 104, 0, 0, 208, 2, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 157, 104, 0, 0, 124, 45, 0, 0, 4, 105, 0, 0, 164, 45, 0, 0, 140, 105, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 9, 106, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 36, 106, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 168, 1, 0, 0, 2, 0, 0, 0, 32, 3, 0, 0, 2, 4, 0, 0, 164, 45, 0, 0, 100, 106, 0, 0, 48, 3, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 146, 106, 0, 0, 64, 3, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 196, 106, 0, 0, 164, 45, 0, 0, 243, 106, 0, 0, 88, 3, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 52, 107, 0, 0, 104, 3, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 140, 107, 0, 0, 124, 45, 0, 0, 225, 107, 0, 0, 164, 45, 0, 0, 105, 108, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 227, 108, 0, 0, 152, 3, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 251, 108, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 168, 1, 0, 0, 2, 0, 0, 0, 184, 3, 0, 0, 2, 4, 0, 0, 164, 45, 0, 0, 56, 109, 0, 0, 200, 3, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 99, 109, 0, 0, 216, 3, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 146, 109, 0, 0, 164, 45, 0, 0, 190, 109, 0, 0, 240, 3, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 252, 109, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 81, 110, 0, 0, 124, 45, 0, 0, 224, 110, 0, 0, 164, 45, 0, 0, 86, 111, 0, 0, 112, 1, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 208, 111, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 232, 111, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 168, 1, 0, 0, 2, 0, 0, 0, 80, 4, 0, 0, 2, 4, 0, 0, 164, 45, 0, 0, 37, 112, 0, 0, 96, 4, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 80, 112, 0, 0, 112, 4, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 127, 112, 0, 0, 164, 45, 0, 0, 201, 112, 0, 0, 136, 4, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 7, 113, 0, 0, 152, 4, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 92, 113, 0, 0, 124, 45, 0, 0, 185, 113, 0, 0, 164, 45, 0, 0, 222, 128, 0, 0, 16, 5, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 28, 129, 0, 0, 16, 5, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 53, 129, 0, 0, 24, 5, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 77, 129, 0, 0, 24, 5, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 218, 129, 0, 0, 248, 4, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 4, 130, 0, 0, 164, 45, 0, 0, 22, 130, 0, 0, 248, 4, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 64, 130, 0, 0, 124, 45, 0, 0, 113, 130, 0, 0, 228, 45, 0, 0, 162, 130, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 232, 4, 0, 0, 3, 244, 255, 255, 228, 45, 0, 0, 209, 130, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 0, 3, 244, 255, 255, 228, 45, 0, 0, 0, 131, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 232, 4, 0, 0, 3, 244, 255, 255, 228, 45, 0, 0, 47, 131, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 0, 3, 244, 255, 255, 228, 45, 0, 0, 94, 131, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 32, 5, 0, 0, 2, 0, 0, 0, 80, 5, 0, 0, 2, 8, 0, 0, 164, 45, 0, 0, 142, 131, 0, 0, 176, 5, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 162, 131, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 184, 131, 0, 0, 176, 5, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 204, 131, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 240, 5, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 16, 132, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 8, 6, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 38, 132, 0, 0, 228, 45, 0, 0, 101, 132, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 48, 6, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 169, 132, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 8, 6, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 191, 132, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 104, 6, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 3, 133, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 128, 6, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 25, 133, 0, 0, 228, 45, 0, 0, 64, 133, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 168, 6, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 132, 133, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 128, 6, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 154, 133, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 232, 6, 0, 0, 2, 0, 0, 0, 240, 6, 0, 0, 0, 8, 0, 0, 124, 45, 0, 0, 223, 133, 0, 0, 124, 45, 0, 0, 242, 133, 0, 0, 228, 45, 0, 0, 84, 135, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 232, 6, 0, 0, 2, 0, 0, 0, 32, 7, 0, 0, 0, 8, 0, 0, 124, 45, 0, 0, 153, 135, 0, 0, 228, 45, 0, 0, 187, 135, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 72, 7, 0, 0, 0, 8, 0, 0, 124, 45, 0, 0, 0, 136, 0, 0, 228, 45, 0, 0, 21, 136, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 72, 7, 0, 0, 0, 8, 0, 0, 228, 45, 0, 0, 90, 136, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 144, 7, 0, 0, 2, 0, 0, 0, 124, 45, 0, 0, 118, 136, 0, 0, 228, 45, 0, 0, 139, 136, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 144, 7, 0, 0, 2, 0, 0, 0, 228, 45, 0, 0, 167, 136, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 144, 7, 0, 0, 2, 0, 0, 0, 228, 45, 0, 0, 195, 136, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 144, 7, 0, 0, 2, 0, 0, 0, 228, 45, 0, 0, 223, 136, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 24, 8, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 37, 137, 0, 0, 228, 45, 0, 0, 77, 137, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 64, 8, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 147, 137, 0, 0, 228, 45, 0, 0, 183, 137, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 104, 8, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 253, 137, 0, 0, 228, 45, 0, 0, 28, 138, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 144, 8, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 98, 138, 0, 0, 228, 45, 0, 0, 123, 138, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 184, 8, 0, 0, 2, 0, 0, 0, 124, 45, 0, 0, 144, 138, 0, 0, 228, 45, 0, 0, 168, 138, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 184, 8, 0, 0, 2, 0, 0, 0, 164, 45, 0, 0, 189, 138, 0, 0, 240, 8, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 223, 138, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 16, 9, 0, 0, 2, 0, 0, 0, 124, 45, 0, 0, 2, 139, 0, 0, 164, 45, 0, 0, 25, 139, 0, 0, 240, 8, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 60, 139, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 16, 9, 0, 0, 2, 0, 0, 0, 228, 45, 0, 0, 94, 139, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 16, 9, 0, 0, 2, 0, 0, 0, 228, 45, 0, 0, 128, 139, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 16, 9, 0, 0, 2, 0, 0, 0, 164, 45, 0, 0, 163, 139, 0, 0, 176, 5, 0, 0, 0, 0, 0, 0, 228, 45, 0, 0, 185, 139, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 184, 9, 0, 0, 2, 0, 0, 0, 124, 45, 0, 0, 203, 139, 0, 0, 228, 45, 0, 0, 224, 139, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 176, 5, 0, 0, 2, 0, 0, 0, 184, 9, 0, 0, 2, 0, 0, 0, 164, 45, 0, 0, 242, 139, 0, 0, 176, 5, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 7, 140, 0, 0, 176, 5, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 171, 140, 0, 0, 124, 45, 0, 0, 209, 141, 0, 0, 164, 45, 0, 0, 175, 141, 0, 0, 48, 10, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 92, 141, 0, 0, 16, 10, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 129, 141, 0, 0, 64, 10, 0, 0, 0, 0, 0, 0, 124, 45, 0, 0, 162, 141, 0, 0, 164, 45, 0, 0, 151, 142, 0, 0, 8, 10, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 230, 142, 0, 0, 48, 10, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 194, 142, 0, 0, 88, 10, 0, 0, 0, 0, 0, 0, 164, 45, 0, 0, 8, 143, 0, 0, 16, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 104, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 196, 255, 255, 255, 196, 255, 255, 255, 120, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 204, 10, 0, 0, 4, 11, 0, 0, 24, 11, 0, 0, 224, 10, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 32, 5, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 196, 255, 255, 255, 196, 255, 255, 255, 32, 5, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 136, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 7, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 152, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 176, 0, 0, 0, 8, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 216, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 56, 0, 0, 0, 248, 255, 255, 255, 216, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 216, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 176, 11, 0, 0, 20, 12, 0, 0, 80, 12, 0, 0, 100, 12, 0, 0, 120, 12, 0, 0, 140, 12, 0, 0, 60, 12, 0, 0, 40, 12, 0, 0, 216, 11, 0, 0, 196, 11, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 128, 5, 0, 0, 25, 0, 0, 0, 26, 0, 0, 0, 56, 0, 0, 0, 248, 255, 255, 255, 128, 5, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 128, 5, 0, 0, 29, 0, 0, 0, 30, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 32, 5, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 192, 255, 255, 255, 192, 255, 255, 255, 32, 5, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 80, 5, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 200, 255, 255, 255, 200, 255, 255, 255, 80, 5, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 30, 170, 0, 0, 6, 174, 0, 0, 0, 0, 0, 0, 240, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 6, 0, 0, 0, 10, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 16, 1, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 8, 0, 0, 0, 11, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 40, 1, 0, 0, 39, 0, 0, 0, 43, 0, 0, 0, 10, 0, 0, 0, 12, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 72, 1, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 12, 0, 0, 0, 13, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, 7, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 96, 1, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 14, 0, 0, 0, 14, 0, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 15, 0, 0, 0, 8, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 120, 1, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 120, 1, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 216, 1, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 8, 2, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 2, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 48, 2, 0, 0, 51, 0, 0, 0, 65, 0, 0, 0, 17, 0, 0, 0, 21, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 18, 0, 0, 0, 9, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 0, 72, 2, 0, 0, 51, 0, 0, 0, 68, 0, 0, 0, 20, 0, 0, 0, 22, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 21, 0, 0, 0, 10, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 88, 2, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 2, 0, 0, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 88, 2, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 176, 2, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 26, 0, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 224, 2, 0, 0, 51, 0, 0, 0, 77, 0, 0, 0, 23, 0, 0, 0, 29, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 24, 0, 0, 0, 11, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 240, 2, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 2, 0, 0, 0, 7, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 240, 2, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 72, 3, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 120, 3, 0, 0, 51, 0, 0, 0, 86, 0, 0, 0, 26, 0, 0, 0, 36, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 27, 0, 0, 0, 12, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 136, 3, 0, 0, 89, 0, 0, 0, 90, 0, 0, 0, 2, 0, 0, 0, 8, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 136, 3, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 224, 3, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 0, 0, 0, 0, 16, 4, 0, 0, 51, 0, 0, 0, 95, 0, 0, 0, 29, 0, 0, 0, 43, 0, 0, 0, 96, 0, 0, 0, 97, 0, 0, 0, 30, 0, 0, 0, 13, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 32, 4, 0, 0, 98, 0, 0, 0, 99, 0, 0, 0, 2, 0, 0, 0, 9, 0, 0, 0, 4, 0, 0, 0, 252, 255, 255, 255, 32, 4, 0, 0, 100, 0, 0, 0, 101, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 120, 4, 0, 0, 102, 0, 0, 0, 103, 0, 0, 0, 47, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 244, 113, 0, 0, 6, 114, 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, 252, 16, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 5, 178, 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, 112, 17, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 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, 13, 182, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112, 17, 0, 0, 232, 17, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 7, 0, 0, 0, 21, 186, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 100, 0, 0, 0, 232, 3, 0, 0, 16, 39, 0, 0, 160, 134, 1, 0, 64, 66, 15, 0, 128, 150, 152, 0, 0, 225, 245, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 47, 0, 0, 240, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 244, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 13, 0, 0, 0, 14, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 23, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, 0, 26, 0, 0, 0, 27, 0, 0, 0, 28, 0, 0, 0, 29, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 35, 0, 0, 0, 36, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 41, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 46, 0, 0, 0, 47, 0, 0, 0, 48, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, 51, 0, 0, 0, 52, 0, 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 90, 0, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 95, 0, 0, 0, 96, 0, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 90, 0, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 125, 0, 0, 0, 126, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 4, 0, 0, 104, 0, 0, 0, 105, 0, 0, 0, 50, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 14, 0, 0, 0, 3, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 184, 4, 0, 0, 104, 0, 0, 0, 106, 0, 0, 0, 51, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 35, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 36, 0, 0, 0, 4, 0, 0, 0, 16, 0, 0, 0, 11, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 200, 4, 0, 0, 107, 0, 0, 0, 108, 0, 0, 0, 52, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 13, 0, 0, 0, 39, 0, 0, 0, 40, 0, 0, 0, 18, 0, 0, 0, 14, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 0, 216, 4, 0, 0, 107, 0, 0, 0, 109, 0, 0, 0, 53, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 41, 0, 0, 0, 38, 0, 0, 0, 13, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 20, 0, 0, 0, 15, 0, 0, 0, 21, 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, 248, 4, 0, 0, 110, 0, 0, 0, 111, 0, 0, 0, 0, 0, 0, 0, 16, 5, 0, 0, 104, 0, 0, 0, 112, 0, 0, 0, 7, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 36, 0, 0, 0, 4, 0, 0, 0, 16, 0, 0, 0, 3, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 24, 5, 0, 0, 107, 0, 0, 0, 113, 0, 0, 0, 54, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 37, 0, 0, 0, 38, 0, 0, 0, 13, 0, 0, 0, 42, 0, 0, 0, 43, 0, 0, 0, 20, 0, 0, 0, 14, 0, 0, 0, 19, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 32, 5, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 248, 255, 255, 255, 248, 255, 255, 255, 32, 5, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 56, 5, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 248, 255, 255, 255, 248, 255, 255, 255, 56, 5, 0, 0, 116, 0, 0, 0, 117, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 80, 5, 0, 0, 31, 0, 0, 0, 32, 0, 0, 0, 252, 255, 255, 255, 252, 255, 255, 255, 80, 5, 0, 0, 33, 0, 0, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 104, 5, 0, 0, 118, 0, 0, 0, 119, 0, 0, 0, 252, 255, 255, 255, 252, 255, 255, 255, 104, 5, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 160, 5, 0, 0, 122, 0, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 1, 0, 0, 0, 7, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 192, 5, 0, 0, 125, 0, 0, 0, 126, 0, 0, 0, 124, 0, 0, 0, 2, 0, 0, 0, 8, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 208, 5, 0, 0, 127, 0, 0, 0, 128, 0, 0, 0, 124, 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, 16, 6, 0, 0, 129, 0, 0, 0, 130, 0, 0, 0, 124, 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, 72, 6, 0, 0, 131, 0, 0, 0, 132, 0, 0, 0, 124, 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, 136, 6, 0, 0, 133, 0, 0, 0, 134, 0, 0, 0, 124, 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, 192, 6, 0, 0, 135, 0, 0, 0, 136, 0, 0, 0, 124, 0, 0, 0, 44, 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, 192, 6, 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, 0, 0, 0, 0, 248, 6, 0, 0, 137, 0, 0, 0, 138, 0, 0, 0, 124, 0, 0, 0, 52, 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, 248, 6, 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, 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 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE); +allocate([ 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, 40, 7, 0, 0, 139, 0, 0, 0, 140, 0, 0, 0, 124, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 80, 7, 0, 0, 141, 0, 0, 0, 142, 0, 0, 0, 124, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 112, 7, 0, 0, 143, 0, 0, 0, 144, 0, 0, 0, 124, 0, 0, 0, 60, 0, 0, 0, 61, 0, 0, 0, 55, 0, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 62, 0, 0, 0, 59, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 152, 7, 0, 0, 145, 0, 0, 0, 146, 0, 0, 0, 124, 0, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 61, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 0, 64, 0, 0, 0, 65, 0, 0, 0, 65, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 0, 184, 7, 0, 0, 147, 0, 0, 0, 148, 0, 0, 0, 124, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 67, 0, 0, 0, 68, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 68, 0, 0, 0, 71, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 216, 7, 0, 0, 149, 0, 0, 0, 150, 0, 0, 0, 124, 0, 0, 0, 69, 0, 0, 0, 70, 0, 0, 0, 73, 0, 0, 0, 74, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 71, 0, 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 248, 7, 0, 0, 151, 0, 0, 0, 152, 0, 0, 0, 124, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 32, 8, 0, 0, 153, 0, 0, 0, 154, 0, 0, 0, 124, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 72, 8, 0, 0, 155, 0, 0, 0, 156, 0, 0, 0, 124, 0, 0, 0, 1, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 112, 8, 0, 0, 157, 0, 0, 0, 158, 0, 0, 0, 124, 0, 0, 0, 2, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 152, 8, 0, 0, 159, 0, 0, 0, 160, 0, 0, 0, 124, 0, 0, 0, 18, 0, 0, 0, 4, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 192, 8, 0, 0, 161, 0, 0, 0, 162, 0, 0, 0, 124, 0, 0, 0, 19, 0, 0, 0, 5, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 224, 8, 0, 0, 163, 0, 0, 0, 164, 0, 0, 0, 124, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 12, 0, 0, 0, 74, 0, 0, 0, 0, 0, 0, 0, 24, 9, 0, 0, 163, 0, 0, 0, 165, 0, 0, 0, 124, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 12, 0, 0, 0, 74, 0, 0, 0, 0, 0, 0, 0, 72, 9, 0, 0, 166, 0, 0, 0, 167, 0, 0, 0, 124, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 13, 0, 0, 0, 75, 0, 0, 0, 76, 0, 0, 0, 14, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 136, 9, 0, 0, 168, 0, 0, 0, 169, 0, 0, 0, 124, 0, 0, 0, 0, 0, 0, 0, 152, 9, 0, 0, 170, 0, 0, 0, 171, 0, 0, 0, 124, 0, 0, 0, 22, 0, 0, 0, 20, 0, 0, 0, 23, 0, 0, 0, 21, 0, 0, 0, 24, 0, 0, 0, 1, 0, 0, 0, 22, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 224, 9, 0, 0, 172, 0, 0, 0, 173, 0, 0, 0, 124, 0, 0, 0, 78, 0, 0, 0, 79, 0, 0, 0, 81, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 0, 0, 0, 0, 240, 9, 0, 0, 174, 0, 0, 0, 175, 0, 0, 0, 124, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 84, 0, 0, 0, 85, 0, 0, 0, 86, 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, 176, 5, 0, 0, 163, 0, 0, 0, 176, 0, 0, 0, 124, 0, 0, 0, 0, 0, 0, 0, 192, 9, 0, 0, 163, 0, 0, 0, 177, 0, 0, 0, 124, 0, 0, 0, 23, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 25, 0, 0, 0, 24, 0, 0, 0, 26, 0, 0, 0, 25, 0, 0, 0, 27, 0, 0, 0, 5, 0, 0, 0, 26, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 40, 9, 0, 0, 163, 0, 0, 0, 178, 0, 0, 0, 124, 0, 0, 0, 7, 0, 0, 0, 8, 0, 0, 0, 17, 0, 0, 0, 82, 0, 0, 0, 83, 0, 0, 0, 18, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 0, 104, 9, 0, 0, 163, 0, 0, 0, 179, 0, 0, 0, 124, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 19, 0, 0, 0, 85, 0, 0, 0, 86, 0, 0, 0, 20, 0, 0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 240, 8, 0, 0, 163, 0, 0, 0, 180, 0, 0, 0, 124, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 12, 0, 0, 0, 74, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 16, 10, 0, 0, 181, 0, 0, 0, 182, 0, 0, 0, 183, 0, 0, 0, 184, 0, 0, 0, 27, 0, 0, 0, 6, 0, 0, 0, 1, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 32, 10, 0, 0, 181, 0, 0, 0, 185, 0, 0, 0, 183, 0, 0, 0, 184, 0, 0, 0, 27, 0, 0, 0, 7, 0, 0, 0, 2, 0, 0, 0, 10, 0, 0, 0, 222, 141, 0, 0, 0, 0, 0, 0, 72, 10, 0, 0, 186, 0, 0, 0, 187, 0, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 120, 10, 0, 0, 181, 0, 0, 0, 188, 0, 0, 0, 183, 0, 0, 0, 184, 0, 0, 0, 27, 0, 0, 0, 8, 0, 0, 0, 3, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 3, 32, 2, 32, 2, 32, 2, 32, 2, 32, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 0, 1, 96, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 8, 216, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 8, 213, 8, 213, 8, 213, 8, 213, 8, 213, 8, 213, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 8, 197, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 4, 192, 8, 214, 8, 214, 8, 214, 8, 214, 8, 214, 8, 214, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 8, 198, 4, 192, 4, 192, 4, 192, 4, 192, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103, 108, 111, 98, 97, 108, 0, 78, 97, 78, 0, 73, 110, 102, 105, 110, 105, 116, 121, 0, 116, 111, 112, 109, 111, 115, 116, 0, 73, 110, 116, 56, 65, 114, 114, 97, 121, 0, 73, 110, 116, 49, 54, 65, 114, 114, 97, 121, 0, 73, 110, 116, 51, 50, 65, 114, 114, 97, 121, 0, 85, 105, 110, 116, 56, 65, 114, 114, 97, 121, 0, 85, 105, 110, 116, 49, 54, 65, 114, 114, 97, 121, 0, 85, 105, 110, 116, 51, 50, 65, 114, 114, 97, 121, 0, 70, 108, 111, 97, 116, 51, 50, 65, 114, 114, 97, 121, 0, 70, 108, 111, 97, 116, 54, 52, 65, 114, 114, 97, 121, 0, 105, 109, 112, 111, 115, 115, 105, 98, 108, 101, 45, 99, 111, 110, 116, 105, 110, 117, 101, 0, 77, 97, 116, 104, 0, 105, 109, 117, 108, 0, 99, 108, 122, 51, 50, 0, 102, 114, 111, 117, 110, 100, 0, 97, 115, 109, 50, 119, 97, 115, 109, 0, 102, 54, 52, 45, 114, 101, 109, 0, 102, 54, 52, 45, 116, 111, 45, 105, 110, 116, 0, 103, 108, 111, 98, 97, 108, 46, 77, 97, 116, 104, 0, 97, 115, 109, 50, 119, 97, 115, 109, 95, 105, 51, 50, 95, 116, 101, 109, 112, 0, 100, 101, 98, 117, 103, 103, 101, 114, 0, 95, 95, 103, 114, 111, 119, 87, 97, 115, 109, 77, 101, 109, 111, 114, 121, 0, 110, 101, 119, 83, 105, 122, 101, 0, 102, 117, 110, 99, 0, 114, 101, 115, 117, 108, 116, 0, 115, 101, 103, 109, 101, 110, 116, 0, 101, 120, 112, 111, 114, 116, 0, 105, 109, 112, 111, 114, 116, 0, 108, 111, 99, 97, 108, 0, 99, 97, 108, 108, 95, 105, 109, 112, 111, 114, 116, 0, 99, 97, 108, 108, 95, 105, 110, 100, 105, 114, 101, 99, 116, 0, 98, 114, 95, 105, 102, 0, 45, 105, 110, 102, 105, 110, 105, 116, 121, 0, 45, 110, 97, 110, 0, 117, 115, 101, 32, 97, 115, 109, 0, 98, 117, 102, 102, 101, 114, 0, 101, 110, 118, 0, 102, 97, 107, 101, 95, 114, 101, 116, 117, 114, 110, 95, 119, 97, 107, 97, 49, 50, 51, 0, 77, 97, 116, 104, 95, 105, 109, 117, 108, 0, 77, 97, 116, 104, 95, 99, 108, 122, 51, 50, 0, 77, 97, 116, 104, 95, 99, 116, 122, 51, 50, 0, 77, 97, 116, 104, 95, 112, 111, 112, 99, 110, 116, 51, 50, 0, 77, 97, 116, 104, 95, 97, 98, 115, 0, 77, 97, 116, 104, 95, 99, 101, 105, 108, 0, 77, 97, 116, 104, 95, 102, 108, 111, 111, 114, 0, 77, 97, 116, 104, 95, 116, 114, 117, 110, 99, 0, 77, 97, 116, 104, 95, 78, 69, 65, 82, 69, 83, 84, 0, 77, 97, 116, 104, 95, 115, 113, 114, 116, 0, 77, 97, 116, 104, 95, 109, 97, 120, 0, 77, 97, 116, 104, 95, 109, 105, 110, 0, 70, 85, 78, 67, 83, 73, 71, 36, 0, 97, 115, 116, 91, 48, 93, 32, 61, 61, 32, 84, 79, 80, 76, 69, 86, 69, 76, 0, 115, 114, 99, 47, 97, 115, 109, 50, 119, 97, 115, 109, 46, 104, 0, 112, 114, 111, 99, 101, 115, 115, 65, 115, 109, 0, 97, 115, 109, 70, 117, 110, 99, 116, 105, 111, 110, 91, 48, 93, 32, 61, 61, 32, 68, 69, 70, 85, 78, 0, 97, 108, 109, 111, 115, 116, 32, 97, 115, 109, 0, 98, 111, 100, 121, 91, 48, 93, 91, 48, 93, 32, 61, 61, 32, 83, 84, 65, 84, 32, 38, 38, 32, 98, 111, 100, 121, 91, 48, 93, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 83, 84, 82, 73, 78, 71, 32, 38, 38, 32, 40, 98, 111, 100, 121, 91, 48, 93, 91, 49, 93, 91, 49, 93, 45, 62, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 40, 41, 32, 61, 61, 32, 73, 83, 116, 114, 105, 110, 103, 40, 34, 117, 115, 101, 32, 97, 115, 109, 34, 41, 32, 124, 124, 32, 98, 111, 100, 121, 91, 48, 93, 91, 49, 93, 91, 49, 93, 45, 62, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 40, 41, 32, 61, 61, 32, 73, 83, 116, 114, 105, 110, 103, 40, 34, 97, 108, 109, 111, 115, 116, 32, 97, 115, 109, 34, 41, 41, 0, 118, 97, 108, 117, 101, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 49, 93, 32, 61, 61, 32, 79, 82, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 51, 93, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 51, 93, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 49, 93, 32, 61, 61, 32, 80, 76, 85, 83, 0, 105, 109, 112, 111, 114, 116, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 49, 93, 91, 49, 93, 32, 61, 61, 32, 77, 97, 116, 104, 95, 102, 114, 111, 117, 110, 100, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 50, 93, 91, 48, 93, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 32, 38, 38, 32, 118, 97, 108, 117, 101, 91, 50, 93, 91, 48, 93, 91, 49, 93, 45, 62, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 32, 61, 61, 32, 48, 0, 118, 97, 108, 117, 101, 91, 48, 93, 32, 61, 61, 32, 67, 65, 76, 76, 0, 105, 110, 118, 97, 108, 105, 100, 32, 118, 105, 101, 119, 32, 105, 109, 112, 111, 114, 116, 0, 99, 111, 110, 115, 116, 114, 117, 99, 116, 111, 114, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 105, 110, 118, 97, 108, 105, 100, 32, 115, 104, 111, 114, 116, 32, 118, 105, 101, 119, 32, 105, 109, 112, 111, 114, 116, 0, 118, 105, 101, 119, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 61, 61, 32, 118, 105, 101, 119, 115, 46, 101, 110, 100, 40, 41, 0, 105, 110, 118, 97, 108, 105, 100, 32, 118, 97, 114, 32, 101, 108, 101, 109, 101, 110, 116, 0, 118, 97, 108, 117, 101, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 102, 117, 110, 99, 116, 105, 111, 110, 84, 97, 98, 108, 101, 83, 116, 97, 114, 116, 115, 46, 102, 105, 110, 100, 40, 116, 97, 98, 108, 101, 78, 97, 109, 101, 41, 32, 33, 61, 32, 102, 117, 110, 99, 116, 105, 111, 110, 84, 97, 98, 108, 101, 83, 116, 97, 114, 116, 115, 46, 101, 110, 100, 40, 41, 0, 10, 102, 117, 110, 99, 58, 32, 0, 99, 117, 114, 114, 91, 48, 93, 32, 61, 61, 32, 83, 84, 65, 84, 0, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 0, 99, 117, 114, 114, 91, 48, 93, 32, 61, 61, 32, 65, 83, 83, 73, 71, 78, 32, 38, 38, 32, 99, 117, 114, 114, 91, 50, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 98, 114, 101, 97, 107, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 32, 38, 38, 32, 99, 111, 110, 116, 105, 110, 117, 101, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 0, 112, 97, 114, 101, 110, 116, 76, 97, 98, 101, 108, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 114, 101, 111, 114, 100, 101, 114, 45, 108, 111, 99, 97, 108, 115, 0, 119, 97, 115, 109, 0, 42, 114, 101, 116, 117, 114, 110, 58, 41, 42, 0, 109, 111, 100, 105, 102, 105, 101, 114, 32, 63, 32, 112, 111, 115, 105, 116, 105, 118, 101, 91, 52, 93, 32, 61, 61, 32, 39, 48, 39, 32, 38, 38, 32, 112, 111, 115, 105, 116, 105, 118, 101, 91, 53, 93, 32, 61, 61, 32, 39, 120, 39, 32, 58, 32, 49, 0, 115, 114, 99, 47, 112, 97, 114, 115, 105, 110, 103, 46, 104, 0, 112, 97, 114, 115, 101, 67, 111, 110, 115, 116, 0, 114, 101, 116, 45, 62, 118, 97, 108, 117, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 116, 121, 112, 101, 0, 97, 115, 109, 32, 112, 97, 114, 115, 105, 110, 103, 46, 46, 46, 10, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 112, 114, 111, 118, 105, 100, 101, 100, 84, 111, 116, 97, 108, 77, 101, 109, 111, 114, 121, 39, 93, 59, 32, 125, 0, 119, 97, 115, 109, 105, 110, 103, 46, 46, 46, 10, 0, 111, 112, 116, 105, 109, 105, 122, 105, 110, 103, 46, 46, 46, 10, 0, 109, 97, 112, 112, 105, 110, 103, 32, 103, 108, 111, 98, 97, 108, 115, 46, 46, 46, 10, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 108, 111, 111, 107, 117, 112, 73, 109, 112, 111, 114, 116, 39, 93, 40, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 44, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 49, 41, 41, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 61, 32, 36, 49, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 61, 32, 36, 49, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 54, 52, 39, 93, 91, 36, 48, 32, 62, 62, 32, 51, 93, 32, 61, 32, 36, 49, 32, 125, 0, 119, 97, 115, 109, 45, 115, 45, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 112, 97, 114, 115, 105, 110, 103, 46, 46, 46, 10, 0, 105, 110, 115, 116, 97, 110, 116, 105, 97, 116, 105, 110, 103, 32, 109, 111, 100, 117, 108, 101, 58, 32, 10, 0, 103, 101, 110, 101, 114, 97, 116, 105, 110, 103, 32, 101, 120, 112, 111, 114, 116, 115, 46, 46, 46, 10, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 97, 115, 109, 69, 120, 112, 111, 114, 116, 115, 39, 93, 32, 61, 32, 123, 125, 59, 32, 125, 0, 123, 32, 118, 97, 114, 32, 110, 97, 109, 101, 32, 61, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 97, 115, 109, 69, 120, 112, 111, 114, 116, 115, 39, 93, 91, 110, 97, 109, 101, 93, 32, 61, 32, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 32, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 32, 61, 32, 65, 114, 114, 97, 121, 46, 112, 114, 111, 116, 111, 116, 121, 112, 101, 46, 115, 108, 105, 99, 101, 46, 99, 97, 108, 108, 40, 97, 114, 103, 117, 109, 101, 110, 116, 115, 41, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 95, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 39, 93, 40, 36, 48, 41, 59, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 82, 101, 116, 117, 114, 110, 39, 93, 59, 32, 125, 59, 32, 125, 0, 99, 114, 101, 97, 116, 105, 110, 103, 32, 105, 110, 115, 116, 97, 110, 99, 101, 46, 46, 46, 10, 0, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 32, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 106, 115, 46, 99, 112, 112, 0, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 46, 108, 101, 110, 103, 116, 104, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 91, 36, 48, 93, 32, 125, 0, 99, 97, 108, 108, 95, 102, 114, 111, 109, 95, 106, 115, 32, 114, 101, 116, 117, 114, 110, 105, 110, 103, 32, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 82, 101, 116, 117, 114, 110, 39, 93, 32, 61, 32, 117, 110, 100, 101, 102, 105, 110, 101, 100, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 82, 101, 116, 117, 114, 110, 39, 93, 32, 61, 32, 36, 48, 32, 125, 0, 115, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 105, 115, 116, 114, 105, 110, 103, 46, 104, 0, 73, 83, 116, 114, 105, 110, 103, 0, 105, 115, 83, 116, 114, 105, 110, 103, 40, 41, 0, 103, 101, 116, 73, 83, 116, 114, 105, 110, 103, 0, 115, 105, 122, 101, 0, 105, 115, 78, 117, 109, 98, 101, 114, 40, 41, 0, 103, 101, 116, 78, 117, 109, 98, 101, 114, 0, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 61, 61, 32, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 101, 110, 100, 40, 41, 0, 97, 108, 108, 111, 99, 97, 116, 101, 71, 108, 111, 98, 97, 108, 0, 110, 101, 120, 116, 71, 108, 111, 98, 97, 108, 32, 60, 32, 109, 97, 120, 71, 108, 111, 98, 97, 108, 0, 105, 109, 112, 111, 114, 116, 101, 100, 91, 48, 93, 32, 61, 61, 32, 68, 79, 84, 0, 109, 111, 100, 117, 108, 101, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 77, 97, 116, 104, 95, 105, 109, 117, 108, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 99, 108, 122, 51, 50, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 102, 114, 111, 117, 110, 100, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 97, 98, 115, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 102, 108, 111, 111, 114, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 77, 97, 116, 104, 95, 115, 113, 114, 116, 46, 105, 115, 78, 117, 108, 108, 40, 41, 0, 109, 111, 100, 117, 108, 101, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 103, 101, 116, 67, 83, 116, 114, 105, 110, 103, 0, 111, 112, 101, 114, 97, 110, 100, 115, 32, 38, 38, 32, 111, 112, 101, 114, 97, 110, 100, 115, 45, 62, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 103, 101, 116, 66, 117, 105, 108, 116, 105, 110, 70, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 0, 105, 105, 0, 102, 102, 0, 100, 100, 0, 34, 40, 110, 117, 108, 108, 41, 34, 0, 91, 93, 0, 110, 117, 108, 108, 0, 34, 58, 32, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 118, 69, 69, 0, 90, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 78, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 49, 48, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 69, 80, 78, 83, 95, 53, 66, 108, 111, 99, 107, 69, 69, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 90, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 78, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 49, 48, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 69, 80, 78, 83, 95, 53, 66, 108, 111, 99, 107, 69, 69, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 90, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 78, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 49, 48, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 69, 80, 78, 83, 95, 53, 66, 108, 111, 99, 107, 69, 69, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 90, 90, 78, 83, 95, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 56, 111, 112, 116, 105, 109, 105, 122, 101, 69, 118, 69, 78, 49, 57, 66, 108, 111, 99, 107, 66, 114, 101, 97, 107, 79, 112, 116, 105, 109, 105, 122, 101, 114, 49, 48, 118, 105, 115, 105, 116, 66, 108, 111, 99, 107, 69, 80, 78, 83, 95, 53, 66, 108, 111, 99, 107, 69, 69, 49, 49, 66, 114, 101, 97, 107, 83, 101, 101, 107, 101, 114, 118, 69, 69, 0, 112, 97, 115, 115, 0, 115, 114, 99, 47, 112, 97, 115, 115, 46, 104, 0, 78, 83, 116, 51, 95, 95, 49, 49, 57, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 105, 110, 103, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 98, 117, 102, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 99, 69, 69, 69, 69, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 105, 51, 50, 0, 99, 97, 115, 116, 84, 111, 70, 51, 50, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 105, 54, 52, 0, 99, 97, 115, 116, 84, 111, 70, 54, 52, 0, 97, 115, 109, 50, 119, 97, 115, 109, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 32, 38, 38, 32, 115, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 80, 97, 114, 115, 101, 114, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 32, 38, 38, 32, 115, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 32, 38, 38, 32, 105, 110, 115, 116, 97, 110, 99, 101, 32, 61, 61, 32, 110, 117, 108, 108, 112, 116, 114, 0, 112, 114, 101, 112, 97, 114, 101, 50, 119, 97, 115, 109, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 33, 33, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 87, 65, 83, 77, 95, 74, 83, 95, 68, 69, 66, 85, 71, 39, 93, 32, 125, 0, 47, 47, 32, 69, 77, 83, 67, 82, 73, 80, 84, 69, 78, 95, 83, 84, 65, 82, 84, 95, 70, 85, 78, 67, 83, 0, 114, 101, 116, 117, 114, 110, 32, 116, 114, 117, 101, 59, 0, 102, 117, 110, 99, 116, 105, 111, 110, 32, 0, 115, 116, 114, 115, 116, 114, 40, 103, 114, 111, 119, 116, 104, 70, 117, 110, 99, 83, 116, 97, 114, 116, 32, 43, 32, 49, 44, 32, 34, 102, 117, 110, 99, 116, 105, 111, 110, 32, 34, 41, 32, 61, 61, 32, 48, 0, 112, 114, 111, 99, 101, 115, 115, 0, 103, 114, 111, 119, 116, 104, 70, 117, 110, 99, 69, 110, 100, 32, 62, 32, 103, 114, 111, 119, 116, 104, 70, 117, 110, 99, 83, 116, 97, 114, 116, 32, 43, 32, 53, 0, 59, 41, 0, 105, 110, 112, 117, 116, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 115, 45, 112, 97, 114, 115, 101, 114, 46, 104, 0, 112, 97, 114, 115, 101, 73, 110, 110, 101, 114, 76, 105, 115, 116, 0, 105, 110, 112, 117, 116, 91, 48, 93, 32, 61, 61, 32, 39, 41, 39, 0, 112, 97, 114, 115, 101, 0, 105, 115, 76, 105, 115, 116, 95, 0, 108, 105, 115, 116, 0, 32, 41, 0, 109, 111, 100, 117, 108, 101, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 77, 79, 68, 85, 76, 69, 0, 83, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 0, 33, 105, 115, 76, 105, 115, 116, 95, 0, 115, 116, 114, 0, 102, 117, 110, 99, 46, 105, 115, 76, 105, 115, 116, 40, 41, 0, 112, 97, 114, 115, 101, 84, 121, 112, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 55, 98, 97, 100, 95, 102, 117, 110, 99, 116, 105, 111, 110, 95, 99, 97, 108, 108, 69, 0, 114, 101, 115, 117, 108, 116, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 82, 69, 83, 85, 76, 84, 0, 112, 97, 114, 115, 101, 73, 109, 112, 111, 114, 116, 0, 98, 97, 100, 32, 109, 111, 100, 117, 108, 101, 32, 101, 108, 101, 109, 101, 110, 116, 32, 0, 112, 97, 114, 115, 101, 32, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 0, 97, 98, 111, 114, 116, 105, 110, 103, 32, 111, 110, 32, 0, 110, 111, 100, 101, 58, 32, 0, 48, 32, 38, 38, 32, 34, 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, 34, 0, 102, 105, 110, 97, 108, 105, 122, 101, 0, 101, 120, 116, 114, 97, 91, 49, 93, 32, 61, 61, 32, 39, 54, 39, 0, 109, 97, 107, 101, 76, 111, 97, 100, 0, 101, 120, 116, 114, 97, 91, 49, 93, 32, 61, 61, 32, 39, 50, 39, 0, 99, 95, 115, 116, 114, 0, 109, 97, 107, 101, 83, 116, 111, 114, 101, 0, 111, 102, 102, 115, 101, 116, 32, 60, 32, 108, 97, 98, 101, 108, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 0, 109, 97, 107, 101, 66, 114, 101, 97, 107, 0, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 77, 97, 112, 46, 102, 105, 110, 100, 40, 116, 121, 112, 101, 41, 32, 33, 61, 32, 119, 97, 115, 109, 46, 102, 117, 110, 99, 116, 105, 111, 110, 84, 121, 112, 101, 115, 77, 97, 112, 46, 101, 110, 100, 40, 41, 0, 109, 97, 107, 101, 67, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 0, 108, 111, 111, 112, 45, 111, 117, 116, 0, 108, 111, 111, 112, 45, 105, 110, 0, 99, 117, 114, 114, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 67, 65, 83, 69, 0, 109, 97, 107, 101, 83, 119, 105, 116, 99, 104, 0, 99, 117, 114, 114, 91, 48, 93, 45, 62, 115, 116, 114, 40, 41, 32, 61, 61, 32, 83, 69, 71, 77, 69, 78, 84, 0, 112, 97, 114, 115, 101, 77, 101, 109, 111, 114, 121, 0, 90, 49, 49, 105, 110, 115, 116, 97, 110, 116, 105, 97, 116, 101, 69, 49, 57, 74, 83, 69, 120, 116, 101, 114, 110, 97, 108, 73, 110, 116, 101, 114, 102, 97, 99, 101, 0, 78, 52, 119, 97, 115, 109, 49, 52, 77, 111, 100, 117, 108, 101, 73, 110, 115, 116, 97, 110, 99, 101, 49, 55, 69, 120, 116, 101, 114, 110, 97, 108, 73, 110, 116, 101, 114, 102, 97, 99, 101, 69, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 110, 101, 119, 66, 117, 102, 102, 101, 114, 39, 93, 32, 61, 32, 110, 101, 119, 32, 65, 114, 114, 97, 121, 66, 117, 102, 102, 101, 114, 40, 36, 48, 41, 59, 32, 125, 0, 123, 32, 118, 97, 114, 32, 115, 111, 117, 114, 99, 101, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 72, 69, 65, 80, 56, 39, 93, 46, 115, 117, 98, 97, 114, 114, 97, 121, 40, 36, 49, 44, 32, 36, 49, 32, 43, 32, 36, 50, 41, 59, 32, 118, 97, 114, 32, 116, 97, 114, 103, 101, 116, 32, 61, 32, 110, 101, 119, 32, 73, 110, 116, 56, 65, 114, 114, 97, 121, 40, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 110, 101, 119, 66, 117, 102, 102, 101, 114, 39, 93, 41, 59, 32, 116, 97, 114, 103, 101, 116, 46, 115, 101, 116, 40, 115, 111, 117, 114, 99, 101, 44, 32, 36, 48, 41, 59, 32, 125, 0, 99, 97, 108, 108, 105, 110, 103, 32, 105, 109, 112, 111, 114, 116, 32, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 32, 61, 32, 91, 93, 59, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 46, 112, 117, 115, 104, 40, 36, 48, 41, 32, 125, 0, 123, 32, 118, 97, 114, 32, 109, 111, 100, 32, 61, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 59, 32, 118, 97, 114, 32, 98, 97, 115, 101, 32, 61, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 49, 41, 59, 32, 118, 97, 114, 32, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 39, 93, 32, 61, 32, 110, 117, 108, 108, 59, 32, 118, 97, 114, 32, 108, 111, 111, 107, 117, 112, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 108, 111, 111, 107, 117, 112, 73, 109, 112, 111, 114, 116, 39, 93, 40, 109, 111, 100, 44, 32, 98, 97, 115, 101, 41, 59, 32, 114, 101, 116, 117, 114, 110, 32, 108, 111, 111, 107, 117, 112, 46, 97, 112, 112, 108, 121, 40, 110, 117, 108, 108, 44, 32, 116, 101, 109, 112, 65, 114, 103, 117, 109, 101, 110, 116, 115, 41, 59, 32, 125, 0, 99, 97, 108, 108, 105, 110, 103, 32, 105, 109, 112, 111, 114, 116, 32, 114, 101, 116, 117, 114, 110, 105, 110, 103, 32, 0, 123, 32, 118, 97, 114, 32, 97, 100, 100, 114, 32, 61, 32, 36, 48, 59, 32, 118, 97, 114, 32, 98, 121, 116, 101, 115, 32, 61, 32, 36, 49, 59, 32, 118, 97, 114, 32, 105, 115, 70, 108, 111, 97, 116, 32, 61, 32, 36, 50, 59, 32, 118, 97, 114, 32, 105, 115, 83, 105, 103, 110, 101, 100, 32, 61, 32, 36, 51, 59, 32, 118, 97, 114, 32, 115, 97, 118, 101, 48, 32, 61, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 59, 32, 118, 97, 114, 32, 115, 97, 118, 101, 49, 32, 61, 32, 72, 69, 65, 80, 51, 50, 91, 49, 93, 59, 32, 102, 111, 114, 32, 40, 118, 97, 114, 32, 105, 32, 61, 32, 48, 59, 32, 105, 32, 60, 32, 98, 121, 116, 101, 115, 59, 32, 105, 43, 43, 41, 32, 123, 32, 72, 69, 65, 80, 85, 56, 91, 105, 93, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 34, 105, 110, 102, 111, 34, 93, 46, 112, 97, 114, 101, 110, 116, 91, 34, 72, 69, 65, 80, 85, 56, 34, 93, 91, 97, 100, 100, 114, 32, 43, 32, 105, 93, 59, 32, 125, 32, 118, 97, 114, 32, 114, 101, 116, 59, 32, 105, 102, 32, 40, 33, 105, 115, 70, 108, 111, 97, 116, 41, 32, 123, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 49, 41, 32, 114, 101, 116, 32, 61, 32, 105, 115, 83, 105, 103, 110, 101, 100, 32, 63, 32, 72, 69, 65, 80, 56, 91, 48, 93, 32, 58, 32, 72, 69, 65, 80, 85, 56, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 50, 41, 32, 114, 101, 116, 32, 61, 32, 105, 115, 83, 105, 103, 110, 101, 100, 32, 63, 32, 72, 69, 65, 80, 49, 54, 91, 48, 93, 32, 58, 32, 72, 69, 65, 80, 85, 49, 54, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 52, 41, 32, 114, 101, 116, 32, 61, 32, 105, 115, 83, 105, 103, 110, 101, 100, 32, 63, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 32, 58, 32, 72, 69, 65, 80, 85, 51, 50, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 97, 98, 111, 114, 116, 40, 41, 59, 32, 125, 32, 101, 108, 115, 101, 32, 123, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 52, 41, 32, 114, 101, 116, 32, 61, 32, 72, 69, 65, 80, 70, 51, 50, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 56, 41, 32, 114, 101, 116, 32, 61, 32, 72, 69, 65, 80, 70, 54, 52, 91, 48, 93, 59, 32, 101, 108, 115, 101, 32, 97, 98, 111, 114, 116, 40, 41, 59, 32, 125, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 32, 61, 32, 115, 97, 118, 101, 48, 59, 32, 72, 69, 65, 80, 51, 50, 91, 49, 93, 32, 61, 32, 115, 97, 118, 101, 49, 59, 32, 114, 101, 116, 117, 114, 110, 32, 114, 101, 116, 59, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 56, 39, 93, 91, 36, 48, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 85, 56, 39, 93, 91, 36, 48, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 49, 54, 39, 93, 91, 36, 48, 32, 62, 62, 32, 49, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 85, 49, 54, 39, 93, 91, 36, 48, 32, 62, 62, 32, 49, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 85, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 51, 50, 39, 93, 91, 36, 48, 32, 62, 62, 32, 50, 93, 32, 125, 0, 123, 32, 114, 101, 116, 117, 114, 110, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 70, 54, 52, 39, 93, 91, 36, 48, 32, 62, 62, 32, 51, 93, 32, 125, 0, 123, 32, 118, 97, 114, 32, 97, 100, 100, 114, 32, 61, 32, 36, 48, 59, 32, 118, 97, 114, 32, 98, 121, 116, 101, 115, 32, 61, 32, 36, 49, 59, 32, 118, 97, 114, 32, 105, 115, 70, 108, 111, 97, 116, 32, 61, 32, 36, 50, 59, 32, 118, 97, 114, 32, 118, 97, 108, 117, 101, 32, 61, 32, 36, 51, 59, 32, 118, 97, 114, 32, 115, 97, 118, 101, 48, 32, 61, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 59, 32, 118, 97, 114, 32, 115, 97, 118, 101, 49, 32, 61, 32, 72, 69, 65, 80, 51, 50, 91, 49, 93, 59, 32, 105, 102, 32, 40, 33, 105, 115, 70, 108, 111, 97, 116, 41, 32, 123, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 49, 41, 32, 72, 69, 65, 80, 85, 56, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 50, 41, 32, 72, 69, 65, 80, 85, 49, 54, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 52, 41, 32, 72, 69, 65, 80, 85, 51, 50, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 97, 98, 111, 114, 116, 40, 41, 59, 32, 125, 32, 101, 108, 115, 101, 32, 123, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 52, 41, 32, 72, 69, 65, 80, 70, 51, 50, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 105, 102, 32, 40, 98, 121, 116, 101, 115, 32, 61, 61, 61, 32, 56, 41, 32, 72, 69, 65, 80, 70, 54, 52, 91, 48, 93, 32, 61, 32, 118, 97, 108, 117, 101, 59, 32, 101, 108, 115, 101, 32, 97, 98, 111, 114, 116, 40, 41, 59, 32, 125, 32, 102, 111, 114, 32, 40, 118, 97, 114, 32, 105, 32, 61, 32, 48, 59, 32, 105, 32, 60, 32, 98, 121, 116, 101, 115, 59, 32, 105, 43, 43, 41, 32, 123, 32, 77, 111, 100, 117, 108, 101, 91, 34, 105, 110, 102, 111, 34, 93, 46, 112, 97, 114, 101, 110, 116, 91, 34, 72, 69, 65, 80, 85, 56, 34, 93, 91, 97, 100, 100, 114, 32, 43, 32, 105, 93, 32, 61, 32, 72, 69, 65, 80, 85, 56, 91, 105, 93, 59, 32, 125, 32, 72, 69, 65, 80, 51, 50, 91, 48, 93, 32, 61, 32, 115, 97, 118, 101, 48, 59, 32, 72, 69, 65, 80, 51, 50, 91, 49, 93, 32, 61, 32, 115, 97, 118, 101, 49, 59, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 56, 39, 93, 91, 36, 48, 93, 32, 61, 32, 36, 49, 32, 125, 0, 123, 32, 77, 111, 100, 117, 108, 101, 91, 39, 105, 110, 102, 111, 39, 93, 46, 112, 97, 114, 101, 110, 116, 91, 39, 72, 69, 65, 80, 49, 54, 39, 93, 91, 36, 48, 32, 62, 62, 32, 49, 93, 32, 61, 32, 36, 49, 32, 125, 0, 103, 101, 116, 105, 54, 52, 0, 123, 32, 118, 97, 114, 32, 115, 105, 122, 101, 32, 61, 32, 36, 48, 59, 32, 118, 97, 114, 32, 98, 117, 102, 102, 101, 114, 59, 32, 116, 114, 121, 32, 123, 32, 98, 117, 102, 102, 101, 114, 32, 61, 32, 110, 101, 119, 32, 65, 114, 114, 97, 121, 66, 117, 102, 102, 101, 114, 40, 115, 105, 122, 101, 41, 59, 32, 125, 32, 99, 97, 116, 99, 104, 40, 101, 41, 32, 123, 32, 114, 101, 116, 117, 114, 110, 59, 32, 125, 32, 118, 97, 114, 32, 111, 108, 100, 72, 69, 65, 80, 56, 32, 61, 32, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 72, 69, 65, 80, 56, 39, 93, 59, 32, 118, 97, 114, 32, 116, 101, 109, 112, 32, 61, 32, 110, 101, 119, 32, 73, 110, 116, 56, 65, 114, 114, 97, 121, 40, 98, 117, 102, 102, 101, 114, 41, 59, 32, 116, 101, 109, 112, 46, 115, 101, 116, 40, 111, 108, 100, 72, 69, 65, 80, 56, 41, 59, 32, 77, 111, 100, 117, 108, 101, 91, 39, 111, 117, 116, 115, 105, 100, 101, 39, 93, 91, 39, 98, 117, 102, 102, 101, 114, 39, 93, 32, 61, 32, 98, 117, 102, 102, 101, 114, 59, 32, 125, 0, 123, 32, 97, 98, 111, 114, 116, 40, 34, 119, 97, 115, 109, 32, 116, 114, 97, 112, 58, 32, 34, 32, 43, 32, 80, 111, 105, 110, 116, 101, 114, 95, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 36, 48, 41, 41, 59, 32, 125, 0, 115, 116, 97, 99, 107, 32, 108, 105, 109, 105, 116, 0, 115, 114, 99, 47, 119, 97, 115, 109, 45, 105, 110, 116, 101, 114, 112, 114, 101, 116, 101, 114, 46, 104, 0, 99, 97, 108, 108, 70, 117, 110, 99, 116, 105, 111, 110, 0, 33, 102, 108, 111, 119, 46, 98, 114, 101, 97, 107, 105, 110, 103, 40, 41, 32, 124, 124, 32, 102, 108, 111, 119, 46, 98, 114, 101, 97, 107, 84, 111, 32, 61, 61, 32, 82, 69, 84, 85, 82, 78, 95, 70, 76, 79, 87, 0, 102, 117, 110, 99, 116, 105, 111, 110, 45, 62, 114, 101, 115, 117, 108, 116, 32, 61, 61, 32, 114, 101, 116, 46, 116, 121, 112, 101, 0, 70, 117, 110, 99, 116, 105, 111, 110, 32, 96, 0, 96, 32, 101, 120, 112, 101, 99, 116, 115, 32, 0, 32, 112, 97, 114, 97, 109, 101, 116, 101, 114, 115, 44, 32, 103, 111, 116, 32, 0, 32, 97, 114, 103, 117, 109, 101, 110, 116, 115, 46, 0, 96, 32, 101, 120, 112, 101, 99, 116, 115, 32, 116, 121, 112, 101, 32, 0, 32, 102, 111, 114, 32, 112, 97, 114, 97, 109, 101, 116, 101, 114, 32, 0, 44, 32, 103, 111, 116, 32, 0, 110, 97, 109, 101, 46, 115, 116, 114, 0, 90, 78, 52, 119, 97, 115, 109, 49, 52, 77, 111, 100, 117, 108, 101, 73, 110, 115, 116, 97, 110, 99, 101, 49, 50, 99, 97, 108, 108, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 55, 73, 83, 116, 114, 105, 110, 103, 69, 82, 78, 83, 116, 51, 95, 95, 49, 54, 118, 101, 99, 116, 111, 114, 73, 78, 83, 95, 55, 76, 105, 116, 101, 114, 97, 108, 69, 78, 83, 51, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 53, 95, 69, 69, 69, 69, 69, 49, 54, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 82, 117, 110, 110, 101, 114, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 90, 78, 83, 95, 49, 52, 77, 111, 100, 117, 108, 101, 73, 110, 115, 116, 97, 110, 99, 101, 49, 50, 99, 97, 108, 108, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 55, 73, 83, 116, 114, 105, 110, 103, 69, 82, 78, 83, 116, 51, 95, 95, 49, 54, 118, 101, 99, 116, 111, 114, 73, 78, 83, 95, 55, 76, 105, 116, 101, 114, 97, 108, 69, 78, 83, 52, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 69, 69, 69, 49, 54, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 82, 117, 110, 110, 101, 114, 78, 83, 95, 52, 70, 108, 111, 119, 69, 69, 69, 0, 99, 97, 115, 101, 73, 110, 100, 101, 120, 32, 60, 32, 99, 117, 114, 114, 45, 62, 99, 97, 115, 101, 115, 46, 115, 105, 122, 101, 40, 41, 0, 118, 105, 115, 105, 116, 83, 119, 105, 116, 99, 104, 0, 99, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 58, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 99, 97, 108, 108, 73, 110, 100, 105, 114, 101, 99, 116, 58, 32, 98, 97, 100, 32, 116, 121, 112, 101, 0, 102, 108, 111, 119, 46, 118, 97, 108, 117, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 116, 121, 112, 101, 0, 118, 105, 115, 105, 116, 83, 101, 116, 76, 111, 99, 97, 108, 0, 111, 102, 102, 115, 101, 116, 32, 62, 32, 109, 101 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 10240); +allocate([ 109, 111, 114, 121, 0, 102, 105, 110, 97, 108, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 98, 121, 116, 101, 115, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 104, 105, 103, 104, 101, 115, 116, 32, 62, 32, 109, 101, 109, 111, 114, 121, 0, 58, 32, 0, 32, 62, 32, 0, 78, 83, 116, 51, 95, 95, 49, 49, 56, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 99, 69, 69, 69, 69, 0, 101, 120, 116, 101, 110, 100, 84, 111, 83, 73, 54, 52, 0, 101, 120, 116, 101, 110, 100, 84, 111, 85, 73, 54, 52, 0, 116, 114, 117, 110, 99, 97, 116, 101, 84, 111, 73, 51, 50, 0, 116, 114, 117, 110, 99, 83, 70, 108, 111, 97, 116, 32, 111, 102, 32, 110, 97, 110, 0, 105, 51, 50, 46, 116, 114, 117, 110, 99, 83, 70, 108, 111, 97, 116, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 116, 114, 117, 110, 99, 85, 70, 108, 111, 97, 116, 32, 111, 102, 32, 110, 97, 110, 0, 105, 54, 52, 46, 116, 114, 117, 110, 99, 85, 70, 108, 111, 97, 116, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 102, 51, 50, 0, 99, 97, 115, 116, 84, 111, 73, 51, 50, 0, 101, 120, 116, 101, 110, 100, 84, 111, 70, 54, 52, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 102, 54, 52, 0, 99, 97, 115, 116, 84, 111, 73, 54, 52, 0, 116, 114, 117, 110, 99, 97, 116, 101, 84, 111, 70, 51, 50, 0, 108, 101, 102, 116, 46, 116, 121, 112, 101, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 108, 101, 102, 116, 45, 62, 116, 121, 112, 101, 0, 118, 105, 115, 105, 116, 66, 105, 110, 97, 114, 121, 0, 114, 105, 103, 104, 116, 46, 116, 121, 112, 101, 32, 61, 61, 32, 99, 117, 114, 114, 45, 62, 114, 105, 103, 104, 116, 45, 62, 116, 121, 112, 101, 0, 105, 51, 50, 46, 100, 105, 118, 95, 115, 32, 98, 121, 32, 48, 0, 105, 51, 50, 46, 100, 105, 118, 95, 115, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 105, 51, 50, 46, 100, 105, 118, 95, 117, 32, 98, 121, 32, 48, 0, 105, 51, 50, 46, 114, 101, 109, 95, 115, 32, 98, 121, 32, 48, 0, 105, 51, 50, 46, 114, 101, 109, 95, 117, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 100, 105, 118, 95, 115, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 100, 105, 118, 95, 115, 32, 111, 118, 101, 114, 102, 108, 111, 119, 0, 105, 54, 52, 46, 100, 105, 118, 95, 117, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 114, 101, 109, 95, 115, 32, 98, 121, 32, 48, 0, 105, 54, 52, 46, 114, 101, 109, 95, 117, 32, 98, 121, 32, 48, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 100, 101, 108, 116, 97, 32, 110, 111, 116, 32, 109, 117, 108, 116, 105, 112, 108, 101, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 100, 101, 108, 116, 97, 32, 114, 101, 108, 97, 116, 105, 118, 101, 108, 121, 32, 116, 111, 111, 32, 98, 105, 103, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 100, 101, 108, 116, 97, 32, 111, 98, 106, 101, 99, 116, 105, 118, 101, 108, 121, 32, 116, 111, 111, 32, 98, 105, 103, 0, 103, 114, 111, 119, 77, 101, 109, 111, 114, 121, 58, 32, 101, 120, 99, 101, 101, 100, 115, 32, 109, 97, 120, 0, 99, 97, 108, 108, 69, 120, 112, 111, 114, 116, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100, 0, 46, 99, 111, 110, 115, 116, 32, 0, 58, 48, 120, 0, 45, 48, 0, 37, 108, 102, 0, 100, 32, 62, 61, 32, 48, 0, 110, 117, 109, 84, 111, 83, 116, 114, 105, 110, 103, 0, 48, 120, 37, 108, 108, 120, 0, 37, 108, 108, 117, 0, 37, 108, 108, 120, 0, 37, 101, 0, 37, 46, 48, 102, 0, 110, 117, 109, 32, 60, 32, 49, 48, 48, 48, 0, 103, 101, 116, 105, 51, 50, 0, 103, 101, 116, 102, 51, 50, 0, 103, 101, 116, 102, 54, 52, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 49, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 70, 80, 78, 83, 50, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 83, 53, 95, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 80, 78, 52, 119, 97, 115, 109, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 69, 69, 0, 97, 116, 58, 32, 0, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 33, 61, 32, 109, 97, 112, 112, 101, 100, 71, 108, 111, 98, 97, 108, 115, 46, 101, 110, 100, 40, 41, 0, 116, 97, 114, 103, 101, 116, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 118, 105, 101, 119, 115, 46, 102, 105, 110, 100, 40, 104, 101, 97, 112, 41, 32, 33, 61, 32, 118, 105, 101, 119, 115, 46, 101, 110, 100, 40, 41, 0, 99, 111, 110, 102, 117, 115, 105, 110, 103, 32, 97, 115, 115, 105, 103, 110, 0, 100, 100, 100, 0, 118, 0, 116, 97, 114, 103, 101, 116, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 114, 101, 116, 45, 62, 108, 101, 102, 116, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 114, 101, 116, 45, 62, 114, 105, 103, 104, 116, 45, 62, 116, 121, 112, 101, 0, 98, 97, 100, 32, 117, 110, 97, 114, 121, 0, 97, 115, 116, 91, 50, 93, 45, 62, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 50, 0, 97, 115, 116, 91, 50, 93, 45, 62, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 99, 111, 110, 102, 117, 115, 105, 110, 103, 32, 102, 114, 111, 117, 110, 100, 32, 116, 97, 114, 103, 101, 116, 0, 116, 97, 114, 103, 101, 116, 91, 48, 93, 32, 61, 61, 32, 83, 85, 66, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 50, 93, 91, 48, 93, 32, 61, 61, 32, 66, 73, 78, 65, 82, 89, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 50, 93, 91, 49, 93, 32, 61, 61, 32, 65, 78, 68, 32, 38, 38, 32, 116, 97, 114, 103, 101, 116, 91, 50, 93, 91, 51, 93, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 0, 102, 117, 110, 99, 116, 105, 111, 110, 45, 62, 114, 101, 115, 117, 108, 116, 32, 61, 61, 32, 116, 121, 112, 101, 0, 98, 114, 101, 97, 107, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 99, 111, 110, 116, 105, 110, 117, 101, 83, 116, 97, 99, 107, 46, 115, 105, 122, 101, 40, 41, 32, 62, 32, 48, 0, 119, 104, 105, 108, 101, 45, 111, 117, 116, 0, 119, 104, 105, 108, 101, 45, 105, 110, 0, 100, 111, 45, 111, 110, 99, 101, 0, 100, 111, 45, 111, 117, 116, 0, 100, 111, 45, 105, 110, 0, 102, 111, 114, 45, 111, 117, 116, 0, 102, 111, 114, 45, 105, 110, 0, 114, 101, 116, 45, 62, 118, 97, 108, 117, 101, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 105, 51, 50, 0, 99, 111, 110, 100, 105, 116, 105, 111, 110, 91, 48, 93, 32, 61, 61, 32, 78, 85, 77, 32, 124, 124, 32, 99, 111, 110, 100, 105, 116, 105, 111, 110, 91, 48, 93, 32, 61, 61, 32, 85, 78, 65, 82, 89, 95, 80, 82, 69, 70, 73, 88, 0, 115, 119, 105, 116, 99, 104, 45, 100, 101, 102, 97, 117, 108, 116, 0, 105, 110, 100, 101, 120, 32, 62, 61, 32, 109, 105, 110, 0, 105, 110, 100, 101, 120, 32, 62, 61, 32, 48, 0, 115, 119, 105, 116, 99, 104, 45, 99, 97, 115, 101, 0, 99, 111, 110, 102, 117, 115, 105, 110, 103, 32, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 0, 98, 97, 100, 32, 119, 97, 115, 109, 32, 98, 105, 110, 97, 114, 121, 32, 111, 112, 0, 102, 97, 108, 115, 101, 32, 38, 38, 32, 34, 101, 120, 112, 101, 99, 116, 101, 100, 32, 115, 105, 103, 110, 101, 100, 32, 111, 114, 32, 117, 110, 115, 105, 103, 110, 101, 100, 32, 105, 110, 116, 51, 50, 34, 0, 99, 104, 101, 99, 107, 76, 105, 116, 101, 114, 97, 108, 0, 100, 101, 116, 101, 99, 116, 65, 115, 109, 84, 121, 112, 101, 0, 97, 115, 116, 91, 48, 93, 32, 61, 61, 32, 67, 65, 76, 76, 32, 38, 38, 32, 97, 115, 116, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 110, 111, 116, 101, 73, 109, 112, 111, 114, 116, 101, 100, 70, 117, 110, 99, 116, 105, 111, 110, 67, 97, 108, 108, 0, 116, 121, 112, 101, 36, 0, 108, 97, 98, 101, 108, 36, 98, 114, 101, 97, 107, 36, 0, 108, 97, 98, 101, 108, 36, 99, 111, 110, 116, 105, 110, 117, 101, 36, 0, 102, 109, 111, 100, 40, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 44, 32, 49, 41, 32, 61, 61, 32, 48, 0, 103, 101, 116, 73, 110, 116, 101, 103, 101, 114, 0, 100, 111, 117, 98, 108, 101, 40, 114, 101, 116, 41, 32, 61, 61, 32, 103, 101, 116, 78, 117, 109, 98, 101, 114, 40, 41, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 49, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 50, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 70, 80, 78, 83, 50, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 83, 53, 95, 106, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 80, 78, 52, 119, 97, 115, 109, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 106, 69, 69, 69, 0, 98, 97, 100, 32, 112, 114, 111, 99, 101, 115, 115, 85, 110, 115, 104, 105, 102, 116, 101, 100, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 50, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 51, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 54, 95, 69, 69, 70, 80, 78, 83, 50, 95, 49, 48, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 83, 53, 95, 106, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 53, 65, 115, 109, 50, 87, 97, 115, 109, 66, 117, 105, 108, 100, 101, 114, 49, 53, 112, 114, 111, 99, 101, 115, 115, 70, 117, 110, 99, 116, 105, 111, 110, 69, 78, 54, 99, 97, 115, 104, 101, 119, 51, 82, 101, 102, 69, 69, 51, 36, 95, 51, 0, 59, 0, 112, 117, 115, 104, 95, 98, 97, 99, 107, 0, 103, 101, 116, 65, 114, 114, 97, 121, 0, 115, 114, 99, 32, 62, 32, 115, 116, 97, 114, 116, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 112, 97, 114, 115, 101, 114, 46, 104, 0, 70, 114, 97, 103, 0, 115, 116, 114, 99, 109, 112, 40, 115, 116, 114, 46, 115, 116, 114, 44, 32, 115, 116, 97, 114, 116, 41, 32, 61, 61, 32, 48, 0, 102, 114, 97, 103, 32, 112, 97, 114, 115, 105, 110, 103, 0, 37, 115, 58, 10, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 10, 0, 10, 10, 0, 110, 97, 109, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 83, 69, 80, 65, 82, 65, 84, 79, 82, 32, 38, 38, 32, 110, 97, 109, 101, 46, 115, 116, 114, 91, 48, 93, 32, 61, 61, 32, 39, 40, 39, 0, 112, 97, 114, 115, 101, 70, 117, 110, 99, 116, 105, 111, 110, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 40, 39, 0, 97, 114, 103, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 0, 102, 117, 110, 99, 91, 48, 93, 32, 61, 61, 32, 68, 69, 70, 85, 78, 0, 97, 112, 112, 101, 110, 100, 65, 114, 103, 117, 109, 101, 110, 116, 84, 111, 70, 117, 110, 99, 116, 105, 111, 110, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 123, 39, 0, 112, 97, 114, 115, 101, 66, 114, 97, 99, 107, 101, 116, 101, 100, 66, 108, 111, 99, 107, 0, 59, 125, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 125, 39, 0, 110, 97, 109, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 0, 112, 97, 114, 115, 101, 86, 97, 114, 0, 59, 44, 0, 118, 97, 114, 91, 48, 93, 32, 61, 61, 32, 86, 65, 82, 0, 97, 112, 112, 101, 110, 100, 84, 111, 86, 97, 114, 0, 104, 97, 115, 67, 104, 97, 114, 40, 115, 101, 112, 115, 44, 32, 42, 115, 114, 99, 41, 0, 112, 97, 114, 115, 101, 82, 101, 116, 117, 114, 110, 0, 112, 97, 114, 115, 101, 80, 97, 114, 101, 110, 110, 101, 100, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 41, 39, 0, 110, 101, 120, 116, 46, 116, 121, 112, 101, 32, 61, 61, 32, 75, 69, 89, 87, 79, 82, 68, 32, 38, 38, 32, 110, 101, 120, 116, 46, 115, 116, 114, 32, 61, 61, 32, 87, 72, 73, 76, 69, 0, 112, 97, 114, 115, 101, 68, 111, 0, 112, 97, 114, 115, 101, 83, 119, 105, 116, 99, 104, 0, 118, 97, 108, 117, 101, 46, 116, 121, 112, 101, 32, 61, 61, 32, 79, 80, 69, 82, 65, 84, 79, 82, 0, 118, 97, 108, 117, 101, 46, 115, 116, 114, 32, 61, 61, 32, 77, 73, 78, 85, 83, 0, 118, 97, 108, 117, 101, 50, 46, 105, 115, 78, 117, 109, 98, 101, 114, 40, 41, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 58, 39, 0, 115, 119, 105, 116, 99, 104, 95, 91, 48, 93, 32, 61, 61, 32, 83, 87, 73, 84, 67, 72, 0, 97, 112, 112, 101, 110, 100, 67, 97, 115, 101, 84, 111, 83, 119, 105, 116, 99, 104, 0, 97, 112, 112, 101, 110, 100, 68, 101, 102, 97, 117, 108, 116, 84, 111, 83, 119, 105, 116, 99, 104, 0, 97, 112, 112, 101, 110, 100, 67, 111, 100, 101, 84, 111, 83, 119, 105, 116, 99, 104, 0, 99, 111, 100, 101, 91, 48, 93, 32, 61, 61, 32, 66, 76, 79, 67, 75, 0, 98, 97, 99, 107, 0, 112, 97, 114, 115, 101, 70, 111, 114, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 59, 39, 0, 112, 97, 114, 115, 101, 67, 97, 108, 108, 0, 44, 41, 0, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 80, 97, 114, 116, 115, 83, 116, 97, 99, 107, 46, 98, 97, 99, 107, 40, 41, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 48, 0, 99, 97, 108, 108, 91, 48, 93, 32, 61, 61, 32, 67, 65, 76, 76, 0, 97, 112, 112, 101, 110, 100, 84, 111, 67, 97, 108, 108, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 91, 39, 0, 112, 97, 114, 115, 101, 73, 110, 100, 101, 120, 105, 110, 103, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 93, 39, 0, 42, 115, 114, 99, 32, 61, 61, 32, 39, 46, 39, 0, 112, 97, 114, 115, 101, 68, 111, 116, 116, 105, 110, 103, 0, 107, 101, 121, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 0, 98, 97, 100, 32, 112, 97, 114, 115, 101, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 115, 116, 97, 116, 101, 0, 105, 32, 60, 32, 40, 105, 110, 116, 41, 112, 97, 114, 116, 115, 46, 115, 105, 122, 101, 40, 41, 45, 49, 32, 38, 38, 32, 105, 32, 62, 61, 32, 51, 0, 112, 97, 114, 115, 101, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 0, 112, 97, 114, 116, 115, 46, 115, 105, 122, 101, 40, 41, 32, 61, 61, 32, 49, 0, 105, 115, 78, 111, 100, 101, 0, 103, 101, 116, 78, 111, 100, 101, 0, 33, 105, 115, 78, 111, 100, 101, 0, 103, 101, 116, 79, 112, 0, 107, 101, 121, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 109, 97, 107, 101, 68, 111, 116, 0, 112, 97, 114, 115, 101, 65, 102, 116, 101, 114, 80, 97, 114, 101, 110, 0, 42, 115, 114, 99, 0, 112, 97, 114, 115, 101, 65, 102, 116, 101, 114, 66, 114, 97, 99, 101, 0, 44, 93, 0, 97, 114, 114, 97, 121, 91, 48, 93, 32, 61, 61, 32, 65, 82, 82, 65, 89, 0, 97, 112, 112, 101, 110, 100, 84, 111, 65, 114, 114, 97, 121, 0, 112, 97, 114, 115, 101, 65, 102, 116, 101, 114, 67, 117, 114, 108, 121, 0, 107, 101, 121, 46, 116, 121, 112, 101, 32, 61, 61, 32, 73, 68, 69, 78, 84, 32, 124, 124, 32, 107, 101, 121, 46, 116, 121, 112, 101, 32, 61, 61, 32, 83, 84, 82, 73, 78, 71, 0, 44, 125, 0, 97, 114, 114, 97, 121, 91, 48, 93, 32, 61, 61, 32, 79, 66, 74, 69, 67, 84, 0, 97, 112, 112, 101, 110, 100, 84, 111, 79, 98, 106, 101, 99, 116, 0, 98, 108, 111, 99, 107, 91, 48, 93, 32, 61, 61, 32, 66, 76, 79, 67, 75, 0, 97, 112, 112, 101, 110, 100, 84, 111, 66, 108, 111, 99, 107, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 49, 54, 108, 111, 97, 100, 95, 115, 95, 101, 120, 112, 114, 50, 119, 97, 115, 109, 69, 51, 36, 95, 52, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 50, 95, 69, 69, 70, 118, 118, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 118, 118, 69, 69, 69, 0, 101, 114, 114, 111, 114, 32, 105, 110, 32, 112, 97, 114, 115, 105, 110, 103, 32, 115, 45, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 115, 32, 116, 111, 32, 119, 97, 115, 109, 10, 0, 90, 49, 54, 108, 111, 97, 100, 95, 115, 95, 101, 120, 112, 114, 50, 119, 97, 115, 109, 69, 51, 36, 95, 52, 0, 112, 97, 115, 115, 73, 110, 102, 111, 115, 46, 102, 105, 110, 100, 40, 110, 97, 109, 101, 41, 32, 61, 61, 32, 112, 97, 115, 115, 73, 110, 102, 111, 115, 46, 101, 110, 100, 40, 41, 0, 115, 114, 99, 47, 112, 97, 115, 115, 46, 99, 112, 112, 0, 114, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 0, 109, 101, 114, 103, 101, 45, 98, 108, 111, 99, 107, 115, 0, 109, 101, 114, 103, 101, 115, 32, 98, 108, 111, 99, 107, 115, 32, 116, 111, 32, 116, 104, 101, 105, 114, 32, 112, 97, 114, 101, 110, 116, 115, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 98, 97, 115, 101, 73, 70, 80, 78, 52, 119, 97, 115, 109, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 52, 80, 97, 115, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 49, 77, 101, 114, 103, 101, 66, 108, 111, 99, 107, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 78, 52, 119, 97, 115, 109, 55, 80, 114, 105, 110, 116, 101, 114, 69, 0, 78, 52, 119, 97, 115, 109, 49, 54, 80, 114, 105, 110, 116, 83, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 54, 80, 114, 105, 110, 116, 83, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 69, 118, 69, 69, 0, 109, 111, 100, 117, 108, 101, 0, 27, 91, 51, 49, 109, 0, 27, 91, 49, 109, 0, 27, 91, 51, 53, 109, 0, 27, 91, 48, 109, 0, 32, 32, 0, 109, 101, 109, 111, 114, 121, 0, 10, 32, 32, 0, 41, 10, 0, 10, 32, 32, 32, 32, 40, 115, 101, 103, 109, 101, 110, 116, 32, 0, 32, 34, 0, 34, 41, 0, 92, 110, 0, 92, 48, 100, 0, 92, 116, 0, 92, 48, 99, 0, 92, 48, 56, 0, 92, 92, 0, 92, 34, 0, 92, 39, 0, 115, 116, 97, 114, 116, 0, 116, 121, 112, 101, 0, 32, 40, 102, 117, 110, 99, 0, 112, 97, 114, 97, 109, 0, 27, 91, 51, 51, 109, 0, 102, 54, 52, 0, 102, 51, 50, 0, 105, 54, 52, 0, 105, 51, 50, 0, 110, 111, 110, 101, 0, 114, 101, 115, 117, 108, 116, 32, 0, 41, 41, 0, 105, 109, 112, 111, 114, 116, 32, 0, 27, 91, 51, 50, 109, 0, 101, 120, 112, 111, 114, 116, 32, 0, 116, 97, 98, 108, 101, 0, 102, 117, 110, 99, 32, 0, 32, 40, 116, 121, 112, 101, 32, 0, 112, 97, 114, 97, 109, 32, 0, 108, 111, 99, 97, 108, 32, 0, 105, 102, 95, 101, 108, 115, 101, 0, 108, 111, 111, 112, 0, 99, 117, 114, 114, 45, 62, 105, 110, 46, 105, 115, 40, 41, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 80, 114, 105, 110, 116, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 76, 111, 111, 112, 0, 98, 114, 95, 105, 102, 32, 0, 98, 114, 32, 0, 116, 97, 98, 108, 101, 115, 119, 105, 116, 99, 104, 32, 0, 40, 116, 97, 98, 108, 101, 0, 98, 114, 0, 10, 0, 99, 97, 115, 101, 32, 0, 99, 97, 108, 108, 32, 0, 99, 97, 108, 108, 95, 105, 109, 112, 111, 114, 116, 32, 0, 99, 97, 108, 108, 95, 105, 110, 100, 105, 114, 101, 99, 116, 32, 0, 103, 101, 116, 95, 108, 111, 99, 97, 108, 32, 0, 115, 101, 116, 95, 108, 111, 99, 97, 108, 32, 0, 46, 108, 111, 97, 100, 0, 49, 54, 0, 51, 50, 0, 95, 115, 0, 95, 117, 0, 32, 111, 102, 102, 115, 101, 116, 61, 0, 32, 97, 108, 105, 103, 110, 61, 0, 46, 115, 116, 111, 114, 101, 0, 99, 108, 122, 0, 99, 116, 122, 0, 112, 111, 112, 99, 110, 116, 0, 110, 101, 103, 0, 97, 98, 115, 0, 99, 101, 105, 108, 0, 102, 108, 111, 111, 114, 0, 116, 114, 117, 110, 99, 0, 110, 101, 97, 114, 101, 115, 116, 0, 115, 113, 114, 116, 0, 101, 120, 116, 101, 110, 100, 95, 115, 47, 105, 51, 50, 0, 101, 120, 116, 101, 110, 100, 95, 117, 47, 105, 51, 50, 0, 119, 114, 97, 112, 47, 105, 54, 52, 0, 116, 114, 117, 110, 99, 95, 115, 47, 102, 51, 50, 0, 116, 114, 117, 110, 99, 95, 117, 47, 102, 51, 50, 0, 116, 114, 117, 110, 99, 95, 115, 47, 102, 54, 52, 0, 116, 114, 117, 110, 99, 95, 117, 47, 102, 54, 52, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 47, 0, 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, 97, 100, 100, 0, 109, 117, 108, 0, 100, 105, 118, 95, 115, 0, 100, 105, 118, 95, 117, 0, 114, 101, 109, 95, 115, 0, 114, 101, 109, 95, 117, 0, 97, 110, 100, 0, 111, 114, 0, 120, 111, 114, 0, 115, 104, 108, 0, 115, 104, 114, 95, 117, 0, 115, 104, 114, 95, 115, 0, 100, 105, 118, 0, 99, 111, 112, 121, 115, 105, 103, 110, 0, 109, 105, 110, 0, 109, 97, 120, 0, 101, 113, 0, 110, 101, 0, 108, 116, 95, 115, 0, 108, 116, 95, 117, 0, 108, 101, 95, 115, 0, 108, 101, 95, 117, 0, 103, 116, 95, 115, 0, 103, 116, 95, 117, 0, 103, 101, 95, 115, 0, 103, 101, 95, 117, 0, 108, 116, 0, 108, 101, 0, 103, 116, 0, 103, 101, 0, 46, 115, 101, 108, 101, 99, 116, 0, 112, 97, 103, 101, 115, 105, 122, 101, 0, 109, 101, 109, 111, 114, 121, 95, 115, 105, 122, 101, 0, 103, 114, 111, 119, 95, 109, 101, 109, 111, 114, 121, 0, 104, 97, 115, 102, 101, 97, 116, 117, 114, 101, 32, 0, 110, 111, 112, 0, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 112, 114, 105, 110, 116, 0, 112, 114, 105, 110, 116, 32, 105, 110, 32, 115, 45, 101, 120, 112, 114, 101, 115, 115, 105, 111, 110, 32, 102, 111, 114, 109, 97, 116, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 55, 80, 114, 105, 110, 116, 101, 114, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 55, 80, 114, 105, 110, 116, 101, 114, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 114, 101, 109, 111, 118, 101, 45, 117, 110, 117, 115, 101, 100, 45, 98, 114, 115, 0, 114, 101, 109, 111, 118, 101, 115, 32, 98, 114, 101, 97, 107, 115, 32, 102, 114, 111, 109, 32, 108, 111, 99, 97, 116, 105, 111, 110, 115, 32, 116, 104, 97, 116, 32, 97, 114, 101, 32, 110, 101, 118, 101, 114, 32, 98, 114, 97, 110, 99, 104, 101, 100, 32, 116, 111, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 95, 105, 100, 32, 61, 61, 32, 84, 40, 41, 46, 95, 105, 100, 0, 99, 97, 115, 116, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 53, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 66, 114, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 114, 101, 109, 111, 118, 101, 45, 117, 110, 117, 115, 101, 100, 45, 110, 97, 109, 101, 115, 0, 114, 101, 109, 111, 118, 101, 115, 32, 110, 97, 109, 101, 115, 32, 102, 114, 111, 109, 32, 108, 111, 99, 97, 116, 105, 111, 110, 115, 32, 116, 104, 97, 116, 32, 97, 114, 101, 32, 110, 101, 118, 101, 114, 32, 98, 114, 97, 110, 99, 104, 101, 100, 32, 116, 111, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 55, 82, 101, 109, 111, 118, 101, 85, 110, 117, 115, 101, 100, 78, 97, 109, 101, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 112, 111, 115, 116, 45, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 0, 109, 105, 115, 99, 101, 108, 108, 97, 110, 101, 111, 117, 115, 32, 111, 112, 116, 105, 109, 105, 122, 97, 116, 105, 111, 110, 115, 32, 102, 111, 114, 32, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 103, 101, 110, 101, 114, 97, 116, 101, 100, 32, 99, 111, 100, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 97, 100, 100, 45, 62, 116, 121, 112, 101, 32, 61, 61, 32, 105, 51, 50, 0, 115, 114, 99, 47, 112, 97, 115, 115, 101, 115, 47, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 46, 99, 112, 112, 0, 118, 105, 115, 105, 116, 77, 101, 109, 111, 114, 121, 79, 112, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 52, 80, 111, 115, 116, 69, 109, 115, 99, 114, 105, 112, 116, 101, 110, 69, 69, 67, 49, 69, 80, 75, 99, 83, 52, 95, 69, 85, 108, 118, 69, 95, 0, 115, 105, 109, 112, 108, 105, 102, 121, 45, 108, 111, 99, 97, 108, 115, 0, 109, 105, 115, 99, 101, 108, 108, 97, 110, 101, 111, 117, 115, 32, 108, 111, 99, 97, 108, 115, 45, 114, 101, 108, 97, 116, 101, 100, 32, 111, 112, 116, 105, 109, 105, 122, 97, 116, 105, 111, 110, 115, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 102, 117, 110, 99, 116, 105, 111, 110, 54, 95, 95, 102, 117, 110, 99, 73, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 50, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 69, 67, 49, 69, 80, 75, 99, 83, 55, 95, 69, 85, 108, 118, 69, 95, 78, 83, 95, 57, 97, 108, 108, 111, 99, 97, 116, 111, 114, 73, 83, 56, 95, 69, 69, 70, 80, 78, 83, 50, 95, 52, 80, 97, 115, 115, 69, 118, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 108, 107, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 0, 33, 114, 101, 112, 108, 97, 99, 101, 0, 115, 114, 99, 47, 119, 97, 115, 109, 46, 104, 0, 115, 116, 97, 114, 116, 87, 97, 108, 107, 0, 78, 52, 119, 97, 115, 109, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 52, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 66, 97, 115, 101, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 78, 52, 119, 97, 115, 109, 49, 49, 87, 97, 115, 109, 86, 105, 115, 105, 116, 111, 114, 73, 78, 83, 95, 49, 49, 67, 104, 105, 108, 100, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 48, 87, 97, 115, 109, 87, 97, 108, 107, 101, 114, 73, 78, 83, 95, 49, 52, 83, 105, 109, 112, 108, 105, 102, 121, 76, 111, 99, 97, 108, 115, 69, 118, 69, 69, 69, 69, 118, 69, 69, 0, 99, 117, 114, 114, 0, 118, 105, 115, 105, 116, 0, 90, 78, 52, 119, 97, 115, 109, 49, 50, 82, 101, 103, 105, 115, 116, 101, 114, 80, 97, 115, 115, 73, 78, 83, 95, 49, 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, 43, 45, 42, 47, 37, 60, 62, 38, 94, 124, 126, 61, 33, 44, 63, 58, 46, 0, 40, 91, 59, 123, 125, 0, 116, 111, 112, 108, 101, 118, 101, 108, 0, 100, 101, 102, 117, 110, 0, 98, 108, 111, 99, 107, 0, 115, 116, 97, 116, 0, 97, 115, 115, 105, 103, 110, 0, 110, 97, 109, 101, 0, 118, 97, 114, 0, 99, 111, 110, 115, 116, 0, 99, 111, 110, 100, 105, 116, 105, 111, 110, 97, 108, 0, 98, 105, 110, 97, 114, 121, 0, 114, 101, 116, 117, 114, 110, 0, 105, 102, 0, 101, 108, 115, 101, 0, 119, 104, 105, 108, 101, 0, 100, 111, 0, 102, 111, 114, 0, 115, 101, 113, 0, 115, 117, 98, 0, 99, 97, 108, 108, 0, 110, 117, 109, 0, 108, 97, 98, 101, 108, 0, 98, 114, 101, 97, 107, 0, 99, 111, 110, 116, 105, 110, 117, 101, 0, 115, 119, 105, 116, 99, 104, 0, 115, 116, 114, 105, 110, 103, 0, 116, 101, 109, 112, 82, 101, 116, 48, 0, 117, 110, 97, 114, 121, 45, 112, 114, 101, 102, 105, 120, 0, 117, 110, 97, 114, 121, 45, 112, 111, 115, 116, 102, 105, 120, 0, 77, 97, 116, 104, 95, 102, 114, 111, 117, 110, 100, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 51, 50, 120, 52, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 54, 52, 120, 50, 0, 83, 73, 77, 68, 95, 73, 110, 116, 56, 120, 49, 54, 0, 83, 73, 77, 68, 95, 73, 110, 116, 49, 54, 120, 56, 0, 83, 73, 77, 68, 95, 73, 110, 116, 51, 50, 120, 52, 0, 62, 62, 62, 0, 116, 101, 109, 112, 68, 111, 117, 98, 108, 101, 80, 116, 114, 0, 72, 69, 65, 80, 56, 0, 72, 69, 65, 80, 49, 54, 0, 72, 69, 65, 80, 51, 50, 0, 72, 69, 65, 80, 70, 51, 50, 0, 72, 69, 65, 80, 85, 56, 0, 72, 69, 65, 80, 85, 49, 54, 0, 72, 69, 65, 80, 85, 51, 50, 0, 72, 69, 65, 80, 70, 54, 52, 0, 102, 48, 0, 102, 117, 110, 99, 116, 105, 111, 110, 0, 91, 0, 123, 0, 125, 0, 63, 0, 58, 0, 99, 97, 115, 101, 0, 100, 101, 102, 97, 117, 108, 116, 0, 100, 111, 116, 0, 110, 101, 119, 0, 97, 114, 114, 97, 121, 0, 111, 98, 106, 101, 99, 116, 0, 118, 97, 114, 32, 99, 111, 110, 115, 116, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 105, 102, 32, 101, 108, 115, 101, 32, 100, 111, 32, 119, 104, 105, 108, 101, 32, 102, 111, 114, 32, 98, 114, 101, 97, 107, 32, 99, 111, 110, 116, 105, 110, 117, 101, 32, 114, 101, 116, 117, 114, 110, 32, 115, 119, 105, 116, 99, 104, 32, 99, 97, 115, 101, 32, 100, 101, 102, 97, 117, 108, 116, 32, 116, 104, 114, 111, 119, 32, 116, 114, 121, 32, 99, 97, 116, 99, 104, 32, 102, 105, 110, 97, 108, 108, 121, 32, 116, 114, 117, 101, 32, 102, 97, 108, 115, 101, 32, 110, 117, 108, 108, 32, 110, 101, 119, 0, 33, 32, 126, 32, 43, 32, 45, 0, 42, 32, 47, 32, 37, 0, 43, 32, 45, 0, 60, 60, 32, 62, 62, 32, 62, 62, 62, 0, 60, 32, 60, 61, 32, 62, 32, 62, 61, 0, 61, 61, 32, 33, 61, 0, 63, 32, 58, 0, 97, 115, 115, 105, 103, 110, 32, 99, 97, 108, 108, 32, 98, 105, 110, 97, 114, 121, 32, 117, 110, 97, 114, 121, 45, 112, 114, 101, 102, 105, 120, 32, 110, 97, 109, 101, 32, 110, 117, 109, 32, 99, 111, 110, 100, 105, 116, 105, 111, 110, 97, 108, 32, 100, 111, 116, 32, 110, 101, 119, 32, 115, 117, 98, 32, 115, 101, 113, 32, 115, 116, 114, 105, 110, 103, 32, 111, 98, 106, 101, 99, 116, 32, 97, 114, 114, 97, 121, 0, 105, 115, 65, 114, 114, 97, 121, 40, 41, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 115, 105, 109, 112, 108, 101, 95, 97, 115, 116, 46, 104, 0, 83, 73, 77, 68, 95, 73, 110, 116, 56, 120, 49, 54, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 73, 110, 116, 49, 54, 120, 56, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 73, 110, 116, 51, 50, 120, 52, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 51, 50, 120, 52, 95, 99, 104, 101, 99, 107, 0, 83, 73, 77, 68, 95, 70, 108, 111, 97, 116, 54, 52, 120, 50, 95, 99, 104, 101, 99, 107, 0, 110, 111, 100, 101, 91, 49, 93, 32, 61, 61, 32, 65, 83, 77, 95, 70, 76, 79, 65, 84, 95, 90, 69, 82, 79, 0, 115, 114, 99, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 45, 111, 112, 116, 105, 109, 105, 122, 101, 114, 47, 111, 112, 116, 105, 109, 105, 122, 101, 114, 45, 115, 104, 97, 114, 101, 100, 46, 99, 112, 112, 0, 100, 101, 116, 101, 99, 116, 84, 121, 112, 101, 0, 110, 111, 100, 101, 91, 49, 93, 91, 48, 93, 32, 61, 61, 32, 78, 65, 77, 69, 0, 105, 115, 85, 73, 110, 116, 101, 103, 101, 114, 51, 50, 40, 120, 41, 0, 115, 114, 99, 47, 115, 117, 112, 112, 111, 114, 116, 47, 115, 97, 102, 101, 95, 105, 110, 116, 101, 103, 101, 114, 46, 99, 112, 112, 0, 116, 111, 85, 73, 110, 116, 101, 103, 101, 114, 51, 50, 0, 105, 115, 83, 73, 110, 116, 101, 103, 101, 114, 51, 50, 40, 120, 41, 0, 116, 111, 83, 73, 110, 116, 101, 103, 101, 114, 51, 50, 0, 105, 115, 85, 73, 110, 116, 101, 103, 101, 114, 54, 52, 40, 120, 41, 0, 116, 111, 85, 73, 110, 116, 101, 103, 101, 114, 54, 52, 0, 0, 1, 28, 2, 29, 14, 24, 3, 30, 22, 20, 15, 25, 17, 4, 8, 31, 27, 13, 23, 21, 19, 16, 7, 26, 12, 18, 6, 11, 5, 10, 9, 31, 22, 30, 21, 18, 10, 29, 2, 20, 17, 15, 13, 9, 6, 28, 1, 23, 19, 11, 3, 16, 14, 7, 24, 12, 4, 8, 25, 5, 26, 27, 0, 105, 110, 102, 105, 110, 105, 116, 121, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 255, 255, 255, 255, 255, 255, 255, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 255, 255, 255, 255, 255, 255, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 1, 2, 4, 7, 3, 6, 5, 0, 17, 0, 10, 0, 17, 17, 17, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 15, 10, 17, 17, 17, 3, 10, 7, 0, 1, 19, 9, 11, 11, 0, 0, 9, 6, 11, 0, 0, 11, 0, 6, 17, 0, 0, 0, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 10, 10, 17, 17, 17, 0, 10, 0, 0, 2, 0, 9, 11, 0, 0, 0, 9, 0, 11, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 9, 12 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 20480); +allocate([ 12, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 4, 13, 0, 0, 0, 0, 9, 14, 0, 0, 0, 0, 0, 14, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 15, 0, 0, 0, 0, 9, 16, 0, 0, 0, 0, 0, 16, 0, 0, 16, 0, 0, 18, 0, 0, 0, 18, 18, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 18, 18, 18, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 10, 0, 0, 0, 0, 9, 11, 0, 0, 0, 0, 0, 11, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 9, 12, 0, 0, 0, 0, 0, 12, 0, 0, 12, 0, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 65, 66, 67, 68, 69, 70, 45, 43, 32, 32, 32, 48, 88, 48, 120, 0, 84, 33, 34, 25, 13, 1, 2, 3, 17, 75, 28, 12, 16, 4, 11, 29, 18, 30, 39, 104, 110, 111, 112, 113, 98, 32, 5, 6, 15, 19, 20, 21, 26, 8, 22, 7, 40, 36, 23, 24, 9, 10, 14, 27, 31, 37, 35, 131, 130, 125, 38, 42, 43, 60, 61, 62, 63, 67, 71, 74, 77, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 105, 106, 107, 108, 114, 115, 116, 121, 122, 123, 124, 0, 73, 108, 108, 101, 103, 97, 108, 32, 98, 121, 116, 101, 32, 115, 101, 113, 117, 101, 110, 99, 101, 0, 68, 111, 109, 97, 105, 110, 32, 101, 114, 114, 111, 114, 0, 82, 101, 115, 117, 108, 116, 32, 110, 111, 116, 32, 114, 101, 112, 114, 101, 115, 101, 110, 116, 97, 98, 108, 101, 0, 78, 111, 116, 32, 97, 32, 116, 116, 121, 0, 80, 101, 114, 109, 105, 115, 115, 105, 111, 110, 32, 100, 101, 110, 105, 101, 100, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 110, 111, 116, 32, 112, 101, 114, 109, 105, 116, 116, 101, 100, 0, 78, 111, 32, 115, 117, 99, 104, 32, 102, 105, 108, 101, 32, 111, 114, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 78, 111, 32, 115, 117, 99, 104, 32, 112, 114, 111, 99, 101, 115, 115, 0, 70, 105, 108, 101, 32, 101, 120, 105, 115, 116, 115, 0, 86, 97, 108, 117, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 32, 102, 111, 114, 32, 100, 97, 116, 97, 32, 116, 121, 112, 101, 0, 78, 111, 32, 115, 112, 97, 99, 101, 32, 108, 101, 102, 116, 32, 111, 110, 32, 100, 101, 118, 105, 99, 101, 0, 79, 117, 116, 32, 111, 102, 32, 109, 101, 109, 111, 114, 121, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 98, 117, 115, 121, 0, 73, 110, 116, 101, 114, 114, 117, 112, 116, 101, 100, 32, 115, 121, 115, 116, 101, 109, 32, 99, 97, 108, 108, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 116, 101, 109, 112, 111, 114, 97, 114, 105, 108, 121, 32, 117, 110, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 73, 110, 118, 97, 108, 105, 100, 32, 115, 101, 101, 107, 0, 67, 114, 111, 115, 115, 45, 100, 101, 118, 105, 99, 101, 32, 108, 105, 110, 107, 0, 82, 101, 97, 100, 45, 111, 110, 108, 121, 32, 102, 105, 108, 101, 32, 115, 121, 115, 116, 101, 109, 0, 68, 105, 114, 101, 99, 116, 111, 114, 121, 32, 110, 111, 116, 32, 101, 109, 112, 116, 121, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 115, 101, 116, 32, 98, 121, 32, 112, 101, 101, 114, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 116, 105, 109, 101, 100, 32, 111, 117, 116, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 102, 117, 115, 101, 100, 0, 72, 111, 115, 116, 32, 105, 115, 32, 100, 111, 119, 110, 0, 72, 111, 115, 116, 32, 105, 115, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 65, 100, 100, 114, 101, 115, 115, 32, 105, 110, 32, 117, 115, 101, 0, 66, 114, 111, 107, 101, 110, 32, 112, 105, 112, 101, 0, 73, 47, 79, 32, 101, 114, 114, 111, 114, 0, 78, 111, 32, 115, 117, 99, 104, 32, 100, 101, 118, 105, 99, 101, 32, 111, 114, 32, 97, 100, 100, 114, 101, 115, 115, 0, 66, 108, 111, 99, 107, 32, 100, 101, 118, 105, 99, 101, 32, 114, 101, 113, 117, 105, 114, 101, 100, 0, 78, 111, 32, 115, 117, 99, 104, 32, 100, 101, 118, 105, 99, 101, 0, 78, 111, 116, 32, 97, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 73, 115, 32, 97, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 84, 101, 120, 116, 32, 102, 105, 108, 101, 32, 98, 117, 115, 121, 0, 69, 120, 101, 99, 32, 102, 111, 114, 109, 97, 116, 32, 101, 114, 114, 111, 114, 0, 73, 110, 118, 97, 108, 105, 100, 32, 97, 114, 103, 117, 109, 101, 110, 116, 0, 65, 114, 103, 117, 109, 101, 110, 116, 32, 108, 105, 115, 116, 32, 116, 111, 111, 32, 108, 111, 110, 103, 0, 83, 121, 109, 98, 111, 108, 105, 99, 32, 108, 105, 110, 107, 32, 108, 111, 111, 112, 0, 70, 105, 108, 101, 110, 97, 109, 101, 32, 116, 111, 111, 32, 108, 111, 110, 103, 0, 84, 111, 111, 32, 109, 97, 110, 121, 32, 111, 112, 101, 110, 32, 102, 105, 108, 101, 115, 32, 105, 110, 32, 115, 121, 115, 116, 101, 109, 0, 78, 111, 32, 102, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 115, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 66, 97, 100, 32, 102, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 0, 78, 111, 32, 99, 104, 105, 108, 100, 32, 112, 114, 111, 99, 101, 115, 115, 0, 66, 97, 100, 32, 97, 100, 100, 114, 101, 115, 115, 0, 70, 105, 108, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 0, 84, 111, 111, 32, 109, 97, 110, 121, 32, 108, 105, 110, 107, 115, 0, 78, 111, 32, 108, 111, 99, 107, 115, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 100, 101, 97, 100, 108, 111, 99, 107, 32, 119, 111, 117, 108, 100, 32, 111, 99, 99, 117, 114, 0, 83, 116, 97, 116, 101, 32, 110, 111, 116, 32, 114, 101, 99, 111, 118, 101, 114, 97, 98, 108, 101, 0, 80, 114, 101, 118, 105, 111, 117, 115, 32, 111, 119, 110, 101, 114, 32, 100, 105, 101, 100, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 99, 97, 110, 99, 101, 108, 101, 100, 0, 70, 117, 110, 99, 116, 105, 111, 110, 32, 110, 111, 116, 32, 105, 109, 112, 108, 101, 109, 101, 110, 116, 101, 100, 0, 78, 111, 32, 109, 101, 115, 115, 97, 103, 101, 32, 111, 102, 32, 100, 101, 115, 105, 114, 101, 100, 32, 116, 121, 112, 101, 0, 73, 100, 101, 110, 116, 105, 102, 105, 101, 114, 32, 114, 101, 109, 111, 118, 101, 100, 0, 68, 101, 118, 105, 99, 101, 32, 110, 111, 116, 32, 97, 32, 115, 116, 114, 101, 97, 109, 0, 78, 111, 32, 100, 97, 116, 97, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 68, 101, 118, 105, 99, 101, 32, 116, 105, 109, 101, 111, 117, 116, 0, 79, 117, 116, 32, 111, 102, 32, 115, 116, 114, 101, 97, 109, 115, 32, 114, 101, 115, 111, 117, 114, 99, 101, 115, 0, 76, 105, 110, 107, 32, 104, 97, 115, 32, 98, 101, 101, 110, 32, 115, 101, 118, 101, 114, 101, 100, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 101, 114, 114, 111, 114, 0, 66, 97, 100, 32, 109, 101, 115, 115, 97, 103, 101, 0, 70, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 32, 105, 110, 32, 98, 97, 100, 32, 115, 116, 97, 116, 101, 0, 78, 111, 116, 32, 97, 32, 115, 111, 99, 107, 101, 116, 0, 68, 101, 115, 116, 105, 110, 97, 116, 105, 111, 110, 32, 97, 100, 100, 114, 101, 115, 115, 32, 114, 101, 113, 117, 105, 114, 101, 100, 0, 77, 101, 115, 115, 97, 103, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 119, 114, 111, 110, 103, 32, 116, 121, 112, 101, 32, 102, 111, 114, 32, 115, 111, 99, 107, 101, 116, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 110, 111, 116, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 83, 111, 99, 107, 101, 116, 32, 116, 121, 112, 101, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 78, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 102, 97, 109, 105, 108, 121, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 65, 100, 100, 114, 101, 115, 115, 32, 102, 97, 109, 105, 108, 121, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 32, 98, 121, 32, 112, 114, 111, 116, 111, 99, 111, 108, 0, 65, 100, 100, 114, 101, 115, 115, 32, 110, 111, 116, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 78, 101, 116, 119, 111, 114, 107, 32, 105, 115, 32, 100, 111, 119, 110, 0, 78, 101, 116, 119, 111, 114, 107, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 115, 101, 116, 32, 98, 121, 32, 110, 101, 116, 119, 111, 114, 107, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 97, 98, 111, 114, 116, 101, 100, 0, 78, 111, 32, 98, 117, 102, 102, 101, 114, 32, 115, 112, 97, 99, 101, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 83, 111, 99, 107, 101, 116, 32, 105, 115, 32, 99, 111, 110, 110, 101, 99, 116, 101, 100, 0, 83, 111, 99, 107, 101, 116, 32, 110, 111, 116, 32, 99, 111, 110, 110, 101, 99, 116, 101, 100, 0, 67, 97, 110, 110, 111, 116, 32, 115, 101, 110, 100, 32, 97, 102, 116, 101, 114, 32, 115, 111, 99, 107, 101, 116, 32, 115, 104, 117, 116, 100, 111, 119, 110, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 97, 108, 114, 101, 97, 100, 121, 32, 105, 110, 32, 112, 114, 111, 103, 114, 101, 115, 115, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 105, 110, 32, 112, 114, 111, 103, 114, 101, 115, 115, 0, 83, 116, 97, 108, 101, 32, 102, 105, 108, 101, 32, 104, 97, 110, 100, 108, 101, 0, 82, 101, 109, 111, 116, 101, 32, 73, 47, 79, 32, 101, 114, 114, 111, 114, 0, 81, 117, 111, 116, 97, 32, 101, 120, 99, 101, 101, 100, 101, 100, 0, 78, 111, 32, 109, 101, 100, 105, 117, 109, 32, 102, 111, 117, 110, 100, 0, 87, 114, 111, 110, 103, 32, 109, 101, 100, 105, 117, 109, 32, 116, 121, 112, 101, 0, 78, 111, 32, 101, 114, 114, 111, 114, 32, 105, 110, 102, 111, 114, 109, 97, 116, 105, 111, 110, 0, 0, 40, 110, 117, 108, 108, 41, 0, 45, 48, 88, 43, 48, 88, 32, 48, 88, 45, 48, 120, 43, 48, 120, 32, 48, 120, 0, 105, 110, 102, 0, 73, 78, 70, 0, 110, 97, 110, 0, 78, 65, 78, 0, 80, 79, 83, 73, 88, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 115, 116, 100, 105, 110, 98, 117, 102, 73, 99, 69, 69, 0, 117, 110, 115, 117, 112, 112, 111, 114, 116, 101, 100, 32, 108, 111, 99, 97, 108, 101, 32, 102, 111, 114, 32, 115, 116, 97, 110, 100, 97, 114, 100, 32, 105, 110, 112, 117, 116, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 115, 116, 100, 111, 117, 116, 98, 117, 102, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 115, 116, 100, 105, 110, 98, 117, 102, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 115, 116, 100, 111, 117, 116, 98, 117, 102, 73, 119, 69, 69, 0, 33, 34, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 32, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 34, 0, 47, 104, 111, 109, 101, 47, 97, 108, 111, 110, 47, 68, 101, 118, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 47, 115, 121, 115, 116, 101, 109, 47, 105, 110, 99, 108, 117, 100, 101, 47, 108, 105, 98, 99, 120, 120, 47, 115, 116, 114, 105, 110, 103, 0, 33, 34, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 32, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 34, 0, 37, 117, 0, 78, 83, 116, 51, 95, 95, 49, 57, 98, 97, 115, 105, 99, 95, 105, 111, 115, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 105, 111, 115, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 98, 97, 115, 105, 99, 95, 105, 111, 115, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 101, 97, 109, 98, 117, 102, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 101, 97, 109, 98, 117, 102, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 108, 108, 97, 116, 101, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 54, 108, 111, 99, 97, 108, 101, 53, 102, 97, 99, 101, 116, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 108, 108, 97, 116, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 103, 101, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 110, 117, 109, 95, 103, 101, 116, 95, 98, 97, 115, 101, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102, 65, 66, 67, 68, 69, 70, 120, 88, 43, 45, 112, 80, 105, 73, 110, 78, 0, 67, 0, 37, 112, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 103, 101, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 112, 117, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 110, 117, 109, 95, 112, 117, 116, 95, 98, 97, 115, 101, 69, 0, 37, 0, 0, 0, 0, 0, 76, 0, 37, 112, 0, 0, 0, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 112, 117, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 116, 105, 109, 101, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 50, 48, 95, 95, 116, 105, 109, 101, 95, 103, 101, 116, 95, 99, 95, 115, 116, 111, 114, 97, 103, 101, 73, 99, 69, 69, 0, 37, 72, 58, 37, 77, 58, 37, 83, 37, 109, 47, 37, 100, 47, 37, 121, 37, 89, 45, 37, 109, 45, 37, 100, 37, 73, 58, 37, 77, 58, 37, 83, 32, 37, 112, 37, 72, 58, 37, 77, 37, 72, 58, 37, 77, 58, 37, 83, 83, 117, 110, 100, 97, 121, 0, 77, 111, 110, 100, 97, 121, 0, 84, 117, 101, 115, 100, 97, 121, 0, 87, 101, 100, 110, 101, 115, 100, 97, 121, 0, 84, 104, 117, 114, 115, 100, 97, 121, 0, 70, 114, 105, 100, 97, 121, 0, 83, 97, 116, 117, 114, 100, 97, 121, 0, 83, 117, 110, 0, 77, 111, 110, 0, 84, 117, 101, 0, 87, 101, 100, 0, 84, 104, 117, 0, 70, 114, 105, 0, 83, 97, 116, 0, 74, 97, 110, 117, 97, 114, 121, 0, 70, 101, 98, 114, 117, 97, 114, 121, 0, 77, 97, 114, 99, 104, 0, 65, 112, 114, 105, 108, 0, 77, 97, 121, 0, 74, 117, 110, 101, 0, 74, 117, 108, 121, 0, 65, 117, 103, 117, 115, 116, 0, 83, 101, 112, 116, 101, 109, 98, 101, 114, 0, 79, 99, 116, 111, 98, 101, 114, 0, 78, 111, 118, 101, 109, 98, 101, 114, 0, 68, 101, 99, 101, 109, 98, 101, 114, 0, 74, 97, 110, 0, 70, 101, 98, 0, 77, 97, 114, 0, 65, 112, 114, 0, 74, 117, 110, 0, 74, 117, 108, 0, 65, 117, 103, 0, 83, 101, 112, 0, 79, 99, 116, 0, 78, 111, 118, 0, 68, 101, 99, 0, 65, 77, 0, 80, 77, 0, 37, 97, 32, 37, 98, 32, 37, 100, 32, 37, 72, 58, 37, 77, 58, 37, 83, 32, 37, 89, 0, 37, 73, 58, 37, 77, 58, 37, 83, 32, 37, 112, 0, 37, 109, 47, 37, 100, 47, 37, 121, 0, 37, 72, 58, 37, 77, 58, 37, 83, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 50, 48, 95, 95, 116, 105, 109, 101, 95, 103, 101, 116, 95, 99, 95, 115, 116, 111, 114, 97, 103, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 116, 105, 109, 101, 95, 112, 117, 116, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 99, 76, 98, 48, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 99, 76, 98, 49, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 119, 76, 98, 48, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 119, 76, 98, 49, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 99, 69, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 0, 37, 76, 102, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 119, 69, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 99, 69, 69, 0, 37, 46, 48, 76, 102, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 109, 101, 115, 115, 97, 103, 101, 115, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 109, 101, 115, 115, 97, 103, 101, 115, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 109, 101, 115, 115, 97, 103, 101, 115, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 54, 95, 95, 110, 97, 114, 114, 111, 119, 95, 116, 111, 95, 117, 116, 102, 56, 73, 76, 106, 51, 50, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 68, 105, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 50, 99, 111, 100, 101, 99, 118, 116, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 55, 95, 95, 119, 105, 100, 101, 110, 95, 102, 114, 111, 109, 95, 117, 116, 102, 56, 73, 76, 106, 51, 50, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 99, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 119, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 68, 115, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 54, 108, 111, 99, 97, 108, 101, 53, 95, 95, 105, 109, 112, 69, 0, 78, 83, 116, 51, 95, 95, 49, 53, 99, 116, 121, 112, 101, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 99, 116, 121, 112, 101, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 53, 99, 116, 121, 112, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 110, 117, 109, 112, 117, 110, 99, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 110, 117, 109, 112, 117, 110, 99, 116, 73, 119, 69, 69, 0, 33, 34, 118, 101, 99, 116, 111, 114, 32, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 34, 0, 47, 104, 111, 109, 101, 47, 97, 108, 111, 110, 47, 68, 101, 118, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 47, 115, 121, 115, 116, 101, 109, 47, 105, 110, 99, 108, 117, 100, 101, 47, 108, 105, 98, 99, 120, 120, 47, 118, 101, 99, 116, 111, 114, 0, 95, 95, 116, 104, 114, 111, 119, 95, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 0, 33, 34, 118, 101, 99, 116, 111, 114, 32, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 34, 0, 95, 95, 116, 104, 114, 111, 119, 95, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 115, 104, 97, 114, 101, 100, 95, 99, 111, 117, 110, 116, 69, 0, 99, 97, 110, 110, 111, 116, 32, 122, 101, 114, 111, 32, 111, 117, 116, 32, 116, 104, 114, 101, 97, 100, 32, 118, 97, 108, 117, 101, 32, 102, 111, 114, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 40, 41, 0, 99, 97, 110, 110, 111, 116, 32, 99, 114, 101, 97, 116, 101, 32, 112, 116, 104, 114, 101, 97, 100, 32, 107, 101, 121, 32, 102, 111, 114, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 40, 41, 0, 112, 116, 104, 114, 101, 97, 100, 95, 111, 110, 99, 101, 32, 102, 97, 105, 108, 117, 114, 101, 32, 105, 110, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 95, 102, 97, 115, 116, 40, 41, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 50, 48, 95, 95, 115, 105, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 54, 95, 95, 115, 104, 105, 109, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 83, 116, 57, 116, 121, 112, 101, 95, 105, 110, 102, 111, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 55, 95, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 83, 116, 57, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 117, 110, 99, 97, 117, 103, 104, 116, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 111, 102, 32, 116, 121, 112, 101, 32, 37, 115, 58, 32, 37, 115, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 111, 102, 32, 116, 121, 112, 101, 32, 37, 115, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 102, 111, 114, 101, 105, 103, 110, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 0, 116, 101, 114, 109, 105, 110, 97, 116, 101, 95, 104, 97, 110, 100, 108, 101, 114, 32, 117, 110, 101, 120, 112, 101, 99, 116, 101, 100, 108, 121, 32, 114, 101, 116, 117, 114, 110, 101, 100, 0, 83, 116, 57, 98, 97, 100, 95, 97, 108, 108, 111, 99, 0, 115, 116, 100, 58, 58, 98, 97, 100, 95, 97, 108, 108, 111, 99, 0, 115, 116, 100, 58, 58, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 57, 95, 95, 112, 111, 105, 110, 116, 101, 114, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 55, 95, 95, 112, 98, 97, 115, 101, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 50, 49, 95, 95, 118, 109, 105, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 32, 99, 111, 110, 115, 116, 0, 32, 118, 111, 108, 97, 116, 105, 108, 101, 0, 32, 114, 101, 115, 116, 114, 105, 99, 116, 0, 118, 111, 105, 100, 0, 119, 99, 104, 97, 114, 95, 116, 0, 98, 111, 111, 108, 0, 99, 104, 97, 114, 0, 115, 105, 103, 110, 101, 100, 32, 99, 104, 97, 114, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 99, 104, 97, 114, 0, 115, 104, 111, 114, 116, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 115, 104, 111, 114, 116, 0, 105, 110, 116, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 105, 110, 116, 0, 108, 111, 110, 103, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 108, 111, 110, 103, 0, 108, 111, 110, 103, 32, 108, 111, 110, 103, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 108, 111, 110, 103, 32, 108, 111, 110, 103, 0, 95, 95, 105, 110, 116, 49, 50, 56, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 95, 95, 105, 110, 116, 49, 50, 56, 0, 102, 108, 111, 97, 116, 0, 100, 111, 117, 98, 108, 101, 0, 108, 111, 110, 103, 32, 100, 111, 117, 98, 108, 101, 0, 95, 95, 102, 108, 111, 97, 116, 49, 50, 56, 0, 46, 46, 46, 0, 95, 71, 76, 79, 66, 65, 76, 95, 95, 78, 0, 40, 97, 110, 111, 110, 121, 109, 111, 117, 115, 32, 110, 97, 109, 101, 115, 112, 97, 99, 101, 41, 0, 100, 101, 99, 105, 109, 97, 108, 54, 52, 0, 100, 101, 99, 105, 109, 97, 108, 49, 50, 56, 0, 100, 101, 99, 105, 109, 97, 108, 51, 50, 0, 100, 101, 99, 105, 109, 97, 108, 49, 54, 0, 99, 104, 97, 114, 51, 50, 95, 116, 0, 99, 104, 97, 114, 49, 54, 95, 116, 0, 97, 117, 116, 111, 0, 115, 116, 100, 58, 58, 110, 117, 108, 108, 112, 116, 114, 95, 116, 0, 32, 91, 0, 32, 91, 93, 0, 93, 0, 40, 0, 41, 0, 102, 97, 108, 115, 101, 0, 116, 114, 117, 101, 0, 117, 0, 108, 0, 117, 108, 0, 108, 108, 0, 117, 108, 108, 0, 37, 97, 102, 0, 37, 97, 0, 37, 76, 97, 76, 0, 102, 112, 0, 38, 38, 0, 62, 0, 41, 32, 0, 32, 40, 0, 38, 0, 38, 61, 0, 61, 0, 97, 108, 105, 103, 110, 111, 102, 32, 40, 0, 99, 111, 110, 115, 116, 95, 99, 97, 115, 116, 60, 0, 62, 40, 0, 44, 0, 126, 0, 41, 40, 0, 58, 58, 0, 100, 101, 108, 101, 116, 101, 91, 93, 32, 0, 100, 121, 110, 97, 109, 105, 99, 95, 99, 97, 115, 116, 60, 0, 42, 0, 100, 101, 108, 101, 116, 101, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 38, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 40, 41, 0, 111, 112, 101, 114, 97, 116, 111, 114, 44, 0, 111, 112, 101, 114, 97, 116, 111, 114, 126, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 100, 101, 108, 101, 116, 101, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 42, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 100, 101, 108, 101, 116, 101, 0, 111, 112, 101, 114, 97, 116, 111, 114, 47, 0, 111, 112, 101, 114, 97, 116, 111, 114, 47, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 94, 0, 111, 112, 101, 114, 97, 116, 111, 114, 94, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 61, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 34, 34, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 60, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 60, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 42, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 45, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 110, 101, 119, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 33, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 33, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 110, 101, 119, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 124, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 62, 42, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 43, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 63, 0, 111, 112, 101, 114, 97, 116, 111, 114, 37, 0, 111, 112, 101, 114, 97, 116, 111, 114, 37, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 62, 61, 0, 60, 0, 44, 32, 0, 32, 62, 0, 100, 101, 99, 108, 116, 121, 112, 101, 40, 0, 115, 116, 100, 58, 58, 97, 108, 108, 111, 99, 97, 116, 111, 114, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 105, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 105, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 44, 32, 115, 116, 100, 58, 58, 97, 108, 108, 111, 99, 97, 116, 111, 114, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 0, 39, 117, 110, 110, 97, 109, 101, 100, 0, 39, 108, 97, 109, 98, 100, 97, 39, 40, 0, 115, 116, 100, 58, 58, 0, 46, 42, 0, 46, 0, 47, 0, 47, 61, 0, 94, 0, 94, 61, 0, 61, 61, 0, 62, 61, 0, 41, 91, 0, 60, 61, 0, 60, 60, 0, 60, 60, 61, 0, 45, 0, 45, 61, 0, 42, 61, 0, 45, 45, 0, 41, 45, 45, 0, 91, 93, 32, 0, 32, 0, 33, 61, 0, 33, 0, 110, 111, 101, 120, 99, 101, 112, 116, 32, 40, 0, 124, 124, 0, 124, 0, 124, 61, 0, 45, 62, 42, 0, 43, 0, 43, 61, 0, 43, 43, 0, 41, 43, 43, 0, 45, 62, 0, 41, 32, 63, 32, 40, 0, 41, 32, 58, 32, 40, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 95, 99, 97, 115, 116, 60, 0, 37, 0, 37, 61, 0, 62, 62, 0, 62, 62, 61, 0, 115, 116, 97, 116, 105, 99, 95, 99, 97, 115, 116, 60, 0, 115, 105, 122, 101, 111, 102, 32, 40, 0, 115, 105, 122, 101, 111, 102, 46, 46, 46, 40, 0, 116, 121, 112, 101, 105, 100, 40, 0, 116, 104, 114, 111, 119, 0, 116, 104, 114, 111, 119, 32, 0, 32, 99, 111, 109, 112, 108, 101, 120, 0, 32, 38, 0, 32, 38, 38, 0, 32, 105, 109, 97, 103, 105, 110, 97, 114, 121, 0, 58, 58, 42, 0, 111, 98, 106, 99, 95, 111, 98, 106, 101, 99, 116, 60, 0, 105, 100, 0, 111, 98, 106, 99, 112, 114, 111, 116, 111, 0, 115, 116, 100, 0, 58, 58, 115, 116, 114, 105, 110, 103, 32, 108, 105, 116, 101, 114, 97, 108, 0, 32, 118, 101, 99, 116, 111, 114, 91, 0, 112, 105, 120, 101, 108, 32, 118, 101, 99, 116, 111, 114, 91, 0, 118, 116, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 86, 84, 84, 32, 102, 111, 114, 32, 0, 116, 121, 112, 101, 105, 110, 102, 111, 32, 102, 111, 114, 32, 0, 116, 121, 112, 101, 105, 110, 102, 111, 32, 110, 97, 109, 101, 32, 102, 111, 114, 32, 0, 99, 111, 118, 97, 114, 105, 97, 110, 116, 32, 114, 101, 116, 117, 114, 110, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 99, 111, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 32, 118, 116, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 45, 105, 110, 45, 0, 118, 105, 114, 116, 117, 97, 108, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 110, 111, 110, 45, 118, 105, 114, 116, 117, 97, 108, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 103, 117, 97, 114, 100, 32, 118, 97, 114, 105, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 114, 101, 102, 101, 114, 101, 110, 99, 101, 32, 116, 101, 109, 112, 111, 114, 97, 114, 121, 32, 102, 111, 114, 32, 0, 95, 98, 108, 111, 99, 107, 95, 105, 110, 118, 111, 107, 101, 0, 105, 110, 118, 111, 99, 97, 116, 105, 111, 110, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 102, 111, 114, 32, 98, 108, 111, 99, 107, 32, 105, 110, 32, 0 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 30720); var tempDoublePtr = STATICTOP; STATICTOP += 16; function _atexit(func, arg) { @@ -5648,6 +5698,7 @@ Module.asmLibraryArg = { "_llvm_fabs_f64": _llvm_fabs_f64, "___gxx_personality_v0": ___gxx_personality_v0, "___assert_fail": ___assert_fail, + "___cxa_atexit": ___cxa_atexit, "___cxa_allocate_exception": ___cxa_allocate_exception, "___cxa_find_matching_catch": ___cxa_find_matching_catch, "_emscripten_asm_const_ii": _emscripten_asm_const_ii, @@ -5669,6 +5720,7 @@ Module.asmLibraryArg = { "_llvm_fabs_f32": _llvm_fabs_f32, "__arraySum": __arraySum, "_emscripten_asm_const_di": _emscripten_asm_const_di, + "_emscripten_asm_const_diiid": _emscripten_asm_const_diiid, "_emscripten_asm_const_dii": _emscripten_asm_const_dii, "_pthread_self": _pthread_self, "_pthread_mutex_unlock": _pthread_mutex_unlock, @@ -5679,8 +5731,8 @@ Module.asmLibraryArg = { "_pthread_cond_broadcast": _pthread_cond_broadcast, "_emscripten_asm_const_iii": _emscripten_asm_const_iii, "_pthread_setspecific": _pthread_setspecific, - "___cxa_atexit": ___cxa_atexit, "_emscripten_asm_const_iiii": _emscripten_asm_const_iiii, + "_emscripten_asm_const_diiii": _emscripten_asm_const_diiii, "___cxa_throw": ___cxa_throw, "___lock": ___lock, "___syscall6": ___syscall6, @@ -5794,6 +5846,7 @@ var asm = (function(global,env,buffer) { var _llvm_fabs_f64=env._llvm_fabs_f64; var ___gxx_personality_v0=env.___gxx_personality_v0; var ___assert_fail=env.___assert_fail; + var ___cxa_atexit=env.___cxa_atexit; var ___cxa_allocate_exception=env.___cxa_allocate_exception; var ___cxa_find_matching_catch=env.___cxa_find_matching_catch; var _emscripten_asm_const_ii=env._emscripten_asm_const_ii; @@ -5815,6 +5868,7 @@ var asm = (function(global,env,buffer) { var _llvm_fabs_f32=env._llvm_fabs_f32; var __arraySum=env.__arraySum; var _emscripten_asm_const_di=env._emscripten_asm_const_di; + var _emscripten_asm_const_diiid=env._emscripten_asm_const_diiid; var _emscripten_asm_const_dii=env._emscripten_asm_const_dii; var _pthread_self=env._pthread_self; var _pthread_mutex_unlock=env._pthread_mutex_unlock; @@ -5825,8 +5879,8 @@ var asm = (function(global,env,buffer) { var _pthread_cond_broadcast=env._pthread_cond_broadcast; var _emscripten_asm_const_iii=env._emscripten_asm_const_iii; var _pthread_setspecific=env._pthread_setspecific; - var ___cxa_atexit=env.___cxa_atexit; var _emscripten_asm_const_iiii=env._emscripten_asm_const_iiii; + var _emscripten_asm_const_diiii=env._emscripten_asm_const_diiii; var ___cxa_throw=env.___cxa_throw; var ___lock=env.___lock; var ___syscall6=env.___syscall6; @@ -5855,6 +5909,7 @@ function _emscripten_replace_memory(newBuffer) { } // EMSCRIPTEN_START_FUNCS + function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i72, i74) { i73 = i73 | 0; i72 = i72 | 0; @@ -5873,7 +5928,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i62 = i76 + 560 | 0; i64 = i76 + 548 | 0; i65 = i76 + 536 | 0; - i48 = i76 + 384 | 0; + i47 = i76 + 384 | 0; i57 = i76 + 520 | 0; i55 = i76 + 512 | 0; i20 = i76 + 496 | 0; @@ -5888,20 +5943,20 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i51 = i76 + 396 | 0; i52 = i76 + 372 | 0; i39 = i76 + 360 | 0; - i44 = i76 + 344 | 0; + i43 = i76 + 344 | 0; i41 = i76 + 340 | 0; i13 = i76 + 328 | 0; - i16 = i76 + 304 | 0; - i15 = i76 + 288 | 0; + i15 = i76 + 304 | 0; + i16 = i76 + 288 | 0; i17 = i76 + 276 | 0; i18 = i76 + 264 | 0; - i25 = i76 + 240 | 0; - i24 = i76 + 228 | 0; + i24 = i76 + 240 | 0; + i25 = i76 + 228 | 0; i26 = i76 + 216 | 0; i27 = i76 + 204 | 0; i28 = i76 + 192 | 0; - i32 = i76 + 168 | 0; - i30 = i76 + 156 | 0; + i31 = i76 + 168 | 0; + i32 = i76 + 156 | 0; i33 = i76 + 144 | 0; i42 = i76 + 128 | 0; i37 = i76 + 120 | 0; @@ -5923,11 +5978,11 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, { HEAP32[i71 >> 2] = 0; i2 = __ZN10__cxxabiv112_GLOBAL__N_119parse_cv_qualifiersEPKcS2_Rj(i73, i72, i71) | 0; - L5 : do if ((i2 | 0) != (i73 | 0) ? (i3 = HEAP8[i2 >> 0] | 0, i45 = i74 + 4 | 0, i10 = ((HEAP32[i45 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0, i43 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i2, i72, i74) | 0, i45 = ((HEAP32[i45 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0, (i43 | 0) != (i2 | 0)) : 0) { - i16 = i3 << 24 >> 24 == 70; - i15 = i74 + 20 | 0; - i2 = HEAP32[i15 >> 2] | 0; - L8 : do if (i16) { + L5 : do if ((i2 | 0) != (i73 | 0) ? (i3 = HEAP8[i2 >> 0] | 0, i45 = i74 + 4 | 0, i10 = ((HEAP32[i45 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0, i44 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i2, i72, i74) | 0, i45 = ((HEAP32[i45 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0, (i44 | 0) != (i2 | 0)) : 0) { + i15 = i3 << 24 >> 24 == 70; + i16 = i74 + 20 | 0; + i2 = HEAP32[i16 >> 2] | 0; + L8 : do if (i15) { i3 = i2 + -16 | 0; while (1) { if ((i2 | 0) == (i3 | 0)) { @@ -5935,27 +5990,27 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, break L8; } i73 = i2 + -16 | 0; - HEAP32[i15 >> 2] = i73; + HEAP32[i16 >> 2] = i73; __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i73); - i2 = HEAP32[i15 >> 2] | 0; + i2 = HEAP32[i16 >> 2] | 0; } } while (0); - i8 = i74 + 16 | 0; - i7 = HEAP32[i74 + 12 >> 2] | 0; + i7 = i74 + 16 | 0; + i8 = HEAP32[i74 + 12 >> 2] | 0; i73 = HEAP32[i74 + 24 >> 2] | 0; i3 = i73; if (i2 >>> 0 < i73 >>> 0) { HEAP32[i2 >> 2] = 0; HEAP32[i2 + 4 >> 2] = 0; HEAP32[i2 + 8 >> 2] = 0; - HEAP32[i2 + 12 >> 2] = i7; - HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + 16; + HEAP32[i2 + 12 >> 2] = i8; + HEAP32[i16 >> 2] = (HEAP32[i16 >> 2] | 0) + 16; } else { - i4 = HEAP32[i8 >> 2] | 0; + i4 = HEAP32[i7 >> 2] | 0; i73 = i2 - i4 | 0; i6 = i73 >> 4; i5 = i6 + 1 | 0; - if ((i73 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); + if ((i73 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); i2 = i3 - i4 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; @@ -5967,59 +6022,59 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i72 >> 2] = 0; HEAP32[i72 + 4 >> 2] = 0; HEAP32[i72 + 8 >> 2] = 0; - HEAP32[i72 + 12 >> 2] = i7; + HEAP32[i72 + 12 >> 2] = i8; HEAP32[i73 >> 2] = i72 + 16; - __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i8, i75); + __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i7, i75); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i75); } - i14 = HEAP32[i71 >> 2] | 0; - i12 = (i14 & 1 | 0) == 0; - i13 = (i14 & 2 | 0) == 0; - i14 = (i14 & 4 | 0) == 0; - i11 = i75 + 8 | 0; + i13 = HEAP32[i71 >> 2] | 0; + i11 = (i13 & 1 | 0) == 0; + i12 = (i13 & 2 | 0) == 0; + i13 = (i13 & 4 | 0) == 0; + i14 = i75 + 8 | 0; while (1) { if (i10 >>> 0 >= i45 >>> 0) { - i1 = i43; + i1 = i44; break L5; } - if (i16) { - i5 = HEAP32[i74 >> 2] | 0; - i8 = i5 + (i10 * 24 | 0) + 12 | 0; - i2 = HEAP8[i8 >> 0] | 0; - i4 = (i2 & 1) == 0; - if (i4) { + if (i15) { + i4 = HEAP32[i74 >> 2] | 0; + i8 = i4 + (i10 * 24 | 0) + 12 | 0; + i5 = HEAP8[i8 >> 0] | 0; + i2 = (i5 & 1) == 0; + if (i2) { + i6 = (i5 & 255) >>> 1; i3 = i8 + 1 | 0; - i7 = (i2 & 255) >>> 1; } else { - i3 = HEAP32[i5 + (i10 * 24 | 0) + 20 >> 2] | 0; - i7 = HEAP32[i5 + (i10 * 24 | 0) + 16 >> 2] | 0; + i6 = HEAP32[i4 + (i10 * 24 | 0) + 16 >> 2] | 0; + i3 = HEAP32[i4 + (i10 * 24 | 0) + 20 >> 2] | 0; } - i6 = i7 + -2 | 0; - if ((HEAP8[i3 + i6 >> 0] | 0) == 38) i2 = i7 + -3 | 0; else { - if (i4) { - i3 = (i2 & 255) >>> 1; - i2 = i8 + 1 | 0; + i7 = i6 + -2 | 0; + if ((HEAP8[i3 + i7 >> 0] | 0) == 38) i2 = i6 + -3 | 0; else { + if (i2) { + i3 = i8 + 1 | 0; + i2 = (i5 & 255) >>> 1; } else { - i3 = HEAP32[i5 + (i10 * 24 | 0) + 16 >> 2] | 0; - i2 = HEAP32[i5 + (i10 * 24 | 0) + 20 >> 2] | 0; + i3 = HEAP32[i4 + (i10 * 24 | 0) + 20 >> 2] | 0; + i2 = HEAP32[i4 + (i10 * 24 | 0) + 16 >> 2] | 0; } - i2 = (HEAP8[i2 + i3 + -1 >> 0] | 0) == 38 ? i6 : i7; + i2 = (HEAP8[i3 + i2 + -1 >> 0] | 0) == 38 ? i7 : i6; } - if (!i12) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, i2, 35496) | 0; + if (!i11) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, i2, 36654) | 0; i2 = i2 + 6 | 0; } - if (!i13) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) + 12 | 0, i2, 35503) | 0; + if (!i12) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) + 12 | 0, i2, 36661) | 0; i2 = i2 + 9 | 0; } - if (!i14) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) + 12 | 0, i2, 35513) | 0; + if (!i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) + 12 | 0, i2, 36671) | 0; } else { - if (!i12) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 35496) | 0; - if (!i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 35503) | 0; - if (!i14) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 35513) | 0; + if (!i11) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 36654) | 0; + if (!i12) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 36661) | 0; + if (!i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 36671) | 0; } - i7 = HEAP32[i15 >> 2] | 0; + i7 = HEAP32[i16 >> 2] | 0; i2 = i7 + -16 | 0; i8 = HEAP32[i74 >> 2] | 0; i9 = i8 + (i10 * 24 | 0) | 0; @@ -6039,10 +6094,10 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i3 = i3 >>> 0 < i4 >>> 0 ? i4 : i3; } else i3 = 2147483647; __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i75, i3, i6, i7 + -4 | 0); - i73 = HEAP32[i11 >> 2] | 0; + i73 = HEAP32[i14 >> 2] | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i73, i9); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i73 + 12 | 0, i8 + (i10 * 24 | 0) + 12 | 0); - HEAP32[i11 >> 2] = i73 + 24; + HEAP32[i14 >> 2] = i73 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i2, i75); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i75); } else { @@ -6074,25 +6129,25 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i1 = i73; break; } - i3 = i74 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((HEAP32[i74 >> 2] | 0) == (i2 | 0)) { + i2 = i74 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((HEAP32[i74 >> 2] | 0) == (i3 | 0)) { i1 = i73; break; } - i72 = i2 + -12 | 0; + i72 = i3 + -12 | 0; i70 = HEAP8[i72 >> 0] | 0; i71 = (i70 & 1) == 0; - i70 = i71 ? (i70 & 255) >>> 1 : HEAP32[i2 + -8 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i75, i71 ? i72 + 1 | 0 : HEAP32[i2 + -4 >> 2] | 0, i70 >>> 0 < 2 ? i70 : 2); + i70 = i71 ? (i70 & 255) >>> 1 : HEAP32[i3 + -8 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i75, i71 ? i72 + 1 | 0 : HEAP32[i3 + -4 >> 2] | 0, i70 >>> 0 < 2 ? i70 : 2); i70 = HEAP8[i75 >> 0] | 0; 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, 35837, i71 ? 2 : i70) | 0; + i72 = _memcmp(i72 ? i75 + 1 | 0 : HEAP32[i75 + 8 >> 2] | 0, 36995, 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[i3 >> 2] | 0) + -12 | 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i3 >> 2] | 0) + -12 | 0, 0, 35840) | 0; + 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, 36998) | 0; break; } if ((i1 + -49 & 255) < 9) { @@ -6111,65 +6166,65 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i1 = i73; break; } - i3 = i74 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((HEAP32[i74 >> 2] | 0) == (i2 | 0)) { + i2 = i74 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((HEAP32[i74 >> 2] | 0) == (i3 | 0)) { i1 = i73; break; } - i72 = i2 + -12 | 0; + i72 = i3 + -12 | 0; i69 = HEAP8[i72 >> 0] | 0; i70 = (i69 & 1) == 0; - i69 = i70 ? (i69 & 255) >>> 1 : HEAP32[i2 + -8 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i71, i70 ? i72 + 1 | 0 : HEAP32[i2 + -4 >> 2] | 0, i69 >>> 0 < 2 ? i69 : 2); + i69 = i70 ? (i69 & 255) >>> 1 : HEAP32[i3 + -8 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i71, i70 ? i72 + 1 | 0 : HEAP32[i3 + -4 >> 2] | 0, i69 >>> 0 < 2 ? i69 : 2); i69 = HEAP8[i71 >> 0] | 0; 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, 35837, i70 ? 2 : i69) | 0; + i72 = _memcmp(i72 ? i71 + 1 | 0 : HEAP32[i71 + 8 >> 2] | 0, 36995, 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[i3 >> 2] | 0) + -12 | 0); - i7 = (HEAP32[i3 >> 2] | 0) + -12 | 0; - i5 = i6 - i14 | 0; - if (i5 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i53); - if (i5 >>> 0 < 11) { - HEAP8[i53 >> 0] = i5 << 1; - i4 = i53 + 1 | 0; + 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; + i4 = i6 - i14 | 0; + if (i4 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i53); + if (i4 >>> 0 < 11) { + HEAP8[i53 >> 0] = i4 << 1; + i5 = i53 + 1 | 0; } else { - i72 = i5 + 16 & -16; - i4 = _malloc(i72) | 0; - HEAP32[i53 + 8 >> 2] = i4; + i72 = i4 + 16 & -16; + i5 = _malloc(i72) | 0; + HEAP32[i53 + 8 >> 2] = i5; HEAP32[i53 >> 2] = i72 | 1; - HEAP32[i53 + 4 >> 2] = i5; + HEAP32[i53 + 4 >> 2] = i4; } i2 = i14; - i3 = i4; + i3 = i5; while (1) { if ((i2 | 0) == (i6 | 0)) break; HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; i2 = i2 + 1 | 0; i3 = i3 + 1 | 0; } - HEAP8[i4 + i5 >> 0] = 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i53, 0, 35837) | 0; - HEAP32[i50 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i50 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i50 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + HEAP8[i5 + i4 >> 0] = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i53, 0, 36995) | 0; + HEAP32[i50 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i50 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i50 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i50, 35844) | 0; - HEAP32[i59 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i59 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i59 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i50, 37002) | 0; + HEAP32[i59 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i59 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i59 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } i72 = HEAP8[i59 >> 0] | 0; i71 = (i72 & 1) == 0; @@ -6180,17 +6235,17 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, break; } i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i14, i72, i74) | 0; - if (((!((i1 | 0) == (i14 | 0) | (i1 | 0) == (i72 | 0)) ? (HEAP8[i1 >> 0] | 0) == 95 : 0) ? (i71 = i1 + 1 | 0, i47 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i71, i72, i74) | 0, (i47 | 0) != (i71 | 0)) : 0) ? (i34 = i74 + 4 | 0, i6 = HEAP32[i34 >> 2] | 0, ((i6 - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { + if (((!((i1 | 0) == (i14 | 0) | (i1 | 0) == (i72 | 0)) ? (HEAP8[i1 >> 0] | 0) == 95 : 0) ? (i71 = i1 + 1 | 0, i48 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i71, i72, i74) | 0, (i48 | 0) != (i71 | 0)) : 0) ? (i34 = i74 + 4 | 0, i6 = HEAP32[i34 >> 2] | 0, ((i6 - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i63, i6 + -24 | 0); i1 = HEAP32[i34 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i72 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i72 = i3 + -24 | 0; HEAP32[i34 >> 2] = i72; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i72); - i2 = HEAP32[i34 >> 2] | 0; + i3 = HEAP32[i34 >> 2] | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i66, i1 + -48 | 0); i1 = HEAP32[i34 >> 2] | 0; @@ -6209,13 +6264,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = i2; + i8 = 1; i4 = 10; - i7 = 1; + i7 = i2; } else { - i8 = i2; + i8 = 1; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = 1; + i7 = i2; } } else { i8 = 0; @@ -6226,26 +6281,26 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if ((i4 | 0) == 10) { i3 = i10 + 1 | 0; i2 = HEAP32[i9 >> 2] | 0; - if (i7) { + if (i8) { _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; _free(i2); } else { HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; _free(i2); } - HEAP8[i10 >> 0] = i8 << 1; + HEAP8[i10 >> 0] = i7 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { - if (i7) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + if (i8) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { i72 = HEAP32[i9 >> 2] | 0; HEAP8[i3 >> 0] = HEAP8[i72 >> 0] | 0; _free(i72); } HEAP32[i10 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i8; + HEAP32[i6 >> 2] = i7; HEAP32[i9 >> 2] = i3; } } @@ -6262,55 +6317,55 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i63 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - i6 = i63 + 12 | 0; - i70 = HEAP8[i6 >> 0] | 0; + i3 = i63 + 12 | 0; + i70 = HEAP8[i3 >> 0] | 0; i72 = (i70 & 1) == 0; i4 = i63 + 16 | 0; i70 = i72 ? (i70 & 255) >>> 1 : HEAP32[i4 >> 2] | 0; - i3 = i63 + 20 | 0; - i5 = i6 + 1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i56, i72 ? i5 : HEAP32[i3 >> 2] | 0, i70 >>> 0 < 2 ? i70 : 2); + i5 = i63 + 20 | 0; + i6 = i3 + 1 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i56, i72 ? i6 : HEAP32[i5 >> 2] | 0, i70 >>> 0 < 2 ? i70 : 2); i70 = HEAP8[i56 >> 0] | 0; 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, 35837, i71 ? 2 : i70) | 0; + i72 = _memcmp(i72 ? i56 + 1 | 0 : HEAP32[i56 + 8 >> 2] | 0, 36995, 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(i6); + 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(i48, i66); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i48, 0, 35837) | 0; - HEAP32[i65 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i65 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i65 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i47, i66); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i47, 0, 36995) | 0; + HEAP32[i65 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i65 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i65 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 35844) | 0; - HEAP32[i64 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i64 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i64 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 37002) | 0; + HEAP32[i64 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i64 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i64 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = HEAP8[i6 >> 0] | 0; - i1 = (i2 & 1) == 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i64, i1 ? i5 : HEAP32[i3 >> 2] | 0, i1 ? (i2 & 255) >>> 1 : HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i62 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i62 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i62 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = HEAP8[i3 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i64, i2 ? i6 : HEAP32[i5 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i4 >> 2] | 0) | 0; + HEAP32[i62 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i62 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i62 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } do if (HEAP8[i10 >> 0] & 1) { i9 = i7 + -4 | 0; @@ -6326,14 +6381,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, do if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = i2; + i8 = 1; i4 = 10; - i7 = 1; + i7 = i2; break; } - i8 = i2; + i8 = 1; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = 1; + i7 = i2; } else { i8 = 0; i4 = 10; @@ -6343,26 +6398,26 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if ((i4 | 0) == 10) { i3 = i10 + 1 | 0; i2 = HEAP32[i9 >> 2] | 0; - if (i7) { + if (i8) { _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; _free(i2); } else { HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; _free(i2); } - HEAP8[i10 >> 0] = i8 << 1; + HEAP8[i10 >> 0] = i7 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0) break; - if (i7) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + if (i8) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { i72 = HEAP32[i9 >> 2] | 0; HEAP8[i3 >> 0] = HEAP8[i72 >> 0] | 0; _free(i72); } HEAP32[i10 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i8; + HEAP32[i6 >> 2] = i7; HEAP32[i9 >> 2] = i3; } } else { @@ -6381,10 +6436,10 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i62); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i65); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i48); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i47); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i66); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i63); - i1 = i47; + i1 = i48; } else i1 = i73; } else i1 = i73; while (0); if ((i1 | 0) == (i73 | 0)) { @@ -6458,7 +6513,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, 37078) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 38236) | 0; i6 = i74 + 16 | 0; i2 = (HEAP32[i3 >> 2] | 0) + -24 | 0; HEAP32[i8 >> 2] = HEAP32[i74 + 12 >> 2]; @@ -6519,12 +6574,12 @@ 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, 35846, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i75, 37004, 1); i11 = i74 + 4 | 0; i10 = i75 + 4 | 0; i7 = i71 + 8 | 0; - i9 = i71 + 1 | 0; - i8 = i71 + 4 | 0; + i8 = i71 + 1 | 0; + i9 = i71 + 4 | 0; i2 = 0; i1 = i3; L225 : while (1) L227 : while (1) { @@ -6566,60 +6621,60 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, default: {} } - i4 = ((HEAP32[i11 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i3 = ((HEAP32[i11 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; i5 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i1, i72, i74) | 0; i6 = ((HEAP32[i11 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; - if ((i5 | 0) == (i1 | 0) | (i5 | 0) == (i72 | 0)) break L225; else i1 = i4; + if ((i5 | 0) == (i1 | 0) | (i5 | 0) == (i72 | 0)) break L225; else i1 = i3; 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, 36480) | 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, 37638) | 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; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i75, i69 ? i9 : HEAP32[i7 >> 2] | 0, i69 ? (i70 & 255) >>> 1 : HEAP32[i8 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i75, i69 ? i8 : HEAP32[i7 >> 2] | 0, i69 ? (i70 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i71); i1 = i1 + 1 | 0; } while (1) { - if (i4 >>> 0 >= i6 >>> 0) { + if (i3 >>> 0 >= i6 >>> 0) { i1 = i5; continue L227; } - i1 = HEAP32[i11 >> 2] | 0; - i3 = i1 + -24 | 0; + i4 = HEAP32[i11 >> 2] | 0; + i1 = i4 + -24 | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i70 = i1 + -24 | 0; + if ((i4 | 0) == (i1 | 0)) break; + i70 = i4 + -24 | 0; HEAP32[i11 >> 2] = i70; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i70); - i1 = HEAP32[i11 >> 2] | 0; + i4 = HEAP32[i11 >> 2] | 0; } - i4 = i4 + 1 | 0; + i3 = i3 + 1 | 0; } } L250 : do if ((i67 | 0) == 170) { - i1 = HEAP32[i11 >> 2] | 0; - i2 = i1 + -24 | 0; + i2 = HEAP32[i11 >> 2] | 0; + i1 = i2 + -24 | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break L250; - i74 = i1 + -24 | 0; + if ((i2 | 0) == (i1 | 0)) break L250; + i74 = i2 + -24 | 0; HEAP32[i11 >> 2] = i74; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i74); - i1 = HEAP32[i11 >> 2] | 0; + i2 = HEAP32[i11 >> 2] | 0; } } else if ((i67 | 0) == 174) { i1 = i1 + 1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 35848) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 37006) | 0; switch (i2 | 0) { case 1: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 37087) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 38245) | 0; break; } case 2: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 37090) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 38248) | 0; break; } default: @@ -6627,7 +6682,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, 36937) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 38095) | 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; @@ -6714,7 +6769,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, 37094) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 38252) | 0; i6 = i74 + 16 | 0; i2 = (HEAP32[i3 >> 2] | 0) + -24 | 0; HEAP32[i9 >> 2] = HEAP32[i74 + 12 >> 2]; @@ -6766,55 +6821,55 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } case 77: { - if (((i2 << 24 >> 24 == 77 ? (i70 = i73 + 1 | 0, i5 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i70, i72, i74) | 0, (i5 | 0) != (i70 | 0)) : 0) ? (i58 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i5, i72, i74) | 0, (i58 | 0) != (i5 | 0)) : 0) ? (i46 = i74 + 4 | 0, i4 = HEAP32[i46 >> 2] | 0, ((i4 - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i75, i4 + -24 | 0); + if (((i2 << 24 >> 24 == 77 ? (i70 = i73 + 1 | 0, i4 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i70, i72, i74) | 0, (i4 | 0) != (i70 | 0)) : 0) ? (i58 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i4, i72, i74) | 0, (i58 | 0) != (i4 | 0)) : 0) ? (i46 = i74 + 4 | 0, i5 = HEAP32[i46 >> 2] | 0, ((i5 - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i75, i5 + -24 | 0); i1 = HEAP32[i46 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i72 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i72 = i3 + -24 | 0; HEAP32[i46 >> 2] = i72; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i72); - i2 = HEAP32[i46 >> 2] | 0; + i3 = HEAP32[i46 >> 2] | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i71, i1 + -48 | 0); i11 = i75 + 12 | 0; 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) { - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 35846) | 0; - HEAP32[i53 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i53 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i53 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 37004) | 0; + HEAP32[i53 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i53 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i53 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i63, i71); - i2 = HEAP8[i63 >> 0] | 0; - i1 = (i2 & 1) == 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i53, i1 ? i63 + 1 | 0 : HEAP32[i63 + 8 >> 2] | 0, i1 ? (i2 & 255) >>> 1 : HEAP32[i63 + 4 >> 2] | 0) | 0; - HEAP32[i50 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i50 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i50 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = HEAP8[i63 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i53, i2 ? i63 + 1 | 0 : HEAP32[i63 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i63 + 4 >> 2] | 0) | 0; + HEAP32[i50 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i50 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i50 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i50, 37105) | 0; - HEAP32[i59 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i59 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i59 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i50, 38263) | 0; + HEAP32[i59 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i59 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i59 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } do if (HEAP8[i10 >> 0] & 1) { i9 = i3 + -16 | 0; @@ -6830,13 +6885,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = i2; + i8 = 1; i4 = 10; - i7 = 1; + i7 = i2; } else { - i8 = i2; + i8 = 1; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = 1; + i7 = i2; } } else { i8 = 0; @@ -6847,26 +6902,26 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if ((i4 | 0) == 10) { i3 = i10 + 1 | 0; i2 = HEAP32[i9 >> 2] | 0; - if (i7) { + if (i8) { _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; _free(i2); } else { HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; _free(i2); } - HEAP8[i10 >> 0] = i8 << 1; + HEAP8[i10 >> 0] = i7 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { - if (i7) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + if (i8) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { i72 = HEAP32[i9 >> 2] | 0; HEAP8[i3 >> 0] = HEAP8[i72 >> 0] | 0; _free(i72); } HEAP32[i10 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i8; + HEAP32[i6 >> 2] = i7; HEAP32[i9 >> 2] = i3; } } @@ -6888,15 +6943,15 @@ 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; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i11, 0, 35848) | 0; - HEAP32[i66 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i66 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i66 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i11, 0, 37006) | 0; + HEAP32[i66 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i66 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i66 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i10 = i3 + -12 | 0; do if (HEAP8[i10 >> 0] & 1) { @@ -6913,13 +6968,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = i2; + i8 = 1; i4 = 10; - i7 = 1; + i7 = i2; } else { - i8 = i2; + i8 = 1; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = 1; + i7 = i2; } } else { i8 = 0; @@ -6930,26 +6985,26 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if ((i4 | 0) == 10) { i3 = i10 + 1 | 0; i2 = HEAP32[i9 >> 2] | 0; - if (i7) { + if (i8) { _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; _free(i2); } else { HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; _free(i2); } - HEAP8[i10 >> 0] = i8 << 1; + HEAP8[i10 >> 0] = i7 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { - if (i7) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + if (i8) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { i72 = HEAP32[i9 >> 2] | 0; HEAP8[i3 >> 0] = HEAP8[i72 >> 0] | 0; _free(i72); } HEAP32[i10 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i8; + HEAP32[i6 >> 2] = i7; HEAP32[i9 >> 2] = i3; } } @@ -6968,38 +7023,38 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i66); } else { - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 36937) | 0; - HEAP32[i64 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i64 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i64 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 38095) | 0; + HEAP32[i64 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i64 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i64 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i65, i71); - i2 = HEAP8[i65 >> 0] | 0; - i1 = (i2 & 1) == 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i64, i1 ? i65 + 1 | 0 : HEAP32[i65 + 8 >> 2] | 0, i1 ? (i2 & 255) >>> 1 : HEAP32[i65 + 4 >> 2] | 0) | 0; - HEAP32[i62 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i62 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i62 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = HEAP8[i65 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i64, i2 ? i65 + 1 | 0 : HEAP32[i65 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i65 + 4 >> 2] | 0) | 0; + HEAP32[i62 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i62 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i62 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i62, 37105) | 0; - HEAP32[i56 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i56 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i56 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i62, 38263) | 0; + HEAP32[i56 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i56 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i56 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } do if (HEAP8[i10 >> 0] & 1) { i9 = i3 + -16 | 0; @@ -7008,50 +7063,50 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i6 >> 2] = 0; i1 = HEAP8[i10 >> 0] | 0; if (!(i1 & 1)) i5 = 10; else { - i5 = HEAP32[i10 >> 2] | 0; - i1 = i5 & 255; - i5 = (i5 & -2) + -1 | 0; + i1 = HEAP32[i10 >> 2] | 0; + i5 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; } if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = i2; + i7 = i2; + i8 = 1; i4 = 10; - i7 = 1; } else { - i8 = i2; + i7 = i2; + i8 = 1; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = 1; } } else { + i7 = 0; i8 = 0; i4 = 10; - i7 = 0; } if ((i4 | 0) != (i5 | 0)) { if ((i4 | 0) == 10) { i3 = i10 + 1 | 0; i2 = HEAP32[i9 >> 2] | 0; - if (i7) { + if (i8) { _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; _free(i2); } else { HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; _free(i2); } - HEAP8[i10 >> 0] = i8 << 1; + HEAP8[i10 >> 0] = i7 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { - if (i7) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + if (i8) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { i72 = HEAP32[i9 >> 2] | 0; HEAP8[i3 >> 0] = HEAP8[i72 >> 0] | 0; _free(i72); } HEAP32[i10 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i8; + HEAP32[i6 >> 2] = i7; HEAP32[i9 >> 2] = i3; } } @@ -7088,43 +7143,43 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = i2; i4 = 10; - i7 = 1; + i7 = i2; + i8 = 1; } else { - i8 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = 1; + i7 = i2; + i8 = 1; } } else { - i8 = 0; i4 = 10; i7 = 0; + i8 = 0; } if ((i4 | 0) != (i5 | 0)) { if ((i4 | 0) == 10) { i3 = i10 + 1 | 0; i2 = HEAP32[i9 >> 2] | 0; - if (i7) { + if (i8) { _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; _free(i2); } else { HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; _free(i2); } - HEAP8[i10 >> 0] = i8 << 1; + HEAP8[i10 >> 0] = i7 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { - if (i7) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + if (i8) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { i72 = HEAP32[i9 >> 2] | 0; HEAP8[i3 >> 0] = HEAP8[i72 >> 0] | 0; _free(i72); } HEAP32[i10 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i8; + HEAP32[i6 >> 2] = i7; HEAP32[i9 >> 2] = i3; } } @@ -7205,33 +7260,33 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } case 79: { - i16 = i74 + 4 | 0; - i9 = ((HEAP32[i16 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i15 = i74 + 4 | 0; + i9 = ((HEAP32[i15 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; i71 = i73 + 1 | 0; i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i71, i72, i74) | 0; - i16 = ((HEAP32[i16 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i15 = ((HEAP32[i15 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; if ((i1 | 0) == (i71 | 0)) { i1 = i73; break L1; } - i8 = i74 + 16 | 0; - i7 = HEAP32[i74 + 12 >> 2] | 0; - i15 = i74 + 20 | 0; - i2 = HEAP32[i15 >> 2] | 0; + i7 = i74 + 16 | 0; + i8 = HEAP32[i74 + 12 >> 2] | 0; + i16 = i74 + 20 | 0; + i2 = HEAP32[i16 >> 2] | 0; i71 = HEAP32[i74 + 24 >> 2] | 0; i3 = i71; if (i2 >>> 0 < i71 >>> 0) { HEAP32[i2 >> 2] = 0; HEAP32[i2 + 4 >> 2] = 0; HEAP32[i2 + 8 >> 2] = 0; - HEAP32[i2 + 12 >> 2] = i7; - HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + 16; + HEAP32[i2 + 12 >> 2] = i8; + HEAP32[i16 >> 2] = (HEAP32[i16 >> 2] | 0) + 16; } else { - i4 = HEAP32[i8 >> 2] | 0; + i4 = HEAP32[i7 >> 2] | 0; i71 = i2 - i4 | 0; i6 = i71 >> 4; i5 = i6 + 1 | 0; - if ((i71 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); + if ((i71 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); i2 = i3 - i4 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; @@ -7243,17 +7298,17 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i67 >> 2] = 0; HEAP32[i67 + 4 >> 2] = 0; HEAP32[i67 + 8 >> 2] = 0; - HEAP32[i67 + 12 >> 2] = i7; + HEAP32[i67 + 12 >> 2] = i8; HEAP32[i71 >> 2] = i67 + 16; - __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i8, i75); + __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i7, i75); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i75); } - i13 = i38 + 4 | 0; - i11 = i38 + 8 | 0; - i14 = i38 + 1 | 0; - i12 = i75 + 8 | 0; + i11 = i38 + 4 | 0; + i12 = i38 + 8 | 0; + i13 = i38 + 1 | 0; + i14 = i75 + 8 | 0; while (1) { - if (i9 >>> 0 >= i16 >>> 0) break L1; + if (i9 >>> 0 >= i15 >>> 0) break L1; i71 = HEAP32[i74 >> 2] | 0; i67 = i71 + (i9 * 24 | 0) + 12 | 0; i66 = HEAP8[i67 >> 0] | 0; @@ -7262,38 +7317,38 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i38, i3 ? i67 + 1 | 0 : HEAP32[i71 + (i9 * 24 | 0) + 20 >> 2] | 0, i66 >>> 0 < 2 ? i66 : 2); i66 = HEAP8[i38 >> 0] | 0; i71 = (i66 & 1) == 0; - i66 = i71 ? (i66 & 255) >>> 1 : HEAP32[i13 >> 2] | 0; + i66 = i71 ? (i66 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; i67 = i66 >>> 0 > 2; - i71 = _memcmp(i71 ? i14 : HEAP32[i11 >> 2] | 0, 35837, i67 ? 2 : i66) | 0; + i71 = _memcmp(i71 ? i13 : HEAP32[i12 >> 2] | 0, 36995, 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, 35846) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 35848) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 37004) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 37006) | 0; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 35898) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 35848) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 37056) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 37006) | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 35890) | 0; - i6 = HEAP32[i15 >> 2] | 0; - i8 = i6 + -16 | 0; - i7 = HEAP32[i74 >> 2] | 0; - i10 = i7 + (i9 * 24 | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 37048) | 0; + i6 = HEAP32[i16 >> 2] | 0; + i7 = i6 + -16 | 0; + i8 = HEAP32[i74 >> 2] | 0; + i10 = i8 + (i9 * 24 | 0) | 0; i2 = i6 + -12 | 0; i3 = HEAP32[i2 >> 2] | 0; i71 = HEAP32[i6 + -8 >> 2] | 0; i4 = i71; if ((i3 | 0) == (i71 | 0)) { - i2 = HEAP32[i8 >> 2] | 0; + i2 = HEAP32[i7 >> 2] | 0; i71 = i3 - i2 | 0; i5 = (i71 | 0) / 24 | 0; i3 = i5 + 1 | 0; if ((i71 | 0) < -24) { - i1 = i8; + i1 = i7; break; } i2 = (i4 - i2 | 0) / 24 | 0; @@ -7302,15 +7357,15 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; } else i2 = 2147483647; __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i75, i2, i5, i6 + -4 | 0); - i71 = HEAP32[i12 >> 2] | 0; + i71 = HEAP32[i14 >> 2] | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71, i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71 + 12 | 0, i7 + (i9 * 24 | 0) + 12 | 0); - HEAP32[i12 >> 2] = i71 + 24; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i8, i75); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71 + 12 | 0, i8 + (i9 * 24 | 0) + 12 | 0); + HEAP32[i14 >> 2] = i71 + 24; + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i75); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i75); } else { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3, i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3 + 12 | 0, i7 + (i9 * 24 | 0) + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3 + 12 | 0, i8 + (i9 * 24 | 0) + 12 | 0); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } i9 = i9 + 1 | 0; @@ -7329,24 +7384,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i1 = i73; break L1; } - i8 = i74 + 16 | 0; - i7 = HEAP32[i74 + 12 >> 2] | 0; - i19 = i74 + 20 | 0; - i2 = HEAP32[i19 >> 2] | 0; + i7 = i74 + 16 | 0; + i8 = HEAP32[i74 + 12 >> 2] | 0; + i22 = i74 + 20 | 0; + i2 = HEAP32[i22 >> 2] | 0; i71 = HEAP32[i74 + 24 >> 2] | 0; i3 = i71; if (i2 >>> 0 < i71 >>> 0) { HEAP32[i2 >> 2] = 0; HEAP32[i2 + 4 >> 2] = 0; HEAP32[i2 + 8 >> 2] = 0; - HEAP32[i2 + 12 >> 2] = i7; - HEAP32[i19 >> 2] = (HEAP32[i19 >> 2] | 0) + 16; + HEAP32[i2 + 12 >> 2] = i8; + HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + 16; } else { - i4 = HEAP32[i8 >> 2] | 0; + i4 = HEAP32[i7 >> 2] | 0; i71 = i2 - i4 | 0; i6 = i71 >> 4; i5 = i6 + 1 | 0; - if ((i71 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); + if ((i71 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); i2 = i3 - i4 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; @@ -7358,18 +7413,18 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i66 >> 2] = 0; HEAP32[i66 + 4 >> 2] = 0; HEAP32[i66 + 8 >> 2] = 0; - HEAP32[i66 + 12 >> 2] = i7; + HEAP32[i66 + 12 >> 2] = i8; HEAP32[i71 >> 2] = i66 + 16; - __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i8, i75); + __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i7, i75); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i75); } - i16 = i51 + 4 | 0; - i13 = i51 + 8 | 0; - i18 = i51 + 1 | 0; - i15 = i52 + 4 | 0; - i12 = i52 + 8 | 0; - i17 = i52 + 1 | 0; - i14 = i75 + 8 | 0; + i13 = i51 + 4 | 0; + i14 = i51 + 8 | 0; + i15 = i51 + 1 | 0; + i16 = i52 + 4 | 0; + i17 = i52 + 8 | 0; + i18 = i52 + 1 | 0; + i19 = i75 + 8 | 0; while (1) { if (i9 >>> 0 >= i21 >>> 0) break L1; i71 = HEAP32[i74 >> 2] | 0; @@ -7380,21 +7435,21 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i51, i3 ? i66 + 1 | 0 : HEAP32[i71 + (i9 * 24 | 0) + 20 >> 2] | 0, i65 >>> 0 < 2 ? i65 : 2); i65 = HEAP8[i51 >> 0] | 0; i71 = (i65 & 1) == 0; - i65 = i71 ? (i65 & 255) >>> 1 : HEAP32[i16 >> 2] | 0; + i65 = i71 ? (i65 & 255) >>> 1 : HEAP32[i13 >> 2] | 0; i66 = i65 >>> 0 > 2; - i71 = _memcmp(i71 ? i18 : HEAP32[i13 >> 2] | 0, 35837, i66 ? 2 : i65) | 0; + i71 = _memcmp(i71 ? i15 : HEAP32[i14 >> 2] | 0, 36995, 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, 35846) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 35848) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 37004) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 37006) | 0; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 35898) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 35848) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 37056) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 37006) | 0; } i3 = HEAP32[i74 >> 2] | 0; i2 = i3 + (i9 * 24 | 0) | 0; @@ -7405,105 +7460,107 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i52, i71 ? i2 + 1 | 0 : HEAP32[i3 + (i9 * 24 | 0) + 8 >> 2] | 0, i65 >>> 0 < 12 ? i65 : 12); i65 = HEAP8[i52 >> 0] | 0; i71 = (i65 & 1) == 0; - i65 = i71 ? (i65 & 255) >>> 1 : HEAP32[i15 >> 2] | 0; + i65 = i71 ? (i65 & 255) >>> 1 : HEAP32[i16 >> 2] | 0; i66 = i65 >>> 0 > 12; - i71 = _memcmp(i71 ? i17 : HEAP32[i12 >> 2] | 0, 37109, i66 ? 12 : i65) | 0; + i71 = _memcmp(i71 ? i18 : HEAP32[i17 >> 2] | 0, 38267, i66 ? 12 : i65) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i52); - i11 = HEAP32[i74 >> 2] | 0; - i2 = i11 + (i9 * 24 | 0) | 0; + i12 = HEAP32[i74 >> 2] | 0; + i2 = i12 + (i9 * 24 | 0) | 0; if (!(((i71 | 0) == 0 ? (i65 >>> 0 < 12 ? -1 : i66 & 1) : i71) | 0)) { i3 = HEAP8[i2 >> 0] | 0; if (!(i3 & 1)) { - i10 = (i3 & 255) >>> 1; - i5 = i10 >>> 0 < 11 ? i10 : 11; + i8 = (i3 & 255) >>> 1; + i11 = i8; + i8 = i8 >>> 0 < 11 ? i8 : 11; i4 = 10; } else { - i10 = HEAP32[i11 + (i9 * 24 | 0) + 4 >> 2] | 0; - i4 = HEAP32[i2 >> 2] | 0; - i5 = i10 >>> 0 < 11 ? i10 : 11; - i3 = i4 & 255; - i4 = (i4 & -2) + -1 | 0; + i8 = HEAP32[i12 + (i9 * 24 | 0) + 4 >> 2] | 0; + i3 = HEAP32[i2 >> 2] | 0; + i11 = i8; + i8 = i8 >>> 0 < 11 ? i8 : 11; + i4 = (i3 & -2) + -1 | 0; + i3 = i3 & 255; } - if ((i5 - i10 + i4 | 0) >>> 0 < 2) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE21__grow_by_and_replaceEjjjjjjPKc(i2, i4, 2 - i5 + i10 - i4 | 0, i10, 0, i5, 2, 37122); + 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, 38280); break; } - if (!(i3 & 1)) i8 = i2 + 1 | 0; else i8 = HEAP32[i11 + (i9 * 24 | 0) + 8 >> 2] | 0; - do if ((i5 | 0) != 2) { - i7 = i10 - i5 | 0; - if ((i10 | 0) == (i5 | 0)) { - i4 = i5; - i3 = 2; + if (!(i3 & 1)) i10 = i2 + 1 | 0; else i10 = HEAP32[i12 + (i9 * 24 | 0) + 8 >> 2] | 0; + do if ((i8 | 0) != 2) { + i7 = i11 - i8 | 0; + if ((i11 | 0) == (i8 | 0)) { + i4 = i8; i6 = 0; - i5 = 37122; + i5 = 38280; + i3 = 2; i67 = 402; } else { - if (i5 >>> 0 > 2) { - HEAP8[i8 >> 0] = 105; - HEAP8[i8 + 1 >> 0] = 100; - _memmove(i8 + 2 | 0, i8 + i5 | 0, i7 | 0) | 0; - i4 = i5; + if (i8 >>> 0 > 2) { + HEAP8[i10 >> 0] = 105; + HEAP8[i10 + 1 >> 0] = 100; + _memmove(i10 + 2 | 0, i10 + i8 | 0, i7 | 0) | 0; + i4 = i8; i3 = 2; break; } - do if (i8 >>> 0 < 37122 >>> 0 & (i8 + i10 | 0) >>> 0 > 37122 >>> 0) if ((i8 + i5 | 0) >>> 0 > 37122 >>> 0) { - _memcpy(i8 | 0, 37122, i5 | 0) | 0; + do if (i10 >>> 0 < 38280 >>> 0 & (i10 + i11 | 0) >>> 0 > 38280 >>> 0) if ((i10 + i8 | 0) >>> 0 > 38280 >>> 0) { + _memcpy(i10 | 0, 38280, i8 | 0) | 0; + i6 = i8; + i5 = 38282; i4 = 0; - i3 = 2 - i5 | 0; - i6 = i5; - i5 = 37124; + i3 = 2 - i8 | 0; break; } else { - i4 = i5; - i3 = 2; i6 = 0; - i5 = 37122 + (2 - i5) | 0; + i5 = 38280 + (2 - i8) | 0; + i4 = i8; + i3 = 2; break; } else { - i4 = i5; - i3 = 2; i6 = 0; - i5 = 37122; + i5 = 38280; + i4 = i8; + i3 = 2; } while (0); - i67 = i8 + i6 | 0; + i67 = i10 + i6 | 0; _memmove(i67 + i3 | 0, i67 + i4 | 0, i7 | 0) | 0; i67 = 402; } } else { i4 = 2; - i3 = 2; i6 = 0; - i5 = 37122; + i5 = 38280; + i3 = 2; i67 = 402; } while (0); if ((i67 | 0) == 402) { i67 = 0; - _memmove(i8 + i6 | 0, i5 | 0, i3 | 0) | 0; + _memmove(i10 + i6 | 0, i5 | 0, i3 | 0) | 0; } - i3 = i3 - i4 + i10 | 0; - if (!(HEAP8[i2 >> 0] & 1)) HEAP8[i2 >> 0] = i3 << 1; else HEAP32[i11 + (i9 * 24 | 0) + 4 >> 2] = i3; - HEAP8[i8 + i3 >> 0] = 0; + i3 = i3 - i4 + i11 | 0; + if (!(HEAP8[i2 >> 0] & 1)) HEAP8[i2 >> 0] = i3 << 1; else HEAP32[i12 + (i9 * 24 | 0) + 4 >> 2] = i3; + HEAP8[i10 + i3 >> 0] = 0; } else i67 = 385; } else i67 = 385; while (0); if ((i67 | 0) == 385) { i67 = 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2, 35967) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2, 37125) | 0; } - i6 = HEAP32[i19 >> 2] | 0; - i8 = i6 + -16 | 0; - i7 = HEAP32[i74 >> 2] | 0; - i10 = i7 + (i9 * 24 | 0) | 0; + i6 = HEAP32[i22 >> 2] | 0; + i7 = i6 + -16 | 0; + i8 = HEAP32[i74 >> 2] | 0; + i10 = i8 + (i9 * 24 | 0) | 0; i2 = i6 + -12 | 0; i3 = HEAP32[i2 >> 2] | 0; i71 = HEAP32[i6 + -8 >> 2] | 0; i4 = i71; if ((i3 | 0) == (i71 | 0)) { - i2 = HEAP32[i8 >> 2] | 0; + i2 = HEAP32[i7 >> 2] | 0; i71 = i3 - i2 | 0; i5 = (i71 | 0) / 24 | 0; i3 = i5 + 1 | 0; if ((i71 | 0) < -24) { - i1 = i8; + i1 = i7; break; } i2 = (i4 - i2 | 0) / 24 | 0; @@ -7512,15 +7569,15 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; } else i2 = 2147483647; __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i75, i2, i5, i6 + -4 | 0); - i71 = HEAP32[i14 >> 2] | 0; + i71 = HEAP32[i19 >> 2] | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71, i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71 + 12 | 0, i7 + (i9 * 24 | 0) + 12 | 0); - HEAP32[i14 >> 2] = i71 + 24; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i8, i75); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71 + 12 | 0, i8 + (i9 * 24 | 0) + 12 | 0); + HEAP32[i19 >> 2] = i71 + 24; + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i75); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i75); } else { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3, i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3 + 12 | 0, i7 + (i9 * 24 | 0) + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3 + 12 | 0, i8 + (i9 * 24 | 0) + 12 | 0); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } i9 = i9 + 1 | 0; @@ -7530,33 +7587,33 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } case 82: { - i16 = i74 + 4 | 0; - i9 = ((HEAP32[i16 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i15 = i74 + 4 | 0; + i9 = ((HEAP32[i15 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; i71 = i73 + 1 | 0; i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i71, i72, i74) | 0; - i16 = ((HEAP32[i16 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i15 = ((HEAP32[i15 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; if ((i1 | 0) == (i71 | 0)) { i1 = i73; break L1; } - i8 = i74 + 16 | 0; - i7 = HEAP32[i74 + 12 >> 2] | 0; - i15 = i74 + 20 | 0; - i2 = HEAP32[i15 >> 2] | 0; + i7 = i74 + 16 | 0; + i8 = HEAP32[i74 + 12 >> 2] | 0; + i16 = i74 + 20 | 0; + i2 = HEAP32[i16 >> 2] | 0; i71 = HEAP32[i74 + 24 >> 2] | 0; i3 = i71; if (i2 >>> 0 < i71 >>> 0) { HEAP32[i2 >> 2] = 0; HEAP32[i2 + 4 >> 2] = 0; HEAP32[i2 + 8 >> 2] = 0; - HEAP32[i2 + 12 >> 2] = i7; - HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + 16; + HEAP32[i2 + 12 >> 2] = i8; + HEAP32[i16 >> 2] = (HEAP32[i16 >> 2] | 0) + 16; } else { - i4 = HEAP32[i8 >> 2] | 0; + i4 = HEAP32[i7 >> 2] | 0; i71 = i2 - i4 | 0; i6 = i71 >> 4; i5 = i6 + 1 | 0; - if ((i71 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); + if ((i71 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); i2 = i3 - i4 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; @@ -7568,17 +7625,17 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i67 >> 2] = 0; HEAP32[i67 + 4 >> 2] = 0; HEAP32[i67 + 8 >> 2] = 0; - HEAP32[i67 + 12 >> 2] = i7; + HEAP32[i67 + 12 >> 2] = i8; HEAP32[i71 >> 2] = i67 + 16; - __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i8, i75); + __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i7, i75); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i75); } - i13 = i39 + 4 | 0; - i11 = i39 + 8 | 0; - i14 = i39 + 1 | 0; - i12 = i75 + 8 | 0; + i11 = i39 + 4 | 0; + i12 = i39 + 8 | 0; + i13 = i39 + 1 | 0; + i14 = i75 + 8 | 0; while (1) { - if (i9 >>> 0 >= i16 >>> 0) break L1; + if (i9 >>> 0 >= i15 >>> 0) break L1; i71 = HEAP32[i74 >> 2] | 0; i67 = i71 + (i9 * 24 | 0) + 12 | 0; i66 = HEAP8[i67 >> 0] | 0; @@ -7587,38 +7644,38 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i39, i3 ? i67 + 1 | 0 : HEAP32[i71 + (i9 * 24 | 0) + 20 >> 2] | 0, i66 >>> 0 < 2 ? i66 : 2); i66 = HEAP8[i39 >> 0] | 0; i71 = (i66 & 1) == 0; - i66 = i71 ? (i66 & 255) >>> 1 : HEAP32[i13 >> 2] | 0; + i66 = i71 ? (i66 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; i67 = i66 >>> 0 > 2; - i71 = _memcmp(i71 ? i14 : HEAP32[i11 >> 2] | 0, 35837, i67 ? 2 : i66) | 0; + i71 = _memcmp(i71 ? i13 : HEAP32[i12 >> 2] | 0, 36995, 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, 35846) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 35848) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 37004) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 37006) | 0; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 35898) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 35848) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 37056) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 37006) | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 35901) | 0; - i6 = HEAP32[i15 >> 2] | 0; - i8 = i6 + -16 | 0; - i7 = HEAP32[i74 >> 2] | 0; - i10 = i7 + (i9 * 24 | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 37059) | 0; + i6 = HEAP32[i16 >> 2] | 0; + i7 = i6 + -16 | 0; + i8 = HEAP32[i74 >> 2] | 0; + i10 = i8 + (i9 * 24 | 0) | 0; i2 = i6 + -12 | 0; i3 = HEAP32[i2 >> 2] | 0; i71 = HEAP32[i6 + -8 >> 2] | 0; i4 = i71; if ((i3 | 0) == (i71 | 0)) { - i2 = HEAP32[i8 >> 2] | 0; + i2 = HEAP32[i7 >> 2] | 0; i71 = i3 - i2 | 0; i5 = (i71 | 0) / 24 | 0; i3 = i5 + 1 | 0; if ((i71 | 0) < -24) { - i1 = i8; + i1 = i7; break; } i2 = (i4 - i2 | 0) / 24 | 0; @@ -7627,15 +7684,15 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; } else i2 = 2147483647; __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i75, i2, i5, i6 + -4 | 0); - i71 = HEAP32[i12 >> 2] | 0; + i71 = HEAP32[i14 >> 2] | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71, i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71 + 12 | 0, i7 + (i9 * 24 | 0) + 12 | 0); - HEAP32[i12 >> 2] = i71 + 24; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i8, i75); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71 + 12 | 0, i8 + (i9 * 24 | 0) + 12 | 0); + HEAP32[i14 >> 2] = i71 + 24; + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i75); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i75); } else { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3, i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3 + 12 | 0, i7 + (i9 * 24 | 0) + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3 + 12 | 0, i8 + (i9 * 24 | 0) + 12 | 0); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } i9 = i9 + 1 | 0; @@ -7689,17 +7746,17 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i18, i75); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i75); } - i9 = i75 + 8 | 0; + i7 = i75 + 8 | 0; i11 = i12; while (1) { if (i11 >>> 0 >= i13 >>> 0) break; - i7 = HEAP32[i17 >> 2] | 0; - i2 = i7 + -16 | 0; - i8 = HEAP32[i74 >> 2] | 0; - i10 = i8 + (i11 * 24 | 0) | 0; - i3 = i7 + -12 | 0; + i8 = HEAP32[i17 >> 2] | 0; + i2 = i8 + -16 | 0; + i9 = HEAP32[i74 >> 2] | 0; + i10 = i9 + (i11 * 24 | 0) | 0; + i3 = i8 + -12 | 0; i4 = HEAP32[i3 >> 2] | 0; - i73 = HEAP32[i7 + -8 >> 2] | 0; + i73 = HEAP32[i8 + -8 >> 2] | 0; i5 = i73; if ((i4 | 0) == (i73 | 0)) { i3 = HEAP32[i2 >> 2] | 0; @@ -7715,16 +7772,16 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i3 = i3 << 1; i3 = i3 >>> 0 < i4 >>> 0 ? i4 : i3; } else i3 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i75, i3, i6, i7 + -4 | 0); - i73 = HEAP32[i9 >> 2] | 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i75, i3, i6, i8 + -4 | 0); + i73 = HEAP32[i7 >> 2] | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i73, i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i73 + 12 | 0, i8 + (i11 * 24 | 0) + 12 | 0); - HEAP32[i9 >> 2] = i73 + 24; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i73 + 12 | 0, i9 + (i11 * 24 | 0) + 12 | 0); + HEAP32[i7 >> 2] = i73 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i2, i75); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i75); } else { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i4, i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i4 + 12 | 0, i8 + (i11 * 24 | 0) + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i4 + 12 | 0, i9 + (i11 * 24 | 0) + 12 | 0); HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 24; } i11 = i11 + 1 | 0; @@ -7735,34 +7792,34 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if ((i6 | 0) == (i1 | 0)) break L1; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i71, (HEAP32[i15 >> 2] | 0) + -24 | 0); i1 = HEAP32[i15 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i73 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i73 = i3 + -24 | 0; HEAP32[i15 >> 2] = i73; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i73); - i2 = HEAP32[i15 >> 2] | 0; + i3 = HEAP32[i15 >> 2] | 0; } i73 = HEAP8[i71 >> 0] | 0; i4 = (i73 & 1) == 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i1 + -48 | 0, i4 ? i71 + 1 | 0 : HEAP32[i71 + 8 >> 2] | 0, i4 ? (i73 & 255) >>> 1 : HEAP32[i71 + 4 >> 2] | 0) | 0; i1 = (HEAP32[i15 >> 2] | 0) + -24 | 0; HEAP32[i41 >> 2] = HEAP32[i14 >> 2]; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i44, i1, i41); + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i43, i1, i41); i1 = HEAP32[i17 >> 2] | 0; i73 = HEAP32[i16 >> 2] | 0; i4 = i73; if (i1 >>> 0 < i73 >>> 0) { - HEAP32[i1 + 12 >> 2] = HEAP32[i44 + 12 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i44 >> 2]; - i75 = i44 + 4 | 0; + HEAP32[i1 + 12 >> 2] = HEAP32[i43 + 12 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i43 >> 2]; + i75 = i43 + 4 | 0; HEAP32[i1 + 4 >> 2] = HEAP32[i75 >> 2]; - i74 = i44 + 8 | 0; + i74 = i43 + 8 | 0; HEAP32[i1 + 8 >> 2] = HEAP32[i74 >> 2]; HEAP32[i74 >> 2] = 0; HEAP32[i75 >> 2] = 0; - HEAP32[i44 >> 2] = 0; + HEAP32[i43 >> 2] = 0; HEAP32[i17 >> 2] = (HEAP32[i17 >> 2] | 0) + 16; } else { i2 = HEAP32[i18 >> 2] | 0; @@ -7778,20 +7835,20 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i75, i1, i5, i74 + 28 | 0); i74 = i75 + 8 | 0; i73 = HEAP32[i74 >> 2] | 0; - HEAP32[i73 + 12 >> 2] = HEAP32[i44 + 12 >> 2]; - HEAP32[i73 >> 2] = HEAP32[i44 >> 2]; - i72 = i44 + 4 | 0; + HEAP32[i73 + 12 >> 2] = HEAP32[i43 + 12 >> 2]; + HEAP32[i73 >> 2] = HEAP32[i43 >> 2]; + i72 = i43 + 4 | 0; HEAP32[i73 + 4 >> 2] = HEAP32[i72 >> 2]; - i70 = i44 + 8 | 0; + i70 = i43 + 8 | 0; HEAP32[i73 + 8 >> 2] = HEAP32[i70 >> 2]; HEAP32[i70 >> 2] = 0; HEAP32[i72 >> 2] = 0; - HEAP32[i44 >> 2] = 0; + HEAP32[i43 >> 2] = 0; HEAP32[i74 >> 2] = i73 + 16; __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i18, i75); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i75); } - __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i44); + __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i43); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i71); i1 = i6; break L1; @@ -7821,14 +7878,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i71, i2 + -24 | 0); i2 = HEAP32[i7 >> 2] | 0; - i4 = i2 + -24 | 0; - i3 = i2; + i3 = i2 + -24 | 0; + i4 = i2; while (1) { - if ((i3 | 0) == (i4 | 0)) break; - i73 = i3 + -24 | 0; + if ((i4 | 0) == (i3 | 0)) break; + i73 = i4 + -24 | 0; HEAP32[i7 >> 2] = i73; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i73); - i3 = HEAP32[i7 >> 2] | 0; + i4 = HEAP32[i7 >> 2] | 0; } i73 = i2 + -48 | 0; i70 = HEAP8[i73 >> 0] | 0; @@ -7839,46 +7896,46 @@ 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, 37125, i72 ? 9 : i70) | 0; + i73 = _memcmp(i73 ? i13 + 1 | 0 : HEAP32[i13 + 8 >> 2] | 0, 38283, 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); - i2 = HEAP32[i7 >> 2] | 0; - i3 = i2 + -24 | 0; + i3 = HEAP32[i7 >> 2] | 0; + i2 = i3 + -24 | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i73 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i73 = i3 + -24 | 0; HEAP32[i7 >> 2] = i73; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i73); - i2 = HEAP32[i7 >> 2] | 0; + i3 = HEAP32[i7 >> 2] | 0; } i73 = HEAP8[i59 >> 0] | 0; i72 = (i73 & 1) == 0; i2 = i59 + 8 | 0; - i4 = i59 + 1 | 0; - i70 = i72 ? i4 : HEAP32[i2 >> 2] | 0; - i3 = i59 + 4 | 0; - i73 = __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT_(i70 + 9 | 0, i70 + (i72 ? (i73 & 255) >>> 1 : HEAP32[i3 >> 2] | 0) | 0, i74) | 0; - if ((i73 | 0) == (((HEAP8[i59 >> 0] & 1) == 0 ? i4 : HEAP32[i2 >> 2] | 0) + 9 | 0)) { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i33, i71, 36937); + i3 = i59 + 1 | 0; + i70 = i72 ? i3 : HEAP32[i2 >> 2] | 0; + 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, 38095); i73 = HEAP8[i59 >> 0] | 0; i72 = (i73 & 1) == 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i33, i72 ? i4 : HEAP32[i2 >> 2] | 0, i72 ? (i73 & 255) >>> 1 : HEAP32[i3 >> 2] | 0) | 0; - HEAP32[i30 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i30 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i30 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 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; + HEAP32[i32 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i32 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i32 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i32, i30); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i31, i32); i2 = HEAP32[i7 >> 2] | 0; i73 = HEAP32[i74 + 8 >> 2] | 0; i3 = i73; if (i2 >>> 0 < i73 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i32); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i31); HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 24; } else { i4 = HEAP32[i74 >> 2] | 0; @@ -7894,69 +7951,69 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i75, i2, i6, i74 + 12 | 0); i73 = i75 + 8 | 0; i72 = HEAP32[i73 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i72, i32); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i72, i31); HEAP32[i73 >> 2] = i72 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i74, i75); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i75); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i32); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i30); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i31); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i32); __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, 36478); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i27, i71, 37636); __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i28, (HEAP32[i7 >> 2] | 0) + -24 | 0); - i3 = HEAP8[i28 >> 0] | 0; - i2 = (i3 & 1) == 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i27, i2 ? i28 + 1 | 0 : HEAP32[i28 + 8 >> 2] | 0, i2 ? (i3 & 255) >>> 1 : HEAP32[i28 + 4 >> 2] | 0) | 0; - HEAP32[i26 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i26 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i26 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = HEAP8[i28 >> 0] | 0; + i3 = (i2 & 1) == 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i27, i3 ? i28 + 1 | 0 : HEAP32[i28 + 8 >> 2] | 0, i3 ? (i2 & 255) >>> 1 : HEAP32[i28 + 4 >> 2] | 0) | 0; + HEAP32[i26 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i26 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i26 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i26, 35893) | 0; - HEAP32[i24 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i24 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i24 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i26, 37051) | 0; + HEAP32[i25 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i25 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i25 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i25, i24); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i4, i25); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i25); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i24); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i24, i25); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i4, i24); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i24); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i25); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i26); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i28); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i27); } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i59); } else { - i3 = (HEAP32[i7 >> 2] | 0) + -24 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i17, i71, 36937); + i2 = (HEAP32[i7 >> 2] | 0) + -24 | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i17, i71, 38095); __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i18, (HEAP32[i7 >> 2] | 0) + -24 | 0); - i4 = HEAP8[i18 >> 0] | 0; - i2 = (i4 & 1) == 0; - i4 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i17, i2 ? i18 + 1 | 0 : HEAP32[i18 + 8 >> 2] | 0, i2 ? (i4 & 255) >>> 1 : HEAP32[i18 + 4 >> 2] | 0) | 0; - HEAP32[i15 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i15 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; - HEAP32[i15 + 8 >> 2] = HEAP32[i4 + 8 >> 2]; - i2 = 0; + i3 = HEAP8[i18 >> 0] | 0; + i4 = (i3 & 1) == 0; + i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i17, i4 ? i18 + 1 | 0 : HEAP32[i18 + 8 >> 2] | 0, i4 ? (i3 & 255) >>> 1 : HEAP32[i18 + 4 >> 2] | 0) | 0; + HEAP32[i16 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i16 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i16 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i4 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i4 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i3 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i16, i15); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i16); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i15); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i15, i16); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i2, i15); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i16); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i18); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i17); } @@ -8084,14 +8141,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if (((i2 - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) break L1; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i71, i2 + -24 | 0); i1 = HEAP32[i4 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i73 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i73 = i3 + -24 | 0; HEAP32[i4 >> 2] = i73; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i73); - i2 = HEAP32[i4 >> 2] | 0; + i3 = HEAP32[i4 >> 2] | 0; } i5 = HEAP8[i71 >> 0] | 0; i2 = (i5 & 1) == 0; @@ -8155,30 +8212,30 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, switch (i1 << 24 >> 24 | 0) { case 112: { - i13 = i74 + 4 | 0; - i9 = ((HEAP32[i13 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i12 = i74 + 4 | 0; + i9 = ((HEAP32[i12 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; i71 = i73 + 2 | 0; i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i71, i72, i74) | 0; - i13 = ((HEAP32[i13 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i12 = ((HEAP32[i12 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; if ((i1 | 0) == (i71 | 0)) break L69; - i8 = i74 + 16 | 0; - i7 = HEAP32[i74 + 12 >> 2] | 0; - i12 = i74 + 20 | 0; - i2 = HEAP32[i12 >> 2] | 0; + i7 = i74 + 16 | 0; + i8 = HEAP32[i74 + 12 >> 2] | 0; + i13 = i74 + 20 | 0; + i2 = HEAP32[i13 >> 2] | 0; i71 = HEAP32[i74 + 24 >> 2] | 0; i3 = i71; if (i2 >>> 0 < i71 >>> 0) { HEAP32[i2 >> 2] = 0; HEAP32[i2 + 4 >> 2] = 0; HEAP32[i2 + 8 >> 2] = 0; - HEAP32[i2 + 12 >> 2] = i7; - HEAP32[i12 >> 2] = (HEAP32[i12 >> 2] | 0) + 16; + HEAP32[i2 + 12 >> 2] = i8; + HEAP32[i13 >> 2] = (HEAP32[i13 >> 2] | 0) + 16; } else { - i4 = HEAP32[i8 >> 2] | 0; + i4 = HEAP32[i7 >> 2] | 0; i71 = i2 - i4 | 0; i6 = i71 >> 4; i5 = i6 + 1 | 0; - if ((i71 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); + if ((i71 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); i2 = i3 - i4 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; @@ -8190,29 +8247,29 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i67 >> 2] = 0; HEAP32[i67 + 4 >> 2] = 0; HEAP32[i67 + 8 >> 2] = 0; - HEAP32[i67 + 12 >> 2] = i7; + HEAP32[i67 + 12 >> 2] = i8; HEAP32[i71 >> 2] = i67 + 16; - __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i8, i75); + __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i7, i75); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i75); } i11 = i75 + 8 | 0; while (1) { - if (i9 >>> 0 >= i13 >>> 0) break L1; - i6 = HEAP32[i12 >> 2] | 0; - i8 = i6 + -16 | 0; - i7 = HEAP32[i74 >> 2] | 0; - i10 = i7 + (i9 * 24 | 0) | 0; + if (i9 >>> 0 >= i12 >>> 0) break L1; + i6 = HEAP32[i13 >> 2] | 0; + i7 = i6 + -16 | 0; + i8 = HEAP32[i74 >> 2] | 0; + i10 = i8 + (i9 * 24 | 0) | 0; i2 = i6 + -12 | 0; i3 = HEAP32[i2 >> 2] | 0; i71 = HEAP32[i6 + -8 >> 2] | 0; i4 = i71; if ((i3 | 0) == (i71 | 0)) { - i2 = HEAP32[i8 >> 2] | 0; + i2 = HEAP32[i7 >> 2] | 0; i71 = i3 - i2 | 0; i5 = (i71 | 0) / 24 | 0; i3 = i5 + 1 | 0; if ((i71 | 0) < -24) { - i1 = i8; + i1 = i7; break; } i2 = (i4 - i2 | 0) / 24 | 0; @@ -8223,13 +8280,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i75, i2, i5, i6 + -4 | 0); i71 = HEAP32[i11 >> 2] | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71, i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71 + 12 | 0, i7 + (i9 * 24 | 0) + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71 + 12 | 0, i8 + (i9 * 24 | 0) + 12 | 0); HEAP32[i11 >> 2] = i71 + 24; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i8, i75); + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i75); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i75); } else { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3, i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3 + 12 | 0, i7 + (i9 * 24 | 0) + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3 + 12 | 0, i8 + (i9 * 24 | 0) + 12 | 0); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } i9 = i9 + 1 | 0; @@ -8329,25 +8386,25 @@ 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); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i50, 0, 37156) | 0; - HEAP32[i59 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i59 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i59 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i50, 0, 38314) | 0; + HEAP32[i59 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i59 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i59 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i59, 35844) | 0; - HEAP32[i71 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i71 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i71 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i59, 37002) | 0; + HEAP32[i71 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i71 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i71 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } i67 = HEAP8[i71 >> 0] | 0; i66 = (i67 & 1) == 0; @@ -8359,25 +8416,25 @@ 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); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i56, 0, 37165) | 0; - HEAP32[i66 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i66 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i66 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i56, 0, 38323) | 0; + HEAP32[i66 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i66 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i66 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i66, 35844) | 0; - HEAP32[i63 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i63 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i63 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i66, 37002) | 0; + HEAP32[i63 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i63 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i63 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i53, i63); i2 = i74 + 4 | 0; @@ -8427,18 +8484,18 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP8[i75 + 1 >> 0] = 0; HEAP8[i75 >> 0] = 0; } else { - i6 = i75 + 8 | 0; - i2 = HEAP32[i6 >> 2] | 0; + i5 = i75 + 8 | 0; + i2 = HEAP32[i5 >> 2] | 0; HEAP8[i2 >> 0] = 0; - i7 = i75 + 4 | 0; - HEAP32[i7 >> 2] = 0; - i5 = HEAP32[i75 >> 2] | 0; - i8 = (i5 & -2) + -1 | 0; - i3 = i5 & 255; + i6 = i75 + 4 | 0; + HEAP32[i6 >> 2] = 0; + i7 = HEAP32[i75 >> 2] | 0; + i8 = (i7 & -2) + -1 | 0; + i3 = i7 & 255; do if (!(i3 & 1)) { - i1 = i5 >>> 1 & 127; + i1 = i7 >>> 1 & 127; if ((i3 & 255) < 22) { - _memcpy(i75 + 1 | 0, i2 | 0, (i5 >>> 1 & 127) + 1 | 0) | 0; + _memcpy(i75 + 1 | 0, i2 | 0, (i7 >>> 1 & 127) + 1 | 0) | 0; _free(i2); break; } @@ -8447,10 +8504,10 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if ((i4 | 0) == (i8 | 0)) break L811; i3 = _malloc(i2) | 0; if (i4 >>> 0 <= i8 >>> 0 & (i3 | 0) == 0) break L811; - _memcpy(i3 | 0, i75 + 1 | 0, (i5 >>> 1 & 127) + 1 | 0) | 0; + _memcpy(i3 | 0, i75 + 1 | 0, (i7 >>> 1 & 127) + 1 | 0) | 0; HEAP32[i75 >> 2] = i2 | 1; - HEAP32[i7 >> 2] = i1; - HEAP32[i6 >> 2] = i3; + HEAP32[i6 >> 2] = i1; + HEAP32[i5 >> 2] = i3; break L811; } else { HEAP8[i75 + 1 >> 0] = 0; @@ -8469,18 +8526,18 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i1 = i1 + 1 | 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i62); - i1 = HEAP32[i9 >> 2] | 0; - i2 = i1 + -24 | 0; + i2 = HEAP32[i9 >> 2] | 0; + i1 = i2 + -24 | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) { + if ((i2 | 0) == (i1 | 0)) { i1 = i29; i67 = 622; break L807; } - i71 = i1 + -24 | 0; + i71 = i2 + -24 | 0; HEAP32[i9 >> 2] = i71; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i71); - i1 = HEAP32[i9 >> 2] | 0; + i2 = HEAP32[i9 >> 2] | 0; } } } else { @@ -8488,24 +8545,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i67 = 622; } while (0); do if ((i67 | 0) == 622) { - if ((((i1 | 0) != (i72 | 0) ? (HEAP8[i1 >> 0] | 0) == 95 : 0) ? (i31 = i1 + 1 | 0, (i31 | 0) != (i72 | 0)) : 0) ? (i35 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i31, i72, i74) | 0, (i35 | 0) != (i31 | 0)) : 0) { + if ((((i1 | 0) != (i72 | 0) ? (HEAP8[i1 >> 0] | 0) == 95 : 0) ? (i30 = i1 + 1 | 0, (i30 | 0) != (i72 | 0)) : 0) ? (i35 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i30, i72, i74) | 0, (i35 | 0) != (i30 | 0)) : 0) { i1 = HEAP32[i74 + 4 >> 2] | 0; if ((HEAP32[i74 >> 2] | 0) == (i1 | 0)) break; - i3 = i1 + -24 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i65, 37156, i75); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 35844) | 0; + i1 = i1 + -24 | 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i65, 38314, i75); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 37002) | 0; HEAP32[i64 >> 2] = HEAP32[i2 >> 2]; HEAP32[i64 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i64 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i3 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i1 = HEAP8[i64 >> 0] | 0; - i71 = (i1 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i3, i71 ? i64 + 1 | 0 : HEAP32[i64 + 8 >> 2] | 0, i71 ? (i1 & 255) >>> 1 : HEAP32[i64 + 4 >> 2] | 0) | 0; + i71 = HEAP8[i64 >> 0] | 0; + i67 = (i71 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i1, i67 ? i64 + 1 | 0 : HEAP32[i64 + 8 >> 2] | 0, i67 ? (i71 & 255) >>> 1 : HEAP32[i64 + 4 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i65); i1 = i35; @@ -8636,198 +8693,198 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, STACKTOP = i76; return i1 | 0; } -function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) { - i136 = i136 | 0; - i123 = i123 | 0; - i134 = i134 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i69 = 0, i70 = 0, i71 = 0, i72 = 0, i73 = 0, i74 = 0, i75 = 0, i76 = 0, i77 = 0, i78 = 0, i79 = 0, i80 = 0, i81 = 0, i82 = 0, i83 = 0, i84 = 0, i85 = 0, i86 = 0, i87 = 0, i88 = 0, i89 = 0, i90 = 0, i91 = 0, i92 = 0, i93 = 0, i94 = 0, i95 = 0, i96 = 0, i97 = 0, i98 = 0, i99 = 0, i100 = 0, i101 = 0, i102 = 0, i103 = 0, i104 = 0, i105 = 0, i106 = 0, i107 = 0, i108 = 0, i109 = 0, i110 = 0, i111 = 0, i112 = 0, i113 = 0, i114 = 0, i115 = 0, i116 = 0, i117 = 0, i118 = 0, i119 = 0, i120 = 0, i121 = 0, i122 = 0, i124 = 0, i125 = 0, i126 = 0, i127 = 0, i128 = 0, i129 = 0, i130 = 0, i131 = 0, i132 = 0, i133 = 0, i135 = 0, i137 = 0, i138 = 0, i139 = 0, i140 = 0; +function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) { + i1 = i1 | 0; + i126 = i126 | 0; + i135 = i135 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i69 = 0, i70 = 0, i71 = 0, i72 = 0, i73 = 0, i74 = 0, i75 = 0, i76 = 0, i77 = 0, i78 = 0, i79 = 0, i80 = 0, i81 = 0, i82 = 0, i83 = 0, i84 = 0, i85 = 0, i86 = 0, i87 = 0, i88 = 0, i89 = 0, i90 = 0, i91 = 0, i92 = 0, i93 = 0, i94 = 0, i95 = 0, i96 = 0, i97 = 0, i98 = 0, i99 = 0, i100 = 0, i101 = 0, i102 = 0, i103 = 0, i104 = 0, i105 = 0, i106 = 0, i107 = 0, i108 = 0, i109 = 0, i110 = 0, i111 = 0, i112 = 0, i113 = 0, i114 = 0, i115 = 0, i116 = 0, i117 = 0, i118 = 0, i119 = 0, i120 = 0, i121 = 0, i122 = 0, i123 = 0, i124 = 0, i125 = 0, i127 = 0, i128 = 0, i129 = 0, i130 = 0, i131 = 0, i132 = 0, i133 = 0, i134 = 0, i136 = 0, i137 = 0, i138 = 0, i139 = 0, i140 = 0; i140 = STACKTOP; STACKTOP = STACKTOP + 1104 | 0; i138 = i140 + 1072 | 0; i139 = i140 + 1048 | 0; i137 = i140 + 1032 | 0; - i135 = i140 + 1020 | 0; - i132 = i140 + 1008 | 0; - i131 = i140 + 984 | 0; - i133 = i140 + 972 | 0; + i136 = i140 + 1020 | 0; + i133 = i140 + 1008 | 0; + i132 = i140 + 984 | 0; + i134 = i140 + 972 | 0; i124 = i140 + 596 | 0; i125 = i140 + 572 | 0; - i126 = i140 + 548 | 0; + i128 = i140 + 548 | 0; i127 = i140 + 524 | 0; i130 = i140 + 488 | 0; - i129 = i140 + 460 | 0; - i24 = i140 + 960 | 0; - i33 = i140 + 948 | 0; - i37 = i140 + 936 | 0; - i43 = i140 + 924 | 0; - i50 = i140 + 912 | 0; - i55 = i140 + 900 | 0; - i60 = i140 + 888 | 0; - i114 = i140 + 876 | 0; - i115 = i140 + 864 | 0; - i116 = i140 + 852 | 0; - i117 = i140 + 840 | 0; - i25 = i140 + 828 | 0; - i118 = i140 + 816 | 0; - i119 = i140 + 804 | 0; - i120 = i140 + 792 | 0; - i121 = i140 + 780 | 0; - i26 = i140 + 768 | 0; - i27 = i140 + 756 | 0; - i28 = i140 + 744 | 0; - i29 = i140 + 732 | 0; - i30 = i140 + 720 | 0; - i31 = i140 + 708 | 0; - i32 = i140 + 696 | 0; - i99 = i140 + 672 | 0; - i98 = i140 + 656 | 0; + i131 = i140 + 460 | 0; + i2 = i140 + 960 | 0; + i6 = i140 + 948 | 0; + i9 = i140 + 936 | 0; + i13 = i140 + 924 | 0; + i16 = i140 + 912 | 0; + i18 = i140 + 900 | 0; + i19 = i140 + 888 | 0; + i115 = i140 + 876 | 0; + i116 = i140 + 864 | 0; + i117 = i140 + 852 | 0; + i118 = i140 + 840 | 0; + i20 = i140 + 828 | 0; + i119 = i140 + 816 | 0; + i120 = i140 + 804 | 0; + i121 = i140 + 792 | 0; + i122 = i140 + 780 | 0; + i23 = i140 + 768 | 0; + i24 = i140 + 756 | 0; + i25 = i140 + 744 | 0; + i27 = i140 + 732 | 0; + i28 = i140 + 720 | 0; + i29 = i140 + 708 | 0; + i30 = i140 + 696 | 0; + i98 = i140 + 672 | 0; + i99 = i140 + 656 | 0; i100 = i140 + 644 | 0; i101 = i140 + 632 | 0; i102 = i140 + 620 | 0; - i34 = i140 + 608 | 0; - i35 = i140 + 584 | 0; - i36 = i140 + 560 | 0; - i38 = i140 + 536 | 0; - i39 = i140 + 512 | 0; - i40 = i140 + 472 | 0; - i41 = i140 + 448 | 0; - i42 = i140 + 436 | 0; - i64 = i140 + 424 | 0; - i86 = i140 + 400 | 0; + i31 = i140 + 608 | 0; + i32 = i140 + 584 | 0; + i33 = i140 + 560 | 0; + i34 = i140 + 536 | 0; + i35 = i140 + 512 | 0; + i36 = i140 + 472 | 0; + i37 = i140 + 448 | 0; + i38 = i140 + 436 | 0; + i63 = i140 + 424 | 0; + i82 = i140 + 400 | 0; i83 = i140 + 384 | 0; - i87 = i140 + 372 | 0; - i88 = i140 + 360 | 0; - i44 = i140 + 348 | 0; - i45 = i140 + 336 | 0; - i46 = i140 + 324 | 0; - i47 = i140 + 312 | 0; - i48 = i140 + 300 | 0; - i49 = i140 + 288 | 0; - i51 = i140 + 276 | 0; - i52 = i140 + 264 | 0; - i53 = i140 + 252 | 0; - i65 = i140 + 240 | 0; - i89 = i140 + 216 | 0; - i84 = i140 + 204 | 0; - i90 = i140 + 192 | 0; - i91 = i140 + 180 | 0; - i54 = i140 + 168 | 0; + i84 = i140 + 372 | 0; + i85 = i140 + 360 | 0; + i39 = i140 + 348 | 0; + i40 = i140 + 336 | 0; + i41 = i140 + 324 | 0; + i42 = i140 + 312 | 0; + i43 = i140 + 300 | 0; + i44 = i140 + 288 | 0; + i45 = i140 + 276 | 0; + i48 = i140 + 264 | 0; + i49 = i140 + 252 | 0; + i64 = i140 + 240 | 0; + i86 = i140 + 216 | 0; + i87 = i140 + 204 | 0; + i88 = i140 + 192 | 0; + i89 = i140 + 180 | 0; + i50 = i140 + 168 | 0; i108 = i140 + 144 | 0; - i107 = i140 + 132 | 0; - i109 = i140 + 120 | 0; - i110 = i140 + 108 | 0; - i111 = i140 + 96 | 0; - i112 = i140 + 84 | 0; - i113 = i140 + 72 | 0; - i56 = i140 + 60 | 0; - i57 = i140 + 48 | 0; - i58 = i140 + 36 | 0; - i59 = i140 + 24 | 0; - i92 = i140; - i103 = i123; - i61 = i103 - i136 | 0; - L1 : do if ((i61 | 0) > 1) { - i23 = (i61 | 0) > 3; - if (i23 ? (HEAP8[i136 >> 0] | 0) == 103 : 0) { - i62 = (HEAP8[i136 + 1 >> 0] | 0) == 115; - i85 = i62; - i62 = i62 ? i136 + 2 | 0 : i136; + i109 = i140 + 132 | 0; + i110 = i140 + 120 | 0; + i111 = i140 + 108 | 0; + i112 = i140 + 96 | 0; + i113 = i140 + 84 | 0; + i114 = i140 + 72 | 0; + i53 = i140 + 60 | 0; + i55 = i140 + 48 | 0; + i57 = i140 + 36 | 0; + i58 = i140 + 24 | 0; + i90 = i140; + i103 = i126; + i59 = i103 - i1 | 0; + L1 : do if ((i59 | 0) > 1) { + i60 = (i59 | 0) > 3; + if (i60 ? (HEAP8[i1 >> 0] | 0) == 103 : 0) { + i61 = (HEAP8[i1 + 1 >> 0] | 0) == 115; + i91 = i61; + i61 = i61 ? i1 + 2 | 0 : i1; } else { - i85 = 0; - i62 = i136; + i91 = 0; + i61 = i1; } - do switch (HEAP8[i62 >> 0] | 0) { + do switch (HEAP8[i61 >> 0] | 0) { case 76: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) | 0; break L1; } case 84: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) | 0; break L1; } case 102: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) | 0; break L1; } case 97: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 97: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i24, 35890, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i24, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i24); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, 37048, 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; break L1; } case 100: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i33, 35901, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i33, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 37059, 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; break L1; } case 110: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i37, 35901, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i37, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i37); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 37059, 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; break L1; } case 78: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i43, 35903, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i43, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i43); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i13, 37061, 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; break L1; } case 83: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i50, 35906, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i50, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i50); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i16, 37064, 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; break L1; } case 116: { - if (((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 97 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 116 : 0) ? (i135 = i136 + 2 | 0, i106 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i135, i123, i134) | 0, (i106 | 0) != (i135 | 0)) : 0) ? (i81 = HEAP32[i134 + 4 >> 2] | 0, (HEAP32[i134 >> 2] | 0) != (i81 | 0)) : 0) { - i10 = i81 + -24 | 0; + 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); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 35908) | 0; - HEAP32[i139 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i139 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i139 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 37066) | 0; + HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 35848) | 0; - HEAP32[i138 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i138 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i138 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 37006) | 0; + HEAP32[i138 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i138 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i138 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } do if (HEAP8[i10 >> 0] & 1) { - i9 = i81 + -16 | 0; + i9 = i79 + -16 | 0; HEAP8[HEAP32[i9 >> 2] >> 0] = 0; - i6 = i81 + -20 | 0; + i6 = i79 + -20 | 0; HEAP32[i6 >> 2] = 0; i1 = HEAP8[i10 >> 0] | 0; if (!(i1 & 1)) i5 = 10; else { @@ -8838,43 +8895,43 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = i2; i4 = 10; - i7 = 1; + i8 = 1; + i7 = i2; } else { - i8 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = 1; + i8 = 1; + i7 = i2; } } else { - i8 = 0; i4 = 10; + i8 = 0; i7 = 0; } if ((i4 | 0) != (i5 | 0)) { if ((i4 | 0) == 10) { i3 = i10 + 1 | 0; i2 = HEAP32[i9 >> 2] | 0; - if (i7) { + if (i8) { _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; _free(i2); } else { HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; _free(i2); } - HEAP8[i10 >> 0] = i8 << 1; + HEAP8[i10 >> 0] = i7 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { - if (i7) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + if (i8) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { i136 = HEAP32[i9 >> 2] | 0; HEAP8[i3 >> 0] = HEAP8[i136 >> 0] | 0; _free(i136); } HEAP32[i10 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i8; + HEAP32[i6 >> 2] = i7; HEAP32[i9 >> 2] = i3; } } @@ -8894,34 +8951,34 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - i1 = i106; - } else i1 = i136; + i1 = i105; + } break L1; } case 122: { - if (((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 97 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 122 : 0) ? (i135 = i136 + 2 | 0, i105 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i135, i123, i134) | 0, (i105 | 0) != (i135 | 0)) : 0) ? (i80 = HEAP32[i134 + 4 >> 2] | 0, (HEAP32[i134 >> 2] | 0) != (i80 | 0)) : 0) { + 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); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 35908) | 0; - HEAP32[i139 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i139 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i139 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 37066) | 0; + HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 35848) | 0; - HEAP32[i138 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i138 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i138 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 37006) | 0; + HEAP32[i138 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i138 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i138 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } do if (HEAP8[i10 >> 0] & 1) { i9 = i80 + -16 | 0; @@ -8937,13 +8994,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = i2; + i8 = 1; i4 = 10; - i7 = 1; + i7 = i2; } else { - i8 = i2; + i8 = 1; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = 1; + i7 = i2; } } else { i8 = 0; @@ -8954,26 +9011,26 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if ((i4 | 0) == 10) { i3 = i10 + 1 | 0; i2 = HEAP32[i9 >> 2] | 0; - if (i7) { + if (i8) { _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; _free(i2); } else { HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; _free(i2); } - HEAP8[i10 >> 0] = i8 << 1; + HEAP8[i10 >> 0] = i7 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { - if (i7) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + if (i8) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { i136 = HEAP32[i9 >> 2] | 0; HEAP8[i3 >> 0] = HEAP8[i136 >> 0] | 0; _free(i136); } HEAP32[i10 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i8; + HEAP32[i6 >> 2] = i7; HEAP32[i9 >> 2] = i3; } } @@ -8993,2443 +9050,2313 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - i1 = i105; - } else i1 = i136; + i1 = i106; + } break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 99: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 99: { - if ((((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 99 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 99 : 0) ? (i130 = i136 + 2 | 0, i22 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i130, i123, i134) | 0, (i22 | 0) != (i130 | 0)) : 0) ? (i96 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i22, i123, i134) | 0, (i96 | 0) != (i22 | 0)) : 0) ? (i73 = i134 + 4 | 0, i12 = HEAP32[i73 >> 2] | 0, ((i12 - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i12 + -24 | 0); - i1 = HEAP32[i73 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + if ((((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 99 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 99 : 0) ? (i131 = i1 + 2 | 0, i21 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i131, i126, i135) | 0, (i21 | 0) != (i131 | 0)) : 0) ? (i95 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i21, i126, i135) | 0, (i95 | 0) != (i21 | 0)) : 0) ? (i70 = i135 + 4 | 0, i22 = HEAP32[i70 >> 2] | 0, ((i22 - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i22 + -24 | 0); + i1 = HEAP32[i70 >> 2] | 0; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i136 = i2 + -24 | 0; - HEAP32[i73 >> 2] = i136; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i136); - i2 = HEAP32[i73 >> 2] | 0; + if ((i3 | 0) == (i2 | 0)) break; + i135 = i3 + -24 | 0; + HEAP32[i70 >> 2] = i135; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i135); + i3 = HEAP32[i70 >> 2] | 0; } i3 = i1 + -48 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i133, i3); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i133, 0, 35918) | 0; - HEAP32[i131 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i131 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i131 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i3); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 37076) | 0; + HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i131, 35930) | 0; - HEAP32[i132 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i132 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i132 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 37088) | 0; + HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = HEAP8[i138 >> 0] | 0; - i1 = (i2 & 1) == 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i132, i1 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i1 ? (i2 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; - HEAP32[i135 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i135 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i135 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = HEAP8[i138 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i133, i2 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; + HEAP32[i136 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i136 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i136 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i135, 35848) | 0; - HEAP32[i137 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i137 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i137 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 37006) | 0; + HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i139, i137); __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i139); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i136); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i134); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - i1 = i96; - } else i1 = i136; + i1 = i95; + } break L1; } case 108: { - L138 : do if ((((i23 ? (HEAP8[i136 >> 0] | 0) == 99 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 108 : 0) ? (i137 = i136 + 2 | 0, i2 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i137, i123, i134) | 0, !((i2 | 0) == (i137 | 0) | (i2 | 0) == (i123 | 0))) : 0) ? (i122 = i134 + 4 | 0, i14 = HEAP32[i122 >> 2] | 0, (HEAP32[i134 >> 2] | 0) != (i14 | 0)) : 0) { - i137 = i14 + -12 | 0; - i3 = HEAP8[i137 >> 0] | 0; - i1 = (i3 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i14 + -24 | 0, i1 ? i137 + 1 | 0 : HEAP32[i14 + -4 >> 2] | 0, i1 ? (i3 & 255) >>> 1 : HEAP32[i14 + -8 >> 2] | 0) | 0; - i3 = HEAP32[i122 >> 2] | 0; - i1 = 0; + L138 : do if ((((i60 ? (HEAP8[i1 >> 0] | 0) == 99 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 108 : 0) ? (i137 = i1 + 2 | 0, i3 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i137, i126, i135) | 0, !((i3 | 0) == (i137 | 0) | (i3 | 0) == (i126 | 0))) : 0) ? (i123 = i135 + 4 | 0, i26 = HEAP32[i123 >> 2] | 0, (HEAP32[i135 >> 2] | 0) != (i26 | 0)) : 0) { + i137 = i26 + -12 | 0; + i4 = HEAP8[i137 >> 0] | 0; + i2 = (i4 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i26 + -24 | 0, i2 ? i137 + 1 | 0 : HEAP32[i26 + -4 >> 2] | 0, i2 ? (i4 & 255) >>> 1 : HEAP32[i26 + -8 >> 2] | 0) | 0; + i4 = HEAP32[i123 >> 2] | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i138 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i138 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i11 = i3 + -12 | 0; - do if (HEAP8[i11 >> 0] & 1) { - i10 = i3 + -4 | 0; - HEAP8[HEAP32[i10 >> 2] >> 0] = 0; - i7 = i3 + -8 | 0; - HEAP32[i7 >> 2] = 0; - i1 = HEAP8[i11 >> 0] | 0; - if (!(i1 & 1)) i6 = 10; else { - i6 = HEAP32[i11 >> 2] | 0; - i1 = i6 & 255; - i6 = (i6 & -2) + -1 | 0; + i12 = i4 + -12 | 0; + do if (HEAP8[i12 >> 0] & 1) { + i11 = i4 + -4 | 0; + HEAP8[HEAP32[i11 >> 2] >> 0] = 0; + i8 = i4 + -8 | 0; + HEAP32[i8 >> 2] = 0; + i2 = HEAP8[i12 >> 0] | 0; + if (!(i2 & 1)) i7 = 10; else { + i7 = HEAP32[i12 >> 2] | 0; + i2 = i7 & 255; + i7 = (i7 & -2) + -1 | 0; } - if (!(i1 & 1)) { - i3 = (i1 & 255) >>> 1; - if ((i1 & 255) < 22) { - i9 = i3; - i5 = 10; - i8 = 1; + if (!(i2 & 1)) { + i4 = (i2 & 255) >>> 1; + if ((i2 & 255) < 22) { + i10 = 1; + i6 = 10; + i9 = i4; } else { - i9 = i3; - i5 = (i3 + 16 & 240) + -1 | 0; - i8 = 1; + i10 = 1; + i6 = (i4 + 16 & 240) + -1 | 0; + i9 = i4; } } else { + i10 = 0; + i6 = 10; i9 = 0; - i5 = 10; - i8 = 0; } - if ((i5 | 0) != (i6 | 0)) { - if ((i5 | 0) == 10) { - i4 = i11 + 1 | 0; - i3 = HEAP32[i10 >> 2] | 0; - if (i8) { - _memcpy(i4 | 0, i3 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; - _free(i3); + if ((i6 | 0) != (i7 | 0)) { + if ((i6 | 0) == 10) { + i5 = i12 + 1 | 0; + i4 = HEAP32[i11 >> 2] | 0; + if (i10) { + _memcpy(i5 | 0, i4 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; + _free(i4); } else { - HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; - _free(i3); + HEAP8[i5 >> 0] = HEAP8[i4 >> 0] | 0; + _free(i4); } - HEAP8[i11 >> 0] = i9 << 1; + HEAP8[i12 >> 0] = i9 << 1; break; } - i3 = i5 + 1 | 0; - i4 = _malloc(i3) | 0; - if (!(i5 >>> 0 <= i6 >>> 0 & (i4 | 0) == 0)) { - if (i8) _memcpy(i4 | 0, i11 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { - i137 = HEAP32[i10 >> 2] | 0; - HEAP8[i4 >> 0] = HEAP8[i137 >> 0] | 0; + i4 = i6 + 1 | 0; + i5 = _malloc(i4) | 0; + if (!(i6 >>> 0 <= i7 >>> 0 & (i5 | 0) == 0)) { + if (i10) _memcpy(i5 | 0, i12 + 1 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; else { + i137 = HEAP32[i11 >> 2] | 0; + HEAP8[i5 >> 0] = HEAP8[i137 >> 0] | 0; _free(i137); } - HEAP32[i11 >> 2] = i3 | 1; - HEAP32[i7 >> 2] = i9; - HEAP32[i10 >> 2] = i4; + HEAP32[i12 >> 2] = i4 | 1; + HEAP32[i8 >> 2] = i9; + HEAP32[i11 >> 2] = i5; } } } else { - HEAP8[i11 + 1 >> 0] = 0; - HEAP8[i11 >> 0] = 0; + HEAP8[i12 + 1 >> 0] = 0; + HEAP8[i12 >> 0] = 0; } while (0); - HEAP32[i11 >> 2] = HEAP32[i138 >> 2]; - HEAP32[i11 + 4 >> 2] = HEAP32[i138 + 4 >> 2]; - HEAP32[i11 + 8 >> 2] = HEAP32[i138 + 8 >> 2]; - i1 = 0; + HEAP32[i12 >> 2] = HEAP32[i138 >> 2]; + HEAP32[i12 + 4 >> 2] = HEAP32[i138 + 4 >> 2]; + HEAP32[i12 + 8 >> 2] = HEAP32[i138 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i138 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i138 + (i2 << 2) >> 2] = 0; + 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[i122 >> 2] | 0) + -24 | 0, 35846) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i123 >> 2] | 0) + -24 | 0, 37004) | 0; i7 = i139 + 4 | 0; - i6 = i139 + 8 | 0; - i8 = i139 + 1 | 0; + i8 = i139 + 8 | 0; + i9 = i139 + 1 | 0; while (1) { - if ((HEAP8[i2 >> 0] | 0) == 69) break; - i5 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i123, i134) | 0; - if ((i5 | 0) == (i2 | 0) | (i5 | 0) == (i123 | 0)) { - i1 = i136; - break L138; - } - i1 = HEAP32[i122 >> 2] | 0; - if ((HEAP32[i134 >> 2] | 0) == (i1 | 0)) { - i1 = i136; - break L138; - } - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i139, i1 + -24 | 0); - i3 = HEAP32[i122 >> 2] | 0; - i4 = i3 + -24 | 0; - i1 = i3; + if ((HEAP8[i3 >> 0] | 0) == 69) break; + i6 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i3, i126, i135) | 0; + if ((i6 | 0) == (i3 | 0) | (i6 | 0) == (i126 | 0)) break L138; + i2 = HEAP32[i123 >> 2] | 0; + if ((HEAP32[i135 >> 2] | 0) == (i2 | 0)) break L138; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i139, i2 + -24 | 0); + i4 = HEAP32[i123 >> 2] | 0; + i5 = i4 + -24 | 0; + i2 = i4; while (1) { - if ((i1 | 0) == (i4 | 0)) break; - i138 = i1 + -24 | 0; - HEAP32[i122 >> 2] = i138; + if ((i2 | 0) == (i5 | 0)) break; + i138 = i2 + -24 | 0; + HEAP32[i123 >> 2] = i138; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i138); - i1 = HEAP32[i122 >> 2] | 0; + i2 = HEAP32[i123 >> 2] | 0; } - i1 = HEAP8[i139 >> 0] | 0; - i2 = (i1 & 1) == 0; - i1 = i2 ? (i1 & 255) >>> 1 : HEAP32[i7 >> 2] | 0; - if (i1 | 0) { - if ((HEAP32[i134 >> 2] | 0) == (i4 | 0)) { - i128 = 147; + i3 = HEAP8[i139 >> 0] | 0; + i2 = (i3 & 1) == 0; + i3 = i2 ? (i3 & 255) >>> 1 : HEAP32[i7 >> 2] | 0; + if (i3 | 0) { + if ((HEAP32[i135 >> 2] | 0) == (i5 | 0)) { + i129 = 147; break; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i3 + -48 | 0, i2 ? i8 : HEAP32[i6 >> 2] | 0, i1) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i4 + -48 | 0, i2 ? i9 : HEAP32[i8 >> 2] | 0, i3) | 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); - i2 = i5; + i3 = i6; } - if ((i128 | 0) == 147) { + if ((i129 | 0) == 147) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); - i1 = i136; break; } - i1 = HEAP32[i122 >> 2] | 0; - if ((HEAP32[i134 >> 2] | 0) != (i1 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i1 + -24 | 0, 35848) | 0; - i1 = i2 + 1 | 0; - } else i1 = i136; - } else i1 = i136; while (0); + 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, 37006) | 0; + i1 = i3 + 1 | 0; + } + } while (0); break L1; } case 109: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i55, 35933, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i55, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i55); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i18, 37091, 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; break L1; } case 111: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i60, 35935, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i60, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i60); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i19, 37093, 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; break L1; } case 118: { - L197 : do if ((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 99 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 118 : 0) ? (i129 = i134 + 63 | 0, i128 = HEAP8[i129 >> 0] | 0, HEAP8[i129 >> 0] = 0, i130 = i136 + 2 | 0, i63 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i130, i123, i134) | 0, HEAP8[i129 >> 0] = i128, !((i63 | 0) == (i130 | 0) | (i63 | 0) == (i123 | 0))) : 0) { - if ((HEAP8[i63 >> 0] | 0) != 95) { - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i63, i123, i134) | 0; - if ((i1 | 0) == (i63 | 0)) { - i1 = i136; - break; - } + L197 : do if ((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 99 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 118 : 0) ? (i130 = i135 + 63 | 0, i129 = HEAP8[i130 >> 0] | 0, HEAP8[i130 >> 0] = 0, i131 = i1 + 2 | 0, i62 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i131, i126, i135) | 0, HEAP8[i130 >> 0] = i129, !((i62 | 0) == (i131 | 0) | (i62 | 0) == (i126 | 0))) : 0) { + if ((HEAP8[i62 >> 0] | 0) != 95) { + i2 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i62, i126, i135) | 0; + if ((i2 | 0) == (i62 | 0)) break; } else { - i1 = i63 + 1 | 0; - if ((i1 | 0) == (i123 | 0)) { - i1 = i136; - break; - } - i2 = HEAP8[i1 >> 0] | 0; - L205 : do if (i2 << 24 >> 24 == 69) { - i5 = i134 + 4 | 0; - i3 = HEAP32[i5 >> 2] | 0; - i130 = HEAP32[i134 + 8 >> 2] | 0; - i4 = i130; - if (i3 >>> 0 < i130 >>> 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; - i2 = 0; + i2 = i62 + 1 | 0; + if ((i2 | 0) == (i126 | 0)) break; + i3 = HEAP8[i2 >> 0] | 0; + L205 : do if (i3 << 24 >> 24 == 69) { + i5 = i135 + 4 | 0; + i4 = HEAP32[i5 >> 2] | 0; + i131 = HEAP32[i135 + 8 >> 2] | 0; + i6 = i131; + if (i4 >>> 0 < i131 >>> 0) { + HEAP32[i4 >> 2] = 0; + HEAP32[i4 + 4 >> 2] = 0; + HEAP32[i4 + 8 >> 2] = 0; + HEAP32[i4 + 12 >> 2] = 0; + HEAP32[i4 + 16 >> 2] = 0; + HEAP32[i4 + 20 >> 2] = 0; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i4 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = i3 + 12 | 0; - i2 = 0; + i3 = i4 + 12 | 0; + i4 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i3 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 24; break; } - i2 = HEAP32[i134 >> 2] | 0; - i130 = i3 - i2 | 0; - i5 = (i130 | 0) / 24 | 0; - i3 = i5 + 1 | 0; - if ((i130 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i134); - i2 = (i4 - i2 | 0) / 24 | 0; - if (i2 >>> 0 < 1073741823) { - i2 = i2 << 1; - i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; - } else i2 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i138, i2, i5, i134 + 12 | 0); + i3 = HEAP32[i135 >> 2] | 0; + i131 = i4 - i3 | 0; + i5 = (i131 | 0) / 24 | 0; + i4 = i5 + 1 | 0; + if ((i131 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i135); + i3 = (i6 - i3 | 0) / 24 | 0; + if (i3 >>> 0 < 1073741823) { + i3 = i3 << 1; + i3 = i3 >>> 0 < i4 >>> 0 ? i4 : i3; + } else i3 = 2147483647; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i138, i3, i5, i135 + 12 | 0); i5 = i138 + 8 | 0; - i4 = HEAP32[i5 >> 2] | 0; - HEAP32[i4 >> 2] = 0; - HEAP32[i4 + 4 >> 2] = 0; - HEAP32[i4 + 8 >> 2] = 0; - HEAP32[i4 + 12 >> 2] = 0; - HEAP32[i4 + 16 >> 2] = 0; - HEAP32[i4 + 20 >> 2] = 0; - i2 = 0; + i6 = HEAP32[i5 >> 2] | 0; + HEAP32[i6 >> 2] = 0; + HEAP32[i6 + 4 >> 2] = 0; + HEAP32[i6 + 8 >> 2] = 0; + HEAP32[i6 + 12 >> 2] = 0; + HEAP32[i6 + 16 >> 2] = 0; + HEAP32[i6 + 20 >> 2] = 0; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i4 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i6 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = i4 + 12 | 0; - i2 = 0; + i3 = i6 + 12 | 0; + i4 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i3 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } - HEAP32[i5 >> 2] = i4 + 24; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i134, i138); + HEAP32[i5 >> 2] = i6 + 24; + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i135, i138); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i138); } else while (1) { - if (i2 << 24 >> 24 == 69) break L205; - i3 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i1, i123, i134) | 0; - i2 = (i3 | 0) == (i1 | 0) | (i3 | 0) == (i123 | 0); - if (i2) { - i1 = i136; - break L197; - } - i2 = HEAP8[(i2 ? i1 : i3) >> 0] | 0; - i1 = i3; + if (i3 << 24 >> 24 == 69) break L205; + i4 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i126, i135) | 0; + i3 = (i4 | 0) == (i2 | 0) | (i4 | 0) == (i126 | 0); + if (i3) break L197; + i3 = HEAP8[(i3 ? i2 : i4) >> 0] | 0; + i2 = i4; } while (0); - i1 = i1 + 1 | 0; + i2 = i2 + 1 | 0; } - i5 = i134 + 4 | 0; - i2 = HEAP32[i5 >> 2] | 0; - if (((i2 - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i2 + -24 | 0); - i2 = HEAP32[i5 >> 2] | 0; - i4 = i2 + -24 | 0; - i3 = i2; + i5 = i135 + 4 | 0; + i3 = HEAP32[i5 >> 2] | 0; + if (((i3 - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i3 + -24 | 0); + i1 = HEAP32[i5 >> 2] | 0; + i3 = i1 + -24 | 0; + i4 = i1; while (1) { - if ((i3 | 0) == (i4 | 0)) break; - i136 = i3 + -24 | 0; - HEAP32[i5 >> 2] = i136; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i136); - i3 = HEAP32[i5 >> 2] | 0; + if ((i4 | 0) == (i3 | 0)) break; + i135 = i4 + -24 | 0; + HEAP32[i5 >> 2] = i135; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i135); + i4 = HEAP32[i5 >> 2] | 0; } - i4 = i2 + -48 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i133, i4); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i133, 0, 35846) | 0; - HEAP32[i131 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i131 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i131 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + 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, 37004) | 0; + HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i1 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i131, 35937) | 0; - HEAP32[i132 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i132 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i132 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 37095) | 0; + HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i1 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = HEAP8[i138 >> 0] | 0; - i2 = (i3 & 1) == 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i132, i2 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i2 ? (i3 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; - HEAP32[i135 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i135 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i135 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i1 = HEAP8[i138 >> 0] | 0; + i3 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i133, i3 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i3 ? (i1 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; + HEAP32[i136 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i136 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i136 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i1 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i135, 35848) | 0; - HEAP32[i137 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i137 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i137 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 37006) | 0; + HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i1 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i139, i137); __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i4, i139); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i136); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i134); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - } else i1 = i136; - } else i1 = i136; while (0); + i1 = i2; + } + } while (0); break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 100: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 97: { - i139 = i62 + 2 | 0; - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i139, i123, i134) | 0; - if ((i1 | 0) == (i139 | 0)) { - i1 = i136; - break L1; - } - i4 = i134 + 4 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if ((HEAP32[i134 >> 2] | 0) == (i5 | 0)) { - i1 = i136; - break L1; - } - i11 = i5 + -24 | 0; - L266 : do if (i85) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i116, 35940, 2); else { - i2 = 0; + i139 = i61 + 2 | 0; + i11 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i139, i126, i135) | 0; + if ((i11 | 0) == (i139 | 0)) break L1; + i3 = i135 + 4 | 0; + 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, 37098, 2); else { + i1 = 0; while (1) { - if ((i2 | 0) == 3) break L266; - HEAP32[i116 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break L266; + HEAP32[i117 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } } while (0); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i116, 35943) | 0; - HEAP32[i115 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i115 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i115 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i117, 37101) | 0; + HEAP32[i116 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i116 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i116 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i117, (HEAP32[i4 >> 2] | 0) + -24 | 0); - i3 = HEAP8[i117 >> 0] | 0; - i2 = (i3 & 1) == 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i115, i2 ? i117 + 1 | 0 : HEAP32[i117 + 8 >> 2] | 0, i2 ? (i3 & 255) >>> 1 : HEAP32[i117 + 4 >> 2] | 0) | 0; - HEAP32[i114 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i114 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i114 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i118, (HEAP32[i3 >> 2] | 0) + -24 | 0); + i1 = HEAP8[i118 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i116, i2 ? i118 + 1 | 0 : HEAP32[i118 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i118 + 4 >> 2] | 0) | 0; + HEAP32[i115 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i115 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i115 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - do if (HEAP8[i11 >> 0] & 1) { - i10 = i5 + -16 | 0; - HEAP8[HEAP32[i10 >> 2] >> 0] = 0; - i7 = i5 + -20 | 0; - HEAP32[i7 >> 2] = 0; - i2 = HEAP8[i11 >> 0] | 0; - if (!(i2 & 1)) i6 = 10; else { - i6 = HEAP32[i11 >> 2] | 0; - i2 = i6 & 255; - i6 = (i6 & -2) + -1 | 0; + do if (HEAP8[i10 >> 0] & 1) { + i9 = i4 + -16 | 0; + HEAP8[HEAP32[i9 >> 2] >> 0] = 0; + i6 = i4 + -20 | 0; + HEAP32[i6 >> 2] = 0; + i1 = HEAP8[i10 >> 0] | 0; + if (!(i1 & 1)) i5 = 10; else { + i5 = HEAP32[i10 >> 2] | 0; + i1 = i5 & 255; + i5 = (i5 & -2) + -1 | 0; } - if (!(i2 & 1)) { - i3 = (i2 & 255) >>> 1; - if ((i2 & 255) < 22) { - i9 = i3; - i5 = 10; + if (!(i1 & 1)) { + i2 = (i1 & 255) >>> 1; + if ((i1 & 255) < 22) { i8 = 1; + i4 = 10; + i7 = i2; } else { - i9 = i3; - i5 = (i3 + 16 & 240) + -1 | 0; i8 = 1; + i4 = (i2 + 16 & 240) + -1 | 0; + i7 = i2; } } else { - i9 = 0; - i5 = 10; i8 = 0; + i4 = 10; + i7 = 0; } - if ((i5 | 0) != (i6 | 0)) { - if ((i5 | 0) == 10) { - i4 = i11 + 1 | 0; - i3 = HEAP32[i10 >> 2] | 0; + if ((i4 | 0) != (i5 | 0)) { + if ((i4 | 0) == 10) { + i3 = i10 + 1 | 0; + i2 = HEAP32[i9 >> 2] | 0; if (i8) { - _memcpy(i4 | 0, i3 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; - _free(i3); + _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; + _free(i2); } else { - HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; - _free(i3); + HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; + _free(i2); } - HEAP8[i11 >> 0] = i9 << 1; + HEAP8[i10 >> 0] = i7 << 1; break; } - i3 = i5 + 1 | 0; - i4 = _malloc(i3) | 0; - if (!(i5 >>> 0 <= i6 >>> 0 & (i4 | 0) == 0)) { - if (i8) _memcpy(i4 | 0, i11 + 1 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; else { - i139 = HEAP32[i10 >> 2] | 0; - HEAP8[i4 >> 0] = HEAP8[i139 >> 0] | 0; + i2 = i4 + 1 | 0; + i3 = _malloc(i2) | 0; + if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { + if (i8) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + i139 = HEAP32[i9 >> 2] | 0; + HEAP8[i3 >> 0] = HEAP8[i139 >> 0] | 0; _free(i139); } - HEAP32[i11 >> 2] = i3 | 1; - HEAP32[i7 >> 2] = i9; - HEAP32[i10 >> 2] = i4; + HEAP32[i10 >> 2] = i2 | 1; + HEAP32[i6 >> 2] = i7; + HEAP32[i9 >> 2] = i3; } } } else { - HEAP8[i11 + 1 >> 0] = 0; - HEAP8[i11 >> 0] = 0; + HEAP8[i10 + 1 >> 0] = 0; + HEAP8[i10 >> 0] = 0; } while (0); - HEAP32[i11 >> 2] = HEAP32[i114 >> 2]; - HEAP32[i11 + 4 >> 2] = HEAP32[i114 + 4 >> 2]; - HEAP32[i11 + 8 >> 2] = HEAP32[i114 + 8 >> 2]; - i2 = 0; + HEAP32[i10 >> 2] = HEAP32[i115 >> 2]; + HEAP32[i10 + 4 >> 2] = HEAP32[i115 + 4 >> 2]; + HEAP32[i10 + 8 >> 2] = HEAP32[i115 + 8 >> 2]; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i114 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i115 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i114); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i117); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i115); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i118); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i116); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i117); + i1 = i11; break L1; } case 99: { - if ((((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 100 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 99 : 0) ? (i130 = i136 + 2 | 0, i21 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i130, i123, i134) | 0, (i21 | 0) != (i130 | 0)) : 0) ? (i95 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i21, i123, i134) | 0, (i95 | 0) != (i21 | 0)) : 0) ? (i72 = i134 + 4 | 0, i3 = HEAP32[i72 >> 2] | 0, ((i3 - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i3 + -24 | 0); - i1 = HEAP32[i72 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + if ((((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 100 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 99 : 0) ? (i131 = i1 + 2 | 0, i46 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i131, i126, i135) | 0, (i46 | 0) != (i131 | 0)) : 0) ? (i96 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i46, i126, i135) | 0, (i96 | 0) != (i46 | 0)) : 0) ? (i71 = i135 + 4 | 0, i47 = HEAP32[i71 >> 2] | 0, ((i47 - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i47 + -24 | 0); + i1 = HEAP32[i71 >> 2] | 0; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i136 = i2 + -24 | 0; - HEAP32[i72 >> 2] = i136; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i136); - i2 = HEAP32[i72 >> 2] | 0; + if ((i3 | 0) == (i2 | 0)) break; + i135 = i3 + -24 | 0; + HEAP32[i71 >> 2] = i135; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i135); + i3 = HEAP32[i71 >> 2] | 0; } i3 = i1 + -48 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i133, i3); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i133, 0, 35953) | 0; - HEAP32[i131 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i131 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i131 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i3); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 37111) | 0; + HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i131, 35930) | 0; - HEAP32[i132 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i132 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i132 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 37088) | 0; + HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = HEAP8[i138 >> 0] | 0; - i1 = (i2 & 1) == 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i132, i1 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i1 ? (i2 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; - HEAP32[i135 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i135 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i135 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = HEAP8[i138 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i133, i2 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; + HEAP32[i136 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i136 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i136 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i135, 35848) | 0; - HEAP32[i137 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i137 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i137 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 37006) | 0; + HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i139, i137); __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i139); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i136); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i134); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - i1 = i95; - } else i1 = i136; + i1 = i96; + } break L1; } case 101: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i25, 35967, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i25, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i25); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i20, 37125, 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; break L1; } case 108: { - i139 = i62 + 2 | 0; - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i139, i123, i134) | 0; - if ((i1 | 0) == (i139 | 0)) { - i1 = i136; - break L1; - } - i4 = i134 + 4 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if ((HEAP32[i134 >> 2] | 0) == (i5 | 0)) { - i1 = i136; - break L1; - } - i11 = i5 + -24 | 0; - L342 : do if (i85) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i120, 35940, 2); else { - i2 = 0; + i139 = i61 + 2 | 0; + i11 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i139, i126, i135) | 0; + if ((i11 | 0) == (i139 | 0)) break L1; + i3 = i135 + 4 | 0; + 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, 37098, 2); else { + i1 = 0; while (1) { - if ((i2 | 0) == 3) break L342; - HEAP32[i120 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break L342; + HEAP32[i121 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } } while (0); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i120, 35969) | 0; - HEAP32[i119 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i119 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i119 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i121, 37127) | 0; + HEAP32[i120 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i120 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i120 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i121, (HEAP32[i4 >> 2] | 0) + -24 | 0); - i3 = HEAP8[i121 >> 0] | 0; - i2 = (i3 & 1) == 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i119, i2 ? i121 + 1 | 0 : HEAP32[i121 + 8 >> 2] | 0, i2 ? (i3 & 255) >>> 1 : HEAP32[i121 + 4 >> 2] | 0) | 0; - HEAP32[i118 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i118 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i118 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i122, (HEAP32[i3 >> 2] | 0) + -24 | 0); + i1 = HEAP8[i122 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i120, i2 ? i122 + 1 | 0 : HEAP32[i122 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i122 + 4 >> 2] | 0) | 0; + HEAP32[i119 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i119 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i119 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - do if (HEAP8[i11 >> 0] & 1) { - i10 = i5 + -16 | 0; - HEAP8[HEAP32[i10 >> 2] >> 0] = 0; - i7 = i5 + -20 | 0; - HEAP32[i7 >> 2] = 0; - i2 = HEAP8[i11 >> 0] | 0; - if (!(i2 & 1)) i6 = 10; else { - i6 = HEAP32[i11 >> 2] | 0; - i2 = i6 & 255; - i6 = (i6 & -2) + -1 | 0; + do if (HEAP8[i10 >> 0] & 1) { + i9 = i4 + -16 | 0; + HEAP8[HEAP32[i9 >> 2] >> 0] = 0; + i6 = i4 + -20 | 0; + HEAP32[i6 >> 2] = 0; + i1 = HEAP8[i10 >> 0] | 0; + if (!(i1 & 1)) i5 = 10; else { + i5 = HEAP32[i10 >> 2] | 0; + i1 = i5 & 255; + i5 = (i5 & -2) + -1 | 0; } - if (!(i2 & 1)) { - i3 = (i2 & 255) >>> 1; - if ((i2 & 255) < 22) { - i9 = i3; - i5 = 10; + if (!(i1 & 1)) { + i2 = (i1 & 255) >>> 1; + if ((i1 & 255) < 22) { i8 = 1; + i4 = 10; + i7 = i2; } else { - i9 = i3; - i5 = (i3 + 16 & 240) + -1 | 0; i8 = 1; + i4 = (i2 + 16 & 240) + -1 | 0; + i7 = i2; } } else { - i9 = 0; - i5 = 10; i8 = 0; + i4 = 10; + i7 = 0; } - if ((i5 | 0) != (i6 | 0)) { - if ((i5 | 0) == 10) { - i4 = i11 + 1 | 0; - i3 = HEAP32[i10 >> 2] | 0; + if ((i4 | 0) != (i5 | 0)) { + if ((i4 | 0) == 10) { + i3 = i10 + 1 | 0; + i2 = HEAP32[i9 >> 2] | 0; if (i8) { - _memcpy(i4 | 0, i3 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; - _free(i3); + _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; + _free(i2); } else { - HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; - _free(i3); + HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; + _free(i2); } - HEAP8[i11 >> 0] = i9 << 1; + HEAP8[i10 >> 0] = i7 << 1; break; } - i3 = i5 + 1 | 0; - i4 = _malloc(i3) | 0; - if (!(i5 >>> 0 <= i6 >>> 0 & (i4 | 0) == 0)) { - if (i8) _memcpy(i4 | 0, i11 + 1 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; else { - i139 = HEAP32[i10 >> 2] | 0; - HEAP8[i4 >> 0] = HEAP8[i139 >> 0] | 0; + i2 = i4 + 1 | 0; + i3 = _malloc(i2) | 0; + if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { + if (i8) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + i139 = HEAP32[i9 >> 2] | 0; + HEAP8[i3 >> 0] = HEAP8[i139 >> 0] | 0; _free(i139); } - HEAP32[i11 >> 2] = i3 | 1; - HEAP32[i7 >> 2] = i9; - HEAP32[i10 >> 2] = i4; + HEAP32[i10 >> 2] = i2 | 1; + HEAP32[i6 >> 2] = i7; + HEAP32[i9 >> 2] = i3; } } } else { - HEAP8[i11 + 1 >> 0] = 0; - HEAP8[i11 >> 0] = 0; + HEAP8[i10 + 1 >> 0] = 0; + HEAP8[i10 >> 0] = 0; } while (0); - HEAP32[i11 >> 2] = HEAP32[i118 >> 2]; - HEAP32[i11 + 4 >> 2] = HEAP32[i118 + 4 >> 2]; - HEAP32[i11 + 8 >> 2] = HEAP32[i118 + 8 >> 2]; - i2 = 0; + HEAP32[i10 >> 2] = HEAP32[i119 >> 2]; + HEAP32[i10 + 4 >> 2] = HEAP32[i119 + 4 >> 2]; + HEAP32[i10 + 8 >> 2] = HEAP32[i119 + 8 >> 2]; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i118 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i119 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i118); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i121); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i119); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i122); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i120); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i121); + i1 = i11; break L1; } case 110: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) | 0; break L1; } case 115: { - if ((((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 100 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 115 : 0) ? (i137 = i136 + 2 | 0, i20 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i137, i123, i134) | 0, (i20 | 0) != (i137 | 0)) : 0) ? (i76 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i20, i123, i134) | 0, (i76 | 0) != (i20 | 0)) : 0) ? (i71 = i134 + 4 | 0, i5 = HEAP32[i71 >> 2] | 0, ((i5 - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i5 + -24 | 0); - i1 = HEAP32[i71 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + if ((((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 100 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 115 : 0) ? (i137 = i1 + 2 | 0, i51 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i137, i126, i135) | 0, (i51 | 0) != (i137 | 0)) : 0) ? (i72 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i51, i126, i135) | 0, (i72 | 0) != (i51 | 0)) : 0) ? (i73 = i135 + 4 | 0, i52 = HEAP32[i73 >> 2] | 0, ((i52 - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i52 + -24 | 0); + i1 = HEAP32[i73 >> 2] | 0; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i137 = i2 + -24 | 0; - HEAP32[i71 >> 2] = i137; + if ((i3 | 0) == (i2 | 0)) break; + i137 = i3 + -24 | 0; + HEAP32[i73 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); - i2 = HEAP32[i71 >> 2] | 0; + i3 = HEAP32[i73 >> 2] | 0; } - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 36884, i138); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 38042, 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; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - i1 = i76; - } else i1 = i136; + i1 = i72; + } break L1; } case 116: { - if ((((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 100 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 116 : 0) ? (i137 = i136 + 2 | 0, i19 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i137, i123, i134) | 0, (i19 | 0) != (i137 | 0)) : 0) ? (i75 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i19, i123, i134) | 0, (i75 | 0) != (i19 | 0)) : 0) ? (i70 = i134 + 4 | 0, i6 = HEAP32[i70 >> 2] | 0, ((i6 - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i6 + -24 | 0); - i1 = HEAP32[i70 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + if ((((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 100 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 116 : 0) ? (i137 = i1 + 2 | 0, i54 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i137, i126, i135) | 0, (i54 | 0) != (i137 | 0)) : 0) ? (i74 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i54, i126, i135) | 0, (i74 | 0) != (i54 | 0)) : 0) ? (i75 = i135 + 4 | 0, i56 = HEAP32[i75 >> 2] | 0, ((i56 - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i56 + -24 | 0); + i1 = HEAP32[i75 >> 2] | 0; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i137 = i2 + -24 | 0; - HEAP32[i70 >> 2] = i137; + if ((i3 | 0) == (i2 | 0)) break; + i137 = i3 + -24 | 0; + HEAP32[i75 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); - i2 = HEAP32[i70 >> 2] | 0; + i3 = HEAP32[i75 >> 2] | 0; } - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 36887, i138); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 38045, 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; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - i1 = i75; - } else i1 = i136; + i1 = i74; + } break L1; } case 118: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i26, 36889, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i26, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i26); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i23, 38047, 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; break L1; } case 86: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i27, 36891, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i27, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i27); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i24, 38049, 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; break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 101: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 111: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i28, 36894, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i28, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i28); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i25, 38052, 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; break L1; } case 79: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i29, 36896, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i29, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i29); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i27, 38054, 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; break L1; } case 113: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i30, 36899, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i30, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i30); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i28, 38057, 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; break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 103: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 101: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i31, 36902, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i31, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i31); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i29, 38060, 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; break L1; } case 116: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i32, 35893, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i32, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i32); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i30, 37051, 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; break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 105: { - if ((HEAP8[i62 + 1 >> 0] | 0) != 120) { - i1 = i136; - break L1; - } - i137 = i136 + 2 | 0; - i2 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i137, i123, i134) | 0; - if ((i2 | 0) == (i137 | 0)) { - i1 = i136; - break L1; - } - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i123, i134) | 0; - i5 = i134 + 4 | 0; - if ((i1 | 0) == (i2 | 0)) { - i1 = HEAP32[i5 >> 2] | 0; - i2 = i1 + -24 | 0; + if ((HEAP8[i61 + 1 >> 0] | 0) != 120) break L1; + i137 = i1 + 2 | 0; + i2 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i137, i126, i135) | 0; + if ((i2 | 0) == (i137 | 0)) break L1; + i5 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i126, i135) | 0; + i4 = i135 + 4 | 0; + if ((i5 | 0) == (i2 | 0)) { + i3 = HEAP32[i4 >> 2] | 0; + i2 = i3 + -24 | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) { - i1 = i136; - break L1; - } - i139 = i1 + -24 | 0; - HEAP32[i5 >> 2] = i139; + if ((i3 | 0) == (i2 | 0)) break L1; + i139 = i3 + -24 | 0; + HEAP32[i4 >> 2] = i139; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); - i1 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i4 >> 2] | 0; } } - i2 = HEAP32[i5 >> 2] | 0; - if (((i2 - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) { - i1 = i136; - break L1; - } + i2 = HEAP32[i4 >> 2] | 0; + if (((i2 - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) break L1; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i2 + -24 | 0); - i2 = HEAP32[i5 >> 2] | 0; - i4 = i2 + -24 | 0; - i3 = i2; + i1 = HEAP32[i4 >> 2] | 0; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i3 | 0) == (i4 | 0)) break; + if ((i3 | 0) == (i2 | 0)) break; i137 = i3 + -24 | 0; - HEAP32[i5 >> 2] = i137; + HEAP32[i4 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); - i3 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i4 >> 2] | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i139, i2 + -48 | 0); - i4 = (HEAP32[i5 >> 2] | 0) + -24 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i102, 35846, i139); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i102, 36905) | 0; - HEAP32[i101 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i101 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i101 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + __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, 37004, i139); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i102, 38063) | 0; + HEAP32[i101 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i101 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i101 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i3 = HEAP8[i138 >> 0] | 0; - i2 = (i3 & 1) == 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i101, i2 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i2 ? (i3 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; - HEAP32[i100 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i100 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i100 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i1 = HEAP8[i138 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i101, i2 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; + HEAP32[i100 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i100 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i100 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i100, 35844) | 0; - HEAP32[i98 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i98 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i98 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i100, 37002) | 0; + HEAP32[i99 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i99 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i99 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i99, i98); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i4, i99); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i99); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i98); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i98, i99); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i98); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i98); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i99); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i100); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i101); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i102); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); + i1 = i5; break L1; } case 108: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 101: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, 36908, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i34, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i34); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i31, 38066, 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; break L1; } case 115: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i35, 36911, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i35, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i35); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i32, 38069, 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; break L1; } case 83: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i36, 36914, 3); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i36, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i36); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i33, 38072, 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; break L1; } case 116: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i38, 36478, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i38, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i38); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, 37636, 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; break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 109: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 105: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i39, 36918, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i39, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i39); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i35, 38076, 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; break L1; } case 73: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i40, 36920, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i40, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i40); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i36, 38078, 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; break L1; } case 108: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i41, 35967, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i41, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i41); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i37, 37125, 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; break L1; } case 76: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i42, 36923, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i42, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i42); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i38, 38081, 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; break L1; } case 109: { - i2 = i136 + 2 | 0; - if ((i2 | 0) != (i123 | 0) ? (HEAP8[i2 >> 0] | 0) == 95 : 0) { - i139 = i136 + 3 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i64, 36926, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i64, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; - break L1; - } - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i123, i134) | 0; - if ((i1 | 0) == (i2 | 0)) { - i1 = i136; + 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, 38084, 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; break L1; } - i2 = HEAP32[i134 + 4 >> 2] | 0; - if ((HEAP32[i134 >> 2] | 0) == (i2 | 0)) { - i1 = i136; - break L1; - } - i4 = i2 + -24 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i88, i4); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i88, 0, 35846) | 0; - HEAP32[i87 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i87 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i87 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i4 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i126, i135) | 0; + if ((i4 | 0) == (i2 | 0)) break L1; + i2 = HEAP32[i135 + 4 >> 2] | 0; + 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, 37004) | 0; + HEAP32[i84 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i84 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i84 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i87, 36929) | 0; - HEAP32[i83 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i83 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i83 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i84, 38087) | 0; + HEAP32[i83 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i83 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i83 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i86, i83); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i4, i86); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i86); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i82, i83); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i82); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i82); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i83); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i87); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i88); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i84); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i85); + i1 = i4; break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 110: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 119: case 97: { - L479 : do if (i23) { - i1 = HEAP8[i136 >> 0] | 0; - if (i1 << 24 >> 24 == 103) { - i14 = (HEAP8[i136 + 1 >> 0] | 0) == 115; - i2 = i14 ? i136 + 2 | 0 : i136; - i1 = HEAP8[i2 >> 0] | 0; + L479 : do if (i60) { + i2 = HEAP8[i1 >> 0] | 0; + if (i2 << 24 >> 24 == 103) { + i15 = (HEAP8[i1 + 1 >> 0] | 0) == 115; + i3 = i15 ? i1 + 2 | 0 : i1; + i2 = HEAP8[i3 >> 0] | 0; } else { - i14 = 0; - i2 = i136; + i15 = 0; + i3 = i1; } - if (i1 << 24 >> 24 == 110) { - i1 = HEAP8[i2 + 1 >> 0] | 0; - switch (i1 << 24 >> 24) { + if (i2 << 24 >> 24 == 110) { + i2 = HEAP8[i3 + 1 >> 0] | 0; + switch (i2 << 24 >> 24) { case 97: case 119: break; default: - { - i1 = i136; - break L479; - } + break L479; } - i12 = i1 << 24 >> 24 == 97; - i1 = i2 + 2 | 0; - L486 : do if ((i1 | 0) != (i123 | 0)) { - i4 = 0; + i13 = i2 << 24 >> 24 == 97; + i2 = i3 + 2 | 0; + L486 : do if ((i2 | 0) != (i126 | 0)) { + i5 = 0; while (1) { - if ((HEAP8[i1 >> 0] | 0) == 95) break; - i2 = i1; - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i1, i123, i134) | 0; - i2 = (i1 | 0) == (i2 | 0); - i3 = (i1 | 0) == (i123 | 0); - if (i2 | i3) break L486; else i4 = i4 | (i2 | i3) ^ 1; + if ((HEAP8[i2 >> 0] | 0) == 95) break; + i3 = i2; + i2 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i126, i135) | 0; + i3 = (i2 | 0) == (i3 | 0); + i4 = (i2 | 0) == (i126 | 0); + if (i3 | i4) break L486; else i5 = i5 | (i3 | i4) ^ 1; } - i122 = i1 + 1 | 0; - i2 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i122, i123, i134) | 0; - if (!((i2 | 0) == (i122 | 0) | (i2 | 0) == (i123 | 0))) { - i1 = HEAP8[i2 >> 0] | 0; - L492 : do if (!((i103 - i2 | 0) > 2 & i1 << 24 >> 24 == 112)) if (i1 << 24 >> 24 == 69) { - i11 = 0; - i13 = i2; + i123 = i2 + 1 | 0; + i3 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i123, i126, i135) | 0; + if (!((i3 | 0) == (i123 | 0) | (i3 | 0) == (i126 | 0))) { + i2 = HEAP8[i3 >> 0] | 0; + L492 : do if (!((i103 - i3 | 0) > 2 & i2 << 24 >> 24 == 112)) if (i2 << 24 >> 24 == 69) { + i12 = 0; + i14 = i3; } else break L486; else { - if ((HEAP8[i2 + 1 >> 0] | 0) != 105) break L486; - i1 = i2 + 2 | 0; + if ((HEAP8[i3 + 1 >> 0] | 0) != 105) break L486; + i2 = i3 + 2 | 0; while (1) { - if ((HEAP8[i1 >> 0] | 0) == 69) { - i11 = 1; - i13 = i1; + if ((HEAP8[i2 >> 0] | 0) == 69) { + i12 = 1; + i14 = i2; break L492; } - i122 = i1; - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i1, i123, i134) | 0; - if ((i1 | 0) == (i122 | 0) | (i1 | 0) == (i123 | 0)) break L486; + i123 = i2; + i2 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i126, i135) | 0; + if ((i2 | 0) == (i123 | 0) | (i2 | 0) == (i126 | 0)) break L486; } } while (0); - i1 = 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i139 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i139 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - L504 : do if (i11) { - i10 = i134 + 4 | 0; - i1 = HEAP32[i10 >> 2] | 0; - if ((HEAP32[i134 >> 2] | 0) == (i1 | 0)) { + L504 : do if (i12) { + i11 = i135 + 4 | 0; + i2 = HEAP32[i11 >> 2] | 0; + if ((HEAP32[i135 >> 2] | 0) == (i2 | 0)) { + i3 = i1; i2 = 1; - i1 = i136; } else { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i1 + -24 | 0); + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i2 + -24 | 0); L507 : do if (!(HEAP8[i139 >> 0] & 1)) { HEAP8[i139 + 1 >> 0] = 0; HEAP8[i139 >> 0] = 0; } else { i7 = i139 + 8 | 0; - i2 = HEAP32[i7 >> 2] | 0; - HEAP8[i2 >> 0] = 0; + i3 = HEAP32[i7 >> 2] | 0; + HEAP8[i3 >> 0] = 0; i8 = i139 + 4 | 0; HEAP32[i8 >> 2] = 0; - i6 = HEAP32[i139 >> 2] | 0; - i9 = (i6 & -2) + -1 | 0; - i3 = i6 & 255; - do if (!(i3 & 1)) { - i1 = i6 >>> 1 & 127; - if ((i3 & 255) < 22) { - _memcpy(i139 + 1 | 0, i2 | 0, (i6 >>> 1 & 127) + 1 | 0) | 0; - _free(i2); + i9 = HEAP32[i139 >> 2] | 0; + i10 = (i9 & -2) + -1 | 0; + i4 = i9 & 255; + do if (!(i4 & 1)) { + i2 = i9 >>> 1 & 127; + if ((i4 & 255) < 22) { + _memcpy(i139 + 1 | 0, i3 | 0, (i9 >>> 1 & 127) + 1 | 0) | 0; + _free(i3); break; } - i2 = i1 + 16 & 240; - i5 = i2 + -1 | 0; - if ((i5 | 0) == (i9 | 0)) break L507; - i3 = _malloc(i2) | 0; - if (i5 >>> 0 <= i9 >>> 0 & (i3 | 0) == 0) break L507; - _memcpy(i3 | 0, i139 + 1 | 0, (i6 >>> 1 & 127) + 1 | 0) | 0; - HEAP32[i139 >> 2] = i2 | 1; - HEAP32[i8 >> 2] = i1; - HEAP32[i7 >> 2] = i3; + i3 = i2 + 16 & 240; + i6 = i3 + -1 | 0; + if ((i6 | 0) == (i10 | 0)) break L507; + i4 = _malloc(i3) | 0; + if (i6 >>> 0 <= i10 >>> 0 & (i4 | 0) == 0) break L507; + _memcpy(i4 | 0, i139 + 1 | 0, (i9 >>> 1 & 127) + 1 | 0) | 0; + HEAP32[i139 >> 2] = i3 | 1; + HEAP32[i8 >> 2] = i2; + HEAP32[i7 >> 2] = i4; break L507; } else { HEAP8[i139 + 1 >> 0] = 0; - _free(i2); - i1 = 0; + _free(i3); + i2 = 0; } while (0); - HEAP8[i139 >> 0] = i1 << 1; + HEAP8[i139 >> 0] = i2 << 1; } while (0); HEAP32[i139 >> 2] = HEAP32[i137 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i137 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i137 + 8 >> 2]; - i1 = 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i137 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i137 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - i1 = HEAP32[i10 >> 2] | 0; - i2 = i1 + -24 | 0; + i2 = HEAP32[i11 >> 2] | 0; + i3 = i2 + -24 | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) { - i5 = i134; - i128 = 409; + if ((i2 | 0) == (i3 | 0)) { + i6 = i135; + i2 = i3; + i129 = 409; break L504; } - i137 = i1 + -24 | 0; - HEAP32[i10 >> 2] = i137; + i137 = i2 + -24 | 0; + HEAP32[i11 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); - i1 = HEAP32[i10 >> 2] | 0; + i2 = HEAP32[i11 >> 2] | 0; } } } else { - i10 = i134 + 4 | 0; - i2 = HEAP32[i10 >> 2] | 0; - i5 = i134; - i128 = 409; + i2 = i135 + 4 | 0; + i11 = i2; + i6 = i135; + i2 = HEAP32[i2 >> 2] | 0; + i129 = 409; } while (0); - if ((i128 | 0) == 409) if ((HEAP32[i5 >> 2] | 0) == (i2 | 0)) { + if ((i129 | 0) == 409) if ((HEAP32[i6 >> 2] | 0) == (i2 | 0)) { + i3 = i1; i2 = 1; - i1 = i136; } else { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i135, i2 + -24 | 0); - i2 = HEAP32[i10 >> 2] | 0; - i3 = i2 + -24 | 0; - i1 = i2; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i136, i2 + -24 | 0); + i3 = HEAP32[i11 >> 2] | 0; + i4 = i3 + -24 | 0; + i2 = i3; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i137 = i1 + -24 | 0; - HEAP32[i10 >> 2] = i137; + if ((i2 | 0) == (i4 | 0)) break; + i137 = i2 + -24 | 0; + HEAP32[i11 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); - i1 = HEAP32[i10 >> 2] | 0; + i2 = HEAP32[i11 >> 2] | 0; } - i1 = 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i132 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i133 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - L539 : do if (i4) if ((HEAP32[i5 >> 2] | 0) == (i3 | 0)) { + L539 : do if (i5) if ((HEAP32[i6 >> 2] | 0) == (i4 | 0)) { + i3 = i1; i2 = 1; - i1 = i136; } else { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i131, i2 + -48 | 0); - L542 : do if (!(HEAP8[i132 >> 0] & 1)) { - HEAP8[i132 + 1 >> 0] = 0; - HEAP8[i132 >> 0] = 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i132, i3 + -48 | 0); + L542 : do if (!(HEAP8[i133 >> 0] & 1)) { + HEAP8[i133 + 1 >> 0] = 0; + HEAP8[i133 >> 0] = 0; } else { - i7 = i132 + 8 | 0; - i2 = HEAP32[i7 >> 2] | 0; - HEAP8[i2 >> 0] = 0; - i8 = i132 + 4 | 0; + i7 = i133 + 8 | 0; + i3 = HEAP32[i7 >> 2] | 0; + HEAP8[i3 >> 0] = 0; + i8 = i133 + 4 | 0; HEAP32[i8 >> 2] = 0; - i6 = HEAP32[i132 >> 2] | 0; - i9 = (i6 & -2) + -1 | 0; - i3 = i6 & 255; - do if (!(i3 & 1)) { - i1 = i6 >>> 1 & 127; - if ((i3 & 255) < 22) { - _memcpy(i132 + 1 | 0, i2 | 0, (i6 >>> 1 & 127) + 1 | 0) | 0; - _free(i2); + i9 = HEAP32[i133 >> 2] | 0; + i10 = (i9 & -2) + -1 | 0; + i4 = i9 & 255; + do if (!(i4 & 1)) { + i2 = i9 >>> 1 & 127; + if ((i4 & 255) < 22) { + _memcpy(i133 + 1 | 0, i3 | 0, (i9 >>> 1 & 127) + 1 | 0) | 0; + _free(i3); break; } - i2 = i1 + 16 & 240; - i5 = i2 + -1 | 0; - if ((i5 | 0) == (i9 | 0)) break L542; - i3 = _malloc(i2) | 0; - if (i5 >>> 0 <= i9 >>> 0 & (i3 | 0) == 0) break L542; - _memcpy(i3 | 0, i132 + 1 | 0, (i6 >>> 1 & 127) + 1 | 0) | 0; - HEAP32[i132 >> 2] = i2 | 1; - HEAP32[i8 >> 2] = i1; - HEAP32[i7 >> 2] = i3; + i3 = i2 + 16 & 240; + i6 = i3 + -1 | 0; + if ((i6 | 0) == (i10 | 0)) break L542; + i4 = _malloc(i3) | 0; + if (i6 >>> 0 <= i10 >>> 0 & (i4 | 0) == 0) break L542; + _memcpy(i4 | 0, i133 + 1 | 0, (i9 >>> 1 & 127) + 1 | 0) | 0; + HEAP32[i133 >> 2] = i3 | 1; + HEAP32[i8 >> 2] = i2; + HEAP32[i7 >> 2] = i4; break L542; } else { - HEAP8[i132 + 1 >> 0] = 0; - _free(i2); - i1 = 0; + HEAP8[i133 + 1 >> 0] = 0; + _free(i3); + i2 = 0; } while (0); - HEAP8[i132 >> 0] = i1 << 1; + HEAP8[i133 >> 0] = i2 << 1; } while (0); - HEAP32[i132 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i132 + 4 >> 2] = HEAP32[i131 + 4 >> 2]; - HEAP32[i132 + 8 >> 2] = HEAP32[i131 + 8 >> 2]; - i1 = 0; + HEAP32[i133 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i133 + 4 >> 2] = HEAP32[i132 + 4 >> 2]; + HEAP32[i133 + 8 >> 2] = HEAP32[i132 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i131 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i132 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); - i1 = HEAP32[i10 >> 2] | 0; - i2 = i1 + -24 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); + i3 = HEAP32[i11 >> 2] | 0; + i2 = i3 + -24 | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) { - i128 = 434; + if ((i3 | 0) == (i2 | 0)) { + i129 = 434; break L539; } - i137 = i1 + -24 | 0; - HEAP32[i10 >> 2] = i137; + i137 = i3 + -24 | 0; + HEAP32[i11 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); - i1 = HEAP32[i10 >> 2] | 0; + i3 = HEAP32[i11 >> 2] | 0; } - } else i128 = 434; while (0); - if ((i128 | 0) == 434) { - i1 = 0; + } else i129 = 434; while (0); + if ((i129 | 0) == 434) { + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i133 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i134 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - if (i14) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i133, 35940, 2); - if (i12) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i133, 36933) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i133, 36937) | 0; - if (i4) { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i125, 35846, i132); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i125, 35895) | 0; + if (i15) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i134, 37098, 2); + if (i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i134, 38091) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i134, 38095) | 0; + if (i5) { + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i125, 37004, i133); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i125, 37053) | 0; HEAP32[i124 >> 2] = HEAP32[i2 >> 2]; HEAP32[i124 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i124 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i3 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } i137 = HEAP8[i124 >> 0] | 0; - i131 = (i137 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i133, i131 ? i124 + 1 | 0 : HEAP32[i124 + 8 >> 2] | 0, i131 ? (i137 & 255) >>> 1 : HEAP32[i124 + 4 >> 2] | 0) | 0; + i132 = (i137 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i134, i132 ? i124 + 1 | 0 : HEAP32[i124 + 8 >> 2] | 0, i132 ? (i137 & 255) >>> 1 : HEAP32[i124 + 4 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i124); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i125); } - i137 = HEAP8[i135 >> 0] | 0; - i131 = (i137 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i133, i131 ? i135 + 1 | 0 : HEAP32[i135 + 8 >> 2] | 0, i131 ? (i137 & 255) >>> 1 : HEAP32[i135 + 4 >> 2] | 0) | 0; - if (i11) { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i127, 35898, i139); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i127, 35848) | 0; - HEAP32[i126 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i126 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i126 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i137 = HEAP8[i136 >> 0] | 0; + 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, 37056, i139); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i127, 37006) | 0; + HEAP32[i128 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i128 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i128 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i137 = HEAP8[i126 >> 0] | 0; - i131 = (i137 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i133, i131 ? i126 + 1 | 0 : HEAP32[i126 + 8 >> 2] | 0, i131 ? (i137 & 255) >>> 1 : HEAP32[i126 + 4 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i126); + i137 = HEAP8[i128 >> 0] | 0; + i132 = (i137 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i134, i132 ? i128 + 1 | 0 : HEAP32[i128 + 8 >> 2] | 0, i132 ? (i137 & 255) >>> 1 : HEAP32[i128 + 4 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i128); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i127); }; - HEAP32[i129 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i129 + 4 >> 2] = HEAP32[i133 + 4 >> 2]; - HEAP32[i129 + 8 >> 2] = HEAP32[i133 + 8 >> 2]; - i1 = 0; + HEAP32[i131 >> 2] = HEAP32[i134 >> 2]; + HEAP32[i131 + 4 >> 2] = HEAP32[i134 + 4 >> 2]; + HEAP32[i131 + 8 >> 2] = HEAP32[i134 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i133 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i134 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i130, i129); - i1 = HEAP32[i10 >> 2] | 0; - i137 = HEAP32[i134 + 8 >> 2] | 0; - i4 = i137; - if (i1 >>> 0 < i137 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i1, i130); - HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 24; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i130, i131); + i2 = HEAP32[i11 >> 2] | 0; + i137 = HEAP32[i135 + 8 >> 2] | 0; + i5 = i137; + if (i2 >>> 0 < i137 >>> 0) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i130); + HEAP32[i11 >> 2] = (HEAP32[i11 >> 2] | 0) + 24; } else { - i2 = HEAP32[i134 >> 2] | 0; - i137 = i1 - i2 | 0; - i5 = (i137 | 0) / 24 | 0; - i3 = i5 + 1 | 0; - if ((i137 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i134); - i1 = (i4 - i2 | 0) / 24 | 0; - if (i1 >>> 0 < 1073741823) { - i1 = i1 << 1; - i1 = i1 >>> 0 < i3 >>> 0 ? i3 : i1; - } else i1 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i138, i1, i5, i134 + 12 | 0); + i3 = HEAP32[i135 >> 2] | 0; + i137 = i2 - i3 | 0; + i6 = (i137 | 0) / 24 | 0; + i4 = i6 + 1 | 0; + if ((i137 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i135); + i2 = (i5 - i3 | 0) / 24 | 0; + if (i2 >>> 0 < 1073741823) { + i2 = i2 << 1; + i2 = i2 >>> 0 < i4 >>> 0 ? i4 : i2; + } else i2 = 2147483647; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i138, i2, i6, i135 + 12 | 0); i137 = i138 + 8 | 0; - i131 = HEAP32[i137 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i131, i130); - HEAP32[i137 >> 2] = i131 + 24; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i134, i138); + i132 = HEAP32[i137 >> 2] | 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i132, i130); + HEAP32[i137 >> 2] = i132 + 24; + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i135, i138); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i138); } __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i130); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i129); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i134); + i3 = i14 + 1 | 0; i2 = 0; - i1 = i13 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i136); } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); - if (!i2) break L479; + if (!i2) { + i1 = i3; + break L479; + } } } while (0); - i1 = i136; - } else i1 = i136; - } else i1 = i136; while (0); + } + } while (0); break L1; } case 101: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i44, 36939, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i44, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i44); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i39, 38097, 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; break L1; } case 103: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i45, 36918, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i45, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i45); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i40, 38076, 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; break L1; } case 116: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i46, 36942, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i46, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i46); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i41, 38100, 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; break L1; } case 120: { - i12 = i136 + 2 | 0; - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i12, i123, i134) | 0; - if ((i1 | 0) != (i12 | 0) ? (i82 = HEAP32[i134 + 4 >> 2] | 0, (HEAP32[i134 >> 2] | 0) != (i82 | 0)) : 0) { - i11 = i82 + -24 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i11); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 36944) | 0; + i13 = i1 + 2 | 0; + i2 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i13, i126, i135) | 0; + 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, 38102) | 0; HEAP32[i139 >> 2] = HEAP32[i3 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i4 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i3 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 35848) | 0; + i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 37006) | 0; HEAP32[i138 >> 2] = HEAP32[i3 >> 2]; HEAP32[i138 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; HEAP32[i138 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i4 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i3 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } - do if (HEAP8[i11 >> 0] & 1) { - i10 = i82 + -16 | 0; - HEAP8[HEAP32[i10 >> 2] >> 0] = 0; - i7 = i82 + -20 | 0; - HEAP32[i7 >> 2] = 0; - i2 = HEAP8[i11 >> 0] | 0; - if (!(i2 & 1)) i6 = 10; else { - i6 = HEAP32[i11 >> 2] | 0; - i2 = i6 & 255; - i6 = (i6 & -2) + -1 | 0; + do if (HEAP8[i12 >> 0] & 1) { + i11 = i81 + -16 | 0; + HEAP8[HEAP32[i11 >> 2] >> 0] = 0; + i8 = i81 + -20 | 0; + HEAP32[i8 >> 2] = 0; + i3 = HEAP8[i12 >> 0] | 0; + if (!(i3 & 1)) i7 = 10; else { + i7 = HEAP32[i12 >> 2] | 0; + i3 = i7 & 255; + i7 = (i7 & -2) + -1 | 0; } - if (!(i2 & 1)) { - i3 = (i2 & 255) >>> 1; - if ((i2 & 255) < 22) { - i9 = i3; - i5 = 10; - i8 = 1; + if (!(i3 & 1)) { + i4 = (i3 & 255) >>> 1; + if ((i3 & 255) < 22) { + i6 = 10; + i9 = i4; + i10 = 1; } else { - i9 = i3; - i5 = (i3 + 16 & 240) + -1 | 0; - i8 = 1; + i6 = (i4 + 16 & 240) + -1 | 0; + i9 = i4; + i10 = 1; } } else { + i6 = 10; i9 = 0; - i5 = 10; - i8 = 0; + i10 = 0; } - if ((i5 | 0) != (i6 | 0)) { - if ((i5 | 0) == 10) { - i4 = i11 + 1 | 0; - i3 = HEAP32[i10 >> 2] | 0; - if (i8) { - _memcpy(i4 | 0, i3 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; - _free(i3); + if ((i6 | 0) != (i7 | 0)) { + if ((i6 | 0) == 10) { + i5 = i12 + 1 | 0; + i4 = HEAP32[i11 >> 2] | 0; + if (i10) { + _memcpy(i5 | 0, i4 | 0, ((i3 & 255) >>> 1) + 1 | 0) | 0; + _free(i4); } else { - HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; - _free(i3); + HEAP8[i5 >> 0] = HEAP8[i4 >> 0] | 0; + _free(i4); } - HEAP8[i11 >> 0] = i9 << 1; + HEAP8[i12 >> 0] = i9 << 1; break; } - i3 = i5 + 1 | 0; - i4 = _malloc(i3) | 0; - if (!(i5 >>> 0 <= i6 >>> 0 & (i4 | 0) == 0)) { - if (i8) _memcpy(i4 | 0, i11 + 1 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; else { - i135 = HEAP32[i10 >> 2] | 0; - HEAP8[i4 >> 0] = HEAP8[i135 >> 0] | 0; - _free(i135); + i4 = i6 + 1 | 0; + i5 = _malloc(i4) | 0; + if (!(i6 >>> 0 <= i7 >>> 0 & (i5 | 0) == 0)) { + if (i10) _memcpy(i5 | 0, i12 + 1 | 0, ((i3 & 255) >>> 1) + 1 | 0) | 0; else { + i136 = HEAP32[i11 >> 2] | 0; + HEAP8[i5 >> 0] = HEAP8[i136 >> 0] | 0; + _free(i136); } - HEAP32[i11 >> 2] = i3 | 1; - HEAP32[i7 >> 2] = i9; - HEAP32[i10 >> 2] = i4; + HEAP32[i12 >> 2] = i4 | 1; + HEAP32[i8 >> 2] = i9; + HEAP32[i11 >> 2] = i5; } } } else { - HEAP8[i11 + 1 >> 0] = 0; - HEAP8[i11 >> 0] = 0; + HEAP8[i12 + 1 >> 0] = 0; + HEAP8[i12 >> 0] = 0; } while (0); - HEAP32[i11 >> 2] = HEAP32[i138 >> 2]; - HEAP32[i11 + 4 >> 2] = HEAP32[i138 + 4 >> 2]; - HEAP32[i11 + 8 >> 2] = HEAP32[i138 + 8 >> 2]; - i2 = 0; + HEAP32[i12 >> 2] = HEAP32[i138 >> 2]; + HEAP32[i12 + 4 >> 2] = HEAP32[i138 + 4 >> 2]; + HEAP32[i12 + 8 >> 2] = HEAP32[i138 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i138 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i138 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - } else i1 = i12; - i1 = (i1 | 0) == (i12 | 0) ? i136 : i1; + } else i2 = i13; + i1 = (i2 | 0) == (i13 | 0) ? i1 : i2; break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 111: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 110: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) | 0; break L1; } case 111: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i47, 36955, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i47, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i47); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i42, 38113, 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; break L1; } case 114: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i48, 36958, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i48, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i48); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i43, 38116, 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; break L1; } case 82: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i49, 36960, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i49, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i49); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i44, 38118, 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; break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 112: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 109: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i51, 36963, 3); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i51, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i51); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i45, 38121, 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; break L1; } case 108: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i52, 36967, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i52, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i52); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i48, 38125, 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; break L1; } case 76: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i53, 36969, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i53, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i53); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i49, 38127, 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; break L1; } case 112: { - i2 = i136 + 2 | 0; - if ((i2 | 0) != (i123 | 0) ? (HEAP8[i2 >> 0] | 0) == 95 : 0) { - i139 = i136 + 3 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i65, 36972, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i65, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i65); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; - break L1; - } - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i123, i134) | 0; - if ((i1 | 0) == (i2 | 0)) { - i1 = i136; - break L1; - } - i2 = HEAP32[i134 + 4 >> 2] | 0; - if ((HEAP32[i134 >> 2] | 0) == (i2 | 0)) { - i1 = i136; + 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, 38130, 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; break L1; } - i4 = i2 + -24 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i91, i4); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i91, 0, 35846) | 0; - HEAP32[i90 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i90 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i90 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i4 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i126, i135) | 0; + if ((i4 | 0) == (i2 | 0)) break L1; + i2 = HEAP32[i135 + 4 >> 2] | 0; + 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, 37004) | 0; + HEAP32[i88 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i88 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i88 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i90, 36975) | 0; - HEAP32[i84 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i84 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i84 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i88, 38133) | 0; + HEAP32[i87 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i87 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i87 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i89, i84); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i4, i89); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i89); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i84); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i90); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i91); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i86, i87); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i86); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i86); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i87); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i88); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i89); + i1 = i4; break L1; } case 115: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i54, 36967, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i54, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i54); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i50, 38125, 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; break L1; } case 116: { - if ((i61 | 0) <= 2) { - i1 = i136; - break L1; - } - if ((HEAP8[i136 >> 0] | 0) != 112) { - i1 = i136; - break L1; - } - if ((HEAP8[i136 + 1 >> 0] | 0) != 116) { - i1 = i136; - break L1; - } - i139 = i136 + 2 | 0; - i2 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i139, i123, i134) | 0; - if ((i2 | 0) == (i139 | 0)) { - i1 = i136; - break L1; - } - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i123, i134) | 0; - if ((i1 | 0) == (i2 | 0)) { - i1 = i136; - break L1; - } - i5 = i134 + 4 | 0; - i2 = HEAP32[i5 >> 2] | 0; - if (((i2 - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) { - i1 = i136; - break L1; - } + if ((i59 | 0) <= 2) break L1; + if ((HEAP8[i1 >> 0] | 0) != 112) break L1; + if ((HEAP8[i1 + 1 >> 0] | 0) != 116) break L1; + i139 = i1 + 2 | 0; + i2 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i139, i126, i135) | 0; + if ((i2 | 0) == (i139 | 0)) break L1; + i5 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i126, i135) | 0; + if ((i5 | 0) == (i2 | 0)) break L1; + i4 = i135 + 4 | 0; + i2 = HEAP32[i4 >> 2] | 0; + if (((i2 - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) break L1; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i2 + -24 | 0); - i2 = HEAP32[i5 >> 2] | 0; - i4 = i2 + -24 | 0; - i3 = i2; + i1 = HEAP32[i4 >> 2] | 0; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i3 | 0) == (i4 | 0)) break; + if ((i3 | 0) == (i2 | 0)) break; i139 = i3 + -24 | 0; - HEAP32[i5 >> 2] = i139; + HEAP32[i4 >> 2] = i139; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); - i3 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i4 >> 2] | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 36979) | 0; - i139 = HEAP8[i138 >> 0] | 0; - i137 = (i139 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj((HEAP32[i5 >> 2] | 0) + -24 | 0, i137 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i137 ? (i139 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i1 + -48 | 0, 38137) | 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; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); + i1 = i5; break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 113: { - if ((HEAP8[i62 + 1 >> 0] | 0) != 117) { - i1 = i136; - break L1; - } - i135 = i136 + 2 | 0; - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i135, i123, i134) | 0; - if ((i1 | 0) == (i135 | 0)) { - i1 = i136; - break L1; - } - i2 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i1, i123, i134) | 0; - if ((i2 | 0) == (i1 | 0)) { - i2 = i134 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - i3 = i1 + -24 | 0; + if ((HEAP8[i61 + 1 >> 0] | 0) != 117) break L1; + i136 = i1 + 2 | 0; + i2 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i136, i126, i135) | 0; + if ((i2 | 0) == (i136 | 0)) break L1; + i3 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i126, i135) | 0; + if ((i3 | 0) == (i2 | 0)) { + i2 = i135 + 4 | 0; + i4 = HEAP32[i2 >> 2] | 0; + i3 = i4 + -24 | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) { - i1 = i136; - break L1; - } - i139 = i1 + -24 | 0; + if ((i4 | 0) == (i3 | 0)) break L1; + i139 = i4 + -24 | 0; HEAP32[i2 >> 2] = i139; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); - i1 = HEAP32[i2 >> 2] | 0; + i4 = HEAP32[i2 >> 2] | 0; } } - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i123, i134) | 0; - i5 = i134 + 4 | 0; - if ((i1 | 0) == (i2 | 0)) { - i2 = HEAP32[i5 >> 2] | 0; - i1 = i2 + -24 | 0; - i3 = i2; + i4 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i3, i126, i135) | 0; + i5 = i135 + 4 | 0; + if ((i4 | 0) == (i3 | 0)) { + i3 = HEAP32[i5 >> 2] | 0; + i2 = i3 + -24 | 0; + i4 = i3; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i139 = i3 + -24 | 0; + if ((i4 | 0) == (i2 | 0)) break; + i139 = i4 + -24 | 0; HEAP32[i5 >> 2] = i139; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); - i3 = HEAP32[i5 >> 2] | 0; + i4 = HEAP32[i5 >> 2] | 0; } - i2 = i2 + -48 | 0; + i3 = i3 + -48 | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) { - i1 = i136; - break L1; - } - i139 = i1 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break L1; + i139 = i2 + -24 | 0; HEAP32[i5 >> 2] = i139; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); - i1 = HEAP32[i5 >> 2] | 0; + i2 = HEAP32[i5 >> 2] | 0; } } i2 = HEAP32[i5 >> 2] | 0; - if (((i2 - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 3) { - i1 = i136; - break L1; - } + if (((i2 - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 3) break L1; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i2 + -24 | 0); - i2 = HEAP32[i5 >> 2] | 0; - i4 = i2 + -24 | 0; - i3 = i2; + i1 = HEAP32[i5 >> 2] | 0; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i3 | 0) == (i4 | 0)) break; + if ((i3 | 0) == (i2 | 0)) break; i136 = i3 + -24 | 0; HEAP32[i5 >> 2] = i136; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i136); i3 = HEAP32[i5 >> 2] | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i139, i2 + -48 | 0); - i2 = HEAP32[i5 >> 2] | 0; - i4 = i2 + -24 | 0; - i3 = i2; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i139, i1 + -48 | 0); + i1 = HEAP32[i5 >> 2] | 0; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i3 | 0) == (i4 | 0)) break; + if ((i3 | 0) == (i2 | 0)) break; i136 = i3 + -24 | 0; HEAP32[i5 >> 2] = i136; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i136); i3 = HEAP32[i5 >> 2] | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i2 + -48 | 0); - i4 = (HEAP32[i5 >> 2] | 0) + -24 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i113, 35846, i137); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i113, 36982) | 0; - HEAP32[i112 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i112 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i112 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + __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, 37004, i137); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i114, 38140) | 0; + HEAP32[i113 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i113 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i113 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i3 = HEAP8[i139 >> 0] | 0; - i2 = (i3 & 1) == 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i112, i2 ? i139 + 1 | 0 : HEAP32[i139 + 8 >> 2] | 0, i2 ? (i3 & 255) >>> 1 : HEAP32[i139 + 4 >> 2] | 0) | 0; - HEAP32[i111 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i111 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i111 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i1 = HEAP8[i139 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i113, i2 ? i139 + 1 | 0 : HEAP32[i139 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i139 + 4 >> 2] | 0) | 0; + HEAP32[i112 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i112 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i112 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i111, 36988) | 0; - HEAP32[i110 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i110 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i110 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i112, 38146) | 0; + HEAP32[i111 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i111 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i111 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i3 = HEAP8[i138 >> 0] | 0; - i2 = (i3 & 1) == 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i110, i2 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i2 ? (i3 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; - HEAP32[i109 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i109 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i109 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i1 = HEAP8[i138 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i111, i2 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; + HEAP32[i110 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i110 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i110 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i109, 35848) | 0; - HEAP32[i107 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i107 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i107 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i110, 37006) | 0; + HEAP32[i109 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i109 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i109 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i108, i107); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i4, i108); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i108, i109); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i108); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i108); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i107); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i109); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i110); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i111); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i112); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i113); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i114); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); + i1 = i4; break L1; } case 114: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 99: { - if ((((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 114 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 99 : 0) ? (i130 = i136 + 2 | 0, i18 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i130, i123, i134) | 0, (i18 | 0) != (i130 | 0)) : 0) ? (i94 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i18, i123, i134) | 0, (i94 | 0) != (i18 | 0)) : 0) ? (i69 = i134 + 4 | 0, i7 = HEAP32[i69 >> 2] | 0, ((i7 - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i7 + -24 | 0); - i1 = HEAP32[i69 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + if ((((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 114 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 99 : 0) ? (i131 = i1 + 2 | 0, i4 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i131, i126, i135) | 0, (i4 | 0) != (i131 | 0)) : 0) ? (i93 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i4, i126, i135) | 0, (i93 | 0) != (i4 | 0)) : 0) ? (i65 = i135 + 4 | 0, i5 = HEAP32[i65 >> 2] | 0, ((i5 - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i5 + -24 | 0); + i1 = HEAP32[i65 >> 2] | 0; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i136 = i2 + -24 | 0; - HEAP32[i69 >> 2] = i136; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i136); - i2 = HEAP32[i69 >> 2] | 0; + if ((i3 | 0) == (i2 | 0)) break; + i135 = i3 + -24 | 0; + HEAP32[i65 >> 2] = i135; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i135); + i3 = HEAP32[i65 >> 2] | 0; } i3 = i1 + -48 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i133, i3); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i133, 0, 36994) | 0; - HEAP32[i131 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i131 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i131 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i3); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 38152) | 0; + HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i131, 35930) | 0; - HEAP32[i132 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i132 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i132 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 37088) | 0; + HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = HEAP8[i138 >> 0] | 0; - i1 = (i2 & 1) == 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i132, i1 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i1 ? (i2 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; - HEAP32[i135 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i135 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i135 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = HEAP8[i138 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i133, i2 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; + HEAP32[i136 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i136 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i136 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i135, 35848) | 0; - HEAP32[i137 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i137 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i137 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 37006) | 0; + HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i139, i137); __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i139); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i136); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i134); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - i1 = i94; - } else i1 = i136; + i1 = i93; + } break L1; } case 109: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i56, 37012, 1); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i56, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i56); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i53, 38170, 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; break L1; } case 77: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i57, 37014, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i57, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i57); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i55, 38172, 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; break L1; } case 115: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i58, 37017, 2); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i58, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i58); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i57, 38175, 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; break L1; } case 83: { - i139 = i136 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i59, 37020, 3); - i1 = __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i139, i123, i59, i134) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i59); - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + i138 = i1 + 2 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i58, 38178, 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; break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 115: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 99: { - if ((((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 115 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 99 : 0) ? (i130 = i136 + 2 | 0, i17 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i130, i123, i134) | 0, (i17 | 0) != (i130 | 0)) : 0) ? (i93 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i17, i123, i134) | 0, (i93 | 0) != (i17 | 0)) : 0) ? (i68 = i134 + 4 | 0, i8 = HEAP32[i68 >> 2] | 0, ((i8 - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { + if ((((((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 115 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == 99 : 0) ? (i131 = i1 + 2 | 0, i7 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i131, i126, i135) | 0, (i7 | 0) != (i131 | 0)) : 0) ? (i94 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i7, i126, i135) | 0, (i94 | 0) != (i7 | 0)) : 0) ? (i66 = i135 + 4 | 0, i8 = HEAP32[i66 >> 2] | 0, ((i8 - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) : 0) { __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i8 + -24 | 0); - i1 = HEAP32[i68 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + i1 = HEAP32[i66 >> 2] | 0; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i136 = i2 + -24 | 0; - HEAP32[i68 >> 2] = i136; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i136); - i2 = HEAP32[i68 >> 2] | 0; + if ((i3 | 0) == (i2 | 0)) break; + i135 = i3 + -24 | 0; + HEAP32[i66 >> 2] = i135; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i135); + i3 = HEAP32[i66 >> 2] | 0; } i3 = i1 + -48 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i133, i3); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i133, 0, 37024) | 0; - HEAP32[i131 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i131 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i131 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i3); + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 38182) | 0; + HEAP32[i132 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i132 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i132 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i131, 35930) | 0; - HEAP32[i132 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i132 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i132 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 37088) | 0; + HEAP32[i133 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i133 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i133 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = HEAP8[i138 >> 0] | 0; - i1 = (i2 & 1) == 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i132, i1 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i1 ? (i2 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; - HEAP32[i135 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i135 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i135 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = HEAP8[i138 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i133, i2 ? i138 + 1 | 0 : HEAP32[i138 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i138 + 4 >> 2] | 0) | 0; + HEAP32[i136 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i136 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i136 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i135, 35848) | 0; - HEAP32[i137 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i137 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i137 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 37006) | 0; + HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i139, i137); __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i139); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i136); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i134); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - i1 = i93; - } else i1 = i136; + i1 = i94; + } break L1; } case 112: { - if ((i61 | 0) <= 2) { - i1 = i136; - break L1; - } - if ((HEAP8[i136 >> 0] | 0) != 115) { - i1 = i136; - break L1; - } - if ((HEAP8[i136 + 1 >> 0] | 0) != 112) { - i1 = i136; - break L1; - } - i139 = i136 + 2 | 0; - i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i139, i123, i134) | 0; - i1 = (i1 | 0) == (i139 | 0) ? i136 : i1; + if ((i59 | 0) <= 2) break L1; + if ((HEAP8[i1 >> 0] | 0) != 115) break L1; + if ((HEAP8[i1 + 1 >> 0] | 0) != 112) break L1; + i138 = i1 + 2 | 0; + i139 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i138, i126, i135) | 0; + i1 = (i139 | 0) == (i138 | 0) ? i1 : i139; break L1; } case 114: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) | 0; break L1; } case 116: { - if (((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 115 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 116 : 0) ? (i133 = i136 + 2 | 0, i79 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i133, i123, i134) | 0, (i79 | 0) != (i133 | 0)) : 0) ? (i9 = HEAP32[i134 + 4 >> 2] | 0, (HEAP32[i134 >> 2] | 0) != (i9 | 0)) : 0) { - i3 = i9 + -24 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i135, i3); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i135, 0, 37037) | 0; - HEAP32[i137 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i137 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i137 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + 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, 38195) | 0; + HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 35848) | 0; - HEAP32[i139 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i139 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i139 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 37006) | 0; + HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i138, i139); __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i138); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i138); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); - i1 = i79; - } else i1 = i136; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i136); + i1 = i76; + } break L1; } case 122: { - if (((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 115 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 122 : 0) ? (i133 = i136 + 2 | 0, i78 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i133, i123, i134) | 0, (i78 | 0) != (i133 | 0)) : 0) ? (i10 = HEAP32[i134 + 4 >> 2] | 0, (HEAP32[i134 >> 2] | 0) != (i10 | 0)) : 0) { - i3 = i10 + -24 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i135, i3); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i135, 0, 37037) | 0; - HEAP32[i137 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i137 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i137 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + 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, 38195) | 0; + HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 35848) | 0; - HEAP32[i139 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i139 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i139 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 37006) | 0; + HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i138, i139); __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i138); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i138); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); - i1 = i78; - } else i1 = i136; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i136); + i1 = i77; + } break L1; } case 90: { - if ((i103 - i62 | 0) <= 2) { - i1 = i136; - break L1; - } - switch (HEAP8[i62 + 2 >> 0] | 0) { + if ((i103 - i61 | 0) <= 2) break L1; + switch (HEAP8[i61 + 2 >> 0] | 0) { case 84: break; case 102: { - if ((((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 115 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 90 : 0) ? (i16 = i136 + 2 | 0, (HEAP8[i16 >> 0] | 0) == 102) : 0) ? (i77 = __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4_RT_(i16, i123, i134) | 0, (i77 | 0) != (i16 | 0)) : 0) ? (i11 = HEAP32[i134 + 4 >> 2] | 0, (HEAP32[i134 >> 2] | 0) != (i11 | 0)) : 0) { - i3 = i11 + -24 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i135, i3); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i135, 0, 37046) | 0; - HEAP32[i137 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i137 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i137 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + 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, 38204) | 0; + HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 35848) | 0; - HEAP32[i139 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i139 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i139 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 37006) | 0; + HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i138, i139); __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i138); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i138); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); - i1 = i77; - } else i1 = i136; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i136); + i1 = i78; + } break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } - if (((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 115 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 90 : 0) ? (i15 = i136 + 2 | 0, (HEAP8[i15 >> 0] | 0) == 84) : 0) ? (i104 = i134 + 4 | 0, i97 = ((HEAP32[i104 >> 2] | 0) - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0, i1 = __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i15, i123, i134) | 0, i66 = HEAP32[i134 >> 2] | 0, i4 = ((HEAP32[i104 >> 2] | 0) - i66 | 0) / 24 | 0, i66, (i1 | 0) != (i15 | 0)) : 0) { + 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; - i2 = i139 + 1 | 0; - i3 = 37046; - i5 = i2 + 10 | 0; + i1 = i139 + 1 | 0; + i2 = 38204; + i3 = i1 + 10 | 0; do { - HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; + HEAP8[i1 >> 0] = HEAP8[i2 >> 0] | 0; + i1 = i1 + 1 | 0; i2 = i2 + 1 | 0; - i3 = i3 + 1 | 0; - } while ((i2 | 0) < (i5 | 0)); + } while ((i1 | 0) < (i3 | 0)); HEAP8[i139 + 11 >> 0] = 0; - L867 : do if ((i97 | 0) != (i4 | 0)) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i66 + (i97 * 24 | 0) | 0); - i6 = HEAP8[i137 >> 0] | 0; - i8 = (i6 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i139, i8 ? i137 + 1 | 0 : HEAP32[i137 + 8 >> 2] | 0, i8 ? (i6 & 255) >>> 1 : HEAP32[i137 + 4 >> 2] | 0) | 0; + L867 : do if ((i97 | 0) != (i92 | 0)) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i67 + (i97 * 24 | 0) | 0); + i4 = HEAP8[i137 >> 0] | 0; + i5 = (i4 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i139, i5 ? i137 + 1 | 0 : HEAP32[i137 + 8 >> 2] | 0, i5 ? (i4 & 255) >>> 1 : HEAP32[i137 + 4 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - i6 = i135 + 8 | 0; - i8 = i135 + 1 | 0; - i7 = i135 + 4 | 0; - i2 = i97; + i4 = i136 + 8 | 0; + i5 = i136 + 1 | 0; + i6 = i136 + 4 | 0; + i1 = i97; while (1) { - i2 = i2 + 1 | 0; - if ((i2 | 0) == (i4 | 0)) break L867; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i132, (HEAP32[i134 >> 2] | 0) + (i2 * 24 | 0) | 0); - i5 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i132, 0, 36480) | 0; - HEAP32[i135 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i135 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; - HEAP32[i135 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; + 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, 37638) | 0; + HEAP32[i136 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i136 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i136 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; i3 = 0; while (1) { if ((i3 | 0) == 3) break; - HEAP32[i5 + (i3 << 2) >> 2] = 0; + HEAP32[i2 + (i3 << 2) >> 2] = 0; i3 = i3 + 1 | 0; } - i137 = HEAP8[i135 >> 0] | 0; - i136 = (i137 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i139, i136 ? i8 : HEAP32[i6 >> 2] | 0, i136 ? (i137 & 255) >>> 1 : HEAP32[i7 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); + i137 = HEAP8[i136 >> 0] | 0; + i131 = (i137 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i139, i131 ? i5 : HEAP32[i4 >> 2] | 0, i131 ? (i137 & 255) >>> 1 : HEAP32[i6 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i136); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); } } while (0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 35848) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 37006) | 0; + i3 = i92; while (1) { - if ((i4 | 0) == (i97 | 0)) break; + if ((i3 | 0) == (i97 | 0)) break; i2 = HEAP32[i104 >> 2] | 0; - i3 = i2 + -24 | 0; + i1 = i2 + -24 | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; + if ((i2 | 0) == (i1 | 0)) break; i137 = i2 + -24 | 0; HEAP32[i104 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); i2 = HEAP32[i104 >> 2] | 0; } - i4 = i4 + -1 | 0; + i3 = i3 + -1 | 0; } - HEAP32[i133 >> 2] = HEAP32[i139 >> 2]; - HEAP32[i133 + 4 >> 2] = HEAP32[i139 + 4 >> 2]; - HEAP32[i133 + 8 >> 2] = HEAP32[i139 + 8 >> 2]; - i2 = 0; + HEAP32[i134 >> 2] = HEAP32[i139 >> 2]; + HEAP32[i134 + 4 >> 2] = HEAP32[i139 + 4 >> 2]; + HEAP32[i134 + 8 >> 2] = HEAP32[i139 + 8 >> 2]; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i139 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i139 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i131, i133); - i2 = HEAP32[i104 >> 2] | 0; - i137 = HEAP32[i134 + 8 >> 2] | 0; - i5 = i137; - if (i2 >>> 0 < i137 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i131); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i132, i134); + i1 = HEAP32[i104 >> 2] | 0; + i137 = HEAP32[i135 + 8 >> 2] | 0; + i4 = i137; + if (i1 >>> 0 < i137 >>> 0) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i1, i132); HEAP32[i104 >> 2] = (HEAP32[i104 >> 2] | 0) + 24; } else { - i3 = HEAP32[i134 >> 2] | 0; - i137 = i2 - i3 | 0; - i6 = (i137 | 0) / 24 | 0; - i4 = i6 + 1 | 0; - if ((i137 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i134); - i2 = (i5 - i3 | 0) / 24 | 0; - if (i2 >>> 0 < 1073741823) { - i2 = i2 << 1; - i2 = i2 >>> 0 < i4 >>> 0 ? i4 : i2; - } else i2 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i138, i2, i6, i134 + 12 | 0); + i2 = HEAP32[i135 >> 2] | 0; + i137 = i1 - i2 | 0; + i5 = (i137 | 0) / 24 | 0; + i3 = i5 + 1 | 0; + if ((i137 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i135); + i1 = (i4 - i2 | 0) / 24 | 0; + if (i1 >>> 0 < 1073741823) { + i1 = i1 << 1; + i1 = i1 >>> 0 < i3 >>> 0 ? i3 : i1; + } else i1 = 2147483647; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i138, i1, i5, i135 + 12 | 0); i137 = i138 + 8 | 0; i136 = HEAP32[i137 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i136, i131); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i136, i132); HEAP32[i137 >> 2] = i136 + 24; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i134, i138); + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i135, i138); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i138); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i131); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i132); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i134); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); - } else i1 = i136; + i1 = i107; + } break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 116: - switch (HEAP8[i62 + 1 >> 0] | 0) { + switch (HEAP8[i61 + 1 >> 0] | 0) { case 105: case 101: { - L903 : do if ((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 116 : 0) { - i1 = HEAP8[i136 + 1 >> 0] | 0; - switch (i1 << 24 >> 24) { + L903 : do if ((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 116 : 0) { + i2 = HEAP8[i1 + 1 >> 0] | 0; + switch (i2 << 24 >> 24) { case 105: case 101: break; default: - { - i1 = i136; - break L903; - } + break L903; } - i2 = i136 + 2 | 0; - if (i1 << 24 >> 24 == 101) i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i123, i134) | 0; else i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i2, i123, i134) | 0; - if ((i1 | 0) != (i2 | 0) ? (i67 = HEAP32[i134 + 4 >> 2] | 0, (HEAP32[i134 >> 2] | 0) != (i67 | 0)) : 0) { - i4 = i67 + -24 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i135, i4); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i135, 0, 37057) | 0; - HEAP32[i137 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i137 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i137 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i3 = i1 + 2 | 0; + if (i2 << 24 >> 24 == 101) i4 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i3, i126, i135) | 0; else i4 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i3, i126, i135) | 0; + 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, 38215) | 0; + HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 35848) | 0; - HEAP32[i139 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i139 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i139 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 37006) | 0; + HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; + HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i138, i139); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i4, i138); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i138); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i138); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); - } else i1 = i136; - } else i1 = i136; while (0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i136); + i1 = i4; + } + } while (0); break L1; } case 114: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i92, 37065); - i1 = i134 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - i139 = HEAP32[i134 + 8 >> 2] | 0; - i3 = i139; - if (i2 >>> 0 < i139 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i92); - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i90, 38223); + i2 = i135 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + i139 = HEAP32[i135 + 8 >> 2] | 0; + i4 = i139; + if (i3 >>> 0 < i139 >>> 0) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i90); + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { - i1 = HEAP32[i134 >> 2] | 0; - i139 = i2 - i1 | 0; - i4 = (i139 | 0) / 24 | 0; - i2 = i4 + 1 | 0; - if ((i139 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i134); - i1 = (i3 - i1 | 0) / 24 | 0; - if (i1 >>> 0 < 1073741823) { - i1 = i1 << 1; - i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; - } else i1 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i138, i1, i4, i134 + 12 | 0); + i2 = HEAP32[i135 >> 2] | 0; + i139 = i3 - i2 | 0; + i5 = (i139 | 0) / 24 | 0; + i3 = i5 + 1 | 0; + if ((i139 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i135); + i2 = (i4 - i2 | 0) / 24 | 0; + if (i2 >>> 0 < 1073741823) { + i2 = i2 << 1; + i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; + } else i2 = 2147483647; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i138, i2, i5, i135 + 12 | 0); i139 = i138 + 8 | 0; i137 = HEAP32[i139 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i137, i92); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i137, i90); HEAP32[i139 >> 2] = i137 + 24; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i134, i138); + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i135, i138); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i138); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i92); - i1 = i136 + 2 | 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i90); + i1 = i1 + 2 | 0; break L1; } case 119: { - if (((((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 116 : 0) ? (HEAP8[i136 + 1 >> 0] | 0) == 119 : 0) ? (i135 = i136 + 2 | 0, i74 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i135, i123, i134) | 0, (i74 | 0) != (i135 | 0)) : 0) ? (i13 = HEAP32[i134 + 4 >> 2] | 0, (HEAP32[i134 >> 2] | 0) != (i13 | 0)) : 0) { - i2 = i13 + -24 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i2); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 37071) | 0; - HEAP32[i139 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i139 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i139 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i1 = 0; + 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, 38229) | 0; + HEAP32[i139 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i139 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i139 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i3 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i138, i139); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i2, i138); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i1, i138); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i138); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - i1 = i74; - } else i1 = i136; + i1 = i69; + } break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } case 57: case 56: @@ -11441,16 +11368,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ case 50: case 49: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) | 0; break L1; } default: - { - i1 = i136; - break L1; - } + break L1; } while (0); - } else i1 = i136; while (0); + } while (0); STACKTOP = i140; return i1 | 0; } @@ -11458,71 +11382,71 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_(i132, i131) { i132 = i132 | 0; i131 = i131 | 0; - var i1 = 0, d2 = 0.0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i69 = 0, i70 = 0, i71 = 0, i72 = 0, i73 = 0, i74 = 0, i75 = 0, i76 = 0, i77 = 0, i78 = 0, i79 = 0, i80 = 0, i81 = 0, i82 = 0, i83 = 0, i84 = 0, i85 = 0, i86 = 0, i87 = 0, i88 = 0, i89 = 0, i90 = 0, i91 = 0, i92 = 0, i93 = 0, i94 = 0, i95 = 0, i96 = 0, i97 = 0, i98 = 0, i99 = 0, i100 = 0, i101 = 0, i102 = 0, i103 = 0, i104 = 0, i105 = 0, i106 = 0, i107 = 0, i108 = 0, i109 = 0, i110 = 0, i111 = 0, i112 = 0, i113 = 0, i114 = 0, i115 = 0, i116 = 0, i117 = 0, i118 = 0, i119 = 0, i120 = 0, i121 = 0, i122 = 0, i123 = 0, i124 = 0, i125 = 0, i126 = 0, i127 = 0, i128 = 0, i129 = 0, i130 = 0, i133 = 0, i134 = 0, i135 = 0; + var i1 = 0, i2 = 0, d3 = 0.0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i69 = 0, i70 = 0, i71 = 0, i72 = 0, i73 = 0, i74 = 0, i75 = 0, i76 = 0, i77 = 0, i78 = 0, i79 = 0, i80 = 0, i81 = 0, i82 = 0, i83 = 0, i84 = 0, i85 = 0, i86 = 0, i87 = 0, i88 = 0, i89 = 0, i90 = 0, i91 = 0, i92 = 0, i93 = 0, i94 = 0, i95 = 0, i96 = 0, i97 = 0, i98 = 0, i99 = 0, i100 = 0, i101 = 0, i102 = 0, i103 = 0, i104 = 0, i105 = 0, i106 = 0, i107 = 0, i108 = 0, i109 = 0, i110 = 0, i111 = 0, i112 = 0, i113 = 0, i114 = 0, i115 = 0, i116 = 0, i117 = 0, i118 = 0, i119 = 0, i120 = 0, i121 = 0, i122 = 0, i123 = 0, i124 = 0, i125 = 0, i126 = 0, i127 = 0, i128 = 0, i129 = 0, i130 = 0, i133 = 0, i134 = 0, i135 = 0; i135 = STACKTOP; STACKTOP = STACKTOP + 704 | 0; i134 = i135 + 72 | 0; i129 = i135 + 40 | 0; i130 = i135 + 368 | 0; i80 = i135 + 692 | 0; - i52 = i135 + 688 | 0; + i54 = i135 + 688 | 0; i4 = i135 + 684 | 0; - i11 = i135 + 680 | 0; + i7 = i135 + 680 | 0; i19 = i135 + 676 | 0; - i27 = i135 + 672 | 0; - i28 = i135 + 668 | 0; - i5 = i135 + 656 | 0; - i6 = i135 + 652 | 0; - i7 = i135 + 648 | 0; - i8 = i135 + 644 | 0; - i9 = i135 + 640 | 0; - i10 = i135 + 636 | 0; + i31 = i135 + 672 | 0; + i32 = i135 + 668 | 0; + i8 = i135 + 656 | 0; + i9 = i135 + 652 | 0; + i10 = i135 + 648 | 0; + i11 = i135 + 644 | 0; + i5 = i135 + 640 | 0; + i6 = i135 + 636 | 0; i22 = i135 + 632 | 0; - i29 = i135 + 628 | 0; - i61 = i135 + 616 | 0; - i30 = i135 + 604 | 0; - i12 = i135 + 600 | 0; - i13 = i135 + 596 | 0; - i14 = i135 + 592 | 0; + i26 = i135 + 628 | 0; + i55 = i135 + 616 | 0; + i27 = i135 + 604 | 0; + i13 = i135 + 600 | 0; + i14 = i135 + 596 | 0; + i15 = i135 + 592 | 0; i23 = i135 + 588 | 0; - i20 = i135 + 56 | 0; - i15 = i135 + 584 | 0; - i16 = i135 + 580 | 0; - i37 = i135 + 576 | 0; - i42 = i135 + 572 | 0; - i49 = i135 + 568 | 0; - i38 = i135 + 564 | 0; - i47 = i135 + 552 | 0; + i16 = i135 + 56 | 0; + i17 = i135 + 584 | 0; + i18 = i135 + 580 | 0; + i34 = i135 + 576 | 0; + i41 = i135 + 572 | 0; + i43 = i135 + 568 | 0; + i35 = i135 + 564 | 0; + i44 = i135 + 552 | 0; i24 = i135 + 548 | 0; i25 = i135 + 544 | 0; - i17 = i135 + 532 | 0; - i18 = i135 + 528 | 0; - i31 = i135 + 524 | 0; - i32 = i135 + 520 | 0; - i33 = i135 + 516 | 0; - i39 = i135 + 512 | 0; - i40 = i135 + 508 | 0; - i34 = i135 + 504 | 0; - i35 = i135 + 500 | 0; - i41 = i135 + 496 | 0; - i43 = i135 + 484 | 0; - i44 = i135 + 480 | 0; - i36 = i135 + 476 | 0; - i90 = i135 + 472 | 0; + i20 = i135 + 532 | 0; + i21 = i135 + 528 | 0; + i28 = i135 + 524 | 0; + i29 = i135 + 520 | 0; + i30 = i135 + 516 | 0; + i36 = i135 + 512 | 0; + i37 = i135 + 508 | 0; + i38 = i135 + 504 | 0; + i39 = i135 + 500 | 0; + i42 = i135 + 496 | 0; + i45 = i135 + 484 | 0; + i46 = i135 + 480 | 0; + i40 = i135 + 476 | 0; + i91 = i135 + 472 | 0; i93 = i135 + 468 | 0; - i45 = i135 + 464 | 0; + i47 = i135 + 464 | 0; i48 = i135 + 460 | 0; - i46 = i135 + 456 | 0; + i49 = i135 + 456 | 0; i50 = i135 + 452 | 0; - i87 = i135 + 448 | 0; - i81 = i135 + 444 | 0; - i26 = i135 + 440 | 0; + i83 = i135 + 448 | 0; + i84 = i135 + 444 | 0; + i33 = i135 + 440 | 0; i125 = i135 + 220 | 0; - i62 = i135 + 436 | 0; - i53 = i135 + 432 | 0; - i54 = i135 + 428 | 0; + i56 = i135 + 436 | 0; + i57 = i135 + 432 | 0; + i58 = i135 + 428 | 0; i51 = i135 + 424 | 0; - i66 = i135 + 420 | 0; + i68 = i135 + 420 | 0; i63 = i135 + 416 | 0; i89 = i135 + 412 | 0; i64 = i135 + 408 | 0; @@ -11533,188 +11457,188 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i79 = i135 + 372 | 0; i98 = i135 + 364 | 0; i101 = i135 + 360 | 0; - i105 = i135 + 356 | 0; + i103 = i135 + 356 | 0; i107 = i135 + 352 | 0; - i103 = i135 + 348 | 0; + i104 = i135 + 348 | 0; i114 = i135 + 344 | 0; - i67 = i135 + 340 | 0; - i68 = i135 + 328 | 0; + i69 = i135 + 340 | 0; + i70 = i135 + 328 | 0; i96 = i135 + 324 | 0; i94 = i135 + 320 | 0; - i71 = i135 + 316 | 0; - i72 = i135 + 312 | 0; - i73 = i135 + 300 | 0; - i74 = i135 + 288 | 0; + i72 = i135 + 316 | 0; + i73 = i135 + 312 | 0; + i74 = i135 + 300 | 0; + i75 = i135 + 288 | 0; i97 = i135 + 284 | 0; - i104 = i135 + 280 | 0; - i109 = i135 + 276 | 0; - i82 = i135 + 272 | 0; - i83 = i135 + 268 | 0; - i84 = i135 + 256 | 0; - i85 = i135 + 244 | 0; + i105 = i135 + 280 | 0; + i108 = i135 + 276 | 0; + i85 = i135 + 272 | 0; + i86 = i135 + 268 | 0; + i87 = i135 + 256 | 0; + i88 = i135 + 244 | 0; i102 = i135 + 240 | 0; - i110 = i135 + 236 | 0; - i112 = i135 + 232 | 0; - i108 = i135 + 228 | 0; + i109 = i135 + 236 | 0; + i111 = i135 + 232 | 0; + i110 = i135 + 228 | 0; i113 = i135 + 224 | 0; - i111 = i135 + 216 | 0; + i112 = i135 + 216 | 0; i124 = i135 + 212 | 0; i127 = i135 + 208 | 0; i126 = i135 + 204 | 0; i128 = i135 + 200 | 0; - i55 = i135 + 196 | 0; - i56 = i135 + 192 | 0; - i57 = i135 + 188 | 0; - i58 = i135 + 184 | 0; - i88 = i135 + 180 | 0; - i75 = i135 + 176 | 0; - i91 = i135 + 172 | 0; - i86 = i135 + 164 | 0; - i69 = i135 + 160 | 0; - i70 = i135 + 148 | 0; + i59 = i135 + 196 | 0; + i60 = i135 + 192 | 0; + i61 = i135 + 188 | 0; + i62 = i135 + 184 | 0; + i81 = i135 + 180 | 0; + i71 = i135 + 176 | 0; + i90 = i135 + 172 | 0; + i82 = i135 + 164 | 0; + i66 = i135 + 160 | 0; + i67 = i135 + 148 | 0; i92 = i135 + 144 | 0; - i121 = i135 + 168 | 0; + i122 = i135 + 168 | 0; i99 = i135 + 140 | 0; i100 = i135 + 16 | 0; - i120 = i135 + 32 | 0; + i121 = i135 + 32 | 0; i115 = i135 + 136 | 0; i116 = i135 + 124 | 0; i117 = i135 + 120 | 0; - i123 = i135; - i118 = i135 + 108 | 0; - i119 = i135 + 96 | 0; - i59 = i135 + 84 | 0; - i60 = i135 + 80 | 0; + i118 = i135; + i119 = i135 + 108 | 0; + i120 = i135 + 96 | 0; + i52 = i135 + 84 | 0; + i53 = i135 + 80 | 0; i133 = HEAP32[i132 >> 2] | 0; - HEAP32[i52 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i52 >> 2]; + HEAP32[i54 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i54 >> 2]; __ZN4wasm14AstStackHelperC2EN6cashew3RefE(i80, i134); if ((HEAP32[i133 + 44 >> 2] | 0) > 1) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39500, 21379) | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i131 >> 2] | 0, 39500, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(39500, 10) | 0; - } - i52 = __ZN6cashew3RefixEj(i131, 0) | 0; - i52 = __ZN6cashew5Value10getIStringEv(HEAP32[i52 >> 2] | 0) | 0; - i52 = HEAP32[i52 >> 2] | 0; - L4 : do if ((i52 | 0) != (HEAP32[9605] | 0)) { - if ((i52 | 0) == (HEAP32[9606] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 38428) | 0) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40660, 21509) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i131 >> 2] | 0, 40660, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(40660, 10) | 0; + } + i54 = __ZN6cashew3RefixEj(i131, 0) | 0; + i54 = __ZN6cashew5Value10getIStringEv(HEAP32[i54 >> 2] | 0) | 0; + i54 = HEAP32[i54 >> 2] | 0; + L4 : do if ((i54 | 0) != (HEAP32[9895] | 0)) { + if ((i54 | 0) == (HEAP32[9896] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 39588) | 0) { i130 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0; i130 = __ZN6cashew5Value10getIStringEv(HEAP32[i130 >> 2] | 0) | 0; HEAP32[i129 >> 2] = HEAP32[i130 >> 2]; do if (!(__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(HEAP32[i132 + 8 >> 2] | 0, i129) | 0)) { i1 = i133 + 48 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i129) | 0) == (i133 + 52 | 0)) ___assert_fail(21384, 13029, 800, 36019); 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, i129) | 0) == (i133 + 52 | 0)) ___assert_fail(21514, 13086, 800, 37177); else { i130 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i129) | 0; i129 = HEAP32[i130 >> 2] | 0; i130 = HEAP32[i130 + 4 >> 2] | 0; i133 = i133 + 4 | 0; - i21 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; + i12 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; i128 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i130) | 0; - HEAP32[i21 + 8 >> 2] = i128; - HEAP32[i21 + 12 >> 2] = 0; - HEAP32[i21 + 16 >> 2] = i128; + HEAP32[i12 + 8 >> 2] = i128; + HEAP32[i12 + 12 >> 2] = 0; + HEAP32[i12 + 16 >> 2] = i128; i133 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; HEAP32[i133 + 8 >> 2] = 1; HEAP32[i133 + 16 >> 2] = i129; - HEAP32[i21 + 20 >> 2] = i133; + HEAP32[i12 + 20 >> 2] = i133; i133 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 3) | 0; HEAP32[i19 >> 2] = HEAP32[i132 >> 2]; HEAP32[i134 >> 2] = HEAP32[i19 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; - HEAP32[i21 + 24 >> 2] = i134; - HEAP32[i21 + 4 >> 2] = i130; + HEAP32[i12 + 24 >> 2] = i134; + HEAP32[i12 + 4 >> 2] = i130; break; } } else { - i21 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; + i12 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; i133 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0; i133 = __ZN6cashew5Value10getIStringEv(HEAP32[i133 >> 2] | 0) | 0; - HEAP32[i21 + 8 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i12 + 8 >> 2] = HEAP32[i133 >> 2]; i133 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i11 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i7 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i7 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; - HEAP32[i21 + 12 >> 2] = i134; - HEAP32[i21 + 4 >> 2] = HEAP32[i134 + 4 >> 2]; + HEAP32[i12 + 12 >> 2] = i134; + HEAP32[i12 + 4 >> 2] = HEAP32[i134 + 4 >> 2]; } while (0); - i1 = i21; + i1 = i12; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 38476) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 21485, 16); - HEAP32[i6 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i6 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i5, i134); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 39636) | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i8, 21615, 16); + HEAP32[i9 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i9 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i8, i134); } i128 = __ZN6cashew3RefixEj(i131, 2) | 0; HEAP32[i129 >> 2] = HEAP32[i128 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i129, 1) | 0, 0) | 0, 38428) | 0)) ___assert_fail(21432, 13029, 814, 36019); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i129, 1) | 0, 0) | 0, 39588) | 0)) ___assert_fail(21562, 13086, 814, 37177); i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i129, 1) | 0, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; HEAP32[i130 >> 2] = HEAP32[i1 >> 2]; i1 = i133 + 60 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i130) | 0) == (i133 + 64 | 0)) ___assert_fail(21453, 13029, 816, 36019); + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i130) | 0) == (i133 + 64 | 0)) ___assert_fail(21583, 13086, 816, 37177); i4 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i130) | 0; i6 = i133 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; - i5 = HEAP32[i4 >> 2] | 0; - HEAP32[i1 + 8 >> 2] = i5; + i2 = HEAP32[i4 >> 2] | 0; + HEAP32[i1 + 8 >> 2] = i2; HEAP32[i1 + 12 >> 2] = 0; - HEAP32[i1 + 16 >> 2] = i5; - i5 = HEAP32[i132 + 12 >> 2] | 0; - i3 = __ZN6cashew3RefixEj(i129, 2) | 0; - HEAP32[i27 >> 2] = HEAP32[i3 >> 2]; - i3 = HEAP32[i4 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i27 >> 2]; - i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i5, i134, i3) | 0; - HEAP32[i1 + 20 >> 2] = i3; - i3 = HEAP32[i132 + 4 >> 2] | 0; - i5 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i28 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i28 >> 2]; - i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; - i5 = i1 + 24 | 0; - HEAP32[i5 >> 2] = i3; + HEAP32[i1 + 16 >> 2] = i2; + i2 = HEAP32[i132 + 12 >> 2] | 0; + i5 = __ZN6cashew3RefixEj(i129, 2) | 0; + HEAP32[i31 >> 2] = HEAP32[i5 >> 2]; + i5 = HEAP32[i4 >> 2] | 0; + HEAP32[i134 >> 2] = HEAP32[i31 >> 2]; + i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i2, i134, i5) | 0; + HEAP32[i1 + 20 >> 2] = i5; + i5 = HEAP32[i132 + 4 >> 2] | 0; + i2 = __ZN6cashew3RefixEj(i131, 3) | 0; + HEAP32[i32 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i32 >> 2]; + i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i134) | 0; + i2 = i1 + 24 | 0; + HEAP32[i2 >> 2] = i5; i4 = __ZN4wasm13asmToWasmTypeE7AsmType(HEAP32[i4 + 8 >> 2] | 0) | 0; HEAP32[i1 + 4 >> 2] = i4; - i3 = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0; - do if ((i4 | 0) != (i3 | 0)) if ((i4 | 0) == 3 & (i3 | 0) == 4) { + i5 = HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0; + do if ((i4 | 0) != (i5 | 0)) if ((i4 | 0) == 3 & (i5 | 0) == 4) { i134 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; HEAP32[i134 + 8 >> 2] = 23; - HEAP32[i134 + 12 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i134 + 12 >> 2] = HEAP32[i2 >> 2]; HEAP32[i134 + 4 >> 2] = 3; - HEAP32[i5 >> 2] = i134; + HEAP32[i2 >> 2] = i134; break; } else _abort(); while (0); break; } - if ((i52 | 0) == (HEAP32[9611] | 0)) { - if (!(!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 38560) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 38624) | 0) : 0)) i106 = 27; - if (((i106 | 0) == 27 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 3) | 0, 0) | 0, 38484) | 0 : 0) ? (i128 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 3) | 0, 1) | 0, i128 = __ZN6cashew5Value9getNumberEv(HEAP32[i128 >> 2] | 0) | 0, +HEAPF64[i128 >> 3] == 0.0) : 0) { + if ((i54 | 0) == (HEAP32[9901] | 0)) { + if (!(!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 39720) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 39784) | 0) : 0)) i106 = 27; + if (((i106 | 0) == 27 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 3) | 0, 0) | 0, 39644) | 0 : 0) ? (i128 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 3) | 0, 1) | 0, i128 = __ZN6cashew5Value9getNumberEv(HEAP32[i128 >> 2] | 0) | 0, +HEAPF64[i128 >> 3] == 0.0) : 0) { i1 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i7 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i10 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; __ZN4wasm15Asm2WasmBuilder11fixCallTypeEPNS_10ExpressionENS_8WasmTypeE(i133, i1, 1); break; } - i1 = __ZN6cashew3RefixEj(i131, 1) | 0; - i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i8 >> 2] = HEAP32[i1 >> 2]; - i1 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; - i1 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i10 >> 2] = HEAP32[i1 >> 2]; - i1 = HEAP32[i132 + 16 >> 2] | 0; - HEAP32[i130 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i129 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i10 >> 2]; - i130 = __ZN4wasm15Asm2WasmBuilder16parseAsmBinaryOpEN6cashew7IStringENS1_3RefES3_P7AsmData(i133, i130, i129, i134, i1) | 0; + i9 = __ZN6cashew3RefixEj(i131, 1) | 0; + i9 = __ZN6cashew5Value10getIStringEv(HEAP32[i9 >> 2] | 0) | 0; + HEAP32[i11 >> 2] = HEAP32[i9 >> 2]; + i9 = __ZN6cashew3RefixEj(i131, 2) | 0; + HEAP32[i5 >> 2] = HEAP32[i9 >> 2]; + i9 = __ZN6cashew3RefixEj(i131, 3) | 0; + HEAP32[i6 >> 2] = HEAP32[i9 >> 2]; + i9 = HEAP32[i132 + 16 >> 2] | 0; + HEAP32[i130 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i129 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i6 >> 2]; + i130 = __ZN4wasm15Asm2WasmBuilder16parseAsmBinaryOpEN6cashew7IStringENS1_3RefES3_P7AsmData(i133, i130, i129, i134, i9) | 0; i9 = i133 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i9 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = i130; @@ -11728,134 +11652,134 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i8 >> 2] = i132; i7 = HEAP32[i7 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i29 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i29 >> 2]; + HEAP32[i26 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i26 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i7, i134) | 0; i7 = i1 + 16 | 0; HEAP32[i7 >> 2] = i134; __ZN4wasm6Binary8finalizeEv(i1); if ((i130 | 0) == 5 ? ((HEAP32[i1 + 4 >> 2] | 0) + -3 | 0) >>> 0 < 2 : 0) { i1 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i9 >> 2] | 0) | 0; - HEAP32[i1 + 20 >> 2] = HEAP32[9542]; - i6 = i1 + 8 | 0; - i4 = i1 + 12 | 0; - i3 = HEAP32[i4 >> 2] | 0; - i5 = i1 + 16 | 0; - if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) { - __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i6, i8); - i3 = HEAP32[i4 >> 2] | 0; + HEAP32[i1 + 20 >> 2] = HEAP32[9832]; + i4 = i1 + 8 | 0; + i5 = i1 + 12 | 0; + i2 = HEAP32[i5 >> 2] | 0; + i6 = i1 + 16 | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i4, i8); + i2 = HEAP32[i5 >> 2] | 0; } else { - HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; - i3 = (HEAP32[i4 >> 2] | 0) + 4 | 0; - HEAP32[i4 >> 2] = i3; + HEAP32[i2 >> 2] = HEAP32[i8 >> 2]; + i2 = (HEAP32[i5 >> 2] | 0) + 4 | 0; + HEAP32[i5 >> 2] = i2; } - if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i6, i7); else { - HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i4, i7); else { + HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } HEAP32[i1 + 4 >> 2] = 4; - if (HEAP8[44395] | 0) break; - HEAP8[44395] = 1; + if (HEAP8[45555] | 0) break; + HEAP8[45555] = 1; i134 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i9 >> 2] | 0) | 0; - HEAP32[i134 >> 2] = HEAP32[9542]; - HEAP32[i134 + 4 >> 2] = HEAP32[9541]; - HEAP32[i134 + 8 >> 2] = HEAP32[9542]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i61, 21502, 3); - i132 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i61, HEAP32[i133 >> 2] | 0, HEAP32[i9 >> 2] | 0) | 0; + HEAP32[i134 >> 2] = HEAP32[9832]; + HEAP32[i134 + 4 >> 2] = HEAP32[9831]; + HEAP32[i134 + 8 >> 2] = HEAP32[9832]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i55, 21632, 3); + i132 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i55, HEAP32[i133 >> 2] | 0, HEAP32[i9 >> 2] | 0) | 0; HEAP32[i134 + 12 >> 2] = i132; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i61); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i55); __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i133 >> 2] | 0, i134); break; } break; } - if ((i52 | 0) == (HEAP32[9621] | 0)) { + if ((i54 | 0) == (HEAP32[9911] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; i134 = __ZN6cashew3RefixEj(i131, 1) | 0; i134 = __ZN6cashew5Value9getNumberEv(HEAP32[i134 >> 2] | 0) | 0; - d2 = +HEAPF64[i134 >> 3]; - do if (!(__ZN4wasm12isSInteger32Ed(d2) | 0)) if (__ZN4wasm12isUInteger32Ed(d2) | 0) { - i3 = __ZN4wasm12toUInteger32Ed(d2) | 0; + d3 = +HEAPF64[i134 >> 3]; + do if (!(__ZN4wasm12isSInteger32Ed(d3) | 0)) if (__ZN4wasm12isUInteger32Ed(d3) | 0) { + i2 = __ZN4wasm12toUInteger32Ed(d3) | 0; HEAP32[i1 + 8 >> 2] = 1; - HEAP32[i1 + 16 >> 2] = i3; - i3 = 1; + HEAP32[i1 + 16 >> 2] = i2; + i2 = 1; break; } else { HEAP32[i1 + 8 >> 2] = 4; - HEAPF64[i1 + 16 >> 3] = d2; - i3 = 4; + HEAPF64[i1 + 16 >> 3] = d3; + i2 = 4; break; } else { - i3 = __ZN4wasm12toSInteger32Ed(d2) | 0; + i2 = __ZN4wasm12toSInteger32Ed(d3) | 0; HEAP32[i1 + 8 >> 2] = 1; - HEAP32[i1 + 16 >> 2] = i3; - i3 = 1; + HEAP32[i1 + 16 >> 2] = i2; + i2 = 1; } while (0); - HEAP32[i1 + 4 >> 2] = i3; + HEAP32[i1 + 4 >> 2] = i2; break; } - if ((i52 | 0) == (HEAP32[9607] | 0)) { + if ((i54 | 0) == (HEAP32[9897] | 0)) { i1 = __ZN6cashew3RefixEj(i131, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; i1 = HEAP32[i1 >> 2] | 0; HEAP32[i134 >> 2] = i1; do if (!(__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(HEAP32[i132 + 8 >> 2] | 0, i134) | 0)) { - if ((i1 | 0) == (HEAP32[9549] | 0)) { + if ((i1 | 0) == (HEAP32[9839] | 0)) { i1 = i133 + 4 | 0; - i3 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i3 + 20 >> 2] = HEAP32[9549]; - HEAP32[i3 + 4 >> 2] = 0; - if (HEAP8[44396] | 0) break; - HEAP8[44396] = 1; + i2 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + HEAP32[i2 + 20 >> 2] = HEAP32[9839]; + HEAP32[i2 + 4 >> 2] = 0; + if (HEAP8[45556] | 0) break; + HEAP8[45556] = 1; i134 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i134 >> 2] = HEAP32[9549]; - HEAP32[i134 + 4 >> 2] = HEAP32[9541]; - HEAP32[i134 + 8 >> 2] = HEAP32[9549]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i30, 21506, 1); - i132 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i30, HEAP32[i133 >> 2] | 0, HEAP32[i1 >> 2] | 0) | 0; + HEAP32[i134 >> 2] = HEAP32[9839]; + HEAP32[i134 + 4 >> 2] = HEAP32[9831]; + HEAP32[i134 + 8 >> 2] = HEAP32[9839]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i27, 21636, 1); + i132 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i27, HEAP32[i133 >> 2] | 0, HEAP32[i1 >> 2] | 0) | 0; HEAP32[i134 + 12 >> 2] = i132; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i30); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i27); __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i133 >> 2] | 0, i134); break; } i1 = i133 + 48 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i134) | 0) == (i133 + 52 | 0)) ___assert_fail(21384, 13029, 910, 36019); 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, i134) | 0) == (i133 + 52 | 0)) ___assert_fail(21514, 13086, 910, 37177); else { i134 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i134) | 0; i132 = HEAP32[i134 >> 2] | 0; i134 = HEAP32[i134 + 4 >> 2] | 0; i133 = i133 + 4 | 0; - i3 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; + i2 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; i131 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i134) | 0; - HEAP32[i3 + 8 >> 2] = i131; - HEAP8[i3 + 12 >> 0] = 1; - HEAP32[i3 + 16 >> 2] = 0; - HEAP32[i3 + 20 >> 2] = i131; + HEAP32[i2 + 8 >> 2] = i131; + HEAP8[i2 + 12 >> 0] = 1; + HEAP32[i2 + 16 >> 2] = 0; + HEAP32[i2 + 20 >> 2] = i131; i133 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; HEAP32[i133 + 8 >> 2] = 1; HEAP32[i133 + 16 >> 2] = i132; - HEAP32[i3 + 24 >> 2] = i133; - HEAP32[i3 + 4 >> 2] = i134; + HEAP32[i2 + 24 >> 2] = i133; + HEAP32[i2 + 4 >> 2] = i134; break; } } else { - i3 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - HEAP32[i3 + 8 >> 2] = i1; + i2 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; + HEAP32[i2 + 8 >> 2] = i1; i134 = __ZN4wasm13asmToWasmTypeE7AsmType(__ZN7AsmData7getTypeERKN6cashew7IStringE(HEAP32[i132 + 16 >> 2] | 0, i134) | 0) | 0; - HEAP32[i3 + 4 >> 2] = i134; + HEAP32[i2 + 4 >> 2] = i134; } while (0); - i1 = i3; + i1 = i2; break; } - if ((i52 | 0) == (HEAP32[9619] | 0)) { - i61 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i129 >> 2] = HEAP32[i61 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i129, 0) | 0, 38428) | 0)) ___assert_fail(21508, 13029, 924, 36019); - i3 = __ZN6cashew3RefixEj(i129, 1) | 0; - i3 = __ZN6cashew5Value10getIStringEv(HEAP32[i3 >> 2] | 0) | 0; - HEAP32[i130 >> 2] = HEAP32[i3 >> 2]; - i3 = i133 + 60 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i3, i130) | 0) == (i133 + 64 | 0)) ___assert_fail(21453, 13029, 926, 36019); else { - i130 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i3, i130) | 0; + if ((i54 | 0) == (HEAP32[9909] | 0)) { + i55 = __ZN6cashew3RefixEj(i131, 1) | 0; + HEAP32[i129 >> 2] = HEAP32[i55 >> 2]; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i129, 0) | 0, 39588) | 0)) ___assert_fail(21638, 13086, 924, 37177); + i2 = __ZN6cashew3RefixEj(i129, 1) | 0; + i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; + HEAP32[i130 >> 2] = HEAP32[i2 >> 2]; + i2 = i133 + 60 | 0; + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i2, i130) | 0) == (i133 + 64 | 0)) ___assert_fail(21583, 13086, 926, 37177); else { + i130 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i2, i130) | 0; i1 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; i133 = HEAP32[i130 >> 2] | 0; HEAP32[i1 + 8 >> 2] = i133; @@ -11864,9 +11788,9 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 20 >> 2] = i133; i132 = HEAP32[i132 + 12 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i12 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i13 >> 2] = HEAP32[i133 >> 2]; i133 = HEAP32[i130 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i13 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i132, i134, i133) | 0; HEAP32[i1 + 24 >> 2] = i134; i134 = __ZN4wasm11getWasmTypeEjb(HEAP32[i130 >> 2] | 0, (HEAP8[i130 + 4 >> 0] | 0) == 0) | 0; @@ -11874,16 +11798,16 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ break; } } - if ((i52 | 0) == (HEAP32[9630] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 38552) | 0) { - HEAP32[i13 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i13 >> 2]; + if ((i54 | 0) == (HEAP32[9920] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 39712) | 0) { + HEAP32[i14 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i14 >> 2]; __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i129, i133, i134); L95 : do if (!(HEAP32[i129 >> 2] | 0)) { i1 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i14 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i15 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i15 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; switch (HEAP32[i1 + 4 >> 2] | 0) { case 1: @@ -11925,18 +11849,18 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } while (0); break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 38556) | 0) { - do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 38484) | 0)) { - if ((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 38520) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0, 38552) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 2) | 0, 0) | 0, 38484) | 0 : 0) break; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 39716) | 0) { + do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 39644) | 0)) { + if ((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 39680) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0, 39712) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 2) | 0, 0) | 0, 39644) | 0 : 0) break; i4 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i16 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i18 >> 2] = HEAP32[i4 >> 2]; i4 = HEAP32[i132 + 16 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i18 >> 2]; i4 = __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i133, i134, i4) | 0; i1 = i133 + 4 | 0; - i3 = HEAP32[i1 >> 2] | 0; + i2 = HEAP32[i1 >> 2] | 0; if (!i4) { - i133 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(i3) | 0; + i133 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(i2) | 0; HEAP32[i133 + 8 >> 2] = 1; i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = 1; @@ -11945,20 +11869,20 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i133 + 12 >> 2] = i1; i1 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i37 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i34 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i34 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; HEAP32[i133 + 16 >> 2] = i1; HEAP32[i133 + 4 >> 2] = 1; i1 = i133; break L4; } - i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(i3) | 0; + i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(i2) | 0; HEAP32[i1 + 8 >> 2] = 3; i133 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i42 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i42 >> 2]; + HEAP32[i41 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i41 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; HEAP32[i1 + 12 >> 2] = i134; switch (i4 | 0) { @@ -11979,22 +11903,22 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } while (0); i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; i132 = i1 + 8 | 0; - HEAP32[i15 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i15 >> 2]; - __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i20, i133, i134); - HEAP32[i132 >> 2] = HEAP32[i20 >> 2]; - HEAP32[i132 + 4 >> 2] = HEAP32[i20 + 4 >> 2]; - HEAP32[i132 + 8 >> 2] = HEAP32[i20 + 8 >> 2]; - HEAP32[i132 + 12 >> 2] = HEAP32[i20 + 12 >> 2]; + HEAP32[i17 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i17 >> 2]; + __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i16, i133, i134); + HEAP32[i132 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i132 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; + HEAP32[i132 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; + HEAP32[i132 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; HEAP32[i1 + 4 >> 2] = HEAP32[i132 >> 2]; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 38576) | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 38572) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i17, 21562, 9); - HEAP32[i18 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i18 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i17, i134); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 39736) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 39732) | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i20, 21692, 9); + HEAP32[i21 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i21 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i20, i134); } i129 = i133 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i129 >> 2] | 0) | 0; @@ -12014,35 +11938,35 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ if ((HEAP32[(HEAP32[i130 >> 2] | 0) + 4 >> 2] | 0) == 1) { __ZN4wasm6Binary8finalizeEv(i1); break; - } else ___assert_fail(21526, 13029, 1027, 36019); + } else ___assert_fail(21656, 13086, 1027, 37177); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 38520) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0, 38576) | 0 : 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 39680) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0, 39736) | 0 : 0) { i6 = i133 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; - HEAP32[i1 + 20 >> 2] = HEAP32[9543]; - i5 = HEAP32[i132 + 4 >> 2] | 0; + HEAP32[i1 + 20 >> 2] = HEAP32[9833]; + i2 = HEAP32[i132 + 4 >> 2] | 0; i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 2) | 0; - HEAP32[i38 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i38 >> 2]; - i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i134) | 0; - HEAP32[i49 >> 2] = i5; + HEAP32[i35 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i35 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i43 >> 2] = i2; i4 = i1 + 12 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i1 + 16 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i5; + i5 = HEAP32[i4 >> 2] | 0; + if (i5 >>> 0 < (HEAP32[i1 + 16 >> 2] | 0) >>> 0) { + HEAP32[i5 >> 2] = i2; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i1 + 8 | 0, i49); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i1 + 8 | 0, i43); HEAP32[i1 + 4 >> 2] = 1; - if (HEAP8[44397] | 0) break; - HEAP8[44397] = 1; + if (HEAP8[45557] | 0) break; + HEAP8[45557] = 1; i134 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; - HEAP32[i134 >> 2] = HEAP32[9543]; - HEAP32[i134 + 4 >> 2] = HEAP32[9541]; - HEAP32[i134 + 8 >> 2] = HEAP32[9543]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i47, 37122, 2); - i132 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i47, HEAP32[i133 >> 2] | 0, HEAP32[i6 >> 2] | 0) | 0; + HEAP32[i134 >> 2] = HEAP32[9833]; + HEAP32[i134 + 4 >> 2] = HEAP32[9831]; + HEAP32[i134 + 8 >> 2] = HEAP32[9833]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i44, 38280, 2); + i132 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i44, HEAP32[i133 >> 2] | 0, HEAP32[i6 >> 2] | 0) | 0; HEAP32[i134 + 12 >> 2] = i132; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i47); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i44); __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i133 >> 2] | 0, i134); break; } @@ -12063,72 +11987,72 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 4 >> 2] = 1; break; } - if ((i52 | 0) == (HEAP32[9613] | 0)) { + if ((i54 | 0) == (HEAP32[9903] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i3 = i132 + 4 | 0; - i133 = HEAP32[i3 >> 2] | 0; + i2 = i132 + 4 | 0; + i133 = HEAP32[i2 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i31 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i31 >> 2]; + HEAP32[i28 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i28 >> 2]; i133 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; HEAP32[i1 + 8 >> 2] = i133; - i133 = HEAP32[i3 >> 2] | 0; + i133 = HEAP32[i2 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i32 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i32 >> 2]; + HEAP32[i29 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i29 >> 2]; i133 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; HEAP32[i1 + 12 >> 2] = i133; - if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 3) | 0) | 0) i3 = 0; else { - i3 = HEAP32[i3 >> 2] | 0; + if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 3) | 0) | 0) i2 = 0; else { + i2 = HEAP32[i2 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i33 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i33 >> 2]; - i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; + HEAP32[i30 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i30 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; } - HEAP32[i1 + 16 >> 2] = i3; + HEAP32[i1 + 16 >> 2] = i2; break; } - if ((i52 | 0) == (HEAP32[9564] | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 38428) | 0)) { - i3 = __ZN10MixedArena5allocIN4wasm12CallIndirectEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - HEAP32[i129 >> 2] = i3; - i61 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i130 >> 2] = HEAP32[i61 >> 2]; - if ((((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i130, 0) | 0, 38476) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 1) | 0, 0) | 0, 38428) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 2) | 0, 0) | 0, 38444) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 2) | 0, 1) | 0, 38564) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 2) | 0, 3) | 0, 0) | 0, 38484) | 0 : 0) { + if ((i54 | 0) == (HEAP32[9854] | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 39588) | 0)) { + i2 = __ZN10MixedArena5allocIN4wasm12CallIndirectEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; + HEAP32[i129 >> 2] = i2; + i55 = __ZN6cashew3RefixEj(i131, 1) | 0; + HEAP32[i130 >> 2] = HEAP32[i55 >> 2]; + if ((((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i130, 0) | 0, 39636) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 1) | 0, 0) | 0, 39588) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 2) | 0, 0) | 0, 39604) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 2) | 0, 1) | 0, 39724) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 2) | 0, 3) | 0, 0) | 0, 39644) | 0 : 0) { i8 = i132 + 4 | 0; i1 = HEAP32[i8 >> 2] | 0; - i7 = __ZN6cashew3RefixEj(i130, 2) | 0; - HEAP32[i26 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i26 >> 2]; + i6 = __ZN6cashew3RefixEj(i130, 2) | 0; + HEAP32[i33 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i33 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; - HEAP32[i3 + 24 >> 2] = i1; + HEAP32[i2 + 24 >> 2] = i1; i1 = __ZN6cashew3RefixEj(i131, 2) | 0; i1 = HEAP32[i1 >> 2] | 0; HEAP32[i125 >> 2] = i1; - i7 = i3 + 8 | 0; - i6 = i3 + 12 | 0; - i4 = i3 + 16 | 0; + i6 = i2 + 8 | 0; + i7 = i2 + 12 | 0; + i4 = i2 + 16 | 0; i5 = 0; while (1) { if (i5 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; - i3 = HEAP32[i8 >> 2] | 0; - i1 = __ZN6cashew3RefixEj(i125, i5) | 0; - HEAP32[i53 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i53 >> 2]; - i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; - HEAP32[i62 >> 2] = i3; - i1 = HEAP32[i6 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i3; - HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i62); + i1 = HEAP32[i8 >> 2] | 0; + i2 = __ZN6cashew3RefixEj(i125, i5) | 0; + HEAP32[i57 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i57 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; + HEAP32[i56 >> 2] = i1; + i2 = HEAP32[i7 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i1; + HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6, i56); i1 = HEAP32[i125 >> 2] | 0; i5 = i5 + 1 | 0; } i1 = __ZN4wasm14AstStackHelper9getParentEv(i80) | 0; - HEAP32[i54 >> 2] = i1; + HEAP32[i58 >> 2] = i1; i1 = HEAP32[i129 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i54 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i58 >> 2]; i134 = __ZN4wasm15Asm2WasmBuilder15getFunctionTypeEN6cashew3RefERNSt3__16vectorIPNS_10ExpressionENS3_9allocatorIS6_EEEE(i133, i134, i1 + 8 | 0) | 0; HEAP32[i1 + 20 >> 2] = i134; HEAP32[i1 + 4 >> 2] = HEAP32[i134 + 4 >> 2]; @@ -12139,89 +12063,89 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i1 = HEAP32[i129 >> 2] | 0; break; } - ___assert_fail(21636, 13029, 1161, 36019); + ___assert_fail(21766, 13086, 1161, 37177); } i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 1) | 0; i4 = __ZN6cashew5Value10getIStringEv(HEAP32[i4 >> 2] | 0) | 0; i4 = HEAP32[i4 >> 2] | 0; - i7 = i4; - if ((i7 | 0) == (HEAP32[i133 + 72 >> 2] | 0)) { - i62 = __ZN6cashew3RefixEj(i131, 2) | 0; - if ((__ZN6cashew5Value4sizeEv(HEAP32[i62 >> 2] | 0) | 0) == 2) { + i6 = i4; + if ((i6 | 0) == (HEAP32[i133 + 72 >> 2] | 0)) { + i58 = __ZN6cashew3RefixEj(i131, 2) | 0; + if ((__ZN6cashew5Value4sizeEv(HEAP32[i58 >> 2] | 0) | 0) == 2) { i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = 2; i133 = i132 + 4 | 0; i132 = HEAP32[i133 >> 2] | 0; i130 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i39 >> 2] = HEAP32[i130 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i39 >> 2]; + HEAP32[i36 >> 2] = HEAP32[i130 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i36 >> 2]; i132 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i132, i134) | 0; HEAP32[i1 + 12 >> 2] = i132; i133 = HEAP32[i133 >> 2] | 0; i132 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0; - HEAP32[i40 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i40 >> 2]; + HEAP32[i37 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i37 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; HEAP32[i1 + 16 >> 2] = i134; HEAP32[i1 + 4 >> 2] = 1; break; - } else ___assert_fail(21572, 13029, 1042, 36019); + } else ___assert_fail(21702, 13086, 1042, 37177); } - if ((i7 | 0) == (HEAP32[i133 + 76 >> 2] | 0)) { - i62 = __ZN6cashew3RefixEj(i131, 2) | 0; - if ((__ZN6cashew5Value4sizeEv(HEAP32[i62 >> 2] | 0) | 0) == 1) { + if ((i6 | 0) == (HEAP32[i133 + 76 >> 2] | 0)) { + i58 = __ZN6cashew3RefixEj(i131, 2) | 0; + if ((__ZN6cashew5Value4sizeEv(HEAP32[i58 >> 2] | 0) | 0) == 1) { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = 0; i133 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i34 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i34 >> 2]; + HEAP32[i38 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i38 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; HEAP32[i1 + 12 >> 2] = i134; HEAP32[i1 + 4 >> 2] = 1; break; - } else ___assert_fail(21592, 13029, 1051, 36019); + } else ___assert_fail(21722, 13086, 1051, 37177); } - if ((i7 | 0) == (HEAP32[i133 + 80 >> 2] | 0)) { + if ((i6 | 0) == (HEAP32[i133 + 80 >> 2] | 0)) { i130 = __ZN6cashew3RefixEj(i131, 2) | 0; - if ((__ZN6cashew5Value4sizeEv(HEAP32[i130 >> 2] | 0) | 0) != 1) ___assert_fail(21592, 13029, 1059, 36019); + if ((__ZN6cashew5Value4sizeEv(HEAP32[i130 >> 2] | 0) | 0) != 1) ___assert_fail(21722, 13086, 1059, 37177); i130 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i35 >> 2] = HEAP32[i130 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i39 >> 2] = HEAP32[i130 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i39 >> 2]; __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i129, i133, i134); L184 : do switch (HEAP32[i129 >> 2] | 0) { case 1: { i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - d2 = +(__ZNK4wasm7Literal6geti32Ev(i129) | 0); + d3 = +(__ZNK4wasm7Literal6geti32Ev(i129) | 0); HEAP32[i1 + 8 >> 2] = 3; - HEAPF32[i1 + 16 >> 2] = d2; + HEAPF32[i1 + 16 >> 2] = d3; HEAP32[i1 + 4 >> 2] = 3; break; } case 4: { i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - d2 = +__ZNK4wasm7Literal6getf64Ev(i129); + d3 = +__ZNK4wasm7Literal6getf64Ev(i129); HEAP32[i1 + 8 >> 2] = 3; - HEAPF32[i1 + 16 >> 2] = d2; + HEAPF32[i1 + 16 >> 2] = d3; HEAP32[i1 + 4 >> 2] = 3; break; } default: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i3 = HEAP32[i132 + 4 >> 2] | 0; + i2 = HEAP32[i132 + 4 >> 2] | 0; i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i41 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i41 >> 2]; - i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; - HEAP32[i1 + 12 >> 2] = i3; - i4 = i3 + 4 | 0; + HEAP32[i42 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i42 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i1 + 12 >> 2] = i2; + i4 = i2 + 4 | 0; switch (HEAP32[i4 >> 2] | 0) { case 3: { - i1 = i3; + i1 = i2; break L184; } case 4: @@ -12237,16 +12161,16 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ case 0: { HEAP32[i4 >> 2] = 3; - i1 = i3; + i1 = i2; break L184; } default: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i43, 21612, 23); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i45, 21742, 23); i133 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i44 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i44 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i43, i134); + HEAP32[i46 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i46 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i45, i134); } } HEAP32[i1 + 4 >> 2] = 3; @@ -12254,14 +12178,14 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } while (0); break; } - if ((i7 | 0) == (HEAP32[i133 + 84 >> 2] | 0)) { - i6 = HEAP32[i132 + 4 >> 2] | 0; - i3 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i36 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i36 >> 2]; - i6 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i6, i134) | 0; - i3 = i6 + 4 | 0; - switch (HEAP32[i3 >> 2] | 0) { + if ((i6 | 0) == (HEAP32[i133 + 84 >> 2] | 0)) { + i7 = HEAP32[i132 + 4 >> 2] | 0; + i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; + HEAP32[i40 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i40 >> 2]; + i7 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i7, i134) | 0; + i2 = i7 + 4 | 0; + switch (HEAP32[i2 >> 2] | 0) { case 1: { i5 = HEAP32[i132 + 20 >> 2] | 0; @@ -12270,24 +12194,24 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP8[i1 >> 0] = 1; i1 = HEAP32[HEAP32[i5 + 4 >> 2] >> 2] | 0; HEAP32[i129 >> 2] = 1; - i4 = i1 + 24 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i1 + 28 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = HEAP32[9548]; - HEAP32[i3 + 4 >> 2] = 1; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i1 + 20 | 0, 38192, i129); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i134, HEAP32[i5 + 8 >> 2] | 0, 38192); + i2 = i1 + 24 | 0; + i4 = HEAP32[i2 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i1 + 28 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = HEAP32[9838]; + HEAP32[i4 + 4 >> 2] = 1; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 8; + } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i1 + 20 | 0, 39352, i129); + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i134, HEAP32[i5 + 8 >> 2] | 0, 39352); i132 = HEAP32[i5 + 12 >> 2] | 0; - HEAP32[i130 >> 2] = HEAP32[9548]; + HEAP32[i130 >> 2] = HEAP32[9838]; HEAP32[i134 >> 2] = HEAP32[i130 >> 2]; __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i132, i134, 0); } i4 = i133 + 4 | 0; - i8 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i8 + 8 >> 2] = HEAP32[9548]; - HEAP32[i8 + 12 >> 2] = i6; - HEAP32[i8 + 4 >> 2] = 1; + i6 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; + HEAP32[i6 + 8 >> 2] = HEAP32[9838]; + HEAP32[i6 + 12 >> 2] = i7; + HEAP32[i6 + 4 >> 2] = 1; HEAP32[i134 >> 2] = i133; i5 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i5 + 8 >> 2] = 19; @@ -12300,37 +12224,37 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i5 + 16 >> 2] = i1; __ZN4wasm6Binary8finalizeEv(i5); i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - i9 = i1 + 12 | 0; - HEAP32[i90 >> 2] = i8; - i6 = i1 + 16 | 0; - i3 = HEAP32[i6 >> 2] | 0; - i7 = i1 + 20 | 0; - if (i3 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i8; - HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i90); - i3 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i3 + 8 >> 2] = 1; + i7 = i1 + 12 | 0; + HEAP32[i91 >> 2] = i6; + i8 = i1 + 16 | 0; + i2 = HEAP32[i8 >> 2] | 0; + i9 = i1 + 20 | 0; + if (i2 >>> 0 < (HEAP32[i9 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i6; + HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i91); + i2 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; + HEAP32[i2 + 8 >> 2] = 1; i133 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i133 + 8 >> 2] = 1; HEAP32[i133 + 16 >> 2] = 0; HEAP32[i133 + 4 >> 2] = 1; - HEAP32[i3 + 12 >> 2] = i133; + HEAP32[i2 + 12 >> 2] = i133; i133 = __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i134) | 0; - HEAP32[i3 + 16 >> 2] = i133; - HEAP32[i3 + 4 >> 2] = 1; + HEAP32[i2 + 16 >> 2] = i133; + HEAP32[i2 + 4 >> 2] = 1; i4 = __ZN10MixedArena5allocIN4wasm6SelectEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i4 + 8 >> 2] = i3; - i3 = __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i134) | 0; - HEAP32[i4 + 12 >> 2] = i3; + HEAP32[i4 + 8 >> 2] = i2; + i2 = __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i134) | 0; + HEAP32[i4 + 12 >> 2] = i2; HEAP32[i4 + 16 >> 2] = i5; HEAP32[i4 + 4 >> 2] = 1; HEAP32[i93 >> 2] = i4; - i3 = HEAP32[i6 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i4; - HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i93); + i2 = HEAP32[i8 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i9 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i4; + HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i93); HEAP32[i1 + 4 >> 2] = 1; break L4; } @@ -12339,8 +12263,8 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = 4; - HEAP32[i1 + 12 >> 2] = i6; - HEAP32[i1 + 4 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 + 12 >> 2] = i7; + HEAP32[i1 + 4 >> 2] = HEAP32[i2 >> 2]; break L4; } default: @@ -12348,16 +12272,16 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } } i5 = i133 + 88 | 0; - if ((i7 | 0) != (HEAP32[i5 >> 2] | 0) ? (i7 | 0) != (HEAP32[i133 + 92 >> 2] | 0) : 0) { + if ((i6 | 0) != (HEAP32[i5 >> 2] | 0) ? (i6 | 0) != (HEAP32[i133 + 92 >> 2] | 0) : 0) { i130 = HEAP32[i133 >> 2] | 0; HEAP32[i48 >> 2] = i4; if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i130 + 60 | 0, i48) | 0) == (i130 + 64 | 0)) i1 = __ZN10MixedArena5allocIN4wasm4CallEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; else { i130 = __ZN4wasm14AstStackHelper9getParentEv(i80) | 0; HEAP32[i129 >> 2] = i130; if (__ZN6cashew3RefntEv(i129) | 0) i1 = 0; else { - HEAP32[i46 >> 2] = HEAP32[i129 >> 2]; + HEAP32[i49 >> 2] = HEAP32[i129 >> 2]; i1 = HEAP32[i132 + 16 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i46 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i49 >> 2]; i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i133, i134, i1) | 0; } i130 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; @@ -12368,93 +12292,93 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i1 = i130; } HEAP32[i1 + 20 >> 2] = i4; - i3 = __ZN6cashew3RefixEj(i131, 2) | 0; - i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i129 >> 2] = i3; + i2 = __ZN6cashew3RefixEj(i131, 2) | 0; + i2 = HEAP32[i2 >> 2] | 0; + HEAP32[i129 >> 2] = i2; i9 = i1 + 8 | 0; i5 = i132 + 4 | 0; i6 = i1 + 12 | 0; i7 = i1 + 16 | 0; i8 = 0; while (1) { - if (i8 >>> 0 >= (__ZN6cashew5Value4sizeEv(i3) | 0) >>> 0) break; - i4 = HEAP32[i5 >> 2] | 0; - i3 = __ZN6cashew3RefixEj(i129, i8) | 0; - HEAP32[i81 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i81 >> 2]; - i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; - HEAP32[i87 >> 2] = i4; - i3 = HEAP32[i6 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i4; + if (i8 >>> 0 >= (__ZN6cashew5Value4sizeEv(i2) | 0) >>> 0) break; + i2 = HEAP32[i5 >> 2] | 0; + i4 = __ZN6cashew3RefixEj(i129, i8) | 0; + HEAP32[i84 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i84 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i83 >> 2] = i2; + i4 = HEAP32[i6 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i2; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i87); - i3 = HEAP32[i129 >> 2] | 0; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i83); + i2 = HEAP32[i129 >> 2] | 0; i8 = i8 + 1 | 0; } break; } - i3 = HEAP32[i132 + 4 >> 2] | 0; + i2 = HEAP32[i132 + 4 >> 2] | 0; i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i45 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i45 >> 2]; - i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; - i4 = i3 + 4 | 0; + HEAP32[i47 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i47 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + i4 = i2 + 4 | 0; if (((HEAP32[i4 >> 2] | 0) + -3 | 0) >>> 0 < 2) { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = (i7 | 0) == (HEAP32[i5 >> 2] | 0) ? 6 : 9; - HEAP32[i1 + 12 >> 2] = i3; + HEAP32[i1 + 8 >> 2] = (i6 | 0) == (HEAP32[i5 >> 2] | 0) ? 6 : 9; + HEAP32[i1 + 12 >> 2] = i2; HEAP32[i1 + 4 >> 2] = HEAP32[i4 >> 2]; break; } else _abort(); } - if ((i52 | 0) == (HEAP32[9612] | 0)) { - if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i1 = 0; else { - i1 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i51 >> 2] = HEAP32[i1 >> 2]; - i1 = HEAP32[i132 + 16 >> 2] | 0; + if ((i54 | 0) == (HEAP32[9902] | 0)) { + if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i2 = 0; else { + i2 = __ZN6cashew3RefixEj(i131, 1) | 0; + HEAP32[i51 >> 2] = HEAP32[i2 >> 2]; + i2 = HEAP32[i132 + 16 >> 2] | 0; HEAP32[i134 >> 2] = HEAP32[i51 >> 2]; - i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i133, i134, i1) | 0; + i2 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i133, i134, i2) | 0; } - i3 = (HEAP32[HEAP32[i132 + 28 >> 2] >> 2] | 0) + 4 | 0; + i1 = (HEAP32[HEAP32[i132 + 28 >> 2] >> 2] | 0) + 4 | 0; if (HEAP8[HEAP32[i132 + 24 >> 2] >> 0] | 0) { - if ((HEAP32[i3 >> 2] | 0) != (i1 | 0)) ___assert_fail(21752, 13029, 1174, 36019); - } else HEAP32[i3 >> 2] = i1; + if ((HEAP32[i1 >> 2] | 0) != (i2 | 0)) ___assert_fail(21882, 13086, 1174, 37177); + } else HEAP32[i1 >> 2] = i2; i1 = __ZN10MixedArena5allocIN4wasm6ReturnEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i3 = 0; else { - i3 = HEAP32[i132 + 4 >> 2] | 0; + if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i2 = 0; else { + i2 = HEAP32[i132 + 4 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i66 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i66 >> 2]; - i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; + HEAP32[i68 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i68 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; } - HEAP32[i1 + 8 >> 2] = i3; + HEAP32[i1 + 8 >> 2] = i2; break; } - if ((i52 | 0) == (HEAP32[9604] | 0)) { + if ((i54 | 0) == (HEAP32[9894] | 0)) { HEAP32[i129 >> 2] = 0; i4 = i132 + 32 | 0; i1 = HEAP32[i4 >> 2] | 0; do if (HEAP32[i1 >> 2] | 0) { HEAP32[i63 >> 2] = HEAP32[i1 >> 2]; HEAP32[i134 >> 2] = HEAP32[i63 >> 2]; - i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; - i6 = i3; + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; + i6 = i2; HEAP32[i129 >> 2] = i6; HEAP32[HEAP32[i4 >> 2] >> 2] = 0; - i5 = HEAP32[i132 + 40 >> 2] | 0; - i4 = i5 + 4 | 0; - i1 = HEAP32[i4 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 + 8 >> 2] | 0)) { - __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i129); + i1 = HEAP32[i132 + 40 >> 2] | 0; + i4 = i1 + 4 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i1 + 8 >> 2] | 0)) { + __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i1, i129); break; } else { - HEAP32[i1 >> 2] = i6; + HEAP32[i5 >> 2] = i6; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; break; } } else { - i3 = 0; + i2 = 0; i6 = 0; } while (0); i1 = HEAP32[i132 + 44 >> 2] | 0; @@ -12464,65 +12388,65 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i1, i134, 0) | 0; HEAP32[i130 >> 2] = i1; i7 = i1; - do if (i3) { - i4 = (HEAP32[i132 + 40 >> 2] | 0) + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; - i5 = i3 + -4 | 0; + do if (i2) { + i2 = (HEAP32[i132 + 40 >> 2] | 0) + 4 | 0; + i5 = HEAP32[i2 >> 2] | 0; + i4 = i5 + -4 | 0; while (1) { - if ((i3 | 0) == (i5 | 0)) break; - i134 = i3 + -4 | 0; - HEAP32[i4 >> 2] = i134; - i3 = i134; + if ((i5 | 0) == (i4 | 0)) break; + i134 = i5 + -4 | 0; + HEAP32[i2 >> 2] = i134; + i5 = i134; } - i3 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(i1) | 0; - if (i3 | 0 ? (i95 = i3 + 8 | 0, (HEAP32[i95 >> 2] | 0) == 0) : 0) { + i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(i1) | 0; + if (i2 | 0 ? (i95 = i2 + 8 | 0, (HEAP32[i95 >> 2] | 0) == 0) : 0) { HEAP32[i95 >> 2] = i6; break; } i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = i6; - i4 = i1 + 16 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i130); else { - HEAP32[i3 >> 2] = i7; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; + i2 = i1 + 16 | 0; + i4 = HEAP32[i2 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i130); else { + HEAP32[i4 >> 2] = i7; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; } HEAP32[i130 >> 2] = i1; } while (0); break; } - if ((i52 | 0) == (HEAP32[9623] | 0)) { + if ((i54 | 0) == (HEAP32[9913] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i3 = i132 + 40 | 0; - i133 = HEAP32[i3 >> 2] | 0; - if ((HEAP32[i133 + 4 >> 2] | 0) == (HEAP32[i133 >> 2] | 0)) ___assert_fail(21777, 13029, 1205, 36019); - if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i3 = HEAP32[(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) + -4 >> 2] | 0; else { - i3 = __ZN6cashew3RefixEj(i131, 1) | 0; - i3 = __ZN6cashew5Value10getIStringEv(HEAP32[i3 >> 2] | 0) | 0; - HEAP32[i64 >> 2] = HEAP32[i3 >> 2]; + i2 = i132 + 40 | 0; + i133 = HEAP32[i2 >> 2] | 0; + if ((HEAP32[i133 + 4 >> 2] | 0) == (HEAP32[i133 >> 2] | 0)) ___assert_fail(21907, 13086, 1205, 37177); + if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i2 = HEAP32[(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) + -4 >> 2] | 0; else { + i2 = __ZN6cashew3RefixEj(i131, 1) | 0; + i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; + HEAP32[i64 >> 2] = HEAP32[i2 >> 2]; HEAP32[i134 >> 2] = HEAP32[i64 >> 2]; - i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; } - HEAP32[i1 + 8 >> 2] = i3; + HEAP32[i1 + 8 >> 2] = i2; break; } - if ((i52 | 0) == (HEAP32[9624] | 0)) { + if ((i54 | 0) == (HEAP32[9914] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i3 = i132 + 48 | 0; - i133 = HEAP32[i3 >> 2] | 0; - if ((HEAP32[i133 + 4 >> 2] | 0) == (HEAP32[i133 >> 2] | 0)) ___assert_fail(21799, 13029, 1210, 36019); - if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i3 = HEAP32[(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) + -4 >> 2] | 0; else { - i3 = __ZN6cashew3RefixEj(i131, 1) | 0; - i3 = __ZN6cashew5Value10getIStringEv(HEAP32[i3 >> 2] | 0) | 0; - HEAP32[i65 >> 2] = HEAP32[i3 >> 2]; + i2 = i132 + 48 | 0; + i133 = HEAP32[i2 >> 2] | 0; + if ((HEAP32[i133 + 4 >> 2] | 0) == (HEAP32[i133 >> 2] | 0)) ___assert_fail(21929, 13086, 1210, 37177); + if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i2 = HEAP32[(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) + -4 >> 2] | 0; else { + i2 = __ZN6cashew3RefixEj(i131, 1) | 0; + i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; + HEAP32[i65 >> 2] = HEAP32[i2 >> 2]; HEAP32[i134 >> 2] = HEAP32[i65 >> 2]; - i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; } - HEAP32[i1 + 8 >> 2] = i3; + HEAP32[i1 + 8 >> 2] = i2; break; } - if ((i52 | 0) == (HEAP32[9615] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 38484) | 0) { + if ((i54 | 0) == (HEAP32[9905] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 39644) | 0) { i8 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 1) | 0; i8 = (__ZN6cashew5Value10getIntegerEv(HEAP32[i8 >> 2] | 0) | 0) == 1; } else i8 = 0; @@ -12530,17 +12454,17 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i1 = __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; HEAP32[i129 >> 2] = 0; HEAP32[i130 >> 2] = 0; - i3 = i132 + 32 | 0; - i4 = HEAP32[i3 >> 2] | 0; + i2 = i132 + 32 | 0; + i4 = HEAP32[i2 >> 2] | 0; if (!(HEAP32[i4 >> 2] | 0)) { i4 = i132 + 56 | 0; - i3 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i78, 21824, 9); - i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i3, i78) | 0; - HEAP32[i129 >> 2] = i3; + i2 = HEAP32[i4 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i78, 21954, 9); + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i78) | 0; + HEAP32[i129 >> 2] = i2; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i78); i4 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i79, 21834, 8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i79, 21964, 8); i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i79) | 0; HEAP32[i130 >> 2] = i4; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i79); @@ -12549,178 +12473,178 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i134 >> 2] = HEAP32[i76 >> 2]; i128 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; HEAP32[i129 >> 2] = i128; - HEAP32[i77 >> 2] = HEAP32[HEAP32[i3 >> 2] >> 2]; + HEAP32[i77 >> 2] = HEAP32[HEAP32[i2 >> 2] >> 2]; HEAP32[i134 >> 2] = HEAP32[i77 >> 2]; i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; HEAP32[i130 >> 2] = i4; - HEAP32[HEAP32[i3 >> 2] >> 2] = 0; - i3 = i128; + HEAP32[HEAP32[i2 >> 2] >> 2] = 0; + i2 = i128; } - HEAP32[i1 + 8 >> 2] = i3; + HEAP32[i1 + 8 >> 2] = i2; i11 = i1 + 12 | 0; HEAP32[i11 >> 2] = i4; i12 = i132 + 40 | 0; - i7 = HEAP32[i12 >> 2] | 0; - i6 = i7 + 4 | 0; - i5 = HEAP32[i6 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i7 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i7, i129); else { - HEAP32[i5 >> 2] = i3; + i5 = HEAP32[i12 >> 2] | 0; + i6 = i5 + 4 | 0; + i7 = HEAP32[i6 >> 2] | 0; + if ((i7 | 0) == (HEAP32[i5 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i129); else { + HEAP32[i7 >> 2] = i2; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; } i10 = i132 + 48 | 0; - i7 = HEAP32[i10 >> 2] | 0; - i6 = i7 + 4 | 0; - i5 = HEAP32[i6 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i7 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i7, i130); else { - HEAP32[i5 >> 2] = i4; + i5 = HEAP32[i10 >> 2] | 0; + i6 = i5 + 4 | 0; + i7 = HEAP32[i6 >> 2] | 0; + if ((i7 | 0) == (HEAP32[i5 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i130); else { + HEAP32[i7 >> 2] = i4; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; } if (i8) { - i3 = HEAP32[i132 + 4 >> 2] | 0; + i2 = HEAP32[i132 + 4 >> 2] | 0; i7 = __ZN6cashew3RefixEj(i131, 2) | 0; HEAP32[i98 >> 2] = HEAP32[i7 >> 2]; HEAP32[i134 >> 2] = HEAP32[i98 >> 2]; - i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; i7 = i1 + 16 | 0; - HEAP32[i7 >> 2] = i3; + HEAP32[i7 >> 2] = i2; } else { - i9 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; - HEAP32[i9 + 8 >> 2] = i3; - i8 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; + i7 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; + HEAP32[i7 + 8 >> 2] = i2; + i6 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; i5 = i132 + 4 | 0; - i3 = HEAP32[i5 >> 2] | 0; - i6 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i101 >> 2] = HEAP32[i6 >> 2]; + i2 = HEAP32[i5 >> 2] | 0; + i8 = __ZN6cashew3RefixEj(i131, 1) | 0; + HEAP32[i101 >> 2] = HEAP32[i8 >> 2]; HEAP32[i134 >> 2] = HEAP32[i101 >> 2]; - i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; - HEAP32[i8 + 8 >> 2] = i3; - i3 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; - HEAP32[i8 + 12 >> 2] = i3; - HEAP32[i8 + 16 >> 2] = i9; - i3 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; - i9 = i3 + 12 | 0; - HEAP32[i105 >> 2] = i8; - i6 = i3 + 16 | 0; - i4 = HEAP32[i6 >> 2] | 0; - i7 = i3 + 20 | 0; - if (i4 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i8; - HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i105); - i5 = HEAP32[i5 >> 2] | 0; - i4 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i103 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i103 >> 2]; - i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i134) | 0; - HEAP32[i107 >> 2] = i5; - i4 = HEAP32[i6 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i5; - HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i107); + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i6 + 8 >> 2] = i2; + i2 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; + HEAP32[i6 + 12 >> 2] = i2; + HEAP32[i6 + 16 >> 2] = i7; + i2 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; + i7 = i2 + 12 | 0; + HEAP32[i103 >> 2] = i6; + i8 = i2 + 16 | 0; + i4 = HEAP32[i8 >> 2] | 0; + i9 = i2 + 20 | 0; + if (i4 >>> 0 < (HEAP32[i9 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i6; + HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i103); + i4 = HEAP32[i5 >> 2] | 0; + i5 = __ZN6cashew3RefixEj(i131, 2) | 0; + HEAP32[i104 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i104 >> 2]; + i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; + HEAP32[i107 >> 2] = i4; + i5 = HEAP32[i8 >> 2] | 0; + if (i5 >>> 0 < (HEAP32[i9 >> 2] | 0) >>> 0) { + HEAP32[i5 >> 2] = i4; + HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i107); i7 = i1 + 16 | 0; - HEAP32[i7 >> 2] = i3; + HEAP32[i7 >> 2] = i2; } - i6 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i133, i3) | 0; + i6 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i133, i2) | 0; i5 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; HEAP32[i5 + 8 >> 2] = HEAP32[i11 >> 2]; HEAP32[i114 >> 2] = i5; - i4 = i6 + 16 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i6 + 20 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i5; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; + i2 = i6 + 16 | 0; + i4 = HEAP32[i2 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i6 + 20 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i5; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6 + 12 | 0, i114); HEAP32[i7 >> 2] = i6; - i4 = (HEAP32[i10 >> 2] | 0) + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; - i5 = i3 + -4 | 0; + i2 = (HEAP32[i10 >> 2] | 0) + 4 | 0; + i5 = HEAP32[i2 >> 2] | 0; + i4 = i5 + -4 | 0; while (1) { - if ((i3 | 0) == (i5 | 0)) break; - i134 = i3 + -4 | 0; - HEAP32[i4 >> 2] = i134; - i3 = i134; + if ((i5 | 0) == (i4 | 0)) break; + i134 = i5 + -4 | 0; + HEAP32[i2 >> 2] = i134; + i5 = i134; } - i4 = (HEAP32[i12 >> 2] | 0) + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; - i5 = i3 + -4 | 0; + i2 = (HEAP32[i12 >> 2] | 0) + 4 | 0; + i5 = HEAP32[i2 >> 2] | 0; + i4 = i5 + -4 | 0; while (1) { - if ((i3 | 0) == (i5 | 0)) break; - i134 = i3 + -4 | 0; - HEAP32[i4 >> 2] = i134; - i3 = i134; + if ((i5 | 0) == (i4 | 0)) break; + i134 = i5 + -4 | 0; + HEAP32[i2 >> 2] = i134; + i5 = i134; } break; } - if ((i52 | 0) == (HEAP32[9616] | 0)) { - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 38484) | 0) { + if ((i54 | 0) == (HEAP32[9906] | 0)) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 39644) | 0) { i128 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 1) | 0; i128 = __ZN6cashew5Value9getNumberEv(HEAP32[i128 >> 2] | 0) | 0; if (!(+HEAPF64[i128 >> 3] == 0.0)) break; i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; HEAP32[i129 >> 2] = 0; - i3 = i132 + 32 | 0; - i4 = HEAP32[i3 >> 2] | 0; + i2 = i132 + 32 | 0; + i4 = HEAP32[i2 >> 2] | 0; if (!(HEAP32[i4 >> 2] | 0)) { - i3 = HEAP32[i132 + 56 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i68, 21843, 7); - i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i3, i68) | 0; - HEAP32[i129 >> 2] = i3; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i68); + i2 = HEAP32[i132 + 56 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i70, 21973, 7); + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i70) | 0; + HEAP32[i129 >> 2] = i2; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i70); } else { - HEAP32[i67 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i67 >> 2]; + HEAP32[i69 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i69 >> 2]; i133 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; HEAP32[i129 >> 2] = i133; - HEAP32[HEAP32[i3 >> 2] >> 2] = 0; - i3 = i133; + HEAP32[HEAP32[i2 >> 2] >> 2] = 0; + i2 = i133; } - HEAP32[i1 + 8 >> 2] = i3; + HEAP32[i1 + 8 >> 2] = i2; i7 = i132 + 40 | 0; - i6 = HEAP32[i7 >> 2] | 0; - i5 = i6 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i6 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i6, i129); else { - HEAP32[i4 >> 2] = i3; + i4 = HEAP32[i7 >> 2] | 0; + i5 = i4 + 4 | 0; + i6 = HEAP32[i5 >> 2] | 0; + if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i129); else { + HEAP32[i6 >> 2] = i2; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } i6 = i132 + 48 | 0; - i5 = HEAP32[i6 >> 2] | 0; - i4 = i5 + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i5 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, 38144); else { - HEAP32[i3 >> 2] = HEAP32[9536]; + i2 = HEAP32[i6 >> 2] | 0; + i4 = i2 + 4 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i2 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i2, 39304); else { + HEAP32[i5 >> 2] = HEAP32[9826]; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; } - i5 = HEAP32[i132 + 4 >> 2] | 0; + i2 = HEAP32[i132 + 4 >> 2] | 0; i4 = __ZN6cashew3RefixEj(i131, 2) | 0; HEAP32[i94 >> 2] = HEAP32[i4 >> 2]; HEAP32[i134 >> 2] = HEAP32[i94 >> 2]; - i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i134) | 0; - HEAP32[i96 >> 2] = i5; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i96 >> 2] = i2; i4 = i1 + 16 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i1 + 20 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i5; + i5 = HEAP32[i4 >> 2] | 0; + if (i5 >>> 0 < (HEAP32[i1 + 20 >> 2] | 0) >>> 0) { + HEAP32[i5 >> 2] = i2; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i1 + 12 | 0, i96); - i4 = (HEAP32[i6 >> 2] | 0) + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; - i5 = i3 + -4 | 0; + i2 = (HEAP32[i6 >> 2] | 0) + 4 | 0; + i5 = HEAP32[i2 >> 2] | 0; + i4 = i5 + -4 | 0; while (1) { - if ((i3 | 0) == (i5 | 0)) break; - i134 = i3 + -4 | 0; - HEAP32[i4 >> 2] = i134; - i3 = i134; - } - i4 = (HEAP32[i7 >> 2] | 0) + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; - i5 = i3 + -4 | 0; + if ((i5 | 0) == (i4 | 0)) break; + i134 = i5 + -4 | 0; + HEAP32[i2 >> 2] = i134; + i5 = i134; + } + i2 = (HEAP32[i7 >> 2] | 0) + 4 | 0; + i5 = HEAP32[i2 >> 2] | 0; + i4 = i5 + -4 | 0; while (1) { - if ((i3 | 0) == (i5 | 0)) break; - i134 = i3 + -4 | 0; - HEAP32[i4 >> 2] = i134; - i3 = i134; + if ((i5 | 0) == (i4 | 0)) break; + i134 = i5 + -4 | 0; + HEAP32[i2 >> 2] = i134; + i5 = i134; } break L4; } while (0); @@ -12728,97 +12652,97 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i1 = __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; HEAP32[i129 >> 2] = 0; HEAP32[i130 >> 2] = 0; - i3 = i132 + 32 | 0; - i4 = HEAP32[i3 >> 2] | 0; + i2 = i132 + 32 | 0; + i4 = HEAP32[i2 >> 2] | 0; if (!(HEAP32[i4 >> 2] | 0)) { i4 = i132 + 56 | 0; - i3 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i73, 21851, 6); - i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i3, i73) | 0; - HEAP32[i129 >> 2] = i3; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i73); + i2 = HEAP32[i4 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i74, 21981, 6); + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i74) | 0; + HEAP32[i129 >> 2] = i2; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i74); i4 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i74, 21858, 5); - i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i74) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i75, 21988, 5); + i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i75) | 0; HEAP32[i130 >> 2] = i4; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i74); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i75); } else { - HEAP32[i71 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i71 >> 2]; + HEAP32[i72 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i72 >> 2]; i128 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; HEAP32[i129 >> 2] = i128; - HEAP32[i72 >> 2] = HEAP32[HEAP32[i3 >> 2] >> 2]; - HEAP32[i134 >> 2] = HEAP32[i72 >> 2]; + HEAP32[i73 >> 2] = HEAP32[HEAP32[i2 >> 2] >> 2]; + HEAP32[i134 >> 2] = HEAP32[i73 >> 2]; i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; HEAP32[i130 >> 2] = i4; - HEAP32[HEAP32[i3 >> 2] >> 2] = 0; - i3 = i128; + HEAP32[HEAP32[i2 >> 2] >> 2] = 0; + i2 = i128; } i10 = i4; - HEAP32[i1 + 8 >> 2] = i3; + HEAP32[i1 + 8 >> 2] = i2; HEAP32[i1 + 12 >> 2] = i10; i9 = i132 + 40 | 0; - i6 = HEAP32[i9 >> 2] | 0; - i5 = i6 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i6 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i6, i129); else { - HEAP32[i4 >> 2] = i3; + i4 = HEAP32[i9 >> 2] | 0; + i5 = i4 + 4 | 0; + i6 = HEAP32[i5 >> 2] | 0; + if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i129); else { + HEAP32[i6 >> 2] = i2; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } i6 = i132 + 48 | 0; - i5 = HEAP32[i6 >> 2] | 0; - i4 = i5 + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i5 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i130); else { - HEAP32[i3 >> 2] = i10; + i2 = HEAP32[i6 >> 2] | 0; + i4 = i2 + 4 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i2 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i2, i130); else { + HEAP32[i5 >> 2] = i10; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; } i7 = i132 + 4 | 0; - i4 = HEAP32[i7 >> 2] | 0; + i2 = HEAP32[i7 >> 2] | 0; i8 = __ZN6cashew3RefixEj(i131, 2) | 0; HEAP32[i97 >> 2] = HEAP32[i8 >> 2]; HEAP32[i134 >> 2] = HEAP32[i97 >> 2]; - i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; i8 = i1 + 16 | 0; - HEAP32[i8 >> 2] = i4; - i4 = (HEAP32[i6 >> 2] | 0) + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; - i5 = i3 + -4 | 0; + HEAP32[i8 >> 2] = i2; + i2 = (HEAP32[i6 >> 2] | 0) + 4 | 0; + i5 = HEAP32[i2 >> 2] | 0; + i4 = i5 + -4 | 0; while (1) { - if ((i3 | 0) == (i5 | 0)) break; - i132 = i3 + -4 | 0; - HEAP32[i4 >> 2] = i132; - i3 = i132; - } - i4 = (HEAP32[i9 >> 2] | 0) + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; - i5 = i3 + -4 | 0; + if ((i5 | 0) == (i4 | 0)) break; + i132 = i5 + -4 | 0; + HEAP32[i2 >> 2] = i132; + i5 = i132; + } + i2 = (HEAP32[i9 >> 2] | 0) + 4 | 0; + i5 = HEAP32[i2 >> 2] | 0; + i4 = i5 + -4 | 0; while (1) { - if ((i3 | 0) == (i5 | 0)) break; - i132 = i3 + -4 | 0; - HEAP32[i4 >> 2] = i132; - i3 = i132; + if ((i5 | 0) == (i4 | 0)) break; + i132 = i5 + -4 | 0; + HEAP32[i2 >> 2] = i132; + i5 = i132; } i6 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; HEAP32[i6 + 8 >> 2] = i10; - i5 = HEAP32[i7 >> 2] | 0; + i2 = HEAP32[i7 >> 2] | 0; i4 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i104 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i104 >> 2]; - i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i134) | 0; - HEAP32[i6 + 16 >> 2] = i5; - i5 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i133, HEAP32[i8 >> 2] | 0) | 0; - HEAP32[i109 >> 2] = i6; - i4 = i5 + 16 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i5 + 20 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i6; + HEAP32[i105 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i105 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i6 + 16 >> 2] = i2; + i2 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i133, HEAP32[i8 >> 2] | 0) | 0; + HEAP32[i108 >> 2] = i6; + i4 = i2 + 16 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if (i5 >>> 0 < (HEAP32[i2 + 20 >> 2] | 0) >>> 0) { + HEAP32[i5 >> 2] = i6; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i5 + 12 | 0, i109); - HEAP32[i8 >> 2] = i5; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i2 + 12 | 0, i108); + HEAP32[i8 >> 2] = i2; break; } - if ((i52 | 0) == (HEAP32[9617] | 0)) { + if ((i54 | 0) == (HEAP32[9907] | 0)) { i15 = __ZN6cashew3RefixEj(i131, 1) | 0; i15 = HEAP32[i15 >> 2] | 0; i7 = __ZN6cashew3RefixEj(i131, 2) | 0; @@ -12832,252 +12756,252 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i129 >> 2] = 0; HEAP32[i130 >> 2] = 0; i1 = i132 + 32 | 0; - i3 = HEAP32[i1 >> 2] | 0; - if (!(HEAP32[i3 >> 2] | 0)) { - i3 = i132 + 56 | 0; - i1 = HEAP32[i3 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i84, 21864, 7); - i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i84) | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (!(HEAP32[i2 >> 2] | 0)) { + i2 = i132 + 56 | 0; + i1 = HEAP32[i2 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i87, 21994, 7); + i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i87) | 0; HEAP32[i129 >> 2] = i1; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i84); - i3 = HEAP32[i3 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i85, 21872, 6); - i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i3, i85) | 0; - HEAP32[i130 >> 2] = i3; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i85); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i87); + i2 = HEAP32[i2 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i88, 22002, 6); + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i88) | 0; + HEAP32[i130 >> 2] = i2; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i88); } else { - HEAP32[i82 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i82 >> 2]; + HEAP32[i85 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i85 >> 2]; i131 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; HEAP32[i129 >> 2] = i131; - HEAP32[i83 >> 2] = HEAP32[HEAP32[i1 >> 2] >> 2]; - HEAP32[i134 >> 2] = HEAP32[i83 >> 2]; - i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; - HEAP32[i130 >> 2] = i3; + HEAP32[i86 >> 2] = HEAP32[HEAP32[i1 >> 2] >> 2]; + HEAP32[i134 >> 2] = HEAP32[i86 >> 2]; + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; + HEAP32[i130 >> 2] = i2; HEAP32[HEAP32[i1 >> 2] >> 2] = 0; i1 = i131; } HEAP32[i16 + 8 >> 2] = i1; i10 = i16 + 12 | 0; - HEAP32[i10 >> 2] = i3; + HEAP32[i10 >> 2] = i2; i13 = i132 + 40 | 0; - i6 = HEAP32[i13 >> 2] | 0; - i5 = i6 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i6 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i6, i129); else { - HEAP32[i4 >> 2] = i1; + i4 = HEAP32[i13 >> 2] | 0; + i5 = i4 + 4 | 0; + i6 = HEAP32[i5 >> 2] | 0; + if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i129); else { + HEAP32[i6 >> 2] = i1; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } i8 = i132 + 48 | 0; - i6 = HEAP32[i8 >> 2] | 0; - i5 = i6 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i6 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i6, i130); else { - HEAP32[i4 >> 2] = i3; + i4 = HEAP32[i8 >> 2] | 0; + i5 = i4 + 4 | 0; + i6 = HEAP32[i5 >> 2] | 0; + if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i130); else { + HEAP32[i6 >> 2] = i2; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } - i6 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; - HEAP32[i6 + 8 >> 2] = i1; - i3 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; + i4 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; + HEAP32[i4 + 8 >> 2] = i1; + i2 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; i9 = i132 + 4 | 0; - i4 = HEAP32[i9 >> 2] | 0; + i5 = HEAP32[i9 >> 2] | 0; HEAP32[i102 >> 2] = i7; HEAP32[i134 >> 2] = HEAP32[i102 >> 2]; - i7 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; - HEAP32[i3 + 8 >> 2] = i7; + i7 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i134) | 0; + HEAP32[i2 + 8 >> 2] = i7; i7 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; - HEAP32[i3 + 12 >> 2] = i7; - HEAP32[i3 + 16 >> 2] = i6; + HEAP32[i2 + 12 >> 2] = i7; + HEAP32[i2 + 16 >> 2] = i4; i7 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; - i6 = i7 + 12 | 0; - HEAP32[i110 >> 2] = i3; - i4 = i7 + 16 | 0; - i1 = HEAP32[i4 >> 2] | 0; - i5 = i7 + 20 | 0; - if (i1 >>> 0 < (HEAP32[i5 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i3; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6, i110); - i3 = HEAP32[i9 >> 2] | 0; - HEAP32[i108 >> 2] = i11; - HEAP32[i134 >> 2] = HEAP32[i108 >> 2]; - i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; - HEAP32[i112 >> 2] = i3; - i1 = HEAP32[i4 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i5 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i3; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6, i112); - i3 = HEAP32[i9 >> 2] | 0; - HEAP32[i111 >> 2] = i12; - HEAP32[i134 >> 2] = HEAP32[i111 >> 2]; - i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; - HEAP32[i113 >> 2] = i3; - i1 = HEAP32[i4 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i5 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i3; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6, i113); + i4 = i7 + 12 | 0; + HEAP32[i109 >> 2] = i2; + i5 = i7 + 16 | 0; + i1 = HEAP32[i5 >> 2] | 0; + i6 = i7 + 20 | 0; + if (i1 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { + HEAP32[i1 >> 2] = i2; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i109); + i1 = HEAP32[i9 >> 2] | 0; + HEAP32[i110 >> 2] = i11; + HEAP32[i134 >> 2] = HEAP32[i110 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; + HEAP32[i111 >> 2] = i1; + i2 = HEAP32[i5 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i1; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i111); + i1 = HEAP32[i9 >> 2] | 0; + HEAP32[i112 >> 2] = i12; + HEAP32[i134 >> 2] = HEAP32[i112 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; + HEAP32[i113 >> 2] = i1; + i2 = HEAP32[i5 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i1; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i113); i6 = i16 + 16 | 0; HEAP32[i6 >> 2] = i7; i4 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i133, i7) | 0; i5 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; HEAP32[i5 + 8 >> 2] = HEAP32[i10 >> 2]; HEAP32[i124 >> 2] = i5; - i3 = i4 + 16 | 0; - i1 = HEAP32[i3 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i4 + 20 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i5; - HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; + i1 = i4 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i4 + 20 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i5; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4 + 12 | 0, i124); HEAP32[i6 >> 2] = i4; - i3 = (HEAP32[i8 >> 2] | 0) + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; - i4 = i1 + -4 | 0; + i1 = (HEAP32[i8 >> 2] | 0) + 4 | 0; + i4 = HEAP32[i1 >> 2] | 0; + i2 = i4 + -4 | 0; while (1) { - if ((i1 | 0) == (i4 | 0)) break; - i133 = i1 + -4 | 0; - HEAP32[i3 >> 2] = i133; - i1 = i133; + if ((i4 | 0) == (i2 | 0)) break; + i133 = i4 + -4 | 0; + HEAP32[i1 >> 2] = i133; + i4 = i133; } - i3 = (HEAP32[i13 >> 2] | 0) + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; - i4 = i1 + -4 | 0; + i1 = (HEAP32[i13 >> 2] | 0) + 4 | 0; + i4 = HEAP32[i1 >> 2] | 0; + i2 = i4 + -4 | 0; while (1) { - if ((i1 | 0) == (i4 | 0)) break; - i133 = i1 + -4 | 0; - HEAP32[i3 >> 2] = i133; - i1 = i133; + if ((i4 | 0) == (i2 | 0)) break; + i133 = i4 + -4 | 0; + HEAP32[i1 >> 2] = i133; + i4 = i133; } i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; i7 = i1 + 12 | 0; - i4 = HEAP32[i9 >> 2] | 0; + i2 = HEAP32[i9 >> 2] | 0; HEAP32[i126 >> 2] = i15; HEAP32[i134 >> 2] = HEAP32[i126 >> 2]; - i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; - HEAP32[i127 >> 2] = i4; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i127 >> 2] = i2; i5 = i1 + 16 | 0; - i3 = HEAP32[i5 >> 2] | 0; + i4 = HEAP32[i5 >> 2] | 0; i6 = i1 + 20 | 0; - if (i3 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i4; - i3 = (HEAP32[i5 >> 2] | 0) + 4 | 0; - HEAP32[i5 >> 2] = i3; + if (i4 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i2; + i2 = (HEAP32[i5 >> 2] | 0) + 4 | 0; + HEAP32[i5 >> 2] = i2; } else { __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i127); - i3 = HEAP32[i5 >> 2] | 0; + i2 = HEAP32[i5 >> 2] | 0; } HEAP32[i128 >> 2] = i16; - if (i3 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i16; + if (i2 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i16; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i128); break; } - if ((i52 | 0) == (HEAP32[9622] | 0)) { - i3 = HEAP32[i132 + 32 >> 2] | 0; - if (!(HEAP32[i3 >> 2] | 0)) { + if ((i54 | 0) == (HEAP32[9912] | 0)) { + i2 = HEAP32[i132 + 32 >> 2] | 0; + if (!(HEAP32[i2 >> 2] | 0)) { i1 = __ZN6cashew3RefixEj(i131, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; i1 = HEAP32[i132 + 4 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i55 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i55 >> 2]; + HEAP32[i59 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i59 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; break; - } else ___assert_fail(13852, 13029, 1340, 36019); + } else ___assert_fail(13909, 13086, 1340, 37177); } - if ((i52 | 0) == (HEAP32[9610] | 0)) { + if ((i54 | 0) == (HEAP32[9900] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; i132 = i132 + 4 | 0; i130 = HEAP32[i132 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i56 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i56 >> 2]; + HEAP32[i60 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i60 >> 2]; i130 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i130, i134) | 0; HEAP32[i1 + 8 >> 2] = i130; i130 = HEAP32[i132 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i57 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i57 >> 2]; + HEAP32[i61 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i61 >> 2]; i130 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i130, i134) | 0; i133 = i1 + 12 | 0; HEAP32[i133 >> 2] = i130; i132 = HEAP32[i132 >> 2] | 0; i131 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i58 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i58 >> 2]; + HEAP32[i62 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i62 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i132, i134) | 0; HEAP32[i1 + 16 >> 2] = i134; HEAP32[i1 + 4 >> 2] = HEAP32[(HEAP32[i133 >> 2] | 0) + 4 >> 2]; break; } - if ((i52 | 0) == (HEAP32[9618] | 0)) { + if ((i54 | 0) == (HEAP32[9908] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; i8 = i1 + 12 | 0; i5 = i132 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; + i2 = HEAP32[i5 >> 2] | 0; i6 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i75 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i75 >> 2]; - i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; - HEAP32[i88 >> 2] = i4; + HEAP32[i71 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i71 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i81 >> 2] = i2; i6 = i1 + 16 | 0; - i3 = HEAP32[i6 >> 2] | 0; + i4 = HEAP32[i6 >> 2] | 0; i7 = i1 + 20 | 0; - if (i3 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i4; + if (i4 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i2; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i88); - i4 = HEAP32[i5 >> 2] | 0; - i3 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i86 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i86 >> 2]; - i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; - HEAP32[i91 >> 2] = i4; - i3 = HEAP32[i6 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i81); + i2 = HEAP32[i5 >> 2] | 0; + i4 = __ZN6cashew3RefixEj(i131, 2) | 0; + HEAP32[i82 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i82 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i90 >> 2] = i2; + i4 = HEAP32[i6 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i2; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i91); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i90); HEAP32[i1 + 4 >> 2] = HEAP32[(HEAP32[(HEAP32[i8 >> 2] | 0) + 4 >> 2] | 0) + 4 >> 2]; break; } - if ((i52 | 0) != (HEAP32[9625] | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i59, 22006, 20); - HEAP32[i60 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i60 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i59, i134); + if ((i54 | 0) != (HEAP32[9915] | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i52, 22136, 20); + HEAP32[i53 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i53 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i52, i134); } HEAP32[i129 >> 2] = 0; - i3 = i132 + 32 | 0; - i4 = HEAP32[i3 >> 2] | 0; + i2 = i132 + 32 | 0; + i4 = HEAP32[i2 >> 2] | 0; if (!(HEAP32[i4 >> 2] | 0)) { - i3 = HEAP32[i132 + 56 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i70, 28075, 6); - i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i3, i70) | 0; - HEAP32[i129 >> 2] = i3; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i70); + i2 = HEAP32[i132 + 56 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i67, 29329, 6); + i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i67) | 0; + HEAP32[i129 >> 2] = i2; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i67); } else { - HEAP32[i69 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i69 >> 2]; + HEAP32[i66 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i66 >> 2]; i128 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; HEAP32[i129 >> 2] = i128; - HEAP32[HEAP32[i3 >> 2] >> 2] = 0; - i3 = i128; + HEAP32[HEAP32[i2 >> 2] >> 2] = 0; + i2 = i128; } i18 = i132 + 40 | 0; - i6 = HEAP32[i18 >> 2] | 0; - i5 = i6 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i6 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i6, i129); else { - HEAP32[i4 >> 2] = i3; + i4 = HEAP32[i18 >> 2] | 0; + i5 = i4 + 4 | 0; + i6 = HEAP32[i5 >> 2] | 0; + if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i129); else { + HEAP32[i6 >> 2] = i2; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } i16 = i133 + 4 | 0; i17 = __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; - HEAP32[i17 + 8 >> 2] = i3; + HEAP32[i17 + 8 >> 2] = i2; i129 = HEAP32[i132 + 4 >> 2] | 0; i8 = __ZN6cashew3RefixEj(i131, 1) | 0; HEAP32[i92 >> 2] = HEAP32[i8 >> 2]; @@ -13085,7 +13009,7 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i129 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i129, i134) | 0; i8 = i17 + 12 | 0; HEAP32[i8 >> 2] = i129; - if ((HEAP32[i129 + 4 >> 2] | 0) != 1) ___assert_fail(21879, 13029, 1368, 36019); + if ((HEAP32[i129 + 4 >> 2] | 0) != 1) ___assert_fail(22009, 13086, 1368, 37177); i5 = __ZN6cashew3RefixEj(i131, 2) | 0; i5 = HEAP32[i5 >> 2] | 0; HEAP32[i130 >> 2] = i5; @@ -13094,54 +13018,54 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i4 = 0; L477 : while (1) { if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(i5) | 0) >>> 0) { - i122 = i6; + i123 = i6; break; } i131 = __ZN6cashew3RefixEj(i130, i7) | 0; HEAP32[i125 >> 2] = HEAP32[i131 >> 2]; i131 = __ZN6cashew3RefixEj(i125, 0) | 0; i131 = HEAP32[i131 >> 2] | 0; - HEAP32[i121 >> 2] = i131; - do if ((HEAP32[i131 >> 2] | 0) == 3) i3 = i6; else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i121, 0) | 0, 38484) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i121, 0) | 0, 38520) | 0) : 0) { + HEAP32[i122 >> 2] = i131; + do if ((HEAP32[i131 >> 2] | 0) == 3) i2 = i6; else { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i122, 0) | 0, 39644) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i122, 0) | 0, 39680) | 0) : 0) { i106 = 350; break L477; } - HEAP32[i99 >> 2] = HEAP32[i121 >> 2]; + HEAP32[i99 >> 2] = HEAP32[i122 >> 2]; HEAP32[i134 >> 2] = HEAP32[i99 >> 2]; __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i100, i133, i134); - i3 = __ZNK4wasm7Literal6geti32Ev(i100) | 0; + i2 = __ZNK4wasm7Literal6geti32Ev(i100) | 0; if (!i4) { i4 = 1; break; } - i3 = (i3 | 0) < (i6 | 0) ? i3 : i6; + i2 = (i2 | 0) < (i6 | 0) ? i2 : i6; i4 = 1; } while (0); i5 = HEAP32[i130 >> 2] | 0; i7 = i7 + 1 | 0; - i6 = i3; + i6 = i2; } - if ((i106 | 0) == 350) ___assert_fail(21903, 13029, 1376, 36019); + if ((i106 | 0) == 350) ___assert_fail(22033, 13086, 1376, 37177); i7 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; HEAP32[i7 + 8 >> 2] = 1; HEAP32[i7 + 12 >> 2] = HEAP32[i8 >> 2]; - i9 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; - HEAP32[i9 + 8 >> 2] = 1; - HEAP32[i9 + 16 >> 2] = i122; - HEAP32[i9 + 4 >> 2] = 1; - HEAP32[i7 + 16 >> 2] = i9; + i15 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; + HEAP32[i15 + 8 >> 2] = 1; + HEAP32[i15 + 16 >> 2] = i123; + HEAP32[i15 + 4 >> 2] = 1; + HEAP32[i7 + 16 >> 2] = i15; HEAP32[i7 + 4 >> 2] = 1; HEAP32[i8 >> 2] = i7; i7 = i132 + 44 | 0; - i9 = i120 + 4 | 0; + i8 = i121 + 4 | 0; i15 = i17 + 28 | 0; - i8 = i132 + 56 | 0; + i9 = i132 + 56 | 0; i10 = i17 + 36 | 0; i11 = i17 + 40 | 0; i12 = i17 + 32 | 0; - i14 = i17 + 16 | 0; - i13 = i17 + 20 | 0; + i13 = i17 + 16 | 0; + i14 = i17 + 20 | 0; i6 = 0; while (1) { if (i6 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i130 >> 2] | 0) | 0) >>> 0) { @@ -13151,57 +13075,57 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i131 = __ZN6cashew3RefixEj(i130, i6) | 0; HEAP32[i125 >> 2] = HEAP32[i131 >> 2]; i131 = __ZN6cashew3RefixEj(i125, 0) | 0; - HEAP32[i121 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i122 >> 2] = HEAP32[i131 >> 2]; i131 = __ZN6cashew3RefixEj(i125, 1) | 0; i131 = HEAP32[i131 >> 2] | 0; - HEAP32[i120 >> 2] = 0; + HEAP32[i121 >> 2] = 0; i132 = HEAP32[i7 >> 2] | 0; HEAP32[i115 >> 2] = i131; HEAP32[i134 >> 2] = HEAP32[i115 >> 2]; i132 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i132, i134, 0) | 0; - HEAP32[i9 >> 2] = i132; - if ((HEAP32[HEAP32[i121 >> 2] >> 2] | 0) == 3) { - i132 = HEAP32[i8 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i116, 21955, 14); + HEAP32[i8 >> 2] = i132; + if ((HEAP32[HEAP32[i122 >> 2] >> 2] | 0) == 3) { + i132 = HEAP32[i9 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i116, 22085, 14); i132 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i132, i116) | 0; HEAP32[i15 >> 2] = i132; - HEAP32[i120 >> 2] = i132; + HEAP32[i121 >> 2] = i132; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i116); } else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i121, 0) | 0, 38484) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i121, 0) | 0, 38520) | 0) : 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i122, 0) | 0, 39644) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i122, 0) | 0, 39680) | 0) : 0) { i106 = 360; break; } - HEAP32[i117 >> 2] = HEAP32[i121 >> 2]; + HEAP32[i117 >> 2] = HEAP32[i122 >> 2]; HEAP32[i134 >> 2] = HEAP32[i117 >> 2]; - __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i123, i133, i134); - i3 = __ZNK4wasm7Literal6geti32Ev(i123) | 0; - if ((i3 | 0) < (i122 | 0)) { + __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i118, i133, i134); + i2 = __ZNK4wasm7Literal6geti32Ev(i118) | 0; + if ((i2 | 0) < (i123 | 0)) { i106 = 362; break; } - i5 = i3 - i122 | 0; - if ((i5 | 0) <= -1) { + i4 = i2 - i123 | 0; + if ((i4 | 0) <= -1) { i106 = 364; break; } - i4 = HEAP32[i8 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i118, 21994, 11); - i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i118) | 0; - HEAP32[i120 >> 2] = i4; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i118); - i3 = HEAP32[i14 >> 2] | 0; - if ((HEAP32[i13 >> 2] | 0) - i3 >> 2 >>> 0 <= i5 >>> 0) { - __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i14, i5 + 1 | 0); - i3 = HEAP32[i14 >> 2] | 0; + i5 = HEAP32[i9 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i119, 22124, 11); + i5 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i5, i119) | 0; + HEAP32[i121 >> 2] = i5; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i119); + i2 = HEAP32[i13 >> 2] | 0; + if ((HEAP32[i14 >> 2] | 0) - i2 >> 2 >>> 0 <= i4 >>> 0) { + __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i13, i4 + 1 | 0); + i2 = HEAP32[i13 >> 2] | 0; } - HEAP32[i3 + (i5 << 2) >> 2] = i4; + HEAP32[i2 + (i4 << 2) >> 2] = i5; } - i3 = HEAP32[i10 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i11 >> 2] | 0)) __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i12, i120); else { - i129 = i120; + i2 = HEAP32[i10 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i11 >> 2] | 0)) __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i12, i121); else { + i129 = i121; i131 = HEAP32[i129 + 4 >> 2] | 0; - i132 = i3; + i132 = i2; HEAP32[i132 >> 2] = HEAP32[i129 >> 2]; HEAP32[i132 + 4 >> 2] = i131; HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 8; @@ -13211,12 +13135,12 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ if ((i106 | 0) == 355) { if (!(HEAP32[i15 >> 2] | 0)) { HEAP32[i134 >> 2] = 0; - i1 = HEAP32[i8 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i119, 21955, 14); - i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i119) | 0; + i1 = HEAP32[i9 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i120, 22085, 14); + i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i120) | 0; HEAP32[i15 >> 2] = i1; HEAP32[i134 >> 2] = i1; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i119); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i120); i1 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; HEAP32[i134 + 4 >> 2] = i1; i1 = HEAP32[i10 >> 2] | 0; @@ -13228,27 +13152,27 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i134 + 4 >> 2] = i133; HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 8; } - i3 = 0; - } else i3 = 0; + i2 = 0; + } else i2 = 0; while (1) { - i1 = HEAP32[i14 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i13 >> 2] | 0) - i1 >> 2 >>> 0) break; - i1 = i1 + (i3 << 2) | 0; + i1 = HEAP32[i13 >> 2] | 0; + if (i2 >>> 0 >= (HEAP32[i14 >> 2] | 0) - i1 >> 2 >>> 0) break; + i1 = i1 + (i2 << 2) | 0; if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i15 >> 2]; - i3 = i3 + 1 | 0; + i2 = i2 + 1 | 0; } - i3 = (HEAP32[i18 >> 2] | 0) + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; - i4 = i1 + -4 | 0; + i1 = (HEAP32[i18 >> 2] | 0) + 4 | 0; + i4 = HEAP32[i1 >> 2] | 0; + i2 = i4 + -4 | 0; while (1) { - if ((i1 | 0) == (i4 | 0)) break; - i134 = i1 + -4 | 0; - HEAP32[i3 >> 2] = i134; - i1 = i134; + if ((i4 | 0) == (i2 | 0)) break; + i134 = i4 + -4 | 0; + HEAP32[i1 >> 2] = i134; + i4 = i134; } i1 = i17; break; - } else if ((i106 | 0) == 360) ___assert_fail(21903, 13029, 1401, 36019); else if ((i106 | 0) == 362) ___assert_fail(21970, 13029, 1403, 36019); else if ((i106 | 0) == 364) ___assert_fail(21983, 13029, 1405, 36019); + } else if ((i106 | 0) == 360) ___assert_fail(22033, 13086, 1401, 37177); else if ((i106 | 0) == 362) ___assert_fail(22100, 13086, 1403, 37177); else if ((i106 | 0) == 364) ___assert_fail(22113, 13086, 1405, 37177); } else { i1 = HEAP32[i132 + 4 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 1) | 0; @@ -13256,17 +13180,18 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i134 >> 2] = HEAP32[i4 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; } while (0); - i3 = HEAP32[9589] | 0; - i4 = i3 + -4 | 0; + i4 = HEAP32[9879] | 0; + i2 = i4 + -4 | 0; while (1) { - if ((i3 | 0) == (i4 | 0)) break; - i134 = i3 + -4 | 0; - HEAP32[9589] = i134; - i3 = i134; + if ((i4 | 0) == (i2 | 0)) break; + i134 = i4 + -4 | 0; + HEAP32[9879] = i134; + i4 = i134; } STACKTOP = i135; return i1 | 0; } + function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_RT_(i53, i1, i52) { i53 = i53 | 0; i1 = i1 | 0; @@ -13276,57 +13201,57 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ STACKTOP = STACKTOP + 1136 | 0; i51 = i54 + 1104 | 0; i5 = i54 + 1080 | 0; - i45 = i54 + 1056 | 0; - i9 = i54 + 1032 | 0; - i15 = i54 + 1008 | 0; - i29 = i54 + 984 | 0; - i39 = i54 + 960 | 0; - i44 = i54 + 936 | 0; - i46 = i54 + 912 | 0; - i47 = i54 + 888 | 0; + i6 = i54 + 1056 | 0; + i17 = i54 + 1032 | 0; + i28 = i54 + 1008 | 0; + i39 = i54 + 984 | 0; + i46 = i54 + 960 | 0; + i47 = i54 + 936 | 0; + i48 = i54 + 912 | 0; + i49 = i54 + 888 | 0; i50 = i54 + 864 | 0; - i48 = i54 + 840 | 0; - i49 = i54 + 816 | 0; - i6 = i54 + 792 | 0; - i7 = i54 + 768 | 0; - i8 = i54 + 744 | 0; - i10 = i54 + 720 | 0; - i11 = i54 + 696 | 0; - i12 = i54 + 672 | 0; - i13 = i54 + 648 | 0; - i14 = i54 + 624 | 0; - i16 = i54 + 600 | 0; - i17 = i54 + 576 | 0; - i18 = i54 + 552 | 0; - i19 = i54 + 528 | 0; - i20 = i54 + 504 | 0; - i21 = i54 + 480 | 0; - i22 = i54 + 456 | 0; - i23 = i54 + 432 | 0; - i24 = i54 + 408 | 0; - i25 = i54 + 384 | 0; - i26 = i54 + 360 | 0; - i27 = i54 + 336 | 0; - i28 = i54 + 312 | 0; - i30 = i54 + 288 | 0; - i31 = i54 + 264 | 0; - i32 = i54 + 240 | 0; - i33 = i54 + 216 | 0; - i34 = i54 + 192 | 0; - i35 = i54 + 168 | 0; - i36 = i54 + 144 | 0; - i37 = i54 + 120 | 0; - i38 = i54 + 96 | 0; - i40 = i54 + 72 | 0; - i41 = i54 + 48 | 0; - i42 = i54 + 24 | 0; - i43 = i54; + i7 = i54 + 840 | 0; + i8 = i54 + 816 | 0; + i9 = i54 + 792 | 0; + i10 = i54 + 768 | 0; + i11 = i54 + 744 | 0; + i12 = i54 + 720 | 0; + i13 = i54 + 696 | 0; + i14 = i54 + 672 | 0; + i15 = i54 + 648 | 0; + i16 = i54 + 624 | 0; + i18 = i54 + 600 | 0; + i19 = i54 + 576 | 0; + i20 = i54 + 552 | 0; + i21 = i54 + 528 | 0; + i22 = i54 + 504 | 0; + i23 = i54 + 480 | 0; + i24 = i54 + 456 | 0; + i25 = i54 + 432 | 0; + i26 = i54 + 408 | 0; + i27 = i54 + 384 | 0; + i29 = i54 + 360 | 0; + i30 = i54 + 336 | 0; + i31 = i54 + 312 | 0; + i32 = i54 + 288 | 0; + i33 = i54 + 264 | 0; + i34 = i54 + 240 | 0; + i35 = i54 + 216 | 0; + i36 = i54 + 192 | 0; + i37 = i54 + 168 | 0; + i38 = i54 + 144 | 0; + i40 = i54 + 120 | 0; + i41 = i54 + 96 | 0; + i42 = i54 + 72 | 0; + i43 = i54 + 48 | 0; + i44 = i54 + 24 | 0; + i45 = i54; L1 : do if ((i1 - i53 | 0) > 1) do switch (HEAP8[i53 >> 0] | 0) { case 97: switch (HEAP8[i53 + 1 >> 0] | 0) { case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i5, 35977); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i5, 37135); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13360,13 +13285,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ case 110: case 100: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i45, 35988); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i6, 37146); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i45); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i6); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13382,24 +13307,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i45); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i6); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i45); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i6); i1 = i53 + 2 | 0; break L1; } case 78: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i9, 35998); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i17, 37156); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i17); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13415,24 +13340,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i17); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i17); i1 = i53 + 2 | 0; break L1; } case 83: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i15, 36009); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i28, 37167); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i15); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i28); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13448,12 +13373,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i15); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i28); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i28); i1 = i53 + 2 | 0; break L1; } @@ -13467,13 +13392,13 @@ 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(i29, 36019); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i39, 37177); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i29); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i39); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13489,24 +13414,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i29); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i39); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i29); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i39); i1 = i53 + 2 | 0; break L1; } case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i39, 36030); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i46, 37188); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i39); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i46); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13522,24 +13447,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i39); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i46); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i39); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i46); i1 = i53 + 2 | 0; break L1; } case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i44, 36040); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i47, 37198); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i44); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i47); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13555,12 +13480,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i44); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i47); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i44); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i47); i1 = i53 + 2 | 0; break L1; } @@ -13581,7 +13506,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, 36050) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 37208) | 0; HEAP8[i52 + 60 >> 0] = 1; break L1; } @@ -13595,13 +13520,13 @@ 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(i46, 36060); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i48, 37218); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i46); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i48); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13617,24 +13542,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i46); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i48); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i46); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i48); i1 = i53 + 2 | 0; break L1; } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i47, 36078); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i49, 37236); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i47); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i49); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13649,13 +13574,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } else i1 = 2147483647; __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; - i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i47); - HEAP32[i50 >> 2] = i49 + 24; + i48 = HEAP32[i50 >> 2] | 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i48, i49); + HEAP32[i50 >> 2] = i48 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i47); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i49); i1 = i53 + 2 | 0; break L1; } @@ -13666,7 +13591,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ HEAP32[i50 >> 2] = 17; HEAP32[i50 + 4 >> 2] = 15; i2 = i1; - i3 = 36088; + i3 = 37246; i4 = i2 + 15 | 0; do { HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; @@ -13674,12 +13599,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ i3 = i3 + 1 | 0; } while ((i2 | 0) < (i4 | 0)); HEAP8[i1 + 15 >> 0] = 0; - i2 = i50 + 12 | 0; - i1 = 0; + i1 = i50 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; @@ -13713,13 +13638,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 118: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i48, 36104); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i7, 37262); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i48); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i7); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13735,24 +13660,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i48); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i7); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i48); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); i1 = i53 + 2 | 0; break L1; } case 86: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i49, 36114); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i8, 37272); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i49); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i8); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13767,13 +13692,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } else i1 = 2147483647; __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; - i48 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i48, i49); - HEAP32[i50 >> 2] = i48 + 24; + i49 = HEAP32[i50 >> 2] | 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i8); + HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i49); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); i1 = i53 + 2 | 0; break L1; } @@ -13787,13 +13712,13 @@ 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(i6, 36125); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i9, 37283); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i6); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i9); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13809,24 +13734,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i6); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i9); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i6); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); i1 = i53 + 2 | 0; break L1; } case 79: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i7, 36135); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i10, 37293); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i10); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13842,24 +13767,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i10); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i10); i1 = i53 + 2 | 0; break L1; } case 113: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i8, 36146); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i11, 37304); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i11); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13875,12 +13800,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i11); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); i1 = i53 + 2 | 0; break L1; } @@ -13894,13 +13819,13 @@ 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(i10, 36157); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i12, 37315); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i12); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13916,24 +13841,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i12); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); i1 = i53 + 2 | 0; break L1; } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i11, 36168); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i13, 37326); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i13); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13949,12 +13874,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i13); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i13); i1 = i53 + 2 | 0; break L1; } @@ -13970,13 +13895,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ i1 = i53; break L1; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i12, 36178); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 37336); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i12); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i14); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13992,12 +13917,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i12); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i14); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i14); i1 = i53 + 2 | 0; break L1; } @@ -14005,13 +13930,13 @@ 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(i13, 36189); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i15, 37347); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i13); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i15); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14027,12 +13952,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i13); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i15); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i13); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); i1 = i53 + 2 | 0; break L1; } @@ -14049,18 +13974,18 @@ 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, 36200) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 37358) | 0; break L1; } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 36212); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i16, 37370); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i14); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i16); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14076,24 +14001,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i14); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i16); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i14); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); i1 = i53 + 2 | 0; break L1; } case 83: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i16, 36223); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i18, 37381); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i16); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i18); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14109,24 +14034,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i16); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i18); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i18); i1 = i53 + 2 | 0; break L1; } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i17, 36235); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i19, 37393); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i17); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i19); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14142,12 +14067,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i17); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i19); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i17); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i19); i1 = i53 + 2 | 0; break L1; } @@ -14161,13 +14086,13 @@ 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(i18, 36245); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i20, 37403); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i18); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i20); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14183,24 +14108,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i18); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i20); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i18); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i20); i1 = i53 + 2 | 0; break L1; } case 73: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i19, 36255); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i21, 37413); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i19); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i21); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14216,24 +14141,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i19); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i21); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i19); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i21); i1 = i53 + 2 | 0; break L1; } case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i20, 36078); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i22, 37236); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i20); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i22); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14249,24 +14174,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i20); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i22); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i20); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i22); i1 = i53 + 2 | 0; break L1; } case 76: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i21, 36266); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i23, 37424); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i21); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i23); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14282,24 +14207,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i21); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i23); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i21); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i23); i1 = i53 + 2 | 0; break L1; } case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i22, 36277); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i24, 37435); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i22); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i24); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14315,12 +14240,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i22); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i24); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i22); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i24); i1 = i53 + 2 | 0; break L1; } @@ -14334,13 +14259,13 @@ 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(i23, 36288); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i25, 37446); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i23); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i25); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14356,24 +14281,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i23); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i25); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i23); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i25); i1 = i53 + 2 | 0; break L1; } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i24, 36303); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i26, 37461); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i24); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i26); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14389,24 +14314,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i24); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i26); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i24); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i26); i1 = i53 + 2 | 0; break L1; } case 103: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i25, 36245); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 37403); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i25); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i27); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14422,24 +14347,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i25); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i27); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i25); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i27); i1 = i53 + 2 | 0; break L1; } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i26, 36314); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i29, 37472); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i26); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i29); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14455,24 +14380,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i26); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i29); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i26); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i29); i1 = i53 + 2 | 0; break L1; } case 119: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i27, 36324); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i30, 37482); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i27); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i30); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14488,12 +14413,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i27); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i30); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i27); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i30); i1 = i53 + 2 | 0; break L1; } @@ -14507,13 +14432,13 @@ 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(i28, 36337); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i31, 37495); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i28); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i31); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14529,24 +14454,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i28); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i31); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i28); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i31); i1 = i53 + 2 | 0; break L1; } case 114: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i30, 36348); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i32, 37506); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i30); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i32); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14562,24 +14487,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i30); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i32); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i30); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i32); i1 = i53 + 2 | 0; break L1; } case 82: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i31, 36358); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i33, 37516); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i31); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i33); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14595,12 +14520,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i31); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i33); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i31); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i33); i1 = i53 + 2 | 0; break L1; } @@ -14614,13 +14539,13 @@ 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(i32, 36369); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i34, 37527); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i32); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i34); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14636,24 +14561,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i32); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i34); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i32); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i34); i1 = i53 + 2 | 0; break L1; } case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i33, 36381); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i35, 37539); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i35); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14669,24 +14594,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i35); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i35); i1 = i53 + 2 | 0; break L1; } case 76: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i34, 36391); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i36, 37549); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i36); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14702,24 +14627,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i36); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i36); i1 = i53 + 2 | 0; break L1; } case 112: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i35, 36402); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i37, 37560); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i35); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i37); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14735,24 +14660,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i35); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i37); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i35); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i37); i1 = i53 + 2 | 0; break L1; } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i36, 36381); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i38, 37539); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i36); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i38); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14768,24 +14693,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i36); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i38); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i36); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i38); i1 = i53 + 2 | 0; break L1; } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i37, 36413); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i40, 37571); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i37); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i40); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14801,12 +14726,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i37); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i40); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i37); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i40); i1 = i53 + 2 | 0; break L1; } @@ -14822,13 +14747,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ i1 = i53; break L1; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i38, 36424); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i41, 37582); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i38); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i41); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14844,12 +14769,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i38); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i41); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i38); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i41); i1 = i53 + 2 | 0; break L1; } @@ -14857,13 +14782,13 @@ 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(i40, 36434); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i42, 37592); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i40); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i42); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14879,24 +14804,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i40); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i42); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i40); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i42); i1 = i53 + 2 | 0; break L1; } case 77: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i41, 36444); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i43, 37602); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i41); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i43); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14912,24 +14837,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i41); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i43); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i41); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i43); i1 = i53 + 2 | 0; break L1; } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i42, 36455); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i44, 37613); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i42); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i44); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14945,24 +14870,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i42); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i44); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i42); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i44); i1 = i53 + 2 | 0; break L1; } case 83: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i43, 36466); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i45, 37624); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; i3 = i50; if (i2 >>> 0 < i50 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i43); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i45); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14978,12 +14903,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i51, i1, i4, i52 + 12 | 0); i50 = i51 + 8 | 0; i49 = HEAP32[i50 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i43); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i49, i45); HEAP32[i50 >> 2] = i49 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i52, i51); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i43); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i45); i1 = i53 + 2 | 0; break L1; } @@ -15010,7 +14935,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, 36050) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 37208) | 0; break L1; } default: @@ -15033,25 +14958,25 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R i35 = i37 + 696 | 0; i6 = i37 + 672 | 0; i32 = i37 + 648 | 0; - i22 = i37 + 624 | 0; - i10 = i37 + 600 | 0; - i11 = i37 + 576 | 0; - i12 = i37 + 552 | 0; - i13 = i37 + 528 | 0; - i14 = i37 + 504 | 0; - i15 = i37 + 480 | 0; - i16 = i37 + 456 | 0; - i17 = i37 + 432 | 0; - i18 = i37 + 408 | 0; - i19 = i37 + 384 | 0; + i15 = i37 + 624 | 0; + i17 = i37 + 600 | 0; + i18 = i37 + 576 | 0; + i19 = i37 + 552 | 0; + i20 = i37 + 528 | 0; + i21 = i37 + 504 | 0; + i22 = i37 + 480 | 0; + i23 = i37 + 456 | 0; + i7 = i37 + 432 | 0; + i8 = i37 + 408 | 0; + i9 = i37 + 384 | 0; i34 = i37 + 360 | 0; - i20 = i37 + 336 | 0; - i21 = i37 + 312 | 0; - i23 = i37 + 288 | 0; + i10 = i37 + 336 | 0; + i11 = i37 + 312 | 0; + i12 = i37 + 288 | 0; i33 = i37 + 264 | 0; - i7 = i37 + 240 | 0; - i8 = i37 + 216 | 0; - i9 = i37 + 192 | 0; + i13 = i37 + 240 | 0; + i14 = i37 + 216 | 0; + i16 = i37 + 192 | 0; i24 = i37 + 168 | 0; i25 = i37 + 144 | 0; i26 = i37 + 120 | 0; @@ -15063,7 +14988,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, 35523); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i6, 36681); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15097,21 +15022,21 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R case 119: { HEAP8[i32 >> 0] = 14; - i3 = i32 + 1 | 0; - HEAP8[i3 >> 0] = HEAP8[35528] | 0; - HEAP8[i3 + 1 >> 0] = HEAP8[35529] | 0; - HEAP8[i3 + 2 >> 0] = HEAP8[35530] | 0; - HEAP8[i3 + 3 >> 0] = HEAP8[35531] | 0; - HEAP8[i3 + 4 >> 0] = HEAP8[35532] | 0; - HEAP8[i3 + 5 >> 0] = HEAP8[35533] | 0; - HEAP8[i3 + 6 >> 0] = HEAP8[35534] | 0; + i2 = i32 + 1 | 0; + HEAP8[i2 >> 0] = HEAP8[36686] | 0; + HEAP8[i2 + 1 >> 0] = HEAP8[36687] | 0; + HEAP8[i2 + 2 >> 0] = HEAP8[36688] | 0; + HEAP8[i2 + 3 >> 0] = HEAP8[36689] | 0; + HEAP8[i2 + 4 >> 0] = HEAP8[36690] | 0; + HEAP8[i2 + 5 >> 0] = HEAP8[36691] | 0; + HEAP8[i2 + 6 >> 0] = HEAP8[36692] | 0; HEAP8[i32 + 8 >> 0] = 0; - i3 = i32 + 12 | 0; - i2 = 0; + i2 = i32 + 12 | 0; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; @@ -15145,13 +15070,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 98: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i22, 35536); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i15, 36694); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i22); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i15); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15167,24 +15092,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i22); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i15); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i22); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); i1 = i1 + 1 | 0; break L1; } case 99: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i10, 35541); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i17, 36699); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i17); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15200,24 +15125,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i17); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i17); i1 = i1 + 1 | 0; break L1; } case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i11, 35546); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i18, 36704); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i18); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15233,24 +15158,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i18); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i18); i1 = i1 + 1 | 0; break L1; } case 104: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i12, 35558); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i19, 36716); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i12); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i19); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15266,24 +15191,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i12); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i19); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i19); i1 = i1 + 1 | 0; break L1; } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i13, 35572); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i20, 36730); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i13); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i20); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15299,24 +15224,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i13); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i20); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i13); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i20); i1 = i1 + 1 | 0; break L1; } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i14, 35578); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i21, 36736); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i14); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i21); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15332,24 +15257,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i14); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i21); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i14); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i21); i1 = i1 + 1 | 0; break L1; } case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i15, 35593); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i22, 36751); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i15); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i22); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15365,24 +15290,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i15); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i22); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i22); i1 = i1 + 1 | 0; break L1; } case 106: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i16, 35597); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i23, 36755); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i16); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i23); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15398,24 +15323,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i16); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i23); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i23); i1 = i1 + 1 | 0; break L1; } case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i17, 35610); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i7, 36768); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i17); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i7); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15431,24 +15356,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i17); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i7); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i17); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); i1 = i1 + 1 | 0; break L1; } case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i18, 35615); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i8, 36773); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i18); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i8); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15464,24 +15389,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i18); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i8); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i18); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); i1 = i1 + 1 | 0; break L1; } case 120: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i19, 35629); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i9, 36787); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i19); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i9); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15497,12 +15422,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i19); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i9); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i19); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); i1 = i1 + 1 | 0; break L1; } @@ -15513,7 +15438,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R HEAP32[i34 >> 2] = 33; HEAP32[i34 + 4 >> 2] = 18; i3 = i2; - i4 = 35639; + i4 = 36797; i5 = i3 + 18 | 0; do { HEAP8[i3 >> 0] = HEAP8[i4 >> 0] | 0; @@ -15521,12 +15446,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R i4 = i4 + 1 | 0; } while ((i3 | 0) < (i5 | 0)); HEAP8[i2 + 18 >> 0] = 0; - i3 = i34 + 12 | 0; - i2 = 0; + i2 = i34 + 12 | 0; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; @@ -15560,13 +15485,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 110: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i20, 35658); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i10, 36816); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i20); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i10); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15582,24 +15507,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i20); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i10); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i20); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i10); i1 = i1 + 1 | 0; break L1; } case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i21, 35667); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i11, 36825); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i21); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i11); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15615,24 +15540,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i21); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i11); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i21); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); i1 = i1 + 1 | 0; break L1; } case 102: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i23, 35685); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i12, 36843); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i23); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i12); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15648,32 +15573,32 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i23); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i12); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i23); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); i1 = i1 + 1 | 0; break L1; } case 100: { HEAP8[i33 >> 0] = 12; - i3 = i33 + 1 | 0; - HEAP8[i3 >> 0] = HEAP8[35691] | 0; - HEAP8[i3 + 1 >> 0] = HEAP8[35692] | 0; - HEAP8[i3 + 2 >> 0] = HEAP8[35693] | 0; - HEAP8[i3 + 3 >> 0] = HEAP8[35694] | 0; - HEAP8[i3 + 4 >> 0] = HEAP8[35695] | 0; - HEAP8[i3 + 5 >> 0] = HEAP8[35696] | 0; + i2 = i33 + 1 | 0; + HEAP8[i2 >> 0] = HEAP8[36849] | 0; + HEAP8[i2 + 1 >> 0] = HEAP8[36850] | 0; + HEAP8[i2 + 2 >> 0] = HEAP8[36851] | 0; + HEAP8[i2 + 3 >> 0] = HEAP8[36852] | 0; + HEAP8[i2 + 4 >> 0] = HEAP8[36853] | 0; + HEAP8[i2 + 5 >> 0] = HEAP8[36854] | 0; HEAP8[i33 + 7 >> 0] = 0; - i3 = i33 + 12 | 0; - i2 = 0; + i2 = i33 + 12 | 0; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; @@ -15707,13 +15632,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i7, 35698); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i13, 36856); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i13); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15729,24 +15654,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i13); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i13); i1 = i1 + 1 | 0; break L1; } case 103: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i8, 35710); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 36868); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i14); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15762,24 +15687,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i14); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i14); i1 = i1 + 1 | 0; break L1; } case 122: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i9, 35721); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i16, 36879); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; i4 = i34; if (i3 >>> 0 < i34 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i16); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15795,12 +15720,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i35, i2, i5, i36 + 12 | 0); i34 = i35 + 8 | 0; i33 = HEAP32[i34 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i33, i16); HEAP32[i34 >> 2] = i33 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i36, i35); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i35); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); i1 = i1 + 1 | 0; break L1; } @@ -15818,7 +15743,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, 35758); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i24, 36916); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15851,7 +15776,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i25, 35768); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i25, 36926); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15884,7 +15809,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 102: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i26, 35779); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i26, 36937); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15917,7 +15842,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 104: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 35789); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 36947); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15950,7 +15875,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i28, 35799); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i28, 36957); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15983,7 +15908,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i29, 35808); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i29, 36966); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -16016,7 +15941,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i30, 35817); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i30, 36975); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -16049,7 +15974,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 110: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i31, 35822); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i31, 36980); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -16091,635 +16016,635 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R return i1 | 0; } -function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, i1, i68) { +function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, i67, i68) { i71 = i71 | 0; - i1 = i1 | 0; + i67 = i67 | 0; i68 = i68 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, 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, i69 = 0, i70 = 0, i72 = 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, 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, i69 = 0, i70 = 0, i72 = 0; i72 = STACKTOP; STACKTOP = STACKTOP + 208 | 0; i70 = i72 + 188 | 0; - i67 = i72 + 184 | 0; - i51 = i72 + 172 | 0; - i52 = i72 + 160 | 0; - i64 = i72 + 144 | 0; - i65 = i72 + 140 | 0; - i53 = i72 + 128 | 0; - i54 = i72 + 112 | 0; - i55 = i72 + 108 | 0; - i56 = i72 + 96 | 0; - i57 = i72 + 64 | 0; - i58 = i72 + 56 | 0; - i59 = i72 + 40 | 0; - i60 = i72 + 36 | 0; - i61 = i72 + 24 | 0; - i62 = i72 + 8 | 0; - i63 = i72; - i9 = i72 + 80 | 0; - i6 = i72 + 60 | 0; - i8 = i1; - L1 : do if ((i8 - i71 | 0) > 1) { + i66 = i72 + 184 | 0; + i64 = i72 + 172 | 0; + i50 = i72 + 160 | 0; + i51 = i72 + 144 | 0; + i56 = i72 + 140 | 0; + i57 = i72 + 128 | 0; + i58 = i72 + 112 | 0; + i59 = i72 + 108 | 0; + i60 = i72 + 96 | 0; + i61 = i72 + 64 | 0; + i62 = i72 + 56 | 0; + i63 = i72 + 40 | 0; + i52 = i72 + 36 | 0; + i53 = i72 + 24 | 0; + i54 = i72 + 8 | 0; + i55 = i72; + i8 = i72 + 80 | 0; + i5 = i72 + 60 | 0; + i7 = i67; + L1 : do if ((i7 - i71 | 0) > 1) { i69 = (HEAP8[i71 >> 0] | 0) == 76 ? i71 + 1 | 0 : i71; - i3 = HEAP8[i69 >> 0] | 0; - switch (i3 << 24 >> 24 | 0) { + i1 = HEAP8[i69 >> 0] | 0; + switch (i1 << 24 >> 24 | 0) { case 78: { - L46 : do if ((i69 | 0) != (i1 | 0)) if (i3 << 24 >> 24 == 78) { - i3 = __ZN10__cxxabiv112_GLOBAL__N_119parse_cv_qualifiersEPKcS2_Rj(i69 + 1 | 0, i1, i67) | 0; - L49 : do if ((i3 | 0) != (i1 | 0)) { - i4 = i68 + 52 | 0; - HEAP32[i4 >> 2] = 0; - switch (HEAP8[i3 >> 0] | 0) { + L46 : do if ((i69 | 0) != (i67 | 0)) if (i1 << 24 >> 24 == 78) { + i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_cv_qualifiersEPKcS2_Rj(i69 + 1 | 0, i67, i66) | 0; + L49 : do if ((i1 | 0) != (i67 | 0)) { + i3 = i68 + 52 | 0; + HEAP32[i3 >> 2] = 0; + switch (HEAP8[i1 >> 0] | 0) { case 82: { - HEAP32[i4 >> 2] = 1; - i3 = i3 + 1 | 0; + HEAP32[i3 >> 2] = 1; + i1 = i1 + 1 | 0; break; } case 79: { - HEAP32[i4 >> 2] = 2; - i3 = i3 + 1 | 0; + HEAP32[i3 >> 2] = 2; + i1 = i1 + 1 | 0; break; } default: {} } - i50 = i68 + 4 | 0; - i5 = HEAP32[i50 >> 2] | 0; - i49 = HEAP32[i68 + 8 >> 2] | 0; - i4 = i49; - if (i5 >>> 0 < i49 >>> 0) { - HEAP32[i5 >> 2] = 0; - HEAP32[i5 + 4 >> 2] = 0; - HEAP32[i5 + 8 >> 2] = 0; - HEAP32[i5 + 12 >> 2] = 0; - HEAP32[i5 + 16 >> 2] = 0; - HEAP32[i5 + 20 >> 2] = 0; - i4 = 0; + i49 = i68 + 4 | 0; + i4 = HEAP32[i49 >> 2] | 0; + i48 = HEAP32[i68 + 8 >> 2] | 0; + i3 = i48; + if (i4 >>> 0 < i48 >>> 0) { + HEAP32[i4 >> 2] = 0; + HEAP32[i4 + 4 >> 2] = 0; + HEAP32[i4 + 8 >> 2] = 0; + HEAP32[i4 + 12 >> 2] = 0; + HEAP32[i4 + 16 >> 2] = 0; + HEAP32[i4 + 20 >> 2] = 0; + i3 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i5 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i4 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i5 = i5 + 12 | 0; + i3 = i4 + 12 | 0; i4 = 0; while (1) { if ((i4 | 0) == 3) break; - HEAP32[i5 + (i4 << 2) >> 2] = 0; + HEAP32[i3 + (i4 << 2) >> 2] = 0; i4 = i4 + 1 | 0; } - HEAP32[i50 >> 2] = (HEAP32[i50 >> 2] | 0) + 24; + HEAP32[i49 >> 2] = (HEAP32[i49 >> 2] | 0) + 24; } else { - i6 = HEAP32[i68 >> 2] | 0; - i49 = i5 - i6 | 0; - i7 = (i49 | 0) / 24 | 0; - i5 = i7 + 1 | 0; - if ((i49 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i68); - i4 = (i4 - i6 | 0) / 24 | 0; - if (i4 >>> 0 < 1073741823) { - i4 = i4 << 1; - i4 = i4 >>> 0 < i5 >>> 0 ? i5 : i4; - } else i4 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i70, i4, i7, i68 + 12 | 0); - i7 = i70 + 8 | 0; - i6 = HEAP32[i7 >> 2] | 0; + i5 = HEAP32[i68 >> 2] | 0; + i48 = i4 - i5 | 0; + i6 = (i48 | 0) / 24 | 0; + i4 = i6 + 1 | 0; + if ((i48 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i68); + i3 = (i3 - i5 | 0) / 24 | 0; + if (i3 >>> 0 < 1073741823) { + i3 = i3 << 1; + i3 = i3 >>> 0 < i4 >>> 0 ? i4 : i3; + } else i3 = 2147483647; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i70, i3, i6, i68 + 12 | 0); + i5 = i70 + 8 | 0; + i6 = HEAP32[i5 >> 2] | 0; HEAP32[i6 >> 2] = 0; HEAP32[i6 + 4 >> 2] = 0; HEAP32[i6 + 8 >> 2] = 0; HEAP32[i6 + 12 >> 2] = 0; HEAP32[i6 + 16 >> 2] = 0; HEAP32[i6 + 20 >> 2] = 0; - i4 = 0; + i3 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i6 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i6 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i5 = i6 + 12 | 0; + i3 = i6 + 12 | 0; i4 = 0; while (1) { if ((i4 | 0) == 3) break; - HEAP32[i5 + (i4 << 2) >> 2] = 0; + HEAP32[i3 + (i4 << 2) >> 2] = 0; i4 = i4 + 1 | 0; } - HEAP32[i7 >> 2] = i6 + 24; + HEAP32[i5 >> 2] = i6 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i68, i70); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i70); } - if (((i8 - i3 | 0) > 1 ? (HEAP8[i3 >> 0] | 0) == 83 : 0) ? (HEAP8[i3 + 1 >> 0] | 0) == 116 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj((HEAP32[i50 >> 2] | 0) + -24 | 0, 37135, 3); - i3 = i3 + 2 | 0; + 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, 38293, 3); + i1 = i1 + 2 | 0; } - if ((i3 | 0) == (i1 | 0)) { - i1 = HEAP32[i50 >> 2] | 0; - i2 = i1 + -24 | 0; + if ((i1 | 0) == (i67 | 0)) { + i2 = HEAP32[i49 >> 2] | 0; + i1 = i2 + -24 | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break L49; - i70 = i1 + -24 | 0; - HEAP32[i50 >> 2] = i70; + if ((i2 | 0) == (i1 | 0)) break L49; + i70 = i2 + -24 | 0; + HEAP32[i49 >> 2] = i70; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i70); - i1 = HEAP32[i50 >> 2] | 0; + i2 = HEAP32[i49 >> 2] | 0; } } + i29 = i64 + 8 | 0; + i30 = i64 + 1 | 0; + i31 = i64 + 4 | 0; + i32 = i68 + 12 | 0; + i33 = i68 + 16 | 0; + i48 = i68 + 20 | 0; + i34 = i68 + 24 | 0; + i35 = i63 + 12 | 0; + i36 = i63 + 4 | 0; + i37 = i63 + 8 | 0; + i38 = i68 + 28 | 0; + i39 = i70 + 8 | 0; + i40 = i54 + 12 | 0; + i41 = i54 + 4 | 0; + i42 = i54 + 8 | 0; + i43 = i70 + 8 | 0; + i44 = i53 + 8 | 0; + i45 = i53 + 1 | 0; + i46 = i53 + 4 | 0; + i47 = i50 + 8 | 0; + i9 = i50 + 1 | 0; + i10 = i50 + 4 | 0; + i11 = i51 + 12 | 0; + i12 = i51 + 4 | 0; i13 = i51 + 8 | 0; - i45 = i51 + 1 | 0; - i40 = i51 + 4 | 0; - i47 = i68 + 12 | 0; - i48 = i68 + 16 | 0; - i49 = i68 + 20 | 0; - i25 = i68 + 24 | 0; - i34 = i59 + 12 | 0; - i18 = i59 + 4 | 0; - i29 = i59 + 8 | 0; - i36 = i68 + 28 | 0; - i23 = i70 + 8 | 0; - i35 = i62 + 12 | 0; - i19 = i62 + 4 | 0; - i30 = i62 + 8 | 0; - i24 = i70 + 8 | 0; - i14 = i61 + 8 | 0; - i46 = i61 + 1 | 0; - i41 = i61 + 4 | 0; - i10 = i52 + 8 | 0; - i42 = i52 + 1 | 0; - i37 = i52 + 4 | 0; - i31 = i64 + 12 | 0; - i15 = i64 + 4 | 0; - i26 = i64 + 8 | 0; - i20 = i70 + 8 | 0; - i32 = i54 + 12 | 0; - i16 = i54 + 4 | 0; - i27 = i54 + 8 | 0; - i21 = i70 + 8 | 0; - i11 = i53 + 8 | 0; - i43 = i53 + 1 | 0; - i38 = i53 + 4 | 0; - i33 = i57 + 12 | 0; - i17 = i57 + 4 | 0; - i28 = i57 + 8 | 0; - i22 = i70 + 8 | 0; - i12 = i56 + 8 | 0; - i44 = i56 + 1 | 0; - i39 = i56 + 4 | 0; - i9 = 0; + i14 = i70 + 8 | 0; + i15 = i58 + 12 | 0; + i16 = i58 + 4 | 0; + i17 = i58 + 8 | 0; + i18 = i70 + 8 | 0; + i19 = i57 + 8 | 0; + i20 = i57 + 1 | 0; + i21 = i57 + 4 | 0; + i22 = i61 + 12 | 0; + i23 = i61 + 4 | 0; + i24 = i61 + 8 | 0; + i25 = i70 + 8 | 0; + i26 = i60 + 8 | 0; + i27 = i60 + 1 | 0; + i28 = i60 + 4 | 0; + i8 = 0; L92 : while (1) { L94 : while (1) { - i4 = HEAP8[i3 >> 0] | 0; - if (i4 << 24 >> 24 == 69) { - i66 = 129; + i3 = HEAP8[i1 >> 0] | 0; + if (i3 << 24 >> 24 == 69) { + i65 = 129; break L92; } - switch (i4 << 24 >> 24 | 0) { + switch (i3 << 24 >> 24 | 0) { case 83: { - i4 = i3; - i66 = 39; + i3 = i1; + i65 = 39; break L94; } case 84: { - i4 = i3; - i66 = 59; + i3 = i1; + i65 = 59; break L94; } case 68: { - i4 = i3; - i66 = 77; + i3 = i1; + i65 = 77; break L94; } case 73: break; case 76: { - i3 = i3 + 1 | 0; - if ((i3 | 0) == (i1 | 0)) break L49; else continue L94; + i1 = i1 + 1 | 0; + if ((i1 | 0) == (i67 | 0)) break L49; else continue L94; } default: { - i4 = i3; + i3 = i1; break L94; } } - i8 = __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_RT_(i3, i1, i68) | 0; - if ((i8 | 0) == (i3 | 0) | (i8 | 0) == (i1 | 0)) break L49; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i51, (HEAP32[i50 >> 2] | 0) + -24 | 0); - i3 = HEAP32[i50 >> 2] | 0; - i5 = i3 + -24 | 0; - i4 = i3; + i7 = __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_RT_(i1, i67, i68) | 0; + if ((i7 | 0) == (i1 | 0) | (i7 | 0) == (i67 | 0)) break L49; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i64, (HEAP32[i49 >> 2] | 0) + -24 | 0); + i1 = HEAP32[i49 >> 2] | 0; + i3 = i1 + -24 | 0; + i4 = i1; while (1) { - if ((i4 | 0) == (i5 | 0)) break; - i7 = i4 + -24 | 0; - HEAP32[i50 >> 2] = i7; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); - i4 = HEAP32[i50 >> 2] | 0; + if ((i4 | 0) == (i3 | 0)) break; + i6 = i4 + -24 | 0; + HEAP32[i49 >> 2] = i6; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i6); + i4 = HEAP32[i49 >> 2] | 0; } - i7 = HEAP8[i51 >> 0] | 0; - i5 = (i7 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i3 + -48 | 0, i5 ? i45 : HEAP32[i13 >> 2] | 0, i5 ? (i7 & 255) >>> 1 : HEAP32[i40 >> 2] | 0) | 0; - i3 = (HEAP32[i50 >> 2] | 0) + -24 | 0; - HEAP32[i60 >> 2] = HEAP32[i47 >> 2]; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i59, i3, i60); - i3 = HEAP32[i49 >> 2] | 0; - i7 = HEAP32[i25 >> 2] | 0; - i5 = i7; - if (i3 >>> 0 < i7 >>> 0) { - HEAP32[i3 + 12 >> 2] = HEAP32[i34 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i59 >> 2]; - HEAP32[i3 + 4 >> 2] = HEAP32[i18 >> 2]; - HEAP32[i3 + 8 >> 2] = HEAP32[i29 >> 2]; - HEAP32[i29 >> 2] = 0; - HEAP32[i18 >> 2] = 0; - HEAP32[i59 >> 2] = 0; - HEAP32[i49 >> 2] = (HEAP32[i49 >> 2] | 0) + 16; + i6 = HEAP8[i64 >> 0] | 0; + i3 = (i6 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i1 + -48 | 0, i3 ? i30 : HEAP32[i29 >> 2] | 0, i3 ? (i6 & 255) >>> 1 : HEAP32[i31 >> 2] | 0) | 0; + i1 = (HEAP32[i49 >> 2] | 0) + -24 | 0; + HEAP32[i52 >> 2] = HEAP32[i32 >> 2]; + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i63, i1, i52); + i1 = HEAP32[i48 >> 2] | 0; + i6 = HEAP32[i34 >> 2] | 0; + i3 = i6; + if (i1 >>> 0 < i6 >>> 0) { + HEAP32[i1 + 12 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i63 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i1 + 8 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i37 >> 2] = 0; + HEAP32[i36 >> 2] = 0; + HEAP32[i63 >> 2] = 0; + HEAP32[i48 >> 2] = (HEAP32[i48 >> 2] | 0) + 16; } else { - i4 = HEAP32[i48 >> 2] | 0; - i3 = i3 - i4 | 0; - i7 = i3 >> 4; - i6 = i7 + 1 | 0; - if ((i3 | 0) < -16) { - i66 = 104; + i4 = HEAP32[i33 >> 2] | 0; + i1 = i1 - i4 | 0; + i6 = i1 >> 4; + i5 = i6 + 1 | 0; + if ((i1 | 0) < -16) { + i65 = 104; break L92; } - i3 = i5 - i4 | 0; - if (i3 >> 4 >>> 0 < 1073741823) { - i3 = i3 >> 3; - i3 = i3 >>> 0 < i6 >>> 0 ? i6 : i3; - } else i3 = 2147483647; - __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i3, i7, i36); - i7 = HEAP32[i23 >> 2] | 0; - HEAP32[i7 + 12 >> 2] = HEAP32[i34 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i59 >> 2]; - HEAP32[i7 + 4 >> 2] = HEAP32[i18 >> 2]; - HEAP32[i7 + 8 >> 2] = HEAP32[i29 >> 2]; - HEAP32[i29 >> 2] = 0; - HEAP32[i18 >> 2] = 0; - HEAP32[i59 >> 2] = 0; - HEAP32[i23 >> 2] = i7 + 16; - __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i48, i70); + i1 = i3 - i4 | 0; + if (i1 >> 4 >>> 0 < 1073741823) { + i1 = i1 >> 3; + i1 = i1 >>> 0 < i5 >>> 0 ? i5 : i1; + } else i1 = 2147483647; + __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i1, i6, i38); + i6 = HEAP32[i39 >> 2] | 0; + HEAP32[i6 + 12 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i6 >> 2] = HEAP32[i63 >> 2]; + HEAP32[i6 + 4 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i6 + 8 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i37 >> 2] = 0; + HEAP32[i36 >> 2] = 0; + HEAP32[i63 >> 2] = 0; + HEAP32[i39 >> 2] = i6 + 16; + __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i33, i70); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i70); } - __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i59); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i51); - i3 = i8; + __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i63); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); + i1 = i7; } - L113 : do if ((i66 | 0) == 39) { - i66 = 0; - i9 = i4 + 1 | 0; - if ((i9 | 0) != (i1 | 0) ? (HEAP8[i9 >> 0] | 0) == 116 : 0) break; - i3 = __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_RT_(i4, i1, i68) | 0; - if ((i3 | 0) == (i4 | 0) | (i3 | 0) == (i1 | 0)) break L49; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i51, (HEAP32[i50 >> 2] | 0) + -24 | 0); - i6 = HEAP32[i50 >> 2] | 0; - i5 = i6 + -24 | 0; - i4 = i6; + L113 : do if ((i65 | 0) == 39) { + i65 = 0; + i8 = i3 + 1 | 0; + if ((i8 | 0) != (i67 | 0) ? (HEAP8[i8 >> 0] | 0) == 116 : 0) break; + i1 = __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_RT_(i3, i67, i68) | 0; + if ((i1 | 0) == (i3 | 0) | (i1 | 0) == (i67 | 0)) break L49; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i64, (HEAP32[i49 >> 2] | 0) + -24 | 0); + i5 = HEAP32[i49 >> 2] | 0; + i3 = i5 + -24 | 0; + i4 = i5; while (1) { - if ((i4 | 0) == (i5 | 0)) break; - i9 = i4 + -24 | 0; - HEAP32[i50 >> 2] = i9; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); - i4 = HEAP32[i50 >> 2] | 0; - } - i5 = i6 + -48 | 0; - i4 = HEAP8[i5 >> 0] | 0; - if (!(i4 & 1)) i4 = (i4 & 255) >>> 1; else i4 = HEAP32[i6 + -44 >> 2] | 0; - if (!i4) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEaSERKS7_(i5, i51); else { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i52, 35940, i51); - i4 = HEAP8[i52 >> 0] | 0; - i9 = (i4 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i5, i9 ? i42 : HEAP32[i10 >> 2] | 0, i9 ? (i4 & 255) >>> 1 : HEAP32[i37 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i52); - i4 = (HEAP32[i50 >> 2] | 0) + -24 | 0; - HEAP32[i65 >> 2] = HEAP32[i47 >> 2]; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i64, i4, i65); + if ((i4 | 0) == (i3 | 0)) break; + i8 = i4 + -24 | 0; + HEAP32[i49 >> 2] = i8; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); i4 = HEAP32[i49 >> 2] | 0; - i9 = HEAP32[i25 >> 2] | 0; - i5 = i9; - if (i4 >>> 0 < i9 >>> 0) { - HEAP32[i4 + 12 >> 2] = HEAP32[i31 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i64 >> 2]; - HEAP32[i4 + 4 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i4 + 8 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i26 >> 2] = 0; - HEAP32[i15 >> 2] = 0; - HEAP32[i64 >> 2] = 0; - HEAP32[i49 >> 2] = (HEAP32[i49 >> 2] | 0) + 16; + } + i4 = i5 + -48 | 0; + 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, 37098, 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; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i50); + i3 = (HEAP32[i49 >> 2] | 0) + -24 | 0; + HEAP32[i56 >> 2] = HEAP32[i32 >> 2]; + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i51, i3, i56); + i3 = HEAP32[i48 >> 2] | 0; + i8 = HEAP32[i34 >> 2] | 0; + i4 = i8; + if (i3 >>> 0 < i8 >>> 0) { + HEAP32[i3 + 12 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i51 >> 2]; + HEAP32[i3 + 4 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i3 + 8 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i13 >> 2] = 0; + HEAP32[i12 >> 2] = 0; + HEAP32[i51 >> 2] = 0; + HEAP32[i48 >> 2] = (HEAP32[i48 >> 2] | 0) + 16; } else { - i6 = HEAP32[i48 >> 2] | 0; - i9 = i4 - i6 | 0; - i8 = i9 >> 4; - i7 = i8 + 1 | 0; - if ((i9 | 0) < -16) { - i66 = 52; + i5 = HEAP32[i33 >> 2] | 0; + i8 = i3 - i5 | 0; + i7 = i8 >> 4; + i6 = i7 + 1 | 0; + if ((i8 | 0) < -16) { + i65 = 52; break L92; } - i4 = i5 - i6 | 0; - if (i4 >> 4 >>> 0 < 1073741823) { - i4 = i4 >> 3; - i4 = i4 >>> 0 < i7 >>> 0 ? i7 : i4; - } else i4 = 2147483647; - __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i4, i8, i36); - i9 = HEAP32[i20 >> 2] | 0; - HEAP32[i9 + 12 >> 2] = HEAP32[i31 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i64 >> 2]; - HEAP32[i9 + 4 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i9 + 8 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i26 >> 2] = 0; - HEAP32[i15 >> 2] = 0; - HEAP32[i64 >> 2] = 0; - HEAP32[i20 >> 2] = i9 + 16; - __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i48, i70); + i3 = i4 - i5 | 0; + if (i3 >> 4 >>> 0 < 1073741823) { + i3 = i3 >> 3; + i3 = i3 >>> 0 < i6 >>> 0 ? i6 : i3; + } else i3 = 2147483647; + __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i3, i7, i38); + i8 = HEAP32[i14 >> 2] | 0; + HEAP32[i8 + 12 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i51 >> 2]; + HEAP32[i8 + 4 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i8 + 8 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i13 >> 2] = 0; + HEAP32[i12 >> 2] = 0; + HEAP32[i51 >> 2] = 0; + HEAP32[i14 >> 2] = i8 + 16; + __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i33, i70); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i70); } - __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i64); + __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i51); } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i51); - i9 = 1; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); + i8 = 1; continue L92; - } else if ((i66 | 0) == 59) { - i66 = 0; - i3 = __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i4, i1, i68) | 0; - if ((i3 | 0) == (i4 | 0) | (i3 | 0) == (i1 | 0)) break L49; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i51, (HEAP32[i50 >> 2] | 0) + -24 | 0); - i6 = HEAP32[i50 >> 2] | 0; - i5 = i6 + -24 | 0; - i4 = i6; + } else if ((i65 | 0) == 59) { + i65 = 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i3, i67, i68) | 0; + if ((i1 | 0) == (i3 | 0) | (i1 | 0) == (i67 | 0)) break L49; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i64, (HEAP32[i49 >> 2] | 0) + -24 | 0); + i5 = HEAP32[i49 >> 2] | 0; + i3 = i5 + -24 | 0; + i4 = i5; while (1) { - if ((i4 | 0) == (i5 | 0)) break; - i9 = i4 + -24 | 0; - HEAP32[i50 >> 2] = i9; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); - i4 = HEAP32[i50 >> 2] | 0; + if ((i4 | 0) == (i3 | 0)) break; + i8 = i4 + -24 | 0; + HEAP32[i49 >> 2] = i8; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); + i4 = HEAP32[i49 >> 2] | 0; } - i5 = i6 + -48 | 0; - i4 = HEAP8[i5 >> 0] | 0; - if (!(i4 & 1)) i4 = (i4 & 255) >>> 1; else i4 = HEAP32[i6 + -44 >> 2] | 0; - if (!i4) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEaSERKS7_(i5, i51); else { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i53, 35940, i51); - i9 = HEAP8[i53 >> 0] | 0; - i8 = (i9 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i5, i8 ? i43 : HEAP32[i11 >> 2] | 0, i8 ? (i9 & 255) >>> 1 : HEAP32[i38 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i53); + i4 = i5 + -48 | 0; + 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, 37098, 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; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i57); } - i4 = (HEAP32[i50 >> 2] | 0) + -24 | 0; - HEAP32[i55 >> 2] = HEAP32[i47 >> 2]; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i54, i4, i55); - i4 = HEAP32[i49 >> 2] | 0; - i9 = HEAP32[i25 >> 2] | 0; - i5 = i9; - if (i4 >>> 0 < i9 >>> 0) { - HEAP32[i4 + 12 >> 2] = HEAP32[i32 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i54 >> 2]; - HEAP32[i4 + 4 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i4 + 8 >> 2] = HEAP32[i27 >> 2]; - HEAP32[i27 >> 2] = 0; + i3 = (HEAP32[i49 >> 2] | 0) + -24 | 0; + HEAP32[i59 >> 2] = HEAP32[i32 >> 2]; + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i58, i3, i59); + i3 = HEAP32[i48 >> 2] | 0; + i8 = HEAP32[i34 >> 2] | 0; + i4 = i8; + if (i3 >>> 0 < i8 >>> 0) { + HEAP32[i3 + 12 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i58 >> 2]; + HEAP32[i3 + 4 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i3 + 8 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i17 >> 2] = 0; HEAP32[i16 >> 2] = 0; - HEAP32[i54 >> 2] = 0; - HEAP32[i49 >> 2] = (HEAP32[i49 >> 2] | 0) + 16; + HEAP32[i58 >> 2] = 0; + HEAP32[i48 >> 2] = (HEAP32[i48 >> 2] | 0) + 16; } else { - i6 = HEAP32[i48 >> 2] | 0; - i9 = i4 - i6 | 0; - i8 = i9 >> 4; - i7 = i8 + 1 | 0; - if ((i9 | 0) < -16) { - i66 = 72; + i5 = HEAP32[i33 >> 2] | 0; + i8 = i3 - i5 | 0; + i7 = i8 >> 4; + i6 = i7 + 1 | 0; + if ((i8 | 0) < -16) { + i65 = 72; break L92; } - i4 = i5 - i6 | 0; - if (i4 >> 4 >>> 0 < 1073741823) { - i4 = i4 >> 3; - i4 = i4 >>> 0 < i7 >>> 0 ? i7 : i4; - } else i4 = 2147483647; - __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i4, i8, i36); - i9 = HEAP32[i21 >> 2] | 0; - HEAP32[i9 + 12 >> 2] = HEAP32[i32 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i54 >> 2]; - HEAP32[i9 + 4 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i9 + 8 >> 2] = HEAP32[i27 >> 2]; - HEAP32[i27 >> 2] = 0; + i3 = i4 - i5 | 0; + if (i3 >> 4 >>> 0 < 1073741823) { + i3 = i3 >> 3; + i3 = i3 >>> 0 < i6 >>> 0 ? i6 : i3; + } else i3 = 2147483647; + __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i3, i7, i38); + i8 = HEAP32[i18 >> 2] | 0; + HEAP32[i8 + 12 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i58 >> 2]; + HEAP32[i8 + 4 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i8 + 8 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i17 >> 2] = 0; HEAP32[i16 >> 2] = 0; - HEAP32[i54 >> 2] = 0; - HEAP32[i21 >> 2] = i9 + 16; - __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i48, i70); + HEAP32[i58 >> 2] = 0; + HEAP32[i18 >> 2] = i8 + 16; + __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i33, i70); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i70); } - __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i54); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i51); - i9 = 1; + __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i58); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); + i8 = 1; continue L92; - } else if ((i66 | 0) == 77) { - i66 = 0; - i3 = i4 + 1 | 0; - if ((i3 | 0) != (i1 | 0)) switch (HEAP8[i3 >> 0] | 0) { + } else if ((i65 | 0) == 77) { + i65 = 0; + i1 = i3 + 1 | 0; + if ((i1 | 0) != (i67 | 0)) switch (HEAP8[i1 >> 0] | 0) { case 84: case 116: break; default: break L113; } - i3 = __ZN10__cxxabiv112_GLOBAL__N_114parse_decltypeINS0_2DbEEEPKcS4_S4_RT_(i4, i1, i68) | 0; - if ((i3 | 0) == (i4 | 0) | (i3 | 0) == (i1 | 0)) break L49; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i51, (HEAP32[i50 >> 2] | 0) + -24 | 0); - i6 = HEAP32[i50 >> 2] | 0; - i5 = i6 + -24 | 0; - i4 = i6; + i1 = __ZN10__cxxabiv112_GLOBAL__N_114parse_decltypeINS0_2DbEEEPKcS4_S4_RT_(i3, i67, i68) | 0; + if ((i1 | 0) == (i3 | 0) | (i1 | 0) == (i67 | 0)) break L49; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i64, (HEAP32[i49 >> 2] | 0) + -24 | 0); + i5 = HEAP32[i49 >> 2] | 0; + i3 = i5 + -24 | 0; + i4 = i5; while (1) { - if ((i4 | 0) == (i5 | 0)) break; - i9 = i4 + -24 | 0; - HEAP32[i50 >> 2] = i9; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); - i4 = HEAP32[i50 >> 2] | 0; + if ((i4 | 0) == (i3 | 0)) break; + i8 = i4 + -24 | 0; + HEAP32[i49 >> 2] = i8; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); + i4 = HEAP32[i49 >> 2] | 0; } - i5 = i6 + -48 | 0; - i4 = HEAP8[i5 >> 0] | 0; - if (!(i4 & 1)) i4 = (i4 & 255) >>> 1; else i4 = HEAP32[i6 + -44 >> 2] | 0; - if (!i4) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEaSERKS7_(i5, i51); else { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i56, 35940, i51); - i9 = HEAP8[i56 >> 0] | 0; - i8 = (i9 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i5, i8 ? i44 : HEAP32[i12 >> 2] | 0, i8 ? (i9 & 255) >>> 1 : HEAP32[i39 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i56); + i4 = i5 + -48 | 0; + 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, 37098, 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; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i60); } - i4 = (HEAP32[i50 >> 2] | 0) + -24 | 0; - HEAP32[i58 >> 2] = HEAP32[i47 >> 2]; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i57, i4, i58); - i4 = HEAP32[i49 >> 2] | 0; - i9 = HEAP32[i25 >> 2] | 0; - i5 = i9; - if (i4 >>> 0 < i9 >>> 0) { - HEAP32[i4 + 12 >> 2] = HEAP32[i33 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i57 >> 2]; - HEAP32[i4 + 4 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i4 + 8 >> 2] = HEAP32[i28 >> 2]; - HEAP32[i28 >> 2] = 0; - HEAP32[i17 >> 2] = 0; - HEAP32[i57 >> 2] = 0; - HEAP32[i49 >> 2] = (HEAP32[i49 >> 2] | 0) + 16; + i3 = (HEAP32[i49 >> 2] | 0) + -24 | 0; + HEAP32[i62 >> 2] = HEAP32[i32 >> 2]; + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i61, i3, i62); + i3 = HEAP32[i48 >> 2] | 0; + i8 = HEAP32[i34 >> 2] | 0; + i4 = i8; + if (i3 >>> 0 < i8 >>> 0) { + HEAP32[i3 + 12 >> 2] = HEAP32[i22 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i61 >> 2]; + HEAP32[i3 + 4 >> 2] = HEAP32[i23 >> 2]; + HEAP32[i3 + 8 >> 2] = HEAP32[i24 >> 2]; + HEAP32[i24 >> 2] = 0; + HEAP32[i23 >> 2] = 0; + HEAP32[i61 >> 2] = 0; + HEAP32[i48 >> 2] = (HEAP32[i48 >> 2] | 0) + 16; } else { - i6 = HEAP32[i48 >> 2] | 0; - i9 = i4 - i6 | 0; - i8 = i9 >> 4; - i7 = i8 + 1 | 0; - if ((i9 | 0) < -16) { - i66 = 92; + i5 = HEAP32[i33 >> 2] | 0; + i8 = i3 - i5 | 0; + i7 = i8 >> 4; + i6 = i7 + 1 | 0; + if ((i8 | 0) < -16) { + i65 = 92; break L92; } - i4 = i5 - i6 | 0; - if (i4 >> 4 >>> 0 < 1073741823) { - i4 = i4 >> 3; - i4 = i4 >>> 0 < i7 >>> 0 ? i7 : i4; - } else i4 = 2147483647; - __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i4, i8, i36); - i9 = HEAP32[i22 >> 2] | 0; - HEAP32[i9 + 12 >> 2] = HEAP32[i33 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i57 >> 2]; - HEAP32[i9 + 4 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i9 + 8 >> 2] = HEAP32[i28 >> 2]; - HEAP32[i28 >> 2] = 0; - HEAP32[i17 >> 2] = 0; - HEAP32[i57 >> 2] = 0; - HEAP32[i22 >> 2] = i9 + 16; - __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i48, i70); + i3 = i4 - i5 | 0; + if (i3 >> 4 >>> 0 < 1073741823) { + i3 = i3 >> 3; + i3 = i3 >>> 0 < i6 >>> 0 ? i6 : i3; + } else i3 = 2147483647; + __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i3, i7, i38); + i8 = HEAP32[i25 >> 2] | 0; + HEAP32[i8 + 12 >> 2] = HEAP32[i22 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i61 >> 2]; + HEAP32[i8 + 4 >> 2] = HEAP32[i23 >> 2]; + HEAP32[i8 + 8 >> 2] = HEAP32[i24 >> 2]; + HEAP32[i24 >> 2] = 0; + HEAP32[i23 >> 2] = 0; + HEAP32[i61 >> 2] = 0; + HEAP32[i25 >> 2] = i8 + 16; + __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i33, i70); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i70); } - __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i57); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i51); - i9 = 1; + __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i61); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); + i8 = 1; continue L92; } while (0); - i3 = __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_S4_RT_(i4, i1, i68) | 0; - if ((i3 | 0) == (i4 | 0) | (i3 | 0) == (i1 | 0)) break L49; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i51, (HEAP32[i50 >> 2] | 0) + -24 | 0); - i6 = HEAP32[i50 >> 2] | 0; - i5 = i6 + -24 | 0; - i4 = i6; + i1 = __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_S4_RT_(i3, i67, i68) | 0; + if ((i1 | 0) == (i3 | 0) | (i1 | 0) == (i67 | 0)) break L49; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i64, (HEAP32[i49 >> 2] | 0) + -24 | 0); + i5 = HEAP32[i49 >> 2] | 0; + i3 = i5 + -24 | 0; + i4 = i5; while (1) { - if ((i4 | 0) == (i5 | 0)) break; - i9 = i4 + -24 | 0; - HEAP32[i50 >> 2] = i9; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); - i4 = HEAP32[i50 >> 2] | 0; + if ((i4 | 0) == (i3 | 0)) break; + i8 = i4 + -24 | 0; + HEAP32[i49 >> 2] = i8; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); + i4 = HEAP32[i49 >> 2] | 0; } - i5 = i6 + -48 | 0; - i4 = HEAP8[i5 >> 0] | 0; - if (!(i4 & 1)) i4 = (i4 & 255) >>> 1; else i4 = HEAP32[i6 + -44 >> 2] | 0; - if (!i4) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEaSERKS7_(i5, i51); else { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i61, 35940, i51); - i9 = HEAP8[i61 >> 0] | 0; - i8 = (i9 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i5, i8 ? i46 : HEAP32[i14 >> 2] | 0, i8 ? (i9 & 255) >>> 1 : HEAP32[i41 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i61); + i4 = i5 + -48 | 0; + 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, 37098, 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; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i53); } - i4 = (HEAP32[i50 >> 2] | 0) + -24 | 0; - HEAP32[i63 >> 2] = HEAP32[i47 >> 2]; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i62, i4, i63); - i4 = HEAP32[i49 >> 2] | 0; - i9 = HEAP32[i25 >> 2] | 0; - i5 = i9; - if (i4 >>> 0 < i9 >>> 0) { - HEAP32[i4 + 12 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i62 >> 2]; - HEAP32[i4 + 4 >> 2] = HEAP32[i19 >> 2]; - HEAP32[i4 + 8 >> 2] = HEAP32[i30 >> 2]; - HEAP32[i30 >> 2] = 0; - HEAP32[i19 >> 2] = 0; - HEAP32[i62 >> 2] = 0; - HEAP32[i49 >> 2] = (HEAP32[i49 >> 2] | 0) + 16; + i3 = (HEAP32[i49 >> 2] | 0) + -24 | 0; + HEAP32[i55 >> 2] = HEAP32[i32 >> 2]; + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i54, i3, i55); + i3 = HEAP32[i48 >> 2] | 0; + i8 = HEAP32[i34 >> 2] | 0; + i4 = i8; + if (i3 >>> 0 < i8 >>> 0) { + HEAP32[i3 + 12 >> 2] = HEAP32[i40 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i54 >> 2]; + HEAP32[i3 + 4 >> 2] = HEAP32[i41 >> 2]; + HEAP32[i3 + 8 >> 2] = HEAP32[i42 >> 2]; + HEAP32[i42 >> 2] = 0; + HEAP32[i41 >> 2] = 0; + HEAP32[i54 >> 2] = 0; + HEAP32[i48 >> 2] = (HEAP32[i48 >> 2] | 0) + 16; } else { - i6 = HEAP32[i48 >> 2] | 0; - i9 = i4 - i6 | 0; - i8 = i9 >> 4; - i7 = i8 + 1 | 0; - if ((i9 | 0) < -16) { - i66 = 123; + i5 = HEAP32[i33 >> 2] | 0; + i8 = i3 - i5 | 0; + i7 = i8 >> 4; + i6 = i7 + 1 | 0; + if ((i8 | 0) < -16) { + i65 = 123; break; } - i4 = i5 - i6 | 0; - if (i4 >> 4 >>> 0 < 1073741823) { - i4 = i4 >> 3; - i4 = i4 >>> 0 < i7 >>> 0 ? i7 : i4; - } else i4 = 2147483647; - __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i4, i8, i36); - i9 = HEAP32[i24 >> 2] | 0; - HEAP32[i9 + 12 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i62 >> 2]; - HEAP32[i9 + 4 >> 2] = HEAP32[i19 >> 2]; - HEAP32[i9 + 8 >> 2] = HEAP32[i30 >> 2]; - HEAP32[i30 >> 2] = 0; - HEAP32[i19 >> 2] = 0; - HEAP32[i62 >> 2] = 0; - HEAP32[i24 >> 2] = i9 + 16; - __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i48, i70); + i3 = i4 - i5 | 0; + if (i3 >> 4 >>> 0 < 1073741823) { + i3 = i3 >> 3; + i3 = i3 >>> 0 < i6 >>> 0 ? i6 : i3; + } else i3 = 2147483647; + __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i3, i7, i38); + i8 = HEAP32[i43 >> 2] | 0; + HEAP32[i8 + 12 >> 2] = HEAP32[i40 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i54 >> 2]; + HEAP32[i8 + 4 >> 2] = HEAP32[i41 >> 2]; + HEAP32[i8 + 8 >> 2] = HEAP32[i42 >> 2]; + HEAP32[i42 >> 2] = 0; + HEAP32[i41 >> 2] = 0; + HEAP32[i54 >> 2] = 0; + HEAP32[i43 >> 2] = i8 + 16; + __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i33, i70); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i70); } - __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i62); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i51); - i9 = 1; + __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i54); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); + i8 = 1; } - if ((i66 | 0) == 52) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i48); else if ((i66 | 0) == 72) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i48); else if ((i66 | 0) == 92) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i48); else if ((i66 | 0) == 104) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i48); else if ((i66 | 0) == 123) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i48); else if ((i66 | 0) == 129) { - i1 = i3 + 1 | 0; - HEAP32[i68 + 48 >> 2] = HEAP32[i67 >> 2]; - L214 : do if (i9 ? (i2 = HEAP32[i49 >> 2] | 0, (HEAP32[i68 + 16 >> 2] | 0) != (i2 | 0)) : 0) { + if ((i65 | 0) == 52) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i33); else if ((i65 | 0) == 72) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i33); else if ((i65 | 0) == 92) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i33); else if ((i65 | 0) == 104) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i33); else if ((i65 | 0) == 123) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i33); else if ((i65 | 0) == 129) { + i1 = i1 + 1 | 0; + HEAP32[i68 + 48 >> 2] = HEAP32[i66 >> 2]; + L214 : do if (i8 ? (i2 = HEAP32[i48 >> 2] | 0, (HEAP32[i68 + 16 >> 2] | 0) != (i2 | 0)) : 0) { i3 = i2 + -16 | 0; while (1) { if ((i2 | 0) == (i3 | 0)) break L214; i70 = i2 + -16 | 0; - HEAP32[i49 >> 2] = i70; + HEAP32[i48 >> 2] = i70; __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i70); - i2 = HEAP32[i49 >> 2] | 0; + i2 = HEAP32[i48 >> 2] | 0; } } while (0); break L46; } } while (0); i1 = i69; - } else i1 = i69; while (0); + } else i1 = i69; else i1 = i67; while (0); i1 = (i1 | 0) == (i69 | 0) ? i71 : i1; break L1; } case 90: { - L225 : do if (((i3 << 24 >> 24 == 90 & (i69 | 0) != (i1 | 0) ? (i67 = i69 + 1 | 0, i4 = __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i67, i1, i68) | 0, !((i4 | 0) == (i67 | 0) | (i4 | 0) == (i1 | 0))) : 0) ? (HEAP8[i4 >> 0] | 0) == 69 : 0) ? (i5 = i4 + 1 | 0, (i5 | 0) != (i1 | 0)) : 0) switch (HEAP8[i5 >> 0] | 0) { + L225 : do if (((i1 << 24 >> 24 == 90 & (i69 | 0) != (i67 | 0) ? (i66 = i69 + 1 | 0, i3 = __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i66, i67, i68) | 0, !((i3 | 0) == (i66 | 0) | (i3 | 0) == (i67 | 0))) : 0) ? (HEAP8[i3 >> 0] | 0) == 69 : 0) ? (i4 = i3 + 1 | 0, (i4 | 0) != (i67 | 0)) : 0) switch (HEAP8[i4 >> 0] | 0) { case 115: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_discriminatorEPKcS2_(i4 + 2 | 0, i1) | 0; + 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, 37139) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 38297) | 0; break L225; } case 100: { - i2 = i4 + 2 | 0; - if ((i2 | 0) == (i1 | 0)) { + i1 = i3 + 2 | 0; + if ((i1 | 0) == (i67 | 0)) { i1 = i69; break L225; } - i2 = __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i2, i1) | 0; - if ((i2 | 0) == (i1 | 0)) { + i1 = __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i1, i67) | 0; + if ((i1 | 0) == (i67 | 0)) { i1 = i69; break L225; } - if ((HEAP8[i2 >> 0] | 0) != 95) { + if ((HEAP8[i1 >> 0] | 0) != 95) { i1 = i69; break L225; } - i67 = i2 + 1 | 0; - i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i67, i1, i68) | 0; + i66 = i1 + 1 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i66, i67, i68) | 0; i5 = i68 + 4 | 0; - if ((i1 | 0) == (i67 | 0)) { - i1 = HEAP32[i5 >> 2] | 0; - i2 = i1 + -24 | 0; + if ((i1 | 0) == (i66 | 0)) { + i2 = HEAP32[i5 >> 2] | 0; + i1 = i2 + -24 | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) { + if ((i2 | 0) == (i1 | 0)) { i1 = i69; break L225; } - i70 = i1 + -24 | 0; + i70 = i2 + -24 | 0; HEAP32[i5 >> 2] = i70; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i70); - i1 = HEAP32[i5 >> 2] | 0; + i2 = HEAP32[i5 >> 2] | 0; } } i2 = HEAP32[i5 >> 2] | 0; @@ -16729,16 +16654,16 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i70, i2 + -24 | 0); i2 = HEAP32[i5 >> 2] | 0; - i4 = i2 + -24 | 0; - i3 = i2; + i3 = i2 + -24 | 0; + i4 = i2; while (1) { - if ((i3 | 0) == (i4 | 0)) break; - i68 = i3 + -24 | 0; + if ((i4 | 0) == (i3 | 0)) break; + i68 = i4 + -24 | 0; HEAP32[i5 >> 2] = i68; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i68); - i3 = HEAP32[i5 >> 2] | 0; + i4 = HEAP32[i5 >> 2] | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 35940) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 37098) | 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; @@ -16747,38 +16672,38 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, } default: { - i2 = __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i5, i1, i68) | 0; - if ((i2 | 0) == (i5 | 0)) { - i2 = i68 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - i3 = i1 + -24 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i4, i67, i68) | 0; + if ((i1 | 0) == (i4 | 0)) { + i1 = i68 + 4 | 0; + i3 = HEAP32[i1 >> 2] | 0; + i2 = i3 + -24 | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) { + if ((i3 | 0) == (i2 | 0)) { i1 = i69; break L225; } - i70 = i1 + -24 | 0; - HEAP32[i2 >> 2] = i70; + i70 = i3 + -24 | 0; + HEAP32[i1 >> 2] = i70; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i70); - i1 = HEAP32[i2 >> 2] | 0; + i3 = HEAP32[i1 >> 2] | 0; } } - i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_discriminatorEPKcS2_(i2, i1) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_discriminatorEPKcS2_(i1, i67) | 0; i5 = i68 + 4 | 0; i2 = HEAP32[i5 >> 2] | 0; if (((i2 - (HEAP32[i68 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) break L225; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i70, i2 + -24 | 0); i2 = HEAP32[i5 >> 2] | 0; - i4 = i2 + -24 | 0; - i3 = i2; + i3 = i2 + -24 | 0; + i4 = i2; while (1) { - if ((i3 | 0) == (i4 | 0)) break; - i68 = i3 + -24 | 0; + if ((i4 | 0) == (i3 | 0)) break; + i68 = i4 + -24 | 0; HEAP32[i5 >> 2] = i68; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i68); - i3 = HEAP32[i5 >> 2] | 0; + i4 = HEAP32[i5 >> 2] | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 35940) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 37098) | 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; @@ -16791,115 +16716,116 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, } default: { - do if ((i8 - i69 | 0) > 1) { - if (i3 << 24 >> 24 == 83 ? (HEAP8[i69 + 1 >> 0] | 0) == 116 : 0) { - i2 = i69 + 2 | 0; - if ((i2 | 0) == (i1 | 0)) { + do if ((i7 - i69 | 0) > 1) { + if (i1 << 24 >> 24 == 83 ? (HEAP8[i69 + 1 >> 0] | 0) == 116 : 0) { + i1 = i69 + 2 | 0; + if ((i1 | 0) == (i67 | 0)) { i3 = 0; - i2 = i1; + i2 = i67; } else { i3 = 0; - i2 = (HEAP8[i2 >> 0] | 0) == 76 ? i69 + 3 | 0 : i2; + i2 = (HEAP8[i1 >> 0] | 0) == 76 ? i69 + 3 | 0 : i1; } } else { i3 = 1; i2 = i69; } - i4 = __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_S4_RT_(i2, i1, i68) | 0; - i2 = (i4 | 0) == (i2 | 0); - if (i3 | i2) i4 = i2 ? i69 : i4; else { + i1 = __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_S4_RT_(i2, i67, i68) | 0; + i2 = (i1 | 0) == (i2 | 0); + 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, 36878) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38036) | 0; } - if ((i4 | 0) != (i69 | 0)) { - if ((i4 | 0) == (i1 | 0)) break L1; - if ((HEAP8[i4 >> 0] | 0) != 73) { - i1 = i4; + if ((i1 | 0) != (i69 | 0)) { + if ((i1 | 0) == (i67 | 0)) { + i1 = i67; break L1; } - i8 = i68 + 4 | 0; - i2 = HEAP32[i8 >> 2] | 0; + if ((HEAP8[i1 >> 0] | 0) != 73) break L1; + i7 = i68 + 4 | 0; + i2 = HEAP32[i7 >> 2] | 0; if ((HEAP32[i68 >> 2] | 0) == (i2 | 0)) { i1 = i71; break L1; } - i7 = i68 + 16 | 0; - HEAP32[i6 >> 2] = HEAP32[i68 + 12 >> 2]; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i9, i2 + -24 | 0, i6); + i6 = i68 + 16 | 0; + HEAP32[i5 >> 2] = HEAP32[i68 + 12 >> 2]; + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i8, i2 + -24 | 0, i5); i2 = i68 + 20 | 0; i3 = HEAP32[i2 >> 2] | 0; i69 = HEAP32[i68 + 24 >> 2] | 0; - i5 = i69; + i4 = i69; if (i3 >>> 0 < i69 >>> 0) { - HEAP32[i3 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; - i69 = i9 + 4 | 0; + HEAP32[i3 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; + i69 = i8 + 4 | 0; HEAP32[i3 + 4 >> 2] = HEAP32[i69 >> 2]; - i67 = i9 + 8 | 0; - HEAP32[i3 + 8 >> 2] = HEAP32[i67 >> 2]; - HEAP32[i67 >> 2] = 0; + i66 = i8 + 8 | 0; + HEAP32[i3 + 8 >> 2] = HEAP32[i66 >> 2]; + HEAP32[i66 >> 2] = 0; HEAP32[i69 >> 2] = 0; - HEAP32[i9 >> 2] = 0; + HEAP32[i8 >> 2] = 0; HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 16; } else { - i2 = HEAP32[i7 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; i69 = i3 - i2 | 0; - i6 = i69 >> 4; - i3 = i6 + 1 | 0; - if ((i69 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = i5 - i2 | 0; + i5 = i69 >> 4; + i3 = i5 + 1 | 0; + if ((i69 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i6); + i2 = i4 - i2 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; } else i2 = 2147483647; - __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i2, i6, i68 + 28 | 0); + __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i2, i5, i68 + 28 | 0); i69 = i70 + 8 | 0; - i67 = HEAP32[i69 >> 2] | 0; - HEAP32[i67 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; - HEAP32[i67 >> 2] = HEAP32[i9 >> 2]; - i66 = i9 + 4 | 0; - HEAP32[i67 + 4 >> 2] = HEAP32[i66 >> 2]; - i65 = i9 + 8 | 0; - HEAP32[i67 + 8 >> 2] = HEAP32[i65 >> 2]; + i66 = HEAP32[i69 >> 2] | 0; + HEAP32[i66 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; + HEAP32[i66 >> 2] = HEAP32[i8 >> 2]; + i65 = i8 + 4 | 0; + HEAP32[i66 + 4 >> 2] = HEAP32[i65 >> 2]; + i64 = i8 + 8 | 0; + HEAP32[i66 + 8 >> 2] = HEAP32[i64 >> 2]; + HEAP32[i64 >> 2] = 0; HEAP32[i65 >> 2] = 0; - HEAP32[i66 >> 2] = 0; - HEAP32[i9 >> 2] = 0; - HEAP32[i69 >> 2] = i67 + 16; - __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i7, i70); + HEAP32[i8 >> 2] = 0; + HEAP32[i69 >> 2] = i66 + 16; + __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i6, i70); __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i70); } - __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i9); - i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_RT_(i4, i1, i68) | 0; - if ((i1 | 0) == (i4 | 0)) { + __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i8); + i4 = __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_RT_(i1, i67, i68) | 0; + if ((i4 | 0) == (i1 | 0)) { i1 = i71; break L1; } - i2 = HEAP32[i8 >> 2] | 0; - if (((i2 - (HEAP32[i68 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) { + i1 = HEAP32[i7 >> 2] | 0; + if (((i1 - (HEAP32[i68 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) { i1 = i71; break L1; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i70, i2 + -24 | 0); - i2 = HEAP32[i8 >> 2] | 0; - i4 = i2 + -24 | 0; - i3 = i2; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i70, i1 + -24 | 0); + i1 = HEAP32[i7 >> 2] | 0; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i3 | 0) == (i4 | 0)) break; + if ((i3 | 0) == (i2 | 0)) break; i71 = i3 + -24 | 0; - HEAP32[i8 >> 2] = i71; + HEAP32[i7 >> 2] = i71; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i71); - i3 = HEAP32[i8 >> 2] | 0; + i3 = HEAP32[i7 >> 2] | 0; } i71 = HEAP8[i70 >> 0] | 0; i69 = (i71 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i2 + -48 | 0, i69 ? i70 + 1 | 0 : HEAP32[i70 + 8 >> 2] | 0, i69 ? (i71 & 255) >>> 1 : HEAP32[i70 + 4 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i1 + -48 | 0, i69 ? i70 + 1 | 0 : HEAP32[i70 + 8 >> 2] | 0, i69 ? (i71 & 255) >>> 1 : HEAP32[i70 + 4 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i70); + i1 = i4; break L1; } } while (0); - i2 = __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_RT_(i69, i1, i68) | 0; - if ((i2 | 0) == (i69 | 0) | (i2 | 0) == (i1 | 0)) { + i2 = __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_RT_(i69, i67, i68) | 0; + if ((i2 | 0) == (i69 | 0) | (i2 | 0) == (i67 | 0)) { i1 = i71; break L1; } @@ -16907,7 +16833,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, i1 = i71; break L1; } - i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_RT_(i2, i1, i68) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_RT_(i2, i67, i68) | 0; if ((i1 | 0) == (i2 | 0)) { i1 = i71; break L1; @@ -16920,14 +16846,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i70, i2 + -24 | 0); i2 = HEAP32[i5 >> 2] | 0; - i4 = i2 + -24 | 0; - i3 = i2; + i3 = i2 + -24 | 0; + i4 = i2; while (1) { - if ((i3 | 0) == (i4 | 0)) break; - i71 = i3 + -24 | 0; + if ((i4 | 0) == (i3 | 0)) break; + i71 = i4 + -24 | 0; HEAP32[i5 >> 2] = i71; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i71); - i3 = HEAP32[i5 >> 2] | 0; + i4 = HEAP32[i5 >> 2] | 0; } i71 = HEAP8[i70 >> 0] | 0; i69 = (i71 & 1) == 0; @@ -16947,99 +16873,99 @@ function _malloc(i1) { do if (i1 >>> 0 < 245) { i14 = i1 >>> 0 < 11 ? 16 : i1 + 11 & -8; i1 = i14 >>> 3; - i9 = HEAP32[9729] | 0; + i9 = HEAP32[10019] | 0; i2 = i9 >>> i1; if (i2 & 3 | 0) { - i5 = (i2 & 1 ^ 1) + i1 | 0; - i6 = 38956 + (i5 << 1 << 2) | 0; - i2 = i6 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; - i7 = i3 + 8 | 0; - i4 = HEAP32[i7 >> 2] | 0; - do if ((i6 | 0) != (i4 | 0)) { - if (i4 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); - i1 = i4 + 12 | 0; - if ((HEAP32[i1 >> 2] | 0) == (i3 | 0)) { - HEAP32[i1 >> 2] = i6; - HEAP32[i2 >> 2] = i4; + i2 = (i2 & 1 ^ 1) + i1 | 0; + i3 = 40116 + (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[10023] | 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[9729] = i9 & ~(1 << i5); while (0); - i37 = i5 << 3; - HEAP32[i3 + 4 >> 2] = i37 | 3; - i37 = i3 + i37 + 4 | 0; + } else HEAP32[10019] = i9 & ~(1 << i2); while (0); + i37 = i2 << 3; + HEAP32[i5 + 4 >> 2] = i37 | 3; + i37 = i5 + i37 + 4 | 0; HEAP32[i37 >> 2] = HEAP32[i37 >> 2] | 1; - i37 = i7; + i37 = i6; return i37 | 0; } - i7 = HEAP32[9731] | 0; + i7 = HEAP32[10021] | 0; if (i14 >>> 0 > i7 >>> 0) { if (i2 | 0) { - i5 = 2 << i1; - i5 = i2 << i1 & (i5 | 0 - i5); - i5 = (i5 & 0 - i5) + -1 | 0; - i8 = i5 >>> 12 & 16; - i5 = i5 >>> i8; - i2 = i5 >>> 5 & 8; - i5 = i5 >>> i2; - i6 = i5 >>> 2 & 4; - i5 = i5 >>> i6; - i3 = i5 >>> 1 & 2; - i5 = i5 >>> i3; - i4 = i5 >>> 1 & 1; - i4 = (i2 | i8 | i6 | i3 | i4) + (i5 >>> i4) | 0; - i5 = 38956 + (i4 << 1 << 2) | 0; - i3 = i5 + 8 | 0; - i6 = HEAP32[i3 >> 2] | 0; + i3 = 2 << i1; + i3 = i2 << i1 & (i3 | 0 - i3); + i3 = (i3 & 0 - i3) + -1 | 0; + i8 = i3 >>> 12 & 16; + i3 = i3 >>> i8; + i5 = i3 >>> 5 & 8; + i3 = i3 >>> i5; + i6 = i3 >>> 2 & 4; + i3 = i3 >>> i6; + i4 = i3 >>> 1 & 2; + i3 = i3 >>> i4; + i2 = i3 >>> 1 & 1; + i2 = (i5 | i8 | i6 | i4 | i2) + (i3 >>> i2) | 0; + i3 = 40116 + (i2 << 1 << 2) | 0; + i4 = i3 + 8 | 0; + i6 = HEAP32[i4 >> 2] | 0; i8 = i6 + 8 | 0; - i2 = HEAP32[i8 >> 2] | 0; - do if ((i5 | 0) != (i2 | 0)) { - if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); - i1 = i2 + 12 | 0; + i5 = HEAP32[i8 >> 2] | 0; + do if ((i3 | 0) != (i5 | 0)) { + if (i5 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); + i1 = i5 + 12 | 0; if ((HEAP32[i1 >> 2] | 0) == (i6 | 0)) { - HEAP32[i1 >> 2] = i5; - HEAP32[i3 >> 2] = i2; - i10 = HEAP32[9731] | 0; + HEAP32[i1 >> 2] = i3; + HEAP32[i4 >> 2] = i5; + i10 = HEAP32[10021] | 0; break; } else _abort(); } else { - HEAP32[9729] = i9 & ~(1 << i4); + HEAP32[10019] = i9 & ~(1 << i2); i10 = i7; } while (0); - i7 = (i4 << 3) - i14 | 0; + i7 = (i2 << 3) - i14 | 0; HEAP32[i6 + 4 >> 2] = i14 | 3; - i5 = i6 + i14 | 0; - HEAP32[i5 + 4 >> 2] = i7 | 1; - HEAP32[i5 + i7 >> 2] = i7; + i4 = i6 + i14 | 0; + HEAP32[i4 + 4 >> 2] = i7 | 1; + HEAP32[i4 + i7 >> 2] = i7; if (i10 | 0) { - i4 = HEAP32[9734] | 0; + i5 = HEAP32[10024] | 0; i2 = i10 >>> 3; - i3 = 38956 + (i2 << 1 << 2) | 0; - i1 = HEAP32[9729] | 0; + i3 = 40116 + (i2 << 1 << 2) | 0; + i1 = HEAP32[10019] | 0; i2 = 1 << i2; if (i1 & i2) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { i11 = i1; i12 = i2; } } else { - HEAP32[9729] = i1 | i2; + HEAP32[10019] = i1 | i2; i11 = i3 + 8 | 0; i12 = i3; } - HEAP32[i11 >> 2] = i4; - HEAP32[i12 + 12 >> 2] = i4; - HEAP32[i4 + 8 >> 2] = i12; - HEAP32[i4 + 12 >> 2] = i3; + HEAP32[i11 >> 2] = i5; + HEAP32[i12 + 12 >> 2] = i5; + HEAP32[i5 + 8 >> 2] = i12; + HEAP32[i5 + 12 >> 2] = i3; } - HEAP32[9731] = i7; - HEAP32[9734] = i5; + HEAP32[10021] = i7; + HEAP32[10024] = i4; i37 = i8; return i37 | 0; } - i1 = HEAP32[9730] | 0; + i1 = HEAP32[10020] | 0; if (i1) { i3 = (i1 & 0 - i1) + -1 | 0; i36 = i3 >>> 12 & 16; @@ -17051,7 +16977,7 @@ function _malloc(i1) { i2 = i3 >>> 1 & 2; i3 = i3 >>> i2; i4 = i3 >>> 1 & 1; - i4 = HEAP32[39220 + ((i35 | i36 | i37 | i2 | i4) + (i3 >>> i4) << 2) >> 2] | 0; + i4 = HEAP32[40380 + ((i35 | i36 | i37 | i2 | i4) + (i3 >>> i4) << 2) >> 2] | 0; i3 = (HEAP32[i4 + 4 >> 2] & -8) - i14 | 0; i2 = i4; while (1) { @@ -17069,7 +16995,7 @@ function _malloc(i1) { i2 = i1; i4 = i37 ? i1 : i4; } - i6 = HEAP32[9733] | 0; + i6 = HEAP32[10023] | 0; if (i9 >>> 0 < i6 >>> 0) _abort(); i8 = i9 + i14 | 0; if (i9 >>> 0 >= i8 >>> 0) _abort(); @@ -17087,18 +17013,18 @@ function _malloc(i1) { } } while (1) { - i5 = i1 + 20 | 0; - i4 = HEAP32[i5 >> 2] | 0; - if (i4 | 0) { - i1 = i4; - i2 = i5; + i4 = i1 + 20 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if (i5 | 0) { + i1 = i5; + i2 = i4; continue; } - i5 = i1 + 16 | 0; - i4 = HEAP32[i5 >> 2] | 0; - if (!i4) break; else { - i1 = i4; - i2 = i5; + i4 = i1 + 16 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if (!i5) break; else { + i1 = i5; + i2 = i4; } } if (i2 >>> 0 < i6 >>> 0) _abort(); else { @@ -17121,20 +17047,20 @@ function _malloc(i1) { } while (0); do if (i7 | 0) { i1 = HEAP32[i9 + 28 >> 2] | 0; - i2 = 39220 + (i1 << 2) | 0; + i2 = 40380 + (i1 << 2) | 0; if ((i9 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i13; if (!i13) { - HEAP32[9730] = HEAP32[9730] & ~(1 << i1); + HEAP32[10020] = HEAP32[10020] & ~(1 << i1); break; } } else { - if (i7 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); + if (i7 >>> 0 < (HEAP32[10023] | 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[9733] | 0; + i2 = HEAP32[10023] | 0; if (i13 >>> 0 < i2 >>> 0) _abort(); HEAP32[i13 + 24 >> 2] = i7; i1 = HEAP32[i9 + 16 >> 2] | 0; @@ -17144,7 +17070,7 @@ function _malloc(i1) { break; } while (0); i1 = HEAP32[i9 + 20 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { HEAP32[i13 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i13; break; @@ -17159,22 +17085,22 @@ function _malloc(i1) { HEAP32[i9 + 4 >> 2] = i14 | 3; HEAP32[i8 + 4 >> 2] = i3 | 1; HEAP32[i8 + i3 >> 2] = i3; - i1 = HEAP32[9731] | 0; + i1 = HEAP32[10021] | 0; if (i1 | 0) { - i5 = HEAP32[9734] | 0; + i5 = HEAP32[10024] | 0; i2 = i1 >>> 3; - i4 = 38956 + (i2 << 1 << 2) | 0; - i1 = HEAP32[9729] | 0; + i4 = 40116 + (i2 << 1 << 2) | 0; + i1 = HEAP32[10019] | 0; i2 = 1 << i2; if (i1 & i2) { i1 = i4 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { i15 = i1; i16 = i2; } } else { - HEAP32[9729] = i1 | i2; + HEAP32[10019] = i1 | i2; i15 = i4 + 8 | 0; i16 = i4; } @@ -17183,8 +17109,8 @@ function _malloc(i1) { HEAP32[i5 + 8 >> 2] = i16; HEAP32[i5 + 12 >> 2] = i4; } - HEAP32[9731] = i3; - HEAP32[9734] = i8; + HEAP32[10021] = i3; + HEAP32[10024] = i8; } i37 = i9 + 8 | 0; return i37 | 0; @@ -17193,9 +17119,9 @@ function _malloc(i1) { } else if (i1 >>> 0 <= 4294967231) { i1 = i1 + 11 | 0; i14 = i1 & -8; - i9 = HEAP32[9730] | 0; + i9 = HEAP32[10020] | 0; if (i9) { - i2 = 0 - i14 | 0; + i3 = 0 - i14 | 0; i1 = i1 >>> 8; if (i1) if (i14 >>> 0 > 16777215) i8 = 31; else { i16 = (i1 + 1048320 | 0) >>> 16 & 8; @@ -17206,38 +17132,37 @@ function _malloc(i1) { i8 = 14 - (i15 | i16 | i8) + (i30 << i8 >>> 15) | 0; i8 = i14 >>> (i8 + 7 | 0) & 1 | i8 << 1; } else i8 = 0; - i3 = HEAP32[39220 + (i8 << 2) >> 2] | 0; - L123 : do if (!i3) { - i4 = i2; + i2 = HEAP32[40380 + (i8 << 2) >> 2] | 0; + L123 : do if (!i2) { i1 = 0; i2 = 0; i30 = 86; } else { - i4 = i2; + i5 = i3; i1 = 0; - i7 = i14 << ((i8 | 0) == 31 ? 0 : 25 - (i8 >>> 1) | 0); + i6 = i14 << ((i8 | 0) == 31 ? 0 : 25 - (i8 >>> 1) | 0); + i7 = i2; i2 = 0; while (1) { - i5 = HEAP32[i3 + 4 >> 2] & -8; - i6 = i5 - i14 | 0; - if (i6 >>> 0 < i4 >>> 0) if ((i5 | 0) == (i14 | 0)) { - i4 = i6; - i1 = i3; - i2 = i3; + i4 = HEAP32[i7 + 4 >> 2] & -8; + i3 = i4 - i14 | 0; + if (i3 >>> 0 < i5 >>> 0) if ((i4 | 0) == (i14 | 0)) { + i1 = i7; + i2 = i7; i30 = 90; break L123; - } else { - i4 = i6; - i2 = i3; - } - i5 = HEAP32[i3 + 20 >> 2] | 0; - i3 = HEAP32[i3 + 16 + (i7 >>> 31 << 2) >> 2] | 0; - i1 = (i5 | 0) == 0 | (i5 | 0) == (i3 | 0) ? i1 : i5; - i5 = (i3 | 0) == 0; - if (i5) { + } else i2 = i7; else i3 = i5; + i4 = HEAP32[i7 + 20 >> 2] | 0; + i7 = HEAP32[i7 + 16 + (i6 >>> 31 << 2) >> 2] | 0; + i1 = (i4 | 0) == 0 | (i4 | 0) == (i7 | 0) ? i1 : i4; + i4 = (i7 | 0) == 0; + if (i4) { i30 = 86; break; - } else i7 = i7 << (i5 & 1 ^ 1); + } else { + i5 = i3; + i6 = i6 << (i4 & 1 ^ 1); + } } } while (0); if ((i30 | 0) == 86) { @@ -17255,34 +17180,34 @@ function _malloc(i1) { i15 = i16 >>> 1 & 2; i16 = i16 >>> i15; i1 = i16 >>> 1 & 1; - i1 = HEAP32[39220 + ((i11 | i12 | i13 | i15 | i1) + (i16 >>> i1) << 2) >> 2] | 0; + i1 = HEAP32[40380 + ((i11 | i12 | i13 | i15 | i1) + (i16 >>> i1) << 2) >> 2] | 0; } if (!i1) { - i8 = i4; + i8 = i3; i9 = i2; } else i30 = 90; } if ((i30 | 0) == 90) while (1) { i30 = 0; i16 = (HEAP32[i1 + 4 >> 2] & -8) - i14 | 0; - i3 = i16 >>> 0 < i4 >>> 0; - i4 = i3 ? i16 : i4; - i2 = i3 ? i1 : i2; - i3 = HEAP32[i1 + 16 >> 2] | 0; - if (i3 | 0) { - i1 = i3; + i4 = i16 >>> 0 < i3 >>> 0; + i3 = i4 ? i16 : i3; + i2 = i4 ? i1 : i2; + i4 = HEAP32[i1 + 16 >> 2] | 0; + if (i4 | 0) { + i1 = i4; i30 = 90; continue; } i1 = HEAP32[i1 + 20 >> 2] | 0; if (!i1) { - i8 = i4; + i8 = i3; i9 = i2; break; } else i30 = 90; } - if ((i9 | 0) != 0 ? i8 >>> 0 < ((HEAP32[9731] | 0) - i14 | 0) >>> 0 : 0) { - i5 = HEAP32[9733] | 0; + if ((i9 | 0) != 0 ? i8 >>> 0 < ((HEAP32[10021] | 0) - i14 | 0) >>> 0 : 0) { + i5 = HEAP32[10023] | 0; if (i9 >>> 0 < i5 >>> 0) _abort(); i7 = i9 + i14 | 0; if (i9 >>> 0 >= i7 >>> 0) _abort(); @@ -17300,18 +17225,18 @@ function _malloc(i1) { } } while (1) { - i4 = i1 + 20 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 | 0) { - i1 = i3; - i2 = i4; + i3 = i1 + 20 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 | 0) { + i1 = i4; + i2 = i3; continue; } - i4 = i1 + 16 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (!i3) break; else { - i1 = i3; - i2 = i4; + i3 = i1 + 16 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (!i4) break; else { + i1 = i4; + i2 = i3; } } if (i2 >>> 0 < i5 >>> 0) _abort(); else { @@ -17334,20 +17259,20 @@ function _malloc(i1) { } while (0); do if (i6 | 0) { i1 = HEAP32[i9 + 28 >> 2] | 0; - i2 = 39220 + (i1 << 2) | 0; + i2 = 40380 + (i1 << 2) | 0; if ((i9 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i18; if (!i18) { - HEAP32[9730] = HEAP32[9730] & ~(1 << i1); + HEAP32[10020] = HEAP32[10020] & ~(1 << i1); break; } } else { - if (i6 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); + if (i6 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); i1 = i6 + 16 | 0; if ((HEAP32[i1 >> 2] | 0) == (i9 | 0)) HEAP32[i1 >> 2] = i18; else HEAP32[i6 + 20 >> 2] = i18; if (!i18) break; } - i2 = HEAP32[9733] | 0; + i2 = HEAP32[10023] | 0; if (i18 >>> 0 < i2 >>> 0) _abort(); HEAP32[i18 + 24 >> 2] = i6; i1 = HEAP32[i9 + 16 >> 2] | 0; @@ -17357,7 +17282,7 @@ function _malloc(i1) { break; } while (0); i1 = HEAP32[i9 + 20 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { HEAP32[i18 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i18; break; @@ -17369,18 +17294,18 @@ function _malloc(i1) { HEAP32[i7 + i8 >> 2] = i8; i1 = i8 >>> 3; if (i8 >>> 0 < 256) { - i3 = 38956 + (i1 << 1 << 2) | 0; - i2 = HEAP32[9729] | 0; + i3 = 40116 + (i1 << 1 << 2) | 0; + i2 = HEAP32[10019] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { i20 = i1; i21 = i2; } } else { - HEAP32[9729] = i2 | i1; + HEAP32[10019] = i2 | i1; i20 = i3 + 8 | 0; i21 = i3; } @@ -17391,61 +17316,62 @@ function _malloc(i1) { break; } i1 = i8 >>> 8; - if (i1) if (i8 >>> 0 > 16777215) i2 = 31; else { + if (i1) if (i8 >>> 0 > 16777215) i3 = 31; else { i36 = (i1 + 1048320 | 0) >>> 16 & 8; i37 = i1 << i36; i35 = (i37 + 520192 | 0) >>> 16 & 4; i37 = i37 << i35; - i2 = (i37 + 245760 | 0) >>> 16 & 2; - i2 = 14 - (i35 | i36 | i2) + (i37 << i2 >>> 15) | 0; - i2 = i8 >>> (i2 + 7 | 0) & 1 | i2 << 1; - } else i2 = 0; - i5 = 39220 + (i2 << 2) | 0; - HEAP32[i7 + 28 >> 2] = i2; + i3 = (i37 + 245760 | 0) >>> 16 & 2; + i3 = 14 - (i35 | i36 | i3) + (i37 << i3 >>> 15) | 0; + i3 = i8 >>> (i3 + 7 | 0) & 1 | i3 << 1; + } else i3 = 0; + i4 = 40380 + (i3 << 2) | 0; + HEAP32[i7 + 28 >> 2] = i3; i1 = i7 + 16 | 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 >> 2] = 0; - i1 = HEAP32[9730] | 0; - i3 = 1 << i2; - if (!(i1 & i3)) { - HEAP32[9730] = i1 | i3; - HEAP32[i5 >> 2] = i7; - HEAP32[i7 + 24 >> 2] = i5; + i1 = HEAP32[10020] | 0; + i2 = 1 << i3; + if (!(i1 & i2)) { + HEAP32[10020] = i1 | i2; + HEAP32[i4 >> 2] = i7; + HEAP32[i7 + 24 >> 2] = i4; HEAP32[i7 + 12 >> 2] = i7; HEAP32[i7 + 8 >> 2] = i7; break; } - i4 = i8 << ((i2 | 0) == 31 ? 0 : 25 - (i2 >>> 1) | 0); - i3 = HEAP32[i5 >> 2] | 0; + i5 = i8 << ((i3 | 0) == 31 ? 0 : 25 - (i3 >>> 1) | 0); + i1 = HEAP32[i4 >> 2] | 0; while (1) { - if ((HEAP32[i3 + 4 >> 2] & -8 | 0) == (i8 | 0)) { + if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i8 | 0)) { + i3 = i1; i30 = 148; break; } - i1 = i3 + 16 + (i4 >>> 31 << 2) | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (!i2) { + i2 = i1 + 16 + (i5 >>> 31 << 2) | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (!i3) { i30 = 145; break; } else { - i4 = i4 << 1; - i3 = i2; + i5 = i5 << 1; + i1 = i3; } } - if ((i30 | 0) == 145) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { - HEAP32[i1 >> 2] = i7; - HEAP32[i7 + 24 >> 2] = i3; + if ((i30 | 0) == 145) if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { + HEAP32[i2 >> 2] = i7; + HEAP32[i7 + 24 >> 2] = i1; HEAP32[i7 + 12 >> 2] = i7; HEAP32[i7 + 8 >> 2] = i7; break; } else if ((i30 | 0) == 148) { - i2 = i3 + 8 | 0; - i1 = HEAP32[i2 >> 2] | 0; - i37 = HEAP32[9733] | 0; - if (i1 >>> 0 >= i37 >>> 0 & i3 >>> 0 >= i37 >>> 0) { - HEAP32[i1 + 12 >> 2] = i7; - HEAP32[i2 >> 2] = i7; - HEAP32[i7 + 8 >> 2] = i1; + i1 = i3 + 8 | 0; + i2 = HEAP32[i1 >> 2] | 0; + i37 = HEAP32[10023] | 0; + if (i2 >>> 0 >= i37 >>> 0 & i3 >>> 0 >= i37 >>> 0) { + HEAP32[i2 + 12 >> 2] = i7; + HEAP32[i1 >> 2] = i7; + HEAP32[i7 + 8 >> 2] = i2; HEAP32[i7 + 12 >> 2] = i3; HEAP32[i7 + 24 >> 2] = 0; break; @@ -17462,55 +17388,55 @@ function _malloc(i1) { } } } else i14 = -1; while (0); - i3 = HEAP32[9731] | 0; + i3 = HEAP32[10021] | 0; if (i3 >>> 0 >= i14 >>> 0) { - i2 = i3 - i14 | 0; - i1 = HEAP32[9734] | 0; - if (i2 >>> 0 > 15) { - i37 = i1 + i14 | 0; - HEAP32[9734] = i37; - HEAP32[9731] = i2; - HEAP32[i37 + 4 >> 2] = i2 | 1; - HEAP32[i37 + i2 >> 2] = i2; - HEAP32[i1 + 4 >> 2] = i14 | 3; + i1 = i3 - i14 | 0; + i2 = HEAP32[10024] | 0; + if (i1 >>> 0 > 15) { + i37 = i2 + i14 | 0; + HEAP32[10024] = i37; + HEAP32[10021] = i1; + HEAP32[i37 + 4 >> 2] = i1 | 1; + HEAP32[i37 + i1 >> 2] = i1; + HEAP32[i2 + 4 >> 2] = i14 | 3; } else { - HEAP32[9731] = 0; - HEAP32[9734] = 0; - HEAP32[i1 + 4 >> 2] = i3 | 3; - i37 = i1 + i3 + 4 | 0; + HEAP32[10021] = 0; + HEAP32[10024] = 0; + HEAP32[i2 + 4 >> 2] = i3 | 3; + i37 = i2 + i3 + 4 | 0; HEAP32[i37 >> 2] = HEAP32[i37 >> 2] | 1; } - i37 = i1 + 8 | 0; + i37 = i2 + 8 | 0; return i37 | 0; } - i1 = HEAP32[9732] | 0; + i1 = HEAP32[10022] | 0; if (i1 >>> 0 > i14 >>> 0) { i35 = i1 - i14 | 0; - HEAP32[9732] = i35; - i37 = HEAP32[9735] | 0; + HEAP32[10022] = i35; + i37 = HEAP32[10025] | 0; i36 = i37 + i14 | 0; - HEAP32[9735] = i36; + HEAP32[10025] = i36; HEAP32[i36 + 4 >> 2] = i35 | 1; HEAP32[i37 + 4 >> 2] = i14 | 3; i37 = i37 + 8 | 0; return i37 | 0; } - do if (!(HEAP32[9847] | 0)) { + do if (!(HEAP32[10137] | 0)) { i1 = _sysconf(30) | 0; if (!(i1 + -1 & i1)) { - HEAP32[9849] = i1; - HEAP32[9848] = i1; - HEAP32[9850] = -1; - HEAP32[9851] = -1; - HEAP32[9852] = 0; - HEAP32[9840] = 0; + HEAP32[10139] = i1; + HEAP32[10138] = i1; + HEAP32[10140] = -1; + HEAP32[10141] = -1; + HEAP32[10142] = 0; + HEAP32[10130] = 0; i21 = (_time(0) | 0) & -16 ^ 1431655768; - HEAP32[9847] = i21; + HEAP32[10137] = i21; break; } else _abort(); } while (0); i7 = i14 + 48 | 0; - i6 = HEAP32[9849] | 0; + i6 = HEAP32[10139] | 0; i8 = i14 + 47 | 0; i5 = i6 + i8 | 0; i6 = 0 - i6 | 0; @@ -17519,15 +17445,15 @@ function _malloc(i1) { i37 = 0; return i37 | 0; } - i1 = HEAP32[9839] | 0; - if (i1 | 0 ? (i20 = HEAP32[9837] | 0, i21 = i20 + i9 | 0, i21 >>> 0 <= i20 >>> 0 | i21 >>> 0 > i1 >>> 0) : 0) { + i1 = HEAP32[10129] | 0; + if (i1 | 0 ? (i20 = HEAP32[10127] | 0, i21 = i20 + i9 | 0, i21 >>> 0 <= i20 >>> 0 | i21 >>> 0 > i1 >>> 0) : 0) { i37 = 0; return i37 | 0; } - L257 : do if (!(HEAP32[9840] & 4)) { - i1 = HEAP32[9735] | 0; + L257 : do if (!(HEAP32[10130] & 4)) { + i1 = HEAP32[10025] | 0; L259 : do if (i1) { - i3 = 39364; + i3 = 40524; while (1) { i2 = HEAP32[i3 >> 2] | 0; if (i2 >>> 0 <= i1 >>> 0 ? (i17 = i3 + 4 | 0, (i2 + (HEAP32[i17 >> 2] | 0) | 0) >>> 0 > i1 >>> 0) : 0) { @@ -17541,7 +17467,7 @@ function _malloc(i1) { break L259; } } - i1 = i5 - (HEAP32[9732] | 0) & i6; + i1 = i5 - (HEAP32[10022] | 0) & i6; if (i1 >>> 0 < 2147483647) { i2 = _sbrk(i1 | 0) | 0; if ((i2 | 0) == ((HEAP32[i4 >> 2] | 0) + (HEAP32[i3 >> 2] | 0) | 0)) { @@ -17556,13 +17482,13 @@ function _malloc(i1) { } else i30 = 173; while (0); do if ((i30 | 0) == 173 ? (i19 = _sbrk(0) | 0, (i19 | 0) != (-1 | 0)) : 0) { i1 = i19; - i2 = HEAP32[9848] | 0; + i2 = HEAP32[10138] | 0; i3 = i2 + -1 | 0; if (!(i3 & i1)) i1 = i9; else i1 = i9 - i1 + (i3 + i1 & 0 - i2) | 0; - i2 = HEAP32[9837] | 0; + i2 = HEAP32[10127] | 0; i3 = i2 + i1 | 0; if (i1 >>> 0 > i14 >>> 0 & i1 >>> 0 < 2147483647) { - i21 = HEAP32[9839] | 0; + i21 = HEAP32[10129] | 0; if (i21 | 0 ? i3 >>> 0 <= i2 >>> 0 | i3 >>> 0 > i21 >>> 0 : 0) break; i2 = _sbrk(i1 | 0) | 0; if ((i2 | 0) == (i19 | 0)) { @@ -17575,7 +17501,7 @@ function _malloc(i1) { } while (0); L279 : do if ((i30 | 0) == 183) { i3 = 0 - i1 | 0; - do if (i7 >>> 0 > i1 >>> 0 & (i1 >>> 0 < 2147483647 & (i2 | 0) != (-1 | 0)) ? (i22 = HEAP32[9849] | 0, i22 = i8 - i1 + i22 & 0 - i22, i22 >>> 0 < 2147483647) : 0) if ((_sbrk(i22 | 0) | 0) == (-1 | 0)) { + do if (i7 >>> 0 > i1 >>> 0 & (i1 >>> 0 < 2147483647 & (i2 | 0) != (-1 | 0)) ? (i22 = HEAP32[10139] | 0, i22 = i8 - i1 + i22 & 0 - i22, i22 >>> 0 < 2147483647) : 0) if ((_sbrk(i22 | 0) | 0) == (-1 | 0)) { _sbrk(i3 | 0) | 0; break L279; } else { @@ -17589,7 +17515,7 @@ function _malloc(i1) { break L257; } } while (0); - HEAP32[9840] = HEAP32[9840] | 4; + HEAP32[10130] = HEAP32[10130] | 4; i30 = 190; } else i30 = 190; while (0); if ((((i30 | 0) == 190 ? i9 >>> 0 < 2147483647 : 0) ? (i23 = _sbrk(i9 | 0) | 0, i24 = _sbrk(0) | 0, i23 >>> 0 < i24 >>> 0 & ((i23 | 0) != (-1 | 0) & (i24 | 0) != (-1 | 0))) : 0) ? (i25 = i24 - i23 | 0, i25 >>> 0 > (i14 + 40 | 0) >>> 0) : 0) { @@ -17598,17 +17524,17 @@ function _malloc(i1) { i30 = 193; } if ((i30 | 0) == 193) { - i1 = (HEAP32[9837] | 0) + i5 | 0; - HEAP32[9837] = i1; - if (i1 >>> 0 > (HEAP32[9838] | 0) >>> 0) HEAP32[9838] = i1; - i8 = HEAP32[9735] | 0; + i1 = (HEAP32[10127] | 0) + i5 | 0; + HEAP32[10127] = i1; + if (i1 >>> 0 > (HEAP32[10128] | 0) >>> 0) HEAP32[10128] = i1; + i8 = HEAP32[10025] | 0; do if (i8) { - i4 = 39364; + i4 = 40524; do { i1 = HEAP32[i4 >> 2] | 0; - i3 = i4 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i7 | 0) == (i1 + i2 | 0)) { + i2 = i4 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i7 | 0) == (i1 + i3 | 0)) { i26 = i1; i27 = i2; i28 = i3; @@ -17619,25 +17545,25 @@ function _malloc(i1) { i4 = HEAP32[i4 + 8 >> 2] | 0; } while ((i4 | 0) != 0); if (((i30 | 0) == 203 ? (HEAP32[i29 + 12 >> 2] & 8 | 0) == 0 : 0) ? i8 >>> 0 < i7 >>> 0 & i8 >>> 0 >= i26 >>> 0 : 0) { - HEAP32[i28 >> 2] = i27 + i5; + HEAP32[i27 >> 2] = i28 + i5; i37 = i8 + 8 | 0; i37 = (i37 & 7 | 0) == 0 ? 0 : 0 - i37 & 7; i36 = i8 + i37 | 0; - i37 = i5 - i37 + (HEAP32[9732] | 0) | 0; - HEAP32[9735] = i36; - HEAP32[9732] = i37; + i37 = i5 - i37 + (HEAP32[10022] | 0) | 0; + HEAP32[10025] = i36; + HEAP32[10022] = i37; HEAP32[i36 + 4 >> 2] = i37 | 1; HEAP32[i36 + i37 + 4 >> 2] = 40; - HEAP32[9736] = HEAP32[9851]; + HEAP32[10026] = HEAP32[10141]; break; } - i1 = HEAP32[9733] | 0; + i1 = HEAP32[10023] | 0; if (i7 >>> 0 < i1 >>> 0) { - HEAP32[9733] = i7; + HEAP32[10023] = i7; i9 = i7; } else i9 = i1; i3 = i7 + i5 | 0; - i1 = 39364; + i1 = 40524; while (1) { if ((HEAP32[i1 >> 2] | 0) == (i3 | 0)) { i2 = i1; @@ -17646,7 +17572,7 @@ function _malloc(i1) { } i1 = HEAP32[i1 + 8 >> 2] | 0; if (!i1) { - i2 = 39364; + i2 = 40524; break; } } @@ -17662,10 +17588,10 @@ function _malloc(i1) { i6 = i1 - i11 - i14 | 0; HEAP32[i11 + 4 >> 2] = i14 | 3; do if ((i1 | 0) != (i8 | 0)) { - if ((i1 | 0) == (HEAP32[9734] | 0)) { - i37 = (HEAP32[9731] | 0) + i6 | 0; - HEAP32[9731] = i37; - HEAP32[9734] = i10; + if ((i1 | 0) == (HEAP32[10024] | 0)) { + i37 = (HEAP32[10021] | 0) + i6 | 0; + HEAP32[10021] = i37; + HEAP32[10024] = i10; HEAP32[i10 + 4 >> 2] = i37 | 1; HEAP32[i10 + i37 >> 2] = i37; break; @@ -17678,29 +17604,29 @@ function _malloc(i1) { i7 = HEAP32[i1 + 24 >> 2] | 0; i4 = HEAP32[i1 + 12 >> 2] | 0; do if ((i4 | 0) == (i1 | 0)) { - i4 = i1 + 16 | 0; - i3 = i4 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i3 = i1 + 16 | 0; + i4 = i3 + 4 | 0; + i2 = HEAP32[i4 >> 2] | 0; if (!i2) { - i2 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i3 >> 2] | 0; if (!i2) { i35 = 0; break; - } else i3 = i4; - } + } + } else i3 = i4; while (1) { - i5 = i2 + 20 | 0; - i4 = HEAP32[i5 >> 2] | 0; - if (i4 | 0) { - i2 = i4; - i3 = i5; + i4 = i2 + 20 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if (i5 | 0) { + i2 = i5; + i3 = i4; continue; } - i5 = i2 + 16 | 0; - i4 = HEAP32[i5 >> 2] | 0; - if (!i4) break; else { - i2 = i4; - i3 = i5; + i4 = i2 + 16 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if (!i5) break; else { + i2 = i5; + i3 = i4; } } if (i3 >>> 0 < i9 >>> 0) _abort(); else { @@ -17723,31 +17649,31 @@ function _malloc(i1) { } while (0); if (!i7) break; i2 = HEAP32[i1 + 28 >> 2] | 0; - i3 = 39220 + (i2 << 2) | 0; + i3 = 40380 + (i2 << 2) | 0; do if ((i1 | 0) != (HEAP32[i3 >> 2] | 0)) { - if (i7 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); + if (i7 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); i2 = i7 + 16 | 0; if ((HEAP32[i2 >> 2] | 0) == (i1 | 0)) HEAP32[i2 >> 2] = i35; else HEAP32[i7 + 20 >> 2] = i35; if (!i35) break L331; } else { HEAP32[i3 >> 2] = i35; if (i35 | 0) break; - HEAP32[9730] = HEAP32[9730] & ~(1 << i2); + HEAP32[10020] = HEAP32[10020] & ~(1 << i2); break L331; } while (0); - i4 = HEAP32[9733] | 0; + i4 = HEAP32[10023] | 0; if (i35 >>> 0 < i4 >>> 0) _abort(); HEAP32[i35 + 24 >> 2] = i7; - i3 = i1 + 16 | 0; - i2 = HEAP32[i3 >> 2] | 0; - do if (i2 | 0) if (i2 >>> 0 < i4 >>> 0) _abort(); else { - HEAP32[i35 + 16 >> 2] = i2; - HEAP32[i2 + 24 >> 2] = i35; + i2 = i1 + 16 | 0; + i3 = HEAP32[i2 >> 2] | 0; + do if (i3 | 0) if (i3 >>> 0 < i4 >>> 0) _abort(); else { + HEAP32[i35 + 16 >> 2] = i3; + HEAP32[i3 + 24 >> 2] = i35; break; } while (0); - i2 = HEAP32[i3 + 4 >> 2] | 0; + i2 = HEAP32[i2 + 4 >> 2] | 0; if (!i2) break; - if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { HEAP32[i35 + 20 >> 2] = i2; HEAP32[i2 + 24 >> 2] = i35; break; @@ -17755,14 +17681,14 @@ function _malloc(i1) { } else { i3 = HEAP32[i1 + 8 >> 2] | 0; i4 = HEAP32[i1 + 12 >> 2] | 0; - i2 = 38956 + (i5 << 1 << 2) | 0; + i2 = 40116 + (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[9729] = HEAP32[9729] & ~(1 << i5); + HEAP32[10019] = HEAP32[10019] & ~(1 << i5); break; } do if ((i4 | 0) == (i2 | 0)) i32 = i4 + 8 | 0; else { @@ -17786,17 +17712,17 @@ function _malloc(i1) { HEAP32[i10 + i6 >> 2] = i6; i1 = i6 >>> 3; if (i6 >>> 0 < 256) { - i3 = 38956 + (i1 << 1 << 2) | 0; - i2 = HEAP32[9729] | 0; + i3 = 40116 + (i1 << 1 << 2) | 0; + i2 = HEAP32[10019] | 0; i1 = 1 << i1; do if (!(i2 & i1)) { - HEAP32[9729] = i2 | i1; + HEAP32[10019] = i2 | i1; i36 = i3 + 8 | 0; i37 = i3; } else { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 >= (HEAP32[9733] | 0) >>> 0) { + if (i2 >>> 0 >= (HEAP32[10023] | 0) >>> 0) { i36 = i1; i37 = i2; break; @@ -17810,79 +17736,80 @@ function _malloc(i1) { break; } i1 = i6 >>> 8; - do if (!i1) i2 = 0; else { + do if (!i1) i3 = 0; else { if (i6 >>> 0 > 16777215) { - i2 = 31; + i3 = 31; break; } i36 = (i1 + 1048320 | 0) >>> 16 & 8; i37 = i1 << i36; i35 = (i37 + 520192 | 0) >>> 16 & 4; i37 = i37 << i35; - i2 = (i37 + 245760 | 0) >>> 16 & 2; - i2 = 14 - (i35 | i36 | i2) + (i37 << i2 >>> 15) | 0; - i2 = i6 >>> (i2 + 7 | 0) & 1 | i2 << 1; + i3 = (i37 + 245760 | 0) >>> 16 & 2; + i3 = 14 - (i35 | i36 | i3) + (i37 << i3 >>> 15) | 0; + i3 = i6 >>> (i3 + 7 | 0) & 1 | i3 << 1; } while (0); - i5 = 39220 + (i2 << 2) | 0; - HEAP32[i10 + 28 >> 2] = i2; + i4 = 40380 + (i3 << 2) | 0; + HEAP32[i10 + 28 >> 2] = i3; i1 = i10 + 16 | 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 >> 2] = 0; - i1 = HEAP32[9730] | 0; - i3 = 1 << i2; - if (!(i1 & i3)) { - HEAP32[9730] = i1 | i3; - HEAP32[i5 >> 2] = i10; - HEAP32[i10 + 24 >> 2] = i5; + i1 = HEAP32[10020] | 0; + i2 = 1 << i3; + if (!(i1 & i2)) { + HEAP32[10020] = i1 | i2; + HEAP32[i4 >> 2] = i10; + HEAP32[i10 + 24 >> 2] = i4; HEAP32[i10 + 12 >> 2] = i10; HEAP32[i10 + 8 >> 2] = i10; break; } - i4 = i6 << ((i2 | 0) == 31 ? 0 : 25 - (i2 >>> 1) | 0); - i3 = HEAP32[i5 >> 2] | 0; + i5 = i6 << ((i3 | 0) == 31 ? 0 : 25 - (i3 >>> 1) | 0); + i1 = HEAP32[i4 >> 2] | 0; while (1) { - if ((HEAP32[i3 + 4 >> 2] & -8 | 0) == (i6 | 0)) { + if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i6 | 0)) { + i3 = i1; i30 = 281; break; } - i1 = i3 + 16 + (i4 >>> 31 << 2) | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (!i2) { + i2 = i1 + 16 + (i5 >>> 31 << 2) | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (!i3) { i30 = 278; break; } else { - i4 = i4 << 1; - i3 = i2; + i5 = i5 << 1; + i1 = i3; } } - if ((i30 | 0) == 278) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { - HEAP32[i1 >> 2] = i10; - HEAP32[i10 + 24 >> 2] = i3; + if ((i30 | 0) == 278) if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { + HEAP32[i2 >> 2] = i10; + HEAP32[i10 + 24 >> 2] = i1; HEAP32[i10 + 12 >> 2] = i10; HEAP32[i10 + 8 >> 2] = i10; break; } else if ((i30 | 0) == 281) { - i2 = i3 + 8 | 0; - i1 = HEAP32[i2 >> 2] | 0; - i37 = HEAP32[9733] | 0; - if (i1 >>> 0 >= i37 >>> 0 & i3 >>> 0 >= i37 >>> 0) { - HEAP32[i1 + 12 >> 2] = i10; - HEAP32[i2 >> 2] = i10; - HEAP32[i10 + 8 >> 2] = i1; + i1 = i3 + 8 | 0; + i2 = HEAP32[i1 >> 2] | 0; + i37 = HEAP32[10023] | 0; + if (i2 >>> 0 >= i37 >>> 0 & i3 >>> 0 >= i37 >>> 0) { + HEAP32[i2 + 12 >> 2] = i10; + HEAP32[i1 >> 2] = i10; + HEAP32[i10 + 8 >> 2] = i2; HEAP32[i10 + 12 >> 2] = i3; HEAP32[i10 + 24 >> 2] = 0; break; } else _abort(); } } else { - i37 = (HEAP32[9732] | 0) + i6 | 0; - HEAP32[9732] = i37; - HEAP32[9735] = i10; + i37 = (HEAP32[10022] | 0) + i6 | 0; + HEAP32[10022] = i37; + HEAP32[10025] = i10; HEAP32[i10 + 4 >> 2] = i37 | 1; } while (0); i37 = i11 + 8 | 0; return i37 | 0; - } else i2 = 39364; + } else i2 = 40524; while (1) { i1 = HEAP32[i2 >> 2] | 0; if (i1 >>> 0 <= i8 >>> 0 ? (i31 = i1 + (HEAP32[i2 + 4 >> 2] | 0) | 0, i31 >>> 0 > i8 >>> 0) : 0) { @@ -17901,21 +17828,21 @@ function _malloc(i1) { i4 = (i4 & 7 | 0) == 0 ? 0 : 0 - i4 & 7; i37 = i7 + i4 | 0; i4 = i5 + -40 - i4 | 0; - HEAP32[9735] = i37; - HEAP32[9732] = i4; + HEAP32[10025] = i37; + HEAP32[10022] = i4; HEAP32[i37 + 4 >> 2] = i4 | 1; HEAP32[i37 + i4 + 4 >> 2] = 40; - HEAP32[9736] = HEAP32[9851]; + HEAP32[10026] = HEAP32[10141]; i4 = i3 + 4 | 0; HEAP32[i4 >> 2] = 27; - HEAP32[i1 >> 2] = HEAP32[9841]; - HEAP32[i1 + 4 >> 2] = HEAP32[9842]; - HEAP32[i1 + 8 >> 2] = HEAP32[9843]; - HEAP32[i1 + 12 >> 2] = HEAP32[9844]; - HEAP32[9841] = i7; - HEAP32[9842] = i5; - HEAP32[9844] = 0; - HEAP32[9843] = i1; + HEAP32[i1 >> 2] = HEAP32[10131]; + HEAP32[i1 + 4 >> 2] = HEAP32[10132]; + HEAP32[i1 + 8 >> 2] = HEAP32[10133]; + HEAP32[i1 + 12 >> 2] = HEAP32[10134]; + HEAP32[10131] = i7; + HEAP32[10132] = i5; + HEAP32[10134] = 0; + HEAP32[10133] = i1; i1 = i3 + 24 | 0; do { i1 = i1 + 4 | 0; @@ -17928,18 +17855,18 @@ function _malloc(i1) { HEAP32[i3 >> 2] = i7; i1 = i7 >>> 3; if (i7 >>> 0 < 256) { - i3 = 38956 + (i1 << 1 << 2) | 0; - i2 = HEAP32[9729] | 0; + i3 = 40116 + (i1 << 1 << 2) | 0; + i2 = HEAP32[10019] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { i33 = i1; i34 = i2; } } else { - HEAP32[9729] = i2 | i1; + HEAP32[10019] = i2 | i1; i33 = i3 + 8 | 0; i34 = i3; } @@ -17959,14 +17886,14 @@ function _malloc(i1) { i3 = 14 - (i35 | i36 | i3) + (i37 << i3 >>> 15) | 0; i3 = i7 >>> (i3 + 7 | 0) & 1 | i3 << 1; } else i3 = 0; - i5 = 39220 + (i3 << 2) | 0; + i5 = 40380 + (i3 << 2) | 0; HEAP32[i8 + 28 >> 2] = i3; HEAP32[i8 + 20 >> 2] = 0; HEAP32[i6 >> 2] = 0; - i1 = HEAP32[9730] | 0; + i1 = HEAP32[10020] | 0; i2 = 1 << i3; if (!(i1 & i2)) { - HEAP32[9730] = i1 | i2; + HEAP32[10020] = i1 | i2; HEAP32[i5 >> 2] = i8; HEAP32[i8 + 24 >> 2] = i5; HEAP32[i8 + 12 >> 2] = i8; @@ -17974,36 +17901,37 @@ function _malloc(i1) { break; } i4 = i7 << ((i3 | 0) == 31 ? 0 : 25 - (i3 >>> 1) | 0); - i3 = HEAP32[i5 >> 2] | 0; + i1 = HEAP32[i5 >> 2] | 0; while (1) { - if ((HEAP32[i3 + 4 >> 2] & -8 | 0) == (i7 | 0)) { + if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i7 | 0)) { + i3 = i1; i30 = 307; break; } - i1 = i3 + 16 + (i4 >>> 31 << 2) | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (!i2) { + i2 = i1 + 16 + (i4 >>> 31 << 2) | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (!i3) { i30 = 304; break; } else { i4 = i4 << 1; - i3 = i2; + i1 = i3; } } - if ((i30 | 0) == 304) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { - HEAP32[i1 >> 2] = i8; - HEAP32[i8 + 24 >> 2] = i3; + if ((i30 | 0) == 304) if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { + HEAP32[i2 >> 2] = i8; + HEAP32[i8 + 24 >> 2] = i1; HEAP32[i8 + 12 >> 2] = i8; HEAP32[i8 + 8 >> 2] = i8; break; } else if ((i30 | 0) == 307) { - i2 = i3 + 8 | 0; - i1 = HEAP32[i2 >> 2] | 0; - i37 = HEAP32[9733] | 0; - if (i1 >>> 0 >= i37 >>> 0 & i3 >>> 0 >= i37 >>> 0) { - HEAP32[i1 + 12 >> 2] = i8; - HEAP32[i2 >> 2] = i8; - HEAP32[i8 + 8 >> 2] = i1; + i1 = i3 + 8 | 0; + i2 = HEAP32[i1 >> 2] | 0; + i37 = HEAP32[10023] | 0; + if (i2 >>> 0 >= i37 >>> 0 & i3 >>> 0 >= i37 >>> 0) { + HEAP32[i2 + 12 >> 2] = i8; + HEAP32[i1 >> 2] = i8; + HEAP32[i8 + 8 >> 2] = i2; HEAP32[i8 + 12 >> 2] = i3; HEAP32[i8 + 24 >> 2] = 0; break; @@ -18011,16 +17939,16 @@ function _malloc(i1) { } } } else { - i37 = HEAP32[9733] | 0; - if ((i37 | 0) == 0 | i7 >>> 0 < i37 >>> 0) HEAP32[9733] = i7; - HEAP32[9841] = i7; - HEAP32[9842] = i5; - HEAP32[9844] = 0; - HEAP32[9738] = HEAP32[9847]; - HEAP32[9737] = -1; + i37 = HEAP32[10023] | 0; + if ((i37 | 0) == 0 | i7 >>> 0 < i37 >>> 0) HEAP32[10023] = i7; + HEAP32[10131] = i7; + HEAP32[10132] = i5; + HEAP32[10134] = 0; + HEAP32[10028] = HEAP32[10137]; + HEAP32[10027] = -1; i1 = 0; do { - i37 = 38956 + (i1 << 1 << 2) | 0; + i37 = 40116 + (i1 << 1 << 2) | 0; HEAP32[i37 + 12 >> 2] = i37; HEAP32[i37 + 8 >> 2] = i37; i1 = i1 + 1 | 0; @@ -18029,19 +17957,19 @@ function _malloc(i1) { i37 = (i37 & 7 | 0) == 0 ? 0 : 0 - i37 & 7; i36 = i7 + i37 | 0; i37 = i5 + -40 - i37 | 0; - HEAP32[9735] = i36; - HEAP32[9732] = i37; + HEAP32[10025] = i36; + HEAP32[10022] = i37; HEAP32[i36 + 4 >> 2] = i37 | 1; HEAP32[i36 + i37 + 4 >> 2] = 40; - HEAP32[9736] = HEAP32[9851]; + HEAP32[10026] = HEAP32[10141]; } while (0); - i1 = HEAP32[9732] | 0; + i1 = HEAP32[10022] | 0; if (i1 >>> 0 > i14 >>> 0) { i35 = i1 - i14 | 0; - HEAP32[9732] = i35; - i37 = HEAP32[9735] | 0; + HEAP32[10022] = i35; + i37 = HEAP32[10025] | 0; i36 = i37 + i14 | 0; - HEAP32[9735] = i36; + HEAP32[10025] = i36; HEAP32[i36 + 4 >> 2] = i35 | 1; HEAP32[i37 + 4 >> 2] = i14 | 3; i37 = i37 + 8 | 0; @@ -18054,56 +17982,56 @@ function _malloc(i1) { return i37 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitBinaryEPNS_6BinaryE(i33, i30, i28) { +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitBinaryEPNS_6BinaryE(i33, i30, i29) { i33 = i33 | 0; i30 = i30 | 0; - i28 = i28 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i29 = 0, i31 = 0, i32 = 0, i34 = 0; + i29 = i29 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i31 = 0, i32 = 0, i34 = 0; i34 = STACKTOP; STACKTOP = STACKTOP + 448 | 0; - i1 = i34 + 424 | 0; + i3 = i34 + 424 | 0; i31 = i34 + 408 | 0; - i2 = i34 + 368 | 0; + i1 = i34 + 368 | 0; i32 = i34 + 392 | 0; i5 = i34 + 352 | 0; - i12 = i34 + 336 | 0; - i23 = i34 + 320 | 0; - i26 = i34 + 304 | 0; - i27 = i34 + 288 | 0; - i6 = i34 + 272 | 0; - i7 = i34 + 256 | 0; - i8 = i34 + 240 | 0; - i9 = i34 + 224 | 0; - i10 = i34 + 208 | 0; - i11 = i34 + 192 | 0; - i13 = i34 + 176 | 0; - i14 = i34 + 160 | 0; - i15 = i34 + 144 | 0; - i16 = i34 + 128 | 0; - i17 = i34 + 112 | 0; - i18 = i34 + 96 | 0; - i19 = i34 + 80 | 0; - i20 = i34 + 64 | 0; - i21 = i34 + 48 | 0; - i22 = i34 + 32 | 0; - i24 = i34 + 16 | 0; - i25 = i34; - i4 = i28 + 12 | 0; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i1, i30, HEAP32[i4 >> 2] | 0); - i3 = i1 + 16 | 0; - if ((HEAP32[i3 >> 2] | 0) == 0 ? (HEAP32[i31 >> 2] = HEAP32[i1 >> 2], HEAP32[i31 + 4 >> 2] = HEAP32[i1 + 4 >> 2], HEAP32[i31 + 8 >> 2] = HEAP32[i1 + 8 >> 2], HEAP32[i31 + 12 >> 2] = HEAP32[i1 + 12 >> 2], i29 = i28 + 16 | 0, __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i30, HEAP32[i29 >> 2] | 0), HEAP32[i1 >> 2] = HEAP32[i2 >> 2], HEAP32[i1 + 4 >> 2] = HEAP32[i2 + 4 >> 2], HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2], HEAP32[i1 + 12 >> 2] = HEAP32[i2 + 12 >> 2], HEAP32[i1 + 16 >> 2] = HEAP32[i2 + 16 >> 2], (HEAP32[i3 >> 2] | 0) == 0) : 0) { - HEAP32[i32 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i32 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i32 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; - HEAP32[i32 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; + i16 = i34 + 336 | 0; + i22 = i34 + 320 | 0; + i23 = i34 + 304 | 0; + i24 = i34 + 288 | 0; + i25 = i34 + 272 | 0; + i26 = i34 + 256 | 0; + i27 = i34 + 240 | 0; + i28 = i34 + 224 | 0; + i6 = i34 + 208 | 0; + i7 = i34 + 192 | 0; + i8 = i34 + 176 | 0; + i9 = i34 + 160 | 0; + i10 = i34 + 144 | 0; + i11 = i34 + 128 | 0; + i12 = i34 + 112 | 0; + i13 = i34 + 96 | 0; + i14 = i34 + 80 | 0; + i15 = i34 + 64 | 0; + i17 = i34 + 48 | 0; + i18 = i34 + 32 | 0; + i19 = i34 + 16 | 0; + i20 = i34; + i4 = i29 + 12 | 0; + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i3, i30, HEAP32[i4 >> 2] | 0); + i2 = i3 + 16 | 0; + if ((HEAP32[i2 >> 2] | 0) == 0 ? (HEAP32[i31 >> 2] = HEAP32[i3 >> 2], HEAP32[i31 + 4 >> 2] = HEAP32[i3 + 4 >> 2], HEAP32[i31 + 8 >> 2] = HEAP32[i3 + 8 >> 2], HEAP32[i31 + 12 >> 2] = HEAP32[i3 + 12 >> 2], i21 = i29 + 16 | 0, __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i1, i30, HEAP32[i21 >> 2] | 0), HEAP32[i3 >> 2] = HEAP32[i1 >> 2], HEAP32[i3 + 4 >> 2] = HEAP32[i1 + 4 >> 2], HEAP32[i3 + 8 >> 2] = HEAP32[i1 + 8 >> 2], HEAP32[i3 + 12 >> 2] = HEAP32[i1 + 12 >> 2], HEAP32[i3 + 16 >> 2] = HEAP32[i1 + 16 >> 2], (HEAP32[i2 >> 2] | 0) == 0) : 0) { + HEAP32[i32 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i32 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i32 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i32 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; i1 = HEAP32[i31 >> 2] | 0; - if ((i1 | 0) != (HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0)) ___assert_fail(20704, 19725, 448, 20734); + if ((i1 | 0) != (HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0)) ___assert_fail(20834, 19853, 448, 20864); i2 = HEAP32[i32 >> 2] | 0; - if ((i2 | 0) != (HEAP32[(HEAP32[i29 >> 2] | 0) + 4 >> 2] | 0)) ___assert_fail(20746, 19725, 449, 20734); + if ((i2 | 0) != (HEAP32[(HEAP32[i21 >> 2] | 0) + 4 >> 2] | 0)) ___assert_fail(20876, 19853, 449, 20864); L11 : do switch (i1 | 0) { case 1: { - do switch (HEAP32[i28 + 8 >> 2] | 0) { + do switch (HEAP32[i29 + 8 >> 2] | 0) { case 0: { __ZNK4wasm7Literal3addERKS0_(i5, i31, i32); @@ -18116,21 +18044,21 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 1: { - __ZNK4wasm7Literal3subERKS0_(i12, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i12 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i12 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i12 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i12 + 12 >> 2]; + __ZNK4wasm7Literal3subERKS0_(i16, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 2: { - __ZNK4wasm7Literal3mulERKS0_(i23, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i23 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i23 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i23 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i23 + 12 >> 2]; + __ZNK4wasm7Literal3mulERKS0_(i22, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i22 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i22 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i22 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i22 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } @@ -18138,11 +18066,11 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { i29 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i29 >> 2] | 0) + 20 >> 2] & 127](i29, 20778); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i29 >> 2] | 0) + 20 >> 2] & 127](i29, 20908); } if ((__ZN4wasm7Literal10getIntegerEv(i31) | 0) == -2147483648 & (tempRet0 | 0) == -1 ? (i29 = __ZN4wasm7Literal10getIntegerEv(i32) | 0, (i29 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20793); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20923); } i1 = i31 + 8 | 0; if ((HEAP32[i31 >> 2] | 0) == 1) { @@ -18167,7 +18095,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20812); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20942); } i1 = i31 + 8 | 0; if ((HEAP32[i31 >> 2] | 0) == 1) { @@ -18192,7 +18120,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20827); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20957); } if ((__ZN4wasm7Literal10getIntegerEv(i31) | 0) == -2147483648 & (tempRet0 | 0) == -1 ? (i30 = __ZN4wasm7Literal10getIntegerEv(i32) | 0, (i30 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { HEAP32[i33 >> 2] = 1; @@ -18223,7 +18151,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20842); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20972); } i1 = i31 + 8 | 0; if ((HEAP32[i31 >> 2] | 0) == 1) { @@ -18309,21 +18237,21 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 17: { - __ZNK4wasm7Literal2eqERKS0_(i26, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; + __ZNK4wasm7Literal2eqERKS0_(i23, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i23 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i23 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i23 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i23 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 18: { - __ZNK4wasm7Literal2neERKS0_(i27, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i27 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i27 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i27 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i27 + 12 >> 2]; + __ZNK4wasm7Literal2neERKS0_(i24, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i24 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i24 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i24 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i24 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } @@ -18398,34 +18326,34 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 2: { - do switch (HEAP32[i28 + 8 >> 2] | 0) { + do switch (HEAP32[i29 + 8 >> 2] | 0) { case 0: { - __ZNK4wasm7Literal3addERKS0_(i6, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; + __ZNK4wasm7Literal3addERKS0_(i25, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i25 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i25 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i25 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i25 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 1: { - __ZNK4wasm7Literal3subERKS0_(i7, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; + __ZNK4wasm7Literal3subERKS0_(i26, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i26 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 2: { - __ZNK4wasm7Literal3mulERKS0_(i8, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; + __ZNK4wasm7Literal3mulERKS0_(i27, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i27 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i27 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i27 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i27 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } @@ -18433,11 +18361,11 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { i29 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i29 >> 2] | 0) + 20 >> 2] & 127](i29, 20857); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i29 >> 2] | 0) + 20 >> 2] & 127](i29, 20987); } if ((__ZN4wasm7Literal10getIntegerEv(i31) | 0) == 0 & (tempRet0 | 0) == -2147483648 ? (i29 = __ZN4wasm7Literal10getIntegerEv(i32) | 0, (i29 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20872); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 21002); } i1 = i31 + 8 | 0; if ((HEAP32[i31 >> 2] | 0) == 1) { @@ -18462,7 +18390,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20891); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 21021); } i1 = i31 + 8 | 0; if ((HEAP32[i31 >> 2] | 0) == 1) { @@ -18487,7 +18415,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20906); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 21036); } if ((__ZN4wasm7Literal10getIntegerEv(i31) | 0) == 0 & (tempRet0 | 0) == -2147483648 ? (i30 = __ZN4wasm7Literal10getIntegerEv(i32) | 0, (i30 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { HEAP32[i33 >> 2] = 2; @@ -18520,7 +18448,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20921); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 21051); } i1 = i31 + 8 | 0; if ((HEAP32[i31 >> 2] | 0) == 1) { @@ -18621,21 +18549,21 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 17: { - __ZNK4wasm7Literal2eqERKS0_(i9, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; + __ZNK4wasm7Literal2eqERKS0_(i28, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i28 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i28 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i28 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i28 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 18: { - __ZNK4wasm7Literal2neERKS0_(i10, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i10 + 12 >> 2]; + __ZNK4wasm7Literal2neERKS0_(i6, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } @@ -18743,134 +18671,134 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect case 4: case 3: { - do switch (HEAP32[i28 + 8 >> 2] | 0) { + do switch (HEAP32[i29 + 8 >> 2] | 0) { case 0: { - __ZNK4wasm7Literal3addERKS0_(i11, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i11 + 12 >> 2]; + __ZNK4wasm7Literal3addERKS0_(i7, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 1: { - __ZNK4wasm7Literal3subERKS0_(i13, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i13 + 12 >> 2]; + __ZNK4wasm7Literal3subERKS0_(i8, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 2: { - __ZNK4wasm7Literal3mulERKS0_(i14, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i14 + 12 >> 2]; + __ZNK4wasm7Literal3mulERKS0_(i9, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 13: { - __ZNK4wasm7Literal3divERKS0_(i15, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; + __ZNK4wasm7Literal3divERKS0_(i10, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i10 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 14: { - __ZNK4wasm7Literal8copysignERKS0_(i16, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; + __ZNK4wasm7Literal8copysignERKS0_(i11, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i11 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 15: { - __ZNK4wasm7Literal3minERKS0_(i17, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; + __ZNK4wasm7Literal3minERKS0_(i12, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i12 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i12 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i12 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 16: { - __ZNK4wasm7Literal3maxERKS0_(i18, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i18 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i18 + 12 >> 2]; + __ZNK4wasm7Literal3maxERKS0_(i13, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i13 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 17: { - __ZNK4wasm7Literal2eqERKS0_(i19, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i19 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i19 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i19 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i19 + 12 >> 2]; + __ZNK4wasm7Literal2eqERKS0_(i14, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i14 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 18: { - __ZNK4wasm7Literal2neERKS0_(i20, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i20 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i20 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i20 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i20 + 12 >> 2]; + __ZNK4wasm7Literal2neERKS0_(i15, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 27: { - __ZNK4wasm7Literal2ltERKS0_(i21, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i21 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i21 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i21 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i21 + 12 >> 2]; + __ZNK4wasm7Literal2ltERKS0_(i17, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 28: { - __ZNK4wasm7Literal2leERKS0_(i22, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i22 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i22 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i22 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i22 + 12 >> 2]; + __ZNK4wasm7Literal2leERKS0_(i18, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i18 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i18 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 29: { - __ZNK4wasm7Literal2gtERKS0_(i24, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i24 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i24 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i24 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i24 + 12 >> 2]; + __ZNK4wasm7Literal2gtERKS0_(i19, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i19 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i19 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i19 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i19 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } case 30: { - __ZNK4wasm7Literal2geERKS0_(i25, i31, i32); - HEAP32[i33 >> 2] = HEAP32[i25 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i25 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i25 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i25 + 12 >> 2]; + __ZNK4wasm7Literal2geERKS0_(i20, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i20 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i20 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i20 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i20 + 12 >> 2]; HEAP32[i33 + 16 >> 2] = 0; break L11; } @@ -18883,12 +18811,12 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect _abort(); } while (0); } else { - HEAP32[i33 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i33 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i33 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; - HEAP32[i33 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; - HEAP32[i33 + 16 >> 2] = HEAP32[i1 + 16 >> 2]; - HEAP32[i33 + 20 >> 2] = HEAP32[i1 + 20 >> 2]; + HEAP32[i33 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; + HEAP32[i33 + 16 >> 2] = HEAP32[i3 + 16 >> 2]; + HEAP32[i33 + 20 >> 2] = HEAP32[i3 + 20 >> 2]; } STACKTOP = i34; return; @@ -18901,7 +18829,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i5 = i9; - if (HEAP8[i7 + 52 >> 0] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 16853) | 0, i6) | 0, 10) | 0; + if (HEAP8[i7 + 52 >> 0] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 16938) | 0, i6) | 0, 10) | 0; i2 = __ZN4wasm7Element4listEv(i6) | 0; i2 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i2 >> 2] >> 2] | 0) | 0; i3 = _strchr(i2, 46) | 0; @@ -18939,7 +18867,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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 26; break L95; @@ -19108,7 +19036,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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 38; } while (0); @@ -19144,7 +19072,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 default: break L139; } 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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 44; } while (0); @@ -19163,7 +19091,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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 48; break L145; @@ -19174,7 +19102,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 113; 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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 51; break; @@ -19218,7 +19146,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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 59; } while (0); @@ -19267,7 +19195,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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 68; } while (0); @@ -19292,7 +19220,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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 73; break L181; @@ -19321,7 +19249,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 default: break L190; } 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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 79; } while (0); @@ -19330,7 +19258,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 113; 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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 82; break; @@ -19350,7 +19278,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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 86; break L202; @@ -19373,7 +19301,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 default: break L210; } 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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 91; } while (0); @@ -19414,7 +19342,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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 100; break L216; @@ -19442,7 +19370,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 break L228; } } 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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 107; } while (0); @@ -19451,7 +19379,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 113; 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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 110; break; @@ -19461,7 +19389,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 113; 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(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; i1 = i7 + 8 | 0; __ZNKSt3__18functionIFvvEEclEv(i1); i8 = 114; @@ -19471,7 +19399,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 177; break; } else if ((i8 | 0) == 114) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 16871) | 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(40744, 16956) | 0, i5) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i1); i8 = 176; break; @@ -19496,7 +19424,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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 133; break L6; @@ -19580,23 +19508,23 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 } while (0); if ((i8 | 0) == 133) { if ((HEAP8[i1 >> 0] | 0) == 97) { - if ((i2 | 0) == (HEAP32[9564] | 0)) { + if ((i2 | 0) == (HEAP32[9854] | 0)) { i1 = __ZN4wasm22SExpressionWasmBuilder8makeCallERNS_7ElementE(i7, i6) | 0; i8 = 177; break; } - if ((i2 | 0) == (HEAP32[9565] | 0)) { + if ((i2 | 0) == (HEAP32[9855] | 0)) { i1 = __ZN4wasm22SExpressionWasmBuilder14makeCallImportERNS_7ElementE(i7, i6) | 0; i8 = 177; break; } - if ((i2 | 0) == (HEAP32[9566] | 0)) { + if ((i2 | 0) == (HEAP32[9856] | 0)) { i1 = __ZN4wasm22SExpressionWasmBuilder16makeCallIndirectERNS_7ElementE(i7, i6) | 0; i8 = 177; 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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 141; } @@ -19615,7 +19543,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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 145; break L37; @@ -19626,7 +19554,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 177; break L4; } 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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 148; break; @@ -19636,7 +19564,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 177; break L4; } 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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 151; break; @@ -19646,7 +19574,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 177; break L4; } 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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 154; break; @@ -19656,7 +19584,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 177; break L4; } 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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 157; break; @@ -19666,7 +19594,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 177; break L4; } 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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 160; break; @@ -19676,7 +19604,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 177; break L4; } 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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 163; break; @@ -19686,7 +19614,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 177; break L4; } 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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 166; break; @@ -19696,7 +19624,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 177; break L4; } 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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 169; break; @@ -19706,7 +19634,7 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 177; break L4; } 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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); i8 = 172; break; @@ -19716,12 +19644,12 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 i8 = 177; break L4; } 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(39584, 16871) | 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(40744, 16956) | 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(39584, 16871) | 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(40744, 16956) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i1); i8 = 176; } while (0); @@ -19732,74 +19660,74 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6 return 0; } -function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { +function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i69 = i69 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i70 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i70 = 0; i70 = STACKTOP; STACKTOP = STACKTOP + 224 | 0; i64 = i70 + 216 | 0; - i58 = i70 + 212 | 0; + i57 = i70 + 212 | 0; i67 = i70 + 192 | 0; - i1 = i70 + 148 | 0; - i44 = i70 + 140 | 0; - i3 = i70 + 208 | 0; - i4 = i70 + 204 | 0; - i27 = i70 + 132 | 0; + i3 = i70 + 148 | 0; + i46 = i70 + 140 | 0; + i1 = i70 + 208 | 0; + i2 = i70 + 204 | 0; + i45 = i70 + 132 | 0; i61 = i70 + 124 | 0; i56 = i70 + 116 | 0; - i46 = i70 + 108 | 0; + i48 = i70 + 108 | 0; i49 = i70 + 92 | 0; - i28 = i70 + 188 | 0; - i40 = i70 + 184 | 0; - i41 = i70 + 180 | 0; - i42 = i70 + 176 | 0; - i43 = i70 + 172 | 0; - i45 = i70 + 84 | 0; - i29 = i70 + 168 | 0; - i30 = i70 + 164 | 0; - i31 = i70 + 160 | 0; - i32 = i70 + 156 | 0; - i33 = i70 + 152 | 0; - i34 = i70 + 144 | 0; - i35 = i70 + 136 | 0; - i36 = i70 + 128 | 0; - i37 = i70 + 120 | 0; - i38 = i70 + 112 | 0; + i34 = i70 + 188 | 0; + i38 = i70 + 184 | 0; + i39 = i70 + 180 | 0; + i40 = i70 + 176 | 0; + i41 = i70 + 172 | 0; + i47 = i70 + 84 | 0; + i42 = i70 + 168 | 0; + i43 = i70 + 164 | 0; + i44 = i70 + 160 | 0; + i27 = i70 + 156 | 0; + i28 = i70 + 152 | 0; + i29 = i70 + 144 | 0; + i30 = i70 + 136 | 0; + i31 = i70 + 128 | 0; + i32 = i70 + 120 | 0; + i33 = i70 + 112 | 0; i50 = i70 + 96 | 0; i51 = i70 + 88 | 0; i52 = i70 + 72 | 0; i53 = i70 + 68 | 0; - i47 = i70 + 56 | 0; - i48 = i70 + 52 | 0; + i35 = i70 + 56 | 0; + i36 = i70 + 52 | 0; i54 = i70 + 40 | 0; i55 = i70 + 36 | 0; - i39 = i70 + 32 | 0; - i57 = i70 + 28 | 0; + i37 = i70 + 32 | 0; + i58 = i70 + 28 | 0; i59 = i70 + 24 | 0; i60 = i70 + 12 | 0; i62 = i70 + 8 | 0; - i66 = i70 + 4 | 0; + i65 = i70 + 4 | 0; i68 = i70; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 38408) | 0)) ___assert_fail(13010, 13029, 427, 13044); - i65 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i2, 1) | 0, 0) | 0; - HEAP32[i1 >> 2] = HEAP32[i65 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i1, 0) | 0, 38412) | 0)) ___assert_fail(13055, 13029, 429, 13044); - i65 = __ZN6cashew3RefixEj(i1, 3) | 0; - HEAP32[i44 >> 2] = HEAP32[i65 >> 2]; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i44, 0) | 0, 0) | 0, 38420) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i44, 0) | 0, 1) | 0, 0) | 0, 38504) | 0 : 0) { - i65 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i44, 0) | 0, 1) | 0, 1) | 0; - i65 = __ZN6cashew5Value10getIStringEv(HEAP32[i65 >> 2] | 0) | 0; - __ZN6cashew7IString3setEPKcb(i3, 12834, 1); - if ((HEAP32[i65 >> 2] | 0) != (HEAP32[i3 >> 2] | 0) ? (i65 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i44, 0) | 0, 1) | 0, 1) | 0, i65 = __ZN6cashew5Value10getIStringEv(HEAP32[i65 >> 2] | 0) | 0, __ZN6cashew7IString3setEPKcb(i4, 13079, 1), (HEAP32[i65 >> 2] | 0) != (HEAP32[i4 >> 2] | 0)) : 0) break; - HEAP32[i27 >> 2] = i69; - i65 = i69 + 4 | 0; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 39568) | 0)) ___assert_fail(13067, 13086, 427, 13101); + i66 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 0) | 0; + HEAP32[i3 >> 2] = HEAP32[i66 >> 2]; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 39572) | 0)) ___assert_fail(13112, 13086, 429, 13101); + i66 = __ZN6cashew3RefixEj(i3, 3) | 0; + HEAP32[i46 >> 2] = HEAP32[i66 >> 2]; + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i46, 0) | 0, 0) | 0, 39580) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i46, 0) | 0, 1) | 0, 0) | 0, 39664) | 0 : 0) { + i66 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i46, 0) | 0, 1) | 0, 1) | 0; + i66 = __ZN6cashew5Value10getIStringEv(HEAP32[i66 >> 2] | 0) | 0; + __ZN6cashew7IString3setEPKcb(i1, 12891, 1); + if ((HEAP32[i66 >> 2] | 0) != (HEAP32[i1 >> 2] | 0) ? (i66 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i46, 0) | 0, 1) | 0, 1) | 0, i66 = __ZN6cashew5Value10getIStringEv(HEAP32[i66 >> 2] | 0) | 0, __ZN6cashew7IString3setEPKcb(i2, 13136, 1), (HEAP32[i66 >> 2] | 0) != (HEAP32[i2 >> 2] | 0)) : 0) break; + HEAP32[i45 >> 2] = i69; + i66 = i69 + 4 | 0; i20 = i69 + 80 | 0; - i26 = i69 + 60 | 0; - i21 = i69 + 64 | 0; - i23 = i47 + 4 | 0; - i24 = i47 + 5 | 0; - i25 = i47 + 8 | 0; + i21 = i69 + 60 | 0; + i22 = i69 + 64 | 0; + i23 = i35 + 4 | 0; + i24 = i35 + 5 | 0; + i25 = i35 + 8 | 0; i63 = i69 + 16 | 0; i9 = 0; i3 = 0; @@ -19811,53 +19739,53 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i7 = 0; i8 = 0; i10 = 0; - i22 = 1; + i26 = 1; i11 = 0; i14 = 0; L13 : while (1) { - if (i22 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i44 >> 2] | 0) | 0) >>> 0) { + if (i26 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i46 >> 2] | 0) | 0) >>> 0) { i10 = 12; break; } - i19 = __ZN6cashew3RefixEj(i44, i22) | 0; + i19 = __ZN6cashew3RefixEj(i46, i26) | 0; HEAP32[i61 >> 2] = HEAP32[i19 >> 2]; - L16 : do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 38432) | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 38412) | 0) { + L16 : do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 39592) | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 39572) | 0) { i2 = HEAP32[i69 >> 2] | 0; - HEAP32[i39 >> 2] = HEAP32[i61 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i39 >> 2]; + HEAP32[i37 >> 2] = HEAP32[i61 >> 2]; + HEAP32[i64 >> 2] = HEAP32[i37 >> 2]; __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i2, __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i69, i64) | 0); i2 = i13; i1 = i14; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 38448) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 39608) | 0) { i1 = __ZN6cashew3RefixEj(i61, 1) | 0; HEAP32[i64 >> 2] = HEAP32[i1 >> 2]; i1 = __ZN6cashew3RefixEj(i64, 1) | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i58 >> 2] = i1; + HEAP32[i57 >> 2] = i1; i2 = 0; while (1) { if (i2 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; - i1 = __ZN6cashew3RefixEj(i58, i2) | 0; + i1 = __ZN6cashew3RefixEj(i57, i2) | 0; HEAP32[i67 >> 2] = HEAP32[i1 >> 2]; i1 = __ZN6cashew3RefixEj(i67, 0) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; i1 = HEAP32[i1 >> 2] | 0; i19 = __ZN6cashew3RefixEj(i67, 1) | 0; HEAP32[i56 >> 2] = HEAP32[i19 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 38428) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 39588) | 0)) { i10 = 97; break L13; } - i19 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i65 >> 2] | 0) | 0; + i19 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; HEAP32[i19 >> 2] = i1; i1 = __ZN6cashew3RefixEj(i56, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; HEAP32[i19 + 4 >> 2] = HEAP32[i1 >> 2]; __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i69 >> 2] | 0, i19); - i1 = HEAP32[i58 >> 2] | 0; + i1 = HEAP32[i57 >> 2] | 0; i2 = i2 + 1 | 0; } i2 = i13; @@ -19888,23 +19816,23 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i12 = __ZN6cashew3RefixEj(i56, 0) | 0; i12 = __ZN6cashew5Value10getIStringEv(HEAP32[i12 >> 2] | 0) | 0; i12 = HEAP32[i12 >> 2] | 0; - HEAP32[i46 >> 2] = i12; + HEAP32[i48 >> 2] = i12; i5 = __ZN6cashew3RefixEj(i56, 1) | 0; HEAP32[i49 >> 2] = HEAP32[i5 >> 2]; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38484) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 39644) | 0) { i5 = __ZN6cashew3RefixEj(i49, 1) | 0; i5 = __ZN6cashew5Value9getNumberEv(HEAP32[i5 >> 2] | 0) | 0; if (!(+HEAPF64[i5 >> 3] == 0.0)) { i10 = 17; break L13; } - HEAP32[i28 >> 2] = i12; - HEAP32[i40 >> 2] = 0; - HEAP32[i41 >> 2] = 0; - HEAP32[i67 >> 2] = HEAP32[i28 >> 2]; - HEAP32[i58 >> 2] = HEAP32[i40 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i41 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i69, i67, 1, 0, i58, i64); + HEAP32[i34 >> 2] = i12; + HEAP32[i38 >> 2] = 0; + HEAP32[i39 >> 2] = 0; + HEAP32[i67 >> 2] = HEAP32[i34 >> 2]; + HEAP32[i57 >> 2] = HEAP32[i38 >> 2]; + HEAP32[i64 >> 2] = HEAP32[i39 >> 2]; + __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i69, i67, 1, 0, i57, i64); i1 = i16; i2 = i17; i3 = i18; @@ -19912,12 +19840,12 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i5 = i13; i12 = i14; } else { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38444) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 1) | 0, 38560) | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 39604) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 1) | 0, 39720) | 0)) { i10 = 23; break L13; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 3) | 0, 0) | 0, 38484) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 3) | 0, 0) | 0, 39644) | 0)) { i10 = 23; break L13; } @@ -19929,11 +19857,11 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { } i1 = __ZN6cashew3RefixEj(i49, 2) | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i42 >> 2] = i12; - HEAP32[i43 >> 2] = i1; - HEAP32[i58 >> 2] = HEAP32[i42 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i43 >> 2]; - __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i27, i58, i64, 1); + HEAP32[i40 >> 2] = i12; + HEAP32[i41 >> 2] = i1; + HEAP32[i57 >> 2] = HEAP32[i40 >> 2]; + HEAP32[i64 >> 2] = HEAP32[i41 >> 2]; + __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i45, i57, i64, 1); i1 = i16; i2 = i17; i3 = i18; @@ -19942,33 +19870,33 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i12 = i14; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38520) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 1) | 0, 38552) | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 39680) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 1) | 0, 39712) | 0)) { i10 = 27; break L13; } i5 = __ZN6cashew3RefixEj(i49, 2) | 0; - HEAP32[i45 >> 2] = HEAP32[i5 >> 2]; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i45, 0) | 0, 38484) | 0) { - i5 = __ZN6cashew3RefixEj(i45, 1) | 0; + HEAP32[i47 >> 2] = HEAP32[i5 >> 2]; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i47, 0) | 0, 39644) | 0) { + i5 = __ZN6cashew3RefixEj(i47, 1) | 0; i5 = __ZN6cashew5Value9getNumberEv(HEAP32[i5 >> 2] | 0) | 0; if (!(+HEAPF64[i5 >> 3] == 0.0)) { i10 = 30; break L13; } - HEAP32[i29 >> 2] = i12; - HEAP32[i30 >> 2] = 0; - HEAP32[i31 >> 2] = 0; - HEAP32[i67 >> 2] = HEAP32[i29 >> 2]; - HEAP32[i58 >> 2] = HEAP32[i30 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i31 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i69, i67, 4, 0, i58, i64); + HEAP32[i42 >> 2] = i12; + HEAP32[i43 >> 2] = 0; + HEAP32[i44 >> 2] = 0; + HEAP32[i67 >> 2] = HEAP32[i42 >> 2]; + HEAP32[i57 >> 2] = HEAP32[i43 >> 2]; + HEAP32[i64 >> 2] = HEAP32[i44 >> 2]; + __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i69, i67, 4, 0, i57, i64); } else { - HEAP32[i32 >> 2] = i12; - HEAP32[i33 >> 2] = HEAP32[i45 >> 2]; - HEAP32[i58 >> 2] = HEAP32[i32 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i33 >> 2]; - __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i27, i58, i64, 4); + HEAP32[i27 >> 2] = i12; + HEAP32[i28 >> 2] = HEAP32[i47 >> 2]; + HEAP32[i57 >> 2] = HEAP32[i27 >> 2]; + HEAP32[i64 >> 2] = HEAP32[i28 >> 2]; + __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i45, i57, i64, 4); } i1 = i16; i2 = i17; @@ -19978,8 +19906,8 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i12 = i14; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38256) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 0) | 0, 38428) | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 39416) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 0) | 0, 39588) | 0)) { i10 = 39; break L13; } @@ -19987,7 +19915,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i10 = 39; break L13; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 2) | 0, 0) | 0, 0) | 0, 38484) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 2) | 0, 0) | 0, 0) | 0, 39644) | 0)) { i10 = 39; break L13; } @@ -19997,13 +19925,13 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i10 = 39; break L13; } - HEAP32[i34 >> 2] = i12; - HEAP32[i35 >> 2] = 0; - HEAP32[i36 >> 2] = 0; - HEAP32[i67 >> 2] = HEAP32[i34 >> 2]; - HEAP32[i58 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i36 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i69, i67, 3, 0, i58, i64); + HEAP32[i29 >> 2] = i12; + HEAP32[i30 >> 2] = 0; + HEAP32[i31 >> 2] = 0; + HEAP32[i67 >> 2] = HEAP32[i29 >> 2]; + HEAP32[i57 >> 2] = HEAP32[i30 >> 2]; + HEAP32[i64 >> 2] = HEAP32[i31 >> 2]; + __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i69, i67, 3, 0, i57, i64); i1 = i16; i2 = i17; i3 = i18; @@ -20012,14 +19940,14 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i12 = i14; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38712) | 0) { - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 0) | 0, 38428) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 39872) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 0) | 0, 39588) | 0) { i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 1) | 0; i5 = __ZN6cashew5Value10getIStringEv(HEAP32[i5 >> 2] | 0) | 0; i5 = HEAP32[i5 >> 2] | 0; i1 = __ZN6cashew3RefixEj(i49, 2) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - if ((i5 | 0) != (HEAP32[9522] | 0)) { + if ((i5 | 0) != (HEAP32[9812] | 0)) { i1 = i16; i2 = i17; i3 = i18; @@ -20028,7 +19956,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { break; } i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) == (HEAP32[9528] | 0)) { + if ((i1 | 0) == (HEAP32[9818] | 0)) { i1 = i16; i2 = i17; i3 = i18; @@ -20036,7 +19964,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i5 = i13; break; } - if ((i1 | 0) == (HEAP32[9529] | 0)) { + if ((i1 | 0) == (HEAP32[9819] | 0)) { i1 = i16; i2 = i12; i3 = i18; @@ -20044,7 +19972,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i5 = i13; break; } - if ((i1 | 0) == (HEAP32[9530] | 0)) { + if ((i1 | 0) == (HEAP32[9820] | 0)) { i1 = i16; i2 = i17; i3 = i12; @@ -20052,7 +19980,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i5 = i13; break; } - if ((i1 | 0) == (HEAP32[9531] | 0)) { + if ((i1 | 0) == (HEAP32[9821] | 0)) { i1 = i16; i2 = i17; i3 = i18; @@ -20061,7 +19989,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i7 = i12; break; } - if ((i1 | 0) == (HEAP32[9532] | 0)) { + if ((i1 | 0) == (HEAP32[9822] | 0)) { i1 = i16; i2 = i17; i3 = i18; @@ -20069,7 +19997,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i5 = i12; break; } - if ((i1 | 0) == (HEAP32[9533] | 0)) { + if ((i1 | 0) == (HEAP32[9823] | 0)) { i1 = i16; i2 = i17; i3 = i18; @@ -20078,7 +20006,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i6 = i12; break; } - if ((i1 | 0) == (HEAP32[9534] | 0)) { + if ((i1 | 0) == (HEAP32[9824] | 0)) { i9 = i12; i1 = i16; i2 = i17; @@ -20087,7 +20015,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i5 = i13; break; } - i1 = (i1 | 0) == (HEAP32[9535] | 0) ? i12 : i16; + i1 = (i1 | 0) == (HEAP32[9825] | 0) ? i12 : i16; i2 = i17; i3 = i18; i4 = i19; @@ -20099,22 +20027,22 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i4 = i19; i5 = i13; } while (0); - HEAP32[i37 >> 2] = i12; - HEAP32[i38 >> 2] = HEAP32[i49 >> 2]; - HEAP32[i58 >> 2] = HEAP32[i37 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i38 >> 2]; - __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i27, i58, i64, 0); + HEAP32[i32 >> 2] = i12; + HEAP32[i33 >> 2] = HEAP32[i49 >> 2]; + HEAP32[i57 >> 2] = HEAP32[i32 >> 2]; + HEAP32[i64 >> 2] = HEAP32[i33 >> 2]; + __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i45, i57, i64, 0); i12 = i14; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38720) | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38724) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 39880) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 39884) | 0)) { i10 = 88; break L13; } i5 = HEAP32[i69 >> 2] | 0; i5 = (HEAP32[i5 + 100 >> 2] | 0) - (HEAP32[i5 + 96 >> 2] | 0) >> 2; - i1 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i63, i46) | 0; + i1 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i63, i48) | 0; HEAP32[i1 >> 2] = i5; i1 = __ZN6cashew3RefixEj(i49, 1) | 0; i1 = HEAP32[i1 >> 2] | 0; @@ -20122,17 +20050,17 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i5 = 0; while (1) { if (i5 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; - i3 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i64, i5) | 0, 1) | 0; - i3 = __ZN6cashew5Value10getIStringEv(HEAP32[i3 >> 2] | 0) | 0; - i3 = HEAP32[i3 >> 2] | 0; - i4 = HEAP32[i69 >> 2] | 0; - HEAP32[i48 >> 2] = i3; - i2 = i4 + 100 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i4 + 104 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i3; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i4 + 96 | 0, i48); + i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i64, i5) | 0, 1) | 0; + i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; + i1 = HEAP32[i1 >> 2] | 0; + i2 = HEAP32[i69 >> 2] | 0; + HEAP32[i36 >> 2] = i1; + i3 = i2 + 100 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i2 + 104 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i1; + HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i2 + 96 | 0, i36); i1 = HEAP32[i64 >> 2] | 0; i5 = i5 + 1 | 0; } @@ -20146,67 +20074,67 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { } i14 = __ZN6cashew3RefixEj(i49, 1) | 0; HEAP32[i49 >> 2] = HEAP32[i14 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38256) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 39416) | 0)) { i10 = 55; break L13; } i14 = __ZN6cashew3RefixEj(i49, 1) | 0; - HEAP32[i58 >> 2] = HEAP32[i14 >> 2]; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i58, 0) | 0, 38712) | 0) { - i2 = __ZN6cashew3RefixEj(i58, 2) | 0; + HEAP32[i57 >> 2] = HEAP32[i14 >> 2]; + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i57, 0) | 0, 39872) | 0) { + i2 = __ZN6cashew3RefixEj(i57, 2) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; i2 = HEAP32[i2 >> 2] | 0; i1 = i2; - if ((i1 | 0) == (HEAP32[9528] | 0)) { + if ((i1 | 0) == (HEAP32[9818] | 0)) { i8 = 0; i10 = 1; i11 = 1; i12 = 1; break; } - if ((i1 | 0) == (HEAP32[9529] | 0)) { + if ((i1 | 0) == (HEAP32[9819] | 0)) { i8 = 0; i10 = 2; i11 = 1; i12 = 1; break; } - if ((i1 | 0) == (HEAP32[9530] | 0)) { + if ((i1 | 0) == (HEAP32[9820] | 0)) { i8 = 0; i10 = 4; i11 = 1; i12 = 1; break; } - if ((i1 | 0) == (HEAP32[9531] | 0)) { + if ((i1 | 0) == (HEAP32[9821] | 0)) { i8 = 0; i10 = 1; i11 = 1; i12 = 0; break; } - if ((i1 | 0) == (HEAP32[9532] | 0)) { + if ((i1 | 0) == (HEAP32[9822] | 0)) { i8 = 0; i10 = 2; i11 = 1; i12 = 0; break; } - if ((i1 | 0) == (HEAP32[9533] | 0)) { + if ((i1 | 0) == (HEAP32[9823] | 0)) { i8 = 0; i10 = 4; i11 = 1; i12 = 0; break; } - if ((i1 | 0) == (HEAP32[9534] | 0)) { + if ((i1 | 0) == (HEAP32[9824] | 0)) { i8 = 2; i10 = 4; i11 = 0; i12 = 1; break; } - if ((i1 | 0) == (HEAP32[9535] | 0)) { + if ((i1 | 0) == (HEAP32[9825] | 0)) { i8 = 1; i10 = 8; i11 = 0; @@ -20216,11 +20144,11 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { break L13; } } else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i58, 0) | 0, 38428) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i57, 0) | 0, 39588) | 0)) { i10 = 67; break L13; } - i2 = __ZN6cashew3RefixEj(i58, 1) | 0; + i2 = __ZN6cashew3RefixEj(i57, 1) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; i2 = HEAP32[i2 >> 2] | 0; i1 = i2; @@ -20283,15 +20211,15 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { 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_(i26, i46) | 0) != (i21 | 0)) { + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i21, i48) | 0) != (i22 | 0)) { i10 = 78; break L13; } - HEAP32[i47 >> 2] = i10; + HEAP32[i35 >> 2] = i10; HEAP8[i23 >> 0] = i11 & 1; HEAP8[i24 >> 0] = i12 & 1; HEAP32[i25 >> 2] = i8; - __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE7emplaceIJRS2_S5_EEENS9_INS_14__map_iteratorINS_15__tree_iteratorINS_12__value_typeIS2_S5_EEPNS_11__tree_nodeISJ_PvEEiEEEEbEEDpOT_(i64, i26, i46, i47); + __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE7emplaceIJRS2_S5_EEENS9_INS_14__map_iteratorINS_15__tree_iteratorINS_12__value_typeIS2_S5_EEPNS_11__tree_nodeISJ_PvEEiEEEEbEEDpOT_(i64, i21, i48, i35); i1 = i16; i2 = i17; i3 = i18; @@ -20308,48 +20236,48 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { } } while (0); i13 = i2; - i22 = i22 + 1 | 0; + i26 = i26 + 1 | 0; i14 = i1; } switch (i10 | 0) { case 12: { HEAP32[i67 >> 2] = 0; - i5 = i67 + 4 | 0; - HEAP32[i5 >> 2] = 0; + i4 = i67 + 4 | 0; + HEAP32[i4 >> 2] = 0; HEAP32[i67 + 8 >> 2] = 0; - i4 = HEAP32[i69 >> 2] | 0; - i6 = i4 + 64 | 0; - i9 = i69 + 96 | 0; + i9 = HEAP32[i69 >> 2] | 0; + i5 = i9 + 64 | 0; + i6 = i69 + 96 | 0; i7 = i69 + 100 | 0; i8 = i67 + 8 | 0; - i4 = HEAP32[i4 + 60 >> 2] | 0; + i9 = HEAP32[i9 + 60 >> 2] | 0; while (1) { - if ((i4 | 0) == (i6 | 0)) break; - i2 = HEAP32[i4 + 16 >> 2] | 0; + if ((i9 | 0) == (i5 | 0)) break; + i2 = HEAP32[i9 + 16 >> 2] | 0; HEAP32[i61 >> 2] = i2; - i3 = HEAP32[i4 + 20 >> 2] | 0; - do if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i9, i61) | 0) == (i7 | 0)) { - if ((HEAP32[i3 + 4 >> 2] | 0) != (HEAP32[9541] | 0)) { - i1 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i9 + 20 >> 2] | 0; + do if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i6, i61) | 0) == (i7 | 0)) { + if ((HEAP32[i3 + 4 >> 2] | 0) != (HEAP32[9831] | 0)) { + i1 = HEAP32[i4 >> 2] | 0; if ((i1 | 0) == (HEAP32[i8 >> 2] | 0)) { __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i67, i61); break; } else { HEAP32[i1 >> 2] = i2; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; break; } } } else { - HEAP32[i57 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i58 >> 2] = HEAP32[i3 + 4 >> 2]; HEAP32[i59 >> 2] = HEAP32[i3 + 8 >> 2]; - HEAP32[i58 >> 2] = HEAP32[i57 >> 2]; + HEAP32[i57 >> 2] = HEAP32[i58 >> 2]; HEAP32[i64 >> 2] = HEAP32[i59 >> 2]; - i1 = __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__16vectorIPNS_10ExpressionENS2_9allocatorIS5_EEEE(i69, i58, i64, 0) | 0; + i1 = __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__16vectorIPNS_10ExpressionENS2_9allocatorIS5_EEEE(i69, i57, i64, 0) | 0; if (!i1) { - __ZN4wasm6getSigEPNS_12FunctionTypeE(i60, __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i9, i61) | 0); - i56 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i60, HEAP32[i69 >> 2] | 0, HEAP32[i65 >> 2] | 0) | 0; + __ZN4wasm6getSigEPNS_12FunctionTypeE(i60, __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i61) | 0); + i56 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i60, HEAP32[i69 >> 2] | 0, HEAP32[i66 >> 2] | 0) | 0; HEAP32[i3 + 12 >> 2] = i56; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i60); break; @@ -20358,9 +20286,9 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { break; } } while (0); - i4 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; + i9 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i9) | 0; } - i1 = HEAP32[i5 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; i2 = HEAP32[i67 >> 2] | 0; while (1) { if ((i2 | 0) == (i1 | 0)) break; @@ -20370,22 +20298,22 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { __ZN4wasm6Module12removeImportENS_4NameE(i61, i64); i2 = i2 + 4 | 0; } - i4 = i69 + 32 | 0; - i3 = i69 + 20 | 0; - i2 = HEAP32[i69 + 28 >> 2] | 0; + i1 = i69 + 32 | 0; + i2 = i69 + 20 | 0; + i4 = HEAP32[i69 + 28 >> 2] | 0; while (1) { - if ((i2 | 0) == (i4 | 0)) break; - i1 = HEAP32[i2 + 16 >> 2] | 0; - HEAP32[i64 >> 2] = HEAP32[i2 + 20 >> 2]; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEiEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE4findIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_(i63, i64) | 0) == (i3 | 0)) { + if ((i4 | 0) == (i1 | 0)) break; + i3 = HEAP32[i4 + 16 >> 2] | 0; + HEAP32[i64 >> 2] = HEAP32[i4 + 20 >> 2]; + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEiEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE4findIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_(i63, i64) | 0) == (i2 | 0)) { i10 = 117; break; } - i61 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i65 >> 2] | 0) | 0; + i61 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; HEAP32[i61 + 8 >> 2] = 0; - i62 = i1 + 24 | 0; + i62 = i3 + 24 | 0; HEAP32[i61 + 12 >> 2] = HEAP32[i62 >> 2]; - i60 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i65 >> 2] | 0) | 0; + i60 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; i59 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i63, i64) | 0; i59 = HEAP32[i59 >> 2] | 0; HEAP32[i60 + 8 >> 2] = 1; @@ -20394,35 +20322,35 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { HEAP32[i61 + 16 >> 2] = i60; HEAP32[i61 + 4 >> 2] = 1; HEAP32[i62 >> 2] = i61; - i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; + i4 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; } - if ((i10 | 0) == 117) ___assert_fail(13655, 13029, 673, 13044); + if ((i10 | 0) == 117) ___assert_fail(13712, 13086, 673, 13101); if (HEAP8[i69 + 40 >> 0] | 0) { - i5 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i65 >> 2] | 0) | 0; - HEAP32[i5 >> 2] = HEAP32[9550]; - HEAP32[i66 >> 2] = 1; - i2 = i5 + 12 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i5 + 16 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = HEAP32[9551]; - HEAP32[i1 + 4 >> 2] = 1; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i5 + 8 | 0, 38204, i66); - i3 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i65 >> 2] | 0) | 0; - HEAP32[i3 + 8 >> 2] = HEAP32[9551]; - i4 = __ZN10MixedArena5allocIN4wasm4HostEEEPT_v(HEAP32[i65 >> 2] | 0) | 0; - HEAP32[i4 + 8 >> 2] = 2; - HEAP32[i68 >> 2] = i3; - i2 = i4 + 20 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i4 + 24 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i3; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4 + 16 | 0, i68); - HEAP32[i5 + 36 >> 2] = i4; + i5 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = HEAP32[9840]; + HEAP32[i65 >> 2] = 1; + i1 = i5 + 12 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i5 + 16 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = HEAP32[9841]; + HEAP32[i2 + 4 >> 2] = 1; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 8; + } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i5 + 8 | 0, 39364, i65); + i1 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; + HEAP32[i1 + 8 >> 2] = HEAP32[9841]; + i2 = __ZN10MixedArena5allocIN4wasm4HostEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; + HEAP32[i2 + 8 >> 2] = 2; + HEAP32[i68 >> 2] = i1; + i3 = i2 + 20 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i2 + 24 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i1; + HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i2 + 16 | 0, i68); + HEAP32[i5 + 36 >> 2] = i2; __ZN4wasm6Module11addFunctionEPNS_8FunctionE(HEAP32[i69 >> 2] | 0, i5); - i68 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i65 >> 2] | 0) | 0; - i66 = HEAP32[9550] | 0; + i68 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; + i66 = HEAP32[9840] | 0; HEAP32[i68 + 4 >> 2] = i66; HEAP32[i68 >> 2] = i66; __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i69 >> 2] | 0, i68); @@ -20433,37 +20361,37 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { } case 17: { - ___assert_fail(13247, 13029, 505, 13044); + ___assert_fail(13304, 13086, 505, 13101); break; } case 23: { - ___assert_fail(13274, 13029, 509, 13044); + ___assert_fail(13331, 13086, 509, 13101); break; } case 27: { - ___assert_fail(13344, 13029, 514, 13044); + ___assert_fail(13401, 13086, 514, 13101); break; } case 30: { - ___assert_fail(13361, 13029, 518, 13044); + ___assert_fail(13418, 13086, 518, 13101); break; } case 39: { - ___assert_fail(13389, 13029, 525, 13044); + ___assert_fail(13446, 13086, 525, 13101); break; } case 55: { - ___assert_fail(13500, 13029, 557, 13044); + ___assert_fail(13557, 13086, 557, 13101); break; } case 65: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i50, 13517, 19); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i50, 13574, 19); HEAP32[i51 >> 2] = i2; HEAP32[i64 >> 2] = HEAP32[i51 >> 2]; __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i50, i64); @@ -20471,12 +20399,12 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { } case 67: { - ___assert_fail(13537, 13029, 584, 13044); + ___assert_fail(13594, 13086, 584, 13101); break; } case 76: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i52, 13560, 25); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i52, 13617, 25); HEAP32[i53 >> 2] = i2; HEAP32[i64 >> 2] = HEAP32[i53 >> 2]; __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i52, i64); @@ -20484,12 +20412,12 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { } case 78: { - ___assert_fail(13586, 13029, 606, 13044); + ___assert_fail(13643, 13086, 606, 13101); break; } case 88: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i54, 13618, 19); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i54, 13675, 19); HEAP32[i55 >> 2] = HEAP32[i56 >> 2]; HEAP32[i64 >> 2] = HEAP32[i55 >> 2]; __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i54, i64); @@ -20497,51 +20425,52 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { } case 97: { - ___assert_fail(13638, 13029, 634, 13044); + ___assert_fail(13695, 13086, 634, 13101); break; } } } while (0); - ___assert_fail(13090, 13029, 431, 13044); + ___assert_fail(13147, 13086, 431, 13101); } + function _printf_core(i50, i3, i51, i52, i53) { i50 = i50 | 0; i3 = i3 | 0; i51 = i51 | 0; i52 = i52 | 0; i53 = i53 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, d7 = 0.0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, d13 = 0.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, i54 = 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, d6 = 0.0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, d13 = 0.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, i54 = 0; i54 = STACKTOP; STACKTOP = STACKTOP + 624 | 0; - i35 = i54 + 24 | 0; - i37 = i54 + 16 | 0; - i36 = i54 + 588 | 0; - i38 = i54 + 576 | 0; - i32 = i54; - i30 = i54 + 536 | 0; + i45 = i54 + 24 | 0; + i47 = i54 + 16 | 0; + i46 = i54 + 588 | 0; + i42 = i54 + 576 | 0; + i44 = i54; + i37 = i54 + 536 | 0; i49 = i54 + 8 | 0; - i40 = i54 + 528 | 0; - i48 = (i50 | 0) != 0; - i28 = i30 + 40 | 0; - i42 = i28; - i30 = i30 + 39 | 0; - i34 = i49 + 4 | 0; - i44 = i36; - i27 = 0 - i44 | 0; - i33 = i38 + 12 | 0; - i38 = i38 + 11 | 0; - i41 = i33; - i47 = i41 - i44 | 0; - i45 = -2 - i44 | 0; - i46 = i41 + 2 | 0; - i29 = i35 + 288 | 0; - i31 = i36 + 9 | 0; - i43 = i31; - i39 = i36 + 8 | 0; + i48 = i54 + 528 | 0; + i27 = (i50 | 0) != 0; + i28 = i37 + 40 | 0; + i36 = i28; + i37 = i37 + 39 | 0; + i38 = i49 + 4 | 0; + i39 = i46; + i40 = 0 - i39 | 0; + i41 = i42 + 12 | 0; + i42 = i42 + 11 | 0; + i43 = i41; + i29 = i43 - i39 | 0; + i30 = -2 - i39 | 0; + i31 = i43 + 2 | 0; + i32 = i45 + 288 | 0; + i33 = i46 + 9 | 0; + i34 = i33; + i35 = i46 + 8 | 0; i1 = 0; i4 = 0; i2 = 0; - i15 = i3; + i14 = i3; L1 : while (1) { do if ((i1 | 0) > -1) if ((i4 | 0) > (2147483647 - i1 | 0)) { i1 = ___errno_location() | 0; @@ -20552,11 +20481,11 @@ function _printf_core(i50, i3, i51, i52, i53) { i1 = i4 + i1 | 0; break; } while (0); - i3 = HEAP8[i15 >> 0] | 0; + i3 = HEAP8[i14 >> 0] | 0; if (!(i3 << 24 >> 24)) { i26 = 244; break; - } else i4 = i15; + } else i4 = i14; L9 : while (1) { switch (i3 << 24 >> 24) { case 37: @@ -20584,23 +20513,23 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = i3 + 2 | 0; if ((HEAP8[i3 >> 0] | 0) == 37) i26 = 9; else break; } while (0); - i14 = i4 - i15 | 0; - if (i48 ? (HEAP32[i50 >> 2] & 32 | 0) == 0 : 0) ___fwritex(i15, i14, i50) | 0; - if ((i4 | 0) != (i15 | 0)) { - i4 = i14; - i15 = i3; + i12 = i4 - i14 | 0; + if (i27 ? (HEAP32[i50 >> 2] & 32 | 0) == 0 : 0) ___fwritex(i14, i12, i50) | 0; + if ((i4 | 0) != (i14 | 0)) { + i4 = i12; + i14 = i3; continue; } - i6 = i3 + 1 | 0; - i4 = HEAP8[i6 >> 0] | 0; + i7 = i3 + 1 | 0; + i4 = HEAP8[i7 >> 0] | 0; i5 = (i4 << 24 >> 24) + -48 | 0; if (i5 >>> 0 < 10) { i25 = (HEAP8[i3 + 2 >> 0] | 0) == 36; - i6 = i25 ? i3 + 3 | 0 : i6; - i4 = HEAP8[i6 >> 0] | 0; - i12 = i25 ? i5 : -1; + i7 = i25 ? i3 + 3 | 0 : i7; + i4 = HEAP8[i7 >> 0] | 0; + i10 = i25 ? i5 : -1; i2 = i25 ? 1 : i2; - } else i12 = -1; + } else i10 = -1; i3 = i4 << 24 >> 24; L25 : do if ((i3 & -32 | 0) == 32) { i5 = 0; @@ -20610,8 +20539,8 @@ function _printf_core(i50, i3, i51, i52, i53) { break L25; } i5 = 1 << (i4 << 24 >> 24) + -32 | i5; - i6 = i6 + 1 | 0; - i4 = HEAP8[i6 >> 0] | 0; + i7 = i7 + 1 | 0; + i4 = HEAP8[i7 >> 0] | 0; i3 = i4 << 24 >> 24; if ((i3 & -32 | 0) != 32) { i8 = i5; @@ -20620,22 +20549,22 @@ function _printf_core(i50, i3, i51, i52, i53) { } } else i8 = 0; while (0); do if (i4 << 24 >> 24 == 42) { - i4 = i6 + 1 | 0; + i4 = i7 + 1 | 0; i3 = (HEAP8[i4 >> 0] | 0) + -48 | 0; - if (i3 >>> 0 < 10 ? (HEAP8[i6 + 2 >> 0] | 0) == 36 : 0) { + if (i3 >>> 0 < 10 ? (HEAP8[i7 + 2 >> 0] | 0) == 36 : 0) { HEAP32[i53 + (i3 << 2) >> 2] = 10; i2 = 1; - i6 = i6 + 3 | 0; + i7 = i7 + 3 | 0; i3 = HEAP32[i52 + ((HEAP8[i4 >> 0] | 0) + -48 << 3) >> 2] | 0; } else { if (i2 | 0) { i1 = -1; break L1; } - if (!i48) { + if (!i27) { i11 = i8; i2 = 0; - i6 = i4; + i7 = i4; i25 = 0; break; } @@ -20643,7 +20572,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = HEAP32[i2 >> 2] | 0; HEAP32[i51 >> 2] = i2 + 4; i2 = 0; - i6 = i4; + i7 = i4; } if ((i3 | 0) < 0) { i11 = i8 | 8192; @@ -20655,28 +20584,28 @@ function _printf_core(i50, i3, i51, i52, i53) { } else { i5 = (i4 << 24 >> 24) + -48 | 0; if (i5 >>> 0 < 10) { - i4 = i6; - i3 = 0; + i3 = i7; + i4 = 0; do { - i3 = (i3 * 10 | 0) + i5 | 0; - i4 = i4 + 1 | 0; - i5 = (HEAP8[i4 >> 0] | 0) + -48 | 0; + i4 = (i4 * 10 | 0) + i5 | 0; + i3 = i3 + 1 | 0; + i5 = (HEAP8[i3 >> 0] | 0) + -48 | 0; } while (i5 >>> 0 < 10); - if ((i3 | 0) < 0) { + if ((i4 | 0) < 0) { i1 = -1; break L1; } else { i11 = i8; - i6 = i4; - i25 = i3; + i7 = i3; + i25 = i4; } } else { i11 = i8; i25 = 0; } } while (0); - L46 : do if ((HEAP8[i6 >> 0] | 0) == 46) { - i3 = i6 + 1 | 0; + L46 : do if ((HEAP8[i7 >> 0] | 0) == 46) { + i3 = i7 + 1 | 0; i4 = HEAP8[i3 >> 0] | 0; if (i4 << 24 >> 24 != 42) { i5 = (i4 << 24 >> 24) + -48 | 0; @@ -20694,44 +20623,42 @@ function _printf_core(i50, i3, i51, i52, i53) { } } } - i3 = i6 + 2 | 0; + i3 = i7 + 2 | 0; i4 = (HEAP8[i3 >> 0] | 0) + -48 | 0; - if (i4 >>> 0 < 10 ? (HEAP8[i6 + 3 >> 0] | 0) == 36 : 0) { + if (i4 >>> 0 < 10 ? (HEAP8[i7 + 3 >> 0] | 0) == 36 : 0) { HEAP32[i53 + (i4 << 2) >> 2] = 10; i8 = HEAP32[i52 + ((HEAP8[i3 >> 0] | 0) + -48 << 3) >> 2] | 0; - i3 = i6 + 4 | 0; + i3 = i7 + 4 | 0; break; } if (i2 | 0) { i1 = -1; break L1; } - if (i48) { + if (i27) { i24 = (HEAP32[i51 >> 2] | 0) + (4 - 1) & ~(4 - 1); i8 = HEAP32[i24 >> 2] | 0; HEAP32[i51 >> 2] = i24 + 4; } else i8 = 0; } else { i8 = -1; - i3 = i6; + i3 = i7; } while (0); - i10 = 0; + i9 = 0; while (1) { i4 = (HEAP8[i3 >> 0] | 0) + -65 | 0; if (i4 >>> 0 > 57) { i1 = -1; break L1; } - i6 = i3 + 1 | 0; - i4 = HEAP8[29031 + (i10 * 58 | 0) + i4 >> 0] | 0; - i5 = i4 & 255; - if ((i5 + -1 | 0) >>> 0 < 8) { - i3 = i6; - i10 = i5; + i5 = i3 + 1 | 0; + i4 = HEAP8[30560 + (i9 * 58 | 0) + i4 >> 0] | 0; + i7 = i4 & 255; + if ((i7 + -1 | 0) >>> 0 < 8) { + i3 = i5; + i9 = i7; } else { - i9 = i5; - i24 = i6; - i6 = i10; + i24 = i5; break; } } @@ -20739,96 +20666,96 @@ function _printf_core(i50, i3, i51, i52, i53) { i1 = -1; break; } - i5 = (i12 | 0) > -1; + i5 = (i10 | 0) > -1; do if (i4 << 24 >> 24 == 19) if (i5) { i1 = -1; break L1; } else i26 = 52; else { if (i5) { - HEAP32[i53 + (i12 << 2) >> 2] = i9; - i22 = i52 + (i12 << 3) | 0; + HEAP32[i53 + (i10 << 2) >> 2] = i7; + i22 = i52 + (i10 << 3) | 0; i23 = HEAP32[i22 + 4 >> 2] | 0; - i26 = i32; + i26 = i44; HEAP32[i26 >> 2] = HEAP32[i22 >> 2]; HEAP32[i26 + 4 >> 2] = i23; i26 = 52; break; } - if (!i48) { + if (!i27) { i1 = 0; break L1; } - _pop_arg_334(i32, i9, i51); + _pop_arg_135(i44, i7, i51); } while (0); - if ((i26 | 0) == 52 ? (i26 = 0, !i48) : 0) { - i4 = i14; - i15 = i24; + if ((i26 | 0) == 52 ? (i26 = 0, !i27) : 0) { + i4 = i12; + i14 = i24; continue; } i10 = HEAP8[i3 >> 0] | 0; - i10 = (i6 | 0) != 0 & (i10 & 15 | 0) == 3 ? i10 & -33 : i10; + i10 = (i9 | 0) != 0 & (i10 & 15 | 0) == 3 ? i10 & -33 : i10; i5 = i11 & -65537; i23 = (i11 & 8192 | 0) == 0 ? i11 : i5; L75 : do switch (i10 | 0) { case 110: - switch (i6 | 0) { + switch (i9 | 0) { case 0: { - HEAP32[HEAP32[i32 >> 2] >> 2] = i1; - i4 = i14; - i15 = i24; + HEAP32[HEAP32[i44 >> 2] >> 2] = i1; + i4 = i12; + i14 = i24; continue L1; } case 1: { - HEAP32[HEAP32[i32 >> 2] >> 2] = i1; - i4 = i14; - i15 = i24; + HEAP32[HEAP32[i44 >> 2] >> 2] = i1; + i4 = i12; + i14 = i24; continue L1; } case 2: { - i4 = HEAP32[i32 >> 2] | 0; + i4 = HEAP32[i44 >> 2] | 0; HEAP32[i4 >> 2] = i1; HEAP32[i4 + 4 >> 2] = ((i1 | 0) < 0) << 31 >> 31; - i4 = i14; - i15 = i24; + i4 = i12; + i14 = i24; continue L1; } case 3: { - HEAP16[HEAP32[i32 >> 2] >> 1] = i1; - i4 = i14; - i15 = i24; + HEAP16[HEAP32[i44 >> 2] >> 1] = i1; + i4 = i12; + i14 = i24; continue L1; } case 4: { - HEAP8[HEAP32[i32 >> 2] >> 0] = i1; - i4 = i14; - i15 = i24; + HEAP8[HEAP32[i44 >> 2] >> 0] = i1; + i4 = i12; + i14 = i24; continue L1; } case 6: { - HEAP32[HEAP32[i32 >> 2] >> 2] = i1; - i4 = i14; - i15 = i24; + HEAP32[HEAP32[i44 >> 2] >> 2] = i1; + i4 = i12; + i14 = i24; continue L1; } case 7: { - i4 = HEAP32[i32 >> 2] | 0; + i4 = HEAP32[i44 >> 2] | 0; HEAP32[i4 >> 2] = i1; HEAP32[i4 + 4 >> 2] = ((i1 | 0) < 0) << 31 >> 31; - i4 = i14; - i15 = i24; + i4 = i12; + i14 = i24; continue L1; } default: { - i4 = i14; - i15 = i24; + i4 = i12; + i14 = i24; continue L1; } } @@ -20849,30 +20776,29 @@ function _printf_core(i50, i3, i51, i52, i53) { } case 111: { - i4 = i32; - i3 = HEAP32[i4 >> 2] | 0; - i4 = HEAP32[i4 + 4 >> 2] | 0; - if ((i3 | 0) == 0 & (i4 | 0) == 0) i3 = i28; else { - i5 = i3; + i5 = i44; + i4 = HEAP32[i5 >> 2] | 0; + i5 = HEAP32[i5 + 4 >> 2] | 0; + if ((i4 | 0) == 0 & (i5 | 0) == 0) i3 = i28; else { i3 = i28; do { i3 = i3 + -1 | 0; - HEAP8[i3 >> 0] = i5 & 7 | 48; - i5 = _bitshift64Lshr(i5 | 0, i4 | 0, 3) | 0; - i4 = tempRet0; - } while (!((i5 | 0) == 0 & (i4 | 0) == 0)); + HEAP8[i3 >> 0] = i4 & 7 | 48; + i4 = _bitshift64Lshr(i4 | 0, i5 | 0, 3) | 0; + i5 = tempRet0; + } while (!((i4 | 0) == 0 & (i5 | 0) == 0)); } if (!(i23 & 8)) { i4 = i23; i9 = 0; - i6 = 29511; + i7 = 31040; i26 = 77; } else { - i9 = i42 - i3 | 0; + i9 = i36 - i3 | 0; i4 = i23; i8 = (i8 | 0) > (i9 | 0) ? i8 : i9 + 1 | 0; i9 = 0; - i6 = 29511; + i7 = 31040; i26 = 77; } break; @@ -20880,49 +20806,49 @@ function _printf_core(i50, i3, i51, i52, i53) { case 105: case 100: { - i4 = i32; + i4 = i44; i3 = HEAP32[i4 >> 2] | 0; i4 = HEAP32[i4 + 4 >> 2] | 0; if ((i4 | 0) < 0) { i3 = _i64Subtract(0, 0, i3 | 0, i4 | 0) | 0; i4 = tempRet0; - i5 = i32; + i5 = i44; HEAP32[i5 >> 2] = i3; HEAP32[i5 + 4 >> 2] = i4; i5 = 1; - i6 = 29511; + i7 = 31040; i26 = 76; break L75; } if (!(i23 & 2048)) { - i6 = i23 & 1; - i5 = i6; - i6 = (i6 | 0) == 0 ? 29511 : 29513; + i7 = i23 & 1; + i5 = i7; + i7 = (i7 | 0) == 0 ? 31040 : 31042; i26 = 76; } else { i5 = 1; - i6 = 29512; + i7 = 31041; i26 = 76; } break; } case 117: { - i4 = i32; + i4 = i44; i3 = HEAP32[i4 >> 2] | 0; i4 = HEAP32[i4 + 4 >> 2] | 0; i5 = 0; - i6 = 29511; + i7 = 31040; i26 = 76; break; } case 99: { - HEAP8[i30 >> 0] = HEAP32[i32 >> 2]; - i3 = i30; + HEAP8[i37 >> 0] = HEAP32[i44 >> 2]; + i3 = i37; i10 = 1; i12 = 0; - i11 = 29511; + i11 = 31040; i4 = i28; break; } @@ -20935,16 +20861,16 @@ function _printf_core(i50, i3, i51, i52, i53) { } case 115: { - i4 = HEAP32[i32 >> 2] | 0; - i4 = i4 | 0 ? i4 : 31413; + i4 = HEAP32[i44 >> 2] | 0; + i4 = i4 | 0 ? i4 : 32942; i26 = 82; break; } case 67: { - HEAP32[i49 >> 2] = HEAP32[i32 >> 2]; - HEAP32[i34 >> 2] = 0; - HEAP32[i32 >> 2] = i49; + HEAP32[i49 >> 2] = HEAP32[i44 >> 2]; + HEAP32[i38 >> 2] = 0; + HEAP32[i44 >> 2] = i49; i3 = i49; i8 = -1; i26 = 86; @@ -20952,7 +20878,7 @@ function _printf_core(i50, i3, i51, i52, i53) { } case 83: { - i3 = HEAP32[i32 >> 2] | 0; + i3 = HEAP32[i44 >> 2] | 0; if (!i8) { _pad(i50, 32, i25, 0, i23); i3 = 0; @@ -20969,364 +20895,368 @@ function _printf_core(i50, i3, i51, i52, i53) { case 102: case 101: { - d7 = +HEAPF64[i32 >> 3]; - HEAP32[i37 >> 2] = 0; - HEAPF64[tempDoublePtr >> 3] = d7; + d6 = +HEAPF64[i44 >> 3]; + HEAP32[i47 >> 2] = 0; + HEAPF64[tempDoublePtr >> 3] = d6; if ((HEAP32[tempDoublePtr + 4 >> 2] | 0) >= 0) if (!(i23 & 2048)) { i22 = i23 & 1; i21 = i22; - i22 = (i22 | 0) == 0 ? 31421 : 31426; + i22 = (i22 | 0) == 0 ? 32950 : 32955; } else { i21 = 1; - i22 = 31423; + i22 = 32952; } else { + d6 = -d6; i21 = 1; - i22 = 31420; - d7 = -d7; + i22 = 32949; } - HEAPF64[tempDoublePtr >> 3] = d7; + HEAPF64[tempDoublePtr >> 3] = d6; i20 = HEAP32[tempDoublePtr + 4 >> 2] & 2146435072; do if (i20 >>> 0 < 2146435072 | (i20 | 0) == 2146435072 & 0 < 0) { - d13 = +_frexpl(d7, i37) * 2.0; + d13 = +_frexpl(d6, i47) * 2.0; i4 = d13 != 0.0; - if (i4) HEAP32[i37 >> 2] = (HEAP32[i37 >> 2] | 0) + -1; + if (i4) HEAP32[i47 >> 2] = (HEAP32[i47 >> 2] | 0) + -1; i18 = i10 | 32; if ((i18 | 0) == 97) { - i9 = i10 & 32; - i14 = (i9 | 0) == 0 ? i22 : i22 + 9 | 0; + i11 = i10 & 32; + i14 = (i11 | 0) == 0 ? i22 : i22 + 9 | 0; i12 = i21 | 2; i3 = 12 - i8 | 0; do if (!(i8 >>> 0 > 11 | (i3 | 0) == 0)) { - d7 = 8.0; + d6 = 8.0; do { i3 = i3 + -1 | 0; - d7 = d7 * 16.0; + d6 = d6 * 16.0; } while ((i3 | 0) != 0); if ((HEAP8[i14 >> 0] | 0) == 45) { - d7 = -(d7 + (-d13 - d7)); + d6 = -(d6 + (-d13 - d6)); break; } else { - d7 = d13 + d7 - d7; + d6 = d13 + d6 - d6; break; } - } else d7 = d13; while (0); - i4 = HEAP32[i37 >> 2] | 0; + } else d6 = d13; while (0); + i4 = HEAP32[i47 >> 2] | 0; i3 = (i4 | 0) < 0 ? 0 - i4 | 0 : i4; - i3 = _fmt_u(i3, ((i3 | 0) < 0) << 31 >> 31, i33) | 0; - if ((i3 | 0) == (i33 | 0)) { - HEAP8[i38 >> 0] = 48; - i3 = i38; + i3 = _fmt_u(i3, ((i3 | 0) < 0) << 31 >> 31, i41) | 0; + if ((i3 | 0) == (i41 | 0)) { + HEAP8[i42 >> 0] = 48; + i3 = i42; } HEAP8[i3 + -1 >> 0] = (i4 >> 31 & 2) + 43; - i11 = i3 + -2 | 0; - HEAP8[i11 >> 0] = i10 + 15; - i5 = (i8 | 0) < 1; - i6 = (i23 & 8 | 0) == 0; - i4 = i36; + i9 = i3 + -2 | 0; + HEAP8[i9 >> 0] = i10 + 15; + i7 = (i8 | 0) < 1; + i5 = (i23 & 8 | 0) == 0; + i4 = i46; while (1) { - i22 = ~~d7; + i22 = ~~d6; i3 = i4 + 1 | 0; - HEAP8[i4 >> 0] = HEAPU8[29495 + i22 >> 0] | i9; - d7 = (d7 - +(i22 | 0)) * 16.0; - do if ((i3 - i44 | 0) == 1) { - if (i6 & (i5 & d7 == 0.0)) break; + HEAP8[i4 >> 0] = HEAPU8[31024 + i22 >> 0] | i11; + d6 = (d6 - +(i22 | 0)) * 16.0; + do if ((i3 - i39 | 0) == 1) { + if (i5 & (i7 & d6 == 0.0)) break; HEAP8[i3 >> 0] = 46; i3 = i4 + 2 | 0; } while (0); - if (!(d7 != 0.0)) break; else i4 = i3; + if (!(d6 != 0.0)) break; else i4 = i3; } - i9 = i11; - i6 = (i8 | 0) != 0 & (i45 + i3 | 0) < (i8 | 0) ? i46 + i8 - i9 | 0 : i47 - i9 + i3 | 0; - i5 = i6 + i12 | 0; - _pad(i50, 32, i25, i5, i23); + i5 = i9; + i8 = (i8 | 0) != 0 & (i30 + i3 | 0) < (i8 | 0) ? i31 + i8 - i5 | 0 : i29 - i5 + i3 | 0; + i7 = i8 + i12 | 0; + _pad(i50, 32, i25, i7, i23); if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i14, i12, i50) | 0; - _pad(i50, 48, i25, i5, i23 ^ 65536); - i4 = i3 - i44 | 0; - if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i36, i4, i50) | 0; - i3 = i41 - i9 | 0; - _pad(i50, 48, i6 - (i4 + i3) | 0, 0, 0); - if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i11, i3, i50) | 0; - _pad(i50, 32, i25, i5, i23 ^ 8192); - i3 = (i5 | 0) < (i25 | 0) ? i25 : i5; + _pad(i50, 48, i25, i7, i23 ^ 65536); + i4 = i3 - i39 | 0; + if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i46, i4, i50) | 0; + i3 = i43 - i5 | 0; + _pad(i50, 48, i8 - (i4 + i3) | 0, 0, 0); + if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i9, i3, i50) | 0; + _pad(i50, 32, i25, i7, i23 ^ 8192); + i3 = (i7 | 0) < (i25 | 0) ? i25 : i7; break; } i3 = (i8 | 0) < 0 ? 6 : i8; if (i4) { - i4 = (HEAP32[i37 >> 2] | 0) + -28 | 0; - HEAP32[i37 >> 2] = i4; - d7 = d13 * 268435456.0; + i4 = (HEAP32[i47 >> 2] | 0) + -28 | 0; + HEAP32[i47 >> 2] = i4; + d6 = d13 * 268435456.0; } else { - i4 = HEAP32[i37 >> 2] | 0; - d7 = d13; + d6 = d13; + i4 = HEAP32[i47 >> 2] | 0; } - i20 = (i4 | 0) < 0 ? i35 : i29; + i20 = (i4 | 0) < 0 ? i45 : i32; i19 = i20; i4 = i20; do { - i17 = ~~d7 >>> 0; + i17 = ~~d6 >>> 0; HEAP32[i4 >> 2] = i17; i4 = i4 + 4 | 0; - d7 = (d7 - +(i17 >>> 0)) * 1.0e9; - } while (d7 != 0.0); + d6 = (d6 - +(i17 >>> 0)) * 1.0e9; + } while (d6 != 0.0); i5 = i4; - i4 = HEAP32[i37 >> 2] | 0; + i4 = HEAP32[i47 >> 2] | 0; if ((i4 | 0) > 0) { i8 = i20; while (1) { i9 = (i4 | 0) > 29 ? 29 : i4; - i6 = i5 + -4 | 0; - do if (i6 >>> 0 < i8 >>> 0) i6 = i8; else { + i7 = i5 + -4 | 0; + do if (i7 >>> 0 < i8 >>> 0) i7 = i8; else { i4 = 0; do { - i17 = _bitshift64Shl(HEAP32[i6 >> 2] | 0, 0, i9 | 0) | 0; + i17 = _bitshift64Shl(HEAP32[i7 >> 2] | 0, 0, i9 | 0) | 0; i17 = _i64Add(i17 | 0, tempRet0 | 0, i4 | 0, 0) | 0; i4 = tempRet0; i16 = ___uremdi3(i17 | 0, i4 | 0, 1e9, 0) | 0; - HEAP32[i6 >> 2] = i16; + HEAP32[i7 >> 2] = i16; i4 = ___udivdi3(i17 | 0, i4 | 0, 1e9, 0) | 0; - i6 = i6 + -4 | 0; - } while (i6 >>> 0 >= i8 >>> 0); + i7 = i7 + -4 | 0; + } while (i7 >>> 0 >= i8 >>> 0); if (!i4) { - i6 = i8; + i7 = i8; break; } - i6 = i8 + -4 | 0; - HEAP32[i6 >> 2] = i4; + i7 = i8 + -4 | 0; + HEAP32[i7 >> 2] = i4; } while (0); while (1) { - if (i5 >>> 0 <= i6 >>> 0) break; + if (i5 >>> 0 <= i7 >>> 0) break; i4 = i5 + -4 | 0; if (!(HEAP32[i4 >> 2] | 0)) i5 = i4; else break; } - i4 = (HEAP32[i37 >> 2] | 0) - i9 | 0; - HEAP32[i37 >> 2] = i4; - if ((i4 | 0) > 0) i8 = i6; else break; + i4 = (HEAP32[i47 >> 2] | 0) - i9 | 0; + HEAP32[i47 >> 2] = i4; + if ((i4 | 0) > 0) i8 = i7; else break; } - } else i6 = i20; + } else i7 = i20; if ((i4 | 0) < 0) { i14 = ((i3 + 25 | 0) / 9 | 0) + 1 | 0; i15 = (i18 | 0) == 102; - i11 = i6; + i11 = i7; while (1) { i12 = 0 - i4 | 0; i12 = (i12 | 0) > 9 ? 9 : i12; do if (i11 >>> 0 < i5 >>> 0) { - i9 = (1 << i12) + -1 | 0; + i4 = (1 << i12) + -1 | 0; i8 = 1e9 >>> i12; - i6 = 0; - i4 = i11; + i7 = 0; + i9 = i11; do { - i17 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = (i17 >>> i12) + i6; - i6 = Math_imul(i17 & i9, i8) | 0; - i4 = i4 + 4 | 0; - } while (i4 >>> 0 < i5 >>> 0); + i17 = HEAP32[i9 >> 2] | 0; + HEAP32[i9 >> 2] = (i17 >>> i12) + i7; + i7 = Math_imul(i17 & i4, i8) | 0; + i9 = i9 + 4 | 0; + } while (i9 >>> 0 < i5 >>> 0); i4 = (HEAP32[i11 >> 2] | 0) == 0 ? i11 + 4 | 0 : i11; - if (!i6) { - i6 = i4; + if (!i7) { + i7 = i4; break; } - HEAP32[i5 >> 2] = i6; - i6 = i4; + HEAP32[i5 >> 2] = i7; + i7 = i4; i5 = i5 + 4 | 0; - } else i6 = (HEAP32[i11 >> 2] | 0) == 0 ? i11 + 4 | 0 : i11; while (0); - i4 = i15 ? i20 : i6; + } else i7 = (HEAP32[i11 >> 2] | 0) == 0 ? i11 + 4 | 0 : i11; while (0); + i4 = i15 ? i20 : i7; i5 = (i5 - i4 >> 2 | 0) > (i14 | 0) ? i4 + (i14 << 2) | 0 : i5; - i4 = (HEAP32[i37 >> 2] | 0) + i12 | 0; - HEAP32[i37 >> 2] = i4; + i4 = (HEAP32[i47 >> 2] | 0) + i12 | 0; + HEAP32[i47 >> 2] = i4; if ((i4 | 0) >= 0) { - i4 = i6; - i15 = i5; + i15 = i7; break; - } else i11 = i6; + } else i11 = i7; } - } else { - i4 = i6; - i15 = i5; - } - do if (i4 >>> 0 < i15 >>> 0) { - i5 = (i19 - i4 >> 2) * 9 | 0; - i8 = HEAP32[i4 >> 2] | 0; - if (i8 >>> 0 < 10) break; else i6 = 10; + } else i15 = i7; + do if (i15 >>> 0 < i5 >>> 0) { + i4 = (i19 - i15 >> 2) * 9 | 0; + i8 = HEAP32[i15 >> 2] | 0; + if (i8 >>> 0 < 10) break; else i7 = 10; do { - i6 = i6 * 10 | 0; - i5 = i5 + 1 | 0; - } while (i8 >>> 0 >= i6 >>> 0); - } else i5 = 0; while (0); + i7 = i7 * 10 | 0; + i4 = i4 + 1 | 0; + } while (i8 >>> 0 >= i7 >>> 0); + } else i4 = 0; while (0); i16 = (i18 | 0) == 103; i17 = (i3 | 0) != 0; - i6 = i3 - ((i18 | 0) != 102 ? i5 : 0) + ((i17 & i16) << 31 >> 31) | 0; - if ((i6 | 0) < (((i15 - i19 >> 2) * 9 | 0) + -9 | 0)) { - i8 = i6 + 9216 | 0; - i6 = i20 + 4 + (((i8 | 0) / 9 | 0) + -1024 << 2) | 0; - i8 = ((i8 | 0) % 9 | 0) + 1 | 0; - if ((i8 | 0) < 9) { - i9 = 10; + i7 = i3 - ((i18 | 0) != 102 ? i4 : 0) + ((i17 & i16) << 31 >> 31) | 0; + if ((i7 | 0) < (((i5 - i19 >> 2) * 9 | 0) + -9 | 0)) { + i9 = i7 + 9216 | 0; + i7 = i20 + 4 + (((i9 | 0) / 9 | 0) + -1024 << 2) | 0; + i9 = ((i9 | 0) % 9 | 0) + 1 | 0; + if ((i9 | 0) < 9) { + i8 = 10; do { - i9 = i9 * 10 | 0; - i8 = i8 + 1 | 0; - } while ((i8 | 0) != 9); - } else i9 = 10; - i12 = HEAP32[i6 >> 2] | 0; - i14 = (i12 >>> 0) % (i9 >>> 0) | 0; - i8 = (i6 + 4 | 0) == (i15 | 0); - do if (!(i8 & (i14 | 0) == 0)) { - d13 = (((i12 >>> 0) / (i9 >>> 0) | 0) & 1 | 0) == 0 ? 9007199254740992.0 : 9007199254740994.0; - i11 = (i9 | 0) / 2 | 0; - if (i14 >>> 0 < i11 >>> 0) d7 = .5; else d7 = i8 & (i14 | 0) == (i11 | 0) ? 1.0 : 1.5; + i8 = i8 * 10 | 0; + i9 = i9 + 1 | 0; + } while ((i9 | 0) != 9); + } else i8 = 10; + i12 = HEAP32[i7 >> 2] | 0; + i14 = (i12 >>> 0) % (i8 >>> 0) | 0; + i9 = (i7 + 4 | 0) == (i5 | 0); + do if (i9 & (i14 | 0) == 0) i8 = i15; else { + d13 = (((i12 >>> 0) / (i8 >>> 0) | 0) & 1 | 0) == 0 ? 9007199254740992.0 : 9007199254740994.0; + i11 = (i8 | 0) / 2 | 0; + if (i14 >>> 0 < i11 >>> 0) d6 = .5; else d6 = i9 & (i14 | 0) == (i11 | 0) ? 1.0 : 1.5; do if (i21) { if ((HEAP8[i22 >> 0] | 0) != 45) break; d13 = -d13; - d7 = -d7; + d6 = -d6; } while (0); - i8 = i12 - i14 | 0; - HEAP32[i6 >> 2] = i8; - if (!(d13 + d7 != d13)) break; - i18 = i8 + i9 | 0; - HEAP32[i6 >> 2] = i18; + i9 = i12 - i14 | 0; + HEAP32[i7 >> 2] = i9; + if (!(d13 + d6 != d13)) { + i8 = i15; + break; + } + i18 = i9 + i8 | 0; + HEAP32[i7 >> 2] = i18; if (i18 >>> 0 > 999999999) { - i5 = i6; + i4 = i15; while (1) { - i6 = i5 + -4 | 0; - HEAP32[i5 >> 2] = 0; - if (i6 >>> 0 < i4 >>> 0) { + i8 = i7 + -4 | 0; + HEAP32[i7 >> 2] = 0; + if (i8 >>> 0 < i4 >>> 0) { i4 = i4 + -4 | 0; HEAP32[i4 >> 2] = 0; } - i18 = (HEAP32[i6 >> 2] | 0) + 1 | 0; - HEAP32[i6 >> 2] = i18; - if (i18 >>> 0 > 999999999) i5 = i6; else break; + i18 = (HEAP32[i8 >> 2] | 0) + 1 | 0; + HEAP32[i8 >> 2] = i18; + if (i18 >>> 0 > 999999999) i7 = i8; else { + i11 = i4; + i7 = i8; + break; + } } - } - i5 = (i19 - i4 >> 2) * 9 | 0; - i9 = HEAP32[i4 >> 2] | 0; - if (i9 >>> 0 < 10) break; else i8 = 10; + } else i11 = i15; + i4 = (i19 - i11 >> 2) * 9 | 0; + i9 = HEAP32[i11 >> 2] | 0; + if (i9 >>> 0 < 10) { + i8 = i11; + break; + } else i8 = 10; do { i8 = i8 * 10 | 0; - i5 = i5 + 1 | 0; + i4 = i4 + 1 | 0; } while (i9 >>> 0 >= i8 >>> 0); + i8 = i11; } while (0); - i14 = i6 + 4 | 0; - i18 = i4; - i4 = i15 >>> 0 > i14 >>> 0 ? i14 : i15; - } else { - i18 = i4; - i4 = i15; + i18 = i7 + 4 | 0; + i15 = i8; + i5 = i5 >>> 0 > i18 >>> 0 ? i18 : i5; } - i12 = 0 - i5 | 0; + i12 = 0 - i4 | 0; while (1) { - if (i4 >>> 0 <= i18 >>> 0) { + if (i5 >>> 0 <= i15 >>> 0) { i14 = 0; - i15 = i4; + i18 = i5; break; } - i6 = i4 + -4 | 0; - if (!(HEAP32[i6 >> 2] | 0)) i4 = i6; else { + i7 = i5 + -4 | 0; + if (!(HEAP32[i7 >> 2] | 0)) i5 = i7; else { i14 = 1; - i15 = i4; + i18 = i5; break; } } do if (i16) { i3 = (i17 & 1 ^ 1) + i3 | 0; - if ((i3 | 0) > (i5 | 0) & (i5 | 0) > -5) { - i3 = i3 + -1 - i5 | 0; + if ((i3 | 0) > (i4 | 0) & (i4 | 0) > -5) { i10 = i10 + -1 | 0; + i3 = i3 + -1 - i4 | 0; } else { - i3 = i3 + -1 | 0; i10 = i10 + -2 | 0; + i3 = i3 + -1 | 0; } - i4 = i23 & 8; - if (i4 | 0) break; + i5 = i23 & 8; + if (i5 | 0) break; do if (i14) { - i4 = HEAP32[i15 + -4 >> 2] | 0; - if (!i4) { - i6 = 9; + i5 = HEAP32[i18 + -4 >> 2] | 0; + if (!i5) { + i7 = 9; break; } - if (!((i4 >>> 0) % 10 | 0)) { + if (!((i5 >>> 0) % 10 | 0)) { i8 = 10; - i6 = 0; + i7 = 0; } else { - i6 = 0; + i7 = 0; break; } do { i8 = i8 * 10 | 0; - i6 = i6 + 1 | 0; - } while (!((i4 >>> 0) % (i8 >>> 0) | 0 | 0)); - } else i6 = 9; while (0); - i4 = ((i15 - i19 >> 2) * 9 | 0) + -9 | 0; + i7 = i7 + 1 | 0; + } while (!((i5 >>> 0) % (i8 >>> 0) | 0 | 0)); + } else i7 = 9; while (0); + i5 = ((i18 - i19 >> 2) * 9 | 0) + -9 | 0; if ((i10 | 32 | 0) == 102) { - i19 = i4 - i6 | 0; - i19 = (i19 | 0) < 0 ? 0 : i19; - i4 = 0; - i3 = (i3 | 0) < (i19 | 0) ? i3 : i19; + i5 = i5 - i7 | 0; + i5 = (i5 | 0) < 0 ? 0 : i5; + i3 = (i3 | 0) < (i5 | 0) ? i3 : i5; + i5 = 0; break; } else { - i19 = i4 + i5 - i6 | 0; - i19 = (i19 | 0) < 0 ? 0 : i19; - i4 = 0; - i3 = (i3 | 0) < (i19 | 0) ? i3 : i19; + i5 = i5 + i4 - i7 | 0; + i5 = (i5 | 0) < 0 ? 0 : i5; + i3 = (i3 | 0) < (i5 | 0) ? i3 : i5; + i5 = 0; break; } - } else i4 = i23 & 8; while (0); - i11 = i3 | i4; + } else i5 = i23 & 8; while (0); + i11 = i3 | i5; i8 = (i11 | 0) != 0 & 1; i9 = (i10 | 32 | 0) == 102; if (i9) { + i4 = (i4 | 0) > 0 ? i4 : 0; i10 = 0; - i5 = (i5 | 0) > 0 ? i5 : 0; } else { - i6 = (i5 | 0) < 0 ? i12 : i5; - i6 = _fmt_u(i6, ((i6 | 0) < 0) << 31 >> 31, i33) | 0; - if ((i41 - i6 | 0) < 2) do { - i6 = i6 + -1 | 0; - HEAP8[i6 >> 0] = 48; - } while ((i41 - i6 | 0) < 2); - HEAP8[i6 + -1 >> 0] = (i5 >> 31 & 2) + 43; - i5 = i6 + -2 | 0; - HEAP8[i5 >> 0] = i10; - i10 = i5; - i5 = i41 - i5 | 0; - } - i12 = i21 + 1 + i3 + i8 + i5 | 0; + i7 = (i4 | 0) < 0 ? i12 : i4; + i7 = _fmt_u(i7, ((i7 | 0) < 0) << 31 >> 31, i41) | 0; + if ((i43 - i7 | 0) < 2) do { + i7 = i7 + -1 | 0; + HEAP8[i7 >> 0] = 48; + } while ((i43 - i7 | 0) < 2); + HEAP8[i7 + -1 >> 0] = (i4 >> 31 & 2) + 43; + i19 = i7 + -2 | 0; + HEAP8[i19 >> 0] = i10; + i4 = i43 - i19 | 0; + i10 = i19; + } + i12 = i21 + 1 + i3 + i8 + i4 | 0; _pad(i50, 32, i25, i12, i23); if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i22, i21, i50) | 0; _pad(i50, 48, i25, i12, i23 ^ 65536); do if (i9) { - i6 = i18 >>> 0 > i20 >>> 0 ? i20 : i18; - i4 = i6; + i7 = i15 >>> 0 > i20 >>> 0 ? i20 : i15; + i4 = i7; do { - i5 = _fmt_u(HEAP32[i4 >> 2] | 0, 0, i31) | 0; - do if ((i4 | 0) == (i6 | 0)) { - if ((i5 | 0) != (i31 | 0)) break; - HEAP8[i39 >> 0] = 48; - i5 = i39; + i5 = _fmt_u(HEAP32[i4 >> 2] | 0, 0, i33) | 0; + do if ((i4 | 0) == (i7 | 0)) { + if ((i5 | 0) != (i33 | 0)) break; + HEAP8[i35 >> 0] = 48; + i5 = i35; } else { - if (i5 >>> 0 <= i36 >>> 0) break; - _memset(i36 | 0, 48, i5 - i44 | 0) | 0; - do i5 = i5 + -1 | 0; while (i5 >>> 0 > i36 >>> 0); + if (i5 >>> 0 <= i46 >>> 0) break; + _memset(i46 | 0, 48, i5 - i39 | 0) | 0; + do i5 = i5 + -1 | 0; while (i5 >>> 0 > i46 >>> 0); } while (0); - if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i5, i43 - i5 | 0, i50) | 0; + if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i5, i34 - i5 | 0, i50) | 0; i4 = i4 + 4 | 0; } while (i4 >>> 0 <= i20 >>> 0); do if (i11 | 0) { if (HEAP32[i50 >> 2] & 32 | 0) break; - ___fwritex(36887, 1, i50) | 0; + ___fwritex(38045, 1, i50) | 0; } while (0); - if ((i3 | 0) > 0 & i4 >>> 0 < i15 >>> 0) { + if ((i3 | 0) > 0 & i4 >>> 0 < i18 >>> 0) { i5 = i4; while (1) { - i4 = _fmt_u(HEAP32[i5 >> 2] | 0, 0, i31) | 0; - if (i4 >>> 0 > i36 >>> 0) { - _memset(i36 | 0, 48, i4 - i44 | 0) | 0; - do i4 = i4 + -1 | 0; while (i4 >>> 0 > i36 >>> 0); + i4 = _fmt_u(HEAP32[i5 >> 2] | 0, 0, i33) | 0; + if (i4 >>> 0 > i46 >>> 0) { + _memset(i46 | 0, 48, i4 - i39 | 0) | 0; + do i4 = i4 + -1 | 0; while (i4 >>> 0 > i46 >>> 0); } if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i4, (i3 | 0) > 9 ? 9 : i3, i50) | 0; i5 = i5 + 4 | 0; i4 = i3 + -9 | 0; - if (!((i3 | 0) > 9 & i5 >>> 0 < i15 >>> 0)) { + if (!((i3 | 0) > 9 & i5 >>> 0 < i18 >>> 0)) { i3 = i4; break; } else i3 = i4; @@ -21334,17 +21264,17 @@ function _printf_core(i50, i3, i51, i52, i53) { } _pad(i50, 48, i3 + 9 | 0, 9, 0); } else { - i9 = i14 ? i15 : i18 + 4 | 0; + i9 = i14 ? i18 : i15 + 4 | 0; if ((i3 | 0) > -1) { - i8 = (i4 | 0) == 0; - i6 = i18; + i8 = (i5 | 0) == 0; + i7 = i15; do { - i4 = _fmt_u(HEAP32[i6 >> 2] | 0, 0, i31) | 0; - if ((i4 | 0) == (i31 | 0)) { - HEAP8[i39 >> 0] = 48; - i4 = i39; + i4 = _fmt_u(HEAP32[i7 >> 2] | 0, 0, i33) | 0; + if ((i4 | 0) == (i33 | 0)) { + HEAP8[i35 >> 0] = 48; + i4 = i35; } - do if ((i6 | 0) == (i18 | 0)) { + do if ((i7 | 0) == (i15 | 0)) { i5 = i4 + 1 | 0; if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i4, 1, i50) | 0; if (i8 & (i3 | 0) < 1) { @@ -21355,85 +21285,84 @@ function _printf_core(i50, i3, i51, i52, i53) { i4 = i5; break; } - ___fwritex(36887, 1, i50) | 0; + ___fwritex(38045, 1, i50) | 0; i4 = i5; } else { - if (i4 >>> 0 <= i36 >>> 0) break; - _memset(i36 | 0, 48, i4 + i27 | 0) | 0; - do i4 = i4 + -1 | 0; while (i4 >>> 0 > i36 >>> 0); + if (i4 >>> 0 <= i46 >>> 0) break; + _memset(i46 | 0, 48, i4 + i40 | 0) | 0; + do i4 = i4 + -1 | 0; while (i4 >>> 0 > i46 >>> 0); } while (0); - i5 = i43 - i4 | 0; + i5 = i34 - i4 | 0; if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i4, (i3 | 0) > (i5 | 0) ? i5 : i3, i50) | 0; i3 = i3 - i5 | 0; - i6 = i6 + 4 | 0; - } while (i6 >>> 0 < i9 >>> 0 & (i3 | 0) > -1); + i7 = i7 + 4 | 0; + } while (i7 >>> 0 < i9 >>> 0 & (i3 | 0) > -1); } _pad(i50, 48, i3 + 18 | 0, 18, 0); if (HEAP32[i50 >> 2] & 32 | 0) break; - ___fwritex(i10, i41 - i10 | 0, i50) | 0; + ___fwritex(i10, i43 - i10 | 0, i50) | 0; } while (0); _pad(i50, 32, i25, i12, i23 ^ 8192); i3 = (i12 | 0) < (i25 | 0) ? i25 : i12; } else { i9 = (i10 & 32 | 0) != 0; - i8 = d7 != d7 | 0.0 != 0.0; + i8 = d6 != d6 | 0.0 != 0.0; i4 = i8 ? 0 : i21; - i6 = i4 + 3 | 0; - _pad(i50, 32, i25, i6, i5); + i7 = i4 + 3 | 0; + _pad(i50, 32, i25, i7, i5); i3 = HEAP32[i50 >> 2] | 0; if (!(i3 & 32)) { ___fwritex(i22, i4, i50) | 0; i3 = HEAP32[i50 >> 2] | 0; } - if (!(i3 & 32)) ___fwritex(i8 ? (i9 ? 31732 : 31447) : i9 ? 31439 : 31443, 3, i50) | 0; - _pad(i50, 32, i25, i6, i23 ^ 8192); - i3 = (i6 | 0) < (i25 | 0) ? i25 : i6; + if (!(i3 & 32)) ___fwritex(i8 ? (i9 ? 32976 : 32980) : i9 ? 32968 : 32972, 3, i50) | 0; + _pad(i50, 32, i25, i7, i23 ^ 8192); + i3 = (i7 | 0) < (i25 | 0) ? i25 : i7; } while (0); i4 = i3; - i15 = i24; + i14 = i24; continue L1; } default: { - i3 = i15; + i3 = i14; i5 = i23; i10 = i8; i12 = 0; - i11 = 29511; + i11 = 31040; i4 = i28; } } while (0); L311 : do if ((i26 | 0) == 64) { - i4 = i32; - i3 = HEAP32[i4 >> 2] | 0; - i4 = HEAP32[i4 + 4 >> 2] | 0; - i6 = i10 & 32; - if (!((i3 | 0) == 0 & (i4 | 0) == 0)) { - i5 = i3; + i5 = i44; + i4 = HEAP32[i5 >> 2] | 0; + i5 = HEAP32[i5 + 4 >> 2] | 0; + i7 = i10 & 32; + if (!((i4 | 0) == 0 & (i5 | 0) == 0)) { i3 = i28; do { i3 = i3 + -1 | 0; - HEAP8[i3 >> 0] = HEAPU8[29495 + (i5 & 15) >> 0] | i6; - i5 = _bitshift64Lshr(i5 | 0, i4 | 0, 4) | 0; - i4 = tempRet0; - } while (!((i5 | 0) == 0 & (i4 | 0) == 0)); - i26 = i32; + HEAP8[i3 >> 0] = HEAPU8[31024 + (i4 & 15) >> 0] | i7; + i4 = _bitshift64Lshr(i4 | 0, i5 | 0, 4) | 0; + i5 = tempRet0; + } while (!((i4 | 0) == 0 & (i5 | 0) == 0)); + i26 = i44; if ((i9 & 8 | 0) == 0 | (HEAP32[i26 >> 2] | 0) == 0 & (HEAP32[i26 + 4 >> 2] | 0) == 0) { i4 = i9; i9 = 0; - i6 = 29511; + i7 = 31040; i26 = 77; } else { i4 = i9; i9 = 2; - i6 = 29511 + (i10 >> 4) | 0; + i7 = 31040 + (i10 >> 4) | 0; i26 = 77; } } else { i3 = i28; i4 = i9; i9 = 0; - i6 = 29511; + i7 = 31040; i26 = 77; } } else if ((i26 | 0) == 76) { @@ -21448,7 +21377,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = i4; i10 = i22 ? i8 : i23 - i4 | 0; i12 = 0; - i11 = 29511; + i11 = 31040; i4 = i22 ? i4 + i8 | 0 : i23; } else if ((i26 | 0) == 86) { i26 = 0; @@ -21456,9 +21385,9 @@ function _printf_core(i50, i3, i51, i52, i53) { i4 = 0; i9 = i3; while (1) { - i6 = HEAP32[i9 >> 2] | 0; - if (!i6) break; - i4 = _wctomb(i40, i6) | 0; + i7 = HEAP32[i9 >> 2] | 0; + if (!i7) break; + i4 = _wctomb(i48, i7) | 0; if ((i4 | 0) < 0 | i4 >>> 0 > (i8 - i5 | 0) >>> 0) break; i5 = i4 + i5 | 0; if (i8 >>> 0 > i5 >>> 0) i9 = i9 + 4 | 0; else break; @@ -21472,7 +21401,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = 0; i26 = 97; } else { - i6 = 0; + i7 = 0; while (1) { i4 = HEAP32[i3 >> 2] | 0; if (!i4) { @@ -21480,15 +21409,15 @@ function _printf_core(i50, i3, i51, i52, i53) { i26 = 97; break L311; } - i4 = _wctomb(i40, i4) | 0; - i6 = i4 + i6 | 0; - if ((i6 | 0) > (i5 | 0)) { + i4 = _wctomb(i48, i4) | 0; + i7 = i4 + i7 | 0; + if ((i7 | 0) > (i5 | 0)) { i3 = i5; i26 = 97; break L311; } - if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i40, i4, i50) | 0; - if (i6 >>> 0 >= i5 >>> 0) { + if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i48, i4, i50) | 0; + if (i7 >>> 0 >= i5 >>> 0) { i3 = i5; i26 = 97; break; @@ -21500,46 +21429,46 @@ function _printf_core(i50, i3, i51, i52, i53) { i26 = 0; _pad(i50, 32, i25, i3, i23 ^ 8192); i4 = (i25 | 0) > (i3 | 0) ? i25 : i3; - i15 = i24; + i14 = i24; continue; } if ((i26 | 0) == 77) { i26 = 0; i5 = (i8 | 0) > -1 ? i4 & -65537 : i4; - i4 = i32; + i4 = i44; i4 = (HEAP32[i4 >> 2] | 0) != 0 | (HEAP32[i4 + 4 >> 2] | 0) != 0; if ((i8 | 0) != 0 | i4) { - i10 = (i4 & 1 ^ 1) + (i42 - i3) | 0; + i10 = (i4 & 1 ^ 1) + (i36 - i3) | 0; i10 = (i8 | 0) > (i10 | 0) ? i8 : i10; i12 = i9; - i11 = i6; + i11 = i7; i4 = i28; } else { i3 = i28; i10 = 0; i12 = i9; - i11 = i6; + i11 = i7; i4 = i28; } } i9 = i4 - i3 | 0; - i8 = (i10 | 0) < (i9 | 0) ? i9 : i10; - i6 = i12 + i8 | 0; - i4 = (i25 | 0) < (i6 | 0) ? i6 : i25; - _pad(i50, 32, i4, i6, i5); + i7 = (i10 | 0) < (i9 | 0) ? i9 : i10; + i8 = i12 + i7 | 0; + i4 = (i25 | 0) < (i8 | 0) ? i8 : i25; + _pad(i50, 32, i4, i8, i5); if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i11, i12, i50) | 0; - _pad(i50, 48, i4, i6, i5 ^ 65536); - _pad(i50, 48, i8, i9, 0); + _pad(i50, 48, i4, i8, i5 ^ 65536); + _pad(i50, 48, i7, i9, 0); if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i3, i9, i50) | 0; - _pad(i50, 32, i4, i6, i5 ^ 8192); - i15 = i24; + _pad(i50, 32, i4, i8, i5 ^ 8192); + i14 = i24; } L345 : do if ((i26 | 0) == 244) if (!i50) if (i2) { i1 = 1; while (1) { i2 = HEAP32[i53 + (i1 << 2) >> 2] | 0; if (!i2) break; - _pop_arg_334(i52 + (i1 << 3) | 0, i2, i51); + _pop_arg_135(i52 + (i1 << 3) | 0, i2, i51); i1 = i1 + 1 | 0; if ((i1 | 0) >= 10) { i1 = 1; @@ -21562,33 +21491,33 @@ function _printf_core(i50, i3, i51, i52, i53) { return i1 | 0; } -function ___floatscan(i23, i2, i20) { - i23 = i23 | 0; +function ___floatscan(i24, i2, i21) { + i24 = i24 | 0; i2 = i2 | 0; - i20 = i20 | 0; - var d1 = 0.0, i3 = 0, i4 = 0, d5 = 0.0, i6 = 0, i7 = 0, d8 = 0.0, i9 = 0, i10 = 0, d11 = 0.0, d12 = 0.0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i21 = 0, i22 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, d31 = 0.0; - i30 = STACKTOP; + i21 = i21 | 0; + var d1 = 0.0, i3 = 0, d4 = 0.0, i5 = 0, i6 = 0, d7 = 0.0, i8 = 0, i9 = 0, i10 = 0, d11 = 0.0, d12 = 0.0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i22 = 0, i23 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, d32 = 0.0; + i31 = STACKTOP; STACKTOP = STACKTOP + 512 | 0; - i26 = i30; + i27 = i31; switch (i2 | 0) { case 0: { - i29 = 24; - i27 = -149; + i30 = 24; + i29 = -149; i19 = 4; break; } case 1: { - i29 = 53; - i27 = -1074; + i30 = 53; + i29 = -1074; i19 = 4; break; } case 2: { - i29 = 53; - i27 = -1074; + i30 = 53; + i29 = -1074; i19 = 4; break; } @@ -21596,28 +21525,28 @@ function ___floatscan(i23, i2, i20) { d1 = 0.0; } L4 : do if ((i19 | 0) == 4) { - i22 = i23 + 4 | 0; - i21 = i23 + 100 | 0; + i23 = i24 + 4 | 0; + i22 = i24 + 100 | 0; do { - i2 = HEAP32[i22 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i2 + 1; + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; - } else i2 = ___shgetc(i23) | 0; + } else i2 = ___shgetc(i24) | 0; } while ((_isspace(i2) | 0) != 0); L13 : do switch (i2 | 0) { case 43: case 45: { i3 = 1 - (((i2 | 0) == 45 & 1) << 1) | 0; - i2 = HEAP32[i22 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i2 + 1; + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; i28 = i3; break L13; } else { - i2 = ___shgetc(i23) | 0; + i2 = ___shgetc(i24) | 0; i28 = i3; break L13; } @@ -21628,15 +21557,15 @@ function ___floatscan(i23, i2, i20) { i3 = i2; i2 = 0; do { - if ((i3 | 32 | 0) != (HEAP8[31723 + i2 >> 0] | 0)) break; + if ((i3 | 32 | 0) != (HEAP8[30285 + i2 >> 0] | 0)) break; do if (i2 >>> 0 < 7) { - i3 = HEAP32[i22 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i3 + 1; + i3 = HEAP32[i23 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i3 + 1; i3 = HEAPU8[i3 >> 0] | 0; break; } else { - i3 = ___shgetc(i23) | 0; + i3 = ___shgetc(i24) | 0; break; } } while (0); @@ -21652,23 +21581,23 @@ function ___floatscan(i23, i2, i20) { } default: { - i4 = (i20 | 0) != 0; - if (i4 & i2 >>> 0 > 3) if ((i2 | 0) == 8) break L29; else { + i5 = (i21 | 0) != 0; + if (i5 & i2 >>> 0 > 3) if ((i2 | 0) == 8) break L29; else { i19 = 23; break L29; } L34 : do if (!i2) { i2 = 0; do { - if ((i3 | 32 | 0) != (HEAP8[31732 + i2 >> 0] | 0)) break L34; + if ((i3 | 32 | 0) != (HEAP8[32976 + i2 >> 0] | 0)) break L34; do if (i2 >>> 0 < 2) { - i3 = HEAP32[i22 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i3 + 1; + i3 = HEAP32[i23 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i3 + 1; i3 = HEAPU8[i3 >> 0] | 0; break; } else { - i3 = ___shgetc(i23) | 0; + i3 = ___shgetc(i24) | 0; break; } } while (0); @@ -21678,26 +21607,26 @@ function ___floatscan(i23, i2, i20) { switch (i2 | 0) { case 3: { - i2 = HEAP32[i22 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i2 + 1; + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; - } else i2 = ___shgetc(i23) | 0; + } else i2 = ___shgetc(i24) | 0; if ((i2 | 0) == 40) i2 = 1; else { - if (!(HEAP32[i21 >> 2] | 0)) { + if (!(HEAP32[i22 >> 2] | 0)) { d1 = nan; break L4; } - HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; + HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; d1 = nan; break L4; } while (1) { - i3 = HEAP32[i22 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i3 + 1; + i3 = HEAP32[i23 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i3 + 1; i3 = HEAPU8[i3 >> 0] | 0; - } else i3 = ___shgetc(i23) | 0; + } else i3 = ___shgetc(i24) | 0; if (!((i3 + -48 | 0) >>> 0 < 10 | (i3 + -65 | 0) >>> 0 < 26) ? !((i3 | 0) == 95 | (i3 + -97 | 0) >>> 0 < 26) : 0) break; i2 = i2 + 1 | 0; } @@ -21705,12 +21634,12 @@ function ___floatscan(i23, i2, i20) { d1 = nan; break L4; } - i3 = (HEAP32[i21 >> 2] | 0) == 0; - if (!i3) HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; - if (!i4) { - i29 = ___errno_location() | 0; - HEAP32[i29 >> 2] = 22; - ___shlim(i23, 0); + i3 = (HEAP32[i22 >> 2] | 0) == 0; + if (!i3) HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; + if (!i5) { + i30 = ___errno_location() | 0; + HEAP32[i30 >> 2] = 22; + ___shlim(i24, 0); d1 = 0.0; break L4; } @@ -21720,7 +21649,7 @@ function ___floatscan(i23, i2, i20) { } while (1) { i2 = i2 + -1 | 0; - if (!i3) HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; + if (!i3) HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; if (!i2) { d1 = nan; break L4; @@ -21730,31 +21659,31 @@ function ___floatscan(i23, i2, i20) { case 0: { do if ((i3 | 0) == 48) { - i2 = HEAP32[i22 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i2 + 1; + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; - } else i2 = ___shgetc(i23) | 0; + } else i2 = ___shgetc(i24) | 0; if ((i2 | 32 | 0) != 120) { - if (!(HEAP32[i21 >> 2] | 0)) { + if (!(HEAP32[i22 >> 2] | 0)) { i2 = 48; break; } - HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; + HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; i2 = 48; break; } - i2 = HEAP32[i22 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i2 + 1; - i4 = HEAPU8[i2 >> 0] | 0; - i6 = 0; + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; + i2 = HEAPU8[i2 >> 0] | 0; + i5 = 0; } else { - i4 = ___shgetc(i23) | 0; - i6 = 0; + i2 = ___shgetc(i24) | 0; + i5 = 0; } L94 : while (1) { - switch (i4 | 0) { + switch (i2 | 0) { case 46: { i19 = 74; @@ -21764,261 +21693,260 @@ function ___floatscan(i23, i2, i20) { break; default: { - i2 = 0; - i3 = 0; i17 = 0; + i6 = 0; i16 = 0; - i15 = i4; - i7 = 0; - i14 = 0; - d8 = 1.0; - i4 = 0; + i3 = 0; + i8 = i5; + i9 = 0; + i15 = 0; + d7 = 1.0; + i5 = 0; d1 = 0.0; break L94; } } - i2 = HEAP32[i22 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i2 + 1; - i4 = HEAPU8[i2 >> 0] | 0; - i6 = 1; + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; + i2 = HEAPU8[i2 >> 0] | 0; + i5 = 1; continue; } else { - i4 = ___shgetc(i23) | 0; - i6 = 1; + i2 = ___shgetc(i24) | 0; + i5 = 1; continue; } } if ((i19 | 0) == 74) { - i2 = HEAP32[i22 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i2 + 1; - i4 = HEAPU8[i2 >> 0] | 0; - } else i4 = ___shgetc(i23) | 0; - if ((i4 | 0) == 48) { - i4 = 0; + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; + i2 = HEAPU8[i2 >> 0] | 0; + } else i2 = ___shgetc(i24) | 0; + if ((i2 | 0) == 48) { + i5 = 0; i3 = 0; - while (1) { - i2 = HEAP32[i22 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i2 + 1; - i6 = HEAPU8[i2 >> 0] | 0; - } else i6 = ___shgetc(i23) | 0; - i2 = _i64Add(i4 | 0, i3 | 0, -1, -1) | 0; + do { + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; + i2 = HEAPU8[i2 >> 0] | 0; + } else i2 = ___shgetc(i24) | 0; + i5 = _i64Add(i5 | 0, i3 | 0, -1, -1) | 0; i3 = tempRet0; - if ((i6 | 0) == 48) i4 = i2; else { - i17 = 0; - i16 = 0; - i15 = i6; - i6 = 1; - i7 = 1; - i14 = 0; - d8 = 1.0; - i4 = 0; - d1 = 0.0; - break; - } - } + } while ((i2 | 0) == 48); + i17 = 0; + i6 = 0; + i16 = i5; + i8 = 1; + i9 = 1; + i15 = 0; + d7 = 1.0; + i5 = 0; + d1 = 0.0; } else { - i2 = 0; - i3 = 0; i17 = 0; + i6 = 0; i16 = 0; - i15 = i4; - i7 = 1; - i14 = 0; - d8 = 1.0; - i4 = 0; + i3 = 0; + i8 = i5; + i9 = 1; + i15 = 0; + d7 = 1.0; + i5 = 0; d1 = 0.0; } } while (1) { - i13 = i15 + -48 | 0; - i9 = i15 | 32; + i13 = i2 + -48 | 0; + i10 = i2 | 32; if (i13 >>> 0 >= 10) { - i10 = (i15 | 0) == 46; - if (!(i10 | (i9 + -97 | 0) >>> 0 < 6)) { + i14 = (i2 | 0) == 46; + if (!(i14 | (i10 + -97 | 0) >>> 0 < 6)) { i10 = i16; - i9 = i17; - i13 = i15; + i13 = i17; break; } - if (i10) if (!i7) { - i2 = i16; + if (i14) if (!i9) { + i14 = i6; i3 = i17; - i13 = i16; - i10 = i17; - i7 = 1; - d5 = d8; + i13 = i17; + i9 = 1; + i10 = i15; + d4 = d7; } else { i10 = i16; - i9 = i17; - i13 = 46; + i13 = i17; + i2 = 46; break; } else i19 = 86; } else i19 = 86; if ((i19 | 0) == 86) { i19 = 0; - i6 = (i15 | 0) > 57 ? i9 + -87 | 0 : i13; - do if (!((i17 | 0) < 0 | (i17 | 0) == 0 & i16 >>> 0 < 8)) { - if ((i17 | 0) < 0 | (i17 | 0) == 0 & i16 >>> 0 < 14) { - d12 = d8 * .0625; - i9 = i14; - d5 = d12; - d1 = d1 + d12 * +(i6 | 0); + i2 = (i2 | 0) > 57 ? i10 + -87 | 0 : i13; + do if (!((i17 | 0) < 0 | (i17 | 0) == 0 & i6 >>> 0 < 8)) { + if ((i17 | 0) < 0 | (i17 | 0) == 0 & i6 >>> 0 < 14) { + d12 = d7 * .0625; + i10 = i15; + d4 = d12; + d1 = d1 + d12 * +(i2 | 0); break; } - if ((i14 | 0) != 0 | (i6 | 0) == 0) { - i9 = i14; - d5 = d8; + if ((i15 | 0) != 0 | (i2 | 0) == 0) { + i10 = i15; + d4 = d7; } else { - i9 = 1; - d5 = d8; - d1 = d1 + d8 * .5; + i10 = 1; + d4 = d7; + d1 = d1 + d7 * .5; } } else { - i9 = i14; - d5 = d8; - i4 = i6 + (i4 << 4) | 0; + i10 = i15; + d4 = d7; + i5 = i2 + (i5 << 4) | 0; } while (0); - i13 = _i64Add(i16 | 0, i17 | 0, 1, 0) | 0; - i10 = tempRet0; - i6 = 1; - i14 = i9; + i6 = _i64Add(i6 | 0, i17 | 0, 1, 0) | 0; + i14 = i16; + i13 = tempRet0; + i8 = 1; } - i9 = HEAP32[i22 >> 2] | 0; - if (i9 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i9 + 1; - i17 = i10; - i16 = i13; - i15 = HEAPU8[i9 >> 0] | 0; - d8 = d5; + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; + i17 = i13; + i16 = i14; + i2 = HEAPU8[i2 >> 0] | 0; + i15 = i10; + d7 = d4; continue; } else { - i17 = i10; - i16 = i13; - i15 = ___shgetc(i23) | 0; - d8 = d5; + i17 = i13; + i16 = i14; + i2 = ___shgetc(i24) | 0; + i15 = i10; + d7 = d4; continue; } } - if (!i6) { - i2 = (HEAP32[i21 >> 2] | 0) == 0; - if (!i2) HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; - if (i20) { - if (!i2 ? (i18 = HEAP32[i22 >> 2] | 0, HEAP32[i22 >> 2] = i18 + -1, i7 | 0) : 0) HEAP32[i22 >> 2] = i18 + -2; - } else ___shlim(i23, 0); + if (!i8) { + i2 = (HEAP32[i22 >> 2] | 0) == 0; + if (!i2) HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; + if (i21) { + if (!i2 ? (i18 = HEAP32[i23 >> 2] | 0, HEAP32[i23 >> 2] = i18 + -1, i9 | 0) : 0) HEAP32[i23 >> 2] = i18 + -2; + } else ___shlim(i24, 0); d1 = +(i28 | 0) * 0.0; break L4; } - i6 = (i7 | 0) == 0; - i7 = i6 ? i10 : i2; - i6 = i6 ? i9 : i3; - if ((i9 | 0) < 0 | (i9 | 0) == 0 & i10 >>> 0 < 8) { - i3 = i10; - i2 = i9; + i8 = (i9 | 0) == 0; + i9 = i8 ? i6 : i10; + i8 = i8 ? i13 : i3; + if ((i13 | 0) < 0 | (i13 | 0) == 0 & i6 >>> 0 < 8) { + i3 = i13; do { - i4 = i4 << 4; - i3 = _i64Add(i3 | 0, i2 | 0, 1, 0) | 0; - i2 = tempRet0; - } while ((i2 | 0) < 0 | (i2 | 0) == 0 & i3 >>> 0 < 8); + i5 = i5 << 4; + i6 = _i64Add(i6 | 0, i3 | 0, 1, 0) | 0; + i3 = tempRet0; + } while ((i3 | 0) < 0 | (i3 | 0) == 0 & i6 >>> 0 < 8); } - if ((i13 | 32 | 0) == 112) { - i3 = _scanexp(i23, i20) | 0; + if ((i2 | 32 | 0) == 112) { + i3 = _scanexp(i24, i21) | 0; i2 = tempRet0; if ((i3 | 0) == 0 & (i2 | 0) == -2147483648) { - if (!i20) { - ___shlim(i23, 0); + if (!i21) { + ___shlim(i24, 0); d1 = 0.0; break L4; } - if (!(HEAP32[i21 >> 2] | 0)) { + if (!(HEAP32[i22 >> 2] | 0)) { i3 = 0; i2 = 0; } else { - HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; + HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; i3 = 0; i2 = 0; } } - } else if (!(HEAP32[i21 >> 2] | 0)) { + } else if (!(HEAP32[i22 >> 2] | 0)) { i3 = 0; i2 = 0; } else { - HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; + HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; i3 = 0; i2 = 0; } - i26 = _bitshift64Shl(i7 | 0, i6 | 0, 2) | 0; - i26 = _i64Add(i26 | 0, tempRet0 | 0, -32, -1) | 0; - i2 = _i64Add(i26 | 0, tempRet0 | 0, i3 | 0, i2 | 0) | 0; + i27 = _bitshift64Shl(i9 | 0, i8 | 0, 2) | 0; + i27 = _i64Add(i27 | 0, tempRet0 | 0, -32, -1) | 0; + i2 = _i64Add(i27 | 0, tempRet0 | 0, i3 | 0, i2 | 0) | 0; i3 = tempRet0; - if (!i4) { + if (!i5) { d1 = +(i28 | 0) * 0.0; break L4; } - if ((i3 | 0) > 0 | (i3 | 0) == 0 & i2 >>> 0 > (0 - i27 | 0) >>> 0) { - i29 = ___errno_location() | 0; - HEAP32[i29 >> 2] = 34; + if ((i3 | 0) > 0 | (i3 | 0) == 0 & i2 >>> 0 > (0 - i29 | 0) >>> 0) { + i30 = ___errno_location() | 0; + HEAP32[i30 >> 2] = 34; d1 = +(i28 | 0) * 1797693134862315708145274.0e284 * 1797693134862315708145274.0e284; break L4; } - i26 = i27 + -106 | 0; - i25 = ((i26 | 0) < 0) << 31 >> 31; - if ((i3 | 0) < (i25 | 0) | (i3 | 0) == (i25 | 0) & i2 >>> 0 < i26 >>> 0) { - i29 = ___errno_location() | 0; - HEAP32[i29 >> 2] = 34; + i27 = i29 + -106 | 0; + i26 = ((i27 | 0) < 0) << 31 >> 31; + if ((i3 | 0) < (i26 | 0) | (i3 | 0) == (i26 | 0) & i2 >>> 0 < i27 >>> 0) { + i30 = ___errno_location() | 0; + HEAP32[i30 >> 2] = 34; d1 = +(i28 | 0) * 2.2250738585072014e-308 * 2.2250738585072014e-308; break L4; } - if ((i4 | 0) > -1) { + if ((i5 | 0) > -1) { do { - i25 = !(d1 >= .5); - i26 = i25 & 1 | i4 << 1; - i4 = i26 ^ 1; - d1 = d1 + (i25 ? d1 : d1 + -1.0); + i26 = !(d1 >= .5); + i27 = i26 & 1 | i5 << 1; + i5 = i27 ^ 1; + d1 = d1 + (i26 ? d1 : d1 + -1.0); i2 = _i64Add(i2 | 0, i3 | 0, -1, -1) | 0; i3 = tempRet0; - } while ((i26 | 0) > -1); + } while ((i27 | 0) > -1); i6 = i2; - d8 = d1; + d7 = d1; } else { i6 = i2; - d8 = d1; + d7 = d1; } - i2 = _i64Subtract(32, 0, i27 | 0, ((i27 | 0) < 0) << 31 >> 31 | 0) | 0; + i2 = _i64Subtract(32, 0, i29 | 0, ((i29 | 0) < 0) << 31 >> 31 | 0) | 0; i2 = _i64Add(i6 | 0, i3 | 0, i2 | 0, tempRet0 | 0) | 0; - i27 = tempRet0; - if (0 > (i27 | 0) | 0 == (i27 | 0) & i29 >>> 0 > i2 >>> 0) if ((i2 | 0) < 0) { + i29 = tempRet0; + if (0 > (i29 | 0) | 0 == (i29 | 0) & i30 >>> 0 > i2 >>> 0) if ((i2 | 0) < 0) { i2 = 0; i19 = 127; } else i19 = 125; else { - i2 = i29; + i2 = i30; i19 = 125; } if ((i19 | 0) == 125) if ((i2 | 0) < 53) i19 = 127; else { - d5 = 0.0; - d1 = +(i28 | 0); + i3 = i2; + d4 = +(i28 | 0); + d1 = 0.0; } if ((i19 | 0) == 127) { d1 = +(i28 | 0); - d5 = +_copysignl(+_scalbn(1.0, 84 - i2 | 0), d1); + i3 = i2; + d4 = d1; + d1 = +_copysignl(+_scalbn(1.0, 84 - i2 | 0), d1); } - i29 = (i4 & 1 | 0) == 0 & (d8 != 0.0 & (i2 | 0) < 32); - d1 = d1 * (i29 ? 0.0 : d8) + (d5 + d1 * +(((i29 & 1) + i4 | 0) >>> 0)) - d5; + i30 = (i5 & 1 | 0) == 0 & (d7 != 0.0 & (i3 | 0) < 32); + d1 = d4 * (i30 ? 0.0 : d7) + (d1 + d4 * +(((i30 & 1) + i5 | 0) >>> 0)) - d1; if (!(d1 != 0.0)) { - i29 = ___errno_location() | 0; - HEAP32[i29 >> 2] = 34; + i30 = ___errno_location() | 0; + HEAP32[i30 >> 2] = 34; } d1 = +_scalbnl(d1, i6); break L4; } else i2 = i3; while (0); - i24 = i27 + i29 | 0; - i25 = 0 - i24 | 0; - i4 = i2; - i6 = 0; + i25 = i29 + i30 | 0; + i26 = 0 - i25 | 0; + i5 = 0; L184 : while (1) { - switch (i4 | 0) { + switch (i2 | 0) { case 46: { i19 = 138; @@ -22029,413 +21957,422 @@ function ___floatscan(i23, i2, i20) { default: { i3 = 0; - i2 = 0; - i15 = 0; + i10 = 0; + i9 = 0; break L184; } } - i2 = HEAP32[i22 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i2 + 1; - i4 = HEAPU8[i2 >> 0] | 0; - i6 = 1; + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; + i2 = HEAPU8[i2 >> 0] | 0; + i5 = 1; continue; } else { - i4 = ___shgetc(i23) | 0; - i6 = 1; + i2 = ___shgetc(i24) | 0; + i5 = 1; continue; } } if ((i19 | 0) == 138) { - i2 = HEAP32[i22 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i2 + 1; - i4 = HEAPU8[i2 >> 0] | 0; - } else i4 = ___shgetc(i23) | 0; - if ((i4 | 0) == 48) { + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; + i2 = HEAPU8[i2 >> 0] | 0; + } else i2 = ___shgetc(i24) | 0; + if ((i2 | 0) == 48) { i3 = 0; i2 = 0; - do { + while (1) { i3 = _i64Add(i3 | 0, i2 | 0, -1, -1) | 0; - i2 = tempRet0; - i4 = HEAP32[i22 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i4 + 1; - i4 = HEAPU8[i4 >> 0] | 0; - } else i4 = ___shgetc(i23) | 0; - } while ((i4 | 0) == 48); - i6 = 1; - i15 = 1; + i5 = tempRet0; + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; + i2 = HEAPU8[i2 >> 0] | 0; + } else i2 = ___shgetc(i24) | 0; + if ((i2 | 0) == 48) i2 = i5; else { + i10 = i5; + i5 = 1; + i9 = 1; + break; + } + } } else { i3 = 0; - i2 = 0; - i15 = 1; + i10 = 0; + i9 = 1; } } - HEAP32[i26 >> 2] = 0; - i14 = i4 + -48 | 0; - i9 = (i4 | 0) == 46; - L203 : do if (i9 | i14 >>> 0 < 10) { - i19 = i26 + 496 | 0; - i7 = 0; - i10 = 0; - i16 = i9; - i13 = i6; - i18 = 0; + HEAP32[i27 >> 2] = 0; + i8 = i2 + -48 | 0; + i6 = (i2 | 0) == 46; + L203 : do if (i6 | i8 >>> 0 < 10) { + i20 = i27 + 496 | 0; + i17 = 0; + i14 = 0; + i15 = i6; + i19 = i10; + i13 = i5; + i18 = i9; + i5 = 0; i6 = 0; i9 = 0; L205 : while (1) { - do if (i16) if (!i15) { - i3 = i7; - i2 = i10; - i15 = 1; + do if (i15) if (!i18) { + i3 = i17; + i10 = i14; + i18 = 1; } else { - i4 = i18; + i10 = i19; + i2 = i17; + i8 = i14; break L205; } else { - i16 = _i64Add(i7 | 0, i10 | 0, 1, 0) | 0; - i10 = tempRet0; - i17 = (i4 | 0) != 48; + i15 = _i64Add(i17 | 0, i14 | 0, 1, 0) | 0; + i14 = tempRet0; + i16 = (i2 | 0) != 48; if ((i6 | 0) >= 125) { - if (!i17) { - i7 = i16; + if (!i16) { + i10 = i19; + i17 = i15; break; } - HEAP32[i19 >> 2] = HEAP32[i19 >> 2] | 1; - i7 = i16; + HEAP32[i20 >> 2] = HEAP32[i20 >> 2] | 1; + i10 = i19; + i17 = i15; break; } - i7 = i26 + (i6 << 2) | 0; - if (!i18) i4 = i14; else i4 = i4 + -48 + ((HEAP32[i7 >> 2] | 0) * 10 | 0) | 0; - HEAP32[i7 >> 2] = i4; - i18 = i18 + 1 | 0; - i14 = (i18 | 0) == 9; - i7 = i16; + i10 = i27 + (i6 << 2) | 0; + if (i5) i8 = i2 + -48 + ((HEAP32[i10 >> 2] | 0) * 10 | 0) | 0; + HEAP32[i10 >> 2] = i8; + i5 = i5 + 1 | 0; + i8 = (i5 | 0) == 9; + i10 = i19; + i17 = i15; i13 = 1; - i18 = i14 ? 0 : i18; - i6 = (i14 & 1) + i6 | 0; - i9 = i17 ? i16 : i9; + i5 = i8 ? 0 : i5; + i6 = (i8 & 1) + i6 | 0; + i9 = i16 ? i15 : i9; } while (0); - i4 = HEAP32[i22 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { - HEAP32[i22 >> 2] = i4 + 1; - i4 = HEAPU8[i4 >> 0] | 0; - } else i4 = ___shgetc(i23) | 0; - i14 = i4 + -48 | 0; - i16 = (i4 | 0) == 46; - if (!(i16 | i14 >>> 0 < 10)) { - i14 = i7; - i7 = i15; - i15 = i18; + i2 = HEAP32[i23 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i23 >> 2] = i2 + 1; + i2 = HEAPU8[i2 >> 0] | 0; + } else i2 = ___shgetc(i24) | 0; + i8 = i2 + -48 | 0; + i15 = (i2 | 0) == 46; + if (!(i15 | i8 >>> 0 < 10)) { + i8 = i18; i19 = 161; break L203; - } + } else i19 = i10; } - i14 = i7; - i7 = (i13 | 0) != 0; + i13 = (i13 | 0) != 0; i19 = 169; } else { + i17 = 0; i14 = 0; - i10 = 0; - i13 = i6; - i7 = i15; - i15 = 0; + i13 = i5; + i8 = i9; + i5 = 0; i6 = 0; i9 = 0; i19 = 161; } while (0); do if ((i19 | 0) == 161) { - i7 = (i7 | 0) == 0; - i3 = i7 ? i14 : i3; - i2 = i7 ? i10 : i2; - i7 = (i13 | 0) != 0; - if (!((i4 | 32 | 0) == 101 & i7)) if ((i4 | 0) > -1) { - i4 = i15; + i20 = (i8 | 0) == 0; + i3 = i20 ? i17 : i3; + i10 = i20 ? i14 : i10; + i13 = (i13 | 0) != 0; + if (!((i2 | 32 | 0) == 101 & i13)) if ((i2 | 0) > -1) { + i2 = i17; + i8 = i14; i19 = 169; break; } else { - i13 = i14; - i4 = i15; + i2 = i17; + i8 = i14; i19 = 171; break; } - i7 = _scanexp(i23, i20) | 0; - i4 = tempRet0; - if ((i7 | 0) == 0 & (i4 | 0) == -2147483648) { - if (!i20) { - ___shlim(i23, 0); + i8 = _scanexp(i24, i21) | 0; + i2 = tempRet0; + if ((i8 | 0) == 0 & (i2 | 0) == -2147483648) { + if (!i21) { + ___shlim(i24, 0); d1 = 0.0; break; } - if (!(HEAP32[i21 >> 2] | 0)) { - i7 = 0; - i4 = 0; + if (!(HEAP32[i22 >> 2] | 0)) { + i8 = 0; + i2 = 0; } else { - HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; - i7 = 0; - i4 = 0; + HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; + i8 = 0; + i2 = 0; } } - i3 = _i64Add(i7 | 0, i4 | 0, i3 | 0, i2 | 0) | 0; - i13 = i14; - i2 = tempRet0; - i4 = i15; + i3 = _i64Add(i8 | 0, i2 | 0, i3 | 0, i10 | 0) | 0; + i13 = i17; + i10 = tempRet0; + i8 = i14; i19 = 173; } while (0); - if ((i19 | 0) == 169) if (HEAP32[i21 >> 2] | 0) { - HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; - if (i7) { - i13 = i14; + if ((i19 | 0) == 169) if (HEAP32[i22 >> 2] | 0) { + HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; + if (i13) { + i13 = i2; i19 = 173; } else i19 = 172; - } else { - i13 = i14; - i19 = 171; - } - if ((i19 | 0) == 171) if (i7) i19 = 173; else i19 = 172; + } else i19 = 171; + if ((i19 | 0) == 171) if (i13) { + i13 = i2; + i19 = 173; + } else i19 = 172; do if ((i19 | 0) == 172) { - i29 = ___errno_location() | 0; - HEAP32[i29 >> 2] = 22; - ___shlim(i23, 0); + i30 = ___errno_location() | 0; + HEAP32[i30 >> 2] = 22; + ___shlim(i24, 0); d1 = 0.0; } else if ((i19 | 0) == 173) { - i7 = HEAP32[i26 >> 2] | 0; - if (!i7) { + i2 = HEAP32[i27 >> 2] | 0; + if (!i2) { d1 = +(i28 | 0) * 0.0; break; } - if (((i10 | 0) < 0 | (i10 | 0) == 0 & i13 >>> 0 < 10) & ((i3 | 0) == (i13 | 0) & (i2 | 0) == (i10 | 0)) ? i29 >>> 0 > 30 | (i7 >>> i29 | 0) == 0 : 0) { - d1 = +(i28 | 0) * +(i7 >>> 0); + if (((i8 | 0) < 0 | (i8 | 0) == 0 & i13 >>> 0 < 10) & ((i3 | 0) == (i13 | 0) & (i10 | 0) == (i8 | 0)) ? i30 >>> 0 > 30 | (i2 >>> i30 | 0) == 0 : 0) { + d1 = +(i28 | 0) * +(i2 >>> 0); break; } - i23 = (i27 | 0) / -2 | 0; - i22 = ((i23 | 0) < 0) << 31 >> 31; - if ((i2 | 0) > (i22 | 0) | (i2 | 0) == (i22 | 0) & i3 >>> 0 > i23 >>> 0) { - i29 = ___errno_location() | 0; - HEAP32[i29 >> 2] = 34; + i24 = (i29 | 0) / -2 | 0; + i23 = ((i24 | 0) < 0) << 31 >> 31; + if ((i10 | 0) > (i23 | 0) | (i10 | 0) == (i23 | 0) & i3 >>> 0 > i24 >>> 0) { + i30 = ___errno_location() | 0; + HEAP32[i30 >> 2] = 34; d1 = +(i28 | 0) * 1797693134862315708145274.0e284 * 1797693134862315708145274.0e284; break; } - i23 = i27 + -106 | 0; - i22 = ((i23 | 0) < 0) << 31 >> 31; - if ((i2 | 0) < (i22 | 0) | (i2 | 0) == (i22 | 0) & i3 >>> 0 < i23 >>> 0) { - i29 = ___errno_location() | 0; - HEAP32[i29 >> 2] = 34; + i24 = i29 + -106 | 0; + i23 = ((i24 | 0) < 0) << 31 >> 31; + if ((i10 | 0) < (i23 | 0) | (i10 | 0) == (i23 | 0) & i3 >>> 0 < i24 >>> 0) { + i30 = ___errno_location() | 0; + HEAP32[i30 >> 2] = 34; d1 = +(i28 | 0) * 2.2250738585072014e-308 * 2.2250738585072014e-308; break; } - if (i4) { - if ((i4 | 0) < 9) { - i7 = i26 + (i6 << 2) | 0; - i2 = HEAP32[i7 >> 2] | 0; + if (i5) { + if ((i5 | 0) < 9) { + i8 = i27 + (i6 << 2) | 0; + i2 = HEAP32[i8 >> 2] | 0; do { i2 = i2 * 10 | 0; - i4 = i4 + 1 | 0; - } while ((i4 | 0) != 9); - HEAP32[i7 >> 2] = i2; + i5 = i5 + 1 | 0; + } while ((i5 | 0) != 9); + HEAP32[i8 >> 2] = i2; } i6 = i6 + 1 | 0; } if ((i9 | 0) < 9 ? (i9 | 0) <= (i3 | 0) & (i3 | 0) < 18 : 0) { if ((i3 | 0) == 9) { - d1 = +(i28 | 0) * +((HEAP32[i26 >> 2] | 0) >>> 0); + d1 = +(i28 | 0) * +((HEAP32[i27 >> 2] | 0) >>> 0); break; } if ((i3 | 0) < 9) { - d1 = +(i28 | 0) * +((HEAP32[i26 >> 2] | 0) >>> 0) / +(HEAP32[4696 + (8 - i3 << 2) >> 2] | 0); + d1 = +(i28 | 0) * +((HEAP32[i27 >> 2] | 0) >>> 0) / +(HEAP32[4696 + (8 - i3 << 2) >> 2] | 0); break; } - i23 = i29 + 27 + (Math_imul(i3, -3) | 0) | 0; - i2 = HEAP32[i26 >> 2] | 0; - if ((i23 | 0) > 30 | (i2 >>> i23 | 0) == 0) { + i24 = i30 + 27 + (Math_imul(i3, -3) | 0) | 0; + i2 = HEAP32[i27 >> 2] | 0; + if ((i24 | 0) > 30 | (i2 >>> i24 | 0) == 0) { d1 = +(i28 | 0) * +(i2 >>> 0) * +(HEAP32[4696 + (i3 + -10 << 2) >> 2] | 0); break; } } i2 = (i3 | 0) % 9 | 0; if (!i2) { - i4 = 0; + i5 = 0; i2 = 0; } else { i13 = (i3 | 0) > -1 ? i2 : i2 + 9 | 0; - i7 = HEAP32[4696 + (8 - i13 << 2) >> 2] | 0; + i8 = HEAP32[4696 + (8 - i13 << 2) >> 2] | 0; if (i6) { - i9 = 1e9 / (i7 | 0) | 0; - i4 = 0; + i9 = 1e9 / (i8 | 0) | 0; + i5 = 0; i2 = 0; i10 = 0; do { - i21 = i26 + (i10 << 2) | 0; - i22 = HEAP32[i21 >> 2] | 0; - i23 = ((i22 >>> 0) / (i7 >>> 0) | 0) + i2 | 0; - HEAP32[i21 >> 2] = i23; - i2 = Math_imul((i22 >>> 0) % (i7 >>> 0) | 0, i9) | 0; - i23 = (i10 | 0) == (i4 | 0) & (i23 | 0) == 0; + i22 = i27 + (i10 << 2) | 0; + i23 = HEAP32[i22 >> 2] | 0; + i24 = ((i23 >>> 0) / (i8 >>> 0) | 0) + i2 | 0; + HEAP32[i22 >> 2] = i24; + i2 = Math_imul((i23 >>> 0) % (i8 >>> 0) | 0, i9) | 0; + i24 = (i10 | 0) == (i5 | 0) & (i24 | 0) == 0; i10 = i10 + 1 | 0; - i3 = i23 ? i3 + -9 | 0 : i3; - i4 = i23 ? i10 & 127 : i4; + i3 = i24 ? i3 + -9 | 0 : i3; + i5 = i24 ? i10 & 127 : i5; } while ((i10 | 0) != (i6 | 0)); if (i2) { - HEAP32[i26 + (i6 << 2) >> 2] = i2; + HEAP32[i27 + (i6 << 2) >> 2] = i2; i6 = i6 + 1 | 0; } } else { - i4 = 0; + i5 = 0; i6 = 0; } i2 = 0; i3 = 9 - i13 + i3 | 0; } L284 : while (1) { - i15 = (i3 | 0) < 18; - i16 = (i3 | 0) == 18; - i14 = i26 + (i4 << 2) | 0; + i14 = (i3 | 0) < 18; + i15 = (i3 | 0) == 18; + i16 = i27 + (i5 << 2) | 0; do { - if (!i15) { - if (!i16) { + if (!i14) { + if (!i15) { i17 = i6; break L284; } - if ((HEAP32[i14 >> 2] | 0) >>> 0 >= 9007199) { + if ((HEAP32[i16 >> 2] | 0) >>> 0 >= 9007199) { i3 = 18; i17 = i6; break L284; } } - i7 = 0; + i8 = 0; i9 = i6 + 127 | 0; while (1) { i13 = i9 & 127; - i10 = i26 + (i13 << 2) | 0; + i10 = i27 + (i13 << 2) | 0; i9 = _bitshift64Shl(HEAP32[i10 >> 2] | 0, 0, 29) | 0; - i9 = _i64Add(i9 | 0, tempRet0 | 0, i7 | 0, 0) | 0; - i7 = tempRet0; - if (i7 >>> 0 > 0 | (i7 | 0) == 0 & i9 >>> 0 > 1e9) { - i23 = ___udivdi3(i9 | 0, i7 | 0, 1e9, 0) | 0; - i9 = ___uremdi3(i9 | 0, i7 | 0, 1e9, 0) | 0; - i7 = i23; - } else i7 = 0; + i9 = _i64Add(i9 | 0, tempRet0 | 0, i8 | 0, 0) | 0; + i8 = tempRet0; + if (i8 >>> 0 > 0 | (i8 | 0) == 0 & i9 >>> 0 > 1e9) { + i24 = ___udivdi3(i9 | 0, i8 | 0, 1e9, 0) | 0; + i9 = ___uremdi3(i9 | 0, i8 | 0, 1e9, 0) | 0; + i8 = i24; + } else i8 = 0; HEAP32[i10 >> 2] = i9; - i23 = (i13 | 0) == (i4 | 0); - i6 = (i13 | 0) != (i6 + 127 & 127 | 0) | i23 ? i6 : (i9 | 0) == 0 ? i13 : i6; - if (i23) break; else i9 = i13 + -1 | 0; + i24 = (i13 | 0) == (i5 | 0); + i6 = (i13 | 0) != (i6 + 127 & 127 | 0) | i24 ? i6 : (i9 | 0) == 0 ? i13 : i6; + if (i24) break; else i9 = i13 + -1 | 0; } i2 = i2 + -29 | 0; - } while ((i7 | 0) == 0); - i4 = i4 + 127 & 127; - if ((i4 | 0) == (i6 | 0)) { - i23 = i6 + 127 & 127; - i6 = i26 + ((i6 + 126 & 127) << 2) | 0; - HEAP32[i6 >> 2] = HEAP32[i6 >> 2] | HEAP32[i26 + (i23 << 2) >> 2]; - i6 = i23; + } while ((i8 | 0) == 0); + i5 = i5 + 127 & 127; + if ((i5 | 0) == (i6 | 0)) { + i24 = i6 + 127 & 127; + i6 = i27 + ((i6 + 126 & 127) << 2) | 0; + HEAP32[i6 >> 2] = HEAP32[i6 >> 2] | HEAP32[i27 + (i24 << 2) >> 2]; + i6 = i24; } - HEAP32[i26 + (i4 << 2) >> 2] = i7; + HEAP32[i27 + (i5 << 2) >> 2] = i8; i3 = i3 + 9 | 0; } L302 : while (1) { i6 = i17 + 1 & 127; - i16 = i26 + ((i17 + 127 & 127) << 2) | 0; + i16 = i27 + ((i17 + 127 & 127) << 2) | 0; while (1) { - i13 = (i3 | 0) == 18; + i14 = (i3 | 0) == 18; i15 = (i3 | 0) > 27 ? 9 : 1; - i14 = i13 ^ 1; + i13 = i14 ^ 1; while (1) { - i10 = i4 & 127; - i9 = (i10 | 0) == (i17 | 0); - do if (!i9) { - i7 = HEAP32[i26 + (i10 << 2) >> 2] | 0; - if (i7 >>> 0 < 9007199) { + i9 = i5 & 127; + i10 = (i9 | 0) == (i17 | 0); + do if (!i10) { + i8 = HEAP32[i27 + (i9 << 2) >> 2] | 0; + if (i8 >>> 0 < 9007199) { i19 = 219; break; } - if (i7 >>> 0 > 9007199) break; - i7 = i4 + 1 & 127; - if ((i7 | 0) == (i17 | 0)) { + if (i8 >>> 0 > 9007199) break; + i8 = i5 + 1 & 127; + if ((i8 | 0) == (i17 | 0)) { i19 = 219; break; } - i7 = HEAP32[i26 + (i7 << 2) >> 2] | 0; - if (i7 >>> 0 < 254740991) { + i8 = HEAP32[i27 + (i8 << 2) >> 2] | 0; + if (i8 >>> 0 < 254740991) { i19 = 219; break; } - if (!(i7 >>> 0 > 254740991 | i14)) { - i3 = i10; + if (!(i8 >>> 0 > 254740991 | i13)) { + i3 = i9; i6 = i17; break L302; } } else i19 = 219; while (0); - if ((i19 | 0) == 219 ? (i19 = 0, i13) : 0) { + if ((i19 | 0) == 219 ? (i19 = 0, i14) : 0) { i19 = 220; break L302; } i2 = i2 + i15 | 0; - if ((i4 | 0) == (i17 | 0)) i4 = i17; else break; + if ((i5 | 0) == (i17 | 0)) i5 = i17; else break; } - i14 = (1 << i15) + -1 | 0; - i13 = 1e9 >>> i15; - i9 = i4; - i7 = 0; - i10 = i4; + i13 = (1 << i15) + -1 | 0; + i14 = 1e9 >>> i15; + i9 = i5; + i8 = 0; + i10 = i5; while (1) { - i22 = i26 + (i10 << 2) | 0; - i23 = HEAP32[i22 >> 2] | 0; - i4 = (i23 >>> i15) + i7 | 0; - HEAP32[i22 >> 2] = i4; - i7 = Math_imul(i23 & i14, i13) | 0; - i4 = (i10 | 0) == (i9 | 0) & (i4 | 0) == 0; + i23 = i27 + (i10 << 2) | 0; + i24 = HEAP32[i23 >> 2] | 0; + i5 = (i24 >>> i15) + i8 | 0; + HEAP32[i23 >> 2] = i5; + i8 = Math_imul(i24 & i13, i14) | 0; + i5 = (i10 | 0) == (i9 | 0) & (i5 | 0) == 0; i10 = i10 + 1 & 127; - i3 = i4 ? i3 + -9 | 0 : i3; - i4 = i4 ? i10 : i9; - if ((i10 | 0) == (i17 | 0)) break; else i9 = i4; + i3 = i5 ? i3 + -9 | 0 : i3; + i5 = i5 ? i10 : i9; + if ((i10 | 0) == (i17 | 0)) break; else i9 = i5; } - if (!i7) continue; - if ((i6 | 0) != (i4 | 0)) break; + if (!i8) continue; + if ((i6 | 0) != (i5 | 0)) break; HEAP32[i16 >> 2] = HEAP32[i16 >> 2] | 1; } - HEAP32[i26 + (i17 << 2) >> 2] = i7; + HEAP32[i27 + (i17 << 2) >> 2] = i8; i17 = i6; } - if ((i19 | 0) == 220) if (i9) { - HEAP32[i26 + (i6 + -1 << 2) >> 2] = 0; + if ((i19 | 0) == 220) if (i10) { + HEAP32[i27 + (i6 + -1 << 2) >> 2] = 0; i3 = i17; } else { - i3 = i10; + i3 = i9; i6 = i17; } - d1 = +((HEAP32[i26 + (i3 << 2) >> 2] | 0) >>> 0); - i3 = i4 + 1 & 127; + d1 = +((HEAP32[i27 + (i3 << 2) >> 2] | 0) >>> 0); + i3 = i5 + 1 & 127; if ((i3 | 0) == (i6 | 0)) { - i6 = i4 + 2 & 127; - HEAP32[i26 + (i6 + -1 << 2) >> 2] = 0; + i6 = i5 + 2 & 127; + HEAP32[i27 + (i6 + -1 << 2) >> 2] = 0; } d12 = +(i28 | 0); - d5 = d12 * (d1 * 1.0e9 + +((HEAP32[i26 + (i3 << 2) >> 2] | 0) >>> 0)); + d4 = d12 * (d1 * 1.0e9 + +((HEAP32[i27 + (i3 << 2) >> 2] | 0) >>> 0)); i14 = i2 + 53 | 0; - i13 = i14 - i27 | 0; - i10 = (i13 | 0) < (i29 | 0); - i3 = i10 & 1; - i9 = i10 ? ((i13 | 0) < 0 ? 0 : i13) : i29; + i10 = i14 - i29 | 0; + i13 = (i10 | 0) < (i30 | 0); + i3 = i13 & 1; + i9 = i13 ? ((i10 | 0) < 0 ? 0 : i10) : i30; if ((i9 | 0) < 53) { - d31 = +_copysignl(+_scalbn(1.0, 105 - i9 | 0), d5); - d8 = +_fmodl(d5, +_scalbn(1.0, 53 - i9 | 0)); - d11 = d31; - d1 = d8; - d8 = d31 + (d5 - d8); + d32 = +_copysignl(+_scalbn(1.0, 105 - i9 | 0), d4); + d7 = +_fmodl(d4, +_scalbn(1.0, 53 - i9 | 0)); + d11 = d32; + d1 = d7; + d7 = d32 + (d4 - d7); } else { d11 = 0.0; d1 = 0.0; - d8 = d5; + d7 = d4; } - i7 = i4 + 2 & 127; - do if ((i7 | 0) == (i6 | 0)) d5 = d1; else { - i7 = HEAP32[i26 + (i7 << 2) >> 2] | 0; - do if (i7 >>> 0 >= 5e8) { - if (i7 >>> 0 > 5e8) { + i8 = i5 + 2 & 127; + do if ((i8 | 0) == (i6 | 0)) d4 = d1; else { + i8 = HEAP32[i27 + (i8 << 2) >> 2] | 0; + do if (i8 >>> 0 >= 5e8) { + if (i8 >>> 0 > 5e8) { d1 = d12 * .75 + d1; break; } - if ((i4 + 3 & 127 | 0) == (i6 | 0)) { + if ((i5 + 3 & 127 | 0) == (i6 | 0)) { d1 = d12 * .5 + d1; break; } else { @@ -22443,29 +22380,29 @@ function ___floatscan(i23, i2, i20) { break; } } else { - if ((i7 | 0) == 0 ? (i4 + 3 & 127 | 0) == (i6 | 0) : 0) break; + if ((i8 | 0) == 0 ? (i5 + 3 & 127 | 0) == (i6 | 0) : 0) break; d1 = d12 * .25 + d1; } while (0); if ((53 - i9 | 0) <= 1) { - d5 = d1; + d4 = d1; break; } if (+_fmodl(d1, 1.0) != 0.0) { - d5 = d1; + d4 = d1; break; } - d5 = d1 + 1.0; + d4 = d1 + 1.0; } while (0); - d1 = d8 + d5 - d11; - do if ((i14 & 2147483647 | 0) > (-2 - i24 | 0)) { + d1 = d7 + d4 - d11; + do if ((i14 & 2147483647 | 0) > (-2 - i25 | 0)) { if (+Math_abs(+d1) >= 9007199254740992.0) { - i3 = i10 & (i9 | 0) == (i13 | 0) ? 0 : i3; + i3 = i13 & (i9 | 0) == (i10 | 0) ? 0 : i3; i2 = i2 + 1 | 0; d1 = d1 * .5; } - if ((i2 + 50 | 0) <= (i25 | 0) ? !(d5 != 0.0 & (i3 | 0) != 0) : 0) break; - i29 = ___errno_location() | 0; - HEAP32[i29 >> 2] = 34; + if ((i2 + 50 | 0) <= (i26 | 0) ? !(d4 != 0.0 & (i3 | 0) != 0) : 0) break; + i30 = ___errno_location() | 0; + HEAP32[i30 >> 2] = 34; } while (0); d1 = +_scalbnl(d1, i2); } while (0); @@ -22473,10 +22410,10 @@ function ___floatscan(i23, i2, i20) { } default: { - if (HEAP32[i21 >> 2] | 0) HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; - i29 = ___errno_location() | 0; - HEAP32[i29 >> 2] = 22; - ___shlim(i23, 0); + if (HEAP32[i22 >> 2] | 0) HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; + i30 = ___errno_location() | 0; + HEAP32[i30 >> 2] = 22; + ___shlim(i24, 0); d1 = 0.0; break L4; } @@ -22484,16 +22421,16 @@ function ___floatscan(i23, i2, i20) { } } while (0); if ((i19 | 0) == 23) { - i3 = (HEAP32[i21 >> 2] | 0) == 0; - if (!i3) HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; - if ((i20 | 0) != 0 & i2 >>> 0 > 3) do { - if (!i3) HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; + i3 = (HEAP32[i22 >> 2] | 0) == 0; + if (!i3) HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; + if ((i21 | 0) != 0 & i2 >>> 0 > 3) do { + if (!i3) HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; i2 = i2 + -1 | 0; } while (i2 >>> 0 > 3); } d1 = +(i28 | 0) * inf; } while (0); - STACKTOP = i30; + STACKTOP = i31; return +d1; } @@ -22509,26 +22446,26 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R i27 = i36 + 24 | 0; i32 = i36; i31 = i36 + 432 | 0; - i34 = i36 + 408 | 0; - i33 = i36 + 384 | 0; - i2 = i36 + 396 | 0; + i33 = i36 + 408 | 0; + i34 = i36 + 384 | 0; + i11 = i36 + 396 | 0; i19 = i36 + 360 | 0; i20 = i36 + 336 | 0; - i9 = i36 + 320 | 0; - i10 = i36 + 308 | 0; - i11 = i36 + 296 | 0; - i12 = i36 + 284 | 0; - i13 = i36 + 272 | 0; - i14 = i36 + 260 | 0; - i15 = i36 + 248 | 0; - i3 = i36 + 236 | 0; - i4 = i36 + 224 | 0; - i5 = i36 + 212 | 0; - i6 = i36 + 200 | 0; - i7 = i36 + 188 | 0; - i8 = i36 + 176 | 0; - i22 = i36 + 152 | 0; - i21 = i36 + 140 | 0; + i12 = i36 + 320 | 0; + i13 = i36 + 308 | 0; + i14 = i36 + 296 | 0; + i15 = i36 + 284 | 0; + i2 = i36 + 272 | 0; + i3 = i36 + 260 | 0; + i4 = i36 + 248 | 0; + i5 = i36 + 236 | 0; + i6 = i36 + 224 | 0; + i7 = i36 + 212 | 0; + i8 = i36 + 200 | 0; + i9 = i36 + 188 | 0; + i10 = i36 + 176 | 0; + i21 = i36 + 152 | 0; + i22 = i36 + 140 | 0; i23 = i36 + 128 | 0; i24 = i36 + 116 | 0; i25 = i36 + 104 | 0; @@ -22542,9 +22479,9 @@ 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(i2, 35528, 7); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i11, 36686, 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; break L1; } @@ -22554,7 +22491,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, 35850); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i19, 37008); i2 = i35 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i35 + 8 >> 2] | 0; @@ -22587,7 +22524,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R } case 49: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i20, 35856); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i20, 37014); i2 = i35 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i35 + 8 >> 2] | 0; @@ -22625,117 +22562,117 @@ 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(i9, 35541, 4); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i12, 36699, 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; break L1; } case 97: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i10, 35546, 11); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i13, 36704, 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; break L1; } case 104: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i11, 35558, 13); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i14, 36716, 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; break L1; } case 115: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i12, 35572, 5); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i15, 36730, 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; break L1; } case 116: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i13, 35578, 14); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, 36736, 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; break L1; } case 105: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i14, 46477, 0); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i3, 47638, 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; break L1; } case 106: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i15, 35861, 1); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i4, 37019, 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; break L1; } case 108: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i3, 35863, 1); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i5, 37021, 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; break L1; } case 109: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i4, 35865, 2); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 37023, 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; break L1; } case 120: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i5, 35868, 2); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i7, 37026, 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; break L1; } case 121: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 35871, 3); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i8, 37029, 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; break L1; } case 110: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i7, 35658, 8); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 36816, 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; break L1; } case 111: { i34 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i8, 35667, 17); - 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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i10, 36825, 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; break L1; } @@ -22779,16 +22716,16 @@ 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, 35875, i27) | 0; + i2 = _snprintf(i31, 24, 37033, i27) | 0; if (i2 >>> 0 > 23) break; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i33, i31, i2); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i34, i33); + __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); i2 = i35 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i32 = HEAP32[i35 + 8 >> 2] | 0; i4 = i32; if (i3 >>> 0 < i32 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i33); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i35 >> 2] | 0; @@ -22804,13 +22741,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i27, i2, i5, i35 + 12 | 0); i32 = i27 + 8 | 0; i31 = HEAP32[i32 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i31, i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i31, i33); HEAP32[i32 >> 2] = i31 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i35, i27); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i27); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i34); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i33); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i34); i2 = i1 + 11 | 0; } else i2 = i6; break L79; @@ -22860,16 +22797,16 @@ 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, 35879, i28) | 0; + i2 = _snprintf(i31, 32, 37037, i28) | 0; if (i2 >>> 0 > 31) break; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i33, i31, i2); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i34, i33); + __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); i2 = i35 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i32 = HEAP32[i35 + 8 >> 2] | 0; i4 = i32; if (i3 >>> 0 < i32 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i33); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i35 >> 2] | 0; @@ -22885,13 +22822,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i28, i2, i5, i35 + 12 | 0); i32 = i28 + 8 | 0; i31 = HEAP32[i32 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i31, i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i31, i33); HEAP32[i32 >> 2] = i31 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i35, i28); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i28); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i34); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i33); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i34); i2 = i1 + 19 | 0; } else i2 = i6; break L111; @@ -22941,16 +22878,16 @@ 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, 35882, i29) | 0; + i2 = _snprintf(i31, 40, 37040, i29) | 0; if (i2 >>> 0 > 39) break; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i33, i31, i2); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i34, i33); + __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); i2 = i35 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i32 = HEAP32[i35 + 8 >> 2] | 0; i4 = i32; if (i3 >>> 0 < i32 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i33); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i35 >> 2] | 0; @@ -22966,13 +22903,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i29, i2, i5, i35 + 12 | 0); i32 = i29 + 8 | 0; i31 = HEAP32[i32 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i31, i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i31, i33); HEAP32[i32 >> 2] = i31 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i35, i29); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i29); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i34); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i33); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i34); i2 = i1 + 23 | 0; } else i2 = i6; break L143; @@ -23013,63 +22950,63 @@ 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); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i25, 0, 35846) | 0; - HEAP32[i24 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i24 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i24 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i25, 0, 37004) | 0; + HEAP32[i24 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i24 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i24 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i24, 35848) | 0; - HEAP32[i23 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i23 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i23 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i24, 37006) | 0; + HEAP32[i23 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i23 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i23 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i4 = i7 - i6 | 0; - if (i4 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i26); - if (i4 >>> 0 < 11) { - HEAP8[i26 >> 0] = i4 << 1; - i3 = i26 + 1 | 0; + i3 = i7 - i6 | 0; + if (i3 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i26); + if (i3 >>> 0 < 11) { + HEAP8[i26 >> 0] = i3 << 1; + i4 = i26 + 1 | 0; } else { - i35 = i4 + 16 & -16; - i3 = _malloc(i35) | 0; - HEAP32[i26 + 8 >> 2] = i3; + i35 = i3 + 16 & -16; + i4 = _malloc(i35) | 0; + HEAP32[i26 + 8 >> 2] = i4; HEAP32[i26 >> 2] = i35 | 1; - HEAP32[i26 + 4 >> 2] = i4; + HEAP32[i26 + 4 >> 2] = i3; } i1 = i6; - i2 = i3; + i2 = i4; while (1) { if ((i1 | 0) == (i7 | 0)) break; HEAP8[i2 >> 0] = HEAP8[i1 >> 0] | 0; i1 = i1 + 1 | 0; i2 = i2 + 1 | 0; } - HEAP8[i3 + i4 >> 0] = 0; - i2 = HEAP8[i26 >> 0] | 0; - i1 = (i2 & 1) == 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i23, i1 ? i26 + 1 | 0 : HEAP32[i26 + 8 >> 2] | 0, i1 ? (i2 & 255) >>> 1 : HEAP32[i26 + 4 >> 2] | 0) | 0; - HEAP32[i21 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i21 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i21 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + HEAP8[i4 + i3 >> 0] = 0; + i1 = HEAP8[i26 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i23, i2 ? i26 + 1 | 0 : HEAP32[i26 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i26 + 4 >> 2] | 0) | 0; + HEAP32[i22 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i22 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i22 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i22, i21); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i5, i22); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i22); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i21); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i21, i22); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i5, i21); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i21); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i22); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i26); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i23); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i24); @@ -23082,46 +23019,47 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R STACKTOP = i36; return i1 | 0; } -function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIwEERNS_10unique_ptrIwPFvPvEEERPwSM_(i36, i37, i2, i3, i4, i38, i29, i24, i32, i34, i1) { + +function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIwEERNS_10unique_ptrIwPFvPvEEERPwSM_(i36, i37, i2, i3, i4, i38, i30, i25, i33, i34, i1) { i36 = i36 | 0; i37 = i37 | 0; i2 = i2 | 0; i3 = i3 | 0; i4 = i4 | 0; i38 = i38 | 0; - i29 = i29 | 0; - i24 = i24 | 0; - i32 = i32 | 0; + i30 = i30 | 0; + i25 = i25 | 0; + i33 = i33 | 0; i34 = i34 | 0; i1 = i1 | 0; - var 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, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i30 = 0, i31 = 0, i33 = 0, i35 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0; + var 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, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i31 = 0, i32 = 0, i35 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0; i47 = STACKTOP; STACKTOP = STACKTOP + 512 | 0; - i33 = i47 + 96 | 0; + i24 = i47 + 96 | 0; i8 = i47 + 104 | 0; i46 = i47 + 88 | 0; - i28 = i47 + 80 | 0; - i27 = i47 + 76 | 0; - i30 = i47 + 504 | 0; - i25 = i47 + 72 | 0; - i31 = i47 + 68 | 0; - i40 = i47 + 56 | 0; + i29 = i47 + 80 | 0; + i28 = i47 + 76 | 0; + i31 = i47 + 504 | 0; + i26 = i47 + 72 | 0; + i32 = i47 + 68 | 0; + i41 = i47 + 56 | 0; i45 = i47 + 44 | 0; - i42 = i47 + 32 | 0; - i41 = i47 + 20 | 0; + i43 = i47 + 32 | 0; + i42 = i47 + 20 | 0; i44 = i47 + 8 | 0; - i26 = i47 + 4 | 0; + i27 = i47 + 4 | 0; i39 = i47; - HEAP32[i33 >> 2] = i1; + HEAP32[i24 >> 2] = i1; HEAP32[i46 >> 2] = i8; - i43 = i46 + 4 | 0; - HEAP32[i43 >> 2] = 202; - HEAP32[i28 >> 2] = i8; - HEAP32[i27 >> 2] = i8 + 400; + i40 = i46 + 4 | 0; + HEAP32[i40 >> 2] = 207; + HEAP32[i29 >> 2] = i8; + HEAP32[i28 >> 2] = i8 + 400; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i40 + (i1 << 2) >> 2] = 0; + HEAP32[i41 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } i1 = 0; @@ -23133,13 +23071,13 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i42 + (i1 << 2) >> 2] = 0; + HEAP32[i43 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i41 + (i1 << 2) >> 2] = 0; + HEAP32[i42 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } i1 = 0; @@ -23148,19 +23086,19 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE HEAP32[i44 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__111__money_getIwE13__gather_infoEbRKNS_6localeERNS_10money_base7patternERwS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS9_IwNSA_IwEENSC_IwEEEESJ_SJ_Ri(i2, i3, i30, i25, i31, i40, i45, i42, i41, i26); - HEAP32[i34 >> 2] = HEAP32[i32 >> 2]; - i22 = i42 + 4 | 0; - i23 = i41 + 4 | 0; - i21 = i41 + 8 | 0; - i20 = i42 + 8 | 0; - i19 = (i4 & 512 | 0) != 0; + __ZNSt3__111__money_getIwE13__gather_infoEbRKNS_6localeERNS_10money_base7patternERwS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS9_IwNSA_IwEENSC_IwEEEESJ_SJ_Ri(i2, i3, i31, i26, i32, i41, i45, i43, i42, i27); + HEAP32[i34 >> 2] = HEAP32[i33 >> 2]; + i20 = i43 + 4 | 0; + i21 = i42 + 4 | 0; + i22 = i42 + 8 | 0; + i23 = i43 + 8 | 0; + i13 = (i4 & 512 | 0) != 0; i14 = i45 + 8 | 0; - i13 = i45 + 4 | 0; - i17 = i44 + 4 | 0; - i15 = i44 + 8 | 0; - i18 = i30 + 3 | 0; - i16 = i40 + 4 | 0; + i15 = i45 + 4 | 0; + i16 = i44 + 4 | 0; + i17 = i44 + 8 | 0; + i18 = i31 + 3 | 0; + i19 = i41 + 4 | 0; i12 = 0; i7 = 0; L21 : while (1) { @@ -23174,19 +23112,19 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == -1) { HEAP32[i36 >> 2] = 0; - i2 = 1; + i3 = 1; break; } else { - i2 = (HEAP32[i36 >> 2] | 0) == 0; + i3 = (HEAP32[i36 >> 2] | 0) == 0; break; } - } else i2 = 1; while (0); - i3 = HEAP32[i37 >> 2] | 0; - do if (i3) { - i1 = HEAP32[i3 + 12 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) != -1) if (i2) { - i11 = i3; + } else i3 = 1; while (0); + i2 = HEAP32[i37 >> 2] | 0; + do if (i2) { + i1 = HEAP32[i2 + 12 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if ((i1 | 0) != -1) if (i3) { + i11 = i2; break; } else { i35 = 232; @@ -23199,28 +23137,28 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE } else i35 = 31; while (0); if ((i35 | 0) == 31) { i35 = 0; - if (i2) { + if (i3) { i35 = 232; break; } else i11 = 0; } - L46 : do switch (HEAP8[i30 + i12 >> 0] | 0) { + L46 : do switch (HEAP8[i31 + i12 >> 0] | 0) { case 1: { if ((i12 | 0) != 3) { i1 = HEAP32[i36 >> 2] | 0; i2 = HEAP32[i1 + 12 >> 2] | 0; if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; - if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i24 >> 2] | 0) + 12 >> 2] & 31](i24, 8192, i1) | 0)) { + if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i25 >> 2] | 0) + 12 >> 2] & 31](i25, 8192, i1) | 0)) { i35 = 44; break L21; } i1 = HEAP32[i36 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else { - HEAP32[i3 >> 2] = i2 + 4; - i1 = HEAP32[i2 >> 2] | 0; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else { + HEAP32[i2 >> 2] = i3 + 4; + i1 = HEAP32[i3 >> 2] | 0; } __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw(i44, i1); i1 = i11; @@ -23240,191 +23178,199 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE } case 3: { + i5 = HEAP8[i43 >> 0] | 0; + i1 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i20 >> 2] | 0; i3 = HEAP8[i42 >> 0] | 0; - i1 = (i3 & 1) == 0 ? (i3 & 255) >>> 1 : HEAP32[i22 >> 2] | 0; - i6 = HEAP8[i41 >> 0] | 0; - i6 = (i6 & 1) == 0 ? (i6 & 255) >>> 1 : HEAP32[i23 >> 2] | 0; - if ((i1 | 0) != (0 - i6 | 0)) { - i5 = (i1 | 0) == 0; - i4 = HEAP32[i36 >> 2] | 0; - i9 = HEAP32[i4 + 12 >> 2] | 0; - i1 = HEAP32[i4 + 16 >> 2] | 0; + i3 = (i3 & 1) == 0 ? (i3 & 255) >>> 1 : HEAP32[i21 >> 2] | 0; + if ((i1 | 0) != (0 - i3 | 0)) { + i4 = (i1 | 0) == 0; + i6 = HEAP32[i36 >> 2] | 0; + i9 = HEAP32[i6 + 12 >> 2] | 0; + i1 = HEAP32[i6 + 16 >> 2] | 0; i2 = (i9 | 0) == (i1 | 0); - if (i5 | (i6 | 0) == 0) { - if (i2) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i1 = HEAP32[i9 >> 2] | 0; - if (i5) { - if ((i1 | 0) != (HEAP32[((HEAP8[i41 >> 0] & 1) == 0 ? i23 : HEAP32[i21 >> 2] | 0) >> 2] | 0)) break L46; + if (i4 | (i3 | 0) == 0) { + if (i2) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 36 >> 2] & 127](i6) | 0; else i1 = HEAP32[i9 >> 2] | 0; + if (i4) { + if ((i1 | 0) != (HEAP32[((HEAP8[i42 >> 0] & 1) == 0 ? i21 : HEAP32[i22 >> 2] | 0) >> 2] | 0)) break L46; i1 = HEAP32[i36 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i3 >> 2] = i2 + 4; - HEAP8[i29 >> 0] = 1; - i11 = HEAP8[i41 >> 0] | 0; - i7 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i23 >> 2] | 0) >>> 0 > 1 ? i41 : i7; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i2 >> 2] = i3 + 4; + HEAP8[i30 >> 0] = 1; + i11 = HEAP8[i42 >> 0] | 0; + i7 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i21 >> 2] | 0) >>> 0 > 1 ? i42 : i7; break L46; } - if ((i1 | 0) != (HEAP32[((HEAP8[i42 >> 0] & 1) == 0 ? i22 : HEAP32[i20 >> 2] | 0) >> 2] | 0)) { - HEAP8[i29 >> 0] = 1; + if ((i1 | 0) != (HEAP32[((HEAP8[i43 >> 0] & 1) == 0 ? i20 : HEAP32[i23 >> 2] | 0) >> 2] | 0)) { + HEAP8[i30 >> 0] = 1; break L46; } i1 = HEAP32[i36 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i3 >> 2] = i2 + 4; - i11 = HEAP8[i42 >> 0] | 0; - i7 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i22 >> 2] | 0) >>> 0 > 1 ? i42 : i7; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i2 >> 2] = i3 + 4; + i11 = HEAP8[i43 >> 0] | 0; + i7 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i20 >> 2] | 0) >>> 0 > 1 ? i43 : i7; break L46; } if (i2) { - i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; + i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 36 >> 2] & 127](i6) | 0; i1 = HEAP32[i36 >> 2] | 0; - i6 = HEAP8[i42 >> 0] | 0; - i4 = i1; - i5 = HEAP32[i1 + 12 >> 2] | 0; + i5 = HEAP8[i43 >> 0] | 0; + i6 = i1; + i3 = HEAP32[i1 + 12 >> 2] | 0; i1 = HEAP32[i1 + 16 >> 2] | 0; } else { - i6 = i3; - i5 = i9; - i3 = HEAP32[i9 >> 2] | 0; - } - i2 = i4 + 12 | 0; - i1 = (i5 | 0) == (i1 | 0); - if ((i3 | 0) == (HEAP32[((i6 & 1) == 0 ? i22 : HEAP32[i20 >> 2] | 0) >> 2] | 0)) { - if (i1) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 40 >> 2] & 127](i4) | 0; else HEAP32[i2 >> 2] = i5 + 4; - i11 = HEAP8[i42 >> 0] | 0; - i7 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i22 >> 2] | 0) >>> 0 > 1 ? i42 : i7; + i4 = HEAP32[i9 >> 2] | 0; + i3 = i9; + } + i2 = i6 + 12 | 0; + i1 = (i3 | 0) == (i1 | 0); + if ((i4 | 0) == (HEAP32[((i5 & 1) == 0 ? i20 : HEAP32[i23 >> 2] | 0) >> 2] | 0)) { + if (i1) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 40 >> 2] & 127](i6) | 0; else HEAP32[i2 >> 2] = i3 + 4; + i11 = HEAP8[i43 >> 0] | 0; + i7 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i20 >> 2] | 0) >>> 0 > 1 ? i43 : i7; break L46; } - if (i1) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i1 = HEAP32[i5 >> 2] | 0; - if ((i1 | 0) != (HEAP32[((HEAP8[i41 >> 0] & 1) == 0 ? i23 : HEAP32[i21 >> 2] | 0) >> 2] | 0)) { + if (i1) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 36 >> 2] & 127](i6) | 0; else i1 = HEAP32[i3 >> 2] | 0; + if ((i1 | 0) != (HEAP32[((HEAP8[i42 >> 0] & 1) == 0 ? i21 : HEAP32[i22 >> 2] | 0) >> 2] | 0)) { i35 = 102; break L21; } i1 = HEAP32[i36 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i3 >> 2] = i2 + 4; - HEAP8[i29 >> 0] = 1; - i11 = HEAP8[i41 >> 0] | 0; - i7 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i23 >> 2] | 0) >>> 0 > 1 ? i41 : i7; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i2 >> 2] = i3 + 4; + HEAP8[i30 >> 0] = 1; + i11 = HEAP8[i42 >> 0] | 0; + i7 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i21 >> 2] | 0) >>> 0 > 1 ? i42 : i7; } break; } case 2: { - if (!(i12 >>> 0 < 2 | (i7 | 0) != 0) ? !(i19 | (i12 | 0) == 2 & (HEAP8[i18 >> 0] | 0) != 0) : 0) { + if (!(i12 >>> 0 < 2 | (i7 | 0) != 0) ? !(i13 | (i12 | 0) == 2 & (HEAP8[i18 >> 0] | 0) != 0) : 0) { i7 = 0; break L46; } - i3 = HEAP8[i45 >> 0] | 0; - i4 = HEAP32[i14 >> 2] | 0; - i1 = (i3 & 1) == 0 ? i13 : i4; - L107 : do if ((i12 | 0) != 0 ? (HEAPU8[i30 + (i12 + -1) >> 0] | 0) < 2 : 0) { + i2 = HEAP8[i45 >> 0] | 0; + i3 = HEAP32[i14 >> 2] | 0; + i1 = (i2 & 1) == 0 ? i15 : i3; + L107 : do if ((i12 | 0) != 0 ? (HEAPU8[i31 + (i12 + -1) >> 0] | 0) < 2 : 0) { + i4 = i3; while (1) { - i10 = (i3 & 1) == 0; - i2 = i1; - if ((i2 | 0) == ((i10 ? i13 : i4) + ((i10 ? (i3 & 255) >>> 1 : HEAP32[i13 >> 2] | 0) << 2) | 0)) break; - if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i24 >> 2] | 0) + 12 >> 2] & 31](i24, 8192, HEAP32[i2 >> 2] | 0) | 0)) { + i10 = (i2 & 1) == 0; + i3 = i1; + if ((i3 | 0) == ((i10 ? i15 : i4) + ((i10 ? (i2 & 255) >>> 1 : HEAP32[i15 >> 2] | 0) << 2) | 0)) break; + if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i25 >> 2] | 0) + 12 >> 2] & 31](i25, 8192, HEAP32[i3 >> 2] | 0) | 0)) { i35 = 109; break; } - i3 = HEAP8[i45 >> 0] | 0; + i2 = HEAP8[i45 >> 0] | 0; i4 = HEAP32[i14 >> 2] | 0; - i1 = i2 + 4 | 0; + i1 = i3 + 4 | 0; } if ((i35 | 0) == 109) { i35 = 0; - i3 = HEAP8[i45 >> 0] | 0; + i2 = HEAP8[i45 >> 0] | 0; i4 = HEAP32[i14 >> 2] | 0; } - i2 = (i3 & 1) == 0 ? i13 : i4; - i10 = i2; - i9 = i1 - i10 >> 2; - i5 = HEAP8[i44 >> 0] | 0; - i6 = (i5 & 1) == 0; - i5 = i6 ? (i5 & 255) >>> 1 : HEAP32[i17 >> 2] | 0; - if (i9 >>> 0 > i5 >>> 0) { - i2 = i11; - i6 = i11; - i1 = i10; + i6 = (i2 & 1) == 0 ? i15 : i4; + i3 = i6; + i10 = i1 - i3 >> 2; + i9 = HEAP8[i44 >> 0] | 0; + i5 = (i9 & 1) == 0; + i9 = i5 ? (i9 & 255) >>> 1 : HEAP32[i16 >> 2] | 0; + if (i10 >>> 0 > i9 >>> 0) { + i9 = i11; + i5 = i11; } else { - i6 = (i6 ? i17 : HEAP32[i15 >> 2] | 0) + (i5 << 2) | 0; - i5 = i6 + (0 - i9 << 2) | 0; + i9 = (i5 ? i16 : HEAP32[i17 >> 2] | 0) + (i9 << 2) | 0; + i5 = i9 + (0 - i10 << 2) | 0; while (1) { - if ((i5 | 0) == (i6 | 0)) { - i2 = i11; - i6 = i11; + if ((i5 | 0) == (i9 | 0)) { + i9 = i11; + i5 = i11; + i3 = i1; break L107; } - if ((HEAP32[i5 >> 2] | 0) != (HEAP32[i2 >> 2] | 0)) { - i2 = i11; - i6 = i11; - i1 = i10; + if ((HEAP32[i5 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) { + i9 = i11; + i5 = i11; break L107; } + i6 = i6 + 4 | 0; i5 = i5 + 4 | 0; - i2 = i2 + 4 | 0; } } } else { - i2 = i11; - i6 = i11; + i9 = i11; + i4 = i3; + i5 = i11; + i3 = i1; } while (0); L121 : while (1) { - i11 = (i3 & 1) == 0; - i3 = (i11 ? i13 : i4) + ((i11 ? (i3 & 255) >>> 1 : HEAP32[i13 >> 2] | 0) << 2) | 0; - if ((i1 | 0) == (i3 | 0)) { - i1 = i3; - break; - } - i3 = HEAP32[i36 >> 2] | 0; - do if (i3) { - i4 = HEAP32[i3 + 12 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == -1) { + i1 = (i2 & 1) == 0; + i1 = (i1 ? i15 : i4) + ((i1 ? (i2 & 255) >>> 1 : HEAP32[i15 >> 2] | 0) << 2) | 0; + i6 = i3; + if ((i6 | 0) == (i1 | 0)) break; + i1 = HEAP32[i36 >> 2] | 0; + do if (i1) { + i2 = HEAP32[i1 + 12 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == -1) { HEAP32[i36 >> 2] = 0; - i4 = 1; + i2 = 1; break; } else { - i4 = (HEAP32[i36 >> 2] | 0) == 0; + i2 = (HEAP32[i36 >> 2] | 0) == 0; break; } - } else i4 = 1; while (0); - do if (i6) { - i3 = HEAP32[i6 + 12 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i6 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 36 >> 2] & 127](i6) | 0; else i3 = HEAP32[i3 >> 2] | 0; - if ((i3 | 0) != -1) if (i4 ^ (i2 | 0) == 0) { - i5 = i2; - i6 = i2; + } else i2 = 1; while (0); + do if (i5) { + i1 = HEAP32[i5 + 12 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i5 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if ((i1 | 0) != -1) if (i2 ^ (i9 | 0) == 0) { + i1 = i9; + i5 = i9; break; - } else break L121; else { + } else { + i1 = i6; + break L121; + } else { HEAP32[i37 >> 2] = 0; - i2 = 0; + i1 = 0; i35 = 130; break; } - } else i35 = 130; while (0); + } else { + i1 = i9; + i35 = 130; + } while (0); if ((i35 | 0) == 130) { i35 = 0; - if (i4) break; else { - i5 = i2; - i6 = 0; - } + if (i2) { + i1 = i6; + break; + } else i5 = 0; } i2 = HEAP32[i36 >> 2] | 0; i3 = HEAP32[i2 + 12 >> 2] | 0; if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) != (HEAP32[i1 >> 2] | 0)) break; + if ((i2 | 0) != (HEAP32[i6 >> 2] | 0)) { + i1 = i6; + break; + } i2 = HEAP32[i36 >> 2] | 0; - i4 = i2 + 12 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; else HEAP32[i4 >> 2] = i3 + 4; - i2 = i5; - i3 = HEAP8[i45 >> 0] | 0; + i3 = i2 + 12 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; else HEAP32[i3 >> 2] = i4 + 4; + i9 = i1; + i2 = HEAP8[i45 >> 0] | 0; i4 = HEAP32[i14 >> 2] | 0; - i1 = i1 + 4 | 0; + i3 = i6 + 4 | 0; } - if (i19 ? (i11 = HEAP8[i45 >> 0] | 0, i10 = (i11 & 1) == 0, (i1 | 0) != ((i10 ? i13 : HEAP32[i14 >> 2] | 0) + ((i10 ? (i11 & 255) >>> 1 : HEAP32[i13 >> 2] | 0) << 2) | 0)) : 0) { + if (i13 ? (i11 = HEAP8[i45 >> 0] | 0, i10 = (i11 & 1) == 0, (i1 | 0) != ((i10 ? i15 : HEAP32[i14 >> 2] | 0) + ((i10 ? (i11 & 255) >>> 1 : HEAP32[i15 >> 2] | 0) << 2) | 0)) : 0) { i35 = 142; break L21; } @@ -23432,102 +23378,102 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE } case 4: { - i9 = HEAP32[i31 >> 2] | 0; - i2 = i11; + i9 = HEAP32[i32 >> 2] | 0; i5 = i11; + i4 = i11; i1 = 0; L158 : while (1) { - i3 = HEAP32[i36 >> 2] | 0; - do if (i3) { - i4 = HEAP32[i3 + 12 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == -1) { + i2 = HEAP32[i36 >> 2] | 0; + do if (i2) { + i3 = HEAP32[i2 + 12 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i2 = HEAP32[i3 >> 2] | 0; + if ((i2 | 0) == -1) { HEAP32[i36 >> 2] = 0; - i4 = 1; + i3 = 1; break; } else { - i4 = (HEAP32[i36 >> 2] | 0) == 0; + i3 = (HEAP32[i36 >> 2] | 0) == 0; break; } - } else i4 = 1; while (0); - do if (i5) { - i3 = HEAP32[i5 + 12 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i5 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0; else i3 = HEAP32[i3 >> 2] | 0; - if ((i3 | 0) != -1) if (i4 ^ (i2 | 0) == 0) { - i5 = i2; - i6 = i2; + } else i3 = 1; while (0); + do if (i4) { + i2 = HEAP32[i4 + 12 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i4 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i2 = HEAP32[i2 >> 2] | 0; + if ((i2 | 0) != -1) if (i3 ^ (i5 | 0) == 0) { + i2 = i5; + i6 = i5; break; - } else { - i5 = i2; - break L158; - } else { + } else break L158; else { HEAP32[i37 >> 2] = 0; i2 = 0; i35 = 156; break; } - } else i35 = 156; while (0); + } else { + i2 = i5; + i35 = 156; + } while (0); if ((i35 | 0) == 156) { i35 = 0; - if (i4) { + if (i3) { i5 = i2; break; - } else { - i5 = i2; - i6 = 0; - } + } else i6 = 0; } - i2 = HEAP32[i36 >> 2] | 0; - i3 = HEAP32[i2 + 12 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i3 = HEAP32[i3 >> 2] | 0; - if (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i24 >> 2] | 0) + 12 >> 2] & 31](i24, 2048, i3) | 0) { - i2 = HEAP32[i34 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i33 >> 2] | 0)) { - __ZNSt3__119__double_or_nothingIwEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i32, i34, i33); - i2 = HEAP32[i34 >> 2] | 0; + i3 = HEAP32[i36 >> 2] | 0; + i4 = HEAP32[i3 + 12 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i4 = HEAP32[i4 >> 2] | 0; + if (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i25 >> 2] | 0) + 12 >> 2] & 31](i25, 2048, i4) | 0) { + i3 = HEAP32[i34 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i24 >> 2] | 0)) { + __ZNSt3__119__double_or_nothingIwEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i33, i34, i24); + i3 = HEAP32[i34 >> 2] | 0; } - HEAP32[i34 >> 2] = i2 + 4; - HEAP32[i2 >> 2] = i3; + HEAP32[i34 >> 2] = i3 + 4; + HEAP32[i3 >> 2] = i4; i1 = i1 + 1 | 0; } else { - i11 = HEAP8[i40 >> 0] | 0; - if (!((i3 | 0) == (i9 | 0) & (i1 | 0 ? (((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i16 >> 2] | 0) | 0) != 0 : 0))) break; - if ((i8 | 0) == (HEAP32[i27 >> 2] | 0)) { - __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i46, i28, i27); - i8 = HEAP32[i28 >> 2] | 0; + i11 = HEAP8[i41 >> 0] | 0; + if (!((i4 | 0) == (i9 | 0) & (i1 | 0 ? (((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 >> 2] | 0) | 0) != 0 : 0))) { + i5 = i2; + break; + } + if ((i8 | 0) == (HEAP32[i28 >> 2] | 0)) { + __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i46, i29, i28); + i8 = HEAP32[i29 >> 2] | 0; } i11 = i8 + 4 | 0; - HEAP32[i28 >> 2] = i11; + HEAP32[i29 >> 2] = i11; HEAP32[i8 >> 2] = i1; i8 = i11; i1 = 0; } - i2 = HEAP32[i36 >> 2] | 0; - i4 = i2 + 12 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { - FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; - i2 = i5; - i5 = i6; + i3 = HEAP32[i36 >> 2] | 0; + i4 = i3 + 12 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) { + FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; + i5 = i2; + i4 = i6; continue; } else { - HEAP32[i4 >> 2] = i3 + 4; - i2 = i5; - i5 = i6; + HEAP32[i4 >> 2] = i5 + 4; + i5 = i2; + i4 = i6; continue; } } if (i1 | 0 ? (HEAP32[i46 >> 2] | 0) != (i8 | 0) : 0) { - if ((i8 | 0) == (HEAP32[i27 >> 2] | 0)) { - __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i46, i28, i27); - i8 = HEAP32[i28 >> 2] | 0; + if ((i8 | 0) == (HEAP32[i28 >> 2] | 0)) { + __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i46, i29, i28); + i8 = HEAP32[i29 >> 2] | 0; } i11 = i8 + 4 | 0; - HEAP32[i28 >> 2] = i11; + HEAP32[i29 >> 2] = i11; HEAP32[i8 >> 2] = i1; i8 = i11; } - i4 = HEAP32[i26 >> 2] | 0; + i4 = HEAP32[i27 >> 2] | 0; L207 : do if ((i4 | 0) > 0) { i1 = HEAP32[i36 >> 2] | 0; do if (i1) { @@ -23564,18 +23510,18 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i1 = HEAP32[i36 >> 2] | 0; i2 = HEAP32[i1 + 12 >> 2] | 0; if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; - if ((i1 | 0) != (HEAP32[i25 >> 2] | 0)) { + if ((i1 | 0) != (HEAP32[i26 >> 2] | 0)) { i35 = 196; break L21; } i1 = HEAP32[i36 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; i1 = i5; } else { - HEAP32[i3 >> 2] = i2 + 4; + HEAP32[i2 >> 2] = i3 + 4; i1 = i5; } while (1) { @@ -23623,34 +23569,34 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i1 = HEAP32[i36 >> 2] | 0; i2 = HEAP32[i1 + 12 >> 2] | 0; if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; - if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i24 >> 2] | 0) + 12 >> 2] & 31](i24, 2048, i1) | 0)) { + if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i25 >> 2] | 0) + 12 >> 2] & 31](i25, 2048, i1) | 0)) { i35 = 220; break L21; } - if ((HEAP32[i34 >> 2] | 0) == (HEAP32[i33 >> 2] | 0)) __ZNSt3__119__double_or_nothingIwEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i32, i34, i33); + if ((HEAP32[i34 >> 2] | 0) == (HEAP32[i24 >> 2] | 0)) __ZNSt3__119__double_or_nothingIwEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i33, i34, i24); i1 = HEAP32[i36 >> 2] | 0; i2 = HEAP32[i1 + 12 >> 2] | 0; if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; - i3 = HEAP32[i34 >> 2] | 0; - HEAP32[i34 >> 2] = i3 + 4; - HEAP32[i3 >> 2] = i1; + i2 = HEAP32[i34 >> 2] | 0; + HEAP32[i34 >> 2] = i2 + 4; + HEAP32[i2 >> 2] = i1; i4 = i4 + -1 | 0; - HEAP32[i26 >> 2] = i4; + HEAP32[i27 >> 2] = i4; i1 = HEAP32[i36 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; i1 = i6; continue; } else { - HEAP32[i3 >> 2] = i2 + 4; + HEAP32[i2 >> 2] = i3 + 4; i1 = i6; continue; } } } while (0); - if ((HEAP32[i34 >> 2] | 0) == (HEAP32[i32 >> 2] | 0)) { + if ((HEAP32[i34 >> 2] | 0) == (HEAP32[i33 >> 2] | 0)) { i35 = 230; break L21; } @@ -23698,13 +23644,13 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i1 = HEAP32[i36 >> 2] | 0; i2 = HEAP32[i1 + 12 >> 2] | 0; if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; - if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i24 >> 2] | 0) + 12 >> 2] & 31](i24, 8192, i1) | 0)) break L280; + if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i25 >> 2] | 0) + 12 >> 2] & 31](i25, 8192, i1) | 0)) break L280; i1 = HEAP32[i36 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else { - HEAP32[i3 >> 2] = i2 + 4; - i1 = HEAP32[i2 >> 2] | 0; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else { + HEAP32[i2 >> 2] = i3 + 4; + i1 = HEAP32[i3 >> 2] | 0; } __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw(i44, i1); i1 = i5; @@ -23765,18 +23711,20 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE if ((i35 | 0) == 251 ? (i35 = 0, i3) : 0) break; i1 = HEAP32[i36 >> 2] | 0; i2 = HEAP32[i1 + 12 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAP32[i2 >> 2] | 0; - if (!(HEAP8[i7 >> 0] & 1)) i1 = i5; else i1 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) != (HEAP32[i1 + (i4 << 2) >> 2] | 0)) break; - i4 = i4 + 1 | 0; - i1 = HEAP32[i36 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { - FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; + if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; + if (!(HEAP8[i7 >> 0] & 1)) i2 = i5; else i2 = HEAP32[i6 >> 2] | 0; + if ((i1 | 0) != (HEAP32[i2 + (i4 << 2) >> 2] | 0)) break; + i1 = i4 + 1 | 0; + i2 = HEAP32[i36 >> 2] | 0; + i3 = i2 + 12 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { + FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; + i4 = i1; continue; } else { - HEAP32[i3 >> 2] = i2 + 4; + HEAP32[i3 >> 2] = i4 + 4; + i4 = i1; continue; } } @@ -23787,7 +23735,7 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i1 = HEAP32[i46 >> 2] | 0; if ((i1 | 0) != (i8 | 0)) { HEAP32[i39 >> 2] = 0; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i40, i1, i8, i39); + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i41, i1, i8, i39); if (!(HEAP32[i39 >> 2] | 0)) { i2 = 1; break; @@ -23799,51 +23747,51 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE } else i2 = 1; } while (0); __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i44); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i41); __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i42); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i43); __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i45); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i40); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i41); i1 = HEAP32[i46 >> 2] | 0; HEAP32[i46 >> 2] = 0; - if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[i43 >> 2] & 255](i1); + if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[i40 >> 2] & 255](i1); STACKTOP = i47; return i2 | 0; } -function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIcEERNS_10unique_ptrIcPFvPvEEERPcSM_(i41, i42, i3, i4, i5, i43, i34, i2, i37, i39, i1) { +function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIcEERNS_10unique_ptrIcPFvPvEEERPcSM_(i40, i41, i3, i4, i5, i42, i34, i2, i37, i38, i1) { + i40 = i40 | 0; i41 = i41 | 0; - i42 = i42 | 0; i3 = i3 | 0; i4 = i4 | 0; i5 = i5 | 0; - i43 = i43 | 0; + i42 = i42 | 0; i34 = i34 | 0; i2 = i2 | 0; i37 = i37 | 0; - i39 = i39 | 0; + i38 = i38 | 0; i1 = i1 | 0; - var 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, i35 = 0, i36 = 0, i38 = 0, i40 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0; - i52 = STACKTOP; + var 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, i35 = 0, i36 = 0, i39 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0; + i51 = STACKTOP; STACKTOP = STACKTOP + 512 | 0; - i38 = i52 + 88 | 0; - i9 = i52 + 96 | 0; - i51 = i52 + 80 | 0; - i33 = i52 + 72 | 0; - i32 = i52 + 68 | 0; - i35 = i52 + 500 | 0; - i30 = i52 + 497 | 0; - i36 = i52 + 496 | 0; - i45 = i52 + 56 | 0; - i50 = i52 + 44 | 0; - i47 = i52 + 32 | 0; - i46 = i52 + 20 | 0; - i49 = i52 + 8 | 0; - i31 = i52 + 4 | 0; - i44 = i52; - HEAP32[i38 >> 2] = i1; - HEAP32[i51 >> 2] = i9; - i48 = i51 + 4 | 0; - HEAP32[i48 >> 2] = 202; + i29 = i51 + 88 | 0; + i9 = i51 + 96 | 0; + i50 = i51 + 80 | 0; + i33 = i51 + 72 | 0; + i32 = i51 + 68 | 0; + i35 = i51 + 500 | 0; + i30 = i51 + 497 | 0; + i36 = i51 + 496 | 0; + i45 = i51 + 56 | 0; + i49 = i51 + 44 | 0; + i47 = i51 + 32 | 0; + i46 = i51 + 20 | 0; + i48 = i51 + 8 | 0; + i31 = i51 + 4 | 0; + i43 = i51; + HEAP32[i29 >> 2] = i1; + HEAP32[i50 >> 2] = i9; + i44 = i50 + 4 | 0; + HEAP32[i44 >> 2] = 207; HEAP32[i33 >> 2] = i9; HEAP32[i32 >> 2] = i9 + 400; i1 = 0; @@ -23855,7 +23803,7 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i50 + (i1 << 2) >> 2] = 0; + HEAP32[i49 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } i1 = 0; @@ -23873,465 +23821,473 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i49 + (i1 << 2) >> 2] = 0; + HEAP32[i48 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__111__money_getIcE13__gather_infoEbRKNS_6localeERNS_10money_base7patternERcS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESF_SF_SF_Ri(i3, i4, i35, i30, i36, i45, i50, i47, i46, i31); - HEAP32[i39 >> 2] = HEAP32[i37 >> 2]; - i27 = i2 + 8 | 0; - i25 = i47 + 4 | 0; - i26 = i46 + 4 | 0; - i24 = i46 + 8 | 0; - i29 = i46 + 1 | 0; - i23 = i47 + 8 | 0; + __ZNSt3__111__money_getIcE13__gather_infoEbRKNS_6localeERNS_10money_base7patternERcS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESF_SF_SF_Ri(i3, i4, i35, i30, i36, i45, i49, i47, i46, i31); + HEAP32[i38 >> 2] = HEAP32[i37 >> 2]; + i22 = i2 + 8 | 0; + i23 = i47 + 4 | 0; + i24 = i46 + 4 | 0; + i25 = i46 + 8 | 0; + i26 = i46 + 1 | 0; + i27 = i47 + 8 | 0; i28 = i47 + 1 | 0; - i22 = (i5 & 512 | 0) != 0; - i14 = i50 + 8 | 0; - i19 = i50 + 1 | 0; - i16 = i50 + 4 | 0; - i18 = i49 + 4 | 0; - i15 = i49 + 8 | 0; - i20 = i49 + 1 | 0; - i21 = i35 + 3 | 0; - i17 = i45 + 4 | 0; - i13 = 0; - i7 = 0; + i13 = (i5 & 512 | 0) != 0; + i14 = i49 + 8 | 0; + i15 = i49 + 1 | 0; + i16 = i49 + 4 | 0; + i17 = i48 + 4 | 0; + i18 = i48 + 8 | 0; + i19 = i48 + 1 | 0; + i20 = i35 + 3 | 0; + i21 = i45 + 4 | 0; + i12 = 0; + i8 = 0; L21 : while (1) { - if (i13 >>> 0 >= 4) { - i40 = 218; + if (i12 >>> 0 >= 4) { + i39 = 218; break; } - i1 = HEAP32[i41 >> 2] | 0; + i1 = HEAP32[i40 >> 2] | 0; do if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1) { - HEAP32[i41 >> 2] = 0; + HEAP32[i40 >> 2] = 0; i1 = 0; break; } else { - i1 = HEAP32[i41 >> 2] | 0; + i1 = HEAP32[i40 >> 2] | 0; break; } } else i1 = 0; while (0); - i2 = (i1 | 0) == 0; - i1 = HEAP32[i42 >> 2] | 0; - do if (i1) { - if ((HEAP32[i1 + 12 >> 2] | 0) != (HEAP32[i1 + 16 >> 2] | 0)) if (i2) { - i12 = i1; - break; - } else { - i40 = 218; + i1 = (i1 | 0) == 0; + i2 = HEAP32[i41 >> 2] | 0; + do if (i2) { + if ((HEAP32[i2 + 12 >> 2] | 0) != (HEAP32[i2 + 16 >> 2] | 0)) if (i1) break; else { + i39 = 218; break L21; } - if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) != -1) if (i2) { - i12 = i1; - break; - } else { - i40 = 218; + if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) != -1) if (i1) break; else { + i39 = 218; break L21; } else { - HEAP32[i42 >> 2] = 0; - i40 = 28; + HEAP32[i41 >> 2] = 0; + i39 = 28; break; } - } else i40 = 28; while (0); - if ((i40 | 0) == 28) { - i40 = 0; - if (i2) { - i40 = 218; + } else i39 = 28; while (0); + if ((i39 | 0) == 28) { + i39 = 0; + if (i1) { + i39 = 218; break; - } else i12 = 0; + } else i2 = 0; } - L42 : do switch (HEAP8[i35 + i13 >> 0] | 0) { + L42 : do switch (HEAP8[i35 + i12 >> 0] | 0) { case 1: { - if ((i13 | 0) != 3) { - i1 = HEAP32[i41 >> 2] | 0; - i2 = HEAP32[i1 + 12 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAPU8[i2 >> 0] | 0; + if ((i12 | 0) != 3) { + i1 = HEAP32[i40 >> 2] | 0; + i3 = HEAP32[i1 + 12 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAPU8[i3 >> 0] | 0; if ((i1 & 255) << 24 >> 24 <= -1) { - i40 = 42; + i39 = 42; break L21; } - if (!(HEAP16[(HEAP32[i27 >> 2] | 0) + (i1 << 24 >> 24 << 1) >> 1] & 8192)) { - i40 = 42; + if (!(HEAP16[(HEAP32[i22 >> 2] | 0) + (i1 << 24 >> 24 << 1) >> 1] & 8192)) { + i39 = 42; break L21; } - i1 = HEAP32[i41 >> 2] | 0; + i1 = HEAP32[i40 >> 2] | 0; i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else { - HEAP32[i3 >> 2] = i2 + 1; - i1 = HEAPU8[i2 >> 0] | 0; + i4 = HEAP32[i3 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else { + HEAP32[i3 >> 2] = i4 + 1; + i1 = HEAPU8[i4 >> 0] | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i49, i1 & 255); - i1 = i12; - i3 = i12; - i40 = 44; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i48, i1 & 255); + i1 = i2; + i3 = i2; + i39 = 44; } break; } case 0: { - if ((i13 | 0) != 3) { - i1 = i12; - i3 = i12; - i40 = 44; + if ((i12 | 0) != 3) { + i1 = i2; + i3 = i2; + i39 = 44; } break; } case 3: { - i3 = HEAP8[i47 >> 0] | 0; - i1 = (i3 & 1) == 0 ? (i3 & 255) >>> 1 : HEAP32[i25 >> 2] | 0; - i5 = HEAP8[i46 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i26 >> 2] | 0; - if ((i1 | 0) != (0 - i5 | 0)) { - i6 = (i1 | 0) == 0; - i4 = HEAP32[i41 >> 2] | 0; - i8 = HEAP32[i4 + 12 >> 2] | 0; - i1 = HEAP32[i4 + 16 >> 2] | 0; - i2 = (i8 | 0) == (i1 | 0); - if (i6 | (i5 | 0) == 0) { - if (i2) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i1 = HEAPU8[i8 >> 0] | 0; + i4 = HEAP8[i47 >> 0] | 0; + i1 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i23 >> 2] | 0; + i3 = HEAP8[i46 >> 0] | 0; + i3 = (i3 & 1) == 0 ? (i3 & 255) >>> 1 : HEAP32[i24 >> 2] | 0; + if ((i1 | 0) != (0 - i3 | 0)) { + i5 = (i1 | 0) == 0; + i6 = HEAP32[i40 >> 2] | 0; + i7 = HEAP32[i6 + 12 >> 2] | 0; + i1 = HEAP32[i6 + 16 >> 2] | 0; + i2 = (i7 | 0) == (i1 | 0); + if (i5 | (i3 | 0) == 0) { + if (i2) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 36 >> 2] & 127](i6) | 0; else i1 = HEAPU8[i7 >> 0] | 0; i1 = i1 & 255; - if (i6) { - if (i1 << 24 >> 24 != (HEAP8[((HEAP8[i46 >> 0] & 1) == 0 ? i29 : HEAP32[i24 >> 2] | 0) >> 0] | 0)) break L42; - i1 = HEAP32[i41 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i3 >> 2] = i2 + 1; + if (i5) { + if (i1 << 24 >> 24 != (HEAP8[((HEAP8[i46 >> 0] & 1) == 0 ? i26 : HEAP32[i25 >> 2] | 0) >> 0] | 0)) break L42; + i1 = HEAP32[i40 >> 2] | 0; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i2 >> 2] = i3 + 1; HEAP8[i34 >> 0] = 1; - i12 = HEAP8[i46 >> 0] | 0; - i7 = ((i12 & 1) == 0 ? (i12 & 255) >>> 1 : HEAP32[i26 >> 2] | 0) >>> 0 > 1 ? i46 : i7; + i11 = HEAP8[i46 >> 0] | 0; + i8 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i24 >> 2] | 0) >>> 0 > 1 ? i46 : i8; break L42; } - if (i1 << 24 >> 24 != (HEAP8[((HEAP8[i47 >> 0] & 1) == 0 ? i28 : HEAP32[i23 >> 2] | 0) >> 0] | 0)) { + if (i1 << 24 >> 24 != (HEAP8[((HEAP8[i47 >> 0] & 1) == 0 ? i28 : HEAP32[i27 >> 2] | 0) >> 0] | 0)) { HEAP8[i34 >> 0] = 1; break L42; } - i1 = HEAP32[i41 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i3 >> 2] = i2 + 1; - i12 = HEAP8[i47 >> 0] | 0; - i7 = ((i12 & 1) == 0 ? (i12 & 255) >>> 1 : HEAP32[i25 >> 2] | 0) >>> 0 > 1 ? i47 : i7; + i1 = HEAP32[i40 >> 2] | 0; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i2 >> 2] = i3 + 1; + i11 = HEAP8[i47 >> 0] | 0; + i8 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i23 >> 2] | 0) >>> 0 > 1 ? i47 : i8; break L42; } if (i2) { - i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; - i1 = HEAP32[i41 >> 2] | 0; - i6 = HEAP8[i47 >> 0] | 0; - i4 = i1; - i5 = HEAP32[i1 + 12 >> 2] | 0; + i5 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 36 >> 2] & 127](i6) | 0; + i1 = HEAP32[i40 >> 2] | 0; + i4 = HEAP8[i47 >> 0] | 0; + i6 = i1; + i3 = HEAP32[i1 + 12 >> 2] | 0; i1 = HEAP32[i1 + 16 >> 2] | 0; } else { - i6 = i3; - i5 = i8; - i3 = HEAPU8[i8 >> 0] | 0; - } - i2 = i4 + 12 | 0; - i1 = (i5 | 0) == (i1 | 0); - if ((i3 & 255) << 24 >> 24 == (HEAP8[((i6 & 1) == 0 ? i28 : HEAP32[i23 >> 2] | 0) >> 0] | 0)) { - if (i1) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 40 >> 2] & 127](i4) | 0; else HEAP32[i2 >> 2] = i5 + 1; - i12 = HEAP8[i47 >> 0] | 0; - i7 = ((i12 & 1) == 0 ? (i12 & 255) >>> 1 : HEAP32[i25 >> 2] | 0) >>> 0 > 1 ? i47 : i7; + i5 = HEAPU8[i7 >> 0] | 0; + i3 = i7; + } + i2 = i6 + 12 | 0; + i1 = (i3 | 0) == (i1 | 0); + if ((i5 & 255) << 24 >> 24 == (HEAP8[((i4 & 1) == 0 ? i28 : HEAP32[i27 >> 2] | 0) >> 0] | 0)) { + if (i1) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 40 >> 2] & 127](i6) | 0; else HEAP32[i2 >> 2] = i3 + 1; + i11 = HEAP8[i47 >> 0] | 0; + i8 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i23 >> 2] | 0) >>> 0 > 1 ? i47 : i8; break L42; } - if (i1) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i1 = HEAPU8[i5 >> 0] | 0; - if ((i1 & 255) << 24 >> 24 != (HEAP8[((HEAP8[i46 >> 0] & 1) == 0 ? i29 : HEAP32[i24 >> 2] | 0) >> 0] | 0)) { - i40 = 98; + if (i1) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 36 >> 2] & 127](i6) | 0; else i1 = HEAPU8[i3 >> 0] | 0; + if ((i1 & 255) << 24 >> 24 != (HEAP8[((HEAP8[i46 >> 0] & 1) == 0 ? i26 : HEAP32[i25 >> 2] | 0) >> 0] | 0)) { + i39 = 98; break L21; } - i1 = HEAP32[i41 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i3 >> 2] = i2 + 1; + i1 = HEAP32[i40 >> 2] | 0; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i2 >> 2] = i3 + 1; HEAP8[i34 >> 0] = 1; - i12 = HEAP8[i46 >> 0] | 0; - i7 = ((i12 & 1) == 0 ? (i12 & 255) >>> 1 : HEAP32[i26 >> 2] | 0) >>> 0 > 1 ? i46 : i7; + i11 = HEAP8[i46 >> 0] | 0; + i8 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i24 >> 2] | 0) >>> 0 > 1 ? i46 : i8; } break; } case 2: { - if (!(i13 >>> 0 < 2 | (i7 | 0) != 0) ? !(i22 | (i13 | 0) == 2 & (HEAP8[i21 >> 0] | 0) != 0) : 0) { - i7 = 0; + if (!(i12 >>> 0 < 2 | (i8 | 0) != 0) ? !(i13 | (i12 | 0) == 2 & (HEAP8[i20 >> 0] | 0) != 0) : 0) { + i8 = 0; break L42; } - i10 = HEAP8[i50 >> 0] | 0; - i2 = (i10 & 1) == 0; - i11 = HEAP32[i14 >> 2] | 0; - i8 = i2 ? i19 : i11; - i1 = i8; - L104 : do if ((i13 | 0) != 0 ? (HEAPU8[i35 + (i13 + -1) >> 0] | 0) < 2 : 0) { - i5 = i8 + (i2 ? (i10 & 255) >>> 1 : HEAP32[i16 >> 2] | 0) | 0; - i4 = i1; + i7 = HEAP8[i49 >> 0] | 0; + i1 = (i7 & 1) == 0; + i10 = HEAP32[i14 >> 2] | 0; + i3 = i1 ? i15 : i10; + i11 = i3; + L104 : do if ((i12 | 0) != 0 ? (HEAPU8[i35 + (i12 + -1) >> 0] | 0) < 2 : 0) { + i1 = i3 + (i1 ? (i7 & 255) >>> 1 : HEAP32[i16 >> 2] | 0) | 0; + i6 = i11; while (1) { - i2 = i4; - if ((i2 | 0) == (i5 | 0)) break; - i3 = HEAP8[i2 >> 0] | 0; - if (i3 << 24 >> 24 <= -1) break; - if (!(HEAP16[(HEAP32[i27 >> 2] | 0) + (i3 << 24 >> 24 << 1) >> 1] & 8192)) break; - i4 = i2 + 1 | 0; - } - i6 = i4 - i1 | 0; - i2 = HEAP8[i49 >> 0] | 0; - i3 = (i2 & 1) == 0; - i2 = i3 ? (i2 & 255) >>> 1 : HEAP32[i18 >> 2] | 0; - if (i6 >>> 0 <= i2 >>> 0) { - i5 = (i3 ? i20 : HEAP32[i15 >> 2] | 0) + i2 | 0; - i3 = i5 + (0 - i6) | 0; - i2 = i8; + i4 = i6; + if ((i4 | 0) == (i1 | 0)) break; + i5 = HEAP8[i4 >> 0] | 0; + if (i5 << 24 >> 24 <= -1) break; + if (!(HEAP16[(HEAP32[i22 >> 2] | 0) + (i5 << 24 >> 24 << 1) >> 1] & 8192)) break; + i6 = i4 + 1 | 0; + } + i5 = i6 - i11 | 0; + i4 = HEAP8[i48 >> 0] | 0; + i1 = (i4 & 1) == 0; + i4 = i1 ? (i4 & 255) >>> 1 : HEAP32[i17 >> 2] | 0; + if (i5 >>> 0 <= i4 >>> 0) { + i4 = (i1 ? i19 : HEAP32[i18 >> 2] | 0) + i4 | 0; + i1 = i4 + (0 - i5) | 0; while (1) { - if ((i3 | 0) == (i5 | 0)) { - i2 = i12; - i5 = i10; - i3 = i11; - i6 = i12; - i1 = i4; + if ((i1 | 0) == (i4 | 0)) { + i4 = i2; + i3 = i7; + i1 = i10; + i5 = i2; + i2 = i6; break L104; } - if ((HEAP8[i3 >> 0] | 0) != (HEAP8[i2 >> 0] | 0)) { - i2 = i12; - i5 = i10; - i3 = i11; - i6 = i12; + if ((HEAP8[i1 >> 0] | 0) != (HEAP8[i3 >> 0] | 0)) { + i4 = i2; + i3 = i7; + i1 = i10; + i5 = i2; + i2 = i11; break L104; } i3 = i3 + 1 | 0; - i2 = i2 + 1 | 0; + i1 = i1 + 1 | 0; } } else { - i2 = i12; - i5 = i10; - i3 = i11; - i6 = i12; + i4 = i2; + i3 = i7; + i1 = i10; + i5 = i2; + i2 = i11; } } else { - i2 = i12; - i5 = i10; - i3 = i11; - i6 = i12; + i4 = i2; + i3 = i7; + i1 = i10; + i5 = i2; + i2 = i11; } while (0); L118 : while (1) { - i12 = (i5 & 1) == 0; - i3 = (i12 ? i19 : i3) + (i12 ? (i5 & 255) >>> 1 : HEAP32[i16 >> 2] | 0) | 0; - if ((i1 | 0) == (i3 | 0)) { - i1 = i3; - break; - } - i3 = HEAP32[i41 >> 2] | 0; - do if (i3) { - if ((HEAP32[i3 + 12 >> 2] | 0) == (HEAP32[i3 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0) == -1) { - HEAP32[i41 >> 2] = 0; - i3 = 0; + i6 = (i3 & 1) == 0; + i1 = (i6 ? i15 : i1) + (i6 ? (i3 & 255) >>> 1 : HEAP32[i16 >> 2] | 0) | 0; + i6 = i2; + if ((i6 | 0) == (i1 | 0)) break; + i1 = HEAP32[i40 >> 2] | 0; + do if (i1) { + if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1) { + HEAP32[i40 >> 2] = 0; + i1 = 0; break; } else { - i3 = HEAP32[i41 >> 2] | 0; + i1 = HEAP32[i40 >> 2] | 0; break; } - } else i3 = 0; while (0); - i3 = (i3 | 0) == 0; - do if (i6) { - if ((HEAP32[i6 + 12 >> 2] | 0) != (HEAP32[i6 + 16 >> 2] | 0)) if (i3) { - i5 = i2; + } else i1 = 0; while (0); + i2 = (i1 | 0) == 0; + do if (i5) { + if ((HEAP32[i5 + 12 >> 2] | 0) != (HEAP32[i5 + 16 >> 2] | 0)) if (i2) { + i1 = i4; break; - } else break L118; - if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 36 >> 2] & 127](i6) | 0) != -1) if (i3 ^ (i2 | 0) == 0) { - i5 = i2; - i6 = i2; + } else { + i1 = i6; + break L118; + } + if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0) != -1) if (i2 ^ (i4 | 0) == 0) { + i1 = i4; + i5 = i4; break; - } else break L118; else { - HEAP32[i42 >> 2] = 0; - i2 = 0; - i40 = 124; + } else { + i1 = i6; + break L118; + } else { + HEAP32[i41 >> 2] = 0; + i1 = 0; + i39 = 124; break; } - } else i40 = 124; while (0); - if ((i40 | 0) == 124) { - i40 = 0; - if (i3) break; else { - i5 = i2; - i6 = 0; - } + } else { + i1 = i4; + i39 = 124; + } while (0); + if ((i39 | 0) == 124) { + i39 = 0; + if (i2) { + i1 = i6; + break; + } else i5 = 0; } - i2 = HEAP32[i41 >> 2] | 0; + i2 = HEAP32[i40 >> 2] | 0; i3 = HEAP32[i2 + 12 >> 2] | 0; if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i2 = HEAPU8[i3 >> 0] | 0; - if ((i2 & 255) << 24 >> 24 != (HEAP8[i1 >> 0] | 0)) break; - i2 = HEAP32[i41 >> 2] | 0; - i4 = i2 + 12 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; else HEAP32[i4 >> 2] = i3 + 1; - i2 = i5; - i5 = HEAP8[i50 >> 0] | 0; - i3 = HEAP32[i14 >> 2] | 0; - i1 = i1 + 1 | 0; + if ((i2 & 255) << 24 >> 24 != (HEAP8[i6 >> 0] | 0)) { + i1 = i6; + break; + } + i2 = HEAP32[i40 >> 2] | 0; + i3 = i2 + 12 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; else HEAP32[i3 >> 2] = i4 + 1; + i4 = i1; + i3 = HEAP8[i49 >> 0] | 0; + i1 = HEAP32[i14 >> 2] | 0; + i2 = i6 + 1 | 0; } - if (i22 ? (i12 = HEAP8[i50 >> 0] | 0, i11 = (i12 & 1) == 0, (i1 | 0) != ((i11 ? i19 : HEAP32[i14 >> 2] | 0) + (i11 ? (i12 & 255) >>> 1 : HEAP32[i16 >> 2] | 0) | 0)) : 0) { - i40 = 136; + if (i13 ? (i11 = HEAP8[i49 >> 0] | 0, i10 = (i11 & 1) == 0, (i1 | 0) != ((i10 ? i15 : HEAP32[i14 >> 2] | 0) + (i10 ? (i11 & 255) >>> 1 : HEAP32[i16 >> 2] | 0) | 0)) : 0) { + i39 = 136; break L21; } break; } case 4: { - i8 = HEAP8[i36 >> 0] | 0; - i2 = i12; - i4 = i12; + i7 = HEAP8[i36 >> 0] | 0; + i5 = i2; + i4 = i2; i1 = 0; L151 : while (1) { - i3 = HEAP32[i41 >> 2] | 0; - do if (i3) { - if ((HEAP32[i3 + 12 >> 2] | 0) == (HEAP32[i3 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0) == -1) { - HEAP32[i41 >> 2] = 0; - i3 = 0; + i2 = HEAP32[i40 >> 2] | 0; + do if (i2) { + if ((HEAP32[i2 + 12 >> 2] | 0) == (HEAP32[i2 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) == -1) { + HEAP32[i40 >> 2] = 0; + i2 = 0; break; } else { - i3 = HEAP32[i41 >> 2] | 0; + i2 = HEAP32[i40 >> 2] | 0; break; } - } else i3 = 0; while (0); - i3 = (i3 | 0) == 0; + } else i2 = 0; while (0); + i3 = (i2 | 0) == 0; do if (i4) { if ((HEAP32[i4 + 12 >> 2] | 0) != (HEAP32[i4 + 16 >> 2] | 0)) if (i3) { - i6 = i2; - i5 = i4; + i2 = i5; + i6 = i4; break; - } else break L151; - if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0) != -1) if (i3 ^ (i2 | 0) == 0) { - i6 = i2; - i5 = i2; + } else { + i2 = i5; + break L151; + } + if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0) != -1) if (i3 ^ (i5 | 0) == 0) { + i2 = i5; + i6 = i5; break; - } else break L151; else { - HEAP32[i42 >> 2] = 0; + } else { + i2 = i5; + break L151; + } else { + HEAP32[i41 >> 2] = 0; i2 = 0; - i40 = 147; + i39 = 147; break; } - } else i40 = 147; while (0); - if ((i40 | 0) == 147) { - i40 = 0; - if (i3) break; else { - i6 = i2; - i5 = 0; - } - } - i2 = HEAP32[i41 >> 2] | 0; - i3 = HEAP32[i2 + 12 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i2 = HEAPU8[i3 >> 0] | 0; - i3 = i2 & 255; - if (i3 << 24 >> 24 > -1 ? (HEAP16[(HEAP32[i27 >> 2] | 0) + (i2 << 24 >> 24 << 1) >> 1] & 2048) != 0 : 0) { - i2 = HEAP32[i39 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i38 >> 2] | 0)) { - __ZNSt3__119__double_or_nothingIcEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i37, i39, i38); - i2 = HEAP32[i39 >> 2] | 0; + } else { + i2 = i5; + i39 = 147; + } while (0); + if ((i39 | 0) == 147) { + i39 = 0; + if (i3) break; else i6 = 0; + } + i3 = HEAP32[i40 >> 2] | 0; + i4 = HEAP32[i3 + 12 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i3 = HEAPU8[i4 >> 0] | 0; + i4 = i3 & 255; + if (i4 << 24 >> 24 > -1 ? (HEAP16[(HEAP32[i22 >> 2] | 0) + (i3 << 24 >> 24 << 1) >> 1] & 2048) != 0 : 0) { + i3 = HEAP32[i38 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i29 >> 2] | 0)) { + __ZNSt3__119__double_or_nothingIcEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i37, i38, i29); + i3 = HEAP32[i38 >> 2] | 0; } - HEAP32[i39 >> 2] = i2 + 1; - HEAP8[i2 >> 0] = i3; + HEAP32[i38 >> 2] = i3 + 1; + HEAP8[i3 >> 0] = i4; i1 = i1 + 1 | 0; } else { - i12 = HEAP8[i45 >> 0] | 0; - if (!(i3 << 24 >> 24 == i8 << 24 >> 24 & (i1 | 0 ? (((i12 & 1) == 0 ? (i12 & 255) >>> 1 : HEAP32[i17 >> 2] | 0) | 0) != 0 : 0))) { - i2 = i6; - break; - } + i11 = HEAP8[i45 >> 0] | 0; + if (!(i4 << 24 >> 24 == i7 << 24 >> 24 & (i1 | 0 ? (((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i21 >> 2] | 0) | 0) != 0 : 0))) break; if ((i9 | 0) == (HEAP32[i32 >> 2] | 0)) { - __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i51, i33, i32); + __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i50, i33, i32); i9 = HEAP32[i33 >> 2] | 0; } - i12 = i9 + 4 | 0; - HEAP32[i33 >> 2] = i12; + i11 = i9 + 4 | 0; + HEAP32[i33 >> 2] = i11; HEAP32[i9 >> 2] = i1; - i9 = i12; + i9 = i11; i1 = 0; } - i2 = HEAP32[i41 >> 2] | 0; - i4 = i2 + 12 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { - FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; - i2 = i6; - i4 = i5; + i3 = HEAP32[i40 >> 2] | 0; + i4 = i3 + 12 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) { + FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; + i5 = i2; + i4 = i6; continue; } else { - HEAP32[i4 >> 2] = i3 + 1; - i2 = i6; - i4 = i5; + HEAP32[i4 >> 2] = i5 + 1; + i5 = i2; + i4 = i6; continue; } } - if (i1 | 0 ? (HEAP32[i51 >> 2] | 0) != (i9 | 0) : 0) { + if (i1 | 0 ? (HEAP32[i50 >> 2] | 0) != (i9 | 0) : 0) { if ((i9 | 0) == (HEAP32[i32 >> 2] | 0)) { - __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i51, i33, i32); + __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i50, i33, i32); i9 = HEAP32[i33 >> 2] | 0; } - i12 = i9 + 4 | 0; - HEAP32[i33 >> 2] = i12; + i11 = i9 + 4 | 0; + HEAP32[i33 >> 2] = i11; HEAP32[i9 >> 2] = i1; - i9 = i12; + i9 = i11; } i4 = HEAP32[i31 >> 2] | 0; L198 : do if ((i4 | 0) > 0) { - i1 = HEAP32[i41 >> 2] | 0; + i1 = HEAP32[i40 >> 2] | 0; do if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1) { - HEAP32[i41 >> 2] = 0; + HEAP32[i40 >> 2] = 0; i1 = 0; break; } else { - i1 = HEAP32[i41 >> 2] | 0; + i1 = HEAP32[i40 >> 2] | 0; break; } } else i1 = 0; while (0); i1 = (i1 | 0) == 0; do if (i2) { if ((HEAP32[i2 + 12 >> 2] | 0) == (HEAP32[i2 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) == -1 : 0) { - HEAP32[i42 >> 2] = 0; - i40 = 179; + HEAP32[i41 >> 2] = 0; + i39 = 179; break; } if (i1) i5 = i2; else { - i40 = 184; + i39 = 184; break L21; } - } else i40 = 179; while (0); - if ((i40 | 0) == 179) { - i40 = 0; + } else i39 = 179; while (0); + if ((i39 | 0) == 179) { + i39 = 0; if (i1) { - i40 = 184; + i39 = 184; break L21; } else i5 = 0; } - i1 = HEAP32[i41 >> 2] | 0; + i1 = HEAP32[i40 >> 2] | 0; i2 = HEAP32[i1 + 12 >> 2] | 0; if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAPU8[i2 >> 0] | 0; if ((i1 & 255) << 24 >> 24 != (HEAP8[i30 >> 0] | 0)) { - i40 = 184; + i39 = 184; break L21; } - i1 = HEAP32[i41 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { + i1 = HEAP32[i40 >> 2] | 0; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; i1 = i5; i3 = i5; } else { - HEAP32[i3 >> 2] = i2 + 1; + HEAP32[i2 >> 2] = i3 + 1; i1 = i5; i3 = i5; } while (1) { if ((i4 | 0) <= 0) break L198; - i2 = HEAP32[i41 >> 2] | 0; + i2 = HEAP32[i40 >> 2] | 0; do if (i2) { if ((HEAP32[i2 + 12 >> 2] | 0) == (HEAP32[i2 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) == -1) { - HEAP32[i41 >> 2] = 0; + HEAP32[i40 >> 2] = 0; i2 = 0; break; } else { - i2 = HEAP32[i41 >> 2] | 0; + i2 = HEAP32[i40 >> 2] | 0; break; } } else i2 = 0; while (0); @@ -24342,7 +24298,7 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i5 = i3; break; } else { - i40 = 206; + i39 = 206; break L21; } if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0) != -1) if (i2 ^ (i1 | 0) == 0) { @@ -24350,63 +24306,63 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i5 = i1; break; } else { - i40 = 206; + i39 = 206; break L21; } else { - HEAP32[i42 >> 2] = 0; + HEAP32[i41 >> 2] = 0; i1 = 0; - i40 = 199; + i39 = 199; break; } - } else i40 = 199; while (0); - if ((i40 | 0) == 199) { - i40 = 0; + } else i39 = 199; while (0); + if ((i39 | 0) == 199) { + i39 = 0; if (i2) { - i40 = 206; + i39 = 206; break L21; } else { i6 = i1; i5 = 0; } } - i1 = HEAP32[i41 >> 2] | 0; + i1 = HEAP32[i40 >> 2] | 0; i2 = HEAP32[i1 + 12 >> 2] | 0; if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAPU8[i2 >> 0] | 0; if ((i1 & 255) << 24 >> 24 <= -1) { - i40 = 206; + i39 = 206; break L21; } - if (!(HEAP16[(HEAP32[i27 >> 2] | 0) + (i1 << 24 >> 24 << 1) >> 1] & 2048)) { - i40 = 206; + if (!(HEAP16[(HEAP32[i22 >> 2] | 0) + (i1 << 24 >> 24 << 1) >> 1] & 2048)) { + i39 = 206; break L21; } - if ((HEAP32[i39 >> 2] | 0) == (HEAP32[i38 >> 2] | 0)) __ZNSt3__119__double_or_nothingIcEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i37, i39, i38); - i1 = HEAP32[i41 >> 2] | 0; + if ((HEAP32[i38 >> 2] | 0) == (HEAP32[i29 >> 2] | 0)) __ZNSt3__119__double_or_nothingIcEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i37, i38, i29); + i1 = HEAP32[i40 >> 2] | 0; i2 = HEAP32[i1 + 12 >> 2] | 0; if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAPU8[i2 >> 0] | 0; - i3 = HEAP32[i39 >> 2] | 0; - HEAP32[i39 >> 2] = i3 + 1; - HEAP8[i3 >> 0] = i1; + i2 = HEAP32[i38 >> 2] | 0; + HEAP32[i38 >> 2] = i2 + 1; + HEAP8[i2 >> 0] = i1; i4 = i4 + -1 | 0; HEAP32[i31 >> 2] = i4; - i1 = HEAP32[i41 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { + i1 = HEAP32[i40 >> 2] | 0; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; i1 = i6; i3 = i5; continue; } else { - HEAP32[i3 >> 2] = i2 + 1; + HEAP32[i2 >> 2] = i3 + 1; i1 = i6; i3 = i5; continue; } } } while (0); - if ((HEAP32[i39 >> 2] | 0) == (HEAP32[i37 >> 2] | 0)) { - i40 = 216; + if ((HEAP32[i38 >> 2] | 0) == (HEAP32[i37 >> 2] | 0)) { + i39 = 216; break L21; } break; @@ -24414,16 +24370,16 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE default: {} } while (0); - L262 : do if ((i40 | 0) == 44) while (1) { - i40 = 0; - i2 = HEAP32[i41 >> 2] | 0; + L262 : do if ((i39 | 0) == 44) while (1) { + i39 = 0; + i2 = HEAP32[i40 >> 2] | 0; do if (i2) { if ((HEAP32[i2 + 12 >> 2] | 0) == (HEAP32[i2 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) == -1) { - HEAP32[i41 >> 2] = 0; + HEAP32[i40 >> 2] = 0; i2 = 0; break; } else { - i2 = HEAP32[i41 >> 2] | 0; + i2 = HEAP32[i40 >> 2] | 0; break; } } else i2 = 0; while (0); @@ -24439,705 +24395,774 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i4 = i1; break; } else break L262; else { - HEAP32[i42 >> 2] = 0; + HEAP32[i41 >> 2] = 0; i1 = 0; - i40 = 54; + i39 = 54; break; } - } else i40 = 54; while (0); - if ((i40 | 0) == 54) { - i40 = 0; + } else i39 = 54; while (0); + if ((i39 | 0) == 54) { + i39 = 0; if (i2) break L262; else { i5 = i1; i4 = 0; } } - i1 = HEAP32[i41 >> 2] | 0; + i1 = HEAP32[i40 >> 2] | 0; i2 = HEAP32[i1 + 12 >> 2] | 0; if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAPU8[i2 >> 0] | 0; if ((i1 & 255) << 24 >> 24 <= -1) break L262; - if (!(HEAP16[(HEAP32[i27 >> 2] | 0) + (i1 << 24 >> 24 << 1) >> 1] & 8192)) break L262; - i1 = HEAP32[i41 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else { - HEAP32[i3 >> 2] = i2 + 1; - i1 = HEAPU8[i2 >> 0] | 0; + if (!(HEAP16[(HEAP32[i22 >> 2] | 0) + (i1 << 24 >> 24 << 1) >> 1] & 8192)) break L262; + i1 = HEAP32[i40 >> 2] | 0; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else { + HEAP32[i2 >> 2] = i3 + 1; + i1 = HEAPU8[i3 >> 0] | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i49, i1 & 255); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i48, i1 & 255); i1 = i5; i3 = i4; - i40 = 44; + i39 = 44; } while (0); - i13 = i13 + 1 | 0; + i12 = i12 + 1 | 0; } - L294 : do if ((i40 | 0) == 42) { - HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; + L294 : do if ((i39 | 0) == 42) { + HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; i2 = 0; - } else if ((i40 | 0) == 98) { - HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; + } else if ((i39 | 0) == 98) { + HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; i2 = 0; - } else if ((i40 | 0) == 136) { - HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; + } else if ((i39 | 0) == 136) { + HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; i2 = 0; - } else if ((i40 | 0) == 184) { - HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; + } else if ((i39 | 0) == 184) { + HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; i2 = 0; - } else if ((i40 | 0) == 206) { - HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; + } else if ((i39 | 0) == 206) { + HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; i2 = 0; - } else if ((i40 | 0) == 216) { - HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; + } else if ((i39 | 0) == 216) { + HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; i2 = 0; - } else if ((i40 | 0) == 218) { - L296 : do if (i7 | 0) { - i8 = i7 + 1 | 0; - i5 = i7 + 8 | 0; - i6 = i7 + 4 | 0; - i4 = 1; + } else if ((i39 | 0) == 218) { + L296 : do if (i8 | 0) { + i5 = i8 + 1 | 0; + i6 = i8 + 8 | 0; + i7 = i8 + 4 | 0; + i3 = 1; L298 : while (1) { - i1 = HEAP8[i7 >> 0] | 0; - if (!(i1 & 1)) i1 = (i1 & 255) >>> 1; else i1 = HEAP32[i6 >> 2] | 0; - if (i4 >>> 0 >= i1 >>> 0) break L296; - i1 = HEAP32[i41 >> 2] | 0; + i1 = HEAP8[i8 >> 0] | 0; + if (!(i1 & 1)) i1 = (i1 & 255) >>> 1; else i1 = HEAP32[i7 >> 2] | 0; + if (i3 >>> 0 >= i1 >>> 0) break L296; + i1 = HEAP32[i40 >> 2] | 0; do if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1) { - HEAP32[i41 >> 2] = 0; + HEAP32[i40 >> 2] = 0; i1 = 0; break; } else { - i1 = HEAP32[i41 >> 2] | 0; + i1 = HEAP32[i40 >> 2] | 0; break; } } else i1 = 0; while (0); - i2 = (i1 | 0) == 0; - i1 = HEAP32[i42 >> 2] | 0; - do if (i1) { - if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1 : 0) { - HEAP32[i42 >> 2] = 0; - i40 = 234; + i1 = (i1 | 0) == 0; + i2 = HEAP32[i41 >> 2] | 0; + do if (i2) { + if ((HEAP32[i2 + 12 >> 2] | 0) == (HEAP32[i2 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) == -1 : 0) { + HEAP32[i41 >> 2] = 0; + i39 = 234; break; } - if (!i2) break L298; - } else i40 = 234; while (0); - if ((i40 | 0) == 234 ? (i40 = 0, i2) : 0) break; - i1 = HEAP32[i41 >> 2] | 0; + if (!i1) break L298; + } else i39 = 234; while (0); + if ((i39 | 0) == 234 ? (i39 = 0, i1) : 0) break; + i1 = HEAP32[i40 >> 2] | 0; i2 = HEAP32[i1 + 12 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; - if (!(HEAP8[i7 >> 0] & 1)) i1 = i8; else i1 = HEAP32[i5 >> 2] | 0; - if ((i2 & 255) << 24 >> 24 != (HEAP8[i1 + i4 >> 0] | 0)) break; - i4 = i4 + 1 | 0; - i1 = HEAP32[i41 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { - FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; + if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAPU8[i2 >> 0] | 0; + if (!(HEAP8[i8 >> 0] & 1)) i2 = i5; else i2 = HEAP32[i6 >> 2] | 0; + if ((i1 & 255) << 24 >> 24 != (HEAP8[i2 + i3 >> 0] | 0)) break; + i1 = i3 + 1 | 0; + i2 = HEAP32[i40 >> 2] | 0; + i3 = i2 + 12 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { + FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; + i3 = i1; continue; } else { - HEAP32[i3 >> 2] = i2 + 1; + HEAP32[i3 >> 2] = i4 + 1; + i3 = i1; continue; } } - HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; + HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; i2 = 0; break L294; } while (0); - i1 = HEAP32[i51 >> 2] | 0; + i1 = HEAP32[i50 >> 2] | 0; if ((i1 | 0) != (i9 | 0)) { - HEAP32[i44 >> 2] = 0; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i45, i1, i9, i44); - if (!(HEAP32[i44 >> 2] | 0)) { + HEAP32[i43 >> 2] = 0; + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i45, i1, i9, i43); + if (!(HEAP32[i43 >> 2] | 0)) { i2 = 1; break; } else { - HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; + HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; i2 = 0; break; } } else i2 = 1; } while (0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i49); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i48); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i46); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i47); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i50); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i49); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i45); - i1 = HEAP32[i51 >> 2] | 0; - HEAP32[i51 >> 2] = 0; - if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[i48 >> 2] & 255](i1); - STACKTOP = i52; + i1 = HEAP32[i50 >> 2] | 0; + HEAP32[i50 >> 2] = 0; + if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[i44 >> 2] & 255](i1); + STACKTOP = i51; return i2 | 0; } -function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i1, i21, i22) { - i1 = i1 | 0; - i21 = i21 | 0; +function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i22, i19, i20) { i22 = i22 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0; - i29 = STACKTOP; + i19 = i19 | 0; + i20 = i20 | 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, i21 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0; + i28 = STACKTOP; STACKTOP = STACKTOP + 80 | 0; - i24 = i29 + 60 | 0; - i23 = i29 + 48 | 0; - i12 = i29 + 36 | 0; - i13 = i29 + 24 | 0; - i14 = i29 + 12 | 0; - i16 = i29; - L1 : do if ((i1 | 0) != (i21 | 0)) { - i27 = i22 + 56 | 0; - i25 = HEAP32[i27 >> 2] | 0; - i20 = i25 + 1 | 0; - HEAP32[i27 >> 2] = i20; - i28 = i22 + 61 | 0; - i26 = HEAP8[i28 >> 0] | 0; - if (i20 >>> 0 > 1) HEAP8[i28 >> 0] = 1; - i2 = HEAP8[i1 >> 0] | 0; - L6 : do switch (i2 | 0) { + i23 = i28 + 60 | 0; + i21 = i28 + 48 | 0; + i12 = i28 + 36 | 0; + i13 = i28 + 24 | 0; + i14 = i28 + 12 | 0; + i15 = i28; + L1 : do if ((i22 | 0) == (i19 | 0)) i1 = i22; else { + i25 = i20 + 56 | 0; + i26 = HEAP32[i25 >> 2] | 0; + i18 = i26 + 1 | 0; + HEAP32[i25 >> 2] = i18; + i27 = i20 + 61 | 0; + i24 = HEAP8[i27 >> 0] | 0; + if (i18 >>> 0 > 1) HEAP8[i27 >> 0] = 1; + i1 = HEAP8[i22 >> 0] | 0; + L6 : do switch (i1 | 0) { case 84: case 71: { - L126 : do if ((i21 - i1 | 0) > 2) { - switch (i2 | 0) { + L126 : do if ((i19 - i22 | 0) > 2) { + switch (i1 | 0) { case 84: break; case 71: - switch (HEAP8[i1 + 1 >> 0] | 0) { + switch (HEAP8[i22 + 1 >> 0] | 0) { case 86: { - i24 = i1 + 2 | 0; - i3 = __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i24, i21, i22) | 0; - if ((i3 | 0) == (i24 | 0)) break L126; - i2 = HEAP32[i22 + 4 >> 2] | 0; - if ((HEAP32[i22 >> 2] | 0) == (i2 | 0)) break L126; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 37330) | 0; - i1 = i3; + i23 = i22 + 2 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i23, i19, i20) | 0; + if ((i1 | 0) == (i23 | 0)) { + i1 = i22; + break L126; + } + i2 = HEAP32[i20 + 4 >> 2] | 0; + if ((HEAP32[i20 >> 2] | 0) == (i2 | 0)) { + i1 = i22; + break L126; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38488) | 0; break L126; } case 82: { - i24 = i1 + 2 | 0; - i3 = __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i24, i21, i22) | 0; - if ((i3 | 0) == (i24 | 0)) break L126; - i2 = HEAP32[i22 + 4 >> 2] | 0; - if ((HEAP32[i22 >> 2] | 0) == (i2 | 0)) break L126; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 37350) | 0; - i1 = i3; + i23 = i22 + 2 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i23, i19, i20) | 0; + if ((i1 | 0) == (i23 | 0)) { + i1 = i22; + break L126; + } + i2 = HEAP32[i20 + 4 >> 2] | 0; + if ((HEAP32[i20 >> 2] | 0) == (i2 | 0)) { + i1 = i22; + break L126; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38508) | 0; break L126; } default: - break L126; + { + i1 = i22; + break L126; + } } default: - break L126; + { + i1 = i22; + break L126; + } } - i3 = i1 + 1 | 0; - switch (HEAP8[i3 >> 0] | 0) { + i1 = i22 + 1 | 0; + switch (HEAP8[i1 >> 0] | 0) { case 86: { - i24 = i1 + 2 | 0; - i3 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i24, i21, i22) | 0; - if ((i3 | 0) == (i24 | 0)) break L126; - i2 = HEAP32[i22 + 4 >> 2] | 0; - if ((HEAP32[i22 >> 2] | 0) == (i2 | 0)) break L126; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 37179) | 0; - i1 = i3; + i23 = i22 + 2 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i23, i19, i20) | 0; + if ((i1 | 0) == (i23 | 0)) { + i1 = i22; + break L126; + } + i2 = HEAP32[i20 + 4 >> 2] | 0; + if ((HEAP32[i20 >> 2] | 0) == (i2 | 0)) { + i1 = i22; + break L126; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38337) | 0; break L126; } case 84: { - i24 = i1 + 2 | 0; - i3 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i24, i21, i22) | 0; - if ((i3 | 0) == (i24 | 0)) break L126; - i2 = HEAP32[i22 + 4 >> 2] | 0; - if ((HEAP32[i22 >> 2] | 0) == (i2 | 0)) break L126; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 37191) | 0; - i1 = i3; + i23 = i22 + 2 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i23, i19, i20) | 0; + if ((i1 | 0) == (i23 | 0)) { + i1 = i22; + break L126; + } + i2 = HEAP32[i20 + 4 >> 2] | 0; + if ((HEAP32[i20 >> 2] | 0) == (i2 | 0)) { + i1 = i22; + break L126; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38349) | 0; break L126; } case 73: { - i24 = i1 + 2 | 0; - i3 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i24, i21, i22) | 0; - if ((i3 | 0) == (i24 | 0)) break L126; - i2 = HEAP32[i22 + 4 >> 2] | 0; - if ((HEAP32[i22 >> 2] | 0) == (i2 | 0)) break L126; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 37200) | 0; - i1 = i3; + i23 = i22 + 2 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i23, i19, i20) | 0; + if ((i1 | 0) == (i23 | 0)) { + i1 = i22; + break L126; + } + i2 = HEAP32[i20 + 4 >> 2] | 0; + if ((HEAP32[i20 >> 2] | 0) == (i2 | 0)) { + i1 = i22; + break L126; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38358) | 0; break L126; } case 83: { - i24 = i1 + 2 | 0; - i3 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i24, i21, i22) | 0; - if ((i3 | 0) == (i24 | 0)) break L126; - i2 = HEAP32[i22 + 4 >> 2] | 0; - if ((HEAP32[i22 >> 2] | 0) == (i2 | 0)) break L126; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 37214) | 0; - i1 = i3; + i23 = i22 + 2 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i23, i19, i20) | 0; + if ((i1 | 0) == (i23 | 0)) { + i1 = i22; + break L126; + } + i2 = HEAP32[i20 + 4 >> 2] | 0; + if ((HEAP32[i20 >> 2] | 0) == (i2 | 0)) { + i1 = i22; + break L126; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38372) | 0; break L126; } case 99: { - i24 = i1 + 2 | 0; - i2 = __ZN10__cxxabiv112_GLOBAL__N_117parse_call_offsetEPKcS2_(i24, i21) | 0; - if ((i2 | 0) == (i24 | 0)) break L126; - i4 = __ZN10__cxxabiv112_GLOBAL__N_117parse_call_offsetEPKcS2_(i2, i21) | 0; - if ((i4 | 0) == (i2 | 0)) break L126; - i3 = __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i4, i21, i22) | 0; - if ((i3 | 0) == (i4 | 0)) break L126; - i2 = HEAP32[i22 + 4 >> 2] | 0; - if ((HEAP32[i22 >> 2] | 0) == (i2 | 0)) break L126; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 37233) | 0; - i1 = i3; + i23 = i22 + 2 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_117parse_call_offsetEPKcS2_(i23, i19) | 0; + if ((i1 | 0) == (i23 | 0)) { + i1 = i22; + break L126; + } + i2 = __ZN10__cxxabiv112_GLOBAL__N_117parse_call_offsetEPKcS2_(i1, i19) | 0; + if ((i2 | 0) == (i1 | 0)) { + i1 = i22; + break L126; + } + i1 = __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i2, i19, i20) | 0; + if ((i1 | 0) == (i2 | 0)) { + i1 = i22; + break L126; + } + i2 = HEAP32[i20 + 4 >> 2] | 0; + if ((HEAP32[i20 >> 2] | 0) == (i2 | 0)) { + i1 = i22; + break L126; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38391) | 0; break L126; } case 67: { - i20 = i1 + 2 | 0; - i2 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i20, i21, i22) | 0; - if ((i2 | 0) == (i20 | 0)) break L126; - i3 = __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i2, i21) | 0; - if ((i3 | 0) == (i2 | 0) | (i3 | 0) == (i21 | 0)) break L126; - if ((HEAP8[i3 >> 0] | 0) != 95) break L126; - i20 = i3 + 1 | 0; - i11 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i20, i21, i22) | 0; - if ((i11 | 0) == (i20 | 0)) break L126; - i4 = i22 + 4 | 0; + i18 = i22 + 2 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i18, i19, i20) | 0; + if ((i1 | 0) == (i18 | 0)) { + i1 = i22; + break L126; + } + i2 = __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i1, i19) | 0; + if ((i2 | 0) == (i1 | 0) | (i2 | 0) == (i19 | 0)) { + i1 = i22; + break L126; + } + if ((HEAP8[i2 >> 0] | 0) != 95) { + i1 = i22; + break L126; + } + i18 = i2 + 1 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i18, i19, i20) | 0; + if ((i1 | 0) == (i18 | 0)) { + i1 = i22; + break L126; + } + i4 = i20 + 4 | 0; i2 = HEAP32[i4 >> 2] | 0; - if (((i2 - (HEAP32[i22 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) break L126; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i24, i2 + -24 | 0); - i3 = HEAP32[i4 >> 2] | 0; - i2 = i3 + -24 | 0; - i1 = i3; + if (((i2 - (HEAP32[i20 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) { + i1 = i22; + break L126; + } + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i23, i2 + -24 | 0); + i5 = HEAP32[i4 >> 2] | 0; + i2 = i5 + -24 | 0; + i3 = i5; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i22 = i1 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i22 = i3 + -24 | 0; HEAP32[i4 >> 2] = i22; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i22); - i1 = HEAP32[i4 >> 2] | 0; + i3 = HEAP32[i4 >> 2] | 0; } - i10 = i3 + -48 | 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i24, 0, 37260) | 0; + i11 = i5 + -48 | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i23, 0, 38418) | 0; HEAP32[i13 >> 2] = HEAP32[i2 >> 2]; HEAP32[i13 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i13 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i3 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 37285) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 38443) | 0; HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; HEAP32[i12 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i12 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i3 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i14, (HEAP32[i4 >> 2] | 0) + -24 | 0); i2 = HEAP8[i14 >> 0] | 0; - i1 = (i2 & 1) == 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i12, i1 ? i14 + 1 | 0 : HEAP32[i14 + 8 >> 2] | 0, i1 ? (i2 & 255) >>> 1 : HEAP32[i14 + 4 >> 2] | 0) | 0; - HEAP32[i23 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i23 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i23 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i3 = (i2 & 1) == 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i12, i3 ? i14 + 1 | 0 : HEAP32[i14 + 8 >> 2] | 0, i3 ? (i2 & 255) >>> 1 : HEAP32[i14 + 4 >> 2] | 0) | 0; + HEAP32[i21 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i21 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i21 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - do if (HEAP8[i10 >> 0] & 1) { - i9 = i3 + -40 | 0; - HEAP8[HEAP32[i9 >> 2] >> 0] = 0; - i6 = i3 + -44 | 0; - HEAP32[i6 >> 2] = 0; - i1 = HEAP8[i10 >> 0] | 0; - if (!(i1 & 1)) i5 = 10; else { - i5 = HEAP32[i10 >> 2] | 0; - i1 = i5 & 255; - i5 = (i5 & -2) + -1 | 0; + do if (HEAP8[i11 >> 0] & 1) { + i10 = i5 + -40 | 0; + HEAP8[HEAP32[i10 >> 2] >> 0] = 0; + i7 = i5 + -44 | 0; + HEAP32[i7 >> 2] = 0; + i2 = HEAP8[i11 >> 0] | 0; + if (!(i2 & 1)) i6 = 10; else { + i6 = HEAP32[i11 >> 2] | 0; + i2 = i6 & 255; + i6 = (i6 & -2) + -1 | 0; } - if (!(i1 & 1)) { - i2 = (i1 & 255) >>> 1; - if ((i1 & 255) < 22) { - i8 = i2; - i4 = 10; - i7 = 1; + if (!(i2 & 1)) { + i3 = (i2 & 255) >>> 1; + if ((i2 & 255) < 22) { + i5 = 10; + i8 = i3; + i9 = 1; } else { - i8 = i2; - i4 = (i2 + 16 & 240) + -1 | 0; - i7 = 1; + i5 = (i3 + 16 & 240) + -1 | 0; + i8 = i3; + i9 = 1; } } else { + i5 = 10; i8 = 0; - i4 = 10; - i7 = 0; + i9 = 0; } - if ((i4 | 0) != (i5 | 0)) { - if ((i4 | 0) == 10) { - i3 = i10 + 1 | 0; - i2 = HEAP32[i9 >> 2] | 0; - if (i7) { - _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; - _free(i2); + if ((i5 | 0) != (i6 | 0)) { + if ((i5 | 0) == 10) { + i4 = i11 + 1 | 0; + i3 = HEAP32[i10 >> 2] | 0; + if (i9) { + _memcpy(i4 | 0, i3 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; + _free(i3); } else { - HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; - _free(i2); + HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; + _free(i3); } - HEAP8[i10 >> 0] = i8 << 1; + HEAP8[i11 >> 0] = i8 << 1; break; } - i2 = i4 + 1 | 0; - i3 = _malloc(i2) | 0; - if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { - if (i7) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { - i22 = HEAP32[i9 >> 2] | 0; - HEAP8[i3 >> 0] = HEAP8[i22 >> 0] | 0; + i3 = i5 + 1 | 0; + i4 = _malloc(i3) | 0; + if (!(i5 >>> 0 <= i6 >>> 0 & (i4 | 0) == 0)) { + if (i9) _memcpy(i4 | 0, i11 + 1 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; else { + i22 = HEAP32[i10 >> 2] | 0; + HEAP8[i4 >> 0] = HEAP8[i22 >> 0] | 0; _free(i22); } - HEAP32[i10 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i8; - HEAP32[i9 >> 2] = i3; + HEAP32[i11 >> 2] = i3 | 1; + HEAP32[i7 >> 2] = i8; + HEAP32[i10 >> 2] = i4; } } } else { - HEAP8[i10 + 1 >> 0] = 0; - HEAP8[i10 >> 0] = 0; + HEAP8[i11 + 1 >> 0] = 0; + HEAP8[i11 >> 0] = 0; } while (0); - HEAP32[i10 >> 2] = HEAP32[i23 >> 2]; - HEAP32[i10 + 4 >> 2] = HEAP32[i23 + 4 >> 2]; - HEAP32[i10 + 8 >> 2] = HEAP32[i23 + 8 >> 2]; - i1 = 0; + HEAP32[i11 >> 2] = HEAP32[i21 >> 2]; + HEAP32[i11 + 4 >> 2] = HEAP32[i21 + 4 >> 2]; + HEAP32[i11 + 8 >> 2] = HEAP32[i21 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i23 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i21 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i23); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i21); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i14); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i12); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i13); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i24); - i1 = i11; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i23); break L126; } default: { - i2 = __ZN10__cxxabiv112_GLOBAL__N_117parse_call_offsetEPKcS2_(i3, i21) | 0; - if ((i2 | 0) == (i3 | 0)) break L126; - i3 = __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i2, i21, i22) | 0; - if ((i3 | 0) == (i2 | 0)) break L126; - i2 = HEAP32[i22 + 4 >> 2] | 0; - if ((HEAP32[i22 >> 2] | 0) == (i2 | 0)) break L126; + i2 = __ZN10__cxxabiv112_GLOBAL__N_117parse_call_offsetEPKcS2_(i1, i19) | 0; + if ((i2 | 0) == (i1 | 0)) { + i1 = i22; + break L126; + } + i1 = __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i2, i19, i20) | 0; + if ((i1 | 0) == (i2 | 0)) { + i1 = i22; + break L126; + } + i2 = HEAP32[i20 + 4 >> 2] | 0; + if ((HEAP32[i20 >> 2] | 0) == (i2 | 0)) { + i1 = i22; + break L126; + } i2 = i2 + -24 | 0; - if ((HEAP8[i1 + 2 >> 0] | 0) == 118) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 37290) | 0; - i1 = i3; + if ((HEAP8[i22 + 2 >> 0] | 0) == 118) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 38448) | 0; break L126; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 37308) | 0; - i1 = i3; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 38466) | 0; break L126; } } } - } while (0); + } else i1 = i22; while (0); break; } default: { - i8 = __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i21, i22) | 0; - i18 = HEAP32[i22 + 48 >> 2] | 0; - i19 = HEAP32[i22 + 52 >> 2] | 0; - if ((i8 | 0) != (i1 | 0)) if ((i8 | 0) != (i21 | 0)) { - switch (HEAP8[i8 >> 0] | 0) { + i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i22, i19, i20) | 0; + i16 = HEAP32[i20 + 48 >> 2] | 0; + i17 = HEAP32[i20 + 52 >> 2] | 0; + if ((i1 | 0) != (i22 | 0)) if ((i1 | 0) != (i19 | 0)) { + switch (HEAP8[i1 >> 0] | 0) { case 46: case 69: - { - i1 = i8; - break L6; - } + break L6; default: {} } - i20 = HEAP8[i28 >> 0] | 0; - HEAP8[i28 >> 0] = 0; + i18 = HEAP8[i27 >> 0] | 0; + HEAP8[i27 >> 0] = 0; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i24 + (i2 << 2) >> 2] = 0; + HEAP32[i23 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i17 = i22 + 4 | 0; - i3 = HEAP32[i17 >> 2] | 0; - L15 : do if ((HEAP32[i22 >> 2] | 0) != (i3 | 0)) { - i5 = i3 + -24 | 0; - i7 = HEAP8[i5 >> 0] | 0; - i6 = (i7 & 1) == 0; - if (i6) i2 = (i7 & 255) >>> 1; else i2 = HEAP32[i3 + -20 >> 2] | 0; + i14 = i20 + 4 | 0; + i7 = HEAP32[i14 >> 2] | 0; + L15 : do if ((HEAP32[i20 >> 2] | 0) != (i7 | 0)) { + i6 = i7 + -24 | 0; + i4 = HEAP8[i6 >> 0] | 0; + i5 = (i4 & 1) == 0; + if (i5) i2 = (i4 & 255) >>> 1; else i2 = HEAP32[i7 + -20 >> 2] | 0; if (i2) { - if (!(HEAP8[i22 + 60 >> 0] | 0)) { - if (i6) { - i2 = i5 + 1 | 0; - i4 = (i7 & 255) >>> 1; + if (!(HEAP8[i20 + 60 >> 0] | 0)) { + if (i5) { + i2 = i6 + 1 | 0; + i3 = (i4 & 255) >>> 1; } else { - i2 = HEAP32[i3 + -16 >> 2] | 0; - i4 = HEAP32[i3 + -20 >> 2] | 0; + i2 = HEAP32[i7 + -16 >> 2] | 0; + i3 = HEAP32[i7 + -20 >> 2] | 0; } - if ((HEAP8[i2 + i4 + -1 >> 0] | 0) == 62) { - if (i6) { - i2 = i5 + 1 | 0; - i4 = (i7 & 255) >>> 1; + if ((HEAP8[i2 + i3 + -1 >> 0] | 0) == 62) { + if (i5) { + i2 = (i4 & 255) >>> 1; + i3 = i6 + 1 | 0; } else { - i2 = HEAP32[i3 + -16 >> 2] | 0; - i4 = HEAP32[i3 + -20 >> 2] | 0; + i2 = HEAP32[i7 + -20 >> 2] | 0; + i3 = HEAP32[i7 + -16 >> 2] | 0; } - if ((HEAP8[i2 + (i4 + -2) >> 0] | 0) != 45) { - if (i6) { - i4 = i5 + 1 | 0; - i2 = (i7 & 255) >>> 1; + if ((HEAP8[i3 + (i2 + -2) >> 0] | 0) != 45) { + if (i5) { + i3 = (i4 & 255) >>> 1; + i2 = i6 + 1 | 0; } else { - i4 = HEAP32[i3 + -16 >> 2] | 0; - i2 = HEAP32[i3 + -20 >> 2] | 0; + i3 = HEAP32[i7 + -20 >> 2] | 0; + i2 = HEAP32[i7 + -16 >> 2] | 0; } - if ((HEAP8[i4 + (i2 + -2) >> 0] | 0) != 62) { - i2 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i8, i21, i22) | 0; - if ((i2 | 0) == (i8 | 0)) { - i3 = 0; - i2 = i1; + if ((HEAP8[i2 + (i3 + -2) >> 0] | 0) != 62) { + i10 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i1, i19, i20) | 0; + if ((i10 | 0) == (i1 | 0)) { + i1 = i22; + i2 = 0; break; } - i14 = HEAP32[i17 >> 2] | 0; - i3 = i14; - if (((i14 - (HEAP32[i22 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) { - i3 = 0; - i2 = i1; + i13 = HEAP32[i14 >> 2] | 0; + i1 = i13; + if (((i13 - (HEAP32[i20 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) { + i1 = i22; + i2 = 0; break; } - i5 = i3 + -24 | 0; - HEAP32[i23 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i23 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; - HEAP32[i23 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; - i4 = 0; + i2 = i1 + -24 | 0; + HEAP32[i21 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i21 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i21 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i5 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i11 = i3 + -12 | 0; - L45 : do if (!(HEAP8[i24 >> 0] & 1)) { - HEAP8[i24 + 1 >> 0] = 0; - HEAP8[i24 >> 0] = 0; + i9 = i1 + -12 | 0; + L45 : do if (!(HEAP8[i23 >> 0] & 1)) { + HEAP8[i23 + 1 >> 0] = 0; + HEAP8[i23 >> 0] = 0; } else { - i8 = i24 + 8 | 0; - i4 = HEAP32[i8 >> 2] | 0; - HEAP8[i4 >> 0] = 0; - i9 = i24 + 4 | 0; - HEAP32[i9 >> 2] = 0; - i7 = HEAP32[i24 >> 2] | 0; - i10 = (i7 & -2) + -1 | 0; - i5 = i7 & 255; - do if (!(i5 & 1)) { - i3 = i7 >>> 1 & 127; - if ((i5 & 255) < 22) { - _memcpy(i24 + 1 | 0, i4 | 0, (i7 >>> 1 & 127) + 1 | 0) | 0; - _free(i4); + i5 = i23 + 8 | 0; + i2 = HEAP32[i5 >> 2] | 0; + HEAP8[i2 >> 0] = 0; + i6 = i23 + 4 | 0; + HEAP32[i6 >> 2] = 0; + i7 = HEAP32[i23 >> 2] | 0; + i8 = (i7 & -2) + -1 | 0; + i3 = i7 & 255; + do if (!(i3 & 1)) { + i1 = i7 >>> 1 & 127; + if ((i3 & 255) < 22) { + _memcpy(i23 + 1 | 0, i2 | 0, (i7 >>> 1 & 127) + 1 | 0) | 0; + _free(i2); break; } - i4 = i3 + 16 & 240; - i6 = i4 + -1 | 0; - if ((i6 | 0) == (i10 | 0)) break L45; - i5 = _malloc(i4) | 0; - if (i6 >>> 0 <= i10 >>> 0 & (i5 | 0) == 0) break L45; - _memcpy(i5 | 0, i24 + 1 | 0, (i7 >>> 1 & 127) + 1 | 0) | 0; - HEAP32[i24 >> 2] = i4 | 1; - HEAP32[i9 >> 2] = i3; - HEAP32[i8 >> 2] = i5; + i2 = i1 + 16 & 240; + i4 = i2 + -1 | 0; + if ((i4 | 0) == (i8 | 0)) break L45; + i3 = _malloc(i2) | 0; + if (i4 >>> 0 <= i8 >>> 0 & (i3 | 0) == 0) break L45; + _memcpy(i3 | 0, i23 + 1 | 0, (i7 >>> 1 & 127) + 1 | 0) | 0; + HEAP32[i23 >> 2] = i2 | 1; + HEAP32[i6 >> 2] = i1; + HEAP32[i5 >> 2] = i3; break L45; } else { - HEAP8[i24 + 1 >> 0] = 0; - _free(i4); - i3 = 0; + HEAP8[i23 + 1 >> 0] = 0; + _free(i2); + i1 = 0; } while (0); - HEAP8[i24 >> 0] = i3 << 1; + HEAP8[i23 >> 0] = i1 << 1; } while (0); - HEAP32[i24 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i24 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; - HEAP32[i24 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; - i3 = 0; + HEAP32[i23 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i23 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; + HEAP32[i23 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; + i1 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i11 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i9 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i14 = HEAP8[i24 >> 0] | 0; - if (!(((i14 & 1) == 0 ? (i14 & 255) >>> 1 : HEAP32[i24 + 4 >> 2] | 0) | 0)) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9push_backEc(i23, 32); - i3 = HEAP32[i17 >> 2] | 0; - i5 = i3 + -24 | 0; - i4 = i3; + i13 = HEAP8[i23 >> 0] | 0; + if (!(((i13 & 1) == 0 ? (i13 & 255) >>> 1 : HEAP32[i23 + 4 >> 2] | 0) | 0)) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9push_backEc(i21, 32); + i1 = HEAP32[i14 >> 2] | 0; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i4 | 0) == (i5 | 0)) break; - i14 = i4 + -24 | 0; - HEAP32[i17 >> 2] = i14; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i14); - i4 = HEAP32[i17 >> 2] | 0; + if ((i3 | 0) == (i2 | 0)) break; + i13 = i3 + -24 | 0; + HEAP32[i14 >> 2] = i13; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i13); + i3 = HEAP32[i14 >> 2] | 0; } - i14 = HEAP8[i23 >> 0] | 0; - i13 = (i14 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKcj(i3 + -48 | 0, 0, i13 ? i23 + 1 | 0 : HEAP32[i23 + 8 >> 2] | 0, i13 ? (i14 & 255) >>> 1 : HEAP32[i23 + 4 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i23); - i3 = HEAP32[i17 >> 2] | 0; - } else i2 = i8; - } else i2 = i8; - } else i2 = i8; - } else i2 = i8; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9push_backEc(i3 + -24 | 0, 40); - if ((i2 | 0) != (i21 | 0) ? (HEAP8[i2 >> 0] | 0) == 118 : 0) { - i3 = HEAP32[i22 >> 2] | 0; - i4 = HEAP32[i17 >> 2] | 0; - i2 = i2 + 1 | 0; - } else i15 = 128; - do if ((i15 | 0) == 128) { - i12 = i23 + 4 | 0; - i10 = i16 + 8 | 0; - i14 = i16 + 1 | 0; - i11 = i16 + 4 | 0; - i9 = i23 + 8 | 0; - i13 = i23 + 1 | 0; - i8 = 1; + i2 = HEAP8[i21 >> 0] | 0; + i13 = (i2 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKcj(i1 + -48 | 0, 0, i13 ? i21 + 1 | 0 : HEAP32[i21 + 8 >> 2] | 0, i13 ? (i2 & 255) >>> 1 : HEAP32[i21 + 4 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i21); + i2 = HEAP32[i14 >> 2] | 0; + i1 = i10; + } else i2 = i7; + } else i2 = i7; + } else i2 = i7; + } else i2 = i7; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9push_backEc(i2 + -24 | 0, 40); + if ((i1 | 0) != (i19 | 0) ? (HEAP8[i1 >> 0] | 0) == 118 : 0) { + i2 = HEAP32[i20 >> 2] | 0; + i3 = HEAP32[i14 >> 2] | 0; + i1 = i1 + 1 | 0; + } else i11 = 128; + do if ((i11 | 0) == 128) { + i8 = i21 + 4 | 0; + i9 = i15 + 8 | 0; + i10 = i15 + 1 | 0; + i11 = i15 + 4 | 0; + i12 = i21 + 8 | 0; + i13 = i21 + 1 | 0; + i7 = 1; L75 : while (1) { - i3 = HEAP32[i22 >> 2] | 0; - i4 = HEAP32[i17 >> 2] | 0; + i2 = HEAP32[i20 >> 2] | 0; + i3 = HEAP32[i14 >> 2] | 0; while (1) { - i5 = (i4 - i3 | 0) / 24 | 0; - i6 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i2, i21, i22) | 0; - i4 = HEAP32[i17 >> 2] | 0; - i3 = HEAP32[i22 >> 2] | 0; - i7 = (i4 - i3 | 0) / 24 | 0; - if ((i6 | 0) == (i2 | 0)) { - i15 = 151; + i4 = (i3 - i2 | 0) / 24 | 0; + i5 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i1, i19, i20) | 0; + i3 = HEAP32[i14 >> 2] | 0; + i2 = HEAP32[i20 >> 2] | 0; + i6 = (i3 - i2 | 0) / 24 | 0; + if ((i5 | 0) == (i1 | 0)) { + i11 = 151; break L75; } - if (i7 >>> 0 > i5 >>> 0) { - i2 = i6; + if (i6 >>> 0 > i4 >>> 0) { + i1 = i5; + i5 = i6; break; - } else i2 = i6; + } else i1 = i5; } - i3 = 0; + i2 = 0; while (1) { - if ((i3 | 0) == 3) { - i3 = i5; + if ((i2 | 0) == 3) { + i2 = i4; break; } - HEAP32[i23 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + HEAP32[i21 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } while (1) { - if (i3 >>> 0 >= i7 >>> 0) break; - i15 = HEAP8[i23 >> 0] | 0; - if (((i15 & 1) == 0 ? (i15 & 255) >>> 1 : HEAP32[i12 >> 2] | 0) | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i23, 36480) | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i16, (HEAP32[i22 >> 2] | 0) + (i3 * 24 | 0) | 0); - i15 = HEAP8[i16 >> 0] | 0; - i6 = (i15 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i23, i6 ? i14 : HEAP32[i10 >> 2] | 0, i6 ? (i15 & 255) >>> 1 : HEAP32[i11 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i16); - i3 = i3 + 1 | 0; + 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, 37638) | 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; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i21, i3 ? i10 : HEAP32[i9 >> 2] | 0, i3 ? (i6 & 255) >>> 1 : HEAP32[i11 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i15); + i2 = i2 + 1 | 0; } while (1) { - if (i5 >>> 0 >= i7 >>> 0) break; - i3 = HEAP32[i17 >> 2] | 0; - i4 = i3 + -24 | 0; + if (i4 >>> 0 >= i5 >>> 0) break; + i3 = HEAP32[i14 >> 2] | 0; + i2 = i3 + -24 | 0; while (1) { - if ((i3 | 0) == (i4 | 0)) break; - i15 = i3 + -24 | 0; - HEAP32[i17 >> 2] = i15; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); - i3 = HEAP32[i17 >> 2] | 0; + if ((i3 | 0) == (i2 | 0)) break; + i6 = i3 + -24 | 0; + HEAP32[i14 >> 2] = i6; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i6); + i3 = HEAP32[i14 >> 2] | 0; } - i5 = i5 + 1 | 0; + i4 = i4 + 1 | 0; } - i5 = HEAP8[i23 >> 0] | 0; - i3 = HEAP32[i12 >> 2] | 0; - if (!(((i5 & 1) == 0 ? (i5 & 255) >>> 1 : i3) | 0)) i3 = i8; else { - i4 = HEAP32[i17 >> 2] | 0; - if ((HEAP32[i22 >> 2] | 0) == (i4 | 0)) { - i15 = 163; + i4 = HEAP8[i21 >> 0] | 0; + i2 = HEAP32[i8 >> 2] | 0; + if (!(((i4 & 1) == 0 ? (i4 & 255) >>> 1 : i2) | 0)) i2 = i7; else { + i3 = HEAP32[i14 >> 2] | 0; + if ((HEAP32[i20 >> 2] | 0) == (i3 | 0)) { + i11 = 163; break; } - if (!i8) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i4 + -24 | 0, 36480) | 0; - i4 = HEAP32[i17 >> 2] | 0; - i5 = HEAP8[i23 >> 0] | 0; - i3 = HEAP32[i12 >> 2] | 0; + if (!i7) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + -24 | 0, 37638) | 0; + i3 = HEAP32[i14 >> 2] | 0; + i4 = HEAP8[i21 >> 0] | 0; + i2 = HEAP32[i8 >> 2] | 0; } - i15 = (i5 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i4 + -24 | 0, i15 ? i13 : HEAP32[i9 >> 2] | 0, i15 ? (i5 & 255) >>> 1 : i3) | 0; - i3 = 0; + i7 = (i4 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i3 + -24 | 0, i7 ? i13 : HEAP32[i12 >> 2] | 0, i7 ? (i4 & 255) >>> 1 : i2) | 0; + i2 = 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i23); - i8 = i3; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i21); + i7 = i2; } - if ((i15 | 0) == 151) break; else if ((i15 | 0) == 163) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i23); - i3 = 0; - i2 = i1; + if ((i11 | 0) == 151) break; else if ((i11 | 0) == 163) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i21); + i1 = i22; + i2 = 0; break L15; } } while (0); - if ((i3 | 0) != (i4 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9push_backEc(i4 + -24 | 0, 41); - if (i18 & 1 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i17 >> 2] | 0) + -24 | 0, 35496) | 0; - if (i18 & 2 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i17 >> 2] | 0) + -24 | 0, 35503) | 0; - if (i18 & 4 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i17 >> 2] | 0) + -24 | 0, 35513) | 0; - switch (i19 | 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, 36654) | 0; + if (i16 & 2 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 36661) | 0; + if (i16 & 4 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 36671) | 0; + switch (i17 | 0) { case 1: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i17 >> 2] | 0) + -24 | 0, 37087) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 38245) | 0; break; } case 2: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i17 >> 2] | 0) + -24 | 0, 37090) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 38248) | 0; break; } default: {} } - i3 = HEAP8[i24 >> 0] | 0; - i23 = (i3 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj((HEAP32[i17 >> 2] | 0) + -24 | 0, i23 ? i24 + 1 | 0 : HEAP32[i24 + 8 >> 2] | 0, i23 ? (i3 & 255) >>> 1 : HEAP32[i24 + 4 >> 2] | 0) | 0; - i3 = 1; + i2 = HEAP8[i23 >> 0] | 0; + i21 = (i2 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj((HEAP32[i14 >> 2] | 0) + -24 | 0, i21 ? i23 + 1 | 0 : HEAP32[i23 + 8 >> 2] | 0, i21 ? (i2 & 255) >>> 1 : HEAP32[i23 + 4 >> 2] | 0) | 0; + i2 = 1; } else { - i3 = 0; - i2 = i1; + i1 = i22; + i2 = 0; } } else { - i3 = 0; - i2 = i1; + i1 = i22; + i2 = 0; } } else { - i3 = 0; - i2 = i1; + i1 = i22; + i2 = 0; } while (0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i24); - HEAP8[i28 >> 0] = i20; - if (i3) i1 = i2; else { - HEAP8[i28 >> 0] = i26; - HEAP32[i27 >> 2] = i25; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i23); + HEAP8[i27 >> 0] = i18; + if (!i2) { + HEAP8[i27 >> 0] = i24; + HEAP32[i25 >> 2] = i26; + i1 = i22; break L1; } - } else i1 = i21; + } else i1 = i19; else i1 = i22; } } while (0); - HEAP8[i28 >> 0] = i26; - HEAP32[i27 >> 2] = i25; + HEAP8[i27 >> 0] = i24; + HEAP32[i25 >> 2] = i26; } while (0); - STACKTOP = i29; + 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; @@ -25146,19 +25171,19 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ i17 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; i15 = i17 + 88 | 0; - i9 = i17 + 64 | 0; - i8 = i17 + 48 | 0; - i10 = i17 + 24 | 0; - i7 = i17 + 12 | 0; + i8 = i17 + 64 | 0; + i9 = i17 + 48 | 0; + i7 = i17 + 24 | 0; + i10 = i17 + 12 | 0; i12 = i17; L1 : do if ((i1 | 0) != (i16 | 0)) { - i2 = HEAP8[i1 >> 0] | 0; - i4 = i2 << 24 >> 24; + i3 = HEAP8[i1 >> 0] | 0; + i4 = i3 << 24 >> 24; switch (i4 | 0) { case 68: case 67: { - L6 : do if ((i16 - i1 | 0) > 1 ? (i6 = i13 + 4 | 0, i3 = HEAP32[i6 >> 2] | 0, (HEAP32[i13 >> 2] | 0) != (i3 | 0)) : 0) { + L6 : do if ((i16 - i1 | 0) > 1 ? (i6 = i13 + 4 | 0, i2 = HEAP32[i6 >> 2] | 0, (HEAP32[i13 >> 2] | 0) != (i2 | 0)) : 0) { switch (i4 | 0) { case 67: { @@ -25171,13 +25196,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ default: break L6; } - __ZN10__cxxabiv112_GLOBAL__N_19base_nameINSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEEEET_RS9_(i8, i3 + -24 | 0); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i9, i8); + __ZN10__cxxabiv112_GLOBAL__N_19base_nameINSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEEEET_RS9_(i9, i2 + -24 | 0); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i8, i9); i2 = HEAP32[i6 >> 2] | 0; i16 = HEAP32[i13 + 8 >> 2] | 0; i5 = i16; if (i2 >>> 0 < i16 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i8); HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 24; } else { i3 = HEAP32[i13 >> 2] | 0; @@ -25193,13 +25218,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i15, i2, i6, i13 + 12 | 0); i16 = i15 + 8 | 0; i14 = HEAP32[i16 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i14, i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i14, i8); HEAP32[i16 >> 2] = i14 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i13, i15); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i15); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i9); HEAP8[i13 + 60 >> 0] = 1; i1 = i1 + 2 | 0; break L6; @@ -25218,23 +25243,23 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ default: break L6; } - __ZN10__cxxabiv112_GLOBAL__N_19base_nameINSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEEEET_RS9_(i12, i3 + -24 | 0); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i12, 0, 35935) | 0; - HEAP32[i7 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i7 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i7 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + __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, 37093) | 0; + HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i10 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i10 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i10, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i7, i10); i2 = HEAP32[i6 >> 2] | 0; i16 = HEAP32[i13 + 8 >> 2] | 0; i5 = i16; if (i2 >>> 0 < i16 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i7); HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 24; } else { i3 = HEAP32[i13 >> 2] | 0; @@ -25250,13 +25275,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i15, i2, i6, i13 + 12 | 0); i16 = i15 + 8 | 0; i14 = HEAP32[i16 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i14, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i14, i7); HEAP32[i16 >> 2] = i14 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i13, i15); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i15); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i10); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i12); HEAP8[i13 + 60 >> 0] = 1; i1 = i1 + 2 | 0; @@ -25265,18 +25290,18 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ } case 85: { - L40 : do if ((i16 - i1 | 0) > 2 & i2 << 24 >> 24 == 85) { + L40 : do if ((i16 - i1 | 0) > 2 & i3 << 24 >> 24 == 85) { switch (HEAP8[i1 + 1 >> 0] | 0) { case 116: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i8, 36859, 8); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i9, i8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 38017, 8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i8, i9); i7 = i13 + 4 | 0; i2 = HEAP32[i7 >> 2] | 0; i14 = HEAP32[i13 + 8 >> 2] | 0; i3 = i14; if (i2 >>> 0 < i14 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i8); HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 24; } else { i4 = HEAP32[i13 >> 2] | 0; @@ -25292,23 +25317,23 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i15, i2, i6, i13 + 12 | 0); i14 = i15 + 8 | 0; i12 = HEAP32[i14 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i12, i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i12, i8); HEAP32[i14 >> 2] = i12 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i13, i15); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i15); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i9); i2 = i1 + 2 | 0; if ((i2 | 0) == (i16 | 0)) { - i2 = HEAP32[i7 >> 2] | 0; - i3 = i2 + -24 | 0; + i3 = HEAP32[i7 >> 2] | 0; + i2 = i3 + -24 | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break L40; - i16 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break L40; + i16 = i3 + -24 | 0; HEAP32[i7 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i2 = HEAP32[i7 >> 2] | 0; + i3 = HEAP32[i7 >> 2] | 0; } } if (((HEAP8[i2 >> 0] | 0) + -48 | 0) >>> 0 < 10) { @@ -25329,14 +25354,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ i1 = i2 + 1 | 0; break L40; } - i2 = HEAP32[i7 >> 2] | 0; - i3 = i2 + -24 | 0; + i3 = HEAP32[i7 >> 2] | 0; + i2 = i3 + -24 | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break L40; - i16 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break L40; + i16 = i3 + -24 | 0; HEAP32[i7 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i2 = HEAP32[i7 >> 2] | 0; + i3 = HEAP32[i7 >> 2] | 0; } } case 108: @@ -25344,14 +25369,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ default: break L40; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i7, 36868, 9); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i10, i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i10, 38026, 9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i7, i10); i14 = i13 + 4 | 0; i2 = HEAP32[i14 >> 2] | 0; i11 = HEAP32[i13 + 8 >> 2] | 0; i3 = i11; if (i2 >>> 0 < i11 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i7); HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + 24; } else { i4 = HEAP32[i13 >> 2] | 0; @@ -25367,46 +25392,46 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i15, i2, i6, i13 + 12 | 0); i11 = i15 + 8 | 0; i9 = HEAP32[i11 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i9, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i9, i7); HEAP32[i11 >> 2] = i9 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i13, i15); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i15); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i10); i3 = i1 + 2 | 0; do if ((HEAP8[i3 >> 0] | 0) != 118) { i2 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i3, i16, i13) | 0; if ((i2 | 0) == (i3 | 0)) { - i2 = HEAP32[i14 >> 2] | 0; - i3 = i2 + -24 | 0; + i3 = HEAP32[i14 >> 2] | 0; + i2 = i3 + -24 | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break L40; - i16 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break L40; + i16 = i3 + -24 | 0; HEAP32[i14 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i2 = HEAP32[i14 >> 2] | 0; + i3 = HEAP32[i14 >> 2] | 0; } } i3 = HEAP32[i14 >> 2] | 0; if (((i3 - (HEAP32[i13 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) break L40; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i15, i3 + -24 | 0); i5 = HEAP32[i14 >> 2] | 0; - i4 = i5 + -24 | 0; - i3 = i5; + i3 = i5 + -24 | 0; + i4 = i5; while (1) { - if ((i3 | 0) == (i4 | 0)) break; - i11 = i3 + -24 | 0; + if ((i4 | 0) == (i3 | 0)) break; + i11 = i4 + -24 | 0; HEAP32[i14 >> 2] = i11; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); - i3 = HEAP32[i14 >> 2] | 0; + i4 = HEAP32[i14 >> 2] | 0; } i3 = HEAP8[i15 >> 0] | 0; i8 = (i3 & 1) == 0; i9 = i15 + 8 | 0; - i11 = i15 + 1 | 0; - i10 = i15 + 4 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i5 + -48 | 0, i8 ? i11 : HEAP32[i9 >> 2] | 0, i8 ? (i3 & 255) >>> 1 : HEAP32[i10 >> 2] | 0) | 0; + i10 = i15 + 1 | 0; + i11 = i15 + 4 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i5 + -48 | 0, i8 ? i10 : HEAP32[i9 >> 2] | 0, i8 ? (i3 & 255) >>> 1 : HEAP32[i11 >> 2] | 0) | 0; while (1) { i8 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i2, i16, i13) | 0; if ((i8 | 0) == (i2 | 0)) { @@ -25420,19 +25445,19 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i12, i2 + -24 | 0); L104 : do if (!(i3 & 1)) { - HEAP8[i11 >> 0] = 0; + HEAP8[i10 >> 0] = 0; HEAP8[i15 >> 0] = 0; } else { i3 = HEAP32[i9 >> 2] | 0; HEAP8[i3 >> 0] = 0; - HEAP32[i10 >> 2] = 0; + HEAP32[i11 >> 2] = 0; i6 = HEAP32[i15 >> 2] | 0; i7 = (i6 & -2) + -1 | 0; i4 = i6 & 255; do if (!(i4 & 1)) { i2 = i6 >>> 1 & 127; if ((i4 & 255) < 22) { - _memcpy(i11 | 0, i3 | 0, (i6 >>> 1 & 127) + 1 | 0) | 0; + _memcpy(i10 | 0, i3 | 0, (i6 >>> 1 & 127) + 1 | 0) | 0; _free(i3); break; } @@ -25441,13 +25466,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ if ((i5 | 0) == (i7 | 0)) break L104; i4 = _malloc(i3) | 0; if (i5 >>> 0 <= i7 >>> 0 & (i4 | 0) == 0) break L104; - _memcpy(i4 | 0, i11 | 0, (i6 >>> 1 & 127) + 1 | 0) | 0; + _memcpy(i4 | 0, i10 | 0, (i6 >>> 1 & 127) + 1 | 0) | 0; HEAP32[i15 >> 2] = i3 | 1; - HEAP32[i10 >> 2] = i2; + HEAP32[i11 >> 2] = i2; HEAP32[i9 >> 2] = i4; break L104; } else { - HEAP8[i11 >> 0] = 0; + HEAP8[i10 >> 0] = 0; _free(i3); i2 = 0; } while (0); @@ -25464,28 +25489,28 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i12); i5 = HEAP32[i14 >> 2] | 0; - i3 = i5 + -24 | 0; - i2 = i5; + i2 = i5 + -24 | 0; + i3 = i5; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i7 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i7 = i3 + -24 | 0; HEAP32[i14 >> 2] = i7; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); - i2 = HEAP32[i14 >> 2] | 0; + i3 = HEAP32[i14 >> 2] | 0; } i3 = HEAP8[i15 >> 0] | 0; - i4 = (i3 & 1) == 0; - i2 = i4 ? (i3 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; - if (!i2) { + i2 = (i3 & 1) == 0; + i4 = i2 ? (i3 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; + if (!i4) { i2 = i8; continue; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i5 + -48 | 0, 36480) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj((HEAP32[i14 >> 2] | 0) + -24 | 0, i4 ? i11 : HEAP32[i9 >> 2] | 0, i2) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i5 + -48 | 0, 37638) | 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, 35848) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 37006) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i15); i3 = i2; break; @@ -25500,14 +25525,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ if ((i3 | 0) != (i16 | 0) ? (HEAP8[i3 >> 0] | 0) == 69 : 0) { i2 = i3 + 1 | 0; if ((i2 | 0) == (i16 | 0)) { - i2 = HEAP32[i14 >> 2] | 0; - i3 = i2 + -24 | 0; + i3 = HEAP32[i14 >> 2] | 0; + i2 = i3 + -24 | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break L40; - i16 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break L40; + i16 = i3 + -24 | 0; HEAP32[i14 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i2 = HEAP32[i14 >> 2] | 0; + i3 = HEAP32[i14 >> 2] | 0; } } L139 : do if (((HEAP8[i2 >> 0] | 0) + -48 | 0) >>> 0 < 10) { @@ -25526,35 +25551,34 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ i4 = i11 + -16 | 0; if (!(i6 & 1)) { i5 = i12 + 1 | 0; - i7 = i6; + i10 = (i6 & 255) >>> 1; i8 = 10; - i9 = (i6 & 255) >>> 1; } else { i5 = HEAP32[i4 >> 2] | 0; - i8 = HEAP32[i12 >> 2] | 0; + i6 = HEAP32[i12 >> 2] | 0; i4 = i5 + 7 | 0; - i7 = i8 & 255; - i8 = (i8 & -2) + -1 | 0; - i9 = HEAP32[i11 + -20 >> 2] | 0; + i10 = HEAP32[i11 + -20 >> 2] | 0; + i8 = (i6 & -2) + -1 | 0; + i6 = i6 & 255; } - i10 = i4 - i5 | 0; - i6 = i3 - i2 | 0; + i9 = i4 - i5 | 0; + i7 = i3 - i2 | 0; if ((i3 | 0) != (i2 | 0)) { - if ((i8 - i9 | 0) >>> 0 >= i6 >>> 0) { - if (!(i7 & 1)) i4 = i12 + 1 | 0; else i4 = HEAP32[i11 + -16 >> 2] | 0; - if ((i9 | 0) == (i10 | 0)) i5 = i4; else { - i5 = i4 + i10 | 0; - _memmove(i5 + i6 | 0, i5 | 0, i9 - i10 | 0) | 0; + if ((i8 - i10 | 0) >>> 0 >= i7 >>> 0) { + if (!(i6 & 1)) i4 = i12 + 1 | 0; else i4 = HEAP32[i11 + -16 >> 2] | 0; + if ((i10 | 0) == (i9 | 0)) i5 = i4; else { + i5 = i4 + i9 | 0; + _memmove(i5 + i7 | 0, i5 | 0, i10 - i9 | 0) | 0; i5 = i4; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i12, i8, i9 + i6 - i8 | 0, i9, i10, i6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i12, i8, i10 + i7 - i8 | 0, i10, i9, i7); i5 = HEAP32[i11 + -16 >> 2] | 0; } - i4 = i9 + i6 | 0; + i4 = i10 + i7 | 0; if (!(HEAP8[i12 >> 0] & 1)) HEAP8[i12 >> 0] = i4 << 1; else HEAP32[i11 + -20 >> 2] = i4; HEAP8[i5 + i4 >> 0] = 0; - i4 = i5 + i10 | 0; + i4 = i5 + i9 | 0; while (1) { if ((i2 | 0) == (i3 | 0)) { i2 = i3; @@ -25570,24 +25594,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ i1 = i2 + 1 | 0; break; } - i2 = HEAP32[i14 >> 2] | 0; - i3 = i2 + -24 | 0; + i3 = HEAP32[i14 >> 2] | 0; + i2 = i3 + -24 | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break L40; - i16 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break L40; + i16 = i3 + -24 | 0; HEAP32[i14 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i2 = HEAP32[i14 >> 2] | 0; + i3 = HEAP32[i14 >> 2] | 0; } } - i2 = HEAP32[i14 >> 2] | 0; - i3 = i2 + -24 | 0; + i3 = HEAP32[i14 >> 2] | 0; + i2 = i3 + -24 | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break L40; - i16 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break L40; + i16 = i3 + -24 | 0; HEAP32[i14 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i2 = HEAP32[i14 >> 2] | 0; + i3 = HEAP32[i14 >> 2] | 0; } } while (0); break L1; @@ -25628,42 +25652,42 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i35 = i45 + 544 | 0; i37 = i45 + 512 | 0; i2 = i45 + 584 | 0; - i18 = i45 + 568 | 0; - i28 = i45 + 528 | 0; - i3 = i45 + 496 | 0; - i11 = i45 + 480 | 0; - i12 = i45 + 464 | 0; - i39 = i45 + 456 | 0; - i40 = i45 + 448 | 0; - i13 = i45 + 432 | 0; - i14 = i45 + 416 | 0; - i15 = i45 + 400 | 0; - i16 = i45 + 384 | 0; - i17 = i45 + 368 | 0; - i41 = i45 + 360 | 0; - i42 = i45 + 352 | 0; - i19 = i45 + 336 | 0; - i20 = i45 + 320 | 0; - i21 = i45 + 304 | 0; - i22 = i45 + 288 | 0; - i23 = i45 + 272 | 0; - i24 = i45 + 256 | 0; - i25 = i45 + 240 | 0; - i26 = i45 + 224 | 0; - i27 = i45 + 208 | 0; - i29 = i45 + 192 | 0; - i30 = i45 + 176 | 0; - i31 = i45 + 160 | 0; - i32 = i45 + 144 | 0; - i33 = i45 + 128 | 0; - i34 = i45 + 112 | 0; - i4 = i45 + 96 | 0; - i5 = i45 + 80 | 0; - i6 = i45 + 64 | 0; - i7 = i45 + 48 | 0; - i8 = i45 + 32 | 0; - i9 = i45 + 16 | 0; - i10 = i45; + i3 = i45 + 568 | 0; + i14 = i45 + 528 | 0; + i25 = i45 + 496 | 0; + i29 = i45 + 480 | 0; + i30 = i45 + 464 | 0; + i40 = i45 + 456 | 0; + i39 = i45 + 448 | 0; + i31 = i45 + 432 | 0; + i32 = i45 + 416 | 0; + i33 = i45 + 400 | 0; + i34 = i45 + 384 | 0; + i4 = i45 + 368 | 0; + i42 = i45 + 360 | 0; + i41 = i45 + 352 | 0; + i5 = i45 + 336 | 0; + i6 = i45 + 320 | 0; + i7 = i45 + 304 | 0; + i8 = i45 + 288 | 0; + i9 = i45 + 272 | 0; + i10 = i45 + 256 | 0; + i11 = i45 + 240 | 0; + i12 = i45 + 224 | 0; + i13 = i45 + 208 | 0; + i15 = i45 + 192 | 0; + i16 = i45 + 176 | 0; + i17 = i45 + 160 | 0; + i18 = i45 + 144 | 0; + i19 = i45 + 128 | 0; + i20 = i45 + 112 | 0; + i21 = i45 + 96 | 0; + i22 = i45 + 80 | 0; + i23 = i45 + 64 | 0; + i24 = i45 + 48 | 0; + i26 = i45 + 32 | 0; + i27 = i45 + 16 | 0; + i28 = i45; __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i35, i36, HEAP32[i43 + 12 >> 2] | 0); if (!(HEAP32[i35 + 16 >> 2] | 0)) { HEAP32[i37 >> 2] = HEAP32[i35 >> 2]; @@ -25686,51 +25710,51 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 1: { - __ZNK4wasm7Literal19countTrailingZeroesEv(i18, i37); - HEAP32[i44 >> 2] = HEAP32[i18 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i18 + 12 >> 2]; + __ZNK4wasm7Literal19countTrailingZeroesEv(i3, i37); + HEAP32[i44 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 2: { - __ZNK4wasm7Literal8popCountEv(i28, i37); - HEAP32[i44 >> 2] = HEAP32[i28 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i28 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i28 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i28 + 12 >> 2]; + __ZNK4wasm7Literal8popCountEv(i14, i37); + HEAP32[i44 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i14 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 24: { - __ZN4wasm7Literal9castToF32Ev(i3, i37); - HEAP32[i44 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; + __ZN4wasm7Literal9castToF32Ev(i25, i37); + HEAP32[i44 >> 2] = HEAP32[i25 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i25 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i25 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i25 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 10: { - __ZNK4wasm7Literal12extendToSI64Ev(i11, i37); - HEAP32[i44 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i11 + 12 >> 2]; + __ZNK4wasm7Literal12extendToSI64Ev(i29, i37); + HEAP32[i44 >> 2] = HEAP32[i29 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i29 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i29 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i29 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 11: { - __ZNK4wasm7Literal12extendToUI64Ev(i12, i37); - HEAP32[i44 >> 2] = HEAP32[i12 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i12 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i12 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i12 + 12 >> 2]; + __ZNK4wasm7Literal12extendToUI64Ev(i30, i37); + HEAP32[i44 >> 2] = HEAP32[i30 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i30 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i30 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i30 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } @@ -25738,12 +25762,12 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { i2 = HEAP32[i37 + 8 >> 2] | 0; if ((HEAP32[i43 + 4 >> 2] | 0) == 3) { - HEAPF32[i39 >> 2] = +(i2 >>> 0); + HEAPF32[i40 >> 2] = +(i2 >>> 0); i2 = 3; - d1 = +HEAPF64[i39 >> 3]; + d1 = +HEAPF64[i40 >> 3]; } else { d1 = +(i2 >>> 0); - HEAPF64[i39 >> 3] = d1; + HEAPF64[i40 >> 3] = d1; i2 = 4; } HEAP32[i44 >> 2] = i2; @@ -25755,12 +25779,12 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { i2 = HEAP32[i37 + 8 >> 2] | 0; if ((HEAP32[i43 + 4 >> 2] | 0) == 3) { - HEAPF32[i40 >> 2] = +(i2 | 0); + HEAPF32[i39 >> 2] = +(i2 | 0); i2 = 3; - d1 = +HEAPF64[i40 >> 3]; + d1 = +HEAPF64[i39 >> 3]; } else { d1 = +(i2 | 0); - HEAPF64[i40 >> 3] = d1; + HEAPF64[i39 >> 3] = d1; i2 = 4; } HEAP32[i44 >> 2] = i2; @@ -25778,51 +25802,51 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect switch (HEAP32[i43 + 8 >> 2] | 0) { case 0: { - __ZNK4wasm7Literal18countLeadingZeroesEv(i13, i37); - HEAP32[i44 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i13 + 12 >> 2]; + __ZNK4wasm7Literal18countLeadingZeroesEv(i31, i37); + HEAP32[i44 >> 2] = HEAP32[i31 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i31 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i31 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i31 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 1: { - __ZNK4wasm7Literal19countTrailingZeroesEv(i14, i37); - HEAP32[i44 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i14 + 12 >> 2]; + __ZNK4wasm7Literal19countTrailingZeroesEv(i32, i37); + HEAP32[i44 >> 2] = HEAP32[i32 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i32 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i32 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i32 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 2: { - __ZNK4wasm7Literal8popCountEv(i15, i37); - HEAP32[i44 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; + __ZNK4wasm7Literal8popCountEv(i33, i37); + HEAP32[i44 >> 2] = HEAP32[i33 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i33 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i33 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i33 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 12: { - __ZNK4wasm7Literal13truncateToI32Ev(i16, i37); - HEAP32[i44 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; + __ZNK4wasm7Literal13truncateToI32Ev(i34, i37); + HEAP32[i44 >> 2] = HEAP32[i34 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i34 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i34 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i34 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 24: { - __ZN4wasm7Literal9castToF64Ev(i17, i37); - HEAP32[i44 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; + __ZN4wasm7Literal9castToF64Ev(i4, i37); + HEAP32[i44 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i4 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i4 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } @@ -25832,12 +25856,12 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i2 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i3 + 4 >> 2] | 0; if ((HEAP32[i43 + 4 >> 2] | 0) == 3) { - HEAPF32[i41 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 >>> 0); + HEAPF32[i42 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 >>> 0); i2 = 3; - d1 = +HEAPF64[i41 >> 3]; + d1 = +HEAPF64[i42 >> 3]; } else { d1 = +(i2 >>> 0) + 4294967296.0 * +(i3 >>> 0); - HEAPF64[i41 >> 3] = d1; + HEAPF64[i42 >> 3] = d1; i2 = 4; } HEAP32[i44 >> 2] = i2; @@ -25851,12 +25875,12 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i2 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i3 + 4 >> 2] | 0; if ((HEAP32[i43 + 4 >> 2] | 0) == 3) { - HEAPF32[i42 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 | 0); + HEAPF32[i41 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 | 0); i2 = 3; - d1 = +HEAPF64[i42 >> 3]; + d1 = +HEAPF64[i41 >> 3]; } else { d1 = +(i2 >>> 0) + 4294967296.0 * +(i3 | 0); - HEAPF64[i42 >> 3] = d1; + HEAPF64[i41 >> 3] = d1; i2 = 4; } HEAP32[i44 >> 2] = i2; @@ -25874,71 +25898,71 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect do switch (HEAP32[i43 + 8 >> 2] | 0) { case 3: { - __ZNK4wasm7Literal3negEv(i19, i37); - HEAP32[i44 >> 2] = HEAP32[i19 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i19 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i19 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i19 + 12 >> 2]; + __ZNK4wasm7Literal3negEv(i5, i37); + HEAP32[i44 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i5 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 4: { - __ZNK4wasm7Literal3absEv(i20, i37); - HEAP32[i44 >> 2] = HEAP32[i20 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i20 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i20 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i20 + 12 >> 2]; + __ZNK4wasm7Literal3absEv(i6, i37); + HEAP32[i44 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 5: { - __ZNK4wasm7Literal4ceilEv(i21, i37); - HEAP32[i44 >> 2] = HEAP32[i21 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i21 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i21 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i21 + 12 >> 2]; + __ZNK4wasm7Literal4ceilEv(i7, i37); + HEAP32[i44 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 6: { - __ZNK4wasm7Literal5floorEv(i22, i37); - HEAP32[i44 >> 2] = HEAP32[i22 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i22 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i22 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i22 + 12 >> 2]; + __ZNK4wasm7Literal5floorEv(i8, i37); + HEAP32[i44 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 7: { - __ZNK4wasm7Literal5truncEv(i23, i37); - HEAP32[i44 >> 2] = HEAP32[i23 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i23 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i23 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i23 + 12 >> 2]; + __ZNK4wasm7Literal5truncEv(i9, i37); + HEAP32[i44 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 8: { - __ZNK4wasm7Literal9nearbyintEv(i24, i37); - HEAP32[i44 >> 2] = HEAP32[i24 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i24 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i24 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i24 + 12 >> 2]; + __ZNK4wasm7Literal9nearbyintEv(i10, i37); + HEAP32[i44 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i10 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 9: { - __ZNK4wasm7Literal4sqrtEv(i25, i37); - HEAP32[i44 >> 2] = HEAP32[i25 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i25 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i25 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i25 + 12 >> 2]; + __ZNK4wasm7Literal4sqrtEv(i11, i37); + HEAP32[i44 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i11 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } @@ -25948,11 +25972,11 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect HEAP32[i38 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; HEAP32[i38 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; HEAP32[i38 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i26, i36, i43, i38); - HEAP32[i44 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i12, i36, i43, i38); + HEAP32[i44 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i12 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i12 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i12 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } @@ -25962,31 +25986,31 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect HEAP32[i38 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; HEAP32[i38 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; HEAP32[i38 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i27, i36, i43, i38); - HEAP32[i44 >> 2] = HEAP32[i27 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i27 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i27 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i27 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i13, i36, i43, i38); + HEAP32[i44 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i13 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 17: { - __ZN4wasm7Literal9castToI32Ev(i29, i37); - HEAP32[i44 >> 2] = HEAP32[i29 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i29 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i29 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i29 + 12 >> 2]; + __ZN4wasm7Literal9castToI32Ev(i15, i37); + HEAP32[i44 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 22: { - __ZNK4wasm7Literal11extendToF64Ev(i30, i37); - HEAP32[i44 >> 2] = HEAP32[i30 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i30 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i30 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i30 + 12 >> 2]; + __ZNK4wasm7Literal11extendToF64Ev(i16, i37); + HEAP32[i44 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } @@ -26000,71 +26024,71 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect do switch (HEAP32[i43 + 8 >> 2] | 0) { case 3: { - __ZNK4wasm7Literal3negEv(i31, i37); - HEAP32[i44 >> 2] = HEAP32[i31 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i31 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i31 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i31 + 12 >> 2]; + __ZNK4wasm7Literal3negEv(i17, i37); + HEAP32[i44 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 4: { - __ZNK4wasm7Literal3absEv(i32, i37); - HEAP32[i44 >> 2] = HEAP32[i32 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i32 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i32 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i32 + 12 >> 2]; + __ZNK4wasm7Literal3absEv(i18, i37); + HEAP32[i44 >> 2] = HEAP32[i18 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i18 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 5: { - __ZNK4wasm7Literal4ceilEv(i33, i37); - HEAP32[i44 >> 2] = HEAP32[i33 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i33 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i33 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i33 + 12 >> 2]; + __ZNK4wasm7Literal4ceilEv(i19, i37); + HEAP32[i44 >> 2] = HEAP32[i19 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i19 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i19 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i19 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 6: { - __ZNK4wasm7Literal5floorEv(i34, i37); - HEAP32[i44 >> 2] = HEAP32[i34 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i34 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i34 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i34 + 12 >> 2]; + __ZNK4wasm7Literal5floorEv(i20, i37); + HEAP32[i44 >> 2] = HEAP32[i20 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i20 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i20 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i20 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 7: { - __ZNK4wasm7Literal5truncEv(i4, i37); - HEAP32[i44 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i4 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i4 + 12 >> 2]; + __ZNK4wasm7Literal5truncEv(i21, i37); + HEAP32[i44 >> 2] = HEAP32[i21 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i21 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i21 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i21 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 8: { - __ZNK4wasm7Literal9nearbyintEv(i5, i37); - HEAP32[i44 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i5 + 12 >> 2]; + __ZNK4wasm7Literal9nearbyintEv(i22, i37); + HEAP32[i44 >> 2] = HEAP32[i22 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i22 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i22 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i22 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 9: { - __ZNK4wasm7Literal4sqrtEv(i6, i37); - HEAP32[i44 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; + __ZNK4wasm7Literal4sqrtEv(i23, i37); + HEAP32[i44 >> 2] = HEAP32[i23 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i23 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i23 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i23 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } @@ -26074,11 +26098,11 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect HEAP32[i38 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; HEAP32[i38 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; HEAP32[i38 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i7, i36, i43, i38); - HEAP32[i44 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i24, i36, i43, i38); + HEAP32[i44 >> 2] = HEAP32[i24 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i24 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i24 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i24 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } @@ -26088,31 +26112,31 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect HEAP32[i38 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; HEAP32[i38 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; HEAP32[i38 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i8, i36, i43, i38); - HEAP32[i44 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i26, i36, i43, i38); + HEAP32[i44 >> 2] = HEAP32[i26 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 17: { - __ZN4wasm7Literal9castToI64Ev(i9, i37); - HEAP32[i44 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; + __ZN4wasm7Literal9castToI64Ev(i27, i37); + HEAP32[i44 >> 2] = HEAP32[i27 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i27 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i27 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i27 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } case 23: { - __ZNK4wasm7Literal13truncateToF32Ev(i10, i37); - HEAP32[i44 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i44 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; - HEAP32[i44 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; - HEAP32[i44 + 12 >> 2] = HEAP32[i10 + 12 >> 2]; + __ZNK4wasm7Literal13truncateToF32Ev(i28, i37); + HEAP32[i44 >> 2] = HEAP32[i28 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i28 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i28 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i28 + 12 >> 2]; HEAP32[i44 + 16 >> 2] = 0; break L3; } @@ -26136,30 +26160,30 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function _vfscanf(i33, i2, i18) { +function _vfscanf(i33, i2, i24) { i33 = i33 | 0; i2 = i2 | 0; - i18 = i18 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, d7 = 0.0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 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; + i24 = i24 | 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, d7 = 0.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, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i34 = 0; i34 = STACKTOP; STACKTOP = STACKTOP + 304 | 0; - i19 = i34 + 16 | 0; + i25 = i34 + 16 | 0; i27 = i34 + 8 | 0; - i25 = i34 + 33 | 0; + i26 = i34 + 33 | 0; i28 = i34; - i17 = i34 + 32 | 0; + i16 = i34 + 32 | 0; if ((HEAP32[i33 + 76 >> 2] | 0) > -1) i32 = ___lockfile(i33) | 0; else i32 = 0; i1 = HEAP8[i2 >> 0] | 0; L4 : do if (i1 << 24 >> 24) { i29 = i33 + 4 | 0; i30 = i33 + 100 | 0; - i26 = i33 + 108 | 0; - i24 = i33 + 8 | 0; - i20 = i25 + 10 | 0; - i21 = i25 + 33 | 0; - i16 = i27 + 4 | 0; - i22 = i25 + 46 | 0; - i23 = i25 + 94 | 0; + i23 = i33 + 108 | 0; + i17 = i33 + 8 | 0; + i18 = i26 + 10 | 0; + i19 = i26 + 33 | 0; + i20 = i27 + 4 | 0; + i21 = i26 + 46 | 0; + i22 = i26 + 94 | 0; i4 = i1; i1 = 0; i5 = i2; @@ -26168,11 +26192,11 @@ function _vfscanf(i33, i2, i18) { i2 = 0; L6 : while (1) { L8 : do if (!(_isspace(i4 & 255) | 0)) { - i6 = (HEAP8[i5 >> 0] | 0) == 37; - L10 : do if (i6) { + i4 = (HEAP8[i5 >> 0] | 0) == 37; + L10 : do if (i4) { i8 = i5 + 1 | 0; - i4 = HEAP8[i8 >> 0] | 0; - L12 : do switch (i4 << 24 >> 24) { + i6 = HEAP8[i8 >> 0] | 0; + L12 : do switch (i6 << 24 >> 24) { case 37: break L10; case 42: @@ -26183,22 +26207,22 @@ function _vfscanf(i33, i2, i18) { } default: { - i6 = (i4 & 255) + -48 | 0; + i6 = (i6 & 255) + -48 | 0; if (i6 >>> 0 < 10 ? (HEAP8[i5 + 2 >> 0] | 0) == 36 : 0) { - HEAP32[i19 >> 2] = HEAP32[i18 >> 2]; + HEAP32[i25 >> 2] = HEAP32[i24 >> 2]; while (1) { - i15 = (HEAP32[i19 >> 2] | 0) + (4 - 1) & ~(4 - 1); + i15 = (HEAP32[i25 >> 2] | 0) + (4 - 1) & ~(4 - 1); i4 = HEAP32[i15 >> 2] | 0; - HEAP32[i19 >> 2] = i15 + 4; + HEAP32[i25 >> 2] = i15 + 4; if (i6 >>> 0 > 1) i6 = i6 + -1 | 0; else break; } i15 = i4; i6 = i5 + 3 | 0; break L12; } - i6 = (HEAP32[i18 >> 2] | 0) + (4 - 1) & ~(4 - 1); + i6 = (HEAP32[i24 >> 2] | 0) + (4 - 1) & ~(4 - 1); i15 = HEAP32[i6 >> 2] | 0; - HEAP32[i18 >> 2] = i6 + 4; + HEAP32[i24 >> 2] = i6 + 4; i6 = i8; } } while (0); @@ -26365,7 +26389,7 @@ function _vfscanf(i33, i2, i18) { i6 = (HEAP32[i29 >> 2] | 0) + -1 | 0; HEAP32[i29 >> 2] = i6; } - i14 = (HEAP32[i26 >> 2] | 0) + i10 + i6 - (HEAP32[i24 >> 2] | 0) | 0; + i14 = (HEAP32[i23 >> 2] | 0) + i10 + i6 - (HEAP32[i17 >> 2] | 0) | 0; i13 = i8; } } @@ -26387,35 +26411,35 @@ function _vfscanf(i33, i2, i18) { { i12 = (i9 | 0) == 99; L70 : do if ((i9 | 16 | 0) == 115) { - _memset(i25 | 0, -1, 257) | 0; - HEAP8[i25 >> 0] = 0; + _memset(i26 | 0, -1, 257) | 0; + HEAP8[i26 >> 0] = 0; if ((i9 | 0) == 115) { - HEAP8[i21 >> 0] = 0; - HEAP8[i20 >> 0] = 0; - HEAP8[i20 + 1 >> 0] = 0; - HEAP8[i20 + 2 >> 0] = 0; - HEAP8[i20 + 3 >> 0] = 0; - HEAP8[i20 + 4 >> 0] = 0; + HEAP8[i19 >> 0] = 0; + HEAP8[i18 >> 0] = 0; + HEAP8[i18 + 1 >> 0] = 0; + HEAP8[i18 + 2 >> 0] = 0; + HEAP8[i18 + 3 >> 0] = 0; + HEAP8[i18 + 4 >> 0] = 0; } } else { i9 = i5 + 1 | 0; i10 = (HEAP8[i9 >> 0] | 0) == 94; i6 = i10 & 1; i5 = i10 ? i5 + 2 | 0 : i9; - _memset(i25 | 0, i10 & 1 | 0, 257) | 0; - HEAP8[i25 >> 0] = 0; + _memset(i26 | 0, i10 & 1 | 0, 257) | 0; + HEAP8[i26 >> 0] = 0; switch (HEAP8[i5 >> 0] | 0) { case 45: { i10 = (i6 ^ 1) & 255; - HEAP8[i22 >> 0] = i10; + HEAP8[i21 >> 0] = i10; i5 = i5 + 1 | 0; break; } case 93: { i10 = (i6 ^ 1) & 255; - HEAP8[i23 >> 0] = i10; + HEAP8[i22 >> 0] = i10; i5 = i5 + 1 | 0; break; } @@ -26451,7 +26475,7 @@ function _vfscanf(i33, i2, i18) { i5 = i5 & 255; do { i5 = i5 + 1 | 0; - HEAP8[i25 + i5 >> 0] = i10; + HEAP8[i26 + i5 >> 0] = i10; i6 = HEAP8[i9 >> 0] | 0; } while ((i5 | 0) < (i6 & 255 | 0)); i5 = i9; @@ -26461,7 +26485,7 @@ function _vfscanf(i33, i2, i18) { default: {} } while (0); - HEAP8[i25 + ((i6 & 255) + 1) >> 0] = i10; + HEAP8[i26 + ((i6 & 255) + 1) >> 0] = i10; i5 = i5 + 1 | 0; } } while (0); @@ -26478,7 +26502,7 @@ function _vfscanf(i33, i2, i18) { } } else i2 = i15; HEAP32[i27 >> 2] = 0; - HEAP32[i16 >> 2] = 0; + HEAP32[i20 >> 2] = 0; i3 = 0; L95 : while (1) { i8 = (i2 | 0) == 0; @@ -26489,9 +26513,9 @@ function _vfscanf(i33, i2, i18) { HEAP32[i29 >> 2] = i6 + 1; i6 = HEAPU8[i6 >> 0] | 0; } else i6 = ___shgetc(i33) | 0; - if (!(HEAP8[i25 + (i6 + 1) >> 0] | 0)) break L95; - HEAP8[i17 >> 0] = i6; - switch (_mbrtowc(i28, i17, 1, i27) | 0) { + if (!(HEAP8[i26 + (i6 + 1) >> 0] | 0)) break L95; + HEAP8[i16 >> 0] = i6; + switch (_mbrtowc(i28, i16, 1, i27) | 0) { case -1: { i3 = 0; @@ -26546,7 +26570,7 @@ function _vfscanf(i33, i2, i18) { HEAP32[i29 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; } else i2 = ___shgetc(i33) | 0; - if (!(HEAP8[i25 + (i2 + 1) >> 0] | 0)) { + if (!(HEAP8[i26 + (i2 + 1) >> 0] | 0)) { i8 = i6; i2 = 0; break L89; @@ -26576,7 +26600,7 @@ function _vfscanf(i33, i2, i18) { HEAP32[i29 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; } else i2 = ___shgetc(i33) | 0; - if (!(HEAP8[i25 + (i2 + 1) >> 0] | 0)) { + if (!(HEAP8[i26 + (i2 + 1) >> 0] | 0)) { i8 = 0; i3 = 0; i2 = 0; @@ -26592,7 +26616,7 @@ function _vfscanf(i33, i2, i18) { HEAP32[i29 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; } else i2 = ___shgetc(i33) | 0; - if (!(HEAP8[i25 + (i2 + 1) >> 0] | 0)) { + if (!(HEAP8[i26 + (i2 + 1) >> 0] | 0)) { i8 = i3; i3 = i15; i2 = 0; @@ -26608,7 +26632,7 @@ function _vfscanf(i33, i2, i18) { i6 = (HEAP32[i29 >> 2] | 0) + -1 | 0; HEAP32[i29 >> 2] = i6; } - i6 = i6 - (HEAP32[i24 >> 2] | 0) + (HEAP32[i26 >> 2] | 0) | 0; + i6 = i6 - (HEAP32[i17 >> 2] | 0) + (HEAP32[i23 >> 2] | 0) | 0; if (!i6) break L6; if (!((i6 | 0) == (i13 | 0) | i12 ^ 1)) break L6; do if (i11) if (i10) { @@ -26665,7 +26689,7 @@ function _vfscanf(i33, i2, i18) { case 97: { d7 = +___floatscan(i33, i11, 0); - if ((HEAP32[i26 >> 2] | 0) == ((HEAP32[i24 >> 2] | 0) - (HEAP32[i29 >> 2] | 0) | 0)) break L6; + if ((HEAP32[i23 >> 2] | 0) == ((HEAP32[i17 >> 2] | 0) - (HEAP32[i29 >> 2] | 0) | 0)) break L6; if (i15) switch (i11 | 0) { case 0: { @@ -26693,7 +26717,7 @@ function _vfscanf(i33, i2, i18) { L169 : do if ((i31 | 0) == 136) { i31 = 0; i6 = ___intscan(i33, i6, 0, -1, -1) | 0; - if ((HEAP32[i26 >> 2] | 0) == ((HEAP32[i24 >> 2] | 0) - (HEAP32[i29 >> 2] | 0) | 0)) break L6; + if ((HEAP32[i23 >> 2] | 0) == ((HEAP32[i17 >> 2] | 0) - (HEAP32[i29 >> 2] | 0) | 0)) break L6; if ((i15 | 0) != 0 & (i9 | 0) == 112) { HEAP32[i15 >> 2] = i6; break; @@ -26731,10 +26755,10 @@ function _vfscanf(i33, i2, i18) { } } while (0); i1 = ((i15 | 0) != 0 & 1) + i1 | 0; - i6 = (HEAP32[i26 >> 2] | 0) + i14 + (HEAP32[i29 >> 2] | 0) - (HEAP32[i24 >> 2] | 0) | 0; + i6 = (HEAP32[i23 >> 2] | 0) + i14 + (HEAP32[i29 >> 2] | 0) - (HEAP32[i17 >> 2] | 0) | 0; break L8; } while (0); - i5 = i5 + (i6 & 1) | 0; + i5 = i5 + (i4 & 1) | 0; ___shlim(i33, 0); i4 = HEAP32[i29 >> 2] | 0; if (i4 >>> 0 < (HEAP32[i30 >> 2] | 0) >>> 0) { @@ -26763,7 +26787,7 @@ function _vfscanf(i33, i2, i18) { i4 = (HEAP32[i29 >> 2] | 0) + -1 | 0; HEAP32[i29 >> 2] = i4; } - i6 = (HEAP32[i26 >> 2] | 0) + i10 + i4 - (HEAP32[i24 >> 2] | 0) | 0; + i6 = (HEAP32[i23 >> 2] | 0) + i10 + i4 - (HEAP32[i17 >> 2] | 0) | 0; } while (0); i5 = i5 + 1 | 0; i4 = HEAP8[i5 >> 0] | 0; @@ -26802,48 +26826,48 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE i42 = STACKTOP; STACKTOP = STACKTOP + 128 | 0; i39 = i42 + 112 | 0; - i33 = i42 + 16 | 0; - i29 = i42 + 100 | 0; - i12 = i42 + 8 | 0; - i7 = i42 + 104 | 0; + i19 = i42 + 16 | 0; + i18 = i42 + 100 | 0; + i11 = i42 + 8 | 0; + i5 = i42 + 104 | 0; i8 = i42 + 96 | 0; i9 = i42; i38 = i42 + 44 | 0; - i35 = i42 + 92 | 0; - i36 = i42 + 88 | 0; - i37 = i42 + 84 | 0; - i21 = i42 + 80 | 0; - i22 = i42 + 76 | 0; - i23 = i42 + 72 | 0; - i24 = i42 + 68 | 0; - i25 = i42 + 64 | 0; - i26 = i42 + 60 | 0; - i27 = i42 + 56 | 0; - i28 = i42 + 52 | 0; - i30 = i42 + 48 | 0; - i31 = i42 + 40 | 0; - i32 = i42 + 36 | 0; - i34 = i42 + 32 | 0; + i32 = i42 + 92 | 0; + i33 = i42 + 88 | 0; + i34 = i42 + 84 | 0; + i35 = i42 + 80 | 0; + i36 = i42 + 76 | 0; + i37 = i42 + 72 | 0; + i20 = i42 + 68 | 0; + i21 = i42 + 64 | 0; + i22 = i42 + 60 | 0; + i23 = i42 + 56 | 0; + i24 = i42 + 52 | 0; + i25 = i42 + 48 | 0; + i26 = i42 + 40 | 0; + i27 = i42 + 36 | 0; + i29 = i42 + 32 | 0; i13 = i40 + 4 | 0; - i11 = HEAP32[i13 >> 2] | 0; - i16 = i11 + -12 | 0; + i12 = HEAP32[i13 >> 2] | 0; + i16 = i12 + -12 | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); i4 = HEAP32[i15 >> 2] | 0; - i1 = HEAP8[i4 >> 0] | 0; - L1 : do if (i1 << 24 >> 24) { - i3 = i14; + i2 = HEAP8[i4 >> 0] | 0; + L1 : do if (i2 << 24 >> 24) { + i1 = i14; while (1) { - i2 = HEAP8[i3 >> 0] | 0; - if (!(i2 << 24 >> 24)) break; - if (i2 << 24 >> 24 == i1 << 24 >> 24) { + i3 = HEAP8[i1 >> 0] | 0; + if (!(i3 << 24 >> 24)) break; + if (i3 << 24 >> 24 == i2 << 24 >> 24) { i41 = 4; break L1; - } else i3 = i3 + 1 | 0; + } else i1 = i1 + 1 | 0; } - i3 = i11 + -8 | 0; + i3 = i12 + -8 | 0; i1 = HEAP32[i3 >> 2] | 0; i10 = (i1 | 0) == (HEAP32[i16 >> 2] | 0); - do if (!(HEAP8[i17 >> 0] | 0)) if ((i1 | 0) == (HEAP32[i11 + -4 >> 2] | 0)) { + do if (!(HEAP8[i17 >> 0] | 0)) if ((i1 | 0) == (HEAP32[i12 + -4 >> 2] | 0)) { __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE21__push_back_slow_pathIRKS6_EEvOT_(i16, i17); break; } else { @@ -26855,108 +26879,109 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 8; break; } else { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i33, i4); - if ((HEAP32[i33 + 12 >> 2] | 0) != 1) { + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i19, i4); + if ((HEAP32[i19 + 12 >> 2] | 0) != 1) { i1 = HEAP32[i15 >> 2] | 0; switch (HEAP8[i1 >> 0] | 0) { case 40: { - i6 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i17) | 0; - HEAP32[i7 >> 2] = i6; - HEAP32[i39 >> 2] = HEAP32[i7 >> 2]; - i6 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc(i40, i39, i15) | 0; - i5 = i17; - HEAP32[i5 >> 2] = 1; - HEAP32[i5 + 4 >> 2] = i6; - i5 = 1; + i7 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i17) | 0; + HEAP32[i5 >> 2] = i7; + HEAP32[i39 >> 2] = HEAP32[i5 >> 2]; + i7 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc(i40, i39, i15) | 0; + i6 = i17; + HEAP32[i6 >> 2] = 1; + HEAP32[i6 + 4 >> 2] = i7; + i6 = 1; break; } case 91: { - i6 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i17) | 0; - HEAP32[i8 >> 2] = i6; + i7 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i17) | 0; + HEAP32[i8 >> 2] = i7; HEAP32[i39 >> 2] = HEAP32[i8 >> 2]; - i6 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseIndexingES1_RPc(i40, i39, i15) | 0; - i5 = i17; - HEAP32[i5 >> 2] = 1; - HEAP32[i5 + 4 >> 2] = i6; - i5 = 1; + i7 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseIndexingES1_RPc(i40, i39, i15) | 0; + i6 = i17; + HEAP32[i6 >> 2] = 1; + HEAP32[i6 + 4 >> 2] = i7; + i6 = 1; break; } default: { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(23660, i1); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(23790, i1); _abort(); } } i1 = i9; - HEAP32[i1 >> 2] = i5; - HEAP32[i1 + 4 >> 2] = i6; + HEAP32[i1 >> 2] = i6; + HEAP32[i1 + 4 >> 2] = i7; HEAP32[i39 >> 2] = HEAP32[i9 >> 2]; HEAP32[i39 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i40, i39, i15, i14) | 0; break L1; } i1 = HEAP32[i3 >> 2] | 0; - i2 = i11 + -4 | 0; + i2 = i12 + -4 | 0; if ((i1 | 0) == (HEAP32[i2 >> 2] | 0)) __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE21__push_back_slow_pathIRKS6_EEvOT_(i16, i17); else { i9 = i17; - i11 = HEAP32[i9 + 4 >> 2] | 0; + i12 = HEAP32[i9 + 4 >> 2] | 0; i17 = i1; HEAP32[i17 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i17 + 4 >> 2] = i11; + HEAP32[i17 + 4 >> 2] = i12; HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 8; } - HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + (HEAP32[i33 + 8 >> 2] | 0); - i1 = HEAP32[i33 >> 2] | 0; - HEAP8[i12 >> 0] = 0; - HEAP32[i12 + 4 >> 2] = i1; + HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + (HEAP32[i19 + 8 >> 2] | 0); + i1 = HEAP32[i19 >> 2] | 0; + HEAP8[i11 >> 0] = 0; + HEAP32[i11 + 4 >> 2] = i1; i1 = HEAP32[i3 >> 2] | 0; if (i1 >>> 0 < (HEAP32[i2 >> 2] | 0) >>> 0) { + i12 = i11; i16 = HEAP32[i12 + 4 >> 2] | 0; i17 = i1; HEAP32[i17 >> 2] = HEAP32[i12 >> 2]; HEAP32[i17 + 4 >> 2] = i16; HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_EEvOT_(i16, i12); + } else __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_EEvOT_(i16, i11); } while (0); i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i40, i15, i14) | 0; if (i10) { i11 = HEAP32[i13 >> 2] | 0; i10 = i11 + -12 | 0; - i8 = HEAP32[9691] | 0; + i8 = HEAP32[9981] | 0; i11 = i11 + -8 | 0; - i9 = HEAP32[9690] | 0; + i9 = HEAP32[9980] | 0; L30 : while (1) { if ((i9 | 0) == (i8 | 0)) break; L33 : do if (!(HEAP8[i9 + 20 >> 0] | 0)) { - i6 = i9 + 24 | 0; - i1 = 0; + i5 = i9 + 24 | 0; + i4 = 0; while (1) { i17 = HEAP32[i10 >> 2] | 0; - i2 = i17; - if ((i1 | 0) >= ((HEAP32[i11 >> 2] | 0) - i17 >> 3 | 0)) break L33; - if (!(HEAP8[i2 + (i1 << 3) >> 0] | 0)) { - i4 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i2 + (i1 << 3) | 0) | 0; - HEAP32[i38 >> 2] = i4; + i1 = i17; + if ((i4 | 0) >= ((HEAP32[i11 >> 2] | 0) - i17 >> 3 | 0)) break L33; + if (!(HEAP8[i1 + (i4 << 3) >> 0] | 0)) { + i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i1 + (i4 << 3) | 0) | 0; + HEAP32[i38 >> 2] = i3; L40 : do if (__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(i9, i38) | 0) { - i2 = HEAP32[i6 >> 2] | 0; - i3 = (i1 | 0) > 0; - if (i3 & (i2 | 0) == 0 ? (i17 = HEAP32[i10 >> 2] | 0, i19 = i17, (i1 | 0) < (((HEAP32[i11 >> 2] | 0) - i17 >> 3) + -1 | 0)) : 0) { - i5 = i1 + -1 | 0; - i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i19 + (i5 << 3) | 0) | 0; - HEAP32[i28 >> 2] = i17; - HEAP32[i30 >> 2] = i4; - i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv((HEAP32[i10 >> 2] | 0) + (i1 + 1 << 3) | 0) | 0; - HEAP32[i31 >> 2] = i17; - HEAP32[i29 >> 2] = HEAP32[i28 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i30 >> 2]; - HEAP32[i39 >> 2] = HEAP32[i31 >> 2]; - i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10makeBinaryES1_NS_7IStringES1_(i40, i29, i33, i39) | 0; - i2 = i19 + (i1 << 3) | 0; + i1 = HEAP32[i5 >> 2] | 0; + i2 = (i4 | 0) > 0; + if (i2 & (i1 | 0) == 0 ? (i17 = HEAP32[i10 >> 2] | 0, i30 = i17, (i4 | 0) < (((HEAP32[i11 >> 2] | 0) - i17 >> 3) + -1 | 0)) : 0) { + i1 = i4 + -1 | 0; + i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i30 + (i1 << 3) | 0) | 0; + HEAP32[i24 >> 2] = i17; + HEAP32[i25 >> 2] = i3; + i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv((HEAP32[i10 >> 2] | 0) + (i4 + 1 << 3) | 0) | 0; + HEAP32[i26 >> 2] = i17; + HEAP32[i18 >> 2] = HEAP32[i24 >> 2]; + HEAP32[i19 >> 2] = HEAP32[i25 >> 2]; + HEAP32[i39 >> 2] = HEAP32[i26 >> 2]; + i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10makeBinaryES1_NS_7IStringES1_(i40, i18, i19, i39) | 0; + i2 = i30 + (i4 << 3) | 0; HEAP32[i2 >> 2] = 1; HEAP32[i2 + 4 >> 2] = i17; - i2 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) + 8 | 0; + i2 = (HEAP32[i10 >> 2] | 0) + (i4 << 3) + 8 | 0; i17 = i2 + 8 | 0; i3 = (HEAP32[i11 >> 2] | 0) - i17 | 0; _memmove(i2 | 0, i17 | 0, i3 | 0) | 0; @@ -26968,51 +26993,51 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE HEAP32[i11 >> 2] = i17; i2 = i17; } - i1 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) + -8 | 0; - i17 = i1 + 8 | 0; + i3 = (HEAP32[i10 >> 2] | 0) + (i4 << 3) + -8 | 0; + i17 = i3 + 8 | 0; i2 = i2 - i17 | 0; - _memmove(i1 | 0, i17 | 0, i2 | 0) | 0; - i2 = i1 + (i2 >> 3 << 3) | 0; - i1 = HEAP32[i11 >> 2] | 0; + _memmove(i3 | 0, i17 | 0, i2 | 0) | 0; + i2 = i3 + (i2 >> 3 << 3) | 0; + i3 = HEAP32[i11 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) { - i1 = i5; - break L40; - } - i17 = i1 + -8 | 0; + if ((i3 | 0) == (i2 | 0)) break L40; + i17 = i3 + -8 | 0; HEAP32[i11 >> 2] = i17; - i1 = i17; + i3 = i17; } } - if ((i2 | 0) == 1 ? (i17 = HEAP32[i10 >> 2] | 0, i20 = i17, (i1 | 0) < (((HEAP32[i11 >> 2] | 0) - i17 >> 3) + -1 | 0)) : 0) { - if (i3 ? HEAP8[i20 + (i1 + -1 << 3) >> 0] | 0 : 0) break; - HEAP32[i32 >> 2] = i4; - i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i20 + (i1 + 1 << 3) | 0) | 0; - HEAP32[i34 >> 2] = i17; - HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; - HEAP32[i39 >> 2] = HEAP32[i34 >> 2]; - i17 = __ZN6cashew12ValueBuilder10makePrefixENS_7IStringENS_3RefE(i33, i39) | 0; - i2 = i20 + (i1 << 3) | 0; + if ((i1 | 0) == 1 ? (i17 = HEAP32[i10 >> 2] | 0, i31 = i17, (i4 | 0) < (((HEAP32[i11 >> 2] | 0) - i17 >> 3) + -1 | 0)) : 0) { + if (i2 ? HEAP8[i31 + (i4 + -1 << 3) >> 0] | 0 : 0) { + i1 = i4; + break; + } + HEAP32[i27 >> 2] = i3; + i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i31 + (i4 + 1 << 3) | 0) | 0; + HEAP32[i29 >> 2] = i17; + HEAP32[i19 >> 2] = HEAP32[i27 >> 2]; + HEAP32[i39 >> 2] = HEAP32[i29 >> 2]; + i17 = __ZN6cashew12ValueBuilder10makePrefixENS_7IStringENS_3RefE(i19, i39) | 0; + i2 = i31 + (i4 << 3) | 0; HEAP32[i2 >> 2] = 1; HEAP32[i2 + 4 >> 2] = i17; - i2 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) + 8 | 0; + i2 = (HEAP32[i10 >> 2] | 0) + (i4 << 3) + 8 | 0; i17 = i2 + 8 | 0; - i3 = (HEAP32[i11 >> 2] | 0) - i17 | 0; - _memmove(i2 | 0, i17 | 0, i3 | 0) | 0; - i3 = i2 + (i3 >> 3 << 3) | 0; + i1 = (HEAP32[i11 >> 2] | 0) - i17 | 0; + _memmove(i2 | 0, i17 | 0, i1 | 0) | 0; + i1 = i2 + (i1 >> 3 << 3) | 0; i2 = HEAP32[i11 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; + if ((i2 | 0) == (i1 | 0)) break; i17 = i2 + -8 | 0; HEAP32[i11 >> 2] = i17; i2 = i17; } - i1 = i1 + -2 | 0; + i1 = i4 + -2 | 0; i1 = (i1 | 0) < 0 ? 0 : i1; - } - } while (0); - } - i1 = i1 + 1 | 0; + } else i1 = i4; + } else i1 = i4; while (0); + } else i1 = i4; + i4 = i1 + 1 | 0; } } else { i7 = i9 + 24 | 0; @@ -27025,23 +27050,23 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE i6 = i1; continue; } - i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i2 + (i1 << 3) | 0) | 0; - HEAP32[i38 >> 2] = i3; - i4 = i3; + i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i2 + (i1 << 3) | 0) | 0; + HEAP32[i38 >> 2] = i2; + i4 = i2; L69 : do if (__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(i9, i38) | 0) { - i2 = HEAP32[i7 >> 2] | 0; + i3 = HEAP32[i7 >> 2] | 0; i5 = (i1 | 0) > 0; - if (i5 & (i2 | 0) == 0 ? (i17 = HEAP32[i10 >> 2] | 0, i18 = i17, (i1 | 0) < (((HEAP32[i11 >> 2] | 0) - i17 >> 3) + -1 | 0)) : 0) { - i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i18 + (i6 + -2 << 3) | 0) | 0; - HEAP32[i35 >> 2] = i17; - HEAP32[i36 >> 2] = i4; + if (i5 & (i3 | 0) == 0 ? (i17 = HEAP32[i10 >> 2] | 0, i28 = i17, (i1 | 0) < (((HEAP32[i11 >> 2] | 0) - i17 >> 3) + -1 | 0)) : 0) { + i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i28 + (i6 + -2 << 3) | 0) | 0; + HEAP32[i32 >> 2] = i17; + HEAP32[i33 >> 2] = i4; i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv((HEAP32[i10 >> 2] | 0) + (i6 << 3) | 0) | 0; - HEAP32[i37 >> 2] = i17; - HEAP32[i29 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i39 >> 2] = HEAP32[i37 >> 2]; - i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10makeBinaryES1_NS_7IStringES1_(i40, i29, i33, i39) | 0; - i2 = i18 + (i1 << 3) | 0; + HEAP32[i34 >> 2] = i17; + HEAP32[i18 >> 2] = HEAP32[i32 >> 2]; + HEAP32[i19 >> 2] = HEAP32[i33 >> 2]; + HEAP32[i39 >> 2] = HEAP32[i34 >> 2]; + i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10makeBinaryES1_NS_7IStringES1_(i40, i18, i19, i39) | 0; + i2 = i28 + (i1 << 3) | 0; HEAP32[i2 >> 2] = 1; HEAP32[i2 + 4 >> 2] = i17; i2 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) + 8 | 0; @@ -27056,50 +27081,50 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE HEAP32[i11 >> 2] = i17; i2 = i17; } - i17 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) + -8 | 0; - i16 = i17 + 8 | 0; - i3 = i2 - i16 | 0; - _memmove(i17 | 0, i16 | 0, i3 | 0) | 0; - i3 = i17 + (i3 >> 3 << 3) | 0; - i2 = HEAP32[i11 >> 2] | 0; + i3 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) + -8 | 0; + i17 = i3 + 8 | 0; + i2 = i2 - i17 | 0; + _memmove(i3 | 0, i17 | 0, i2 | 0) | 0; + i2 = i3 + (i2 >> 3 << 3) | 0; + i3 = HEAP32[i11 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break L69; - i17 = i2 + -8 | 0; + if ((i3 | 0) == (i2 | 0)) break L69; + i17 = i3 + -8 | 0; HEAP32[i11 >> 2] = i17; - i2 = i17; + i3 = i17; } } - switch (i2 | 0) { + switch (i3 | 0) { case 1: break; case 3: { - if ((i3 | 0) != (HEAP32[9675] | 0)) break L69; + if ((i2 | 0) != (HEAP32[9965] | 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[9674] | 0)) break L69; + if ((__ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i2 + (i6 + -3 << 3) | 0) | 0) != (HEAP32[9964] | 0)) break L69; i17 = (HEAP32[i10 >> 2] | 0) + (i6 + -4 << 3) | 0; i16 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i17) | 0; - HEAP32[i23 >> 2] = i16; + HEAP32[i37 >> 2] = i16; i16 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv((HEAP32[i10 >> 2] | 0) + (i6 + -2 << 3) | 0) | 0; - HEAP32[i24 >> 2] = i16; + HEAP32[i20 >> 2] = i16; i16 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv((HEAP32[i10 >> 2] | 0) + (i6 << 3) | 0) | 0; - HEAP32[i25 >> 2] = i16; - HEAP32[i29 >> 2] = HEAP32[i23 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i24 >> 2]; - HEAP32[i39 >> 2] = HEAP32[i25 >> 2]; - i16 = __ZN6cashew12ValueBuilder15makeConditionalENS_3RefES1_S1_(i29, i33, i39) | 0; + HEAP32[i21 >> 2] = i16; + HEAP32[i18 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i19 >> 2] = HEAP32[i20 >> 2]; + HEAP32[i39 >> 2] = HEAP32[i21 >> 2]; + i16 = __ZN6cashew12ValueBuilder15makeConditionalENS_3RefES1_S1_(i18, i19, i39) | 0; HEAP32[i17 >> 2] = 1; HEAP32[i17 + 4 >> 2] = i16; i1 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) | 0; - HEAP32[i26 >> 2] = i1 + -16; - HEAP32[i27 >> 2] = i1 + 16; - HEAP32[i33 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i39 >> 2] = HEAP32[i27 >> 2]; - __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE5eraseENS_11__wrap_iterIPKS6_EESD_(i10, i33, i39) | 0; + HEAP32[i22 >> 2] = i1 + -16; + HEAP32[i23 >> 2] = i1 + 16; + HEAP32[i19 >> 2] = HEAP32[i22 >> 2]; + HEAP32[i39 >> 2] = HEAP32[i23 >> 2]; + __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE5eraseENS_11__wrap_iterIPKS6_EESD_(i10, i19, i39) | 0; i1 = (HEAP32[i11 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 3; break L69; } @@ -27110,26 +27135,26 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE i2 = i17; if ((i1 | 0) < (((HEAP32[i11 >> 2] | 0) - i17 >> 3) + -1 | 0)) { if (i5 ? HEAP8[i2 + (i6 + -2 << 3) >> 0] | 0 : 0) break; - HEAP32[i21 >> 2] = i4; + HEAP32[i35 >> 2] = i4; i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i2 + (i6 << 3) | 0) | 0; - HEAP32[i22 >> 2] = i17; - HEAP32[i33 >> 2] = HEAP32[i21 >> 2]; - HEAP32[i39 >> 2] = HEAP32[i22 >> 2]; - i17 = __ZN6cashew12ValueBuilder10makePrefixENS_7IStringENS_3RefE(i33, i39) | 0; - i2 = i2 + (i1 << 3) | 0; - HEAP32[i2 >> 2] = 1; - HEAP32[i2 + 4 >> 2] = i17; - i2 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) + 8 | 0; - i17 = i2 + 8 | 0; - i3 = (HEAP32[i11 >> 2] | 0) - i17 | 0; - _memmove(i2 | 0, i17 | 0, i3 | 0) | 0; - i3 = i2 + (i3 >> 3 << 3) | 0; - i2 = HEAP32[i11 >> 2] | 0; + HEAP32[i36 >> 2] = i17; + HEAP32[i19 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i39 >> 2] = HEAP32[i36 >> 2]; + i17 = __ZN6cashew12ValueBuilder10makePrefixENS_7IStringENS_3RefE(i19, i39) | 0; + i3 = i2 + (i1 << 3) | 0; + HEAP32[i3 >> 2] = 1; + HEAP32[i3 + 4 >> 2] = i17; + i3 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) + 8 | 0; + i17 = i3 + 8 | 0; + i2 = (HEAP32[i11 >> 2] | 0) - i17 | 0; + _memmove(i3 | 0, i17 | 0, i2 | 0) | 0; + i2 = i3 + (i2 >> 3 << 3) | 0; + i3 = HEAP32[i11 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break L69; - i17 = i2 + -8 | 0; + if ((i3 | 0) == (i2 | 0)) break L69; + i17 = i3 + -8 | 0; HEAP32[i11 >> 2] = i17; - i2 = i17; + i3 = i17; } } } while (0); @@ -27138,9 +27163,9 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE } while (0); i9 = i9 + 28 | 0; } - if ((i41 | 0) == 53) ___assert_fail(23686, 22847, 794, 23720); + if ((i41 | 0) == 53) ___assert_fail(23816, 22977, 794, 23850); i1 = HEAP32[i10 >> 2] | 0; - if (((HEAP32[i11 >> 2] | 0) - i1 | 0) != 8) ___assert_fail(23736, 22847, 821, 23720); + if (((HEAP32[i11 >> 2] | 0) - i1 | 0) != 8) ___assert_fail(23866, 22977, 821, 23850); i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i1) | 0; i2 = HEAP32[i10 >> 2] | 0; i3 = HEAP32[i11 >> 2] | 0; @@ -27153,18 +27178,18 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE } } else i41 = 4; while (0); if ((i41 | 0) == 4) { - i2 = i11 + -8 | 0; - i1 = HEAP32[i2 >> 2] | 0; - do if ((i1 | 0) != (HEAP32[i16 >> 2] | 0)) if ((i1 | 0) == (HEAP32[i11 + -4 >> 2] | 0)) { + i1 = i12 + -8 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if ((i2 | 0) != (HEAP32[i16 >> 2] | 0)) if ((i2 | 0) == (HEAP32[i12 + -4 >> 2] | 0)) { __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE21__push_back_slow_pathIRKS6_EEvOT_(i16, i17); break; } else { i39 = i17; i40 = HEAP32[i39 + 4 >> 2] | 0; - i41 = i1; + i41 = i2; HEAP32[i41 >> 2] = HEAP32[i39 >> 2]; HEAP32[i41 + 4 >> 2] = i40; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 8; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 8; break; } while (0); i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i17) | 0; @@ -27177,26 +27202,26 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i i1 = i1 | 0; i19 = i19 | 0; i2 = i2 | 0; - var d3 = 0.0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0; + var d3 = 0.0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, d24 = 0.0; i23 = STACKTOP; STACKTOP = STACKTOP + 432 | 0; i21 = i23 + 208 | 0; i20 = i23 + 64 | 0; - i9 = i23 + 408 | 0; + i6 = i23 + 408 | 0; i13 = i23 + 48 | 0; i14 = i23 + 32 | 0; - i6 = i23 + 396 | 0; + i7 = i23 + 396 | 0; i15 = i23 + 16 | 0; i16 = i23; i11 = i23 + 384 | 0; - i7 = i23 + 372 | 0; + i8 = i23 + 372 | 0; i12 = i23 + 360 | 0; - i8 = i23 + 348 | 0; + i9 = i23 + 348 | 0; i4 = HEAP32[i1 >> 2] | 0; i22 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(i2) | 0; HEAP32[i22 + 4 >> 2] = i19; L1 : do if ((i19 + -3 | 0) >>> 0 < 2) { - if ((i4 | 0) == (HEAP32[9524] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[9814] | 0)) switch (i19 | 0) { case 3: { HEAP32[i22 + 8 >> 2] = 3; @@ -27217,7 +27242,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i break L1; } } - if ((i4 | 0) == (HEAP32[9568] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[9858] | 0)) switch (i19 | 0) { case 3: { HEAP32[i22 + 8 >> 2] = 3; @@ -27238,10 +27263,10 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i break L1; } } - if ((i4 | 0) == (HEAP32[9523] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[9813] | 0)) switch (i19 | 0) { case 3: { - d3 = +_nan(46477); + d3 = +_nan(47638); HEAP32[i22 + 8 >> 2] = 3; HEAPF32[i22 + 16 >> 2] = d3; i18 = i22; @@ -27249,7 +27274,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } case 4: { - d3 = +_nan(46477); + d3 = +_nan(47638); HEAP32[i22 + 8 >> 2] = 4; HEAPF64[i22 + 16 >> 3] = d3; i18 = i22; @@ -27266,41 +27291,41 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i i2 = i10 ? i1 : i4; if (i10) i5 = i1; else i5 = (HEAP8[i2 >> 0] | 0) == 43 ? i2 + 1 | 0 : i2; if (((HEAP8[i5 >> 0] | 0) == 110 ? (HEAP8[i5 + 1 >> 0] | 0) == 97 : 0) ? (HEAP8[i5 + 2 >> 0] | 0) == 110 : 0) { - i2 = (HEAP8[i5 + 3 >> 0] | 0) == 58; - i1 = i5 + 4 | 0; - i4 = i2 ? i1 : 0; - do if (i2) { - if ((HEAP8[i1 >> 0] | 0) == 48 ? (HEAP8[i5 + 5 >> 0] | 0) == 120 : 0) break; - ___assert_fail(13889, 13945, 70, 13959); + i1 = (HEAP8[i5 + 3 >> 0] | 0) == 58; + i2 = i5 + 4 | 0; + i4 = i1 ? i2 : 0; + do if (i1) { + if ((HEAP8[i2 >> 0] | 0) == 48 ? (HEAP8[i5 + 5 >> 0] | 0) == 120 : 0) break; + ___assert_fail(13961, 14017, 70, 14031); } while (0); switch (i19 | 0) { case 3: { - if (i2) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i9, i4, _strlen(i4) | 0); - i4 = i20 + 60 | 0; - i2 = i20 + 8 | 0; - HEAP32[i20 >> 2] = 2780; - HEAP32[i4 >> 2] = 2800; + if (i1) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, i4, _strlen(i4) | 0); + i2 = i20 + 60 | 0; + i1 = i20 + 8 | 0; + HEAP32[i20 >> 2] = 2820; + HEAP32[i2 >> 2] = 2840; HEAP32[i20 + 4 >> 2] = 0; - __ZNSt3__18ios_base4initEPv(i20 + 60 | 0, i2); + __ZNSt3__18ios_base4initEPv(i20 + 60 | 0, i1); HEAP32[i20 + 132 >> 2] = 0; HEAP32[i20 + 136 >> 2] = -1; - HEAP32[i20 >> 2] = 2724; - HEAP32[i4 >> 2] = 2744; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); - HEAP32[i2 >> 2] = 2816; - i4 = i20 + 40 | 0; - i1 = 0; + HEAP32[i20 >> 2] = 2764; + HEAP32[i2 >> 2] = 2784; + __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); + HEAP32[i1 >> 2] = 2856; + i2 = i20 + 40 | 0; + i4 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i4 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i2 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } HEAP32[i20 + 52 >> 2] = 0; HEAP32[i20 + 56 >> 2] = 8; - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i2, i9); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i1, i6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); i19 = i20 + (HEAP32[(HEAP32[i20 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; HEAP32[i19 >> 2] = HEAP32[i19 >> 2] & -75 | 8; __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERj(i20, i21) | 0; @@ -27308,16 +27333,16 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(i20); } else HEAP32[i21 >> 2] = 2143289344; if (i10) { - i20 = HEAP32[i21 >> 2] | -2147483648; - HEAP32[i21 >> 2] = i20; - i1 = i20; - d3 = (HEAP32[tempDoublePtr >> 2] = i20, +HEAPF32[tempDoublePtr >> 2]); + i1 = HEAP32[i21 >> 2] | -2147483648; + HEAP32[i21 >> 2] = i1; + d3 = (HEAP32[tempDoublePtr >> 2] = i1, +HEAPF32[tempDoublePtr >> 2]); } else { - d3 = +HEAPF32[i21 >> 2]; - i1 = (HEAPF32[tempDoublePtr >> 2] = d3, HEAP32[tempDoublePtr >> 2] | 0); + d24 = +HEAPF32[i21 >> 2]; + d3 = d24; + i1 = (HEAPF32[tempDoublePtr >> 2] = d24, HEAP32[tempDoublePtr >> 2] | 0); } - d3 = +Math_abs(+d3); - if ((HEAPF32[tempDoublePtr >> 2] = d3, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 <= 2139095040) { + d24 = +Math_abs(+d3); + if ((HEAPF32[tempDoublePtr >> 2] = d24, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 <= 2139095040) { i1 = i1 | 1; HEAP32[i21 >> 2] = i1; } @@ -27334,31 +27359,31 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } case 4: { - if (i2) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, i4, _strlen(i4) | 0); - i4 = i20 + 60 | 0; + if (i1) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, i4, _strlen(i4) | 0); + i1 = i20 + 60 | 0; i2 = i20 + 8 | 0; - HEAP32[i20 >> 2] = 2780; - HEAP32[i4 >> 2] = 2800; + HEAP32[i20 >> 2] = 2820; + HEAP32[i1 >> 2] = 2840; HEAP32[i20 + 4 >> 2] = 0; __ZNSt3__18ios_base4initEPv(i20 + 60 | 0, i2); HEAP32[i20 + 132 >> 2] = 0; HEAP32[i20 + 136 >> 2] = -1; - HEAP32[i20 >> 2] = 2724; - HEAP32[i4 >> 2] = 2744; + HEAP32[i20 >> 2] = 2764; + HEAP32[i1 >> 2] = 2784; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); - HEAP32[i2 >> 2] = 2816; - i4 = i20 + 40 | 0; - i1 = 0; + HEAP32[i2 >> 2] = 2856; + i1 = i20 + 40 | 0; + i4 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i4 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i1 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } HEAP32[i20 + 52 >> 2] = 0; HEAP32[i20 + 56 >> 2] = 8; - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i2, i6); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i2, i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); i14 = i20 + (HEAP32[(HEAP32[i20 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; HEAP32[i14 >> 2] = HEAP32[i14 >> 2] & -75 | 8; __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERy(i20, i21) | 0; @@ -27389,8 +27414,8 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i i2 = HEAP32[tempDoublePtr >> 2] | 0; i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; } - d3 = +Math_abs(+d3); - HEAPF64[tempDoublePtr >> 3] = d3; + d24 = +Math_abs(+d3); + HEAPF64[tempDoublePtr >> 3] = d24; i20 = HEAP32[tempDoublePtr + 4 >> 2] | 0; if (!(i20 >>> 0 > 2146435072 | (i20 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0)) { i2 = i2 | 1; @@ -27417,20 +27442,20 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } } } - if ((i4 | 0) == (HEAP32[9569] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[9859] | 0)) switch (i19 | 0) { case 3: { - d3 = -+_nan(46477); + d24 = -+_nan(47638); HEAP32[i22 + 8 >> 2] = 3; - HEAPF32[i22 + 16 >> 2] = d3; + HEAPF32[i22 + 16 >> 2] = d24; i18 = i22; break L1; } case 4: { - d3 = -+_nan(46477); + d24 = -+_nan(47638); HEAP32[i22 + 8 >> 2] = 4; - HEAPF64[i22 + 16 >> 3] = d3; + HEAPF64[i22 + 16 >> 3] = d24; i18 = i22; break L1; } @@ -27464,30 +27489,30 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } if ((i17 | 0) == 57) { i5 = i2 << 24 >> 24 == 45; - i4 = i5 ? i1 : i4; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i11, i4, _strlen(i4) | 0); - i4 = i21 + 60 | 0; - i2 = i21 + 8 | 0; - HEAP32[i21 >> 2] = 2780; - HEAP32[i4 >> 2] = 2800; + i2 = i5 ? i1 : i4; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i11, i2, _strlen(i2) | 0); + i2 = i21 + 60 | 0; + i1 = i21 + 8 | 0; + HEAP32[i21 >> 2] = 2820; + HEAP32[i2 >> 2] = 2840; HEAP32[i21 + 4 >> 2] = 0; - __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i2); + __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i1); HEAP32[i21 + 132 >> 2] = 0; HEAP32[i21 + 136 >> 2] = -1; - HEAP32[i21 >> 2] = 2724; - HEAP32[i4 >> 2] = 2744; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); - HEAP32[i2 >> 2] = 2816; - i4 = i21 + 40 | 0; - i1 = 0; + HEAP32[i21 >> 2] = 2764; + HEAP32[i2 >> 2] = 2784; + __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); + HEAP32[i1 >> 2] = 2856; + i2 = i21 + 40 | 0; + i4 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i4 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i2 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } HEAP32[i21 + 52 >> 2] = 0; HEAP32[i21 + 56 >> 2] = 8; - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i2, i11); + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i1, i11); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); i1 = i21 + (HEAP32[(HEAP32[i21 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; HEAP32[i1 >> 2] = HEAP32[i1 >> 2] & -75 | 8; @@ -27499,30 +27524,30 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(i21); break L74; } else if ((i17 | 0) == 61) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, i4, _strlen(i4) | 0); - i4 = i21 + 60 | 0; - i2 = i21 + 8 | 0; - HEAP32[i21 >> 2] = 2780; - HEAP32[i4 >> 2] = 2800; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i8, i4, _strlen(i4) | 0); + i2 = i21 + 60 | 0; + i1 = i21 + 8 | 0; + HEAP32[i21 >> 2] = 2820; + HEAP32[i2 >> 2] = 2840; HEAP32[i21 + 4 >> 2] = 0; - __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i2); + __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i1); HEAP32[i21 + 132 >> 2] = 0; HEAP32[i21 + 136 >> 2] = -1; - HEAP32[i21 >> 2] = 2724; - HEAP32[i4 >> 2] = 2744; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); - HEAP32[i2 >> 2] = 2816; - i4 = i21 + 40 | 0; - i1 = 0; + HEAP32[i21 >> 2] = 2764; + HEAP32[i2 >> 2] = 2784; + __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); + HEAP32[i1 >> 2] = 2856; + i2 = i21 + 40 | 0; + i4 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i4 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i2 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } HEAP32[i21 + 52 >> 2] = 0; HEAP32[i21 + 56 >> 2] = 8; - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i2, i7); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i1, i8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i8); __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERi(i21, i20) | 0; i20 = HEAP32[i20 >> 2] | 0; i1 = i22 + 8 | 0; @@ -27554,30 +27579,30 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } if ((i17 | 0) == 69) { i5 = i2 << 24 >> 24 == 45; - i4 = i5 ? i1 : i4; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i12, i4, _strlen(i4) | 0); - i4 = i21 + 60 | 0; - i2 = i21 + 8 | 0; - HEAP32[i21 >> 2] = 2780; - HEAP32[i4 >> 2] = 2800; + i2 = i5 ? i1 : i4; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i12, i2, _strlen(i2) | 0); + i2 = i21 + 60 | 0; + i1 = i21 + 8 | 0; + HEAP32[i21 >> 2] = 2820; + HEAP32[i2 >> 2] = 2840; HEAP32[i21 + 4 >> 2] = 0; - __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i2); + __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i1); HEAP32[i21 + 132 >> 2] = 0; HEAP32[i21 + 136 >> 2] = -1; - HEAP32[i21 >> 2] = 2724; - HEAP32[i4 >> 2] = 2744; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); - HEAP32[i2 >> 2] = 2816; - i4 = i21 + 40 | 0; - i1 = 0; + HEAP32[i21 >> 2] = 2764; + HEAP32[i2 >> 2] = 2784; + __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); + HEAP32[i1 >> 2] = 2856; + i2 = i21 + 40 | 0; + i4 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i4 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i2 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } HEAP32[i21 + 52 >> 2] = 0; HEAP32[i21 + 56 >> 2] = 8; - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i2, i12); + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i1, i12); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); i17 = i21 + (HEAP32[(HEAP32[i21 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; HEAP32[i17 >> 2] = HEAP32[i17 >> 2] & -75 | 8; @@ -27594,30 +27619,30 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(i21); break L74; } else if ((i17 | 0) == 73) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i8, i4, _strlen(i4) | 0); - i4 = i21 + 60 | 0; - i2 = i21 + 8 | 0; - HEAP32[i21 >> 2] = 2780; - HEAP32[i4 >> 2] = 2800; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i9, i4, _strlen(i4) | 0); + i2 = i21 + 60 | 0; + i1 = i21 + 8 | 0; + HEAP32[i21 >> 2] = 2820; + HEAP32[i2 >> 2] = 2840; HEAP32[i21 + 4 >> 2] = 0; - __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i2); + __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i1); HEAP32[i21 + 132 >> 2] = 0; HEAP32[i21 + 136 >> 2] = -1; - HEAP32[i21 >> 2] = 2724; - HEAP32[i4 >> 2] = 2744; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); - HEAP32[i2 >> 2] = 2816; - i4 = i21 + 40 | 0; - i1 = 0; + HEAP32[i21 >> 2] = 2764; + HEAP32[i2 >> 2] = 2784; + __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); + HEAP32[i1 >> 2] = 2856; + i2 = i21 + 40 | 0; + i4 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i4 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i2 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } HEAP32[i21 + 52 >> 2] = 0; HEAP32[i21 + 56 >> 2] = 8; - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i2, i8); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i8); + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i1, i9); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERx(i21, i20) | 0; i17 = i20; i16 = HEAP32[i17 >> 2] | 0; @@ -27634,18 +27659,18 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } case 3: { - d3 = +_strtof(i4, i21); + d24 = +_strtof(i4, i21); i1 = i22 + 8 | 0; HEAP32[i1 >> 2] = 3; - HEAPF32[i22 + 16 >> 2] = d3; + HEAPF32[i22 + 16 >> 2] = d24; break; } case 4: { - d3 = +_strtod(i4, i21); + d24 = +_strtod(i4, i21); i1 = i22 + 8 | 0; HEAP32[i1 >> 2] = 4; - HEAPF64[i22 + 16 >> 3] = d3; + HEAPF64[i22 + 16 >> 3] = d24; break; } default: @@ -27654,7 +27679,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i break L72; } } while (0); - if ((HEAP32[i1 >> 2] | 0) == (i19 | 0)) i18 = i22; else ___assert_fail(13970, 13945, 160, 13959); + if ((HEAP32[i1 >> 2] | 0) == (i19 | 0)) i18 = i22; else ___assert_fail(14042, 14017, 160, 14031); } while (0); STACKTOP = i23; return i18 | 0; @@ -27669,11 +27694,11 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R STACKTOP = STACKTOP + 176 | 0; i14 = i16 + 144 | 0; i6 = i16 + 120 | 0; - i11 = i16 + 96 | 0; - i7 = i16 + 72 | 0; - i8 = i16 + 48 | 0; - i9 = i16 + 24 | 0; - i10 = i16; + i7 = i16 + 96 | 0; + i8 = i16 + 72 | 0; + i9 = i16 + 48 | 0; + i10 = i16 + 24 | 0; + i11 = i16; L1 : do if ((i5 - i12 | 0) > 1 ? (HEAP8[i12 >> 0] | 0) == 83 : 0) { i2 = i12 + 1 | 0; i1 = HEAP8[i2 >> 0] | 0; @@ -27681,7 +27706,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R switch (i3 | 0) { case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i6, 36496); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i6, 37654); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -27714,13 +27739,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } case 98: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i11, 36511); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i7, 37669); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; i3 = i13; if (i2 >>> 0 < i13 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i7); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i15 >> 2] | 0; @@ -27735,25 +27760,25 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } else i1 = 2147483647; __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i14, i1, i4, i15 + 12 | 0); i13 = i14 + 8 | 0; - i10 = HEAP32[i13 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i10, i11); - HEAP32[i13 >> 2] = i10 + 24; + i11 = HEAP32[i13 >> 2] | 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i11, i7); + HEAP32[i13 >> 2] = i11 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i15, i14); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i14); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); i13 = i12 + 2 | 0; break L1; } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i7, 36529); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i8, 37687); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; i3 = i13; if (i2 >>> 0 < i13 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i8); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i15 >> 2] | 0; @@ -27769,57 +27794,57 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i14, i1, i4, i15 + 12 | 0); i13 = i14 + 8 | 0; i11 = HEAP32[i13 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i11, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i11, i8); HEAP32[i13 >> 2] = i11 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i15, i14); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i14); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); i13 = i12 + 2 | 0; break L1; } case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i8, 36541); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i9, 37699); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; - i3 = i13; + i4 = i13; if (i2 >>> 0 < i13 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i9); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i15 >> 2] | 0; i13 = i2 - i1 | 0; - i4 = (i13 | 0) / 24 | 0; - i2 = i4 + 1 | 0; + i3 = (i13 | 0) / 24 | 0; + i2 = i3 + 1 | 0; if ((i13 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i15); - i1 = (i3 - i1 | 0) / 24 | 0; + i1 = (i4 - i1 | 0) / 24 | 0; if (i1 >>> 0 < 1073741823) { i1 = i1 << 1; i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; } else i1 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i14, i1, i4, i15 + 12 | 0); + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i14, i1, i3, i15 + 12 | 0); i13 = i14 + 8 | 0; i11 = HEAP32[i13 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i11, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i11, i9); HEAP32[i13 >> 2] = i11 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i15, i14); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i14); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); i13 = i12 + 2 | 0; break L1; } case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i9, 36554); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i10, 37712); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; i3 = i13; if (i2 >>> 0 < i13 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i10); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i15 >> 2] | 0; @@ -27835,24 +27860,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i14, i1, i4, i15 + 12 | 0); i13 = i14 + 8 | 0; i11 = HEAP32[i13 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i11, i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i11, i10); HEAP32[i13 >> 2] = i11 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i15, i14); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i14); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i10); i13 = i12 + 2 | 0; break L1; } case 100: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i10, 36567); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i11, 37725); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; i3 = i13; if (i2 >>> 0 < i13 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i11); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i15 >> 2] | 0; @@ -27867,13 +27892,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } else i1 = 2147483647; __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i14, i1, i4, i15 + 12 | 0); i13 = i14 + 8 | 0; - i11 = HEAP32[i13 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i11, i10); - HEAP32[i13 >> 2] = i11 + 24; + i10 = HEAP32[i13 >> 2] | 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i10, i11); + HEAP32[i13 >> 2] = i10 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i15, i14); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i14); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); i13 = i12 + 2 | 0; break L1; } @@ -27885,18 +27910,18 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R break L1; } i7 = HEAP32[i1 + 4 >> 2] | 0; - i9 = i15 + 4 | 0; - i10 = i15 + 8 | 0; - i11 = i15 + 12 | 0; - i8 = i14 + 8 | 0; + i8 = i15 + 4 | 0; + i9 = i15 + 8 | 0; + i10 = i15 + 12 | 0; + i11 = i14 + 8 | 0; i6 = HEAP32[i1 >> 2] | 0; while (1) { if ((i6 | 0) == (i7 | 0)) { i1 = 55; break; } - i1 = HEAP32[i9 >> 2] | 0; - i5 = HEAP32[i10 >> 2] | 0; + i1 = HEAP32[i8 >> 2] | 0; + i5 = HEAP32[i9 >> 2] | 0; i2 = i5; if ((i1 | 0) == (i5 | 0)) { i3 = HEAP32[i15 >> 2] | 0; @@ -27912,17 +27937,17 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R i1 = i1 << 1; i1 = i1 >>> 0 < i4 >>> 0 ? i4 : i1; } else i1 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i14, i1, i5, i11); - i5 = HEAP32[i8 >> 2] | 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i14, i1, i5, i10); + i5 = HEAP32[i11 >> 2] | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i5, i6); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i5 + 12 | 0, i6 + 12 | 0); - HEAP32[i8 >> 2] = i5 + 24; + HEAP32[i11 >> 2] = i5 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i15, i14); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i14); } else { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i1, i6); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i1 + 12 | 0, i6 + 12 | 0); - HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 24; + HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 24; } i6 = i6 + 24 | 0; } @@ -27966,26 +27991,26 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R i13 = i12; break L1; } - i2 = i2 + 1 | 0; + i1 = i2 + 1 | 0; i11 = HEAP32[i15 + 16 >> 2] | 0; - i1 = i11; - if (i2 >>> 0 >= (HEAP32[i15 + 20 >> 2] | 0) - i11 >> 4 >>> 0) { + i2 = i11; + if (i1 >>> 0 >= (HEAP32[i15 + 20 >> 2] | 0) - i11 >> 4 >>> 0) { i13 = i12; break L1; } - i8 = HEAP32[i1 + (i2 << 4) + 4 >> 2] | 0; - i10 = i15 + 4 | 0; - i11 = i15 + 8 | 0; - i12 = i15 + 12 | 0; - i9 = i14 + 8 | 0; - i7 = HEAP32[i1 + (i2 << 4) >> 2] | 0; + i8 = HEAP32[i2 + (i1 << 4) + 4 >> 2] | 0; + i9 = i15 + 4 | 0; + i10 = i15 + 8 | 0; + i11 = i15 + 12 | 0; + i12 = i14 + 8 | 0; + i7 = HEAP32[i2 + (i1 << 4) >> 2] | 0; while (1) { if ((i7 | 0) == (i8 | 0)) { i1 = 76; break; } - i1 = HEAP32[i10 >> 2] | 0; - i6 = HEAP32[i11 >> 2] | 0; + i1 = HEAP32[i9 >> 2] | 0; + i6 = HEAP32[i10 >> 2] | 0; i2 = i6; if ((i1 | 0) == (i6 | 0)) { i3 = HEAP32[i15 >> 2] | 0; @@ -28001,17 +28026,17 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R i1 = i1 << 1; i1 = i1 >>> 0 < i5 >>> 0 ? i5 : i1; } else i1 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i14, i1, i6, i12); - i6 = HEAP32[i9 >> 2] | 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i14, i1, i6, i11); + i6 = HEAP32[i12 >> 2] | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i6, i7); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i6 + 12 | 0, i7 + 12 | 0); - HEAP32[i9 >> 2] = i6 + 24; + HEAP32[i12 >> 2] = i6 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i15, i14); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i14); } else { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i1, i7); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i1 + 12 | 0, i7 + 12 | 0); - HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 24; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 24; } i7 = i7 + 24 | 0; } @@ -28057,7 +28082,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, 35940) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 37098) | 0; break; } if (((i2 - i4 | 0) > 2 ? (HEAP8[i4 >> 0] | 0) == 115 : 0) ? (HEAP8[i4 + 1 >> 0] | 0) == 114 : 0) { @@ -28079,14 +28104,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i16, i1 + -24 | 0); i1 = HEAP32[i9 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i11 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i11 = i3 + -24 | 0; HEAP32[i9 >> 2] = i11; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); - i2 = HEAP32[i9 >> 2] | 0; + i3 = HEAP32[i9 >> 2] | 0; } i11 = HEAP8[i16 >> 0] | 0; i8 = (i11 & 1) == 0; @@ -28097,22 +28122,22 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S i1 = i4; break; } - i1 = HEAP32[i9 >> 2] | 0; - i2 = i1 + -24 | 0; + i2 = HEAP32[i9 >> 2] | 0; + i1 = i2 + -24 | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i14 = i1 + -24 | 0; + if ((i2 | 0) == (i1 | 0)) break; + i14 = i2 + -24 | 0; HEAP32[i9 >> 2] = i14; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i14); - i1 = HEAP32[i9 >> 2] | 0; + i2 = HEAP32[i9 >> 2] | 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i16); i1 = i15; break L1; } while (0); i5 = i10 + 8 | 0; - i7 = i10 + 1 | 0; - i6 = i10 + 4 | 0; + i6 = i10 + 1 | 0; + i7 = i10 + 4 | 0; while (1) { if ((HEAP8[i1 >> 0] | 0) == 69) break; i4 = __ZN10__cxxabiv112_GLOBAL__N_115parse_simple_idINS0_2DbEEEPKcS4_S4_RT_(i1, i13, i14) | 0; @@ -28127,28 +28152,28 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i16, i1 + -24 | 0); i3 = HEAP32[i9 >> 2] | 0; - i2 = i3 + -24 | 0; - i1 = i3; + i1 = i3 + -24 | 0; + i2 = i3; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i11 = i1 + -24 | 0; + if ((i2 | 0) == (i1 | 0)) break; + i11 = i2 + -24 | 0; HEAP32[i9 >> 2] = i11; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); - i1 = HEAP32[i9 >> 2] | 0; + i2 = HEAP32[i9 >> 2] | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 35940) | 0; - HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i10 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i10 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 37098) | 0; + HEAP32[i10 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i10 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i10 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i1 = HEAP8[i10 >> 0] | 0; i11 = (i1 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i3 + -48 | 0, i11 ? i7 : HEAP32[i5 >> 2] | 0, i11 ? (i1 & 255) >>> 1 : HEAP32[i6 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i3 + -48 | 0, i11 ? i6 : HEAP32[i5 >> 2] | 0, i11 ? (i1 & 255) >>> 1 : HEAP32[i7 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i10); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i16); i1 = i4; @@ -28180,24 +28205,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i16, i2 + -24 | 0); i4 = HEAP32[i9 >> 2] | 0; - i3 = i4 + -24 | 0; - i2 = i4; + i2 = i4 + -24 | 0; + i3 = i4; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i15 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i15 = i3 + -24 | 0; HEAP32[i9 >> 2] = i15; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); - i2 = HEAP32[i9 >> 2] | 0; + i3 = HEAP32[i9 >> 2] | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 35940) | 0; - HEAP32[i12 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i12 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i12 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 37098) | 0; + HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i12 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i12 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } i15 = HEAP8[i12 >> 0] | 0; i14 = (i15 & 1) == 0; @@ -28218,14 +28243,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i16, i1 + -24 | 0); i1 = HEAP32[i4 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i12 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i12 = i3 + -24 | 0; HEAP32[i4 >> 2] = i12; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); - i2 = HEAP32[i4 >> 2] | 0; + i3 = HEAP32[i4 >> 2] | 0; } i2 = HEAP8[i16 >> 0] | 0; i12 = (i2 & 1) == 0; @@ -28261,24 +28286,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i16, i2 + -24 | 0); i4 = HEAP32[i5 >> 2] | 0; - i3 = i4 + -24 | 0; - i2 = i4; + i2 = i4 + -24 | 0; + i3 = i4; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i15 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i15 = i3 + -24 | 0; HEAP32[i5 >> 2] = i15; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); - i2 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 35940) | 0; - HEAP32[i6 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i6 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i6 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 37098) | 0; + HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i6 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i6 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } i15 = HEAP8[i6 >> 0] | 0; i14 = (i15 & 1) == 0; @@ -28290,18 +28315,18 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S i1 = __ZN10__cxxabiv112_GLOBAL__N_115parse_simple_idINS0_2DbEEEPKcS4_S4_RT_(i3, i13, i14) | 0; if (!((i1 | 0) == (i3 | 0) | (i1 | 0) == (i13 | 0))) { if (i5) { - i3 = i14 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i2 | 0)) { + i2 = i14 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((HEAP32[i14 >> 2] | 0) == (i3 | 0)) { i1 = i15; break; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 35940) | 0; - i8 = i3; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i3 + -24 | 0, 0, 37098) | 0; + i8 = i2; } else i8 = i14 + 4 | 0; i5 = i9 + 8 | 0; - i7 = i9 + 1 | 0; - i6 = i9 + 4 | 0; + i6 = i9 + 1 | 0; + i7 = i9 + 4 | 0; while (1) { if ((HEAP8[i1 >> 0] | 0) == 69) break; i4 = __ZN10__cxxabiv112_GLOBAL__N_115parse_simple_idINS0_2DbEEEPKcS4_S4_RT_(i1, i13, i14) | 0; @@ -28316,28 +28341,28 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i16, i1 + -24 | 0); i3 = HEAP32[i8 >> 2] | 0; - i2 = i3 + -24 | 0; - i1 = i3; + i1 = i3 + -24 | 0; + i2 = i3; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i12 = i1 + -24 | 0; + if ((i2 | 0) == (i1 | 0)) break; + i12 = i2 + -24 | 0; HEAP32[i8 >> 2] = i12; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); - i1 = HEAP32[i8 >> 2] | 0; + i2 = HEAP32[i8 >> 2] | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 35940) | 0; - HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i9 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i9 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 37098) | 0; + HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i9 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i9 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i1 = HEAP8[i9 >> 0] | 0; i12 = (i1 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i3 + -48 | 0, i12 ? i7 : HEAP32[i5 >> 2] | 0, i12 ? (i1 & 255) >>> 1 : HEAP32[i6 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i3 + -48 | 0, i12 ? i6 : HEAP32[i5 >> 2] | 0, i12 ? (i1 & 255) >>> 1 : HEAP32[i7 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i9); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i16); i1 = i4; @@ -28366,24 +28391,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S if (((i2 - (HEAP32[i14 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) { __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i16, i2 + -24 | 0); i4 = HEAP32[i8 >> 2] | 0; - i3 = i4 + -24 | 0; - i2 = i4; + i2 = i4 + -24 | 0; + i3 = i4; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i15 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i15 = i3 + -24 | 0; HEAP32[i8 >> 2] = i15; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); - i2 = HEAP32[i8 >> 2] | 0; + i3 = HEAP32[i8 >> 2] | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 35940) | 0; - HEAP32[i11 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i11 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i11 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 37098) | 0; + HEAP32[i11 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i11 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i11 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } i15 = HEAP8[i11 >> 0] | 0; i14 = (i15 & 1) == 0; @@ -28398,57 +28423,57 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S return i1 | 0; } -function __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_RT_(i29, i26, i34) { +function __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_RT_(i29, i28, i35) { i29 = i29 | 0; - i26 = i26 | 0; - i34 = i34 | 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, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i35 = 0, i36 = 0, i37 = 0; + i28 = i28 | 0; + i35 = i35 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i36 = 0, i37 = 0; i36 = STACKTOP; STACKTOP = STACKTOP + 80 | 0; - i31 = i36 + 60 | 0; - i33 = i36; - i27 = i36 + 48 | 0; - i35 = i36 + 24 | 0; + i33 = i36 + 60 | 0; + i34 = i36; + i25 = i36 + 48 | 0; + i31 = i36 + 24 | 0; i32 = i36 + 12 | 0; - do if ((i26 - i29 | 0) > 1 ? (HEAP8[i29 >> 0] | 0) == 73 : 0) { - i28 = i34 + 61 | 0; - i24 = i34 + 36 | 0; - L4 : do if (HEAP8[i28 >> 0] | 0) { - i3 = HEAP32[i24 >> 2] | 0; - i1 = HEAP32[i3 + -16 >> 2] | 0; - i3 = i3 + -12 | 0; + do if ((i28 - i29 | 0) > 1 ? (HEAP8[i29 >> 0] | 0) == 73 : 0) { + i27 = i35 + 61 | 0; + i24 = i35 + 36 | 0; + L4 : do if (HEAP8[i27 >> 0] | 0) { + i2 = HEAP32[i24 >> 2] | 0; + i1 = HEAP32[i2 + -16 >> 2] | 0; + i2 = i2 + -12 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break L4; - i30 = i2 + -16 | 0; - HEAP32[i3 >> 2] = i30; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break L4; + i30 = i3 + -16 | 0; + HEAP32[i2 >> 2] = i30; __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(i33, 36478, 1); - i30 = i34 + 4 | 0; - i22 = i34 + 12 | 0; - i17 = i31 + 8 | 0; - i16 = i31 + 8 | 0; - i25 = i33 + 4 | 0; - i14 = i27 + 8 | 0; - i21 = i27 + 1 | 0; - i20 = i27 + 4 | 0; - i23 = i34 + 32 | 0; - i18 = i34 + 40 | 0; - i19 = i34 + 44 | 0; - i15 = i31 + 8 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, 37636, 1); + i30 = i35 + 4 | 0; + i14 = i35 + 12 | 0; + i15 = i33 + 8 | 0; + i16 = i33 + 8 | 0; + i26 = i34 + 4 | 0; + i17 = i25 + 8 | 0; + i18 = i25 + 1 | 0; + i19 = i25 + 4 | 0; + i23 = i35 + 32 | 0; + i20 = i35 + 40 | 0; + i21 = i35 + 44 | 0; + i22 = i33 + 8 | 0; i1 = i29 + 1 | 0; L10 : while (1) { if ((HEAP8[i1 >> 0] | 0) == 69) { i2 = 48; break; } - do if (HEAP8[i28 >> 0] | 0) { - i8 = HEAP32[i22 >> 2] | 0; + do if (HEAP8[i27 >> 0] | 0) { + i8 = HEAP32[i14 >> 2] | 0; i2 = HEAP32[i24 >> 2] | 0; - i4 = HEAP32[i18 >> 2] | 0; - if (i2 >>> 0 < i4 >>> 0) { + i3 = HEAP32[i20 >> 2] | 0; + if (i2 >>> 0 < i3 >>> 0) { HEAP32[i2 >> 2] = 0; HEAP32[i2 + 4 >> 2] = 0; HEAP32[i2 + 8 >> 2] = 0; @@ -28456,95 +28481,95 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_ HEAP32[i24 >> 2] = (HEAP32[i24 >> 2] | 0) + 16; break; } - i3 = HEAP32[i23 >> 2] | 0; - i13 = i2 - i3 | 0; + i4 = HEAP32[i23 >> 2] | 0; + i13 = i2 - i4 | 0; i7 = i13 >> 4; i5 = i7 + 1 | 0; if ((i13 | 0) < -16) { i2 = 13; break L10; } - i2 = i4 - i3 | 0; + i2 = i3 - i4 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; i2 = i2 >>> 0 < i5 >>> 0 ? i5 : i2; } else i2 = 2147483647; - __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEEERNS5_IS9_Lj4096EEEEC2EjjSB_(i31, i2, i7, i19); - i13 = HEAP32[i15 >> 2] | 0; + __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEEERNS5_IS9_Lj4096EEEEC2EjjSB_(i33, i2, i7, i21); + i13 = HEAP32[i22 >> 2] | 0; HEAP32[i13 >> 2] = 0; HEAP32[i13 + 4 >> 2] = 0; HEAP32[i13 + 8 >> 2] = 0; HEAP32[i13 + 12 >> 2] = i8; - HEAP32[i15 >> 2] = i13 + 16; - __ZNSt3__16vectorINS0_INS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEEENS4_IS8_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS8_RS9_EE(i23, i31); - __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEEERNS5_IS9_Lj4096EEEED2Ev(i31); + HEAP32[i22 >> 2] = i13 + 16; + __ZNSt3__16vectorINS0_INS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEEENS4_IS8_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS8_RS9_EE(i23, i33); + __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEEERNS5_IS9_Lj4096EEEED2Ev(i33); } while (0); - i13 = ((HEAP32[i30 >> 2] | 0) - (HEAP32[i34 >> 2] | 0) | 0) / 24 | 0; - i12 = __ZN10__cxxabiv112_GLOBAL__N_118parse_template_argINS0_2DbEEEPKcS4_S4_RT_(i1, i26, i34) | 0; - i3 = ((HEAP32[i30 >> 2] | 0) - (HEAP32[i34 >> 2] | 0) | 0) / 24 | 0; - L23 : do if (HEAP8[i28 >> 0] | 0) { - i2 = HEAP32[i24 >> 2] | 0; - i4 = i2 + -16 | 0; + i12 = ((HEAP32[i30 >> 2] | 0) - (HEAP32[i35 >> 2] | 0) | 0) / 24 | 0; + i13 = __ZN10__cxxabiv112_GLOBAL__N_118parse_template_argINS0_2DbEEEPKcS4_S4_RT_(i1, i28, i35) | 0; + i3 = ((HEAP32[i30 >> 2] | 0) - (HEAP32[i35 >> 2] | 0) | 0) / 24 | 0; + L23 : do if (HEAP8[i27 >> 0] | 0) { + i4 = HEAP32[i24 >> 2] | 0; + i2 = i4 + -16 | 0; while (1) { - if ((i2 | 0) == (i4 | 0)) break L23; - i11 = i2 + -16 | 0; + if ((i4 | 0) == (i2 | 0)) break L23; + i11 = i4 + -16 | 0; HEAP32[i24 >> 2] = i11; __ZNSt3__113__vector_baseINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEED2Ev(i11); - i2 = HEAP32[i24 >> 2] | 0; + i4 = HEAP32[i24 >> 2] | 0; } } while (0); - if ((i12 | 0) == (i1 | 0) | (i12 | 0) == (i26 | 0)) { + if ((i13 | 0) == (i1 | 0) | (i13 | 0) == (i28 | 0)) { i2 = 62; break; } - L30 : do if (!(HEAP8[i28 >> 0] | 0)) i1 = i13; else { + L30 : do if (!(HEAP8[i27 >> 0] | 0)) i1 = i12; else { i8 = HEAP32[i24 >> 2] | 0; i1 = i8 + -16 | 0; - i9 = HEAP32[i22 >> 2] | 0; + i9 = HEAP32[i14 >> 2] | 0; i2 = i8 + -12 | 0; i4 = HEAP32[i2 >> 2] | 0; i11 = HEAP32[i8 + -8 >> 2] | 0; - i5 = i11; + i7 = i11; if (i4 >>> 0 < i11 >>> 0) { HEAP32[i4 >> 2] = 0; HEAP32[i4 + 4 >> 2] = 0; HEAP32[i4 + 8 >> 2] = 0; HEAP32[i4 + 12 >> 2] = i9; HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 16; - i11 = i13; + i11 = i12; } else { i2 = HEAP32[i1 >> 2] | 0; i11 = i4 - i2 | 0; - i7 = i11 >> 4; - i4 = i7 + 1 | 0; + i5 = i11 >> 4; + i4 = i5 + 1 | 0; if ((i11 | 0) < -16) { i2 = 26; break L10; } - i2 = i5 - i2 | 0; + i2 = i7 - i2 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; i2 = i2 >>> 0 < i4 >>> 0 ? i4 : i2; } else i2 = 2147483647; - __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i31, i2, i7, i8 + -4 | 0); - i11 = HEAP32[i17 >> 2] | 0; + __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i33, i2, i5, i8 + -4 | 0); + i11 = HEAP32[i15 >> 2] | 0; HEAP32[i11 >> 2] = 0; HEAP32[i11 + 4 >> 2] = 0; HEAP32[i11 + 8 >> 2] = 0; HEAP32[i11 + 12 >> 2] = i9; - HEAP32[i17 >> 2] = i11 + 16; - __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i1, i31); - __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i31); - i11 = i13; + HEAP32[i15 >> 2] = i11 + 16; + __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS6_RS7_EE(i1, i33); + __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i33); + i11 = i12; } while (1) { if (i11 >>> 0 >= i3 >>> 0) { - i1 = i13; + i1 = i12; break L30; } i8 = HEAP32[(HEAP32[i24 >> 2] | 0) + -12 >> 2] | 0; i1 = i8 + -16 | 0; - i9 = HEAP32[i34 >> 2] | 0; + i9 = HEAP32[i35 >> 2] | 0; i10 = i9 + (i11 * 24 | 0) | 0; i2 = i8 + -12 | 0; i4 = HEAP32[i2 >> 2] | 0; @@ -28564,13 +28589,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_ i2 = i2 << 1; i2 = i2 >>> 0 < i4 >>> 0 ? i4 : i2; } else i2 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i31, i2, i7, i8 + -4 | 0); + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i33, i2, i7, i8 + -4 | 0); i37 = HEAP32[i16 >> 2] | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i37, i10); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i37 + 12 | 0, i9 + (i11 * 24 | 0) + 12 | 0); HEAP32[i16 >> 2] = i37 + 24; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i1, i31); - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i31); + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i1, i33); + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i33); } else { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i4, i10); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i4 + 12 | 0, i9 + (i11 * 24 | 0) + 12 | 0); @@ -28581,78 +28606,78 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_ } while (0); while (1) { if (i1 >>> 0 >= i3 >>> 0) break; - i37 = HEAP8[i33 >> 0] | 0; - if (((i37 & 1) == 0 ? (i37 & 255) >>> 1 : HEAP32[i25 >> 2] | 0) >>> 0 > 1) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i33, 36480) | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i27, (HEAP32[i34 >> 2] | 0) + (i1 * 24 | 0) | 0); - i37 = HEAP8[i27 >> 0] | 0; + 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, 37638) | 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; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i33, i11 ? i21 : HEAP32[i14 >> 2] | 0, i11 ? (i37 & 255) >>> 1 : HEAP32[i20 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i27); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i34, i11 ? i18 : HEAP32[i17 >> 2] | 0, i11 ? (i37 & 255) >>> 1 : HEAP32[i19 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i25); i1 = i1 + 1 | 0; } while (1) { - if ((i3 | 0) == (i13 | 0)) { - i1 = i12; + if ((i3 | 0) == (i12 | 0)) { + i1 = i13; continue L10; } - i1 = HEAP32[i30 >> 2] | 0; - i2 = i1 + -24 | 0; + i2 = HEAP32[i30 >> 2] | 0; + i1 = i2 + -24 | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i37 = i1 + -24 | 0; + if ((i2 | 0) == (i1 | 0)) break; + i37 = i2 + -24 | 0; HEAP32[i30 >> 2] = i37; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i37); - i1 = HEAP32[i30 >> 2] | 0; + i2 = HEAP32[i30 >> 2] | 0; } i3 = i3 + -1 | 0; } } if ((i2 | 0) == 13) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i23); else if ((i2 | 0) == 26) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i1); else if ((i2 | 0) == 34) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i1); else if ((i2 | 0) == 48) { i6 = i1 + 1 | 0; - i37 = HEAP8[i33 >> 0] | 0; + i37 = HEAP8[i34 >> 0] | 0; i29 = (i37 & 1) == 0; - if ((HEAP8[(i29 ? i33 + 1 | 0 : HEAP32[i33 + 8 >> 2] | 0) + (i29 ? (i37 & 255) >>> 1 : HEAP32[i25 >> 2] | 0) + -1 >> 0] | 0) == 62) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i33, 36483) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i33, 35893) | 0; - HEAP32[i32 >> 2] = HEAP32[i33 >> 2]; - HEAP32[i32 + 4 >> 2] = HEAP32[i33 + 4 >> 2]; - HEAP32[i32 + 8 >> 2] = HEAP32[i33 + 8 >> 2]; + 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, 37641) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i34, 37051) | 0; + HEAP32[i32 >> 2] = HEAP32[i34 >> 2]; + HEAP32[i32 + 4 >> 2] = HEAP32[i34 + 4 >> 2]; + HEAP32[i32 + 8 >> 2] = HEAP32[i34 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i33 + (i1 << 2) >> 2] = 0; + HEAP32[i34 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i35, i32); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i31, i32); i1 = HEAP32[i30 >> 2] | 0; - i37 = HEAP32[i34 + 8 >> 2] | 0; + i37 = HEAP32[i35 + 8 >> 2] | 0; i4 = i37; if (i1 >>> 0 < i37 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i1, i35); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i1, i31); HEAP32[i30 >> 2] = (HEAP32[i30 >> 2] | 0) + 24; } else { - i2 = HEAP32[i34 >> 2] | 0; + i2 = HEAP32[i35 >> 2] | 0; i37 = i1 - i2 | 0; i5 = (i37 | 0) / 24 | 0; i3 = i5 + 1 | 0; - if ((i37 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i34); + if ((i37 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i35); i1 = (i4 - i2 | 0) / 24 | 0; if (i1 >>> 0 < 1073741823) { i1 = i1 << 1; i1 = i1 >>> 0 < i3 >>> 0 ? i3 : i1; } else i1 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i31, i1, i5, i34 + 12 | 0); - i37 = i31 + 8 | 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i33, i1, i5, i35 + 12 | 0); + i37 = i33 + 8 | 0; i30 = HEAP32[i37 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i30, i35); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i30, i31); HEAP32[i37 >> 2] = i30 + 24; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i34, i31); - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i31); + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i35, i33); + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i33); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i35); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i31); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i32); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i34); break; } else if ((i2 | 0) == 62) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i34); i6 = i29; break; } @@ -28673,52 +28698,52 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i42 = 0, i43 = 0, i44 = 0; i42 = STACKTOP; STACKTOP = STACKTOP + 144 | 0; - i33 = i42 + 132 | 0; - i27 = i42 + 116 | 0; - i34 = i42 + 128 | 0; - i1 = i42 + 124 | 0; - i11 = i42 + 120 | 0; - i25 = i42 + 112 | 0; - i29 = i42 + 108 | 0; - i2 = i42 + 104 | 0; - i3 = i42 + 100 | 0; - i4 = i42 + 96 | 0; - i5 = i42 + 92 | 0; - i6 = i42 + 88 | 0; - i7 = i42 + 84 | 0; - i8 = i42 + 80 | 0; - i9 = i42 + 76 | 0; - i10 = i42 + 72 | 0; - i12 = i42 + 68 | 0; - i13 = i42 + 64 | 0; - i14 = i42 + 60 | 0; - i15 = i42 + 56 | 0; - i16 = i42 + 52 | 0; - i17 = i42 + 48 | 0; - i18 = i42 + 44 | 0; - i19 = i42 + 40 | 0; - i20 = i42 + 36 | 0; - i21 = i42 + 32 | 0; - i22 = i42 + 28 | 0; - i23 = i42 + 24 | 0; - i24 = i42 + 20 | 0; - i26 = i42 + 16 | 0; - i28 = i42 + 12 | 0; - i30 = i42 + 8 | 0; - i31 = i42 + 4 | 0; - i32 = i42; + i2 = i42 + 132 | 0; + i1 = i42 + 116 | 0; + i28 = i42 + 128 | 0; + i13 = i42 + 124 | 0; + i24 = i42 + 120 | 0; + i29 = i42 + 112 | 0; + i30 = i42 + 108 | 0; + i31 = i42 + 104 | 0; + i32 = i42 + 100 | 0; + i33 = i42 + 96 | 0; + i34 = i42 + 92 | 0; + i3 = i42 + 88 | 0; + i4 = i42 + 84 | 0; + i5 = i42 + 80 | 0; + i6 = i42 + 76 | 0; + i7 = i42 + 72 | 0; + i8 = i42 + 68 | 0; + i9 = i42 + 64 | 0; + i10 = i42 + 60 | 0; + i11 = i42 + 56 | 0; + i12 = i42 + 52 | 0; + i14 = i42 + 48 | 0; + i15 = i42 + 44 | 0; + i16 = i42 + 40 | 0; + i17 = i42 + 36 | 0; + i18 = i42 + 32 | 0; + i19 = i42 + 28 | 0; + i20 = i42 + 24 | 0; + i21 = i42 + 20 | 0; + i22 = i42 + 16 | 0; + i23 = i42 + 12 | 0; + i25 = i42 + 8 | 0; + i26 = i42 + 4 | 0; + i27 = i42; HEAP32[i37 >> 2] = 0; i44 = __ZNKSt3__18ios_base6getlocEv(i39) | 0; - HEAP32[i34 >> 2] = i44; - i34 = __ZNKSt3__16locale9use_facetERNS0_2idE(i34, 40492) | 0; + HEAP32[i28 >> 2] = i44; + i28 = __ZNKSt3__16locale9use_facetERNS0_2idE(i28, 41652) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i44) | 0; do switch (i38 << 24 >> 24 | 0) { case 65: case 97: { - HEAP32[i1 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i1 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__get_weekdaynameERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 24 | 0, i35, i33, i37, i34); + HEAP32[i13 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i13 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__get_weekdaynameERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 24 | 0, i35, i2, i37, i28); i43 = 26; break; } @@ -28726,9 +28751,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE case 66: case 98: { - HEAP32[i11 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i11 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE15__get_monthnameERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 16 | 0, i35, i33, i37, i34); + HEAP32[i24 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i24 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE15__get_monthnameERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 16 | 0, i35, i2, i37, i28); i43 = 26; break; } @@ -28736,16 +28761,16 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE { i44 = i41 + 8 | 0; i44 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i44 >> 2] | 0) + 12 >> 2] & 127](i44) | 0; - HEAP32[i25 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i29 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i29 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i30 >> 2] = HEAP32[i36 >> 2]; i38 = HEAP8[i44 >> 0] | 0; i36 = (i38 & 1) == 0; i43 = i44 + 4 | 0; i44 = i36 ? i43 : HEAP32[i44 + 8 >> 2] | 0; i43 = i44 + ((i36 ? (i38 & 255) >>> 1 : HEAP32[i43 >> 2] | 0) << 2) | 0; - HEAP32[i27 >> 2] = HEAP32[i25 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i29 >> 2]; - i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i27, i33, i39, i37, i40, i44, i43) | 0; + HEAP32[i1 >> 2] = HEAP32[i29 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i30 >> 2]; + i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, i44, i43) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -28753,189 +28778,189 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE case 101: case 100: { - HEAP32[i2 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i2 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE9__get_dayERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 12 | 0, i35, i33, i37, i34); + HEAP32[i31 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i31 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE9__get_dayERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 12 | 0, i35, i2, i37, i28); i43 = 26; break; } case 68: { - HEAP32[i3 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i27 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i4 >> 2]; - i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i27, i33, i39, i37, i40, 9252, 9284) | 0; + HEAP32[i32 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i33 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i32 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i33 >> 2]; + i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 9364, 9396) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; } case 70: { - HEAP32[i5 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i27 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i6 >> 2]; - i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i27, i33, i39, i37, i40, 9284, 9316) | 0; + HEAP32[i34 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i34 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 9396, 9428) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; } case 72: { - HEAP32[i7 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i7 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE10__get_hourERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 8 | 0, i35, i33, i37, i34); + HEAP32[i4 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE10__get_hourERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 8 | 0, i35, i2, i37, i28); i43 = 26; break; } case 73: { - HEAP32[i8 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i8 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE13__get_12_hourERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 8 | 0, i35, i33, i37, i34); + HEAP32[i5 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE13__get_12_hourERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 8 | 0, i35, i2, i37, i28); i43 = 26; break; } case 106: { - HEAP32[i9 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i9 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE18__get_day_year_numERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 28 | 0, i35, i33, i37, i34); + HEAP32[i6 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE18__get_day_year_numERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 28 | 0, i35, i2, i37, i28); i43 = 26; break; } case 109: { - HEAP32[i10 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i10 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11__get_monthERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 16 | 0, i35, i33, i37, i34); + HEAP32[i7 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11__get_monthERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 16 | 0, i35, i2, i37, i28); i43 = 26; break; } case 77: { - HEAP32[i12 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i12 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE12__get_minuteERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 4 | 0, i35, i33, i37, i34); + HEAP32[i8 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i8 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE12__get_minuteERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 4 | 0, i35, i2, i37, i28); i43 = 26; break; } case 116: case 110: { - HEAP32[i13 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i13 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__get_white_spaceERS4_S4_RjRKNS_5ctypeIwEE(i41, i35, i33, i37, i34); + HEAP32[i9 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i9 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__get_white_spaceERS4_S4_RjRKNS_5ctypeIwEE(i41, i35, i2, i37, i28); i43 = 26; break; } case 112: { - HEAP32[i14 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i14 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11__get_am_pmERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 8 | 0, i35, i33, i37, i34); + HEAP32[i10 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i10 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11__get_am_pmERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 8 | 0, i35, i2, i37, i28); i43 = 26; break; } case 114: { - HEAP32[i15 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i16 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i27 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i16 >> 2]; - i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i27, i33, i39, i37, i40, 9316, 9360) | 0; + HEAP32[i11 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i12 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i12 >> 2]; + i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 9428, 9472) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; } case 82: { - HEAP32[i17 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i18 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i27 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i18 >> 2]; - i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i27, i33, i39, i37, i40, 9360, 9380) | 0; + HEAP32[i14 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i15 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i15 >> 2]; + i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 9472, 9492) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; } case 83: { - HEAP32[i19 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i19 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE12__get_secondERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40, i35, i33, i37, i34); + HEAP32[i16 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i16 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE12__get_secondERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40, i35, i2, i37, i28); i43 = 26; break; } case 84: { - HEAP32[i20 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i21 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i27 >> 2] = HEAP32[i20 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i21 >> 2]; - i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i27, i33, i39, i37, i40, 9380, 9412) | 0; + HEAP32[i17 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i18 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i18 >> 2]; + i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, 9492, 9524) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; } case 119: { - HEAP32[i22 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i22 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE13__get_weekdayERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 24 | 0, i35, i33, i37, i34); + HEAP32[i19 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i19 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE13__get_weekdayERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 24 | 0, i35, i2, i37, i28); i43 = 26; break; } case 120: { - i1 = HEAP32[(HEAP32[i41 >> 2] | 0) + 20 >> 2] | 0; - HEAP32[i23 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i24 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i27 >> 2] = HEAP32[i23 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i24 >> 2]; - i1 = FUNCTION_TABLE_iiiiiii[i1 & 63](i41, i27, i33, i39, i37, i40) | 0; + i44 = HEAP32[(HEAP32[i41 >> 2] | 0) + 20 >> 2] | 0; + HEAP32[i20 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i21 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i20 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i21 >> 2]; + i1 = FUNCTION_TABLE_iiiiiii[i44 & 63](i41, i1, i2, i39, i37, i40) | 0; break; } case 88: { i44 = i41 + 8 | 0; i44 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i44 >> 2] | 0) + 24 >> 2] & 127](i44) | 0; - HEAP32[i26 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i28 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i22 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i23 >> 2] = HEAP32[i36 >> 2]; i38 = HEAP8[i44 >> 0] | 0; i36 = (i38 & 1) == 0; i43 = i44 + 4 | 0; i44 = i36 ? i43 : HEAP32[i44 + 8 >> 2] | 0; i43 = i44 + ((i36 ? (i38 & 255) >>> 1 : HEAP32[i43 >> 2] | 0) << 2) | 0; - HEAP32[i27 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i28 >> 2]; - i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i27, i33, i39, i37, i40, i44, i43) | 0; + HEAP32[i1 >> 2] = HEAP32[i22 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i23 >> 2]; + i43 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i41, i1, i2, i39, i37, i40, i44, i43) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; } case 121: { - HEAP32[i30 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i30 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE10__get_yearERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 20 | 0, i35, i33, i37, i34); + HEAP32[i25 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i25 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE10__get_yearERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 20 | 0, i35, i2, i37, i28); i43 = 26; break; } case 89: { - HEAP32[i31 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i31 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11__get_year4ERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 20 | 0, i35, i33, i37, i34); + HEAP32[i26 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i26 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11__get_year4ERiRS4_S4_RjRKNS_5ctypeIwEE(i41, i40 + 20 | 0, i35, i2, i37, i28); i43 = 26; break; } case 37: { - HEAP32[i32 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; - __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE13__get_percentERS4_S4_RjRKNS_5ctypeIwEE(i41, i35, i33, i37, i34); + HEAP32[i27 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i27 >> 2]; + __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE13__get_percentERS4_S4_RjRKNS_5ctypeIwEE(i41, i35, i2, i37, i28); i43 = 26; break; } @@ -28962,52 +28987,52 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i42 = 0, i43 = 0, i44 = 0; i42 = STACKTOP; STACKTOP = STACKTOP + 144 | 0; - i33 = i42 + 132 | 0; - i27 = i42 + 116 | 0; - i34 = i42 + 128 | 0; - i1 = i42 + 124 | 0; - i11 = i42 + 120 | 0; - i25 = i42 + 112 | 0; - i29 = i42 + 108 | 0; - i2 = i42 + 104 | 0; - i3 = i42 + 100 | 0; - i4 = i42 + 96 | 0; - i5 = i42 + 92 | 0; - i6 = i42 + 88 | 0; - i7 = i42 + 84 | 0; - i8 = i42 + 80 | 0; - i9 = i42 + 76 | 0; - i10 = i42 + 72 | 0; - i12 = i42 + 68 | 0; - i13 = i42 + 64 | 0; - i14 = i42 + 60 | 0; - i15 = i42 + 56 | 0; - i16 = i42 + 52 | 0; - i17 = i42 + 48 | 0; - i18 = i42 + 44 | 0; - i19 = i42 + 40 | 0; - i20 = i42 + 36 | 0; - i21 = i42 + 32 | 0; - i22 = i42 + 28 | 0; - i23 = i42 + 24 | 0; - i24 = i42 + 20 | 0; - i26 = i42 + 16 | 0; - i28 = i42 + 12 | 0; - i30 = i42 + 8 | 0; - i31 = i42 + 4 | 0; - i32 = i42; + i2 = i42 + 132 | 0; + i1 = i42 + 116 | 0; + i28 = i42 + 128 | 0; + i13 = i42 + 124 | 0; + i24 = i42 + 120 | 0; + i29 = i42 + 112 | 0; + i30 = i42 + 108 | 0; + i31 = i42 + 104 | 0; + i32 = i42 + 100 | 0; + i33 = i42 + 96 | 0; + i34 = i42 + 92 | 0; + i3 = i42 + 88 | 0; + i4 = i42 + 84 | 0; + i5 = i42 + 80 | 0; + i6 = i42 + 76 | 0; + i7 = i42 + 72 | 0; + i8 = i42 + 68 | 0; + i9 = i42 + 64 | 0; + i10 = i42 + 60 | 0; + i11 = i42 + 56 | 0; + i12 = i42 + 52 | 0; + i14 = i42 + 48 | 0; + i15 = i42 + 44 | 0; + i16 = i42 + 40 | 0; + i17 = i42 + 36 | 0; + i18 = i42 + 32 | 0; + i19 = i42 + 28 | 0; + i20 = i42 + 24 | 0; + i21 = i42 + 20 | 0; + i22 = i42 + 16 | 0; + i23 = i42 + 12 | 0; + i25 = i42 + 8 | 0; + i26 = i42 + 4 | 0; + i27 = i42; HEAP32[i37 >> 2] = 0; i44 = __ZNKSt3__18ios_base6getlocEv(i39) | 0; - HEAP32[i34 >> 2] = i44; - i34 = __ZNKSt3__16locale9use_facetERNS0_2idE(i34, 40460) | 0; + HEAP32[i28 >> 2] = i44; + i28 = __ZNKSt3__16locale9use_facetERNS0_2idE(i28, 41620) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i44) | 0; do switch (i38 << 24 >> 24 | 0) { case 65: case 97: { - HEAP32[i1 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i1 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE17__get_weekdaynameERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 24 | 0, i35, i33, i37, i34); + HEAP32[i13 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i13 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE17__get_weekdaynameERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 24 | 0, i35, i2, i37, i28); i43 = 26; break; } @@ -29015,9 +29040,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE case 66: case 98: { - HEAP32[i11 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i11 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE15__get_monthnameERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 16 | 0, i35, i33, i37, i34); + HEAP32[i24 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i24 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE15__get_monthnameERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 16 | 0, i35, i2, i37, i28); i43 = 26; break; } @@ -29025,15 +29050,15 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE { i43 = i41 + 8 | 0; i43 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i43 >> 2] | 0) + 12 >> 2] & 127](i43) | 0; - HEAP32[i25 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i29 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i29 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i30 >> 2] = HEAP32[i36 >> 2]; i38 = HEAP8[i43 >> 0] | 0; i36 = (i38 & 1) == 0; i44 = i36 ? i43 + 1 | 0 : HEAP32[i43 + 8 >> 2] | 0; i43 = i44 + (i36 ? (i38 & 255) >>> 1 : HEAP32[i43 + 4 >> 2] | 0) | 0; - HEAP32[i27 >> 2] = HEAP32[i25 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i29 >> 2]; - i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i27, i33, i39, i37, i40, i44, i43) | 0; + HEAP32[i1 >> 2] = HEAP32[i29 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i30 >> 2]; + i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, i44, i43) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; @@ -29041,188 +29066,188 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE case 101: case 100: { - HEAP32[i2 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i2 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE9__get_dayERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 12 | 0, i35, i33, i37, i34); + HEAP32[i31 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i31 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE9__get_dayERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 12 | 0, i35, i2, i37, i28); i43 = 26; break; } case 68: { - HEAP32[i3 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i27 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i4 >> 2]; - i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i27, i33, i39, i37, i40, 33126, 33134) | 0; + HEAP32[i32 >> 2] = HEAP32[i35 >> 2]; + 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, 34332, 34340) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; } case 70: { - HEAP32[i5 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i27 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i6 >> 2]; - i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i27, i33, i39, i37, i40, 33134, 33142) | 0; + HEAP32[i34 >> 2] = HEAP32[i35 >> 2]; + 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, 34340, 34348) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; } case 72: { - HEAP32[i7 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i7 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE10__get_hourERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 8 | 0, i35, i33, i37, i34); + HEAP32[i4 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE10__get_hourERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 8 | 0, i35, i2, i37, i28); i43 = 26; break; } case 73: { - HEAP32[i8 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i8 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE13__get_12_hourERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 8 | 0, i35, i33, i37, i34); + HEAP32[i5 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE13__get_12_hourERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 8 | 0, i35, i2, i37, i28); i43 = 26; break; } case 106: { - HEAP32[i9 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i9 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE18__get_day_year_numERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 28 | 0, i35, i33, i37, i34); + HEAP32[i6 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE18__get_day_year_numERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 28 | 0, i35, i2, i37, i28); i43 = 26; break; } case 109: { - HEAP32[i10 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i10 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11__get_monthERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 16 | 0, i35, i33, i37, i34); + HEAP32[i7 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11__get_monthERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 16 | 0, i35, i2, i37, i28); i43 = 26; break; } case 77: { - HEAP32[i12 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i12 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE12__get_minuteERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 4 | 0, i35, i33, i37, i34); + HEAP32[i8 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i8 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE12__get_minuteERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 4 | 0, i35, i2, i37, i28); i43 = 26; break; } case 116: case 110: { - HEAP32[i13 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i13 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE17__get_white_spaceERS4_S4_RjRKNS_5ctypeIcEE(i41, i35, i33, i37, i34); + HEAP32[i9 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i9 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE17__get_white_spaceERS4_S4_RjRKNS_5ctypeIcEE(i41, i35, i2, i37, i28); i43 = 26; break; } case 112: { - HEAP32[i14 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i14 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11__get_am_pmERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 8 | 0, i35, i33, i37, i34); + HEAP32[i10 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i10 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11__get_am_pmERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 8 | 0, i35, i2, i37, i28); i43 = 26; break; } case 114: { - HEAP32[i15 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i16 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i27 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i16 >> 2]; - i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i27, i33, i39, i37, i40, 33142, 33153) | 0; + HEAP32[i11 >> 2] = HEAP32[i35 >> 2]; + 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, 34348, 34359) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; } case 82: { - HEAP32[i17 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i18 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i27 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i18 >> 2]; - i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i27, i33, i39, i37, i40, 33153, 33158) | 0; + HEAP32[i14 >> 2] = HEAP32[i35 >> 2]; + 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, 34359, 34364) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; } case 83: { - HEAP32[i19 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i19 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE12__get_secondERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40, i35, i33, i37, i34); + HEAP32[i16 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i16 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE12__get_secondERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40, i35, i2, i37, i28); i43 = 26; break; } case 84: { - HEAP32[i20 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i21 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i27 >> 2] = HEAP32[i20 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i21 >> 2]; - i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i27, i33, i39, i37, i40, 33158, 33166) | 0; + HEAP32[i17 >> 2] = HEAP32[i35 >> 2]; + 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, 34364, 34372) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; } case 119: { - HEAP32[i22 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i22 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE13__get_weekdayERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 24 | 0, i35, i33, i37, i34); + HEAP32[i19 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i19 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE13__get_weekdayERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 24 | 0, i35, i2, i37, i28); i43 = 26; break; } case 120: { - i1 = HEAP32[(HEAP32[i41 >> 2] | 0) + 20 >> 2] | 0; - HEAP32[i23 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i24 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i27 >> 2] = HEAP32[i23 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i24 >> 2]; - i1 = FUNCTION_TABLE_iiiiiii[i1 & 63](i41, i27, i33, i39, i37, i40) | 0; + i44 = HEAP32[(HEAP32[i41 >> 2] | 0) + 20 >> 2] | 0; + HEAP32[i20 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i21 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i20 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i21 >> 2]; + i1 = FUNCTION_TABLE_iiiiiii[i44 & 63](i41, i1, i2, i39, i37, i40) | 0; break; } case 88: { i43 = i41 + 8 | 0; i43 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i43 >> 2] | 0) + 24 >> 2] & 127](i43) | 0; - HEAP32[i26 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i28 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i22 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i23 >> 2] = HEAP32[i36 >> 2]; i38 = HEAP8[i43 >> 0] | 0; i36 = (i38 & 1) == 0; i44 = i36 ? i43 + 1 | 0 : HEAP32[i43 + 8 >> 2] | 0; i43 = i44 + (i36 ? (i38 & 255) >>> 1 : HEAP32[i43 + 4 >> 2] | 0) | 0; - HEAP32[i27 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i28 >> 2]; - i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i27, i33, i39, i37, i40, i44, i43) | 0; + HEAP32[i1 >> 2] = HEAP32[i22 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i23 >> 2]; + i43 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i41, i1, i2, i39, i37, i40, i44, i43) | 0; HEAP32[i35 >> 2] = i43; i43 = 26; break; } case 121: { - HEAP32[i30 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i30 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE10__get_yearERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 20 | 0, i35, i33, i37, i34); + HEAP32[i25 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i25 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE10__get_yearERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 20 | 0, i35, i2, i37, i28); i43 = 26; break; } case 89: { - HEAP32[i31 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i31 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11__get_year4ERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 20 | 0, i35, i33, i37, i34); + HEAP32[i26 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i26 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11__get_year4ERiRS4_S4_RjRKNS_5ctypeIcEE(i41, i40 + 20 | 0, i35, i2, i37, i28); i43 = 26; break; } case 37: { - HEAP32[i32 >> 2] = HEAP32[i36 >> 2]; - HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE13__get_percentERS4_S4_RjRKNS_5ctypeIcEE(i41, i35, i33, i37, i34); + HEAP32[i27 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i27 >> 2]; + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE13__get_percentERS4_S4_RjRKNS_5ctypeIcEE(i41, i35, i2, i37, i28); i43 = 26; break; } @@ -29242,29 +29267,29 @@ 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[9733] | 0; + i7 = HEAP32[10023] | 0; if (i3 >>> 0 < i7 >>> 0) _abort(); i1 = HEAP32[i1 + -4 >> 2] | 0; i2 = i1 & 3; if ((i2 | 0) == 1) _abort(); i4 = i1 & -8; - i13 = i3 + i4 | 0; + i12 = i3 + i4 | 0; do if (!(i1 & 1)) { i1 = HEAP32[i3 >> 2] | 0; if (!i2) return; i10 = i3 + (0 - i1) | 0; i9 = i1 + i4 | 0; if (i10 >>> 0 < i7 >>> 0) _abort(); - if ((i10 | 0) == (HEAP32[9734] | 0)) { - i2 = i13 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if ((i1 & 3 | 0) != 3) { + if ((i10 | 0) == (HEAP32[10024] | 0)) { + i1 = i12 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if ((i2 & 3 | 0) != 3) { i16 = i10; i6 = i9; break; } - HEAP32[9731] = i9; - HEAP32[i2 >> 2] = i1 & -2; + HEAP32[10021] = i9; + HEAP32[i1 >> 2] = i2 & -2; HEAP32[i10 + 4 >> 2] = i9 | 1; HEAP32[i10 + i9 >> 2] = i9; return; @@ -29273,13 +29298,13 @@ function _free(i1) { if (i1 >>> 0 < 256) { i2 = HEAP32[i10 + 8 >> 2] | 0; i3 = HEAP32[i10 + 12 >> 2] | 0; - i1 = 38956 + (i4 << 1 << 2) | 0; + i1 = 40116 + (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[9729] = HEAP32[9729] & ~(1 << i4); + HEAP32[10019] = HEAP32[10019] & ~(1 << i4); i16 = i10; i6 = i9; break; @@ -29298,29 +29323,29 @@ function _free(i1) { i5 = HEAP32[i10 + 24 >> 2] | 0; i3 = HEAP32[i10 + 12 >> 2] | 0; do if ((i3 | 0) == (i10 | 0)) { - i3 = i10 + 16 | 0; - i2 = i3 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i2 = i10 + 16 | 0; + i3 = i2 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; if (!i1) { - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { i8 = 0; break; - } else i2 = i3; - } + } + } else i2 = i3; while (1) { - i4 = i1 + 20 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 | 0) { - i1 = i3; - i2 = i4; + i3 = i1 + 20 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 | 0) { + i1 = i4; + i2 = i3; continue; } - i4 = i1 + 16 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (!i3) break; else { - i1 = i3; - i2 = i4; + i3 = i1 + 16 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (!i4) break; else { + i1 = i4; + i2 = i3; } } if (i2 >>> 0 < i7 >>> 0) _abort(); else { @@ -29343,17 +29368,17 @@ function _free(i1) { } while (0); if (i5) { i1 = HEAP32[i10 + 28 >> 2] | 0; - i2 = 39220 + (i1 << 2) | 0; + i2 = 40380 + (i1 << 2) | 0; if ((i10 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i8; if (!i8) { - HEAP32[9730] = HEAP32[9730] & ~(1 << i1); + HEAP32[10020] = HEAP32[10020] & ~(1 << i1); i16 = i10; i6 = i9; break; } } else { - if (i5 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[10023] | 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) { @@ -29362,18 +29387,18 @@ function _free(i1) { break; } } - i3 = HEAP32[9733] | 0; + i3 = HEAP32[10023] | 0; if (i8 >>> 0 < i3 >>> 0) _abort(); HEAP32[i8 + 24 >> 2] = i5; - i2 = i10 + 16 | 0; - i1 = HEAP32[i2 >> 2] | 0; - do if (i1 | 0) if (i1 >>> 0 < i3 >>> 0) _abort(); else { - HEAP32[i8 + 16 >> 2] = i1; - HEAP32[i1 + 24 >> 2] = i8; + i1 = i10 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2 | 0) if (i2 >>> 0 < i3 >>> 0) _abort(); else { + HEAP32[i8 + 16 >> 2] = i2; + HEAP32[i2 + 24 >> 2] = i8; break; } while (0); - i1 = HEAP32[i2 + 4 >> 2] | 0; - if (i1) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + i1 = HEAP32[i1 + 4 >> 2] | 0; + if (i1) if (i1 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { HEAP32[i8 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i8; i16 = i10; @@ -29391,25 +29416,25 @@ function _free(i1) { i16 = i3; i6 = i4; } while (0); - if (i16 >>> 0 >= i13 >>> 0) _abort(); - i1 = i13 + 4 | 0; + if (i16 >>> 0 >= i12 >>> 0) _abort(); + i1 = i12 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; if (!(i2 & 1)) _abort(); if (!(i2 & 2)) { - if ((i13 | 0) == (HEAP32[9735] | 0)) { - i15 = (HEAP32[9732] | 0) + i6 | 0; - HEAP32[9732] = i15; - HEAP32[9735] = i16; + if ((i12 | 0) == (HEAP32[10025] | 0)) { + i15 = (HEAP32[10022] | 0) + i6 | 0; + HEAP32[10022] = i15; + HEAP32[10025] = i16; HEAP32[i16 + 4 >> 2] = i15 | 1; - if ((i16 | 0) != (HEAP32[9734] | 0)) return; - HEAP32[9734] = 0; - HEAP32[9731] = 0; + if ((i16 | 0) != (HEAP32[10024] | 0)) return; + HEAP32[10024] = 0; + HEAP32[10021] = 0; return; } - if ((i13 | 0) == (HEAP32[9734] | 0)) { - i15 = (HEAP32[9731] | 0) + i6 | 0; - HEAP32[9731] = i15; - HEAP32[9734] = i16; + if ((i12 | 0) == (HEAP32[10024] | 0)) { + i15 = (HEAP32[10021] | 0) + i6 | 0; + HEAP32[10021] = i15; + HEAP32[10024] = i16; HEAP32[i16 + 4 >> 2] = i15 | 1; HEAP32[i16 + i15 >> 2] = i15; return; @@ -29417,108 +29442,108 @@ function _free(i1) { i6 = (i2 & -8) + i6 | 0; i4 = i2 >>> 3; do if (i2 >>> 0 >= 256) { - i5 = HEAP32[i13 + 24 >> 2] | 0; - i1 = HEAP32[i13 + 12 >> 2] | 0; - do if ((i1 | 0) == (i13 | 0)) { - i3 = i13 + 16 | 0; - i2 = i3 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i5 = HEAP32[i12 + 24 >> 2] | 0; + i1 = HEAP32[i12 + 12 >> 2] | 0; + do if ((i1 | 0) == (i12 | 0)) { + i2 = i12 + 16 | 0; + i3 = i2 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; if (!i1) { - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - i12 = 0; + i13 = 0; break; - } else i2 = i3; - } + } + } else i2 = i3; while (1) { - i4 = i1 + 20 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 | 0) { - i1 = i3; - i2 = i4; + i3 = i1 + 20 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 | 0) { + i1 = i4; + i2 = i3; continue; } - i4 = i1 + 16 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (!i3) break; else { - i1 = i3; - i2 = i4; + i3 = i1 + 16 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (!i4) break; else { + i1 = i4; + i2 = i3; } } - if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { HEAP32[i2 >> 2] = 0; - i12 = i1; + i13 = i1; break; } } else { - i2 = HEAP32[i13 + 8 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); + i2 = HEAP32[i12 + 8 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); i3 = i2 + 12 | 0; - if ((HEAP32[i3 >> 2] | 0) != (i13 | 0)) _abort(); + if ((HEAP32[i3 >> 2] | 0) != (i12 | 0)) _abort(); i4 = i1 + 8 | 0; - if ((HEAP32[i4 >> 2] | 0) == (i13 | 0)) { + if ((HEAP32[i4 >> 2] | 0) == (i12 | 0)) { HEAP32[i3 >> 2] = i1; HEAP32[i4 >> 2] = i2; - i12 = i1; + i13 = i1; break; } else _abort(); } while (0); if (i5 | 0) { - i1 = HEAP32[i13 + 28 >> 2] | 0; - i2 = 39220 + (i1 << 2) | 0; - if ((i13 | 0) == (HEAP32[i2 >> 2] | 0)) { - HEAP32[i2 >> 2] = i12; - if (!i12) { - HEAP32[9730] = HEAP32[9730] & ~(1 << i1); + i1 = HEAP32[i12 + 28 >> 2] | 0; + i2 = 40380 + (i1 << 2) | 0; + if ((i12 | 0) == (HEAP32[i2 >> 2] | 0)) { + HEAP32[i2 >> 2] = i13; + if (!i13) { + HEAP32[10020] = HEAP32[10020] & ~(1 << i1); break; } } else { - if (i5 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); i1 = i5 + 16 | 0; - if ((HEAP32[i1 >> 2] | 0) == (i13 | 0)) HEAP32[i1 >> 2] = i12; else HEAP32[i5 + 20 >> 2] = i12; - if (!i12) break; + if ((HEAP32[i1 >> 2] | 0) == (i12 | 0)) HEAP32[i1 >> 2] = i13; else HEAP32[i5 + 20 >> 2] = i13; + if (!i13) break; } - i3 = HEAP32[9733] | 0; - if (i12 >>> 0 < i3 >>> 0) _abort(); - HEAP32[i12 + 24 >> 2] = i5; - i2 = i13 + 16 | 0; - i1 = HEAP32[i2 >> 2] | 0; - do if (i1 | 0) if (i1 >>> 0 < i3 >>> 0) _abort(); else { - HEAP32[i12 + 16 >> 2] = i1; - HEAP32[i1 + 24 >> 2] = i12; + i3 = HEAP32[10023] | 0; + if (i13 >>> 0 < i3 >>> 0) _abort(); + HEAP32[i13 + 24 >> 2] = i5; + i1 = i12 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2 | 0) if (i2 >>> 0 < i3 >>> 0) _abort(); else { + HEAP32[i13 + 16 >> 2] = i2; + HEAP32[i2 + 24 >> 2] = i13; break; } while (0); - i1 = HEAP32[i2 + 4 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { - HEAP32[i12 + 20 >> 2] = i1; - HEAP32[i1 + 24 >> 2] = i12; + i1 = HEAP32[i1 + 4 >> 2] | 0; + if (i1 | 0) if (i1 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { + HEAP32[i13 + 20 >> 2] = i1; + HEAP32[i1 + 24 >> 2] = i13; break; } } } else { - i2 = HEAP32[i13 + 8 >> 2] | 0; - i3 = HEAP32[i13 + 12 >> 2] | 0; - i1 = 38956 + (i4 << 1 << 2) | 0; + i2 = HEAP32[i12 + 8 >> 2] | 0; + i3 = HEAP32[i12 + 12 >> 2] | 0; + i1 = 40116 + (i4 << 1 << 2) | 0; if ((i2 | 0) != (i1 | 0)) { - if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); - if ((HEAP32[i2 + 12 >> 2] | 0) != (i13 | 0)) _abort(); + if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); + if ((HEAP32[i2 + 12 >> 2] | 0) != (i12 | 0)) _abort(); } if ((i3 | 0) == (i2 | 0)) { - HEAP32[9729] = HEAP32[9729] & ~(1 << i4); + HEAP32[10019] = HEAP32[10019] & ~(1 << i4); break; } if ((i3 | 0) != (i1 | 0)) { - if (i3 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); + if (i3 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); i1 = i3 + 8 | 0; - if ((HEAP32[i1 >> 2] | 0) == (i13 | 0)) i11 = i1; else _abort(); + if ((HEAP32[i1 >> 2] | 0) == (i12 | 0)) i11 = i1; else _abort(); } else i11 = i3 + 8 | 0; HEAP32[i2 + 12 >> 2] = i3; HEAP32[i11 >> 2] = i2; } while (0); HEAP32[i16 + 4 >> 2] = i6 | 1; HEAP32[i16 + i6 >> 2] = i6; - if ((i16 | 0) == (HEAP32[9734] | 0)) { - HEAP32[9731] = i6; + if ((i16 | 0) == (HEAP32[10024] | 0)) { + HEAP32[10021] = i6; return; } } else { @@ -29528,18 +29553,18 @@ function _free(i1) { } i1 = i6 >>> 3; if (i6 >>> 0 < 256) { - i3 = 38956 + (i1 << 1 << 2) | 0; - i2 = HEAP32[9729] | 0; + i3 = 40116 + (i1 << 1 << 2) | 0; + i2 = HEAP32[10019] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { i14 = i1; i15 = i2; } } else { - HEAP32[9729] = i2 | i1; + HEAP32[10019] = i2 | i1; i14 = i3 + 8 | 0; i15 = i3; } @@ -29550,111 +29575,112 @@ function _free(i1) { return; } i1 = i6 >>> 8; - if (i1) if (i6 >>> 0 > 16777215) i2 = 31; else { + if (i1) if (i6 >>> 0 > 16777215) i3 = 31; else { i14 = (i1 + 1048320 | 0) >>> 16 & 8; i15 = i1 << i14; i13 = (i15 + 520192 | 0) >>> 16 & 4; i15 = i15 << i13; - i2 = (i15 + 245760 | 0) >>> 16 & 2; - i2 = 14 - (i13 | i14 | i2) + (i15 << i2 >>> 15) | 0; - i2 = i6 >>> (i2 + 7 | 0) & 1 | i2 << 1; - } else i2 = 0; - i5 = 39220 + (i2 << 2) | 0; - HEAP32[i16 + 28 >> 2] = i2; + i3 = (i15 + 245760 | 0) >>> 16 & 2; + i3 = 14 - (i13 | i14 | i3) + (i15 << i3 >>> 15) | 0; + i3 = i6 >>> (i3 + 7 | 0) & 1 | i3 << 1; + } else i3 = 0; + i4 = 40380 + (i3 << 2) | 0; + HEAP32[i16 + 28 >> 2] = i3; HEAP32[i16 + 20 >> 2] = 0; HEAP32[i16 + 16 >> 2] = 0; - i1 = HEAP32[9730] | 0; - i3 = 1 << i2; - do if (i1 & i3) { - i4 = i6 << ((i2 | 0) == 31 ? 0 : 25 - (i2 >>> 1) | 0); - i3 = HEAP32[i5 >> 2] | 0; + i1 = HEAP32[10020] | 0; + i2 = 1 << i3; + do if (i1 & i2) { + i5 = i6 << ((i3 | 0) == 31 ? 0 : 25 - (i3 >>> 1) | 0); + i1 = HEAP32[i4 >> 2] | 0; while (1) { - if ((HEAP32[i3 + 4 >> 2] & -8 | 0) == (i6 | 0)) { - i2 = 130; + if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i6 | 0)) { + i3 = i1; + i4 = 130; break; } - i1 = i3 + 16 + (i4 >>> 31 << 2) | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (!i2) { - i2 = 127; + i2 = i1 + 16 + (i5 >>> 31 << 2) | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (!i3) { + i4 = 127; break; } else { - i4 = i4 << 1; - i3 = i2; + i5 = i5 << 1; + i1 = i3; } } - if ((i2 | 0) == 127) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { - HEAP32[i1 >> 2] = i16; - HEAP32[i16 + 24 >> 2] = i3; + if ((i4 | 0) == 127) if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { + HEAP32[i2 >> 2] = i16; + HEAP32[i16 + 24 >> 2] = i1; HEAP32[i16 + 12 >> 2] = i16; HEAP32[i16 + 8 >> 2] = i16; break; - } else if ((i2 | 0) == 130) { - i2 = i3 + 8 | 0; - i1 = HEAP32[i2 >> 2] | 0; - i15 = HEAP32[9733] | 0; - if (i1 >>> 0 >= i15 >>> 0 & i3 >>> 0 >= i15 >>> 0) { - HEAP32[i1 + 12 >> 2] = i16; - HEAP32[i2 >> 2] = i16; - HEAP32[i16 + 8 >> 2] = i1; + } else if ((i4 | 0) == 130) { + i1 = i3 + 8 | 0; + i2 = HEAP32[i1 >> 2] | 0; + i15 = HEAP32[10023] | 0; + if (i2 >>> 0 >= i15 >>> 0 & i3 >>> 0 >= i15 >>> 0) { + HEAP32[i2 + 12 >> 2] = i16; + HEAP32[i1 >> 2] = i16; + HEAP32[i16 + 8 >> 2] = i2; HEAP32[i16 + 12 >> 2] = i3; HEAP32[i16 + 24 >> 2] = 0; break; } else _abort(); } } else { - HEAP32[9730] = i1 | i3; - HEAP32[i5 >> 2] = i16; - HEAP32[i16 + 24 >> 2] = i5; + HEAP32[10020] = 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[9737] | 0) + -1 | 0; - HEAP32[9737] = i16; - if (!i16) i1 = 39372; else return; + i16 = (HEAP32[10027] | 0) + -1 | 0; + HEAP32[10027] = i16; + if (!i16) i1 = 40532; else return; while (1) { i1 = HEAP32[i1 >> 2] | 0; if (!i1) break; else i1 = i1 + 8 | 0; } - HEAP32[9737] = -1; + HEAP32[10027] = -1; return; } -function __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i17, i13, i20) { - i17 = i17 | 0; +function __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i18, i13, i20) { + i18 = i18 | 0; i13 = i13 | 0; i20 = i20 | 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, i16 = 0, i18 = 0, i19 = 0, i21 = 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, i16 = 0, i17 = 0, i19 = 0, i21 = 0; i21 = STACKTOP; STACKTOP = STACKTOP + 96 | 0; i19 = i21 + 64 | 0; i5 = i21 + 40 | 0; - i18 = i21 + 16 | 0; - i16 = i21; - i15 = i17; - L1 : do if ((i13 - i15 | 0) > 1 ? (HEAP8[i17 >> 0] | 0) == 84 : 0) { - i12 = HEAP8[i17 + 1 >> 0] | 0; + i16 = i21 + 16 | 0; + i17 = i21; + i15 = i18; + L1 : do if ((i13 - i15 | 0) > 1 ? (HEAP8[i18 >> 0] | 0) == 84 : 0) { + i12 = HEAP8[i18 + 1 >> 0] | 0; if (i12 << 24 >> 24 == 95) { i1 = HEAP32[i20 + 36 >> 2] | 0; if ((HEAP32[i20 + 32 >> 2] | 0) == (i1 | 0)) { - i1 = i17; + i1 = i18; break; } i2 = HEAP32[i1 + -16 >> 2] | 0; if ((i2 | 0) != (HEAP32[i1 + -12 >> 2] | 0)) { i7 = HEAP32[i2 + 4 >> 2] | 0; - i9 = i20 + 4 | 0; - i10 = i20 + 8 | 0; - i11 = i20 + 12 | 0; - i8 = i19 + 8 | 0; + i8 = i20 + 4 | 0; + i9 = i20 + 8 | 0; + i10 = i20 + 12 | 0; + i11 = i19 + 8 | 0; i6 = HEAP32[i2 >> 2] | 0; while (1) { if ((i6 | 0) == (i7 | 0)) { i1 = 8; break; } - i1 = HEAP32[i9 >> 2] | 0; - i5 = HEAP32[i10 >> 2] | 0; + i1 = HEAP32[i8 >> 2] | 0; + i5 = HEAP32[i9 >> 2] | 0; i2 = i5; if ((i1 | 0) == (i5 | 0)) { i3 = HEAP32[i20 >> 2] | 0; @@ -29670,75 +29696,75 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4 i1 = i1 << 1; i1 = i1 >>> 0 < i4 >>> 0 ? i4 : i1; } else i1 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i19, i1, i5, i11); - i5 = HEAP32[i8 >> 2] | 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i19, i1, i5, i10); + i5 = HEAP32[i11 >> 2] | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i5, i6); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i5 + 12 | 0, i6 + 12 | 0); - HEAP32[i8 >> 2] = i5 + 24; + HEAP32[i11 >> 2] = i5 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i20, i19); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i19); } else { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i1, i6); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i1 + 12 | 0, i6 + 12 | 0); - HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 24; + HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 24; } i6 = i6 + 24 | 0; } if ((i1 | 0) == 8) { - i1 = i17 + 2 | 0; + i1 = i18 + 2 | 0; break; } else if ((i1 | 0) == 12) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i20); } else { HEAP8[i5 >> 0] = 4; - i2 = i5 + 1 | 0; - HEAP8[i2 >> 0] = 84; - HEAP8[i2 + 1 >> 0] = 95; + i1 = i5 + 1 | 0; + HEAP8[i1 >> 0] = 84; + HEAP8[i1 + 1 >> 0] = 95; HEAP8[i5 + 3 >> 0] = 0; - i2 = i5 + 12 | 0; - i1 = 0; + i1 = i5 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i1 = i20 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; - i18 = HEAP32[i20 + 8 >> 2] | 0; - i3 = i18; - if (i2 >>> 0 < i18 >>> 0) { + i17 = HEAP32[i20 + 8 >> 2] | 0; + i3 = i17; + if (i2 >>> 0 < i17 >>> 0) { __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i5); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i20 >> 2] | 0; - i18 = i2 - i1 | 0; - i4 = (i18 | 0) / 24 | 0; + i17 = i2 - i1 | 0; + i4 = (i17 | 0) / 24 | 0; i2 = i4 + 1 | 0; - if ((i18 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i20); + if ((i17 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i20); i1 = (i3 - i1 | 0) / 24 | 0; if (i1 >>> 0 < 1073741823) { i1 = i1 << 1; i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; } else i1 = 2147483647; __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i19, i1, i4, i20 + 12 | 0); - i18 = i19 + 8 | 0; - i16 = HEAP32[i18 >> 2] | 0; + i17 = i19 + 8 | 0; + i16 = HEAP32[i17 >> 2] | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i16, i5); - HEAP32[i18 >> 2] = i16 + 24; + HEAP32[i17 >> 2] = i16 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i20, i19); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i19); } __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i5); HEAP8[i20 + 62 >> 0] = 1; - i1 = i17 + 2 | 0; + i1 = i18 + 2 | 0; break; } } i1 = (i12 << 24 >> 24) + -48 | 0; if (i1 >>> 0 < 10) { - i4 = i17 + 2 | 0; + i4 = i18 + 2 | 0; while (1) { if ((i4 | 0) == (i13 | 0)) { - i1 = i17; + i1 = i18; break L1; } i2 = HEAP8[i4 >> 0] | 0; @@ -29748,23 +29774,23 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4 i4 = i4 + 1 | 0; } if (i2 << 24 >> 24 == 95 ? (i14 = HEAP32[i20 + 36 >> 2] | 0, (HEAP32[i20 + 32 >> 2] | 0) != (i14 | 0)) : 0) { - i2 = i1 + 1 | 0; + i1 = i1 + 1 | 0; i13 = HEAP32[i14 + -16 >> 2] | 0; - i1 = i13; - if (i2 >>> 0 < (HEAP32[i14 + -12 >> 2] | 0) - i13 >> 4 >>> 0) { - i8 = HEAP32[i1 + (i2 << 4) + 4 >> 2] | 0; - i10 = i20 + 4 | 0; - i11 = i20 + 8 | 0; - i12 = i20 + 12 | 0; - i9 = i19 + 8 | 0; - i7 = HEAP32[i1 + (i2 << 4) >> 2] | 0; + i2 = i13; + if (i1 >>> 0 < (HEAP32[i14 + -12 >> 2] | 0) - i13 >> 4 >>> 0) { + i8 = HEAP32[i2 + (i1 << 4) + 4 >> 2] | 0; + i9 = i20 + 4 | 0; + i10 = i20 + 8 | 0; + i11 = i20 + 12 | 0; + i12 = i19 + 8 | 0; + i7 = HEAP32[i2 + (i1 << 4) >> 2] | 0; while (1) { if ((i7 | 0) == (i8 | 0)) { i1 = 38; break; } - i1 = HEAP32[i10 >> 2] | 0; - i14 = HEAP32[i11 >> 2] | 0; + i1 = HEAP32[i9 >> 2] | 0; + i14 = HEAP32[i10 >> 2] | 0; i2 = i14; if ((i1 | 0) == (i14 | 0)) { i3 = HEAP32[i20 >> 2] | 0; @@ -29780,17 +29806,17 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4 i1 = i1 << 1; i1 = i1 >>> 0 < i5 >>> 0 ? i5 : i1; } else i1 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i19, i1, i6, i12); - i14 = HEAP32[i9 >> 2] | 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i19, i1, i6, i11); + i14 = HEAP32[i12 >> 2] | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i14, i7); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i14 + 12 | 0, i7 + 12 | 0); - HEAP32[i9 >> 2] = i14 + 24; + HEAP32[i12 >> 2] = i14 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i20, i19); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i19); } else { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i1, i7); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i1 + 12 | 0, i7 + 12 | 0); - HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 24; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 24; } i7 = i7 + 24 | 0; } @@ -29800,60 +29826,60 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4 } else if ((i1 | 0) == 42) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i20); } i1 = i4 + 1 | 0; - i5 = i1 - i15 | 0; - if (i5 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i16); - if (i5 >>> 0 < 11) { - HEAP8[i16 >> 0] = i5 << 1; - i4 = i16 + 1 | 0; + i4 = i1 - i15 | 0; + if (i4 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i17); + if (i4 >>> 0 < 11) { + HEAP8[i17 >> 0] = i4 << 1; + i5 = i17 + 1 | 0; } else { - i15 = i5 + 16 & -16; - i4 = _malloc(i15) | 0; - HEAP32[i16 + 8 >> 2] = i4; - HEAP32[i16 >> 2] = i15 | 1; - HEAP32[i16 + 4 >> 2] = i5; - } - i2 = i17; - i3 = i4; + i15 = i4 + 16 & -16; + i5 = _malloc(i15) | 0; + HEAP32[i17 + 8 >> 2] = i5; + HEAP32[i17 >> 2] = i15 | 1; + HEAP32[i17 + 4 >> 2] = i4; + } + i2 = i18; + i3 = i5; while (1) { if ((i2 | 0) == (i1 | 0)) break; HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; i2 = i2 + 1 | 0; i3 = i3 + 1 | 0; } - HEAP8[i4 + i5 >> 0] = 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i18, i16); + HEAP8[i5 + i4 >> 0] = 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i16, i17); i2 = i20 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; - i17 = HEAP32[i20 + 8 >> 2] | 0; - i4 = i17; - if (i3 >>> 0 < i17 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i18); + i18 = HEAP32[i20 + 8 >> 2] | 0; + i4 = i18; + if (i3 >>> 0 < i18 >>> 0) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i16); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i20 >> 2] | 0; - i17 = i3 - i2 | 0; - i5 = (i17 | 0) / 24 | 0; + i18 = i3 - i2 | 0; + i5 = (i18 | 0) / 24 | 0; i3 = i5 + 1 | 0; - if ((i17 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i20); + if ((i18 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i20); i2 = (i4 - i2 | 0) / 24 | 0; if (i2 >>> 0 < 1073741823) { i2 = i2 << 1; i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; } else i2 = 2147483647; __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i19, i2, i5, i20 + 12 | 0); - i17 = i19 + 8 | 0; - i15 = HEAP32[i17 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i15, i18); - HEAP32[i17 >> 2] = i15 + 24; + i18 = i19 + 8 | 0; + i15 = HEAP32[i18 >> 2] | 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i15, i16); + HEAP32[i18 >> 2] = i15 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i20, i19); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i19); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i18); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i16); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i17); HEAP8[i20 + 62 >> 0] = 1; - } else i1 = i17; - } else i1 = i17; - } else i1 = i17; while (0); + } else i1 = i18; + } else i1 = i18; + } else i1 = i18; while (0); STACKTOP = i21; return i1 | 0; } @@ -29864,7 +29890,7 @@ function __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i38, i2) { var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i39 = 0; i39 = STACKTOP; STACKTOP = STACKTOP + 288 | 0; - i22 = i39 + 72 | 0; + i21 = i39 + 72 | 0; i20 = i39 + 272 | 0; i28 = i39 + 268 | 0; i24 = i39 + 264 | 0; @@ -29878,31 +29904,31 @@ function __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i38, i2) { i26 = i39 + 188 | 0; i23 = i39 + 132 | 0; i27 = i39 + 112 | 0; - i34 = i39 + 100 | 0; - i9 = i39 + 252 | 0; - i10 = i39 + 248 | 0; - i12 = i39 + 244 | 0; - i11 = i39 + 220 | 0; - i33 = i39 + 48 | 0; + i33 = i39 + 100 | 0; + i8 = i39 + 252 | 0; + i9 = i39 + 248 | 0; + i10 = i39 + 244 | 0; + i12 = i39 + 220 | 0; + i34 = i39 + 48 | 0; i16 = i39 + 200 | 0; i17 = i39 + 184 | 0; - i19 = i39 + 128 | 0; - i18 = i39 + 104 | 0; + i18 = i39 + 128 | 0; + i19 = i39 + 104 | 0; i37 = i39 + 24 | 0; i36 = i39; - i21 = i39 + 96 | 0; + i22 = i39 + 96 | 0; i1 = i38 + 44 | 0; - if (HEAP32[i1 >> 2] | 0 ? (i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39500, 13720) | 0, i15 = __ZN6cashew3RefixEj(i2, 1) | 0, i15 = __ZN6cashew5Value10getIStringEv(HEAP32[i15 >> 2] | 0) | 0, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i14, HEAP32[i15 >> 2] | 0) | 0, 10) | 0, (HEAP32[i1 >> 2] | 0) > 1) : 0) { - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i2 >> 2] | 0, 39500, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(39500, 10) | 0; + if (HEAP32[i1 >> 2] | 0 ? (i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40660, 13777) | 0, i15 = __ZN6cashew3RefixEj(i2, 1) | 0, i15 = __ZN6cashew5Value10getIStringEv(HEAP32[i15 >> 2] | 0) | 0, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i14, HEAP32[i15 >> 2] | 0) | 0, 10) | 0, (HEAP32[i1 >> 2] | 0) > 1) : 0) { + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i2 >> 2] | 0, 40660, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(40660, 10) | 0; } - i8 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i38 + 4 >> 2] | 0) | 0; - HEAP32[i28 >> 2] = i8; + i11 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i38 + 4 >> 2] | 0) | 0; + HEAP32[i28 >> 2] = i11; i14 = __ZN6cashew3RefixEj(i2, 1) | 0; i14 = __ZN6cashew5Value10getIStringEv(HEAP32[i14 >> 2] | 0) | 0; - HEAP32[i8 >> 2] = HEAP32[i14 >> 2]; - i8 = __ZN6cashew3RefixEj(i2, 2) | 0; - i8 = HEAP32[i8 >> 2] | 0; + HEAP32[i11 >> 2] = HEAP32[i14 >> 2]; + i11 = __ZN6cashew3RefixEj(i2, 2) | 0; + i11 = HEAP32[i11 >> 2] | 0; i14 = __ZN6cashew3RefixEj(i2, 3) | 0; HEAP32[i24 >> 2] = HEAP32[i14 >> 2]; HEAP32[i3 >> 2] = 0; @@ -29937,89 +29963,89 @@ function __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i38, i2) { i13 = i38 + 80 | 0; i7 = 0; while (1) { - if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(i8) | 0) >>> 0) { + if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(i11) | 0) >>> 0) { i1 = 6; break; } i6 = __ZN6cashew3RefixEj(i24, i7) | 0; HEAP32[i27 >> 2] = HEAP32[i6 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i27, 0) | 0, 38420) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i27, 0) | 0, 39580) | 0)) { i1 = 8; break; } i6 = __ZN6cashew3RefixEj(i27, 1) | 0; HEAP32[i27 >> 2] = HEAP32[i6 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i27, 0) | 0, 38424) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i27, 0) | 0, 39584) | 0)) { i1 = 11; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 2) | 0, 0) | 0, 38428) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 2) | 0, 0) | 0, 39588) | 0)) { i1 = 11; break; } i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 2) | 0, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i34 >> 2] = i1; - i5 = __ZN6cashew3RefixEj(i27, 3) | 0; - HEAP32[i9 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i20 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i22 >> 2] = HEAP32[i10 >> 2]; - i5 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i20, 0, 0, i22) | 0; - i2 = HEAP32[i28 >> 2] | 0; - i6 = __ZN4wasm13asmToWasmTypeE7AsmType(i5) | 0; - HEAP32[i12 >> 2] = i6; - i4 = i2 + 12 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i2 + 16 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i1; - HEAP32[i3 + 4 >> 2] = i6; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i2 + 8 | 0, i34, i12); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i22, i29, i34); - HEAP32[i11 >> 2] = i1; - HEAP32[i22 >> 2] = HEAP32[i11 >> 2]; - __ZN7AsmData8addParamEN6cashew7IStringE7AsmType(i23, i22, i5); + HEAP32[i33 >> 2] = i1; + i2 = __ZN6cashew3RefixEj(i27, 3) | 0; + HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i9 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i20 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i21 >> 2] = HEAP32[i9 >> 2]; + i2 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i20, 0, 0, i21) | 0; + i3 = HEAP32[i28 >> 2] | 0; + i4 = __ZN4wasm13asmToWasmTypeE7AsmType(i2) | 0; + HEAP32[i10 >> 2] = i4; + i5 = i3 + 12 | 0; + i6 = HEAP32[i5 >> 2] | 0; + if (i6 >>> 0 < (HEAP32[i3 + 16 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i1; + HEAP32[i6 + 4 >> 2] = i4; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 8; + } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i3 + 8 | 0, i33, i10); + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i21, i29, i33); + HEAP32[i12 >> 2] = i1; + HEAP32[i21 >> 2] = HEAP32[i12 >> 2]; + __ZN7AsmData8addParamEN6cashew7IStringE7AsmType(i23, i21, i2); i7 = i7 + 1 | 0; } if ((i1 | 0) == 6) { - i1 = __ZN6cashew5Value4sizeEv(i8) | 0; + i1 = __ZN6cashew5Value4sizeEv(i11) | 0; while (1) { if (i1 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i24 >> 2] | 0) | 0) >>> 0) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i24, i1) | 0, 0) | 0, 38432) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i24, i1) | 0, 0) | 0, 39592) | 0)) break; i8 = __ZN6cashew3RefixEj(i24, i1) | 0; HEAP32[i27 >> 2] = HEAP32[i8 >> 2]; i8 = 0; while (1) { i12 = __ZN6cashew3RefixEj(i27, 1) | 0; if (i8 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i12 >> 2] | 0) | 0) >>> 0) break; - i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 1) | 0, i8) | 0; - HEAP32[i34 >> 2] = HEAP32[i2 >> 2]; - i2 = __ZN6cashew3RefixEj(i34, 0) | 0; - i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; - i2 = HEAP32[i2 >> 2] | 0; - HEAP32[i33 >> 2] = i2; - i6 = __ZN6cashew3RefixEj(i34, 1) | 0; - HEAP32[i16 >> 2] = HEAP32[i6 >> 2]; + i6 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 1) | 0, i8) | 0; + HEAP32[i33 >> 2] = HEAP32[i6 >> 2]; + i6 = __ZN6cashew3RefixEj(i33, 0) | 0; + i6 = __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 0; + i6 = HEAP32[i6 >> 2] | 0; + HEAP32[i34 >> 2] = i6; + i7 = __ZN6cashew3RefixEj(i33, 1) | 0; + HEAP32[i16 >> 2] = HEAP32[i7 >> 2]; HEAP32[i17 >> 2] = HEAP32[i13 >> 2]; HEAP32[i20 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i22 >> 2] = HEAP32[i17 >> 2]; - i6 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i20, 0, 1, i22) | 0; - i3 = HEAP32[i28 >> 2] | 0; - i7 = __ZN4wasm13asmToWasmTypeE7AsmType(i6) | 0; - HEAP32[i19 >> 2] = i7; - i5 = i3 + 24 | 0; - i4 = HEAP32[i5 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i3 + 28 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; - HEAP32[i4 + 4 >> 2] = i7; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i3 + 20 | 0, i33, i19); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i22, i29, i33); - HEAP32[i18 >> 2] = i2; - HEAP32[i22 >> 2] = HEAP32[i18 >> 2]; - __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i23, i22, i6); + HEAP32[i21 >> 2] = HEAP32[i17 >> 2]; + i7 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i20, 0, 1, i21) | 0; + i2 = HEAP32[i28 >> 2] | 0; + i3 = __ZN4wasm13asmToWasmTypeE7AsmType(i7) | 0; + HEAP32[i18 >> 2] = i3; + i4 = i2 + 24 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if (i5 >>> 0 < (HEAP32[i2 + 28 >> 2] | 0) >>> 0) { + HEAP32[i5 >> 2] = i6; + HEAP32[i5 + 4 >> 2] = i3; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 8; + } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i2 + 20 | 0, i34, i18); + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i21, i29, i34); + HEAP32[i19 >> 2] = i6; + HEAP32[i21 >> 2] = HEAP32[i19 >> 2]; + __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i23, i21, i7); i8 = i8 + 1 | 0; } i1 = i1 + 1 | 0; @@ -30029,59 +30055,59 @@ function __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i38, i2) { HEAP32[i27 + 4 >> 2] = i28; HEAP32[i27 + 8 >> 2] = i29; HEAP32[i27 + 12 >> 2] = i23; - HEAP8[i34 >> 0] = 0; - HEAP32[i33 + 16 >> 2] = 0; + HEAP8[i33 >> 0] = 0; + HEAP32[i34 + 16 >> 2] = 0; HEAP32[i37 + 16 >> 2] = 0; i20 = __Znwj(64) | 0; - HEAP32[i20 >> 2] = 3212; + HEAP32[i20 >> 2] = 3236; HEAP32[i20 + 4 >> 2] = i38; HEAP32[i20 + 8 >> 2] = i36; HEAP32[i20 + 12 >> 2] = i29; HEAP32[i20 + 16 >> 2] = i37; HEAP32[i20 + 20 >> 2] = i23; HEAP32[i20 + 24 >> 2] = i27; - HEAP32[i20 + 28 >> 2] = i34; + HEAP32[i20 + 28 >> 2] = i33; HEAP32[i20 + 32 >> 2] = i28; HEAP32[i20 + 36 >> 2] = i35; HEAP32[i20 + 40 >> 2] = i30; HEAP32[i20 + 44 >> 2] = i25; - HEAP32[i20 + 48 >> 2] = i33; + HEAP32[i20 + 48 >> 2] = i34; HEAP32[i20 + 52 >> 2] = i26; HEAP32[i20 + 56 >> 2] = i31; HEAP32[i20 + 60 >> 2] = i32; HEAP32[i36 + 16 >> 2] = i20; - i34 = i38; + i33 = i38; i38 = i36; - HEAP32[i22 + 16 >> 2] = i22; - HEAP32[i22 >> 2] = 3256; - HEAP32[i22 + 4 >> 2] = i34; - HEAP32[i22 + 8 >> 2] = i38; - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i22, i37); - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i22); - HEAP32[i22 + 16 >> 2] = i22; - HEAP32[i22 >> 2] = 3300; - HEAP32[i22 + 4 >> 2] = i34; - HEAP32[i22 + 8 >> 2] = i38; - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i22, i33); - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i22); - HEAP32[i21 >> 2] = HEAP32[i24 >> 2]; - HEAP32[i22 >> 2] = HEAP32[i21 >> 2]; - i38 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i33, i22, i1) | 0; + HEAP32[i21 + 16 >> 2] = i21; + HEAP32[i21 >> 2] = 3280; + HEAP32[i21 + 4 >> 2] = i33; + HEAP32[i21 + 8 >> 2] = i38; + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i21, i37); + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i21); + HEAP32[i21 + 16 >> 2] = i21; + HEAP32[i21 >> 2] = 3324; + HEAP32[i21 + 4 >> 2] = i33; + HEAP32[i21 + 8 >> 2] = i38; + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i21, i34); + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i21); + HEAP32[i22 >> 2] = HEAP32[i24 >> 2]; + HEAP32[i21 >> 2] = HEAP32[i22 >> 2]; + i38 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i34, i21, i1) | 0; HEAP32[(HEAP32[i28 >> 2] | 0) + 36 >> 2] = i38; if ((HEAP32[i14 >> 2] | 0) == (HEAP32[i25 >> 2] | 0) ? (HEAP32[i15 >> 2] | 0) == (HEAP32[i26 >> 2] | 0) : 0) if (!(HEAP32[i35 >> 2] | 0)) { i38 = HEAP32[i28 >> 2] | 0; __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev(i36); __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i37); - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i33); + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i34); __ZN7AsmDataD2Ev(i23); __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i26); __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i25); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i29); STACKTOP = i39; return i38 | 0; - } else ___assert_fail(13852, 13029, 1465, 13744); - ___assert_fail(13800, 13029, 1464, 13744); - } else if ((i1 | 0) == 8) ___assert_fail(13728, 13029, 742, 13744); else if ((i1 | 0) == 11) ___assert_fail(13760, 13029, 744, 13744); + } else ___assert_fail(13909, 13086, 1465, 13801); + ___assert_fail(13857, 13086, 1464, 13801); + } else if ((i1 | 0) == 8) ___assert_fail(13785, 13086, 742, 13801); else if ((i1 | 0) == 11) ___assert_fail(13817, 13086, 744, 13801); return 0; } @@ -30092,13 +30118,13 @@ function _dispose_chunk(i2, i3) { i14 = i2 + i3 | 0; i1 = HEAP32[i2 + 4 >> 2] | 0; do if (!(i1 & 1)) { - i4 = HEAP32[i2 >> 2] | 0; + i5 = HEAP32[i2 >> 2] | 0; if (!(i1 & 3)) return; - i11 = i2 + (0 - i4) | 0; - i10 = i4 + i3 | 0; - i8 = HEAP32[9733] | 0; + i11 = i2 + (0 - i5) | 0; + i10 = i5 + i3 | 0; + i8 = HEAP32[10023] | 0; if (i11 >>> 0 < i8 >>> 0) _abort(); - if ((i11 | 0) == (HEAP32[9734] | 0)) { + if ((i11 | 0) == (HEAP32[10024] | 0)) { i2 = i14 + 4 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 & 3 | 0) != 3) { @@ -30106,23 +30132,23 @@ function _dispose_chunk(i2, i3) { i6 = i10; break; } - HEAP32[9731] = i10; + HEAP32[10021] = i10; HEAP32[i2 >> 2] = i1 & -2; HEAP32[i11 + 4 >> 2] = i10 | 1; HEAP32[i11 + i10 >> 2] = i10; return; } - i5 = i4 >>> 3; - if (i4 >>> 0 < 256) { + i4 = i5 >>> 3; + if (i5 >>> 0 < 256) { i2 = HEAP32[i11 + 8 >> 2] | 0; i3 = HEAP32[i11 + 12 >> 2] | 0; - i1 = 38956 + (i5 << 1 << 2) | 0; + i1 = 40116 + (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[9729] = HEAP32[9729] & ~(1 << i5); + HEAP32[10019] = HEAP32[10019] & ~(1 << i4); i17 = i11; i6 = i10; break; @@ -30141,29 +30167,29 @@ function _dispose_chunk(i2, i3) { i5 = HEAP32[i11 + 24 >> 2] | 0; i3 = HEAP32[i11 + 12 >> 2] | 0; do if ((i3 | 0) == (i11 | 0)) { - i3 = i11 + 16 | 0; - i2 = i3 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i2 = i11 + 16 | 0; + i3 = i2 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; if (!i1) { - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { i9 = 0; break; - } else i2 = i3; - } + } + } else i2 = i3; while (1) { - i4 = i1 + 20 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 | 0) { - i1 = i3; - i2 = i4; + i3 = i1 + 20 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 | 0) { + i1 = i4; + i2 = i3; continue; } - i4 = i1 + 16 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (!i3) break; else { - i1 = i3; - i2 = i4; + i3 = i1 + 16 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (!i4) break; else { + i1 = i4; + i2 = i3; } } if (i2 >>> 0 < i8 >>> 0) _abort(); else { @@ -30186,17 +30212,17 @@ function _dispose_chunk(i2, i3) { } while (0); if (i5) { i1 = HEAP32[i11 + 28 >> 2] | 0; - i2 = 39220 + (i1 << 2) | 0; + i2 = 40380 + (i1 << 2) | 0; if ((i11 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i9; if (!i9) { - HEAP32[9730] = HEAP32[9730] & ~(1 << i1); + HEAP32[10020] = HEAP32[10020] & ~(1 << i1); i17 = i11; i6 = i10; break; } } else { - if (i5 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[10023] | 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) { @@ -30205,18 +30231,18 @@ function _dispose_chunk(i2, i3) { break; } } - i3 = HEAP32[9733] | 0; + i3 = HEAP32[10023] | 0; if (i9 >>> 0 < i3 >>> 0) _abort(); HEAP32[i9 + 24 >> 2] = i5; - i2 = i11 + 16 | 0; - i1 = HEAP32[i2 >> 2] | 0; - do if (i1 | 0) if (i1 >>> 0 < i3 >>> 0) _abort(); else { - HEAP32[i9 + 16 >> 2] = i1; - HEAP32[i1 + 24 >> 2] = i9; + i1 = i11 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2 | 0) if (i2 >>> 0 < i3 >>> 0) _abort(); else { + HEAP32[i9 + 16 >> 2] = i2; + HEAP32[i2 + 24 >> 2] = i9; break; } while (0); - i1 = HEAP32[i2 + 4 >> 2] | 0; - if (i1) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + i1 = HEAP32[i1 + 4 >> 2] | 0; + if (i1) if (i1 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { HEAP32[i9 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i9; i17 = i11; @@ -30234,25 +30260,25 @@ function _dispose_chunk(i2, i3) { i17 = i2; i6 = i3; } while (0); - i7 = HEAP32[9733] | 0; + i7 = HEAP32[10023] | 0; if (i14 >>> 0 < i7 >>> 0) _abort(); i1 = i14 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; if (!(i2 & 2)) { - if ((i14 | 0) == (HEAP32[9735] | 0)) { - i16 = (HEAP32[9732] | 0) + i6 | 0; - HEAP32[9732] = i16; - HEAP32[9735] = i17; + if ((i14 | 0) == (HEAP32[10025] | 0)) { + i16 = (HEAP32[10022] | 0) + i6 | 0; + HEAP32[10022] = i16; + HEAP32[10025] = i17; HEAP32[i17 + 4 >> 2] = i16 | 1; - if ((i17 | 0) != (HEAP32[9734] | 0)) return; - HEAP32[9734] = 0; - HEAP32[9731] = 0; + if ((i17 | 0) != (HEAP32[10024] | 0)) return; + HEAP32[10024] = 0; + HEAP32[10021] = 0; return; } - if ((i14 | 0) == (HEAP32[9734] | 0)) { - i16 = (HEAP32[9731] | 0) + i6 | 0; - HEAP32[9731] = i16; - HEAP32[9734] = i17; + if ((i14 | 0) == (HEAP32[10024] | 0)) { + i16 = (HEAP32[10021] | 0) + i6 | 0; + HEAP32[10021] = i16; + HEAP32[10024] = i17; HEAP32[i17 + 4 >> 2] = i16 | 1; HEAP32[i17 + i16 >> 2] = i16; return; @@ -30263,29 +30289,29 @@ function _dispose_chunk(i2, i3) { i5 = HEAP32[i14 + 24 >> 2] | 0; i3 = HEAP32[i14 + 12 >> 2] | 0; do if ((i3 | 0) == (i14 | 0)) { - i3 = i14 + 16 | 0; - i2 = i3 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i2 = i14 + 16 | 0; + i3 = i2 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; if (!i1) { - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { i13 = 0; break; - } else i2 = i3; - } + } + } else i2 = i3; while (1) { - i4 = i1 + 20 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 | 0) { - i1 = i3; - i2 = i4; + i3 = i1 + 20 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 | 0) { + i1 = i4; + i2 = i3; continue; } - i4 = i1 + 16 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (!i3) break; else { - i1 = i3; - i2 = i4; + i3 = i1 + 16 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (!i4) break; else { + i1 = i4; + i2 = i3; } } if (i2 >>> 0 < i7 >>> 0) _abort(); else { @@ -30308,31 +30334,31 @@ function _dispose_chunk(i2, i3) { } while (0); if (i5 | 0) { i1 = HEAP32[i14 + 28 >> 2] | 0; - i2 = 39220 + (i1 << 2) | 0; + i2 = 40380 + (i1 << 2) | 0; if ((i14 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i13; if (!i13) { - HEAP32[9730] = HEAP32[9730] & ~(1 << i1); + HEAP32[10020] = HEAP32[10020] & ~(1 << i1); break; } } else { - if (i5 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[10023] | 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[9733] | 0; + i3 = HEAP32[10023] | 0; if (i13 >>> 0 < i3 >>> 0) _abort(); HEAP32[i13 + 24 >> 2] = i5; - i2 = i14 + 16 | 0; - i1 = HEAP32[i2 >> 2] | 0; - do if (i1 | 0) if (i1 >>> 0 < i3 >>> 0) _abort(); else { - HEAP32[i13 + 16 >> 2] = i1; - HEAP32[i1 + 24 >> 2] = i13; + i1 = i14 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2 | 0) if (i2 >>> 0 < i3 >>> 0) _abort(); else { + HEAP32[i13 + 16 >> 2] = i2; + HEAP32[i2 + 24 >> 2] = i13; break; } while (0); - i1 = HEAP32[i2 + 4 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + i1 = HEAP32[i1 + 4 >> 2] | 0; + if (i1 | 0) if (i1 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { HEAP32[i13 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i13; break; @@ -30341,13 +30367,13 @@ function _dispose_chunk(i2, i3) { } else { i2 = HEAP32[i14 + 8 >> 2] | 0; i3 = HEAP32[i14 + 12 >> 2] | 0; - i1 = 38956 + (i4 << 1 << 2) | 0; + i1 = 40116 + (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[9729] = HEAP32[9729] & ~(1 << i4); + HEAP32[10019] = HEAP32[10019] & ~(1 << i4); break; } if ((i3 | 0) != (i1 | 0)) { @@ -30360,8 +30386,8 @@ function _dispose_chunk(i2, i3) { } while (0); HEAP32[i17 + 4 >> 2] = i6 | 1; HEAP32[i17 + i6 >> 2] = i6; - if ((i17 | 0) == (HEAP32[9734] | 0)) { - HEAP32[9731] = i6; + if ((i17 | 0) == (HEAP32[10024] | 0)) { + HEAP32[10021] = i6; return; } } else { @@ -30371,18 +30397,18 @@ function _dispose_chunk(i2, i3) { } i1 = i6 >>> 3; if (i6 >>> 0 < 256) { - i3 = 38956 + (i1 << 1 << 2) | 0; - i2 = HEAP32[9729] | 0; + i3 = 40116 + (i1 << 1 << 2) | 0; + i2 = HEAP32[10019] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { i15 = i1; i16 = i2; } } else { - HEAP32[9729] = i2 | i1; + HEAP32[10019] = i2 | i1; i15 = i3 + 8 | 0; i16 = i3; } @@ -30393,61 +30419,62 @@ function _dispose_chunk(i2, i3) { return; } i1 = i6 >>> 8; - if (i1) if (i6 >>> 0 > 16777215) i2 = 31; else { + if (i1) if (i6 >>> 0 > 16777215) i3 = 31; else { i15 = (i1 + 1048320 | 0) >>> 16 & 8; i16 = i1 << i15; i14 = (i16 + 520192 | 0) >>> 16 & 4; i16 = i16 << i14; - i2 = (i16 + 245760 | 0) >>> 16 & 2; - i2 = 14 - (i14 | i15 | i2) + (i16 << i2 >>> 15) | 0; - i2 = i6 >>> (i2 + 7 | 0) & 1 | i2 << 1; - } else i2 = 0; - i5 = 39220 + (i2 << 2) | 0; - HEAP32[i17 + 28 >> 2] = i2; + i3 = (i16 + 245760 | 0) >>> 16 & 2; + i3 = 14 - (i14 | i15 | i3) + (i16 << i3 >>> 15) | 0; + i3 = i6 >>> (i3 + 7 | 0) & 1 | i3 << 1; + } else i3 = 0; + i4 = 40380 + (i3 << 2) | 0; + HEAP32[i17 + 28 >> 2] = i3; HEAP32[i17 + 20 >> 2] = 0; HEAP32[i17 + 16 >> 2] = 0; - i1 = HEAP32[9730] | 0; - i3 = 1 << i2; - if (!(i1 & i3)) { - HEAP32[9730] = i1 | i3; - HEAP32[i5 >> 2] = i17; - HEAP32[i17 + 24 >> 2] = i5; + i1 = HEAP32[10020] | 0; + i2 = 1 << i3; + if (!(i1 & i2)) { + HEAP32[10020] = i1 | i2; + HEAP32[i4 >> 2] = i17; + HEAP32[i17 + 24 >> 2] = i4; HEAP32[i17 + 12 >> 2] = i17; HEAP32[i17 + 8 >> 2] = i17; return; } - i4 = i6 << ((i2 | 0) == 31 ? 0 : 25 - (i2 >>> 1) | 0); - i3 = HEAP32[i5 >> 2] | 0; + i5 = i6 << ((i3 | 0) == 31 ? 0 : 25 - (i3 >>> 1) | 0); + i1 = HEAP32[i4 >> 2] | 0; while (1) { - if ((HEAP32[i3 + 4 >> 2] & -8 | 0) == (i6 | 0)) { - i2 = 127; + if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i6 | 0)) { + i3 = i1; + i4 = 127; break; } - i1 = i3 + 16 + (i4 >>> 31 << 2) | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (!i2) { - i2 = 124; + i2 = i1 + 16 + (i5 >>> 31 << 2) | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (!i3) { + i4 = 124; break; } else { - i4 = i4 << 1; - i3 = i2; + i5 = i5 << 1; + i1 = i3; } } - if ((i2 | 0) == 124) { - if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); - HEAP32[i1 >> 2] = i17; - HEAP32[i17 + 24 >> 2] = i3; + if ((i4 | 0) == 124) { + if (i2 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); + HEAP32[i2 >> 2] = i17; + HEAP32[i17 + 24 >> 2] = i1; HEAP32[i17 + 12 >> 2] = i17; HEAP32[i17 + 8 >> 2] = i17; return; - } else if ((i2 | 0) == 127) { - i2 = i3 + 8 | 0; - i1 = HEAP32[i2 >> 2] | 0; - i16 = HEAP32[9733] | 0; - if (!(i1 >>> 0 >= i16 >>> 0 & i3 >>> 0 >= i16 >>> 0)) _abort(); - HEAP32[i1 + 12 >> 2] = i17; - HEAP32[i2 >> 2] = i17; - HEAP32[i17 + 8 >> 2] = i1; + } else if ((i4 | 0) == 127) { + i1 = i3 + 8 | 0; + i2 = HEAP32[i1 >> 2] | 0; + i16 = HEAP32[10023] | 0; + if (!(i2 >>> 0 >= i16 >>> 0 & i3 >>> 0 >= i16 >>> 0)) _abort(); + HEAP32[i2 + 12 >> 2] = i17; + HEAP32[i1 >> 2] = i17; + HEAP32[i17 + 8 >> 2] = i2; HEAP32[i17 + 12 >> 2] = i3; HEAP32[i17 + 24 >> 2] = 0; return; @@ -30458,7 +30485,7 @@ function __ZNSt3__112__next_primeEj(i5) { i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0; L1 : do if (i5 >>> 0 < 212) { - i1 = 8068; + i1 = 8180; i2 = 48; L2 : while (1) { while (1) { @@ -30478,7 +30505,7 @@ function __ZNSt3__112__next_primeEj(i5) { i6 = (i5 >>> 0) / 210 | 0; i7 = i6 * 210 | 0; i5 = i5 - i7 | 0; - i1 = 8260; + i1 = 8372; i2 = 48; L10 : while (1) { while (1) { @@ -30493,9 +30520,9 @@ function __ZNSt3__112__next_primeEj(i5) { i1 = i1 + 4 | 0; i2 = i2 + -1 - i3 | 0; } - i1 = i1 - 8260 >> 2; + i1 = i1 - 8372 >> 2; i5 = i1; - i1 = (HEAP32[8260 + (i1 << 2) >> 2] | 0) + i7 | 0; + i1 = (HEAP32[8372 + (i1 << 2) >> 2] | 0) + i7 | 0; while (1) { i4 = 5; while (1) { @@ -30504,7 +30531,7 @@ function __ZNSt3__112__next_primeEj(i5) { i8 = 17; break; } - i2 = HEAP32[8068 + (i4 << 2) >> 2] | 0; + i2 = HEAP32[8180 + (i4 << 2) >> 2] | 0; i3 = (i1 >>> 0) / (i2 >>> 0) | 0; if (i3 >>> 0 < i2 >>> 0) break L1; if ((i1 | 0) == (Math_imul(i3, i2) | 0)) break; else i4 = i4 + 1 | 0; @@ -30712,7 +30739,7 @@ function __ZNSt3__112__next_primeEj(i5) { i7 = i4 ? 0 : i7; i5 = i7; i6 = i1; - i1 = (HEAP32[8260 + (i7 << 2) >> 2] | 0) + (i1 * 210 | 0) | 0; + i1 = (HEAP32[8372 + (i7 << 2) >> 2] | 0) + (i1 * 210 | 0) | 0; } } while (0); return i1 | 0; @@ -30735,15 +30762,15 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S L1 : do if ((i6 | 0) == (i2 | 0)) i1 = i6; else switch (HEAP8[i6 >> 0] | 0) { case 84: { - i4 = i12 + 4 | 0; - i5 = ((HEAP32[i4 >> 2] | 0) - (HEAP32[i12 >> 2] | 0) | 0) / 24 | 0; + i5 = i12 + 4 | 0; + i4 = ((HEAP32[i5 >> 2] | 0) - (HEAP32[i12 >> 2] | 0) | 0) / 24 | 0; i1 = __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i6, i2, i12) | 0; - i2 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i5 >> 2] | 0; i3 = (i2 - (HEAP32[i12 >> 2] | 0) | 0) / 24 | 0; - if (!((i1 | 0) != (i6 | 0) & (i3 | 0) == (i5 + 1 | 0))) { + if (!((i1 | 0) != (i6 | 0) & (i3 | 0) == (i4 + 1 | 0))) { i1 = i2; while (1) { - if ((i3 | 0) == (i5 | 0)) { + if ((i3 | 0) == (i4 | 0)) { i1 = i6; break L1; } @@ -30751,9 +30778,9 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S while (1) { if ((i1 | 0) == (i2 | 0)) break; i12 = i1 + -24 | 0; - HEAP32[i4 >> 2] = i12; + HEAP32[i5 >> 2] = i12; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); - i1 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i5 >> 2] | 0; } i1 = i2; i3 = i3 + -1 | 0; @@ -30825,7 +30852,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S i2 = i12 + 20 | 0; i3 = HEAP32[i2 >> 2] | 0; i10 = HEAP32[i12 + 24 >> 2] | 0; - i4 = i10; + i5 = i10; if (i3 >>> 0 < i10 >>> 0) { HEAP32[i3 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; @@ -30840,15 +30867,15 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S } else { i2 = HEAP32[i6 >> 2] | 0; i10 = i3 - i2 | 0; - i5 = i10 >> 4; - i3 = i5 + 1 | 0; + i4 = i10 >> 4; + i3 = i4 + 1 | 0; if ((i10 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i6); - i2 = i4 - i2 | 0; + i2 = i5 - i2 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; } else i2 = 2147483647; - __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i11, i2, i5, i12 + 28 | 0); + __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i11, i2, i4, i12 + 28 | 0); i12 = i11 + 8 | 0; i10 = HEAP32[i12 >> 2] | 0; HEAP32[i10 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; @@ -30891,7 +30918,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, 36878) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 38036) | 0; i6 = i12 + 16 | 0; i2 = (HEAP32[i3 >> 2] | 0) + -24 | 0; HEAP32[i4 >> 2] = HEAP32[i12 + 12 >> 2]; @@ -30951,309 +30978,298 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S return i1 | 0; } -function _strstr(i1, i16) { +function _strstr(i1, i17) { i1 = i1 | 0; - i16 = i16 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i17 = 0, i18 = 0; - i18 = STACKTOP; + i17 = i17 | 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, i18 = 0, i19 = 0; + i19 = STACKTOP; STACKTOP = STACKTOP + 1056 | 0; - i15 = i18 + 1024 | 0; - i17 = i18; - i7 = HEAP8[i16 >> 0] | 0; - do if (i7 << 24 >> 24) { - i1 = _strchr(i1, i7 << 24 >> 24) | 0; - if (i1) { - i4 = HEAP8[i16 + 1 >> 0] | 0; - if (i4 << 24 >> 24) { - i5 = i1 + 1 | 0; - i9 = HEAP8[i5 >> 0] | 0; - if (i9 << 24 >> 24) { - i6 = HEAP8[i16 + 2 >> 0] | 0; - if (!(i6 << 24 >> 24)) { - i6 = i4 & 255 | (i7 & 255) << 8; - i2 = i9; - i1 = HEAPU8[i1 >> 0] << 8 | i9 & 255; + i16 = i19 + 1024 | 0; + i18 = i19; + i6 = HEAP8[i17 >> 0] | 0; + do if (i6 << 24 >> 24) { + i15 = _strchr(i1, i6 << 24 >> 24) | 0; + if (i15) { + i5 = HEAP8[i17 + 1 >> 0] | 0; + if (i5 << 24 >> 24) { + i2 = i15 + 1 | 0; + i8 = HEAP8[i2 >> 0] | 0; + if (i8 << 24 >> 24) { + i4 = HEAP8[i17 + 2 >> 0] | 0; + if (!(i4 << 24 >> 24)) { + i5 = i5 & 255 | (i6 & 255) << 8; + i1 = i8; + i3 = HEAPU8[i15 >> 0] << 8 | i8 & 255; while (1) { - i4 = i1 & 65535; - if ((i4 | 0) == (i6 | 0)) { - i1 = i5; - break; - } - i1 = i5 + 1 | 0; - i3 = HEAP8[i1 >> 0] | 0; - if (!(i3 << 24 >> 24)) { - i2 = 0; + i3 = i3 & 65535; + if ((i3 | 0) == (i5 | 0)) break; + i2 = i2 + 1 | 0; + i4 = HEAP8[i2 >> 0] | 0; + if (!(i4 << 24 >> 24)) { + i1 = 0; break; } else { - i2 = i3; - i5 = i1; - i1 = i3 & 255 | i4 << 8; + i1 = i4; + i3 = i4 & 255 | i3 << 8; } } - i1 = i2 << 24 >> 24 ? i1 + -1 | 0 : 0; + i1 = i1 << 24 >> 24 ? i2 + -1 | 0 : 0; break; } - i5 = i1 + 2 | 0; - i2 = HEAP8[i5 >> 0] | 0; - if (i2 << 24 >> 24) { - i3 = HEAP8[i16 + 3 >> 0] | 0; + i2 = i15 + 2 | 0; + i1 = HEAP8[i2 >> 0] | 0; + if (i1 << 24 >> 24) { + i3 = HEAP8[i17 + 3 >> 0] | 0; if (!(i3 << 24 >> 24)) { - i4 = (i4 & 255) << 16 | (i7 & 255) << 24 | (i6 & 255) << 8; - i3 = (i2 & 255) << 8 | (i9 & 255) << 16 | HEAPU8[i1 >> 0] << 24; - if ((i3 | 0) == (i4 | 0)) i1 = i5; else { - i1 = i5; - do { - i1 = i1 + 1 | 0; - i2 = HEAP8[i1 >> 0] | 0; - i3 = (i2 & 255 | i3) << 8; - } while (!(i2 << 24 >> 24 == 0 | (i3 | 0) == (i4 | 0))); - } - i1 = i2 << 24 >> 24 ? i1 + -2 | 0 : 0; + i4 = (i5 & 255) << 16 | (i6 & 255) << 24 | (i4 & 255) << 8; + i3 = (i1 & 255) << 8 | (i8 & 255) << 16 | HEAPU8[i15 >> 0] << 24; + if ((i3 | 0) != (i4 | 0)) do { + i2 = i2 + 1 | 0; + i1 = HEAP8[i2 >> 0] | 0; + i3 = (i1 & 255 | i3) << 8; + } while (!(i1 << 24 >> 24 == 0 | (i3 | 0) == (i4 | 0))); + i1 = i1 << 24 >> 24 ? i2 + -2 | 0 : 0; break; } - i8 = i1 + 3 | 0; - i5 = HEAP8[i8 >> 0] | 0; - if (i5 << 24 >> 24) { - if (!(HEAP8[i16 + 4 >> 0] | 0)) { - i4 = (i4 & 255) << 16 | (i7 & 255) << 24 | (i6 & 255) << 8 | i3 & 255; - i3 = (i2 & 255) << 8 | (i9 & 255) << 16 | i5 & 255 | HEAPU8[i1 >> 0] << 24; - if ((i3 | 0) == (i4 | 0)) { - i2 = i5; - i1 = i8; - } else { - i1 = i8; + i2 = i15 + 3 | 0; + i7 = HEAP8[i2 >> 0] | 0; + if (i7 << 24 >> 24) { + if (!(HEAP8[i17 + 4 >> 0] | 0)) { + i4 = (i5 & 255) << 16 | (i6 & 255) << 24 | (i4 & 255) << 8 | i3 & 255; + i1 = (i1 & 255) << 8 | (i8 & 255) << 16 | i7 & 255 | HEAPU8[i15 >> 0] << 24; + if ((i1 | 0) == (i4 | 0)) i1 = i7; else { + i3 = i1; do { - i1 = i1 + 1 | 0; - i2 = HEAP8[i1 >> 0] | 0; - i3 = i2 & 255 | i3 << 8; - } while (!(i2 << 24 >> 24 == 0 | (i3 | 0) == (i4 | 0))); + i2 = i2 + 1 | 0; + i1 = HEAP8[i2 >> 0] | 0; + i3 = i1 & 255 | i3 << 8; + } while (!(i1 << 24 >> 24 == 0 | (i3 | 0) == (i4 | 0))); } - i1 = i2 << 24 >> 24 ? i1 + -3 | 0 : 0; + i1 = i1 << 24 >> 24 ? i2 + -3 | 0 : 0; break; }; - HEAP32[i15 >> 2] = 0; - HEAP32[i15 + 4 >> 2] = 0; - HEAP32[i15 + 8 >> 2] = 0; - HEAP32[i15 + 12 >> 2] = 0; - HEAP32[i15 + 16 >> 2] = 0; - HEAP32[i15 + 20 >> 2] = 0; - HEAP32[i15 + 24 >> 2] = 0; - HEAP32[i15 + 28 >> 2] = 0; - i2 = i7; - i4 = 0; + HEAP32[i16 >> 2] = 0; + HEAP32[i16 + 4 >> 2] = 0; + HEAP32[i16 + 8 >> 2] = 0; + HEAP32[i16 + 12 >> 2] = 0; + HEAP32[i16 + 16 >> 2] = 0; + HEAP32[i16 + 20 >> 2] = 0; + HEAP32[i16 + 24 >> 2] = 0; + HEAP32[i16 + 28 >> 2] = 0; + i1 = i6; + i3 = 0; while (1) { - if (!(HEAP8[i1 + i4 >> 0] | 0)) { + if (!(HEAP8[i15 + i3 >> 0] | 0)) { i1 = 0; break; } - i3 = i15 + (((i2 & 255) >>> 5 & 255) << 2) | 0; - HEAP32[i3 >> 2] = HEAP32[i3 >> 2] | 1 << (i2 & 31); - i3 = i4 + 1 | 0; - HEAP32[i17 + ((i2 & 255) << 2) >> 2] = i3; - i2 = HEAP8[i16 + i3 >> 0] | 0; - if (!(i2 << 24 >> 24)) { - i10 = 23; + i2 = i16 + (((i1 & 255) >>> 5 & 255) << 2) | 0; + HEAP32[i2 >> 2] = HEAP32[i2 >> 2] | 1 << (i1 & 31); + i2 = i3 + 1 | 0; + HEAP32[i18 + ((i1 & 255) << 2) >> 2] = i2; + i1 = HEAP8[i17 + i2 >> 0] | 0; + if (!(i1 << 24 >> 24)) { + i9 = 23; break; - } else i4 = i3; + } else i3 = i2; } - L32 : do if ((i10 | 0) == 23) { - L34 : do if (i3 >>> 0 > 1) { - i5 = 1; - i10 = -1; - i2 = 0; + L32 : do if ((i9 | 0) == 23) { + L34 : do if (i2 >>> 0 > 1) { + i4 = 1; + i9 = -1; + i1 = 0; L35 : while (1) { - i9 = 1; + i8 = 1; while (1) { L39 : while (1) { - i7 = 1; + i5 = 1; while (1) { - i6 = HEAP8[i16 + (i7 + i10) >> 0] | 0; - i8 = HEAP8[i16 + i5 >> 0] | 0; - if (i6 << 24 >> 24 != i8 << 24 >> 24) { - i7 = i8; - i8 = i5; + i6 = HEAP8[i17 + (i5 + i9) >> 0] | 0; + i7 = HEAP8[i17 + i4 >> 0] | 0; + if (i6 << 24 >> 24 != i7 << 24 >> 24) { + i8 = i4; + i5 = i6; + i4 = i7; break L39; } - if ((i7 | 0) == (i9 | 0)) break; - i7 = i7 + 1 | 0; - i5 = i7 + i2 | 0; - if (i5 >>> 0 >= i3 >>> 0) { - i2 = i10; - i13 = i9; + if ((i5 | 0) == (i8 | 0)) break; + i5 = i5 + 1 | 0; + i4 = i5 + i1 | 0; + if (i4 >>> 0 >= i2 >>> 0) { + i1 = i9; + i11 = i8; break L35; } } - i2 = i2 + i9 | 0; - i5 = i2 + 1 | 0; - if (i5 >>> 0 >= i3 >>> 0) { - i2 = i10; - i13 = i9; + i1 = i1 + i8 | 0; + i4 = i1 + 1 | 0; + if (i4 >>> 0 >= i2 >>> 0) { + i1 = i9; + i11 = i8; break L35; } } - i9 = i8 - i10 | 0; - if ((i6 & 255) <= (i7 & 255)) break; - i2 = i8 + 1 | 0; - if (i2 >>> 0 < i3 >>> 0) { - i5 = i2; - i2 = i8; + i6 = i8 - i9 | 0; + if ((i5 & 255) <= (i4 & 255)) break; + i1 = i8 + 1 | 0; + if (i1 >>> 0 < i2 >>> 0) { + i4 = i1; + i1 = i8; + i8 = i6; } else { - i2 = i10; - i13 = i9; + i1 = i9; + i11 = i6; break L35; } } - i5 = i2 + 2 | 0; - if (i5 >>> 0 >= i3 >>> 0) { - i13 = 1; + i4 = i1 + 2 | 0; + if (i4 >>> 0 >= i2 >>> 0) { + i11 = 1; break; } else { - i10 = i2; - i2 = i2 + 1 | 0; + i9 = i1; + i1 = i1 + 1 | 0; } } - i6 = 1; - i7 = -1; - i5 = 0; + i5 = 1; + i6 = -1; + i4 = 0; while (1) { - i8 = i5; - i5 = 1; + i7 = i4; + i4 = 1; while (1) { - i12 = i8; + i10 = i7; L54 : while (1) { - i9 = 1; + i7 = 1; while (1) { - i8 = HEAP8[i16 + (i9 + i7) >> 0] | 0; - i10 = HEAP8[i16 + i6 >> 0] | 0; - if (i8 << 24 >> 24 != i10 << 24 >> 24) { - i11 = i8; - i9 = i10; - i8 = i6; - i6 = i12; + i9 = HEAP8[i17 + (i7 + i6) >> 0] | 0; + i8 = HEAP8[i17 + i5 >> 0] | 0; + if (i9 << 24 >> 24 != i8 << 24 >> 24) { + i7 = i5; + i5 = i10; break L54; } - if ((i9 | 0) == (i5 | 0)) break; - i9 = i9 + 1 | 0; - i6 = i9 + i12 | 0; - if (i6 >>> 0 >= i3 >>> 0) { - i6 = i13; + if ((i7 | 0) == (i4 | 0)) break; + i7 = i7 + 1 | 0; + i5 = i7 + i10 | 0; + if (i5 >>> 0 >= i2 >>> 0) { + i5 = i11; break L34; } } - i12 = i12 + i5 | 0; - i6 = i12 + 1 | 0; - if (i6 >>> 0 >= i3 >>> 0) { - i6 = i13; + i10 = i10 + i4 | 0; + i5 = i10 + 1 | 0; + if (i5 >>> 0 >= i2 >>> 0) { + i5 = i11; break L34; } } - i5 = i8 - i7 | 0; - if ((i11 & 255) >= (i9 & 255)) { - i5 = i6; + i4 = i7 - i6 | 0; + if ((i9 & 255) >= (i8 & 255)) { + i4 = i5; break; } - i6 = i8 + 1 | 0; - if (i6 >>> 0 >= i3 >>> 0) { - i6 = i13; + i5 = i7 + 1 | 0; + if (i5 >>> 0 >= i2 >>> 0) { + i5 = i11; break L34; } } - i6 = i5 + 2 | 0; - if (i6 >>> 0 >= i3 >>> 0) { - i7 = i5; - i6 = i13; - i5 = 1; + i5 = i4 + 2 | 0; + if (i5 >>> 0 >= i2 >>> 0) { + i6 = i4; + i5 = i11; + i4 = 1; break; } else { - i7 = i5; - i5 = i5 + 1 | 0; + i6 = i4; + i4 = i4 + 1 | 0; } } } else { - i2 = -1; - i7 = -1; - i6 = 1; + i1 = -1; + i6 = -1; i5 = 1; + i4 = 1; } while (0); - i13 = (i7 + 1 | 0) >>> 0 > (i2 + 1 | 0) >>> 0; - i5 = i13 ? i5 : i6; - i13 = i13 ? i7 : i2; + i13 = (i6 + 1 | 0) >>> 0 > (i1 + 1 | 0) >>> 0; + i4 = i13 ? i4 : i5; + i13 = i13 ? i6 : i1; i12 = i13 + 1 | 0; - if (!(_memcmp(i16, i16 + i5 | 0, i12) | 0)) i14 = i3 - i5 | 0; else { - i5 = i3 - i13 + -1 | 0; + if (!(_memcmp(i17, i17 + i4 | 0, i12) | 0)) i14 = i2 - i4 | 0; else { + i4 = i2 - i13 + -1 | 0; i14 = 0; - i5 = (i13 >>> 0 > i5 >>> 0 ? i13 : i5) + 1 | 0; + i4 = (i13 >>> 0 > i4 >>> 0 ? i13 : i4) + 1 | 0; } - i9 = i3 | 63; - i11 = (i14 | 0) != 0; - i10 = i3 - i5 | 0; - i8 = i1; - i7 = 0; - i6 = i1; + i9 = i2 | 63; + i10 = (i14 | 0) != 0; + i11 = i2 - i4 | 0; + i1 = i15; + i8 = 0; + i7 = i15; L69 : while (1) { - i2 = i8; - do if ((i6 - i2 | 0) >>> 0 < i3 >>> 0) { - i1 = _memchr(i6, 0, i9) | 0; - if (i1) if ((i1 - i2 | 0) >>> 0 < i3 >>> 0) { + i5 = i1; + do if ((i7 - i5 | 0) >>> 0 < i2 >>> 0) { + i6 = _memchr(i7, 0, i9) | 0; + if (i6) if ((i6 - i5 | 0) >>> 0 < i2 >>> 0) { i1 = 0; break L32; - } else { - i6 = i1; - break; - } else { - i6 = i6 + i9 | 0; + } else break; else { + i6 = i7 + i9 | 0; break; } - } while (0); - i1 = HEAP8[i8 + i4 >> 0] | 0; - if (!(1 << (i1 & 31) & HEAP32[i15 + (((i1 & 255) >>> 5 & 255) << 2) >> 2])) { - i8 = i8 + i3 | 0; - i7 = 0; + } else i6 = i7; while (0); + i5 = HEAP8[i1 + i3 >> 0] | 0; + if (!(1 << (i5 & 31) & HEAP32[i16 + (((i5 & 255) >>> 5 & 255) << 2) >> 2])) { + i1 = i1 + i2 | 0; + i8 = 0; + i7 = i6; continue; } - i2 = HEAP32[i17 + ((i1 & 255) << 2) >> 2] | 0; - i1 = i3 - i2 | 0; - if ((i3 | 0) != (i2 | 0)) { - i8 = i8 + (i11 & (i7 | 0) != 0 & i1 >>> 0 < i5 >>> 0 ? i10 : i1) | 0; - i7 = 0; + i15 = HEAP32[i18 + ((i5 & 255) << 2) >> 2] | 0; + i5 = i2 - i15 | 0; + if ((i2 | 0) != (i15 | 0)) { + i1 = i1 + (i10 & (i8 | 0) != 0 & i5 >>> 0 < i4 >>> 0 ? i11 : i5) | 0; + i8 = 0; + i7 = i6; continue; } - i1 = i12 >>> 0 > i7 >>> 0 ? i12 : i7; - i2 = HEAP8[i16 + i1 >> 0] | 0; - L83 : do if (!(i2 << 24 >> 24)) i1 = i12; else { + i5 = i12 >>> 0 > i8 >>> 0 ? i12 : i8; + i7 = HEAP8[i17 + i5 >> 0] | 0; + L83 : do if (!(i7 << 24 >> 24)) i5 = i12; else { while (1) { - if (i2 << 24 >> 24 != (HEAP8[i8 + i1 >> 0] | 0)) break; - i1 = i1 + 1 | 0; - i2 = HEAP8[i16 + i1 >> 0] | 0; - if (!(i2 << 24 >> 24)) { - i1 = i12; + if (i7 << 24 >> 24 != (HEAP8[i1 + i5 >> 0] | 0)) break; + i5 = i5 + 1 | 0; + i7 = HEAP8[i17 + i5 >> 0] | 0; + if (!(i7 << 24 >> 24)) { + i5 = i12; break L83; } } - i8 = i8 + (i1 - i13) | 0; - i7 = 0; + i1 = i1 + (i5 - i13) | 0; + i8 = 0; + i7 = i6; continue L69; } while (0); do { - if (i1 >>> 0 <= i7 >>> 0) { - i1 = i8; - break L32; - } - i1 = i1 + -1 | 0; - } while ((HEAP8[i16 + i1 >> 0] | 0) == (HEAP8[i8 + i1 >> 0] | 0)); - i8 = i8 + i5 | 0; - i7 = i14; + if (i5 >>> 0 <= i8 >>> 0) break L32; + i5 = i5 + -1 | 0; + } while ((HEAP8[i17 + i5 >> 0] | 0) == (HEAP8[i1 + i5 >> 0] | 0)); + i1 = i1 + i4 | 0; + i8 = i14; + i7 = i6; } } while (0); } else i1 = 0; } else i1 = 0; } else i1 = 0; - } + } else i1 = i15; } else i1 = 0; } while (0); - STACKTOP = i18; + STACKTOP = i19; return i1 | 0; } + function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31) { i33 = i33 | 0; i31 = i31 | 0; @@ -31261,192 +31277,193 @@ function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31 i36 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i35 = i36 + 20 | 0; - i28 = i36 + 16 | 0; + i30 = i36 + 16 | 0; i32 = i36 + 12 | 0; - i30 = i36 + 8 | 0; - i27 = i36; - i29 = i36 + 4 | 0; - i24 = i33 + 4 | 0; - i25 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i24 >> 2] | 0) | 0; + i24 = i36 + 8 | 0; + i29 = i36; + i25 = i36 + 4 | 0; + i26 = i33 + 4 | 0; + i27 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i26 >> 2] | 0) | 0; i34 = i33 + 56 | 0; - HEAP32[i34 >> 2] = i25; + HEAP32[i34 >> 2] = i27; i23 = __ZN4wasm7Element4listEv(i31) | 0; if (!(HEAP8[HEAP32[(HEAP32[i23 >> 2] | 0) + 4 >> 2] >> 0] | 0)) { i1 = __ZN4wasm7Element4listEv(i31) | 0; i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i25 >> 2] = i1; + HEAP32[i27 >> 2] = i1; i1 = i33 + 32 | 0; i2 = 2; } else { i1 = i33 + 32 | 0; i2 = __ZN4wasm4Name7fromIntEj(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i25 >> 2] = i2; + HEAP32[i27 >> 2] = i2; i2 = 1; } HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; - i15 = i25 + 36 | 0; - HEAP32[i15 >> 2] = 0; - i18 = i33 + 72 | 0; - HEAP32[i18 >> 2] = 0; + i9 = i27 + 36 | 0; + HEAP32[i9 >> 2] = 0; + i10 = i33 + 72 | 0; + HEAP32[i10 >> 2] = 0; HEAP32[i33 + 76 >> 2] = 0; HEAP32[i35 >> 2] = 0; - i9 = i35 + 4 | 0; - HEAP32[i9 >> 2] = 0; + i11 = i35 + 4 | 0; + HEAP32[i11 >> 2] = 0; HEAP32[i35 + 8 >> 2] = 0; - i22 = i25 + 4 | 0; - i23 = i25 + 32 | 0; - i20 = i33 + 8 | 0; - i12 = i35 + 8 | 0; - i17 = i33 + 60 | 0; - i21 = i25 + 8 | 0; - i10 = i25 + 12 | 0; - i16 = (i21 | 0) == (i35 | 0); - i13 = i25 + 16 | 0; - i11 = i25 + 24 | 0; - i14 = i25 + 28 | 0; - i19 = i25 + 20 | 0; + i12 = i27 + 4 | 0; + i13 = i27 + 32 | 0; + i14 = i33 + 8 | 0; + i15 = i35 + 8 | 0; + i16 = i33 + 60 | 0; + i17 = i27 + 8 | 0; + i18 = i27 + 12 | 0; + i19 = (i17 | 0) == (i35 | 0); + i20 = i27 + 16 | 0; + i21 = i27 + 24 | 0; + i22 = i27 + 28 | 0; + i23 = i27 + 20 | 0; i1 = 0; + i8 = i2; while (1) { - if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i31) | 0) >>> 0) break; - i8 = __ZN4wasm7ElementixEj(i31, i2) | 0; - i7 = __ZN4wasm7Element4listEv(i8) | 0; - i7 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i7 >> 2] >> 2] | 0) | 0; - L8 : do if ((i7 | 0) == (HEAP32[9555] | 0) | (i7 | 0) == (HEAP32[9562] | 0)) { - i3 = 1; + if (i8 >>> 0 >= (__ZN4wasm7Element4sizeEv(i31) | 0) >>> 0) break; + i7 = __ZN4wasm7ElementixEj(i31, i8) | 0; + i5 = __ZN4wasm7Element4listEv(i7) | 0; + i5 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i5 >> 2] >> 2] | 0) | 0; + L8 : do if ((i5 | 0) == (HEAP32[9845] | 0) | (i5 | 0) == (HEAP32[9852] | 0)) { + i2 = 1; while (1) { - if (i3 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break L8; - HEAP32[i28 >> 2] = 0; + if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i7) | 0) >>> 0) break L8; + HEAP32[i30 >> 2] = 0; HEAP32[i32 >> 2] = 0; - i6 = (__ZN4wasm7ElementixEj(i8, i3) | 0) + 20 | 0; - if ((HEAP8[i6 >> 0] | 0) == 0 ? (i26 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i33, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i8, i3) | 0) | 0, 1, 0) | 0, HEAP32[i32 >> 2] = i26, (i26 | 0) != 0) : 0) { - i4 = __ZN4wasm4Name7fromIntEj(HEAP32[i18 >> 2] | 0) | 0; - HEAP32[i28 >> 2] = i4; - i6 = i26; + i6 = (__ZN4wasm7ElementixEj(i7, i2) | 0) + 20 | 0; + if ((HEAP8[i6 >> 0] | 0) == 0 ? (i28 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i33, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, i2) | 0) | 0, 1, 0) | 0, HEAP32[i32 >> 2] = i28, (i28 | 0) != 0) : 0) { + i3 = __ZN4wasm4Name7fromIntEj(HEAP32[i10 >> 2] | 0) | 0; + HEAP32[i30 >> 2] = i3; + i6 = i28; } else { - i4 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i8, i3) | 0) | 0; - HEAP32[i28 >> 2] = i4; - i3 = i3 + 1 | 0; - i6 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i33, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i8, i3) | 0) | 0, 0, 0) | 0; + i3 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, i2) | 0) | 0; + HEAP32[i30 >> 2] = i3; + i2 = i2 + 1 | 0; + i6 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i33, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, i2) | 0) | 0, 0, 0) | 0; HEAP32[i32 >> 2] = i6; } - i3 = i3 + 1 | 0; - do if ((i7 | 0) == (HEAP32[9555] | 0)) { - i5 = HEAP32[i10 >> 2] | 0; - if (i5 >>> 0 < (HEAP32[i13 >> 2] | 0) >>> 0) { - HEAP32[i5 >> 2] = i4; - HEAP32[i5 + 4 >> 2] = i6; - HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 8; + i2 = i2 + 1 | 0; + do if ((i5 | 0) == (HEAP32[9845] | 0)) { + i4 = HEAP32[i18 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i20 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i3; + HEAP32[i4 + 4 >> 2] = i6; + HEAP32[i18 >> 2] = (HEAP32[i18 >> 2] | 0) + 8; break; } else { - __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i21, i28, i32); + __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i17, i30, i32); break; } } else { - i5 = HEAP32[i11 >> 2] | 0; - if (i5 >>> 0 < (HEAP32[i14 >> 2] | 0) >>> 0) { - HEAP32[i5 >> 2] = i4; - HEAP32[i5 + 4 >> 2] = i6; - HEAP32[i11 >> 2] = (HEAP32[i11 >> 2] | 0) + 8; + i4 = HEAP32[i21 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i3; + HEAP32[i4 + 4 >> 2] = i6; + HEAP32[i21 >> 2] = (HEAP32[i21 >> 2] | 0) + 8; break; } else { - __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i19, i28, i32); + __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i23, i30, i32); break; } } while (0); - HEAP32[i18 >> 2] = (HEAP32[i18 >> 2] | 0) + 1; - HEAP32[i30 >> 2] = i4; - i5 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i17, i30) | 0; - HEAP32[i5 >> 2] = i6; + HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 1; + HEAP32[i24 >> 2] = i3; + i4 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i16, i24) | 0; + HEAP32[i4 >> 2] = i6; } } else { - if ((i7 | 0) == (HEAP32[9556] | 0)) { - i8 = __ZN4wasm7Element4listEv(i8) | 0; - i8 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i33, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i8 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; - HEAP32[i22 >> 2] = i8; + if ((i5 | 0) == (HEAP32[9846] | 0)) { + i7 = __ZN4wasm7Element4listEv(i7) | 0; + i7 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i33, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i7 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; + HEAP32[i12 >> 2] = i7; break; } - if ((i7 | 0) == (HEAP32[9563] | 0)) { - i3 = __ZN4wasm7Element4listEv(i8) | 0; - i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i28 >> 2] = i3; - HEAP32[i23 >> 2] = i3; - i3 = HEAP32[i33 >> 2] | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i3 + 48 | 0, i28) | 0) == (i3 + 52 | 0)) { - __ZNKSt3__18functionIFvvEEclEv(i20); - i3 = HEAP32[i33 >> 2] | 0; - } - i6 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i3 + 48 | 0, i28) | 0; - i6 = HEAP32[i6 >> 2] | 0; - HEAP32[i22 >> 2] = HEAP32[i6 + 4 >> 2]; - i8 = i6 + 8 | 0; - i6 = i6 + 12 | 0; + if ((i5 | 0) == (HEAP32[9853] | 0)) { + i2 = __ZN4wasm7Element4listEv(i7) | 0; + i2 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i30 >> 2] = i2; + HEAP32[i13 >> 2] = i2; + i2 = HEAP32[i33 >> 2] | 0; + if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i2 + 48 | 0, i30) | 0) == (i2 + 52 | 0)) { + __ZNKSt3__18functionIFvvEEclEv(i14); + i2 = HEAP32[i33 >> 2] | 0; + } + i3 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i2 + 48 | 0, i30) | 0; + i3 = HEAP32[i3 >> 2] | 0; + HEAP32[i12 >> 2] = HEAP32[i3 + 4 >> 2]; + i2 = i3 + 8 | 0; + i3 = i3 + 12 | 0; i7 = 0; while (1) { - if (i7 >>> 0 >= (HEAP32[i6 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) >> 2 >>> 0) break; - i5 = __ZN4wasm4Name7fromIntEj(i7) | 0; - HEAP32[i32 >> 2] = i5; - i3 = HEAP32[(HEAP32[i8 >> 2] | 0) + (i7 << 2) >> 2] | 0; - HEAP32[i27 >> 2] = i3; - i4 = HEAP32[i9 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i12 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i5; - HEAP32[i4 + 4 >> 2] = i3; - HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i35, i32, i27); - HEAP32[i29 >> 2] = i5; - i5 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i17, i29) | 0; - HEAP32[i5 >> 2] = i3; + if (i7 >>> 0 >= (HEAP32[i3 >> 2] | 0) - (HEAP32[i2 >> 2] | 0) >> 2 >>> 0) break; + i6 = __ZN4wasm4Name7fromIntEj(i7) | 0; + HEAP32[i32 >> 2] = i6; + i4 = HEAP32[(HEAP32[i2 >> 2] | 0) + (i7 << 2) >> 2] | 0; + HEAP32[i29 >> 2] = i4; + i5 = HEAP32[i11 >> 2] | 0; + if (i5 >>> 0 < (HEAP32[i15 >> 2] | 0) >>> 0) { + HEAP32[i5 >> 2] = i6; + HEAP32[i5 + 4 >> 2] = i4; + HEAP32[i11 >> 2] = (HEAP32[i11 >> 2] | 0) + 8; + } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i35, i32, i29); + HEAP32[i25 >> 2] = i6; + i6 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i16, i25) | 0; + HEAP32[i6 >> 2] = i4; i7 = i7 + 1 | 0; } break; } - i6 = HEAP32[i9 >> 2] | 0; - i7 = HEAP32[i35 >> 2] | 0; - i3 = i7; - i4 = i6; - if ((i6 | 0) != (i7 | 0) ? !(i16 | (HEAP32[i10 >> 2] | 0) != (HEAP32[i21 >> 2] | 0)) : 0) __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_9enable_ifIXaasr21__is_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsIS9_E9referenceEEE5valueEvE4typeES9_S9_(i21, i3, i4); - i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i33, i8) | 0; - HEAP32[i28 >> 2] = i3; - i5 = i3; - do if (HEAP32[i15 >> 2] | 0) { + i5 = HEAP32[i11 >> 2] | 0; + i6 = HEAP32[i35 >> 2] | 0; + i2 = i6; + i3 = i5; + if ((i5 | 0) != (i6 | 0) ? !(i19 | (HEAP32[i18 >> 2] | 0) != (HEAP32[i17 >> 2] | 0)) : 0) __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_9enable_ifIXaasr21__is_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsIS9_E9referenceEEE5valueEvE4typeES9_S9_(i17, i2, i3); + i2 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i33, i7) | 0; + HEAP32[i30 >> 2] = i2; + i4 = i2; + do if (HEAP32[i9 >> 2] | 0) { if (!i1) { - i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i24 >> 2] | 0) | 0; - i4 = i1 + 16 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i15); else { - HEAP32[i3 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; + i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i26 >> 2] | 0) | 0; + i2 = i1 + 16 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i9); else { + HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; } - HEAP32[i15 >> 2] = i1; + HEAP32[i9 >> 2] = i1; } - i4 = i1 + 16 | 0; - i3 = HEAP32[i4 >> 2] | 0; + i2 = i1 + 16 | 0; + i3 = HEAP32[i2 >> 2] | 0; if ((i3 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) { - __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i28); + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i30); break; } else { - HEAP32[i3 >> 2] = i5; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; + HEAP32[i3 >> 2] = i4; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; break; } - } else HEAP32[i15 >> 2] = i3; while (0); + } else HEAP32[i9 >> 2] = i2; while (0); } while (0); - i2 = i2 + 1 | 0; + i8 = i8 + 1 | 0; } - if (!(HEAP32[i15 >> 2] | 0)) { - i32 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i24 >> 2] | 0) | 0; - HEAP32[i15 >> 2] = i32; + if (!(HEAP32[i9 >> 2] | 0)) { + i32 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i26 >> 2] | 0) | 0; + HEAP32[i9 >> 2] = i32; } - __ZN4wasm6Module11addFunctionEPNS_8FunctionE(HEAP32[i33 >> 2] | 0, i25); + __ZN4wasm6Module11addFunctionEPNS_8FunctionE(HEAP32[i33 >> 2] | 0, i27); __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE5clearEv(i33 + 60 | 0); i3 = HEAP32[i33 + 80 >> 2] | 0; - i2 = i33 + 84 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i33 + 84 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i33 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i33; - i1 = i33; + if ((i2 | 0) == (i3 | 0)) break; + i33 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i33; + i2 = i33; } HEAP32[i34 >> 2] = 0; __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i35); @@ -31469,28 +31486,28 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba i24 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; i4 = i24 + 108 | 0; - i10 = i24 + 96 | 0; - i7 = i24 + 92 | 0; - i11 = i24 + 80 | 0; - i15 = i24 + 68 | 0; - i17 = i24 + 56 | 0; - i5 = i24 + 52 | 0; - i8 = i24 + 40 | 0; - i6 = i24 + 36 | 0; - i9 = i24 + 24 | 0; - i16 = i24 + 12 | 0; - i18 = i24; + i8 = i24 + 96 | 0; + i5 = i24 + 92 | 0; + i9 = i24 + 80 | 0; + i16 = i24 + 68 | 0; + i18 = i24 + 56 | 0; + i6 = i24 + 52 | 0; + i10 = i24 + 40 | 0; + i7 = i24 + 36 | 0; + i11 = i24 + 24 | 0; + i15 = i24 + 12 | 0; + i17 = i24; if (i1) { - i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42180) | 0; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 43340) | 0; i1 = HEAP32[i3 >> 2] | 0; if (i12) { FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 127](i4, i3); - i18 = HEAP32[i4 >> 2] | 0; - HEAP8[i13 >> 0] = i18; - HEAP8[i13 + 1 >> 0] = i18 >> 8; - HEAP8[i13 + 2 >> 0] = i18 >> 16; - HEAP8[i13 + 3 >> 0] = i18 >> 24; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 32 >> 2] & 127](i10, i3); + i17 = HEAP32[i4 >> 2] | 0; + HEAP8[i13 >> 0] = i17; + HEAP8[i13 + 1 >> 0] = i17 >> 8; + HEAP8[i13 + 2 >> 0] = i17 >> 16; + HEAP8[i13 + 3 >> 0] = i17 >> 24; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 32 >> 2] & 127](i8, i3); if (!(HEAP8[i14 >> 0] & 1)) { HEAP8[i14 + 1 >> 0] = 0; HEAP8[i14 >> 0] = 0; @@ -31499,25 +31516,25 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba HEAP32[i14 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i14, 0); - HEAP32[i14 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i14 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; - HEAP32[i14 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; + HEAP32[i14 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i14 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; + HEAP32[i14 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i10 + (i1 << 2) >> 2] = 0; + HEAP32[i8 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i10); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i8); i2 = i3; } else { - FUNCTION_TABLE_vii[HEAP32[i1 + 40 >> 2] & 127](i7, i3); - i18 = HEAP32[i7 >> 2] | 0; - HEAP8[i13 >> 0] = i18; - HEAP8[i13 + 1 >> 0] = i18 >> 8; - HEAP8[i13 + 2 >> 0] = i18 >> 16; - HEAP8[i13 + 3 >> 0] = i18 >> 24; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 127](i11, i3); + FUNCTION_TABLE_vii[HEAP32[i1 + 40 >> 2] & 127](i5, i3); + i17 = HEAP32[i5 >> 2] | 0; + HEAP8[i13 >> 0] = i17; + HEAP8[i13 + 1 >> 0] = i17 >> 8; + HEAP8[i13 + 2 >> 0] = i17 >> 16; + HEAP8[i13 + 3 >> 0] = i17 >> 24; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 127](i9, i3); if (!(HEAP8[i14 >> 0] & 1)) { HEAP8[i14 + 1 >> 0] = 0; HEAP8[i14 >> 0] = 0; @@ -31526,23 +31543,23 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba HEAP32[i14 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i14, 0); - HEAP32[i14 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i14 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; - HEAP32[i14 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; + HEAP32[i14 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i14 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; + HEAP32[i14 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i11 + (i1 << 2) >> 2] = 0; + HEAP32[i9 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); i2 = i3; } - i18 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 12 >> 2] & 127](i3) | 0; - HEAP8[i19 >> 0] = i18; + i17 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 12 >> 2] & 127](i3) | 0; + HEAP8[i19 >> 0] = i17; i19 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 16 >> 2] & 127](i3) | 0; HEAP8[i21 >> 0] = i19; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i15, i3); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i16, i3); if (!(HEAP8[i20 >> 0] & 1)) { HEAP8[i20 + 1 >> 0] = 0; HEAP8[i20 >> 0] = 0; @@ -31551,17 +31568,17 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba HEAP32[i20 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i20, 0); - HEAP32[i20 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i20 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; - HEAP32[i20 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; + HEAP32[i20 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i20 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; + HEAP32[i20 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i15 + (i1 << 2) >> 2] = 0; + HEAP32[i16 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i15); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i17, i3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i16); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i18, i3); if (!(HEAP8[i22 >> 0] & 1)) { HEAP8[i22 + 1 >> 0] = 0; HEAP8[i22 >> 0] = 0; @@ -31570,28 +31587,28 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba HEAP32[i22 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i22, 0); - HEAP32[i22 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i22 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; - HEAP32[i22 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; + HEAP32[i22 >> 2] = HEAP32[i18 >> 2]; + HEAP32[i22 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; + HEAP32[i22 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i17 + (i1 << 2) >> 2] = 0; + HEAP32[i18 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i17); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i18); i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; } else { - i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42172) | 0; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 43332) | 0; i1 = HEAP32[i3 >> 2] | 0; if (i12) { - FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 127](i5, i3); - i17 = HEAP32[i5 >> 2] | 0; - HEAP8[i13 >> 0] = i17; - HEAP8[i13 + 1 >> 0] = i17 >> 8; - HEAP8[i13 + 2 >> 0] = i17 >> 16; - HEAP8[i13 + 3 >> 0] = i17 >> 24; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 32 >> 2] & 127](i8, i3); + FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 127](i6, i3); + i18 = HEAP32[i6 >> 2] | 0; + HEAP8[i13 >> 0] = i18; + HEAP8[i13 + 1 >> 0] = i18 >> 8; + HEAP8[i13 + 2 >> 0] = i18 >> 16; + HEAP8[i13 + 3 >> 0] = i18 >> 24; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 32 >> 2] & 127](i10, i3); if (!(HEAP8[i14 >> 0] & 1)) { HEAP8[i14 + 1 >> 0] = 0; HEAP8[i14 >> 0] = 0; @@ -31600,25 +31617,25 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba HEAP32[i14 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i14, 0); - HEAP32[i14 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i14 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; - HEAP32[i14 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; + HEAP32[i14 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i14 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; + HEAP32[i14 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i8 + (i1 << 2) >> 2] = 0; + HEAP32[i10 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i10); i2 = i3; } else { - FUNCTION_TABLE_vii[HEAP32[i1 + 40 >> 2] & 127](i6, i3); - i17 = HEAP32[i6 >> 2] | 0; - HEAP8[i13 >> 0] = i17; - HEAP8[i13 + 1 >> 0] = i17 >> 8; - HEAP8[i13 + 2 >> 0] = i17 >> 16; - HEAP8[i13 + 3 >> 0] = i17 >> 24; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 127](i9, i3); + FUNCTION_TABLE_vii[HEAP32[i1 + 40 >> 2] & 127](i7, i3); + i18 = HEAP32[i7 >> 2] | 0; + HEAP8[i13 >> 0] = i18; + HEAP8[i13 + 1 >> 0] = i18 >> 8; + HEAP8[i13 + 2 >> 0] = i18 >> 16; + HEAP8[i13 + 3 >> 0] = i18 >> 24; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 127](i11, i3); if (!(HEAP8[i14 >> 0] & 1)) { HEAP8[i14 + 1 >> 0] = 0; HEAP8[i14 >> 0] = 0; @@ -31627,23 +31644,23 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba HEAP32[i14 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i14, 0); - HEAP32[i14 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i14 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; - HEAP32[i14 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; + HEAP32[i14 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i14 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; + HEAP32[i14 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i9 + (i1 << 2) >> 2] = 0; + HEAP32[i11 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); i2 = i3; } - i17 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 12 >> 2] & 127](i3) | 0; - HEAP8[i19 >> 0] = i17; + i18 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 12 >> 2] & 127](i3) | 0; + HEAP8[i19 >> 0] = i18; i19 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 16 >> 2] & 127](i3) | 0; HEAP8[i21 >> 0] = i19; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i16, i3); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i15, i3); if (!(HEAP8[i20 >> 0] & 1)) { HEAP8[i20 + 1 >> 0] = 0; HEAP8[i20 >> 0] = 0; @@ -31652,17 +31669,17 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba HEAP32[i20 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i20, 0); - HEAP32[i20 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i20 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; - HEAP32[i20 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; + HEAP32[i20 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i20 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; + HEAP32[i20 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i16 + (i1 << 2) >> 2] = 0; + HEAP32[i15 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i16); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i18, i3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i15); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i17, i3); if (!(HEAP8[i22 >> 0] & 1)) { HEAP8[i22 + 1 >> 0] = 0; HEAP8[i22 >> 0] = 0; @@ -31671,16 +31688,16 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba HEAP32[i22 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i22, 0); - HEAP32[i22 >> 2] = HEAP32[i18 >> 2]; - HEAP32[i22 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; - HEAP32[i22 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; + HEAP32[i22 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i22 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; + HEAP32[i22 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i18 + (i1 << 2) >> 2] = 0; + HEAP32[i17 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i18); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i17); i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; } HEAP32[i23 >> 2] = i1; @@ -31750,7 +31767,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[31458 + i4 >> 0] | 0) > 15) { + if ((HEAPU8[30295 + i4 >> 0] | 0) > 15) { i1 = (HEAP32[i14 >> 2] | 0) == 0; if (!i1) HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + -1; if (!i6) { @@ -31774,7 +31791,7 @@ function ___intscan(i13, i3, i6, i1, i2) { } } else { i3 = i5 ? 10 : i3; - if ((HEAPU8[31458 + i4 >> 0] | 0) >>> 0 < i3 >>> 0) i10 = 32; else { + if ((HEAPU8[30295 + 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; @@ -31801,37 +31818,39 @@ function ___intscan(i13, i3, i6, i1, i2) { break; } else i4 = i5; } - i6 = 0; + i5 = 0; } else { i3 = 0; - i6 = 0; + i5 = 0; } - i5 = i4 + -48 | 0; - if (i5 >>> 0 < 10) { + i6 = i4 + -48 | 0; + if (i6 >>> 0 < 10) { while (1) { - i7 = ___muldi3(i3 | 0, i6 | 0, 10, 0) | 0; + i7 = ___muldi3(i3 | 0, i5 | 0, 10, 0) | 0; i8 = tempRet0; - i9 = ((i5 | 0) < 0) << 31 >> 31; + i9 = ((i6 | 0) < 0) << 31 >> 31; i11 = ~i9; - if (i8 >>> 0 > i11 >>> 0 | (i8 | 0) == (i11 | 0) & i7 >>> 0 > ~i5 >>> 0) break; - i7 = _i64Add(i7 | 0, i8 | 0, i5 | 0, i9 | 0) | 0; - i6 = tempRet0; - i3 = HEAP32[i15 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i14 >> 2] | 0) >>> 0) { - HEAP32[i15 >> 2] = i3 + 1; - i4 = HEAPU8[i3 >> 0] | 0; + if (i8 >>> 0 > i11 >>> 0 | (i8 | 0) == (i11 | 0) & i7 >>> 0 > ~i6 >>> 0) { + i7 = i3; + break; + } + i3 = _i64Add(i7 | 0, i8 | 0, i6 | 0, i9 | 0) | 0; + i5 = tempRet0; + 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; - i5 = i4 + -48 | 0; - if (i5 >>> 0 < 10 & (i6 >>> 0 < 429496729 | (i6 | 0) == 429496729 & i7 >>> 0 < 2576980378)) i3 = i7; else { - i3 = i7; + i6 = i4 + -48 | 0; + if (!(i6 >>> 0 < 10 & (i5 >>> 0 < 429496729 | (i5 | 0) == 429496729 & i3 >>> 0 < 2576980378))) { + i7 = i3; break; } } - if (i5 >>> 0 > 9) { - i4 = i3; + if (i6 >>> 0 > 9) { + i4 = i7; i3 = i12; } else { - i5 = i3; i3 = 10; i10 = 72; } @@ -31842,8 +31861,8 @@ function ___intscan(i13, i3, i6, i1, i2) { } else i10 = 46; L63 : do if ((i10 | 0) == 46) { if (!(i3 + -1 & i3)) { - i10 = HEAP8[31714 + ((i3 * 23 | 0) >>> 5 & 7) >> 0] | 0; - i5 = HEAP8[31458 + i4 >> 0] | 0; + i10 = HEAP8[30551 + ((i3 * 23 | 0) >>> 5 & 7) >> 0] | 0; + i5 = HEAP8[30295 + i4 >> 0] | 0; i6 = i5 & 255; if (i6 >>> 0 < i3 >>> 0) { i4 = 0; @@ -31854,7 +31873,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[31458 + i4 >> 0] | 0; + i5 = HEAP8[30295 + i4 >> 0] | 0; i6 = i5 & 255; if (!(i7 >>> 0 < 134217728 & i6 >>> 0 < i3 >>> 0)) break; else i4 = i7; } @@ -31866,12 +31885,12 @@ function ___intscan(i13, i3, i6, i1, i2) { i8 = _bitshift64Lshr(-1, -1, i10 | 0) | 0; i9 = tempRet0; if ((i5 & 255) >>> 0 >= i3 >>> 0 | (i6 >>> 0 > i9 >>> 0 | (i6 | 0) == (i9 | 0) & i7 >>> 0 > i8 >>> 0)) { - i5 = i7; + i5 = i6; i10 = 72; break; - } + } else i4 = i6; while (1) { - i7 = _bitshift64Shl(i7 | 0, i6 | 0, i10 | 0) | 0; + i7 = _bitshift64Shl(i7 | 0, i4 | 0, i10 | 0) | 0; i6 = tempRet0; i7 = i5 & 255 | i7; i4 = HEAP32[i15 >> 2] | 0; @@ -31879,92 +31898,90 @@ function ___intscan(i13, i3, i6, i1, i2) { HEAP32[i15 >> 2] = i4 + 1; i4 = HEAPU8[i4 >> 0] | 0; } else i4 = ___shgetc(i13) | 0; - i5 = HEAP8[31458 + i4 >> 0] | 0; + i5 = HEAP8[30295 + i4 >> 0] | 0; if ((i5 & 255) >>> 0 >= i3 >>> 0 | (i6 >>> 0 > i9 >>> 0 | (i6 | 0) == (i9 | 0) & i7 >>> 0 > i8 >>> 0)) { - i5 = i7; + i5 = i6; i10 = 72; break L63; - } + } else i4 = i6; } } - i6 = HEAP8[31458 + i4 >> 0] | 0; - i5 = i6 & 255; - if (i5 >>> 0 < i3 >>> 0) { + i5 = HEAP8[30295 + i4 >> 0] | 0; + i6 = i5 & 255; + if (i6 >>> 0 < i3 >>> 0) { i4 = 0; while (1) { - i7 = i5 + (Math_imul(i4, i3) | 0) | 0; + i7 = i6 + (Math_imul(i4, i3) | 0) | 0; 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; - i6 = HEAP8[31458 + i4 >> 0] | 0; - i5 = i6 & 255; - if (!(i7 >>> 0 < 119304647 & i5 >>> 0 < i3 >>> 0)) { - i5 = i7; - break; - } else i4 = i7; + i5 = HEAP8[30295 + i4 >> 0] | 0; + i6 = i5 & 255; + if (!(i7 >>> 0 < 119304647 & i6 >>> 0 < i3 >>> 0)) break; else i4 = i7; } - i7 = 0; + i6 = 0; } else { - i5 = 0; i7 = 0; + i6 = 0; } - if ((i6 & 255) >>> 0 < i3 >>> 0) { + if ((i5 & 255) >>> 0 < i3 >>> 0) { i10 = ___udivdi3(-1, -1, i3 | 0, 0) | 0; i11 = tempRet0; + i9 = i6; while (1) { - if (i7 >>> 0 > i11 >>> 0 | (i7 | 0) == (i11 | 0) & i5 >>> 0 > i10 >>> 0) { - i6 = i7; + if (i9 >>> 0 > i11 >>> 0 | (i9 | 0) == (i11 | 0) & i7 >>> 0 > i10 >>> 0) { + i5 = i9; i10 = 72; break L63; } - i9 = ___muldi3(i5 | 0, i7 | 0, i3 | 0, 0) | 0; + i6 = ___muldi3(i7 | 0, i9 | 0, i3 | 0, 0) | 0; i8 = tempRet0; - i6 = i6 & 255; - if (i8 >>> 0 > 4294967295 | (i8 | 0) == -1 & i9 >>> 0 > ~i6 >>> 0) { - i6 = i7; + i5 = i5 & 255; + if (i8 >>> 0 > 4294967295 | (i8 | 0) == -1 & i6 >>> 0 > ~i5 >>> 0) { + i5 = i9; i10 = 72; break L63; } - i5 = _i64Add(i6 | 0, 0, i9 | 0, i8 | 0) | 0; - i7 = tempRet0; + i7 = _i64Add(i5 | 0, 0, i6 | 0, i8 | 0) | 0; + i6 = tempRet0; 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; - i6 = HEAP8[31458 + i4 >> 0] | 0; - if ((i6 & 255) >>> 0 >= i3 >>> 0) { - i6 = i7; + i5 = HEAP8[30295 + i4 >> 0] | 0; + if ((i5 & 255) >>> 0 >= i3 >>> 0) { + i5 = i6; i10 = 72; break; - } + } else i9 = i6; } } else { - i6 = i7; + i5 = i6; i10 = 72; } } while (0); - if ((i10 | 0) == 72) if ((HEAPU8[31458 + i4 >> 0] | 0) >>> 0 < i3 >>> 0) { + if ((i10 | 0) == 72) if ((HEAPU8[30295 + 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[31458 + i4 >> 0] | 0) >>> 0 < i3 >>> 0); - i6 = ___errno_location() | 0; - HEAP32[i6 >> 2] = 34; - i6 = i2; + } while ((HEAPU8[30295 + i4 >> 0] | 0) >>> 0 < i3 >>> 0); + i5 = ___errno_location() | 0; + HEAP32[i5 >> 2] = 34; + i5 = i2; i4 = i1; i3 = (i1 & 1 | 0) == 0 & 0 == 0 ? i12 : 0; } else { - i4 = i5; + i4 = i7; i3 = i12; } if (HEAP32[i14 >> 2] | 0) HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + -1; - if (!(i6 >>> 0 < i2 >>> 0 | (i6 | 0) == (i2 | 0) & i4 >>> 0 < i1 >>> 0)) { + if (!(i5 >>> 0 < i2 >>> 0 | (i5 | 0) == (i2 | 0) & i4 >>> 0 < i1 >>> 0)) { if (!((i1 & 1 | 0) != 0 | 0 != 0 | (i3 | 0) != 0)) { i15 = ___errno_location() | 0; HEAP32[i15 >> 2] = 34; @@ -31972,14 +31989,14 @@ function ___intscan(i13, i3, i6, i1, i2) { i2 = tempRet0; break; } - if (i6 >>> 0 > i2 >>> 0 | (i6 | 0) == (i2 | 0) & i4 >>> 0 > i1 >>> 0) { + if (i5 >>> 0 > i2 >>> 0 | (i5 | 0) == (i2 | 0) & i4 >>> 0 > i1 >>> 0) { i15 = ___errno_location() | 0; HEAP32[i15 >> 2] = 34; break; } } i1 = ((i3 | 0) < 0) << 31 >> 31; - i1 = _i64Subtract(i4 ^ i3 | 0, i6 ^ i1 | 0, i3 | 0, i1 | 0) | 0; + i1 = _i64Subtract(i4 ^ i3 | 0, i5 ^ i1 | 0, i3 | 0, i1 | 0) | 0; i2 = tempRet0; } while (0); tempRet0 = i2; @@ -32001,68 +32018,68 @@ function __ZNSt3__111__money_putIwE13__gather_infoEbbRKNS_6localeERNS_10money_ba i23 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; i3 = i23 + 108 | 0; - i9 = i23 + 96 | 0; - i6 = i23 + 92 | 0; - i10 = i23 + 80 | 0; - i14 = i23 + 68 | 0; - i16 = i23 + 56 | 0; - i4 = i23 + 52 | 0; - i7 = i23 + 40 | 0; - i5 = i23 + 36 | 0; - i8 = i23 + 24 | 0; - i15 = i23 + 12 | 0; - i17 = i23; + i7 = i23 + 96 | 0; + i4 = i23 + 92 | 0; + i8 = i23 + 80 | 0; + i15 = i23 + 68 | 0; + i17 = i23 + 56 | 0; + i5 = i23 + 52 | 0; + i9 = i23 + 40 | 0; + i6 = i23 + 36 | 0; + i10 = i23 + 24 | 0; + i14 = i23 + 12 | 0; + i16 = i23; if (i1) { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42196) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 43356) | 0; i1 = HEAP32[i2 >> 2] | 0; if (i11) { FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 127](i3, i2); - i17 = HEAP32[i3 >> 2] | 0; - HEAP8[i12 >> 0] = i17; - HEAP8[i12 + 1 >> 0] = i17 >> 8; - HEAP8[i12 + 2 >> 0] = i17 >> 16; - HEAP8[i12 + 3 >> 0] = i17 >> 24; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 32 >> 2] & 127](i9, i2); + i16 = HEAP32[i3 >> 2] | 0; + HEAP8[i12 >> 0] = i16; + HEAP8[i12 + 1 >> 0] = i16 >> 8; + HEAP8[i12 + 2 >> 0] = i16 >> 16; + HEAP8[i12 + 3 >> 0] = i16 >> 24; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 32 >> 2] & 127](i7, i2); if (!(HEAP8[i13 >> 0] & 1)) HEAP8[i13 >> 0] = 0; else HEAP32[HEAP32[i13 + 8 >> 2] >> 2] = 0; HEAP32[i13 + 4 >> 2] = 0; __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i13, 0); - HEAP32[i13 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i13 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; - HEAP32[i13 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; + HEAP32[i13 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i13 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + HEAP32[i13 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i9 + (i1 << 2) >> 2] = 0; + HEAP32[i7 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i9); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i7); } else { - FUNCTION_TABLE_vii[HEAP32[i1 + 40 >> 2] & 127](i6, i2); - i17 = HEAP32[i6 >> 2] | 0; - HEAP8[i12 >> 0] = i17; - HEAP8[i12 + 1 >> 0] = i17 >> 8; - HEAP8[i12 + 2 >> 0] = i17 >> 16; - HEAP8[i12 + 3 >> 0] = i17 >> 24; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 127](i10, i2); + FUNCTION_TABLE_vii[HEAP32[i1 + 40 >> 2] & 127](i4, i2); + i16 = HEAP32[i4 >> 2] | 0; + HEAP8[i12 >> 0] = i16; + HEAP8[i12 + 1 >> 0] = i16 >> 8; + HEAP8[i12 + 2 >> 0] = i16 >> 16; + HEAP8[i12 + 3 >> 0] = i16 >> 24; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 127](i8, i2); if (!(HEAP8[i13 >> 0] & 1)) HEAP8[i13 >> 0] = 0; else HEAP32[HEAP32[i13 + 8 >> 2] >> 2] = 0; HEAP32[i13 + 4 >> 2] = 0; __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i13, 0); - HEAP32[i13 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i13 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; - HEAP32[i13 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; + HEAP32[i13 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i13 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; + HEAP32[i13 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i10 + (i1 << 2) >> 2] = 0; + HEAP32[i8 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i10); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i8); } - i17 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2) | 0; - HEAP32[i18 >> 2] = i17; + i16 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2) | 0; + HEAP32[i18 >> 2] = i16; i18 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 16 >> 2] & 127](i2) | 0; HEAP32[i20 >> 2] = i18; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i14, i2); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i15, i2); if (!(HEAP8[i19 >> 0] & 1)) { HEAP8[i19 + 1 >> 0] = 0; HEAP8[i19 >> 0] = 0; @@ -32071,82 +32088,82 @@ function __ZNSt3__111__money_putIwE13__gather_infoEbbRKNS_6localeERNS_10money_ba HEAP32[i19 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i19, 0); - HEAP32[i19 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i19 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; - HEAP32[i19 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; + HEAP32[i19 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i19 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; + HEAP32[i19 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i14 + (i1 << 2) >> 2] = 0; + HEAP32[i15 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i14); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i16, i2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i15); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i17, i2); if (!(HEAP8[i21 >> 0] & 1)) HEAP8[i21 >> 0] = 0; else HEAP32[HEAP32[i21 + 8 >> 2] >> 2] = 0; HEAP32[i21 + 4 >> 2] = 0; __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i21, 0); - HEAP32[i21 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i21 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; - HEAP32[i21 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; + HEAP32[i21 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i21 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; + HEAP32[i21 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i16 + (i1 << 2) >> 2] = 0; + HEAP32[i17 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i16); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i17); i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; } else { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42188) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 43348) | 0; i1 = HEAP32[i2 >> 2] | 0; if (i11) { - FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 127](i4, i2); - i16 = HEAP32[i4 >> 2] | 0; - HEAP8[i12 >> 0] = i16; - HEAP8[i12 + 1 >> 0] = i16 >> 8; - HEAP8[i12 + 2 >> 0] = i16 >> 16; - HEAP8[i12 + 3 >> 0] = i16 >> 24; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 32 >> 2] & 127](i7, i2); + FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 127](i5, i2); + i17 = HEAP32[i5 >> 2] | 0; + HEAP8[i12 >> 0] = i17; + HEAP8[i12 + 1 >> 0] = i17 >> 8; + HEAP8[i12 + 2 >> 0] = i17 >> 16; + HEAP8[i12 + 3 >> 0] = i17 >> 24; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 32 >> 2] & 127](i9, i2); if (!(HEAP8[i13 >> 0] & 1)) HEAP8[i13 >> 0] = 0; else HEAP32[HEAP32[i13 + 8 >> 2] >> 2] = 0; HEAP32[i13 + 4 >> 2] = 0; __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i13, 0); - HEAP32[i13 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i13 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; - HEAP32[i13 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; + HEAP32[i13 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i13 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; + HEAP32[i13 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i7 + (i1 << 2) >> 2] = 0; + HEAP32[i9 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i7); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i9); } else { - FUNCTION_TABLE_vii[HEAP32[i1 + 40 >> 2] & 127](i5, i2); - i16 = HEAP32[i5 >> 2] | 0; - HEAP8[i12 >> 0] = i16; - HEAP8[i12 + 1 >> 0] = i16 >> 8; - HEAP8[i12 + 2 >> 0] = i16 >> 16; - HEAP8[i12 + 3 >> 0] = i16 >> 24; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 127](i8, i2); + FUNCTION_TABLE_vii[HEAP32[i1 + 40 >> 2] & 127](i6, i2); + i17 = HEAP32[i6 >> 2] | 0; + HEAP8[i12 >> 0] = i17; + HEAP8[i12 + 1 >> 0] = i17 >> 8; + HEAP8[i12 + 2 >> 0] = i17 >> 16; + HEAP8[i12 + 3 >> 0] = i17 >> 24; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 127](i10, i2); if (!(HEAP8[i13 >> 0] & 1)) HEAP8[i13 >> 0] = 0; else HEAP32[HEAP32[i13 + 8 >> 2] >> 2] = 0; HEAP32[i13 + 4 >> 2] = 0; __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i13, 0); - HEAP32[i13 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i13 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; - HEAP32[i13 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; + HEAP32[i13 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i13 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; + HEAP32[i13 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i8 + (i1 << 2) >> 2] = 0; + HEAP32[i10 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i8); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i10); } - i16 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2) | 0; - HEAP32[i18 >> 2] = i16; + i17 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2) | 0; + HEAP32[i18 >> 2] = i17; i18 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 16 >> 2] & 127](i2) | 0; HEAP32[i20 >> 2] = i18; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i15, i2); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i14, i2); if (!(HEAP8[i19 >> 0] & 1)) { HEAP8[i19 + 1 >> 0] = 0; HEAP8[i19 >> 0] = 0; @@ -32155,30 +32172,30 @@ function __ZNSt3__111__money_putIwE13__gather_infoEbbRKNS_6localeERNS_10money_ba HEAP32[i19 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i19, 0); - HEAP32[i19 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i19 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; - HEAP32[i19 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; + HEAP32[i19 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i19 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; + HEAP32[i19 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i15 + (i1 << 2) >> 2] = 0; + HEAP32[i14 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i15); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i17, i2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i14); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i16, i2); if (!(HEAP8[i21 >> 0] & 1)) HEAP8[i21 >> 0] = 0; else HEAP32[HEAP32[i21 + 8 >> 2] >> 2] = 0; HEAP32[i21 + 4 >> 2] = 0; __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i21, 0); - HEAP32[i21 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i21 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; - HEAP32[i21 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; + HEAP32[i21 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i21 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; + HEAP32[i21 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i17 + (i1 << 2) >> 2] = 0; + HEAP32[i16 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i17); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i16); i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; } HEAP32[i22 >> 2] = i1; @@ -32191,7 +32208,7 @@ function __ZN6cashew4InitC2Ev(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; i16 = STACKTOP; STACKTOP = STACKTOP + 368 | 0; - i2 = i16 + 336 | 0; + i1 = i16 + 336 | 0; i3 = i16 + 308 | 0; i4 = i16 + 280 | 0; i5 = i16 + 252 | 0; @@ -32205,134 +32222,134 @@ function __ZN6cashew4InitC2Ev(i1) { i13 = i16 + 28 | 0; i14 = i16; i15 = i16 + 364 | 0; - __ZN6cashew10IStringSetC2EPKc(i2, 36887); - HEAP8[i2 + 20 >> 0] = 0; - HEAP32[i2 + 24 >> 2] = 0; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i1, i2); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i2); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i2); - __ZN6cashew10IStringSetC2EPKc(i3, 28465); + __ZN6cashew10IStringSetC2EPKc(i1, 38045); + HEAP8[i1 + 20 >> 0] = 0; + HEAP32[i1 + 24 >> 2] = 0; + i2 = HEAP32[9981] | 0; + if (i2 >>> 0 < (HEAP32[9982] | 0) >>> 0) { + __ZN6cashew13OperatorClassC2EOS0_(i2, i1); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, i1); + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i1); + __ZN6cashew10IStringSetC2EPKc(i3, 29719); HEAP8[i3 + 20 >> 0] = 1; HEAP32[i3 + 24 >> 2] = 1; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { + i1 = HEAP32[9981] | 0; + if (i1 >>> 0 < (HEAP32[9982] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i3); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i3); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, i3); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i3); - __ZN6cashew10IStringSetC2EPKc(i4, 28473); + __ZN6cashew10IStringSetC2EPKc(i4, 29727); HEAP8[i4 + 20 >> 0] = 0; HEAP32[i4 + 24 >> 2] = 0; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { + i1 = HEAP32[9981] | 0; + if (i1 >>> 0 < (HEAP32[9982] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i4); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i4); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, i4); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i4); - __ZN6cashew10IStringSetC2EPKc(i5, 28479); + __ZN6cashew10IStringSetC2EPKc(i5, 29733); HEAP8[i5 + 20 >> 0] = 0; HEAP32[i5 + 24 >> 2] = 0; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { + i1 = HEAP32[9981] | 0; + if (i1 >>> 0 < (HEAP32[9982] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i5); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i5); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, i5); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i5); - __ZN6cashew10IStringSetC2EPKc(i6, 28483); + __ZN6cashew10IStringSetC2EPKc(i6, 29737); HEAP8[i6 + 20 >> 0] = 0; HEAP32[i6 + 24 >> 2] = 0; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { + i1 = HEAP32[9981] | 0; + if (i1 >>> 0 < (HEAP32[9982] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i6); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i6); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, i6); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i6); - __ZN6cashew10IStringSetC2EPKc(i7, 28493); + __ZN6cashew10IStringSetC2EPKc(i7, 29747); HEAP8[i7 + 20 >> 0] = 0; HEAP32[i7 + 24 >> 2] = 0; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { + i1 = HEAP32[9981] | 0; + if (i1 >>> 0 < (HEAP32[9982] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i7); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i7); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, i7); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i7); - __ZN6cashew10IStringSetC2EPKc(i8, 28503); + __ZN6cashew10IStringSetC2EPKc(i8, 29757); HEAP8[i8 + 20 >> 0] = 0; HEAP32[i8 + 24 >> 2] = 0; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { + i1 = HEAP32[9981] | 0; + if (i1 >>> 0 < (HEAP32[9982] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i8); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i8); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, i8); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i8); - __ZN6cashew10IStringSetC2EPKc(i9, 35901); + __ZN6cashew10IStringSetC2EPKc(i9, 37059); HEAP8[i9 + 20 >> 0] = 0; HEAP32[i9 + 24 >> 2] = 0; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { + i1 = HEAP32[9981] | 0; + if (i1 >>> 0 < (HEAP32[9982] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i9); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i9); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, i9); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i9); - __ZN6cashew10IStringSetC2EPKc(i10, 36894); + __ZN6cashew10IStringSetC2EPKc(i10, 38052); HEAP8[i10 + 20 >> 0] = 0; HEAP32[i10 + 24 >> 2] = 0; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { + i1 = HEAP32[9981] | 0; + if (i1 >>> 0 < (HEAP32[9982] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i10); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i10); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, i10); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i10); - __ZN6cashew10IStringSetC2EPKc(i11, 36958); + __ZN6cashew10IStringSetC2EPKc(i11, 38116); HEAP8[i11 + 20 >> 0] = 0; HEAP32[i11 + 24 >> 2] = 0; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { + i1 = HEAP32[9981] | 0; + if (i1 >>> 0 < (HEAP32[9982] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i11); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i11); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, i11); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i11); - __ZN6cashew10IStringSetC2EPKc(i12, 28509); + __ZN6cashew10IStringSetC2EPKc(i12, 29763); HEAP8[i12 + 20 >> 0] = 1; HEAP32[i12 + 24 >> 2] = 3; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { + i1 = HEAP32[9981] | 0; + if (i1 >>> 0 < (HEAP32[9982] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i12); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i12); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, i12); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i12); - __ZN6cashew10IStringSetC2EPKc(i13, 35906); + __ZN6cashew10IStringSetC2EPKc(i13, 37064); HEAP8[i13 + 20 >> 0] = 1; HEAP32[i13 + 24 >> 2] = 0; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { + i1 = HEAP32[9981] | 0; + if (i1 >>> 0 < (HEAP32[9982] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i13); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i13); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, i13); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i13); - __ZN6cashew10IStringSetC2EPKc(i14, 35933); + __ZN6cashew10IStringSetC2EPKc(i14, 37091); HEAP8[i14 + 20 >> 0] = 1; HEAP32[i14 + 24 >> 2] = 0; - i1 = HEAP32[9691] | 0; - if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { + i1 = HEAP32[9981] | 0; + if (i1 >>> 0 < (HEAP32[9982] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i14); - HEAP32[9691] = (HEAP32[9691] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i14); + HEAP32[9981] = (HEAP32[9981] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(39920, 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(38772, 4); + __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE6resizeEj(39932, 4); i2 = 0; while (1) { - i1 = HEAP32[9690] | 0; - if (i2 >>> 0 >= (((HEAP32[9691] | 0) - i1 | 0) / 28 | 0) >>> 0) break; + i1 = HEAP32[9980] | 0; + if (i2 >>> 0 >= (((HEAP32[9981] | 0) - i1 | 0) / 28 | 0) >>> 0) break; i1 = i1 + (i2 * 28 | 0) + 8 | 0; while (1) { i1 = HEAP32[i1 >> 2] | 0; if (!i1) break; HEAP32[i15 >> 2] = HEAP32[i1 + 8 >> 2]; - i14 = __ZNSt3__113unordered_mapIN6cashew7IStringEiNS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS9_((HEAP32[9693] | 0) + ((HEAP32[(HEAP32[9690] | 0) + (i2 * 28 | 0) + 24 >> 2] | 0) * 20 | 0) | 0, i15) | 0; + i14 = __ZNSt3__113unordered_mapIN6cashew7IStringEiNS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS9_((HEAP32[9983] | 0) + ((HEAP32[(HEAP32[9980] | 0) + (i2 * 28 | 0) + 24 >> 2] | 0) * 20 | 0) | 0, i15) | 0; HEAP32[i14 >> 2] = i2; } i2 = i2 + 1 | 0; @@ -32341,81 +32358,81 @@ function __ZN6cashew4InitC2Ev(i1) { return; } -function __ZNSt3__111__money_getIcE13__gather_infoEbRKNS_6localeERNS_10money_base7patternERcS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESF_SF_SF_Ri(i1, i2, i6, i16, i18, i17, i19, i11, i5, i20) { +function __ZNSt3__111__money_getIcE13__gather_infoEbRKNS_6localeERNS_10money_base7patternERcS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESF_SF_SF_Ri(i1, i2, i8, i16, i18, i17, i19, i13, i7, i20) { i1 = i1 | 0; i2 = i2 | 0; - i6 = i6 | 0; + i8 = i8 | 0; i16 = i16 | 0; i18 = i18 | 0; i17 = i17 | 0; i19 = i19 | 0; - i11 = i11 | 0; - i5 = i5 | 0; + i13 = i13 | 0; + i7 = i7 | 0; i20 = i20 | 0; - var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i21 = 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0, i15 = 0, i21 = 0; i21 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; i3 = i21 + 100 | 0; - i7 = i21 + 88 | 0; - i10 = i21 + 76 | 0; - i13 = i21 + 64 | 0; - i15 = i21 + 52 | 0; + i5 = i21 + 88 | 0; + i9 = i21 + 76 | 0; + i11 = i21 + 64 | 0; + i14 = i21 + 52 | 0; i4 = i21 + 48 | 0; - i8 = i21 + 36 | 0; - i9 = i21 + 24 | 0; + i6 = i21 + 36 | 0; + i10 = i21 + 24 | 0; i12 = i21 + 12 | 0; - i14 = i21; + i15 = i21; if (i1) { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42180) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 43340) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 127](i3, i2); - i14 = HEAP32[i3 >> 2] | 0; - HEAP8[i6 >> 0] = i14; - HEAP8[i6 + 1 >> 0] = i14 >> 8; - HEAP8[i6 + 2 >> 0] = i14 >> 16; - HEAP8[i6 + 3 >> 0] = i14 >> 24; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 32 >> 2] & 127](i7, i2); - if (!(HEAP8[i5 >> 0] & 1)) { - HEAP8[i5 + 1 >> 0] = 0; - HEAP8[i5 >> 0] = 0; + i15 = HEAP32[i3 >> 2] | 0; + HEAP8[i8 >> 0] = i15; + HEAP8[i8 + 1 >> 0] = i15 >> 8; + HEAP8[i8 + 2 >> 0] = i15 >> 16; + HEAP8[i8 + 3 >> 0] = i15 >> 24; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 32 >> 2] & 127](i5, i2); + if (!(HEAP8[i7 >> 0] & 1)) { + HEAP8[i7 + 1 >> 0] = 0; + HEAP8[i7 >> 0] = 0; } else { - HEAP8[HEAP32[i5 + 8 >> 2] >> 0] = 0; - HEAP32[i5 + 4 >> 2] = 0; + HEAP8[HEAP32[i7 + 8 >> 2] >> 0] = 0; + HEAP32[i7 + 4 >> 2] = 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i5, 0); - HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i7, 0); + HEAP32[i7 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i7 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; + HEAP32[i7 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i7 + (i1 << 2) >> 2] = 0; + HEAP32[i5 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 127](i10, i2); - if (!(HEAP8[i11 >> 0] & 1)) { - HEAP8[i11 + 1 >> 0] = 0; - HEAP8[i11 >> 0] = 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 127](i9, i2); + if (!(HEAP8[i13 >> 0] & 1)) { + HEAP8[i13 + 1 >> 0] = 0; + HEAP8[i13 >> 0] = 0; } else { - HEAP8[HEAP32[i11 + 8 >> 2] >> 0] = 0; - HEAP32[i11 + 4 >> 2] = 0; + HEAP8[HEAP32[i13 + 8 >> 2] >> 0] = 0; + HEAP32[i13 + 4 >> 2] = 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i11, 0); - HEAP32[i11 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i11 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; - HEAP32[i11 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i13, 0); + HEAP32[i13 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i13 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; + HEAP32[i13 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i10 + (i1 << 2) >> 2] = 0; + HEAP32[i9 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i10); - i14 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2) | 0; - HEAP8[i16 >> 0] = i14; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); + i15 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2) | 0; + HEAP8[i16 >> 0] = i15; i16 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 16 >> 2] & 127](i2) | 0; HEAP8[i18 >> 0] = i16; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i13, i2); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i11, i2); if (!(HEAP8[i17 >> 0] & 1)) { HEAP8[i17 + 1 >> 0] = 0; HEAP8[i17 >> 0] = 0; @@ -32424,17 +32441,17 @@ function __ZNSt3__111__money_getIcE13__gather_infoEbRKNS_6localeERNS_10money_bas HEAP32[i17 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i17, 0); - HEAP32[i17 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i17 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; - HEAP32[i17 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; + HEAP32[i17 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i17 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; + HEAP32[i17 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i13 + (i1 << 2) >> 2] = 0; + HEAP32[i11 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i13); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i15, i2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i14, i2); if (!(HEAP8[i19 >> 0] & 1)) { HEAP8[i19 + 1 >> 0] = 0; HEAP8[i19 >> 0] = 0; @@ -32443,65 +32460,65 @@ function __ZNSt3__111__money_getIcE13__gather_infoEbRKNS_6localeERNS_10money_bas HEAP32[i19 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i19, 0); - HEAP32[i19 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i19 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; - HEAP32[i19 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; + HEAP32[i19 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i19 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; + HEAP32[i19 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i15 + (i1 << 2) >> 2] = 0; + HEAP32[i14 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i15); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i14); i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; } else { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42172) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 43332) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 127](i4, i2); - i15 = HEAP32[i4 >> 2] | 0; - HEAP8[i6 >> 0] = i15; - HEAP8[i6 + 1 >> 0] = i15 >> 8; - HEAP8[i6 + 2 >> 0] = i15 >> 16; - HEAP8[i6 + 3 >> 0] = i15 >> 24; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 32 >> 2] & 127](i8, i2); - if (!(HEAP8[i5 >> 0] & 1)) { - HEAP8[i5 + 1 >> 0] = 0; - HEAP8[i5 >> 0] = 0; + i14 = HEAP32[i4 >> 2] | 0; + HEAP8[i8 >> 0] = i14; + HEAP8[i8 + 1 >> 0] = i14 >> 8; + HEAP8[i8 + 2 >> 0] = i14 >> 16; + HEAP8[i8 + 3 >> 0] = i14 >> 24; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 32 >> 2] & 127](i6, i2); + if (!(HEAP8[i7 >> 0] & 1)) { + HEAP8[i7 + 1 >> 0] = 0; + HEAP8[i7 >> 0] = 0; } else { - HEAP8[HEAP32[i5 + 8 >> 2] >> 0] = 0; - HEAP32[i5 + 4 >> 2] = 0; + HEAP8[HEAP32[i7 + 8 >> 2] >> 0] = 0; + HEAP32[i7 + 4 >> 2] = 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i5, 0); - HEAP32[i5 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i7, 0); + HEAP32[i7 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i7 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; + HEAP32[i7 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i8 + (i1 << 2) >> 2] = 0; + HEAP32[i6 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i8); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 127](i9, i2); - if (!(HEAP8[i11 >> 0] & 1)) { - HEAP8[i11 + 1 >> 0] = 0; - HEAP8[i11 >> 0] = 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 127](i10, i2); + if (!(HEAP8[i13 >> 0] & 1)) { + HEAP8[i13 + 1 >> 0] = 0; + HEAP8[i13 >> 0] = 0; } else { - HEAP8[HEAP32[i11 + 8 >> 2] >> 0] = 0; - HEAP32[i11 + 4 >> 2] = 0; + HEAP8[HEAP32[i13 + 8 >> 2] >> 0] = 0; + HEAP32[i13 + 4 >> 2] = 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i11, 0); - HEAP32[i11 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i11 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; - HEAP32[i11 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i13, 0); + HEAP32[i13 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i13 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; + HEAP32[i13 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i9 + (i1 << 2) >> 2] = 0; + HEAP32[i10 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); - i15 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2) | 0; - HEAP8[i16 >> 0] = i15; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i10); + i14 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2) | 0; + HEAP8[i16 >> 0] = i14; i16 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 16 >> 2] & 127](i2) | 0; HEAP8[i18 >> 0] = i16; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i12, i2); @@ -32523,7 +32540,7 @@ function __ZNSt3__111__money_getIcE13__gather_infoEbRKNS_6localeERNS_10money_bas i1 = i1 + 1 | 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i14, i2); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i15, i2); if (!(HEAP8[i19 >> 0] & 1)) { HEAP8[i19 + 1 >> 0] = 0; HEAP8[i19 >> 0] = 0; @@ -32532,16 +32549,16 @@ function __ZNSt3__111__money_getIcE13__gather_infoEbRKNS_6localeERNS_10money_bas HEAP32[i19 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i19, 0); - HEAP32[i19 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i19 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; - HEAP32[i19 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; + HEAP32[i19 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i19 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; + HEAP32[i19 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i14 + (i1 << 2) >> 2] = 0; + HEAP32[i15 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i14); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i15); i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; } HEAP32[i20 >> 2] = i1; @@ -32549,71 +32566,228 @@ function __ZNSt3__111__money_getIcE13__gather_infoEbRKNS_6localeERNS_10money_bas return; } -function __ZNSt3__111__money_getIwE13__gather_infoEbRKNS_6localeERNS_10money_base7patternERwS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS9_IwNSA_IwEENSC_IwEEEESJ_SJ_Ri(i1, i2, i6, i16, i18, i17, i19, i11, i5, i20) { +function __ZN4wasm16PrintSExpression11visitModuleEPNS_6ModuleE(i13, i12) { + i13 = i13 | 0; + i12 = i12 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0; + i16 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i10 = i16 + 4 | 0; + i11 = i16; + i14 = i13 + 4 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i14 >> 2] | 0, 25165, 1) | 0; + i15 = i13 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i14 >> 2] | 0, i15) | 0; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i14 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i14 >> 2] | 0, 25197, 0) | 0, 38095) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i1, HEAP32[i12 + 108 >> 2] | 0) | 0; + i1 = i12 + 112 | 0; + switch (HEAP32[i1 >> 2] | 0) { + case -1: + case 0: + break; + default: + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 38095) | 0, HEAP32[i1 >> 2] | 0) | 0; + } + i1 = i12 + 116 | 0; + i2 = i12 + 120 | 0; + i3 = HEAP32[i2 >> 2] | 0; + i8 = HEAP32[i1 >> 2] | 0; + while (1) { + if ((i8 | 0) == (i3 | 0)) break; + i9 = HEAP32[i8 >> 2] | 0; + i4 = HEAP32[i8 + 4 >> 2] | 0; + i5 = HEAP32[i8 + 8 >> 2] | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25211) | 0, i9) | 0, 25226) | 0; + i9 = 0; + while (1) { + if ((i9 | 0) == (i5 | 0)) break; + i6 = HEAP8[i4 + i9 >> 0] | 0; + L10 : do switch (i6 & 255 | 0) { + case 10: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25232) | 0; + break; + } + case 13: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25235) | 0; + break; + } + case 9: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25239) | 0; + break; + } + case 12: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25242) | 0; + break; + } + case 8: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25246) | 0; + break; + } + case 92: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25250) | 0; + break; + } + case 34: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25253) | 0; + break; + } + case 39: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25256) | 0; + break; + } + default: + { + i7 = HEAP32[i14 >> 2] | 0; + if ((i6 + -32 & 255) < 95) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_h(i7, i6) | 0; + break L10; + } else { + i17 = i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[i17 >> 2] = HEAP32[i17 >> 2] & -75 | 8; + i7 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i7, 92) | 0, (i6 & 255) >>> 4 & 255) | 0, i6 & 15) | 0; + i7 = i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[i7 >> 2] = HEAP32[i7 >> 2] & -75 | 2; + break L10; + } + } + } while (0); + i9 = i9 + 1 | 0; + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, 25229) | 0; + i8 = i8 + 12 | 0; + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i14 >> 2] | 0, (HEAP32[i2 >> 2] | 0) != (HEAP32[i1 >> 2] | 0) ? 25204 : 47638) | 0, 25208) | 0; + i1 = i12 + 128 | 0; + if (HEAP32[i1 >> 2] | 0) { + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i14 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; + i17 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i14 >> 2] | 0, 25259, 0) | 0, 38095) | 0; + HEAP32[i11 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i11 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i17, i10) | 0, 25208) | 0; + } + i1 = HEAP32[i12 + 4 >> 2] | 0; + i2 = HEAP32[i12 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i14 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression17visitFunctionTypeEPNS_12FunctionTypeEb(i13, HEAP32[i2 >> 2] | 0, 1); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i14 >> 2] | 0, 10) | 0; + i2 = i2 + 4 | 0; + } + i1 = HEAP32[i12 + 16 >> 2] | 0; + i2 = HEAP32[i12 + 12 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i14 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression11visitImportEPNS_6ImportE(i13, HEAP32[i2 >> 2] | 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i14 >> 2] | 0, 10) | 0; + i2 = i2 + 4 | 0; + } + i1 = HEAP32[i12 + 28 >> 2] | 0; + i2 = HEAP32[i12 + 24 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i14 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression11visitExportEPNS_6ExportE(i13, HEAP32[i2 >> 2] | 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i14 >> 2] | 0, 10) | 0; + i2 = i2 + 4 | 0; + } + i1 = i12 + 96 | 0; + if ((HEAP32[i12 + 100 >> 2] | 0) != (HEAP32[i1 >> 2] | 0)) { + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i14 >> 2] | 0, HEAP32[i15 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression10visitTableEPNS_5TableE(i13, i1); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i14 >> 2] | 0, 10) | 0; + } + i3 = HEAP32[i12 + 40 >> 2] | 0; + i2 = HEAP32[i12 + 36 >> 2] | 0; + while (1) { + i1 = HEAP32[i14 >> 2] | 0; + if ((i2 | 0) == (i3 | 0)) break; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i1, HEAP32[i15 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression13visitFunctionEPNS_8FunctionE(i13, HEAP32[i2 >> 2] | 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i14 >> 2] | 0, 10) | 0; + i2 = i2 + 4 | 0; + } + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i1, i15) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i14 >> 2] | 0, 10) | 0; + STACKTOP = i16; + return; +} + +function __ZNSt3__111__money_getIwE13__gather_infoEbRKNS_6localeERNS_10money_base7patternERwS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS9_IwNSA_IwEENSC_IwEEEESJ_SJ_Ri(i1, i2, i8, i16, i18, i17, i19, i13, i7, i20) { i1 = i1 | 0; i2 = i2 | 0; - i6 = i6 | 0; + i8 = i8 | 0; i16 = i16 | 0; i18 = i18 | 0; i17 = i17 | 0; i19 = i19 | 0; - i11 = i11 | 0; - i5 = i5 | 0; + i13 = i13 | 0; + i7 = i7 | 0; i20 = i20 | 0; - var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i21 = 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0, i15 = 0, i21 = 0; i21 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; i3 = i21 + 100 | 0; - i7 = i21 + 88 | 0; - i10 = i21 + 76 | 0; - i13 = i21 + 64 | 0; - i15 = i21 + 52 | 0; + i5 = i21 + 88 | 0; + i9 = i21 + 76 | 0; + i11 = i21 + 64 | 0; + i14 = i21 + 52 | 0; i4 = i21 + 48 | 0; - i8 = i21 + 36 | 0; - i9 = i21 + 24 | 0; + i6 = i21 + 36 | 0; + i10 = i21 + 24 | 0; i12 = i21 + 12 | 0; - i14 = i21; + i15 = i21; if (i1) { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42196) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 43356) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 127](i3, i2); - i14 = HEAP32[i3 >> 2] | 0; - HEAP8[i6 >> 0] = i14; - HEAP8[i6 + 1 >> 0] = i14 >> 8; - HEAP8[i6 + 2 >> 0] = i14 >> 16; - HEAP8[i6 + 3 >> 0] = i14 >> 24; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 32 >> 2] & 127](i7, i2); - if (!(HEAP8[i5 >> 0] & 1)) HEAP8[i5 >> 0] = 0; else HEAP32[HEAP32[i5 + 8 >> 2] >> 2] = 0; - HEAP32[i5 + 4 >> 2] = 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i5, 0); - HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; + i15 = HEAP32[i3 >> 2] | 0; + HEAP8[i8 >> 0] = i15; + HEAP8[i8 + 1 >> 0] = i15 >> 8; + HEAP8[i8 + 2 >> 0] = i15 >> 16; + HEAP8[i8 + 3 >> 0] = i15 >> 24; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 32 >> 2] & 127](i5, i2); + if (!(HEAP8[i7 >> 0] & 1)) HEAP8[i7 >> 0] = 0; else HEAP32[HEAP32[i7 + 8 >> 2] >> 2] = 0; + HEAP32[i7 + 4 >> 2] = 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i7, 0); + HEAP32[i7 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i7 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; + HEAP32[i7 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i7 + (i1 << 2) >> 2] = 0; + HEAP32[i5 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i7); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 127](i10, i2); - if (!(HEAP8[i11 >> 0] & 1)) HEAP8[i11 >> 0] = 0; else HEAP32[HEAP32[i11 + 8 >> 2] >> 2] = 0; - HEAP32[i11 + 4 >> 2] = 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i11, 0); - HEAP32[i11 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i11 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; - HEAP32[i11 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i5); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 127](i9, i2); + if (!(HEAP8[i13 >> 0] & 1)) HEAP8[i13 >> 0] = 0; else HEAP32[HEAP32[i13 + 8 >> 2] >> 2] = 0; + HEAP32[i13 + 4 >> 2] = 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i13, 0); + HEAP32[i13 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i13 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; + HEAP32[i13 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i10 + (i1 << 2) >> 2] = 0; + HEAP32[i9 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i10); - i14 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2) | 0; - HEAP32[i16 >> 2] = i14; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i9); + i15 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2) | 0; + HEAP32[i16 >> 2] = i15; i16 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 16 >> 2] & 127](i2) | 0; HEAP32[i18 >> 2] = i16; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i13, i2); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i11, i2); if (!(HEAP8[i17 >> 0] & 1)) { HEAP8[i17 + 1 >> 0] = 0; HEAP8[i17 >> 0] = 0; @@ -32622,69 +32796,69 @@ function __ZNSt3__111__money_getIwE13__gather_infoEbRKNS_6localeERNS_10money_bas HEAP32[i17 + 4 >> 2] = 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i17, 0); - HEAP32[i17 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i17 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; - HEAP32[i17 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; + HEAP32[i17 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i17 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; + HEAP32[i17 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i13 + (i1 << 2) >> 2] = 0; + HEAP32[i11 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i13); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i15, i2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i14, i2); if (!(HEAP8[i19 >> 0] & 1)) HEAP8[i19 >> 0] = 0; else HEAP32[HEAP32[i19 + 8 >> 2] >> 2] = 0; HEAP32[i19 + 4 >> 2] = 0; __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i19, 0); - HEAP32[i19 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i19 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; - HEAP32[i19 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; + HEAP32[i19 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i19 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; + HEAP32[i19 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i15 + (i1 << 2) >> 2] = 0; + HEAP32[i14 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i15); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i14); i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; } else { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42188) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 43348) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 127](i4, i2); - i15 = HEAP32[i4 >> 2] | 0; - HEAP8[i6 >> 0] = i15; - HEAP8[i6 + 1 >> 0] = i15 >> 8; - HEAP8[i6 + 2 >> 0] = i15 >> 16; - HEAP8[i6 + 3 >> 0] = i15 >> 24; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 32 >> 2] & 127](i8, i2); - if (!(HEAP8[i5 >> 0] & 1)) HEAP8[i5 >> 0] = 0; else HEAP32[HEAP32[i5 + 8 >> 2] >> 2] = 0; - HEAP32[i5 + 4 >> 2] = 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i5, 0); - HEAP32[i5 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; + i14 = HEAP32[i4 >> 2] | 0; + HEAP8[i8 >> 0] = i14; + HEAP8[i8 + 1 >> 0] = i14 >> 8; + HEAP8[i8 + 2 >> 0] = i14 >> 16; + HEAP8[i8 + 3 >> 0] = i14 >> 24; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 32 >> 2] & 127](i6, i2); + if (!(HEAP8[i7 >> 0] & 1)) HEAP8[i7 >> 0] = 0; else HEAP32[HEAP32[i7 + 8 >> 2] >> 2] = 0; + HEAP32[i7 + 4 >> 2] = 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i7, 0); + HEAP32[i7 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i7 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; + HEAP32[i7 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i8 + (i1 << 2) >> 2] = 0; + HEAP32[i6 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i8); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 127](i9, i2); - if (!(HEAP8[i11 >> 0] & 1)) HEAP8[i11 >> 0] = 0; else HEAP32[HEAP32[i11 + 8 >> 2] >> 2] = 0; - HEAP32[i11 + 4 >> 2] = 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i11, 0); - HEAP32[i11 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i11 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; - HEAP32[i11 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i6); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 127](i10, i2); + if (!(HEAP8[i13 >> 0] & 1)) HEAP8[i13 >> 0] = 0; else HEAP32[HEAP32[i13 + 8 >> 2] >> 2] = 0; + HEAP32[i13 + 4 >> 2] = 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i13, 0); + HEAP32[i13 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i13 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; + HEAP32[i13 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i9 + (i1 << 2) >> 2] = 0; + HEAP32[i10 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i9); - i15 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2) | 0; - HEAP32[i16 >> 2] = i15; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i10); + i14 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2) | 0; + HEAP32[i16 >> 2] = i14; i16 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 16 >> 2] & 127](i2) | 0; HEAP32[i18 >> 2] = i16; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i12, i2); @@ -32706,20 +32880,20 @@ function __ZNSt3__111__money_getIwE13__gather_infoEbRKNS_6localeERNS_10money_bas i1 = i1 + 1 | 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i14, i2); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i15, i2); if (!(HEAP8[i19 >> 0] & 1)) HEAP8[i19 >> 0] = 0; else HEAP32[HEAP32[i19 + 8 >> 2] >> 2] = 0; HEAP32[i19 + 4 >> 2] = 0; __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserveEj(i19, 0); - HEAP32[i19 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i19 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; - HEAP32[i19 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; + HEAP32[i19 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i19 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; + HEAP32[i19 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i14 + (i1 << 2) >> 2] = 0; + HEAP32[i15 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i14); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i15); i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; } HEAP32[i20 >> 2] = i1; @@ -32727,20 +32901,20 @@ function __ZNSt3__111__money_getIwE13__gather_infoEbRKNS_6localeERNS_10money_bas return; } -function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(i1, i8, i6) { +function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(i1, i8, i7) { i1 = i1 | 0; i8 = i8 | 0; - i6 = i6 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0; + i7 = i7 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i9; + i6 = i9; L1 : do switch (HEAP32[i1 >> 2] | 0) { case 0: { i1 = i1 + 8 | 0; if (!(HEAP32[i1 >> 2] | 0)) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15313) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15385) | 0; break L1; } else { i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 34) | 0; @@ -32759,62 +32933,62 @@ 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, 15322) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15394) | 0; break L1; } __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 91) | 0; - if (i6) { + if (i7) { i5 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i7 >> 2] = i5; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40460) | 0; + HEAP32[i6 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 41620) | 0; i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 31](i5, 10) | 0; - __ZNSt3__16localeD2Ev(i7); + __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i5) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; - HEAP32[9600] = (HEAP32[9600] | 0) + 1; + HEAP32[9890] = (HEAP32[9890] | 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 (i6) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 35933) | 0; + do if (i2) if (i7) { + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 37091) | 0; i5 = __ZNKSt3__18ios_base6getlocEv(i3 + (HEAP32[(HEAP32[i3 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i7 >> 2] = i5; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40460) | 0; + HEAP32[i6 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 41620) | 0; i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 31](i5, 10) | 0; - __ZNSt3__16localeD2Ev(i7); + __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i3, i5) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i3) | 0; i3 = 0; break; } else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 36480) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 37638) | 0; i3 = 0; break; } else i3 = 0; while (0); while (1) { - if ((i3 | 0) >= (HEAP32[9600] | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15325) | 0; + if ((i3 | 0) >= (HEAP32[9890] | 0)) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 25194) | 0; i3 = i3 + 1 | 0; } - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) + (i2 << 2) >> 2] | 0, i8, i6); + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) + (i2 << 2) >> 2] | 0, i8, i7); i2 = i2 + 1 | 0; } - if (i6) { + if (i7) { i1 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i7 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40460) | 0; + HEAP32[i6 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 41620) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 10) | 0; - __ZNSt3__16localeD2Ev(i7); + __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i1) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; - HEAP32[9600] = (HEAP32[9600] | 0) + -1; + HEAP32[9890] = (HEAP32[9890] | 0) + -1; i1 = 0; } else i1 = 0; while (1) { - if ((i1 | 0) >= (HEAP32[9600] | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15325) | 0; + if ((i1 | 0) >= (HEAP32[9890] | 0)) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 25194) | 0; i1 = i1 + 1 | 0; } __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 93) | 0; @@ -32822,26 +32996,26 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI } case 3: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15328) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15397) | 0; break; } case 4: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, HEAP8[i1 + 8 >> 0] | 0 ? 35856 : 35850) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, HEAP8[i1 + 8 >> 0] | 0 ? 37014 : 37008) | 0; break; } case 5: { __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 123) | 0; - if (i6) { + if (i7) { i5 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i7 >> 2] = i5; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40460) | 0; + HEAP32[i6 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 41620) | 0; i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 31](i5, 10) | 0; - __ZNSt3__16localeD2Ev(i7); + __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i5) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; - HEAP32[9600] = (HEAP32[9600] | 0) + 1; + HEAP32[9890] = (HEAP32[9890] | 0) + 1; i5 = i8; } else i5 = i8; i1 = (HEAP32[i1 + 8 >> 2] | 0) + 8 | 0; @@ -32852,39 +33026,39 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI i4 = i1; i3 = HEAP32[i4 + 8 >> 2] | 0; i4 = HEAP32[i4 + 12 >> 2] | 0; - if (!i2 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 36480) | 0, i6) : 0) { + if (!i2 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 37638) | 0, i7) : 0) { i2 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i7 >> 2] = i2; - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40460) | 0; + HEAP32[i6 >> 2] = i2; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 41620) | 0; i2 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 31](i2, 10) | 0; - __ZNSt3__16localeD2Ev(i7); + __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i2) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; i2 = 0; } else i2 = 0; while (1) { - if ((i2 | 0) >= (HEAP32[9600] | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15325) | 0; + if ((i2 | 0) >= (HEAP32[9890] | 0)) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 25194) | 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, 15333) | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(i4, i8, i6); + __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, 15402) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(i4, i8, i7); i2 = 0; } - if (i6) { + if (i7) { i1 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i7 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40460) | 0; + HEAP32[i6 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 41620) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 10) | 0; - __ZNSt3__16localeD2Ev(i7); + __ZNSt3__16localeD2Ev(i6); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i1) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; - HEAP32[9600] = (HEAP32[9600] | 0) + -1; + HEAP32[9890] = (HEAP32[9890] | 0) + -1; i1 = 0; } else i1 = 0; while (1) { - if ((i1 | 0) >= (HEAP32[9600] | 0)) break; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15325) | 0; + if ((i1 | 0) >= (HEAP32[9890] | 0)) break; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 25194) | 0; i1 = i1 + 1 | 0; } __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 125) | 0; @@ -32897,32 +33071,33 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI return; } -function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i17, i18, i19, i10, i20, i11, i1, i9) { +function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i17, i18, i19, i15, i20, i16, i1, i14) { i17 = i17 | 0; i18 = i18 | 0; i19 = i19 | 0; - i10 = i10 | 0; + i15 = i15 | 0; i20 = i20 | 0; - i11 = i11 | 0; + i16 = i16 | 0; i1 = i1 | 0; - i9 = i9 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i21 = 0, i22 = 0; + i14 = i14 | 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, i21 = 0, i22 = 0; i22 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i15 = i22 + 16 | 0; - i13 = i22 + 12 | 0; - i16 = i22 + 8 | 0; - i12 = i22 + 4 | 0; - i14 = i22; - i3 = __ZNKSt3__18ios_base6getlocEv(i10) | 0; - HEAP32[i16 >> 2] = i3; - i16 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 40492) | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i3) | 0; + i10 = i22 + 16 | 0; + i9 = i22 + 12 | 0; + i13 = i22 + 8 | 0; + i11 = i22 + 4 | 0; + i12 = i22; + i2 = __ZNKSt3__18ios_base6getlocEv(i15) | 0; + HEAP32[i13 >> 2] = i2; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i13, 41652) | 0; + __ZNSt3__114__shared_count16__release_sharedEv(i2) | 0; HEAP32[i20 >> 2] = 0; - i3 = 0; i2 = i1; + i1 = 0; L1 : while (1) { - i8 = (i2 | 0) != (i9 | 0); + i8 = (i2 | 0) != (i14 | 0); + i3 = i1; while (1) { i1 = HEAP32[i18 >> 2] | 0; if (!(i8 & (i3 | 0) == 0)) break L1; @@ -32965,22 +33140,22 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE break L1; } else i5 = 0; } - if ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i16 >> 2] | 0) + 52 >> 2] & 31](i16, HEAP32[i2 >> 2] | 0, 0) | 0) << 24 >> 24 == 37) { + if ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i13 >> 2] | 0) + 52 >> 2] & 31](i13, HEAP32[i2 >> 2] | 0, 0) | 0) << 24 >> 24 == 37) { i7 = i3; i21 = 20; break; } - if (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i16 >> 2] | 0) + 12 >> 2] & 31](i16, 8192, HEAP32[i2 >> 2] | 0) | 0) { + if (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i13 >> 2] | 0) + 12 >> 2] & 31](i13, 8192, HEAP32[i2 >> 2] | 0) | 0) { i4 = i5; i21 = 28; break; } - i4 = i1 + 12 | 0; - i3 = HEAP32[i4 >> 2] | 0; - i5 = i1 + 16 | 0; - if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i3 = HEAP32[i3 >> 2] | 0; - i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i16 >> 2] | 0) + 28 >> 2] & 31](i16, i3) | 0; - if ((i7 | 0) == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i16 >> 2] | 0) + 28 >> 2] & 31](i16, HEAP32[i2 >> 2] | 0) | 0)) { + i5 = i1 + 12 | 0; + i4 = HEAP32[i5 >> 2] | 0; + i3 = i1 + 16 | 0; + if ((i4 | 0) == (HEAP32[i3 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i4 = HEAP32[i4 >> 2] | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i13 >> 2] | 0) + 28 >> 2] & 31](i13, i4) | 0; + if ((i7 | 0) == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i13 >> 2] | 0) + 28 >> 2] & 31](i13, HEAP32[i2 >> 2] | 0) | 0)) { i21 = 57; break; } @@ -32990,22 +33165,22 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE L33 : do if ((i21 | 0) == 20) { i21 = 0; i3 = i2 + 4 | 0; - if ((i3 | 0) == (i9 | 0)) { + if ((i3 | 0) == (i14 | 0)) { i21 = 21; break L1; } - i6 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i16 >> 2] | 0) + 52 >> 2] & 31](i16, HEAP32[i3 >> 2] | 0, 0) | 0; + i6 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i13 >> 2] | 0) + 52 >> 2] & 31](i13, HEAP32[i3 >> 2] | 0, 0) | 0; switch (i6 << 24 >> 24) { case 48: case 69: { i5 = i2 + 8 | 0; - if ((i5 | 0) == (i9 | 0)) { + if ((i5 | 0) == (i14 | 0)) { i21 = 26; break L1; } i2 = i3; - i3 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i16 >> 2] | 0) + 52 >> 2] & 31](i16, HEAP32[i5 >> 2] | 0, 0) | 0; + i3 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i13 >> 2] | 0) + 52 >> 2] & 31](i13, HEAP32[i5 >> 2] | 0, 0) | 0; i1 = i6; break; } @@ -33016,43 +33191,43 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE } } i8 = HEAP32[(HEAP32[i17 >> 2] | 0) + 36 >> 2] | 0; - HEAP32[i12 >> 2] = i4; - HEAP32[i14 >> 2] = i7; - HEAP32[i13 >> 2] = HEAP32[i12 >> 2]; - HEAP32[i15 >> 2] = HEAP32[i14 >> 2]; - i1 = FUNCTION_TABLE_iiiiiiiii[i8 & 15](i17, i13, i15, i10, i20, i11, i3, i1) | 0; + HEAP32[i11 >> 2] = i4; + HEAP32[i12 >> 2] = i7; + HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i12 >> 2]; + i1 = FUNCTION_TABLE_iiiiiiiii[i8 & 15](i17, i9, i10, i15, i20, i16, i3, i1) | 0; HEAP32[i18 >> 2] = i1; i1 = i2 + 8 | 0; } else if ((i21 | 0) == 28) { i21 = 0; do { i2 = i2 + 4 | 0; - if ((i2 | 0) == (i9 | 0)) { - i2 = i9; + if ((i2 | 0) == (i14 | 0)) { + i2 = i14; break; } - } while (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i16 >> 2] | 0) + 12 >> 2] & 31](i16, 8192, HEAP32[i2 >> 2] | 0) | 0); + } while (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i13 >> 2] | 0) + 12 >> 2] & 31](i13, 8192, HEAP32[i2 >> 2] | 0) | 0); i3 = i4; - i5 = i4; + i6 = i4; while (1) { if (i1) { i4 = HEAP32[i1 + 12 >> 2] | 0; if ((i4 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i4 = HEAP32[i4 >> 2] | 0; if ((i4 | 0) == -1) { HEAP32[i18 >> 2] = 0; - i6 = 1; i1 = 0; - } else i6 = 0; + i5 = 1; + } else i5 = 0; } else { - i6 = 1; i1 = 0; + i5 = 1; } - do if (i5) { - i4 = HEAP32[i5 + 12 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i5 + 16 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0; else i4 = HEAP32[i4 >> 2] | 0; - if ((i4 | 0) != -1) if (i6 ^ (i3 | 0) == 0) { + do if (i6) { + i4 = HEAP32[i6 + 12 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i6 + 16 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 36 >> 2] & 127](i6) | 0; else i4 = HEAP32[i4 >> 2] | 0; + if ((i4 | 0) != -1) if (i5 ^ (i3 | 0) == 0) { i7 = i3; - i5 = i3; + i6 = i3; break; } else { i1 = i2; @@ -33066,41 +33241,41 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE } else i21 = 44; while (0); if ((i21 | 0) == 44) { i21 = 0; - if (i6) { + if (i5) { i1 = i2; break L33; } else { i7 = i3; - i5 = 0; + i6 = 0; } } - i6 = i1 + 12 | 0; - i3 = HEAP32[i6 >> 2] | 0; + i5 = i1 + 12 | 0; + i3 = HEAP32[i5 >> 2] | 0; i4 = i1 + 16 | 0; if ((i3 | 0) == (HEAP32[i4 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i3 = HEAP32[i3 >> 2] | 0; - if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i16 >> 2] | 0) + 12 >> 2] & 31](i16, 8192, i3) | 0)) { + if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i13 >> 2] | 0) + 12 >> 2] & 31](i13, 8192, i3) | 0)) { i1 = i2; break L33; } - i3 = HEAP32[i6 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; if ((i3 | 0) == (HEAP32[i4 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; i3 = i7; continue; } else { - HEAP32[i6 >> 2] = i3 + 4; + HEAP32[i5 >> 2] = i3 + 4; i3 = i7; continue; } } } else if ((i21 | 0) == 57) { i21 = 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i4 >> 2] = i3 + 4; + i4 = HEAP32[i5 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i3 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i5 >> 2] = i4 + 4; i1 = i2 + 4 | 0; } while (0); - i3 = HEAP32[i20 >> 2] | 0; i2 = i1; + i1 = HEAP32[i20 >> 2] | 0; } if ((i21 | 0) == 18) HEAP32[i20 >> 2] = 4; else if ((i21 | 0) == 21) HEAP32[i20 >> 2] = 4; else if ((i21 | 0) == 26) HEAP32[i20 >> 2] = 4; if (i1) { @@ -33108,12 +33283,12 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAP32[i2 >> 2] | 0; if ((i2 | 0) == -1) { HEAP32[i18 >> 2] = 0; - i4 = 1; i1 = 0; + i4 = 1; } else i4 = 0; } else { - i4 = 1; i1 = 0; + i4 = 1; } i2 = HEAP32[i19 >> 2] | 0; do if (i2) { @@ -33134,147 +33309,138 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE return i1 | 0; } -function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i18, i19, i20, i10, i21, i12, i1, i9) { +function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i18, i19, i20, i16, i21, i17, i1, i15) { i18 = i18 | 0; i19 = i19 | 0; i20 = i20 | 0; - i10 = i10 | 0; + i16 = i16 | 0; i21 = i21 | 0; - i12 = i12 | 0; + i17 = i17 | 0; i1 = i1 | 0; - i9 = i9 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i11 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i22 = 0, i23 = 0; + i15 = i15 | 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, i22 = 0, i23 = 0; i23 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i16 = i23 + 16 | 0; - i14 = i23 + 12 | 0; - i17 = i23 + 8 | 0; - i13 = i23 + 4 | 0; - i15 = i23; - i11 = __ZNKSt3__18ios_base6getlocEv(i10) | 0; - HEAP32[i17 >> 2] = i11; - i17 = __ZNKSt3__16locale9use_facetERNS0_2idE(i17, 40460) | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i11) | 0; + i9 = i23 + 16 | 0; + i8 = i23 + 12 | 0; + i12 = i23 + 8 | 0; + i10 = i23 + 4 | 0; + i11 = i23; + i13 = __ZNKSt3__18ios_base6getlocEv(i16) | 0; + HEAP32[i12 >> 2] = i13; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 41620) | 0; + __ZNSt3__114__shared_count16__release_sharedEv(i13) | 0; HEAP32[i21 >> 2] = 0; - i11 = i17 + 8 | 0; - i2 = 0; - i7 = i1; + i13 = i12 + 8 | 0; + i2 = i1; + i1 = 0; L1 : while (1) { - i6 = (i7 | 0) != (i9 | 0); + i7 = (i2 | 0) != (i15 | 0); + i3 = i1; while (1) { i1 = HEAP32[i19 >> 2] | 0; - if (!(i6 & (i2 | 0) == 0)) break L1; - i2 = i1; + if (!(i7 & (i3 | 0) == 0)) break L1; + i3 = i1; if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1 : 0) { HEAP32[i19 >> 2] = 0; + i3 = 0; i1 = 0; - i2 = 0; } } else i1 = 0; - i5 = (i1 | 0) == 0; - i4 = HEAP32[i20 >> 2] | 0; - i3 = i4; - do if (i4) { - if ((HEAP32[i4 + 12 >> 2] | 0) == (HEAP32[i4 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0) == -1 : 0) { + i6 = (i1 | 0) == 0; + i5 = HEAP32[i20 >> 2] | 0; + i4 = i5; + do if (i5) { + if ((HEAP32[i5 + 12 >> 2] | 0) == (HEAP32[i5 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0) == -1 : 0) { HEAP32[i20 >> 2] = 0; - i3 = 0; + i4 = 0; i22 = 13; break; } - if (!i5) { + if (!i6) { i22 = 14; break L1; } } else i22 = 13; while (0); if ((i22 | 0) == 13) { i22 = 0; - if (i5) { + if (i6) { i22 = 14; break L1; - } else i4 = 0; + } else i5 = 0; } - if ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i17 >> 2] | 0) + 36 >> 2] & 31](i17, HEAP8[i7 >> 0] | 0, 0) | 0) << 24 >> 24 == 37) { - i6 = i3; + if ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 36 >> 2] & 31](i12, HEAP8[i2 >> 0] | 0, 0) | 0) << 24 >> 24 == 37) { + i7 = i4; i22 = 16; break; } - i2 = HEAP8[i7 >> 0] | 0; - if (i2 << 24 >> 24 > -1 ? (i8 = HEAP32[i11 >> 2] | 0, HEAP16[i8 + (i2 << 24 >> 24 << 1) >> 1] & 8192) : 0) { - i5 = i4; - i4 = i8; + i3 = HEAP8[i2 >> 0] | 0; + if (i3 << 24 >> 24 > -1 ? (i14 = HEAP32[i13 >> 2] | 0, HEAP16[i14 + (i3 << 24 >> 24 << 1) >> 1] & 8192) : 0) { + i4 = i14; i22 = 25; break; } - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - i4 = i1 + 16 | 0; - if ((i2 | 0) == (HEAP32[i4 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; - i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 12 >> 2] & 31](i17, i2 & 255) | 0; - if (i5 << 24 >> 24 == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 12 >> 2] & 31](i17, HEAP8[i7 >> 0] | 0) | 0) << 24 >> 24) { + i5 = i1 + 12 | 0; + i4 = HEAP32[i5 >> 2] | 0; + i3 = i1 + 16 | 0; + if ((i4 | 0) == (HEAP32[i3 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i4 = HEAPU8[i4 >> 0] | 0; + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 12 >> 2] & 31](i12, i4 & 255) | 0; + if (i6 << 24 >> 24 == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 12 >> 2] & 31](i12, HEAP8[i2 >> 0] | 0) | 0) << 24 >> 24) { i22 = 53; break; } HEAP32[i21 >> 2] = 4; - i2 = 4; + i3 = 4; } L29 : do if ((i22 | 0) == 16) { i22 = 0; - i4 = i7 + 1 | 0; - if ((i4 | 0) == (i9 | 0)) { + i4 = i2 + 1 | 0; + if ((i4 | 0) == (i15 | 0)) { i22 = 17; break L1; } - i5 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i17 >> 2] | 0) + 36 >> 2] & 31](i17, HEAP8[i4 >> 0] | 0, 0) | 0; - switch (i5 << 24 >> 24) { + i6 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 36 >> 2] & 31](i12, HEAP8[i4 >> 0] | 0, 0) | 0; + switch (i6 << 24 >> 24) { case 48: case 69: { - i3 = i7 + 2 | 0; - if ((i3 | 0) == (i9 | 0)) { + i5 = i2 + 2 | 0; + if ((i5 | 0) == (i15 | 0)) { i22 = 22; break L1; } - i3 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i17 >> 2] | 0) + 36 >> 2] & 31](i17, HEAP8[i3 >> 0] | 0, 0) | 0; - i1 = i5; + i2 = i4; + i4 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 36 >> 2] & 31](i12, HEAP8[i5 >> 0] | 0, 0) | 0; + i1 = i6; break; } default: { - i4 = i7; - i3 = i5; + i4 = i6; i1 = 0; } } - i7 = HEAP32[(HEAP32[i18 >> 2] | 0) + 36 >> 2] | 0; - HEAP32[i13 >> 2] = i2; - HEAP32[i15 >> 2] = i6; - HEAP32[i14 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i16 >> 2] = HEAP32[i15 >> 2]; - i1 = FUNCTION_TABLE_iiiiiiiii[i7 & 15](i18, i14, i16, i10, i21, i12, i3, i1) | 0; + i6 = HEAP32[(HEAP32[i18 >> 2] | 0) + 36 >> 2] | 0; + HEAP32[i10 >> 2] = i3; + HEAP32[i11 >> 2] = i7; + HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; + i1 = FUNCTION_TABLE_iiiiiiiii[i6 & 15](i18, i8, i9, i16, i21, i17, i4, i1) | 0; HEAP32[i19 >> 2] = i1; - i1 = i4 + 2 | 0; + i1 = i2 + 2 | 0; } else if ((i22 | 0) == 25) { i22 = 0; - i2 = i7; - while (1) { + do { i2 = i2 + 1 | 0; - if ((i2 | 0) == (i9 | 0)) { - i7 = i9; + if ((i2 | 0) == (i15 | 0)) { + i2 = i15; break; } i3 = HEAP8[i2 >> 0] | 0; - if (i3 << 24 >> 24 <= -1) { - i7 = i2; - break; - } - if (!(HEAP16[i4 + (i3 << 24 >> 24 << 1) >> 1] & 8192)) { - i7 = i2; - break; - } - } - i2 = i5; - i4 = i5; + if (i3 << 24 >> 24 <= -1) break; + } while ((HEAP16[i4 + (i3 << 24 >> 24 << 1) >> 1] & 8192) != 0); + i3 = i5; while (1) { if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1 : 0) { @@ -33282,70 +33448,70 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i1 = 0; } } else i1 = 0; - i3 = (i1 | 0) == 0; - do if (i4) { - if ((HEAP32[i4 + 12 >> 2] | 0) != (HEAP32[i4 + 16 >> 2] | 0)) if (i3) { - i6 = i2; + i4 = (i1 | 0) == 0; + do if (i5) { + if ((HEAP32[i5 + 12 >> 2] | 0) != (HEAP32[i5 + 16 >> 2] | 0)) if (i4) { + i7 = i3; break; } else { - i1 = i7; + i1 = i2; break L29; } - if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0) != -1) if (i3 ^ (i2 | 0) == 0) { - i6 = i2; - i4 = i2; + if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0) != -1) if (i4 ^ (i3 | 0) == 0) { + i7 = i3; + i5 = i3; break; } else { - i1 = i7; + i1 = i2; break L29; } else { HEAP32[i20 >> 2] = 0; - i2 = 0; + i3 = 0; i22 = 39; break; } } else i22 = 39; while (0); if ((i22 | 0) == 39) { i22 = 0; - if (i3) { - i1 = i7; + if (i4) { + i1 = i2; break L29; } else { - i6 = i2; - i4 = 0; + i7 = i3; + i5 = 0; } } - i5 = i1 + 12 | 0; - i2 = HEAP32[i5 >> 2] | 0; - i3 = i1 + 16 | 0; - if ((i2 | 0) == (HEAP32[i3 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; - if ((i2 & 255) << 24 >> 24 <= -1) { - i1 = i7; + i4 = i1 + 12 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i6 = i1 + 16 | 0; + if ((i3 | 0) == (HEAP32[i6 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i3 = HEAPU8[i3 >> 0] | 0; + if ((i3 & 255) << 24 >> 24 <= -1) { + i1 = i2; break L29; } - if (!(HEAP16[(HEAP32[i11 >> 2] | 0) + (i2 << 24 >> 24 << 1) >> 1] & 8192)) { - i1 = i7; + if (!(HEAP16[(HEAP32[i13 >> 2] | 0) + (i3 << 24 >> 24 << 1) >> 1] & 8192)) { + i1 = i2; break L29; } - i2 = HEAP32[i5 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i3 >> 2] | 0)) { + i3 = HEAP32[i4 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; - i2 = i6; + i3 = i7; continue; } else { - HEAP32[i5 >> 2] = i2 + 1; - i2 = i6; + HEAP32[i4 >> 2] = i3 + 1; + i3 = i7; continue; } } } else if ((i22 | 0) == 53) { i22 = 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i4 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i3 >> 2] = i2 + 1; - i1 = i7 + 1 | 0; + i4 = HEAP32[i5 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i3 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; else HEAP32[i5 >> 2] = i4 + 1; + i1 = i2 + 1 | 0; } while (0); - i2 = HEAP32[i21 >> 2] | 0; - i7 = i1; + i2 = i1; + i1 = HEAP32[i21 >> 2] | 0; } if ((i22 | 0) == 14) HEAP32[i21 >> 2] = 4; else if ((i22 | 0) == 17) HEAP32[i21 >> 2] = 4; else if ((i22 | 0) == 22) HEAP32[i21 >> 2] = 4; if (i1) { @@ -33354,17 +33520,17 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i1 = 0; } } else i1 = 0; - i3 = (i1 | 0) == 0; - i2 = HEAP32[i20 >> 2] | 0; - do if (i2) { - if ((HEAP32[i2 + 12 >> 2] | 0) == (HEAP32[i2 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) == -1 : 0) { + i2 = (i1 | 0) == 0; + i3 = HEAP32[i20 >> 2] | 0; + do if (i3) { + if ((HEAP32[i3 + 12 >> 2] | 0) == (HEAP32[i3 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0) == -1 : 0) { HEAP32[i20 >> 2] = 0; i22 = 68; break; } - if (!i3) i22 = 69; + if (!i2) i22 = 69; } else i22 = 68; while (0); - if ((i22 | 0) == 68 ? i3 : 0) i22 = 69; + if ((i22 | 0) == 68 ? i2 : 0) i22 = 69; if ((i22 | 0) == 69) HEAP32[i21 >> 2] = HEAP32[i21 >> 2] | 2; STACKTOP = i23; return i1 | 0; @@ -33379,12 +33545,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4 STACKTOP = STACKTOP + 128 | 0; i13 = i15 + 104 | 0; i3 = i15 + 72 | 0; - i11 = i15 + 80 | 0; - i10 = i15 + 60 | 0; + i10 = i15 + 80 | 0; + i11 = i15 + 60 | 0; i12 = i15 + 48 | 0; - i8 = i15 + 24 | 0; - i6 = i15 + 12 | 0; - i9 = i15; + i6 = i15 + 24 | 0; + i7 = i15 + 12 | 0; + i8 = i15; L1 : do if ((i4 - i1 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 102 : 0) { switch (HEAP8[i1 + 1 >> 0] | 0) { case 112: @@ -33392,44 +33558,44 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4 i2 = __ZN10__cxxabiv112_GLOBAL__N_119parse_cv_qualifiersEPKcS2_Rj(i1 + 2 | 0, i4, i3) | 0; i5 = __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i2, i4) | 0; if ((i5 | 0) != (i4 | 0) ? (HEAP8[i5 >> 0] | 0) == 95 : 0) { - i4 = i5 - i2 | 0; - if (i4 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i12); - if (i4 >>> 0 < 11) { - HEAP8[i12 >> 0] = i4 << 1; - i3 = i12 + 1 | 0; + i3 = i5 - i2 | 0; + if (i3 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i12); + if (i3 >>> 0 < 11) { + HEAP8[i12 >> 0] = i3 << 1; + i4 = i12 + 1 | 0; } else { - i9 = i4 + 16 & -16; - i3 = _malloc(i9) | 0; - HEAP32[i12 + 8 >> 2] = i3; + i9 = i3 + 16 & -16; + i4 = _malloc(i9) | 0; + HEAP32[i12 + 8 >> 2] = i4; HEAP32[i12 >> 2] = i9 | 1; - HEAP32[i12 + 4 >> 2] = i4; + HEAP32[i12 + 4 >> 2] = i3; } i1 = i2; - i2 = i3; + i2 = i4; while (1) { if ((i1 | 0) == (i5 | 0)) break; HEAP8[i2 >> 0] = HEAP8[i1 >> 0] | 0; i1 = i1 + 1 | 0; i2 = i2 + 1 | 0; } - HEAP8[i3 + i4 >> 0] = 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i12, 0, 35887) | 0; - HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i10 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i10 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + HEAP8[i4 + i3 >> 0] = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i12, 0, 37045) | 0; + HEAP32[i11 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i11 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i11 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i11, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i10, i11); i1 = i14 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i9 = HEAP32[i14 + 8 >> 2] | 0; i3 = i9; if (i2 >>> 0 < i9 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i10); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i14 >> 2] | 0; @@ -33445,13 +33611,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4 __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i13, i1, i4, i14 + 12 | 0); i9 = i13 + 8 | 0; i8 = HEAP32[i9 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i8, i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i8, i10); HEAP32[i9 >> 2] = i8 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i14, i13); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i13); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i10); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i11); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i12); i1 = i5 + 1 | 0; } @@ -33463,45 +33629,45 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4 break L1; } i2 = __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i1 + 2 | 0, i4) | 0; - if ((((i2 | 0) != (i4 | 0) ? (HEAP8[i2 >> 0] | 0) == 112 : 0) ? (i5 = __ZN10__cxxabiv112_GLOBAL__N_119parse_cv_qualifiersEPKcS2_Rj(i2 + 1 | 0, i4, i3) | 0, i7 = __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i5, i4) | 0, (i7 | 0) != (i4 | 0)) : 0) ? (HEAP8[i7 >> 0] | 0) == 95 : 0) { - i4 = i7 - i5 | 0; - if (i4 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i9); - if (i4 >>> 0 < 11) { - HEAP8[i9 >> 0] = i4 << 1; - i3 = i9 + 1 | 0; + if ((((i2 | 0) != (i4 | 0) ? (HEAP8[i2 >> 0] | 0) == 112 : 0) ? (i5 = __ZN10__cxxabiv112_GLOBAL__N_119parse_cv_qualifiersEPKcS2_Rj(i2 + 1 | 0, i4, i3) | 0, i9 = __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i5, i4) | 0, (i9 | 0) != (i4 | 0)) : 0) ? (HEAP8[i9 >> 0] | 0) == 95 : 0) { + i3 = i9 - i5 | 0; + if (i3 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i8); + if (i3 >>> 0 < 11) { + HEAP8[i8 >> 0] = i3 << 1; + i4 = i8 + 1 | 0; } else { - i12 = i4 + 16 & -16; - i3 = _malloc(i12) | 0; - HEAP32[i9 + 8 >> 2] = i3; - HEAP32[i9 >> 2] = i12 | 1; - HEAP32[i9 + 4 >> 2] = i4; + i12 = i3 + 16 & -16; + i4 = _malloc(i12) | 0; + HEAP32[i8 + 8 >> 2] = i4; + HEAP32[i8 >> 2] = i12 | 1; + HEAP32[i8 + 4 >> 2] = i3; } i1 = i5; - i2 = i3; + i2 = i4; while (1) { - if ((i1 | 0) == (i7 | 0)) break; + if ((i1 | 0) == (i9 | 0)) break; HEAP8[i2 >> 0] = HEAP8[i1 >> 0] | 0; i1 = i1 + 1 | 0; i2 = i2 + 1 | 0; } - HEAP8[i3 + i4 >> 0] = 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i9, 0, 35887) | 0; - HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i6 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i6 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + HEAP8[i4 + i3 >> 0] = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, 0, 37045) | 0; + HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i7 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i7 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i8, i6); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i6, i7); i1 = i14 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i12 = HEAP32[i14 + 8 >> 2] | 0; i3 = i12; if (i2 >>> 0 < i12 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i6); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i14 >> 2] | 0; @@ -33517,256 +33683,106 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4 __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i13, i1, i4, i14 + 12 | 0); i12 = i13 + 8 | 0; i11 = HEAP32[i12 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i11, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i11, i6); HEAP32[i12 >> 2] = i11 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i14, i13); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i13); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i6); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i9); - i1 = i7 + 1 | 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); + i1 = i9 + 1 | 0; } } while (0); STACKTOP = i15; return i1 | 0; } -function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_6ModuleE(i13, i11) { +function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) { + i15 = i15 | 0; i13 = i13 | 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, i12 = 0, i14 = 0, i15 = 0; - i14 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i10 = i14 + 8 | 0; - i12 = i14 + 4 | 0; - i9 = i14; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i13, 12707, 1) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i13, 10) | 0; - HEAP32[i12 >> 2] = 1; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i13, 1) | 0; - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i13, 12738, 0) | 0, 36937) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i1, HEAP32[i11 + 108 >> 2] | 0) | 0; - i1 = i11 + 112 | 0; - if (HEAP32[i1 >> 2] | 0) { - i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 36937) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i8, HEAP32[i1 >> 2] | 0) | 0; - } - i8 = i11 + 116 | 0; - i4 = i11 + 120 | 0; - i1 = HEAP32[i4 >> 2] | 0; - i3 = HEAP32[i8 >> 2] | 0; - while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = HEAP32[i3 >> 2] | 0; - i6 = HEAP32[i3 + 4 >> 2] | 0; - i7 = HEAP32[i3 + 8 >> 2] | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 18114) | 0, i5) | 0, 18129) | 0; - i5 = 0; - while (1) { - if ((i5 | 0) == (i7 | 0)) break; - i2 = HEAP8[i6 + i5 >> 0] | 0; - L10 : do switch (i2 & 255 | 0) { - case 10: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 18132) | 0; - break; - } - case 13: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 18135) | 0; - break; - } - case 9: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 18139) | 0; - break; - } - case 12: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 18142) | 0; - break; - } - case 8: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 18146) | 0; - break; - } - case 92: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 18150) | 0; - break; - } - case 34: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 18153) | 0; - break; - } - case 39: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 18156) | 0; - break; - } - default: - if ((i2 + -32 & 255) < 95) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_h(i13, i2) | 0; - break L10; - } else { - i15 = i13 + (HEAP32[(HEAP32[i13 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; - HEAP32[i15 >> 2] = HEAP32[i15 >> 2] & -75 | 8; - i2 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i13, 92) | 0, (i2 & 255) >>> 4 & 255) | 0, i2 & 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); - i5 = i5 + 1 | 0; - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 18159) | 0; - i3 = i3 + 12 | 0; - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, (HEAP32[i4 >> 2] | 0) != (HEAP32[i8 >> 2] | 0) ? 18162 : 46477) | 0, 18166) | 0; - i1 = i11 + 128 | 0; - if (HEAP32[i1 >> 2] | 0) { - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i13, 1) | 0; - i15 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i13, 12714, 0) | 0, 36937) | 0; - HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i9 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i15, i10) | 0, 18166) | 0; - } - i1 = HEAP32[i11 + 4 >> 2] | 0; - i2 = HEAP32[i11 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i13, 1) | 0; - __ZN4wasm12FunctionType5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjb(HEAP32[i2 >> 2] | 0, i13, 1, 1) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i13, 10) | 0; - i2 = i2 + 4 | 0; - } - i1 = HEAP32[i11 + 16 >> 2] | 0; - i2 = HEAP32[i11 + 12 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i13, 1) | 0; - __ZN4wasm6Import5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(HEAP32[i2 >> 2] | 0, i13, 1) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i13, 10) | 0; - i2 = i2 + 4 | 0; - } - i1 = HEAP32[i11 + 28 >> 2] | 0; - i2 = HEAP32[i11 + 24 >> 2] | 0; - while (1) { - if ((i2 | 0) == (i1 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i13, 1) | 0; - __ZN4wasm6Export5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(HEAP32[i2 >> 2] | 0, i13, 1) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i13, 10) | 0; - i2 = i2 + 4 | 0; - } - i1 = i11 + 96 | 0; - if ((HEAP32[i11 + 100 >> 2] | 0) != (HEAP32[i1 >> 2] | 0)) { - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i13, 1) | 0; - __ZN4wasm5Table5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, i13, 1) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i13, 10) | 0; - } - i2 = HEAP32[i11 + 40 >> 2] | 0; - i1 = HEAP32[i11 + 36 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i13, 1) | 0; - __ZN4wasm8Function5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(HEAP32[i1 >> 2] | 0, i13, 1) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i13, 10) | 0; - i1 = i1 + 4 | 0; - } - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i13, i12) | 0; - i15 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i13, 10) | 0; - STACKTOP = i14; - return i15 | 0; -} - -function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i14, i11, i13, i16) { i14 = i14 | 0; - i11 = i11 | 0; - i13 = i13 | 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, i12 = 0, i15 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 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, i16 = 0, i18 = 0, i19 = 0, i20 = 0; i19 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; - i9 = i19 + 40 | 0; - i7 = i19 + 36 | 0; - i15 = i19 + 32 | 0; - i1 = i19 + 28 | 0; - i10 = i19 + 24 | 0; - i2 = i19 + 20 | 0; - i3 = i19 + 16 | 0; - i4 = i19 + 12 | 0; - i5 = i19 + 8 | 0; - i6 = i19 + 4 | 0; - i8 = i19; - i20 = __ZN6cashew3RefixEj(i14, 0) | 0; + i2 = i19 + 40 | 0; + i1 = i19 + 36 | 0; + i3 = i19 + 32 | 0; + i4 = i19 + 28 | 0; + i5 = i19 + 24 | 0; + i7 = i19 + 20 | 0; + i8 = i19 + 16 | 0; + i9 = i19 + 12 | 0; + i10 = i19 + 8 | 0; + i11 = i19 + 4 | 0; + i12 = i19; + i20 = __ZN6cashew3RefixEj(i15, 0) | 0; i20 = __ZN6cashew5Value10getCStringEv(HEAP32[i20 >> 2] | 0) | 0; L1 : do switch (HEAP8[i20 >> 0] | 0) { case 110: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 0) | 0, 38484) | 0) { - i17 = __ZN6cashew3RefixEj(i14, 1) | 0; - i17 = __ZN6cashew5Value9getNumberEv(HEAP32[i17 >> 2] | 0) | 0; - i17 = (__ZN4wasm9isIntegerEd(+HEAPF64[i17 >> 3]) | 0) & 1 ^ 1; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 39644) | 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(i14, 0) | 0, 38428) | 0) { - if (i11 | 0 ? (i12 = __ZN6cashew3RefixEj(i14, 1) | 0, __ZN6cashew7IStringC2EPKcb(i15, __ZN6cashew5Value10getCStringEv(HEAP32[i12 >> 2] | 0) | 0, 1), i12 = __ZN7AsmData7getTypeERKN6cashew7IStringE(i11, i15) | 0, (i12 | 0) != 8) : 0) { - i17 = i12; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 39588) | 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 (!i13) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 1) | 0, 38508) | 0) { - i17 = 1; + if (!i14) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 39668) | 0) { + i16 = 1; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 1) | 0, 38512) | 0) { - i17 = 1; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 39672) | 0) { + i16 = 1; break L1; } - i17 = __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 1) | 0, 38516) | 0; - i17 = i17 ? 0 : 8; + i16 = __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 39676) | 0; + i16 = i16 ? 0 : 8; break L1; } - i20 = (HEAP32[9709] | 0) == 0; - i1 = __ZN6cashew3RefixEj(i14, 1) | 0; + i20 = (HEAP32[9999] | 0) == 0; + i1 = __ZN6cashew3RefixEj(i15, 1) | 0; if (i20) { - i17 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[9709] = HEAP32[i17 >> 2]; - i17 = 2; + i16 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; + HEAP32[9999] = HEAP32[i16 >> 2]; + i16 = 2; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(i1, 38836) | 0) i17 = 2; else ___assert_fail(28749, 28775, 73, 28821); + if (__ZN6cashew3RefeqERKNS_7IStringE(i1, 39996) | 0) i16 = 2; else ___assert_fail(30003, 30029, 73, 30075); } else i18 = 40; break; } case 117: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 0) | 0, 38520) | 0) { - i20 = __ZN6cashew3RefixEj(i14, 1) | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 39680) | 0) { + i20 = __ZN6cashew3RefixEj(i15, 1) | 0; i20 = __ZN6cashew5Value10getCStringEv(HEAP32[i20 >> 2] | 0) | 0; switch (HEAP8[i20 >> 0] | 0) { case 43: { - i17 = 1; + i16 = 1; break L1; } case 45: { - i17 = __ZN6cashew3RefixEj(i14, 2) | 0; - HEAP32[i1 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i10 >> 2]; - i17 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i7, i11, i13, i9) | 0; + i16 = __ZN6cashew3RefixEj(i15, 2) | 0; + HEAP32[i4 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; + i16 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i1, i13, i14, i2) | 0; break L1; } case 126: case 33: { - i17 = 0; + i16 = 0; break L1; } default: @@ -33780,59 +33796,59 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i14, i11, i13, i16) } case 99: { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 0) | 0, 38480) | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 0) | 0, 38440) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 39640) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 39600) | 0)) { i18 = 40; break L1; } - i17 = __ZN6cashew3RefixEj(i14, 2) | 0; - HEAP32[i2 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i3 >> 2]; - i17 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i7, i11, i13, i9) | 0; + i16 = __ZN6cashew3RefixEj(i15, 2) | 0; + HEAP32[i7 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i8 >> 2]; + i16 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i1, i13, i14, i2) | 0; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 0) | 0, 38428) | 0) { - i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 0) | 0, 39588) | 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[9632] | 0)) { - i17 = 2; + if ((i1 | 0) == (HEAP32[9922] | 0)) { + i16 = 2; break L1; } - if ((i1 | 0) == (HEAP32[i16 >> 2] | 0)) { - i17 = 2; + if ((i1 | 0) == (HEAP32[i17 >> 2] | 0)) { + i16 = 2; break L1; } - if ((i1 | 0) == (HEAP32[9633] | 0) | (i1 | 0) == (HEAP32[9713] | 0)) { - i17 = 3; + if ((i1 | 0) == (HEAP32[9923] | 0) | (i1 | 0) == (HEAP32[10003] | 0)) { + i16 = 3; break L1; } - if ((i1 | 0) == (HEAP32[9634] | 0) | (i1 | 0) == (HEAP32[9714] | 0)) { - i17 = 4; + if ((i1 | 0) == (HEAP32[9924] | 0) | (i1 | 0) == (HEAP32[10004] | 0)) { + i16 = 4; break L1; } - if ((i1 | 0) == (HEAP32[9635] | 0) | (i1 | 0) == (HEAP32[9710] | 0)) { - i17 = 5; + if ((i1 | 0) == (HEAP32[9925] | 0) | (i1 | 0) == (HEAP32[1e4] | 0)) { + i16 = 5; break L1; } - if ((i1 | 0) == (HEAP32[9636] | 0) | (i1 | 0) == (HEAP32[9711] | 0)) { - i17 = 6; + if ((i1 | 0) == (HEAP32[9926] | 0) | (i1 | 0) == (HEAP32[10001] | 0)) { + i16 = 6; break L1; } - if ((i1 | 0) == (HEAP32[9637] | 0) | (i1 | 0) == (HEAP32[9712] | 0)) { - i17 = 7; + if ((i1 | 0) == (HEAP32[9927] | 0) | (i1 | 0) == (HEAP32[10002] | 0)) { + i16 = 7; break L1; } } - i17 = 8; + i16 = 8; break; } case 98: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 0) | 0, 38444) | 0) { - i20 = __ZN6cashew3RefixEj(i14, 1) | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 39604) | 0) { + i20 = __ZN6cashew3RefixEj(i15, 1) | 0; i20 = __ZN6cashew5Value10getCStringEv(HEAP32[i20 >> 2] | 0) | 0; switch (HEAP8[i20 >> 0] | 0) { case 33: @@ -33843,7 +33859,7 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i14, i11, i13, i16) case 38: case 124: { - i17 = 0; + i16 = 0; break L1; } case 37: @@ -33858,41 +33874,41 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i14, i11, i13, i16) break L1; } } - i17 = __ZN6cashew3RefixEj(i14, 2) | 0; - HEAP32[i4 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i5 >> 2]; - i17 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i7, i11, i13, i9) | 0; + i16 = __ZN6cashew3RefixEj(i15, 2) | 0; + HEAP32[i9 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i10 >> 2]; + i16 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i1, i13, i14, i2) | 0; } else i18 = 40; break; } case 115: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 0) | 0, 38472) | 0) { - i17 = __ZN6cashew3RefixEj(i14, 2) | 0; - HEAP32[i6 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i8 >> 2]; - i17 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i7, i11, i13, i9) | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 39632) | 0) { + i16 = __ZN6cashew3RefixEj(i15, 2) | 0; + HEAP32[i11 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i12 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i12 >> 2]; + i16 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i1, i13, i14, i2) | 0; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 0) | 0, 38476) | 0) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 0) | 0, 38428) | 0) { - i17 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0; - __Z9parseHeapPKc(i9, __ZN6cashew5Value10getCStringEv(HEAP32[i17 >> 2] | 0) | 0); - i17 = HEAP32[i9 >> 2] | 0; - i17 = (i17 & 255) << 24 >> 24 == 0 ? i17 >>> 16 & 255 : 8; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 39636) | 0) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 0) | 0, 39588) | 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(28832, 28775, 123, 28821); else i18 = 40; + } else ___assert_fail(30086, 30029, 123, 30075); else i18 = 40; break; } default: i18 = 40; } while (0); - if ((i18 | 0) == 40) i17 = 8; + if ((i18 | 0) == 40) i16 = 8; STACKTOP = i19; - return i17 | 0; + return i16 | 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9) { @@ -33950,24 +33966,24 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 i8 = 20; break; } - i4 = HEAP32[1005] | 0; + i2 = HEAP32[1033] | 0; while (1) { - i2 = HEAP8[i4 >> 0] | 0; - if (!(i2 << 24 >> 24)) { + i4 = HEAP8[i2 >> 0] | 0; + if (!(i4 << 24 >> 24)) { i8 = 56; break; } - if (i2 << 24 >> 24 == i6 << 24 >> 24) break; else i4 = i4 + 1 | 0; + if (i4 << 24 >> 24 == i6 << 24 >> 24) break; else i2 = i2 + 1 | 0; } if ((i8 | 0) == 56) { - i4 = HEAP32[1006] | 0; + i2 = HEAP32[1034] | 0; while (1) { - i2 = HEAP8[i4 >> 0] | 0; - if (!(i2 << 24 >> 24)) break; - if (i2 << 24 >> 24 == i6 << 24 >> 24) { + i4 = HEAP8[i2 >> 0] | 0; + if (!(i4 << 24 >> 24)) break; + if (i4 << 24 >> 24 == i6 << 24 >> 24) { i8 = 59; break; - } else i4 = i4 + 1 | 0; + } else i2 = i2 + 1 | 0; } if ((i8 | 0) == 59) { HEAP32[i10 + 12 >> 2] = 6; @@ -33996,7 +34012,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 } default: { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(22914, i9); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(23044, i9); _abort(); } } @@ -34004,106 +34020,106 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 do switch (i6 << 24 >> 24 | 0) { case 33: { - i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[9650] | 0 : HEAP32[9643] | 0; + i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[9940] | 0 : HEAP32[9933] | 0; HEAP32[i10 >> 2] = i5; break; } case 37: { - i5 = HEAP32[9652] | 0; + i5 = HEAP32[9942] | 0; HEAP32[i10 >> 2] = i5; break; } case 38: { - i5 = HEAP32[9641] | 0; + i5 = HEAP32[9931] | 0; HEAP32[i10 >> 2] = i5; break; } case 42: { - i5 = HEAP32[9653] | 0; + i5 = HEAP32[9943] | 0; HEAP32[i10 >> 2] = i5; break; } case 43: { - i5 = HEAP32[9638] | 0; + i5 = HEAP32[9928] | 0; HEAP32[i10 >> 2] = i5; break; } case 44: { - i5 = HEAP32[9673] | 0; + i5 = HEAP32[9963] | 0; HEAP32[i10 >> 2] = i5; break; } case 45: { - i5 = HEAP32[9639] | 0; + i5 = HEAP32[9929] | 0; HEAP32[i10 >> 2] = i5; break; } case 46: { - i5 = HEAP32[9679] | 0; + i5 = HEAP32[9969] | 0; HEAP32[i10 >> 2] = i5; break; } case 47: { - i5 = HEAP32[9651] | 0; + i5 = HEAP32[9941] | 0; HEAP32[i10 >> 2] = i5; break; } case 58: { - i5 = HEAP32[9675] | 0; + i5 = HEAP32[9965] | 0; HEAP32[i10 >> 2] = i5; break; } case 60: { i5 = HEAP8[i9 + 1 >> 0] | 0; - i5 = HEAP32[(i5 << 24 >> 24 == 60 ? 38620 : i5 << 24 >> 24 == 61 ? 38588 : 38580) >> 2] | 0; + i5 = HEAP32[(i5 << 24 >> 24 == 60 ? 39780 : i5 << 24 >> 24 == 61 ? 39748 : 39740) >> 2] | 0; HEAP32[i10 >> 2] = i5; break; } case 61: { - i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[9649] | 0 : HEAP32[9684] | 0; + i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[9939] | 0 : HEAP32[9974] | 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 ? 38624 : 38616; else i2 = i2 << 24 >> 24 == 61 ? 38584 : 38592; + if (i2 << 24 >> 24 == 62) i2 = (HEAP8[i9 + 2 >> 0] | 0) == 62 ? 39784 : 39776; else i2 = i2 << 24 >> 24 == 61 ? 39744 : 39752; i5 = HEAP32[i2 >> 2] | 0; HEAP32[i10 >> 2] = i5; break; } case 63: { - i5 = HEAP32[9674] | 0; + i5 = HEAP32[9964] | 0; HEAP32[i10 >> 2] = i5; break; } case 94: { - i5 = HEAP32[9642] | 0; + i5 = HEAP32[9932] | 0; HEAP32[i10 >> 2] = i5; break; } case 124: { - i5 = HEAP32[9640] | 0; + i5 = HEAP32[9930] | 0; HEAP32[i10 >> 2] = i5; break; } case 126: { - i5 = HEAP32[9644] | 0; + i5 = HEAP32[9934] | 0; HEAP32[i10 >> 2] = i5; break; } @@ -34111,16 +34127,16 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 _abort(); } while (0); i7 = _strlen(i5) | 0; - i4 = i10 + 8 | 0; - HEAP32[i4 >> 2] = i7; + i2 = i10 + 8 | 0; + HEAP32[i2 >> 2] = i7; i7 = i9 + i7 | 0; - i2 = HEAP8[i7 >> 0] | 0; + i4 = HEAP8[i7 >> 0] | 0; HEAP8[i7 >> 0] = 0; if (!(_strcmp(HEAP32[i10 >> 2] | 0, i9) | 0)) { - HEAP8[i9 + (HEAP32[i4 >> 2] | 0) >> 0] = i2; + HEAP8[i9 + (HEAP32[i2 >> 2] | 0) >> 0] = i4; HEAP32[i10 + 12 >> 2] = 1; break L1; - } else ___assert_fail(22886, 22847, 279, 22881); + } else ___assert_fail(23016, 22977, 279, 23011); } while (0); if ((i8 | 0) == 20) { d3 = +_strtod(i9, i7); @@ -34143,7 +34159,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(22835, 22847, 253, 22881); + if (i1 >>> 0 > i9 >>> 0) i8 = 63; else ___assert_fail(22965, 22977, 253, 23011); } else { i1 = i9; do { @@ -34161,7 +34177,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_(38740, i2) | 0) != 0; + i8 = (__ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE4findIS2_EENS_21__hash_const_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(39900, i2) | 0) != 0; HEAP32[i10 + 12 >> 2] = i8 ? 0 : 2; i8 = 63; } while (0); @@ -34170,54 +34186,54 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 return; } -function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i4, i1, i8, i3) { +function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i4, i1, i14, i3) { i4 = i4 | 0; i1 = i1 | 0; - i8 = i8 | 0; + i14 = i14 | 0; i3 = i3 | 0; - var i2 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0; + var i2 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0; i17 = STACKTOP; STACKTOP = STACKTOP + 96 | 0; - i10 = i17 + 84 | 0; - i9 = i17 + 72 | 0; - i11 = i17 + 60 | 0; - i12 = i17 + 48 | 0; - i13 = i17 + 36 | 0; - i14 = i17 + 24 | 0; - i15 = i17 + 12 | 0; - i16 = i17; + i16 = i17 + 84 | 0; + i15 = i17 + 72 | 0; + i8 = i17 + 60 | 0; + i9 = i17 + 48 | 0; + i10 = i17 + 36 | 0; + i11 = i17 + 24 | 0; + i12 = i17 + 12 | 0; + i13 = i17; i2 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i4, i1, i3) | 0; L1 : do if ((i2 | 0) != (i4 | 0)) { i1 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i2, i1, i3) | 0; i5 = i3 + 4 | 0; if ((i1 | 0) == (i2 | 0)) { - i1 = HEAP32[i5 >> 2] | 0; - i2 = i1 + -24 | 0; + i2 = HEAP32[i5 >> 2] | 0; + i1 = i2 + -24 | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) { + if ((i2 | 0) == (i1 | 0)) { i1 = i4; break L1; } - i16 = i1 + -24 | 0; + i16 = i2 + -24 | 0; HEAP32[i5 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i1 = HEAP32[i5 >> 2] | 0; + i2 = HEAP32[i5 >> 2] | 0; } } i2 = HEAP32[i5 >> 2] | 0; if (((i2 - (HEAP32[i3 >> 2] | 0) | 0) / 24 | 0) >>> 0 >= 2) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i10, i2 + -24 | 0); + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i16, i2 + -24 | 0); i2 = HEAP32[i5 >> 2] | 0; - i4 = i2 + -24 | 0; - i3 = i2; + i3 = i2 + -24 | 0; + i4 = i2; while (1) { - if ((i3 | 0) == (i4 | 0)) break; - i7 = i3 + -24 | 0; + if ((i4 | 0) == (i3 | 0)) break; + i7 = i4 + -24 | 0; HEAP32[i5 >> 2] = i7; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); - i3 = HEAP32[i5 >> 2] | 0; + i4 = HEAP32[i5 >> 2] | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i9, i2 + -48 | 0); + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i15, i2 + -48 | 0); i2 = HEAP32[i5 >> 2] | 0; i7 = i2 + -24 | 0; if (!(HEAP8[i7 >> 0] & 1)) { @@ -34227,87 +34243,87 @@ function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4 HEAP8[HEAP32[i2 + -16 >> 2] >> 0] = 0; HEAP32[i2 + -20 >> 2] = 0; } - i18 = HEAP8[i8 >> 0] | 0; + i18 = HEAP8[i14 >> 0] | 0; i3 = (i18 & 1) == 0; - i5 = i8 + 4 | 0; - i18 = i3 ? (i18 & 255) >>> 1 : HEAP32[i5 >> 2] | 0; - i4 = i8 + 8 | 0; - i6 = i8 + 1 | 0; + i4 = i14 + 4 | 0; + i18 = i3 ? (i18 & 255) >>> 1 : HEAP32[i4 >> 2] | 0; + i5 = i14 + 8 | 0; + i6 = i14 + 1 | 0; i2 = i18 >>> 0 > 1; - i3 = _memcmp(i3 ? i6 : HEAP32[i4 >> 2] | 0, 35893, i2 ? 1 : i18) | 0; + i3 = _memcmp(i3 ? i6 : HEAP32[i5 >> 2] | 0, 37051, 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_(i16, 35846, i9); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i16, 35895) | 0; - HEAP32[i15 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i15 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i15 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i13, 37004, i15); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 37053) | 0; + HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i12 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i12 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = HEAP8[i8 >> 0] | 0; - i2 = (i3 & 1) == 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i15, i2 ? i6 : HEAP32[i4 >> 2] | 0, i2 ? (i3 & 255) >>> 1 : HEAP32[i5 >> 2] | 0) | 0; - HEAP32[i14 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i14 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i14 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = HEAP8[i14 >> 0] | 0; + i3 = (i2 & 1) == 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i12, i3 ? i6 : HEAP32[i5 >> 2] | 0, i3 ? (i2 & 255) >>> 1 : HEAP32[i4 >> 2] | 0) | 0; + HEAP32[i11 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i11 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i11 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i14, 35898) | 0; - HEAP32[i13 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i13 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i13 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i11, 37056) | 0; + HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i10 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i10 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = HEAP8[i10 >> 0] | 0; - i2 = (i3 & 1) == 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i13, i2 ? i10 + 1 | 0 : HEAP32[i10 + 8 >> 2] | 0, i2 ? (i3 & 255) >>> 1 : HEAP32[i10 + 4 >> 2] | 0) | 0; - HEAP32[i12 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i12 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i12 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = HEAP8[i16 >> 0] | 0; + i3 = (i2 & 1) == 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i10, i3 ? i16 + 1 | 0 : HEAP32[i16 + 8 >> 2] | 0, i3 ? (i2 & 255) >>> 1 : HEAP32[i16 + 4 >> 2] | 0) | 0; + HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i9 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i9 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i12, 35848) | 0; - HEAP32[i11 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i11 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i11 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i9, 37006) | 0; + HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i8 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i8 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i18 = HEAP8[i11 >> 0] | 0; + i18 = HEAP8[i8 >> 0] | 0; i3 = (i18 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i7, i3 ? i11 + 1 | 0 : HEAP32[i11 + 8 >> 2] | 0, i3 ? (i18 & 255) >>> 1 : HEAP32[i11 + 4 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i7, i3 ? i8 + 1 | 0 : HEAP32[i8 + 8 >> 2] | 0, i3 ? (i18 & 255) >>> 1 : HEAP32[i8 + 4 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i9); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i10); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i11); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i12); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i13); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i14); + i13 = HEAP8[i14 >> 0] | 0; + 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, 37051, 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); - i15 = HEAP8[i8 >> 0] | 0; - i18 = (i15 & 1) == 0; - i15 = i18 ? (i15 & 255) >>> 1 : HEAP32[i5 >> 2] | 0; - i16 = i15 >>> 0 > 1; - i18 = _memcmp(i18 ? i6 : HEAP32[i4 >> 2] | 0, 35893, i16 ? 1 : i15) | 0; - if (!(((i18 | 0) == 0 ? ((i15 | 0) == 0 ? -1 : i16 & 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(i9); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i10); } else i1 = i4; } else i1 = i4; while (0); STACKTOP = i17; @@ -34468,7 +34484,7 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti {} } while (0); i8 = HEAP32[i13 >> 2] | 0; - if (!i8) ___assert_fail(27848, 27598, 1701, 27853); + if (!i8) ___assert_fail(29102, 28852, 1227, 29107); L44 : do switch (HEAP32[i8 >> 2] | 0) { case 0: { @@ -34477,16 +34493,16 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti } case 1: { - i6 = i8 + 12 | 0; + i4 = i8 + 12 | 0; i7 = i8 + 16 | 0; i1 = HEAP32[i7 >> 2] | 0; - i3 = HEAP32[i6 >> 2] | 0; + i3 = HEAP32[i4 >> 2] | 0; i5 = i3 + ((i1 - i3 >> 2) + -1 << 2) | 0; - i4 = HEAP32[i5 >> 2] | 0; + i6 = HEAP32[i5 >> 2] | 0; i2 = i3; - if ((!((i4 | 0) == 0 | (HEAP32[i4 >> 2] | 0) != 4) ? (i15 = HEAP32[i4 + 12 >> 2] | 0, i9 = i15, (i15 | 0) != 0) : 0) ? (HEAP32[i4 + 8 >> 2] | 0) == (HEAP32[i8 + 8 >> 2] | 0) : 0) { + if ((!((i6 | 0) == 0 | (HEAP32[i6 >> 2] | 0) != 4) ? (i15 = HEAP32[i6 + 12 >> 2] | 0, i9 = i15, (i15 | 0) != 0) : 0) ? (HEAP32[i6 + 8 >> 2] | 0) == (HEAP32[i8 + 8 >> 2] | 0) : 0) { HEAP32[i5 >> 2] = i9; - i2 = HEAP32[i6 >> 2] | 0; + i2 = HEAP32[i4 >> 2] | 0; i3 = i2; i1 = HEAP32[i7 >> 2] | 0; } @@ -34497,7 +34513,7 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti break L44; } HEAP32[i10 + 4 >> 2] = 0; - HEAP32[i10 >> 2] = 2692; + HEAP32[i10 >> 2] = 2732; HEAP32[i10 + 8 >> 2] = i1; i15 = i10 + 12 | 0; HEAP32[i15 >> 2] = 0; @@ -34530,11 +34546,11 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti default: {} } while (0); - i2 = i12 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (i1 | 0) { - HEAP32[i13 >> 2] = i1; - HEAP32[i2 >> 2] = 0; + i1 = i12 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i2 | 0) { + HEAP32[i13 >> 2] = i2; + HEAP32[i1 >> 2] = 0; } } STACKTOP = i14; @@ -34550,32 +34566,32 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S i14 = STACKTOP; STACKTOP = STACKTOP + 80 | 0; i9 = i14 + 48 | 0; - i7 = i14 + 24 | 0; - i6 = i14 + 12 | 0; + i6 = i14 + 24 | 0; + i7 = i14 + 12 | 0; i8 = i14; i12 = __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i1, i2) | 0; if (!((i12 | 0) == (i1 | 0) | (i12 | 0) == (i2 | 0)) ? (HEAP8[i12 >> 0] | 0) == 69 : 0) { 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, 35846, i13); - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 35848) | 0; - HEAP32[i6 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i6 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i6 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i8, 37004, i13); + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 37006) | 0; + HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i7 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i7 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i7, i6); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i6, i7); i2 = i10 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i5 = HEAP32[i10 + 8 >> 2] | 0; i4 = i5; if (i3 >>> 0 < i5 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i6); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i10 >> 2] | 0; @@ -34591,19 +34607,19 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i9, i2, i5, i10 + 12 | 0); i15 = i9 + 8 | 0; i5 = HEAP32[i15 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i5, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i5, i6); HEAP32[i15 >> 2] = i5 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i10, i9); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i9); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i6); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i7); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); } else { - i5 = i10 + 4 | 0; - i3 = HEAP32[i5 >> 2] | 0; + i4 = i10 + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; i15 = HEAP32[i10 + 8 >> 2] | 0; - i4 = i15; + i5 = i15; if (i3 >>> 0 < i15 >>> 0) { HEAP32[i3 >> 2] = 0; HEAP32[i3 + 4 >> 2] = 0; @@ -34617,49 +34633,49 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i3 = i3 + 12 | 0; - i2 = 0; + i2 = i3 + 12 | 0; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 24; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 24; break; } i2 = HEAP32[i10 >> 2] | 0; i15 = i3 - i2 | 0; - i5 = (i15 | 0) / 24 | 0; - i3 = i5 + 1 | 0; + i4 = (i15 | 0) / 24 | 0; + i3 = i4 + 1 | 0; if ((i15 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i10); - i2 = (i4 - i2 | 0) / 24 | 0; + i2 = (i5 - i2 | 0) / 24 | 0; if (i2 >>> 0 < 1073741823) { i2 = i2 << 1; i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; } else i2 = 2147483647; - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i9, i2, i5, i10 + 12 | 0); - i5 = i9 + 8 | 0; - i4 = HEAP32[i5 >> 2] | 0; - HEAP32[i4 >> 2] = 0; - HEAP32[i4 + 4 >> 2] = 0; - HEAP32[i4 + 8 >> 2] = 0; - HEAP32[i4 + 12 >> 2] = 0; - HEAP32[i4 + 16 >> 2] = 0; - HEAP32[i4 + 20 >> 2] = 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i9, i2, i4, i10 + 12 | 0); + i4 = i9 + 8 | 0; + i5 = HEAP32[i4 >> 2] | 0; + HEAP32[i5 >> 2] = 0; + HEAP32[i5 + 4 >> 2] = 0; + HEAP32[i5 + 8 >> 2] = 0; + HEAP32[i5 + 12 >> 2] = 0; + HEAP32[i5 + 16 >> 2] = 0; + HEAP32[i5 + 20 >> 2] = 0; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i4 + (i2 << 2) >> 2] = 0; + HEAP32[i5 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i3 = i4 + 12 | 0; - i2 = 0; + i2 = i5 + 12 | 0; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - HEAP32[i5 >> 2] = i4 + 24; + HEAP32[i4 >> 2] = i5 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i10, i9); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i9); } while (0); @@ -34679,6 +34695,212 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S return i1 | 0; } +function __ZN4wasm16PrintSExpression11visitBinaryEPNS_6BinaryE(i7, i6) { + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0; + i3 = i7 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i3 >> 2] | 0, 40) | 0; + i4 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i3 >> 2] | 0) | 0; + i5 = i6 + 8 | 0; + if ((HEAP32[i5 >> 2] | 0) > 16) i2 = (HEAP32[i6 + 12 >> 2] | 0) + 4 | 0; else i2 = i6 + 4 | 0; + switch (HEAP32[i2 >> 2] | 0) { + case 0: + { + i1 = 25305; + break; + } + case 1: + { + i1 = 25301; + break; + } + case 2: + { + i1 = 25297; + break; + } + case 3: + { + i1 = 25293; + break; + } + case 4: + { + i1 = 25289; + break; + } + default: + {} + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, i1) | 0, 46) | 0; + do switch (HEAP32[i5 >> 2] | 0) { + case 0: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25803) | 0; + break; + } + case 1: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 29295) | 0; + break; + } + case 2: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25807) | 0; + break; + } + case 3: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25811) | 0; + break; + } + case 4: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25817) | 0; + break; + } + case 5: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25823) | 0; + break; + } + case 6: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25829) | 0; + break; + } + case 7: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25835) | 0; + break; + } + case 8: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25839) | 0; + break; + } + case 9: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25842) | 0; + break; + } + case 10: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25846) | 0; + break; + } + case 11: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25850) | 0; + break; + } + case 12: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25856) | 0; + break; + } + case 13: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25862) | 0; + break; + } + case 14: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25866) | 0; + break; + } + case 15: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25875) | 0; + break; + } + case 16: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25879) | 0; + break; + } + case 17: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25883) | 0; + break; + } + case 18: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25886) | 0; + break; + } + case 19: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25889) | 0; + break; + } + case 20: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25894) | 0; + break; + } + case 21: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25899) | 0; + break; + } + case 22: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25904) | 0; + break; + } + case 23: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25909) | 0; + break; + } + case 24: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25914) | 0; + break; + } + case 25: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25919) | 0; + break; + } + case 26: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25924) | 0; + break; + } + case 27: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25929) | 0; + break; + } + case 28: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25932) | 0; + break; + } + case 29: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25935) | 0; + break; + } + case 30: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i3 >> 2] | 0, 25938) | 0; + break; + } + default: + _abort(); + } while (0); + i5 = i7 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i3 >> 2] | 0, i5) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i7, HEAP32[i6 + 12 >> 2] | 0); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i7, HEAP32[i6 + 16 >> 2] | 0); + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i3 >> 2] | 0, i5) | 0; + return; +} + function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcPKc(i24, i27, i1) { i24 = i24 | 0; i27 = i27 | 0; @@ -34686,35 +34908,35 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP 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, i25 = 0, i26 = 0; i26 = STACKTOP; STACKTOP = STACKTOP + 96 | 0; - i19 = i26 + 92 | 0; - i17 = i26 + 88 | 0; + i10 = i26 + 92 | 0; + i9 = i26 + 88 | 0; i23 = i26 + 84 | 0; i20 = i26 + 32 | 0; i21 = i26 + 16 | 0; i22 = i26; - i9 = i26 + 80 | 0; - i10 = i26 + 76 | 0; - i11 = i26 + 72 | 0; - i12 = i26 + 68 | 0; - i13 = i26 + 64 | 0; - i14 = i26 + 60 | 0; - i15 = i26 + 56 | 0; - i16 = i26 + 52 | 0; - i18 = i26 + 48 | 0; + i11 = i26 + 80 | 0; + i12 = i26 + 76 | 0; + i13 = i26 + 72 | 0; + i14 = i26 + 68 | 0; + i15 = i26 + 64 | 0; + i16 = i26 + 60 | 0; + i17 = i26 + 56 | 0; + i18 = i26 + 52 | 0; + i19 = i26 + 48 | 0; i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseParennedERPc(i24, i27) | 0; HEAP32[i23 >> 2] = i1; - HEAP32[i19 >> 2] = HEAP32[i23 >> 2]; - i23 = __ZN6cashew12ValueBuilder10makeSwitchENS_3RefE(i19) | 0; + HEAP32[i10 >> 2] = HEAP32[i23 >> 2]; + i23 = __ZN6cashew12ValueBuilder10makeSwitchENS_3RefE(i10) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); i1 = HEAP32[i27 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 123) ___assert_fail(23077, 22847, 533, 23289); + if ((HEAP8[i1 >> 0] | 0) != 123) ___assert_fail(23207, 22977, 533, 23419); HEAP32[i27 >> 2] = i1 + 1; - i6 = i20 + 12 | 0; - i3 = i20 + 8 | 0; - i7 = i21 + 12 | 0; - i4 = i21 + 8 | 0; - i8 = i22 + 12 | 0; - i5 = i22 + 8 | 0; + i3 = i20 + 12 | 0; + i4 = i20 + 8 | 0; + i5 = i21 + 12 | 0; + i6 = i21 + 8 | 0; + i7 = i22 + 12 | 0; + i8 = i22 + 8 | 0; L4 : while (1) { __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); i1 = HEAP32[i27 >> 2] | 0; @@ -34723,17 +34945,17 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP break; } __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i20, i1); - do if (!(HEAP32[i6 >> 2] | 0)) { + do if (!(HEAP32[i3 >> 2] | 0)) { i1 = HEAP32[i20 >> 2] | 0; - if ((i1 | 0) != (HEAP32[9676] | 0)) { - if ((i1 | 0) != (HEAP32[9677] | 0)) { + if ((i1 | 0) != (HEAP32[9966] | 0)) { + if ((i1 | 0) != (HEAP32[9967] | 0)) { i25 = 23; break; } - HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i3 >> 2] | 0); - HEAP32[i13 >> 2] = i23; - HEAP32[i19 >> 2] = HEAP32[i13 >> 2]; - __ZN6cashew12ValueBuilder21appendDefaultToSwitchENS_3RefE(i19); + HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i4 >> 2] | 0); + HEAP32[i15 >> 2] = i23; + HEAP32[i10 >> 2] = HEAP32[i15 >> 2]; + __ZN6cashew12ValueBuilder21appendDefaultToSwitchENS_3RefE(i10); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); i1 = HEAP32[i27 >> 2] | 0; if ((HEAP8[i1 >> 0] | 0) != 58) { @@ -34743,42 +34965,42 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP HEAP32[i27 >> 2] = i1 + 1; break; } - HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i3 >> 2] | 0); + HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i4 >> 2] | 0); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i21, HEAP32[i27 >> 2] | 0); - i1 = HEAP32[i7 >> 2] | 0; + i1 = HEAP32[i5 >> 2] | 0; if ((i1 | 1 | 0) == 5) { i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i24, i21) | 0; - HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i4 >> 2] | 0); + HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i6 >> 2] | 0); } else { if ((i1 | 0) != 1) { i25 = 10; break L4; } - if ((HEAP32[i21 >> 2] | 0) != (HEAP32[9639] | 0)) { + if ((HEAP32[i21 >> 2] | 0) != (HEAP32[9929] | 0)) { i25 = 12; break L4; } - HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i4 >> 2] | 0); + HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i6 >> 2] | 0); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i22, HEAP32[i27 >> 2] | 0); - if ((HEAP32[i8 >> 2] | 1 | 0) != 5) { + if ((HEAP32[i7 >> 2] | 1 | 0) != 5) { i25 = 14; break L4; } - HEAP32[i9 >> 2] = HEAP32[9639]; + HEAP32[i11 >> 2] = HEAP32[9929]; i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i24, i22) | 0; - HEAP32[i10 >> 2] = i1; - HEAP32[i17 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i19 >> 2] = HEAP32[i10 >> 2]; - i1 = __ZN6cashew12ValueBuilder10makePrefixENS_7IStringENS_3RefE(i17, i19) | 0; - HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i5 >> 2] | 0); + HEAP32[i12 >> 2] = i1; + HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i12 >> 2]; + i1 = __ZN6cashew12ValueBuilder10makePrefixENS_7IStringENS_3RefE(i9, i10) | 0; + HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i8 >> 2] | 0); } - HEAP32[i11 >> 2] = i23; - HEAP32[i12 >> 2] = i1; - HEAP32[i17 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i19 >> 2] = HEAP32[i12 >> 2]; - __ZN6cashew12ValueBuilder18appendCaseToSwitchENS_3RefES1_(i17, i19); + HEAP32[i13 >> 2] = i23; + HEAP32[i14 >> 2] = i1; + HEAP32[i9 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i14 >> 2]; + __ZN6cashew12ValueBuilder18appendCaseToSwitchENS_3RefES1_(i9, i10); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); i1 = HEAP32[i27 >> 2] | 0; if ((HEAP8[i1 >> 0] | 0) != 58) { @@ -34792,194 +35014,191 @@ 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[i14 >> 2] = HEAP32[9676]; - HEAP32[i15 >> 2] = HEAP32[9677]; - HEAP32[i17 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i19 >> 2] = HEAP32[i15 >> 2]; - i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i24, i27, 23109, i17, i19) | 0; + HEAP32[i16 >> 2] = HEAP32[9966]; + HEAP32[i17 >> 2] = HEAP32[9967]; + HEAP32[i9 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i17 >> 2]; + i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i24, i27, 23239, i9, i10) | 0; } - HEAP32[i16 >> 2] = i23; - HEAP32[i18 >> 2] = i2; - HEAP32[i17 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i19 >> 2] = HEAP32[i18 >> 2]; - __ZN6cashew12ValueBuilder18appendCodeToSwitchENS_3RefES1_b(i17, i19, i1); + HEAP32[i18 >> 2] = i23; + HEAP32[i19 >> 2] = i2; + HEAP32[i9 >> 2] = HEAP32[i18 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i19 >> 2]; + __ZN6cashew12ValueBuilder18appendCodeToSwitchENS_3RefES1_b(i9, i10, i1); } } - if ((i25 | 0) == 10) ___assert_fail(23301, 22847, 550, 23289); else if ((i25 | 0) == 12) ___assert_fail(23324, 22847, 551, 23289); else if ((i25 | 0) == 14) ___assert_fail(23343, 22847, 555, 23289); else if ((i25 | 0) == 17) ___assert_fail(23361, 22847, 561, 23289); else if ((i25 | 0) == 21) ___assert_fail(23361, 22847, 568, 23289); else if ((i25 | 0) == 28) { + if ((i25 | 0) == 10) ___assert_fail(23431, 22977, 550, 23419); else if ((i25 | 0) == 12) ___assert_fail(23454, 22977, 551, 23419); else if ((i25 | 0) == 14) ___assert_fail(23473, 22977, 555, 23419); else if ((i25 | 0) == 17) ___assert_fail(23491, 22977, 561, 23419); else if ((i25 | 0) == 21) ___assert_fail(23491, 22977, 568, 23419); 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(23112, 22847, 581, 23289); + } else ___assert_fail(23242, 22977, 581, 23419); } return 0; } -function __ZNSt3__111__money_putIwE8__formatEPwRS2_S3_jPKwS5_RKNS_5ctypeIwEEbRKNS_10money_base7patternEwwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNSE_IwNSF_IwEENSH_IwEEEESQ_i(i30, i32, i31, i29, i1, i13, i10, i17, i18, i14, i23, i16, i22, i21, i15) { - i30 = i30 | 0; - i32 = i32 | 0; +function __ZNSt3__111__money_putIwE8__formatEPwRS2_S3_jPKwS5_RKNS_5ctypeIwEEbRKNS_10money_base7patternEwwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNSE_IwNSF_IwEENSH_IwEEEESQ_i(i31, i33, i32, i30, i1, i19, i18, i23, i24, i20, i27, i22, i26, i25, i21) { i31 = i31 | 0; - i29 = i29 | 0; + i33 = i33 | 0; + i32 = i32 | 0; + i30 = i30 | 0; i1 = i1 | 0; - i13 = i13 | 0; - i10 = i10 | 0; - i17 = i17 | 0; + i19 = i19 | 0; i18 = i18 | 0; - i14 = i14 | 0; i23 = i23 | 0; - i16 = i16 | 0; + i24 = i24 | 0; + i20 = i20 | 0; + i27 = i27 | 0; i22 = i22 | 0; + i26 = i26 | 0; + i25 = i25 | 0; i21 = i21 | 0; - i15 = i15 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0, i12 = 0, i19 = 0, i20 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i33 = 0, i34 = 0; - HEAP32[i31 >> 2] = i30; - i28 = i21 + 4 | 0; - i27 = i21 + 8 | 0; - i20 = i22 + 4 | 0; - i26 = (i29 & 512 | 0) == 0; - i12 = i22 + 8 | 0; - i25 = (i15 | 0) > 0; - i19 = i16 + 4 | 0; - i11 = i16 + 8 | 0; - i24 = i16 + 1 | 0; - i9 = 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i28 = 0, i29 = 0, i34 = 0; + HEAP32[i32 >> 2] = i31; + i28 = i25 + 4 | 0; + i29 = i25 + 8 | 0; + i11 = i26 + 4 | 0; + i12 = (i30 & 512 | 0) == 0; + i13 = i26 + 8 | 0; + i14 = (i21 | 0) > 0; + i15 = i22 + 4 | 0; + i16 = i22 + 8 | 0; + i17 = i22 + 1 | 0; + i10 = 0; while (1) { - if ((i9 | 0) == 4) break; - L4 : do switch (HEAP8[i18 + i9 >> 0] | 0) { + if ((i10 | 0) == 4) break; + L4 : do switch (HEAP8[i24 + i10 >> 0] | 0) { case 0: { - HEAP32[i32 >> 2] = HEAP32[i31 >> 2]; + HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; break; } case 1: { - HEAP32[i32 >> 2] = HEAP32[i31 >> 2]; - i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, 32) | 0; - i8 = HEAP32[i31 >> 2] | 0; - HEAP32[i31 >> 2] = i8 + 4; - HEAP32[i8 >> 2] = i7; + HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i18 >> 2] | 0) + 44 >> 2] & 31](i18, 32) | 0; + i9 = HEAP32[i32 >> 2] | 0; + HEAP32[i32 >> 2] = i9 + 4; + HEAP32[i9 >> 2] = i8; break; } case 3: { - i8 = HEAP8[i21 >> 0] | 0; - i2 = (i8 & 1) == 0; - if ((i2 ? (i8 & 255) >>> 1 : HEAP32[i28 >> 2] | 0) | 0) { - i7 = HEAP32[(i2 ? i28 : HEAP32[i27 >> 2] | 0) >> 2] | 0; - i8 = HEAP32[i31 >> 2] | 0; - HEAP32[i31 >> 2] = i8 + 4; - HEAP32[i8 >> 2] = i7; + i9 = HEAP8[i25 >> 0] | 0; + i2 = (i9 & 1) == 0; + if ((i2 ? (i9 & 255) >>> 1 : HEAP32[i28 >> 2] | 0) | 0) { + i8 = HEAP32[(i2 ? i28 : HEAP32[i29 >> 2] | 0) >> 2] | 0; + i9 = HEAP32[i32 >> 2] | 0; + HEAP32[i32 >> 2] = i9 + 4; + HEAP32[i9 >> 2] = i8; } break; } case 2: { - i6 = HEAP8[i22 >> 0] | 0; + i6 = HEAP8[i26 >> 0] | 0; i2 = (i6 & 1) == 0; - i6 = i2 ? (i6 & 255) >>> 1 : HEAP32[i20 >> 2] | 0; - if (!(i26 | (i6 | 0) == 0)) { - i3 = i2 ? i20 : HEAP32[i12 >> 2] | 0; - i5 = i3 + (i6 << 2) | 0; - i2 = HEAP32[i31 >> 2] | 0; - i4 = i2; + i6 = i2 ? (i6 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; + if (!(i12 | (i6 | 0) == 0)) { + i5 = i2 ? i11 : HEAP32[i13 >> 2] | 0; + i3 = i5 + (i6 << 2) | 0; + i4 = HEAP32[i32 >> 2] | 0; + i2 = i4; while (1) { - if ((i3 | 0) == (i5 | 0)) break; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - i3 = i3 + 4 | 0; - i4 = i4 + 4 | 0; + if ((i5 | 0) == (i3 | 0)) break; + HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; + i2 = i2 + 4 | 0; + i5 = i5 + 4 | 0; } - HEAP32[i31 >> 2] = i2 + (i6 << 2); + HEAP32[i32 >> 2] = i4 + (i6 << 2); } break; } case 4: { - i3 = HEAP32[i31 >> 2] | 0; - i1 = i17 ? i1 + 4 | 0 : i1; + i3 = HEAP32[i32 >> 2] | 0; + i1 = i23 ? i1 + 4 | 0 : i1; i2 = i1; while (1) { - if (i2 >>> 0 >= i13 >>> 0) break; - if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 12 >> 2] & 31](i10, 2048, HEAP32[i2 >> 2] | 0) | 0)) break; + if (i2 >>> 0 >= i19 >>> 0) break; + if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i18 >> 2] | 0) + 12 >> 2] & 31](i18, 2048, HEAP32[i2 >> 2] | 0) | 0)) break; i2 = i2 + 4 | 0; } - if (i25) { - i5 = i15; + if (i14) { + i6 = i21; while (1) { - i4 = (i5 | 0) > 0; + i4 = (i6 | 0) > 0; if (!(i2 >>> 0 > i1 >>> 0 & i4)) break; - i8 = i2 + -4 | 0; - i6 = HEAP32[i8 >> 2] | 0; - i7 = HEAP32[i31 >> 2] | 0; - HEAP32[i31 >> 2] = i7 + 4; - HEAP32[i7 >> 2] = i6; - i2 = i8; - i5 = i5 + -1 | 0; + i9 = i2 + -4 | 0; + i7 = HEAP32[i9 >> 2] | 0; + i8 = HEAP32[i32 >> 2] | 0; + HEAP32[i32 >> 2] = i8 + 4; + HEAP32[i8 >> 2] = i7; + i2 = i9; + i6 = i6 + -1 | 0; } - if (i4) i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, 48) | 0; else i7 = 0; - i4 = HEAP32[i31 >> 2] | 0; + if (i4) i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i18 >> 2] | 0) + 44 >> 2] & 31](i18, 48) | 0; else i7 = 0; + i5 = HEAP32[i32 >> 2] | 0; while (1) { - i6 = i4 + 4 | 0; - if ((i5 | 0) <= 0) { - i5 = i6; - break; - } - HEAP32[i4 >> 2] = i7; - i5 = i5 + -1 | 0; - i4 = i6; + i4 = i5 + 4 | 0; + if ((i6 | 0) <= 0) break; + HEAP32[i5 >> 2] = i7; + i5 = i4; + i6 = i6 + -1 | 0; } - HEAP32[i31 >> 2] = i5; - HEAP32[i4 >> 2] = i14; + HEAP32[i32 >> 2] = i4; + HEAP32[i5 >> 2] = i20; } if ((i2 | 0) == (i1 | 0)) { - i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, 48) | 0; - i8 = HEAP32[i31 >> 2] | 0; - i2 = i8 + 4 | 0; - HEAP32[i31 >> 2] = i2; - HEAP32[i8 >> 2] = i7; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i18 >> 2] | 0) + 44 >> 2] & 31](i18, 48) | 0; + i9 = HEAP32[i32 >> 2] | 0; + i2 = i9 + 4 | 0; + HEAP32[i32 >> 2] = i2; + HEAP32[i9 >> 2] = i8; } else { - i7 = HEAP8[i16 >> 0] | 0; - i4 = (i7 & 1) == 0; - i8 = HEAP32[i19 >> 2] | 0; - if (!((i4 ? (i7 & 255) >>> 1 : i8) | 0)) { + i8 = HEAP8[i22 >> 0] | 0; + i4 = (i8 & 1) == 0; + i9 = HEAP32[i15 >> 2] | 0; + if (!((i4 ? (i8 & 255) >>> 1 : i9) | 0)) { i7 = -1; - i5 = 0; i6 = 0; + i8 = 0; } else { - i7 = HEAP8[(i4 ? i24 : HEAP32[i11 >> 2] | 0) >> 0] | 0; - i5 = 0; + i7 = HEAP8[(i4 ? i17 : HEAP32[i16 >> 2] | 0) >> 0] | 0; i6 = 0; + i8 = 0; } while (1) { if ((i2 | 0) == (i1 | 0)) break; - i4 = HEAP32[i31 >> 2] | 0; - if ((i6 | 0) == (i7 | 0)) { - i7 = i4 + 4 | 0; - HEAP32[i31 >> 2] = i7; - HEAP32[i4 >> 2] = i23; - i5 = i5 + 1 | 0; - i33 = HEAP8[i16 >> 0] | 0; - i4 = (i33 & 1) == 0; - if (i5 >>> 0 < (i4 ? (i33 & 255) >>> 1 : i8) >>> 0) { - i6 = HEAP8[(i4 ? i24 : HEAP32[i11 >> 2] | 0) + i5 >> 0] | 0; - i4 = i7; - i7 = i6 << 24 >> 24 == 127 ? -1 : i6 << 24 >> 24; - i6 = 0; + i4 = HEAP32[i32 >> 2] | 0; + if ((i8 | 0) == (i7 | 0)) { + i5 = i4 + 4 | 0; + HEAP32[i32 >> 2] = i5; + HEAP32[i4 >> 2] = i27; + i6 = i6 + 1 | 0; + i7 = HEAP8[i22 >> 0] | 0; + i4 = (i7 & 1) == 0; + if (i6 >>> 0 < (i4 ? (i7 & 255) >>> 1 : i9) >>> 0) { + i7 = HEAP8[(i4 ? i17 : HEAP32[i16 >> 2] | 0) + i6 >> 0] | 0; + i4 = i5; + i7 = i7 << 24 >> 24 == 127 ? -1 : i7 << 24 >> 24; + i5 = 0; } else { - i4 = i7; - i7 = i6; - i6 = 0; + i4 = i5; + i7 = i8; + i5 = 0; } - } - i33 = i2 + -4 | 0; - i34 = HEAP32[i33 >> 2] | 0; - HEAP32[i31 >> 2] = i4 + 4; + } else i5 = i8; + i8 = i2 + -4 | 0; + i34 = HEAP32[i8 >> 2] | 0; + HEAP32[i32 >> 2] = i4 + 4; HEAP32[i4 >> 2] = i34; - i2 = i33; - i6 = i6 + 1 | 0; + i2 = i8; + i8 = i5 + 1 | 0; } - i2 = HEAP32[i31 >> 2] | 0; + i2 = HEAP32[i32 >> 2] | 0; } if ((i3 | 0) != (i2 | 0)) while (1) { i2 = i2 + -4 | 0; @@ -34994,54 +35213,54 @@ function __ZNSt3__111__money_putIwE8__formatEPwRS2_S3_jPKwS5_RKNS_5ctypeIwEEbRKN default: {} } while (0); - i9 = i9 + 1 | 0; + i10 = i10 + 1 | 0; } - i1 = HEAP8[i21 >> 0] | 0; - i2 = (i1 & 1) == 0; - i1 = i2 ? (i1 & 255) >>> 1 : HEAP32[i28 >> 2] | 0; - if (i1 >>> 0 > 1) { - i5 = i2 ? i28 : HEAP32[i27 >> 2] | 0; - i3 = i5 + 4 | 0; - i5 = i5 + (i1 << 2) | 0; - i1 = HEAP32[i31 >> 2] | 0; - i2 = i5 - i3 | 0; - i4 = i1; + i2 = HEAP8[i25 >> 0] | 0; + i1 = (i2 & 1) == 0; + i2 = i1 ? (i2 & 255) >>> 1 : HEAP32[i28 >> 2] | 0; + if (i2 >>> 0 > 1) { + i3 = i1 ? i28 : HEAP32[i29 >> 2] | 0; + i5 = i3 + 4 | 0; + i2 = i3 + (i2 << 2) | 0; + i3 = HEAP32[i32 >> 2] | 0; + i4 = i2 - i5 | 0; + i1 = i3; while (1) { - if ((i3 | 0) == (i5 | 0)) break; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - i3 = i3 + 4 | 0; - i4 = i4 + 4 | 0; + if ((i5 | 0) == (i2 | 0)) break; + HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; + i1 = i1 + 4 | 0; + i5 = i5 + 4 | 0; } - HEAP32[i31 >> 2] = i1 + (i2 >>> 2 << 2); + HEAP32[i32 >> 2] = i3 + (i4 >>> 2 << 2); } - switch (i29 & 176 | 0) { + switch (i30 & 176 | 0) { case 32: { - HEAP32[i32 >> 2] = HEAP32[i31 >> 2]; + HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; break; } case 16: break; default: - HEAP32[i32 >> 2] = i30; + HEAP32[i33 >> 2] = i31; } return; } -function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i5, i13) { +function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i6, i13) { i1 = i1 | 0; - i5 = i5 | 0; + i6 = i6 | 0; i13 = i13 | 0; - var i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0, i15 = 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0, i15 = 0; i15 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; i12 = i15 + 88 | 0; i14 = i15 + 64 | 0; - i6 = i15 + 76 | 0; + i5 = i15 + 76 | 0; i9 = i15 + 40 | 0; - i8 = i15 + 16 | 0; - i7 = i15; - L1 : do if (((i1 | 0) != (i5 | 0) ? (i3 = (HEAP8[i1 >> 0] | 0) + -48 | 0, i3 >>> 0 < 10) : 0) ? (i2 = i1 + 1 | 0, (i2 | 0) != (i5 | 0)) : 0) { + i7 = i15 + 16 | 0; + i8 = i15; + L1 : do if (((i1 | 0) != (i6 | 0) ? (i3 = (HEAP8[i1 >> 0] | 0) + -48 | 0, i3 >>> 0 < 10) : 0) ? (i2 = i1 + 1 | 0, (i2 | 0) != (i6 | 0)) : 0) { while (1) { i4 = (HEAP8[i2 >> 0] | 0) + -48 | 0; if (i4 >>> 0 >= 10) { @@ -35050,28 +35269,28 @@ function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT break; } i2 = i2 + 1 | 0; - if ((i2 | 0) == (i5 | 0)) break L1; + if ((i2 | 0) == (i6 | 0)) break L1; i3 = i4 + (i3 * 10 | 0) | 0; } - if ((i5 - i11 | 0) >>> 0 >= i10 >>> 0) { + if ((i6 - i11 | 0) >>> 0 >= i10 >>> 0) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i14, i11, i10); i3 = HEAP8[i14 >> 0] | 0; - i5 = (i3 & 1) == 0; - i3 = i5 ? (i3 & 255) >>> 1 : HEAP32[i14 + 4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, i5 ? i14 + 1 | 0 : HEAP32[i14 + 8 >> 2] | 0, i3 >>> 0 < 10 ? i3 : 10); - i3 = HEAP8[i6 >> 0] | 0; - i5 = (i3 & 1) == 0; - i3 = i5 ? (i3 & 255) >>> 1 : HEAP32[i6 + 4 >> 2] | 0; + i6 = (i3 & 1) == 0; + i3 = i6 ? (i3 & 255) >>> 1 : HEAP32[i14 + 4 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i5, i6 ? i14 + 1 | 0 : HEAP32[i14 + 8 >> 2] | 0, i3 >>> 0 < 10 ? i3 : 10); + i3 = HEAP8[i5 >> 0] | 0; + i6 = (i3 & 1) == 0; + i3 = i6 ? (i3 & 255) >>> 1 : HEAP32[i5 + 4 >> 2] | 0; i4 = i3 >>> 0 > 10; - i5 = _memcmp(i5 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0, 35725, i4 ? 10 : i3) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i6); - if (!(((i5 | 0) == 0 ? (i3 >>> 0 < 10 ? -1 : i4 & 1) : i5) | 0)) { + i6 = _memcmp(i6 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0, 36883, 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; HEAP32[i9 + 8 >> 2] = i1; HEAP32[i9 >> 2] = 33; HEAP32[i9 + 4 >> 2] = 21; i2 = i1; - i3 = 35736; + i3 = 36894; i4 = i2 + 21 | 0; do { HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; @@ -35079,12 +35298,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT i3 = i3 + 1 | 0; } while ((i2 | 0) < (i4 | 0)); HEAP8[i1 + 21 >> 0] = 0; - i2 = i9 + 12 | 0; - i1 = 0; + i1 = i9 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i1 = i13 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; @@ -35114,22 +35333,22 @@ function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT } __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); } else { - HEAP32[i7 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i7 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; - HEAP32[i7 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i8 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; + HEAP32[i8 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; HEAP32[i14 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i8, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i7, i8); i1 = i13 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i9 = HEAP32[i13 + 8 >> 2] | 0; i3 = i9; if (i2 >>> 0 < i9 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i7); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i13 >> 2] | 0; @@ -35145,13 +35364,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i12, i1, i4, i13 + 12 | 0); i9 = i12 + 8 | 0; i6 = HEAP32[i9 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i6, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i6, i7); HEAP32[i9 >> 2] = i6 + 24; __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i13, i12); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i12); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i14); i1 = i11 + i10 | 0; @@ -35161,40 +35380,40 @@ function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT return i1 | 0; } -function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKNS_10money_base7patternEccRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESL_SL_i(i31, i33, i32, i30, i1, i11, i8, i15, i16, i12, i22, i14, i20, i19, i13) { +function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKNS_10money_base7patternEccRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESL_SL_i(i31, i33, i32, i30, i1, i18, i17, i22, i23, i19, i26, i21, i25, i24, i20) { i31 = i31 | 0; i33 = i33 | 0; i32 = i32 | 0; i30 = i30 | 0; i1 = i1 | 0; - i11 = i11 | 0; - i8 = i8 | 0; - i15 = i15 | 0; - i16 = i16 | 0; - i12 = i12 | 0; + i18 = i18 | 0; + i17 = i17 | 0; i22 = i22 | 0; - i14 = i14 | 0; - i20 = i20 | 0; + i23 = i23 | 0; i19 = i19 | 0; - i13 = i13 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i10 = 0, i17 = 0, i18 = 0, i21 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i34 = 0, i35 = 0, i36 = 0; + i26 = i26 | 0; + i21 = i21 | 0; + i25 = i25 | 0; + i24 = i24 | 0; + i20 = i20 | 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, i27 = 0, i28 = 0, i29 = 0, i34 = 0, i35 = 0, i36 = 0; HEAP32[i32 >> 2] = i31; - i27 = i19 + 4 | 0; - i28 = i19 + 8 | 0; - i29 = i19 + 1 | 0; - i18 = i20 + 4 | 0; - i26 = (i30 & 512 | 0) == 0; - i10 = i20 + 8 | 0; - i24 = i20 + 1 | 0; - i21 = i8 + 8 | 0; - i25 = (i13 | 0) > 0; - i17 = i14 + 4 | 0; - i9 = i14 + 8 | 0; - i23 = i14 + 1 | 0; + i27 = i24 + 4 | 0; + i28 = i24 + 8 | 0; + i29 = i24 + 1 | 0; + i11 = i25 + 4 | 0; + i12 = (i30 & 512 | 0) == 0; + i13 = i25 + 8 | 0; + i14 = i25 + 1 | 0; + i15 = i17 + 8 | 0; + i16 = (i20 | 0) > 0; + i8 = i21 + 4 | 0; + i9 = i21 + 8 | 0; + i10 = i21 + 1 | 0; i7 = 0; while (1) { if ((i7 | 0) == 4) break; - L4 : do switch (HEAP8[i16 + i7 >> 0] | 0) { + L4 : do switch (HEAP8[i23 + i7 >> 0] | 0) { case 0: { HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; @@ -35203,7 +35422,7 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN case 1: { HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; - i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 31](i8, 32) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 28 >> 2] & 31](i17, 32) | 0; i6 = HEAP32[i32 >> 2] | 0; HEAP32[i32 >> 2] = i6 + 1; HEAP8[i6 >> 0] = i5; @@ -35211,7 +35430,7 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN } case 3: { - i6 = HEAP8[i19 >> 0] | 0; + i6 = HEAP8[i24 >> 0] | 0; i2 = (i6 & 1) == 0; if ((i2 ? (i6 & 255) >>> 1 : HEAP32[i27 >> 2] | 0) | 0) { i5 = HEAP8[(i2 ? i29 : HEAP32[i28 >> 2] | 0) >> 0] | 0; @@ -35223,18 +35442,19 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN } case 2: { - i2 = HEAP8[i20 >> 0] | 0; - i3 = (i2 & 1) == 0; - i2 = i3 ? (i2 & 255) >>> 1 : HEAP32[i18 >> 2] | 0; - if (!(i26 | (i2 | 0) == 0)) { - i4 = i3 ? i24 : HEAP32[i10 >> 2] | 0; - i3 = i4 + i2 | 0; + i3 = HEAP8[i25 >> 0] | 0; + i2 = (i3 & 1) == 0; + i3 = i2 ? (i3 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; + if (!(i12 | (i3 | 0) == 0)) { + i6 = i2 ? i14 : HEAP32[i13 >> 2] | 0; + i4 = i6 + i3 | 0; i2 = HEAP32[i32 >> 2] | 0; + i3 = i6; while (1) { - if ((i4 | 0) == (i3 | 0)) break; - HEAP8[i2 >> 0] = HEAP8[i4 >> 0] | 0; + if ((i3 | 0) == (i4 | 0)) break; + HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; i2 = i2 + 1 | 0; - i4 = i4 + 1 | 0; + i3 = i3 + 1 | 0; } HEAP32[i32 >> 2] = i2; } @@ -35242,72 +35462,72 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN } case 4: { - i6 = HEAP32[i32 >> 2] | 0; - i1 = i15 ? i1 + 1 | 0 : i1; + i3 = HEAP32[i32 >> 2] | 0; + i1 = i22 ? i1 + 1 | 0 : i1; i2 = i1; while (1) { - if (i2 >>> 0 >= i11 >>> 0) break; - i3 = HEAP8[i2 >> 0] | 0; - if (i3 << 24 >> 24 <= -1) break; - if (!(HEAP16[(HEAP32[i21 >> 2] | 0) + (i3 << 24 >> 24 << 1) >> 1] & 2048)) break; + if (i2 >>> 0 >= i18 >>> 0) break; + i4 = HEAP8[i2 >> 0] | 0; + if (i4 << 24 >> 24 <= -1) break; + if (!(HEAP16[(HEAP32[i15 >> 2] | 0) + (i4 << 24 >> 24 << 1) >> 1] & 2048)) break; i2 = i2 + 1 | 0; } - if (i25) { - i4 = i13; + if (i16) { + i5 = i20; while (1) { - i3 = (i4 | 0) > 0; - if (!(i2 >>> 0 > i1 >>> 0 & i3)) break; - i5 = i2 + -1 | 0; - i34 = HEAP8[i5 >> 0] | 0; - i3 = HEAP32[i32 >> 2] | 0; - HEAP32[i32 >> 2] = i3 + 1; - HEAP8[i3 >> 0] = i34; - i2 = i5; - i4 = i4 + -1 | 0; + i4 = (i5 | 0) > 0; + if (!(i2 >>> 0 > i1 >>> 0 & i4)) break; + i6 = i2 + -1 | 0; + i34 = HEAP8[i6 >> 0] | 0; + i4 = HEAP32[i32 >> 2] | 0; + HEAP32[i32 >> 2] = i4 + 1; + HEAP8[i4 >> 0] = i34; + i2 = i6; + i5 = i5 + -1 | 0; } - if (i3) i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 31](i8, 48) | 0; else i5 = 0; + if (i4) i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 28 >> 2] & 31](i17, 48) | 0; else i6 = 0; while (1) { - i3 = HEAP32[i32 >> 2] | 0; - HEAP32[i32 >> 2] = i3 + 1; - if ((i4 | 0) <= 0) break; - HEAP8[i3 >> 0] = i5; - i4 = i4 + -1 | 0; + i4 = HEAP32[i32 >> 2] | 0; + HEAP32[i32 >> 2] = i4 + 1; + if ((i5 | 0) <= 0) break; + HEAP8[i4 >> 0] = i6; + i5 = i5 + -1 | 0; } - HEAP8[i3 >> 0] = i12; + HEAP8[i4 >> 0] = i19; } L35 : do if ((i2 | 0) == (i1 | 0)) { - i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 31](i8, 48) | 0; + i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 28 >> 2] & 31](i17, 48) | 0; i34 = HEAP32[i32 >> 2] | 0; HEAP32[i32 >> 2] = i34 + 1; - HEAP8[i34 >> 0] = i5; + HEAP8[i34 >> 0] = i6; } else { - i34 = HEAP8[i14 >> 0] | 0; - i3 = (i34 & 1) == 0; - if (!((i3 ? (i34 & 255) >>> 1 : HEAP32[i17 >> 2] | 0) | 0)) { - i3 = -1; - i4 = 0; + i34 = HEAP8[i21 >> 0] | 0; + i4 = (i34 & 1) == 0; + if (!((i4 ? (i34 & 255) >>> 1 : HEAP32[i8 >> 2] | 0) | 0)) { + i4 = -1; i5 = 0; + i6 = 0; } else { - i3 = HEAP8[(i3 ? i23 : HEAP32[i9 >> 2] | 0) >> 0] | 0; - i4 = 0; + i4 = HEAP8[(i4 ? i10 : HEAP32[i9 >> 2] | 0) >> 0] | 0; i5 = 0; + i6 = 0; } while (1) { if ((i2 | 0) == (i1 | 0)) break L35; - if ((i5 | 0) == (i3 | 0)) { + if ((i6 | 0) == (i4 | 0)) { i34 = HEAP32[i32 >> 2] | 0; HEAP32[i32 >> 2] = i34 + 1; - HEAP8[i34 >> 0] = i22; - i4 = i4 + 1 | 0; - i34 = HEAP8[i14 >> 0] | 0; - i3 = (i34 & 1) == 0; - if (i4 >>> 0 < (i3 ? (i34 & 255) >>> 1 : HEAP32[i17 >> 2] | 0) >>> 0) { - i3 = HEAP8[(i3 ? i23 : HEAP32[i9 >> 2] | 0) + i4 >> 0] | 0; - i3 = i3 << 24 >> 24 == 127 ? -1 : i3 << 24 >> 24; - i5 = 0; + HEAP8[i34 >> 0] = i26; + i5 = i5 + 1 | 0; + i34 = HEAP8[i21 >> 0] | 0; + i4 = (i34 & 1) == 0; + if (i5 >>> 0 < (i4 ? (i34 & 255) >>> 1 : HEAP32[i8 >> 2] | 0) >>> 0) { + i4 = HEAP8[(i4 ? i10 : HEAP32[i9 >> 2] | 0) + i5 >> 0] | 0; + i4 = i4 << 24 >> 24 == 127 ? -1 : i4 << 24 >> 24; + i6 = 0; } else { - i3 = i5; - i5 = 0; + i4 = i6; + i6 = 0; } } i34 = i2 + -1 | 0; @@ -35316,20 +35536,17 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN HEAP32[i32 >> 2] = i35 + 1; HEAP8[i35 >> 0] = i36; i2 = i34; - i5 = i5 + 1 | 0; + i6 = i6 + 1 | 0; } } while (0); i2 = HEAP32[i32 >> 2] | 0; - if ((i6 | 0) != (i2 | 0)) { - i3 = i6; - while (1) { - i2 = i2 + -1 | 0; - if (i3 >>> 0 >= i2 >>> 0) break L4; - i36 = HEAP8[i3 >> 0] | 0; - HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; - HEAP8[i2 >> 0] = i36; - i3 = i3 + 1 | 0; - } + if ((i3 | 0) != (i2 | 0)) while (1) { + i2 = i2 + -1 | 0; + if (i3 >>> 0 >= i2 >>> 0) break L4; + i36 = HEAP8[i3 >> 0] | 0; + HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; + HEAP8[i2 >> 0] = i36; + i3 = i3 + 1 | 0; } break; } @@ -35338,7 +35555,7 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN } while (0); i7 = i7 + 1 | 0; } - i1 = HEAP8[i19 >> 0] | 0; + i1 = HEAP8[i24 >> 0] | 0; i2 = (i1 & 1) == 0; i1 = i2 ? (i1 & 255) >>> 1 : HEAP32[i27 >> 2] | 0; if (i1 >>> 0 > 1) { @@ -35367,386 +35584,184 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN return; } -function __ZN4wasm6Binary7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i8, i5, i3) { - i8 = i8 | 0; - i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0, i7 = 0, i9 = 0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i9; - HEAP32[i4 >> 2] = i3; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i5, 40) | 0; - i1 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(i5) | 0; - i6 = i8 + 8 | 0; - if ((HEAP32[i6 >> 2] | 0) > 16) i2 = (HEAP32[i8 + 12 >> 2] | 0) + 4 | 0; else i2 = i8 + 4 | 0; - switch (HEAP32[i2 >> 2] | 0) { - case 0: - { - i7 = 17406; - break; - } - case 1: - { - i7 = 17411; - break; - } - case 2: - { - i7 = 17415; - break; - } - case 3: - { - i7 = 17419; - break; - } - case 4: - { - i7 = 17423; - break; - } - default: - {} - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i7) | 0, 46) | 0; - do switch (HEAP32[i6 >> 2] | 0) { - case 0: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 24250) | 0; - break; - } - case 1: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 28041) | 0; - break; - } - case 2: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17647) | 0; - break; - } - case 3: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17651) | 0; - break; - } - case 4: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17657) | 0; - break; - } - case 5: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17663) | 0; - break; - } - case 6: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17669) | 0; - break; - } - case 7: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17675) | 0; - break; - } - case 8: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17679) | 0; - break; - } - case 9: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17682) | 0; - break; - } - case 10: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17686) | 0; - break; - } - case 11: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17690) | 0; - break; - } - case 12: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17696) | 0; - break; - } - case 13: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17702) | 0; - break; - } - case 14: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17706) | 0; - break; - } - case 15: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17715) | 0; - break; - } - case 16: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17719) | 0; - break; - } - case 17: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17723) | 0; - break; - } - case 18: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17726) | 0; - break; - } - case 19: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17729) | 0; - break; - } - case 20: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17734) | 0; - break; - } - case 21: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17739) | 0; - break; - } - case 22: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17744) | 0; - break; - } - case 23: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17749) | 0; - break; - } - case 24: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17754) | 0; - break; - } - case 25: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17759) | 0; - break; - } - case 26: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17764) | 0; - break; - } - case 27: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17769) | 0; - break; - } - case 28: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17772) | 0; - break; - } - case 29: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17775) | 0; - break; - } - case 30: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17778) | 0; - break; - } - default: - _abort(); - } while (0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i5, 10) | 0; - i7 = i3 + 1 | 0; - HEAP32[i4 >> 2] = i7; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i5, i7, HEAP32[i8 + 12 >> 2] | 0) | 0; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i5, i7, HEAP32[i8 + 16 >> 2] | 0) | 0; - i8 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i5, i4) | 0; - STACKTOP = i9; - return i8 | 0; -} - -function __ZNSt3__113__tree_removeIPNS_16__tree_node_baseIPvEEEEvT_S5_(i3, i11) { - i3 = i3 | 0; +function __ZNSt3__113__tree_removeIPNS_16__tree_node_baseIPvEEEEvT_S5_(i1, i11) { + i1 = i1 | 0; i11 = i11 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; - i1 = HEAP32[i11 >> 2] | 0; - do if (i1) if (HEAP32[i11 + 4 >> 2] | 0) { - i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i11) | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (!i1) { - i4 = i2; - i5 = 6; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; + i2 = HEAP32[i11 >> 2] | 0; + do if (i2) if (HEAP32[i11 + 4 >> 2] | 0) { + i3 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i11) | 0; + i2 = HEAP32[i3 >> 2] | 0; + if (!i2) { + i4 = i3; + i6 = 6; break; } else { - i4 = i2; - i5 = 8; + i5 = i3; + i4 = i3; + i6 = 8; break; } } else { + i5 = i11; i4 = i11; - i2 = i11; - i5 = 8; + i6 = 8; break; } else { i4 = i11; - i2 = i11; - i5 = 6; + i3 = i11; + i6 = 6; } while (0); - if ((i5 | 0) == 6) { - i1 = HEAP32[i2 + 4 >> 2] | 0; - if (!i1) { - i7 = i2 + 8 | 0; + if ((i6 | 0) == 6) { + i2 = HEAP32[i3 + 4 >> 2] | 0; + if (!i2) { + i9 = i3 + 8 | 0; i10 = 0; - i8 = i2; - i9 = 0; - } else i5 = 8; + i2 = 0; + i8 = i4; + } else { + i5 = i3; + i6 = 8; + } } - if ((i5 | 0) == 8) { - i7 = i2 + 8 | 0; - HEAP32[i1 + 8 >> 2] = HEAP32[i7 >> 2]; + if ((i6 | 0) == 8) { + i9 = i5 + 8 | 0; + HEAP32[i2 + 8 >> 2] = HEAP32[i9 >> 2]; i10 = 1; - i8 = i2; - i9 = i1; + i3 = i5; + i8 = i4; } - i2 = HEAP32[i7 >> 2] | 0; - i1 = HEAP32[i2 >> 2] | 0; - if ((i1 | 0) == (i8 | 0)) { - HEAP32[i2 >> 2] = i9; - if ((i8 | 0) == (i3 | 0)) { - i3 = i9; - i1 = 0; - } else i1 = HEAP32[i2 + 4 >> 2] | 0; - } else HEAP32[i2 + 4 >> 2] = i9; - i5 = i8 + 12 | 0; - i6 = (HEAP8[i5 >> 0] | 0) != 0; - if ((i8 | 0) != (i11 | 0)) { - i12 = i11 + 8 | 0; - i2 = HEAP32[i12 >> 2] | 0; - HEAP32[i7 >> 2] = i2; - if ((HEAP32[HEAP32[i12 >> 2] >> 2] | 0) == (i11 | 0)) HEAP32[i2 >> 2] = i8; else HEAP32[i2 + 4 >> 2] = i8; - i2 = HEAP32[i11 >> 2] | 0; + i4 = HEAP32[i9 >> 2] | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (i3 | 0)) { HEAP32[i4 >> 2] = i2; - HEAP32[i2 + 8 >> 2] = i8; - i2 = HEAP32[i11 + 4 >> 2] | 0; - HEAP32[i8 + 4 >> 2] = i2; - if (i2 | 0) HEAP32[i2 + 8 >> 2] = i8; - HEAP8[i5 >> 0] = HEAP8[i11 + 12 >> 0] | 0; - i3 = (i3 | 0) == (i11 | 0) ? i8 : i3; - } - do if (i6 & (i3 | 0) != 0) { + if ((i3 | 0) == (i1 | 0)) { + i1 = i2; + i5 = 0; + } else i5 = HEAP32[i4 + 4 >> 2] | 0; + } else HEAP32[i4 + 4 >> 2] = i2; + i6 = i3 + 12 | 0; + i7 = (HEAP8[i6 >> 0] | 0) != 0; + if ((i3 | 0) != (i11 | 0)) { + i12 = i11 + 8 | 0; + i4 = HEAP32[i12 >> 2] | 0; + HEAP32[i9 >> 2] = i4; + if ((HEAP32[HEAP32[i12 >> 2] >> 2] | 0) == (i11 | 0)) HEAP32[i4 >> 2] = i3; else HEAP32[i4 + 4 >> 2] = i3; + i4 = HEAP32[i11 >> 2] | 0; + HEAP32[i8 >> 2] = i4; + HEAP32[i4 + 8 >> 2] = i3; + i4 = HEAP32[i11 + 4 >> 2] | 0; + HEAP32[i3 + 4 >> 2] = i4; + if (i4 | 0) HEAP32[i4 + 8 >> 2] = i3; + HEAP8[i6 >> 0] = HEAP8[i11 + 12 >> 0] | 0; + i1 = (i1 | 0) == (i11 | 0) ? i3 : i1; + } + do if (i7 & (i1 | 0) != 0) { if (i10) { - HEAP8[i9 + 12 >> 0] = 1; + HEAP8[i2 + 12 >> 0] = 1; break; } while (1) { - i2 = HEAP32[i1 + 8 >> 2] | 0; - i4 = i1 + 12 | 0; - i5 = (HEAP8[i4 >> 0] | 0) != 0; - if ((HEAP32[i2 >> 2] | 0) == (i1 | 0)) { - if (!i5) { - HEAP8[i4 >> 0] = 1; + i2 = HEAP32[i5 + 8 >> 2] | 0; + i3 = i5 + 12 | 0; + i4 = (HEAP8[i3 >> 0] | 0) != 0; + if ((HEAP32[i2 >> 2] | 0) == (i5 | 0)) { + if (i4) { + i4 = i1; + i1 = i5; + } else { + HEAP8[i3 >> 0] = 1; HEAP8[i2 + 12 >> 0] = 0; __ZNSt3__119__tree_right_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i2); - i12 = HEAP32[i1 + 4 >> 2] | 0; - i3 = (i3 | 0) == (i12 | 0) ? i1 : i3; + i12 = HEAP32[i5 + 4 >> 2] | 0; + i4 = (i1 | 0) == (i12 | 0) ? i5 : i1; i1 = HEAP32[i12 >> 2] | 0; } i2 = HEAP32[i1 >> 2] | 0; - i4 = (i2 | 0) == 0; - if (!i4 ? (HEAP8[i2 + 12 >> 0] | 0) == 0 : 0) { - i5 = 49; + i3 = (i2 | 0) == 0; + if (!i3 ? (HEAP8[i2 + 12 >> 0] | 0) == 0 : 0) { + i6 = 49; break; } i12 = HEAP32[i1 + 4 >> 2] | 0; if (i12 | 0 ? (HEAP8[i12 + 12 >> 0] | 0) == 0 : 0) { - i5 = 48; + i6 = 48; break; } HEAP8[i1 + 12 >> 0] = 0; i2 = HEAP32[i1 + 8 >> 2] | 0; i1 = i2 + 12 | 0; - if ((i2 | 0) == (i3 | 0) | (HEAP8[i1 >> 0] | 0) == 0) { - i5 = 45; + if ((i2 | 0) == (i4 | 0) | (HEAP8[i1 >> 0] | 0) == 0) { + i6 = 45; break; } - i1 = HEAP32[i2 + 8 >> 2] | 0; - i1 = (HEAP32[i1 >> 2] | 0) == (i2 | 0) ? i1 + 4 | 0 : i1; + i12 = HEAP32[i2 + 8 >> 2] | 0; + i1 = i4; + i2 = (HEAP32[i12 >> 2] | 0) == (i2 | 0) ? i12 + 4 | 0 : i12; } else { - if (!i5) { - HEAP8[i4 >> 0] = 1; + if (!i4) { + HEAP8[i3 >> 0] = 1; HEAP8[i2 + 12 >> 0] = 0; __ZNSt3__118__tree_left_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i2); - i12 = HEAP32[i1 >> 2] | 0; - i3 = (i3 | 0) == (i12 | 0) ? i1 : i3; - i1 = HEAP32[i12 + 4 >> 2] | 0; + i12 = HEAP32[i5 >> 2] | 0; + i1 = (i1 | 0) == (i12 | 0) ? i5 : i1; + i5 = HEAP32[i12 + 4 >> 2] | 0; } - i4 = HEAP32[i1 >> 2] | 0; - if (i4 | 0 ? (HEAP8[i4 + 12 >> 0] | 0) == 0 : 0) { - i5 = 34; + i3 = HEAP32[i5 >> 2] | 0; + if (i3 | 0 ? (HEAP8[i3 + 12 >> 0] | 0) == 0 : 0) { + i1 = i5; + i6 = 34; break; } - i2 = HEAP32[i1 + 4 >> 2] | 0; + i2 = HEAP32[i5 + 4 >> 2] | 0; if (i2 | 0 ? (HEAP8[i2 + 12 >> 0] | 0) == 0 : 0) { - i5 = 35; + i1 = i5; + i6 = 35; break; } - HEAP8[i1 + 12 >> 0] = 0; - i1 = HEAP32[i1 + 8 >> 2] | 0; - if ((i1 | 0) == (i3 | 0)) { - i1 = i3; - i5 = 32; + HEAP8[i5 + 12 >> 0] = 0; + i2 = HEAP32[i5 + 8 >> 2] | 0; + if ((i2 | 0) == (i1 | 0)) { + i6 = 32; break; } - if (!(HEAP8[i1 + 12 >> 0] | 0)) { - i5 = 32; + if (!(HEAP8[i2 + 12 >> 0] | 0)) { + i1 = i2; + i6 = 32; break; } - i12 = HEAP32[i1 + 8 >> 2] | 0; - i1 = (HEAP32[i12 >> 2] | 0) == (i1 | 0) ? i12 + 4 | 0 : i12; + i12 = HEAP32[i2 + 8 >> 2] | 0; + i2 = (HEAP32[i12 >> 2] | 0) == (i2 | 0) ? i12 + 4 | 0 : i12; } - i1 = HEAP32[i1 >> 2] | 0; + i5 = HEAP32[i2 >> 2] | 0; } - if ((i5 | 0) == 32) { + if ((i6 | 0) == 32) { HEAP8[i1 + 12 >> 0] = 1; break; - } else if ((i5 | 0) == 34) { + } else if ((i6 | 0) == 34) { i2 = HEAP32[i1 + 4 >> 2] | 0; - if (!i2) i5 = 36; else i5 = 35; - } else if ((i5 | 0) == 45) { + if (!i2) i6 = 36; else i6 = 35; + } else if ((i6 | 0) == 45) { HEAP8[i1 >> 0] = 1; break; - } else if ((i5 | 0) == 48) if (i4) i5 = 50; else i5 = 49; - if ((i5 | 0) == 35) if (!(HEAP8[i2 + 12 >> 0] | 0)) i5 = 37; else i5 = 36; else if ((i5 | 0) == 49) if (!(HEAP8[i2 + 12 >> 0] | 0)) i5 = 51; else i5 = 50; - if ((i5 | 0) == 36) { - HEAP8[i4 + 12 >> 0] = 1; + } else if ((i6 | 0) == 48) if (i3) i6 = 50; else i6 = 49; + if ((i6 | 0) == 35) if (!(HEAP8[i2 + 12 >> 0] | 0)) i6 = 37; else i6 = 36; else if ((i6 | 0) == 49) if (!(HEAP8[i2 + 12 >> 0] | 0)) i6 = 51; else i6 = 50; + if ((i6 | 0) == 36) { + HEAP8[i3 + 12 >> 0] = 1; HEAP8[i1 + 12 >> 0] = 0; __ZNSt3__119__tree_right_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i1); i1 = HEAP32[i1 + 8 >> 2] | 0; i2 = HEAP32[i1 + 4 >> 2] | 0; - i5 = 37; - } else if ((i5 | 0) == 50) { + i6 = 37; + } else if ((i6 | 0) == 50) { HEAP8[(HEAP32[i1 + 4 >> 2] | 0) + 12 >> 0] = 1; HEAP8[i1 + 12 >> 0] = 0; __ZNSt3__118__tree_left_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i1); i1 = HEAP32[i1 + 8 >> 2] | 0; i2 = HEAP32[i1 >> 2] | 0; - i5 = 51; + i6 = 51; } - if ((i5 | 0) == 37) { + if ((i6 | 0) == 37) { i12 = HEAP32[i1 + 8 >> 2] | 0; i11 = i12 + 12 | 0; HEAP8[i1 + 12 >> 0] = HEAP8[i11 >> 0] | 0; @@ -35754,7 +35769,7 @@ function __ZNSt3__113__tree_removeIPNS_16__tree_node_baseIPvEEEEvT_S5_(i3, i11) HEAP8[i2 + 12 >> 0] = 1; __ZNSt3__118__tree_left_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i12); break; - } else if ((i5 | 0) == 51) { + } else if ((i6 | 0) == 51) { i12 = HEAP32[i1 + 8 >> 2] | 0; i11 = i12 + 12 | 0; HEAP8[i1 + 12 >> 0] = HEAP8[i11 >> 0] | 0; @@ -35767,160 +35782,199 @@ function __ZNSt3__113__tree_removeIPNS_16__tree_node_baseIPvEEEEvT_S5_(i3, i11) return; } -function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__do_get_unsignedIyEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i21, i22, i2, i23, i17) { - i1 = i1 | 0; - i21 = i21 | 0; - i22 = i22 | 0; - i2 = i2 | 0; - i23 = i23 | 0; +function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEPKNS_12basic_stringIwS3_NS_9allocatorIwEEEENS_5ctypeIwEEEET0_RT_SE_SD_SD_RKT1_Rjb(i16, i17, i1, i19, i15, i18, i14) { + i16 = i16 | 0; i17 = i17 | 0; - var 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, i19 = 0, i20 = 0, i24 = 0; - i20 = STACKTOP; - STACKTOP = STACKTOP + 304 | 0; - i11 = i20 + 200 | 0; - i3 = i20 + 196 | 0; - i19 = i20 + 184 | 0; - i18 = i20 + 172 | 0; - i14 = i20 + 168 | 0; - i15 = i20 + 8 | 0; - i13 = i20 + 4 | 0; - i12 = i20; - switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { - case 64: - { - i16 = 8; - break; - } - case 8: - { - i16 = 16; - break; - } - case 0: - { - i16 = 0; - break; + i1 = i1 | 0; + i19 = i19 | 0; + i15 = i15 | 0; + i18 = i18 | 0; + i14 = i14 | 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, i20 = 0, i21 = 0, i22 = 0; + i22 = STACKTOP; + STACKTOP = STACKTOP + 112 | 0; + i3 = i22; + i4 = (i19 - i1 | 0) / 12 | 0; + if (i4 >>> 0 > 100) { + i3 = _malloc(i4) | 0; + if (!i3) __ZSt17__throw_bad_allocv(); else { + i20 = i3; + i2 = i3; } - default: - i16 = 10; + } else { + i20 = 0; + i2 = i3; } - __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); - i1 = 0; + i7 = i1; + i3 = 0; + i6 = i2; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i18 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i7 | 0) == (i19 | 0)) break; + i5 = HEAP8[i7 >> 0] | 0; + if (!(i5 & 1)) i5 = (i5 & 255) >>> 1; else i5 = HEAP32[i7 + 4 >> 2] | 0; + if (!i5) { + HEAP8[i6 >> 0] = 2; + i3 = i3 + 1 | 0; + i4 = i4 + -1 | 0; + } else HEAP8[i6 >> 0] = 1; + i7 = i7 + 12 | 0; + i6 = i6 + 1 | 0; } - if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); - i8 = i18 + 8 | 0; - i10 = i18 + 1 | 0; - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i2; - HEAP32[i13 >> 2] = i15; - HEAP32[i12 >> 2] = 0; - i9 = i18 + 4 | 0; - i7 = HEAP32[i3 >> 2] | 0; - i3 = HEAP32[i21 >> 2] | 0; - L13 : while (1) { - if (i3) { - i1 = HEAP32[i3 + 12 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) == -1) { - HEAP32[i21 >> 2] = 0; - i3 = 0; - i5 = 1; - } else i5 = 0; - } else { - i3 = 0; - i5 = 1; - } - i4 = HEAP32[i22 >> 2] | 0; - do if (i4) { - i1 = HEAP32[i4 + 12 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i4 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) != -1) if (i5) { - i6 = i4; + i13 = 0; + i10 = i3; + i8 = i4; + L17 : while (1) { + i3 = HEAP32[i16 >> 2] | 0; + do if (i3) { + i4 = HEAP32[i3 + 12 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i3 = HEAP32[i4 >> 2] | 0; + if ((i3 | 0) == -1) { + HEAP32[i16 >> 2] = 0; + i6 = 1; break; - } else break L13; else { - HEAP32[i22 >> 2] = 0; - i24 = 23; + } else { + i6 = (HEAP32[i16 >> 2] | 0) == 0; break; } - } else i24 = 23; while (0); - if ((i24 | 0) == 23) { - i24 = 0; - if (i5) { - i4 = 0; - break; - } else i6 = 0; - } - i4 = HEAP8[i18 >> 0] | 0; - i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i2 + i4 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i4 << 1, 0); - if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i2 + i4; + } else i6 = 1; while (0); + i5 = HEAP32[i17 >> 2] | 0; + if (i5) { + i3 = HEAP32[i5 + 12 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i5 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0; else i3 = HEAP32[i3 >> 2] | 0; + if ((i3 | 0) == -1) { + HEAP32[i17 >> 2] = 0; + i5 = 0; + i3 = 1; + } else i3 = 0; + } else { + i5 = 0; + i3 = 1; } - i5 = i3 + 12 | 0; - i1 = HEAP32[i5 >> 2] | 0; - i4 = i3 + 16 | 0; - if ((i1 | 0) == (HEAP32[i4 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i1, i16, i2, i14, i12, i7, i19, i15, i13, i11) | 0) { - i4 = i6; - break; + i4 = HEAP32[i16 >> 2] | 0; + if (!((i8 | 0) != 0 & (i6 ^ i3))) break; + i3 = HEAP32[i4 + 12 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i4 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i3 = HEAP32[i3 >> 2] | 0; + if (!i14) i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 28 >> 2] & 31](i15, i3) | 0; + i12 = i13 + 1 | 0; + i7 = 0; + i9 = i1; + i11 = i8; + i8 = i2; + while (1) { + if ((i9 | 0) == (i19 | 0)) break; + do if ((HEAP8[i8 >> 0] | 0) == 1) { + if (!(HEAP8[i9 >> 0] & 1)) i4 = i9 + 4 | 0; else i4 = HEAP32[i9 + 8 >> 2] | 0; + i4 = HEAP32[i4 + (i13 << 2) >> 2] | 0; + if (!i14) i4 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 28 >> 2] & 31](i15, i4) | 0; + if ((i3 | 0) != (i4 | 0)) { + HEAP8[i8 >> 0] = 0; + i4 = i7; + i5 = i10; + i6 = i11 + -1 | 0; + break; + } + i4 = HEAP8[i9 >> 0] | 0; + if (!(i4 & 1)) i4 = (i4 & 255) >>> 1; else i4 = HEAP32[i9 + 4 >> 2] | 0; + if ((i4 | 0) == (i12 | 0)) { + HEAP8[i8 >> 0] = 2; + i4 = 1; + i5 = i10 + 1 | 0; + i6 = i11 + -1 | 0; + } else { + i4 = 1; + i5 = i10; + i6 = i11; + } + } else { + i4 = i7; + i5 = i10; + i6 = i11; + } while (0); + i7 = i4; + i9 = i9 + 12 | 0; + i10 = i5; + i11 = i6; + i8 = i8 + 1 | 0; } - i1 = HEAP32[i5 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i4 >> 2] | 0)) { - FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; + if (!i7) { + i13 = i12; + i8 = i11; continue; + } + i3 = HEAP32[i16 >> 2] | 0; + i4 = i3 + 12 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; else HEAP32[i4 >> 2] = i5 + 4; + if ((i10 + i11 | 0) >>> 0 > 1) { + i6 = i1; + i3 = i10; + i5 = i2; } else { - HEAP32[i5 >> 2] = i1 + 4; + i13 = i12; + i8 = i11; continue; } + while (1) { + if ((i6 | 0) == (i19 | 0)) { + i13 = i12; + i10 = i3; + i8 = i11; + continue L17; + } + if ((HEAP8[i5 >> 0] | 0) == 2) { + i4 = HEAP8[i6 >> 0] | 0; + if (!(i4 & 1)) i4 = (i4 & 255) >>> 1; else i4 = HEAP32[i6 + 4 >> 2] | 0; + if ((i4 | 0) != (i12 | 0)) { + HEAP8[i5 >> 0] = 0; + i3 = i3 + -1 | 0; + } + } + i6 = i6 + 12 | 0; + i5 = i5 + 1 | 0; + } } - i11 = HEAP8[i19 >> 0] | 0; - i1 = HEAP32[i13 >> 2] | 0; - if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i1 - i15 | 0) < 160 : 0) { - i11 = HEAP32[i12 >> 2] | 0; - i12 = i1 + 4 | 0; - HEAP32[i13 >> 2] = i12; - HEAP32[i1 >> 2] = i11; - i1 = i12; - } - i16 = __ZNSt3__127__num_get_unsigned_integralIyEET_PKcS3_Rji(i2, HEAP32[i14 >> 2] | 0, i23, i16) | 0; - HEAP32[i17 >> 2] = i16; - HEAP32[i17 + 4 >> 2] = tempRet0; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, i1, i23); - if (i3) { - i1 = HEAP32[i3 + 12 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) == -1) { - HEAP32[i21 >> 2] = 0; - i2 = 1; - } else i2 = 0; - } else i2 = 1; do if (i4) { - i1 = HEAP32[i4 + 12 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i4 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) != -1) if (i2) break; else { - i24 = 53; + i3 = HEAP32[i4 + 12 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i4 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i3 = HEAP32[i3 >> 2] | 0; + if ((i3 | 0) == -1) { + HEAP32[i16 >> 2] = 0; + i4 = 1; break; } else { - HEAP32[i22 >> 2] = 0; - i24 = 51; + i4 = (HEAP32[i16 >> 2] | 0) == 0; break; } - } else i24 = 51; while (0); - if ((i24 | 0) == 51 ? i2 : 0) i24 = 53; - if ((i24 | 0) == 53) HEAP32[i23 >> 2] = HEAP32[i23 >> 2] | 2; - i24 = HEAP32[i21 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i18); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i19); - STACKTOP = i20; - return i24 | 0; + } else i4 = 1; while (0); + do if (i5) { + i3 = HEAP32[i5 + 12 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i5 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0; else i3 = HEAP32[i3 >> 2] | 0; + if ((i3 | 0) != -1) if (i4) break; else { + i21 = 77; + break; + } else { + HEAP32[i17 >> 2] = 0; + i21 = 41; + break; + } + } else i21 = 41; while (0); + if ((i21 | 0) == 41) if (i4) i21 = 77; + if ((i21 | 0) == 77) HEAP32[i18 >> 2] = HEAP32[i18 >> 2] | 2; + while (1) { + if ((i1 | 0) == (i19 | 0)) { + i21 = 81; + break; + } + if ((HEAP8[i2 >> 0] | 0) == 2) break; + i1 = i1 + 12 | 0; + i2 = i2 + 1 | 0; + } + if ((i21 | 0) == 81) { + HEAP32[i18 >> 2] = HEAP32[i18 >> 2] | 4; + i1 = i19; + } + _free(i20); + STACKTOP = i22; + return i1 | 0; } function __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i1, i10, i9, i11) { @@ -35955,45 +36009,45 @@ function __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i1, i10, i2 = HEAP32[i9 + 4 >> 2] | 0; if ((HEAP32[i9 >> 2] | 0) != (i2 | 0)) { i5 = i2 + -24 | 0; - i4 = i3 - i1 | 0; - if (i4 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i8); - if (i4 >>> 0 < 11) { - HEAP8[i8 >> 0] = i4 << 1; - i3 = i8 + 1 | 0; + i3 = i3 - i1 | 0; + if (i3 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i8); + if (i3 >>> 0 < 11) { + HEAP8[i8 >> 0] = i3 << 1; + i4 = i8 + 1 | 0; } else { - i2 = i4 + 16 & -16; - i3 = _malloc(i2) | 0; - HEAP32[i8 + 8 >> 2] = i3; + i2 = i3 + 16 & -16; + i4 = _malloc(i2) | 0; + HEAP32[i8 + 8 >> 2] = i4; HEAP32[i8 >> 2] = i2 | 1; - HEAP32[i8 + 4 >> 2] = i4; + HEAP32[i8 + 4 >> 2] = i3; } - i2 = i3; + i2 = i4; while (1) { if ((i1 | 0) == (i10 | 0)) break; HEAP8[i2 >> 0] = HEAP8[i1 >> 0] | 0; i1 = i1 + 1 | 0; i2 = i2 + 1 | 0; } - HEAP8[i3 + i4 >> 0] = 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, 0, 35898) | 0; - HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i7 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i7 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + HEAP8[i4 + i3 >> 0] = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, 0, 37056) | 0; + HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i7 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i7 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i7, 35848) | 0; - HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i6 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i6 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i7, 37006) | 0; + HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i6 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i6 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i1 = HEAP8[i6 >> 0] | 0; i4 = (i1 & 1) == 0; @@ -36022,7 +36076,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[37375 + i3 >> 0] | 0)) break L43; + if ((HEAP8[i2 >> 0] | 0) != (HEAP8[38533 + i3 >> 0] | 0)) break L43; i3 = i3 + 1 | 0; i2 = i2 + 1 | 0; } @@ -36044,7 +36098,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, 37389) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i3 + -24 | 0, 0, 38547) | 0; i1 = i2; } } while (0); @@ -36066,7 +36120,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i1, i10, return; } -function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE15__do_get_signedIxEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i21, i22, i2, i23, i17) { +function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE17__do_get_unsignedIyEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i21, i22, i2, i23, i17) { i1 = i1 | 0; i21 = i21 | 0; i22 = i22 | 0; @@ -36080,28 +36134,28 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i14 = i20 + 168 | 0; - i15 = i20 + 8 | 0; + i15 = i20 + 168 | 0; + i16 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i16 = 8; + i14 = 8; break; } case 8: { - i16 = 16; + i14 = 16; break; } case 0: { - i16 = 0; + i14 = 0; break; } default: - i16 = 10; + i14 = 10; } __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); i1 = 0; @@ -36113,12 +36167,12 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); i8 = i18 + 8 | 0; - i10 = i18 + 1 | 0; - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i2; - HEAP32[i13 >> 2] = i15; + i9 = i18 + 1 | 0; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i2; + HEAP32[i13 >> 2] = i16; HEAP32[i12 >> 2] = 0; - i9 = i18 + 4 | 0; + i10 = i18 + 4 | 0; i7 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i21 >> 2] | 0; L13 : while (1) { @@ -36155,44 +36209,44 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 } else i6 = 0; } i4 = HEAP8[i18 >> 0] | 0; - i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i2 + i4 | 0)) { + i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if ((HEAP32[i15 >> 2] | 0) == (i2 + i4 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i4 << 1, 0); if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i2 + i4; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i2 + i4; } - i5 = i3 + 12 | 0; - i1 = HEAP32[i5 >> 2] | 0; - i4 = i3 + 16 | 0; - if ((i1 | 0) == (HEAP32[i4 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i1, i16, i2, i14, i12, i7, i19, i15, i13, i11) | 0) { + i4 = i3 + 12 | 0; + i1 = HEAP32[i4 >> 2] | 0; + i5 = i3 + 16 | 0; + if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i1, i14, i2, i15, i12, i7, i19, i16, i13, i11) | 0) { i4 = i6; break; } - i1 = HEAP32[i5 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i4 >> 2] | 0)) { + i1 = HEAP32[i4 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; continue; } else { - HEAP32[i5 >> 2] = i1 + 4; + HEAP32[i4 >> 2] = i1 + 4; continue; } } i11 = HEAP8[i19 >> 0] | 0; i1 = HEAP32[i13 >> 2] | 0; - if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i1 - i15 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i1 - i16 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i1 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i1 >> 2] = i11; i1 = i12; } - i16 = __ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji(i2, HEAP32[i14 >> 2] | 0, i23, i16) | 0; - HEAP32[i17 >> 2] = i16; + i15 = __ZNSt3__127__num_get_unsigned_integralIyEET_PKcS3_Rji(i2, HEAP32[i15 >> 2] | 0, i23, i14) | 0; + HEAP32[i17 >> 2] = i15; HEAP32[i17 + 4 >> 2] = tempRet0; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, i1, i23); + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i16, i1, i23); if (i3) { i1 = HEAP32[i3 + 12 >> 2] | 0; if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; @@ -36222,192 +36276,160 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 return i24 | 0; } -function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEPKNS_12basic_stringIwS3_NS_9allocatorIwEEEENS_5ctypeIwEEEET0_RT_SE_SD_SD_RKT1_Rjb(i15, i16, i1, i18, i14, i17, i13) { - i15 = i15 | 0; - i16 = i16 | 0; +function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE15__do_get_signedIxEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i21, i22, i2, i23, i17) { i1 = i1 | 0; - i18 = i18 | 0; - i14 = i14 | 0; + i21 = i21 | 0; + i22 = i22 | 0; + i2 = i2 | 0; + i23 = i23 | 0; i17 = i17 | 0; - i13 = i13 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i19 = 0, i20 = 0, i21 = 0; - i21 = STACKTOP; - STACKTOP = STACKTOP + 112 | 0; - i3 = i21; - i4 = (i18 - i1 | 0) / 12 | 0; - if (i4 >>> 0 > 100) { - i3 = _malloc(i4) | 0; - if (!i3) __ZSt17__throw_bad_allocv(); else { - i19 = i3; - i2 = i3; + var 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, i19 = 0, i20 = 0, i24 = 0; + i20 = STACKTOP; + STACKTOP = STACKTOP + 304 | 0; + i11 = i20 + 200 | 0; + i3 = i20 + 196 | 0; + i19 = i20 + 184 | 0; + i18 = i20 + 172 | 0; + i15 = i20 + 168 | 0; + i16 = i20 + 8 | 0; + i13 = i20 + 4 | 0; + i12 = i20; + switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { + case 64: + { + i14 = 8; + break; } - } else { - i19 = 0; - i2 = i3; + case 8: + { + i14 = 16; + break; + } + case 0: + { + i14 = 0; + break; + } + default: + i14 = 10; } - i7 = i1; - i3 = 0; - i6 = i2; + __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); + i1 = 0; while (1) { - if ((i7 | 0) == (i18 | 0)) break; - i5 = HEAP8[i7 >> 0] | 0; - if (!(i5 & 1)) i5 = (i5 & 255) >>> 1; else i5 = HEAP32[i7 + 4 >> 2] | 0; - if (!i5) { - HEAP8[i6 >> 0] = 2; - i3 = i3 + 1 | 0; - i4 = i4 + -1 | 0; - } else HEAP8[i6 >> 0] = 1; - i7 = i7 + 12 | 0; - i6 = i6 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i18 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i12 = 0; - i8 = i4; - L17 : while (1) { - i4 = HEAP32[i15 >> 2] | 0; + if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); + i8 = i18 + 8 | 0; + i9 = i18 + 1 | 0; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i2; + HEAP32[i13 >> 2] = i16; + HEAP32[i12 >> 2] = 0; + i10 = i18 + 4 | 0; + i7 = HEAP32[i3 >> 2] | 0; + i3 = HEAP32[i21 >> 2] | 0; + L13 : while (1) { + if (i3) { + i1 = HEAP32[i3 + 12 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if ((i1 | 0) == -1) { + HEAP32[i21 >> 2] = 0; + i3 = 0; + i5 = 1; + } else i5 = 0; + } else { + i3 = 0; + i5 = 1; + } + i4 = HEAP32[i22 >> 2] | 0; do if (i4) { - i5 = HEAP32[i4 + 12 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i4 + 16 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i4 = HEAP32[i5 >> 2] | 0; - if ((i4 | 0) == -1) { - HEAP32[i15 >> 2] = 0; - i7 = 1; + i1 = HEAP32[i4 + 12 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i4 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if ((i1 | 0) != -1) if (i5) { + i6 = i4; break; - } else { - i7 = (HEAP32[i15 >> 2] | 0) == 0; + } else break L13; else { + HEAP32[i22 >> 2] = 0; + i24 = 23; break; } - } else i7 = 1; while (0); - i5 = HEAP32[i16 >> 2] | 0; - if (i5) { - i4 = HEAP32[i5 + 12 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i5 + 16 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0; else i4 = HEAP32[i4 >> 2] | 0; - if ((i4 | 0) == -1) { - HEAP32[i16 >> 2] = 0; - i5 = 0; - i6 = 1; + } else i24 = 23; while (0); + if ((i24 | 0) == 23) { + i24 = 0; + if (i5) { + i4 = 0; + break; } else i6 = 0; - } else { - i5 = 0; - i6 = 1; } - i4 = HEAP32[i15 >> 2] | 0; - if (!((i8 | 0) != 0 & (i7 ^ i6))) break; - i5 = HEAP32[i4 + 12 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i4 + 16 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i4 = HEAP32[i5 >> 2] | 0; - if (!i13) i4 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i14 >> 2] | 0) + 28 >> 2] & 31](i14, i4) | 0; - i11 = i12 + 1 | 0; - i7 = 0; - i9 = i1; - i10 = i8; - i8 = i2; - while (1) { - if ((i9 | 0) == (i18 | 0)) break; - do if ((HEAP8[i8 >> 0] | 0) == 1) { - if (!(HEAP8[i9 >> 0] & 1)) i5 = i9 + 4 | 0; else i5 = HEAP32[i9 + 8 >> 2] | 0; - i5 = HEAP32[i5 + (i12 << 2) >> 2] | 0; - if (!i13) i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i14 >> 2] | 0) + 28 >> 2] & 31](i14, i5) | 0; - if ((i4 | 0) != (i5 | 0)) { - HEAP8[i8 >> 0] = 0; - i5 = i7; - i6 = i10 + -1 | 0; - break; - } - i5 = HEAP8[i9 >> 0] | 0; - if (!(i5 & 1)) i5 = (i5 & 255) >>> 1; else i5 = HEAP32[i9 + 4 >> 2] | 0; - if ((i5 | 0) == (i11 | 0)) { - HEAP8[i8 >> 0] = 2; - i5 = 1; - i3 = i3 + 1 | 0; - i6 = i10 + -1 | 0; - } else { - i5 = 1; - i6 = i10; - } - } else { - i5 = i7; - i6 = i10; - } while (0); - i7 = i5; - i9 = i9 + 12 | 0; - i10 = i6; - i8 = i8 + 1 | 0; + i4 = HEAP8[i18 >> 0] | 0; + i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if ((HEAP32[i15 >> 2] | 0) == (i2 + i4 | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i4 << 1, 0); + if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i2 + i4; } - if (!i7) { - i12 = i11; - i8 = i10; - continue; + i4 = i3 + 12 | 0; + i1 = HEAP32[i4 >> 2] | 0; + i5 = i3 + 16 | 0; + if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i1, i14, i2, i15, i12, i7, i19, i16, i13, i11) | 0) { + i4 = i6; + break; } - i4 = HEAP32[i15 >> 2] | 0; - i6 = i4 + 12 | 0; - i5 = HEAP32[i6 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i4 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 40 >> 2] & 127](i4) | 0; else HEAP32[i6 >> 2] = i5 + 4; - if ((i3 + i10 | 0) >>> 0 > 1) { - i6 = i1; - i5 = i2; + i1 = HEAP32[i4 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) { + FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; + continue; } else { - i12 = i11; - i8 = i10; + HEAP32[i4 >> 2] = i1 + 4; continue; } - while (1) { - if ((i6 | 0) == (i18 | 0)) { - i12 = i11; - i8 = i10; - continue L17; - } - if ((HEAP8[i5 >> 0] | 0) == 2) { - i4 = HEAP8[i6 >> 0] | 0; - if (!(i4 & 1)) i4 = (i4 & 255) >>> 1; else i4 = HEAP32[i6 + 4 >> 2] | 0; - if ((i4 | 0) != (i11 | 0)) { - HEAP8[i5 >> 0] = 0; - i3 = i3 + -1 | 0; - } - } - i6 = i6 + 12 | 0; - i5 = i5 + 1 | 0; - } } + i11 = HEAP8[i19 >> 0] | 0; + i1 = HEAP32[i13 >> 2] | 0; + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i1 - i16 | 0) < 160 : 0) { + i11 = HEAP32[i12 >> 2] | 0; + i12 = i1 + 4 | 0; + HEAP32[i13 >> 2] = i12; + HEAP32[i1 >> 2] = i11; + i1 = i12; + } + i15 = __ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji(i2, HEAP32[i15 >> 2] | 0, i23, i14) | 0; + HEAP32[i17 >> 2] = i15; + HEAP32[i17 + 4 >> 2] = tempRet0; + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i16, i1, i23); + if (i3) { + i1 = HEAP32[i3 + 12 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if ((i1 | 0) == -1) { + HEAP32[i21 >> 2] = 0; + i2 = 1; + } else i2 = 0; + } else i2 = 1; do if (i4) { - i3 = HEAP32[i4 + 12 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i4 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i3 = HEAP32[i3 >> 2] | 0; - if ((i3 | 0) == -1) { - HEAP32[i15 >> 2] = 0; - i4 = 1; - break; - } else { - i4 = (HEAP32[i15 >> 2] | 0) == 0; - break; - } - } else i4 = 1; while (0); - do if (i5) { - i3 = HEAP32[i5 + 12 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i5 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0; else i3 = HEAP32[i3 >> 2] | 0; - if ((i3 | 0) != -1) if (i4) break; else { - i20 = 77; + i1 = HEAP32[i4 + 12 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i4 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if ((i1 | 0) != -1) if (i2) break; else { + i24 = 53; break; } else { - HEAP32[i16 >> 2] = 0; - i20 = 41; - break; - } - } else i20 = 41; while (0); - if ((i20 | 0) == 41) if (i4) i20 = 77; - if ((i20 | 0) == 77) HEAP32[i17 >> 2] = HEAP32[i17 >> 2] | 2; - while (1) { - if ((i1 | 0) == (i18 | 0)) { - i20 = 81; + HEAP32[i22 >> 2] = 0; + i24 = 51; break; } - if ((HEAP8[i2 >> 0] | 0) == 2) break; - i1 = i1 + 12 | 0; - i2 = i2 + 1 | 0; - } - if ((i20 | 0) == 81) { - HEAP32[i17 >> 2] = HEAP32[i17 >> 2] | 4; - i1 = i18; - } - _free(i19); - STACKTOP = i21; - return i1 | 0; + } else i24 = 51; while (0); + if ((i24 | 0) == 51 ? i2 : 0) i24 = 53; + if ((i24 | 0) == 53) HEAP32[i23 >> 2] = HEAP32[i23 >> 2] | 2; + i24 = HEAP32[i21 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i18); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i19); + STACKTOP = i20; + return i24 | 0; } function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE4walkERPNS_10ExpressionE(i5, i6) { @@ -36560,7 +36582,7 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp {} } while (0); i1 = HEAP32[i6 >> 2] | 0; - if (!i1) ___assert_fail(27848, 27598, 1701, 27853); + if (!i1) ___assert_fail(29102, 28852, 1227, 29107); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -36598,16 +36620,216 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp default: {} } - i2 = i5 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (i1 | 0) { - HEAP32[i6 >> 2] = i1; - HEAP32[i2 >> 2] = 0; + i1 = i5 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i2 | 0) { + HEAP32[i6 >> 2] = i2; + HEAP32[i1 >> 2] = 0; } } return; } +function _try_realloc_chunk(i14, i13) { + i14 = i14 | 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, i12 = 0; + i11 = i14 + 4 | 0; + i12 = HEAP32[i11 >> 2] | 0; + i1 = i12 & -8; + i8 = i14 + i1 | 0; + i6 = HEAP32[10023] | 0; + i2 = i12 & 3; + if (!((i2 | 0) != 1 & i14 >>> 0 >= i6 >>> 0 & i14 >>> 0 < i8 >>> 0)) _abort(); + i3 = HEAP32[i8 + 4 >> 2] | 0; + if (!(i3 & 1)) _abort(); + if (!i2) { + if (i13 >>> 0 < 256) { + i14 = 0; + return i14 | 0; + } + if (i1 >>> 0 >= (i13 + 4 | 0) >>> 0 ? (i1 - i13 | 0) >>> 0 <= HEAP32[10139] << 1 >>> 0 : 0) return i14 | 0; + i14 = 0; + return i14 | 0; + } + if (i1 >>> 0 >= i13 >>> 0) { + i1 = i1 - i13 | 0; + if (i1 >>> 0 <= 15) return i14 | 0; + i10 = i14 + i13 | 0; + HEAP32[i11 >> 2] = i12 & 1 | i13 | 2; + HEAP32[i10 + 4 >> 2] = i1 | 3; + i13 = i10 + i1 + 4 | 0; + HEAP32[i13 >> 2] = HEAP32[i13 >> 2] | 1; + _dispose_chunk(i10, i1); + return i14 | 0; + } + if ((i8 | 0) == (HEAP32[10025] | 0)) { + i1 = (HEAP32[10022] | 0) + i1 | 0; + if (i1 >>> 0 <= i13 >>> 0) { + i14 = 0; + return i14 | 0; + } + i10 = i1 - i13 | 0; + i9 = i14 + i13 | 0; + HEAP32[i11 >> 2] = i12 & 1 | i13 | 2; + HEAP32[i9 + 4 >> 2] = i10 | 1; + HEAP32[10025] = i9; + HEAP32[10022] = i10; + return i14 | 0; + } + if ((i8 | 0) == (HEAP32[10024] | 0)) { + i2 = (HEAP32[10021] | 0) + i1 | 0; + if (i2 >>> 0 < i13 >>> 0) { + i14 = 0; + return i14 | 0; + } + i1 = i2 - i13 | 0; + if (i1 >>> 0 > 15) { + i2 = i14 + i13 | 0; + i10 = i2 + i1 | 0; + HEAP32[i11 >> 2] = i12 & 1 | i13 | 2; + HEAP32[i2 + 4 >> 2] = i1 | 1; + HEAP32[i10 >> 2] = i1; + i13 = i10 + 4 | 0; + HEAP32[i13 >> 2] = HEAP32[i13 >> 2] & -2; + } else { + HEAP32[i11 >> 2] = i12 & 1 | i2 | 2; + i2 = i14 + i2 + 4 | 0; + HEAP32[i2 >> 2] = HEAP32[i2 >> 2] | 1; + i2 = 0; + i1 = 0; + } + HEAP32[10021] = i1; + HEAP32[10024] = i2; + return i14 | 0; + } + if (i3 & 2 | 0) { + i14 = 0; + return i14 | 0; + } + i9 = (i3 & -8) + i1 | 0; + if (i9 >>> 0 < i13 >>> 0) { + i14 = 0; + return i14 | 0; + } + i10 = i9 - i13 | 0; + i4 = i3 >>> 3; + do if (i3 >>> 0 >= 256) { + i5 = HEAP32[i8 + 24 >> 2] | 0; + i3 = HEAP32[i8 + 12 >> 2] | 0; + do if ((i3 | 0) == (i8 | 0)) { + i2 = i8 + 16 | 0; + i3 = i2 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; + if (!i1) { + i1 = HEAP32[i2 >> 2] | 0; + if (!i1) { + i7 = 0; + break; + } + } else i2 = i3; + while (1) { + i3 = i1 + 20 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i4 | 0) { + i1 = i4; + i2 = i3; + continue; + } + i3 = i1 + 16 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (!i4) break; else { + i1 = i4; + i2 = i3; + } + } + if (i2 >>> 0 < i6 >>> 0) _abort(); else { + HEAP32[i2 >> 2] = 0; + i7 = i1; + break; + } + } else { + i4 = HEAP32[i8 + 8 >> 2] | 0; + if (i4 >>> 0 < i6 >>> 0) _abort(); + i1 = i4 + 12 | 0; + if ((HEAP32[i1 >> 2] | 0) != (i8 | 0)) _abort(); + i2 = i3 + 8 | 0; + if ((HEAP32[i2 >> 2] | 0) == (i8 | 0)) { + HEAP32[i1 >> 2] = i3; + HEAP32[i2 >> 2] = i4; + i7 = i3; + break; + } else _abort(); + } while (0); + if (i5 | 0) { + i1 = HEAP32[i8 + 28 >> 2] | 0; + i2 = 40380 + (i1 << 2) | 0; + if ((i8 | 0) == (HEAP32[i2 >> 2] | 0)) { + HEAP32[i2 >> 2] = i7; + if (!i7) { + HEAP32[10020] = HEAP32[10020] & ~(1 << i1); + break; + } + } else { + if (i5 >>> 0 < (HEAP32[10023] | 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[10023] | 0; + if (i7 >>> 0 < i3 >>> 0) _abort(); + HEAP32[i7 + 24 >> 2] = i5; + i1 = i8 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2 | 0) if (i2 >>> 0 < i3 >>> 0) _abort(); else { + HEAP32[i7 + 16 >> 2] = i2; + HEAP32[i2 + 24 >> 2] = i7; + break; + } while (0); + i1 = HEAP32[i1 + 4 >> 2] | 0; + if (i1 | 0) if (i1 >>> 0 < (HEAP32[10023] | 0) >>> 0) _abort(); else { + HEAP32[i7 + 20 >> 2] = i1; + HEAP32[i1 + 24 >> 2] = i7; + break; + } + } + } else { + i2 = HEAP32[i8 + 8 >> 2] | 0; + i3 = HEAP32[i8 + 12 >> 2] | 0; + i1 = 40116 + (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[10019] = HEAP32[10019] & ~(1 << i4); + break; + } + if ((i3 | 0) != (i1 | 0)) { + if (i3 >>> 0 < i6 >>> 0) _abort(); + i1 = i3 + 8 | 0; + if ((HEAP32[i1 >> 2] | 0) == (i8 | 0)) i5 = i1; else _abort(); + } else i5 = i3 + 8 | 0; + HEAP32[i2 + 12 >> 2] = i3; + HEAP32[i5 >> 2] = i2; + } while (0); + if (i10 >>> 0 < 16) { + HEAP32[i11 >> 2] = i9 | i12 & 1 | 2; + i13 = i14 + i9 + 4 | 0; + HEAP32[i13 >> 2] = HEAP32[i13 >> 2] | 1; + return i14 | 0; + } else { + i9 = i14 + i13 | 0; + HEAP32[i11 >> 2] = i12 & 1 | i13 | 2; + HEAP32[i9 + 4 >> 2] = i10 | 3; + i13 = i9 + i10 + 4 | 0; + HEAP32[i13 >> 2] = HEAP32[i13 >> 2] | 1; + _dispose_chunk(i9, i10); + return i14 | 0; + } + return 0; +} + 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; @@ -36622,28 +36844,28 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i14 = i20 + 168 | 0; - i15 = i20 + 8 | 0; + i15 = i20 + 168 | 0; + i16 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i16 = 8; + i14 = 8; break; } case 8: { - i16 = 16; + i14 = 16; break; } case 0: { - i16 = 0; + i14 = 0; break; } default: - i16 = 10; + i14 = 10; } __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); i1 = 0; @@ -36655,12 +36877,12 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); i8 = i18 + 8 | 0; - i10 = i18 + 1 | 0; - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i2; - HEAP32[i13 >> 2] = i15; + i9 = i18 + 1 | 0; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i2; + HEAP32[i13 >> 2] = i16; HEAP32[i12 >> 2] = 0; - i9 = i18 + 4 | 0; + i10 = i18 + 4 | 0; i7 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i21 >> 2] | 0; L13 : while (1) { @@ -36697,43 +36919,43 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 } else i6 = 0; } i4 = HEAP8[i18 >> 0] | 0; - i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i2 + i4 | 0)) { + i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if ((HEAP32[i15 >> 2] | 0) == (i2 + i4 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i4 << 1, 0); if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i2 + i4; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i2 + i4; } - i5 = i3 + 12 | 0; - i1 = HEAP32[i5 >> 2] | 0; - i4 = i3 + 16 | 0; - if ((i1 | 0) == (HEAP32[i4 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i1, i16, i2, i14, i12, i7, i19, i15, i13, i11) | 0) { + i4 = i3 + 12 | 0; + i1 = HEAP32[i4 >> 2] | 0; + i5 = i3 + 16 | 0; + if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i1, i14, i2, i15, i12, i7, i19, i16, i13, i11) | 0) { i4 = i6; break; } - i1 = HEAP32[i5 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i4 >> 2] | 0)) { + i1 = HEAP32[i4 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; continue; } else { - HEAP32[i5 >> 2] = i1 + 4; + HEAP32[i4 >> 2] = i1 + 4; continue; } } i11 = HEAP8[i19 >> 0] | 0; i1 = HEAP32[i13 >> 2] | 0; - if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i1 - i15 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i1 - i16 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i1 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i1 >> 2] = i11; i1 = i12; } - i16 = __ZNSt3__127__num_get_unsigned_integralItEET_PKcS3_Rji(i2, HEAP32[i14 >> 2] | 0, i23, i16) | 0; - HEAP16[i17 >> 1] = i16; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, i1, i23); + 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; if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; @@ -36777,28 +36999,28 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i14 = i20 + 168 | 0; - i15 = i20 + 8 | 0; + i15 = i20 + 168 | 0; + i16 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i16 = 8; + i14 = 8; break; } case 8: { - i16 = 16; + i14 = 16; break; } case 0: { - i16 = 0; + i14 = 0; break; } default: - i16 = 10; + i14 = 10; } __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); i1 = 0; @@ -36810,12 +37032,12 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); i8 = i18 + 8 | 0; - i10 = i18 + 1 | 0; - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i2; - HEAP32[i13 >> 2] = i15; + i9 = i18 + 1 | 0; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i2; + HEAP32[i13 >> 2] = i16; HEAP32[i12 >> 2] = 0; - i9 = i18 + 4 | 0; + i10 = i18 + 4 | 0; i7 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i21 >> 2] | 0; L13 : while (1) { @@ -36852,43 +37074,43 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 } else i6 = 0; } i4 = HEAP8[i18 >> 0] | 0; - i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i2 + i4 | 0)) { + i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if ((HEAP32[i15 >> 2] | 0) == (i2 + i4 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i4 << 1, 0); if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i2 + i4; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i2 + i4; } - i5 = i3 + 12 | 0; - i1 = HEAP32[i5 >> 2] | 0; - i4 = i3 + 16 | 0; - if ((i1 | 0) == (HEAP32[i4 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i1, i16, i2, i14, i12, i7, i19, i15, i13, i11) | 0) { + i4 = i3 + 12 | 0; + i1 = HEAP32[i4 >> 2] | 0; + i5 = i3 + 16 | 0; + if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i1, i14, i2, i15, i12, i7, i19, i16, i13, i11) | 0) { i4 = i6; break; } - i1 = HEAP32[i5 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i4 >> 2] | 0)) { + i1 = HEAP32[i4 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; continue; } else { - HEAP32[i5 >> 2] = i1 + 4; + HEAP32[i4 >> 2] = i1 + 4; continue; } } i11 = HEAP8[i19 >> 0] | 0; i1 = HEAP32[i13 >> 2] | 0; - if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i1 - i15 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i1 - i16 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i1 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i1 >> 2] = i11; i1 = i12; } - i16 = __ZNSt3__127__num_get_unsigned_integralImEET_PKcS3_Rji(i2, HEAP32[i14 >> 2] | 0, i23, i16) | 0; - HEAP32[i17 >> 2] = i16; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, i1, i23); + 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; if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; @@ -36932,28 +37154,28 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i14 = i20 + 168 | 0; - i15 = i20 + 8 | 0; + i15 = i20 + 168 | 0; + i16 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i16 = 8; + i14 = 8; break; } case 8: { - i16 = 16; + i14 = 16; break; } case 0: { - i16 = 0; + i14 = 0; break; } default: - i16 = 10; + i14 = 10; } __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); i1 = 0; @@ -36965,12 +37187,12 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); i8 = i18 + 8 | 0; - i10 = i18 + 1 | 0; - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i2; - HEAP32[i13 >> 2] = i15; + i9 = i18 + 1 | 0; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i2; + HEAP32[i13 >> 2] = i16; HEAP32[i12 >> 2] = 0; - i9 = i18 + 4 | 0; + i10 = i18 + 4 | 0; i7 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i21 >> 2] | 0; L13 : while (1) { @@ -37007,43 +37229,43 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 } else i6 = 0; } i4 = HEAP8[i18 >> 0] | 0; - i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i2 + i4 | 0)) { + i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if ((HEAP32[i15 >> 2] | 0) == (i2 + i4 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i4 << 1, 0); if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i2 + i4; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i2 + i4; } - i5 = i3 + 12 | 0; - i1 = HEAP32[i5 >> 2] | 0; - i4 = i3 + 16 | 0; - if ((i1 | 0) == (HEAP32[i4 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i1, i16, i2, i14, i12, i7, i19, i15, i13, i11) | 0) { + i4 = i3 + 12 | 0; + i1 = HEAP32[i4 >> 2] | 0; + i5 = i3 + 16 | 0; + if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i1, i14, i2, i15, i12, i7, i19, i16, i13, i11) | 0) { i4 = i6; break; } - i1 = HEAP32[i5 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i4 >> 2] | 0)) { + i1 = HEAP32[i4 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; continue; } else { - HEAP32[i5 >> 2] = i1 + 4; + HEAP32[i4 >> 2] = i1 + 4; continue; } } i11 = HEAP8[i19 >> 0] | 0; i1 = HEAP32[i13 >> 2] | 0; - if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i1 - i15 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i1 - i16 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i1 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i1 >> 2] = i11; i1 = i12; } - i16 = __ZNSt3__127__num_get_unsigned_integralIjEET_PKcS3_Rji(i2, HEAP32[i14 >> 2] | 0, i23, i16) | 0; - HEAP32[i17 >> 2] = i16; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, i1, i23); + 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) { i1 = HEAP32[i3 + 12 >> 2] | 0; if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; @@ -37087,28 +37309,28 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i14 = i20 + 168 | 0; - i15 = i20 + 8 | 0; + i15 = i20 + 168 | 0; + i16 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i16 = 8; + i14 = 8; break; } case 8: { - i16 = 16; + i14 = 16; break; } case 0: { - i16 = 0; + i14 = 0; break; } default: - i16 = 10; + i14 = 10; } __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); i1 = 0; @@ -37120,12 +37342,12 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); i8 = i18 + 8 | 0; - i10 = i18 + 1 | 0; - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i2; - HEAP32[i13 >> 2] = i15; + i9 = i18 + 1 | 0; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i2; + HEAP32[i13 >> 2] = i16; HEAP32[i12 >> 2] = 0; - i9 = i18 + 4 | 0; + i10 = i18 + 4 | 0; i7 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i21 >> 2] | 0; L13 : while (1) { @@ -37162,43 +37384,43 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 } else i6 = 0; } i4 = HEAP8[i18 >> 0] | 0; - i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i2 + i4 | 0)) { + i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if ((HEAP32[i15 >> 2] | 0) == (i2 + i4 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i4 << 1, 0); if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i2 + i4; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i2 + i4; } - i5 = i3 + 12 | 0; - i1 = HEAP32[i5 >> 2] | 0; - i4 = i3 + 16 | 0; - if ((i1 | 0) == (HEAP32[i4 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i1, i16, i2, i14, i12, i7, i19, i15, i13, i11) | 0) { + i4 = i3 + 12 | 0; + i1 = HEAP32[i4 >> 2] | 0; + i5 = i3 + 16 | 0; + if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i1, i14, i2, i15, i12, i7, i19, i16, i13, i11) | 0) { i4 = i6; break; } - i1 = HEAP32[i5 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i4 >> 2] | 0)) { + i1 = HEAP32[i4 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; continue; } else { - HEAP32[i5 >> 2] = i1 + 4; + HEAP32[i4 >> 2] = i1 + 4; continue; } } i11 = HEAP8[i19 >> 0] | 0; i1 = HEAP32[i13 >> 2] | 0; - if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i1 - i15 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i1 - i16 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i1 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i1 >> 2] = i11; i1 = i12; } - i16 = __ZNSt3__125__num_get_signed_integralIlEET_PKcS3_Rji(i2, HEAP32[i14 >> 2] | 0, i23, i16) | 0; - HEAP32[i17 >> 2] = i16; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, i1, i23); + i15 = __ZNSt3__125__num_get_signed_integralIlEET_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; if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; @@ -37228,206 +37450,6 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 return i24 | 0; } -function _try_realloc_chunk(i14, i13) { - i14 = i14 | 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, i12 = 0; - i12 = i14 + 4 | 0; - i11 = HEAP32[i12 >> 2] | 0; - i1 = i11 & -8; - i8 = i14 + i1 | 0; - i6 = HEAP32[9733] | 0; - i2 = i11 & 3; - if (!((i2 | 0) != 1 & i14 >>> 0 >= i6 >>> 0 & i14 >>> 0 < i8 >>> 0)) _abort(); - i3 = HEAP32[i8 + 4 >> 2] | 0; - if (!(i3 & 1)) _abort(); - if (!i2) { - if (i13 >>> 0 < 256) { - i14 = 0; - return i14 | 0; - } - if (i1 >>> 0 >= (i13 + 4 | 0) >>> 0 ? (i1 - i13 | 0) >>> 0 <= HEAP32[9849] << 1 >>> 0 : 0) return i14 | 0; - i14 = 0; - return i14 | 0; - } - if (i1 >>> 0 >= i13 >>> 0) { - i1 = i1 - i13 | 0; - if (i1 >>> 0 <= 15) return i14 | 0; - i10 = i14 + i13 | 0; - HEAP32[i12 >> 2] = i11 & 1 | i13 | 2; - HEAP32[i10 + 4 >> 2] = i1 | 3; - i13 = i10 + i1 + 4 | 0; - HEAP32[i13 >> 2] = HEAP32[i13 >> 2] | 1; - _dispose_chunk(i10, i1); - return i14 | 0; - } - if ((i8 | 0) == (HEAP32[9735] | 0)) { - i1 = (HEAP32[9732] | 0) + i1 | 0; - if (i1 >>> 0 <= i13 >>> 0) { - i14 = 0; - return i14 | 0; - } - i10 = i1 - i13 | 0; - i9 = i14 + i13 | 0; - HEAP32[i12 >> 2] = i11 & 1 | i13 | 2; - HEAP32[i9 + 4 >> 2] = i10 | 1; - HEAP32[9735] = i9; - HEAP32[9732] = i10; - return i14 | 0; - } - if ((i8 | 0) == (HEAP32[9734] | 0)) { - i2 = (HEAP32[9731] | 0) + i1 | 0; - if (i2 >>> 0 < i13 >>> 0) { - i14 = 0; - return i14 | 0; - } - i1 = i2 - i13 | 0; - if (i1 >>> 0 > 15) { - i2 = i14 + i13 | 0; - i10 = i2 + i1 | 0; - HEAP32[i12 >> 2] = i11 & 1 | i13 | 2; - HEAP32[i2 + 4 >> 2] = i1 | 1; - HEAP32[i10 >> 2] = i1; - i13 = i10 + 4 | 0; - HEAP32[i13 >> 2] = HEAP32[i13 >> 2] & -2; - } else { - HEAP32[i12 >> 2] = i11 & 1 | i2 | 2; - i2 = i14 + i2 + 4 | 0; - HEAP32[i2 >> 2] = HEAP32[i2 >> 2] | 1; - i2 = 0; - i1 = 0; - } - HEAP32[9731] = i1; - HEAP32[9734] = i2; - return i14 | 0; - } - if (i3 & 2 | 0) { - i14 = 0; - return i14 | 0; - } - i9 = (i3 & -8) + i1 | 0; - if (i9 >>> 0 < i13 >>> 0) { - i14 = 0; - return i14 | 0; - } - i10 = i9 - i13 | 0; - i4 = i3 >>> 3; - do if (i3 >>> 0 >= 256) { - i5 = HEAP32[i8 + 24 >> 2] | 0; - i3 = HEAP32[i8 + 12 >> 2] | 0; - do if ((i3 | 0) == (i8 | 0)) { - i3 = i8 + 16 | 0; - i2 = i3 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (!i1) { - i1 = HEAP32[i3 >> 2] | 0; - if (!i1) { - i7 = 0; - break; - } else i2 = i3; - } - while (1) { - i4 = i1 + 20 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 | 0) { - i1 = i3; - i2 = i4; - continue; - } - i4 = i1 + 16 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (!i3) break; else { - i1 = i3; - i2 = i4; - } - } - if (i2 >>> 0 < i6 >>> 0) _abort(); else { - HEAP32[i2 >> 2] = 0; - i7 = i1; - break; - } - } else { - i4 = HEAP32[i8 + 8 >> 2] | 0; - if (i4 >>> 0 < i6 >>> 0) _abort(); - i1 = i4 + 12 | 0; - if ((HEAP32[i1 >> 2] | 0) != (i8 | 0)) _abort(); - i2 = i3 + 8 | 0; - if ((HEAP32[i2 >> 2] | 0) == (i8 | 0)) { - HEAP32[i1 >> 2] = i3; - HEAP32[i2 >> 2] = i4; - i7 = i3; - break; - } else _abort(); - } while (0); - if (i5 | 0) { - i1 = HEAP32[i8 + 28 >> 2] | 0; - i2 = 39220 + (i1 << 2) | 0; - if ((i8 | 0) == (HEAP32[i2 >> 2] | 0)) { - HEAP32[i2 >> 2] = i7; - if (!i7) { - HEAP32[9730] = HEAP32[9730] & ~(1 << i1); - break; - } - } else { - if (i5 >>> 0 < (HEAP32[9733] | 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[9733] | 0; - if (i7 >>> 0 < i3 >>> 0) _abort(); - HEAP32[i7 + 24 >> 2] = i5; - i2 = i8 + 16 | 0; - i1 = HEAP32[i2 >> 2] | 0; - do if (i1 | 0) if (i1 >>> 0 < i3 >>> 0) _abort(); else { - HEAP32[i7 + 16 >> 2] = i1; - HEAP32[i1 + 24 >> 2] = i7; - break; - } while (0); - i1 = HEAP32[i2 + 4 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { - HEAP32[i7 + 20 >> 2] = i1; - HEAP32[i1 + 24 >> 2] = i7; - break; - } - } - } else { - i2 = HEAP32[i8 + 8 >> 2] | 0; - i3 = HEAP32[i8 + 12 >> 2] | 0; - i1 = 38956 + (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[9729] = HEAP32[9729] & ~(1 << i4); - break; - } - if ((i3 | 0) != (i1 | 0)) { - if (i3 >>> 0 < i6 >>> 0) _abort(); - i1 = i3 + 8 | 0; - if ((HEAP32[i1 >> 2] | 0) == (i8 | 0)) i5 = i1; else _abort(); - } else i5 = i3 + 8 | 0; - HEAP32[i2 + 12 >> 2] = i3; - HEAP32[i5 >> 2] = i2; - } while (0); - if (i10 >>> 0 < 16) { - HEAP32[i12 >> 2] = i9 | i11 & 1 | 2; - i13 = i14 + i9 + 4 | 0; - HEAP32[i13 >> 2] = HEAP32[i13 >> 2] | 1; - return i14 | 0; - } else { - i9 = i14 + i13 | 0; - HEAP32[i12 >> 2] = i11 & 1 | i13 | 2; - HEAP32[i9 + 4 >> 2] = i10 | 3; - i13 = i9 + i10 + 4 | 0; - HEAP32[i13 >> 2] = HEAP32[i13 >> 2] | 1; - _dispose_chunk(i9, i10); - return i14 | 0; - } - return 0; -} - function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE23__do_get_floating_pointIfEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i23, i24, i2, i25, i19) { i1 = i1 | 0; i23 = i23 | 0; @@ -37459,14 +37481,14 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE2 if (!(HEAP8[i20 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i20 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i1, 0); i9 = i20 + 8 | 0; - i11 = i20 + 1 | 0; - i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; + i10 = i20 + 1 | 0; + i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i2; HEAP32[i15 >> 2] = i18; HEAP32[i14 >> 2] = 0; HEAP8[i16 >> 0] = 1; HEAP8[i13 >> 0] = 69; - i10 = i20 + 4 | 0; + i11 = i20 + 4 | 0; i8 = HEAP32[i3 >> 2] | 0; i7 = HEAP32[i4 >> 2] | 0; i3 = HEAP32[i23 >> 2] | 0; @@ -37501,25 +37523,25 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE2 } else i4 = 0; } i5 = HEAP8[i20 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; if ((HEAP32[i17 >> 2] | 0) == (i2 + i5 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i5 << 1, 0); if (!(HEAP8[i20 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i20 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i1, 0); - i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; + i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i2 + i5; } - i6 = i3 + 12 | 0; - i1 = HEAP32[i6 >> 2] | 0; - i5 = i3 + 16 | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + i5 = i3 + 12 | 0; + i1 = HEAP32[i5 >> 2] | 0; + i6 = i3 + 16 | 0; + if ((i1 | 0) == (HEAP32[i6 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; if (__ZNSt3__19__num_getIwE19__stage2_float_loopEwRbRcPcRS4_wwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSE_RjPw(i1, i16, i13, i2, i17, i8, i7, i21, i18, i15, i14, i12) | 0) break; - i1 = HEAP32[i6 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) { + i1 = HEAP32[i5 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; continue; } else { - HEAP32[i6 >> 2] = i1 + 4; + HEAP32[i5 >> 2] = i1 + 4; continue; } } @@ -37564,7 +37586,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; @@ -37595,14 +37617,14 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE2 if (!(HEAP8[i20 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i20 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i1, 0); i9 = i20 + 8 | 0; - i11 = i20 + 1 | 0; - i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; + i10 = i20 + 1 | 0; + i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i2; HEAP32[i15 >> 2] = i18; HEAP32[i14 >> 2] = 0; HEAP8[i16 >> 0] = 1; HEAP8[i13 >> 0] = 69; - i10 = i20 + 4 | 0; + i11 = i20 + 4 | 0; i8 = HEAP32[i3 >> 2] | 0; i7 = HEAP32[i4 >> 2] | 0; i3 = HEAP32[i23 >> 2] | 0; @@ -37637,25 +37659,25 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE2 } else i4 = 0; } i5 = HEAP8[i20 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; if ((HEAP32[i17 >> 2] | 0) == (i2 + i5 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i5 << 1, 0); if (!(HEAP8[i20 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i20 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i1, 0); - i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; + i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i2 + i5; } - i6 = i3 + 12 | 0; - i1 = HEAP32[i6 >> 2] | 0; - i5 = i3 + 16 | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + i5 = i3 + 12 | 0; + i1 = HEAP32[i5 >> 2] | 0; + i6 = i3 + 16 | 0; + if ((i1 | 0) == (HEAP32[i6 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; if (__ZNSt3__19__num_getIwE19__stage2_float_loopEwRbRcPcRS4_wwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSE_RjPw(i1, i16, i13, i2, i17, i8, i7, i21, i18, i15, i14, i12) | 0) break; - i1 = HEAP32[i6 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) { + i1 = HEAP32[i5 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; continue; } else { - HEAP32[i6 >> 2] = i1 + 4; + HEAP32[i5 >> 2] = i1 + 4; continue; } } @@ -37668,7 +37690,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) { @@ -37699,7 +37721,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; @@ -37730,14 +37753,14 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE2 if (!(HEAP8[i20 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i20 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i1, 0); i9 = i20 + 8 | 0; - i11 = i20 + 1 | 0; - i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; + i10 = i20 + 1 | 0; + i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i2; HEAP32[i15 >> 2] = i18; HEAP32[i14 >> 2] = 0; HEAP8[i16 >> 0] = 1; HEAP8[i13 >> 0] = 69; - i10 = i20 + 4 | 0; + i11 = i20 + 4 | 0; i8 = HEAP32[i3 >> 2] | 0; i7 = HEAP32[i4 >> 2] | 0; i3 = HEAP32[i23 >> 2] | 0; @@ -37772,25 +37795,25 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE2 } else i4 = 0; } i5 = HEAP8[i20 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; if ((HEAP32[i17 >> 2] | 0) == (i2 + i5 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i5 << 1, 0); if (!(HEAP8[i20 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i20 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i1, 0); - i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; + i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i2 + i5; } - i6 = i3 + 12 | 0; - i1 = HEAP32[i6 >> 2] | 0; - i5 = i3 + 16 | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + i5 = i3 + 12 | 0; + i1 = HEAP32[i5 >> 2] | 0; + i6 = i3 + 16 | 0; + if ((i1 | 0) == (HEAP32[i6 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; if (__ZNSt3__19__num_getIwE19__stage2_float_loopEwRbRcPcRS4_wwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSE_RjPw(i1, i16, i13, i2, i17, i8, i7, i21, i18, i15, i14, i12) | 0) break; - i1 = HEAP32[i6 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) { + i1 = HEAP32[i5 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; continue; } else { - HEAP32[i6 >> 2] = i1 + 4; + HEAP32[i5 >> 2] = i1 + 4; continue; } } @@ -37803,7 +37826,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) { @@ -37844,89 +37867,89 @@ function _call_from_js(i2) { i1 = i21 + 100 | 0; i3 = i21 + 104 | 0; i4 = i21 + 84 | 0; - i14 = i21 + 88 | 0; - i15 = i21 + 32 | 0; - i16 = i21 + 16 | 0; - i17 = i21; + i17 = i21 + 88 | 0; + i13 = i21 + 32 | 0; + i14 = i21 + 16 | 0; + i15 = i21; i18 = i21 + 48 | 0; - i13 = i21 + 80 | 0; - if (HEAP8[42388] | 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(39500, 14667) | 0, i2) | 0, 10) | 0; + i16 = i21 + 80 | 0; + if (HEAP8[43548] | 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(40660, 14739) | 0, i2) | 0, 10) | 0; __ZN6cashew7IStringC2EPKcb(i1, i2, 1); - i11 = (HEAP32[HEAP32[9597] >> 2] | 0) + 72 | 0; + i11 = (HEAP32[HEAP32[9887] >> 2] | 0) + 72 | 0; i12 = HEAP32[i1 >> 2] | 0; HEAP32[i3 >> 2] = i12; i11 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i11, i3) | 0; - i1 = (HEAP32[HEAP32[9597] >> 2] | 0) + 84 | 0; + i1 = (HEAP32[HEAP32[9887] >> 2] | 0) + 84 | 0; HEAP32[i4 >> 2] = HEAP32[(HEAP32[i11 >> 2] | 0) + 4 >> 2]; i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i1, i4) | 0; i1 = HEAP32[i1 >> 2] | 0; - if (!i1) ___assert_fail(28286, 14681, 292, 14697); + if (!i1) ___assert_fail(29540, 14753, 364, 14769); i10 = _emscripten_asm_const_i(8) | 0; i11 = i1 + 8 | 0; - i9 = (HEAP32[i1 + 12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 3; - HEAP32[i14 >> 2] = 0; - i4 = i14 + 4 | 0; - HEAP32[i4 >> 2] = 0; - HEAP32[i14 + 8 >> 2] = 0; - i2 = i15 + 8 | 0; - i6 = i14 + 8 | 0; - i3 = i16 + 8 | 0; - i8 = i17 + 8 | 0; - i7 = 0; + i2 = (HEAP32[i1 + 12 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) >> 3; + HEAP32[i17 >> 2] = 0; + i3 = i17 + 4 | 0; + HEAP32[i3 >> 2] = 0; + HEAP32[i17 + 8 >> 2] = 0; + i4 = i13 + 8 | 0; + i6 = i17 + 8 | 0; + i7 = i14 + 8 | 0; + i8 = i15 + 8 | 0; + i9 = 0; L7 : while (1) { - if (i7 >>> 0 >= i9 >>> 0) break; - L10 : do switch (HEAP32[(HEAP32[i11 >> 2] | 0) + (i7 << 3) + 4 >> 2] | 0) { + if (i9 >>> 0 >= i2 >>> 0) break; + L10 : do switch (HEAP32[(HEAP32[i11 >> 2] | 0) + (i9 << 3) + 4 >> 2] | 0) { case 1: { - if (i7 >>> 0 < i10 >>> 0) i1 = _emscripten_asm_const_ii(9, i7 | 0) | 0; else i1 = 0; - HEAP32[i15 >> 2] = 1; - HEAP32[i2 >> 2] = i1; - i1 = HEAP32[i4 >> 2] | 0; + if (i9 >>> 0 < i10 >>> 0) i1 = _emscripten_asm_const_ii(9, i9 | 0) | 0; else i1 = 0; + HEAP32[i13 >> 2] = 1; + HEAP32[i4 >> 2] = i1; + i1 = HEAP32[i3 >> 2] | 0; if (i1 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; - HEAP32[i1 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; - HEAP32[i4 >> 2] = i1 + 16; + HEAP32[i1 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; + HEAP32[i1 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; + HEAP32[i1 + 12 >> 2] = HEAP32[i13 + 12 >> 2]; + HEAP32[i3 >> 2] = i1 + 16; break L10; } else { - __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i14, i15); + __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i17, i13); break L10; } } case 3: { - if (i7 >>> 0 < i10 >>> 0) d5 = +_emscripten_asm_const_di(9, i7 | 0); else d5 = 0.0; - HEAP32[i16 >> 2] = 3; - HEAPF32[i3 >> 2] = d5; - i1 = HEAP32[i4 >> 2] | 0; + if (i9 >>> 0 < i10 >>> 0) d5 = +_emscripten_asm_const_di(9, i9 | 0); else d5 = 0.0; + HEAP32[i14 >> 2] = 3; + HEAPF32[i7 >> 2] = d5; + i1 = HEAP32[i3 >> 2] | 0; if (i1 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; - HEAP32[i1 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; - HEAP32[i4 >> 2] = i1 + 16; + HEAP32[i1 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; + HEAP32[i1 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; + HEAP32[i1 + 12 >> 2] = HEAP32[i14 + 12 >> 2]; + HEAP32[i3 >> 2] = i1 + 16; break L10; } else { - __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i14, i16); + __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i17, i14); break L10; } } case 4: { - if (i7 >>> 0 < i10 >>> 0) d5 = +_emscripten_asm_const_di(9, i7 | 0); else d5 = 0.0; - HEAP32[i17 >> 2] = 4; + if (i9 >>> 0 < i10 >>> 0) d5 = +_emscripten_asm_const_di(9, i9 | 0); else d5 = 0.0; + HEAP32[i15 >> 2] = 4; HEAPF64[i8 >> 3] = d5; - i1 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i3 >> 2] | 0; if (i1 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = HEAP32[i17 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; - HEAP32[i1 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; - HEAP32[i4 >> 2] = i1 + 16; + HEAP32[i1 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; + HEAP32[i1 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; + HEAP32[i1 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; + HEAP32[i3 >> 2] = i1 + 16; break L10; } else { - __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i14, i17); + __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i17, i15); break L10; } } @@ -37936,15 +37959,15 @@ function _call_from_js(i2) { break L7; } } while (0); - i7 = i7 + 1 | 0; + i9 = i9 + 1 | 0; } if ((i20 | 0) == 24) _abort(); - i20 = HEAP32[9597] | 0; - HEAP32[i13 >> 2] = i12; - HEAP32[i19 >> 2] = HEAP32[i13 >> 2]; - __ZN4wasm14ModuleInstance10callExportEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i18, i20, i19, i14); - if (HEAP8[42388] | 0) { - i20 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39500, 14791) | 0; + i20 = HEAP32[9887] | 0; + HEAP32[i16 >> 2] = i12; + HEAP32[i19 >> 2] = HEAP32[i16 >> 2]; + __ZN4wasm14ModuleInstance10callExportEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i18, i20, i19, i17); + if (HEAP8[43548] | 0) { + i20 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40660, 14863) | 0; HEAP32[i19 >> 2] = HEAP32[i18 >> 2]; HEAP32[i19 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; HEAP32[i19 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; @@ -37975,213 +37998,347 @@ function _call_from_js(i2) { default: _abort(); } - __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i14); + __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i17); STACKTOP = i21; return; } -function __ZN4wasm8Function5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i10, i12, i6) { - i10 = i10 | 0; - i12 = i12 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0, i13 = 0, i14 = 0; - i14 = STACKTOP; +function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRPv(i1, i20, i21, i3, i22, i16) { + i1 = i1 | 0; + i20 = i20 | 0; + i21 = i21 | 0; + i3 = i3 | 0; + i22 = i22 | 0; + i16 = i16 | 0; + var i2 = 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, i19 = 0, i23 = 0; + i19 = STACKTOP; + STACKTOP = STACKTOP + 320 | 0; + i15 = i19; + i10 = i19 + 208 | 0; + i18 = i19 + 196 | 0; + i1 = i19 + 180 | 0; + i17 = i19 + 184 | 0; + i14 = i19 + 176 | 0; + i12 = i19 + 16 | 0; + i13 = i19 + 8 | 0; + i11 = i19 + 4 | 0; + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i18 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + i9 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; + HEAP32[i1 >> 2] = i9; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41652) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 7](i1, 33855, 33881, i10) | 0; + __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; + i1 = 0; + while (1) { + if ((i1 | 0) == 3) break; + HEAP32[i17 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; + } + if (!(HEAP8[i17 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i17 >> 2] & -2) + -1 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i17, i1, 0); + i8 = i17 + 8 | 0; + i9 = i17 + 1 | 0; + i1 = (HEAP8[i17 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i1; + HEAP32[i13 >> 2] = i12; + HEAP32[i11 >> 2] = 0; + i7 = i17 + 4 | 0; + i3 = HEAP32[i20 >> 2] | 0; + L12 : while (1) { + if (i3) { + i2 = HEAP32[i3 + 12 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i2 = HEAP32[i2 >> 2] | 0; + if ((i2 | 0) == -1) { + HEAP32[i20 >> 2] = 0; + i2 = 0; + i5 = 1; + } else { + i2 = i3; + i5 = 0; + } + } else { + i2 = 0; + i5 = 1; + } + i3 = HEAP32[i21 >> 2] | 0; + do if (i3) { + i4 = HEAP32[i3 + 12 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i4 = HEAP32[i4 >> 2] | 0; + if ((i4 | 0) != -1) if (i5) break; else break L12; else { + HEAP32[i21 >> 2] = 0; + i23 = 22; + break; + } + } else i23 = 22; while (0); + if ((i23 | 0) == 22) { + i23 = 0; + if (i5) { + i3 = 0; + break; + } else i3 = 0; + } + i4 = HEAP8[i17 >> 0] | 0; + i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i7 >> 2] | 0; + if ((HEAP32[i14 >> 2] | 0) == (i1 + i4 | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i17, i4 << 1, 0); + if (!(HEAP8[i17 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i17 >> 2] & -2) + -1 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i17, i1, 0); + i1 = (HEAP8[i17 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i1 + i4; + } + i5 = i2 + 12 | 0; + i4 = HEAP32[i5 >> 2] | 0; + i6 = i2 + 16 | 0; + if ((i4 | 0) == (HEAP32[i6 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i4 = HEAP32[i4 >> 2] | 0; + if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i4, 16, i1, i14, i11, 0, i18, i12, i13, i10) | 0) break; + i3 = HEAP32[i5 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i6 >> 2] | 0)) { + FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; + i3 = i2; + continue; + } else { + HEAP32[i5 >> 2] = i3 + 4; + i3 = i2; + continue; + } + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i17, (HEAP32[i14 >> 2] | 0) - i1 | 0, 0); + 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, 33890, i15) | 0) != 1) HEAP32[i22 >> 2] = 4; + if (i2) { + i1 = HEAP32[i2 + 12 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if ((i1 | 0) == -1) { + HEAP32[i20 >> 2] = 0; + i2 = 1; + } else i2 = 0; + } else i2 = 1; + do if (i3) { + i1 = HEAP32[i3 + 12 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if ((i1 | 0) != -1) if (i2) break; else { + i23 = 51; + break; + } else { + HEAP32[i21 >> 2] = 0; + i23 = 49; + break; + } + } else i23 = 49; while (0); + if ((i23 | 0) == 49 ? i2 : 0) i23 = 51; + if ((i23 | 0) == 51) HEAP32[i22 >> 2] = HEAP32[i22 >> 2] | 2; + i23 = HEAP32[i20 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i17); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i18); + STACKTOP = i19; + return i23 | 0; +} + +function __ZN4wasm16PrintSExpression13visitFunctionEPNS_8FunctionE(i11, i9) { + i11 = i11 | 0; + i9 = i9 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0, i12 = 0, i13 = 0; + i13 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i9 = i14 + 20 | 0; - i11 = i14 + 16 | 0; - i4 = i14 + 12 | 0; - i1 = i14 + 8 | 0; - i5 = i14 + 4 | 0; - i8 = i14; - HEAP32[i11 >> 2] = i6; - i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i12, 18209, 1) | 0; - HEAP32[i4 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i4 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i9) | 0; - i2 = i10 + 32 | 0; + i7 = i13 + 16 | 0; + i4 = i13 + 12 | 0; + i1 = i13 + 8 | 0; + i5 = i13 + 4 | 0; + i8 = i13; + i10 = i11 + 4 | 0; + i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i10 >> 2] | 0, 25349, 1) | 0; + HEAP32[i4 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i7 >> 2] = HEAP32[i4 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i7) | 0; + i2 = i9 + 32 | 0; if (HEAP32[i2 >> 2] | 0) { - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i12, 18215) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i10 >> 2] | 0, 25355) | 0; HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i9) | 0, 41) | 0; + HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i7) | 0, 41) | 0; } - i3 = HEAP32[i10 + 12 >> 2] | 0; - i1 = HEAP32[i10 + 8 >> 2] | 0; + i3 = HEAP32[i9 + 12 >> 2] | 0; + i1 = HEAP32[i9 + 8 >> 2] | 0; i4 = i3; L4 : do if ((i3 | 0) != (i1 | 0)) L6 : while (1) { if ((i1 | 0) == (i4 | 0)) break L4; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i12, 32) | 0; - i2 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i12, 18223) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i10 >> 2] | 0, 32) | 0; + i3 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i10 >> 2] | 0, 25363) | 0; HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i5 >> 2]; - i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i9) | 0, 32) | 0; + HEAP32[i7 >> 2] = HEAP32[i5 >> 2]; + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i3, i7) | 0, 32) | 0; switch (HEAP32[i1 + 4 >> 2] | 0) { case 0: { - i3 = 17406; + i2 = 25305; break; } case 1: { - i3 = 17411; + i2 = 25301; break; } case 2: { - i3 = 17415; + i2 = 25297; break; } case 3: { - i3 = 17419; + i2 = 25293; break; } case 4: { - i3 = 17423; + i2 = 25289; break; } default: break L6; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i3) | 0, 35848) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, i2) | 0, 37006) | 0; i1 = i1 + 8 | 0; } while (0); - i2 = i10 + 4 | 0; - if (HEAP32[i2 >> 2] | 0) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i12, 32) | 0; - i1 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i12, 18176) | 0; - switch (HEAP32[i2 >> 2] | 0) { + i1 = i9 + 4 | 0; + if (HEAP32[i1 >> 2] | 0) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i10 >> 2] | 0, 32) | 0; + i2 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i10 >> 2] | 0, 25310) | 0; + switch (HEAP32[i1 >> 2] | 0) { case 0: { - i7 = 17406; + i6 = 25305; break; } case 1: { - i7 = 17411; + i6 = 25301; break; } case 2: { - i7 = 17415; + i6 = 25297; break; } case 3: { - i7 = 17419; + i6 = 25293; break; } case 4: { - i7 = 17423; + i6 = 25289; break; } default: {} } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i7) | 0, 35848) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i6) | 0, 37006) | 0; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i12, 10) | 0; - i5 = i6 + 1 | 0; - HEAP32[i11 >> 2] = i5; - i1 = HEAP32[i10 + 24 >> 2] | 0; - i2 = HEAP32[i10 + 20 >> 2] | 0; + i5 = i11 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i10 >> 2] | 0, i5) | 0; + i2 = HEAP32[i9 + 24 >> 2] | 0; + i4 = HEAP32[i9 + 20 >> 2] | 0; L27 : while (1) { - if ((i2 | 0) == (i1 | 0)) break; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i12, i5) | 0; - i3 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i12, 18230) | 0; - HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i8 >> 2]; - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i3, i9) | 0, 32) | 0; - switch (HEAP32[i2 + 4 >> 2] | 0) { + if ((i4 | 0) == (i2 | 0)) break; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i10 >> 2] | 0, HEAP32[i5 >> 2] | 0) | 0; + i3 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i10 >> 2] | 0, 25370) | 0; + HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i7 >> 2] = HEAP32[i8 >> 2]; + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i3, i7) | 0, 32) | 0; + switch (HEAP32[i4 + 4 >> 2] | 0) { case 0: { - i4 = 17406; + i1 = 25305; break; } case 1: { - i4 = 17411; + i1 = 25301; break; } case 2: { - i4 = 17415; + i1 = 25297; break; } case 3: { - i4 = 17419; + i1 = 25293; break; } case 4: { - i4 = 17423; + i1 = 25289; break; } default: { - i13 = 29; + i12 = 29; break L27; } } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, i4) | 0, 18166) | 0; - i2 = i2 + 8 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, i1) | 0, 25208) | 0; + i4 = i4 + 8 | 0; } - i1 = i10 + 36 | 0; - L39 : do if (__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i1 >> 2] | 0) | 0 ? (i10 = (__ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0) + 8 | 0, (HEAP32[i10 >> 2] | 0) == 0) : 0) { + i1 = i9 + 36 | 0; + L39 : do if (__ZN4wasm10Expression2isINS_5BlockEEEbv(HEAP32[i1 >> 2] | 0) | 0 ? (i9 = (__ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0) + 8 | 0, (HEAP32[i9 >> 2] | 0) == 0) : 0) { i2 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; i1 = HEAP32[i2 + 16 >> 2] | 0; i2 = HEAP32[i2 + 12 >> 2] | 0; while (1) { if ((i2 | 0) == (i1 | 0)) break L39; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i12, i5, HEAP32[i2 >> 2] | 0) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i11, HEAP32[i2 >> 2] | 0); i2 = i2 + 4 | 0; } - } else i13 = 35; while (0); - if ((i13 | 0) == 35) __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i12, i5, HEAP32[i1 >> 2] | 0) | 0; - i13 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i12, i11) | 0; - STACKTOP = i14; - return i13 | 0; + } else i12 = 35; while (0); + if ((i12 | 0) == 35) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i11, HEAP32[i1 >> 2] | 0); + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i10 >> 2] | 0, i5) | 0; + STACKTOP = i13; + return; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN13FunctionScopeC2EPNS_8FunctionES9_(i11, i8, i14) { +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN13FunctionScopeC2EPNS_8FunctionES9_(i11, i10, i15) { i11 = i11 | 0; - i8 = i8 | 0; - i14 = i14 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0, i15 = 0, i16 = 0; + i10 = i10 | 0; + i15 = i15 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i12 = 0, i13 = 0, i14 = 0, i16 = 0; i12 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i13 = i12 + 8 | 0; - i4 = i12 + 4 | 0; + i14 = i12 + 8 | 0; + i2 = i12 + 4 | 0; i6 = i12; HEAP32[i11 + 4 >> 2] = 0; HEAP32[i11 + 8 >> 2] = 0; HEAP32[i11 >> 2] = i11 + 4; - HEAP32[i11 + 12 >> 2] = i8; - i9 = i8 + 8 | 0; - i3 = i8 + 12 | 0; - i5 = i14 + 4 | 0; + HEAP32[i11 + 12 >> 2] = i10; + i9 = i10 + 8 | 0; + i4 = i10 + 12 | 0; + i5 = i15 + 4 | 0; i1 = HEAP32[i5 >> 2] | 0; - i2 = HEAP32[i14 >> 2] | 0; - if (((HEAP32[i3 >> 2] | 0) - (HEAP32[i9 >> 2] | 0) >> 3 | 0) != (i1 - i2 >> 4 | 0)) { - i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 19838) | 0; - HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i13 >> 2] = HEAP32[i4 >> 2]; - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i16, i13) | 0, 19849) | 0; - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, (HEAP32[i3 >> 2] | 0) - (HEAP32[i9 >> 2] | 0) >> 3) | 0, 19860) | 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, 19878) | 0; - i3 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i13 >> 2] = i3; - i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i13, 40460) | 0; - i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 31](i3, 10) | 0; - __ZNSt3__16localeD2Ev(i13); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i3) | 0; + i3 = HEAP32[i15 >> 2] | 0; + if (((HEAP32[i4 >> 2] | 0) - (HEAP32[i9 >> 2] | 0) >> 3 | 0) != (i1 - i3 >> 4 | 0)) { + i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 19966) | 0; + HEAP32[i2 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i14 >> 2] = HEAP32[i2 >> 2]; + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i16, i14) | 0, 19977) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i2, (HEAP32[i4 >> 2] | 0) - (HEAP32[i9 >> 2] | 0) >> 3) | 0, 19988) | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, (HEAP32[i5 >> 2] | 0) - (HEAP32[i15 >> 2] | 0) >> 4) | 0, 20006) | 0; + i2 = __ZNKSt3__18ios_base6getlocEv(i4 + (HEAP32[(HEAP32[i4 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i14 >> 2] = i2; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i14, 41620) | 0; + i2 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 31](i2, 10) | 0; + __ZNSt3__16localeD2Ev(i14); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i4, i2) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; _abort(); } - i3 = i2; i2 = 0; while (1) { if (i2 >>> 0 >= i1 - i3 >> 4 >>> 0) { @@ -38191,18 +38348,18 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i1 = HEAP32[i9 >> 2] | 0; if ((HEAP32[i1 + (i2 << 3) + 4 >> 2] | 0) != (HEAP32[i3 + (i2 << 4) >> 2] | 0)) break; i3 = __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i11, i1 + (i2 << 3) | 0) | 0; - i1 = (HEAP32[i14 >> 2] | 0) + (i2 << 4) | 0; + i1 = (HEAP32[i15 >> 2] | 0) + (i2 << 4) | 0; HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; HEAP32[i3 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; HEAP32[i3 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; HEAP32[i3 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; - i3 = HEAP32[i14 >> 2] | 0; + i3 = HEAP32[i15 >> 2] | 0; i1 = HEAP32[i5 >> 2] | 0; i2 = i2 + 1 | 0; } if ((i7 | 0) == 5) { - i2 = HEAP32[i8 + 24 >> 2] | 0; - i1 = HEAP32[i8 + 20 >> 2] | 0; + i2 = HEAP32[i10 + 24 >> 2] | 0; + i1 = HEAP32[i10 + 20 >> 2] | 0; while (1) { if ((i1 | 0) == (i2 | 0)) break; i15 = HEAP32[i1 + 4 >> 2] | 0; @@ -38213,112 +38370,112 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect STACKTOP = i12; return; } - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 19838) | 0; - HEAP32[i6 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i13 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i1, i13) | 0, 19890) | 0; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 19966) | 0; + HEAP32[i6 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i14 >> 2] = HEAP32[i6 >> 2]; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i1, i14) | 0, 20018) | 0; switch (HEAP32[(HEAP32[i9 >> 2] | 0) + (i2 << 3) + 4 >> 2] | 0) { case 0: { - i10 = 17406; + i8 = 25305; break; } case 1: { - i10 = 17411; + i8 = 25301; break; } case 2: { - i10 = 17415; + i8 = 25297; break; } case 3: { - i10 = 17419; + i8 = 25293; break; } case 4: { - i10 = 17423; + i8 = 25289; break; } default: {} } - i1 = __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(i1, i10) | 0, 19906) | 0, i2) | 0, 19922) | 0; - switch (HEAP32[(HEAP32[i14 >> 2] | 0) + (i2 << 4) >> 2] | 0) { + i1 = __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(i1, i8) | 0, 20034) | 0, i2) | 0, 20050) | 0; + switch (HEAP32[(HEAP32[i15 >> 2] | 0) + (i2 << 4) >> 2] | 0) { case 0: { - i15 = 17406; + i13 = 25305; break; } case 1: { - i15 = 17411; + i13 = 25301; break; } case 2: { - i15 = 17415; + i13 = 25297; break; } case 3: { - i15 = 17419; + i13 = 25293; break; } case 4: { - i15 = 17423; + i13 = 25289; break; } default: {} } - i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i15) | 0, 36887) | 0; + i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i13) | 0, 38045) | 0; i15 = __ZNKSt3__18ios_base6getlocEv(i16 + (HEAP32[(HEAP32[i16 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i13 >> 2] = i15; - i15 = __ZNKSt3__16locale9use_facetERNS0_2idE(i13, 40460) | 0; + HEAP32[i14 >> 2] = i15; + i15 = __ZNKSt3__16locale9use_facetERNS0_2idE(i14, 41620) | 0; i15 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 28 >> 2] & 31](i15, 10) | 0; - __ZNSt3__16localeD2Ev(i13); + __ZNSt3__16localeD2Ev(i14); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i16, i15) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i16) | 0; _abort(); } -function __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_6localeE(i13, i15, i14, i16, i18, i17, i1) { - i13 = i13 | 0; - i15 = i15 | 0; +function __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_6localeE(i14, i16, i15, i17, i19, i18, i1) { i14 = i14 | 0; i16 = i16 | 0; - i18 = i18 | 0; + i15 = i15 | 0; i17 = i17 | 0; + i19 = i19 | 0; + i18 = i18 | 0; i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 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, i20 = 0, i21 = 0, i22 = 0, i23 = 0; i21 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i12 = i21; - i19 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40492) | 0; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40500) | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 20 >> 2] & 127](i12, i10); - HEAP32[i17 >> 2] = i16; - i1 = HEAP8[i13 >> 0] | 0; + i13 = i21; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41652) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41660) | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 20 >> 2] & 127](i13, i10); + HEAP32[i18 >> 2] = i17; + i1 = HEAP8[i14 >> 0] | 0; switch (i1 << 24 >> 24) { case 43: case 45: { - i11 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i19 >> 2] | 0) + 44 >> 2] & 31](i19, i1) | 0; - i2 = HEAP32[i17 >> 2] | 0; - HEAP32[i17 >> 2] = i2 + 4; + i11 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 31](i12, i1) | 0; + i2 = HEAP32[i18 >> 2] | 0; + HEAP32[i18 >> 2] = i2 + 4; HEAP32[i2 >> 2] = i11; - i2 = i13 + 1 | 0; + i2 = i14 + 1 | 0; break; } default: - i2 = i13; + i2 = i14; } - i11 = i14; + i11 = i15; L4 : do if ((i11 - i2 | 0) > 1 ? (HEAP8[i2 >> 0] | 0) == 48 : 0) { i1 = i2 + 1 | 0; switch (HEAP8[i1 >> 0] | 0) { @@ -38332,18 +38489,18 @@ function __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_ break L4; } } - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i19 >> 2] | 0) + 44 >> 2] & 31](i19, 48) | 0; - i9 = HEAP32[i17 >> 2] | 0; - HEAP32[i17 >> 2] = i9 + 4; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 31](i12, 48) | 0; + i9 = HEAP32[i18 >> 2] | 0; + HEAP32[i18 >> 2] = i9 + 4; HEAP32[i9 >> 2] = i8; i2 = i2 + 2 | 0; - i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i19 >> 2] | 0) + 44 >> 2] & 31](i19, HEAP8[i1 >> 0] | 0) | 0; - i1 = HEAP32[i17 >> 2] | 0; - HEAP32[i17 >> 2] = i1 + 4; + i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 31](i12, HEAP8[i1 >> 0] | 0) | 0; + i1 = HEAP32[i18 >> 2] | 0; + HEAP32[i18 >> 2] = i1 + 4; HEAP32[i1 >> 2] = i9; i1 = i2; while (1) { - if (i1 >>> 0 >= i14 >>> 0) break L4; + if (i1 >>> 0 >= i15 >>> 0) break L4; i9 = HEAP8[i1 >> 0] | 0; if (!(_isxdigit_l(i9, __ZNSt3__16__clocEv() | 0) | 0)) break L4; i1 = i1 + 1 | 0; @@ -38354,18 +38511,18 @@ function __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_ } while (0); L12 : do if ((i20 | 0) == 10) while (1) { i20 = 0; - if (i1 >>> 0 >= i14 >>> 0) break L12; + if (i1 >>> 0 >= i15 >>> 0) break L12; i9 = HEAP8[i1 >> 0] | 0; if (!(_isdigit_l(i9, __ZNSt3__16__clocEv() | 0) | 0)) break L12; i1 = i1 + 1 | 0; i20 = 10; } while (0); - i8 = HEAP8[i12 >> 0] | 0; - i9 = i12 + 4 | 0; + i8 = HEAP8[i13 >> 0] | 0; + i9 = i13 + 4 | 0; L18 : do if (((i8 & 1) == 0 ? (i8 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) | 0) { L21 : do if ((i2 | 0) != (i1 | 0)) { - i4 = i2; i3 = i1; + i4 = i2; while (1) { i3 = i3 + -1 | 0; if (i4 >>> 0 >= i3 >>> 0) break L21; @@ -38375,83 +38532,80 @@ function __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_ i4 = i4 + 1 | 0; } } while (0); - i8 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] & 127](i10) | 0; - i5 = i12 + 8 | 0; - i7 = i12 + 1 | 0; + i5 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] & 127](i10) | 0; + i6 = i13 + 8 | 0; + i7 = i13 + 1 | 0; i3 = 0; i4 = 0; - i6 = i2; + i8 = i2; while (1) { - if (i6 >>> 0 >= i1 >>> 0) break; - i22 = HEAP8[((HEAP8[i12 >> 0] & 1) == 0 ? i7 : HEAP32[i5 >> 2] | 0) + i4 >> 0] | 0; + if (i8 >>> 0 >= i1 >>> 0) break; + i22 = HEAP8[((HEAP8[i13 >> 0] & 1) == 0 ? i7 : HEAP32[i6 >> 2] | 0) + i4 >> 0] | 0; if (i22 << 24 >> 24 > 0 & (i3 | 0) == (i22 << 24 >> 24 | 0)) { - i22 = HEAP32[i17 >> 2] | 0; - HEAP32[i17 >> 2] = i22 + 4; - HEAP32[i22 >> 2] = i8; - i22 = HEAP8[i12 >> 0] | 0; + i22 = HEAP32[i18 >> 2] | 0; + HEAP32[i18 >> 2] = i22 + 4; + HEAP32[i22 >> 2] = i5; + i22 = HEAP8[i13 >> 0] | 0; i3 = 0; i4 = (i4 >>> 0 < (((i22 & 1) == 0 ? (i22 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) + -1 | 0) >>> 0 & 1) + i4 | 0; } - i23 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i19 >> 2] | 0) + 44 >> 2] & 31](i19, HEAP8[i6 >> 0] | 0) | 0; - i22 = HEAP32[i17 >> 2] | 0; - HEAP32[i17 >> 2] = i22 + 4; + i23 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 31](i12, HEAP8[i8 >> 0] | 0) | 0; + i22 = HEAP32[i18 >> 2] | 0; + HEAP32[i18 >> 2] = i22 + 4; HEAP32[i22 >> 2] = i23; i3 = i3 + 1 | 0; - i6 = i6 + 1 | 0; + i8 = i8 + 1 | 0; } - i3 = i16 + (i2 - i13 << 2) | 0; - i2 = HEAP32[i17 >> 2] | 0; - if ((i3 | 0) == (i2 | 0)) { - i4 = i19; - i2 = i3; - } else { - i4 = i3; - i3 = i2; + i2 = i17 + (i2 - i14 << 2) | 0; + i4 = HEAP32[i18 >> 2] | 0; + if ((i2 | 0) == (i4 | 0)) i3 = i12; else { + i3 = i4; while (1) { i3 = i3 + -4 | 0; - if (i4 >>> 0 >= i3 >>> 0) { - i4 = i19; + if (i2 >>> 0 >= i3 >>> 0) { + i3 = i12; + i2 = i4; break L18; } - i23 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + i23 = HEAP32[i2 >> 2] | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; HEAP32[i3 >> 2] = i23; - i4 = i4 + 4 | 0; + i2 = i2 + 4 | 0; } } } else { - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i19 >> 2] | 0) + 48 >> 2] & 7](i19, i2, i1, HEAP32[i17 >> 2] | 0) | 0; - i2 = (HEAP32[i17 >> 2] | 0) + (i1 - i2 << 2) | 0; - HEAP32[i17 >> 2] = i2; - i4 = i19; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 48 >> 2] & 7](i12, i2, i1, HEAP32[i18 >> 2] | 0) | 0; + i2 = (HEAP32[i18 >> 2] | 0) + (i1 - i2 << 2) | 0; + HEAP32[i18 >> 2] = i2; + i3 = i12; } while (0); while (1) { - if (i1 >>> 0 >= i14 >>> 0) break; + if (i1 >>> 0 >= i15 >>> 0) break; i2 = HEAP8[i1 >> 0] | 0; if (i2 << 24 >> 24 == 46) { i20 = 29; break; } - i22 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 44 >> 2] & 31](i19, i2) | 0; - i23 = HEAP32[i17 >> 2] | 0; + i22 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 44 >> 2] & 31](i12, i2) | 0; + i23 = HEAP32[i18 >> 2] | 0; i2 = i23 + 4 | 0; - HEAP32[i17 >> 2] = i2; + HEAP32[i18 >> 2] = i2; HEAP32[i23 >> 2] = i22; i1 = i1 + 1 | 0; } if ((i20 | 0) == 29) { i22 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i10 >> 2] | 0) + 12 >> 2] & 127](i10) | 0; - i23 = HEAP32[i17 >> 2] | 0; + i23 = HEAP32[i18 >> 2] | 0; i2 = i23 + 4 | 0; - HEAP32[i17 >> 2] = i2; + HEAP32[i18 >> 2] = i2; HEAP32[i23 >> 2] = i22; i1 = i1 + 1 | 0; } - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i19 >> 2] | 0) + 48 >> 2] & 7](i19, i1, i14, i2) | 0; - i23 = (HEAP32[i17 >> 2] | 0) + (i11 - i1 << 2) | 0; - HEAP32[i17 >> 2] = i23; - HEAP32[i18 >> 2] = (i15 | 0) == (i14 | 0) ? i23 : i16 + (i15 - i13 << 2) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 48 >> 2] & 7](i12, i1, i15, i2) | 0; + i23 = (HEAP32[i18 >> 2] | 0) + (i11 - i1 << 2) | 0; + HEAP32[i18 >> 2] = i23; + HEAP32[i19 >> 2] = (i16 | 0) == (i15 | 0) ? i23 : i17 + (i16 - i14 << 2) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i13); STACKTOP = i21; return; } @@ -38510,16 +38664,16 @@ function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIc } } else i3 = 0; while (0); i6 = (i3 | 0) == 0; - i5 = HEAP32[i17 >> 2] | 0; - if (i5) { - if ((HEAP32[i5 + 12 >> 2] | 0) == (HEAP32[i5 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0) == -1 : 0) { + i4 = HEAP32[i17 >> 2] | 0; + if (i4) { + if ((HEAP32[i4 + 12 >> 2] | 0) == (HEAP32[i4 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0) == -1 : 0) { HEAP32[i17 >> 2] = 0; - i5 = 0; + i4 = 0; } - } else i5 = 0; - i4 = (i5 | 0) == 0; + } else i4 = 0; + i5 = (i4 | 0) == 0; i3 = HEAP32[i16 >> 2] | 0; - if (!((i8 | 0) != 0 & (i6 ^ i4))) break; + if (!((i8 | 0) != 0 & (i6 ^ i5))) break; i4 = HEAP32[i3 + 12 >> 2] | 0; if ((i4 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i3 = HEAPU8[i4 >> 0] | 0; i3 = i3 & 255; @@ -38571,9 +38725,9 @@ function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIc continue; } i3 = HEAP32[i16 >> 2] | 0; - i5 = i3 + 12 | 0; - i4 = HEAP32[i5 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; else HEAP32[i5 >> 2] = i4 + 1; + i4 = i3 + 12 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; else HEAP32[i4 >> 2] = i5 + 1; if ((i10 + i11 | 0) >>> 0 > 1) { i6 = i1; i3 = i10; @@ -38613,8 +38767,8 @@ function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIc } } else i3 = 0; while (0); i3 = (i3 | 0) == 0; - do if (!i4) { - if ((HEAP32[i5 + 12 >> 2] | 0) == (HEAP32[i5 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0) == -1 : 0) { + do if (!i5) { + if ((HEAP32[i4 + 12 >> 2] | 0) == (HEAP32[i4 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0) == -1 : 0) { HEAP32[i17 >> 2] = 0; i21 = 34; break; @@ -38641,139 +38795,6 @@ function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIc return i1 | 0; } -function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRPv(i1, i20, i21, i3, i22, i16) { - i1 = i1 | 0; - i20 = i20 | 0; - i21 = i21 | 0; - i3 = i3 | 0; - i22 = i22 | 0; - i16 = i16 | 0; - var i2 = 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, i19 = 0, i23 = 0; - i19 = STACKTOP; - STACKTOP = STACKTOP + 320 | 0; - i15 = i19; - i10 = i19 + 208 | 0; - i18 = i19 + 196 | 0; - i2 = i19 + 180 | 0; - i17 = i19 + 184 | 0; - i14 = i19 + 176 | 0; - i12 = i19 + 16 | 0; - i13 = i19 + 8 | 0; - i11 = i19 + 4 | 0; - i1 = 0; - while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i18 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; - } - i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; - HEAP32[i2 >> 2] = i1; - i9 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 40492) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i9 >> 2] | 0) + 48 >> 2] & 7](i9, 32649, 32675, i10) | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i1) | 0; - i1 = 0; - while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i17 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; - } - if (!(HEAP8[i17 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i17 >> 2] & -2) + -1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i17, i1, 0); - i8 = i17 + 8 | 0; - i9 = i17 + 1 | 0; - i1 = (HEAP8[i17 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i1; - HEAP32[i13 >> 2] = i12; - HEAP32[i11 >> 2] = 0; - i7 = i17 + 4 | 0; - i2 = HEAP32[i20 >> 2] | 0; - L12 : while (1) { - if (i2) { - i3 = HEAP32[i2 + 12 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i3 = HEAP32[i3 >> 2] | 0; - if ((i3 | 0) == -1) { - HEAP32[i20 >> 2] = 0; - i2 = 0; - i5 = 1; - } else i5 = 0; - } else { - i2 = 0; - i5 = 1; - } - i3 = HEAP32[i21 >> 2] | 0; - do if (i3) { - i4 = HEAP32[i3 + 12 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i4 = HEAP32[i4 >> 2] | 0; - if ((i4 | 0) != -1) if (i5) break; else break L12; else { - HEAP32[i21 >> 2] = 0; - i23 = 22; - break; - } - } else i23 = 22; while (0); - if ((i23 | 0) == 22) { - i23 = 0; - if (i5) { - i3 = 0; - break; - } else i3 = 0; - } - i4 = HEAP8[i17 >> 0] | 0; - i4 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : HEAP32[i7 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i1 + i4 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i17, i4 << 1, 0); - if (!(HEAP8[i17 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i17 >> 2] & -2) + -1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i17, i1, 0); - i1 = (HEAP8[i17 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i1 + i4; - } - i6 = i2 + 12 | 0; - i4 = HEAP32[i6 >> 2] | 0; - i5 = i2 + 16 | 0; - if ((i4 | 0) == (HEAP32[i5 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i4 = HEAP32[i4 >> 2] | 0; - if (__ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i4, 16, i1, i14, i11, 0, i18, i12, i13, i10) | 0) break; - i3 = HEAP32[i6 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) { - FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; - continue; - } else { - HEAP32[i6 >> 2] = i3 + 4; - continue; - } - } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i17, (HEAP32[i14 >> 2] | 0) - i1 | 0, 0); - 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, 32684, i15) | 0) != 1) HEAP32[i22 >> 2] = 4; - if (i2) { - i1 = HEAP32[i2 + 12 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) == -1) { - HEAP32[i20 >> 2] = 0; - i2 = 1; - } else i2 = 0; - } else i2 = 1; - do if (i3) { - i1 = HEAP32[i3 + 12 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) != -1) if (i2) break; else { - i23 = 51; - break; - } else { - HEAP32[i21 >> 2] = 0; - i23 = 49; - break; - } - } else i23 = 49; while (0); - if ((i23 | 0) == 49 ? i2 : 0) i23 = 51; - if ((i23 | 0) == 51) HEAP32[i22 >> 2] = HEAP32[i22 >> 2] | 2; - i23 = HEAP32[i20 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i17); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i18); - STACKTOP = i19; - return i23 | 0; -} - function __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i12, i13, i14, i10, i6) { i12 = i12 | 0; i13 = i13 | 0; @@ -38799,7 +38820,6 @@ function __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_t i1 = HEAP32[i2 + 12 >> 2] | 0; if ((i1 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i1 = HEAP32[i1 >> 2] | 0; if ((i1 | 0) != -1) if (i3) { - i5 = i2; i11 = 17; break; } else { @@ -38812,7 +38832,7 @@ function __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_t } } else i11 = 14; while (0); if ((i11 | 0) == 14) if (i3) i11 = 16; else { - i5 = 0; + i2 = 0; i11 = 17; } L22 : do if ((i11 | 0) == 16) { @@ -38820,31 +38840,31 @@ function __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_t i1 = 0; } else if ((i11 | 0) == 17) { i1 = HEAP32[i12 >> 2] | 0; - i2 = HEAP32[i1 + 12 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; + i3 = HEAP32[i1 + 12 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i3 >> 2] | 0; if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 12 >> 2] & 31](i10, 2048, i1) | 0)) { HEAP32[i14 >> 2] = HEAP32[i14 >> 2] | 4; i1 = 0; break; } i1 = (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 52 >> 2] & 31](i10, i1, 0) | 0) << 24 >> 24; - i2 = HEAP32[i12 >> 2] | 0; - i4 = i2 + 12 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { - FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; - i8 = i5; - i4 = i5; - i7 = i6; + i3 = HEAP32[i12 >> 2] | 0; + i4 = i3 + 12 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) { + FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 40 >> 2] & 127](i3) | 0; + i8 = i6; + i7 = i2; + i4 = i2; } else { - HEAP32[i4 >> 2] = i3 + 4; - i8 = i5; - i4 = i5; - i7 = i6; + HEAP32[i4 >> 2] = i5 + 4; + i8 = i6; + i7 = i2; + i4 = i2; } while (1) { i1 = i1 + -48 | 0; - i9 = i7 + -1 | 0; + i9 = i8 + -1 | 0; i2 = HEAP32[i12 >> 2] | 0; do if (i2) { i3 = HEAP32[i2 + 12 >> 2] | 0; @@ -38864,40 +38884,40 @@ function __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_t if ((i2 | 0) == -1) { HEAP32[i13 >> 2] = 0; i4 = 0; - i2 = 1; i6 = 0; + i2 = 1; break; } else { - i4 = i8; - i2 = (i8 | 0) == 0; - i6 = i8; + i4 = i7; + i6 = i7; + i2 = (i7 | 0) == 0; break; } } else { - i4 = i8; - i2 = 1; + i4 = i7; i6 = 0; + i2 = 1; } while (0); i3 = HEAP32[i12 >> 2] | 0; - if (!((i7 | 0) > 1 & (i5 ^ i2))) break; + if (!((i8 | 0) > 1 & (i5 ^ i2))) break; i2 = HEAP32[i3 + 12 >> 2] | 0; if ((i2 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i2 = HEAP32[i2 >> 2] | 0; if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 12 >> 2] & 31](i10, 2048, i2) | 0)) break L22; i1 = ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 52 >> 2] & 31](i10, i2, 0) | 0) << 24 >> 24) + (i1 * 10 | 0) | 0; i2 = HEAP32[i12 >> 2] | 0; - i5 = i2 + 12 | 0; - i3 = HEAP32[i5 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { + i3 = i2 + 12 | 0; + i5 = HEAP32[i3 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; - i8 = i4; + i8 = i9; + i7 = i4; i4 = i6; - i7 = i9; continue; } else { - HEAP32[i5 >> 2] = i3 + 4; - i8 = i4; + HEAP32[i3 >> 2] = i5 + 4; + i8 = i9; + i7 = i4; i4 = i6; - i7 = i9; continue; } } @@ -38928,38 +38948,38 @@ function __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_t return i1 | 0; } -function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS_6localeE(i13, i15, i14, i16, i18, i17, i1) { - i13 = i13 | 0; - i15 = i15 | 0; +function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS_6localeE(i14, i16, i15, i17, i19, i18, i1) { i14 = i14 | 0; i16 = i16 | 0; - i18 = i18 | 0; + i15 = i15 | 0; i17 = i17 | 0; + i19 = i19 | 0; + i18 = i18 | 0; i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 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, i20 = 0, i21 = 0, i22 = 0, i23 = 0; i21 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i12 = i21; - i19 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40460) | 0; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40472) | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 20 >> 2] & 127](i12, i10); - HEAP32[i17 >> 2] = i16; - i1 = HEAP8[i13 >> 0] | 0; + i13 = i21; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41620) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41632) | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 20 >> 2] & 127](i13, i10); + HEAP32[i18 >> 2] = i17; + i1 = HEAP8[i14 >> 0] | 0; switch (i1 << 24 >> 24) { case 43: case 45: { - i11 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i19 >> 2] | 0) + 28 >> 2] & 31](i19, i1) | 0; - i2 = HEAP32[i17 >> 2] | 0; - HEAP32[i17 >> 2] = i2 + 1; + i11 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 31](i12, i1) | 0; + i2 = HEAP32[i18 >> 2] | 0; + HEAP32[i18 >> 2] = i2 + 1; HEAP8[i2 >> 0] = i11; - i2 = i13 + 1 | 0; + i2 = i14 + 1 | 0; break; } default: - i2 = i13; + i2 = i14; } - i11 = i14; + i11 = i15; L4 : do if ((i11 - i2 | 0) > 1 ? (HEAP8[i2 >> 0] | 0) == 48 : 0) { i1 = i2 + 1 | 0; switch (HEAP8[i1 >> 0] | 0) { @@ -38973,18 +38993,18 @@ function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS break L4; } } - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i19 >> 2] | 0) + 28 >> 2] & 31](i19, 48) | 0; - i9 = HEAP32[i17 >> 2] | 0; - HEAP32[i17 >> 2] = i9 + 1; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 31](i12, 48) | 0; + i9 = HEAP32[i18 >> 2] | 0; + HEAP32[i18 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i8; i2 = i2 + 2 | 0; - i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i19 >> 2] | 0) + 28 >> 2] & 31](i19, HEAP8[i1 >> 0] | 0) | 0; - i1 = HEAP32[i17 >> 2] | 0; - HEAP32[i17 >> 2] = i1 + 1; + i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 31](i12, HEAP8[i1 >> 0] | 0) | 0; + i1 = HEAP32[i18 >> 2] | 0; + HEAP32[i18 >> 2] = i1 + 1; HEAP8[i1 >> 0] = i9; i1 = i2; while (1) { - if (i1 >>> 0 >= i14 >>> 0) break L4; + if (i1 >>> 0 >= i15 >>> 0) break L4; i9 = HEAP8[i1 >> 0] | 0; if (!(_isxdigit_l(i9, __ZNSt3__16__clocEv() | 0) | 0)) break L4; i1 = i1 + 1 | 0; @@ -38995,18 +39015,18 @@ function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS } while (0); L12 : do if ((i20 | 0) == 10) while (1) { i20 = 0; - if (i1 >>> 0 >= i14 >>> 0) break L12; + if (i1 >>> 0 >= i15 >>> 0) break L12; i9 = HEAP8[i1 >> 0] | 0; if (!(_isdigit_l(i9, __ZNSt3__16__clocEv() | 0) | 0)) break L12; i1 = i1 + 1 | 0; i20 = 10; } while (0); - i8 = HEAP8[i12 >> 0] | 0; - i9 = i12 + 4 | 0; + i8 = HEAP8[i13 >> 0] | 0; + i9 = i13 + 4 | 0; L18 : do if (((i8 & 1) == 0 ? (i8 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) | 0) { L21 : do if ((i2 | 0) != (i1 | 0)) { - i4 = i2; i3 = i1; + i4 = i2; while (1) { i3 = i3 + -1 | 0; if (i4 >>> 0 >= i3 >>> 0) break L21; @@ -39016,36 +39036,36 @@ function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS i4 = i4 + 1 | 0; } } while (0); - i8 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] & 127](i10) | 0; - i5 = i12 + 8 | 0; - i7 = i12 + 1 | 0; + i5 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] & 127](i10) | 0; + i6 = i13 + 8 | 0; + i7 = i13 + 1 | 0; i3 = 0; i4 = 0; - i6 = i2; + i8 = i2; while (1) { - if (i6 >>> 0 >= i1 >>> 0) break; - i22 = HEAP8[((HEAP8[i12 >> 0] & 1) == 0 ? i7 : HEAP32[i5 >> 2] | 0) + i4 >> 0] | 0; + if (i8 >>> 0 >= i1 >>> 0) break; + i22 = HEAP8[((HEAP8[i13 >> 0] & 1) == 0 ? i7 : HEAP32[i6 >> 2] | 0) + i4 >> 0] | 0; if (i22 << 24 >> 24 > 0 & (i3 | 0) == (i22 << 24 >> 24 | 0)) { - i22 = HEAP32[i17 >> 2] | 0; - HEAP32[i17 >> 2] = i22 + 1; - HEAP8[i22 >> 0] = i8; - i22 = HEAP8[i12 >> 0] | 0; + i22 = HEAP32[i18 >> 2] | 0; + HEAP32[i18 >> 2] = i22 + 1; + HEAP8[i22 >> 0] = i5; + i22 = HEAP8[i13 >> 0] | 0; i3 = 0; i4 = (i4 >>> 0 < (((i22 & 1) == 0 ? (i22 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) + -1 | 0) >>> 0 & 1) + i4 | 0; } - i23 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i19 >> 2] | 0) + 28 >> 2] & 31](i19, HEAP8[i6 >> 0] | 0) | 0; - i22 = HEAP32[i17 >> 2] | 0; - HEAP32[i17 >> 2] = i22 + 1; + i23 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 31](i12, HEAP8[i8 >> 0] | 0) | 0; + i22 = HEAP32[i18 >> 2] | 0; + HEAP32[i18 >> 2] = i22 + 1; HEAP8[i22 >> 0] = i23; i3 = i3 + 1 | 0; - i6 = i6 + 1 | 0; + i8 = i8 + 1 | 0; } - i3 = i16 + (i2 - i13) | 0; - i2 = HEAP32[i17 >> 2] | 0; - if ((i3 | 0) == (i2 | 0)) i3 = i19; else while (1) { + i3 = i17 + (i2 - i14) | 0; + i2 = HEAP32[i18 >> 2] | 0; + if ((i3 | 0) == (i2 | 0)) i3 = i12; else while (1) { i2 = i2 + -1 | 0; if (i3 >>> 0 >= i2 >>> 0) { - i3 = i19; + i3 = i12; break L18; } i23 = HEAP8[i3 >> 0] | 0; @@ -39054,35 +39074,35 @@ function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS i3 = i3 + 1 | 0; } } else { - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i19 >> 2] | 0) + 32 >> 2] & 7](i19, i2, i1, HEAP32[i17 >> 2] | 0) | 0; - HEAP32[i17 >> 2] = (HEAP32[i17 >> 2] | 0) + (i1 - i2); - i3 = i19; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 32 >> 2] & 7](i12, i2, i1, HEAP32[i18 >> 2] | 0) | 0; + HEAP32[i18 >> 2] = (HEAP32[i18 >> 2] | 0) + (i1 - i2); + i3 = i12; } while (0); while (1) { - if (i1 >>> 0 >= i14 >>> 0) break; + if (i1 >>> 0 >= i15 >>> 0) break; i2 = HEAP8[i1 >> 0] | 0; if (i2 << 24 >> 24 == 46) { i20 = 29; break; } - i22 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 31](i19, i2) | 0; - i23 = HEAP32[i17 >> 2] | 0; - HEAP32[i17 >> 2] = i23 + 1; + i22 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 31](i12, i2) | 0; + i23 = HEAP32[i18 >> 2] | 0; + HEAP32[i18 >> 2] = i23 + 1; HEAP8[i23 >> 0] = i22; i1 = i1 + 1 | 0; } if ((i20 | 0) == 29) { i22 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i10 >> 2] | 0) + 12 >> 2] & 127](i10) | 0; - i23 = HEAP32[i17 >> 2] | 0; - HEAP32[i17 >> 2] = i23 + 1; + i23 = HEAP32[i18 >> 2] | 0; + HEAP32[i18 >> 2] = i23 + 1; HEAP8[i23 >> 0] = i22; i1 = i1 + 1 | 0; } - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i19 >> 2] | 0) + 32 >> 2] & 7](i19, i1, i14, HEAP32[i17 >> 2] | 0) | 0; - i23 = (HEAP32[i17 >> 2] | 0) + (i11 - i1) | 0; - HEAP32[i17 >> 2] = i23; - HEAP32[i18 >> 2] = (i15 | 0) == (i14 | 0) ? i23 : i16 + (i15 - i13) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 32 >> 2] & 7](i12, i1, i15, HEAP32[i18 >> 2] | 0) | 0; + i23 = (HEAP32[i18 >> 2] | 0) + (i11 - i1) | 0; + HEAP32[i18 >> 2] = i23; + HEAP32[i19 >> 2] = (i16 | 0) == (i15 | 0) ? i23 : i17 + (i16 - i14) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i13); STACKTOP = i21; return; } @@ -39101,28 +39121,28 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i14 = i20 + 168 | 0; - i15 = i20 + 8 | 0; + i15 = i20 + 168 | 0; + i16 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i16 = 8; + i14 = 8; break; } case 8: { - i16 = 16; + i14 = 16; break; } case 0: { - i16 = 0; + i14 = 0; break; } default: - i16 = 10; + i14 = 10; } __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i19, i2, i11, i3); i1 = 0; @@ -39134,12 +39154,12 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); i8 = i18 + 8 | 0; - i10 = i18 + 1 | 0; - i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i6; - HEAP32[i13 >> 2] = i15; + i9 = i18 + 1 | 0; + i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i6; + HEAP32[i13 >> 2] = i16; HEAP32[i12 >> 2] = 0; - i9 = i18 + 4 | 0; + i10 = i18 + 4 | 0; i7 = HEAP8[i3 >> 0] | 0; i1 = HEAP32[i21 >> 2] | 0; i3 = i6; @@ -39168,41 +39188,41 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 } else i4 = 0; } i5 = HEAP8[i18 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i3 + i5 | 0)) { + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if ((HEAP32[i15 >> 2] | 0) == (i3 + i5 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i5 << 1, 0); if (!(HEAP8[i18 >> 0] & 1)) i2 = 10; else i2 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i2, 0); - i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i3 + i5; + i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i3 + i5; } - i6 = i1 + 12 | 0; - i2 = HEAP32[i6 >> 2] | 0; - i5 = i1 + 16 | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; - if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i2 & 255, i16, i3, i14, i12, i7, i19, i15, i13, i11) | 0) break; - i2 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) { + i5 = i1 + 12 | 0; + i2 = HEAP32[i5 >> 2] | 0; + i6 = i1 + 16 | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; + if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i2 & 255, i14, i3, i15, i12, i7, i19, i16, i13, i11) | 0) break; + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i6 >> 2] = i2 + 1; + HEAP32[i5 >> 2] = i2 + 1; continue; } } i11 = HEAP8[i19 >> 0] | 0; i2 = HEAP32[i13 >> 2] | 0; - if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i15 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i16 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i2 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i2 >> 2] = i11; i2 = i12; } - i16 = __ZNSt3__127__num_get_unsigned_integralIyEET_PKcS3_Rji(i3, HEAP32[i14 >> 2] | 0, i23, i16) | 0; - HEAP32[i17 >> 2] = i16; + i15 = __ZNSt3__127__num_get_unsigned_integralIyEET_PKcS3_Rji(i3, HEAP32[i15 >> 2] | 0, i23, i14) | 0; + HEAP32[i17 >> 2] = i15; HEAP32[i17 + 4 >> 2] = tempRet0; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, i2, i23); + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i16, i2, i23); if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1 : 0) { HEAP32[i21 >> 2] = 0; @@ -39241,28 +39261,28 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i14 = i20 + 168 | 0; - i15 = i20 + 8 | 0; + i15 = i20 + 168 | 0; + i16 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i16 = 8; + i14 = 8; break; } case 8: { - i16 = 16; + i14 = 16; break; } case 0: { - i16 = 0; + i14 = 0; break; } default: - i16 = 10; + i14 = 10; } __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i19, i2, i11, i3); i1 = 0; @@ -39274,12 +39294,12 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); i8 = i18 + 8 | 0; - i10 = i18 + 1 | 0; - i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i6; - HEAP32[i13 >> 2] = i15; + i9 = i18 + 1 | 0; + i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i6; + HEAP32[i13 >> 2] = i16; HEAP32[i12 >> 2] = 0; - i9 = i18 + 4 | 0; + i10 = i18 + 4 | 0; i7 = HEAP8[i3 >> 0] | 0; i1 = HEAP32[i21 >> 2] | 0; i3 = i6; @@ -39308,41 +39328,41 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 } else i4 = 0; } i5 = HEAP8[i18 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i3 + i5 | 0)) { + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if ((HEAP32[i15 >> 2] | 0) == (i3 + i5 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i5 << 1, 0); if (!(HEAP8[i18 >> 0] & 1)) i2 = 10; else i2 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i2, 0); - i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i3 + i5; + i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i3 + i5; } - i6 = i1 + 12 | 0; - i2 = HEAP32[i6 >> 2] | 0; - i5 = i1 + 16 | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; - if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i2 & 255, i16, i3, i14, i12, i7, i19, i15, i13, i11) | 0) break; - i2 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) { + i5 = i1 + 12 | 0; + i2 = HEAP32[i5 >> 2] | 0; + i6 = i1 + 16 | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; + if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i2 & 255, i14, i3, i15, i12, i7, i19, i16, i13, i11) | 0) break; + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i6 >> 2] = i2 + 1; + HEAP32[i5 >> 2] = i2 + 1; continue; } } i11 = HEAP8[i19 >> 0] | 0; i2 = HEAP32[i13 >> 2] | 0; - if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i15 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i16 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i2 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i2 >> 2] = i11; i2 = i12; } - i16 = __ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji(i3, HEAP32[i14 >> 2] | 0, i23, i16) | 0; - HEAP32[i17 >> 2] = i16; + i15 = __ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji(i3, HEAP32[i15 >> 2] | 0, i23, i14) | 0; + HEAP32[i17 >> 2] = i15; HEAP32[i17 + 4 >> 2] = tempRet0; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, i2, i23); + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i16, i2, i23); if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1 : 0) { HEAP32[i21 >> 2] = 0; @@ -39398,14 +39418,14 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE2 if (!(HEAP8[i20 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i20 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i1, 0); i9 = i20 + 8 | 0; - i11 = i20 + 1 | 0; - i6 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; + i10 = i20 + 1 | 0; + i6 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i6; HEAP32[i15 >> 2] = i18; HEAP32[i14 >> 2] = 0; HEAP8[i16 >> 0] = 1; HEAP8[i13 >> 0] = 69; - i10 = i20 + 4 | 0; + i11 = i20 + 4 | 0; i8 = HEAP8[i3 >> 0] | 0; i7 = HEAP8[i4 >> 0] | 0; i1 = HEAP32[i23 >> 2] | 0; @@ -39435,25 +39455,25 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE2 } else i4 = 0; } i5 = HEAP8[i20 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; if ((HEAP32[i17 >> 2] | 0) == (i3 + i5 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i5 << 1, 0); if (!(HEAP8[i20 >> 0] & 1)) i2 = 10; else i2 = (HEAP32[i20 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i2, 0); - i3 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; + i3 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i3 + i5; } - i6 = i1 + 12 | 0; - i2 = HEAP32[i6 >> 2] | 0; - i5 = i1 + 16 | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; + i5 = i1 + 12 | 0; + i2 = HEAP32[i5 >> 2] | 0; + i6 = i1 + 16 | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; if (__ZNSt3__19__num_getIcE19__stage2_float_loopEcRbRcPcRS4_ccRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSE_RjS4_(i2 & 255, i16, i13, i3, i17, i8, i7, i21, i18, i15, i14, i12) | 0) break; - i2 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) { + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i6 >> 2] = i2 + 1; + HEAP32[i5 >> 2] = i2 + 1; continue; } } @@ -39524,14 +39544,14 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE2 if (!(HEAP8[i20 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i20 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i1, 0); i9 = i20 + 8 | 0; - i11 = i20 + 1 | 0; - i6 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; + i10 = i20 + 1 | 0; + i6 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i6; HEAP32[i15 >> 2] = i18; HEAP32[i14 >> 2] = 0; HEAP8[i16 >> 0] = 1; HEAP8[i13 >> 0] = 69; - i10 = i20 + 4 | 0; + i11 = i20 + 4 | 0; i8 = HEAP8[i3 >> 0] | 0; i7 = HEAP8[i4 >> 0] | 0; i1 = HEAP32[i23 >> 2] | 0; @@ -39561,25 +39581,25 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE2 } else i4 = 0; } i5 = HEAP8[i20 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; if ((HEAP32[i17 >> 2] | 0) == (i3 + i5 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i5 << 1, 0); if (!(HEAP8[i20 >> 0] & 1)) i2 = 10; else i2 = (HEAP32[i20 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i2, 0); - i3 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; + i3 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i3 + i5; } - i6 = i1 + 12 | 0; - i2 = HEAP32[i6 >> 2] | 0; - i5 = i1 + 16 | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; + i5 = i1 + 12 | 0; + i2 = HEAP32[i5 >> 2] | 0; + i6 = i1 + 16 | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; if (__ZNSt3__19__num_getIcE19__stage2_float_loopEcRbRcPcRS4_ccRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSE_RjS4_(i2 & 255, i16, i13, i3, i17, i8, i7, i21, i18, i15, i14, i12) | 0) break; - i2 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) { + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i6 >> 2] = i2 + 1; + HEAP32[i5 >> 2] = i2 + 1; continue; } } @@ -39650,14 +39670,14 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE2 if (!(HEAP8[i20 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i20 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i1, 0); i9 = i20 + 8 | 0; - i11 = i20 + 1 | 0; - i6 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; + i10 = i20 + 1 | 0; + i6 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i6; HEAP32[i15 >> 2] = i18; HEAP32[i14 >> 2] = 0; HEAP8[i16 >> 0] = 1; HEAP8[i13 >> 0] = 69; - i10 = i20 + 4 | 0; + i11 = i20 + 4 | 0; i8 = HEAP8[i3 >> 0] | 0; i7 = HEAP8[i4 >> 0] | 0; i1 = HEAP32[i23 >> 2] | 0; @@ -39687,25 +39707,25 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE2 } else i4 = 0; } i5 = HEAP8[i20 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; if ((HEAP32[i17 >> 2] | 0) == (i3 + i5 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i5 << 1, 0); if (!(HEAP8[i20 >> 0] & 1)) i2 = 10; else i2 = (HEAP32[i20 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i20, i2, 0); - i3 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; + i3 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i3 + i5; } - i6 = i1 + 12 | 0; - i2 = HEAP32[i6 >> 2] | 0; - i5 = i1 + 16 | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; + i5 = i1 + 12 | 0; + i2 = HEAP32[i5 >> 2] | 0; + i6 = i1 + 16 | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; if (__ZNSt3__19__num_getIcE19__stage2_float_loopEcRbRcPcRS4_ccRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSE_RjS4_(i2 & 255, i16, i13, i3, i17, i8, i7, i21, i18, i15, i14, i12) | 0) break; - i2 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) { + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i6 >> 2] = i2 + 1; + HEAP32[i5 >> 2] = i2 + 1; continue; } } @@ -39745,6 +39765,180 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE2 return i26 | 0; } +function __ZN4wasm16PrintSExpression10visitUnaryEPNS_5UnaryE(i6, i5) { + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0; + i2 = i6 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 40) | 0; + i3 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i2 >> 2] | 0) | 0; + i4 = i5 + 4 | 0; + switch (HEAP32[i4 >> 2] | 0) { + case 0: + { + i1 = 25305; + break; + } + case 1: + { + i1 = 25301; + break; + } + case 2: + { + i1 = 25297; + break; + } + case 3: + { + i1 = 25293; + break; + } + case 4: + { + i1 = 25289; + break; + } + default: + {} + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, i1) | 0, 46) | 0; + do switch (HEAP32[i5 + 8 >> 2] | 0) { + case 0: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25575) | 0; + break; + } + case 1: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25579) | 0; + break; + } + case 2: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25583) | 0; + break; + } + case 3: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25590) | 0; + break; + } + case 4: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25594) | 0; + break; + } + case 5: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25598) | 0; + break; + } + case 6: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25603) | 0; + break; + } + case 7: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25609) | 0; + break; + } + case 8: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25615) | 0; + break; + } + case 9: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25623) | 0; + break; + } + case 10: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25628) | 0; + break; + } + case 11: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25641) | 0; + break; + } + case 12: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25654) | 0; + break; + } + case 13: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25663) | 0; + break; + } + case 14: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25675) | 0; + break; + } + case 15: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25687) | 0; + break; + } + case 16: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25699) | 0; + break; + } + case 17: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25711) | 0, (HEAP32[i4 >> 2] | 0) == 2 ? 25289 : 25293) | 0; + break; + } + case 19: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25724) | 0; + break; + } + case 18: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25738) | 0; + break; + } + case 21: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25752) | 0; + break; + } + case 20: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25766) | 0; + break; + } + case 22: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25780) | 0; + break; + } + case 23: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25792) | 0; + break; + } + case 24: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 25711) | 0, (HEAP32[i4 >> 2] | 0) == 4 ? 25297 : 25301) | 0; + break; + } + default: + _abort(); + } while (0); + i4 = i6 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i4) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i5 + 12 >> 2] | 0); + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i4) | 0; + return; +} + function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE17__do_get_unsignedItEES4_S4_S4_RNS_8ios_baseERjRT_(i1, i21, i22, i2, i23, i17) { i1 = i1 | 0; i21 = i21 | 0; @@ -39759,28 +39953,28 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i14 = i20 + 168 | 0; - i15 = i20 + 8 | 0; + i15 = i20 + 168 | 0; + i16 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i16 = 8; + i14 = 8; break; } case 8: { - i16 = 16; + i14 = 16; break; } case 0: { - i16 = 0; + i14 = 0; break; } default: - i16 = 10; + i14 = 10; } __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i19, i2, i11, i3); i1 = 0; @@ -39792,12 +39986,12 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); i8 = i18 + 8 | 0; - i10 = i18 + 1 | 0; - i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i6; - HEAP32[i13 >> 2] = i15; + i9 = i18 + 1 | 0; + i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i6; + HEAP32[i13 >> 2] = i16; HEAP32[i12 >> 2] = 0; - i9 = i18 + 4 | 0; + i10 = i18 + 4 | 0; i7 = HEAP8[i3 >> 0] | 0; i1 = HEAP32[i21 >> 2] | 0; i3 = i6; @@ -39826,40 +40020,40 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 } else i4 = 0; } i5 = HEAP8[i18 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i3 + i5 | 0)) { + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if ((HEAP32[i15 >> 2] | 0) == (i3 + i5 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i5 << 1, 0); if (!(HEAP8[i18 >> 0] & 1)) i2 = 10; else i2 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i2, 0); - i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i3 + i5; + i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i3 + i5; } - i6 = i1 + 12 | 0; - i2 = HEAP32[i6 >> 2] | 0; - i5 = i1 + 16 | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; - if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i2 & 255, i16, i3, i14, i12, i7, i19, i15, i13, i11) | 0) break; - i2 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) { + i5 = i1 + 12 | 0; + i2 = HEAP32[i5 >> 2] | 0; + i6 = i1 + 16 | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; + if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i2 & 255, i14, i3, i15, i12, i7, i19, i16, i13, i11) | 0) break; + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i6 >> 2] = i2 + 1; + HEAP32[i5 >> 2] = i2 + 1; continue; } } i11 = HEAP8[i19 >> 0] | 0; i2 = HEAP32[i13 >> 2] | 0; - if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i15 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i16 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i2 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i2 >> 2] = i11; i2 = i12; } - i16 = __ZNSt3__127__num_get_unsigned_integralItEET_PKcS3_Rji(i3, HEAP32[i14 >> 2] | 0, i23, i16) | 0; - HEAP16[i17 >> 1] = i16; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, i2, i23); + i15 = __ZNSt3__127__num_get_unsigned_integralItEET_PKcS3_Rji(i3, HEAP32[i15 >> 2] | 0, i23, i14) | 0; + HEAP16[i17 >> 1] = i15; + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i16, i2, i23); if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1 : 0) { HEAP32[i21 >> 2] = 0; @@ -39898,28 +40092,28 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i14 = i20 + 168 | 0; - i15 = i20 + 8 | 0; + i15 = i20 + 168 | 0; + i16 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i16 = 8; + i14 = 8; break; } case 8: { - i16 = 16; + i14 = 16; break; } case 0: { - i16 = 0; + i14 = 0; break; } default: - i16 = 10; + i14 = 10; } __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i19, i2, i11, i3); i1 = 0; @@ -39931,12 +40125,12 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); i8 = i18 + 8 | 0; - i10 = i18 + 1 | 0; - i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i6; - HEAP32[i13 >> 2] = i15; + i9 = i18 + 1 | 0; + i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i6; + HEAP32[i13 >> 2] = i16; HEAP32[i12 >> 2] = 0; - i9 = i18 + 4 | 0; + i10 = i18 + 4 | 0; i7 = HEAP8[i3 >> 0] | 0; i1 = HEAP32[i21 >> 2] | 0; i3 = i6; @@ -39965,40 +40159,40 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 } else i4 = 0; } i5 = HEAP8[i18 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i3 + i5 | 0)) { + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if ((HEAP32[i15 >> 2] | 0) == (i3 + i5 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i5 << 1, 0); if (!(HEAP8[i18 >> 0] & 1)) i2 = 10; else i2 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i2, 0); - i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i3 + i5; + i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i3 + i5; } - i6 = i1 + 12 | 0; - i2 = HEAP32[i6 >> 2] | 0; - i5 = i1 + 16 | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; - if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i2 & 255, i16, i3, i14, i12, i7, i19, i15, i13, i11) | 0) break; - i2 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) { + i5 = i1 + 12 | 0; + i2 = HEAP32[i5 >> 2] | 0; + i6 = i1 + 16 | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; + if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i2 & 255, i14, i3, i15, i12, i7, i19, i16, i13, i11) | 0) break; + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i6 >> 2] = i2 + 1; + HEAP32[i5 >> 2] = i2 + 1; continue; } } i11 = HEAP8[i19 >> 0] | 0; i2 = HEAP32[i13 >> 2] | 0; - if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i15 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i16 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i2 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i2 >> 2] = i11; i2 = i12; } - i16 = __ZNSt3__127__num_get_unsigned_integralImEET_PKcS3_Rji(i3, HEAP32[i14 >> 2] | 0, i23, i16) | 0; - HEAP32[i17 >> 2] = i16; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, i2, i23); + i15 = __ZNSt3__127__num_get_unsigned_integralImEET_PKcS3_Rji(i3, HEAP32[i15 >> 2] | 0, i23, i14) | 0; + HEAP32[i17 >> 2] = i15; + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i16, i2, i23); if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1 : 0) { HEAP32[i21 >> 2] = 0; @@ -40037,28 +40231,28 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i14 = i20 + 168 | 0; - i15 = i20 + 8 | 0; + i15 = i20 + 168 | 0; + i16 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i16 = 8; + i14 = 8; break; } case 8: { - i16 = 16; + i14 = 16; break; } case 0: { - i16 = 0; + i14 = 0; break; } default: - i16 = 10; + i14 = 10; } __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i19, i2, i11, i3); i1 = 0; @@ -40070,12 +40264,12 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); i8 = i18 + 8 | 0; - i10 = i18 + 1 | 0; - i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i6; - HEAP32[i13 >> 2] = i15; + i9 = i18 + 1 | 0; + i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i6; + HEAP32[i13 >> 2] = i16; HEAP32[i12 >> 2] = 0; - i9 = i18 + 4 | 0; + i10 = i18 + 4 | 0; i7 = HEAP8[i3 >> 0] | 0; i1 = HEAP32[i21 >> 2] | 0; i3 = i6; @@ -40104,40 +40298,40 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 } else i4 = 0; } i5 = HEAP8[i18 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i3 + i5 | 0)) { + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if ((HEAP32[i15 >> 2] | 0) == (i3 + i5 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i5 << 1, 0); if (!(HEAP8[i18 >> 0] & 1)) i2 = 10; else i2 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i2, 0); - i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i3 + i5; + i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i3 + i5; } - i6 = i1 + 12 | 0; - i2 = HEAP32[i6 >> 2] | 0; - i5 = i1 + 16 | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; - if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i2 & 255, i16, i3, i14, i12, i7, i19, i15, i13, i11) | 0) break; - i2 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) { + i5 = i1 + 12 | 0; + i2 = HEAP32[i5 >> 2] | 0; + i6 = i1 + 16 | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; + if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i2 & 255, i14, i3, i15, i12, i7, i19, i16, i13, i11) | 0) break; + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i6 >> 2] = i2 + 1; + HEAP32[i5 >> 2] = i2 + 1; continue; } } i11 = HEAP8[i19 >> 0] | 0; i2 = HEAP32[i13 >> 2] | 0; - if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i15 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i16 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i2 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i2 >> 2] = i11; i2 = i12; } - i16 = __ZNSt3__127__num_get_unsigned_integralIjEET_PKcS3_Rji(i3, HEAP32[i14 >> 2] | 0, i23, i16) | 0; - HEAP32[i17 >> 2] = i16; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, i2, i23); + i15 = __ZNSt3__127__num_get_unsigned_integralIjEET_PKcS3_Rji(i3, HEAP32[i15 >> 2] | 0, i23, i14) | 0; + HEAP32[i17 >> 2] = i15; + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i16, i2, i23); if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1 : 0) { HEAP32[i21 >> 2] = 0; @@ -40176,28 +40370,28 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i14 = i20 + 168 | 0; - i15 = i20 + 8 | 0; + i15 = i20 + 168 | 0; + i16 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i16 = 8; + i14 = 8; break; } case 8: { - i16 = 16; + i14 = 16; break; } case 0: { - i16 = 0; + i14 = 0; break; } default: - i16 = 10; + i14 = 10; } __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i19, i2, i11, i3); i1 = 0; @@ -40209,12 +40403,12 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 if (!(HEAP8[i18 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i1, 0); i8 = i18 + 8 | 0; - i10 = i18 + 1 | 0; - i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i6; - HEAP32[i13 >> 2] = i15; + i9 = i18 + 1 | 0; + i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i6; + HEAP32[i13 >> 2] = i16; HEAP32[i12 >> 2] = 0; - i9 = i18 + 4 | 0; + i10 = i18 + 4 | 0; i7 = HEAP8[i3 >> 0] | 0; i1 = HEAP32[i21 >> 2] | 0; i3 = i6; @@ -40243,40 +40437,40 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 } else i4 = 0; } i5 = HEAP8[i18 >> 0] | 0; - i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i3 + i5 | 0)) { + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if ((HEAP32[i15 >> 2] | 0) == (i3 + i5 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i5 << 1, 0); if (!(HEAP8[i18 >> 0] & 1)) i2 = 10; else i2 = (HEAP32[i18 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i18, i2, 0); - i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; - HEAP32[i14 >> 2] = i3 + i5; + i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; + HEAP32[i15 >> 2] = i3 + i5; } - i6 = i1 + 12 | 0; - i2 = HEAP32[i6 >> 2] | 0; - i5 = i1 + 16 | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; - if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i2 & 255, i16, i3, i14, i12, i7, i19, i15, i13, i11) | 0) break; - i2 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) { + i5 = i1 + 12 | 0; + i2 = HEAP32[i5 >> 2] | 0; + i6 = i1 + 16 | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i2 = HEAPU8[i2 >> 0] | 0; + if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i2 & 255, i14, i3, i15, i12, i7, i19, i16, i13, i11) | 0) break; + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i6 >> 2] = i2 + 1; + HEAP32[i5 >> 2] = i2 + 1; continue; } } i11 = HEAP8[i19 >> 0] | 0; i2 = HEAP32[i13 >> 2] | 0; - if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i15 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i16 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i2 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i2 >> 2] = i11; i2 = i12; } - i16 = __ZNSt3__125__num_get_signed_integralIlEET_PKcS3_Rji(i3, HEAP32[i14 >> 2] | 0, i23, i16) | 0; - HEAP32[i17 >> 2] = i16; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, i2, i23); + i15 = __ZNSt3__125__num_get_signed_integralIlEET_PKcS3_Rji(i3, HEAP32[i15 >> 2] | 0, i23, i14) | 0; + HEAP32[i17 >> 2] = i15; + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i16, i2, i23); if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1 : 0) { HEAP32[i21 >> 2] = 0; @@ -40301,6 +40495,111 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 return i24 | 0; } +function __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i14, i10) { + i14 = i14 | 0; + 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, i13 = 0, i15 = 0, i16 = 0; + i16 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i15 = i16 + 24 | 0; + i8 = i16 + 20 | 0; + i3 = i16 + 16 | 0; + i4 = i16 + 12 | 0; + i11 = i16; + i12 = i14 + 4 | 0; + i13 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i12 >> 2] | 0) | 0; + if ((__ZN4wasm7Element4sizeEv(i10) | 0) >>> 0 > 3 ? (i9 = __ZN4wasm7Element4listEv(i10) | 0, (HEAP8[HEAP32[(HEAP32[i9 >> 2] | 0) + 12 >> 2] >> 0] | 0) == 0) : 0) { + i1 = __ZN4wasm7Element4listEv(i10) | 0; + i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i13 >> 2] = i1; + i1 = i14 + 36 | 0; + i9 = 2; + } else { + i1 = i14 + 36 | 0; + i9 = __ZN4wasm4Name7fromIntEj(HEAP32[i1 >> 2] | 0) | 0; + HEAP32[i13 >> 2] = i9; + i9 = 1; + } + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; + i1 = i9 + 1 | 0; + i7 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i10, i9) | 0) | 0; + HEAP32[i13 + 4 >> 2] = i7; + i7 = __ZN4wasm7ElementixEj(i10, i1) | 0; + if (HEAP8[i7 >> 0] | 0) __ZNKSt3__18functionIFvvEEclEv(i14 + 8 | 0); + i2 = i9 + 2 | 0; + i7 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i10, i1) | 0) | 0; + HEAP32[i13 + 8 >> 2] = i7; + HEAP32[i15 >> 2] = 0; + HEAP32[i15 + 4 >> 2] = 0; + HEAP32[i15 + 8 >> 2] = 0; + HEAP32[i15 + 12 >> 2] = 0; + HEAP32[i15 + 16 >> 2] = 0; + do if ((__ZN4wasm7Element4sizeEv(i10) | 0) >>> 0 > i2 >>> 0) { + i7 = __ZN4wasm7ElementixEj(i10, i2) | 0; + i1 = __ZN4wasm7Element4listEv(i7) | 0; + i1 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) | 0; + L12 : do if ((i1 | 0) == (HEAP32[9845] | 0)) { + i1 = i15 + 8 | 0; + i2 = i15 + 12 | 0; + i3 = i15 + 16 | 0; + i6 = 1; + while (1) { + if (i6 >>> 0 >= (__ZN4wasm7Element4sizeEv(i7) | 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 { + if ((i1 | 0) == (HEAP32[9846] | 0)) { + i8 = __ZN4wasm7Element4listEv(i7) | 0; + i8 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i14, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i8 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; + HEAP32[i15 + 4 >> 2] = i8; + break; + } + if ((i1 | 0) != (HEAP32[9853] | 0)) { + __ZNKSt3__18functionIFvvEEclEv(i14 + 8 | 0); + break; + } + i2 = __ZN4wasm7Element4listEv(i7) | 0; + i2 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) | 0; + i1 = HEAP32[i14 >> 2] | 0; + HEAP32[i3 >> 2] = i2; + if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i1 + 48 | 0, i3) | 0) == (i1 + 52 | 0)) { + __ZNKSt3__18functionIFvvEEclEv(i14 + 8 | 0); + i1 = HEAP32[i14 >> 2] | 0; + } + HEAP32[i4 >> 2] = i2; + i8 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i1 + 48 | 0, i4) | 0; + __ZN4wasm12FunctionTypeaSERKS0_(i15, HEAP32[i8 >> 2] | 0) | 0; + } while (0); + i1 = i9 + 3 | 0; + if ((__ZN4wasm7Element4sizeEv(i10) | 0) >>> 0 > i1 >>> 0) { + i1 = __ZN4wasm7ElementixEj(i10, i1) | 0; + i10 = __ZN4wasm7Element4listEv(i1) | 0; + i10 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i10 >> 2] >> 2] | 0) | 0; + if ((i10 | 0) == (HEAP32[9846] | 0)) { + i10 = __ZN4wasm7Element4listEv(i1) | 0; + i10 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i14, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i10 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; + HEAP32[i15 + 4 >> 2] = i10; + break; + } else ___assert_fail(16879, 16691, 1023, 16906); + } + } while (0); + __ZN4wasm6getSigEPNS_12FunctionTypeE(i11, i15); + i12 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i11, HEAP32[i14 >> 2] | 0, HEAP32[i12 >> 2] | 0) | 0; + HEAP32[i13 + 12 >> 2] = i12; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); + __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i14 >> 2] | 0, i13); + __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i15 + 8 | 0); + STACKTOP = i16; + return; +} + function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { d2 = +d2; i1 = i1 | 0; @@ -40324,15 +40623,15 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { HEAPF64[i23 >> 3] = nan; HEAPF64[i12 >> 3] = nan; i11 = !(d2 >= 0.0); - i9 = i1 ^ 1; - i8 = 0; + i8 = i1 ^ 1; + i9 = 0; L1 : while (1) { - if ((i8 | 0) >= 2) { + if ((i9 | 0) >= 2) { i22 = 3; break; } - i5 = (i8 | 0) != 0; - i7 = i5 ? HEAP32[800] | 0 : HEAP32[799] | 0; + i5 = (i9 | 0) != 0; + i7 = i5 ? HEAP32[806] | 0 : HEAP32[805] | 0; L4 : do if (i10) { if (i11) { i22 = 12; @@ -40340,26 +40639,26 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { } if (!(__ZN4wasm12isUInteger64Ed(d2) | 0)) { HEAPF64[i18 >> 3] = d2; - _snprintf(i7, 999, i5 ? 21142 : 21145, i18) | 0; + _snprintf(i7, 999, i5 ? 21272 : 21275, i18) | 0; HEAP32[i19 >> 2] = i13; - _sscanf(i7, 21102, i19) | 0; + _sscanf(i7, 21232, i19) | 0; break; } i1 = __ZN4wasm12toUInteger64Ed(d2) | 0; - i6 = i5 & i9; + i6 = i5 & i8; i4 = i20; HEAP32[i4 >> 2] = i1; HEAP32[i4 + 4 >> 2] = tempRet0; - _snprintf(i7, 999, i6 ? 21125 : 21132, i20) | 0; + _snprintf(i7, 999, i6 ? 21255 : 21262, i20) | 0; if (i6) { HEAP32[i21 >> 2] = i14; - _sscanf(i7, 21137, i21) | 0; + _sscanf(i7, 21267, 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, 21102, i17) | 0; + _sscanf(i7, 21232, i17) | 0; break; } } else { @@ -40367,22 +40666,22 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { i4 = 0; while (1) { if ((i4 | 0) >= 19) break L4; - HEAP8[44389] = 37; - HEAP8[44390] = 46; + HEAP8[45549] = 37; + HEAP8[45550] = 46; if ((i4 | 0) < 10) { - HEAP8[44391] = i4 + 48; - HEAP8[44392] = i1; - HEAP8[44393] = 0; + HEAP8[45551] = i4 + 48; + HEAP8[45552] = i1; + HEAP8[45553] = 0; } else { - HEAP8[44391] = 49; - HEAP8[44392] = i4 + 38; - HEAP8[44393] = i1; - HEAP8[44394] = 0; + HEAP8[45551] = 49; + HEAP8[45552] = i4 + 38; + HEAP8[45553] = i1; + HEAP8[45554] = 0; } HEAPF64[i15 >> 3] = d2; - _snprintf(i7, 999, 44389, i15) | 0; + _snprintf(i7, 999, 45549, i15) | 0; HEAP32[i16 >> 2] = i13; - _sscanf(i7, 21102, i16) | 0; + _sscanf(i7, 21232, i16) | 0; if (+HEAPF64[i13 >> 3] == d2) break; else i4 = i4 + 1 | 0; } } while (0); @@ -40392,7 +40691,7 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { L22 : do if (!i1) { if (!(i10 & i5)) { i6 = i7 + (_strlen(i7) | 0) + -1 | 0; - i5 = i7; + i4 = i7; i1 = i6; while (1) { if ((HEAP8[i1 >> 0] | 0) == 48) { @@ -40401,9 +40700,8 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { break; } } else { - i4 = i1; - if (!(i1 >>> 0 > i7 >>> 0 & (i4 - i5 | 0) > 24)) { - i5 = i4; + i5 = i1; + if (!(i1 >>> 0 > i7 >>> 0 & (i5 - i4 | 0) > 24)) { i4 = i1; break; } @@ -40464,133 +40762,28 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { } } } while (0); - i8 = i8 + 1 | 0; + i9 = i9 + 1 | 0; } if ((i22 | 0) == 3) { d3 = +HEAPF64[i12 >> 3]; d2 = +HEAPF64[i23 >> 3]; if (d3 == d2) { - i23 = HEAP32[800] | 0; + i23 = HEAP32[806] | 0; i22 = _strlen(i23) | 0; - i1 = HEAP32[799] | 0; + i1 = HEAP32[805] | 0; i22 = i22 >>> 0 < (_strlen(i1) | 0) >>> 0; i1 = i22 ? i23 : i1; - } else i1 = d3 < d2 ? HEAP32[800] | 0 : HEAP32[799] | 0; + } else i1 = d3 < d2 ? HEAP32[806] | 0 : HEAP32[805] | 0; if (i24) { i1 = i1 + -1 | 0; HEAP8[i1 >> 0] = 45; } STACKTOP = i25; return i1 | 0; - } else if ((i22 | 0) == 12) ___assert_fail(21106, 28612, 871, 21113); else if ((i22 | 0) == 38) ___assert_fail(21150, 28612, 934, 21113); + } else if ((i22 | 0) == 12) ___assert_fail(21236, 29866, 871, 21243); else if ((i22 | 0) == 38) ___assert_fail(21280, 29866, 934, 21243); return 0; } -function __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i14, i10) { - i14 = i14 | 0; - 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, i13 = 0, i15 = 0, i16 = 0; - i16 = STACKTOP; - STACKTOP = STACKTOP + 48 | 0; - i15 = i16 + 24 | 0; - i8 = i16 + 20 | 0; - i3 = i16 + 16 | 0; - i4 = i16 + 12 | 0; - i11 = i16; - i12 = i14 + 4 | 0; - i13 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i12 >> 2] | 0) | 0; - if ((__ZN4wasm7Element4sizeEv(i10) | 0) >>> 0 > 3 ? (i9 = __ZN4wasm7Element4listEv(i10) | 0, (HEAP8[HEAP32[(HEAP32[i9 >> 2] | 0) + 12 >> 2] >> 0] | 0) == 0) : 0) { - i9 = __ZN4wasm7Element4listEv(i10) | 0; - i9 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i9 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i13 >> 2] = i9; - i9 = 2; - i1 = i14 + 36 | 0; - } else { - i1 = i14 + 36 | 0; - i9 = __ZN4wasm4Name7fromIntEj(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i13 >> 2] = i9; - i9 = 1; - } - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; - i1 = i9 + 1 | 0; - i7 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i10, i9) | 0) | 0; - HEAP32[i13 + 4 >> 2] = i7; - i7 = __ZN4wasm7ElementixEj(i10, i1) | 0; - if (HEAP8[i7 >> 0] | 0) __ZNKSt3__18functionIFvvEEclEv(i14 + 8 | 0); - i2 = i9 + 2 | 0; - i7 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i10, i1) | 0) | 0; - HEAP32[i13 + 8 >> 2] = i7; - HEAP32[i15 >> 2] = 0; - HEAP32[i15 + 4 >> 2] = 0; - HEAP32[i15 + 8 >> 2] = 0; - HEAP32[i15 + 12 >> 2] = 0; - HEAP32[i15 + 16 >> 2] = 0; - do if ((__ZN4wasm7Element4sizeEv(i10) | 0) >>> 0 > i2 >>> 0) { - i7 = __ZN4wasm7ElementixEj(i10, i2) | 0; - i1 = __ZN4wasm7Element4listEv(i7) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) | 0; - L12 : do if ((i1 | 0) == (HEAP32[9555] | 0)) { - i6 = i15 + 8 | 0; - i2 = i15 + 12 | 0; - i3 = i15 + 16 | 0; - i5 = 1; - while (1) { - if (i5 >>> 0 >= (__ZN4wasm7Element4sizeEv(i7) | 0) >>> 0) break L12; - i4 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i14, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, i5) | 0) | 0, 0, 0) | 0; - HEAP32[i8 >> 2] = i4; - i1 = HEAP32[i2 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i3 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i4; - HEAP32[i2 >> 2] = i1 + 4; - } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i6, i8); - i5 = i5 + 1 | 0; - } - } else { - if ((i1 | 0) == (HEAP32[9556] | 0)) { - i8 = __ZN4wasm7Element4listEv(i7) | 0; - i8 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i14, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i8 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; - HEAP32[i15 + 4 >> 2] = i8; - break; - } - if ((i1 | 0) != (HEAP32[9563] | 0)) { - __ZNKSt3__18functionIFvvEEclEv(i14 + 8 | 0); - break; - } - i2 = __ZN4wasm7Element4listEv(i7) | 0; - i2 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) | 0; - i1 = HEAP32[i14 >> 2] | 0; - HEAP32[i3 >> 2] = i2; - if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i1 + 48 | 0, i3) | 0) == (i1 + 52 | 0)) { - __ZNKSt3__18functionIFvvEEclEv(i14 + 8 | 0); - i1 = HEAP32[i14 >> 2] | 0; - } - HEAP32[i4 >> 2] = i2; - i8 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i1 + 48 | 0, i4) | 0; - __ZN4wasm12FunctionTypeaSERKS0_(i15, HEAP32[i8 >> 2] | 0) | 0; - } while (0); - i1 = i9 + 3 | 0; - if ((__ZN4wasm7Element4sizeEv(i10) | 0) >>> 0 > i1 >>> 0) { - i1 = __ZN4wasm7ElementixEj(i10, i1) | 0; - i10 = __ZN4wasm7Element4listEv(i1) | 0; - i10 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i10 >> 2] >> 2] | 0) | 0; - if ((i10 | 0) == (HEAP32[9556] | 0)) { - i10 = __ZN4wasm7Element4listEv(i1) | 0; - i10 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i14, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i10 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; - HEAP32[i15 + 4 >> 2] = i10; - break; - } else ___assert_fail(16794, 16606, 1023, 16821); - } - } while (0); - __ZN4wasm6getSigEPNS_12FunctionTypeE(i11, i15); - i12 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i11, HEAP32[i14 >> 2] | 0, HEAP32[i12 >> 2] | 0) | 0; - HEAP32[i13 + 12 >> 2] = i12; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); - __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i14 >> 2] | 0, i13); - __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i15 + 8 | 0); - STACKTOP = i16; - return; -} - function ___cxa_demangle(i10, i1, i16, i18) { i10 = i10 | 0; i1 = i1 | 0; @@ -40599,10 +40792,10 @@ function ___cxa_demangle(i10, i1, i16, i18) { var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i17 = 0, i19 = 0; i19 = STACKTOP; STACKTOP = STACKTOP + 4208 | 0; - i14 = i19 + 4176 | 0; + i15 = i19 + 4176 | 0; i3 = i19; i17 = i19 + 4112 | 0; - if ((i10 | 0) != 0 ? (i2 = (i1 | 0) != 0, i15 = (i16 | 0) == 0, !(i2 & i15)) : 0) { + if ((i10 | 0) != 0 ? (i2 = (i1 | 0) != 0, i14 = (i16 | 0) == 0, !(i2 & i14)) : 0) { if (i2) i12 = HEAP32[i16 >> 2] | 0; else i12 = 0; HEAP32[i3 + 4096 >> 2] = i3; i2 = i3; @@ -40621,8 +40814,8 @@ function ___cxa_demangle(i10, i1, i16, i18) { i3 = i17 + 36 | 0; HEAP32[i3 >> 2] = 0; HEAP32[i17 + 40 >> 2] = 0; - i9 = i17 + 44 | 0; - HEAP32[i9 >> 2] = i2; + i8 = i17 + 44 | 0; + HEAP32[i8 >> 2] = i2; i5 = i17 + 48 | 0; i4 = i17 + 61 | 0; HEAP32[i5 >> 2] = 0; @@ -40631,33 +40824,33 @@ function ___cxa_demangle(i10, i1, i16, i18) { HEAP8[i5 + 12 >> 0] = 0; HEAP8[i4 >> 0] = 1; i5 = i17 + 32 | 0; - __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEEERNS5_IS9_Lj4096EEEEC2EjjSB_(i14, 1, 0, i9); - i9 = i14 + 8 | 0; - i8 = HEAP32[i9 >> 2] | 0; - HEAP32[i8 >> 2] = 0; - HEAP32[i8 + 4 >> 2] = 0; - HEAP32[i8 + 8 >> 2] = 0; - HEAP32[i8 + 12 >> 2] = i2; - HEAP32[i9 >> 2] = i8 + 16; - __ZNSt3__16vectorINS0_INS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEEENS4_IS8_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS8_RS9_EE(i5, i14); - __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEEERNS5_IS9_Lj4096EEEED2Ev(i14); - i9 = i17 + 62 | 0; - HEAP8[i9 >> 0] = 0; + __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEEERNS5_IS9_Lj4096EEEEC2EjjSB_(i15, 1, 0, i8); + i8 = i15 + 8 | 0; + i9 = HEAP32[i8 >> 2] | 0; + HEAP32[i9 >> 2] = 0; + HEAP32[i9 + 4 >> 2] = 0; + HEAP32[i9 + 8 >> 2] = 0; + HEAP32[i9 + 12 >> 2] = i2; + HEAP32[i8 >> 2] = i9 + 16; + __ZNSt3__16vectorINS0_INS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEEENS4_IS8_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS8_RS9_EE(i5, i15); + __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEEERNS5_IS9_Lj4096EEEED2Ev(i15); + i8 = i17 + 62 | 0; + HEAP8[i8 >> 0] = 0; HEAP8[i17 + 63 >> 0] = 1; - HEAP32[i14 >> 2] = 0; - i8 = i10 + (_strlen(i10) | 0) | 0; - __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i10, i8, i17, i14); - i2 = HEAP32[i14 >> 2] | 0; - do if (!((i2 | 0) != 0 | (HEAP8[i9 >> 0] | 0) == 0)) { + HEAP32[i15 >> 2] = 0; + i9 = i10 + (_strlen(i10) | 0) | 0; + __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i10, i9, i17, i15); + i2 = HEAP32[i15 >> 2] | 0; + do if (!((i2 | 0) != 0 | (HEAP8[i8 >> 0] | 0) == 0)) { i5 = HEAP32[i5 >> 2] | 0; if ((i5 | 0) != (HEAP32[i3 >> 2] | 0) ? (HEAP32[i5 >> 2] | 0) != (HEAP32[i5 + 4 >> 2] | 0) : 0) { - HEAP8[i9 >> 0] = 0; + HEAP8[i8 >> 0] = 0; HEAP8[i4 >> 0] = 0; - i3 = HEAP32[i17 >> 2] | 0; + i2 = HEAP32[i17 >> 2] | 0; while (1) { - i2 = HEAP32[i13 >> 2] | 0; - if ((i2 | 0) == (i3 | 0)) break; - i5 = i2 + -24 | 0; + i3 = HEAP32[i13 >> 2] | 0; + if ((i3 | 0) == (i2 | 0)) break; + i5 = i3 + -24 | 0; HEAP32[i13 >> 2] = i5; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i5); } @@ -40669,15 +40862,15 @@ function ___cxa_demangle(i10, i1, i16, i18) { HEAP32[i7 >> 2] = i6; __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i6); } - __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i10, i8, i17, i14); - if (!(HEAP8[i9 >> 0] | 0)) { - i2 = HEAP32[i14 >> 2] | 0; + __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i10, i9, i17, i15); + if (!(HEAP8[i8 >> 0] | 0)) { + i2 = HEAP32[i15 >> 2] | 0; i11 = 19; break; } else { - HEAP32[i14 >> 2] = -2; - i2 = -2; + HEAP32[i15 >> 2] = -2; i1 = 0; + i2 = -2; break; } } else i11 = 20; @@ -40694,15 +40887,15 @@ function ___cxa_demangle(i10, i1, i16, i18) { if (i2 >>> 0 > i12 >>> 0) { i1 = _realloc(i1, i2) | 0; if (!i1) { - HEAP32[i14 >> 2] = -1; - i2 = -1; + HEAP32[i15 >> 2] = -1; i1 = 0; + i2 = -1; break; } - if (!i15) HEAP32[i16 >> 2] = i2; + if (!i14) HEAP32[i16 >> 2] = i2; } else if (!i1) { - i2 = 0; i1 = 0; + i2 = 0; break; } i2 = HEAP32[i13 >> 2] | 0; @@ -40735,105 +40928,105 @@ function __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7ISt 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; STACKTOP = STACKTOP + 48 | 0; - i14 = i15 + 28 | 0; - i12 = i15 + 24 | 0; - i10 = i15 + 20 | 0; - i3 = i15 + 16 | 0; - i4 = i15 + 12 | 0; - i9 = i15 + 8 | 0; - i11 = i15 + 4 | 0; - i13 = i15; + 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(i7, 0) | 0, 38712) | 0)) ___assert_fail(15061, 13029, 434, 36019); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 39872) | 0)) ___assert_fail(15133, 13086, 434, 37177); i2 = __ZN6cashew3RefixEj(i7, 1) | 0; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 38712) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 38428) | 0) { - i2 = __ZN6cashew3RefixEj(i3, 1) | 0; + HEAP32[i4 >> 2] = HEAP32[i2 >> 2]; + do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 39872) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 39588) | 0) { + i2 = __ZN6cashew3RefixEj(i4, 1) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; i2 = HEAP32[i2 >> 2] | 0; i5 = 35; break; - } else ___assert_fail(15218, 13029, 472, 36019); else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i3, 1) | 0, 0) | 0, 38428) | 0)) ___assert_fail(15080, 13029, 439, 36019); - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 2) | 0, 38148) | 0) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38152) | 0) { + } else ___assert_fail(15290, 13086, 472, 37177); else { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 0) | 0, 39588) | 0)) ___assert_fail(15152, 13086, 439, 37177); + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 2) | 0, 39308) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 39312) | 0) { i2 = i8 + 72 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15101, 13029, 442, 36019); + } else ___assert_fail(15173, 13086, 442, 37177); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38156) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 39316) | 0) { i2 = i8 + 76 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15120, 13029, 446, 36019); + } else ___assert_fail(15192, 13086, 446, 37177); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38160) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 39320) | 0) { i2 = i8 + 80 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15140, 13029, 450, 36019); + } else ___assert_fail(15212, 13086, 450, 37177); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38180) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 39340) | 0) { i2 = i8 + 84 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15161, 13029, 454, 36019); + } else ___assert_fail(15233, 13086, 454, 37177); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38184) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 39344) | 0) { i2 = i8 + 88 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15179, 13029, 458, 36019); + } else ___assert_fail(15251, 13086, 458, 37177); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38188) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 39348) | 0) { i2 = i8 + 92 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15199, 13029, 462, 36019); + } else ___assert_fail(15271, 13086, 462, 37177); } } - i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i3, 1) | 0, 1) | 0; + i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 1) | 0; i2 = __ZN6cashew5Value10getCStringEv(HEAP32[i2 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i14, i2, _strlen(i2) | 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i14, 46); - i2 = __ZN6cashew3RefixEj(i3, 2) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i14, __ZN6cashew5Value10getCStringEv(HEAP32[i2 >> 2] | 0) | 0) | 0; - __ZN6cashew7IStringC2EPKcb(i4, (HEAP8[i14 >> 0] & 1) == 0 ? i14 + 1 | 0 : HEAP32[i14 + 8 >> 2] | 0, 0); - i2 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i14); + __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 = 35; } while (0); do if ((i5 | 0) == 35) { - i5 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i8 + 4 >> 2] | 0) | 0; - i4 = HEAP32[i6 >> 2] | 0; - HEAP32[i5 >> 2] = i4; - i6 = i5 + 4 | 0; + i4 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i8 + 4 >> 2] | 0) | 0; + i5 = HEAP32[i6 >> 2] | 0; + HEAP32[i4 >> 2] = i5; + i6 = i4 + 4 | 0; HEAP32[i6 >> 2] = i2; i2 = __ZN6cashew3RefixEj(i7, 2) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; i2 = HEAP32[i2 >> 2] | 0; - HEAP32[i5 + 8 >> 2] = i2; + HEAP32[i4 + 8 >> 2] = i2; i6 = HEAP32[i6 >> 2] | 0; i7 = i2; i3 = i6; - if ((i6 | 0) == (HEAP32[9522] | 0) ? (i7 | 0) == (HEAP32[9523] | 0) | (i7 | 0) == (HEAP32[9524] | 0) : 0) i1 = 4; else if (!i1) { - __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i8 >> 2] | 0, i5); + if ((i6 | 0) == (HEAP32[9812] | 0) ? (i7 | 0) == (HEAP32[9813] | 0) | (i7 | 0) == (HEAP32[9814] | 0) : 0) i1 = 4; else if (!i1) { + __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i8 >> 2] | 0, i4); break; } - HEAP32[i9 >> 2] = i4; - HEAP32[i11 >> 2] = i3; - HEAP32[i13 >> 2] = i2; - HEAP32[i10 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i14 >> 2] = HEAP32[i13 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i8, i10, i1, 1, i12, i14); + HEAP32[i12 >> 2] = i5; + HEAP32[i13 >> 2] = i3; + HEAP32[i14 >> 2] = i2; + HEAP32[i9 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i11 >> 2] = HEAP32[i14 >> 2]; + __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i8, i9, i1, 1, i10, i11); } while (0); STACKTOP = i15; return; @@ -40852,23 +41045,23 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i15 = i19; i10 = i19 + 208 | 0; i18 = i19 + 196 | 0; - i2 = i19 + 180 | 0; + i1 = i19 + 180 | 0; i17 = i19 + 184 | 0; i14 = i19 + 176 | 0; i12 = i19 + 16 | 0; i13 = i19 + 8 | 0; i11 = i19 + 4 | 0; - i1 = 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i18 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i18 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; - HEAP32[i2 >> 2] = i1; - i9 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 40460) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i9 >> 2] | 0) + 32 >> 2] & 7](i9, 32649, 32675, i10) | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i1) | 0; + i9 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; + HEAP32[i1 >> 2] = i9; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41620) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 32 >> 2] & 7](i1, 33855, 33881, i10) | 0; + __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; i1 = 0; while (1) { if ((i1 | 0) == 3) break; @@ -40918,17 +41111,17 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i2 = (HEAP8[i17 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; HEAP32[i14 >> 2] = i2 + i4; } - i6 = i1 + 12 | 0; - i4 = HEAP32[i6 >> 2] | 0; - i5 = i1 + 16 | 0; - if ((i4 | 0) == (HEAP32[i5 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i4 = HEAPU8[i4 >> 0] | 0; + i5 = i1 + 12 | 0; + i4 = HEAP32[i5 >> 2] | 0; + i6 = i1 + 16 | 0; + if ((i4 | 0) == (HEAP32[i6 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i4 = HEAPU8[i4 >> 0] | 0; if (__ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i4 & 255, 16, i2, i14, i11, 0, i18, i12, i13, i10) | 0) break; - i3 = HEAP32[i6 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) { + i3 = HEAP32[i5 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i6 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i6 >> 2] = i3 + 1; + HEAP32[i5 >> 2] = i3 + 1; continue; } } @@ -40936,7 +41129,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, 32684, i15) | 0) != 1) HEAP32[i22 >> 2] = 4; + if ((__ZNSt3__110__sscanf_lEPKcP15__locale_structS1_z(i13, i14, 33890, i15) | 0) != 1) HEAP32[i22 >> 2] = 4; if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1 : 0) { HEAP32[i20 >> 2] = 0; @@ -40966,110 +41159,110 @@ function __ZNSt3__16locale5__impC2Ej(i4, i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i5 = 0; HEAP32[i4 + 4 >> 2] = i1 + -1; - HEAP32[i4 >> 2] = 11100; + HEAP32[i4 >> 2] = 11212; i1 = i4 + 8 | 0; __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEEC2Ej(i1, 28); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4 + 144 | 0, 32682, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4 + 144 | 0, 33888, 1); i1 = HEAP32[i1 >> 2] | 0; - i3 = i4 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; - } - HEAP32[9401] = 0; - HEAP32[9400] = 8764; - __ZNSt3__16locale5__imp7installINS_7collateIcEEEEvPT_(i4, 37600); - HEAP32[9403] = 0; - HEAP32[9402] = 8796; - __ZNSt3__16locale5__imp7installINS_7collateIwEEEEvPT_(i4, 37608); - __ZNSt3__15ctypeIcEC2EPKtbj(37616, 0, 0, 1); - __ZNSt3__16locale5__imp7installINS_5ctypeIcEEEEvPT_(i4, 37616); - HEAP32[9409] = 0; - HEAP32[9408] = 11316; - __ZNSt3__16locale5__imp7installINS_5ctypeIwEEEEvPT_(i4, 37632); - HEAP32[9411] = 0; - HEAP32[9410] = 11384; - __ZNSt3__16locale5__imp7installINS_7codecvtIcc11__mbstate_tEEEEvPT_(i4, 37640); - HEAP32[9413] = 0; - HEAP32[9412] = 11052; + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; + } + HEAP32[9691] = 0; + HEAP32[9690] = 8876; + __ZNSt3__16locale5__imp7installINS_7collateIcEEEEvPT_(i4, 38760); + HEAP32[9693] = 0; + HEAP32[9692] = 8908; + __ZNSt3__16locale5__imp7installINS_7collateIwEEEEvPT_(i4, 38768); + __ZNSt3__15ctypeIcEC2EPKtbj(38776, 0, 0, 1); + __ZNSt3__16locale5__imp7installINS_5ctypeIcEEEEvPT_(i4, 38776); + HEAP32[9699] = 0; + HEAP32[9698] = 11428; + __ZNSt3__16locale5__imp7installINS_5ctypeIwEEEEvPT_(i4, 38792); + HEAP32[9701] = 0; + HEAP32[9700] = 11496; + __ZNSt3__16locale5__imp7installINS_7codecvtIcc11__mbstate_tEEEEvPT_(i4, 38800); + HEAP32[9703] = 0; + HEAP32[9702] = 11164; i5 = __ZNSt3__16__clocEv() | 0; - HEAP32[9414] = i5; - __ZNSt3__16locale5__imp7installINS_7codecvtIwc11__mbstate_tEEEEvPT_(i4, 37648); - HEAP32[9417] = 0; - HEAP32[9416] = 11432; - __ZNSt3__16locale5__imp7installINS_7codecvtIDsc11__mbstate_tEEEEvPT_(i4, 37664); - HEAP32[9419] = 0; - HEAP32[9418] = 11480; - __ZNSt3__16locale5__imp7installINS_7codecvtIDic11__mbstate_tEEEEvPT_(i4, 37672); - __ZNSt3__18numpunctIcEC2Ej(37680, 1); - __ZNSt3__16locale5__imp7installINS_8numpunctIcEEEEvPT_(i4, 37680); - __ZNSt3__18numpunctIwEC2Ej(37704, 1); - __ZNSt3__16locale5__imp7installINS_8numpunctIwEEEEvPT_(i4, 37704); - HEAP32[9435] = 0; - HEAP32[9434] = 8828; - __ZNSt3__16locale5__imp7installINS_7num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37736); - HEAP32[9437] = 0; - HEAP32[9436] = 8892; - __ZNSt3__16locale5__imp7installINS_7num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37744); - HEAP32[9439] = 0; - HEAP32[9438] = 8956; - __ZNSt3__16locale5__imp7installINS_7num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37752); - HEAP32[9441] = 0; - HEAP32[9440] = 9008; - __ZNSt3__16locale5__imp7installINS_7num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37760); - HEAP32[9443] = 0; - HEAP32[9442] = 10556; - __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb0EEEEEvPT_(i4, 37768); - HEAP32[9445] = 0; - HEAP32[9444] = 10612; - __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb1EEEEEvPT_(i4, 37776); - HEAP32[9447] = 0; - HEAP32[9446] = 10668; - __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb0EEEEEvPT_(i4, 37784); - HEAP32[9449] = 0; - HEAP32[9448] = 10724; - __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb1EEEEEvPT_(i4, 37792); - HEAP32[9451] = 0; - HEAP32[9450] = 10780; - __ZNSt3__16locale5__imp7installINS_9money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37800); - HEAP32[9453] = 0; - HEAP32[9452] = 10808; - __ZNSt3__16locale5__imp7installINS_9money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37808); - HEAP32[9455] = 0; - HEAP32[9454] = 10836; - __ZNSt3__16locale5__imp7installINS_9money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37816); - HEAP32[9457] = 0; - HEAP32[9456] = 10864; - __ZNSt3__16locale5__imp7installINS_9money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37824); - HEAP32[9459] = 0; - HEAP32[9458] = 9060; - HEAP32[9460] = 9108; - __ZNSt3__16locale5__imp7installINS_8time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37832); - HEAP32[9463] = 0; - HEAP32[9462] = 9144; - HEAP32[9464] = 9192; - __ZNSt3__16locale5__imp7installINS_8time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37848); - HEAP32[9467] = 0; - HEAP32[9466] = 11296; + HEAP32[9704] = i5; + __ZNSt3__16locale5__imp7installINS_7codecvtIwc11__mbstate_tEEEEvPT_(i4, 38808); + HEAP32[9707] = 0; + HEAP32[9706] = 11544; + __ZNSt3__16locale5__imp7installINS_7codecvtIDsc11__mbstate_tEEEEvPT_(i4, 38824); + HEAP32[9709] = 0; + HEAP32[9708] = 11592; + __ZNSt3__16locale5__imp7installINS_7codecvtIDic11__mbstate_tEEEEvPT_(i4, 38832); + __ZNSt3__18numpunctIcEC2Ej(38840, 1); + __ZNSt3__16locale5__imp7installINS_8numpunctIcEEEEvPT_(i4, 38840); + __ZNSt3__18numpunctIwEC2Ej(38864, 1); + __ZNSt3__16locale5__imp7installINS_8numpunctIwEEEEvPT_(i4, 38864); + HEAP32[9725] = 0; + HEAP32[9724] = 8940; + __ZNSt3__16locale5__imp7installINS_7num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 38896); + HEAP32[9727] = 0; + HEAP32[9726] = 9004; + __ZNSt3__16locale5__imp7installINS_7num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 38904); + HEAP32[9729] = 0; + HEAP32[9728] = 9068; + __ZNSt3__16locale5__imp7installINS_7num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 38912); + HEAP32[9731] = 0; + HEAP32[9730] = 9120; + __ZNSt3__16locale5__imp7installINS_7num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 38920); + HEAP32[9733] = 0; + HEAP32[9732] = 10668; + __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb0EEEEEvPT_(i4, 38928); + HEAP32[9735] = 0; + HEAP32[9734] = 10724; + __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb1EEEEEvPT_(i4, 38936); + HEAP32[9737] = 0; + HEAP32[9736] = 10780; + __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb0EEEEEvPT_(i4, 38944); + HEAP32[9739] = 0; + HEAP32[9738] = 10836; + __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb1EEEEEvPT_(i4, 38952); + HEAP32[9741] = 0; + HEAP32[9740] = 10892; + __ZNSt3__16locale5__imp7installINS_9money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 38960); + HEAP32[9743] = 0; + HEAP32[9742] = 10920; + __ZNSt3__16locale5__imp7installINS_9money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 38968); + HEAP32[9745] = 0; + HEAP32[9744] = 10948; + __ZNSt3__16locale5__imp7installINS_9money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 38976); + HEAP32[9747] = 0; + HEAP32[9746] = 10976; + __ZNSt3__16locale5__imp7installINS_9money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 38984); + HEAP32[9749] = 0; + HEAP32[9748] = 9172; + HEAP32[9750] = 9220; + __ZNSt3__16locale5__imp7installINS_8time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 38992); + HEAP32[9753] = 0; + HEAP32[9752] = 9256; + HEAP32[9754] = 9304; + __ZNSt3__16locale5__imp7installINS_8time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 39008); + HEAP32[9757] = 0; + HEAP32[9756] = 11408; i5 = __ZNSt3__16__clocEv() | 0; - HEAP32[9468] = i5; - HEAP32[9466] = 10508; - __ZNSt3__16locale5__imp7installINS_8time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37864); - HEAP32[9471] = 0; - HEAP32[9470] = 11296; + HEAP32[9758] = i5; + HEAP32[9756] = 10620; + __ZNSt3__16locale5__imp7installINS_8time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 39024); + HEAP32[9761] = 0; + HEAP32[9760] = 11408; i5 = __ZNSt3__16__clocEv() | 0; - HEAP32[9472] = i5; - HEAP32[9470] = 10532; - __ZNSt3__16locale5__imp7installINS_8time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37880); - HEAP32[9475] = 0; - HEAP32[9474] = 10892; - __ZNSt3__16locale5__imp7installINS_8messagesIcEEEEvPT_(i4, 37896); - HEAP32[9477] = 0; - HEAP32[9476] = 10924; - __ZNSt3__16locale5__imp7installINS_8messagesIwEEEEvPT_(i4, 37904); + HEAP32[9762] = i5; + HEAP32[9760] = 10644; + __ZNSt3__16locale5__imp7installINS_8time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 39040); + HEAP32[9765] = 0; + HEAP32[9764] = 11004; + __ZNSt3__16locale5__imp7installINS_8messagesIcEEEEvPT_(i4, 39056); + HEAP32[9767] = 0; + HEAP32[9766] = 11036; + __ZNSt3__16locale5__imp7installINS_8messagesIwEEEEvPT_(i4, 39064); return; } @@ -41077,7 +41270,7 @@ function __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStr i1 = i1 | 0; i3 = i3 | 0; i2 = i2 | 0; - if (!i2) ___assert_fail(27848, 27598, 1701, 27853); + if (!i2) ___assert_fail(29102, 28852, 1227, 29107); do switch (HEAP32[i2 >> 2] | 0) { case 0: { @@ -41191,7 +41384,7 @@ function __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStr case 20: { i3 = HEAP32[(HEAP32[i3 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 127](i3, 17838); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 127](i3, 25998); HEAP32[i1 >> 2] = 0; i3 = i1 + 8 | 0; HEAP32[i3 >> 2] = 0; @@ -41205,241 +41398,13 @@ function __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStr return; } -function _mbsrtowcs(i5, i9, i1, i4) { - i5 = i5 | 0; - i9 = i9 | 0; - i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0, i6 = 0, i7 = 0, i8 = 0; - i2 = HEAP32[i9 >> 2] | 0; - if ((i4 | 0) != 0 ? (i3 = HEAP32[i4 >> 2] | 0, (i3 | 0) != 0) : 0) if (!i5) { - i6 = i2; - i4 = i1; - i8 = 16; - } else { - HEAP32[i4 >> 2] = 0; - i6 = i1; - i7 = i5; - i8 = 37; - } else if (!i5) { - i4 = i1; - i8 = 7; - } else { - i4 = i1; - i3 = i5; - i8 = 6; - } - L7 : while (1) if ((i8 | 0) == 6) { - if (!i4) { - i8 = 26; - break; - } else i5 = i3; - while (1) { - i3 = HEAP8[i2 >> 0] | 0; - do if (((i3 & 255) + -1 | 0) >>> 0 < 127 ? i4 >>> 0 > 4 & (i2 & 3 | 0) == 0 : 0) { - i6 = i2; - while (1) { - i2 = HEAP32[i6 >> 2] | 0; - if ((i2 + -16843009 | i2) & -2139062144 | 0) { - i3 = i2; - i2 = i6; - i8 = 32; - break; - } - HEAP32[i5 >> 2] = i2 & 255; - HEAP32[i5 + 4 >> 2] = HEAPU8[i6 + 1 >> 0]; - HEAP32[i5 + 8 >> 2] = HEAPU8[i6 + 2 >> 0]; - i2 = i6 + 4 | 0; - i3 = i5 + 16 | 0; - HEAP32[i5 + 12 >> 2] = HEAPU8[i6 + 3 >> 0]; - i4 = i4 + -4 | 0; - if (i4 >>> 0 > 4) { - i6 = i2; - i5 = i3; - } else { - i5 = i3; - i8 = 31; - break; - } - } - if ((i8 | 0) == 31) { - i3 = HEAP8[i2 >> 0] | 0; - break; - } else if ((i8 | 0) == 32) { - i3 = i3 & 255; - break; - } - } while (0); - i3 = i3 & 255; - if ((i3 + -1 | 0) >>> 0 >= 127) break; - i2 = i2 + 1 | 0; - HEAP32[i5 >> 2] = i3; - i4 = i4 + -1 | 0; - if (!i4) { - i8 = 26; - break L7; - } else i5 = i5 + 4 | 0; - } - i3 = i3 + -194 | 0; - if (i3 >>> 0 > 50) { - i3 = i5; - i8 = 48; - break; - } - i3 = HEAP32[4380 + (i3 << 2) >> 2] | 0; - i2 = i2 + 1 | 0; - i6 = i4; - i7 = i5; - i8 = 37; - continue; - } else if ((i8 | 0) == 7) { - i3 = HEAP8[i2 >> 0] | 0; - if (((i3 & 255) + -1 | 0) >>> 0 < 127 ? (i2 & 3 | 0) == 0 : 0) { - i8 = HEAP32[i2 >> 2] | 0; - i3 = i8 & 255; - if (!((i8 + -16843009 | i8) & -2139062144)) { - i3 = i4; - while (1) { - i2 = i2 + 4 | 0; - i4 = i3 + -4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if (!((i3 + -16843009 | i3) & -2139062144)) i3 = i4; else break; - } - i3 = i3 & 255; - } - } - i3 = i3 & 255; - if ((i3 + -1 | 0) >>> 0 < 127) { - i2 = i2 + 1 | 0; - i4 = i4 + -1 | 0; - i8 = 7; - continue; - } - i3 = i3 + -194 | 0; - if (i3 >>> 0 > 50) { - i3 = i5; - i8 = 48; - break; - } - i3 = HEAP32[4380 + (i3 << 2) >> 2] | 0; - i6 = i2 + 1 | 0; - i8 = 16; - continue; - } else if ((i8 | 0) == 16) { - i8 = (HEAPU8[i6 >> 0] | 0) >>> 3; - if ((i8 + -16 | i8 + (i3 >> 26)) >>> 0 > 7) { - i8 = 17; - break; - } - i2 = i6 + 1 | 0; - if (i3 & 33554432) { - if ((HEAP8[i2 >> 0] & -64) << 24 >> 24 != -128) { - i8 = 20; - break; - } - i2 = i6 + 2 | 0; - if (i3 & 524288) { - if ((HEAP8[i2 >> 0] & -64) << 24 >> 24 != -128) { - i8 = 23; - break; - } - i2 = i6 + 3 | 0; - } - } - i4 = i4 + -1 | 0; - i8 = 7; - continue; - } else if ((i8 | 0) == 37) { - i4 = HEAPU8[i2 >> 0] | 0; - i8 = i4 >>> 3; - if ((i8 + -16 | i8 + (i3 >> 26)) >>> 0 > 7) { - i8 = 38; - break; - } - i5 = i2 + 1 | 0; - i4 = i4 + -128 | i3 << 6; - if ((i4 | 0) < 0) { - i3 = HEAPU8[i5 >> 0] | 0; - if ((i3 & 192 | 0) != 128) { - i8 = 41; - break; - } - i5 = i2 + 2 | 0; - i4 = i3 + -128 | i4 << 6; - if ((i4 | 0) < 0) { - i3 = HEAPU8[i5 >> 0] | 0; - if ((i3 & 192 | 0) != 128) { - i8 = 44; - break; - } - i4 = i3 + -128 | i4 << 6; - i2 = i2 + 3 | 0; - } else i2 = i5; - } else i2 = i5; - HEAP32[i7 >> 2] = i4; - i4 = i6 + -1 | 0; - i3 = i7 + 4 | 0; - i8 = 6; - continue; - } - if ((i8 | 0) == 17) { - i2 = i6 + -1 | 0; - i8 = 47; - } else if ((i8 | 0) == 20) { - i2 = i6 + -1 | 0; - i8 = 47; - } else if ((i8 | 0) == 23) { - i2 = i6 + -1 | 0; - i8 = 47; - } else if ((i8 | 0) == 26) HEAP32[i9 >> 2] = i2; else if ((i8 | 0) == 38) { - i2 = i2 + -1 | 0; - i4 = i6; - i5 = i7; - i8 = 47; - } else if ((i8 | 0) == 41) { - i2 = i2 + -1 | 0; - i1 = i7; - i8 = 52; - } else if ((i8 | 0) == 44) { - i2 = i2 + -1 | 0; - i1 = i7; - i8 = 52; - } - if ((i8 | 0) == 47) if (!i3) { - i3 = i5; - i8 = 48; - } else { - i1 = i5; - i8 = 52; - } - if ((i8 | 0) == 48) if (!(HEAP8[i2 >> 0] | 0)) { - if (i3 | 0) { - HEAP32[i3 >> 2] = 0; - HEAP32[i9 >> 2] = 0; - } - i1 = i1 - i4 | 0; - } else { - i1 = i3; - i8 = 52; - } - if ((i8 | 0) == 52) { - i8 = ___errno_location() | 0; - HEAP32[i8 >> 2] = 84; - if (!i1) i1 = -1; else { - HEAP32[i9 >> 2] = i2; - i1 = -1; - } - } - return i1 | 0; -} - -function __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i12, i14, i15, i10, i7) { +function __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i12, i14, i15, i11, i6) { i12 = i12 | 0; i14 = i14 | 0; i15 = i15 | 0; - i10 = i10 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0, i11 = 0, i13 = 0; + i11 = i11 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i13 = 0; i1 = HEAP32[i12 >> 2] | 0; do if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1) { @@ -41471,27 +41436,29 @@ function __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_t } else if ((i13 | 0) == 13) { i2 = HEAP32[i12 >> 2] | 0; i3 = HEAP32[i2 + 12 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i3 = HEAPU8[i3 >> 0] | 0; - i2 = i3 & 255; - if (i2 << 24 >> 24 > -1 ? (i11 = i10 + 8 | 0, HEAP16[(HEAP32[i11 >> 2] | 0) + (i3 << 24 >> 24 << 1) >> 1] & 2048) : 0) { - i5 = (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 36 >> 2] & 31](i10, i2, 0) | 0) << 24 >> 24; + if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i2 = HEAPU8[i3 >> 0] | 0; + i3 = i2 & 255; + if (i3 << 24 >> 24 > -1 ? (i10 = i11 + 8 | 0, HEAP16[(HEAP32[i10 >> 2] | 0) + (i2 << 24 >> 24 << 1) >> 1] & 2048) : 0) { + i5 = (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i11 >> 2] | 0) + 36 >> 2] & 31](i11, i3, 0) | 0) << 24 >> 24; i2 = HEAP32[i12 >> 2] | 0; - i4 = i2 + 12 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { + i3 = i2 + 12 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; - i8 = i1; + i8 = i6; + i7 = i1; i6 = i1; i1 = i5; } else { - HEAP32[i4 >> 2] = i3 + 1; - i8 = i1; + HEAP32[i3 >> 2] = i4 + 1; + i8 = i6; + i7 = i1; i6 = i1; i1 = i5; } while (1) { i1 = i1 + -48 | 0; - i9 = i7 + -1 | 0; + i9 = i8 + -1 | 0; i2 = HEAP32[i12 >> 2] | 0; do if (i2) { if ((HEAP32[i2 + 12 >> 2] | 0) == (HEAP32[i2 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) == -1) { @@ -41509,32 +41476,32 @@ function __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_t i3 = 0; i6 = 0; } else { - i3 = i8; - i6 = i8; - } else i3 = i8; else { - i3 = i8; + i3 = i7; + i6 = i7; + } else i3 = i7; else { + i3 = i7; i6 = 0; } i2 = HEAP32[i12 >> 2] | 0; - if (!((i7 | 0) > 1 & (i4 ^ (i6 | 0) == 0))) break; + if (!((i8 | 0) > 1 & (i4 ^ (i6 | 0) == 0))) break; i4 = HEAP32[i2 + 12 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i4 = HEAPU8[i4 >> 0] | 0; - i2 = i4 & 255; - if (i2 << 24 >> 24 <= -1) break L16; - if (!(HEAP16[(HEAP32[i11 >> 2] | 0) + (i4 << 24 >> 24 << 1) >> 1] & 2048)) break L16; - i1 = ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 36 >> 2] & 31](i10, i2, 0) | 0) << 24 >> 24) + (i1 * 10 | 0) | 0; + if ((i4 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i2 = HEAPU8[i4 >> 0] | 0; + i4 = i2 & 255; + if (i4 << 24 >> 24 <= -1) break L16; + if (!(HEAP16[(HEAP32[i10 >> 2] | 0) + (i2 << 24 >> 24 << 1) >> 1] & 2048)) break L16; + i1 = ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i11 >> 2] | 0) + 36 >> 2] & 31](i11, i4, 0) | 0) << 24 >> 24) + (i1 * 10 | 0) | 0; i2 = HEAP32[i12 >> 2] | 0; - i5 = i2 + 12 | 0; - i4 = HEAP32[i5 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { + i4 = i2 + 12 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; - i8 = i3; - i7 = i9; + i8 = i9; + i7 = i3; continue; } else { - HEAP32[i5 >> 2] = i4 + 1; - i8 = i3; - i7 = i9; + HEAP32[i4 >> 2] = i5 + 1; + i8 = i9; + i7 = i3; continue; } } @@ -41567,476 +41534,516 @@ function __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_t return i1 | 0; } -function __GLOBAL__sub_I_parser_cpp() { - __ZN6cashew7IString3setEPKcb(38408, 27942, 1); - __ZN6cashew7IString3setEPKcb(38412, 27951, 1); - __ZN6cashew7IString3setEPKcb(38416, 27957, 1); - __ZN6cashew7IString3setEPKcb(38420, 27963, 1); - __ZN6cashew7IString3setEPKcb(38424, 27968, 1); - __ZN6cashew7IString3setEPKcb(38428, 27975, 1); - __ZN6cashew7IString3setEPKcb(38432, 27980, 1); - __ZN6cashew7IString3setEPKcb(38436, 27984, 1); - __ZN6cashew7IString3setEPKcb(38440, 27990, 1); - __ZN6cashew7IString3setEPKcb(38444, 28002, 1); - __ZN6cashew7IString3setEPKcb(38448, 28009, 1); - __ZN6cashew7IString3setEPKcb(38452, 28016, 1); - __ZN6cashew7IString3setEPKcb(38456, 28019, 1); - __ZN6cashew7IString3setEPKcb(38460, 28024, 1); - __ZN6cashew7IString3setEPKcb(38464, 28030, 1); - __ZN6cashew7IString3setEPKcb(38468, 28033, 1); - __ZN6cashew7IString3setEPKcb(38472, 28037, 1); - __ZN6cashew7IString3setEPKcb(38476, 28041, 1); - __ZN6cashew7IString3setEPKcb(38480, 28045, 1); - __ZN6cashew7IString3setEPKcb(38484, 28050, 1); - __ZN6cashew7IString3setEPKcb(38488, 28054, 1); - __ZN6cashew7IString3setEPKcb(38492, 28060, 1); - __ZN6cashew7IString3setEPKcb(38496, 28066, 1); - __ZN6cashew7IString3setEPKcb(38500, 28075, 1); - __ZN6cashew7IString3setEPKcb(38504, 28082, 1); - __ZN6cashew7IString3setEPKcb(38508, 31439, 1); - __ZN6cashew7IString3setEPKcb(38512, 31732, 1); - __ZN6cashew7IString3setEPKcb(38516, 28089, 1); - __ZN6cashew7IString3setEPKcb(38520, 28098, 1); - __ZN6cashew7IString3setEPKcb(38524, 28111, 1); - __ZN6cashew7IString3setEPKcb(38528, 28125, 1); - __ZN6cashew7IString3setEPKcb(38532, 28137, 1); - __ZN6cashew7IString3setEPKcb(38536, 28152, 1); - __ZN6cashew7IString3setEPKcb(38540, 28167, 1); - __ZN6cashew7IString3setEPKcb(38544, 28180, 1); - __ZN6cashew7IString3setEPKcb(38548, 28193, 1); - __ZN6cashew7IString3setEPKcb(38552, 36967, 1); - __ZN6cashew7IString3setEPKcb(38556, 36918, 1); - __ZN6cashew7IString3setEPKcb(38560, 36958, 1); - __ZN6cashew7IString3setEPKcb(38564, 35901, 1); - __ZN6cashew7IString3setEPKcb(38568, 36894, 1); - __ZN6cashew7IString3setEPKcb(38572, 36942, 1); - __ZN6cashew7IString3setEPKcb(38576, 35935, 1); - __ZN6cashew7IString3setEPKcb(38580, 36478, 1); - __ZN6cashew7IString3setEPKcb(38584, 36902, 1); - __ZN6cashew7IString3setEPKcb(38588, 36908, 1); - __ZN6cashew7IString3setEPKcb(38592, 35893, 1); - __ZN6cashew7IString3setEPKcb(38596, 36899, 1); - __ZN6cashew7IString3setEPKcb(38600, 36939, 1); - __ZN6cashew7IString3setEPKcb(38604, 36889, 1); - __ZN6cashew7IString3setEPKcb(38608, 37012, 1); - __ZN6cashew7IString3setEPKcb(38612, 35967, 1); - __ZN6cashew7IString3setEPKcb(38616, 37017, 1); - __ZN6cashew7IString3setEPKcb(38620, 36911, 1); - __ZN6cashew7IString3setEPKcb(38624, 28206, 1); - __ZN6cashew7IString3setEPKcb(38628, 28210, 1); - __ZN6cashew7IString3setEPKcb(38632, 28224, 1); - __ZN6cashew7IString3setEPKcb(38636, 28230, 1); - __ZN6cashew7IString3setEPKcb(38640, 28237, 1); - __ZN6cashew7IString3setEPKcb(38644, 28244, 1); - __ZN6cashew7IString3setEPKcb(38648, 28252, 1); - __ZN6cashew7IString3setEPKcb(38652, 28259, 1); - __ZN6cashew7IString3setEPKcb(38656, 28267, 1); - __ZN6cashew7IString3setEPKcb(38660, 28275, 1); - __ZN6cashew7IString3setEPKcb(38664, 28283, 1); - __ZN6cashew7IString3setEPKcb(38668, 46477, 1); - __ZN6cashew7IString3setEPKcb(38672, 28286, 1); - __ZN6cashew7IString3setEPKcb(38676, 35846, 1); - __ZN6cashew7IString3setEPKcb(38680, 28295, 1); - __ZN6cashew7IString3setEPKcb(38684, 28297, 1); - __ZN6cashew7IString3setEPKcb(38688, 28299, 1); - __ZN6cashew7IString3setEPKcb(38692, 35933, 1); - __ZN6cashew7IString3setEPKcb(38696, 28301, 1); - __ZN6cashew7IString3setEPKcb(38700, 28303, 1); - __ZN6cashew7IString3setEPKcb(38704, 28305, 1); - __ZN6cashew7IString3setEPKcb(38708, 28310, 1); - __ZN6cashew7IString3setEPKcb(38712, 28318, 1); - __ZN6cashew7IString3setEPKcb(38716, 36887, 1); - __ZN6cashew7IString3setEPKcb(38720, 28322, 1); - __ZN6cashew7IString3setEPKcb(38724, 28326, 1); - __ZN6cashew7IString3setEPKcb(38728, 28332, 1); - __ZN6cashew7IString3setEPKcb(38732, 37065, 1); - __ZN6cashew7IString3setEPKcb(38736, 35906, 1); - __ZN6cashew10IStringSetC2EPKc(38740, 28339); - ___cxa_atexit(185, 38740, ___dso_handle | 0) | 0; - HEAP32[9690] = 0; - HEAP32[9691] = 0; - HEAP32[9692] = 0; - ___cxa_atexit(186, 38760, ___dso_handle | 0) | 0; - HEAP32[9693] = 0; - HEAP32[9694] = 0; - HEAP32[9695] = 0; - ___cxa_atexit(187, 38772, ___dso_handle | 0) | 0; - __ZN6cashew4InitC2Ev(44403); - return; -} - -function __ZN4wasm5Unary7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i6, i4, i2) { - i6 = i6 | 0; - i4 = i4 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i5 = 0, i7 = 0, i8 = 0; - i8 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i3 = i8; - HEAP32[i3 >> 2] = i2; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i4, 40) | 0; - i1 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(i4) | 0; - i7 = i6 + 4 | 0; - switch (HEAP32[i7 >> 2] | 0) { - case 0: - { - i5 = 17406; - break; - } - case 1: - { - i5 = 17411; - break; - } - case 2: - { - i5 = 17415; - break; - } - case 3: - { - i5 = 17419; - break; - } - case 4: - { - i5 = 17423; - break; - } - default: - {} +function _mbsrtowcs(i5, i10, i1, i3) { + i5 = i5 | 0; + i10 = i10 | 0; + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; + i2 = HEAP32[i10 >> 2] | 0; + if ((i3 | 0) != 0 ? (i4 = HEAP32[i3 >> 2] | 0, (i4 | 0) != 0) : 0) if (!i5) { + i3 = i1; + i6 = i2; + i9 = 16; + } else { + HEAP32[i3 >> 2] = 0; + i8 = i5; + i3 = i1; + i7 = i4; + i9 = 37; + } else if (!i5) { + i3 = i1; + i9 = 7; + } else { + i4 = i5; + i3 = i1; + i9 = 6; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i5) | 0, 46) | 0; - do switch (HEAP32[i6 + 8 >> 2] | 0) { - case 0: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17434) | 0; - break; - } - case 1: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17438) | 0; - break; - } - case 2: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17442) | 0; - break; - } - case 3: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17449) | 0; - break; - } - case 4: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 12640) | 0; - break; - } - case 5: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17453) | 0; - break; - } - case 6: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 12644) | 0; - break; - } - case 7: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17458) | 0; - break; - } - case 8: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17464) | 0; - break; - } - case 9: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 12650) | 0; - break; - } - case 10: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17472) | 0; - break; - } - case 11: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17485) | 0; - break; - } - case 12: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17498) | 0; - break; - } - case 13: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17507) | 0; - break; - } - case 14: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17519) | 0; - break; - } - case 15: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17531) | 0; + L7 : while (1) if ((i9 | 0) == 6) { + if (!i3) { + i9 = 26; break; + } else i5 = i4; + while (1) { + i4 = HEAP8[i2 >> 0] | 0; + do if (((i4 & 255) + -1 | 0) >>> 0 < 127 ? i3 >>> 0 > 4 & (i2 & 3 | 0) == 0 : 0) { + i6 = i2; + while (1) { + i2 = HEAP32[i6 >> 2] | 0; + if ((i2 + -16843009 | i2) & -2139062144 | 0) { + i4 = i2; + i2 = i6; + i9 = 32; + break; + } + HEAP32[i5 >> 2] = i2 & 255; + HEAP32[i5 + 4 >> 2] = HEAPU8[i6 + 1 >> 0]; + HEAP32[i5 + 8 >> 2] = HEAPU8[i6 + 2 >> 0]; + i2 = i6 + 4 | 0; + i4 = i5 + 16 | 0; + HEAP32[i5 + 12 >> 2] = HEAPU8[i6 + 3 >> 0]; + i3 = i3 + -4 | 0; + if (i3 >>> 0 > 4) { + i5 = i4; + i6 = i2; + } else { + i9 = 31; + break; + } + } + if ((i9 | 0) == 31) { + i5 = i4; + i4 = HEAP8[i2 >> 0] | 0; + break; + } else if ((i9 | 0) == 32) { + i4 = i4 & 255; + break; + } + } while (0); + i4 = i4 & 255; + if ((i4 + -1 | 0) >>> 0 >= 127) break; + i2 = i2 + 1 | 0; + HEAP32[i5 >> 2] = i4; + i3 = i3 + -1 | 0; + if (!i3) { + i9 = 26; + break L7; + } else i5 = i5 + 4 | 0; } - case 16: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17543) | 0; + i4 = i4 + -194 | 0; + if (i4 >>> 0 > 50) { + i9 = 48; break; } - case 17: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17555) | 0, (HEAP32[i7 >> 2] | 0) == 2 ? 17423 : 17419) | 0; - break; + i8 = i5; + i7 = HEAP32[4140 + (i4 << 2) >> 2] | 0; + i2 = i2 + 1 | 0; + i9 = 37; + continue; + } else if ((i9 | 0) == 7) { + i4 = HEAP8[i2 >> 0] | 0; + if (((i4 & 255) + -1 | 0) >>> 0 < 127 ? (i2 & 3 | 0) == 0 : 0) { + i9 = HEAP32[i2 >> 2] | 0; + i4 = i9 & 255; + if (!((i9 + -16843009 | i9) & -2139062144)) { + do { + i2 = i2 + 4 | 0; + i3 = i3 + -4 | 0; + i4 = HEAP32[i2 >> 2] | 0; + } while (((i4 + -16843009 | i4) & -2139062144 | 0) == 0); + i4 = i4 & 255; + } } - case 19: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17568) | 0; - break; + i4 = i4 & 255; + if ((i4 + -1 | 0) >>> 0 < 127) { + i3 = i3 + -1 | 0; + i2 = i2 + 1 | 0; + i9 = 7; + continue; } - case 18: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17582) | 0; + i4 = i4 + -194 | 0; + if (i4 >>> 0 > 50) { + i9 = 48; break; } - case 21: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17596) | 0; + i4 = HEAP32[4140 + (i4 << 2) >> 2] | 0; + i6 = i2 + 1 | 0; + i9 = 16; + continue; + } else if ((i9 | 0) == 16) { + i9 = (HEAPU8[i6 >> 0] | 0) >>> 3; + if ((i9 + -16 | i9 + (i4 >> 26)) >>> 0 > 7) { + i9 = 17; break; } - case 20: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17610) | 0; - break; + i2 = i6 + 1 | 0; + if (i4 & 33554432) { + if ((HEAP8[i2 >> 0] & -64) << 24 >> 24 != -128) { + i9 = 20; + break; + } + i2 = i6 + 2 | 0; + if (i4 & 524288) { + if ((HEAP8[i2 >> 0] & -64) << 24 >> 24 != -128) { + i9 = 23; + break; + } + i2 = i6 + 3 | 0; + } } - case 22: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17624) | 0; + i3 = i3 + -1 | 0; + i9 = 7; + continue; + } else if ((i9 | 0) == 37) { + i4 = HEAPU8[i2 >> 0] | 0; + i9 = i4 >>> 3; + if ((i9 + -16 | i9 + (i7 >> 26)) >>> 0 > 7) { + i9 = 38; break; } - case 23: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17636) | 0; - break; + i6 = i2 + 1 | 0; + i5 = i4 + -128 | i7 << 6; + if ((i5 | 0) < 0) { + i4 = HEAPU8[i6 >> 0] | 0; + if ((i4 & 192 | 0) != 128) { + i9 = 41; + break; + } + i6 = i2 + 2 | 0; + i5 = i4 + -128 | i5 << 6; + if ((i5 | 0) < 0) { + i4 = HEAPU8[i6 >> 0] | 0; + if ((i4 & 192 | 0) != 128) { + i9 = 44; + break; + } + i5 = i4 + -128 | i5 << 6; + i2 = i2 + 3 | 0; + } else i2 = i6; + } else i2 = i6; + HEAP32[i8 >> 2] = i5; + i4 = i8 + 4 | 0; + i3 = i3 + -1 | 0; + i9 = 6; + continue; + } + if ((i9 | 0) == 17) { + i2 = i6 + -1 | 0; + i9 = 47; + } else if ((i9 | 0) == 20) { + i2 = i6 + -1 | 0; + i9 = 47; + } else if ((i9 | 0) == 23) { + i2 = i6 + -1 | 0; + i9 = 47; + } else if ((i9 | 0) == 26) HEAP32[i10 >> 2] = i2; else if ((i9 | 0) == 38) { + i5 = i8; + i4 = i7; + i2 = i2 + -1 | 0; + i9 = 47; + } else if ((i9 | 0) == 41) { + i3 = i8; + i1 = i2 + -1 | 0; + i9 = 52; + } else if ((i9 | 0) == 44) { + i3 = i8; + i1 = i2 + -1 | 0; + i9 = 52; + } + if ((i9 | 0) == 47) if (!i4) i9 = 48; else { + i3 = i5; + i1 = i2; + i9 = 52; + } + if ((i9 | 0) == 48) if (!(HEAP8[i2 >> 0] | 0)) { + if (i5 | 0) { + HEAP32[i5 >> 2] = 0; + HEAP32[i10 >> 2] = 0; } - case 24: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17555) | 0, (HEAP32[i7 >> 2] | 0) == 4 ? 17415 : 17411) | 0; - break; + i1 = i1 - i3 | 0; + } else { + i3 = i5; + i1 = i2; + i9 = 52; + } + if ((i9 | 0) == 52) { + i9 = ___errno_location() | 0; + HEAP32[i9 >> 2] = 84; + if (!i3) i1 = -1; else { + HEAP32[i10 >> 2] = i1; + i1 = -1; } - default: - _abort(); - } while (0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i4, 10) | 0; - i7 = i2 + 1 | 0; - HEAP32[i3 >> 2] = i7; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i4, i7, HEAP32[i6 + 12 >> 2] | 0) | 0; - i7 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i4, i3) | 0; - STACKTOP = i8; - return i7 | 0; + } + return i1 | 0; } -function __ZN4wasm6Switch7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i6, i13, i3) { - i6 = i6 | 0; - i13 = i13 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0, i15 = 0; - i14 = STACKTOP; +function __GLOBAL__sub_I_parser_cpp() { + __ZN6cashew7IString3setEPKcb(39568, 29196, 1); + __ZN6cashew7IString3setEPKcb(39572, 29205, 1); + __ZN6cashew7IString3setEPKcb(39576, 29211, 1); + __ZN6cashew7IString3setEPKcb(39580, 29217, 1); + __ZN6cashew7IString3setEPKcb(39584, 29222, 1); + __ZN6cashew7IString3setEPKcb(39588, 29229, 1); + __ZN6cashew7IString3setEPKcb(39592, 29234, 1); + __ZN6cashew7IString3setEPKcb(39596, 29238, 1); + __ZN6cashew7IString3setEPKcb(39600, 29244, 1); + __ZN6cashew7IString3setEPKcb(39604, 29256, 1); + __ZN6cashew7IString3setEPKcb(39608, 29263, 1); + __ZN6cashew7IString3setEPKcb(39612, 29270, 1); + __ZN6cashew7IString3setEPKcb(39616, 29273, 1); + __ZN6cashew7IString3setEPKcb(39620, 29278, 1); + __ZN6cashew7IString3setEPKcb(39624, 29284, 1); + __ZN6cashew7IString3setEPKcb(39628, 29287, 1); + __ZN6cashew7IString3setEPKcb(39632, 29291, 1); + __ZN6cashew7IString3setEPKcb(39636, 29295, 1); + __ZN6cashew7IString3setEPKcb(39640, 29299, 1); + __ZN6cashew7IString3setEPKcb(39644, 29304, 1); + __ZN6cashew7IString3setEPKcb(39648, 29308, 1); + __ZN6cashew7IString3setEPKcb(39652, 29314, 1); + __ZN6cashew7IString3setEPKcb(39656, 29320, 1); + __ZN6cashew7IString3setEPKcb(39660, 29329, 1); + __ZN6cashew7IString3setEPKcb(39664, 29336, 1); + __ZN6cashew7IString3setEPKcb(39668, 32968, 1); + __ZN6cashew7IString3setEPKcb(39672, 32976, 1); + __ZN6cashew7IString3setEPKcb(39676, 29343, 1); + __ZN6cashew7IString3setEPKcb(39680, 29352, 1); + __ZN6cashew7IString3setEPKcb(39684, 29365, 1); + __ZN6cashew7IString3setEPKcb(39688, 29379, 1); + __ZN6cashew7IString3setEPKcb(39692, 29391, 1); + __ZN6cashew7IString3setEPKcb(39696, 29406, 1); + __ZN6cashew7IString3setEPKcb(39700, 29421, 1); + __ZN6cashew7IString3setEPKcb(39704, 29434, 1); + __ZN6cashew7IString3setEPKcb(39708, 29447, 1); + __ZN6cashew7IString3setEPKcb(39712, 38125, 1); + __ZN6cashew7IString3setEPKcb(39716, 38076, 1); + __ZN6cashew7IString3setEPKcb(39720, 38116, 1); + __ZN6cashew7IString3setEPKcb(39724, 37059, 1); + __ZN6cashew7IString3setEPKcb(39728, 38052, 1); + __ZN6cashew7IString3setEPKcb(39732, 38100, 1); + __ZN6cashew7IString3setEPKcb(39736, 37093, 1); + __ZN6cashew7IString3setEPKcb(39740, 37636, 1); + __ZN6cashew7IString3setEPKcb(39744, 38060, 1); + __ZN6cashew7IString3setEPKcb(39748, 38066, 1); + __ZN6cashew7IString3setEPKcb(39752, 37051, 1); + __ZN6cashew7IString3setEPKcb(39756, 38057, 1); + __ZN6cashew7IString3setEPKcb(39760, 38097, 1); + __ZN6cashew7IString3setEPKcb(39764, 38047, 1); + __ZN6cashew7IString3setEPKcb(39768, 38170, 1); + __ZN6cashew7IString3setEPKcb(39772, 37125, 1); + __ZN6cashew7IString3setEPKcb(39776, 38175, 1); + __ZN6cashew7IString3setEPKcb(39780, 38069, 1); + __ZN6cashew7IString3setEPKcb(39784, 29460, 1); + __ZN6cashew7IString3setEPKcb(39788, 29464, 1); + __ZN6cashew7IString3setEPKcb(39792, 29478, 1); + __ZN6cashew7IString3setEPKcb(39796, 29484, 1); + __ZN6cashew7IString3setEPKcb(39800, 29491, 1); + __ZN6cashew7IString3setEPKcb(39804, 29498, 1); + __ZN6cashew7IString3setEPKcb(39808, 29506, 1); + __ZN6cashew7IString3setEPKcb(39812, 29513, 1); + __ZN6cashew7IString3setEPKcb(39816, 29521, 1); + __ZN6cashew7IString3setEPKcb(39820, 29529, 1); + __ZN6cashew7IString3setEPKcb(39824, 29537, 1); + __ZN6cashew7IString3setEPKcb(39828, 47638, 1); + __ZN6cashew7IString3setEPKcb(39832, 29540, 1); + __ZN6cashew7IString3setEPKcb(39836, 37004, 1); + __ZN6cashew7IString3setEPKcb(39840, 29549, 1); + __ZN6cashew7IString3setEPKcb(39844, 29551, 1); + __ZN6cashew7IString3setEPKcb(39848, 29553, 1); + __ZN6cashew7IString3setEPKcb(39852, 37091, 1); + __ZN6cashew7IString3setEPKcb(39856, 29555, 1); + __ZN6cashew7IString3setEPKcb(39860, 29557, 1); + __ZN6cashew7IString3setEPKcb(39864, 29559, 1); + __ZN6cashew7IString3setEPKcb(39868, 29564, 1); + __ZN6cashew7IString3setEPKcb(39872, 29572, 1); + __ZN6cashew7IString3setEPKcb(39876, 38045, 1); + __ZN6cashew7IString3setEPKcb(39880, 29576, 1); + __ZN6cashew7IString3setEPKcb(39884, 29580, 1); + __ZN6cashew7IString3setEPKcb(39888, 29586, 1); + __ZN6cashew7IString3setEPKcb(39892, 38223, 1); + __ZN6cashew7IString3setEPKcb(39896, 37064, 1); + __ZN6cashew10IStringSetC2EPKc(39900, 29593); + ___cxa_atexit(190, 39900, ___dso_handle | 0) | 0; + HEAP32[9980] = 0; + HEAP32[9981] = 0; + HEAP32[9982] = 0; + ___cxa_atexit(191, 39920, ___dso_handle | 0) | 0; + HEAP32[9983] = 0; + HEAP32[9984] = 0; + HEAP32[9985] = 0; + ___cxa_atexit(192, 39932, ___dso_handle | 0) | 0; + __ZN6cashew4InitC2Ev(45564); + return; +} + +function __ZN4wasm16PrintSExpression11visitSwitchEPNS_6SwitchE(i14, i5) { + i14 = i14 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i15 = 0, i16 = 0; + i16 = STACKTOP; STACKTOP = STACKTOP + 48 | 0; - i10 = i14 + 32 | 0; - i12 = i14 + 28 | 0; - i2 = i14 + 24 | 0; - i11 = i14 + 4 | 0; - i7 = i14 + 20 | 0; - i8 = i14 + 16 | 0; - i9 = i14; - HEAP32[i12 >> 2] = i3; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i13, 17281, 0) | 0; - i1 = HEAP32[i6 + 8 >> 2] | 0; - if (i1 | 0) { - HEAP32[i2 >> 2] = i1; - HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i13, i10) | 0; - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i13, 10) | 0; - i5 = i3 + 1 | 0; - HEAP32[i12 >> 2] = i5; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i13, i5, HEAP32[i6 + 12 >> 2] | 0) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i13, i5) | 0, 17294) | 0; - HEAP32[i11 + 4 >> 2] = 0; - HEAP32[i11 + 8 >> 2] = 0; - HEAP32[i11 >> 2] = i11 + 4; - i5 = i6 + 32 | 0; - i4 = i6 + 36 | 0; - i1 = HEAP32[i4 >> 2] | 0; - i2 = HEAP32[i5 >> 2] | 0; + i11 = i16 + 32 | 0; + i1 = i16 + 24 | 0; + i15 = i16; + i7 = i16 + 20 | 0; + i9 = i16 + 16 | 0; + i12 = i16 + 12 | 0; + i13 = i14 + 4 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i13 >> 2] | 0, 25446, 0) | 0; + i2 = HEAP32[i5 + 8 >> 2] | 0; + if (i2 | 0) { + i10 = HEAP32[i13 >> 2] | 0; + HEAP32[i1 >> 2] = i2; + HEAP32[i11 >> 2] = HEAP32[i1 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i10, i11) | 0; + } + i10 = i14 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i13 >> 2] | 0, i10) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i14, HEAP32[i5 + 12 >> 2] | 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i13 >> 2] | 0, HEAP32[i10 >> 2] | 0) | 0, 25459) | 0; + HEAP32[i15 + 4 >> 2] = 0; + HEAP32[i15 + 8 >> 2] = 0; + HEAP32[i15 >> 2] = i15 + 4; + i8 = i5 + 32 | 0; + i6 = i5 + 36 | 0; + i1 = HEAP32[i6 >> 2] | 0; + i2 = HEAP32[i8 >> 2] | 0; while (1) { if ((i2 | 0) == (i1 | 0)) break; - __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i10, i11, i2); + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i11, i15, i2); i2 = i2 + 8 | 0; } - i2 = HEAP32[i6 + 20 >> 2] | 0; - i3 = i6 + 28 | 0; - i1 = HEAP32[i6 + 16 >> 2] | 0; + i3 = HEAP32[i5 + 20 >> 2] | 0; + i4 = i5 + 28 | 0; + i2 = HEAP32[i5 + 16 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i15 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 35898) | 0; - i6 = (__ZNKSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE14__count_uniqueIS2_EEjRKT_(i11, i1) | 0) == 0; - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i15, i6 ? 12831 : 28305) | 0, 36937) | 0; - HEAP32[i7 >> 2] = HEAP32[(HEAP32[i1 >> 2] | 0 ? i1 : i3) >> 2]; - HEAP32[i10 >> 2] = HEAP32[i7 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i10) | 0, 35848) | 0; - i1 = i1 + 4 | 0; + i1 = HEAP32[i13 >> 2] | 0; + if ((i2 | 0) == (i3 | 0)) break; + i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, 37056) | 0; + i5 = (__ZNKSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE14__count_uniqueIS2_EEjRKT_(i15, i2) | 0) == 0; + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i5 ? 25466 : 29559) | 0, 38095) | 0; + HEAP32[i7 >> 2] = HEAP32[(HEAP32[i2 >> 2] | 0 ? i2 : i4) >> 2]; + HEAP32[i11 >> 2] = HEAP32[i7 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i5, i11) | 0, 37006) | 0; + i2 = i2 + 4 | 0; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 35848) | 0; - if (HEAP32[i3 >> 2] | 0) { - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 35898) | 0; - i15 = (__ZNKSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE14__count_uniqueIS2_EEjRKT_(i11, i3) | 0) == 0; - i15 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, i15 ? 12831 : 28305) | 0, 36937) | 0; - HEAP32[i8 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i8 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i15, i10) | 0, 35848) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, 37006) | 0; + if (HEAP32[i4 >> 2] | 0) { + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i13 >> 2] | 0, 37056) | 0; + i7 = (__ZNKSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE14__count_uniqueIS2_EEjRKT_(i15, i4) | 0) == 0; + i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i7 ? 25466 : 29559) | 0, 38095) | 0; + HEAP32[i9 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i11 >> 2] = HEAP32[i9 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i7, i11) | 0, 37006) | 0; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 17301) | 0; - i2 = HEAP32[i4 >> 2] | 0; - i1 = HEAP32[i5 >> 2] | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i13 >> 2] | 0, 25469) | 0; + i3 = HEAP32[i6 >> 2] | 0; + i2 = HEAP32[i8 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i15 = HEAP32[i12 >> 2] | 0; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i13, i15) | 0; - i8 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i13, 17303) | 0; - HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i9 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i8, i10) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i13, 10) | 0; - i15 = i15 + 1 | 0; - HEAP32[i12 >> 2] = i15; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i13, i15, HEAP32[i1 + 4 >> 2] | 0) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i13, i12) | 0, 10) | 0; - i1 = i1 + 8 | 0; + i1 = HEAP32[i13 >> 2] | 0; + if ((i2 | 0) == (i3 | 0)) break; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i1, HEAP32[i10 >> 2] | 0) | 0; + i9 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i13 >> 2] | 0, 25471) | 0; + HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i11 >> 2] = HEAP32[i12 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i9, i11) | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i13 >> 2] | 0, i10) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i14, HEAP32[i2 + 4 >> 2] | 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i13 >> 2] | 0, i10) | 0, 10) | 0; + i2 = i2 + 8 | 0; } - i15 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i13, i12) | 0; - __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEED2Ev(i11); - STACKTOP = i14; - return i15 | 0; + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i1, i10) | 0; + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEED2Ev(i15); + STACKTOP = i16; + return; } -function __ZN4wasm15Asm2WasmBuilder24noteImportedFunctionCallEN6cashew3RefENS_8WasmTypeEP7AsmData(i14, i6, i7, i11) { +function __ZN4wasm15Asm2WasmBuilder24noteImportedFunctionCallEN6cashew3RefENS_8WasmTypeEP7AsmData(i14, i6, i7, i12) { i14 = i14 | 0; i6 = i6 | 0; i7 = i7 | 0; - i11 = i11 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0; + i12 = i12 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i13 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0; i19 = STACKTOP; STACKTOP = STACKTOP + 80 | 0; - i9 = i19 + 64 | 0; - i12 = i19 + 60 | 0; + i8 = i19 + 64 | 0; + i13 = i19 + 60 | 0; i18 = i19 + 40 | 0; - i2 = i19 + 32 | 0; - i5 = i19 + 20 | 0; + i1 = i19 + 32 | 0; + i2 = i19 + 20 | 0; i4 = i19 + 8 | 0; - i10 = i19 + 36 | 0; - i13 = i19 + 4 | 0; - i8 = i19; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 38256) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 0) | 0, 38428) | 0 : 0) { + i11 = i19 + 36 | 0; + i9 = i19 + 4 | 0; + i10 = i19; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 39416) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 0) | 0, 39588) | 0 : 0) { i3 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 1) | 0; i3 = __ZN6cashew5Value10getIStringEv(HEAP32[i3 >> 2] | 0) | 0; i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i12 >> 2] = i3; + HEAP32[i13 >> 2] = i3; HEAP32[i18 >> 2] = 0; HEAP32[i18 + 4 >> 2] = 0; HEAP32[i18 + 8 >> 2] = 0; HEAP32[i18 + 12 >> 2] = 0; HEAP32[i18 + 16 >> 2] = 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 22179, 5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 22309, 5); i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i4, i3) | 0; - HEAP32[i5 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i1 = 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i2 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i5 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i3 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i5 | 0) == 3) break; + HEAP32[i3 + (i5 << 2) >> 2] = 0; + i5 = i5 + 1 | 0; } - __ZN6cashew7IStringC2EPKcb(i2, (HEAP8[i5 >> 0] & 1) == 0 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0, 0); - HEAP32[i18 >> 2] = HEAP32[i2 >> 2]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + __ZN6cashew7IStringC2EPKcb(i1, (HEAP8[i2 >> 0] & 1) == 0 ? i2 + 1 | 0 : HEAP32[i2 + 8 >> 2] | 0, 0); + HEAP32[i18 >> 2] = HEAP32[i1 >> 2]; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); i17 = i18 + 4 | 0; HEAP32[i17 >> 2] = i7; i1 = __ZN6cashew3RefixEj(i6, 2) | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i10 >> 2] = i1; - i16 = i18 + 8 | 0; - i15 = i18 + 12 | 0; + HEAP32[i11 >> 2] = i1; + i15 = i18 + 8 | 0; + i16 = i18 + 12 | 0; i3 = i18 + 16 | 0; i4 = 0; while (1) { if (i4 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; - i2 = __ZN6cashew3RefixEj(i10, i4) | 0; - HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i14, i9, i11) | 0; - HEAP32[i13 >> 2] = i2; - i1 = HEAP32[i15 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i3 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i2; - HEAP32[i15 >> 2] = i1 + 4; - } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i16, i13); - i1 = HEAP32[i10 >> 2] | 0; + i1 = __ZN6cashew3RefixEj(i11, i4) | 0; + HEAP32[i10 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; + i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i14, i8, i12) | 0; + HEAP32[i9 >> 2] = i1; + i2 = HEAP32[i16 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i3 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i1; + HEAP32[i16 >> 2] = i2 + 4; + } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i15, i9); + i1 = HEAP32[i11 >> 2] | 0; i4 = i4 + 1 | 0; } - i6 = i14 + 96 | 0; - i14 = (__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i6, i12) | 0) == (i14 + 100 | 0); - i6 = __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i12) | 0; + i4 = i14 + 96 | 0; + i14 = (__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i4, i13) | 0) == (i14 + 100 | 0); + i4 = __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i4, i13) | 0; if (!i14) { - if (!(__ZN4wasm12FunctionTypeeqERS0_(i18, i6) | 0)) { - i8 = i6 + 8 | 0; - i4 = i6 + 12 | 0; - i5 = i6 + 16 | 0; - i7 = 0; + if (!(__ZN4wasm12FunctionTypeeqERS0_(i18, i4) | 0)) { + i5 = i4 + 8 | 0; + i6 = i4 + 12 | 0; + i7 = i4 + 16 | 0; + i8 = 0; while (1) { - i14 = HEAP32[i16 >> 2] | 0; + i14 = HEAP32[i15 >> 2] | 0; i2 = i14; - if (i7 >>> 0 >= (HEAP32[i15 >> 2] | 0) - i14 >> 2 >>> 0) break; - i14 = HEAP32[i4 >> 2] | 0; - i1 = HEAP32[i8 >> 2] | 0; + 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 > i7 >>> 0) { - i1 = i1 + (i7 << 2) | 0; - if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i2 + (i7 << 2) >> 2]; + 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 + (i7 << 2) | 0; - if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) { - __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i8, i1); + 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[i4 >> 2] = i3 + 4; + HEAP32[i6 >> 2] = i3 + 4; break; } } while (0); - i7 = i7 + 1 | 0; + i8 = i8 + 1 | 0; } - i1 = i6 + 4 | 0; + i1 = i4 + 4 | 0; if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i17 >> 2]; } - } else __ZN4wasm12FunctionTypeaSERKS0_(i6, i18) | 0; + } else __ZN4wasm12FunctionTypeaSERKS0_(i4, i18) | 0; __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i18 + 8 | 0); STACKTOP = i19; return; } - ___assert_fail(22118, 13029, 208, 22154); + ___assert_fail(22248, 13086, 208, 22284); } function ___udivmoddi4(i5, i6, i8, i11, i13) { @@ -42229,48 +42236,48 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE var i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i20 = 0, i21 = 0, i22 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0; i28 = STACKTOP; STACKTOP = STACKTOP + 1008 | 0; - i16 = i28 + 8 | 0; + i10 = i28 + 8 | 0; i3 = i28; - i2 = i28 + 896 | 0; + i1 = i28 + 896 | 0; i5 = i28 + 888 | 0; - i1 = i28 + 488 | 0; + i2 = i28 + 488 | 0; i20 = i28 + 480 | 0; - i13 = i28 + 892 | 0; - i10 = i28 + 476 | 0; - i14 = i28 + 472 | 0; + i15 = i28 + 892 | 0; + i12 = i28 + 476 | 0; + i16 = i28 + 472 | 0; i24 = i28 + 460 | 0; i27 = i28 + 448 | 0; i26 = i28 + 436 | 0; i7 = i28 + 432 | 0; i9 = i28 + 32 | 0; - i12 = i28 + 24 | 0; - i11 = i28 + 16 | 0; - i15 = i28 + 20 | 0; - HEAP32[i5 >> 2] = i2; - HEAPF64[i16 >> 3] = d4; - i2 = _snprintf(i2, 100, 34144, i16) | 0; - if (i2 >>> 0 > 99) { - i2 = __ZNSt3__16__clocEv() | 0; + i14 = i28 + 24 | 0; + i13 = i28 + 16 | 0; + i11 = i28 + 20 | 0; + HEAP32[i5 >> 2] = i1; + HEAPF64[i10 >> 3] = d4; + i1 = _snprintf(i1, 100, 35350, i10) | 0; + if (i1 >>> 0 > 99) { + i1 = __ZNSt3__16__clocEv() | 0; HEAPF64[i3 >> 3] = d4; - i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i2, 34144, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; - if (!i1) __ZSt17__throw_bad_allocv(); - i3 = _malloc(i2 << 2) | 0; + i1 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i1, 35350, i3) | 0; + i2 = HEAP32[i5 >> 2] | 0; + if (!i2) __ZSt17__throw_bad_allocv(); + i3 = _malloc(i1 << 2) | 0; if (!i3) __ZSt17__throw_bad_allocv(); else { i17 = i3; i29 = i3; - i30 = i1; - i22 = i2; + i30 = i2; + i22 = i1; } } else { - i17 = i1; + i17 = i2; i29 = 0; i30 = 0; - i22 = i2; + i22 = i1; } i1 = __ZNKSt3__18ios_base6getlocEv(i19) | 0; HEAP32[i20 >> 2] = i1; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 40492) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 41652) | 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; @@ -42292,7 +42299,7 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE HEAP32[i26 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __ZNSt3__111__money_putIwE13__gather_infoEbbRKNS_6localeERNS_10money_base7patternERwS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS9_IwNSA_IwEENSC_IwEEEESJ_Ri(i8, i5, i20, i13, i10, i14, i24, i27, i26, i7); + __ZNSt3__111__money_putIwE13__gather_infoEbbRKNS_6localeERNS_10money_base7patternERwS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS9_IwNSA_IwEENSC_IwEEEESJ_Ri(i8, i5, i20, i15, i12, i16, i24, i27, i26, i7); i3 = HEAP32[i7 >> 2] | 0; if ((i22 | 0) > (i3 | 0)) { i8 = HEAP8[i26 >> 0] | 0; @@ -42313,12 +42320,12 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE i25 = 0; i21 = i9; } - __ZNSt3__111__money_putIwE8__formatEPwRS2_S3_jPKwS5_RKNS_5ctypeIwEEbRKNS_10money_base7patternEwwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNSE_IwNSF_IwEENSH_IwEEEESQ_i(i21, i12, i11, HEAP32[i19 + 4 >> 2] | 0, i17, i17 + (i22 << 2) | 0, i6, i5, i13, HEAP32[i10 >> 2] | 0, HEAP32[i14 >> 2] | 0, i24, i27, i26, i3); - HEAP32[i15 >> 2] = HEAP32[i23 >> 2]; - i23 = HEAP32[i12 >> 2] | 0; - i2 = HEAP32[i11 >> 2] | 0; - HEAP32[i16 >> 2] = HEAP32[i15 >> 2]; - i2 = __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i16, i21, i23, i2, i19, i18) | 0; + __ZNSt3__111__money_putIwE8__formatEPwRS2_S3_jPKwS5_RKNS_5ctypeIwEEbRKNS_10money_base7patternEwwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNSE_IwNSF_IwEENSH_IwEEEESQ_i(i21, i14, i13, HEAP32[i19 + 4 >> 2] | 0, i17, i17 + (i22 << 2) | 0, i6, i5, i15, HEAP32[i12 >> 2] | 0, HEAP32[i16 >> 2] | 0, i24, i27, i26, i3); + HEAP32[i11 >> 2] = HEAP32[i23 >> 2]; + i23 = HEAP32[i14 >> 2] | 0; + i2 = HEAP32[i13 >> 2] | 0; + HEAP32[i10 >> 2] = HEAP32[i11 >> 2]; + i2 = __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i10, i21, i23, i2, i19, i18) | 0; if (i25) { _free(i25); i1 = HEAP32[i20 >> 2] | 0; @@ -42333,133 +42340,6 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE return i2 | 0; } -function __ZN4wasm11WasmVisitorIZNS_10Expression5printERNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEEjE17ExpressionPrintervE5visitEPS1_(i3, i2) { - i3 = i3 | 0; - i2 = i2 | 0; - var i1 = 0, i4 = 0; - i4 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i4; - if (!i2) ___assert_fail(27848, 27598, 1701, 27853); - do switch (HEAP32[i2 >> 2] | 0) { - case 0: - { - _abort(); - break; - } - case 1: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter10visitBlockEPNS_5BlockE(i3, i2); - break; - } - case 2: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter7visitIfEPNS_2IfE(i3, i2); - break; - } - case 3: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter9visitLoopEPNS_4LoopE(i3, i2); - break; - } - case 4: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter10visitBreakEPNS_5BreakE(i3, i2); - break; - } - case 5: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter11visitSwitchEPNS_6SwitchE(i3, i2); - break; - } - case 6: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter9visitCallEPNS_4CallE(i3, i2); - break; - } - case 7: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter15visitCallImportEPNS_10CallImportE(i3, i2); - break; - } - case 8: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter17visitCallIndirectEPNS_12CallIndirectE(i3, i2); - break; - } - case 9: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter13visitGetLocalEPNS_8GetLocalE(i3, i2); - break; - } - case 10: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter13visitSetLocalEPNS_8SetLocalE(i3, i2); - break; - } - case 11: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter9visitLoadEPNS_4LoadE(i3, i2); - break; - } - case 12: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter10visitStoreEPNS_5StoreE(i3, i2); - break; - } - case 13: - { - i3 = HEAP32[i3 + 4 >> 2] | 0; - i2 = i2 + 8 | 0; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - HEAP32[i1 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_7LiteralE(i3, i1) | 0; - break; - } - case 14: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter10visitUnaryEPNS_5UnaryE(i3, i2); - break; - } - case 15: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter11visitBinaryEPNS_6BinaryE(i3, i2); - break; - } - case 16: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter11visitSelectEPNS_6SelectE(i3, i2); - break; - } - case 17: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter11visitReturnEPNS_6ReturnE(i3, i2); - break; - } - case 18: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter9visitHostEPNS_4HostE(i3, i2); - break; - } - case 19: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter8visitNopEPNS_3NopE(i3, i2); - break; - } - case 20: - { - __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter16visitUnreachableEPNS_11UnreachableE(i3, i2); - break; - } - default: - {} - } while (0); - STACKTOP = i4; - 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; @@ -42470,48 +42350,48 @@ function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEE var i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i20 = 0, i21 = 0, i22 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0; i28 = STACKTOP; STACKTOP = STACKTOP + 384 | 0; - i16 = i28 + 8 | 0; + i10 = i28 + 8 | 0; i3 = i28; - i2 = i28 + 284 | 0; + i1 = i28 + 284 | 0; i5 = i28 + 72 | 0; - i1 = i28 + 184 | 0; + i2 = i28 + 184 | 0; i20 = i28 + 68 | 0; - i13 = i28 + 180 | 0; - i10 = i28 + 177 | 0; - i14 = i28 + 176 | 0; + i15 = i28 + 180 | 0; + i12 = i28 + 177 | 0; + i16 = i28 + 176 | 0; i24 = i28 + 56 | 0; i27 = i28 + 44 | 0; i26 = i28 + 32 | 0; i7 = i28 + 28 | 0; i9 = i28 + 76 | 0; - i12 = i28 + 24 | 0; - i11 = i28 + 16 | 0; - i15 = i28 + 20 | 0; - HEAP32[i5 >> 2] = i2; - HEAPF64[i16 >> 3] = d4; - i2 = _snprintf(i2, 100, 34144, i16) | 0; - if (i2 >>> 0 > 99) { - i2 = __ZNSt3__16__clocEv() | 0; + i14 = i28 + 24 | 0; + i13 = i28 + 16 | 0; + i11 = i28 + 20 | 0; + HEAP32[i5 >> 2] = i1; + HEAPF64[i10 >> 3] = d4; + i1 = _snprintf(i1, 100, 35350, i10) | 0; + if (i1 >>> 0 > 99) { + i1 = __ZNSt3__16__clocEv() | 0; HEAPF64[i3 >> 3] = d4; - i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i2, 34144, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; - if (!i1) __ZSt17__throw_bad_allocv(); - i3 = _malloc(i2) | 0; + i1 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i1, 35350, i3) | 0; + i2 = HEAP32[i5 >> 2] | 0; + if (!i2) __ZSt17__throw_bad_allocv(); + i3 = _malloc(i1) | 0; if (!i3) __ZSt17__throw_bad_allocv(); else { i17 = i3; i29 = i3; - i30 = i1; - i22 = i2; + i30 = i2; + i22 = i1; } } else { - i17 = i1; + i17 = i2; i29 = 0; i30 = 0; - i22 = i2; + i22 = i1; } i1 = __ZNKSt3__18ios_base6getlocEv(i19) | 0; HEAP32[i20 >> 2] = i1; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 40460) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 41620) | 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; @@ -42533,7 +42413,7 @@ function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEE HEAP32[i26 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_base7patternERcS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESF_SF_Ri(i8, i5, i20, i13, i10, i14, i24, i27, i26, i7); + __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_base7patternERcS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESF_SF_Ri(i8, i5, i20, i15, i12, i16, i24, i27, i26, i7); i3 = HEAP32[i7 >> 2] | 0; if ((i22 | 0) > (i3 | 0)) { i8 = HEAP8[i26 >> 0] | 0; @@ -42554,12 +42434,12 @@ function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEE i25 = 0; i21 = i9; } - __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKNS_10money_base7patternEccRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESL_SL_i(i21, i12, i11, HEAP32[i19 + 4 >> 2] | 0, i17, i17 + i22 | 0, i6, i5, i13, HEAP8[i10 >> 0] | 0, HEAP8[i14 >> 0] | 0, i24, i27, i26, i3); - HEAP32[i15 >> 2] = HEAP32[i23 >> 2]; - i23 = HEAP32[i12 >> 2] | 0; - i2 = HEAP32[i11 >> 2] | 0; - HEAP32[i16 >> 2] = HEAP32[i15 >> 2]; - i2 = __ZNSt3__116__pad_and_outputIcNS_11char_traitsIcEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i16, i21, i23, i2, i19, i18) | 0; + __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKNS_10money_base7patternEccRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESL_SL_i(i21, i14, i13, HEAP32[i19 + 4 >> 2] | 0, i17, i17 + i22 | 0, i6, i5, i15, HEAP8[i12 >> 0] | 0, HEAP8[i16 >> 0] | 0, i24, i27, i26, i3); + HEAP32[i11 >> 2] = HEAP32[i23 >> 2]; + i23 = HEAP32[i14 >> 2] | 0; + i2 = HEAP32[i13 >> 2] | 0; + HEAP32[i10 >> 2] = HEAP32[i11 >> 2]; + i2 = __ZNSt3__116__pad_and_outputIcNS_11char_traitsIcEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i10, i21, i23, i2, i19, i18) | 0; if (i25) { _free(i25); i1 = HEAP32[i20 >> 2] | 0; @@ -42574,6 +42454,99 @@ function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEE return i2 | 0; } +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitSwitchEPNS_6SwitchE(i14, i18, i16) { + i14 = i14 | 0; + i18 = i18 | 0; + i16 = i16 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i15 = 0, i17 = 0, i19 = 0, i20 = 0; + i20 = STACKTOP; + STACKTOP = STACKTOP + 64 | 0; + i17 = i20 + 24 | 0; + i8 = i20 + 60 | 0; + i15 = i20 + 48 | 0; + i12 = i20; + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i17, i18, HEAP32[i16 + 12 >> 2] | 0); + i13 = i17 + 16 | 0; + i1 = HEAP32[i13 >> 2] | 0; + if (!i1) { + i2 = __ZN4wasm7Literal10getIntegerEv(i17) | 0; + i10 = tempRet0; + i1 = HEAP32[i16 + 28 >> 2] | 0; + HEAP32[i8 >> 2] = i1; + if ((i10 | 0) > -1 | (i10 | 0) == -1 & i2 >>> 0 > 4294967295 ? (i3 = HEAP32[i16 + 16 >> 2] | 0, i2 >>> 0 < (HEAP32[i16 + 20 >> 2] | 0) - i3 >> 2 >>> 0) : 0) { + i1 = HEAP32[i3 + (i2 << 2) >> 2] | 0; + HEAP32[i8 >> 2] = i1; + } + HEAP32[i15 + 4 >> 2] = 0; + HEAP32[i15 + 8 >> 2] = 0; + i7 = i15 + 4 | 0; + HEAP32[i15 >> 2] = i7; + i9 = i16 + 32 | 0; + i10 = i16 + 36 | 0; + i2 = 0; + while (1) { + i3 = HEAP32[i10 >> 2] | 0; + i4 = HEAP32[i9 >> 2] | 0; + i5 = i3 - i4 >> 3; + i6 = i4; + if (i2 >>> 0 >= i5 >>> 0) break; + i6 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i15, i6 + (i2 << 3) | 0) | 0; + HEAP32[i6 >> 2] = i2; + i2 = i2 + 1 | 0; + } + i2 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE4findIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_(i15, i8) | 0; + if ((i2 | 0) == (i7 | 0)) { + HEAP32[i14 >> 2] = 0; + i19 = i14 + 8 | 0; + HEAP32[i19 >> 2] = 0; + HEAP32[i19 + 4 >> 2] = 0; + HEAP32[i14 + 16 >> 2] = i1; + if ((i1 | 0) == (HEAP32[i16 + 8 >> 2] | 0)) HEAP32[i14 + 16 >> 2] = 0; + } else { + i2 = HEAP32[i2 + 20 >> 2] | 0; + if (i2 >>> 0 >= i5 >>> 0) ___assert_fail(20344, 19853, 279, 20375); + i1 = i6; + while (1) { + if (i2 >>> 0 >= i3 - i4 >> 3 >>> 0) break; + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i12, i18, HEAP32[i1 + (i2 << 3) + 4 >> 2] | 0); + HEAP32[i17 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i17 + 4 >> 2] = HEAP32[i12 + 4 >> 2]; + HEAP32[i17 + 8 >> 2] = HEAP32[i12 + 8 >> 2]; + HEAP32[i17 + 12 >> 2] = HEAP32[i12 + 12 >> 2]; + HEAP32[i17 + 16 >> 2] = HEAP32[i12 + 16 >> 2]; + i1 = HEAP32[i13 >> 2] | 0; + if (i1 | 0) { + i11 = i1; + i19 = 20; + break; + } + i1 = HEAP32[i9 >> 2] | 0; + i4 = i1; + i3 = HEAP32[i10 >> 2] | 0; + i2 = i2 + 1 | 0; + } + if ((i19 | 0) == 20 ? (i11 | 0) == (HEAP32[i16 + 8 >> 2] | 0) : 0) HEAP32[i13 >> 2] = 0; + HEAP32[i14 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i14 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; + HEAP32[i14 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; + HEAP32[i14 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; + HEAP32[i14 + 16 >> 2] = HEAP32[i17 + 16 >> 2]; + HEAP32[i14 + 20 >> 2] = HEAP32[i17 + 20 >> 2]; + } + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEED2Ev(i15); + } else { + if ((i1 | 0) == (HEAP32[i16 + 8 >> 2] | 0)) HEAP32[i13 >> 2] = 0; + HEAP32[i14 >> 2] = HEAP32[i17 >> 2]; + HEAP32[i14 + 4 >> 2] = HEAP32[i17 + 4 >> 2]; + HEAP32[i14 + 8 >> 2] = HEAP32[i17 + 8 >> 2]; + HEAP32[i14 + 12 >> 2] = HEAP32[i17 + 12 >> 2]; + HEAP32[i14 + 16 >> 2] = HEAP32[i17 + 16 >> 2]; + HEAP32[i14 + 20 >> 2] = HEAP32[i17 + 20 >> 2]; + } + STACKTOP = i20; + return; +} + function __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i3, i1, i5, i2) { i3 = i3 | 0; i1 = i1 | 0; @@ -42589,29 +42562,29 @@ 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, 35846); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i14, i5, 37004); __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i15, (HEAP32[i4 >> 2] | 0) + -24 | 0); - i3 = HEAP8[i15 >> 0] | 0; - i2 = (i3 & 1) == 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i14, i2 ? i15 + 1 | 0 : HEAP32[i15 + 8 >> 2] | 0, i2 ? (i3 & 255) >>> 1 : HEAP32[i15 + 4 >> 2] | 0) | 0; - HEAP32[i13 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i13 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i13 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = HEAP8[i15 >> 0] | 0; + i3 = (i2 & 1) == 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i14, i3 ? i15 + 1 | 0 : HEAP32[i15 + 8 >> 2] | 0, i3 ? (i2 & 255) >>> 1 : HEAP32[i15 + 4 >> 2] | 0) | 0; + HEAP32[i13 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i13 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i13 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 35848) | 0; - HEAP32[i12 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i12 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i12 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i2 = 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 37006) | 0; + HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i12 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i12 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } do if (HEAP8[i11 >> 0] & 1) { i10 = i6 + -16 | 0; @@ -42627,43 +42600,43 @@ function __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4 if (!(i2 & 1)) { i3 = (i2 & 255) >>> 1; if ((i2 & 255) < 22) { - i9 = i3; i5 = 10; - i8 = 1; + i8 = i3; + i9 = 1; } else { - i9 = i3; i5 = (i3 + 16 & 240) + -1 | 0; - i8 = 1; + i8 = i3; + i9 = 1; } } else { - i9 = 0; i5 = 10; i8 = 0; + i9 = 0; } if ((i5 | 0) != (i6 | 0)) { if ((i5 | 0) == 10) { i4 = i11 + 1 | 0; i3 = HEAP32[i10 >> 2] | 0; - if (i8) { + if (i9) { _memcpy(i4 | 0, i3 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; _free(i3); } else { HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; _free(i3); } - HEAP8[i11 >> 0] = i9 << 1; + HEAP8[i11 >> 0] = i8 << 1; break; } i3 = i5 + 1 | 0; i4 = _malloc(i3) | 0; if (!(i5 >>> 0 <= i6 >>> 0 & (i4 | 0) == 0)) { - if (i8) _memcpy(i4 | 0, i11 + 1 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; else { - i8 = HEAP32[i10 >> 2] | 0; - HEAP8[i4 >> 0] = HEAP8[i8 >> 0] | 0; - _free(i8); + if (i9) _memcpy(i4 | 0, i11 + 1 | 0, ((i2 & 255) >>> 1) + 1 | 0) | 0; else { + i9 = HEAP32[i10 >> 2] | 0; + HEAP8[i4 >> 0] = HEAP8[i9 >> 0] | 0; + _free(i9); } HEAP32[i11 >> 2] = i3 | 1; - HEAP32[i7 >> 2] = i9; + HEAP32[i7 >> 2] = i8; HEAP32[i10 >> 2] = i4; } } @@ -42689,98 +42662,6 @@ function __ZN10__cxxabiv112_GLOBAL__N_123parse_prefix_expressionINS0_2DbEEEPKcS4 return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitSwitchEPNS_6SwitchE(i12, i18, i14) { - i12 = i12 | 0; - i18 = i18 | 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, i13 = 0, i15 = 0, i16 = 0, i17 = 0, i19 = 0, i20 = 0; - i20 = STACKTOP; - STACKTOP = STACKTOP + 64 | 0; - i15 = i20 + 24 | 0; - i8 = i20 + 60 | 0; - i13 = i20 + 48 | 0; - i16 = i20; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i15, i18, HEAP32[i14 + 12 >> 2] | 0); - i17 = i15 + 16 | 0; - i1 = HEAP32[i17 >> 2] | 0; - if (!i1) { - i1 = __ZN4wasm7Literal10getIntegerEv(i15) | 0; - i10 = tempRet0; - i2 = HEAP32[i14 + 28 >> 2] | 0; - HEAP32[i8 >> 2] = i2; - if ((i10 | 0) > -1 | (i10 | 0) == -1 & i1 >>> 0 > 4294967295 ? (i3 = HEAP32[i14 + 16 >> 2] | 0, i1 >>> 0 < (HEAP32[i14 + 20 >> 2] | 0) - i3 >> 2 >>> 0) : 0) { - i2 = HEAP32[i3 + (i1 << 2) >> 2] | 0; - HEAP32[i8 >> 2] = i2; - } - HEAP32[i13 + 4 >> 2] = 0; - HEAP32[i13 + 8 >> 2] = 0; - i7 = i13 + 4 | 0; - HEAP32[i13 >> 2] = i7; - i10 = i14 + 32 | 0; - i9 = i14 + 36 | 0; - i5 = 0; - while (1) { - i3 = HEAP32[i9 >> 2] | 0; - i4 = HEAP32[i10 >> 2] | 0; - i6 = i3 - i4 >> 3; - i1 = i4; - if (i5 >>> 0 >= i6 >>> 0) break; - i6 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i13, i1 + (i5 << 3) | 0) | 0; - HEAP32[i6 >> 2] = i5; - i5 = i5 + 1 | 0; - } - i5 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE4findIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_(i13, i8) | 0; - if ((i5 | 0) == (i7 | 0)) { - HEAP32[i12 >> 2] = 0; - i19 = i12 + 8 | 0; - HEAP32[i19 >> 2] = 0; - HEAP32[i19 + 4 >> 2] = 0; - HEAP32[i12 + 16 >> 2] = i2; - if ((i2 | 0) == (HEAP32[i14 + 8 >> 2] | 0)) HEAP32[i12 + 16 >> 2] = 0; - } else { - i2 = HEAP32[i5 + 20 >> 2] | 0; - if (i2 >>> 0 >= i6 >>> 0) ___assert_fail(20207, 19725, 279, 20238); - while (1) { - if (i2 >>> 0 >= i3 - i4 >> 3 >>> 0) break; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i16, i18, HEAP32[i1 + (i2 << 3) + 4 >> 2] | 0); - HEAP32[i15 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i15 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; - HEAP32[i15 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; - HEAP32[i15 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; - HEAP32[i15 + 16 >> 2] = HEAP32[i16 + 16 >> 2]; - i1 = HEAP32[i17 >> 2] | 0; - if (i1 | 0) { - i11 = i1; - i19 = 20; - break; - } - i1 = HEAP32[i10 >> 2] | 0; - i4 = i1; - i3 = HEAP32[i9 >> 2] | 0; - i2 = i2 + 1 | 0; - } - if ((i19 | 0) == 20 ? (i11 | 0) == (HEAP32[i14 + 8 >> 2] | 0) : 0) HEAP32[i17 >> 2] = 0; - HEAP32[i12 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i12 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; - HEAP32[i12 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; - HEAP32[i12 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; - HEAP32[i12 + 16 >> 2] = HEAP32[i15 + 16 >> 2]; - HEAP32[i12 + 20 >> 2] = HEAP32[i15 + 20 >> 2]; - } - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEED2Ev(i13); - } else { - if ((i1 | 0) == (HEAP32[i14 + 8 >> 2] | 0)) HEAP32[i17 >> 2] = 0; - HEAP32[i12 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i12 + 4 >> 2] = HEAP32[i15 + 4 >> 2]; - HEAP32[i12 + 8 >> 2] = HEAP32[i15 + 8 >> 2]; - HEAP32[i12 + 12 >> 2] = HEAP32[i15 + 12 >> 2]; - HEAP32[i12 + 16 >> 2] = HEAP32[i15 + 16 >> 2]; - HEAP32[i12 + 20 >> 2] = HEAP32[i15 + 20 >> 2]; - } - STACKTOP = i20; - return; -} - function __ZN10__cxxabiv112_GLOBAL__N_126parse_base_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i5, i4, i6) { i5 = i5 | 0; i4 = i4 | 0; @@ -42813,14 +42694,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_126parse_base_unresolved_nameINS0_2DbEEEPK } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i7, i1 + -24 | 0); i1 = HEAP32[i4 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i6 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i6 = i3 + -24 | 0; HEAP32[i4 >> 2] = i6; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i6); - i2 = HEAP32[i4 >> 2] | 0; + i3 = HEAP32[i4 >> 2] | 0; } i6 = HEAP8[i7 >> 0] | 0; i4 = (i6 & 1) == 0; @@ -42832,7 +42713,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, 35935) | 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, 37093) | 0; else i1 = i3; } else i1 = i4; i1 = (i1 | 0) == (i3 | 0) ? i5 : i1; break L1; @@ -42854,14 +42735,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_126parse_base_unresolved_nameINS0_2DbEEEPK if (((i1 - (HEAP32[i6 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) i1 = i5; else { __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i7, i1 + -24 | 0); i1 = HEAP32[i4 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i6 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i6 = i3 + -24 | 0; HEAP32[i4 >> 2] = i6; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i6); - i2 = HEAP32[i4 >> 2] | 0; + i3 = HEAP32[i4 >> 2] | 0; } i6 = HEAP8[i7 >> 0] | 0; i4 = (i6 & 1) == 0; @@ -42877,99 +42758,6 @@ function __ZN10__cxxabiv112_GLOBAL__N_126parse_base_unresolved_nameINS0_2DbEEEPK return i1 | 0; } -function __ZN4wasm6ModuleC2ERKS0_(i9, i6) { - i9 = i9 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0; - i10 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i8 = i10 + 4 | 0; - i7 = i10; - __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEEC2ERKS6_(i9, i6); - __ZNSt3__16vectorIPN4wasm6ImportENS_9allocatorIS3_EEEC2ERKS6_(i9 + 12 | 0, i6 + 12 | 0); - __ZNSt3__16vectorIPN4wasm6ExportENS_9allocatorIS3_EEEC2ERKS6_(i9 + 24 | 0, i6 + 24 | 0); - __ZNSt3__16vectorIPN4wasm8FunctionENS_9allocatorIS3_EEEC2ERKS6_(i9 + 36 | 0, i6 + 36 | 0); - i5 = i9 + 48 | 0; - HEAP32[i9 + 52 >> 2] = 0; - HEAP32[i9 + 56 >> 2] = 0; - i1 = i9 + 52 | 0; - HEAP32[i5 >> 2] = i1; - i3 = HEAP32[i6 + 48 >> 2] | 0; - i4 = i6 + 52 | 0; - i2 = i3; - while (1) { - if ((i2 | 0) == (i4 | 0)) break; - HEAP32[i7 >> 2] = i1; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE15__insert_uniqueIRKNS_4pairIKS3_S5_EEEENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEENS_21__tree_const_iteratorIS6_SO_iEEOT_(i5, i8, i2 + 16 | 0) | 0; - i11 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i3) | 0; - i2 = i11; - i3 = i11; - } - i5 = i9 + 60 | 0; - HEAP32[i9 + 64 >> 2] = 0; - HEAP32[i9 + 68 >> 2] = 0; - i1 = i9 + 64 | 0; - HEAP32[i5 >> 2] = i1; - i3 = HEAP32[i6 + 60 >> 2] | 0; - i4 = i6 + 64 | 0; - i2 = i3; - while (1) { - if ((i2 | 0) == (i4 | 0)) break; - HEAP32[i7 >> 2] = i1; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE15__insert_uniqueIRKNS_4pairIKS3_S5_EEEENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEENS_21__tree_const_iteratorIS6_SO_iEEOT_(i5, i8, i2 + 16 | 0) | 0; - i11 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i3) | 0; - i2 = i11; - i3 = i11; - } - i5 = i9 + 72 | 0; - HEAP32[i9 + 76 >> 2] = 0; - HEAP32[i9 + 80 >> 2] = 0; - i1 = i9 + 76 | 0; - HEAP32[i5 >> 2] = i1; - i3 = HEAP32[i6 + 72 >> 2] | 0; - i4 = i6 + 76 | 0; - i2 = i3; - while (1) { - if ((i2 | 0) == (i4 | 0)) break; - HEAP32[i7 >> 2] = i1; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE15__insert_uniqueIRKNS_4pairIKS3_S5_EEEENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEENS_21__tree_const_iteratorIS6_SO_iEEOT_(i5, i8, i2 + 16 | 0) | 0; - i11 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i3) | 0; - i2 = i11; - i3 = i11; - } - i5 = i9 + 84 | 0; - HEAP32[i9 + 88 >> 2] = 0; - HEAP32[i9 + 92 >> 2] = 0; - i1 = i9 + 88 | 0; - HEAP32[i5 >> 2] = i1; - i3 = HEAP32[i6 + 84 >> 2] | 0; - i4 = i6 + 88 | 0; - i2 = i3; - while (1) { - if ((i2 | 0) == (i4 | 0)) break; - HEAP32[i7 >> 2] = i1; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE15__insert_uniqueIRKNS_4pairIKS3_S5_EEEENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEENS_21__tree_const_iteratorIS6_SO_iEEOT_(i5, i8, i2 + 16 | 0) | 0; - i11 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i3) | 0; - i2 = i11; - i3 = i11; - } - __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEEC2ERKS5_(i9 + 96 | 0, i6 + 96 | 0); - __ZN4wasm6MemoryC2ERKS0_(i9 + 108 | 0, i6 + 108 | 0); - i11 = i9 + 128 | 0; - i9 = i6 + 128 | 0; - HEAP32[i11 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i11 + 4 >> 2] = HEAP32[i9 + 4 >> 2]; - HEAP32[i11 + 8 >> 2] = HEAP32[i9 + 8 >> 2]; - HEAP32[i11 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; - HEAP32[i11 + 16 >> 2] = HEAP32[i9 + 16 >> 2]; - STACKTOP = i10; - return; -} - function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterIdentERNS3_4FragERPcPKc(i16, i12, i15, i14) { i16 = i16 | 0; i12 = i12 | 0; @@ -42979,30 +42767,30 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterIdentE i19 = STACKTOP; STACKTOP = STACKTOP + 80 | 0; i17 = i19 + 64 | 0; - i8 = i19 + 36 | 0; - i2 = i19 + 56 | 0; - i5 = i19 + 48 | 0; + i6 = i19 + 36 | 0; + i1 = i19 + 56 | 0; + i2 = i19 + 48 | 0; i3 = i19 + 40 | 0; i4 = i19 + 32 | 0; - i7 = i19 + 28 | 0; + i8 = i19 + 28 | 0; i9 = i19 + 24 | 0; i10 = i19 + 16 | 0; i11 = i19 + 8 | 0; i13 = i19; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); - i1 = HEAP32[i15 >> 2] | 0; - i6 = HEAP8[i1 >> 0] | 0; - L1 : do switch (i6 << 24 >> 24) { + i5 = HEAP32[i15 >> 2] | 0; + i7 = HEAP8[i5 >> 0] | 0; + L1 : do switch (i7 << 24 >> 24) { case 40: { - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i16, i12) | 0; - HEAP32[i5 >> 2] = i1; - HEAP32[i17 >> 2] = HEAP32[i5 >> 2]; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc(i16, i17, i15) | 0; - HEAP8[i2 >> 0] = 1; - HEAP32[i2 + 4 >> 2] = i1; + i13 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i16, i12) | 0; + HEAP32[i2 >> 2] = i13; HEAP32[i17 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i17 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + i13 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc(i16, i17, i15) | 0; + HEAP8[i1 >> 0] = 1; + HEAP32[i1 + 4 >> 2] = i13; + HEAP32[i17 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i17 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i16, i17, i15, i14) | 0; break; } @@ -43027,20 +42815,20 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterIdentE i18 = 12; break L1; } - HEAP32[i15 >> 2] = i1 + 1; + HEAP32[i15 >> 2] = i5 + 1; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); if ((HEAP8[HEAP32[i15 >> 2] >> 0] | 0) == 123) i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseBracketedBlockERPc(i16, i15) | 0; else i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i16, i15, i14) | 0; - HEAP32[i7 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i12 >> 2]; HEAP32[i9 >> 2] = i1; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i6 >> 2] = HEAP32[i8 >> 2]; HEAP32[i17 >> 2] = HEAP32[i9 >> 2]; - i1 = __ZN6cashew12ValueBuilder9makeLabelENS_7IStringENS_3RefE(i8, i17) | 0; + i1 = __ZN6cashew12ValueBuilder9makeLabelENS_7IStringENS_3RefE(i6, i17) | 0; break; } default: { i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i16, i12) | 0; - if (i6 << 24 >> 24 == 46) { + if (i7 << 24 >> 24 == 46) { HEAP32[i11 >> 2] = i1; HEAP32[i17 >> 2] = HEAP32[i11 >> 2]; i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseDottingES1_RPc(i16, i17, i15) | 0; @@ -43073,28 +42861,28 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE var i2 = 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, i21 = 0, i22 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0; i28 = STACKTOP; STACKTOP = STACKTOP + 480 | 0; - i16 = i28 + 468 | 0; + i9 = i28 + 468 | 0; i21 = i28 + 464 | 0; - i12 = i28 + 472 | 0; - i9 = i28 + 460 | 0; - i14 = i28 + 456 | 0; + i16 = i28 + 472 | 0; + i13 = i28 + 460 | 0; + i17 = i28 + 456 | 0; i24 = i28 + 444 | 0; i27 = i28 + 432 | 0; i26 = i28 + 420 | 0; i6 = i28 + 416 | 0; i8 = i28 + 16 | 0; - i11 = i28 + 8 | 0; - i10 = i28 + 4 | 0; - i15 = i28; + i15 = i28 + 8 | 0; + i14 = i28 + 4 | 0; + i10 = i28; i1 = __ZNKSt3__18ios_base6getlocEv(i20) | 0; HEAP32[i21 >> 2] = i1; - i17 = __ZNKSt3__16locale9use_facetERNS0_2idE(i21, 40492) | 0; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i21, 41652) | 0; i7 = HEAP8[i18 >> 0] | 0; i2 = (i7 & 1) == 0; - i13 = i18 + 4 | 0; - if (!((i2 ? (i7 & 255) >>> 1 : HEAP32[i13 >> 2] | 0) | 0)) i7 = 0; else { - i7 = HEAP32[(i2 ? i13 : HEAP32[i18 + 8 >> 2] | 0) >> 2] | 0; - i7 = (i7 | 0) == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 44 >> 2] & 31](i17, 45) | 0); + i12 = i18 + 4 | 0; + if (!((i2 ? (i7 & 255) >>> 1 : HEAP32[i12 >> 2] | 0) | 0)) i7 = 0; else { + i7 = HEAP32[(i2 ? i12 : HEAP32[i18 + 8 >> 2] | 0) >> 2] | 0; + i7 = (i7 | 0) == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i11 >> 2] | 0) + 44 >> 2] & 31](i11, 45) | 0); } i2 = 0; while (1) { @@ -43114,9 +42902,9 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE HEAP32[i26 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __ZNSt3__111__money_putIwE13__gather_infoEbbRKNS_6localeERNS_10money_base7patternERwS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS9_IwNSA_IwEENSC_IwEEEESJ_Ri(i3, i7, i21, i12, i9, i14, i24, i27, i26, i6); + __ZNSt3__111__money_putIwE13__gather_infoEbbRKNS_6localeERNS_10money_base7patternERwS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS9_IwNSA_IwEENSC_IwEEEESJ_Ri(i3, i7, i21, i16, i13, i17, i24, i27, i26, i6); i4 = HEAP8[i18 >> 0] | 0; - i5 = HEAP32[i13 >> 2] | 0; + i5 = HEAP32[i12 >> 2] | 0; i2 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : i5; i3 = HEAP32[i6 >> 2] | 0; if ((i2 | 0) > (i3 | 0)) { @@ -43139,13 +42927,13 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE i22 = i8; } i29 = (i4 & 1) == 0; - i2 = i29 ? i13 : HEAP32[i18 + 8 >> 2] | 0; - __ZNSt3__111__money_putIwE8__formatEPwRS2_S3_jPKwS5_RKNS_5ctypeIwEEbRKNS_10money_base7patternEwwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNSE_IwNSF_IwEENSH_IwEEEESQ_i(i22, i11, i10, HEAP32[i20 + 4 >> 2] | 0, i2, i2 + ((i29 ? (i4 & 255) >>> 1 : i5) << 2) | 0, i17, i7, i12, HEAP32[i9 >> 2] | 0, HEAP32[i14 >> 2] | 0, i24, i27, i26, i3); - HEAP32[i15 >> 2] = HEAP32[i23 >> 2]; - i29 = HEAP32[i11 >> 2] | 0; - i2 = HEAP32[i10 >> 2] | 0; - HEAP32[i16 >> 2] = HEAP32[i15 >> 2]; - i2 = __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i16, i22, i29, i2, i20, i19) | 0; + i2 = i29 ? i12 : HEAP32[i18 + 8 >> 2] | 0; + __ZNSt3__111__money_putIwE8__formatEPwRS2_S3_jPKwS5_RKNS_5ctypeIwEEbRKNS_10money_base7patternEwwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNSE_IwNSF_IwEENSH_IwEEEESQ_i(i22, i15, i14, HEAP32[i20 + 4 >> 2] | 0, i2, i2 + ((i29 ? (i4 & 255) >>> 1 : i5) << 2) | 0, i11, i7, i16, HEAP32[i13 >> 2] | 0, HEAP32[i17 >> 2] | 0, i24, i27, i26, i3); + HEAP32[i10 >> 2] = HEAP32[i23 >> 2]; + i29 = HEAP32[i15 >> 2] | 0; + i2 = HEAP32[i14 >> 2] | 0; + HEAP32[i9 >> 2] = HEAP32[i10 >> 2]; + i2 = __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i9, i22, i29, i2, i20, i19) | 0; if (i25) { _free(i25); i1 = HEAP32[i21 >> 2] | 0; @@ -43158,38 +42946,38 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE return i2 | 0; } -function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_bRNS_8ios_baseEcRKNS_12basic_stringIcS3_NS_9allocatorIcEEEE(i1, i22, i3, i19, i18, i17) { +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; - i3 = i3 | 0; + i4 = i4 | 0; i19 = i19 | 0; i18 = i18 | 0; i17 = i17 | 0; - var i2 = 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, i20 = 0, i21 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0; + var i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i20 = 0, i21 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0; i27 = STACKTOP; STACKTOP = STACKTOP + 176 | 0; - i15 = i27 + 56 | 0; + i9 = i27 + 56 | 0; i20 = i27 + 52 | 0; - i12 = i27 + 164 | 0; - i9 = i27 + 161 | 0; - i13 = i27 + 160 | 0; + i15 = i27 + 164 | 0; + i12 = i27 + 161 | 0; + i16 = i27 + 160 | 0; i23 = i27 + 40 | 0; i26 = i27 + 28 | 0; i25 = i27 + 16 | 0; i6 = i27 + 12 | 0; i8 = i27 + 60 | 0; - i11 = i27 + 8 | 0; - i10 = i27 + 4 | 0; - i14 = i27; + i14 = i27 + 8 | 0; + i13 = i27 + 4 | 0; + i10 = i27; i1 = __ZNKSt3__18ios_base6getlocEv(i19) | 0; HEAP32[i20 >> 2] = i1; - i16 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 40460) | 0; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 41620) | 0; i7 = HEAP8[i17 >> 0] | 0; i2 = (i7 & 1) == 0; - i4 = i17 + 4 | 0; - if (!((i2 ? (i7 & 255) >>> 1 : HEAP32[i4 >> 2] | 0) | 0)) i7 = 0; else { + i3 = i17 + 4 | 0; + if (!((i2 ? (i7 & 255) >>> 1 : HEAP32[i3 >> 2] | 0) | 0)) i7 = 0; else { i7 = HEAP8[(i2 ? i17 + 1 | 0 : HEAP32[i17 + 8 >> 2] | 0) >> 0] | 0; - i7 = i7 << 24 >> 24 == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i16 >> 2] | 0) + 28 >> 2] & 31](i16, 45) | 0) << 24 >> 24; + i7 = i7 << 24 >> 24 == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i11 >> 2] | 0) + 28 >> 2] & 31](i11, 45) | 0) << 24 >> 24; } i2 = 0; while (1) { @@ -43209,9 +42997,9 @@ function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEE HEAP32[i25 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_base7patternERcS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESF_SF_Ri(i3, i7, i20, i12, i9, i13, i23, i26, i25, i6); + __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_base7patternERcS8_RNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESF_SF_Ri(i4, i7, i20, i15, i12, i16, i23, i26, i25, i6); i5 = HEAP8[i17 >> 0] | 0; - i4 = HEAP32[i4 >> 2] | 0; + i4 = HEAP32[i3 >> 2] | 0; i2 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : i4; i3 = HEAP32[i6 >> 2] | 0; if ((i2 | 0) > (i3 | 0)) { @@ -43235,12 +43023,12 @@ function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEE } i28 = (i5 & 1) == 0; i2 = i28 ? i17 + 1 | 0 : HEAP32[i17 + 8 >> 2] | 0; - __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKNS_10money_base7patternEccRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESL_SL_i(i21, i11, i10, HEAP32[i19 + 4 >> 2] | 0, i2, i2 + (i28 ? (i5 & 255) >>> 1 : i4) | 0, i16, i7, i12, HEAP8[i9 >> 0] | 0, HEAP8[i13 >> 0] | 0, i23, i26, i25, i3); - HEAP32[i14 >> 2] = HEAP32[i22 >> 2]; - i28 = HEAP32[i11 >> 2] | 0; - i2 = HEAP32[i10 >> 2] | 0; - HEAP32[i15 >> 2] = HEAP32[i14 >> 2]; - i2 = __ZNSt3__116__pad_and_outputIcNS_11char_traitsIcEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i15, i21, i28, i2, i19, i18) | 0; + __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKNS_10money_base7patternEccRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESL_SL_i(i21, i14, i13, HEAP32[i19 + 4 >> 2] | 0, i2, i2 + (i28 ? (i5 & 255) >>> 1 : i4) | 0, i11, i7, i15, HEAP8[i12 >> 0] | 0, HEAP8[i16 >> 0] | 0, i23, i26, i25, i3); + HEAP32[i10 >> 2] = HEAP32[i22 >> 2]; + i28 = HEAP32[i14 >> 2] | 0; + i2 = HEAP32[i13 >> 2] | 0; + HEAP32[i9 >> 2] = HEAP32[i10 >> 2]; + i2 = __ZNSt3__116__pad_and_outputIcNS_11char_traitsIcEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i9, i21, i28, i2, i19, i18) | 0; if (i24) { _free(i24); i1 = HEAP32[i20 >> 2] | 0; @@ -43303,29 +43091,29 @@ function __ZNK10__cxxabiv121__vmi_class_type_info16search_below_dstEPNS_19__dyna HEAP32[i14 + 32 >> 2] = i6; i10 = i14 + 44 | 0; if ((HEAP32[i10 >> 2] | 0) == 4) break; - i5 = i3 + 16 + (HEAP32[i3 + 12 >> 2] << 3) | 0; - i7 = i14 + 52 | 0; + i4 = i3 + 16 + (HEAP32[i3 + 12 >> 2] << 3) | 0; + i5 = i14 + 52 | 0; i6 = i14 + 53 | 0; - i9 = i14 + 54 | 0; - i4 = i3 + 8 | 0; - i8 = i14 + 24 | 0; + i8 = i14 + 54 | 0; + i7 = i3 + 8 | 0; + i9 = i14 + 24 | 0; i2 = 0; i1 = 0; i3 = i3 + 16 | 0; L34 : while (1) { - if (i3 >>> 0 >= i5 >>> 0) { + if (i3 >>> 0 >= i4 >>> 0) { i3 = 20; break; } - HEAP8[i7 >> 0] = 0; + HEAP8[i5 >> 0] = 0; HEAP8[i6 >> 0] = 0; __ZNK10__cxxabiv122__base_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib(i3, i14, i13, i13, 1, i12); - if (HEAP8[i9 >> 0] | 0) { + if (HEAP8[i8 >> 0] | 0) { i3 = 20; break; } do if (HEAP8[i6 >> 0] | 0) { - if (!(HEAP8[i7 >> 0] | 0)) if (!(HEAP32[i4 >> 2] & 1)) { + if (!(HEAP8[i5 >> 0] | 0)) if (!(HEAP32[i7 >> 2] & 1)) { i1 = 1; i3 = 20; break L34; @@ -43333,11 +43121,11 @@ function __ZNK10__cxxabiv121__vmi_class_type_info16search_below_dstEPNS_19__dyna i1 = 1; break; } - if ((HEAP32[i8 >> 2] | 0) == 1) { + if ((HEAP32[i9 >> 2] | 0) == 1) { i3 = 25; break L34; } - if (!(HEAP32[i4 >> 2] & 2)) { + if (!(HEAP32[i7 >> 2] & 2)) { i3 = 25; break L34; } else { @@ -43348,8 +43136,8 @@ function __ZNK10__cxxabiv121__vmi_class_type_info16search_below_dstEPNS_19__dyna i3 = i3 + 8 | 0; } do if ((i3 | 0) == 20) { - if ((!i2 ? (HEAP32[i11 >> 2] = i13, i13 = i14 + 40 | 0, HEAP32[i13 >> 2] = (HEAP32[i13 >> 2] | 0) + 1, (HEAP32[i14 + 36 >> 2] | 0) == 1) : 0) ? (HEAP32[i8 >> 2] | 0) == 2 : 0) { - HEAP8[i9 >> 0] = 1; + if ((!i2 ? (HEAP32[i11 >> 2] = i13, i13 = i14 + 40 | 0, HEAP32[i13 >> 2] = (HEAP32[i13 >> 2] | 0) + 1, (HEAP32[i14 + 36 >> 2] | 0) == 1) : 0) ? (HEAP32[i9 >> 2] | 0) == 2 : 0) { + HEAP8[i8 >> 0] = 1; if (i1) { i3 = 25; break; @@ -43386,7 +43174,7 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i i2 = i11; if ((((i2 - i1 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == -17 : 0) ? (HEAP8[i1 + 1 >> 0] | 0) == -69 : 0) ? (HEAP8[i1 + 2 >> 0] | 0) == -65 : 0) HEAP32[i12 >> 2] = i1 + 3; } else i2 = i11; - i9 = i13; + i8 = i13; L9 : while (1) { i5 = HEAP32[i12 >> 2] | 0; i1 = i5 >>> 0 < i11 >>> 0; @@ -43394,8 +43182,8 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i i15 = 41; break; } - i8 = HEAP32[i14 >> 2] | 0; - if (i8 >>> 0 >= i13 >>> 0) { + i9 = HEAP32[i14 >> 2] | 0; + if (i9 >>> 0 >= i13 >>> 0) { i15 = 41; break; } @@ -43406,7 +43194,7 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i break; } do if (i1 << 24 >> 24 > -1) { - HEAP16[i8 >> 1] = i1 & 255; + HEAP16[i9 >> 1] = i1 & 255; HEAP32[i12 >> 2] = i5 + 1; } else { if ((i1 & 255) < 194) { @@ -43428,7 +43216,7 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i i1 = 2; break L9; } - HEAP16[i8 >> 1] = i1; + HEAP16[i9 >> 1] = i1; HEAP32[i12 >> 2] = i5 + 2; break; } @@ -43472,7 +43260,7 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i i1 = 2; break L9; } - HEAP16[i8 >> 1] = i1; + HEAP16[i9 >> 1] = i1; HEAP32[i12 >> 2] = i5 + 3; break; } @@ -43520,7 +43308,7 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i i1 = 2; break L9; } - if ((i9 - i8 | 0) < 4) { + if ((i8 - i9 | 0) < 4) { i1 = 1; break L9; } @@ -43532,10 +43320,10 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i i1 = 2; break L9; } - HEAP16[i8 >> 1] = i4 << 2 & 60 | i6 >>> 4 & 3 | ((i4 >>> 4 & 3 | i5 << 2) << 6) + 16320 | 55296; - i8 = i8 + 2 | 0; - HEAP32[i14 >> 2] = i8; - HEAP16[i8 >> 1] = i1 | i3 & 960 | 56320; + HEAP16[i9 >> 1] = i4 << 2 & 60 | i6 >>> 4 & 3 | ((i4 >>> 4 & 3 | i5 << 2) << 6) + 16320 | 55296; + i9 = i9 + 2 | 0; + HEAP32[i14 >> 2] = i9; + HEAP16[i9 >> 1] = i1 | i3 & 960 | 56320; HEAP32[i12 >> 2] = (HEAP32[i12 >> 2] | 0) + 4; } while (0); HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + 2; @@ -43554,32 +43342,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, 36529, i1 ? 11 : i4) | 0; + i3 = _memcmp(i2, 37687, 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, 36581, 70); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 36652, 12); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 37739, 70); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 37810, 12); break; } i1 = i4 >>> 0 > 12; i3 = i1 ? 12 : i4; - i7 = _memcmp(i2, 36541, i3) | 0; + i7 = _memcmp(i2, 37699, 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, 36665, 49); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 36715, 13); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 37823, 49); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 37873, 13); break; } - i7 = _memcmp(i2, 36554, i3) | 0; + i7 = _memcmp(i2, 37712, i3) | 0; if (!(((i7 | 0) == 0 ? i1 : i7) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 36729, 49); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 36779, 13); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 37887, 49); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 37937, 13); break; } i3 = i4 >>> 0 > 13; - i7 = _memcmp(i2, 36567, i3 ? 13 : i4) | 0; + i7 = _memcmp(i2, 37725, 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, 36793, 50); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 36844, 14); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 37951, 50); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 38002, 14); break; } i1 = i2 + i4 | 0; @@ -43657,11 +43445,11 @@ function __ZN10__cxxabiv112_GLOBAL__N_19base_nameINSt3__112basic_stringIcNS2_11c return; } -function __ZNK4wasm7Literal3minERKS0_(i14, i1, i3) { +function __ZNK4wasm7Literal3minERKS0_(i14, i1, i4) { i14 = i14 | 0; i1 = i1 | 0; - i3 = i3 | 0; - var d2 = 0.0, d4 = 0.0, d5 = 0.0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i15 = 0, d16 = 0.0; + i4 = i4 | 0; + var d2 = 0.0, d3 = 0.0, d5 = 0.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 + 128 | 0; i6 = i15 + 112 | 0; @@ -43674,32 +43462,32 @@ function __ZNK4wasm7Literal3minERKS0_(i14, i1, i3) { i13 = i15; do if ((HEAP32[i1 >> 2] | 0) == 3) { d5 = +__ZNK4wasm7Literal6getf32Ev(i1); - d4 = +__ZNK4wasm7Literal6getf32Ev(i3); - if (d5 == 0.0 & d5 == d4) { - d5 = ((HEAPF32[tempDoublePtr >> 2] = d5, HEAP32[tempDoublePtr >> 2] | 0) | 0) < 0 ? d5 : d4; + d2 = +__ZNK4wasm7Literal6getf32Ev(i4); + if (d5 == 0.0 & d5 == d2) { + d5 = ((HEAPF32[tempDoublePtr >> 2] = d5, HEAP32[tempDoublePtr >> 2] | 0) | 0) < 0 ? d5 : d2; HEAP32[i14 >> 2] = 3; HEAPF32[i14 + 8 >> 2] = d5; break; } - d2 = d4 < d5 ? d4 : d5; + d3 = d2 < d5 ? d2 : d5; d16 = +Math_abs(+d5); i1 = (HEAPF32[tempDoublePtr >> 2] = d16, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040; - d16 = +Math_abs(+d4); - i3 = (HEAPF32[tempDoublePtr >> 2] = d16, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040; d16 = +Math_abs(+d2); - if (!(i3 | (i1 | (HEAPF32[tempDoublePtr >> 2] = d16, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040))) { + i4 = (HEAPF32[tempDoublePtr >> 2] = d16, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040; + d16 = +Math_abs(+d3); + if (!(i4 | (i1 | (HEAPF32[tempDoublePtr >> 2] = d16, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040))) { HEAP32[i14 >> 2] = 3; - HEAPF32[i14 + 8 >> 2] = d2; + HEAPF32[i14 + 8 >> 2] = d3; break; } - if (!(i1 | i3)) { + if (!(i1 | i4)) { HEAP32[i6 >> 2] = 1; HEAP32[i6 + 8 >> 2] = 2143289344; __ZN4wasm7Literal9castToF32Ev(i14, i6); break; } HEAP32[i7 >> 2] = 3; - HEAPF32[i7 + 8 >> 2] = i1 ? d5 : d4; + HEAPF32[i7 + 8 >> 2] = i1 ? d5 : d2; __ZN4wasm7Literal9castToI32Ev(i10, i7); i1 = i10 + 8 | 0; if ((HEAP32[i10 >> 2] | 0) == 1) { @@ -43717,32 +43505,32 @@ function __ZNK4wasm7Literal3minERKS0_(i14, i1, i3) { __ZN4wasm7Literal9castToF32Ev(i14, i12); } else { d5 = +__ZNK4wasm7Literal6getf64Ev(i1); - d4 = +__ZNK4wasm7Literal6getf64Ev(i3); - if (d5 == 0.0 & d5 == d4) { + d2 = +__ZNK4wasm7Literal6getf64Ev(i4); + if (d5 == 0.0 & d5 == d2) { HEAPF64[tempDoublePtr >> 3] = d5; - d16 = (HEAP32[tempDoublePtr + 4 >> 2] | 0) < 0 ? d5 : d4; + d16 = (HEAP32[tempDoublePtr + 4 >> 2] | 0) < 0 ? d5 : d2; HEAP32[i14 >> 2] = 4; HEAPF64[i14 + 8 >> 3] = d16; break; } - d2 = d4 < d5 ? d4 : d5; + d3 = d2 < d5 ? d2 : d5; d16 = +Math_abs(+d5); HEAPF64[tempDoublePtr >> 3] = d16; i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; i1 = i1 >>> 0 > 2146435072 | (i1 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0; - d16 = +Math_abs(+d4); - HEAPF64[tempDoublePtr >> 3] = d16; - i3 = HEAP32[tempDoublePtr + 4 >> 2] | 0; - i3 = i3 >>> 0 > 2146435072 | (i3 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0; d16 = +Math_abs(+d2); HEAPF64[tempDoublePtr >> 3] = d16; + i4 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + i4 = i4 >>> 0 > 2146435072 | (i4 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0; + d16 = +Math_abs(+d3); + HEAPF64[tempDoublePtr >> 3] = d16; i12 = HEAP32[tempDoublePtr + 4 >> 2] | 0; - if (!(i3 | (i1 | (i12 >>> 0 > 2146435072 | (i12 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0)))) { + if (!(i4 | (i1 | (i12 >>> 0 > 2146435072 | (i12 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0)))) { HEAP32[i14 >> 2] = 4; - HEAPF64[i14 + 8 >> 3] = d2; + HEAPF64[i14 + 8 >> 3] = d3; break; } - if (!(i1 | i3)) { + if (!(i1 | i4)) { HEAP32[i8 >> 2] = 2; i13 = i8 + 8 | 0; HEAP32[i13 >> 2] = 0; @@ -43751,7 +43539,7 @@ function __ZNK4wasm7Literal3minERKS0_(i14, i1, i3) { break; } HEAP32[i9 >> 2] = 4; - HEAPF64[i9 + 8 >> 3] = i1 ? d5 : d4; + HEAPF64[i9 + 8 >> 3] = i1 ? d5 : d2; __ZN4wasm7Literal9castToI64Ev(i11, i9); i1 = i11 + 8 | 0; if ((HEAP32[i11 >> 2] | 0) == 1) { @@ -43772,11 +43560,11 @@ function __ZNK4wasm7Literal3minERKS0_(i14, i1, i3) { return; } -function __ZNK4wasm7Literal3maxERKS0_(i14, i1, i3) { +function __ZNK4wasm7Literal3maxERKS0_(i14, i1, i4) { i14 = i14 | 0; i1 = i1 | 0; - i3 = i3 | 0; - var d2 = 0.0, d4 = 0.0, d5 = 0.0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i15 = 0, d16 = 0.0; + i4 = i4 | 0; + var d2 = 0.0, d3 = 0.0, d5 = 0.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 + 128 | 0; i6 = i15 + 112 | 0; @@ -43789,32 +43577,32 @@ function __ZNK4wasm7Literal3maxERKS0_(i14, i1, i3) { i13 = i15; do if ((HEAP32[i1 >> 2] | 0) == 3) { d5 = +__ZNK4wasm7Literal6getf32Ev(i1); - d4 = +__ZNK4wasm7Literal6getf32Ev(i3); - if (d5 == 0.0 & d5 == d4) { - d5 = ((HEAPF32[tempDoublePtr >> 2] = d5, HEAP32[tempDoublePtr >> 2] | 0) | 0) < 0 ? d4 : d5; + d2 = +__ZNK4wasm7Literal6getf32Ev(i4); + if (d5 == 0.0 & d5 == d2) { + d5 = ((HEAPF32[tempDoublePtr >> 2] = d5, HEAP32[tempDoublePtr >> 2] | 0) | 0) < 0 ? d2 : d5; HEAP32[i14 >> 2] = 3; HEAPF32[i14 + 8 >> 2] = d5; break; } - d2 = d5 < d4 ? d4 : d5; + d3 = d5 < d2 ? d2 : d5; d16 = +Math_abs(+d5); i1 = (HEAPF32[tempDoublePtr >> 2] = d16, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040; - d16 = +Math_abs(+d4); - i3 = (HEAPF32[tempDoublePtr >> 2] = d16, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040; d16 = +Math_abs(+d2); - if (!(i3 | (i1 | (HEAPF32[tempDoublePtr >> 2] = d16, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040))) { + i4 = (HEAPF32[tempDoublePtr >> 2] = d16, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040; + d16 = +Math_abs(+d3); + if (!(i4 | (i1 | (HEAPF32[tempDoublePtr >> 2] = d16, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040))) { HEAP32[i14 >> 2] = 3; - HEAPF32[i14 + 8 >> 2] = d2; + HEAPF32[i14 + 8 >> 2] = d3; break; } - if (!(i1 | i3)) { + if (!(i1 | i4)) { HEAP32[i6 >> 2] = 1; HEAP32[i6 + 8 >> 2] = 2143289344; __ZN4wasm7Literal9castToF32Ev(i14, i6); break; } HEAP32[i7 >> 2] = 3; - HEAPF32[i7 + 8 >> 2] = i1 ? d5 : d4; + HEAPF32[i7 + 8 >> 2] = i1 ? d5 : d2; __ZN4wasm7Literal9castToI32Ev(i10, i7); i1 = i10 + 8 | 0; if ((HEAP32[i10 >> 2] | 0) == 1) { @@ -43832,32 +43620,32 @@ function __ZNK4wasm7Literal3maxERKS0_(i14, i1, i3) { __ZN4wasm7Literal9castToF32Ev(i14, i12); } else { d5 = +__ZNK4wasm7Literal6getf64Ev(i1); - d4 = +__ZNK4wasm7Literal6getf64Ev(i3); - if (d5 == 0.0 & d5 == d4) { + d2 = +__ZNK4wasm7Literal6getf64Ev(i4); + if (d5 == 0.0 & d5 == d2) { HEAPF64[tempDoublePtr >> 3] = d5; - d16 = (HEAP32[tempDoublePtr + 4 >> 2] | 0) < 0 ? d4 : d5; + d16 = (HEAP32[tempDoublePtr + 4 >> 2] | 0) < 0 ? d2 : d5; HEAP32[i14 >> 2] = 4; HEAPF64[i14 + 8 >> 3] = d16; break; } - d2 = d5 < d4 ? d4 : d5; + d3 = d5 < d2 ? d2 : d5; d16 = +Math_abs(+d5); HEAPF64[tempDoublePtr >> 3] = d16; i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; i1 = i1 >>> 0 > 2146435072 | (i1 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0; - d16 = +Math_abs(+d4); - HEAPF64[tempDoublePtr >> 3] = d16; - i3 = HEAP32[tempDoublePtr + 4 >> 2] | 0; - i3 = i3 >>> 0 > 2146435072 | (i3 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0; d16 = +Math_abs(+d2); HEAPF64[tempDoublePtr >> 3] = d16; + i4 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + i4 = i4 >>> 0 > 2146435072 | (i4 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0; + d16 = +Math_abs(+d3); + HEAPF64[tempDoublePtr >> 3] = d16; i12 = HEAP32[tempDoublePtr + 4 >> 2] | 0; - if (!(i3 | (i1 | (i12 >>> 0 > 2146435072 | (i12 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0)))) { + if (!(i4 | (i1 | (i12 >>> 0 > 2146435072 | (i12 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0)))) { HEAP32[i14 >> 2] = 4; - HEAPF64[i14 + 8 >> 3] = d2; + HEAPF64[i14 + 8 >> 3] = d3; break; } - if (!(i1 | i3)) { + if (!(i1 | i4)) { HEAP32[i8 >> 2] = 2; i13 = i8 + 8 | 0; HEAP32[i13 >> 2] = 0; @@ -43866,7 +43654,7 @@ function __ZNK4wasm7Literal3maxERKS0_(i14, i1, i3) { break; } HEAP32[i9 >> 2] = 4; - HEAPF64[i9 + 8 >> 3] = i1 ? d5 : d4; + HEAPF64[i9 + 8 >> 3] = i1 ? d5 : d2; __ZN4wasm7Literal9castToI64Ev(i11, i9); i1 = i11 + 8 | 0; if ((HEAP32[i11 >> 2] | 0) == 1) { @@ -43892,75 +43680,78 @@ function _fmod(d12, d1) { d1 = +d1; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i13 = 0, i14 = 0, d15 = 0.0; HEAPF64[tempDoublePtr >> 3] = d12; - i8 = HEAP32[tempDoublePtr >> 2] | 0; + i2 = HEAP32[tempDoublePtr >> 2] | 0; i9 = HEAP32[tempDoublePtr + 4 >> 2] | 0; HEAPF64[tempDoublePtr >> 3] = d1; i10 = HEAP32[tempDoublePtr >> 2] | 0; i11 = HEAP32[tempDoublePtr + 4 >> 2] | 0; - i3 = _bitshift64Lshr(i8 | 0, i9 | 0, 52) | 0; + i3 = _bitshift64Lshr(i2 | 0, i9 | 0, 52) | 0; i3 = i3 & 2047; - i6 = _bitshift64Lshr(i10 | 0, i11 | 0, 52) | 0; - i6 = i6 & 2047; + i7 = _bitshift64Lshr(i10 | 0, i11 | 0, 52) | 0; + i7 = i7 & 2047; i13 = i9 & -2147483648; - i7 = _bitshift64Shl(i10 | 0, i11 | 0, 1) | 0; - i5 = tempRet0; - L1 : do if (!((i7 | 0) == 0 & (i5 | 0) == 0) ? (d15 = +Math_abs(+d1), HEAPF64[tempDoublePtr >> 3] = d15, i4 = HEAP32[tempDoublePtr + 4 >> 2] | 0, !(i4 >>> 0 > 2146435072 | (i4 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0 | (i3 | 0) == 2047)) : 0) { - i2 = _bitshift64Shl(i8 | 0, i9 | 0, 1) | 0; - i4 = tempRet0; - if (!(i4 >>> 0 > i5 >>> 0 | (i4 | 0) == (i5 | 0) & i2 >>> 0 > i7 >>> 0)) return +((i2 | 0) == (i7 | 0) & (i4 | 0) == (i5 | 0) ? d12 * 0.0 : d12); + i6 = _bitshift64Shl(i10 | 0, i11 | 0, 1) | 0; + i8 = tempRet0; + L1 : do if (!((i6 | 0) == 0 & (i8 | 0) == 0) ? (d15 = +Math_abs(+d1), HEAPF64[tempDoublePtr >> 3] = d15, i5 = HEAP32[tempDoublePtr + 4 >> 2] | 0, !(i5 >>> 0 > 2146435072 | (i5 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0 | (i3 | 0) == 2047)) : 0) { + i4 = _bitshift64Shl(i2 | 0, i9 | 0, 1) | 0; + i5 = tempRet0; + if (!(i5 >>> 0 > i8 >>> 0 | (i5 | 0) == (i8 | 0) & i4 >>> 0 > i6 >>> 0)) return +((i4 | 0) == (i6 | 0) & (i5 | 0) == (i8 | 0) ? d12 * 0.0 : d12); if (!i3) { - i2 = _bitshift64Shl(i8 | 0, i9 | 0, 12) | 0; - i3 = tempRet0; - if ((i3 | 0) > -1 | (i3 | 0) == -1 & i2 >>> 0 > 4294967295) { - i4 = i3; + i3 = _bitshift64Shl(i2 | 0, i9 | 0, 12) | 0; + i4 = tempRet0; + if ((i4 | 0) > -1 | (i4 | 0) == -1 & i3 >>> 0 > 4294967295) { + i5 = i3; i3 = 0; do { i3 = i3 + -1 | 0; - i2 = _bitshift64Shl(i2 | 0, i4 | 0, 1) | 0; + i5 = _bitshift64Shl(i5 | 0, i4 | 0, 1) | 0; i4 = tempRet0; - } while ((i4 | 0) > -1 | (i4 | 0) == -1 & i2 >>> 0 > 4294967295); + } while ((i4 | 0) > -1 | (i4 | 0) == -1 & i5 >>> 0 > 4294967295); } else i3 = 0; - i8 = _bitshift64Shl(i8 | 0, i9 | 0, 1 - i3 | 0) | 0; + i2 = _bitshift64Shl(i2 | 0, i9 | 0, 1 - i3 | 0) | 0; i4 = tempRet0; } else i4 = i9 & 1048575 | 1048576; - if (!i6) { - i2 = _bitshift64Shl(i10 | 0, i11 | 0, 12) | 0; - i5 = tempRet0; - if ((i5 | 0) > -1 | (i5 | 0) == -1 & i2 >>> 0 > 4294967295) { - i6 = 0; + if (!i7) { + i5 = _bitshift64Shl(i10 | 0, i11 | 0, 12) | 0; + i6 = tempRet0; + if ((i6 | 0) > -1 | (i6 | 0) == -1 & i5 >>> 0 > 4294967295) { + i7 = 0; do { - i6 = i6 + -1 | 0; - i2 = _bitshift64Shl(i2 | 0, i5 | 0, 1) | 0; - i5 = tempRet0; - } while ((i5 | 0) > -1 | (i5 | 0) == -1 & i2 >>> 0 > 4294967295); - } else i6 = 0; - i10 = _bitshift64Shl(i10 | 0, i11 | 0, 1 - i6 | 0) | 0; + i7 = i7 + -1 | 0; + i5 = _bitshift64Shl(i5 | 0, i6 | 0, 1) | 0; + i6 = tempRet0; + } while ((i6 | 0) > -1 | (i6 | 0) == -1 & i5 >>> 0 > 4294967295); + } else i7 = 0; + i10 = _bitshift64Shl(i10 | 0, i11 | 0, 1 - i7 | 0) | 0; i9 = tempRet0; } else i9 = i11 & 1048575 | 1048576; - i2 = _i64Subtract(i8 | 0, i4 | 0, i10 | 0, i9 | 0) | 0; - i7 = tempRet0; - i5 = (i7 | 0) > -1 | (i7 | 0) == -1 & i2 >>> 0 > 4294967295; - L23 : do if ((i3 | 0) > (i6 | 0)) { + i8 = _i64Subtract(i2 | 0, i4 | 0, i10 | 0, i9 | 0) | 0; + i6 = tempRet0; + i5 = (i6 | 0) > -1 | (i6 | 0) == -1 & i8 >>> 0 > 4294967295; + L23 : do if ((i3 | 0) > (i7 | 0)) { while (1) { - if (i5) if ((i8 | 0) == (i10 | 0) & (i4 | 0) == (i9 | 0)) break; else i4 = i7; else i2 = i8; - i8 = _bitshift64Shl(i2 | 0, i4 | 0, 1) | 0; + if (i5) if ((i2 | 0) == (i10 | 0) & (i4 | 0) == (i9 | 0)) break; else { + i2 = i8; + i4 = i6; + } + i2 = _bitshift64Shl(i2 | 0, i4 | 0, 1) | 0; i4 = tempRet0; i3 = i3 + -1 | 0; - i2 = _i64Subtract(i8 | 0, i4 | 0, i10 | 0, i9 | 0) | 0; - i7 = tempRet0; - i5 = (i7 | 0) > -1 | (i7 | 0) == -1 & i2 >>> 0 > 4294967295; - if ((i3 | 0) <= (i6 | 0)) { - i6 = i8; - break L23; - } + i8 = _i64Subtract(i2 | 0, i4 | 0, i10 | 0, i9 | 0) | 0; + i6 = tempRet0; + i5 = (i6 | 0) > -1 | (i6 | 0) == -1 & i8 >>> 0 > 4294967295; + if ((i3 | 0) <= (i7 | 0)) break L23; } d1 = d12 * 0.0; break L1; - } else i6 = i8; while (0); - if (i5) if ((i6 | 0) == (i10 | 0) & (i4 | 0) == (i9 | 0)) { + } while (0); + if (i5) if ((i2 | 0) == (i10 | 0) & (i4 | 0) == (i9 | 0)) { d1 = d12 * 0.0; break; - } else i4 = i7; else i2 = i6; + } else { + i4 = i6; + i2 = i8; + } if (i4 >>> 0 < 1048576 | (i4 | 0) == 1048576 & i2 >>> 0 < 0) do { i2 = _bitshift64Shl(i2 | 0, i4 | 0, 1) | 0; i4 = tempRet0; @@ -43987,105 +43778,105 @@ function _fmod(d12, d1) { return +d1; } -function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i10) { +function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { i14 = i14 | 0; - i10 = i10 | 0; - var d1 = 0.0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0, i12 = 0, i13 = 0, i15 = 0; + i11 = i11 | 0; + var d1 = 0.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 + 48 | 0; - i13 = i15 + 32 | 0; - i7 = i15 + 24 | 0; - i12 = i15 + 28 | 0; - i3 = i15 + 20 | 0; - i4 = i15 + 16 | 0; - i5 = i15 + 12 | 0; - i6 = i15 + 8 | 0; - i8 = i15 + 4 | 0; - i9 = i15; - i2 = __ZN6cashew3RefixEj(i14, 0) | 0; - i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; - i2 = HEAP32[i2 >> 2] | 0; - L1 : do if ((i2 | 0) != (HEAP32[9611] | 0)) { - if ((i2 | 0) == (HEAP32[9630] | 0)) { - i12 = __ZN6cashew3RefixEj(i14, 1) | 0; - i12 = __ZN6cashew5Value10getIStringEv(HEAP32[i12 >> 2] | 0) | 0; - switch (HEAP8[HEAP32[i12 >> 2] >> 0] | 0) { + i12 = i15 + 32 | 0; + i3 = i15 + 24 | 0; + i13 = i15 + 28 | 0; + i4 = i15 + 20 | 0; + i6 = i15 + 16 | 0; + i7 = i15 + 12 | 0; + i8 = i15 + 8 | 0; + i9 = i15 + 4 | 0; + i10 = i15; + i5 = __ZN6cashew3RefixEj(i14, 0) | 0; + i5 = __ZN6cashew5Value10getIStringEv(HEAP32[i5 >> 2] | 0) | 0; + i5 = HEAP32[i5 >> 2] | 0; + L1 : do if ((i5 | 0) != (HEAP32[9901] | 0)) { + if ((i5 | 0) == (HEAP32[9920] | 0)) { + i13 = __ZN6cashew3RefixEj(i14, 1) | 0; + i13 = __ZN6cashew5Value10getIStringEv(HEAP32[i13 >> 2] | 0) | 0; + switch (HEAP8[HEAP32[i13 >> 2] >> 0] | 0) { case 45: { - i11 = 0; + i2 = 0; break L1; } case 43: { - i11 = 3; + i2 = 3; break L1; } case 126: { - i11 = 1; + i2 = 1; break L1; } default: { - HEAP32[i3 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i13 >> 2] = HEAP32[i3 >> 2]; - __ZL8abort_onN6cashew3RefE(i13); + HEAP32[i4 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i12 >> 2] = HEAP32[i4 >> 2]; + __ZL8abort_onN6cashew3RefE(i12); } } } - if ((i2 | 0) == (HEAP32[9621] | 0)) { + if ((i5 | 0) == (HEAP32[9911] | 0)) { i14 = __ZN6cashew3RefixEj(i14, 1) | 0; i14 = __ZN6cashew5Value9getNumberEv(HEAP32[i14 >> 2] | 0) | 0; d1 = +HEAPF64[i14 >> 3]; if (d1 < 0.0) { - i11 = 1; + i2 = 1; break; } if (d1 > 4294967295.0) { - i11 = 3; + i2 = 3; break; } if (+_fmod(d1, 1.0) != 0.0) { - i11 = 3; + i2 = 3; break; } - i11 = __ZN4wasm12isSInteger32Ed(d1) | 0; - i11 = i11 ? 0 : 2; + i2 = __ZN4wasm12isSInteger32Ed(d1) | 0; + i2 = i2 ? 0 : 2; break; } - if ((i2 | 0) == (HEAP32[9607] | 0)) i11 = 0; else { - if ((i2 | 0) == (HEAP32[9610] | 0)) { - i11 = __ZN6cashew3RefixEj(i14, 2) | 0; - HEAP32[i4 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i13 >> 2] = HEAP32[i5 >> 2]; - i11 = __Z10detectSignN6cashew3RefENS_7IStringE(i7, i13) | 0; + if ((i5 | 0) == (HEAP32[9897] | 0)) i2 = 0; else { + if ((i5 | 0) == (HEAP32[9900] | 0)) { + i2 = __ZN6cashew3RefixEj(i14, 2) | 0; + HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i7 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i12 >> 2] = HEAP32[i7 >> 2]; + i2 = __Z10detectSignN6cashew3RefENS_7IStringE(i3, i12) | 0; break; } - if ((i2 | 0) == (HEAP32[9620] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 0) | 0, 38428) | 0) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0, 38528) | 0) { - i11 = 3; + if ((i5 | 0) == (HEAP32[9910] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 0) | 0, 39588) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0, 39688) | 0) { + i2 = 3; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0, i10) | 0) { - i11 = 3; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0, i11) | 0) { + i2 = 3; break; } } - } else if ((i2 | 0) == (HEAP32[9618] | 0)) { - i11 = __ZN6cashew3RefixEj(i14, 2) | 0; - HEAP32[i6 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i13 >> 2] = HEAP32[i8 >> 2]; - i11 = __Z10detectSignN6cashew3RefENS_7IStringE(i7, i13) | 0; + } else if ((i5 | 0) == (HEAP32[9908] | 0)) { + i2 = __ZN6cashew3RefixEj(i14, 2) | 0; + HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i12 >> 2] = HEAP32[i9 >> 2]; + i2 = __Z10detectSignN6cashew3RefENS_7IStringE(i3, i12) | 0; break; } - HEAP32[i9 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i13 >> 2] = HEAP32[i9 >> 2]; - __ZL8abort_onN6cashew3RefE(i13); + HEAP32[i10 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i12 >> 2] = HEAP32[i10 >> 2]; + __ZL8abort_onN6cashew3RefE(i12); } } else { i2 = __ZN6cashew3RefixEj(i14, 1) | 0; @@ -44095,13 +43886,13 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i10) { case 45: case 43: { - i11 = 0; + i2 = 0; break L1; } case 62: { - if ((i2 | 0) == (HEAP32[9656] | 0)) { - i11 = 2; + if ((i2 | 0) == (HEAP32[9946] | 0)) { + i2 = 2; break L1; } break; @@ -44116,59 +43907,59 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i10) { case 47: case 42: { - i11 = 3; + i2 = 3; break L1; } default: { - HEAP32[i12 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i13 >> 2] = HEAP32[i12 >> 2]; - __ZL8abort_onN6cashew3RefE(i13); + HEAP32[i13 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i12 >> 2] = HEAP32[i13 >> 2]; + __ZL8abort_onN6cashew3RefE(i12); } } - i11 = 1; + i2 = 1; } while (0); STACKTOP = i15; - return i11 | 0; + return i2 | 0; } -function __ZNSt3__19__num_putIwE21__widen_and_group_intEPcS2_S2_PwRS3_S4_RKNS_6localeE(i1, i14, i13, i15, i16, i11, i2) { - i1 = i1 | 0; +function __ZNSt3__19__num_putIwE21__widen_and_group_intEPcS2_S2_PwRS3_S4_RKNS_6localeE(i2, i14, i13, i15, i16, i11, i1) { + i2 = i2 | 0; i14 = i14 | 0; i13 = i13 | 0; i15 = i15 | 0; i16 = i16 | 0; i11 = i11 | 0; - i2 = i2 | 0; + i1 = i1 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i17 = 0, i18 = 0, i19 = 0; i17 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i12 = i17; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 40492) | 0; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 40500) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41652) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41660) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i12, i5); i8 = HEAP8[i12 >> 0] | 0; i9 = i12 + 4 | 0; L1 : do if (((i8 & 1) == 0 ? (i8 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) | 0) { HEAP32[i11 >> 2] = i15; - i2 = HEAP8[i1 >> 0] | 0; - switch (i2 << 24 >> 24) { + i1 = HEAP8[i2 >> 0] | 0; + switch (i1 << 24 >> 24) { case 43: case 45: { - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, i2) | 0; - i2 = HEAP32[i11 >> 2] | 0; - HEAP32[i11 >> 2] = i2 + 4; - HEAP32[i2 >> 2] = i8; - i2 = i1 + 1 | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, i1) | 0; + i3 = HEAP32[i11 >> 2] | 0; + HEAP32[i11 >> 2] = i3 + 4; + HEAP32[i3 >> 2] = i8; + i3 = i2 + 1 | 0; break; } default: - i2 = i1; + i3 = i2; } - L7 : do if ((i13 - i2 | 0) > 1 ? (HEAP8[i2 >> 0] | 0) == 48 : 0) { - i3 = i2 + 1 | 0; - switch (HEAP8[i3 >> 0] | 0) { + L7 : do if ((i13 - i3 | 0) > 1 ? (HEAP8[i3 >> 0] | 0) == 48 : 0) { + i1 = i3 + 1 | 0; + switch (HEAP8[i1 >> 0] | 0) { case 88: case 120: break; @@ -44179,68 +43970,70 @@ function __ZNSt3__19__num_putIwE21__widen_and_group_intEPcS2_S2_PwRS3_S4_RKNS_6l i7 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i7 + 4; HEAP32[i7 >> 2] = i8; - i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, HEAP8[i3 >> 0] | 0) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, HEAP8[i1 >> 0] | 0) | 0; i8 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i8 + 4; HEAP32[i8 >> 2] = i7; - i2 = i2 + 2 | 0; + i3 = i3 + 2 | 0; } while (0); - L12 : do if ((i2 | 0) != (i13 | 0)) { - i4 = i2; - i3 = i13; + L12 : do if ((i3 | 0) != (i13 | 0)) { + i1 = i13; + i4 = i3; while (1) { - i3 = i3 + -1 | 0; - if (i4 >>> 0 >= i3 >>> 0) break L12; + i1 = i1 + -1 | 0; + if (i4 >>> 0 >= i1 >>> 0) break L12; i8 = HEAP8[i4 >> 0] | 0; - HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; - HEAP8[i3 >> 0] = i8; + HEAP8[i4 >> 0] = HEAP8[i1 >> 0] | 0; + HEAP8[i1 >> 0] = i8; i4 = i4 + 1 | 0; } } while (0); - i8 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 16 >> 2] & 127](i5) | 0; - i5 = i12 + 8 | 0; + i5 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 16 >> 2] & 127](i5) | 0; + i6 = i12 + 8 | 0; i7 = i12 + 1 | 0; - i3 = 0; + i1 = 0; i4 = 0; - i6 = i2; + i8 = i3; while (1) { - if (i6 >>> 0 >= i13 >>> 0) break; - i18 = HEAP8[((HEAP8[i12 >> 0] & 1) == 0 ? i7 : HEAP32[i5 >> 2] | 0) + i4 >> 0] | 0; - if (i18 << 24 >> 24 != 0 & (i3 | 0) == (i18 << 24 >> 24 | 0)) { + if (i8 >>> 0 >= i13 >>> 0) break; + i18 = HEAP8[((HEAP8[i12 >> 0] & 1) == 0 ? i7 : HEAP32[i6 >> 2] | 0) + i4 >> 0] | 0; + if (i18 << 24 >> 24 != 0 & (i1 | 0) == (i18 << 24 >> 24 | 0)) { i18 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i18 + 4; - HEAP32[i18 >> 2] = i8; + HEAP32[i18 >> 2] = i5; i18 = HEAP8[i12 >> 0] | 0; - i3 = 0; + i1 = 0; i4 = (i4 >>> 0 < (((i18 & 1) == 0 ? (i18 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) + -1 | 0) >>> 0 & 1) + i4 | 0; } - i19 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, HEAP8[i6 >> 0] | 0) | 0; + i19 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, HEAP8[i8 >> 0] | 0) | 0; i18 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i18 + 4; HEAP32[i18 >> 2] = i19; - i3 = i3 + 1 | 0; - i6 = i6 + 1 | 0; + i1 = i1 + 1 | 0; + i8 = i8 + 1 | 0; } - i3 = i15 + (i2 - i1 << 2) | 0; - i2 = HEAP32[i11 >> 2] | 0; - if ((i3 | 0) == (i2 | 0)) i2 = i3; else { - i4 = i3; - i3 = i2; + i1 = i15 + (i3 - i2 << 2) | 0; + i4 = HEAP32[i11 >> 2] | 0; + if ((i1 | 0) != (i4 | 0)) { + i3 = i4; while (1) { i3 = i3 + -4 | 0; - if (i4 >>> 0 >= i3 >>> 0) break L1; - i19 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + if (i1 >>> 0 >= i3 >>> 0) { + i1 = i4; + break L1; + } + i19 = HEAP32[i1 >> 2] | 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; HEAP32[i3 >> 2] = i19; - i4 = i4 + 4 | 0; + i1 = i1 + 4 | 0; } } } else { - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 48 >> 2] & 7](i10, i1, i13, i15) | 0; - i2 = i15 + (i13 - i1 << 2) | 0; - HEAP32[i11 >> 2] = i2; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 48 >> 2] & 7](i10, i2, i13, i15) | 0; + i1 = i15 + (i13 - i2 << 2) | 0; + HEAP32[i11 >> 2] = i1; } while (0); - HEAP32[i16 >> 2] = (i14 | 0) == (i13 | 0) ? i2 : i15 + (i14 - i1 << 2) | 0; + HEAP32[i16 >> 2] = (i14 | 0) == (i13 | 0) ? i1 : i15 + (i14 - i2 << 2) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); STACKTOP = i17; return; @@ -44264,64 +44057,64 @@ function __ZN4wasm22SExpressionWasmBuilder10makeSwitchERNS_7ElementE(i13, i12) { HEAP32[i15 + 8 >> 2] = i9; i9 = 2; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 28075, 6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 29329, 6); i9 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i13, i1) | 0; HEAP32[i15 + 8 >> 2] = i9; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); i9 = 1; } - i5 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i13, __ZN4wasm7ElementixEj(i12, i9) | 0) | 0; - HEAP32[i15 + 12 >> 2] = i5; - i5 = __ZN4wasm7ElementixEj(i12, i9 + 1 | 0) | 0; - i3 = i15 + 20 | 0; - i4 = i15 + 24 | 0; - i7 = i15 + 16 | 0; - i6 = 1; + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i13, __ZN4wasm7ElementixEj(i12, i9) | 0) | 0; + HEAP32[i15 + 12 >> 2] = i1; + i1 = __ZN4wasm7ElementixEj(i12, i9 + 1 | 0) | 0; + i2 = i15 + 20 | 0; + i3 = i15 + 24 | 0; + i4 = i15 + 16 | 0; + i7 = 1; while (1) { - if (i6 >>> 0 >= (__ZN4wasm7Element4sizeEv(i5) | 0) >>> 0) break; - i1 = __ZN4wasm7Element4listEv(__ZN4wasm7ElementixEj(i5, i6) | 0) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i8 >> 2] = i1; - i2 = HEAP32[i3 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i1; - HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i7, i8); - i6 = i6 + 1 | 0; + if (i7 >>> 0 >= (__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0) break; + i5 = __ZN4wasm7Element4listEv(__ZN4wasm7ElementixEj(i1, i7) | 0) | 0; + i5 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i8 >> 2] = i5; + i6 = HEAP32[i2 >> 2] | 0; + if (i6 >>> 0 < (HEAP32[i3 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i5; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i4, i8); + i7 = i7 + 1 | 0; } - i7 = __ZN4wasm7Element4listEv(__ZN4wasm7ElementixEj(i12, i9 + 2 | 0) | 0) | 0; - i7 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i7 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i15 + 28 >> 2] = i7; - i7 = i13 + 8 | 0; + i5 = __ZN4wasm7Element4listEv(__ZN4wasm7ElementixEj(i12, i9 + 2 | 0) | 0) | 0; + i5 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0) | 0; + HEAP32[i15 + 28 >> 2] = i5; + i5 = i13 + 8 | 0; i8 = i15 + 36 | 0; - i5 = i15 + 40 | 0; - i6 = i15 + 32 | 0; + i6 = i15 + 40 | 0; + i7 = i15 + 32 | 0; i4 = i9 + 3 | 0; while (1) { if (i4 >>> 0 >= (__ZN4wasm7Element4sizeEv(i12) | 0) >>> 0) break; i1 = __ZN4wasm7ElementixEj(i12, i4) | 0; i9 = __ZN4wasm7Element4listEv(i1) | 0; i9 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i9 >> 2] >> 2] | 0) | 0; - if ((i9 | 0) != (HEAP32[9570] | 0)) { + if ((i9 | 0) != (HEAP32[9860] | 0)) { i14 = 13; break; } - if ((__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0 < 2) __ZNKSt3__18functionIFvvEEclEv(i7); + if ((__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0 < 2) __ZNKSt3__18functionIFvvEEclEv(i5); i3 = __ZN4wasm7Element4listEv(i1) | 0; i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) | 0; HEAP32[i10 >> 2] = i3; - i2 = __ZN4wasm22SExpressionWasmBuilder14makeMaybeBlockERNS_7ElementEjj(i13, i1, 2, __ZN4wasm7Element4sizeEv(i1) | 0) | 0; - HEAP32[i11 >> 2] = i2; - i1 = HEAP32[i8 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i5 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i3; - HEAP32[i1 + 4 >> 2] = i2; + i1 = __ZN4wasm22SExpressionWasmBuilder14makeMaybeBlockERNS_7ElementEjj(i13, i1, 2, __ZN4wasm7Element4sizeEv(i1) | 0) | 0; + HEAP32[i11 >> 2] = i1; + i2 = HEAP32[i8 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i3; + HEAP32[i2 + 4 >> 2] = i1; HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJN6cashew7IStringEPNS1_10ExpressionEEEEvDpOT_(i6, i10, i11); + } else __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJN6cashew7IStringEPNS1_10ExpressionEEEEvDpOT_(i7, i10, i11); i4 = i4 + 1 | 0; } - if ((i14 | 0) == 13) ___assert_fail(18042, 16606, 926, 18065); - i1 = HEAP32[i6 >> 2] | 0; + if ((i14 | 0) == 13) ___assert_fail(17275, 16691, 926, 17298); + i1 = HEAP32[i7 >> 2] | 0; if ((HEAP32[i8 >> 2] | 0) == (i1 | 0)) i1 = 0; else i1 = HEAP32[(HEAP32[i1 + 4 >> 2] | 0) + 4 >> 2] | 0; HEAP32[i15 + 4 >> 2] = i1; STACKTOP = i16; @@ -44329,118 +44122,118 @@ function __ZN4wasm22SExpressionWasmBuilder10makeSwitchERNS_7ElementE(i13, i12) { } function __GLOBAL__sub_I_wasm_js_cpp() { - __ZN6cashew7IString3setEPKcb(38088, 12436, 1); - __ZN6cashew7IString3setEPKcb(38092, 12443, 1); - __ZN6cashew7IString3setEPKcb(38096, 12447, 1); - __ZN6cashew7IString3setEPKcb(38100, 31732, 1); - __ZN6cashew7IString3setEPKcb(38104, 31723, 1); - __ZN6cashew7IString3setEPKcb(38108, 12456, 1); - __ZN6cashew7IString3setEPKcb(38112, 12464, 1); - __ZN6cashew7IString3setEPKcb(38116, 12474, 1); - __ZN6cashew7IString3setEPKcb(38120, 12485, 1); - __ZN6cashew7IString3setEPKcb(38124, 12496, 1); - __ZN6cashew7IString3setEPKcb(38128, 12507, 1); - __ZN6cashew7IString3setEPKcb(38132, 12519, 1); - __ZN6cashew7IString3setEPKcb(38136, 12531, 1); - __ZN6cashew7IString3setEPKcb(38140, 12544, 1); - __ZN6cashew7IString3setEPKcb(38144, 12557, 1); - __ZN6cashew7IString3setEPKcb(38148, 12577, 1); - __ZN6cashew7IString3setEPKcb(38152, 12582, 1); - __ZN6cashew7IString3setEPKcb(38156, 12587, 1); - __ZN6cashew7IString3setEPKcb(38160, 12593, 1); - __ZN6cashew7IString3setEPKcb(38164, 12600, 1); - __ZN6cashew7IString3setEPKcb(38168, 12609, 1); - __ZN6cashew7IString3setEPKcb(38172, 12617, 1); - __ZN6cashew7IString3setEPKcb(38176, 12628, 1); - __ZN6cashew7IString3setEPKcb(38180, 12640, 1); - __ZN6cashew7IString3setEPKcb(38184, 12644, 1); - __ZN6cashew7IString3setEPKcb(38188, 12650, 1); - __ZN6cashew7IString3setEPKcb(38192, 12655, 1); - __ZN6cashew7IString3setEPKcb(38196, 12673, 1); - __ZN6cashew7IString3setEPKcb(38200, 12682, 1); - __ZN6cashew7IString3setEPKcb(38204, 12699, 1); - __ZN6cashew7IString3setEPKcb(38208, 12707, 1); - __ZN6cashew7IString3setEPKcb(38212, 12714, 1); - __ZN6cashew7IString3setEPKcb(38216, 12720, 1); - __ZN6cashew7IString3setEPKcb(38220, 12725, 1); - __ZN6cashew7IString3setEPKcb(38224, 12731, 1); - __ZN6cashew7IString3setEPKcb(38228, 12738, 1); - __ZN6cashew7IString3setEPKcb(38232, 12745, 1); - __ZN6cashew7IString3setEPKcb(38236, 12753, 1); - __ZN6cashew7IString3setEPKcb(38240, 12760, 1); - __ZN6cashew7IString3setEPKcb(38244, 12767, 1); - __ZN6cashew7IString3setEPKcb(38248, 12773, 1); - __ZN6cashew7IString3setEPKcb(38252, 12779, 1); - __ZN6cashew7IString3setEPKcb(38256, 28045, 1); - __ZN6cashew7IString3setEPKcb(38260, 12784, 1); - __ZN6cashew7IString3setEPKcb(38264, 12796, 1); - __ZN6cashew7IString3setEPKcb(38268, 12810, 1); - __ZN6cashew7IString3setEPKcb(38272, 12816, 1); - __ZN6cashew7IString3setEPKcb(38276, 12826, 1); - __ZN6cashew7IString3setEPKcb(38280, 28305, 1); - __ZN6cashew7IString3setEPKcb(38284, 12831, 1); - __ZN6cashew7IString3setEPKcb(38288, 12834, 1); - __ZN6cashew7IString3setEPKcb(38292, 12842, 1); - __ZN6cashew7IString3setEPKcb(38296, 12849, 1); - __ZN6cashew7IString3setEPKcb(38300, 12853, 1); - __ZN6cashew7IString3setEPKcb(38304, 12873, 1); - __ZN6cashew7IString3setEPKcb(38308, 12883, 1); - __ZN6cashew7IString3setEPKcb(38312, 12894, 1); - __ZN6cashew7IString3setEPKcb(38316, 12905, 1); - __ZN6cashew7IString3setEPKcb(38320, 12919, 1); - __ZN6cashew7IString3setEPKcb(38324, 12928, 1); - __ZN6cashew7IString3setEPKcb(38328, 12938, 1); - __ZN6cashew7IString3setEPKcb(38332, 12949, 1); - __ZN6cashew7IString3setEPKcb(38336, 12960, 1); - __ZN6cashew7IString3setEPKcb(38340, 12973, 1); - __ZN6cashew7IString3setEPKcb(38344, 12983, 1); - __ZN6cashew7IString3setEPKcb(38348, 12992, 1); - HEAP32[9588] = 0; - HEAP32[9589] = 0; - HEAP32[9590] = 0; - ___cxa_atexit(184, 38352, ___dso_handle | 0) | 0; - __ZN6cashew7IString3setEPKcb(38364, 13873, 1); - __ZN6cashew7IString3setEPKcb(38368, 13878, 1); - return; -} - -function __ZNSt3__19__num_putIcE21__widen_and_group_intEPcS2_S2_S2_RS2_S3_RKNS_6localeE(i1, i14, i13, i15, i16, i11, i2) { - i1 = i1 | 0; + __ZN6cashew7IString3setEPKcb(39248, 12548, 1); + __ZN6cashew7IString3setEPKcb(39252, 12555, 1); + __ZN6cashew7IString3setEPKcb(39256, 12559, 1); + __ZN6cashew7IString3setEPKcb(39260, 32976, 1); + __ZN6cashew7IString3setEPKcb(39264, 30285, 1); + __ZN6cashew7IString3setEPKcb(39268, 12568, 1); + __ZN6cashew7IString3setEPKcb(39272, 12576, 1); + __ZN6cashew7IString3setEPKcb(39276, 12586, 1); + __ZN6cashew7IString3setEPKcb(39280, 12597, 1); + __ZN6cashew7IString3setEPKcb(39284, 12608, 1); + __ZN6cashew7IString3setEPKcb(39288, 12619, 1); + __ZN6cashew7IString3setEPKcb(39292, 12631, 1); + __ZN6cashew7IString3setEPKcb(39296, 12643, 1); + __ZN6cashew7IString3setEPKcb(39300, 12656, 1); + __ZN6cashew7IString3setEPKcb(39304, 12669, 1); + __ZN6cashew7IString3setEPKcb(39308, 12689, 1); + __ZN6cashew7IString3setEPKcb(39312, 12694, 1); + __ZN6cashew7IString3setEPKcb(39316, 12699, 1); + __ZN6cashew7IString3setEPKcb(39320, 12705, 1); + __ZN6cashew7IString3setEPKcb(39324, 12712, 1); + __ZN6cashew7IString3setEPKcb(39328, 12721, 1); + __ZN6cashew7IString3setEPKcb(39332, 12729, 1); + __ZN6cashew7IString3setEPKcb(39336, 12740, 1); + __ZN6cashew7IString3setEPKcb(39340, 25594, 1); + __ZN6cashew7IString3setEPKcb(39344, 25603, 1); + __ZN6cashew7IString3setEPKcb(39348, 25623, 1); + __ZN6cashew7IString3setEPKcb(39352, 12752, 1); + __ZN6cashew7IString3setEPKcb(39356, 12770, 1); + __ZN6cashew7IString3setEPKcb(39360, 12779, 1); + __ZN6cashew7IString3setEPKcb(39364, 12796, 1); + __ZN6cashew7IString3setEPKcb(39368, 25165, 1); + __ZN6cashew7IString3setEPKcb(39372, 25259, 1); + __ZN6cashew7IString3setEPKcb(39376, 12804, 1); + __ZN6cashew7IString3setEPKcb(39380, 25277, 1); + __ZN6cashew7IString3setEPKcb(39384, 12809, 1); + __ZN6cashew7IString3setEPKcb(39388, 25197, 1); + __ZN6cashew7IString3setEPKcb(39392, 12816, 1); + __ZN6cashew7IString3setEPKcb(39396, 12824, 1); + __ZN6cashew7IString3setEPKcb(39400, 12831, 1); + __ZN6cashew7IString3setEPKcb(39404, 25343, 1); + __ZN6cashew7IString3setEPKcb(39408, 12838, 1); + __ZN6cashew7IString3setEPKcb(39412, 25265, 1); + __ZN6cashew7IString3setEPKcb(39416, 29299, 1); + __ZN6cashew7IString3setEPKcb(39420, 12844, 1); + __ZN6cashew7IString3setEPKcb(39424, 12856, 1); + __ZN6cashew7IString3setEPKcb(39428, 12870, 1); + __ZN6cashew7IString3setEPKcb(39432, 12876, 1); + __ZN6cashew7IString3setEPKcb(39436, 12886, 1); + __ZN6cashew7IString3setEPKcb(39440, 29559, 1); + __ZN6cashew7IString3setEPKcb(39444, 25466, 1); + __ZN6cashew7IString3setEPKcb(39448, 12891, 1); + __ZN6cashew7IString3setEPKcb(39452, 12899, 1); + __ZN6cashew7IString3setEPKcb(39456, 12906, 1); + __ZN6cashew7IString3setEPKcb(39460, 12910, 1); + __ZN6cashew7IString3setEPKcb(39464, 12930, 1); + __ZN6cashew7IString3setEPKcb(39468, 12940, 1); + __ZN6cashew7IString3setEPKcb(39472, 12951, 1); + __ZN6cashew7IString3setEPKcb(39476, 12962, 1); + __ZN6cashew7IString3setEPKcb(39480, 12976, 1); + __ZN6cashew7IString3setEPKcb(39484, 12985, 1); + __ZN6cashew7IString3setEPKcb(39488, 12995, 1); + __ZN6cashew7IString3setEPKcb(39492, 13006, 1); + __ZN6cashew7IString3setEPKcb(39496, 13017, 1); + __ZN6cashew7IString3setEPKcb(39500, 13030, 1); + __ZN6cashew7IString3setEPKcb(39504, 13040, 1); + __ZN6cashew7IString3setEPKcb(39508, 13049, 1); + HEAP32[9878] = 0; + HEAP32[9879] = 0; + HEAP32[9880] = 0; + ___cxa_atexit(189, 39512, ___dso_handle | 0) | 0; + __ZN6cashew7IString3setEPKcb(39524, 13945, 1); + __ZN6cashew7IString3setEPKcb(39528, 13950, 1); + return; +} + +function __ZNSt3__19__num_putIcE21__widen_and_group_intEPcS2_S2_S2_RS2_S3_RKNS_6localeE(i2, i14, i13, i15, i16, i11, i1) { + i2 = i2 | 0; i14 = i14 | 0; i13 = i13 | 0; i15 = i15 | 0; i16 = i16 | 0; i11 = i11 | 0; - i2 = i2 | 0; + i1 = i1 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i17 = 0, i18 = 0, i19 = 0; i17 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i12 = i17; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 40460) | 0; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 40472) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41620) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41632) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i12, i5); i8 = HEAP8[i12 >> 0] | 0; i9 = i12 + 4 | 0; if (((i8 & 1) == 0 ? (i8 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) | 0) { HEAP32[i11 >> 2] = i15; - i2 = HEAP8[i1 >> 0] | 0; - switch (i2 << 24 >> 24) { + i1 = HEAP8[i2 >> 0] | 0; + switch (i1 << 24 >> 24) { case 43: case 45: { - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, i2) | 0; - i2 = HEAP32[i11 >> 2] | 0; - HEAP32[i11 >> 2] = i2 + 1; - HEAP8[i2 >> 0] = i8; - i2 = i1 + 1 | 0; + i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, i1) | 0; + i3 = HEAP32[i11 >> 2] | 0; + HEAP32[i11 >> 2] = i3 + 1; + HEAP8[i3 >> 0] = i8; + i3 = i2 + 1 | 0; break; } default: - i2 = i1; + i3 = i2; } - L7 : do if ((i13 - i2 | 0) > 1 ? (HEAP8[i2 >> 0] | 0) == 48 : 0) { - i3 = i2 + 1 | 0; - switch (HEAP8[i3 >> 0] | 0) { + L7 : do if ((i13 - i3 | 0) > 1 ? (HEAP8[i3 >> 0] | 0) == 48 : 0) { + i1 = i3 + 1 | 0; + switch (HEAP8[i1 >> 0] | 0) { case 88: case 120: break; @@ -44451,67 +44244,67 @@ function __ZNSt3__19__num_putIcE21__widen_and_group_intEPcS2_S2_S2_RS2_S3_RKNS_6 i7 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i7 + 1; HEAP8[i7 >> 0] = i8; - i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, HEAP8[i3 >> 0] | 0) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, HEAP8[i1 >> 0] | 0) | 0; i8 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i8 + 1; HEAP8[i8 >> 0] = i7; - i2 = i2 + 2 | 0; + i3 = i3 + 2 | 0; } while (0); - L12 : do if ((i2 | 0) != (i13 | 0)) { - i4 = i2; - i3 = i13; + L12 : do if ((i3 | 0) != (i13 | 0)) { + i1 = i13; + i4 = i3; while (1) { - i3 = i3 + -1 | 0; - if (i4 >>> 0 >= i3 >>> 0) break L12; + i1 = i1 + -1 | 0; + if (i4 >>> 0 >= i1 >>> 0) break L12; i8 = HEAP8[i4 >> 0] | 0; - HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; - HEAP8[i3 >> 0] = i8; + HEAP8[i4 >> 0] = HEAP8[i1 >> 0] | 0; + HEAP8[i1 >> 0] = i8; i4 = i4 + 1 | 0; } } while (0); - i8 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 16 >> 2] & 127](i5) | 0; - i5 = i12 + 8 | 0; + i5 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 16 >> 2] & 127](i5) | 0; + i6 = i12 + 8 | 0; i7 = i12 + 1 | 0; - i3 = 0; + i1 = 0; i4 = 0; - i6 = i2; + i8 = i3; while (1) { - if (i6 >>> 0 >= i13 >>> 0) break; - i18 = HEAP8[((HEAP8[i12 >> 0] & 1) == 0 ? i7 : HEAP32[i5 >> 2] | 0) + i4 >> 0] | 0; - if (i18 << 24 >> 24 != 0 & (i3 | 0) == (i18 << 24 >> 24 | 0)) { + if (i8 >>> 0 >= i13 >>> 0) break; + i18 = HEAP8[((HEAP8[i12 >> 0] & 1) == 0 ? i7 : HEAP32[i6 >> 2] | 0) + i4 >> 0] | 0; + if (i18 << 24 >> 24 != 0 & (i1 | 0) == (i18 << 24 >> 24 | 0)) { i18 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i18 + 1; - HEAP8[i18 >> 0] = i8; + HEAP8[i18 >> 0] = i5; i18 = HEAP8[i12 >> 0] | 0; - i3 = 0; + i1 = 0; i4 = (i4 >>> 0 < (((i18 & 1) == 0 ? (i18 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) + -1 | 0) >>> 0 & 1) + i4 | 0; } - i19 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, HEAP8[i6 >> 0] | 0) | 0; + i19 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, HEAP8[i8 >> 0] | 0) | 0; i18 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i18 + 1; HEAP8[i18 >> 0] = i19; - i3 = i3 + 1 | 0; - i6 = i6 + 1 | 0; + i1 = i1 + 1 | 0; + i8 = i8 + 1 | 0; } - i2 = i15 + (i2 - i1) | 0; + i1 = i15 + (i3 - i2) | 0; i3 = HEAP32[i11 >> 2] | 0; - if ((i2 | 0) != (i3 | 0)) { + if ((i1 | 0) != (i3 | 0)) { while (1) { i3 = i3 + -1 | 0; - if (i2 >>> 0 >= i3 >>> 0) break; - i19 = HEAP8[i2 >> 0] | 0; - HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; + if (i1 >>> 0 >= i3 >>> 0) break; + i19 = HEAP8[i1 >> 0] | 0; + HEAP8[i1 >> 0] = HEAP8[i3 >> 0] | 0; HEAP8[i3 >> 0] = i19; - i2 = i2 + 1 | 0; + i1 = i1 + 1 | 0; } - i2 = HEAP32[i11 >> 2] | 0; + i1 = HEAP32[i11 >> 2] | 0; } } else { - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 32 >> 2] & 7](i10, i1, i13, i15) | 0; - i2 = i15 + (i13 - i1) | 0; - HEAP32[i11 >> 2] = i2; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 32 >> 2] & 7](i10, i2, i13, i15) | 0; + i1 = i15 + (i13 - i2) | 0; + HEAP32[i11 >> 2] = i1; } - HEAP32[i16 >> 2] = (i14 | 0) == (i13 | 0) ? i2 : i15 + (i14 - i1) | 0; + HEAP32[i16 >> 2] = (i14 | 0) == (i13 | 0) ? i1 : i15 + (i14 - i2) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); STACKTOP = i17; return; @@ -44526,59 +44319,65 @@ function __ZNSt3__1L20utf8_to_utf16_lengthEPKhS1_jmNS_12codecvt_modeE(i12, i10, var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; i8 = i10; if ((((i1 & 4 | 0) != 0 ? (i8 - i12 | 0) > 2 : 0) ? (HEAP8[i12 >> 0] | 0) == -17 : 0) ? (HEAP8[i12 + 1 >> 0] | 0) == -69 : 0) { - i1 = (HEAP8[i12 + 2 >> 0] | 0) == -65 ? i12 + 3 | 0 : i12; + i7 = (HEAP8[i12 + 2 >> 0] | 0) == -65 ? i12 + 3 | 0 : i12; i2 = 0; } else { - i1 = i12; + i7 = i12; i2 = 0; } L6 : while (1) { - if (!(i2 >>> 0 < i11 >>> 0 & i1 >>> 0 < i10 >>> 0)) { + if (!(i2 >>> 0 < i11 >>> 0 & i7 >>> 0 < i10 >>> 0)) { + i1 = i7; i2 = 40; break; } - i3 = HEAP8[i1 >> 0] | 0; - i7 = i3 & 255; - if (i7 >>> 0 > i9 >>> 0) { + i1 = HEAP8[i7 >> 0] | 0; + i6 = i1 & 255; + if (i6 >>> 0 > i9 >>> 0) { + i1 = i7; i2 = 40; break; } - do if (i3 << 24 >> 24 > -1) i1 = i1 + 1 | 0; else { - if ((i3 & 255) < 194) { + do if (i1 << 24 >> 24 > -1) i1 = i7 + 1 | 0; else { + if ((i1 & 255) < 194) { + i1 = i7; i2 = 40; break L6; } - if ((i3 & 255) < 224) { - if ((i8 - i1 | 0) < 2) { + if ((i1 & 255) < 224) { + if ((i8 - i7 | 0) < 2) { + i1 = i7; i2 = 40; break L6; } - i3 = HEAPU8[i1 + 1 >> 0] | 0; - if ((i3 & 192 | 0) != 128) { + i1 = HEAPU8[i7 + 1 >> 0] | 0; + if ((i1 & 192 | 0) != 128) { + i1 = i7; i2 = 40; break L6; } - if ((i3 & 63 | i7 << 6 & 1984) >>> 0 > i9 >>> 0) { + if ((i1 & 63 | i6 << 6 & 1984) >>> 0 > i9 >>> 0) { + i1 = i7; i2 = 40; break L6; } else { - i1 = i1 + 2 | 0; + i1 = i7 + 2 | 0; break; } } - if ((i3 & 255) < 240) { - i4 = i1; - if ((i8 - i4 | 0) < 3) { + if ((i1 & 255) < 240) { + i1 = i7; + if ((i8 - i1 | 0) < 3) { + i1 = i7; i2 = 40; break L6; } - i5 = HEAP8[i1 + 1 >> 0] | 0; - i3 = HEAP8[i1 + 2 >> 0] | 0; - switch (i7 | 0) { + i4 = HEAP8[i7 + 1 >> 0] | 0; + i3 = HEAP8[i7 + 2 >> 0] | 0; + switch (i6 | 0) { case 224: { - if ((i5 & -32) << 24 >> 24 != -96) { - i1 = i4; + if ((i4 & -32) << 24 >> 24 != -96) { i2 = 19; break L6; } @@ -44586,50 +44385,51 @@ function __ZNSt3__1L20utf8_to_utf16_lengthEPKhS1_jmNS_12codecvt_modeE(i12, i10, } case 237: { - if ((i5 & -32) << 24 >> 24 != -128) { - i1 = i4; + if ((i4 & -32) << 24 >> 24 != -128) { i2 = 21; break L6; } break; } default: - if ((i5 & -64) << 24 >> 24 != -128) { - i1 = i4; + if ((i4 & -64) << 24 >> 24 != -128) { i2 = 23; break L6; } } - i3 = i3 & 255; - if ((i3 & 192 | 0) != 128) { + i1 = i3 & 255; + if ((i1 & 192 | 0) != 128) { + i1 = i7; i2 = 40; break L6; } - if (((i5 & 255) << 6 & 4032 | i7 << 12 & 61440 | i3 & 63) >>> 0 > i9 >>> 0) { + if (((i4 & 255) << 6 & 4032 | i6 << 12 & 61440 | i1 & 63) >>> 0 > i9 >>> 0) { + i1 = i7; i2 = 40; break L6; } else { - i1 = i1 + 3 | 0; + i1 = i7 + 3 | 0; break; } } - if ((i3 & 255) >= 245) { + if ((i1 & 255) >= 245) { + i1 = i7; i2 = 40; break L6; } - i4 = i1; - if ((i11 - i2 | 0) >>> 0 < 2 | (i8 - i4 | 0) < 4) { + i1 = i7; + if ((i11 - i2 | 0) >>> 0 < 2 | (i8 - i1 | 0) < 4) { + i1 = i7; i2 = 40; break L6; } - i6 = HEAP8[i1 + 1 >> 0] | 0; - i3 = HEAP8[i1 + 2 >> 0] | 0; - i5 = HEAP8[i1 + 3 >> 0] | 0; - switch (i7 | 0) { + i5 = HEAP8[i7 + 1 >> 0] | 0; + i3 = HEAP8[i7 + 2 >> 0] | 0; + i4 = HEAP8[i7 + 3 >> 0] | 0; + switch (i6 | 0) { case 240: { - if ((i6 + 112 & 255) >= 48) { - i1 = i4; + if ((i5 + 112 & 255) >= 48) { i2 = 30; break L6; } @@ -44637,43 +44437,210 @@ function __ZNSt3__1L20utf8_to_utf16_lengthEPKhS1_jmNS_12codecvt_modeE(i12, i10, } case 244: { - if ((i6 & -16) << 24 >> 24 != -128) { - i1 = i4; + if ((i5 & -16) << 24 >> 24 != -128) { i2 = 32; break L6; } break; } default: - if ((i6 & -64) << 24 >> 24 != -128) { - i1 = i4; + if ((i5 & -64) << 24 >> 24 != -128) { i2 = 34; break L6; } } - i4 = i3 & 255; - if ((i4 & 192 | 0) != 128) { + i3 = i3 & 255; + if ((i3 & 192 | 0) != 128) { + i1 = i7; i2 = 40; break L6; } - i3 = i5 & 255; - if ((i3 & 192 | 0) != 128) { + i1 = i4 & 255; + if ((i1 & 192 | 0) != 128) { + i1 = i7; i2 = 40; break L6; } - if (((i6 & 255) << 12 & 258048 | i7 << 18 & 1835008 | i4 << 6 & 4032 | i3 & 63) >>> 0 > i9 >>> 0) { + if (((i5 & 255) << 12 & 258048 | i6 << 18 & 1835008 | i3 << 6 & 4032 | i1 & 63) >>> 0 > i9 >>> 0) { + i1 = i7; i2 = 40; break L6; } - i1 = i1 + 4 | 0; + i1 = i7 + 4 | 0; i2 = i2 + 1 | 0; } while (0); + i7 = i1; i2 = i2 + 1 | 0; } if ((i2 | 0) == 19) i1 = i1 - i12 | 0; else if ((i2 | 0) == 21) i1 = i1 - i12 | 0; else if ((i2 | 0) == 23) i1 = i1 - i12 | 0; else if ((i2 | 0) == 30) i1 = i1 - i12 | 0; else if ((i2 | 0) == 32) i1 = i1 - i12 | 0; else if ((i2 | 0) == 34) i1 = i1 - i12 | 0; else if ((i2 | 0) == 40) i1 = i1 - i12 | 0; return i1 | 0; } +function __ZNSt3__1L19utf8_to_ucs4_lengthEPKhS1_jmNS_12codecvt_modeE(i12, i10, i11, i9, i1) { + i12 = i12 | 0; + i10 = i10 | 0; + i11 = i11 | 0; + i9 = i9 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; + i8 = i10; + if ((((i1 & 4 | 0) != 0 ? (i8 - i12 | 0) > 2 : 0) ? (HEAP8[i12 >> 0] | 0) == -17 : 0) ? (HEAP8[i12 + 1 >> 0] | 0) == -69 : 0) { + i6 = (HEAP8[i12 + 2 >> 0] | 0) == -65 ? i12 + 3 | 0 : i12; + i7 = 0; + } else { + i6 = i12; + i7 = 0; + } + L6 : while (1) { + if (!(i7 >>> 0 < i11 >>> 0 & i6 >>> 0 < i10 >>> 0)) { + i1 = i6; + i2 = 40; + break; + } + i1 = HEAP8[i6 >> 0] | 0; + i5 = i1 & 255; + do if (i1 << 24 >> 24 <= -1) { + if ((i1 & 255) < 194) { + i1 = i6; + i2 = 40; + break L6; + } + if ((i1 & 255) < 224) { + if ((i8 - i6 | 0) < 2) { + i1 = i6; + i2 = 40; + break L6; + } + i1 = HEAPU8[i6 + 1 >> 0] | 0; + if ((i1 & 192 | 0) != 128) { + i1 = i6; + i2 = 40; + break L6; + } + if ((i1 & 63 | i5 << 6 & 1984) >>> 0 > i9 >>> 0) { + i1 = i6; + i2 = 40; + break L6; + } + i1 = i6 + 2 | 0; + break; + } + if ((i1 & 255) < 240) { + i1 = i6; + if ((i8 - i1 | 0) < 3) { + i1 = i6; + i2 = 40; + break L6; + } + i3 = HEAP8[i6 + 1 >> 0] | 0; + i2 = HEAP8[i6 + 2 >> 0] | 0; + switch (i5 | 0) { + case 224: + { + if ((i3 & -32) << 24 >> 24 != -96) { + i2 = 20; + break L6; + } + break; + } + case 237: + { + if ((i3 & -32) << 24 >> 24 != -128) { + i2 = 22; + break L6; + } + break; + } + default: + if ((i3 & -64) << 24 >> 24 != -128) { + i2 = 24; + break L6; + } + } + i1 = i2 & 255; + if ((i1 & 192 | 0) != 128) { + i1 = i6; + i2 = 40; + break L6; + } + if (((i3 & 255) << 6 & 4032 | i5 << 12 & 61440 | i1 & 63) >>> 0 > i9 >>> 0) { + i1 = i6; + i2 = 40; + break L6; + } else { + i1 = i6 + 3 | 0; + break; + } + } + if ((i1 & 255) >= 245) { + i1 = i6; + i2 = 40; + break L6; + } + i1 = i6; + if ((i8 - i1 | 0) < 4) { + i1 = i6; + i2 = 40; + break L6; + } + i4 = HEAP8[i6 + 1 >> 0] | 0; + i2 = HEAP8[i6 + 2 >> 0] | 0; + i3 = HEAP8[i6 + 3 >> 0] | 0; + switch (i5 | 0) { + case 240: + { + if ((i4 + 112 & 255) >= 48) { + i2 = 31; + break L6; + } + break; + } + case 244: + { + if ((i4 & -16) << 24 >> 24 != -128) { + i2 = 33; + break L6; + } + break; + } + default: + if ((i4 & -64) << 24 >> 24 != -128) { + i2 = 35; + break L6; + } + } + i2 = i2 & 255; + if ((i2 & 192 | 0) != 128) { + i1 = i6; + i2 = 40; + break L6; + } + i1 = i3 & 255; + if ((i1 & 192 | 0) != 128) { + i1 = i6; + i2 = 40; + break L6; + } + if (((i4 & 255) << 12 & 258048 | i5 << 18 & 1835008 | i2 << 6 & 4032 | i1 & 63) >>> 0 > i9 >>> 0) { + i1 = i6; + i2 = 40; + break L6; + } else i1 = i6 + 4 | 0; + } else { + if (i5 >>> 0 > i9 >>> 0) { + i1 = i6; + i2 = 40; + break L6; + } + i1 = i6 + 1 | 0; + } while (0); + i6 = i1; + i7 = i7 + 1 | 0; + } + if ((i2 | 0) == 20) i1 = i1 - i12 | 0; else if ((i2 | 0) == 22) i1 = i1 - i12 | 0; else if ((i2 | 0) == 24) i1 = i1 - i12 | 0; else if ((i2 | 0) == 31) i1 = i1 - i12 | 0; else if ((i2 | 0) == 33) i1 = i1 - i12 | 0; else if ((i2 | 0) == 35) i1 = i1 - i12 | 0; else if ((i2 | 0) == 40) i1 = i1 - i12 | 0; + return i1 | 0; +} + 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; @@ -44773,9 +44740,9 @@ function __ZNSt3__1L13utf16_to_utf8EPKtS1_RS1_PhS3_RS3_mNS_12codecvt_modeE(i1, i i1 = 1; break L4; } - i3 = i1 + 2 | 0; - i4 = HEAPU16[i3 >> 1] | 0; - if ((i4 & 64512 | 0) != 56320) { + i1 = i1 + 2 | 0; + i3 = HEAPU16[i1 >> 1] | 0; + if ((i3 & 64512 | 0) != 56320) { i1 = 2; break L4; } @@ -44783,25 +44750,25 @@ function __ZNSt3__1L13utf16_to_utf8EPKtS1_RS1_PhS3_RS3_mNS_12codecvt_modeE(i1, i i1 = 1; break L4; } - i1 = i5 & 960; - if (((i1 << 10) + 65536 | i5 << 10 & 64512 | i4 & 1023) >>> 0 > i7 >>> 0) { + i4 = i5 & 960; + if (((i4 << 10) + 65536 | i5 << 10 & 64512 | i3 & 1023) >>> 0 > i7 >>> 0) { i1 = 2; break L4; } - HEAP32[i9 >> 2] = i3; - i1 = (i1 >>> 6) + 1 | 0; - i3 = HEAP32[i10 >> 2] | 0; - HEAP32[i10 >> 2] = i3 + 1; - HEAP8[i3 >> 0] = i1 >>> 2 | 240; - i3 = HEAP32[i10 >> 2] | 0; - HEAP32[i10 >> 2] = i3 + 1; - HEAP8[i3 >> 0] = i5 >>> 2 & 15 | i1 << 4 & 48 | 128; - i3 = HEAP32[i10 >> 2] | 0; - HEAP32[i10 >> 2] = i3 + 1; - HEAP8[i3 >> 0] = i5 << 4 & 48 | i4 >>> 6 & 15 | 128; + HEAP32[i9 >> 2] = i1; + i1 = (i4 >>> 6) + 1 | 0; + i4 = HEAP32[i10 >> 2] | 0; + HEAP32[i10 >> 2] = i4 + 1; + HEAP8[i4 >> 0] = i1 >>> 2 | 240; + i4 = HEAP32[i10 >> 2] | 0; + HEAP32[i10 >> 2] = i4 + 1; + HEAP8[i4 >> 0] = i5 >>> 2 & 15 | i1 << 4 & 48 | 128; + i4 = HEAP32[i10 >> 2] | 0; + HEAP32[i10 >> 2] = i4 + 1; + HEAP8[i4 >> 0] = i5 << 4 & 48 | i3 >>> 6 & 15 | 128; i5 = HEAP32[i10 >> 2] | 0; HEAP32[i10 >> 2] = i5 + 1; - HEAP8[i5 >> 0] = i4 & 63 | 128; + HEAP8[i5 >> 0] = i3 & 63 | 128; } while (0); i1 = (HEAP32[i9 >> 2] | 0) + 2 | 0; HEAP32[i9 >> 2] = i1; @@ -44810,162 +44777,6 @@ function __ZNSt3__1L13utf16_to_utf8EPKtS1_RS1_PhS3_RS3_mNS_12codecvt_modeE(i1, i return i1 | 0; } -function __ZNSt3__1L19utf8_to_ucs4_lengthEPKhS1_jmNS_12codecvt_modeE(i12, i10, i11, i9, i1) { - i12 = i12 | 0; - i10 = i10 | 0; - i11 = i11 | 0; - i9 = i9 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; - i8 = i10; - if ((((i1 & 4 | 0) != 0 ? (i8 - i12 | 0) > 2 : 0) ? (HEAP8[i12 >> 0] | 0) == -17 : 0) ? (HEAP8[i12 + 1 >> 0] | 0) == -69 : 0) { - i1 = (HEAP8[i12 + 2 >> 0] | 0) == -65 ? i12 + 3 | 0 : i12; - i7 = 0; - } else { - i1 = i12; - i7 = 0; - } - L6 : while (1) { - if (!(i7 >>> 0 < i11 >>> 0 & i1 >>> 0 < i10 >>> 0)) { - i2 = 40; - break; - } - i2 = HEAP8[i1 >> 0] | 0; - i6 = i2 & 255; - do if (i2 << 24 >> 24 <= -1) { - if ((i2 & 255) < 194) { - i2 = 40; - break L6; - } - if ((i2 & 255) < 224) { - if ((i8 - i1 | 0) < 2) { - i2 = 40; - break L6; - } - i2 = HEAPU8[i1 + 1 >> 0] | 0; - if ((i2 & 192 | 0) != 128) { - i2 = 40; - break L6; - } - if ((i2 & 63 | i6 << 6 & 1984) >>> 0 > i9 >>> 0) { - i2 = 40; - break L6; - } - i1 = i1 + 2 | 0; - break; - } - if ((i2 & 255) < 240) { - i3 = i1; - if ((i8 - i3 | 0) < 3) { - i2 = 40; - break L6; - } - i4 = HEAP8[i1 + 1 >> 0] | 0; - i2 = HEAP8[i1 + 2 >> 0] | 0; - switch (i6 | 0) { - case 224: - { - if ((i4 & -32) << 24 >> 24 != -96) { - i1 = i3; - i2 = 20; - break L6; - } - break; - } - case 237: - { - if ((i4 & -32) << 24 >> 24 != -128) { - i1 = i3; - i2 = 22; - break L6; - } - break; - } - default: - if ((i4 & -64) << 24 >> 24 != -128) { - i1 = i3; - i2 = 24; - break L6; - } - } - i2 = i2 & 255; - if ((i2 & 192 | 0) != 128) { - i2 = 40; - break L6; - } - if (((i4 & 255) << 6 & 4032 | i6 << 12 & 61440 | i2 & 63) >>> 0 > i9 >>> 0) { - i2 = 40; - break L6; - } else { - i1 = i1 + 3 | 0; - break; - } - } - if ((i2 & 255) >= 245) { - i2 = 40; - break L6; - } - i3 = i1; - if ((i8 - i3 | 0) < 4) { - i2 = 40; - break L6; - } - i5 = HEAP8[i1 + 1 >> 0] | 0; - i2 = HEAP8[i1 + 2 >> 0] | 0; - i4 = HEAP8[i1 + 3 >> 0] | 0; - switch (i6 | 0) { - case 240: - { - if ((i5 + 112 & 255) >= 48) { - i1 = i3; - i2 = 31; - break L6; - } - break; - } - case 244: - { - if ((i5 & -16) << 24 >> 24 != -128) { - i1 = i3; - i2 = 33; - break L6; - } - break; - } - default: - if ((i5 & -64) << 24 >> 24 != -128) { - i1 = i3; - i2 = 35; - break L6; - } - } - i3 = i2 & 255; - if ((i3 & 192 | 0) != 128) { - i2 = 40; - break L6; - } - i2 = i4 & 255; - if ((i2 & 192 | 0) != 128) { - i2 = 40; - break L6; - } - if (((i5 & 255) << 12 & 258048 | i6 << 18 & 1835008 | i3 << 6 & 4032 | i2 & 63) >>> 0 > i9 >>> 0) { - i2 = 40; - break L6; - } else i1 = i1 + 4 | 0; - } else { - if (i6 >>> 0 > i9 >>> 0) { - i2 = 40; - break L6; - } - i1 = i1 + 1 | 0; - } while (0); - i7 = i7 + 1 | 0; - } - if ((i2 | 0) == 20) i1 = i1 - i12 | 0; else if ((i2 | 0) == 22) i1 = i1 - i12 | 0; else if ((i2 | 0) == 24) i1 = i1 - i12 | 0; else if ((i2 | 0) == 31) i1 = i1 - i12 | 0; else if ((i2 | 0) == 33) i1 = i1 - i12 | 0; else if ((i2 | 0) == 35) i1 = i1 - i12 | 0; else if ((i2 | 0) == 40) i1 = i1 - i12 | 0; - return i1 | 0; -} - function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_bRNS_8ios_baseERjRe(i1, i13, i14, i2, i3, i15, i12) { i1 = i1 | 0; i13 = i13 | 0; @@ -44977,28 +44788,28 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE var i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0; i20 = STACKTOP; STACKTOP = STACKTOP + 576 | 0; - i8 = i20 + 424 | 0; + i7 = i20 + 424 | 0; i10 = i20; i4 = i20 + 24 | 0; i19 = i20 + 16 | 0; - i7 = i20 + 12 | 0; + i8 = i20 + 12 | 0; i16 = i20 + 8 | 0; i5 = i20 + 564 | 0; i21 = i20 + 4 | 0; i9 = i20 + 464 | 0; HEAP32[i19 >> 2] = i4; i18 = i19 + 4 | 0; - HEAP32[i18 >> 2] = 202; + HEAP32[i18 >> 2] = 207; i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i16 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 40492) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 41652) | 0; HEAP8[i5 >> 0] = 0; HEAP32[i21 >> 2] = HEAP32[i14 >> 2]; i3 = HEAP32[i3 + 4 >> 2] | 0; - HEAP32[i8 >> 2] = HEAP32[i21 >> 2]; - if (__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIwEERNS_10unique_ptrIwPFvPvEEERPwSM_(i13, i8, i2, i16, i3, i15, i5, i1, i19, i7, i4 + 400 | 0) | 0) { - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 7](i1, 34038, 34048, i8) | 0; - i2 = HEAP32[i7 >> 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, 35244, 35254, i7) | 0; + i2 = HEAP32[i8 >> 2] | 0; i4 = HEAP32[i19 >> 2] | 0; i1 = i2 - i4 | 0; if ((i1 | 0) > 392) { @@ -45015,12 +44826,12 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE HEAP8[i6 >> 0] = 45; i1 = i6 + 1 | 0; } - i5 = i8 + 40 | 0; - i6 = i8; + i5 = i7 + 40 | 0; + i6 = i7; while (1) { if (i4 >>> 0 >= i2 >>> 0) break; i3 = HEAP32[i4 >> 2] | 0; - i2 = i8; + i2 = i7; while (1) { if ((i2 | 0) == (i5 | 0)) { i2 = i5; @@ -45029,14 +44840,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[34038 + (i2 - i6 >> 2) >> 0] | 0; - i2 = HEAP32[i7 >> 2] | 0; + HEAP8[i1 >> 0] = HEAP8[35244 + (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, 33939, i10) | 0; + _sscanf(i9, 35145, i10) | 0; if (i11 | 0) _free(i11); } i1 = HEAP32[i13 >> 2] | 0; @@ -45081,10 +44892,10 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i12, 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; do if (HEAP8[i12 >> 0] & 1) { - i8 = i12 + 8 | 0; - HEAP8[HEAP32[i8 >> 2] >> 0] = 0; - i6 = i12 + 4 | 0; - HEAP32[i6 >> 2] = 0; + i9 = i12 + 8 | 0; + HEAP8[HEAP32[i9 >> 2] >> 0] = 0; + i7 = i12 + 4 | 0; + HEAP32[i7 >> 2] = 0; i1 = HEAP8[i12 >> 0] | 0; if (!(i1 & 1)) i5 = 10; else { i5 = HEAP32[i12 >> 2] | 0; @@ -45094,44 +44905,44 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i12, i10) { if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i9 = i2; i4 = 10; - i7 = 1; + i6 = i2; + i8 = 1; } else { - i9 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = 1; + i6 = i2; + i8 = 1; } } else { - i9 = 0; i4 = 10; - i7 = 0; + i6 = 0; + i8 = 0; } if ((i4 | 0) != (i5 | 0)) { if ((i4 | 0) == 10) { i3 = i12 + 1 | 0; - i2 = HEAP32[i8 >> 2] | 0; - if (i7) { + i2 = HEAP32[i9 >> 2] | 0; + if (i8) { _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; _free(i2); } else { HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; _free(i2); } - HEAP8[i12 >> 0] = i9 << 1; + HEAP8[i12 >> 0] = i6 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { - if (i7) _memcpy(i3 | 0, i12 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { - i11 = HEAP32[i8 >> 2] | 0; + if (i8) _memcpy(i3 | 0, i12 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + i11 = HEAP32[i9 >> 2] | 0; HEAP8[i3 >> 0] = HEAP8[i11 >> 0] | 0; _free(i11); } HEAP32[i12 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i9; - HEAP32[i8 >> 2] = i3; + HEAP32[i7 >> 2] = i6; + HEAP32[i9 >> 2] = i3; } } } else { @@ -45163,43 +44974,43 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i12, i10) { if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = i2; i4 = 10; - i7 = 1; + i7 = i2; + i8 = 1; } else { - i8 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = 1; + i7 = i2; + i8 = 1; } } else { - i8 = 0; i4 = 10; i7 = 0; + i8 = 0; } if ((i4 | 0) != (i5 | 0)) { if ((i4 | 0) == 10) { i3 = i11 + 1 | 0; i2 = HEAP32[i9 >> 2] | 0; - if (i7) { + if (i8) { _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; _free(i2); } else { HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; _free(i2); } - HEAP8[i11 >> 0] = i8 << 1; + HEAP8[i11 >> 0] = i7 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { - if (i7) _memcpy(i3 | 0, i11 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + if (i8) _memcpy(i3 | 0, i11 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { i12 = HEAP32[i9 >> 2] | 0; HEAP8[i3 >> 0] = HEAP8[i12 >> 0] | 0; _free(i12); } HEAP32[i11 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i8; + HEAP32[i6 >> 2] = i7; HEAP32[i9 >> 2] = i3; } } @@ -45389,9 +45200,9 @@ function __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i12, i11) 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; - i8 = i13 + 8 | 0; - i9 = i13 + 4 | 0; - i10 = i13; + i10 = i13 + 8 | 0; + i8 = i13 + 4 | 0; + i9 = i13; i7 = __ZN4wasm7Element4listEv(i11) | 0; i7 = _atoi(__ZN4wasm7Element5c_strEv(HEAP32[(HEAP32[i7 >> 2] | 0) + 4 >> 2] | 0) | 0) | 0; HEAP32[(HEAP32[i12 >> 2] | 0) + 108 >> 2] = i7; @@ -45408,11 +45219,11 @@ function __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i12, i11) i5 = __ZN4wasm7ElementixEj(i11, i1) | 0; i7 = __ZN4wasm7Element4listEv(i5) | 0; i7 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i7 >> 2] >> 2] | 0) | 0; - if ((i7 | 0) != (HEAP32[9558] | 0)) break; + if ((i7 | 0) != (HEAP32[9848] | 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[i8 >> 2] = i4; + HEAP32[i10 >> 2] = i4; L10 : while (1) { i3 = HEAP8[i2 >> 0] | 0; L12 : do switch (i3 << 24 >> 24) { @@ -45473,23 +45284,23 @@ function __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i12, i11) i4 = i4 + 1 | 0; } i7 = HEAP32[i12 >> 2] | 0; - i6 = __ZN4wasm7Element4listEv(i5) | 0; - i6 = _atoi(__ZN4wasm7Element5c_strEv(HEAP32[(HEAP32[i6 >> 2] | 0) + 4 >> 2] | 0) | 0) | 0; - HEAP32[i9 >> 2] = i6; - i5 = HEAP32[i8 >> 2] | 0; - i4 = i2 - i5 | 0; - HEAP32[i10 >> 2] = i4; + 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 + 120 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i7 + 124 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i6; - HEAP32[i2 + 4 >> 2] = i5; - HEAP32[i2 + 8 >> 2] = i4; - HEAP32[i3 >> 2] = i2 + 12; - } else __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiRPciEEEvDpOT_(i7 + 116 | 0, i9, i8, i10); + i4 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i7 + 124 >> 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 + 116 | 0, i8, i10, i9); i1 = i1 + 1 | 0; } - ___assert_fail(18076, 16606, 944, 18102); + ___assert_fail(17309, 16691, 944, 17335); } while (0); STACKTOP = i13; return; @@ -45502,12 +45313,12 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPc var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i12 = 0; i12 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; - i7 = i12 + 56 | 0; + i4 = i12 + 56 | 0; i3 = i12; i1 = i12 + 48 | 0; - i4 = i12 + 40 | 0; - i5 = i12 + 32 | 0; - i6 = i12 + 24 | 0; + i6 = i12 + 40 | 0; + i7 = i12 + 32 | 0; + i8 = i12 + 24 | 0; i2 = i12 + 16 | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i10); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i3, HEAP32[i10 >> 2] | 0); @@ -45515,73 +45326,73 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPc L1 : do switch (HEAP32[i3 + 12 >> 2] | 0) { case 0: { - i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17parseAfterKeywordERNS3_4FragERPcPKc(i11, i3, i10, i9) | 0; + i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17parseAfterKeywordERNS3_4FragERPcPKc(i11, i3, i10, i9) | 0; break; } case 2: { - i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterIdentERNS3_4FragERPcPKc(i11, i3, i10, i9) | 0; + i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterIdentERNS3_4FragERPcPKc(i11, i3, i10, i9) | 0; break; } case 5: case 4: case 3: { - i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i11, i3) | 0; + i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i11, i3) | 0; HEAP8[i1 >> 0] = 1; - HEAP32[i1 + 4 >> 2] = i8; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i7 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i7, i10, i9) | 0; + HEAP32[i1 + 4 >> 2] = i5; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i4 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i4, i10, i9) | 0; break; } case 6: { i1 = HEAP32[i3 >> 2] | 0; - if ((i1 | 0) == (HEAP32[9669] | 0)) { - i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterParenERPc(i11, i10) | 0; - HEAP8[i4 >> 0] = 1; - HEAP32[i4 + 4 >> 2] = i8; - HEAP32[i7 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i7 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; - i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i7, i10, i9) | 0; + if ((i1 | 0) == (HEAP32[9959] | 0)) { + i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterParenERPc(i11, i10) | 0; + HEAP8[i6 >> 0] = 1; + HEAP32[i6 + 4 >> 2] = i5; + HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i4 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; + i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i4, i10, i9) | 0; break L1; } - if ((i1 | 0) == (HEAP32[9670] | 0)) { - i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceERPc(i11, i10) | 0; - HEAP8[i5 >> 0] = 1; - HEAP32[i5 + 4 >> 2] = i8; - HEAP32[i7 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i7 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; - i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i7, i10, i9) | 0; + if ((i1 | 0) == (HEAP32[9960] | 0)) { + i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceERPc(i11, i10) | 0; + HEAP8[i7 >> 0] = 1; + HEAP32[i7 + 4 >> 2] = i5; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i4 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i4, i10, i9) | 0; break L1; } - if ((i1 | 0) == (HEAP32[9671] | 0)) { - i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterCurlyERPc(i11, i10) | 0; - HEAP8[i6 >> 0] = 1; - HEAP32[i6 + 4 >> 2] = i8; - HEAP32[i7 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i7 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; - i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i7, i10, i9) | 0; + if ((i1 | 0) == (HEAP32[9961] | 0)) { + i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterCurlyERPc(i11, i10) | 0; + HEAP8[i8 >> 0] = 1; + HEAP32[i8 + 4 >> 2] = i5; + HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i4 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; + i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i4, i10, i9) | 0; break L1; } else _abort(); break; } case 1: { - i8 = HEAP32[i3 >> 2] | 0; + i5 = HEAP32[i3 >> 2] | 0; HEAP8[i2 >> 0] = 0; - HEAP32[i2 + 4 >> 2] = i8; - HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i7 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i7, i10, i9) | 0; + HEAP32[i2 + 4 >> 2] = i5; + HEAP32[i4 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i4 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i11, i4, i10, i9) | 0; break; } default: _abort(); } while (0); STACKTOP = i12; - return i8 | 0; + return i5 | 0; } function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_bRNS_8ios_baseERjRe(i1, i13, i14, i2, i3, i15, i12) { @@ -45595,28 +45406,28 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE var i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0; i20 = STACKTOP; STACKTOP = STACKTOP + 240 | 0; - i8 = i20 + 24 | 0; + i7 = i20 + 24 | 0; i10 = i20; i4 = i20 + 140 | 0; i19 = i20 + 16 | 0; - i7 = i20 + 12 | 0; + i8 = i20 + 12 | 0; i16 = i20 + 8 | 0; i5 = i20 + 136 | 0; i21 = i20 + 4 | 0; i9 = i20 + 36 | 0; HEAP32[i19 >> 2] = i4; i18 = i19 + 4 | 0; - HEAP32[i18 >> 2] = 202; + HEAP32[i18 >> 2] = 207; i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i16 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 40460) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 41620) | 0; HEAP8[i5 >> 0] = 0; HEAP32[i21 >> 2] = HEAP32[i14 >> 2]; i3 = HEAP32[i3 + 4 >> 2] | 0; - HEAP32[i8 >> 2] = HEAP32[i21 >> 2]; - if (__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIcEERNS_10unique_ptrIcPFvPvEEERPcSM_(i13, i8, i2, i16, i3, i15, i5, i1, i19, i7, i4 + 100 | 0) | 0) { - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 32 >> 2] & 7](i1, 33928, 33938, i8) | 0; - i2 = HEAP32[i7 >> 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, 35134, 35144, i7) | 0; + i2 = HEAP32[i8 >> 2] | 0; i4 = HEAP32[i19 >> 2] | 0; i1 = i2 - i4 | 0; if ((i1 | 0) > 98) { @@ -45633,12 +45444,12 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE HEAP8[i6 >> 0] = 45; i1 = i6 + 1 | 0; } - i5 = i8 + 10 | 0; - i6 = i8; + i5 = i7 + 10 | 0; + i6 = i7; while (1) { if (i4 >>> 0 >= i2 >>> 0) break; i3 = HEAP8[i4 >> 0] | 0; - i2 = i8; + i2 = i7; while (1) { if ((i2 | 0) == (i5 | 0)) { i2 = i5; @@ -45647,14 +45458,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[33928 + (i2 - i6) >> 0] | 0; - i2 = HEAP32[i7 >> 2] | 0; + HEAP8[i1 >> 0] = HEAP8[35134 + (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, 33939, i10) | 0; + _sscanf(i9, 35145, i10) | 0; if (i11 | 0) _free(i11); } i1 = HEAP32[i13 >> 2] | 0; @@ -45668,17 +45479,17 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE break; } } else i1 = 0; while (0); - i2 = (i1 | 0) == 0; - i1 = HEAP32[i14 >> 2] | 0; - do if (i1) { - if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1 : 0) { + i1 = (i1 | 0) == 0; + i2 = HEAP32[i14 >> 2] | 0; + do if (i2) { + if ((HEAP32[i2 + 12 >> 2] | 0) == (HEAP32[i2 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) == -1 : 0) { HEAP32[i14 >> 2] = 0; i17 = 27; break; } - if (!i2) i17 = 28; + if (!i1) i17 = 28; } else i17 = 27; while (0); - if ((i17 | 0) == 27 ? i2 : 0) i17 = 28; + if ((i17 | 0) == 27 ? i1 : 0) i17 = 28; if ((i17 | 0) == 28) HEAP32[i15 >> 2] = HEAP32[i15 >> 2] | 2; i2 = HEAP32[i13 >> 2] | 0; __ZNSt3__114__shared_count16__release_sharedEv(HEAP32[i16 >> 2] | 0) | 0; @@ -45694,14 +45505,14 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { i2 = i2 | 0; i4 = i4 | 0; var d1 = 0.0; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 38484) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 39644) | 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, 38520) | 0) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 38552) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 38484) | 0 : 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 39680) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 39712) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 39644) | 0 : 0) { i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0; i4 = __ZN6cashew5Value9getNumberEv(HEAP32[i4 >> 2] | 0) | 0; d1 = +HEAPF64[i4 >> 3]; @@ -45709,7 +45520,7 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { HEAPF64[i3 + 8 >> 3] = d1; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 38556) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 38484) | 0 : 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 39716) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 39644) | 0 : 0) { i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0; i2 = __ZN6cashew5Value9getNumberEv(HEAP32[i2 >> 2] | 0) | 0; d1 = -+HEAPF64[i2 >> 3]; @@ -45722,9 +45533,9 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { HEAP32[i3 >> 2] = 1; HEAP32[i3 + 8 >> 2] = ~~d1 >>> 0; break; - } else ___assert_fail(22046, 13029, 379, 22091); + } else ___assert_fail(22176, 13086, 379, 22221); } - if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 38552) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 38520) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 38556) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 38484) | 0 : 0) { + if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 39712) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 39680) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 39716) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 39644) | 0 : 0) { i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 1) | 0; i4 = __ZN6cashew5Value9getNumberEv(HEAP32[i4 >> 2] | 0) | 0; d1 = -+HEAPF64[i4 >> 3]; @@ -45732,7 +45543,7 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { HEAPF64[i3 + 8 >> 3] = d1; break; } - if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 38556) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 38520) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 38552) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 38484) | 0 : 0) { + if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 39716) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 39680) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 39712) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 39644) | 0 : 0) { i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 1) | 0; i4 = __ZN6cashew5Value9getNumberEv(HEAP32[i4 >> 2] | 0) | 0; d1 = -+HEAPF64[i4 >> 3]; @@ -45749,14 +45560,14 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { return; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner17visitCallIndirectEPNS_12CallIndirectE(i5, i13, i10) { - i5 = i5 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner17visitCallIndirectEPNS_12CallIndirectE(i8, i13, i10) { + i8 = i8 | 0; i13 = i13 | 0; i10 = i10 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0, i12 = 0, i14 = 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0, i12 = 0, i14 = 0; i14 = STACKTOP; STACKTOP = STACKTOP + 96 | 0; - i8 = i14 + 84 | 0; + i5 = i14 + 84 | 0; i1 = i14 + 40 | 0; i12 = i14 + 80 | 0; i9 = i14 + 68 | 0; @@ -45767,11 +45578,11 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect if (!(HEAP32[i1 + 16 >> 2] | 0)) { i3 = __ZNK4wasm7Literal6geti32Ev(i1) | 0; i4 = i13 + 4 | 0; - i1 = HEAP32[i4 >> 2] | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i2 + 100 >> 2] | 0) - (HEAP32[i2 + 96 >> 2] | 0) >> 2 >>> 0) { - i2 = HEAP32[i1 + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i2, 20250); + i2 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i2 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i1 + 100 >> 2] | 0) - (HEAP32[i1 + 96 >> 2] | 0) >> 2 >>> 0) i2 = i1; else { + i2 = HEAP32[i2 + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i2, 20387); i2 = HEAP32[HEAP32[i4 >> 2] >> 2] | 0; } i1 = HEAP32[(HEAP32[i2 + 96 >> 2] | 0) + (i3 << 2) >> 2] | 0; @@ -45780,7 +45591,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i12 = HEAP32[(HEAP32[i12 >> 2] | 0) + 32 >> 2] | 0; if (i12 | 0 ? (i12 | 0) != (HEAP32[HEAP32[i10 + 20 >> 2] >> 2] | 0) : 0) { i12 = HEAP32[(HEAP32[i4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 20 >> 2] & 127](i12, 20273); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 20 >> 2] & 127](i12, 20410); } HEAP32[i9 >> 2] = 0; HEAP32[i9 + 4 >> 2] = 0; @@ -45789,29 +45600,29 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect if (!(HEAP32[i11 + 16 >> 2] | 0)) { i13 = HEAP32[i4 >> 2] | 0; HEAP32[i7 >> 2] = i1; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i6, i13, i8, i9); - HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; - HEAP32[i5 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; - HEAP32[i5 + 16 >> 2] = 0; + HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; + __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i6, i13, i5, i9); + HEAP32[i8 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i8 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; + HEAP32[i8 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; + HEAP32[i8 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; + HEAP32[i8 + 16 >> 2] = 0; } else { - HEAP32[i5 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; - HEAP32[i5 + 12 >> 2] = HEAP32[i11 + 12 >> 2]; - HEAP32[i5 + 16 >> 2] = HEAP32[i11 + 16 >> 2]; - HEAP32[i5 + 20 >> 2] = HEAP32[i11 + 20 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i8 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; + HEAP32[i8 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; + HEAP32[i8 + 12 >> 2] = HEAP32[i11 + 12 >> 2]; + HEAP32[i8 + 16 >> 2] = HEAP32[i11 + 16 >> 2]; + HEAP32[i8 + 20 >> 2] = HEAP32[i11 + 20 >> 2]; } __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i9); } else { - HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; - HEAP32[i5 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; - HEAP32[i5 + 16 >> 2] = HEAP32[i1 + 16 >> 2]; - HEAP32[i5 + 20 >> 2] = HEAP32[i1 + 20 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i8 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i8 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + HEAP32[i8 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; + HEAP32[i8 + 16 >> 2] = HEAP32[i1 + 16 >> 2]; + HEAP32[i8 + 20 >> 2] = HEAP32[i1 + 20 >> 2]; } STACKTOP = i14; return; @@ -45825,15 +45636,15 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE7see i4 = i4 | 0; i10 = i10 | 0; var i1 = 0, i2 = 0, i3 = 0, i7 = 0, i8 = 0, i9 = 0; - i2 = i12 + 44 | 0; - i1 = HEAP32[i2 >> 2] | 0; - i9 = i12 + 24 | 0; - i8 = HEAP32[i9 >> 2] | 0; - i3 = i8; - if (i1 >>> 0 < i8 >>> 0) { - HEAP32[i2 >> 2] = i8; + i1 = i12 + 44 | 0; + i2 = HEAP32[i1 >> 2] | 0; + i8 = i12 + 24 | 0; + i9 = HEAP32[i8 >> 2] | 0; + i3 = i9; + if (i2 >>> 0 < i9 >>> 0) { + HEAP32[i1 >> 2] = i9; i7 = i3; - } else i7 = i1; + } else i7 = i2; i1 = i10 & 24; L4 : do if (!i1) { i12 = i11; @@ -45910,7 +45721,7 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE7see HEAP32[i12 + 4 >> 2] = -1; break; } - if ((i10 & 16 | 0) != 0 & (i8 | 0) == 0) { + if ((i10 & 16 | 0) != 0 & (i9 | 0) == 0) { i12 = i11; HEAP32[i12 >> 2] = 0; HEAP32[i12 + 4 >> 2] = 0; @@ -45924,7 +45735,7 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE7see HEAP32[i12 + 12 >> 2] = (HEAP32[i12 + 8 >> 2] | 0) + i2; HEAP32[i12 + 16 >> 2] = i7; } - if (i10 & 16 | 0) HEAP32[i9 >> 2] = (HEAP32[i12 + 20 >> 2] | 0) + i2; + if (i10 & 16 | 0) HEAP32[i8 >> 2] = (HEAP32[i12 + 20 >> 2] | 0) + i2; i12 = i11; HEAP32[i12 >> 2] = 0; HEAP32[i12 + 4 >> 2] = 0; @@ -45944,15 +45755,15 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE7see return; } -function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_bRNS_8ios_baseERjRNS_12basic_stringIwS3_NS_9allocatorIwEEEE(i1, i9, i10, i4, i2, i11, i6) { +function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_bRNS_8ios_baseERjRNS_12basic_stringIwS3_NS_9allocatorIwEEEE(i1, i10, i11, i4, i2, i12, i6) { i1 = i1 | 0; - i9 = i9 | 0; i10 = i10 | 0; + i11 = i11 | 0; i4 = i4 | 0; i2 = i2 | 0; - i11 = i11 | 0; + i12 = i12 | 0; i6 = i6 | 0; - var i3 = 0, i5 = 0, i7 = 0, i8 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0; + var i3 = 0, i5 = 0, i7 = 0, i8 = 0, i9 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0; i16 = STACKTOP; STACKTOP = STACKTOP + 432 | 0; i19 = i16 + 424 | 0; @@ -45960,45 +45771,45 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE i15 = i16 + 16 | 0; i5 = i16 + 8 | 0; i18 = i16 + 4 | 0; - i1 = i16 + 428 | 0; + i3 = i16 + 428 | 0; i7 = i16; HEAP32[i15 >> 2] = i17; i14 = i15 + 4 | 0; - HEAP32[i14 >> 2] = 202; - i12 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; - HEAP32[i18 >> 2] = i12; - i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 40492) | 0; - HEAP8[i1 >> 0] = 0; - i8 = HEAP32[i10 >> 2] | 0; + HEAP32[i14 >> 2] = 207; + i9 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; + HEAP32[i18 >> 2] = i9; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 41652) | 0; + HEAP8[i3 >> 0] = 0; + i8 = HEAP32[i11 >> 2] | 0; HEAP32[i7 >> 2] = i8; i2 = HEAP32[i2 + 4 >> 2] | 0; HEAP32[i19 >> 2] = HEAP32[i7 >> 2]; i7 = i8; - if (__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIwEERNS_10unique_ptrIwPFvPvEEERPwSM_(i9, i19, i4, i18, i2, i11, i1, i3, i15, i5, i17 + 400 | 0) | 0) { + if (__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIwEERNS_10unique_ptrIwPFvPvEEERPwSM_(i10, i19, i4, i18, i2, i12, i3, i1, i15, i5, i17 + 400 | 0) | 0) { if (!(HEAP8[i6 >> 0] & 1)) HEAP8[i6 >> 0] = 0; else HEAP32[HEAP32[i6 + 8 >> 2] >> 2] = 0; HEAP32[i6 + 4 >> 2] = 0; - if (HEAP8[i1 >> 0] | 0) __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw(i6, FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 44 >> 2] & 31](i3, 45) | 0); - i4 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 44 >> 2] & 31](i3, 48) | 0; - i3 = HEAP32[i5 >> 2] | 0; - i2 = i3 + -4 | 0; + if (HEAP8[i3 >> 0] | 0) __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw(i6, FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 44 >> 2] & 31](i1, 45) | 0); + i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 44 >> 2] & 31](i1, 48) | 0; + i4 = HEAP32[i5 >> 2] | 0; + i2 = i4 + -4 | 0; i1 = HEAP32[i15 >> 2] | 0; while (1) { if (i1 >>> 0 >= i2 >>> 0) break; - if ((HEAP32[i1 >> 2] | 0) != (i4 | 0)) break; + if ((HEAP32[i1 >> 2] | 0) != (i3 | 0)) break; i1 = i1 + 4 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6appendIPwEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i6, i1, i3) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6appendIPwEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i6, i1, i4) | 0; } - i1 = HEAP32[i9 >> 2] | 0; + i1 = HEAP32[i10 >> 2] | 0; do if (i1) { i2 = HEAP32[i1 + 12 >> 2] | 0; if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == -1) { - HEAP32[i9 >> 2] = 0; + HEAP32[i10 >> 2] = 0; i2 = 1; break; } else { - i2 = (HEAP32[i9 >> 2] | 0) == 0; + i2 = (HEAP32[i10 >> 2] | 0) == 0; break; } } else i2 = 1; while (0); @@ -46009,15 +45820,15 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE i13 = 27; break; } else { - HEAP32[i10 >> 2] = 0; + HEAP32[i11 >> 2] = 0; i13 = 25; break; } } else i13 = 25; while (0); if ((i13 | 0) == 25 ? i2 : 0) i13 = 27; - if ((i13 | 0) == 27) HEAP32[i11 >> 2] = HEAP32[i11 >> 2] | 2; - i2 = HEAP32[i9 >> 2] | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i12) | 0; + if ((i13 | 0) == 27) HEAP32[i12 >> 2] = HEAP32[i12 >> 2] | 2; + i2 = HEAP32[i10 >> 2] | 0; + __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; i1 = HEAP32[i15 >> 2] | 0; HEAP32[i15 >> 2] = 0; if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[i14 >> 2] & 255](i1); @@ -46035,8 +45846,8 @@ function __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i i5 = i8; i1 = __ZN4wasm7Element4listEv(i4) | 0; i1 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) | 0; - if ((i1 | 0) != (HEAP32[9563] | 0)) { - if ((i1 | 0) == (HEAP32[9554] | 0)) { + if ((i1 | 0) != (HEAP32[9853] | 0)) { + if ((i1 | 0) == (HEAP32[9844] | 0)) { HEAP32[i6 >> 2] = 0; i3 = __ZN4wasm7Element4listEv(i4) | 0; if (!(HEAP8[HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] >> 0] | 0)) { @@ -46060,11 +45871,11 @@ function __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i i1 = __ZN4wasm7ElementixEj(i4, i2) | 0; i3 = __ZN4wasm7Element4listEv(i1) | 0; i3 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0; - if ((i3 | 0) == (HEAP32[9556] | 0)) { + if ((i3 | 0) == (HEAP32[9846] | 0)) { i2 = 10; break; } - if ((i3 | 0) == (HEAP32[9563] | 0)) { + if ((i3 | 0) == (HEAP32[9853] | 0)) { i2 = 12; break; } else i2 = i2 + 1 | 0; @@ -46100,108 +45911,108 @@ function __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i function __ZNKSt3__120__time_get_c_storageIcE8__monthsEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[37456] | 0) == 0 ? ___cxa_guard_acquire(37456) | 0 : 0) { - if ((HEAP8[37464] | 0) == 0 ? ___cxa_guard_acquire(37464) | 0 : 0) { - i2 = 40704; + if ((HEAP8[38616] | 0) == 0 ? ___cxa_guard_acquire(38616) | 0 : 0) { + if ((HEAP8[38624] | 0) == 0 ? ___cxa_guard_acquire(38624) | 0 : 0) { + i1 = 41864; do { - i1 = 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = i2 + 12 | 0; - } while ((i2 | 0) != 40992); - ___cxa_atexit(195, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(37464); - } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40704, 33251) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40716, 33259) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40728, 33268) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40740, 33274) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40752, 33280) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40764, 33284) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40776, 33289) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40788, 33294) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40800, 33301) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40812, 33311) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40824, 33319) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40836, 33328) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40848, 33337) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40860, 33341) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40872, 33345) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40884, 33349) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40896, 33280) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40908, 33353) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40920, 33357) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40932, 33361) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40944, 33365) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40956, 33369) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40968, 33373) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40980, 33377) | 0; - HEAP32[10248] = 40704; - ___cxa_guard_release(37456); - } - return HEAP32[10248] | 0; + i1 = i1 + 12 | 0; + } while ((i1 | 0) != 42152); + ___cxa_atexit(200, 0, ___dso_handle | 0) | 0; + ___cxa_guard_release(38624); + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41864, 34457) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41876, 34465) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41888, 34474) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41900, 34480) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41912, 34486) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41924, 34490) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41936, 34495) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41948, 34500) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41960, 34507) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41972, 34517) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41984, 34525) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41996, 34534) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42008, 34543) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42020, 34547) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42032, 34551) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42044, 34555) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42056, 34486) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42068, 34559) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42080, 34563) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42092, 34567) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42104, 34571) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42116, 34575) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42128, 34579) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42140, 34583) | 0; + HEAP32[10538] = 41864; + ___cxa_guard_release(38616); + } + return HEAP32[10538] | 0; } function __ZNKSt3__120__time_get_c_storageIwE8__monthsEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[37536] | 0) == 0 ? ___cxa_guard_acquire(37536) | 0 : 0) { - if ((HEAP8[37544] | 0) == 0 ? ___cxa_guard_acquire(37544) | 0 : 0) { - i2 = 41516; + if ((HEAP8[38696] | 0) == 0 ? ___cxa_guard_acquire(38696) | 0 : 0) { + if ((HEAP8[38704] | 0) == 0 ? ___cxa_guard_acquire(38704) | 0 : 0) { + i1 = 42676; do { - i1 = 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = i2 + 12 | 0; - } while ((i2 | 0) != 41804); - ___cxa_atexit(199, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(37544); - } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41516, 9752) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41528, 9784) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41540, 9820) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41552, 9844) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41564, 9868) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41576, 9884) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41588, 9904) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41600, 9924) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41612, 9952) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41624, 9992) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41636, 10024) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41648, 10060) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41660, 10096) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41672, 10112) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41684, 10128) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41696, 10144) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41708, 9868) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41720, 10160) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41732, 10176) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41744, 10192) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41756, 10208) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41768, 10224) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41780, 10240) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41792, 10256) | 0; - HEAP32[10451] = 41516; - ___cxa_guard_release(37536); - } - return HEAP32[10451] | 0; -} - -function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_bRNS_8ios_baseERjRNS_12basic_stringIcS3_NS_9allocatorIcEEEE(i1, i9, i10, i4, i2, i11, i6) { + i1 = i1 + 12 | 0; + } while ((i1 | 0) != 42964); + ___cxa_atexit(204, 0, ___dso_handle | 0) | 0; + ___cxa_guard_release(38704); + } + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42676, 9864) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42688, 9896) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42700, 9932) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42712, 9956) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42724, 9980) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42736, 9996) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42748, 10016) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42760, 10036) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42772, 10064) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42784, 10104) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42796, 10136) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42808, 10172) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42820, 10208) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42832, 10224) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42844, 10240) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42856, 10256) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42868, 9980) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42880, 10272) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42892, 10288) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42904, 10304) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42916, 10320) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42928, 10336) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42940, 10352) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42952, 10368) | 0; + HEAP32[10741] = 42676; + ___cxa_guard_release(38696); + } + return HEAP32[10741] | 0; +} + +function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_bRNS_8ios_baseERjRNS_12basic_stringIcS3_NS_9allocatorIcEEEE(i1, i10, i11, i4, i2, i12, i6) { i1 = i1 | 0; - i9 = i9 | 0; i10 = i10 | 0; + i11 = i11 | 0; i4 = i4 | 0; i2 = i2 | 0; - i11 = i11 | 0; + i12 = i12 | 0; i6 = i6 | 0; - var i3 = 0, i5 = 0, i7 = 0, i8 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0; + var i3 = 0, i5 = 0, i7 = 0, i8 = 0, i9 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0; i16 = STACKTOP; STACKTOP = STACKTOP + 144 | 0; i19 = i16 + 24 | 0; @@ -46209,21 +46020,21 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE i15 = i16 + 16 | 0; i5 = i16 + 8 | 0; i18 = i16 + 4 | 0; - i1 = i16 + 28 | 0; + i3 = i16 + 28 | 0; i7 = i16; HEAP32[i15 >> 2] = i17; i14 = i15 + 4 | 0; - HEAP32[i14 >> 2] = 202; - i12 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; - HEAP32[i18 >> 2] = i12; - i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 40460) | 0; - HEAP8[i1 >> 0] = 0; - i8 = HEAP32[i10 >> 2] | 0; + HEAP32[i14 >> 2] = 207; + i9 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; + HEAP32[i18 >> 2] = i9; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 41620) | 0; + HEAP8[i3 >> 0] = 0; + i8 = HEAP32[i11 >> 2] | 0; HEAP32[i7 >> 2] = i8; i2 = HEAP32[i2 + 4 >> 2] | 0; HEAP32[i19 >> 2] = HEAP32[i7 >> 2]; i7 = i8; - if (__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIcEERNS_10unique_ptrIcPFvPvEEERPcSM_(i9, i19, i4, i18, i2, i11, i1, i3, i15, i5, i17 + 100 | 0) | 0) { + if (__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIcEERNS_10unique_ptrIcPFvPvEEERPcSM_(i10, i19, i4, i18, i2, i12, i3, i1, i15, i5, i17 + 100 | 0) | 0) { if (!(HEAP8[i6 >> 0] & 1)) { HEAP8[i6 + 1 >> 0] = 0; HEAP8[i6 >> 0] = 0; @@ -46231,42 +46042,42 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE HEAP8[HEAP32[i6 + 8 >> 2] >> 0] = 0; HEAP32[i6 + 4 >> 2] = 0; } - if (HEAP8[i1 >> 0] | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 31](i3, 45) | 0); - i4 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 28 >> 2] & 31](i3, 48) | 0; - i3 = HEAP32[i5 >> 2] | 0; - i2 = i3 + -1 | 0; + if (HEAP8[i3 >> 0] | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 45) | 0); + i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 48) | 0; + i4 = HEAP32[i5 >> 2] | 0; + i2 = i4 + -1 | 0; i1 = HEAP32[i15 >> 2] | 0; while (1) { if (i1 >>> 0 >= i2 >>> 0) break; - if ((HEAP8[i1 >> 0] | 0) != i4 << 24 >> 24) break; + if ((HEAP8[i1 >> 0] | 0) != i3 << 24 >> 24) break; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendIPcEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i6, i1, i3) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendIPcEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i6, i1, i4) | 0; } - i1 = HEAP32[i9 >> 2] | 0; + i1 = HEAP32[i10 >> 2] | 0; do if (i1) { if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1) { - HEAP32[i9 >> 2] = 0; + HEAP32[i10 >> 2] = 0; i1 = 0; break; } else { - i1 = HEAP32[i9 >> 2] | 0; + i1 = HEAP32[i10 >> 2] | 0; break; } } else i1 = 0; while (0); i1 = (i1 | 0) == 0; do if (i8) { if ((HEAP32[i7 + 12 >> 2] | 0) == (HEAP32[i7 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i8 >> 2] | 0) + 36 >> 2] & 127](i7) | 0) == -1 : 0) { - HEAP32[i10 >> 2] = 0; + HEAP32[i11 >> 2] = 0; i13 = 22; break; } if (!i1) i13 = 23; } else i13 = 22; while (0); if ((i13 | 0) == 22 ? i1 : 0) i13 = 23; - if ((i13 | 0) == 23) HEAP32[i11 >> 2] = HEAP32[i11 >> 2] | 2; - i2 = HEAP32[i9 >> 2] | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i12) | 0; + if ((i13 | 0) == 23) HEAP32[i12 >> 2] = HEAP32[i12 >> 2] | 2; + i2 = HEAP32[i10 >> 2] | 0; + __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; i1 = HEAP32[i15 >> 2] | 0; HEAP32[i15 >> 2] = 0; if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[i14 >> 2] & 255](i1); @@ -46305,27 +46116,28 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i4 = __ZNK4wasm7Literal6geti32Ev(i2) | 0; if (i4 & 65535 | 0) { i5 = HEAP32[(HEAP32[i3 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20936); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 21066); } i5 = i3 + 4 | 0; if (i4 >>> 0 > 4294901759) { i3 = HEAP32[(HEAP32[i5 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 127](i3, 20967); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 127](i3, 21097); } i2 = HEAP32[i5 >> 2] | 0; i1 = HEAP32[i2 + 8 >> 2] | 0; if (i1 >>> 0 >= ~i4 >>> 0) { i2 = HEAP32[i2 + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i2, 21004); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i2, 21134); i2 = HEAP32[i5 >> 2] | 0; i1 = HEAP32[i2 + 8 >> 2] | 0; } i3 = i1 + i4 | 0; if (i3 >>> 0 > (HEAP32[(HEAP32[i2 >> 2] | 0) + 112 >> 2] | 0) >>> 0) { - i2 = HEAP32[i2 + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i2, 21042); - i2 = HEAP32[i5 >> 2] | 0; - i1 = HEAP32[i2 + 8 >> 2] | 0; + i1 = HEAP32[i2 + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 21172); + i1 = HEAP32[i5 >> 2] | 0; + i2 = i1; + i1 = HEAP32[i1 + 8 >> 2] | 0; } i4 = HEAP32[i2 + 12 >> 2] | 0; FUNCTION_TABLE_viii[HEAP32[(HEAP32[i4 >> 2] | 0) + 16 >> 2] & 15](i4, i1, i3); @@ -46347,7 +46159,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 3: { - i5 = (HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[9591] | 0); + i5 = (HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[9881] | 0); HEAP32[i6 >> 2] = 1; i1 = i6 + 8 | 0; if (i5) { @@ -46367,105 +46179,100 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i17, i16, i11) { +function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i17, i16, i12) { i17 = i17 | 0; i16 = i16 | 0; - i11 = i11 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, d5 = 0.0, d6 = 0.0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i18 = 0; + i12 = i12 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, d5 = 0.0, d6 = 0.0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i13 = 0, i14 = 0, i15 = 0, i18 = 0; i18 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i18; - i10 = HEAP32[i11 >> 2] | 0; - i3 = 5381; - i4 = i10; + i2 = i18; + i10 = HEAP32[i12 >> 2] | 0; + i1 = i10; + i4 = 5381; while (1) { - i2 = HEAP8[i4 >> 0] | 0; - if (!(i2 << 24 >> 24)) { - i15 = i3; - break; - } - i3 = i2 << 24 >> 24 ^ i3 * 33; - i4 = i4 + 1 | 0; + i3 = HEAP8[i1 >> 0] | 0; + if (!(i3 << 24 >> 24)) break; + i1 = i1 + 1 | 0; + i4 = i3 << 24 >> 24 ^ i4 * 33; } i13 = i16 + 4 | 0; - i7 = HEAP32[i13 >> 2] | 0; - i12 = (i7 | 0) == 0; - L5 : do if (!i12) { - i8 = i7 + -1 | 0; - i9 = (i8 & i7 | 0) == 0; - if (i9) i3 = i8 & i15; else i3 = (i15 >>> 0) % (i7 >>> 0) | 0; - i2 = HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] | 0; - if (!i2) i14 = 15; else while (1) { - i2 = HEAP32[i2 >> 2] | 0; - if (!i2) { - i14 = 15; + i14 = HEAP32[i13 >> 2] | 0; + i11 = (i14 | 0) == 0; + L5 : do if (!i11) { + i8 = i14 + -1 | 0; + i9 = (i8 & i14 | 0) == 0; + if (i9) i3 = i8 & i4; else i3 = (i4 >>> 0) % (i14 >>> 0) | 0; + i1 = HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] | 0; + if (!i1) i15 = 15; else while (1) { + i1 = HEAP32[i1 >> 2] | 0; + if (!i1) { + i15 = 15; break L5; } - i4 = HEAP32[i2 + 4 >> 2] | 0; - if (i9) i4 = i4 & i8; else i4 = (i4 >>> 0) % (i7 >>> 0) | 0; - if ((i4 | 0) != (i3 | 0)) { - i14 = 15; + i7 = HEAP32[i1 + 4 >> 2] | 0; + if (i9) i7 = i7 & i8; else i7 = (i7 >>> 0) % (i14 >>> 0) | 0; + if ((i7 | 0) != (i3 | 0)) { + i15 = 15; break L5; } - if (!(_strcmp(HEAP32[i2 + 8 >> 2] | 0, i10) | 0)) { - i3 = 0; - i1 = i2; + if (!(_strcmp(HEAP32[i1 + 8 >> 2] | 0, i10) | 0)) { + i2 = 0; break; } } } else { i3 = 0; - i14 = 15; + i15 = 15; } while (0); - if ((i14 | 0) == 15) { - __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE16__construct_nodeERKS2_j(i1, i16, i11, i15); + if ((i15 | 0) == 15) { + __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE16__construct_nodeERKS2_j(i2, i16, i12, i4); i8 = i16 + 12 | 0; - d6 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); - d5 = +HEAPF32[i16 + 16 >> 2]; - do if (i12 | d6 > +(i7 >>> 0) * d5) { - if (i7 >>> 0 > 2) i2 = (i7 + -1 & i7 | 0) == 0; else i2 = 0; - i2 = (i2 & 1 | i7 << 1) ^ 1; - i3 = ~~+Math_ceil(+(d6 / d5)) >>> 0; - __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE6rehashEj(i16, i2 >>> 0 < i3 >>> 0 ? i3 : i2); - i2 = HEAP32[i13 >> 2] | 0; - i3 = i2 + -1 | 0; - if (!(i3 & i2)) { - i7 = i2; - i3 = i3 & i15; + d5 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); + d6 = +HEAPF32[i16 + 16 >> 2]; + do if (i11 | d5 > +(i14 >>> 0) * d6) { + if (i14 >>> 0 > 2) i1 = (i14 + -1 & i14 | 0) == 0; else i1 = 0; + i1 = (i1 & 1 | i14 << 1) ^ 1; + i3 = ~~+Math_ceil(+(d5 / d6)) >>> 0; + __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE6rehashEj(i16, i1 >>> 0 < i3 >>> 0 ? i3 : i1); + i1 = HEAP32[i13 >> 2] | 0; + i3 = i1 + -1 | 0; + if (!(i3 & i1)) { + i7 = i1; + i3 = i3 & i4; break; } else { - i7 = i2; - i3 = (i15 >>> 0) % (i2 >>> 0) | 0; + i7 = i1; + i3 = (i4 >>> 0) % (i1 >>> 0) | 0; break; } - } while (0); - i2 = HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] | 0; - if (!i2) { + } else i7 = i14; while (0); + i1 = HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] | 0; + if (!i1) { i15 = i16 + 8 | 0; - i2 = HEAP32[i1 >> 2] | 0; - HEAP32[i2 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i15 >> 2] = i2; + i1 = HEAP32[i2 >> 2] | 0; + HEAP32[i1 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i15 >> 2] = i1; HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] = i15; - i3 = HEAP32[i2 >> 2] | 0; + i3 = HEAP32[i1 >> 2] | 0; if (i3) { i3 = HEAP32[i3 + 4 >> 2] | 0; i4 = i7 + -1 | 0; if (!(i4 & i7)) i3 = i3 & i4; else i3 = (i3 >>> 0) % (i7 >>> 0) | 0; - HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] = i2; + HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] = i1; } } else { - i16 = HEAP32[i1 >> 2] | 0; - HEAP32[i16 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i2 >> 2] = i16; - i2 = i16; + i16 = HEAP32[i2 >> 2] | 0; + HEAP32[i16 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i1 >> 2] = i16; + i1 = i16; } HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 1; - HEAP32[i1 >> 2] = 0; - i3 = 1; - i1 = i2; + HEAP32[i2 >> 2] = 0; + i2 = 1; } HEAP32[i17 >> 2] = i1; - HEAP8[i17 + 4 >> 0] = i3; + HEAP8[i17 + 4 >> 0] = i2; STACKTOP = i18; return; } @@ -46501,16 +46308,16 @@ function __ZNKSt3__17codecvtIwc11__mbstate_tE5do_inERS1_PKcS5_RS5_PwS7_RS7_(i4, i3 = 34; break; } - i5 = i8; - i4 = HEAP32[i5 + 4 >> 2] | 0; - i6 = i11; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i6 + 4 >> 2] = i4; - i6 = i3; - i4 = _uselocale(HEAP32[i10 >> 2] | 0) | 0; - i5 = _mbsnrtowcs(i2, i14, i6 - i1 | 0, i7 - i2 >> 2, i8) | 0; - if (i4 | 0) _uselocale(i4) | 0; - switch (i5 | 0) { + i6 = i8; + i5 = HEAP32[i6 + 4 >> 2] | 0; + i4 = i11; + HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i4 + 4 >> 2] = i5; + i4 = i3; + i5 = _uselocale(HEAP32[i10 >> 2] | 0) | 0; + i6 = _mbsnrtowcs(i2, i14, i4 - i1 | 0, i7 - i2 >> 2, i8) | 0; + if (i5 | 0) _uselocale(i5) | 0; + switch (i6 | 0) { case -1: { i3 = 10; @@ -46525,7 +46332,7 @@ function __ZNKSt3__17codecvtIwc11__mbstate_tE5do_inERS1_PKcS5_RS5_PwS7_RS7_(i4, default: {} } - i2 = (HEAP32[i12 >> 2] | 0) + (i5 << 2) | 0; + i2 = (HEAP32[i12 >> 2] | 0) + (i6 << 2) | 0; HEAP32[i12 >> 2] = i2; if ((i2 | 0) == (i9 | 0)) { i3 = 31; @@ -46564,7 +46371,7 @@ function __ZNKSt3__17codecvtIwc11__mbstate_tE5do_inERS1_PKcS5_RS5_PwS7_RS7_(i4, break; } i3 = _uselocale(HEAP32[i10 >> 2] | 0) | 0; - i2 = _mbrtowc(i2, i1, i6 - i1 | 0, i11) | 0; + i2 = _mbrtowc(i2, i1, i4 - i1 | 0, i11) | 0; if (i3 | 0) _uselocale(i3) | 0; switch (i2 | 0) { case -1: @@ -46668,7 +46475,7 @@ function __ZNSt3__19__num_getIcE19__stage2_float_loopEcRbRcPcRS4_ccRKNS_12basic_ } i2 = i1 - i5 | 0; if ((i2 | 0) > 31) i1 = -1; else { - i3 = HEAP8[32649 + i2 >> 0] | 0; + i3 = HEAP8[33855 + i2 >> 0] | 0; switch (i2 | 0) { case 24: case 25: @@ -46725,68 +46532,68 @@ function __ZN6cashew12ValueBuilder10makeBinaryENS_3RefENS_7IStringES1_(i14, i15, 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, i17 = 0; i17 = STACKTOP; STACKTOP = STACKTOP + 48 | 0; - i12 = i17 + 44 | 0; + i1 = i17 + 44 | 0; i2 = i17 + 40 | 0; - i13 = i17 + 36 | 0; - i3 = i17 + 32 | 0; - i4 = i17 + 28 | 0; - i5 = i17 + 24 | 0; - i6 = i17 + 20 | 0; - i7 = i17 + 16 | 0; - i8 = i17 + 12 | 0; - i9 = i17 + 8 | 0; - i10 = i17 + 4 | 0; - i11 = i17; - i1 = HEAP32[i15 >> 2] | 0; - do if ((i1 | 0) != (HEAP32[9684] | 0)) if ((i1 | 0) == (HEAP32[9673] | 0)) { - i1 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i15 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38472) | 0; - HEAP32[i5 >> 2] = i15; - HEAP32[i12 >> 2] = HEAP32[i5 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i12) | 0; - HEAP32[i6 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i12) | 0; - HEAP32[i7 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i7 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i12) | 0; + i3 = i17 + 36 | 0; + i6 = i17 + 32 | 0; + i7 = i17 + 28 | 0; + i8 = i17 + 24 | 0; + i9 = i17 + 20 | 0; + i10 = i17 + 16 | 0; + i11 = i17 + 12 | 0; + i12 = i17 + 8 | 0; + i13 = i17 + 4 | 0; + i4 = i17; + i5 = HEAP32[i15 >> 2] | 0; + do if ((i5 | 0) != (HEAP32[9974] | 0)) if ((i5 | 0) == (HEAP32[9963] | 0)) { + i15 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; + i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39632) | 0; + HEAP32[i8 >> 2] = i13; + HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; + i15 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; + HEAP32[i9 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i9 >> 2]; + i15 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; + HEAP32[i10 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i10 >> 2]; + i1 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; break; } else { - i1 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38444) | 0; - HEAP32[i8 >> 2] = i13; - HEAP32[i12 >> 2] = HEAP32[i8 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i12) | 0; + i10 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39604) | 0; + HEAP32[i11 >> 2] = i9; + HEAP32[i1 >> 2] = HEAP32[i11 >> 2]; + i11 = __ZN6cashew5Value9push_backENS_3RefE(i10, i1) | 0; i15 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i15) | 0; - HEAP32[i9 >> 2] = i15; - HEAP32[i12 >> 2] = HEAP32[i9 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i12) | 0; - HEAP32[i10 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i10 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i12) | 0; - HEAP32[i11 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i11 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i12) | 0; + HEAP32[i12 >> 2] = i15; + HEAP32[i1 >> 2] = HEAP32[i12 >> 2]; + i15 = __ZN6cashew5Value9push_backENS_3RefE(i11, i1) | 0; + HEAP32[i13 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i13 >> 2]; + i15 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; + HEAP32[i4 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; + i1 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; break; } else { - i1 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i15 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38424) | 0; - HEAP32[i2 >> 2] = i15; - HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i12) | 0; - i15 = __ZN6cashew5Arena5allocEv(38784) | 0; - __ZN6cashew5Value4freeEv(i15); - HEAP32[i15 >> 2] = 4; - HEAP8[i15 + 8 >> 0] = 1; - HEAP32[i13 >> 2] = i15; - HEAP32[i12 >> 2] = HEAP32[i13 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i12) | 0; - HEAP32[i3 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i3 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i12) | 0; - HEAP32[i4 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i4 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i12) | 0; + i15 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; + i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39584) | 0; + HEAP32[i2 >> 2] = i13; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + i15 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; + i13 = __ZN6cashew5Arena5allocEv(39944) | 0; + __ZN6cashew5Value4freeEv(i13); + HEAP32[i13 >> 2] = 4; + HEAP8[i13 + 8 >> 0] = 1; + HEAP32[i3 >> 2] = i13; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + i15 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; + HEAP32[i6 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i6 >> 2]; + i15 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; + HEAP32[i7 >> 2] = HEAP32[i16 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; + i1 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; } while (0); STACKTOP = i17; return i1 | 0; @@ -46842,14 +46649,14 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE break; } i1 = HEAP32[i7 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; i1 = HEAP32[i7 >> 2] | 0; if (!i1) i2 = 1; else i6 = 25; } else { - HEAP32[i3 >> 2] = i2 + 4; + HEAP32[i2 >> 2] = i3 + 4; i6 = 25; } do if ((i6 | 0) == 25) { @@ -46879,6 +46686,117 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE return; } +function __ZN4wasm16PrintSExpression17visitFunctionTypeEPNS_12FunctionTypeEb(i9, i6, i8) { + i9 = i9 | 0; + i6 = i6 | 0; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i10 + 4 | 0; + i2 = i10; + if (i8) { + i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i9 + 4 >> 2] | 0, 25265, 0) | 0, 32) | 0; + HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i5, i1) | 0, 25270) | 0; + } + i2 = i6 + 8 | 0; + i1 = i6 + 12 | 0; + do if ((HEAP32[i1 >> 2] | 0) != (HEAP32[i2 >> 2] | 0)) { + i5 = i9 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i5 >> 2] | 0, 32) | 0; + __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i5 >> 2] | 0, 25277) | 0; + i4 = HEAP32[i1 >> 2] | 0; + i3 = HEAP32[i2 >> 2] | 0; + L6 : while (1) { + i1 = HEAP32[i5 >> 2] | 0; + if ((i3 | 0) == (i4 | 0)) { + i2 = 6; + break; + } + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i1, 32) | 0; + switch (HEAP32[i3 >> 2] | 0) { + case 0: + { + i1 = 25305; + break; + } + case 1: + { + i1 = 25301; + break; + } + case 2: + { + i1 = 25297; + break; + } + case 3: + { + i1 = 25293; + break; + } + case 4: + { + i1 = 25289; + break; + } + default: + { + i2 = 12; + break L6; + } + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i1) | 0; + i3 = i3 + 4 | 0; + } + if ((i2 | 0) == 6) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i1, 41) | 0; + break; + } + } while (0); + i1 = i6 + 4 | 0; + if (HEAP32[i1 >> 2] | 0) { + i2 = i9 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 32) | 0; + i2 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i2 >> 2] | 0, 25310) | 0; + switch (HEAP32[i1 >> 2] | 0) { + case 0: + { + i7 = 25305; + break; + } + case 1: + { + i7 = 25301; + break; + } + case 2: + { + i7 = 25297; + break; + } + case 3: + { + i7 = 25293; + break; + } + case 4: + { + i7 = 25289; + break; + } + default: + {} + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i7) | 0, 41) | 0; + } + if (i8) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i9 + 4 >> 2] | 0, 25318) | 0; + STACKTOP = i10; + return; +} + function __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i8, i7) { i8 = i8 | 0; i7 = i7 | 0; @@ -46895,7 +46813,7 @@ function __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i8, i7) { HEAP32[i10 + 8 >> 2] = i1; i1 = 2; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 18025, 8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 17258, 8); i9 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i8, i1) | 0; HEAP32[i10 + 8 >> 2] = i9; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); @@ -46908,25 +46826,25 @@ function __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i8, i7) { HEAP32[i6 >> 2] = i9; i1 = i1 + 1 | 0; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 18034, 7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 17267, 7); i9 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i8, i2) | 0; HEAP32[i10 + 12 >> 2] = i9; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); } - i5 = i8 + 80 | 0; - i3 = i10 + 8 | 0; + i4 = i8 + 80 | 0; + i2 = i10 + 8 | 0; i9 = i8 + 84 | 0; - i2 = HEAP32[i9 >> 2] | 0; - i4 = i8 + 88 | 0; - if ((i2 | 0) == (HEAP32[i4 >> 2] | 0)) { - __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i3); + i3 = HEAP32[i9 >> 2] | 0; + i5 = i8 + 88 | 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[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; i2 = (HEAP32[i9 >> 2] | 0) + 4 | 0; HEAP32[i9 >> 2] = i2; } - if ((i2 | 0) == (HEAP32[i4 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i6); else { + 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; } @@ -46952,6 +46870,7 @@ function __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i8, i7) { STACKTOP = i11; return i10 | 0; } + function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseFunctionERPcPKc(i15, i14, i1) { i15 = i15 | 0; i14 = i14 | 0; @@ -46959,15 +46878,15 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseFunctionERP 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, i16 = 0; i13 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; - i12 = i13 + 56 | 0; - i10 = i13 + 52 | 0; + i9 = i13 + 56 | 0; + i8 = i13 + 52 | 0; i2 = i13 + 16 | 0; i1 = i13 + 48 | 0; i7 = i13; i5 = i13 + 44 | 0; i6 = i13 + 40 | 0; - i9 = i13 + 36 | 0; - i11 = i13 + 32 | 0; + i10 = i13 + 36 | 0; + i12 = i13 + 32 | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i2, HEAP32[i14 >> 2] | 0); switch (HEAP32[i2 + 12 >> 2] | 0) { case 2: @@ -46987,34 +46906,34 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseFunctionERP default: i16 = 4; } - if ((i16 | 0) == 4) ___assert_fail(22946, 22847, 400, 22991); + if ((i16 | 0) == 4) ___assert_fail(23076, 22977, 400, 23121); HEAP32[i1 >> 2] = i3; - HEAP32[i12 >> 2] = HEAP32[i1 >> 2]; - i4 = __ZN6cashew12ValueBuilder12makeFunctionENS_7IStringE(i12) | 0; + 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(23005, 22847, 405, 22991); + if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(23135, 22977, 405, 23121); HEAP32[i14 >> 2] = i1 + 1; - i3 = i7 + 12 | 0; - i2 = i7 + 8 | 0; + i2 = i7 + 12 | 0; + i3 = i7 + 8 | 0; L11 : while (1) { __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i1 = HEAP32[i14 >> 2] | 0; if ((HEAP8[i1 >> 0] | 0) == 41) { - i8 = i1; + i11 = i1; break; } __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i7, i1); - if ((HEAP32[i3 >> 2] | 0) != 2) { + if ((HEAP32[i2 >> 2] | 0) != 2) { i16 = 11; break; } - HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + (HEAP32[i2 >> 2] | 0); + HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + (HEAP32[i3 >> 2] | 0); HEAP32[i5 >> 2] = i4; HEAP32[i6 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i6 >> 2]; - __ZN6cashew12ValueBuilder24appendArgumentToFunctionENS_3RefENS_7IStringE(i10, i12); + HEAP32[i8 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i9 >> 2] = HEAP32[i6 >> 2]; + __ZN6cashew12ValueBuilder24appendArgumentToFunctionENS_3RefENS_7IStringE(i8, i9); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i1 = HEAP32[i14 >> 2] | 0; switch (HEAP8[i1 >> 0] | 0) { @@ -47033,14 +46952,14 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseFunctionERP } HEAP32[i14 >> 2] = i1 + 1; } - if ((i16 | 0) == 11) ___assert_fail(23017, 22847, 411, 22991); else if ((i16 | 0) == 14) _abort(); else if ((i16 | 0) == 15) i8 = i1; - HEAP32[i14 >> 2] = i8 + 1; - HEAP32[i9 >> 2] = i4; + if ((i16 | 0) == 11) ___assert_fail(23147, 22977, 411, 23121); 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; - HEAP32[i11 >> 2] = i16; - HEAP32[i10 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i11 >> 2]; - __ZN6cashew12ValueBuilder15setBlockContentENS_3RefES1_(i10, i12); + HEAP32[i12 >> 2] = i16; + HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i9 >> 2] = HEAP32[i12 >> 2]; + __ZN6cashew12ValueBuilder15setBlockContentENS_3RefES1_(i8, i9); STACKTOP = i13; return i4 | 0; } @@ -47171,22 +47090,110 @@ function __ZNKSt3__17codecvtIwc11__mbstate_tE6do_outERS1_PKwS5_RS5_PcS7_RS7_(i4, return i1 | 0; } +function __ZZ11instantiateEN19JSExternalInterface5storeEPN4wasm5StoreEjNS0_7LiteralE(i6, i7, i9, i8) { + i6 = i6 | 0; + i7 = i7 | 0; + i9 = i9 | 0; + i8 = i8 | 0; + var d1 = 0.0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i10 = 0, i11 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 80 | 0; + i2 = i10 + 32 | 0; + i5 = i10 + 48 | 0; + i3 = i10 + 16 | 0; + i4 = i10; + L1 : do if ((HEAP32[i8 >> 2] | 0) == 2) { + HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i5 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + HEAP32[i5 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; + HEAP32[i5 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; + HEAP32[i5 + 16 >> 2] = HEAP32[i7 + 16 >> 2]; + HEAP32[i5 + 20 >> 2] = HEAP32[i7 + 20 >> 2]; + HEAP32[i5 + 24 >> 2] = HEAP32[i7 + 24 >> 2]; + HEAP32[i5 + 8 >> 2] = 4; + HEAP32[i5 + 4 >> 2] = 1; + i11 = __ZNK4wasm7Literal6geti64Ev(i8) | 0; + i7 = tempRet0; + i8 = HEAP32[(HEAP32[i6 >> 2] | 0) + 12 >> 2] | 0; + HEAP32[i3 >> 2] = 1; + HEAP32[i3 + 8 >> 2] = i11; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i2 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i2 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; + FUNCTION_TABLE_viiii[i8 & 15](i6, i5, i9, i2); + i8 = HEAP32[(HEAP32[i6 >> 2] | 0) + 12 >> 2] | 0; + HEAP32[i4 >> 2] = 1; + HEAP32[i4 + 8 >> 2] = i7; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i2 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; + HEAP32[i2 + 8 >> 2] = HEAP32[i4 + 8 >> 2]; + HEAP32[i2 + 12 >> 2] = HEAP32[i4 + 12 >> 2]; + FUNCTION_TABLE_viiii[i8 & 15](i6, i5, i9 + 4 | 0, i2); + } else { + i3 = HEAP32[i7 + 8 >> 2] | 0; + if ((HEAP32[i7 + 16 >> 2] | 0) >>> 0 >= i3 >>> 0 ? (i3 + -1 & i9 | 0) == 0 : 0) { + if (((HEAP32[i7 + 4 >> 2] | 0) + -3 | 0) >>> 0 < 2) switch (i3 | 0) { + case 4: + { + +_emscripten_asm_const_did(3, i9 | 0, +(+__ZNK4wasm7Literal6getf32Ev(i8))); + break L1; + } + case 8: + { + +_emscripten_asm_const_did(4, i9 | 0, +(+__ZNK4wasm7Literal6getf64Ev(i8))); + break L1; + } + default: + _abort(); + } + switch (i3 | 0) { + case 1: + { + _emscripten_asm_const_iii(27, i9 | 0, __ZNK4wasm7Literal6geti32Ev(i8) | 0) | 0; + break L1; + } + case 2: + { + _emscripten_asm_const_iii(28, i9 | 0, __ZNK4wasm7Literal6geti32Ev(i8) | 0) | 0; + break L1; + } + case 4: + { + _emscripten_asm_const_iii(2, i9 | 0, __ZNK4wasm7Literal6geti32Ev(i8) | 0) | 0; + break L1; + } + default: + _abort(); + } + } + i2 = ((HEAP32[i7 + 4 >> 2] | 0) + -3 | 0) >>> 0 < 2; + if (i2) d1 = +__ZN4wasm7Literal8getFloatEv(i8); else { + i11 = __ZN4wasm7Literal10getIntegerEv(i8) | 0; + d1 = +(i11 >>> 0) + 4294967296.0 * +(tempRet0 | 0); + } + +_emscripten_asm_const_diiid(26, i9 | 0, i3 | 0, i2 & 1 | 0, +d1); + } while (0); + STACKTOP = i10; + 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_EEE20__node_insert_uniqueEPNS_11__hash_nodeIS6_PvEE(i16, i15, i1) { i16 = i16 | 0; i15 = i15 | 0; i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, d5 = 0.0, d6 = 0.0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0; - i8 = HEAP32[i1 + 8 >> 2] | 0; - i2 = i8 * 33 ^ 5381; + i9 = HEAP32[i1 + 8 >> 2] | 0; + i2 = i9 * 33 ^ 5381; i14 = i1 + 4 | 0; HEAP32[i14 >> 2] = i2; i13 = i15 + 4 | 0; i7 = HEAP32[i13 >> 2] | 0; i12 = (i7 | 0) == 0; L1 : do if (!i12) { - i9 = i7 + -1 | 0; - i10 = (i9 & i7 | 0) == 0; - if (i10) i3 = i9 & i2; else i3 = (i2 >>> 0) % (i7 >>> 0) | 0; + i10 = i7 + -1 | 0; + i8 = (i10 & i7 | 0) == 0; + if (i8) i3 = i10 & i2; else i3 = (i2 >>> 0) % (i7 >>> 0) | 0; i2 = HEAP32[(HEAP32[i15 >> 2] | 0) + (i3 << 2) >> 2] | 0; if (!i2) i11 = 12; else while (1) { i4 = HEAP32[i2 >> 2] | 0; @@ -47195,12 +47202,12 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD break L1; } i2 = HEAP32[i4 + 4 >> 2] | 0; - if (i10) i2 = i2 & i9; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; + if (i8) i2 = i2 & i10; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; if ((i2 | 0) != (i3 | 0)) { i11 = 12; break L1; } - if ((HEAP32[i4 + 8 >> 2] | 0) == (i8 | 0)) { + if ((HEAP32[i4 + 8 >> 2] | 0) == (i9 | 0)) { i2 = 0; i1 = i4; break; @@ -47212,12 +47219,12 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD } while (0); if ((i11 | 0) == 12) { i8 = i15 + 12 | 0; - d6 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); - d5 = +HEAPF32[i15 + 16 >> 2]; - do if (i12 | d6 > +(i7 >>> 0) * d5) { + d5 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); + d6 = +HEAPF32[i15 + 16 >> 2]; + do if (i12 | d5 > +(i7 >>> 0) * d6) { if (i7 >>> 0 > 2) i2 = (i7 + -1 & i7 | 0) == 0; else i2 = 0; i4 = (i2 & 1 | i7 << 1) ^ 1; - i2 = ~~+Math_ceil(+(d6 / d5)) >>> 0; + i2 = ~~+Math_ceil(+(d5 / d6)) >>> 0; __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_EEE6rehashEj(i15, i4 >>> 0 < i2 >>> 0 ? i2 : i4); i4 = HEAP32[i13 >> 2] | 0; i2 = HEAP32[i14 >> 2] | 0; @@ -47257,99 +47264,6 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD return; } -function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i17, i16, i11) { - i17 = i17 | 0; - i16 = i16 | 0; - i11 = i11 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, d5 = 0.0, d6 = 0.0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i18 = 0; - i18 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i1 = i18; - i8 = HEAP32[i11 >> 2] | 0; - i15 = i8 * 33 ^ 5381; - i14 = i16 + 4 | 0; - i7 = HEAP32[i14 >> 2] | 0; - i13 = (i7 | 0) == 0; - L1 : do if (!i13) { - i9 = i7 + -1 | 0; - i10 = (i9 & i7 | 0) == 0; - if (i10) i3 = i9 & i15; else i3 = (i15 >>> 0) % (i7 >>> 0) | 0; - i2 = HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] | 0; - if (!i2) i12 = 12; else while (1) { - i2 = HEAP32[i2 >> 2] | 0; - if (!i2) { - i12 = 12; - break L1; - } - i4 = HEAP32[i2 + 4 >> 2] | 0; - if (i10) i4 = i4 & i9; else i4 = (i4 >>> 0) % (i7 >>> 0) | 0; - if ((i4 | 0) != (i3 | 0)) { - i12 = 12; - break L1; - } - if ((HEAP32[i2 + 8 >> 2] | 0) == (i8 | 0)) { - i3 = 0; - i1 = i2; - break; - } - } - } else { - i3 = 0; - i12 = 12; - } while (0); - if ((i12 | 0) == 12) { - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE16__construct_nodeERKS2_j(i1, i16, i11, i15); - i8 = i16 + 12 | 0; - d6 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); - d5 = +HEAPF32[i16 + 16 >> 2]; - do if (i13 | d6 > +(i7 >>> 0) * d5) { - if (i7 >>> 0 > 2) i2 = (i7 + -1 & i7 | 0) == 0; else i2 = 0; - i2 = (i2 & 1 | i7 << 1) ^ 1; - i3 = ~~+Math_ceil(+(d6 / d5)) >>> 0; - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE6rehashEj(i16, i2 >>> 0 < i3 >>> 0 ? i3 : i2); - i2 = HEAP32[i14 >> 2] | 0; - i3 = i2 + -1 | 0; - if (!(i3 & i2)) { - i7 = i2; - i3 = i3 & i15; - break; - } else { - i7 = i2; - i3 = (i15 >>> 0) % (i2 >>> 0) | 0; - break; - } - } while (0); - i2 = HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] | 0; - if (!i2) { - i15 = i16 + 8 | 0; - i2 = HEAP32[i1 >> 2] | 0; - HEAP32[i2 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i15 >> 2] = i2; - HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] = i15; - i3 = HEAP32[i2 >> 2] | 0; - if (i3) { - i3 = HEAP32[i3 + 4 >> 2] | 0; - i4 = i7 + -1 | 0; - if (!(i4 & i7)) i3 = i3 & i4; else i3 = (i3 >>> 0) % (i7 >>> 0) | 0; - HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] = i2; - } - } else { - i16 = HEAP32[i1 >> 2] | 0; - HEAP32[i16 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i2 >> 2] = i16; - i2 = i16; - } - HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 1; - HEAP32[i1 >> 2] = 0; - i3 = 1; - i1 = i2; - } - HEAP32[i17 >> 2] = i1; - HEAP8[i17 + 4 >> 0] = i3; - STACKTOP = i18; - return; -} - function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwe(i1, i26, i21, i20, d9) { i1 = i1 | 0; i26 = i26 | 0; @@ -47359,58 +47273,58 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0; i23 = STACKTOP; STACKTOP = STACKTOP + 352 | 0; - i16 = i23 + 304 | 0; + i12 = i23 + 304 | 0; i7 = i23 + 48 | 0; i6 = i23 + 32 | 0; i3 = i23 + 24 | 0; i2 = i23 + 8 | 0; - i4 = i23; + i5 = i23; i10 = i23 + 308 | 0; i8 = i23 + 300 | 0; i11 = i23 + 72 | 0; - i14 = i23 + 68 | 0; - i13 = i23 + 64 | 0; - i17 = i23 + 60 | 0; - i15 = i23 + 56 | 0; - i5 = i4; - HEAP32[i5 >> 2] = 37; - HEAP32[i5 + 4 >> 2] = 0; - i5 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 32898, HEAP32[i21 + 4 >> 2] | 0) | 0; + i17 = i23 + 68 | 0; + i16 = i23 + 64 | 0; + i13 = i23 + 60 | 0; + i14 = i23 + 56 | 0; + i4 = i5; + HEAP32[i4 >> 2] = 37; + HEAP32[i4 + 4 >> 2] = 0; + i4 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i5 + 1 | 0, 34104, HEAP32[i21 + 4 >> 2] | 0) | 0; HEAP32[i8 >> 2] = i10; i1 = __ZNSt3__16__clocEv() | 0; - if (i5) { + if (i4) { HEAP32[i2 >> 2] = HEAP32[i21 + 8 >> 2]; HEAPF64[i2 + 8 >> 3] = d9; - i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i4, i2) | 0; + i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i5, i2) | 0; } else { HEAPF64[i3 >> 3] = d9; - i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i4, i3) | 0; + i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i5, i3) | 0; } if ((i1 | 0) > 29) { i1 = __ZNSt3__16__clocEv() | 0; - if (i5) { + if (i4) { HEAP32[i6 >> 2] = HEAP32[i21 + 8 >> 2]; HEAPF64[i6 + 8 >> 3] = d9; - i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i4, i6) | 0; + i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i5, i6) | 0; } else { HEAPF64[i7 >> 3] = d9; - i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i4, i7) | 0; + i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i5, i7) | 0; } i1 = HEAP32[i8 >> 2] | 0; if (!i1) __ZSt17__throw_bad_allocv(); else { i18 = i1; i24 = i1; - i12 = i2; + i15 = i2; } } else { i18 = HEAP32[i8 >> 2] | 0; i24 = 0; - i12 = i1; + i15 = i1; } - i2 = i18 + i12 | 0; + i2 = i18 + i15 | 0; i3 = __ZNSt3__114__num_put_base18__identify_paddingEPcS1_RKNS_8ios_baseE(i18, i2, i21) | 0; if ((i18 | 0) != (i10 | 0)) { - i1 = _malloc(i12 << 3) | 0; + i1 = _malloc(i15 << 3) | 0; if (!i1) __ZSt17__throw_bad_allocv(); else { i19 = i18; i22 = i1; @@ -47422,14 +47336,14 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i25 = 0; } i1 = __ZNKSt3__18ios_base6getlocEv(i21) | 0; - HEAP32[i17 >> 2] = i1; - __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_6localeE(i19, i3, i2, i22, i14, i13, i17); + HEAP32[i13 >> 2] = i1; + __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_6localeE(i19, i3, i2, i22, i17, i16, i13); __ZNSt3__114__shared_count16__release_sharedEv(i1) | 0; - HEAP32[i15 >> 2] = HEAP32[i26 >> 2]; - i19 = HEAP32[i14 >> 2] | 0; - i1 = HEAP32[i13 >> 2] | 0; - HEAP32[i16 >> 2] = HEAP32[i15 >> 2]; - i1 = __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i16, i22, i19, i1, i21, i20) | 0; + HEAP32[i14 >> 2] = HEAP32[i26 >> 2]; + i19 = HEAP32[i17 >> 2] | 0; + i1 = HEAP32[i16 >> 2] | 0; + HEAP32[i12 >> 2] = HEAP32[i14 >> 2]; + i1 = __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i12, i22, i19, i1, i21, i20) | 0; HEAP32[i26 >> 2] = i1; if (i25 | 0) _free(i25); _free(i24); @@ -47437,22 +47351,113 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 return i1 | 0; } +function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i17, i16, i11) { + i17 = i17 | 0; + i16 = i16 | 0; + i11 = i11 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, d5 = 0.0, d6 = 0.0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i18 = 0; + i18 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i18; + i8 = HEAP32[i11 >> 2] | 0; + i15 = i8 * 33 ^ 5381; + i14 = i16 + 4 | 0; + i7 = HEAP32[i14 >> 2] | 0; + i13 = (i7 | 0) == 0; + L1 : do if (!i13) { + i9 = i7 + -1 | 0; + i10 = (i9 & i7 | 0) == 0; + if (i10) i3 = i9 & i15; else i3 = (i15 >>> 0) % (i7 >>> 0) | 0; + i1 = HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] | 0; + if (!i1) i12 = 12; else while (1) { + i1 = HEAP32[i1 >> 2] | 0; + if (!i1) { + i12 = 12; + break L1; + } + i4 = HEAP32[i1 + 4 >> 2] | 0; + if (i10) i4 = i4 & i9; else i4 = (i4 >>> 0) % (i7 >>> 0) | 0; + if ((i4 | 0) != (i3 | 0)) { + i12 = 12; + break L1; + } + if ((HEAP32[i1 + 8 >> 2] | 0) == (i8 | 0)) { + i2 = 0; + break; + } + } + } else { + i3 = 0; + i12 = 12; + } while (0); + if ((i12 | 0) == 12) { + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE16__construct_nodeERKS2_j(i2, i16, i11, i15); + i8 = i16 + 12 | 0; + d5 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); + d6 = +HEAPF32[i16 + 16 >> 2]; + do if (i13 | d5 > +(i7 >>> 0) * d6) { + if (i7 >>> 0 > 2) i1 = (i7 + -1 & i7 | 0) == 0; else i1 = 0; + i1 = (i1 & 1 | i7 << 1) ^ 1; + i3 = ~~+Math_ceil(+(d5 / d6)) >>> 0; + __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE6rehashEj(i16, i1 >>> 0 < i3 >>> 0 ? i3 : i1); + i1 = HEAP32[i14 >> 2] | 0; + i3 = i1 + -1 | 0; + if (!(i3 & i1)) { + i7 = i1; + i3 = i3 & i15; + break; + } else { + i7 = i1; + i3 = (i15 >>> 0) % (i1 >>> 0) | 0; + break; + } + } while (0); + i1 = HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] | 0; + if (!i1) { + i15 = i16 + 8 | 0; + i1 = HEAP32[i2 >> 2] | 0; + HEAP32[i1 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i15 >> 2] = i1; + HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] = i15; + i3 = HEAP32[i1 >> 2] | 0; + if (i3) { + i3 = HEAP32[i3 + 4 >> 2] | 0; + i4 = i7 + -1 | 0; + if (!(i4 & i7)) i3 = i3 & i4; else i3 = (i3 >>> 0) % (i7 >>> 0) | 0; + HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] = i1; + } + } else { + i16 = HEAP32[i2 >> 2] | 0; + HEAP32[i16 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i1 >> 2] = i16; + i1 = i16; + } + HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 1; + HEAP32[i2 >> 2] = 0; + i2 = 1; + } + HEAP32[i17 >> 2] = i1; + HEAP8[i17 + 4 >> 0] = i2; + STACKTOP = i18; + return; +} + 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_EEE20__node_insert_uniqueEPNS_11__hash_nodeIS4_PvEE(i16, i15, i1) { i16 = i16 | 0; i15 = i15 | 0; i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, d5 = 0.0, d6 = 0.0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0; - i8 = HEAP32[i1 + 8 >> 2] | 0; - i2 = i8 * 33 ^ 5381; + i9 = HEAP32[i1 + 8 >> 2] | 0; + i2 = i9 * 33 ^ 5381; i14 = i1 + 4 | 0; HEAP32[i14 >> 2] = i2; i13 = i15 + 4 | 0; i7 = HEAP32[i13 >> 2] | 0; i12 = (i7 | 0) == 0; L1 : do if (!i12) { - i9 = i7 + -1 | 0; - i10 = (i9 & i7 | 0) == 0; - if (i10) i3 = i9 & i2; else i3 = (i2 >>> 0) % (i7 >>> 0) | 0; + i10 = i7 + -1 | 0; + i8 = (i10 & i7 | 0) == 0; + if (i8) i3 = i10 & i2; else i3 = (i2 >>> 0) % (i7 >>> 0) | 0; i2 = HEAP32[(HEAP32[i15 >> 2] | 0) + (i3 << 2) >> 2] | 0; if (!i2) i11 = 12; else while (1) { i4 = HEAP32[i2 >> 2] | 0; @@ -47461,12 +47466,12 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ break L1; } i2 = HEAP32[i4 + 4 >> 2] | 0; - if (i10) i2 = i2 & i9; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; + if (i8) i2 = i2 & i10; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; if ((i2 | 0) != (i3 | 0)) { i11 = 12; break L1; } - if ((HEAP32[i4 + 8 >> 2] | 0) == (i8 | 0)) { + if ((HEAP32[i4 + 8 >> 2] | 0) == (i9 | 0)) { i2 = 0; i1 = i4; break; @@ -47478,12 +47483,12 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ } while (0); if ((i11 | 0) == 12) { i8 = i15 + 12 | 0; - d6 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); - d5 = +HEAPF32[i15 + 16 >> 2]; - do if (i12 | d6 > +(i7 >>> 0) * d5) { + d5 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); + d6 = +HEAPF32[i15 + 16 >> 2]; + do if (i12 | d5 > +(i7 >>> 0) * d6) { if (i7 >>> 0 > 2) i2 = (i7 + -1 & i7 | 0) == 0; else i2 = 0; i4 = (i2 & 1 | i7 << 1) ^ 1; - i2 = ~~+Math_ceil(+(d6 / d5)) >>> 0; + i2 = ~~+Math_ceil(+(d5 / d6)) >>> 0; __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_EEE6rehashEj(i15, i4 >>> 0 < i2 >>> 0 ? i2 : i4); i4 = HEAP32[i13 >> 2] | 0; i2 = HEAP32[i14 >> 2] | 0; @@ -47523,6 +47528,59 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ return; } +function __ZN4wasm15Asm2WasmBuilder8optimizeEv(i11) { + i11 = i11 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 112 | 0; + i9 = i12 + 96 | 0; + i10 = i12 + 72 | 0; + i1 = i12 + 60 | 0; + i2 = i12 + 48 | 0; + i4 = i12 + 36 | 0; + i5 = i12 + 24 | 0; + i6 = i12 + 12 | 0; + i7 = i12; + HEAP32[i9 + 4 >> 2] = 0; + HEAP32[i9 >> 2] = 2704; + i8 = HEAP32[i11 >> 2] | 0; + i3 = i8 + 88 | 0; + i8 = HEAP32[i8 + 84 >> 2] | 0; + while (1) { + if ((i8 | 0) == (i3 | 0)) break; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i9 >> 2] | 0) + 12 >> 2] & 127](i9, HEAP32[i8 + 20 >> 2] | 0); + i8 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i8) | 0; + } + HEAP32[i10 >> 2] = HEAP32[i11 + 4 >> 2]; + HEAP32[i10 + 4 >> 2] = 0; + HEAP32[i10 + 8 >> 2] = 0; + HEAP32[i10 + 12 >> 2] = 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 26210, 17); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i10, i1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 26944, 19); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i10, i2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 24375, 12); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i10, i4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 28443, 15); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i10, i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 13930, 14); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i10, i6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + if ((HEAP32[i11 + 12 >> 2] | 0) >>> 0 < 1024) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, 27679, 15); + __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i10, i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); + } + __ZN4wasm10PassRunner3runEPNS_6ModuleE(i10, HEAP32[i11 >> 2] | 0); + __ZN4wasm10PassRunnerD2Ev(i10); + STACKTOP = i12; + return; +} + function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEce(i1, i26, i22, i21, d9) { i1 = i1 | 0; i26 = i26 | 0; @@ -47532,58 +47590,58 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i23 = 0, i24 = 0, i25 = 0; i18 = STACKTOP; STACKTOP = STACKTOP + 176 | 0; - i16 = i18 + 76 | 0; + i12 = i18 + 76 | 0; i7 = i18 + 48 | 0; i6 = i18 + 32 | 0; i3 = i18 + 24 | 0; i2 = i18 + 8 | 0; - i4 = i18; + i5 = i18; i10 = i18 + 138 | 0; i8 = i18 + 72 | 0; i11 = i18 + 80 | 0; - i14 = i18 + 68 | 0; - i13 = i18 + 64 | 0; - i17 = i18 + 60 | 0; - i15 = i18 + 56 | 0; - i5 = i4; - HEAP32[i5 >> 2] = 37; - HEAP32[i5 + 4 >> 2] = 0; - i5 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 32898, HEAP32[i22 + 4 >> 2] | 0) | 0; + i17 = i18 + 68 | 0; + i16 = i18 + 64 | 0; + i13 = i18 + 60 | 0; + i14 = i18 + 56 | 0; + i4 = i5; + HEAP32[i4 >> 2] = 37; + HEAP32[i4 + 4 >> 2] = 0; + i4 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i5 + 1 | 0, 34104, HEAP32[i22 + 4 >> 2] | 0) | 0; HEAP32[i8 >> 2] = i10; i1 = __ZNSt3__16__clocEv() | 0; - if (i5) { + if (i4) { HEAP32[i2 >> 2] = HEAP32[i22 + 8 >> 2]; HEAPF64[i2 + 8 >> 3] = d9; - i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i4, i2) | 0; + i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i5, i2) | 0; } else { HEAPF64[i3 >> 3] = d9; - i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i4, i3) | 0; + i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i5, i3) | 0; } if ((i1 | 0) > 29) { i1 = __ZNSt3__16__clocEv() | 0; - if (i5) { + if (i4) { HEAP32[i6 >> 2] = HEAP32[i22 + 8 >> 2]; HEAPF64[i6 + 8 >> 3] = d9; - i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i4, i6) | 0; + i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i5, i6) | 0; } else { HEAPF64[i7 >> 3] = d9; - i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i4, i7) | 0; + i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i5, i7) | 0; } i1 = HEAP32[i8 >> 2] | 0; if (!i1) __ZSt17__throw_bad_allocv(); else { i19 = i1; i23 = i1; - i12 = i2; + i15 = i2; } } else { i19 = HEAP32[i8 >> 2] | 0; i23 = 0; - i12 = i1; + i15 = i1; } - i2 = i19 + i12 | 0; + i2 = i19 + i15 | 0; i3 = __ZNSt3__114__num_put_base18__identify_paddingEPcS1_RKNS_8ios_baseE(i19, i2, i22) | 0; if ((i19 | 0) != (i10 | 0)) { - i1 = _malloc(i12 << 1) | 0; + i1 = _malloc(i15 << 1) | 0; if (!i1) __ZSt17__throw_bad_allocv(); else { i20 = i19; i24 = i1; @@ -47595,20 +47653,109 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i25 = 0; } i19 = __ZNKSt3__18ios_base6getlocEv(i22) | 0; - HEAP32[i17 >> 2] = i19; - __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS_6localeE(i20, i3, i2, i24, i14, i13, i17); + HEAP32[i13 >> 2] = i19; + __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS_6localeE(i20, i3, i2, i24, i17, i16, i13); __ZNSt3__114__shared_count16__release_sharedEv(i19) | 0; - HEAP32[i15 >> 2] = HEAP32[i26 >> 2]; - i20 = HEAP32[i14 >> 2] | 0; - i26 = HEAP32[i13 >> 2] | 0; - HEAP32[i16 >> 2] = HEAP32[i15 >> 2]; - i26 = __ZNSt3__116__pad_and_outputIcNS_11char_traitsIcEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i16, i24, i20, i26, i22, i21) | 0; + HEAP32[i14 >> 2] = HEAP32[i26 >> 2]; + i20 = HEAP32[i17 >> 2] | 0; + i26 = HEAP32[i16 >> 2] | 0; + HEAP32[i12 >> 2] = HEAP32[i14 >> 2]; + i26 = __ZNSt3__116__pad_and_outputIcNS_11char_traitsIcEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i12, i24, i20, i26, i22, i21) | 0; _free(i25); _free(i23); STACKTOP = i18; return i26 | 0; } +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; + i6 = i6 | 0; + i7 = i7 | 0; + i4 = i4 | 0; + var i2 = 0, i3 = 0, i8 = 0; + L1 : while (1) { + i1 = HEAP32[i5 >> 2] | 0; + do if (i1) { + i2 = HEAP32[i1 + 12 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == -1) { + HEAP32[i5 >> 2] = 0; + i3 = 1; + break; + } else { + i3 = (HEAP32[i5 >> 2] | 0) == 0; + break; + } + } else i3 = 1; while (0); + i2 = HEAP32[i6 >> 2] | 0; + do if (i2) { + i1 = HEAP32[i2 + 12 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if ((i1 | 0) != -1) if (i3) { + i3 = i2; + break; + } else { + i3 = i2; + break L1; + } else { + HEAP32[i6 >> 2] = 0; + i8 = 15; + break; + } + } else i8 = 15; while (0); + if ((i8 | 0) == 15) { + i8 = 0; + if (i3) { + i3 = 0; + break; + } else i3 = 0; + } + i1 = HEAP32[i5 >> 2] | 0; + i2 = HEAP32[i1 + 12 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; + if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i4 >> 2] | 0) + 12 >> 2] & 31](i4, 8192, i1) | 0)) break; + i1 = HEAP32[i5 >> 2] | 0; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { + FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; + continue; + } else { + HEAP32[i2 >> 2] = i3 + 4; + continue; + } + } + i1 = HEAP32[i5 >> 2] | 0; + do if (i1) { + i2 = HEAP32[i1 + 12 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == -1) { + HEAP32[i5 >> 2] = 0; + i2 = 1; + break; + } else { + i2 = (HEAP32[i5 >> 2] | 0) == 0; + break; + } + } else i2 = 1; while (0); + do if (i3) { + i1 = HEAP32[i3 + 12 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; + if ((i1 | 0) != -1) if (i2) break; else { + i8 = 39; + break; + } else { + HEAP32[i6 >> 2] = 0; + i8 = 37; + break; + } + } else i8 = 37; while (0); + if ((i8 | 0) == 37 ? i2 : 0) i8 = 39; + if ((i8 | 0) == 39) HEAP32[i7 >> 2] = HEAP32[i7 >> 2] | 2; + return; +} + 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; @@ -47666,7 +47813,7 @@ function __ZNSt3__19__num_getIwE19__stage2_float_loopEwRbRcPcRS4_wwRKNS_12basic_ i2 = i1 - i5 | 0; i1 = i2 >> 2; if ((i2 | 0) <= 124) { - i3 = HEAP8[32649 + i1 >> 0] | 0; + i3 = HEAP8[33855 + i1 >> 0] | 0; switch (i1 | 0) { case 24: case 25: @@ -47711,63 +47858,63 @@ function __ZNSt3__19__num_getIwE19__stage2_float_loopEwRbRcPcRS4_wwRKNS_12basic_ function _load_asm2wasm(i1) { i1 = i1 | 0; - var i2 = 0, i3 = 0, d4 = 0.0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0; + var d2 = 0.0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i6 = i8 + 24 | 0; - i3 = i8 + 28 | 0; + i5 = i8 + 24 | 0; + i4 = i8 + 28 | 0; i7 = i8 + 4 | 0; - i5 = i8; + i6 = i8; __ZL12prepare2wasmv(); - HEAP8[i3 >> 0] = 0; - i1 = __ZN4wasm20Asm2WasmPreProcessor7processEPc(i3, i1) | 0; - if (HEAP8[42388] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 13994) | 0; + HEAP8[i4 >> 0] = 0; + i1 = __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) | 0; + if (HEAP8[43548] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 14066) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEEC2Ev(i7); - i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseToplevelEPc(i7, i1) | 0; + i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseToplevelEPc(i7, i1) | 0; i10 = __Znwj(164) | 0; _memset(i10 | 0, 0, 164) | 0; __ZN4wasm16AllocatingModuleC2Ev(i10); - HEAP32[9598] = i10; + HEAP32[9888] = i10; i10 = _emscripten_asm_const_i(0) | 0; - i9 = HEAP32[9598] | 0; + i9 = HEAP32[9888] | 0; HEAP32[i9 + 108 >> 2] = i10; - i1 = HEAP8[i3 >> 0] | 0; + i1 = HEAP8[i4 >> 0] | 0; HEAP32[i9 + 112 >> 2] = i1 << 24 >> 24 == 0 ? i10 : -1; - if (HEAP8[42388] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 14052) | 0; + if (HEAP8[43548] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 14124) | 0; i10 = __Znwj(120) | 0; - __ZN4wasm15Asm2WasmBuilderC2ERNS_16AllocatingModuleEbi(i10, HEAP32[9598] | 0, i1 << 24 >> 24 != 0, HEAP32[9593] | 0); - HEAP32[9594] = i10; - HEAP32[i5 >> 2] = i2; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i10, i6); - if (HEAP8[42388] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 14064) | 0; - __ZN4wasm15Asm2WasmBuilder8optimizeEv(HEAP32[9594] | 0); - if (HEAP8[42388] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 14079) | 0; - i2 = HEAP32[9594] | 0; - i3 = i2 + 52 | 0; - i2 = HEAP32[i2 + 48 >> 2] | 0; + __ZN4wasm15Asm2WasmBuilderC2ERNS_16AllocatingModuleEbi(i10, HEAP32[9888] | 0, i1 << 24 >> 24 != 0, HEAP32[9883] | 0); + HEAP32[9884] = i10; + HEAP32[i6 >> 2] = i3; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i10, i5); + if (HEAP8[43548] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 14136) | 0; + __ZN4wasm15Asm2WasmBuilder8optimizeEv(HEAP32[9884] | 0); + if (HEAP8[43548] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 14151) | 0; + i4 = HEAP32[9884] | 0; + i1 = i4 + 52 | 0; + i4 = HEAP32[i4 + 48 >> 2] | 0; L13 : while (1) { - if ((i2 | 0) == (i3 | 0)) { + if ((i4 | 0) == (i1 | 0)) { i1 = 11; break; } - L16 : do if (HEAP8[i2 + 28 >> 0] | 0) { - d4 = +_emscripten_asm_const_dii(1, HEAP32[i2 + 32 >> 2] | 0, HEAP32[i2 + 36 >> 2] | 0); - i1 = HEAP32[i2 + 20 >> 2] | 0; - switch (HEAP32[i2 + 24 >> 2] | 0) { + L16 : do if (HEAP8[i4 + 28 >> 0] | 0) { + d2 = +_emscripten_asm_const_dii(1, HEAP32[i4 + 32 >> 2] | 0, HEAP32[i4 + 36 >> 2] | 0); + i3 = HEAP32[i4 + 20 >> 2] | 0; + switch (HEAP32[i4 + 24 >> 2] | 0) { case 1: { - _emscripten_asm_const_iid(2, i1 | 0, +d4) | 0; + _emscripten_asm_const_iid(2, i3 | 0, +d2) | 0; break L16; } case 3: { - _emscripten_asm_const_iid(3, i1 | 0, +d4) | 0; + _emscripten_asm_const_iid(3, i3 | 0, +d2) | 0; break L16; } case 4: { - _emscripten_asm_const_iid(4, i1 | 0, +d4) | 0; + _emscripten_asm_const_iid(4, i3 | 0, +d2) | 0; break L16; } default: @@ -47777,7 +47924,7 @@ function _load_asm2wasm(i1) { } } } while (0); - i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; + i4 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; } if ((i1 | 0) == 11) { __ZNSt3__113__vector_baseINS_6vectorIN6cashew6ParserINS2_3RefENS2_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS7_EEEENS8_ISA_EEED2Ev(i7); @@ -47786,198 +47933,6 @@ function _load_asm2wasm(i1) { } else if ((i1 | 0) == 17) _abort(); } -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; - i6 = i6 | 0; - i7 = i7 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0, i8 = 0; - L1 : while (1) { - i1 = HEAP32[i5 >> 2] | 0; - do if (i1) { - i2 = HEAP32[i1 + 12 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; - if ((i1 | 0) == -1) { - HEAP32[i5 >> 2] = 0; - i2 = 1; - break; - } else { - i2 = (HEAP32[i5 >> 2] | 0) == 0; - break; - } - } else i2 = 1; while (0); - i3 = HEAP32[i6 >> 2] | 0; - do if (i3) { - i1 = HEAP32[i3 + 12 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) != -1) if (i2) break; else break L1; else { - HEAP32[i6 >> 2] = 0; - i8 = 15; - break; - } - } else i8 = 15; while (0); - if ((i8 | 0) == 15) { - i8 = 0; - if (i2) { - i3 = 0; - break; - } else i3 = 0; - } - i1 = HEAP32[i5 >> 2] | 0; - i2 = HEAP32[i1 + 12 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; - if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i4 >> 2] | 0) + 12 >> 2] & 31](i4, 8192, i1) | 0)) break; - i1 = HEAP32[i5 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { - FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; - continue; - } else { - HEAP32[i3 >> 2] = i2 + 4; - continue; - } - } - i1 = HEAP32[i5 >> 2] | 0; - do if (i1) { - i2 = HEAP32[i1 + 12 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAP32[i2 >> 2] | 0; - if ((i1 | 0) == -1) { - HEAP32[i5 >> 2] = 0; - i2 = 1; - break; - } else { - i2 = (HEAP32[i5 >> 2] | 0) == 0; - break; - } - } else i2 = 1; while (0); - do if (i3) { - i1 = HEAP32[i3 + 12 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) != -1) if (i2) break; else { - i8 = 39; - break; - } else { - HEAP32[i6 >> 2] = 0; - i8 = 37; - break; - } - } else i8 = 37; while (0); - if ((i8 | 0) == 37 ? i2 : 0) i8 = 39; - if ((i8 | 0) == 39) HEAP32[i7 >> 2] = HEAP32[i7 >> 2] | 2; - return; -} - -function __ZN4wasm12FunctionType5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjb(i5, i8, i1, i7) { - i5 = i5 | 0; - i8 = i8 | 0; - i1 = i1 | 0; - i7 = i7 | 0; - var i2 = 0, i3 = 0, i4 = 0, i6 = 0, i9 = 0; - i6 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i2 = i6 + 4 | 0; - i1 = i6; - if (i7) { - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i8, 12779, 0) | 0, 32) | 0; - HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i2) | 0, 18169) | 0; - } - i2 = i5 + 8 | 0; - i1 = i5 + 12 | 0; - do if ((HEAP32[i1 >> 2] | 0) != (HEAP32[i2 >> 2] | 0)) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 32) | 0; - __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i8, 12725) | 0; - i4 = HEAP32[i1 >> 2] | 0; - i1 = HEAP32[i2 >> 2] | 0; - L6 : while (1) { - if ((i1 | 0) == (i4 | 0)) { - i1 = 6; - break; - } - i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 32) | 0; - switch (HEAP32[i1 >> 2] | 0) { - case 0: - { - i3 = 17406; - break; - } - case 1: - { - i3 = 17411; - break; - } - case 2: - { - i3 = 17415; - break; - } - case 3: - { - i3 = 17419; - break; - } - case 4: - { - i3 = 17423; - break; - } - default: - { - i1 = 12; - break L6; - } - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i3) | 0; - i1 = i1 + 4 | 0; - } - if ((i1 | 0) == 6) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 41) | 0; - break; - } - } while (0); - i2 = i5 + 4 | 0; - if (HEAP32[i2 >> 2] | 0) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 32) | 0; - i1 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i8, 18176) | 0; - switch (HEAP32[i2 >> 2] | 0) { - case 0: - { - i9 = 17406; - break; - } - case 1: - { - i9 = 17411; - break; - } - case 2: - { - i9 = 17415; - break; - } - case 3: - { - i9 = 17419; - break; - } - case 4: - { - i9 = 17423; - break; - } - default: - {} - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i9) | 0, 41) | 0; - } - if (i7) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 18184) | 0; - STACKTOP = i6; - return i8 | 0; -} - function __ZN4wasm11MergeBlocks10visitBlockEPNS_5BlockE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -47985,41 +47940,41 @@ function __ZN4wasm11MergeBlocks10visitBlockEPNS_5BlockE(i1, i2) { i15 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i14 = i15 + 4 | 0; - i12 = i15; - i13 = i2 + 12 | 0; + i13 = i15; + i12 = i2 + 12 | 0; i7 = i2 + 16 | 0; i8 = i14 + 4 | 0; i9 = i14 + 8 | 0; i10 = i14 + 8 | 0; - i11 = (i13 | 0) == (i14 | 0); + i11 = (i12 | 0) == (i14 | 0); i1 = 0; while (1) { - i2 = HEAP32[i13 >> 2] | 0; + i2 = HEAP32[i12 >> 2] | 0; if (i1 >>> 0 >= (HEAP32[i7 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i2 + (i1 << 2) >> 2] | 0) | 0; - if (i6 | 0 ? (HEAP32[i6 + 8 >> 2] | 0) == 0 : 0) { + i5 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i2 + (i1 << 2) >> 2] | 0) | 0; + if (i5 | 0 ? (HEAP32[i5 + 8 >> 2] | 0) == 0 : 0) { HEAP32[i14 >> 2] = 0; HEAP32[i8 >> 2] = 0; HEAP32[i9 >> 2] = 0; i4 = 0; while (1) { if (i4 >>> 0 >= i1 >>> 0) break; - i3 = (HEAP32[i13 >> 2] | 0) + (i4 << 2) | 0; - i2 = HEAP32[i8 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i10 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i14, i3); else { - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + i2 = (HEAP32[i12 >> 2] | 0) + (i4 << 2) | 0; + i3 = HEAP32[i8 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i10 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i14, i2); else { + HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; } i4 = i4 + 1 | 0; } - i5 = HEAP32[i6 + 16 >> 2] | 0; - i4 = HEAP32[i6 + 12 >> 2] | 0; + i6 = HEAP32[i5 + 16 >> 2] | 0; + i4 = HEAP32[i5 + 12 >> 2] | 0; while (1) { - if ((i4 | 0) == (i5 | 0)) break; + if ((i4 | 0) == (i6 | 0)) break; i2 = HEAP32[i4 >> 2] | 0; - HEAP32[i12 >> 2] = i2; + HEAP32[i13 >> 2] = i2; i3 = HEAP32[i8 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i10 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i14, i12); else { + if ((i3 | 0) == (HEAP32[i10 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i14, i13); else { HEAP32[i3 >> 2] = i2; HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; } @@ -48027,20 +47982,20 @@ function __ZN4wasm11MergeBlocks10visitBlockEPNS_5BlockE(i1, i2) { } while (1) { i1 = i1 + 1 | 0; - i2 = HEAP32[i13 >> 2] | 0; + i2 = HEAP32[i12 >> 2] | 0; if (i1 >>> 0 >= (HEAP32[i7 >> 2] | 0) - i2 >> 2 >>> 0) break; - i3 = i2 + (i1 << 2) | 0; - i2 = HEAP32[i8 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i10 >> 2] | 0)) { - __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i14, i3); + i2 = i2 + (i1 << 2) | 0; + i3 = HEAP32[i8 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i10 >> 2] | 0)) { + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i14, i2); continue; } else { - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; continue; } } - if (!i11) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6assignIPS3_EENS_9enable_ifIXaasr21__is_forward_iteratorIT_EE5valuesr16is_constructibleIS3_NS_15iterator_traitsISA_E9referenceEEE5valueEvE4typeESA_SA_(i13, HEAP32[i14 >> 2] | 0, HEAP32[i8 >> 2] | 0); + if (!i11) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6assignIPS3_EENS_9enable_ifIXaasr21__is_forward_iteratorIT_EE5valuesr16is_constructibleIS3_NS_15iterator_traitsISA_E9referenceEEE5valueEvE4typeESA_SA_(i12, HEAP32[i14 >> 2] | 0, HEAP32[i8 >> 2] | 0); __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i14); i1 = 0; continue; @@ -48054,7 +48009,7 @@ function __ZN4wasm11MergeBlocks10visitBlockEPNS_5BlockE(i1, i2) { function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27848, 27598, 1701, 27853); + if (!i1) ___assert_fail(29102, 28852, 1227, 29107); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -48160,7 +48115,7 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnus function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27848, 27598, 1701, 27853); + if (!i1) ___assert_fail(29102, 28852, 1227, 29107); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -48263,59 +48218,59 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnus return; } -function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i15, i14, i4) { +function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i15, i14, i6) { i15 = i15 | 0; i14 = i14 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i16 = 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, i16 = 0; i16 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i16; + i4 = i16; HEAP8[i15 >> 0] = 0; - i3 = i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0; - i2 = i3 + 16 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (!i1) { - i1 = HEAP32[i3 + 72 >> 2] | 0; + i1 = i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0; + i2 = i1 + 16 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (!i3) { + i1 = HEAP32[i1 + 72 >> 2] | 0; if (i1 | 0) __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i1) | 0; - do if (!i4 ? (i5 = i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) | 0, HEAP32[i5 + 4 >> 2] & 4096 | 0) : 0) { - i12 = __ZNKSt3__18ios_base6getlocEv(i5) | 0; - HEAP32[i6 >> 2] = i12; - i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40460) | 0; - __ZNSt3__16localeD2Ev(i6); + 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, 41620) | 0; + __ZNSt3__16localeD2Ev(i4); i1 = HEAP32[i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; - i12 = i12 + 8 | 0; - i4 = i1; - i13 = (i1 | 0) == 0; - i10 = i4 + 12 | 0; - i8 = i4 + 16 | 0; + i4 = i5 + 8 | 0; i5 = i1; + i6 = (i1 | 0) == 0; + i7 = i5 + 12 | 0; + i8 = i5 + 16 | 0; + i9 = i1; i2 = i1; - i11 = i2 + 12 | 0; - i9 = i2 + 16 | 0; - i6 = i1; - i7 = i1; + i10 = i2 + 12 | 0; + i11 = i2 + 16 | 0; + i12 = i1; + i13 = i1; while (1) { - if (i13) { + if (i6) { i2 = 0; i1 = 0; break; } - if ((HEAP32[i10 >> 2] | 0) == (HEAP32[i8 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i4) | 0) == -1 : 0) { + if ((HEAP32[i7 >> 2] | 0) == (HEAP32[i8 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i9 >> 2] | 0) + 36 >> 2] & 127](i5) | 0) == -1 : 0) { i2 = 0; i1 = 0; break; } - i3 = HEAP32[i11 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i9 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i3 = HEAPU8[i3 >> 0] | 0; + i3 = HEAP32[i10 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i11 >> 2] | 0)) i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i12 >> 2] | 0) + 36 >> 2] & 127](i2) | 0; else i3 = HEAPU8[i3 >> 0] | 0; if ((i3 & 255) << 24 >> 24 <= -1) break; - if (!(HEAP16[(HEAP32[i12 >> 2] | 0) + (i3 << 24 >> 24 << 1) >> 1] & 8192)) break; - i3 = HEAP32[i11 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i9 >> 2] | 0)) { - FUNCTION_TABLE_ii[HEAP32[(HEAP32[i7 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; + if (!(HEAP16[(HEAP32[i4 >> 2] | 0) + (i3 << 24 >> 24 << 1) >> 1] & 8192)) break; + i3 = HEAP32[i10 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i11 >> 2] | 0)) { + FUNCTION_TABLE_ii[HEAP32[(HEAP32[i13 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; continue; } else { - HEAP32[i11 >> 2] = i3 + 1; + HEAP32[i10 >> 2] = i3 + 1; continue; } } @@ -48328,7 +48283,7 @@ function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i15, i1 HEAP32[i13 >> 2] = HEAP32[i13 >> 2] | (HEAP32[i12 + 24 >> 2] | 0) == 0 | 6; } while (0); HEAP8[i15 >> 0] = (HEAP32[i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) + 16 >> 2] | 0) == 0 & 1; - } else HEAP32[i2 >> 2] = i1 | (HEAP32[i3 + 24 >> 2] | 0) == 0 | 4; + } else HEAP32[i2 >> 2] = i3 | (HEAP32[i1 + 24 >> 2] | 0) == 0 | 4; STACKTOP = i16; return; } @@ -48336,7 +48291,7 @@ function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i15, i1 function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27848, 27598, 1701, 27853); + if (!i1) ___assert_fail(29102, 28852, 1227, 29107); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -48442,7 +48397,7 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLo function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27848, 27598, 1701, 27853); + if (!i1) ___assert_fail(29102, 28852, 1227, 29107); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -48554,7 +48509,7 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 var 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, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i25 = 0; i21 = STACKTOP; STACKTOP = STACKTOP + 336 | 0; - i14 = i21 + 296 | 0; + i10 = i21 + 296 | 0; i5 = i21 + 32 | 0; i3 = i21 + 24 | 0; i2 = i21 + 8 | 0; @@ -48562,14 +48517,14 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i8 = i21 + 300 | 0; i6 = i21 + 292 | 0; i9 = i21 + 64 | 0; - i12 = i21 + 60 | 0; - i11 = i21 + 56 | 0; - i15 = i21 + 52 | 0; - i13 = i21 + 48 | 0; + i15 = i21 + 60 | 0; + i14 = i21 + 56 | 0; + i11 = i21 + 52 | 0; + i12 = i21 + 48 | 0; i25 = i4; HEAP32[i25 >> 2] = 37; HEAP32[i25 + 4 >> 2] = 0; - i25 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 46477, HEAP32[i19 + 4 >> 2] | 0) | 0; + i25 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 47638, HEAP32[i19 + 4 >> 2] | 0) | 0; HEAP32[i6 >> 2] = i8; i1 = __ZNSt3__16__clocEv() | 0; if (i25) { @@ -48589,17 +48544,17 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 if (!i1) __ZSt17__throw_bad_allocv(); else { i16 = i1; i22 = i1; - i10 = i2; + i13 = i2; } } else { i16 = HEAP32[i6 >> 2] | 0; i22 = 0; - i10 = i1; + i13 = i1; } - i2 = i16 + i10 | 0; + i2 = i16 + i13 | 0; i3 = __ZNSt3__114__num_put_base18__identify_paddingEPcS1_RKNS_8ios_baseE(i16, i2, i19) | 0; if ((i16 | 0) != (i8 | 0)) { - i1 = _malloc(i10 << 3) | 0; + i1 = _malloc(i13 << 3) | 0; if (!i1) __ZSt17__throw_bad_allocv(); else { i17 = i16; i20 = i1; @@ -48611,14 +48566,14 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i23 = 0; } i25 = __ZNKSt3__18ios_base6getlocEv(i19) | 0; - HEAP32[i15 >> 2] = i25; - __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_6localeE(i17, i3, i2, i20, i12, i11, i15); + HEAP32[i11 >> 2] = i25; + __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_6localeE(i17, i3, i2, i20, i15, i14, i11); __ZNSt3__114__shared_count16__release_sharedEv(i25) | 0; - HEAP32[i13 >> 2] = HEAP32[i24 >> 2]; - i25 = HEAP32[i12 >> 2] | 0; - i1 = HEAP32[i11 >> 2] | 0; - HEAP32[i14 >> 2] = HEAP32[i13 >> 2]; - i1 = __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i14, i20, i25, i1, i19, i18) | 0; + HEAP32[i12 >> 2] = HEAP32[i24 >> 2]; + i25 = HEAP32[i15 >> 2] | 0; + i1 = HEAP32[i14 >> 2] | 0; + HEAP32[i10 >> 2] = HEAP32[i12 >> 2]; + i1 = __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i10, i20, i25, i1, i19, i18) | 0; HEAP32[i24 >> 2] = i1; if (i23 | 0) _free(i23); _free(i22); @@ -48626,100 +48581,137 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 return i1 | 0; } -function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE17__get_white_spaceERS4_S4_RjRKNS_5ctypeIcEE(i2, i5, i6, i7, i1) { +function __ZN4wasm11WasmVisitorINS_16PrintSExpressionEvE5visitEPNS_10ExpressionE(i3, i2) { + i3 = i3 | 0; i2 = i2 | 0; - i5 = i5 | 0; - i6 = i6 | 0; - i7 = i7 | 0; - i1 = i1 | 0; - var i3 = 0, i4 = 0, i8 = 0; - i4 = i1 + 8 | 0; - L1 : while (1) { - i1 = HEAP32[i5 >> 2] | 0; - do if (i1) { - if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1) { - HEAP32[i5 >> 2] = 0; - i1 = 0; - break; - } else { - i1 = HEAP32[i5 >> 2] | 0; - break; - } - } else i1 = 0; while (0); - i2 = (i1 | 0) == 0; - i1 = HEAP32[i6 >> 2] | 0; - do if (i1) { - if ((HEAP32[i1 + 12 >> 2] | 0) != (HEAP32[i1 + 16 >> 2] | 0)) if (i2) break; else { - i2 = i1; - break L1; - } - if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) != -1) if (i2) break; else { - i2 = i1; - break L1; - } else { - HEAP32[i6 >> 2] = 0; - i8 = 12; - break; - } - } else i8 = 12; while (0); - if ((i8 | 0) == 12) { - i8 = 0; - if (i2) { - i2 = 0; - break; - } else i1 = 0; + var i1 = 0, i4 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i4; + if (!i2) ___assert_fail(29102, 28852, 1227, 29107); + do switch (HEAP32[i2 >> 2] | 0) { + case 0: + { + _abort(); + break; } - i3 = HEAP32[i5 >> 2] | 0; - i2 = HEAP32[i3 + 12 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i3 + 16 >> 2] | 0)) i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0; else i2 = HEAPU8[i2 >> 0] | 0; - if ((i2 & 255) << 24 >> 24 <= -1) { - i2 = i1; + case 1: + { + __ZN4wasm16PrintSExpression10visitBlockEPNS_5BlockE(i3, i2); break; } - if (!(HEAP16[(HEAP32[i4 >> 2] | 0) + (i2 << 24 >> 24 << 1) >> 1] & 8192)) { - i2 = i1; + case 2: + { + __ZN4wasm16PrintSExpression7visitIfEPNS_2IfE(i3, i2); break; } - i1 = HEAP32[i5 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { - FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; - continue; - } else { - HEAP32[i3 >> 2] = i2 + 1; - continue; + case 3: + { + __ZN4wasm16PrintSExpression9visitLoopEPNS_4LoopE(i3, i2); + break; } - } - i1 = HEAP32[i5 >> 2] | 0; - do if (i1) { - if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1) { - HEAP32[i5 >> 2] = 0; - i1 = 0; + case 4: + { + __ZN4wasm16PrintSExpression10visitBreakEPNS_5BreakE(i3, i2); break; - } else { - i1 = HEAP32[i5 >> 2] | 0; + } + case 5: + { + __ZN4wasm16PrintSExpression11visitSwitchEPNS_6SwitchE(i3, i2); break; } - } else i1 = 0; while (0); - i1 = (i1 | 0) == 0; - do if (i2) { - if ((HEAP32[i2 + 12 >> 2] | 0) == (HEAP32[i2 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) == -1 : 0) { - HEAP32[i6 >> 2] = 0; - i8 = 32; + case 6: + { + __ZN4wasm16PrintSExpression9visitCallEPNS_4CallE(i3, i2); break; } - if (!i1) i8 = 33; - } else i8 = 32; while (0); - if ((i8 | 0) == 32 ? i1 : 0) i8 = 33; - if ((i8 | 0) == 33) HEAP32[i7 >> 2] = HEAP32[i7 >> 2] | 2; + case 7: + { + __ZN4wasm16PrintSExpression15visitCallImportEPNS_10CallImportE(i3, i2); + break; + } + case 8: + { + __ZN4wasm16PrintSExpression17visitCallIndirectEPNS_12CallIndirectE(i3, i2); + break; + } + case 9: + { + __ZN4wasm16PrintSExpression13visitGetLocalEPNS_8GetLocalE(i3, i2); + break; + } + case 10: + { + __ZN4wasm16PrintSExpression13visitSetLocalEPNS_8SetLocalE(i3, i2); + break; + } + case 11: + { + __ZN4wasm16PrintSExpression9visitLoadEPNS_4LoadE(i3, i2); + break; + } + case 12: + { + __ZN4wasm16PrintSExpression10visitStoreEPNS_5StoreE(i3, i2); + break; + } + case 13: + { + i3 = HEAP32[i3 + 4 >> 2] | 0; + i2 = i2 + 8 | 0; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + HEAP32[i1 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_7LiteralE(i3, i1) | 0; + break; + } + case 14: + { + __ZN4wasm16PrintSExpression10visitUnaryEPNS_5UnaryE(i3, i2); + break; + } + case 15: + { + __ZN4wasm16PrintSExpression11visitBinaryEPNS_6BinaryE(i3, i2); + break; + } + case 16: + { + __ZN4wasm16PrintSExpression11visitSelectEPNS_6SelectE(i3, i2); + break; + } + case 17: + { + __ZN4wasm16PrintSExpression11visitReturnEPNS_6ReturnE(i3, i2); + break; + } + case 18: + { + __ZN4wasm16PrintSExpression9visitHostEPNS_4HostE(i3, i2); + break; + } + case 19: + { + __ZN4wasm16PrintSExpression8visitNopEPNS_3NopE(i3, i2); + break; + } + case 20: + { + __ZN4wasm16PrintSExpression16visitUnreachableEPNS_11UnreachableE(i3, i2); + break; + } + default: + {} + } while (0); + STACKTOP = i4; return; } function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27848, 27598, 1701, 27853); + if (!i1) ___assert_fail(29102, 28852, 1227, 29107); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -48831,7 +48823,7 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 var 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, i21 = 0, i22 = 0, i23 = 0, i25 = 0; i16 = STACKTOP; STACKTOP = STACKTOP + 160 | 0; - i14 = i16 + 68 | 0; + i10 = i16 + 68 | 0; i5 = i16 + 32 | 0; i3 = i16 + 24 | 0; i2 = i16 + 8 | 0; @@ -48839,14 +48831,14 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i8 = i16 + 130 | 0; i6 = i16 + 64 | 0; i9 = i16 + 72 | 0; - i12 = i16 + 60 | 0; - i11 = i16 + 56 | 0; - i15 = i16 + 52 | 0; - i13 = i16 + 48 | 0; + i15 = i16 + 60 | 0; + i14 = i16 + 56 | 0; + i11 = i16 + 52 | 0; + i12 = i16 + 48 | 0; i25 = i4; HEAP32[i25 >> 2] = 37; HEAP32[i25 + 4 >> 2] = 0; - i25 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 46477, HEAP32[i20 + 4 >> 2] | 0) | 0; + i25 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 47638, HEAP32[i20 + 4 >> 2] | 0) | 0; HEAP32[i6 >> 2] = i8; i1 = __ZNSt3__16__clocEv() | 0; if (i25) { @@ -48866,17 +48858,17 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 if (!i1) __ZSt17__throw_bad_allocv(); else { i17 = i1; i21 = i1; - i10 = i2; + i13 = i2; } } else { i17 = HEAP32[i6 >> 2] | 0; i21 = 0; - i10 = i1; + i13 = i1; } - i2 = i17 + i10 | 0; + i2 = i17 + i13 | 0; i3 = __ZNSt3__114__num_put_base18__identify_paddingEPcS1_RKNS_8ios_baseE(i17, i2, i20) | 0; if ((i17 | 0) != (i8 | 0)) { - i1 = _malloc(i10 << 1) | 0; + i1 = _malloc(i13 << 1) | 0; if (!i1) __ZSt17__throw_bad_allocv(); else { i18 = i17; i22 = i1; @@ -48888,14 +48880,14 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i23 = 0; } i25 = __ZNKSt3__18ios_base6getlocEv(i20) | 0; - HEAP32[i15 >> 2] = i25; - __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS_6localeE(i18, i3, i2, i22, i12, i11, i15); + HEAP32[i11 >> 2] = i25; + __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS_6localeE(i18, i3, i2, i22, i15, i14, i11); __ZNSt3__114__shared_count16__release_sharedEv(i25) | 0; - HEAP32[i13 >> 2] = HEAP32[i24 >> 2]; - i24 = HEAP32[i12 >> 2] | 0; - i25 = HEAP32[i11 >> 2] | 0; - HEAP32[i14 >> 2] = HEAP32[i13 >> 2]; - i25 = __ZNSt3__116__pad_and_outputIcNS_11char_traitsIcEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i14, i22, i24, i25, i20, i19) | 0; + HEAP32[i12 >> 2] = HEAP32[i24 >> 2]; + i24 = HEAP32[i15 >> 2] | 0; + i25 = HEAP32[i14 >> 2] | 0; + HEAP32[i10 >> 2] = HEAP32[i12 >> 2]; + i25 = __ZNSt3__116__pad_and_outputIcNS_11char_traitsIcEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i10, i22, i24, i25, i20, i19) | 0; _free(i23); _free(i21); STACKTOP = i16; @@ -48924,31 +48916,31 @@ function __ZNSt3__110__stdinbufIcE9__getcharEb(i11, i14) { i1 = HEAP32[i11 + 44 >> 2] | 0; i1 = (i1 | 0) > 1 ? i1 : 1; i10 = i11 + 32 | 0; - i2 = 0; + i3 = 0; while (1) { - if ((i2 | 0) >= (i1 | 0)) { + if ((i3 | 0) >= (i1 | 0)) { i15 = 8; break; } - i3 = _getc(HEAP32[i10 >> 2] | 0) | 0; - if ((i3 | 0) == -1) { + i2 = _getc(HEAP32[i10 >> 2] | 0) | 0; + if ((i2 | 0) == -1) { i1 = -1; break; } - HEAP8[i13 + i2 >> 0] = i3; - i2 = i2 + 1 | 0; + HEAP8[i13 + i3 >> 0] = i2; + i3 = i3 + 1 | 0; } if ((i15 | 0) == 8) { do if (!(HEAP8[i11 + 53 >> 0] | 0)) { - i6 = i11 + 40 | 0; - i5 = i11 + 36 | 0; + i5 = i11 + 40 | 0; + i6 = i11 + 36 | 0; i7 = i12 + 1 | 0; L11 : while (1) { - i17 = HEAP32[i6 >> 2] | 0; - i2 = i17; - i3 = HEAP32[i2 >> 2] | 0; - i2 = HEAP32[i2 + 4 >> 2] | 0; - i18 = HEAP32[i5 >> 2] | 0; + i17 = HEAP32[i5 >> 2] | 0; + i3 = i17; + i2 = HEAP32[i3 >> 2] | 0; + i3 = HEAP32[i3 + 4 >> 2] | 0; + i18 = HEAP32[i6 >> 2] | 0; i4 = i13 + i1 | 0; switch (FUNCTION_TABLE_iiiiiiiii[HEAP32[(HEAP32[i18 >> 2] | 0) + 16 >> 2] & 15](i18, i17, i13, i4, i8, i12, i7, i9) | 0) { case 3: @@ -48966,9 +48958,9 @@ function __ZNSt3__110__stdinbufIcE9__getcharEb(i11, i14) { default: break L11; } - i18 = HEAP32[i6 >> 2] | 0; - HEAP32[i18 >> 2] = i3; - HEAP32[i18 + 4 >> 2] = i2; + i18 = HEAP32[i5 >> 2] | 0; + HEAP32[i18 >> 2] = i2; + HEAP32[i18 + 4 >> 2] = i3; if ((i1 | 0) == 8) { i15 = 17; break; @@ -49057,14 +49049,14 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE break; } i1 = HEAP32[i6 >> 2] | 0; - i3 = i1 + 12 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; i1 = HEAP32[i6 >> 2] | 0; if (!i1) i1 = 0; else i5 = 21; } else { - HEAP32[i3 >> 2] = i2 + 1; + HEAP32[i2 >> 2] = i3 + 1; i5 = 21; } do if ((i5 | 0) == 21) if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1) { @@ -49095,17 +49087,17 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 i15 = i15 | 0; i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, d5 = 0.0, d6 = 0.0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0; - i8 = HEAP32[i1 + 8 >> 2] | 0; - i2 = i8 * 33 ^ 5381; + i9 = HEAP32[i1 + 8 >> 2] | 0; + i2 = i9 * 33 ^ 5381; i14 = i1 + 4 | 0; HEAP32[i14 >> 2] = i2; i13 = i15 + 4 | 0; i7 = HEAP32[i13 >> 2] | 0; i12 = (i7 | 0) == 0; L1 : do if (!i12) { - i9 = i7 + -1 | 0; - i10 = (i9 & i7 | 0) == 0; - if (i10) i3 = i9 & i2; else i3 = (i2 >>> 0) % (i7 >>> 0) | 0; + i10 = i7 + -1 | 0; + i8 = (i10 & i7 | 0) == 0; + if (i8) i3 = i10 & i2; else i3 = (i2 >>> 0) % (i7 >>> 0) | 0; i2 = HEAP32[(HEAP32[i15 >> 2] | 0) + (i3 << 2) >> 2] | 0; if (!i2) i11 = 12; else while (1) { i4 = HEAP32[i2 >> 2] | 0; @@ -49114,12 +49106,12 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 break L1; } i2 = HEAP32[i4 + 4 >> 2] | 0; - if (i10) i2 = i2 & i9; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; + if (i8) i2 = i2 & i10; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; if ((i2 | 0) != (i3 | 0)) { i11 = 12; break L1; } - if ((HEAP32[i4 + 8 >> 2] | 0) == (i8 | 0)) { + if ((HEAP32[i4 + 8 >> 2] | 0) == (i9 | 0)) { i2 = 0; i1 = i4; break; @@ -49131,12 +49123,12 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 } while (0); if ((i11 | 0) == 12) { i8 = i15 + 12 | 0; - d6 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); - d5 = +HEAPF32[i15 + 16 >> 2]; - do if (i12 | d6 > +(i7 >>> 0) * d5) { + d5 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); + d6 = +HEAPF32[i15 + 16 >> 2]; + do if (i12 | d5 > +(i7 >>> 0) * d6) { if (i7 >>> 0 > 2) i2 = (i7 + -1 & i7 | 0) == 0; else i2 = 0; i4 = (i2 & 1 | i7 << 1) ^ 1; - i2 = ~~+Math_ceil(+(d6 / d5)) >>> 0; + i2 = ~~+Math_ceil(+(d5 / d6)) >>> 0; __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE6rehashEj(i15, i4 >>> 0 < i2 >>> 0 ? i2 : i4); i4 = HEAP32[i13 >> 2] | 0; i2 = HEAP32[i14 >> 2] | 0; @@ -49176,6 +49168,84 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 return; } +function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterCurlyERPc(i12, i14) { + i12 = i12 | 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, i13 = 0, i15 = 0, i16 = 0; + i16 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i4 = i16 + 36 | 0; + i3 = i16 + 32 | 0; + i2 = i16 + 28 | 0; + i11 = i16; + i5 = i16 + 24 | 0; + i6 = i16 + 20 | 0; + i9 = i16 + 16 | 0; + __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i12, (((HEAP32[i12 + 4 >> 2] | 0) - (HEAP32[i12 >> 2] | 0) | 0) / 12 | 0) + 1 | 0); + i13 = __ZN6cashew12ValueBuilder10makeObjectEv() | 0; + i7 = i11 + 12 | 0; + i8 = i11 + 8 | 0; + L1 : while (1) { + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); + i1 = HEAP32[i14 >> 2] | 0; + switch (HEAP8[i1 >> 0] | 0) { + case 0: + { + i15 = 3; + break L1; + } + case 125: + { + i10 = i1; + break L1; + } + default: + {} + } + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i11, i1); + if ((HEAP32[i7 >> 2] & -2 | 0) != 2) { + i15 = 5; + break; + } + HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + (HEAP32[i8 >> 2] | 0); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); + i1 = HEAP32[i14 >> 2] | 0; + if ((HEAP8[i1 >> 0] | 0) != 58) { + i15 = 7; + break; + } + HEAP32[i14 >> 2] = i1 + 1; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i12, i14, 24064) | 0; + HEAP32[i5 >> 2] = i13; + HEAP32[i6 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i9 >> 2] = i1; + HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i9 >> 2]; + __ZN6cashew12ValueBuilder14appendToObjectENS_3RefENS_7IStringES1_(i2, i3, i4); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); + i1 = HEAP32[i14 >> 2] | 0; + switch (HEAP8[i1 >> 0] | 0) { + case 125: + { + i15 = 11; + break L1; + } + case 44: + break; + default: + { + i15 = 10; + break L1; + } + } + HEAP32[i14 >> 2] = i1 + 1; + } + if ((i15 | 0) == 3) ___assert_fail(23952, 22977, 692, 24008); else if ((i15 | 0) == 5) ___assert_fail(24024, 22977, 695, 24008); else if ((i15 | 0) == 7) ___assert_fail(23491, 22977, 698, 24008); else if ((i15 | 0) == 10) _abort(); else if ((i15 | 0) == 11) i10 = i1; + HEAP32[i14 >> 2] = i10 + 1; + STACKTOP = i16; + return i13 | 0; +} function __ZNSt3__110__stdinbufIwE9__getcharEb(i11, i14) { i11 = i11 | 0; i14 = i14 | 0; @@ -49198,31 +49268,31 @@ function __ZNSt3__110__stdinbufIwE9__getcharEb(i11, i14) { i1 = HEAP32[i11 + 44 >> 2] | 0; i1 = (i1 | 0) > 1 ? i1 : 1; i10 = i11 + 32 | 0; - i2 = 0; + i3 = 0; while (1) { - if ((i2 | 0) >= (i1 | 0)) { + if ((i3 | 0) >= (i1 | 0)) { i15 = 8; break; } - i3 = _getc(HEAP32[i10 >> 2] | 0) | 0; - if ((i3 | 0) == -1) { + i2 = _getc(HEAP32[i10 >> 2] | 0) | 0; + if ((i2 | 0) == -1) { i1 = -1; break; } - HEAP8[i13 + i2 >> 0] = i3; - i2 = i2 + 1 | 0; + HEAP8[i13 + i3 >> 0] = i2; + i3 = i3 + 1 | 0; } if ((i15 | 0) == 8) { do if (!(HEAP8[i11 + 53 >> 0] | 0)) { - i6 = i11 + 40 | 0; - i5 = i11 + 36 | 0; + i5 = i11 + 40 | 0; + i6 = i11 + 36 | 0; i7 = i12 + 4 | 0; L11 : while (1) { - i17 = HEAP32[i6 >> 2] | 0; - i2 = i17; - i3 = HEAP32[i2 >> 2] | 0; - i2 = HEAP32[i2 + 4 >> 2] | 0; - i18 = HEAP32[i5 >> 2] | 0; + i17 = HEAP32[i5 >> 2] | 0; + i3 = i17; + i2 = HEAP32[i3 >> 2] | 0; + i3 = HEAP32[i3 + 4 >> 2] | 0; + i18 = HEAP32[i6 >> 2] | 0; i4 = i13 + i1 | 0; switch (FUNCTION_TABLE_iiiiiiiii[HEAP32[(HEAP32[i18 >> 2] | 0) + 16 >> 2] & 15](i18, i17, i13, i4, i8, i12, i7, i9) | 0) { case 3: @@ -49240,9 +49310,9 @@ function __ZNSt3__110__stdinbufIwE9__getcharEb(i11, i14) { default: break L11; } - i18 = HEAP32[i6 >> 2] | 0; - HEAP32[i18 >> 2] = i3; - HEAP32[i18 + 4 >> 2] = i2; + i18 = HEAP32[i5 >> 2] | 0; + HEAP32[i18 >> 2] = i2; + HEAP32[i18 + 4 >> 2] = i3; if ((i1 | 0) == 8) { i15 = 17; break; @@ -49286,85 +49356,6 @@ function __ZNSt3__110__stdinbufIwE9__getcharEb(i11, i14) { return i1 | 0; } -function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterCurlyERPc(i11, i14) { - i11 = i11 | 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, i12 = 0, i13 = 0, i15 = 0, i16 = 0; - i16 = STACKTOP; - STACKTOP = STACKTOP + 48 | 0; - i8 = i16 + 36 | 0; - i6 = i16 + 32 | 0; - i4 = i16 + 28 | 0; - i9 = i16; - i3 = i16 + 24 | 0; - i5 = i16 + 20 | 0; - i7 = i16 + 16 | 0; - __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i11, (((HEAP32[i11 + 4 >> 2] | 0) - (HEAP32[i11 >> 2] | 0) | 0) / 12 | 0) + 1 | 0); - i13 = __ZN6cashew12ValueBuilder10makeObjectEv() | 0; - i12 = i9 + 12 | 0; - i10 = i9 + 8 | 0; - L1 : while (1) { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); - i1 = HEAP32[i14 >> 2] | 0; - switch (HEAP8[i1 >> 0] | 0) { - case 0: - { - i15 = 3; - break L1; - } - case 125: - { - i2 = i1; - break L1; - } - default: - {} - } - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i9, i1); - if ((HEAP32[i12 >> 2] & -2 | 0) != 2) { - i15 = 5; - break; - } - HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + (HEAP32[i10 >> 2] | 0); - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); - i1 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 58) { - i15 = 7; - break; - } - HEAP32[i14 >> 2] = i1 + 1; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i11, i14, 23934) | 0; - HEAP32[i3 >> 2] = i13; - HEAP32[i5 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i7 >> 2] = i1; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - __ZN6cashew12ValueBuilder14appendToObjectENS_3RefENS_7IStringES1_(i4, i6, i8); - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); - i1 = HEAP32[i14 >> 2] | 0; - switch (HEAP8[i1 >> 0] | 0) { - case 125: - { - i15 = 11; - break L1; - } - case 44: - break; - default: - { - i15 = 10; - break L1; - } - } - HEAP32[i14 >> 2] = i1 + 1; - } - if ((i15 | 0) == 3) ___assert_fail(23822, 22847, 692, 23878); else if ((i15 | 0) == 5) ___assert_fail(23894, 22847, 695, 23878); else if ((i15 | 0) == 7) ___assert_fail(23361, 22847, 698, 23878); else if ((i15 | 0) == 10) _abort(); else if ((i15 | 0) == 11) i2 = i1; - HEAP32[i14 >> 2] = i2 + 1; - STACKTOP = i16; - return i13 | 0; -} - function __ZN4wasm15Asm2WasmBuilder16parseAsmBinaryOpEN6cashew7IStringENS1_3RefES3_P7AsmData(i10, i1, i4, i9, i3) { i10 = i10 | 0; i1 = i1 | 0; @@ -49374,95 +49365,240 @@ function __ZN4wasm15Asm2WasmBuilder16parseAsmBinaryOpEN6cashew7IStringENS1_3RefE var i2 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0; i15 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i13 = i15 + 28 | 0; + i12 = i15 + 28 | 0; i2 = i15 + 24 | 0; - i7 = i15 + 20 | 0; - i8 = i15 + 16 | 0; - i11 = i15 + 4 | 0; - i12 = i15; - i5 = HEAP32[i1 >> 2] | 0; - i6 = i5; - do if ((i5 | 0) != (HEAP32[9638] | 0)) if ((i5 | 0) != (HEAP32[9639] | 0)) if ((i5 | 0) != (HEAP32[9653] | 0)) if ((i5 | 0) != (HEAP32[9641] | 0)) if ((i5 | 0) != (HEAP32[9640] | 0)) if ((i5 | 0) != (HEAP32[9642] | 0)) if ((i5 | 0) != (HEAP32[9655] | 0)) if ((i5 | 0) != (HEAP32[9654] | 0)) if ((i5 | 0) != (HEAP32[9656] | 0)) if ((i5 | 0) != (HEAP32[9649] | 0)) if ((i5 | 0) != (HEAP32[9650] | 0)) { + i5 = i15 + 20 | 0; + i6 = i15 + 16 | 0; + i13 = i15 + 4 | 0; + i14 = i15; + i7 = HEAP32[i1 >> 2] | 0; + i8 = i7; + do if ((i7 | 0) != (HEAP32[9928] | 0)) if ((i7 | 0) != (HEAP32[9929] | 0)) if ((i7 | 0) != (HEAP32[9943] | 0)) if ((i7 | 0) != (HEAP32[9931] | 0)) if ((i7 | 0) != (HEAP32[9930] | 0)) if ((i7 | 0) != (HEAP32[9932] | 0)) if ((i7 | 0) != (HEAP32[9945] | 0)) if ((i7 | 0) != (HEAP32[9944] | 0)) if ((i7 | 0) != (HEAP32[9946] | 0)) if ((i7 | 0) != (HEAP32[9939] | 0)) if ((i7 | 0) != (HEAP32[9940] | 0)) { i4 = HEAP32[i4 >> 2] | 0; HEAP32[i2 >> 2] = i4; - HEAP32[i13 >> 2] = HEAP32[i2 >> 2]; - i2 = (__ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i10, i13, i3) | 0) == 1; - HEAP32[i7 >> 2] = i4; - HEAP32[i13 >> 2] = HEAP32[i7 >> 2]; - if (__ZN4wasm15Asm2WasmBuilder18isUnsignedCoercionEN6cashew3RefE(i10, i13) | 0) i1 = 1; else { - HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i13 >> 2] = HEAP32[i8 >> 2]; - i1 = __ZN4wasm15Asm2WasmBuilder18isUnsignedCoercionEN6cashew3RefE(i10, i13) | 0; + HEAP32[i12 >> 2] = HEAP32[i2 >> 2]; + i2 = (__ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i10, i12, i3) | 0) == 1; + HEAP32[i5 >> 2] = i4; + HEAP32[i12 >> 2] = HEAP32[i5 >> 2]; + if (__ZN4wasm15Asm2WasmBuilder18isUnsignedCoercionEN6cashew3RefE(i10, i12) | 0) i1 = 1; else { + HEAP32[i6 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i12 >> 2] = HEAP32[i6 >> 2]; + i1 = __ZN4wasm15Asm2WasmBuilder18isUnsignedCoercionEN6cashew3RefE(i10, i12) | 0; } - if ((i5 | 0) == (HEAP32[9651] | 0)) { - i14 = i2 ? (i1 ? 4 : 3) : 13; + if ((i7 | 0) == (HEAP32[9941] | 0)) { + i11 = i2 ? (i1 ? 4 : 3) : 13; break; } - if ((i5 | 0) == (HEAP32[9652] | 0)) { - i14 = i2 & i1 ? 6 : 5; + if ((i7 | 0) == (HEAP32[9942] | 0)) { + i11 = i2 & i1 ? 6 : 5; break; } - if ((i5 | 0) == (HEAP32[9646] | 0)) { - i14 = i2 ? (i1 ? 26 : 25) : 30; + if ((i7 | 0) == (HEAP32[9936] | 0)) { + i11 = i2 ? (i1 ? 26 : 25) : 30; break; } - if ((i5 | 0) == (HEAP32[9648] | 0)) { - i14 = i2 ? (i1 ? 24 : 23) : 29; + if ((i7 | 0) == (HEAP32[9938] | 0)) { + i11 = i2 ? (i1 ? 24 : 23) : 29; break; } - if ((i5 | 0) == (HEAP32[9647] | 0)) { - i14 = i2 ? (i1 ? 22 : 21) : 28; + if ((i7 | 0) == (HEAP32[9937] | 0)) { + i11 = i2 ? (i1 ? 22 : 21) : 28; break; } - if ((i5 | 0) == (HEAP32[9645] | 0)) { + if ((i7 | 0) == (HEAP32[9935] | 0)) { STACKTOP = i15; return (i2 ? (i1 ? 20 : 19) : 27) | 0; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i11, 22027, 18); - HEAP32[i12 >> 2] = i6; - HEAP32[i13 >> 2] = HEAP32[i12 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i11, i13); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i13, 22157, 18); + HEAP32[i14 >> 2] = i8; + HEAP32[i12 >> 2] = HEAP32[i14 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i13, i12); } - } else i14 = 18; else i14 = 17; else i14 = 11; else i14 = 12; else i14 = 10; else i14 = 9; else i14 = 8; else i14 = 7; else i14 = 2; else i14 = 1; else i14 = 0; while (0); + } else i11 = 18; else i11 = 17; else i11 = 11; else i11 = 12; else i11 = 10; else i11 = 9; else i11 = 8; else i11 = 7; else i11 = 2; else i11 = 1; else i11 = 0; while (0); STACKTOP = i15; - return i14 | 0; + return i11 | 0; } -function __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i9, i4, i6) { +function __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i9, i5, i6) { i9 = i9 | 0; - i4 = i4 | 0; + i5 = i5 | 0; i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i11 + 12 | 0; - i2 = i11 + 8 | 0; - i1 = i11 + 4 | 0; + i8 = i11 + 12 | 0; + i1 = i11 + 8 | 0; + i2 = i11 + 4 | 0; i3 = i11; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 38428) | 0) { - i5 = __ZN6cashew3RefixEj(i4, 1) | 0; - i5 = __ZN6cashew5Value10getIStringEv(HEAP32[i5 >> 2] | 0) | 0; - HEAP32[i7 >> 2] = HEAP32[i5 >> 2]; - if (__ZNKSt3__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_21__hash_const_iteratorIPNS_11__hash_nodeIS6_PvEEEERKT_(i6, i7) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 39588) | 0) { + i4 = __ZN6cashew3RefixEj(i5, 1) | 0; + i4 = __ZN6cashew5Value10getIStringEv(HEAP32[i4 >> 2] | 0) | 0; + HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; + if (__ZNKSt3__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_21__hash_const_iteratorIPNS_11__hash_nodeIS6_PvEEEERKT_(i6, i8) | 0) { i10 = 11; break; } i1 = i9 + 48 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i7) | 0) == (i9 + 52 | 0)) ___assert_fail(21384, 13029, 270, 22104); else { - i8 = (__ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i7) | 0) + 4 | 0; - i8 = __ZN4wasm13wasmToAsmTypeENS_8WasmTypeE(HEAP32[i8 >> 2] | 0) | 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(21514, 13086, 270, 22234); 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(i4, 0) | 0, 38476) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 0) | 0, 38428) | 0 : 0) ? (i5 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 1) | 0, i5 = __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[i5 >> 2] | 0) | 0) | 0, (i5 | 0) != (i9 + 64 | 0)) : 0) i8 = HEAP32[i5 + 28 >> 2] | 0; else i10 = 11; while (0); + } else if ((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 39636) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i5, 1) | 0, 0) | 0, 39588) | 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[i1 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; HEAP32[i3 >> 2] = HEAP32[i9 + 80 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i3 >> 2]; - i8 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i2, i6, 0, i7) | 0; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i3 >> 2]; + i7 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i1, i6, 0, i8) | 0; } STACKTOP = i11; - return i8 | 0; + return i7 | 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; + i6 = i6 | 0; + i7 = i7 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i8 = 0; + i4 = i1 + 8 | 0; + L1 : while (1) { + i1 = HEAP32[i5 >> 2] | 0; + do if (i1) { + if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1) { + HEAP32[i5 >> 2] = 0; + i1 = 0; + break; + } else { + i1 = HEAP32[i5 >> 2] | 0; + break; + } + } else i1 = 0; while (0); + i1 = (i1 | 0) == 0; + i2 = HEAP32[i6 >> 2] | 0; + do if (i2) { + if ((HEAP32[i2 + 12 >> 2] | 0) != (HEAP32[i2 + 16 >> 2] | 0)) if (i1) break; else break L1; + if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) != -1) if (i1) break; else break L1; else { + HEAP32[i6 >> 2] = 0; + i8 = 12; + break; + } + } else i8 = 12; while (0); + if ((i8 | 0) == 12) { + i8 = 0; + if (i1) { + i2 = 0; + break; + } else i2 = 0; + } + i1 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i1 + 12 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) i1 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0; else i1 = HEAPU8[i3 >> 0] | 0; + if ((i1 & 255) << 24 >> 24 <= -1) break; + if (!(HEAP16[(HEAP32[i4 >> 2] | 0) + (i1 << 24 >> 24 << 1) >> 1] & 8192)) break; + i1 = HEAP32[i5 >> 2] | 0; + i2 = i1 + 12 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 0)) { + FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; + continue; + } else { + HEAP32[i2 >> 2] = i3 + 1; + continue; + } + } + i1 = HEAP32[i5 >> 2] | 0; + do if (i1) { + if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i1 + 16 >> 2] | 0)) if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) == -1) { + HEAP32[i5 >> 2] = 0; + i1 = 0; + break; + } else { + i1 = HEAP32[i5 >> 2] | 0; + break; + } + } else i1 = 0; while (0); + i1 = (i1 | 0) == 0; + do if (i2) { + if ((HEAP32[i2 + 12 >> 2] | 0) == (HEAP32[i2 + 16 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) == -1 : 0) { + HEAP32[i6 >> 2] = 0; + i8 = 32; + break; + } + if (!i1) i8 = 33; + } else i8 = 32; while (0); + if ((i8 | 0) == 32 ? i1 : 0) i8 = 33; + if ((i8 | 0) == 33) HEAP32[i7 >> 2] = HEAP32[i7 >> 2] | 2; + return; +} + +function __ZNSt3__18ios_base4InitC2Ev(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i3 = HEAP32[1086] | 0; + __ZNSt3__110__stdinbufIcEC2EP8_IO_FILEP11__mbstate_t(41252, i3, 41308); + HEAP32[10143] = 8720; + HEAP32[10145] = 8740; + HEAP32[10144] = 0; + __ZNSt3__18ios_base4initEPv(40580, 41252); + HEAP32[10163] = 0; + HEAP32[10164] = -1; + i2 = HEAP32[1115] | 0; + __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(41356, i2, 41316); + HEAP32[10165] = 8800; + HEAP32[10166] = 8820; + __ZNSt3__18ios_base4initEPv(40664, 41356); + HEAP32[10184] = 0; + HEAP32[10185] = -1; + i1 = HEAP32[1145] | 0; + __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(41404, i1, 41324); + HEAP32[10186] = 8800; + HEAP32[10187] = 8820; + __ZNSt3__18ios_base4initEPv(40748, 41404); + HEAP32[10205] = 0; + HEAP32[10206] = -1; + i4 = HEAP32[40744 + (HEAP32[(HEAP32[10186] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; + HEAP32[10207] = 8800; + HEAP32[10208] = 8820; + __ZNSt3__18ios_base4initEPv(40832, i4); + HEAP32[10226] = 0; + HEAP32[10227] = -1; + HEAP32[40572 + (HEAP32[(HEAP32[10143] | 0) + -12 >> 2] | 0) + 72 >> 2] = 40660; + i4 = 40744 + (HEAP32[(HEAP32[10186] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[i4 >> 2] = HEAP32[i4 >> 2] | 8192; + HEAP32[40744 + (HEAP32[(HEAP32[10186] | 0) + -12 >> 2] | 0) + 72 >> 2] = 40660; + __ZNSt3__110__stdinbufIwEC2EP8_IO_FILEP11__mbstate_t(41452, i3, 41332); + HEAP32[10228] = 8760; + HEAP32[10230] = 8780; + HEAP32[10229] = 0; + __ZNSt3__18ios_base4initEPv(40920, 41452); + HEAP32[10248] = 0; + HEAP32[10249] = -1; + __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(41508, i2, 41340); + HEAP32[10250] = 8840; + HEAP32[10251] = 8860; + __ZNSt3__18ios_base4initEPv(41004, 41508); + HEAP32[10269] = 0; + HEAP32[10270] = -1; + __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(41556, i1, 41348); + HEAP32[10271] = 8840; + HEAP32[10272] = 8860; + __ZNSt3__18ios_base4initEPv(41088, 41556); + HEAP32[10290] = 0; + HEAP32[10291] = -1; + i1 = HEAP32[41084 + (HEAP32[(HEAP32[10271] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; + HEAP32[10292] = 8840; + HEAP32[10293] = 8860; + __ZNSt3__18ios_base4initEPv(41172, i1); + HEAP32[10311] = 0; + HEAP32[10312] = -1; + HEAP32[40912 + (HEAP32[(HEAP32[10228] | 0) + -12 >> 2] | 0) + 72 >> 2] = 41e3; + i1 = 41084 + (HEAP32[(HEAP32[10271] | 0) + -12 >> 2] | 0) + 4 | 0; + HEAP32[i1 >> 2] = HEAP32[i1 >> 2] | 8192; + HEAP32[41084 + (HEAP32[(HEAP32[10271] | 0) + -12 >> 2] | 0) + 72 >> 2] = 41e3; + return; } function __ZNSt3__1L12ucs4_to_utf8EPKjS1_RS1_PhS3_RS3_mNS_12codecvt_modeE(i1, i8, i9, i4, i2, i10, i7, i3) { @@ -49565,71 +49701,67 @@ function __ZNSt3__1L12ucs4_to_utf8EPKjS1_RS1_PhS3_RS3_mNS_12codecvt_modeE(i1, i8 return i1 | 0; } -function __ZNSt3__18ios_base4InitC2Ev(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0; - i3 = HEAP32[1007] | 0; - __ZNSt3__110__stdinbufIcEC2EP8_IO_FILEP11__mbstate_t(40092, i3, 40148); - HEAP32[9853] = 8608; - HEAP32[9855] = 8628; - HEAP32[9854] = 0; - __ZNSt3__18ios_base4initEPv(39420, 40092); - HEAP32[9873] = 0; - HEAP32[9874] = -1; - i2 = HEAP32[1065] | 0; - __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(40196, i2, 40156); - HEAP32[9875] = 8688; - HEAP32[9876] = 8708; - __ZNSt3__18ios_base4initEPv(39504, 40196); - HEAP32[9894] = 0; - HEAP32[9895] = -1; - i1 = HEAP32[1036] | 0; - __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(40244, i1, 40164); - HEAP32[9896] = 8688; - HEAP32[9897] = 8708; - __ZNSt3__18ios_base4initEPv(39588, 40244); - HEAP32[9915] = 0; - HEAP32[9916] = -1; - i4 = HEAP32[39584 + (HEAP32[(HEAP32[9896] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; - HEAP32[9917] = 8688; - HEAP32[9918] = 8708; - __ZNSt3__18ios_base4initEPv(39672, i4); - HEAP32[9936] = 0; - HEAP32[9937] = -1; - HEAP32[39412 + (HEAP32[(HEAP32[9853] | 0) + -12 >> 2] | 0) + 72 >> 2] = 39500; - i4 = 39584 + (HEAP32[(HEAP32[9896] | 0) + -12 >> 2] | 0) + 4 | 0; - HEAP32[i4 >> 2] = HEAP32[i4 >> 2] | 8192; - HEAP32[39584 + (HEAP32[(HEAP32[9896] | 0) + -12 >> 2] | 0) + 72 >> 2] = 39500; - __ZNSt3__110__stdinbufIwEC2EP8_IO_FILEP11__mbstate_t(40292, i3, 40172); - HEAP32[9938] = 8648; - HEAP32[9940] = 8668; - HEAP32[9939] = 0; - __ZNSt3__18ios_base4initEPv(39760, 40292); - HEAP32[9958] = 0; - HEAP32[9959] = -1; - __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(40348, i2, 40180); - HEAP32[9960] = 8728; - HEAP32[9961] = 8748; - __ZNSt3__18ios_base4initEPv(39844, 40348); - HEAP32[9979] = 0; - HEAP32[9980] = -1; - __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(40396, i1, 40188); - HEAP32[9981] = 8728; - HEAP32[9982] = 8748; - __ZNSt3__18ios_base4initEPv(39928, 40396); - HEAP32[1e4] = 0; - HEAP32[10001] = -1; - i1 = HEAP32[39924 + (HEAP32[(HEAP32[9981] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; - HEAP32[10002] = 8728; - HEAP32[10003] = 8748; - __ZNSt3__18ios_base4initEPv(40012, i1); - HEAP32[10021] = 0; - HEAP32[10022] = -1; - HEAP32[39752 + (HEAP32[(HEAP32[9938] | 0) + -12 >> 2] | 0) + 72 >> 2] = 39840; - i1 = 39924 + (HEAP32[(HEAP32[9981] | 0) + -12 >> 2] | 0) + 4 | 0; - HEAP32[i1 >> 2] = HEAP32[i1 >> 2] | 8192; - HEAP32[39924 + (HEAP32[(HEAP32[9981] | 0) + -12 >> 2] | 0) + 72 >> 2] = 39840; - return; +function __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i12, i13, i3) { + i12 = i12 | 0; + i13 = i13 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 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; + i4 = i14 + 24 | 0; + i1 = i14 + 12 | 0; + i10 = i14 + 8 | 0; + i2 = i14 + 4 | 0; + i11 = i14; + __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EEPKS6_RKS9_(i1, 13058, i12); + __ZN6cashew7IStringC2EPKcb(i4, (HEAP8[i1 >> 0] & 1) == 0 ? i1 + 1 | 0 : HEAP32[i1 + 8 >> 2] | 0, 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); + i1 = i13 + 48 | 0; + i4 = HEAP32[i4 >> 2] | 0; + HEAP32[i10 >> 2] = i4; + 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, i10) | 0) == (i13 + 52 | 0)) { + i1 = __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(i3) | 0; + HEAP32[i1 >> 2] = i4; + 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] = i4; + i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i1, i2) | 0; + i1 = HEAP32[i1 >> 2] | 0; + } + STACKTOP = i14; + return i1 | 0; } function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitStoreEPNS_5StoreE(i1, i4, i2) { @@ -49737,90 +49869,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function __ZN4wasm5Store7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i8, i7, i5) { - i8 = i8 | 0; - i7 = i7 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i9 = 0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i6 = i9; - HEAP32[i6 >> 2] = i5; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i7, 40) | 0; - i1 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(i7) | 0; - i3 = i8 + 4 | 0; - switch (HEAP32[i3 >> 2] | 0) { - case 0: - { - i2 = 17406; - break; - } - case 1: - { - i2 = 17411; - break; - } - case 2: - { - i2 = 17415; - break; - } - case 3: - { - i2 = 17419; - break; - } - case 4: - { - i2 = 17423; - break; - } - default: - {} - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i2) | 0, 17427) | 0; - i1 = HEAP32[i8 + 8 >> 2] | 0; - if (!(i1 >>> 0 >= 4 ? !(i1 >>> 0 < 8 & (HEAP32[i3 >> 2] | 0) == 2) : 0)) i4 = 9; - L10 : do if ((i4 | 0) == 9) switch (i1 | 0) { - case 1: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i7, 56) | 0; - break L10; - } - case 2: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17377) | 0; - break L10; - } - case 4: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17380) | 0; - break L10; - } - default: - _abort(); - } while (0); - i1 = i8 + 12 | 0; - if (HEAP32[i1 >> 2] | 0) { - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17389) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, HEAP32[i1 >> 2] | 0) | 0; - } - i1 = i8 + 16 | 0; - if (HEAP32[i1 >> 2] | 0) { - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17398) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, HEAP32[i1 >> 2] | 0) | 0; - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i7, 10) | 0; - i5 = i5 + 1 | 0; - HEAP32[i6 >> 2] = i5; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i7, i5, HEAP32[i8 + 20 >> 2] | 0) | 0; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i7, i5, HEAP32[i8 + 24 >> 2] | 0) | 0; - i8 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i7, i6) | 0; - STACKTOP = i9; - return i8 | 0; -} - -function _pop_arg_334(i2, i3, i1) { +function _pop_arg_135(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; i1 = i1 | 0; @@ -49930,140 +49979,29 @@ function _pop_arg_334(i2, i3, i1) { return; } -function __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i12, i13, i1) { - i12 = i12 | 0; - i13 = i13 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i14 = 0; - i14 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i4 = i14 + 24 | 0; - i2 = i14 + 12 | 0; - i10 = i14 + 8 | 0; - i3 = i14 + 4 | 0; - i11 = i14; - __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EEPKS6_RKS9_(i2, 13001, i12); - __ZN6cashew7IStringC2EPKcb(i4, (HEAP8[i2 >> 0] & 1) == 0 ? i2 + 1 | 0 : HEAP32[i2 + 8 >> 2] | 0, 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); - i2 = i13 + 48 | 0; - i4 = HEAP32[i4 >> 2] | 0; - HEAP32[i10 >> 2] = i4; - if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i2, i10) | 0) == (i13 + 52 | 0)) { - i1 = __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(i1) | 0; - HEAP32[i1 >> 2] = i4; - i2 = HEAP16[i12 >> 1] | 0; - if (!(i2 & 1)) { - i2 = (i2 & 65535) >>> 8 & 255; - i9 = i12 + 8 | 0; - } else { - i9 = i12 + 8 | 0; - i2 = HEAP8[HEAP32[i9 >> 2] >> 0] | 0; - } - i10 = i12 + 1 | 0; - i8 = __ZN4wasm13sigToWasmTypeEc(i2) | 0; - HEAP32[i1 + 4 >> 2] = i8; - i8 = i1 + 8 | 0; - i4 = i1 + 12 | 0; - i5 = i1 + 16 | 0; - i6 = i12 + 4 | 0; - i7 = 1; - while (1) { - i2 = HEAP8[i12 >> 0] | 0; - i3 = (i2 & 1) == 0; - if (i3) i2 = (i2 & 255) >>> 1; else i2 = HEAP32[i6 >> 2] | 0; - if (i7 >>> 0 >= i2 >>> 0) break; - if (i3) i2 = i10; else i2 = HEAP32[i9 >> 2] | 0; - i3 = __ZN4wasm13sigToWasmTypeEc(HEAP8[i2 + i7 >> 0] | 0) | 0; - HEAP32[i11 >> 2] = i3; - i2 = HEAP32[i4 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i5 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i3; - HEAP32[i4 >> 2] = i2 + 4; - } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i8, i11); - i7 = i7 + 1 | 0; - } - __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(i13, i1); - } else { - HEAP32[i3 >> 2] = i4; - i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i2, i3) | 0; - i1 = HEAP32[i1 >> 2] | 0; - } - STACKTOP = i14; - return i1 | 0; -} - -function __ZN4wasm15Asm2WasmBuilder8optimizeEv(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 + 96 | 0; - i8 = i11 + 80 | 0; - i9 = i11 + 60 | 0; - i3 = i11 + 48 | 0; - i4 = i11 + 36 | 0; - i5 = i11 + 24 | 0; - i6 = i11 + 12 | 0; - i7 = i11; - HEAP32[i8 + 4 >> 2] = 0; - HEAP32[i8 >> 2] = 2664; - i1 = HEAP32[i10 >> 2] | 0; - i2 = i1 + 88 | 0; - i1 = HEAP32[i1 + 84 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i8 >> 2] | 0) + 12 >> 2] & 127](i8, HEAP32[i1 + 20 >> 2] | 0); - i1 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i1) | 0; - } - HEAP32[i9 >> 2] = HEAP32[i10 + 4 >> 2]; - HEAP32[i9 + 4 >> 2] = 0; - HEAP32[i9 + 8 >> 2] = 0; - HEAP32[i9 + 12 >> 2] = 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i3, 24956, 17); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i9, i3); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 25690, 19); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i9, i4); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 24254, 12); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i9, i5); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 27189, 15); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i9, i6); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); - if ((HEAP32[i10 + 12 >> 2] | 0) >>> 0 < 1024) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, 26425, 15); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i9, i7); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); - } - __ZN4wasm10PassRunner3runEPNS_6ModuleE(i9, HEAP32[i10 >> 2] | 0); - __ZN4wasm10PassRunnerD2Ev(i9); - STACKTOP = i11; - return; -} - -function _scanexp(i6, i3) { - i6 = i6 | 0; +function _scanexp(i8, i3) { + i8 = i8 | 0; i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0; - i7 = i6 + 4 | 0; - i1 = HEAP32[i7 >> 2] | 0; - i8 = i6 + 100 | 0; - if (i1 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { - HEAP32[i7 >> 2] = i1 + 1; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; + i6 = i8 + 4 | 0; + i1 = HEAP32[i6 >> 2] | 0; + i7 = i8 + 100 | 0; + if (i1 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i1 + 1; i1 = HEAPU8[i1 >> 0] | 0; - } else i1 = ___shgetc(i6) | 0; + } else i1 = ___shgetc(i8) | 0; switch (i1 | 0) { case 43: case 45: { i2 = (i1 | 0) == 45 & 1; - i1 = HEAP32[i7 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { - HEAP32[i7 >> 2] = i1 + 1; + i1 = HEAP32[i6 >> 2] | 0; + if (i1 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i1 + 1; i1 = HEAPU8[i1 >> 0] | 0; - } else i1 = ___shgetc(i6) | 0; - if ((i3 | 0) != 0 & (i1 + -48 | 0) >>> 0 > 9 ? (HEAP32[i8 >> 2] | 0) != 0 : 0) { - HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + -1; + } else i1 = ___shgetc(i8) | 0; + if ((i3 | 0) != 0 & (i1 + -48 | 0) >>> 0 > 9 ? (HEAP32[i7 >> 2] | 0) != 0 : 0) { + HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + -1; i5 = i2; } else i5 = i2; break; @@ -50071,22 +50009,22 @@ function _scanexp(i6, i3) { default: i5 = 0; } - if ((i1 + -48 | 0) >>> 0 > 9) if (!(HEAP32[i8 >> 2] | 0)) { + if ((i1 + -48 | 0) >>> 0 > 9) if (!(HEAP32[i7 >> 2] | 0)) { i2 = -2147483648; i1 = 0; } else { - HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + -1; + HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + -1; i2 = -2147483648; i1 = 0; } else { i2 = 0; do { i2 = i1 + -48 + (i2 * 10 | 0) | 0; - i1 = HEAP32[i7 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { - HEAP32[i7 >> 2] = i1 + 1; + i1 = HEAP32[i6 >> 2] | 0; + if (i1 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i1 + 1; i1 = HEAPU8[i1 >> 0] | 0; - } else i1 = ___shgetc(i6) | 0; + } else i1 = ___shgetc(i8) | 0; } while ((i1 + -48 | 0) >>> 0 < 10 & (i2 | 0) < 214748364); i3 = ((i2 | 0) < 0) << 31 >> 31; if ((i1 + -48 | 0) >>> 0 < 10) { @@ -50096,22 +50034,22 @@ function _scanexp(i6, i3) { i1 = _i64Add(i1 | 0, ((i1 | 0) < 0) << 31 >> 31 | 0, -48, -1) | 0; i2 = _i64Add(i1 | 0, tempRet0 | 0, i3 | 0, i2 | 0) | 0; i3 = tempRet0; - i1 = HEAP32[i7 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { - HEAP32[i7 >> 2] = i1 + 1; + i1 = HEAP32[i6 >> 2] | 0; + if (i1 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i1 + 1; i1 = HEAPU8[i1 >> 0] | 0; - } else i1 = ___shgetc(i6) | 0; + } else i1 = ___shgetc(i8) | 0; } while ((i1 + -48 | 0) >>> 0 < 10 & ((i3 | 0) < 21474836 | (i3 | 0) == 21474836 & i2 >>> 0 < 2061584302)); i4 = i2; } else i4 = i2; if ((i1 + -48 | 0) >>> 0 < 10) do { - i1 = HEAP32[i7 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { - HEAP32[i7 >> 2] = i1 + 1; + i1 = HEAP32[i6 >> 2] | 0; + if (i1 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i6 >> 2] = i1 + 1; i1 = HEAPU8[i1 >> 0] | 0; - } else i1 = ___shgetc(i6) | 0; + } else i1 = ___shgetc(i8) | 0; } while ((i1 + -48 | 0) >>> 0 < 10); - if (HEAP32[i8 >> 2] | 0) HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + -1; + if (HEAP32[i7 >> 2] | 0) HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + -1; i8 = (i5 | 0) != 0; i1 = _i64Subtract(0, 0, i4 | 0, i3 | 0) | 0; i2 = i8 ? tempRet0 : i3; @@ -50121,248 +50059,237 @@ function _scanexp(i6, i3) { return i1 | 0; } -function __ZN4wasm4Load7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i7, i6, i4) { +function __ZNKSt3__18messagesIwE6do_getEiiiRKNS_12basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEEE(i17, i1, i7, i9, i8, i2) { + i17 = i17 | 0; + i1 = i1 | 0; + i7 = i7 | 0; + i9 = i9 | 0; + i8 = i8 | 0; + i2 = i2 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0; + i16 = STACKTOP; + STACKTOP = STACKTOP + 176 | 0; + i13 = i16 + 168 | 0; + i12 = i16 + 40 | 0; + i11 = i16 + 36 | 0; + i15 = i16 + 32 | 0; + i14 = i16; + i6 = i16 + 24 | 0; + i10 = i16 + 16 | 0; + i1 = 0; + while (1) { + if ((i1 | 0) == 3) break; + HEAP32[i14 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; + } + HEAP32[i6 + 4 >> 2] = 0; + HEAP32[i6 >> 2] = 11068; + i5 = HEAP8[i2 >> 0] | 0; + i1 = (i5 & 1) == 0; + i4 = i2 + 4 | 0; + i2 = i1 ? i4 : HEAP32[i2 + 8 >> 2] | 0; + i4 = i2 + ((i1 ? (i5 & 255) >>> 1 : HEAP32[i4 >> 2] | 0) << 2) | 0; + i5 = i12 + 32 | 0; + i1 = 0; + while (1) { + if (!((i1 | 0) != 2 & i2 >>> 0 < i4 >>> 0)) break; + HEAP32[i15 >> 2] = i2; + i3 = FUNCTION_TABLE_iiiiiiiii[HEAP32[(HEAP32[i6 >> 2] | 0) + 12 >> 2] & 15](i6, i13, i2, i4, i15, i12, i5, i11) | 0; + i1 = i12; + while (1) { + if (i1 >>> 0 >= (HEAP32[i11 >> 2] | 0) >>> 0) break; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i14, HEAP8[i1 >> 0] | 0); + i1 = i1 + 1 | 0; + } + i2 = HEAP32[i15 >> 2] | 0; + i1 = i3; + } + i2 = _catgets((i7 | 0) == -1 ? -1 : i7 << 1, i9, i8, (HEAP8[i14 >> 0] & 1) == 0 ? i14 + 1 | 0 : HEAP32[i14 + 8 >> 2] | 0) | 0; + i1 = 0; + while (1) { + if ((i1 | 0) == 3) break; + HEAP32[i17 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; + } + HEAP32[i10 + 4 >> 2] = 0; + HEAP32[i10 >> 2] = 11116; + i4 = i2 + (_strlen(i2) | 0) | 0; + i5 = i4; + i6 = i12 + 128 | 0; + i1 = 0; + while (1) { + if (!((i1 | 0) != 2 & i2 >>> 0 < i4 >>> 0)) break; + HEAP32[i15 >> 2] = i2; + i3 = FUNCTION_TABLE_iiiiiiiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] & 15](i10, i13, i2, (i5 - i2 | 0) > 32 ? i2 + 32 | 0 : i4, i15, i12, i6, i11) | 0; + i1 = i12; + while (1) { + if (i1 >>> 0 >= (HEAP32[i11 >> 2] | 0) >>> 0) break; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw(i17, HEAP32[i1 >> 2] | 0); + i1 = i1 + 4 | 0; + } + i2 = HEAP32[i15 >> 2] | 0; + i1 = i3; + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i14); + STACKTOP = i16; + return; +} + +function __ZN4wasm16PrintSExpression10visitStoreEPNS_5StoreE(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i8 = 0; - i8 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i5 = i8; - HEAP32[i5 >> 2] = i4; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i6, 40) | 0; - i1 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(i6) | 0; - i3 = i7 + 4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0; + i5 = i7 + 4 | 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 = i6 + 4 | 0; + switch (HEAP32[i3 >> 2] | 0) { + case 0: + { + i1 = 25305; + break; + } + case 1: + { + i1 = 25301; + break; + } + case 2: + { + i1 = 25297; + break; + } + case 3: + { + i1 = 25293; + break; + } + case 4: + { + i1 = 25289; + break; + } + default: + {} + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i1) | 0, 25568) | 0; + i1 = HEAP32[i6 + 8 >> 2] | 0; + if (!(i1 >>> 0 >= 4 ? !(i1 >>> 0 < 8 & (HEAP32[i3 >> 2] | 0) == 2) : 0)) i4 = 9; + L10 : do if ((i4 | 0) == 9) switch (i1 | 0) { + case 1: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i5 >> 2] | 0, 56) | 0; + break L10; + } + case 2: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 25539) | 0; + break L10; + } + case 4: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 25542) | 0; + break L10; + } + default: + _abort(); + } while (0); + i1 = i6 + 12 | 0; + if (HEAP32[i1 >> 2] | 0) { + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 25551) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, HEAP32[i1 >> 2] | 0) | 0; + } + i1 = i6 + 16 | 0; + if (HEAP32[i1 >> 2] | 0) { + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i5 >> 2] | 0, 25560) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i4, HEAP32[i1 >> 2] | 0) | 0; + } + i4 = i7 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i5 >> 2] | 0, i4) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i7, HEAP32[i6 + 20 >> 2] | 0); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i7, HEAP32[i6 + 24 >> 2] | 0); + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i5 >> 2] | 0, i4) | 0; + return; +} + +function __ZN4wasm16PrintSExpression9visitLoadEPNS_4LoadE(i6, i5) { + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0; + i4 = i6 + 4 | 0; + __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; + i3 = i5 + 4 | 0; switch (HEAP32[i3 >> 2] | 0) { case 0: { - i2 = 17406; + i1 = 25305; break; } case 1: { - i2 = 17411; + i1 = 25301; break; } case 2: { - i2 = 17415; + i1 = 25297; break; } case 3: { - i2 = 17419; + i1 = 25293; break; } case 4: { - i2 = 17423; + i1 = 25289; break; } default: {} } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i2) | 0, 17371) | 0; - i1 = HEAP32[i7 + 8 >> 2] | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i1) | 0, 25533) | 0; + i1 = HEAP32[i5 + 8 >> 2] | 0; if (!(i1 >>> 0 >= 4 ? !(i1 >>> 0 < 8 & (HEAP32[i3 >> 2] | 0) == 2) : 0)) { switch (i1 | 0) { case 1: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i6, 56) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i4 >> 2] | 0, 56) | 0; break; } case 2: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17377) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, 25539) | 0; break; } case 4: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17380) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, 25542) | 0; break; } default: _abort(); } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, HEAP8[i7 + 12 >> 0] | 0 ? 17383 : 17386) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, HEAP8[i5 + 12 >> 0] | 0 ? 25545 : 25548) | 0; } - i1 = i7 + 16 | 0; + i1 = i5 + 16 | 0; if (HEAP32[i1 >> 2] | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17389) | 0; + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, 25551) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i3, HEAP32[i1 >> 2] | 0) | 0; } - i1 = i7 + 20 | 0; + i1 = i5 + 20 | 0; if (HEAP32[i1 >> 2] | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17398) | 0; + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i4 >> 2] | 0, 25560) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i3, HEAP32[i1 >> 2] | 0) | 0; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i6, 10) | 0; - i4 = i4 + 1 | 0; - HEAP32[i5 >> 2] = i4; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i6, i4, HEAP32[i7 + 24 >> 2] | 0) | 0; - i7 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i6, i5) | 0; - STACKTOP = i8; - return i7 | 0; -} - -function __ZNKSt3__18messagesIwE6do_getEiiiRKNS_12basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEEE(i16, i1, i6, i8, i7, i2) { - i16 = i16 | 0; - i1 = i1 | 0; - i6 = i6 | 0; - i8 = i8 | 0; - i7 = i7 | 0; - i2 = i2 | 0; - var i3 = 0, i4 = 0, i5 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0; - i15 = STACKTOP; - STACKTOP = STACKTOP + 176 | 0; - i11 = i15 + 168 | 0; - i10 = i15 + 40 | 0; - i9 = i15 + 36 | 0; - i13 = i15 + 32 | 0; - i12 = i15; - i5 = i15 + 24 | 0; - i14 = i15 + 16 | 0; - i1 = 0; - while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i12 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; - } - HEAP32[i5 + 4 >> 2] = 0; - HEAP32[i5 >> 2] = 10956; - i4 = HEAP8[i2 >> 0] | 0; - i1 = (i4 & 1) == 0; - i3 = i2 + 4 | 0; - i2 = i1 ? i3 : HEAP32[i2 + 8 >> 2] | 0; - i3 = i2 + ((i1 ? (i4 & 255) >>> 1 : HEAP32[i3 >> 2] | 0) << 2) | 0; - i4 = i10 + 32 | 0; - i1 = 0; - while (1) { - if (!((i1 | 0) != 2 & i2 >>> 0 < i3 >>> 0)) break; - HEAP32[i13 >> 2] = i2; - i2 = FUNCTION_TABLE_iiiiiiiii[HEAP32[(HEAP32[i5 >> 2] | 0) + 12 >> 2] & 15](i5, i11, i2, i3, i13, i10, i4, i9) | 0; - i1 = i10; - while (1) { - if (i1 >>> 0 >= (HEAP32[i9 >> 2] | 0) >>> 0) break; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i12, HEAP8[i1 >> 0] | 0); - i1 = i1 + 1 | 0; - } - i1 = i2; - i2 = HEAP32[i13 >> 2] | 0; - } - i2 = _catgets((i6 | 0) == -1 ? -1 : i6 << 1, i8, i7, (HEAP8[i12 >> 0] & 1) == 0 ? i12 + 1 | 0 : HEAP32[i12 + 8 >> 2] | 0) | 0; - i1 = 0; - while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i16 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; - } - HEAP32[i14 + 4 >> 2] = 0; - HEAP32[i14 >> 2] = 11004; - i4 = i2 + (_strlen(i2) | 0) | 0; - i6 = i4; - i5 = i10 + 128 | 0; - i1 = 0; - while (1) { - if (!((i1 | 0) != 2 & i2 >>> 0 < i4 >>> 0)) break; - HEAP32[i13 >> 2] = i2; - i3 = FUNCTION_TABLE_iiiiiiiii[HEAP32[(HEAP32[i14 >> 2] | 0) + 16 >> 2] & 15](i14, i11, i2, (i6 - i2 | 0) > 32 ? i2 + 32 | 0 : i4, i13, i10, i5, i9) | 0; - i1 = i10; - while (1) { - if (i1 >>> 0 >= (HEAP32[i9 >> 2] | 0) >>> 0) break; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw(i16, HEAP32[i1 >> 2] | 0); - i1 = i1 + 4 | 0; - } - i2 = HEAP32[i13 >> 2] | 0; - i1 = i3; - } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); - STACKTOP = i15; + i3 = i6 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i4 >> 2] | 0, i3) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i5 + 24 >> 2] | 0); + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i4 >> 2] | 0, i3) | 0; return; } -function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE8overflowEi(i17, i13) { - i17 = i17 | 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, i12 = 0, i14 = 0, i15 = 0, i16 = 0, i18 = 0; - i18 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i11 = i18; - do if ((i13 | 0) != -1) { - i14 = i17 + 12 | 0; - i12 = i17 + 8 | 0; - i16 = (HEAP32[i14 >> 2] | 0) - (HEAP32[i12 >> 2] | 0) | 0; - i15 = i17 + 24 | 0; - i9 = HEAP32[i15 >> 2] | 0; - i8 = i17 + 28 | 0; - i1 = HEAP32[i8 >> 2] | 0; - if ((i9 | 0) == (i1 | 0)) { - i3 = i17 + 48 | 0; - if (!(HEAP32[i3 >> 2] & 16)) { - i1 = -1; - break; - } - i6 = i17 + 20 | 0; - i5 = HEAP32[i6 >> 2] | 0; - i10 = i17 + 44 | 0; - i7 = (HEAP32[i10 >> 2] | 0) - i5 | 0; - i4 = i17 + 32 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i4, 0); - if (!(HEAP8[i4 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i4 >> 2] & -2) + -1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i4, i1, 0); - i1 = HEAP8[i4 >> 0] | 0; - if (!(i1 & 1)) { - i2 = (i1 & 255) >>> 1; - i1 = i4 + 1 | 0; - } else { - i2 = HEAP32[i17 + 36 >> 2] | 0; - i1 = HEAP32[i17 + 40 >> 2] | 0; - } - i4 = i1 + i2 | 0; - HEAP32[i6 >> 2] = i1; - HEAP32[i8 >> 2] = i4; - i6 = i1 + (i9 - i5) | 0; - HEAP32[i15 >> 2] = i6; - i2 = i1 + i7 | 0; - HEAP32[i10 >> 2] = i2; - i5 = i10; - i7 = i6; - i6 = i4; - i1 = i10; - } else { - i3 = i17 + 44 | 0; - i5 = i3; - i7 = i9; - i2 = HEAP32[i3 >> 2] | 0; - i6 = i1; - i1 = i3; - i3 = i17 + 48 | 0; - } - i4 = i7 + 1 | 0; - HEAP32[i11 >> 2] = i4; - i2 = HEAP32[(i4 >>> 0 < i2 >>> 0 ? i1 : i11) >> 2] | 0; - HEAP32[i5 >> 2] = i2; - if (HEAP32[i3 >> 2] & 8 | 0) { - i1 = i17 + 32 | 0; - if (!(HEAP8[i1 >> 0] & 1)) i1 = i1 + 1 | 0; else i1 = HEAP32[i17 + 40 >> 2] | 0; - HEAP32[i12 >> 2] = i1; - HEAP32[i14 >> 2] = i1 + i16; - HEAP32[i17 + 16 >> 2] = i2; - } - if ((i7 | 0) == (i6 | 0)) { - i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 52 >> 2] & 31](i17, i13 & 255) | 0; - break; - } else { - HEAP32[i15 >> 2] = i4; - HEAP8[i7 >> 0] = i13; - i1 = i13 & 255; - break; - } - } else i1 = 0; while (0); - STACKTOP = i18; - 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; @@ -50459,8 +50386,8 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_decltypeINS0_2DbEEEPKcS4_S4_RT_(i var i2 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; - i7 = i10 + 40 | 0; - i5 = i10 + 24 | 0; + i5 = i10 + 40 | 0; + i6 = i10 + 24 | 0; i8 = i10 + 12 | 0; i9 = i10; L1 : do if ((i4 - i1 | 0) > 3 ? (HEAP8[i1 >> 0] | 0) == 68 : 0) { @@ -50472,37 +50399,37 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_decltypeINS0_2DbEEEPKcS4_S4_RT_(i break L1; } i11 = i1 + 2 | 0; - i6 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i11, i4, i3) | 0; - if ((!((i6 | 0) == (i11 | 0) | (i6 | 0) == (i4 | 0)) ? (HEAP8[i6 >> 0] | 0) == 69 : 0) ? (i2 = HEAP32[i3 + 4 >> 2] | 0, (HEAP32[i3 >> 2] | 0) != (i2 | 0)) : 0) { + i7 = __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_(i11, i4, i3) | 0; + 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); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i9, 0, 36486) | 0; - HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i8 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i8 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i9, 0, 37644) | 0; + HEAP32[i8 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i8 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i8 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 35848) | 0; - HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 37006) | 0; + HEAP32[i6 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i6 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i6 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i7, i5); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i7); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i5); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i5, i6); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i3, i5); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i6); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i9); - i1 = i6 + 1 | 0; + i1 = i7 + 1 | 0; } } while (0); STACKTOP = i10; @@ -50517,48 +50444,48 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17parseAfterKeywor var i2 = 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i4); i1 = HEAP32[i1 >> 2] | 0; - do if ((i1 | 0) != (HEAP32[9668] | 0)) { - if ((i1 | 0) == (HEAP32[9608] | 0)) { + do if ((i1 | 0) != (HEAP32[9958] | 0)) { + if ((i1 | 0) == (HEAP32[9898] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb(i5, i4, i3, 0) | 0; break; } - if ((i1 | 0) == (HEAP32[9609] | 0)) { + if ((i1 | 0) == (HEAP32[9899] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb(i5, i4, i3, 1) | 0; break; } - if ((i1 | 0) == (HEAP32[9612] | 0)) { + if ((i1 | 0) == (HEAP32[9902] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseReturnERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9613] | 0)) { + if ((i1 | 0) == (HEAP32[9903] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseIfERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9616] | 0)) { + if ((i1 | 0) == (HEAP32[9906] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseDoERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9615] | 0)) { + if ((i1 | 0) == (HEAP32[9905] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseWhileERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9623] | 0)) { + if ((i1 | 0) == (HEAP32[9913] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBreakERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9624] | 0)) { + if ((i1 | 0) == (HEAP32[9914] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseContinueERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9625] | 0)) { + if ((i1 | 0) == (HEAP32[9915] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9680] | 0)) { + if ((i1 | 0) == (HEAP32[9970] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseNewERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9617] | 0)) { + if ((i1 | 0) == (HEAP32[9907] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i5, i4, i3) | 0; break; } else { @@ -50569,88 +50496,264 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17parseAfterKeywor return i2 | 0; } +function __ZZ11instantiateEN19JSExternalInterface4loadEPN4wasm4LoadEj(i7, i2, i5, i4) { + i7 = i7 | 0; + i2 = i2 | 0; + i5 = i5 | 0; + i4 = i4 | 0; + var d1 = 0.0, i3 = 0, i6 = 0; + i3 = i5 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; + L1 : do if ((HEAP32[i5 + 20 >> 2] | 0) >>> 0 >= i2 >>> 0 ? (i2 + -1 & i4 | 0) == 0 : 0) { + if (((HEAP32[i5 + 4 >> 2] | 0) + -3 | 0) >>> 0 < 2) switch (i2 | 0) { + case 4: + { + d1 = +_emscripten_asm_const_di(24, i4 | 0); + HEAP32[i7 >> 2] = 3; + HEAPF32[i7 + 8 >> 2] = d1; + break L1; + } + case 8: + { + d1 = +_emscripten_asm_const_di(25, i4 | 0); + HEAP32[i7 >> 2] = 4; + HEAPF64[i7 + 8 >> 3] = d1; + break L1; + } + default: + _abort(); + } + switch (i2 | 0) { + case 1: + if (!(HEAP8[i5 + 12 >> 0] | 0)) { + i5 = _emscripten_asm_const_ii(19, i4 | 0) | 0; + HEAP32[i7 >> 2] = 1; + HEAP32[i7 + 8 >> 2] = i5; + break L1; + } else { + i5 = _emscripten_asm_const_ii(18, i4 | 0) | 0; + HEAP32[i7 >> 2] = 1; + HEAP32[i7 + 8 >> 2] = i5; + break L1; + } + case 2: + if (!(HEAP8[i5 + 12 >> 0] | 0)) { + i5 = _emscripten_asm_const_ii(21, i4 | 0) | 0; + HEAP32[i7 >> 2] = 1; + HEAP32[i7 + 8 >> 2] = i5; + break L1; + } else { + i5 = _emscripten_asm_const_ii(20, i4 | 0) | 0; + HEAP32[i7 >> 2] = 1; + HEAP32[i7 + 8 >> 2] = i5; + break L1; + } + case 4: + if (!(HEAP8[i5 + 12 >> 0] | 0)) { + i5 = _emscripten_asm_const_ii(23, i4 | 0) | 0; + HEAP32[i7 >> 2] = 1; + HEAP32[i7 + 8 >> 2] = i5; + break L1; + } else { + i5 = _emscripten_asm_const_ii(22, i4 | 0) | 0; + HEAP32[i7 >> 2] = 1; + HEAP32[i7 + 8 >> 2] = i5; + break L1; + } + default: + _abort(); + } + } else i6 = 3; while (0); + L25 : do if ((i6 | 0) == 3) { + i6 = i5 + 4 | 0; + d1 = +_emscripten_asm_const_diiii(17, i4 | 0, i2 | 0, ((HEAP32[i6 >> 2] | 0) + -3 | 0) >>> 0 < 2 | 0, HEAPU8[i5 + 12 >> 0] | 0); + if (((HEAP32[i6 >> 2] | 0) + -3 | 0) >>> 0 >= 2) { + HEAP32[i7 >> 2] = 1; + HEAP32[i7 + 8 >> 2] = ~~d1; + break; + } + switch (HEAP32[i3 >> 2] | 0) { + case 4: + { + HEAP32[i7 >> 2] = 3; + HEAPF32[i7 + 8 >> 2] = d1; + break L25; + } + case 8: + { + HEAP32[i7 >> 2] = 4; + HEAPF64[i7 + 8 >> 3] = d1; + break L25; + } + default: + _abort(); + } + } while (0); + return; +} + +function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE8overflowEi(i16, i15) { + i16 = i16 | 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, i17 = 0; + i17 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i10 = i17; + do if ((i15 | 0) != -1) { + i11 = i16 + 12 | 0; + i12 = i16 + 8 | 0; + i13 = (HEAP32[i11 >> 2] | 0) - (HEAP32[i12 >> 2] | 0) | 0; + i14 = i16 + 24 | 0; + i7 = HEAP32[i14 >> 2] | 0; + i8 = i16 + 28 | 0; + i1 = HEAP32[i8 >> 2] | 0; + if ((i7 | 0) == (i1 | 0)) { + i6 = i16 + 48 | 0; + if (!(HEAP32[i6 >> 2] & 16)) { + i1 = -1; + break; + } + i3 = i16 + 20 | 0; + i4 = HEAP32[i3 >> 2] | 0; + i9 = i16 + 44 | 0; + i5 = (HEAP32[i9 >> 2] | 0) - i4 | 0; + i2 = i16 + 32 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i2, 0); + if (!(HEAP8[i2 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i2 >> 2] & -2) + -1 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i2, i1, 0); + i1 = HEAP8[i2 >> 0] | 0; + if (!(i1 & 1)) { + i2 = i2 + 1 | 0; + i1 = (i1 & 255) >>> 1; + } else { + i2 = HEAP32[i16 + 40 >> 2] | 0; + i1 = HEAP32[i16 + 36 >> 2] | 0; + } + i1 = i2 + i1 | 0; + HEAP32[i3 >> 2] = i2; + HEAP32[i8 >> 2] = i1; + i7 = i2 + (i7 - i4) | 0; + HEAP32[i14 >> 2] = i7; + i2 = i2 + i5 | 0; + HEAP32[i9 >> 2] = i2; + i8 = i9; + i3 = i9; + i5 = i1; + } else { + i2 = i16 + 44 | 0; + i8 = i2; + i6 = i16 + 48 | 0; + i3 = i2; + i2 = HEAP32[i2 >> 2] | 0; + i5 = i1; + } + i4 = i7 + 1 | 0; + HEAP32[i10 >> 2] = i4; + i2 = HEAP32[(i4 >>> 0 < i2 >>> 0 ? i3 : i10) >> 2] | 0; + HEAP32[i8 >> 2] = i2; + if (HEAP32[i6 >> 2] & 8 | 0) { + i1 = i16 + 32 | 0; + if (!(HEAP8[i1 >> 0] & 1)) i1 = i1 + 1 | 0; else i1 = HEAP32[i16 + 40 >> 2] | 0; + HEAP32[i12 >> 2] = i1; + HEAP32[i11 >> 2] = i1 + i13; + HEAP32[i16 + 16 >> 2] = i2; + } + if ((i7 | 0) == (i5 | 0)) { + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i16 >> 2] | 0) + 52 >> 2] & 31](i16, i15 & 255) | 0; + break; + } else { + HEAP32[i14 >> 2] = i4; + HEAP8[i7 >> 0] = i15; + i1 = i15 & 255; + break; + } + } else i1 = 0; while (0); + STACKTOP = i17; + return i1 | 0; +} + 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; - i12 = i14; - i11 = __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(HEAP32[i13 + 4 >> 2] | 0) | 0; + i11 = i14; + i12 = __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(HEAP32[i13 + 4 >> 2] | 0) | 0; i10 = __ZN4wasm7Element4listEv(i2) | 0; if (!(HEAP8[HEAP32[(HEAP32[i10 >> 2] | 0) + 4 >> 2] >> 0] | 0)) { i1 = __ZN4wasm7Element4listEv(i2) | 0; i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i11 >> 2] = i1; + HEAP32[i12 >> 2] = i1; i1 = 2; } else i1 = 1; - i6 = __ZN4wasm7ElementixEj(i2, i1) | 0; - if (!(HEAP8[i6 >> 0] | 0)) ___assert_fail(16742, 16606, 1045, 16756); - i10 = i11 + 4 | 0; - i2 = i11 + 12 | 0; - i3 = i11 + 16 | 0; - i9 = i11 + 8 | 0; - i7 = 1; + i1 = __ZN4wasm7ElementixEj(i2, i1) | 0; + if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(16827, 16691, 1045, 16841); + i2 = i12 + 4 | 0; + i3 = i12 + 12 | 0; + i4 = i12 + 16 | 0; + i5 = i12 + 8 | 0; + i9 = 1; while (1) { - if (i7 >>> 0 >= (__ZN4wasm7Element4sizeEv(i6) | 0) >>> 0) break; - i5 = __ZN4wasm7ElementixEj(i6, i7) | 0; - i8 = __ZN4wasm7Element4listEv(i5) | 0; - i8 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i8 >> 2] >> 2] | 0) | 0; - L10 : do if ((i8 | 0) != (HEAP32[9555] | 0)) { - i8 = __ZN4wasm7Element4listEv(i5) | 0; - i8 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i8 >> 2] >> 2] | 0) | 0; - if ((i8 | 0) == (HEAP32[9556] | 0)) { - i8 = __ZN4wasm7Element4listEv(i5) | 0; - i8 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i13, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i8 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; - HEAP32[i10 >> 2] = i8; + if (i9 >>> 0 >= (__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0) break; + i6 = __ZN4wasm7ElementixEj(i1, i9) | 0; + i10 = __ZN4wasm7Element4listEv(i6) | 0; + i10 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i10 >> 2] >> 2] | 0) | 0; + L10 : do if ((i10 | 0) != (HEAP32[9845] | 0)) { + i10 = __ZN4wasm7Element4listEv(i6) | 0; + i10 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i10 >> 2] >> 2] | 0) | 0; + if ((i10 | 0) == (HEAP32[9846] | 0)) { + i10 = __ZN4wasm7Element4listEv(i6) | 0; + i10 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i13, __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i10 >> 2] | 0) + 4 >> 2] | 0) | 0, 0, 0) | 0; + HEAP32[i2 >> 2] = i10; } } else { - i8 = 1; + i10 = 1; while (1) { - if (i8 >>> 0 >= (__ZN4wasm7Element4sizeEv(i5) | 0) >>> 0) break L10; - i4 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i13, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i5, i8) | 0) | 0, 0, 0) | 0; - HEAP32[i12 >> 2] = i4; - i1 = HEAP32[i2 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i3 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i4; - HEAP32[i2 >> 2] = i1 + 4; - } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i9, i12); - i8 = i8 + 1 | 0; + if (i10 >>> 0 >= (__ZN4wasm7Element4sizeEv(i6) | 0) >>> 0) break L10; + i7 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i13, __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i6, i10) | 0) | 0, 0, 0) | 0; + HEAP32[i11 >> 2] = i7; + i8 = HEAP32[i3 >> 2] | 0; + if (i8 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { + HEAP32[i8 >> 2] = i7; + HEAP32[i3 >> 2] = i8 + 4; + } else __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i5, i11); + i10 = i10 + 1 | 0; } } while (0); - i7 = i7 + 1 | 0; + i9 = i9 + 1 | 0; } - __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(HEAP32[i13 >> 2] | 0, i11); + __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(HEAP32[i13 >> 2] | 0, i12); STACKTOP = i14; return; } -function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRb(i10, i11, i1, i2, i12, i14) { +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; - i1 = i1 | 0; - i2 = i2 | 0; + i8 = i8 | 0; + i9 = i9 | 0; i12 = i12 | 0; i14 = i14 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i13 = 0, i15 = 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i13 = 0, i15 = 0; i15 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; - i6 = i15 + 48 | 0; - i4 = i15 + 24 | 0; + i2 = i15 + 48 | 0; + i1 = i15 + 24 | 0; i13 = i15 + 16 | 0; i3 = i15 + 20 | 0; - i7 = i15 + 12 | 0; - i8 = i15 + 8 | 0; - i9 = i15 + 4 | 0; - i5 = i15; - if (!(HEAP32[i2 + 4 >> 2] & 1)) { + i4 = i15 + 12 | 0; + i5 = i15 + 8 | 0; + i6 = i15 + 4 | 0; + i7 = i15; + if (!(HEAP32[i9 + 4 >> 2] & 1)) { HEAP32[i13 >> 2] = -1; - i9 = HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] | 0; + i7 = HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i7 >> 2]; - i1 = FUNCTION_TABLE_iiiiiii[i9 & 63](i10, i4, i6, i2, i12, i13) | 0; + HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + i1 = FUNCTION_TABLE_iiiiiii[i7 & 63](i10, i1, i2, i9, i12, i13) | 0; HEAP32[i11 >> 2] = i1; switch (HEAP32[i13 >> 2] | 0) { case 0: @@ -50670,54 +50773,55 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6 } } } else { - i10 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; - HEAP32[i8 >> 2] = i10; - i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 40492) | 0; + i10 = __ZNKSt3__18ios_base6getlocEv(i9) | 0; + HEAP32[i5 >> 2] = i10; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 41652) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; - i8 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; - HEAP32[i9 >> 2] = i8; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i9, 40500) | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i8) | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 24 >> 2] & 127](i4, i10); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 127](i4 + 12 | 0, i10); - HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - i1 = (__ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEPKNS_12basic_stringIwS3_NS_9allocatorIwEEEENS_5ctypeIwEEEET0_RT_SE_SD_SD_RKT1_Rjb(i11, i6, i4, i4 + 24 | 0, i13, i12, 1) | 0) == (i4 | 0) & 1; - HEAP8[i14 >> 0] = i1; - i1 = HEAP32[i11 >> 2] | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i4 + 12 | 0); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i4); + i9 = __ZNKSt3__18ios_base6getlocEv(i9) | 0; + HEAP32[i6 >> 2] = i9; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 41660) | 0; + __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 24 >> 2] & 127](i1, i10); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 127](i1 + 12 | 0, i10); + HEAP32[i7 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + i13 = (__ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEPKNS_12basic_stringIwS3_NS_9allocatorIwEEEENS_5ctypeIwEEEET0_RT_SE_SD_SD_RKT1_Rjb(i11, i2, i1, i1 + 24 | 0, i13, i12, 1) | 0) == (i1 | 0) & 1; + HEAP8[i14 >> 0] = i13; + i14 = HEAP32[i11 >> 2] | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i1 + 12 | 0); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i1); + i1 = i14; } STACKTOP = i15; return i1 | 0; } -function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRb(i10, i11, i1, i2, i12, i14) { +function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRb(i10, i11, i8, i9, i12, i14) { i10 = i10 | 0; i11 = i11 | 0; - i1 = i1 | 0; - i2 = i2 | 0; + i8 = i8 | 0; + i9 = i9 | 0; i12 = i12 | 0; i14 = i14 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i13 = 0, i15 = 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i13 = 0, i15 = 0; i15 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; - i6 = i15 + 48 | 0; - i4 = i15 + 24 | 0; + i2 = i15 + 48 | 0; + i1 = i15 + 24 | 0; i13 = i15 + 16 | 0; i3 = i15 + 20 | 0; - i7 = i15 + 12 | 0; - i8 = i15 + 8 | 0; - i9 = i15 + 4 | 0; - i5 = i15; - if (!(HEAP32[i2 + 4 >> 2] & 1)) { + i4 = i15 + 12 | 0; + i5 = i15 + 8 | 0; + i6 = i15 + 4 | 0; + i7 = i15; + if (!(HEAP32[i9 + 4 >> 2] & 1)) { HEAP32[i13 >> 2] = -1; - i9 = HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] | 0; + i7 = HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i7 >> 2]; - i1 = FUNCTION_TABLE_iiiiiii[i9 & 63](i10, i4, i6, i2, i12, i13) | 0; + HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + i1 = FUNCTION_TABLE_iiiiiii[i7 & 63](i10, i1, i2, i9, i12, i13) | 0; HEAP32[i11 >> 2] = i1; switch (HEAP32[i13 >> 2] | 0) { case 0: @@ -50737,23 +50841,24 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6 } } } else { - i10 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; - HEAP32[i8 >> 2] = i10; - i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 40460) | 0; + i10 = __ZNKSt3__18ios_base6getlocEv(i9) | 0; + HEAP32[i5 >> 2] = i10; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 41620) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; - i8 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; - HEAP32[i9 >> 2] = i8; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i9, 40472) | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i8) | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 24 >> 2] & 127](i4, i10); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 127](i4 + 12 | 0, i10); - HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - i1 = (__ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEPKNS_12basic_stringIcS3_NS_9allocatorIcEEEENS_5ctypeIcEEEET0_RT_SE_SD_SD_RKT1_Rjb(i11, i6, i4, i4 + 24 | 0, i13, i12, 1) | 0) == (i4 | 0) & 1; - HEAP8[i14 >> 0] = i1; - i1 = HEAP32[i11 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4 + 12 | 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + i9 = __ZNKSt3__18ios_base6getlocEv(i9) | 0; + HEAP32[i6 >> 2] = i9; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 41632) | 0; + __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 24 >> 2] & 127](i1, i10); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 127](i1 + 12 | 0, i10); + HEAP32[i7 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + i13 = (__ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEPKNS_12basic_stringIcS3_NS_9allocatorIcEEEENS_5ctypeIcEEEET0_RT_SE_SD_SD_RKT1_Rjb(i11, i2, i1, i1 + 24 | 0, i13, i12, 1) | 0) == (i1 | 0) & 1; + HEAP8[i14 >> 0] = i13; + i14 = HEAP32[i11 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1 + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); + i1 = i14; } STACKTOP = i15; return i1 | 0; @@ -50764,54 +50869,54 @@ function __ZN4wasm22SExpressionWasmBuilder8makeLoadERNS_7ElementENS_8WasmTypeE(i i7 = i7 | 0; i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; - i3 = __ZN4wasm7Element4listEv(i7) | 0; - i3 = _strchr(__ZN4wasm7Element5c_strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0, 46) | 0; - i2 = i3 + 5 | 0; + i2 = __ZN4wasm7Element4listEv(i7) | 0; + i2 = _strchr(__ZN4wasm7Element5c_strEv(HEAP32[HEAP32[i2 >> 2] >> 2] | 0) | 0, 46) | 0; + i3 = i2 + 5 | 0; i8 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i9 + 4 >> 2] | 0) | 0; HEAP32[i8 + 4 >> 2] = i1; i6 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i1) | 0; i1 = i8 + 8 | 0; HEAP32[i1 >> 2] = i6; - L1 : do switch (HEAP8[i2 >> 0] | 0) { + L1 : do switch (HEAP8[i3 >> 0] | 0) { case 56: { HEAP32[i1 >> 2] = 1; - i4 = i3 + 6 | 0; + i4 = i2 + 6 | 0; break; } case 49: { - if ((HEAP8[i3 + 6 >> 0] | 0) == 54) { + if ((HEAP8[i2 + 6 >> 0] | 0) == 54) { HEAP32[i1 >> 2] = 2; - i4 = i3 + 7 | 0; + i4 = i2 + 7 | 0; break L1; - } else ___assert_fail(17850, 16606, 718, 17866); + } else ___assert_fail(17083, 16691, 718, 17099); break; } case 51: { - if ((HEAP8[i3 + 6 >> 0] | 0) == 50) { + if ((HEAP8[i2 + 6 >> 0] | 0) == 50) { HEAP32[i1 >> 2] = 4; - i4 = i3 + 7 | 0; + i4 = i2 + 7 | 0; break L1; - } else ___assert_fail(17875, 16606, 722, 17866); + } else ___assert_fail(17108, 16691, 722, 17099); break; } default: - i4 = i2; + i4 = i3; } while (0); if (!(HEAP8[i4 >> 0] | 0)) i1 = 0; else i1 = (HEAP8[i4 + 1 >> 0] | 0) == 115 & 1; HEAP8[i8 + 12 >> 0] = i1; - i5 = i8 + 16 | 0; - HEAP32[i5 >> 2] = 0; - i3 = i8 + 20 | 0; + i3 = i8 + 16 | 0; HEAP32[i3 >> 2] = 0; - i6 = i9 + 8 | 0; - i4 = 1; + i4 = i8 + 20 | 0; + HEAP32[i4 >> 2] = 0; + i5 = i9 + 8 | 0; + i6 = 1; while (1) { - i2 = __ZN4wasm7ElementixEj(i7, i4) | 0; + i2 = __ZN4wasm7ElementixEj(i7, i6) | 0; i2 = (HEAP8[i2 >> 0] | 0) == 0; - i1 = __ZN4wasm7ElementixEj(i7, i4) | 0; + i1 = __ZN4wasm7ElementixEj(i7, i6) | 0; if (!i2) { i2 = 22; break; @@ -50827,23 +50932,23 @@ function __ZN4wasm22SExpressionWasmBuilder8makeLoadERNS_7ElementENS_8WasmTypeE(i case 97: { i2 = _atoi(i1) | 0; - HEAP32[i3 >> 2] = i2; + HEAP32[i4 >> 2] = i2; break; } case 111: { i1 = _atoll(i1) | 0; i2 = tempRet0; - if (i2 >>> 0 > 0 | (i2 | 0) == 0 & i1 >>> 0 > 4294967295) __ZNKSt3__18functionIFvvEEclEv(i6); - HEAP32[i5 >> 2] = i1; + if (i2 >>> 0 > 0 | (i2 | 0) == 0 & i1 >>> 0 > 4294967295) __ZNKSt3__18functionIFvvEEclEv(i5); + HEAP32[i3 >> 2] = i1; break; } default: - __ZNKSt3__18functionIFvvEEclEv(i6); + __ZNKSt3__18functionIFvvEEclEv(i5); } - i4 = i4 + 1 | 0; + i6 = i6 + 1 | 0; } - if ((i2 | 0) == 14) ___assert_fail(17723, 16606, 733, 17866); else if ((i2 | 0) == 22) { + if ((i2 | 0) == 14) ___assert_fail(25883, 16691, 733, 17099); else if ((i2 | 0) == 22) { i9 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, i1) | 0; HEAP32[i8 + 24 >> 2] = i9; return i8 | 0; @@ -50851,6 +50956,120 @@ function __ZN4wasm22SExpressionWasmBuilder8makeLoadERNS_7ElementENS_8WasmTypeE(i return 0; } +function __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i1, i7, i9, i8) { + i1 = i1 | 0; + i7 = i7 | 0; + i9 = i9 | 0; + i8 = i8 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i10 = 0, i11 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 176 | 0; + i5 = i11 + 160 | 0; + i10 = i11 + 16 | 0; + i6 = i11; + i3 = HEAP32[i1 >> 2] | 0; + if (i7 >>> 0 > i9 >>> 0) { + i2 = i10 + 64 | 0; + i1 = i10 + 8 | 0; + HEAP32[i1 >> 2] = 3012; + i4 = i10 + 12 | 0; + HEAP32[i10 >> 2] = 3152; + HEAP32[i2 >> 2] = 3172; + HEAP32[i10 + 4 >> 2] = 0; + __ZNSt3__18ios_base4initEPv(i10 + 64 | 0, i4); + HEAP32[i10 + 136 >> 2] = 0; + HEAP32[i10 + 140 >> 2] = -1; + HEAP32[i10 >> 2] = 2992; + HEAP32[i2 >> 2] = 3032; + HEAP32[i1 >> 2] = 3012; + __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i4); + HEAP32[i4 >> 2] = 2856; + i1 = i10 + 44 | 0; + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + HEAP32[i10 + 56 >> 2] = 0; + HEAP32[i10 + 60 >> 2] = 24; + i1 = 0; + while (1) { + if ((i1 | 0) == 3) break; + HEAP32[i5 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; + } + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i4, i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i10 + 8 | 0, i8) | 0, 20540) | 0, i7) | 0, 20543) | 0, i9) | 0; + i9 = HEAP32[i3 + 12 >> 2] | 0; + i8 = HEAP32[(HEAP32[i9 >> 2] | 0) + 20 >> 2] | 0; + __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv(i6, i4); + FUNCTION_TABLE_vii[i8 & 127](i9, (HEAP8[i6 >> 0] & 1) == 0 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + __ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(i10); + } + STACKTOP = i11; + return; +} + +function __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i1, i7, i9, i8) { + i1 = i1 | 0; + i7 = i7 | 0; + i9 = i9 | 0; + i8 = i8 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i10 = 0, i11 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 176 | 0; + i5 = i11 + 160 | 0; + i10 = i11 + 16 | 0; + i6 = i11; + i3 = HEAP32[i1 >> 2] | 0; + if (i7 >>> 0 > i9 >>> 0) { + i2 = i10 + 64 | 0; + i1 = i10 + 8 | 0; + HEAP32[i1 >> 2] = 3012; + i4 = i10 + 12 | 0; + HEAP32[i10 >> 2] = 3152; + HEAP32[i2 >> 2] = 3172; + HEAP32[i10 + 4 >> 2] = 0; + __ZNSt3__18ios_base4initEPv(i10 + 64 | 0, i4); + HEAP32[i10 + 136 >> 2] = 0; + HEAP32[i10 + 140 >> 2] = -1; + HEAP32[i10 >> 2] = 2992; + HEAP32[i2 >> 2] = 3032; + HEAP32[i1 >> 2] = 3012; + __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i4); + HEAP32[i4 >> 2] = 2856; + i1 = i10 + 44 | 0; + i2 = 0; + while (1) { + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; + } + HEAP32[i10 + 56 >> 2] = 0; + HEAP32[i10 + 60 >> 2] = 24; + i1 = 0; + while (1) { + if ((i1 | 0) == 3) break; + HEAP32[i5 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; + } + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i4, i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i10 + 8 | 0, i8) | 0, 20540) | 0, i7) | 0, 20543) | 0, i9) | 0; + i9 = HEAP32[i3 + 12 >> 2] | 0; + i8 = HEAP32[(HEAP32[i9 >> 2] | 0) + 20 >> 2] | 0; + __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv(i6, i4); + FUNCTION_TABLE_vii[i8 & 127](i9, (HEAP8[i6 >> 0] & 1) == 0 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + __ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(i10); + } + STACKTOP = i11; + return; +} + function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i9, i8) { i9 = i9 | 0; i8 = i8 | 0; @@ -50858,7 +51077,7 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i9, i8) { i12 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i1 = i12 + 4 | 0; - i7 = i12; + i6 = i12; i11 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i9 + 4 >> 2] | 0) | 0; i10 = __ZN4wasm7Element4listEv(i8) | 0; i2 = i11 + 8 | 0; @@ -50868,7 +51087,7 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i9, i8) { HEAP32[i2 >> 2] = i3; i3 = 2; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 27957, 5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 29211, 5); i3 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i9, i1) | 0; HEAP32[i11 + 8 >> 2] = i3; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); @@ -50882,146 +51101,32 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i9, i8) { } i5 = i11 + 16 | 0; i4 = i11 + 20 | 0; - i6 = i11 + 12 | 0; + i7 = i11 + 12 | 0; while (1) { if (i3 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break; - i2 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i3) | 0) | 0; - HEAP32[i7 >> 2] = i2; - i1 = HEAP32[i5 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i2; + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i3) | 0) | 0; + HEAP32[i6 >> 2] = i1; + i2 = HEAP32[i5 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { + HEAP32[i2 >> 2] = i1; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6, i7); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i6); i3 = i3 + 1 | 0; } - i1 = HEAP32[i10 >> 2] | 0; - i2 = i1 + -4 | 0; + i2 = HEAP32[i10 >> 2] | 0; + i1 = i2 + -4 | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i9 = i1 + -4 | 0; + if ((i2 | 0) == (i1 | 0)) break; + i9 = i2 + -4 | 0; HEAP32[i10 >> 2] = i9; - i1 = i9; + i2 = i9; } i1 = HEAP32[i5 >> 2] | 0; - if ((i1 | 0) != (HEAP32[i6 >> 2] | 0)) HEAP32[i11 + 4 >> 2] = HEAP32[(HEAP32[i1 + -4 >> 2] | 0) + 4 >> 2]; + if ((i1 | 0) != (HEAP32[i7 >> 2] | 0)) HEAP32[i11 + 4 >> 2] = HEAP32[(HEAP32[i1 + -4 >> 2] | 0) + 4 >> 2]; STACKTOP = i12; return i11 | 0; } -function __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i1, i5, i8, i6) { - i1 = i1 | 0; - i5 = i5 | 0; - i8 = i8 | 0; - i6 = i6 | 0; - var i2 = 0, i3 = 0, i4 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0; - i11 = STACKTOP; - STACKTOP = STACKTOP + 176 | 0; - i7 = i11 + 160 | 0; - i9 = i11 + 16 | 0; - i10 = i11; - i3 = HEAP32[i1 >> 2] | 0; - if (i5 >>> 0 > i8 >>> 0) { - i1 = i9 + 64 | 0; - i2 = i9 + 8 | 0; - HEAP32[i2 >> 2] = 2988; - i4 = i9 + 12 | 0; - HEAP32[i9 >> 2] = 3128; - HEAP32[i1 >> 2] = 3148; - HEAP32[i9 + 4 >> 2] = 0; - __ZNSt3__18ios_base4initEPv(i9 + 64 | 0, i4); - HEAP32[i9 + 136 >> 2] = 0; - HEAP32[i9 + 140 >> 2] = -1; - HEAP32[i9 >> 2] = 2968; - HEAP32[i1 >> 2] = 3008; - HEAP32[i2 >> 2] = 2988; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i4); - HEAP32[i4 >> 2] = 2816; - i2 = i9 + 44 | 0; - i1 = 0; - while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; - } - HEAP32[i9 + 56 >> 2] = 0; - HEAP32[i9 + 60 >> 2] = 24; - i1 = 0; - while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i7 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; - } - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i4, i7); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i9 + 8 | 0, i6) | 0, 20410) | 0, i5) | 0, 20413) | 0, i8) | 0; - i8 = HEAP32[i3 + 12 >> 2] | 0; - i7 = HEAP32[(HEAP32[i8 >> 2] | 0) + 20 >> 2] | 0; - __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv(i10, i4); - FUNCTION_TABLE_vii[i7 & 127](i8, (HEAP8[i10 >> 0] & 1) == 0 ? i10 + 1 | 0 : HEAP32[i10 + 8 >> 2] | 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i10); - __ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(i9); - } - STACKTOP = i11; - return; -} - -function __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i1, i5, i8, i6) { - i1 = i1 | 0; - i5 = i5 | 0; - i8 = i8 | 0; - i6 = i6 | 0; - var i2 = 0, i3 = 0, i4 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0; - i11 = STACKTOP; - STACKTOP = STACKTOP + 176 | 0; - i7 = i11 + 160 | 0; - i9 = i11 + 16 | 0; - i10 = i11; - i3 = HEAP32[i1 >> 2] | 0; - if (i5 >>> 0 > i8 >>> 0) { - i1 = i9 + 64 | 0; - i2 = i9 + 8 | 0; - HEAP32[i2 >> 2] = 2988; - i4 = i9 + 12 | 0; - HEAP32[i9 >> 2] = 3128; - HEAP32[i1 >> 2] = 3148; - HEAP32[i9 + 4 >> 2] = 0; - __ZNSt3__18ios_base4initEPv(i9 + 64 | 0, i4); - HEAP32[i9 + 136 >> 2] = 0; - HEAP32[i9 + 140 >> 2] = -1; - HEAP32[i9 >> 2] = 2968; - HEAP32[i1 >> 2] = 3008; - HEAP32[i2 >> 2] = 2988; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i4); - HEAP32[i4 >> 2] = 2816; - i2 = i9 + 44 | 0; - i1 = 0; - while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; - } - HEAP32[i9 + 56 >> 2] = 0; - HEAP32[i9 + 60 >> 2] = 24; - i1 = 0; - while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i7 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; - } - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i4, i7); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i9 + 8 | 0, i6) | 0, 20410) | 0, i5) | 0, 20413) | 0, i8) | 0; - i8 = HEAP32[i3 + 12 >> 2] | 0; - i7 = HEAP32[(HEAP32[i8 >> 2] | 0) + 20 >> 2] | 0; - __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv(i10, i4); - FUNCTION_TABLE_vii[i7 & 127](i8, (HEAP8[i10 >> 0] & 1) == 0 ? i10 + 1 | 0 : HEAP32[i10 + 8 >> 2] | 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i10); - __ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(i9); - } - STACKTOP = i11; - return; -} - function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc(i10, i3, i9) { i10 = i10 | 0; i3 = i3 | 0; @@ -51029,38 +51134,38 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc( var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0; i14 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i8 = i14 + 16 | 0; - i6 = i14 + 12 | 0; - i2 = i14 + 8 | 0; - i5 = i14 + 4 | 0; + i5 = i14 + 16 | 0; + i4 = i14 + 12 | 0; + i1 = i14 + 8 | 0; + i6 = i14 + 4 | 0; i7 = i14; - i13 = i10 + 4 | 0; - __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i10, (((HEAP32[i13 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) | 0) / 12 | 0) + 1 | 0); - i1 = HEAP32[i9 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(23005, 22847, 611, 23497); - HEAP32[i9 >> 2] = i1 + 1; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; - i3 = __ZN6cashew12ValueBuilder8makeCallENS_3RefE(i8) | 0; + 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(23135, 22977, 611, 23627); + HEAP32[i9 >> 2] = i2 + 1; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; + i3 = __ZN6cashew12ValueBuilder8makeCallENS_3RefE(i5) | 0; L4 : while (1) { __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i9); i1 = HEAP32[i9 >> 2] | 0; if ((HEAP8[i1 >> 0] | 0) == 41) { - i4 = i1; + i8 = i1; break; } - HEAP32[i5 >> 2] = i3; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i10, i9, 23507) | 0; + HEAP32[i6 >> 2] = i3; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i10, i9, 23637) | 0; HEAP32[i7 >> 2] = i1; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i6, i8); + HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; + __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i4, i5); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i9); i1 = HEAP32[i9 >> 2] | 0; switch (HEAP8[i1 >> 0] | 0) { case 41: { - i4 = i1; + i8 = i1; break L4; } case 44: @@ -51074,49 +51179,49 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc( HEAP32[i9 >> 2] = i1 + 1; } if ((i11 | 0) == 7) _abort(); - HEAP32[i9 >> 2] = i4 + 1; - i1 = HEAP32[i13 >> 2] | 0; + HEAP32[i9 >> 2] = i8 + 1; + i1 = HEAP32[i12 >> 2] | 0; i2 = i1 + -12 | 0; - if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i12 = i1; else ___assert_fail(23510, 22847, 627, 23497); + if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i13 = i1; else ___assert_fail(23640, 22977, 627, 23627); while (1) { - if ((i12 | 0) == (i2 | 0)) break; - i11 = i12 + -12 | 0; - HEAP32[i13 >> 2] = i11; + if ((i13 | 0) == (i2 | 0)) break; + i11 = i13 + -12 | 0; + HEAP32[i12 >> 2] = i11; __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEED2Ev(i11); - i12 = HEAP32[i13 >> 2] | 0; + i13 = HEAP32[i12 >> 2] | 0; } STACKTOP = i14; return i3 | 0; } -function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i7, i12, i10, i11, i14, i2, i1, i4, i5, i8) { +function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_S2_(i7, i13, i11, i12, i14, i3, i2, i4, i5, i8) { i7 = i7 | 0; - i12 = i12 | 0; - i10 = i10 | 0; + i13 = i13 | 0; i11 = i11 | 0; + i12 = i12 | 0; i14 = i14 | 0; + i3 = i3 | 0; i2 = i2 | 0; - i1 = i1 | 0; i4 = i4 | 0; i5 = i5 | 0; i8 = i8 | 0; - var i3 = 0, i6 = 0, i9 = 0, i13 = 0; - i9 = HEAP32[i11 >> 2] | 0; - i13 = (i9 | 0) == (i10 | 0); - do if (i13) { - i3 = (HEAP8[i8 + 24 >> 0] | 0) == i7 << 24 >> 24; - if (!i3 ? (HEAP8[i8 + 25 >> 0] | 0) != i7 << 24 >> 24 : 0) { + var i1 = 0, i6 = 0, i9 = 0, i10 = 0; + i9 = HEAP32[i12 >> 2] | 0; + i10 = (i9 | 0) == (i11 | 0); + do if (i10) { + i1 = (HEAP8[i8 + 24 >> 0] | 0) == i7 << 24 >> 24; + if (!i1 ? (HEAP8[i8 + 25 >> 0] | 0) != i7 << 24 >> 24 : 0) { i6 = 5; break; } - HEAP32[i11 >> 2] = i10 + 1; - HEAP8[i10 >> 0] = i3 ? 43 : 45; + HEAP32[i12 >> 2] = i11 + 1; + HEAP8[i11 >> 0] = i1 ? 43 : 45; HEAP32[i14 >> 2] = 0; i1 = 0; } else i6 = 5; while (0); L6 : do if ((i6 | 0) == 5) { - i6 = HEAP8[i1 >> 0] | 0; - if (i7 << 24 >> 24 == i2 << 24 >> 24 ? (((i6 & 1) == 0 ? (i6 & 255) >>> 1 : HEAP32[i1 + 4 >> 2] | 0) | 0) != 0 : 0) { + i6 = HEAP8[i2 >> 0] | 0; + if (i7 << 24 >> 24 == i3 << 24 >> 24 ? (((i6 & 1) == 0 ? (i6 & 255) >>> 1 : HEAP32[i2 + 4 >> 2] | 0) | 0) != 0 : 0) { i1 = HEAP32[i5 >> 2] | 0; if ((i1 - i4 | 0) >= 160) { i1 = 0; @@ -51141,11 +51246,11 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri } i1 = i1 - i8 | 0; if ((i1 | 0) > 23) i1 = -1; else { - switch (i12 | 0) { + switch (i13 | 0) { case 10: case 8: { - if ((i1 | 0) >= (i12 | 0)) { + if ((i1 | 0) >= (i13 | 0)) { i1 = -1; break L6; } @@ -51154,11 +51259,11 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri case 16: { if ((i1 | 0) >= 22) { - if (i13) { + if (i10) { i1 = -1; break L6; } - if ((i9 - i10 | 0) >= 3) { + if ((i9 - i11 | 0) >= 3) { i1 = -1; break L6; } @@ -51167,8 +51272,8 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri break L6; } HEAP32[i14 >> 2] = 0; - i1 = HEAP8[32649 + i1 >> 0] | 0; - HEAP32[i11 >> 2] = i9 + 1; + i1 = HEAP8[33855 + i1 >> 0] | 0; + HEAP32[i12 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; i1 = 0; break L6; @@ -51178,8 +51283,8 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri default: {} } - i1 = HEAP8[32649 + i1 >> 0] | 0; - HEAP32[i11 >> 2] = i9 + 1; + i1 = HEAP8[33855 + i1 >> 0] | 0; + HEAP32[i12 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + 1; i1 = 0; @@ -51188,34 +51293,34 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri return i1 | 0; } -function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i7, i12, i10, i11, i14, i2, i1, i4, i5, i8) { +function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjRSD_Pw(i7, i13, i11, i12, i14, i3, i2, i4, i5, i8) { i7 = i7 | 0; - i12 = i12 | 0; - i10 = i10 | 0; + i13 = i13 | 0; i11 = i11 | 0; + i12 = i12 | 0; i14 = i14 | 0; + i3 = i3 | 0; i2 = i2 | 0; - i1 = i1 | 0; i4 = i4 | 0; i5 = i5 | 0; i8 = i8 | 0; - var i3 = 0, i6 = 0, i9 = 0, i13 = 0; - i9 = HEAP32[i11 >> 2] | 0; - i13 = (i9 | 0) == (i10 | 0); - do if (i13) { - i3 = (HEAP32[i8 + 96 >> 2] | 0) == (i7 | 0); - if (!i3 ? (HEAP32[i8 + 100 >> 2] | 0) != (i7 | 0) : 0) { + var i1 = 0, i6 = 0, i9 = 0, i10 = 0; + i9 = HEAP32[i12 >> 2] | 0; + i10 = (i9 | 0) == (i11 | 0); + do if (i10) { + i1 = (HEAP32[i8 + 96 >> 2] | 0) == (i7 | 0); + if (!i1 ? (HEAP32[i8 + 100 >> 2] | 0) != (i7 | 0) : 0) { i6 = 5; break; } - HEAP32[i11 >> 2] = i10 + 1; - HEAP8[i10 >> 0] = i3 ? 43 : 45; + HEAP32[i12 >> 2] = i11 + 1; + HEAP8[i11 >> 0] = i1 ? 43 : 45; HEAP32[i14 >> 2] = 0; i1 = 0; } else i6 = 5; while (0); L6 : do if ((i6 | 0) == 5) { - i6 = HEAP8[i1 >> 0] | 0; - if ((i7 | 0) == (i2 | 0) ? (((i6 & 1) == 0 ? (i6 & 255) >>> 1 : HEAP32[i1 + 4 >> 2] | 0) | 0) != 0 : 0) { + i6 = HEAP8[i2 >> 0] | 0; + if ((i7 | 0) == (i3 | 0) ? (((i6 & 1) == 0 ? (i6 & 255) >>> 1 : HEAP32[i2 + 4 >> 2] | 0) | 0) != 0 : 0) { i1 = HEAP32[i5 >> 2] | 0; if ((i1 - i4 | 0) >= 160) { i1 = 0; @@ -51238,14 +51343,14 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri if ((HEAP32[i1 >> 2] | 0) == (i7 | 0)) break; i1 = i1 + 4 | 0; } - i2 = i1 - i8 | 0; - i1 = i2 >> 2; - if ((i2 | 0) > 92) i1 = -1; else { - switch (i12 | 0) { + i1 = i1 - i8 | 0; + i2 = i1 >> 2; + if ((i1 | 0) > 92) i1 = -1; else { + switch (i13 | 0) { case 10: case 8: { - if ((i1 | 0) >= (i12 | 0)) { + if ((i2 | 0) >= (i13 | 0)) { i1 = -1; break L6; } @@ -51253,12 +51358,12 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri } case 16: { - if ((i2 | 0) >= 88) { - if (i13) { + if ((i1 | 0) >= 88) { + if (i10) { i1 = -1; break L6; } - if ((i9 - i10 | 0) >= 3) { + if ((i9 - i11 | 0) >= 3) { i1 = -1; break L6; } @@ -51267,8 +51372,8 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri break L6; } HEAP32[i14 >> 2] = 0; - i1 = HEAP8[32649 + i1 >> 0] | 0; - HEAP32[i11 >> 2] = i9 + 1; + i1 = HEAP8[33855 + i2 >> 0] | 0; + HEAP32[i12 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; i1 = 0; break L6; @@ -51278,8 +51383,8 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri default: {} } - i1 = HEAP8[32649 + i1 >> 0] | 0; - HEAP32[i11 >> 2] = i9 + 1; + i1 = HEAP8[33855 + i2 >> 0] | 0; + HEAP32[i12 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + 1; i1 = 0; @@ -51288,42 +51393,42 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri return i1 | 0; } -function __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i8, i7, i2, i4) { +function __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i8, i7, i3, i5) { i8 = i8 | 0; i7 = i7 | 0; - i2 = i2 | 0; - i4 = i4 | 0; - var i1 = 0, i3 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0; + i3 = i3 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; - i3 = i11 + 36 | 0; + i2 = i11 + 36 | 0; i10 = i11 + 40 | 0; - i5 = i11; - i6 = i11 + 24 | 0; + i6 = i11; + i4 = i11 + 24 | 0; i9 = i7 + 4 | 0; i1 = HEAP32[i9 >> 2] | 0; if (i1 >>> 0 > 250) { i1 = HEAP32[i7 + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 19713); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 19841); i1 = HEAP32[i9 >> 2] | 0; } HEAP32[i9 >> 2] = i1 + 1; i1 = (HEAP32[i7 >> 2] | 0) + 84 | 0; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i1, i3) | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i1, i2) | 0; i1 = HEAP32[i1 >> 2] | 0; - if (!i1) ___assert_fail(28286, 19725, 645, 19748); - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN13FunctionScopeC2EPNS_8FunctionES9_(i10, i1, i4); - HEAP32[i6 >> 2] = 2948; - HEAP32[i6 + 4 >> 2] = i7; - HEAP32[i6 + 8 >> 2] = i10; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i5, i6, HEAP32[i1 + 36 >> 2] | 0); - i7 = HEAP32[i5 + 16 >> 2] | 0; - if (!((i7 | 0) == 0 | (i7 | 0) == (HEAP32[9592] | 0))) ___assert_fail(19761, 19725, 653, 19748); - HEAP32[i8 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i8 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; - HEAP32[i8 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; - HEAP32[i8 + 12 >> 2] = HEAP32[i5 + 12 >> 2]; + if (!i1) ___assert_fail(29540, 19853, 645, 19876); + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN13FunctionScopeC2EPNS_8FunctionES9_(i10, i1, i5); + HEAP32[i4 >> 2] = 2972; + HEAP32[i4 + 4 >> 2] = i7; + HEAP32[i4 + 8 >> 2] = i10; + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i6, i4, HEAP32[i1 + 36 >> 2] | 0); + i7 = HEAP32[i6 + 16 >> 2] | 0; + if (!((i7 | 0) == 0 | (i7 | 0) == (HEAP32[9882] | 0))) ___assert_fail(19889, 19853, 653, 19876); + HEAP32[i8 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i8 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; + HEAP32[i8 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; + HEAP32[i8 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; i2 = HEAP32[i1 + 4 >> 2] | 0; if (!i2) { HEAP32[i8 >> 2] = 0; @@ -51337,79 +51442,195 @@ function __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vecto __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm7LiteralEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i10); STACKTOP = i11; return; - } else ___assert_fail(19809, 19725, 656, 19748); + } else ___assert_fail(19937, 19853, 656, 19876); } -function _wcsrtombs(i3, i7, i1, i2) { +function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i15, i14, i13) { + i15 = i15 | 0; + i14 = i14 | 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, i12 = 0, i16 = 0; + i16 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i8 = i16 + 28 | 0; + i7 = i16 + 24 | 0; + i6 = i16 + 20 | 0; + i5 = i16 + 16 | 0; + i9 = i16 + 12 | 0; + i10 = i16 + 8 | 0; + i11 = i16 + 4 | 0; + i12 = i16; + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); + i1 = HEAP32[i14 >> 2] | 0; + if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(23135, 22977, 498, 23606); + HEAP32[i14 >> 2] = i1 + 1; + i4 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 22944) | 0; + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); + i1 = HEAP32[i14 >> 2] | 0; + if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(23615, 22977, 502, 23606); + HEAP32[i14 >> 2] = i1 + 1; + i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 22944) | 0; + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); + i1 = HEAP32[i14 >> 2] | 0; + if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(23615, 22977, 506, 23606); + HEAP32[i14 >> 2] = i1 + 1; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 37006) | 0; + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); + i2 = HEAP32[i14 >> 2] | 0; + if ((HEAP8[i2 >> 0] | 0) == 41) { + HEAP32[i14 >> 2] = i2 + 1; + i15 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseMaybeBracketedERPcPKc(i15, i14, i13) | 0; + HEAP32[i9 >> 2] = i4; + HEAP32[i10 >> 2] = i3; + HEAP32[i11 >> 2] = i1; + HEAP32[i12 >> 2] = i15; + HEAP32[i5 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i6 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i7 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i12 >> 2]; + i15 = __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i5, i6, i7, i8) | 0; + STACKTOP = i16; + return i15 | 0; + } else ___assert_fail(23357, 22977, 510, 23606); + return 0; +} + +function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb(i13, i15, i1, i2) { + i13 = i13 | 0; + i15 = i15 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0, i16 = 0; + i14 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i6 = i14 + 36 | 0; + i5 = i14 + 32 | 0; + i4 = i14 + 28 | 0; + i11 = i14; + i7 = i14 + 24 | 0; + i8 = i14 + 20 | 0; + i9 = i14 + 16 | 0; + i10 = __ZN6cashew12ValueBuilder7makeVarEb(i2) | 0; + i2 = i11 + 12 | 0; + i3 = i11 + 8 | 0; + L1 : while (1) { + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); + i1 = HEAP32[i15 >> 2] | 0; + if ((HEAP8[i1 >> 0] | 0) == 59) { + i12 = i1; + break; + } + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i11, i1); + if ((HEAP32[i2 >> 2] | 0) != 2) { + i16 = 4; + break; + } + HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + (HEAP32[i3 >> 2] | 0); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); + i1 = HEAP32[i15 >> 2] | 0; + if ((HEAP8[i1 >> 0] | 0) == 61) { + HEAP32[i15 >> 2] = i1 + 1; + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i13, i15, 23282) | 0; + } else i1 = 0; + HEAP32[i7 >> 2] = i10; + HEAP32[i8 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i9 >> 2] = i1; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i6 >> 2] = HEAP32[i9 >> 2]; + __ZN6cashew12ValueBuilder11appendToVarENS_3RefENS_7IStringES1_(i4, i5, i6); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); + i1 = HEAP32[i15 >> 2] | 0; + switch (HEAP8[i1 >> 0] | 0) { + case 59: + { + i16 = 10; + break L1; + } + case 44: + break; + default: + { + i16 = 9; + break L1; + } + } + HEAP32[i15 >> 2] = i1 + 1; + } + if ((i16 | 0) == 4) ___assert_fail(23254, 22977, 434, 23273); else if ((i16 | 0) == 9) _abort(); else if ((i16 | 0) == 10) i12 = i1; + HEAP32[i15 >> 2] = i12 + 1; + STACKTOP = i14; + return i10 | 0; +} + +function _wcsrtombs(i3, i6, i1, i2) { i3 = i3 | 0; - i7 = i7 | 0; + i6 = i6 | 0; i1 = i1 | 0; i2 = i2 | 0; - var i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0; - i9 = STACKTOP; + var i4 = 0, i5 = 0, i7 = 0, i8 = 0; + i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i8 = i9; + i7 = i8; L1 : do if (!i3) { - i2 = HEAP32[i7 >> 2] | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (!i1) i1 = 0; else { - i3 = i1; + i3 = HEAP32[i6 >> 2] | 0; + i2 = HEAP32[i3 >> 2] | 0; + if (!i2) i1 = 0; else { i1 = 0; - i4 = i2; do { - if (i3 >>> 0 > 127) { - i2 = _wcrtomb(i8, i3, 0) | 0; + if (i2 >>> 0 > 127) { + i2 = _wcrtomb(i7, i2, 0) | 0; if ((i2 | 0) == -1) { i1 = -1; break L1; } } else i2 = 1; i1 = i2 + i1 | 0; - i4 = i4 + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; - } while ((i3 | 0) != 0); + i3 = i3 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; + } while ((i2 | 0) != 0); } } else { L9 : do if (i1 >>> 0 > 3) { - i6 = HEAP32[i7 >> 2] | 0; i2 = i1; + i4 = HEAP32[i6 >> 2] | 0; while (1) { - i4 = HEAP32[i6 >> 2] | 0; - if ((i4 + -1 | 0) >>> 0 > 126) { - if (!i4) break; - i5 = _wcrtomb(i3, i4, 0) | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 + -1 | 0) >>> 0 > 126) { + if (!i5) break; + i5 = _wcrtomb(i3, i5, 0) | 0; if ((i5 | 0) == -1) { i1 = -1; break L1; } - i4 = i6; - i2 = i2 - i5 | 0; i3 = i3 + i5 | 0; + i2 = i2 - i5 | 0; } else { - HEAP8[i3 >> 0] = i4; - i4 = HEAP32[i7 >> 2] | 0; - i2 = i2 + -1 | 0; + HEAP8[i3 >> 0] = i5; i3 = i3 + 1 | 0; + i2 = i2 + -1 | 0; + i4 = HEAP32[i6 >> 2] | 0; } - i6 = i4 + 4 | 0; - HEAP32[i7 >> 2] = i6; + i4 = i4 + 4 | 0; + HEAP32[i6 >> 2] = i4; if (i2 >>> 0 <= 3) break L9; } HEAP8[i3 >> 0] = 0; - HEAP32[i7 >> 2] = 0; + HEAP32[i6 >> 2] = 0; i1 = i1 - i2 | 0; break L1; } else i2 = i1; while (0); if (i2) { - i6 = HEAP32[i7 >> 2] | 0; + i4 = HEAP32[i6 >> 2] | 0; while (1) { - i4 = HEAP32[i6 >> 2] | 0; - if ((i4 + -1 | 0) >>> 0 > 126) { - if (!i4) { + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 + -1 | 0) >>> 0 > 126) { + if (!i5) { i4 = 19; break; } - i5 = _wcrtomb(i8, i4, 0) | 0; + i5 = _wcrtomb(i7, i5, 0) | 0; if ((i5 | 0) == -1) { i1 = -1; break L1; @@ -51418,23 +51639,22 @@ function _wcsrtombs(i3, i7, i1, i2) { i4 = 22; break; } - _wcrtomb(i3, HEAP32[i6 >> 2] | 0, 0) | 0; - i4 = i6; - i2 = i2 - i5 | 0; + _wcrtomb(i3, HEAP32[i4 >> 2] | 0, 0) | 0; i3 = i3 + i5 | 0; + i2 = i2 - i5 | 0; } else { - HEAP8[i3 >> 0] = i4; - i4 = HEAP32[i7 >> 2] | 0; - i2 = i2 + -1 | 0; + HEAP8[i3 >> 0] = i5; i3 = i3 + 1 | 0; + i2 = i2 + -1 | 0; + i4 = HEAP32[i6 >> 2] | 0; } - i6 = i4 + 4 | 0; - HEAP32[i7 >> 2] = i6; + i4 = i4 + 4 | 0; + HEAP32[i6 >> 2] = i4; if (!i2) break L1; } if ((i4 | 0) == 19) { HEAP8[i3 >> 0] = 0; - HEAP32[i7 >> 2] = 0; + HEAP32[i6 >> 2] = 0; i1 = i1 - i2 | 0; break; } else if ((i4 | 0) == 22) { @@ -51443,184 +51663,10 @@ function _wcsrtombs(i3, i7, i1, i2) { } } } while (0); - STACKTOP = i9; + STACKTOP = i8; return i1 | 0; } -function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i15, i14, i13) { - i15 = i15 | 0; - i14 = i14 | 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, i12 = 0, i16 = 0; - i16 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i12 = i16 + 28 | 0; - i10 = i16 + 24 | 0; - i8 = i16 + 20 | 0; - i6 = i16 + 16 | 0; - i5 = i16 + 12 | 0; - i7 = i16 + 8 | 0; - i9 = i16 + 4 | 0; - i11 = i16; - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); - i1 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(23005, 22847, 498, 23476); - HEAP32[i14 >> 2] = i1 + 1; - i4 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 22814) | 0; - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); - i1 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(23485, 22847, 502, 23476); - HEAP32[i14 >> 2] = i1 + 1; - i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 22814) | 0; - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); - i1 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(23485, 22847, 506, 23476); - HEAP32[i14 >> 2] = i1 + 1; - i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 35848) | 0; - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); - i1 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) == 41) { - HEAP32[i14 >> 2] = i1 + 1; - i15 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseMaybeBracketedERPcPKc(i15, i14, i13) | 0; - HEAP32[i5 >> 2] = i4; - HEAP32[i7 >> 2] = i3; - HEAP32[i9 >> 2] = i2; - HEAP32[i11 >> 2] = i15; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i11 >> 2]; - i15 = __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i6, i8, i10, i12) | 0; - STACKTOP = i16; - return i15 | 0; - } else ___assert_fail(23227, 22847, 510, 23476); - return 0; -} - -function __ZN4wasm4Loop7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i6, i8, i5) { - i6 = i6 | 0; - i8 = i8 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0; - i10 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i10 + 12 | 0; - i7 = i10 + 8 | 0; - i1 = i10 + 4 | 0; - i3 = i10; - HEAP32[i7 >> 2] = i5; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i8, 17249, 0) | 0; - i2 = i6 + 8 | 0; - do if (!(HEAP32[i2 >> 2] | 0)) { - i1 = i6 + 12 | 0; - if (HEAP32[i1 >> 2] | 0) i9 = 6; - } else { - i11 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 32) | 0; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i11, i4) | 0; - if (!(HEAP32[i6 + 12 >> 2] | 0)) ___assert_fail(17254, 27598, 867, 17262); else { - i1 = i6 + 12 | 0; - i9 = 6; - break; - } - } while (0); - if ((i9 | 0) == 6) { - i11 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 32) | 0; - HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i11, i4) | 0; - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 10) | 0; - i4 = i5 + 1 | 0; - HEAP32[i7 >> 2] = i4; - i1 = i6 + 16 | 0; - i3 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - L10 : do if ((i3 | 0) != 0 ? (HEAP32[i3 + 8 >> 2] | 0) == 0 : 0) { - i2 = HEAP32[i3 + 16 >> 2] | 0; - i1 = HEAP32[i3 + 12 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break L10; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i8, i4, HEAP32[i1 >> 2] | 0) | 0; - i1 = i1 + 4 | 0; - } - } else i9 = 12; while (0); - if ((i9 | 0) == 12) __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i8, i4, HEAP32[i1 >> 2] | 0) | 0; - i11 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i8, i7) | 0; - STACKTOP = i10; - return i11 | 0; -} - -function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb(i13, i15, i2, i3) { - i13 = i13 | 0; - i15 = i15 | 0; - i2 = i2 | 0; - i3 = i3 | 0; - var i1 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0, i16 = 0; - i14 = STACKTOP; - STACKTOP = STACKTOP + 48 | 0; - i8 = i14 + 36 | 0; - i10 = i14 + 32 | 0; - i6 = i14 + 28 | 0; - i12 = i14; - i5 = i14 + 24 | 0; - i9 = i14 + 20 | 0; - i7 = i14 + 16 | 0; - i11 = __ZN6cashew12ValueBuilder7makeVarEb(i3) | 0; - i4 = i12 + 12 | 0; - i3 = i12 + 8 | 0; - L1 : while (1) { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); - i2 = HEAP32[i15 >> 2] | 0; - if ((HEAP8[i2 >> 0] | 0) == 59) { - i1 = i2; - break; - } - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i12, i2); - if ((HEAP32[i4 >> 2] | 0) != 2) { - i16 = 4; - break; - } - HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + (HEAP32[i3 >> 2] | 0); - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); - i2 = HEAP32[i15 >> 2] | 0; - if ((HEAP8[i2 >> 0] | 0) == 61) { - HEAP32[i15 >> 2] = i2 + 1; - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); - i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i13, i15, 23152) | 0; - } else i2 = 0; - HEAP32[i5 >> 2] = i11; - HEAP32[i9 >> 2] = HEAP32[i12 >> 2]; - HEAP32[i7 >> 2] = i2; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - __ZN6cashew12ValueBuilder11appendToVarENS_3RefENS_7IStringES1_(i6, i10, i8); - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); - i2 = HEAP32[i15 >> 2] | 0; - switch (HEAP8[i2 >> 0] | 0) { - case 59: - { - i1 = i2; - i16 = 10; - break L1; - } - case 44: - break; - default: - { - i16 = 9; - break L1; - } - } - HEAP32[i15 >> 2] = i2 + 1; - } - if ((i16 | 0) == 4) ___assert_fail(23124, 22847, 434, 23143); else if ((i16 | 0) == 9) _abort(); - HEAP32[i15 >> 2] = i1 + 1; - STACKTOP = i14; - return i11 | 0; -} - function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE(i9, i8, i1) { i9 = i9 | 0; i8 = i8 | 0; @@ -51644,7 +51690,7 @@ function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE( if ((HEAP8[i2 + 7 >> 0] | 0) == 54) { HEAP32[i1 >> 2] = 2; break L1; - } else ___assert_fail(17850, 16606, 757, 17897); + } else ___assert_fail(17083, 16691, 757, 17130); break; } case 51: @@ -51652,16 +51698,16 @@ function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE( if ((HEAP8[i2 + 7 >> 0] | 0) == 50) { HEAP32[i1 >> 2] = 4; break L1; - } else ___assert_fail(17875, 16606, 761, 17897); + } else ___assert_fail(17108, 16691, 761, 17130); break; } default: {} } while (0); - i5 = i7 + 12 | 0; - HEAP32[i5 >> 2] = 0; - i4 = i7 + 16 | 0; + i4 = i7 + 12 | 0; HEAP32[i4 >> 2] = 0; + i5 = i7 + 16 | 0; + HEAP32[i5 >> 2] = 0; i6 = i9 + 8 | 0; i1 = 1; while (1) { @@ -51683,13 +51729,13 @@ function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE( case 97: { i3 = _atoi(i2) | 0; - HEAP32[i4 >> 2] = i3; + HEAP32[i5 >> 2] = i3; break; } case 111: { i3 = _atoi(i2) | 0; - HEAP32[i5 >> 2] = i3; + HEAP32[i4 >> 2] = i3; break; } default: @@ -51697,7 +51743,7 @@ function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE( } i1 = i1 + 1 | 0; } - if ((i2 | 0) == 12) ___assert_fail(17723, 16606, 771, 17897); else if ((i2 | 0) == 18) { + if ((i2 | 0) == 12) ___assert_fail(25883, 16691, 771, 17130); 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; @@ -51707,87 +51753,36 @@ function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE( return 0; } -function __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEd(i5, d3) { - i5 = i5 | 0; - d3 = +d3; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0, d7 = 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, 21099) | 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 ? 36918 : 46477) | 0, 31732) | 0; - i1 = i1 & 1048575; - if ((i4 | 0) == 0 & (i1 | 0) == 0) break; - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 21095) | 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; - break; - } - i6 = i1 & 2146435072; - if (!(i6 >>> 0 < 2146435072 | (i6 | 0) == 2146435072 & 0 < 0)) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i2 ? 12816 : 31723) | 0; - break; - } - i2 = __ZN6cashew9JSPrinter11numToStringEdb(d3, 1) | 0; - switch (HEAP8[i2 >> 0] | 0) { - case 46: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i5, 48) | 0; - i1 = i2; - break; - } - case 45: - { - i1 = i2 + 1 | 0; - if ((HEAP8[i1 >> 0] | 0) == 46) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 21099) | 0; else i1 = i2; - break; - } - default: - i1 = i2; - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i1) | 0; - } while (0); - return; -} - -function ___stdio_write(i12, i2, i1) { - i12 = i12 | 0; +function ___stdio_write(i14, i2, i1) { + i14 = i14 | 0; i2 = i2 | 0; i1 = i1 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i13 = 0, i14 = 0, i15 = 0; + var 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 + 48 | 0; i11 = i15 + 16 | 0; i10 = i15; i3 = i15 + 32 | 0; - i13 = i12 + 28 | 0; - i4 = HEAP32[i13 >> 2] | 0; + i12 = i14 + 28 | 0; + i4 = HEAP32[i12 >> 2] | 0; HEAP32[i3 >> 2] = i4; - i14 = i12 + 20 | 0; - i4 = (HEAP32[i14 >> 2] | 0) - i4 | 0; + i13 = i14 + 20 | 0; + i4 = (HEAP32[i13 >> 2] | 0) - i4 | 0; HEAP32[i3 + 4 >> 2] = i4; HEAP32[i3 + 8 >> 2] = i2; HEAP32[i3 + 12 >> 2] = i1; - i8 = i12 + 60 | 0; - i9 = i12 + 44 | 0; + i8 = i14 + 60 | 0; + i9 = i14 + 44 | 0; i2 = 2; i4 = i4 + i1 | 0; while (1) { - if (!(HEAP32[9715] | 0)) { + if (!(HEAP32[10005] | 0)) { HEAP32[i11 >> 2] = HEAP32[i8 >> 2]; HEAP32[i11 + 4 >> 2] = i3; HEAP32[i11 + 8 >> 2] = i2; i6 = ___syscall_ret(___syscall146(146, i11 | 0) | 0) | 0; } else { - _pthread_cleanup_push(190, i12 | 0); + _pthread_cleanup_push(195, i14 | 0); HEAP32[i10 >> 2] = HEAP32[i8 >> 2]; HEAP32[i10 + 4 >> 2] = i3; HEAP32[i10 + 8 >> 2] = i2; @@ -51805,13 +51800,13 @@ function ___stdio_write(i12, i2, i1) { i4 = i4 - i6 | 0; i5 = HEAP32[i3 + 4 >> 2] | 0; if (i6 >>> 0 <= i5 >>> 0) if ((i2 | 0) == 2) { - HEAP32[i13 >> 2] = (HEAP32[i13 >> 2] | 0) + i6; + HEAP32[i12 >> 2] = (HEAP32[i12 >> 2] | 0) + i6; i7 = i5; i2 = 2; } else i7 = i5; else { i7 = HEAP32[i9 >> 2] | 0; + HEAP32[i12 >> 2] = i7; HEAP32[i13 >> 2] = i7; - HEAP32[i14 >> 2] = i7; i7 = HEAP32[i3 + 12 >> 2] | 0; i6 = i6 - i5 | 0; i3 = i3 + 8 | 0; @@ -51822,57 +51817,161 @@ function ___stdio_write(i12, i2, i1) { } if ((i4 | 0) == 6) { i11 = HEAP32[i9 >> 2] | 0; - HEAP32[i12 + 16 >> 2] = i11 + (HEAP32[i12 + 48 >> 2] | 0); - i12 = i11; - HEAP32[i13 >> 2] = i12; - HEAP32[i14 >> 2] = i12; + HEAP32[i14 + 16 >> 2] = i11 + (HEAP32[i14 + 48 >> 2] | 0); + i14 = i11; + HEAP32[i12 >> 2] = i14; + HEAP32[i13 >> 2] = i14; } else if ((i4 | 0) == 8) { - HEAP32[i12 + 16 >> 2] = 0; + HEAP32[i14 + 16 >> 2] = 0; + HEAP32[i12 >> 2] = 0; HEAP32[i13 >> 2] = 0; - HEAP32[i14 >> 2] = 0; - HEAP32[i12 >> 2] = HEAP32[i12 >> 2] | 32; + HEAP32[i14 >> 2] = HEAP32[i14 >> 2] | 32; if ((i2 | 0) == 2) i1 = 0; else i1 = i1 - (HEAP32[i3 + 4 >> 2] | 0) | 0; } STACKTOP = i15; return i1 | 0; } +function __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEd(i5, d3) { + i5 = i5 | 0; + d3 = +d3; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0, d7 = 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, 21229) | 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 ? 38076 : 47638) | 0, 32976) | 0; + i1 = i1 & 1048575; + if ((i4 | 0) == 0 & (i1 | 0) == 0) break; + i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 21225) | 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; + break; + } + i6 = i1 & 2146435072; + if (!(i6 >>> 0 < 2146435072 | (i6 | 0) == 2146435072 & 0 < 0)) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i2 ? 12876 : 30285) | 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; + break; + } + case 45: + { + i2 = i1 + 1 | 0; + if ((HEAP8[i2 >> 0] | 0) == 46) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 21229) | 0; + i1 = i2; + } + break; + } + default: + {} + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i1) | 0; + } while (0); + return; +} + +function __ZN4wasm16PrintSExpression9visitLoopEPNS_4LoopE(i7, i5) { + i7 = i7 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i8 = 0, i9 = 0, i10 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i3 = i9 + 8 | 0; + i1 = i9 + 4 | 0; + i4 = i9; + i6 = i7 + 4 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i6 >> 2] | 0, 25385, 0) | 0; + i2 = i5 + 8 | 0; + do if (!(HEAP32[i2 >> 2] | 0)) { + i1 = i5 + 12 | 0; + if (HEAP32[i1 >> 2] | 0) i8 = 6; + } else { + i10 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i6 >> 2] | 0, 32) | 0; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i10, i3) | 0; + if (!(HEAP32[i5 + 12 >> 2] | 0)) ___assert_fail(25390, 25404, 61, 25425); else { + i1 = i5 + 12 | 0; + i8 = 6; + break; + } + } while (0); + if ((i8 | 0) == 6) { + i10 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i6 >> 2] | 0, 32) | 0; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i10, i3) | 0; + } + i4 = i7 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i6 >> 2] | 0, i4) | 0; + i1 = i5 + 16 | 0; + i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; + L10 : do if ((i2 | 0) != 0 ? (HEAP32[i2 + 8 >> 2] | 0) == 0 : 0) { + i3 = HEAP32[i2 + 16 >> 2] | 0; + i1 = HEAP32[i2 + 12 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i3 | 0)) break L10; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i7, HEAP32[i1 >> 2] | 0); + i1 = i1 + 4 | 0; + } + } else i8 = 12; while (0); + if ((i8 | 0) == 12) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i7, HEAP32[i1 >> 2] | 0); + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i6 >> 2] | 0, i4) | 0; + STACKTOP = i9; + return; +} + function __ZNKSt3__120__time_get_c_storageIcE7__weeksEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[37440] | 0) == 0 ? ___cxa_guard_acquire(37440) | 0 : 0) { - if ((HEAP8[37448] | 0) == 0 ? ___cxa_guard_acquire(37448) | 0 : 0) { - i2 = 40532; + if ((HEAP8[38600] | 0) == 0 ? ___cxa_guard_acquire(38600) | 0 : 0) { + if ((HEAP8[38608] | 0) == 0 ? ___cxa_guard_acquire(38608) | 0 : 0) { + i1 = 41692; do { - i1 = 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = i2 + 12 | 0; - } while ((i2 | 0) != 40700); - ___cxa_atexit(194, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(37448); - } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40532, 33166) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40544, 33173) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40556, 33180) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40568, 33188) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40580, 33198) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40592, 33207) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40604, 33214) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40616, 33223) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40628, 33227) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40640, 33231) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40652, 33235) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40664, 33239) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40676, 33243) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40688, 33247) | 0; - HEAP32[10175] = 40532; - ___cxa_guard_release(37440); - } - return HEAP32[10175] | 0; + i1 = i1 + 12 | 0; + } while ((i1 | 0) != 41860); + ___cxa_atexit(199, 0, ___dso_handle | 0) | 0; + ___cxa_guard_release(38608); + } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41692, 34372) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41704, 34379) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41716, 34386) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41728, 34394) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41740, 34404) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41752, 34413) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41764, 34420) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41776, 34429) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41788, 34433) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41800, 34437) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41812, 34441) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41824, 34445) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41836, 34449) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41848, 34453) | 0; + HEAP32[10465] = 41692; + ___cxa_guard_release(38600); + } + return HEAP32[10465] | 0; } function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj(i9, i1, i2) { @@ -51882,465 +51981,237 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0, i12 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i7 = i11 + 24 | 0; - i3 = i11 + 20 | 0; - i5 = i11 + 8 | 0; - i6 = i11 + 4 | 0; - i4 = i11; + i4 = i11 + 24 | 0; + i5 = i11 + 20 | 0; + i6 = i11 + 8 | 0; + i7 = i11 + 4 | 0; + i8 = i11; i2 = HEAP32[i2 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i1 >> 2]; i1 = HEAP32[i9 + 4 >> 2] | 0; i2 = __ZN4wasm15Asm2WasmBuilder12bytesToShiftEj(i1, i2) | 0; - if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 38444) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 38616) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 3) | 0, 0) | 0, 38484) | 0 : 0) ? (i12 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 3) | 0, 1) | 0, (__ZN6cashew5Value10getIntegerEv(HEAP32[i12 >> 2] | 0) | 0) == (i2 | 0)) : 0) { - i8 = HEAP32[i9 + 8 >> 2] | 0; - i12 = __ZN6cashew3RefixEj(i4, 2) | 0; - HEAP32[i3 >> 2] = HEAP32[i12 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i3 >> 2]; - i8 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i8, i7) | 0; + if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 0) | 0, 39604) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 1) | 0, 39776) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i8, 3) | 0, 0) | 0, 39644) | 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(i4, 0) | 0, 38484) | 0) { - i12 = __ZN6cashew3RefixEj(i4, 1) | 0; + do if ((i10 | 0) == 6) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 0) | 0, 39644) | 0) { + i12 = __ZN6cashew3RefixEj(i8, 1) | 0; i12 = (__ZN6cashew5Value10getIntegerEv(HEAP32[i12 >> 2] | 0) | 0) << i2; - i8 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; - HEAP32[i8 + 8 >> 2] = 1; - HEAP32[i8 + 16 >> 2] = i12; + i3 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; + HEAP32[i3 + 8 >> 2] = 1; + HEAP32[i3 + 16 >> 2] = i12; break; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 22538, 20); - HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i6 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i5, i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 22668, 20); + HEAP32[i7 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i6, i4); } while (0); STACKTOP = i11; - return i8 | 0; + return i3 | 0; } function __ZNKSt3__120__time_get_c_storageIwE7__weeksEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[37520] | 0) == 0 ? ___cxa_guard_acquire(37520) | 0 : 0) { - if ((HEAP8[37528] | 0) == 0 ? ___cxa_guard_acquire(37528) | 0 : 0) { - i2 = 41344; + if ((HEAP8[38680] | 0) == 0 ? ___cxa_guard_acquire(38680) | 0 : 0) { + if ((HEAP8[38688] | 0) == 0 ? ___cxa_guard_acquire(38688) | 0 : 0) { + i1 = 42504; do { - i1 = 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = i2 + 12 | 0; - } while ((i2 | 0) != 41512); - ___cxa_atexit(198, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(37528); - } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41344, 9412) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41356, 9440) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41368, 9468) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41380, 9500) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41392, 9540) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41404, 9576) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41416, 9604) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41428, 9640) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41440, 9656) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41452, 9672) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41464, 9688) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41476, 9704) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41488, 9720) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41500, 9736) | 0; - HEAP32[10378] = 41344; - ___cxa_guard_release(37520); - } - return HEAP32[10378] | 0; -} - -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_SG_EEiEESJ_RKT_(i6, i1, i8, i5) { - i6 = i6 | 0; - i1 = i1 | 0; - i8 = i8 | 0; - i5 = i5 | 0; - var i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i4 = i6 + 4 | 0; - i1 = HEAP32[i1 >> 2] | 0; - i2 = i1; - do if ((i1 | 0) != (i4 | 0) ? (i3 = i1 + 16 | 0, !(__ZNK6cashew7IStringltERKS0_(i5, i3) | 0)) : 0) { - if (__ZNK6cashew7IStringltERKS0_(i3, i5) | 0) i3 = 1; else { - HEAP32[i8 >> 2] = i2; - i1 = i8; - break; - } - while (1) { - if ((i3 | 0) <= 0) break; - i3 = i3 + -1 | 0; - i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; - } - i3 = i2; - if ((i3 | 0) != (i4 | 0) ? !(__ZNK6cashew7IStringltERKS0_(i5, i3 + 16 | 0) | 0) : 0) { - i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEESJ_RKT_(i6, i8, i5) | 0; - break; - } - i3 = i1 + 4 | 0; - if (!(HEAP32[i3 >> 2] | 0)) { - HEAP32[i8 >> 2] = i1; - i1 = i3; - break; - } else { - i1 = i2; - HEAP32[i8 >> 2] = i1; - break; - } - } else i7 = 3; while (0); - do if ((i7 | 0) == 3) { - if ((i1 | 0) != (HEAP32[i6 >> 2] | 0)) { - i2 = __ZNSt3__111__tree_prevIPNS_16__tree_node_baseIPvEEEET_S5_(i1) | 0; - if (!(__ZNK6cashew7IStringltERKS0_(i2 + 16 | 0, i5) | 0)) { - i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEESJ_RKT_(i6, i8, i5) | 0; - break; - } - } - if (!(HEAP32[i1 >> 2] | 0)) { - HEAP32[i8 >> 2] = i1; - break; - } else { - i1 = i2; - HEAP32[i8 >> 2] = i1; - i1 = i1 + 4 | 0; - break; - } - } while (0); - return i1 | 0; -} - -function __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__16vectorIPNS_10ExpressionENS2_9allocatorIS5_EEEE(i9, i6, i5, i7) { + i1 = i1 + 12 | 0; + } while ((i1 | 0) != 42672); + ___cxa_atexit(203, 0, ___dso_handle | 0) | 0; + ___cxa_guard_release(38688); + } + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42504, 9524) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42516, 9552) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42528, 9580) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42540, 9612) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42552, 9652) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42564, 9688) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42576, 9716) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42588, 9752) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42600, 9768) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42612, 9784) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42624, 9800) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42636, 9816) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42648, 9832) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42660, 9848) | 0; + HEAP32[10668] = 42504; + ___cxa_guard_release(38680); + } + return HEAP32[10668] | 0; +} + +function __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__16vectorIPNS_10ExpressionENS2_9allocatorIS5_EEEE(i9, i7, i6, i8) { i9 = i9 | 0; - i6 = i6 | 0; - i5 = i5 | 0; i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i10 = 0; + i6 = i6 | 0; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 48 | 0; i2 = i10 + 24 | 0; i3 = i10 + 12 | 0; - i4 = i10; - L1 : do if ((HEAP32[i6 >> 2] | 0) == (HEAP32[9544] | 0) ? (HEAP32[i5 >> 2] | 0) == (HEAP32[9545] | 0) : 0) { - if (i7 | 0 ? (i1 = HEAP32[i7 >> 2] | 0, ((HEAP32[i7 + 4 >> 2] | 0) - i1 | 0) == 4) : 0) switch (HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) { + i5 = i10; + L1 : do if ((HEAP32[i7 >> 2] | 0) == (HEAP32[9834] | 0) ? (HEAP32[i6 >> 2] | 0) == (HEAP32[9835] | 0) : 0) { + if (i8 | 0 ? (i4 = HEAP32[i8 >> 2] | 0, ((HEAP32[i8 + 4 >> 2] | 0) - i4 | 0) == 4) : 0) switch (HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0) { case 1: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 15304, 2); - i8 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i2, HEAP32[i9 >> 2] | 0, HEAP32[i9 + 4 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 15376, 2); + i1 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i2, HEAP32[i9 >> 2] | 0, HEAP32[i9 + 4 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); break L1; } case 3: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i3, 15307, 2); - i8 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i3, HEAP32[i9 >> 2] | 0, HEAP32[i9 + 4 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i3, 15379, 2); + i1 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i3, HEAP32[i9 >> 2] | 0, HEAP32[i9 + 4 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); break L1; } case 4: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 15310, 2); - i8 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i4, HEAP32[i9 >> 2] | 0, HEAP32[i9 + 4 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 15382, 2); + i1 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i5, HEAP32[i9 >> 2] | 0, HEAP32[i9 + 4 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); break L1; } default: { - i8 = 0; + i1 = 0; break L1; } } - ___assert_fail(15247, 13029, 406, 15281); - } else i8 = 0; while (0); + ___assert_fail(15319, 13086, 406, 15353); + } else i1 = 0; while (0); STACKTOP = i10; - return i8 | 0; + return i1 | 0; } -function ___cxx_global_array_dtor_109(i1) { +function ___cxx_global_array_dtor_112(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41272); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41260); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41248); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41236); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41224); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41212); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41200); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41188); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41176); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41164); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41152); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41140); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41128); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41116); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41104); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41092); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41080); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41068); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41056); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41044); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41032); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41020); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41008); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40996); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43244); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43232); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43220); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43208); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43196); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43184); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43172); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43160); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43148); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43136); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43124); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43112); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43100); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43088); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43076); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43064); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43052); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43040); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43028); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43016); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(43004); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42992); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42980); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42968); return; } -function ___cxx_global_array_dtor_85(i1) { +function ___cxx_global_array_dtor_109(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41792); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41780); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41768); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41756); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41744); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41732); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41720); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41708); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41696); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41684); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41672); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41660); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41648); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41636); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41624); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41612); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41600); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41588); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41576); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41564); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41552); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41540); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41528); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41516); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42432); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42420); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42408); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42396); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42384); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42372); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42360); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42348); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42336); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42324); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42312); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42300); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42288); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42276); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42264); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42252); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42240); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42228); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42216); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42204); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42192); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42180); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42168); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42156); return; } -function ___cxx_global_array_dtor_61(i1) { +function ___cxx_global_array_dtor_85(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40980); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40968); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40956); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40944); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40932); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40920); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40908); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40896); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40884); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40872); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40860); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40848); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40836); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40824); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40812); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40800); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40788); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40776); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40764); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40752); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40740); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40728); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40716); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40704); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42952); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42940); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42928); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42916); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42904); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42892); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42880); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42868); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42856); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42844); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42832); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42820); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42808); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42796); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42784); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42772); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42760); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42748); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42736); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42724); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42712); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42700); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42688); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42676); return; } -function ___cxx_global_array_dtor_112(i1) { - i1 = i1 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42084); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42072); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42060); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42048); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42036); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42024); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42012); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42e3); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41988); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41976); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41964); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41952); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41940); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41928); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41916); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41904); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41892); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41880); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41868); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41856); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41844); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41832); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41820); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41808); - return; -} - -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_SG_EEiEESJ_RKT_(i6, i1, i8, i5) { - i6 = i6 | 0; - i1 = i1 | 0; - i8 = i8 | 0; - i5 = i5 | 0; - var i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i4 = i6 + 4 | 0; - i1 = HEAP32[i1 >> 2] | 0; - i2 = i1; - do if ((i1 | 0) != (i4 | 0) ? (i3 = i1 + 16 | 0, !(__ZNK6cashew7IStringltERKS0_(i5, i3) | 0)) : 0) { - if (__ZNK6cashew7IStringltERKS0_(i3, i5) | 0) i3 = 1; else { - HEAP32[i8 >> 2] = i2; - i1 = i8; - break; - } - while (1) { - if ((i3 | 0) <= 0) break; - i3 = i3 + -1 | 0; - i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; - } - i3 = i2; - if ((i3 | 0) != (i4 | 0) ? !(__ZNK6cashew7IStringltERKS0_(i5, i3 + 16 | 0) | 0) : 0) { - i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEESJ_RKT_(i6, i8, i5) | 0; - break; - } - i3 = i1 + 4 | 0; - if (!(HEAP32[i3 >> 2] | 0)) { - HEAP32[i8 >> 2] = i1; - i1 = i3; - break; - } else { - i1 = i2; - HEAP32[i8 >> 2] = i1; - break; - } - } else i7 = 3; while (0); - do if ((i7 | 0) == 3) { - if ((i1 | 0) != (HEAP32[i6 >> 2] | 0)) { - i2 = __ZNSt3__111__tree_prevIPNS_16__tree_node_baseIPvEEEET_S5_(i1) | 0; - if (!(__ZNK6cashew7IStringltERKS0_(i2 + 16 | 0, i5) | 0)) { - i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEESJ_RKT_(i6, i8, i5) | 0; - break; - } - } - if (!(HEAP32[i1 >> 2] | 0)) { - HEAP32[i8 >> 2] = i1; - break; - } else { - i1 = i2; - HEAP32[i8 >> 2] = i1; - i1 = i1 + 4 | 0; - break; - } - } while (0); - return i1 | 0; -} - -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_SG_EEiEESJ_RKT_(i6, i1, i8, i5) { - i6 = i6 | 0; - i1 = i1 | 0; - i8 = i8 | 0; - i5 = i5 | 0; - var i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i4 = i6 + 4 | 0; - i1 = HEAP32[i1 >> 2] | 0; - i2 = i1; - do if ((i1 | 0) != (i4 | 0) ? (i3 = i1 + 16 | 0, !(__ZNK6cashew7IStringltERKS0_(i5, i3) | 0)) : 0) { - if (__ZNK6cashew7IStringltERKS0_(i3, i5) | 0) i3 = 1; else { - HEAP32[i8 >> 2] = i2; - i1 = i8; - break; - } - while (1) { - if ((i3 | 0) <= 0) break; - i3 = i3 + -1 | 0; - i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; - } - i3 = i2; - if ((i3 | 0) != (i4 | 0) ? !(__ZNK6cashew7IStringltERKS0_(i5, i3 + 16 | 0) | 0) : 0) { - i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEESJ_RKT_(i6, i8, i5) | 0; - break; - } - i3 = i1 + 4 | 0; - if (!(HEAP32[i3 >> 2] | 0)) { - HEAP32[i8 >> 2] = i1; - i1 = i3; - break; - } else { - i1 = i2; - HEAP32[i8 >> 2] = i1; - break; - } - } else i7 = 3; while (0); - do if ((i7 | 0) == 3) { - if ((i1 | 0) != (HEAP32[i6 >> 2] | 0)) { - i2 = __ZNSt3__111__tree_prevIPNS_16__tree_node_baseIPvEEEET_S5_(i1) | 0; - if (!(__ZNK6cashew7IStringltERKS0_(i2 + 16 | 0, i5) | 0)) { - i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEESJ_RKT_(i6, i8, i5) | 0; - break; - } - } - if (!(HEAP32[i1 >> 2] | 0)) { - HEAP32[i8 >> 2] = i1; - break; - } else { - i1 = i2; - HEAP32[i8 >> 2] = i1; - i1 = i1 + 4 | 0; - break; - } - } while (0); - return i1 | 0; -} - -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_SG_EEiEESJ_RKT_(i6, i1, i8, i5) { - i6 = i6 | 0; +function ___cxx_global_array_dtor_61(i1) { i1 = i1 | 0; - i8 = i8 | 0; - i5 = i5 | 0; - var i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i4 = i6 + 4 | 0; - i1 = HEAP32[i1 >> 2] | 0; - i2 = i1; - do if ((i1 | 0) != (i4 | 0) ? (i3 = i1 + 16 | 0, !(__ZNK6cashew7IStringltERKS0_(i5, i3) | 0)) : 0) { - if (__ZNK6cashew7IStringltERKS0_(i3, i5) | 0) i3 = 1; else { - HEAP32[i8 >> 2] = i2; - i1 = i8; - break; - } - while (1) { - if ((i3 | 0) <= 0) break; - i3 = i3 + -1 | 0; - i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; - } - i3 = i2; - if ((i3 | 0) != (i4 | 0) ? !(__ZNK6cashew7IStringltERKS0_(i5, i3 + 16 | 0) | 0) : 0) { - i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEESJ_RKT_(i6, i8, i5) | 0; - break; - } - i3 = i1 + 4 | 0; - if (!(HEAP32[i3 >> 2] | 0)) { - HEAP32[i8 >> 2] = i1; - i1 = i3; - break; - } else { - i1 = i2; - HEAP32[i8 >> 2] = i1; - break; - } - } else i7 = 3; while (0); - do if ((i7 | 0) == 3) { - if ((i1 | 0) != (HEAP32[i6 >> 2] | 0)) { - i2 = __ZNSt3__111__tree_prevIPNS_16__tree_node_baseIPvEEEET_S5_(i1) | 0; - if (!(__ZNK6cashew7IStringltERKS0_(i2 + 16 | 0, i5) | 0)) { - i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEESJ_RKT_(i6, i8, i5) | 0; - break; - } - } - if (!(HEAP32[i1 >> 2] | 0)) { - HEAP32[i8 >> 2] = i1; - break; - } else { - i1 = i2; - HEAP32[i8 >> 2] = i1; - i1 = i1 + 4 | 0; - break; - } - } while (0); - return i1 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42140); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42128); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42116); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42104); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42092); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42080); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42068); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42056); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42044); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42032); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42020); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(42008); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41996); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41984); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41972); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41960); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41948); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41936); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41924); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41912); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41900); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41888); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41876); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41864); + 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_EEE8__rehashEj(i11, i10) { @@ -52369,33 +52240,34 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD if (i9) i2 = i2 & i8; else i2 = (i2 >>> 0) % (i10 >>> 0) | 0; HEAP32[(HEAP32[i11 >> 2] | 0) + (i2 << 2) >> 2] = i3; while (1) { - i4 = i1; + i7 = i1; L21 : while (1) while (1) { - i1 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i7 >> 2] | 0; if (!i1) break L1; i3 = HEAP32[i1 + 4 >> 2] | 0; - if (i9) i7 = i3 & i8; else i7 = (i3 >>> 0) % (i10 >>> 0) | 0; - if ((i7 | 0) == (i2 | 0)) { - i4 = i1; + if (i9) i6 = i3 & i8; else i6 = (i3 >>> 0) % (i10 >>> 0) | 0; + if ((i6 | 0) == (i2 | 0)) { + i7 = i1; continue L21; } - i3 = (HEAP32[i11 >> 2] | 0) + (i7 << 2) | 0; - if (!(HEAP32[i3 >> 2] | 0)) { - i2 = i7; + i4 = (HEAP32[i11 >> 2] | 0) + (i6 << 2) | 0; + if (!(HEAP32[i4 >> 2] | 0)) { + i2 = i6; + i3 = i7; break L21; } - i6 = i1 + 8 | 0; + i5 = i1 + 8 | 0; i3 = i1; while (1) { - i5 = HEAP32[i3 >> 2] | 0; - if (!i5) break; - if ((HEAP32[i6 >> 2] | 0) == (HEAP32[i5 + 8 >> 2] | 0)) i3 = i5; else break; + i4 = HEAP32[i3 >> 2] | 0; + if (!i4) break; + if ((HEAP32[i5 >> 2] | 0) == (HEAP32[i4 + 8 >> 2] | 0)) i3 = i4; else break; } - HEAP32[i4 >> 2] = i5; - HEAP32[i3 >> 2] = HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i7 << 2) >> 2] >> 2]; - HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i7 << 2) >> 2] >> 2] = i1; + HEAP32[i7 >> 2] = i4; + HEAP32[i3 >> 2] = HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i6 << 2) >> 2] >> 2]; + HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i6 << 2) >> 2] >> 2] = i1; } - HEAP32[i3 >> 2] = i4; + HEAP32[i4 >> 2] = i3; } } } else { @@ -52406,7 +52278,6 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD } while (0); return; } - 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_EEE8__rehashEj(i11, i10) { i11 = i11 | 0; i10 = i10 | 0; @@ -52433,33 +52304,34 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ if (i9) i2 = i2 & i8; else i2 = (i2 >>> 0) % (i10 >>> 0) | 0; HEAP32[(HEAP32[i11 >> 2] | 0) + (i2 << 2) >> 2] = i3; while (1) { - i4 = i1; + i7 = i1; L21 : while (1) while (1) { - i1 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i7 >> 2] | 0; if (!i1) break L1; i3 = HEAP32[i1 + 4 >> 2] | 0; - if (i9) i7 = i3 & i8; else i7 = (i3 >>> 0) % (i10 >>> 0) | 0; - if ((i7 | 0) == (i2 | 0)) { - i4 = i1; + if (i9) i6 = i3 & i8; else i6 = (i3 >>> 0) % (i10 >>> 0) | 0; + if ((i6 | 0) == (i2 | 0)) { + i7 = i1; continue L21; } - i3 = (HEAP32[i11 >> 2] | 0) + (i7 << 2) | 0; - if (!(HEAP32[i3 >> 2] | 0)) { - i2 = i7; + i4 = (HEAP32[i11 >> 2] | 0) + (i6 << 2) | 0; + if (!(HEAP32[i4 >> 2] | 0)) { + i2 = i6; + i3 = i7; break L21; } - i6 = i1 + 8 | 0; + i5 = i1 + 8 | 0; i3 = i1; while (1) { - i5 = HEAP32[i3 >> 2] | 0; - if (!i5) break; - if ((HEAP32[i6 >> 2] | 0) == (HEAP32[i5 + 8 >> 2] | 0)) i3 = i5; else break; + i4 = HEAP32[i3 >> 2] | 0; + if (!i4) break; + if ((HEAP32[i5 >> 2] | 0) == (HEAP32[i4 + 8 >> 2] | 0)) i3 = i4; else break; } - HEAP32[i4 >> 2] = i5; - HEAP32[i3 >> 2] = HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i7 << 2) >> 2] >> 2]; - HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i7 << 2) >> 2] >> 2] = i1; + HEAP32[i7 >> 2] = i4; + HEAP32[i3 >> 2] = HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i6 << 2) >> 2] >> 2]; + HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i6 << 2) >> 2] >> 2] = i1; } - HEAP32[i3 >> 2] = i4; + HEAP32[i4 >> 2] = i3; } } } else { @@ -52585,88 +52457,23 @@ function __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i6, i3, i5, i return 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitBreakEPNS_5BreakE(i12, i11, i10) { - i12 = i12 | 0; - 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, i13 = 0; - i13 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i3 = i13; - i8 = i10 + 8 | 0; - i1 = HEAP32[i10 + 12 >> 2] | 0; - if (i1) { - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i3, i11, i1); - i5 = HEAP32[i3 >> 2] | 0; - i6 = HEAP32[i3 + 4 >> 2] | 0; - i4 = i3 + 8 | 0; - i2 = HEAP32[i4 >> 2] | 0; - i4 = HEAP32[i4 + 4 >> 2] | 0; - i1 = HEAP32[i3 + 16 >> 2] | 0; - if (!i1) { - i7 = i2; - i3 = i6; - i9 = 4; - } else { - HEAP32[i12 >> 2] = i5; - HEAP32[i12 + 4 >> 2] = i6; - i11 = i12 + 8 | 0; - HEAP32[i11 >> 2] = i2; - HEAP32[i11 + 4 >> 2] = i4; - HEAP32[i12 + 16 >> 2] = i1; - } - } else { - i7 = 0; - i4 = 0; - i5 = 0; - i3 = 0; - i9 = 4; - } - do if ((i9 | 0) == 4) { - i2 = HEAP32[i8 >> 2] | 0; - i1 = HEAP32[i10 + 16 >> 2] | 0; - if (i1 | 0) { - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i12, i11, i1); - i1 = i12 + 16 | 0; - if (HEAP32[i1 >> 2] | 0) break; - i11 = __ZN4wasm7Literal10getIntegerEv(i12) | 0; - if ((i11 | 0) == 0 & (tempRet0 | 0) == 0) { - HEAP32[i12 >> 2] = 0; - i12 = i12 + 8 | 0; - HEAP32[i12 >> 2] = 0; - HEAP32[i12 + 4 >> 2] = 0; - HEAP32[i1 >> 2] = 0; - break; - } - } - HEAP32[i12 >> 2] = i5; - HEAP32[i12 + 4 >> 2] = i3; - i11 = i12 + 8 | 0; - HEAP32[i11 >> 2] = i7; - HEAP32[i11 + 4 >> 2] = i4; - HEAP32[i12 + 16 >> 2] = i2; - } while (0); - STACKTOP = i13; - return; -} - function __ZNSt3__16vectorIN4wasm8NameTypeENS_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; - i5 = i1; - i3 = i7 - i5 >> 3; + i4 = i1; + i3 = i7 - i4 >> 3; i2 = i6 + 8 | 0; - i4 = HEAP32[i6 >> 2] | 0; - L1 : do if (i3 >>> 0 <= (HEAP32[i2 >> 2] | 0) - i4 >> 3 >>> 0) { + i5 = HEAP32[i6 >> 2] | 0; + L1 : do if (i3 >>> 0 <= (HEAP32[i2 >> 2] | 0) - i5 >> 3 >>> 0) { i6 = i6 + 4 | 0; - i2 = (HEAP32[i6 >> 2] | 0) - i4 >> 3; + i2 = (HEAP32[i6 >> 2] | 0) - i5 >> 3; i8 = i3 >>> 0 > i2 >>> 0; i3 = i1 + (i2 << 3) | 0; - i2 = (i8 ? i3 : i7) - i5 | 0; - _memmove(i4 | 0, i1 | 0, i2 | 0) | 0; - i2 = i4 + (i2 >> 3 << 3) | 0; + i2 = (i8 ? i3 : i7) - i4 | 0; + _memmove(i5 | 0, i1 | 0, i2 | 0) | 0; + i2 = i5 + (i2 >> 3 << 3) | 0; if (i8) { i1 = i3; while (1) { @@ -52718,8 +52525,8 @@ function __ZZ11instantiateEN19JSExternalInterface10callImportEPN4wasm6ImportERNS i7 = i7 | 0; i4 = i4 | 0; var d1 = 0.0, i3 = 0, i5 = 0; - if (HEAP8[42388] | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39500, 18515) | 0; + if (HEAP8[43548] | 0) { + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40660, 17625) | 0; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, HEAP32[i7 >> 2] | 0) | 0, 10) | 0; } _emscripten_asm_const_v(14); @@ -52753,7 +52560,7 @@ function __ZZ11instantiateEN19JSExternalInterface10callImportEPN4wasm6ImportERNS } if ((i5 | 0) == 10) _abort(); d1 = +_emscripten_asm_const_dii(15, HEAP32[i7 + 4 >> 2] | 0, HEAP32[i7 + 8 >> 2] | 0); - if (HEAP8[42388] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39500, 18840) | 0, d1) | 0, 10) | 0; + if (HEAP8[43548] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40660, 17950) | 0, d1) | 0, 10) | 0; switch (HEAP32[(HEAP32[i7 + 12 >> 2] | 0) + 4 >> 2] | 0) { case 0: { @@ -52792,23 +52599,23 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction var i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0; i14 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i12 = i14 + 16 | 0; + i10 = i14 + 16 | 0; i3 = i14 + 12 | 0; - i13 = i14 + 8 | 0; - i11 = i14 + 4 | 0; - i10 = i14; + i11 = i14 + 8 | 0; + i12 = i14 + 4 | 0; + i13 = i14; i6 = HEAP32[i1 >> 2] | 0; i4 = HEAP32[i2 >> 2] | 0; - HEAP32[i10 >> 2] = i6; + HEAP32[i13 >> 2] = i6; i1 = HEAP32[i5 + 4 >> 2] | 0; i2 = __ZN6cashew5Value4sizeEv(i6) | 0; do if ((i2 | 0) == (i4 | 0)) i1 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; else { if ((i2 - i4 | 0) == 1) { i1 = HEAP32[i5 + 8 >> 2] | 0; - i13 = __ZN6cashew3RefixEj(i10, i4) | 0; + i13 = __ZN6cashew3RefixEj(i13, i4) | 0; HEAP32[i3 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i3 >> 2]; - i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i12) | 0; + HEAP32[i10 >> 2] = HEAP32[i3 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i10) | 0; break; } i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; @@ -52819,18 +52626,18 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction i2 = i6; while (1) { if (i4 >>> 0 >= (__ZN6cashew5Value4sizeEv(i2) | 0) >>> 0) break; - i3 = HEAP32[i5 >> 2] | 0; - i2 = __ZN6cashew3RefixEj(i10, i4) | 0; - HEAP32[i11 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i11 >> 2]; - i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i12) | 0; - HEAP32[i13 >> 2] = i3; - i2 = HEAP32[i7 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i3; + i2 = HEAP32[i5 >> 2] | 0; + i3 = __ZN6cashew3RefixEj(i13, i4) | 0; + HEAP32[i12 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i12 >> 2]; + i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i10) | 0; + HEAP32[i11 >> 2] = i2; + i3 = HEAP32[i7 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i2; HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i13); - i2 = HEAP32[i10 >> 2] | 0; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i11); + i2 = HEAP32[i13 >> 2] | 0; i4 = i4 + 1 | 0; } } while (0); @@ -52838,110 +52645,123 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction return i1 | 0; } -function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcb(i5, i9, i2, i1, i6) { +function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcb(i5, i10, i4, i3, i6) { i5 = i5 | 0; - i9 = i9 | 0; - i2 = i2 | 0; - i1 = i1 | 0; + i10 = i10 | 0; + i4 = i4 | 0; + i3 = i3 | 0; i6 = i6 | 0; - var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0; + var i1 = 0, i2 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i10 = i11 + 8 | 0; - i3 = i11 + 4 | 0; - i4 = i11; - if (!(HEAP32[i2 + 4 >> 2] & 1)) { + i9 = i11 + 8 | 0; + i1 = i11 + 4 | 0; + i2 = i11; + if (!(HEAP32[i4 + 4 >> 2] & 1)) { i8 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i3 >> 2]; - i1 = FUNCTION_TABLE_iiiiii[i8 & 31](i5, i10, i2, i1, i6 & 1) | 0; + HEAP32[i1 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; + i1 = FUNCTION_TABLE_iiiiii[i8 & 31](i5, i9, i4, i3, i6 & 1) | 0; } else { - i2 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; - HEAP32[i4 >> 2] = i2; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 40472) | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i2) | 0; + i8 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; + HEAP32[i2 >> 2] = i8; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 41632) | 0; + __ZNSt3__114__shared_count16__release_sharedEv(i8) | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i6) FUNCTION_TABLE_vii[HEAP32[i2 + 24 >> 2] & 127](i10, i1); else FUNCTION_TABLE_vii[HEAP32[i2 + 28 >> 2] & 127](i10, i1); - i4 = HEAP8[i10 >> 0] | 0; - i8 = i10 + 1 | 0; - i5 = i10 + 8 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i7 = i10 + 4 | 0; + if (i6) FUNCTION_TABLE_vii[HEAP32[i2 + 24 >> 2] & 127](i9, i1); else FUNCTION_TABLE_vii[HEAP32[i2 + 28 >> 2] & 127](i9, i1); + i4 = HEAP8[i9 >> 0] | 0; + i5 = i9 + 1 | 0; + i6 = i9 + 8 | 0; + i8 = HEAP32[i6 >> 2] | 0; + i7 = i9 + 4 | 0; i1 = i4; - i2 = i6; - i6 = (i4 & 1) == 0 ? i8 : i6; + i2 = i8; + i8 = (i4 & 1) == 0 ? i5 : i8; while (1) { i4 = (i1 & 1) == 0; - if ((i6 | 0) == ((i4 ? i8 : i2) + (i4 ? (i1 & 255) >>> 1 : HEAP32[i7 >> 2] | 0) | 0)) break; - i1 = HEAP8[i6 >> 0] | 0; - i2 = HEAP32[i9 >> 2] | 0; + if ((i8 | 0) == ((i4 ? i5 : i2) + (i4 ? (i1 & 255) >>> 1 : HEAP32[i7 >> 2] | 0) | 0)) break; + i1 = HEAP8[i8 >> 0] | 0; + i2 = HEAP32[i10 >> 2] | 0; do if (i2 | 0) { - i4 = i2 + 24 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) != (HEAP32[i2 + 28 >> 2] | 0)) { - HEAP32[i4 >> 2] = i3 + 1; - HEAP8[i3 >> 0] = i1; + i3 = i2 + 24 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if ((i4 | 0) != (HEAP32[i2 + 28 >> 2] | 0)) { + HEAP32[i3 >> 2] = i4 + 1; + HEAP8[i4 >> 0] = i1; break; } - if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 52 >> 2] & 31](i2, i1 & 255) | 0) == -1) HEAP32[i9 >> 2] = 0; + if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 52 >> 2] & 31](i2, i1 & 255) | 0) == -1) HEAP32[i10 >> 2] = 0; } while (0); - i1 = HEAP8[i10 >> 0] | 0; - i2 = HEAP32[i5 >> 2] | 0; - i6 = i6 + 1 | 0; + i1 = HEAP8[i9 >> 0] | 0; + i2 = HEAP32[i6 >> 2] | 0; + i8 = i8 + 1 | 0; } - i1 = HEAP32[i9 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i10); + i1 = HEAP32[i10 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); } STACKTOP = i11; return i1 | 0; } -function __ZN4wasm5Break7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i5, i1, i6) { - i5 = i5 | 0; - i1 = i1 | 0; - i6 = i6 | 0; - var i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0; - i10 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i10 + 12 | 0; - i9 = i10 + 8 | 0; - i2 = i10 + 4 | 0; - i3 = i10; - HEAP32[i9 >> 2] = i6; - i8 = i5 + 16 | 0; - do if (!(HEAP32[i8 >> 2] | 0)) { - i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i1, 17277, 0) | 0; - HEAP32[i3 >> 2] = HEAP32[i5 + 8 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i4) | 0; - i2 = i5 + 12 | 0; - i5 = HEAP32[i2 >> 2] | 0; - if (i5 | 0 ? (HEAP32[i5 >> 2] | 0) != 19 : 0) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i1, 10) | 0; - i7 = 7; - break; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitBreakEPNS_5BreakE(i11, i10, i9) { + i11 = i11 | 0; + i10 = i10 | 0; + i9 = i9 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i12 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i2 = i12; + i7 = i9 + 8 | 0; + i1 = HEAP32[i9 + 12 >> 2] | 0; + if (i1) { + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i10, i1); + i6 = HEAP32[i2 >> 2] | 0; + i5 = HEAP32[i2 + 4 >> 2] | 0; + i4 = i2 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i4 = HEAP32[i4 + 4 >> 2] | 0; + i1 = HEAP32[i2 + 16 >> 2] | 0; + if (!i1) i8 = 4; else { + HEAP32[i11 >> 2] = i6; + HEAP32[i11 + 4 >> 2] = i5; + i10 = i11 + 8 | 0; + HEAP32[i10 >> 2] = i3; + HEAP32[i10 + 4 >> 2] = i4; + HEAP32[i11 + 16 >> 2] = i1; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, 35848) | 0; } else { - i7 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i1, 17270, 0) | 0; - HEAP32[i2 >> 2] = HEAP32[i5 + 8 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i2 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i7, i4) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i1, 10) | 0; - i2 = i5 + 12 | 0; - i7 = 7; - } while (0); - if ((i7 | 0) == 7) { - i3 = i6 + 1 | 0; - HEAP32[i9 >> 2] = i3; - i2 = HEAP32[i2 >> 2] | 0; - if (i2 | 0 ? (HEAP32[i2 >> 2] | 0) != 19 : 0) __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i1, i3, i2) | 0; - i2 = HEAP32[i8 >> 2] | 0; - if (i2 | 0) __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i1, i3, i2) | 0; - i1 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i1, i9) | 0; + i3 = 0; + i4 = 0; + i6 = 0; + i5 = 0; + i8 = 4; } - STACKTOP = i10; - return i1 | 0; + do if ((i8 | 0) == 4) { + i2 = HEAP32[i7 >> 2] | 0; + i1 = HEAP32[i9 + 16 >> 2] | 0; + if (i1 | 0) { + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i11, i10, i1); + i1 = i11 + 16 | 0; + if (HEAP32[i1 >> 2] | 0) break; + i10 = __ZN4wasm7Literal10getIntegerEv(i11) | 0; + if ((i10 | 0) == 0 & (tempRet0 | 0) == 0) { + HEAP32[i11 >> 2] = 0; + i11 = i11 + 8 | 0; + HEAP32[i11 >> 2] = 0; + HEAP32[i11 + 4 >> 2] = 0; + HEAP32[i1 >> 2] = 0; + break; + } + } + HEAP32[i11 >> 2] = i6; + HEAP32[i11 + 4 >> 2] = i5; + i10 = i11 + 8 | 0; + HEAP32[i10 >> 2] = i3; + HEAP32[i10 + 4 >> 2] = i4; + HEAP32[i11 + 16 >> 2] = i2; + } while (0); + STACKTOP = i12; + return; } function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_7LiteralE(i2, i1) { @@ -52951,32 +52771,32 @@ function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_7Literal switch (HEAP32[i1 >> 2] | 0) { case 0: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 17406) | 0, 21087) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 28301) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 25305) | 0, 21217) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 29555) | 0; break; } case 1: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 17411) | 0, 21087) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 25301) | 0, 21217) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i2, HEAP32[i1 + 8 >> 2] | 0) | 0; break; } case 2: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 17415) | 0, 21087) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 25297) | 0, 21217) | 0; i1 = i1 + 8 | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEx(i2, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; break; } case 3: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 17419) | 0, 21087) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 25293) | 0, 21217) | 0; __ZN4wasm7Literal10printFloatERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEf(i2, +__ZNK4wasm7Literal6getf32Ev(i1)); break; } case 4: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 17423) | 0, 21087) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 25289) | 0, 21217) | 0; __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEd(i2, +__ZNK4wasm7Literal6getf64Ev(i1)); break; } @@ -52994,32 +52814,32 @@ function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS STACKTOP = STACKTOP + 32 | 0; i7 = i9; i2 = HEAP32[i8 + 8 >> 2] | 0; - i5 = i8 + 4 | 0; - i1 = HEAP32[i5 >> 2] | 0; + i4 = i8 + 4 | 0; + i1 = HEAP32[i4 >> 2] | 0; if (((i2 - i1 | 0) / 20 | 0) >>> 0 < i6 >>> 0) { - i4 = HEAP32[i8 >> 2] | 0; - i3 = ((i1 - i4 | 0) / 20 | 0) + i6 | 0; + i5 = HEAP32[i8 >> 2] | 0; + i3 = ((i1 - i5 | 0) / 20 | 0) + i6 | 0; if (i3 >>> 0 > 214748364) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); - i1 = (i2 - i4 | 0) / 20 | 0; + i1 = (i2 - i5 | 0) / 20 | 0; if (i1 >>> 0 < 107374182) { i1 = i1 << 1; i1 = i1 >>> 0 < i3 >>> 0 ? i3 : i1; } else i1 = 214748364; - __ZNSt3__114__split_bufferINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEERNS8_ISD_EEEC2EjjSF_(i7, i1, ((HEAP32[i5 >> 2] | 0) - i4 | 0) / 20 | 0, i8 + 8 | 0); - i2 = i7 + 8 | 0; - i1 = HEAP32[i2 >> 2] | 0; - i3 = i6; - i4 = i1; + __ZNSt3__114__split_bufferINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEERNS8_ISD_EEEC2EjjSF_(i7, i1, ((HEAP32[i4 >> 2] | 0) - i5 | 0) / 20 | 0, i8 + 8 | 0); + i3 = i7 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; + i1 = i6; + i4 = i2; while (1) { HEAP32[i4 >> 2] = 0; HEAP32[i4 + 4 >> 2] = 0; HEAP32[i4 + 8 >> 2] = 0; HEAP32[i4 + 12 >> 2] = 0; HEAPF32[i4 + 16 >> 2] = 1.0; - i3 = i3 + -1 | 0; - if (!i3) break; else i4 = i4 + 20 | 0; + i1 = i1 + -1 | 0; + if (!i1) break; else i4 = i4 + 20 | 0; } - HEAP32[i2 >> 2] = i1 + (i6 * 20 | 0); + HEAP32[i3 >> 2] = i2 + (i6 * 20 | 0); __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE26__swap_out_circular_bufferERNS_14__split_bufferISD_RSE_EE(i8, i7); __ZNSt3__114__split_bufferINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEERNS8_ISD_EEED2Ev(i7); } else __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE18__construct_at_endEj(i8, i6); @@ -53027,59 +52847,98 @@ function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS return; } -function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwb(i5, i8, i2, i1, i6) { - i5 = i5 | 0; - i8 = i8 | 0; +function _mbsnrtowcs(i2, i12, i3, i1, i9) { i2 = i2 | 0; + i12 = i12 | 0; + i3 = i3 | 0; i1 = i1 | 0; - i6 = i6 | 0; - var i3 = 0, i4 = 0, i7 = 0, i9 = 0, i10 = 0; - i10 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i9 = i10 + 8 | 0; - i3 = i10 + 4 | 0; - i4 = i10; - if (!(HEAP32[i2 + 4 >> 2] & 1)) { - i7 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i3 >> 2]; - i1 = FUNCTION_TABLE_iiiiii[i7 & 31](i5, i9, i2, i1, i6 & 1) | 0; + i9 = i9 | 0; + var i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0, i13 = 0, i14 = 0; + i13 = STACKTOP; + STACKTOP = STACKTOP + 1040 | 0; + i8 = i13 + 8 | 0; + i11 = i13; + i7 = HEAP32[i12 >> 2] | 0; + HEAP32[i11 >> 2] = i7; + i10 = (i2 | 0) != 0; + i1 = i10 ? i1 : 256; + i2 = i10 ? i2 : i8; + i4 = i7; + L1 : do if ((i1 | 0) != 0 & (i7 | 0) != 0) { + i6 = i1; + i7 = i4; + i1 = 0; + while (1) { + i4 = i3 >>> 2; + i5 = i4 >>> 0 >= i6 >>> 0; + if (!(i3 >>> 0 > 131 | i5)) { + i4 = i7; + break L1; + } + i4 = i5 ? i6 : i4; + i3 = i3 - i4 | 0; + i4 = _mbsrtowcs(i2, i11, i4, i9) | 0; + if ((i4 | 0) == -1) { + i1 = i3; + break; + } + i14 = (i2 | 0) == (i8 | 0); + i7 = i14 ? 0 : i4; + i5 = i6 - i7 | 0; + i2 = i14 ? i2 : i2 + (i4 << 2) | 0; + i1 = i4 + i1 | 0; + i4 = HEAP32[i11 >> 2] | 0; + if ((i6 | 0) != (i7 | 0) & (i4 | 0) != 0) { + i6 = i5; + i7 = i4; + } else { + i6 = i5; + break L1; + } + } + i3 = i1; + i6 = 0; + i4 = HEAP32[i11 >> 2] | 0; + i1 = -1; } else { - i2 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; - HEAP32[i4 >> 2] = i2; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 40500) | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i2) | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i6) FUNCTION_TABLE_vii[HEAP32[i2 + 24 >> 2] & 127](i9, i1); else FUNCTION_TABLE_vii[HEAP32[i2 + 28 >> 2] & 127](i9, i1); - i4 = HEAP8[i9 >> 0] | 0; - i5 = i9 + 4 | 0; - i6 = i9 + 8 | 0; - i7 = HEAP32[i6 >> 2] | 0; - i1 = i4; - i2 = i7; - i7 = (i4 & 1) == 0 ? i5 : i7; + i6 = i1; + i1 = 0; + } while (0); + L8 : do if ((i4 | 0) != 0 ? (i6 | 0) != 0 & (i3 | 0) != 0 : 0) { + i5 = i4; + i4 = i2; while (1) { - i4 = (i1 & 1) == 0; - if ((i7 | 0) == ((i4 ? i5 : i2) + ((i4 ? (i1 & 255) >>> 1 : HEAP32[i5 >> 2] | 0) << 2) | 0)) break; - i1 = HEAP32[i7 >> 2] | 0; - i2 = HEAP32[i8 >> 2] | 0; - if (i2 | 0) { - i4 = i2 + 24 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 28 >> 2] | 0)) i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 52 >> 2] & 31](i2, i1) | 0; else { - HEAP32[i4 >> 2] = i3 + 4; - HEAP32[i3 >> 2] = i1; - } - if ((i1 | 0) == -1) HEAP32[i8 >> 2] = 0; + i2 = _mbrtowc(i4, i5, i3, i9) | 0; + if ((i2 + 2 | 0) >>> 0 < 3) break; + i5 = (HEAP32[i11 >> 2] | 0) + i2 | 0; + HEAP32[i11 >> 2] = i5; + i6 = i6 + -1 | 0; + i1 = i1 + 1 | 0; + if (!((i6 | 0) != 0 & (i3 | 0) != (i2 | 0))) break L8; else { + i3 = i3 - i2 | 0; + i4 = i4 + 4 | 0; } - i1 = HEAP8[i9 >> 0] | 0; - i2 = HEAP32[i6 >> 2] | 0; - i7 = i7 + 4 | 0; } - i1 = HEAP32[i8 >> 2] | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i9); - } - STACKTOP = i10; + switch (i2 | 0) { + case -1: + { + i1 = -1; + break L8; + } + case 0: + { + HEAP32[i11 >> 2] = 0; + break L8; + } + default: + { + HEAP32[i9 >> 2] = 0; + break L8; + } + } + } while (0); + if (i10) HEAP32[i12 >> 2] = HEAP32[i11 >> 2]; + STACKTOP = i13; return i1 | 0; } @@ -53109,33 +52968,34 @@ function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CString if (i9) i2 = i2 & i8; else i2 = (i2 >>> 0) % (i10 >>> 0) | 0; HEAP32[(HEAP32[i11 >> 2] | 0) + (i2 << 2) >> 2] = i3; while (1) { - i4 = i1; + i7 = i1; L21 : while (1) while (1) { - i1 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i7 >> 2] | 0; if (!i1) break L1; i3 = HEAP32[i1 + 4 >> 2] | 0; - if (i9) i7 = i3 & i8; else i7 = (i3 >>> 0) % (i10 >>> 0) | 0; - if ((i7 | 0) == (i2 | 0)) { - i4 = i1; + if (i9) i6 = i3 & i8; else i6 = (i3 >>> 0) % (i10 >>> 0) | 0; + if ((i6 | 0) == (i2 | 0)) { + i7 = i1; continue L21; } - i3 = (HEAP32[i11 >> 2] | 0) + (i7 << 2) | 0; - if (!(HEAP32[i3 >> 2] | 0)) { - i2 = i7; + i4 = (HEAP32[i11 >> 2] | 0) + (i6 << 2) | 0; + if (!(HEAP32[i4 >> 2] | 0)) { + i2 = i6; + i3 = i7; break L21; } - i6 = i1 + 8 | 0; + i5 = i1 + 8 | 0; i3 = i1; while (1) { - i5 = HEAP32[i3 >> 2] | 0; - if (!i5) break; - if (!(_strcmp(HEAP32[i6 >> 2] | 0, HEAP32[i5 + 8 >> 2] | 0) | 0)) i3 = i5; else break; + i4 = HEAP32[i3 >> 2] | 0; + if (!i4) break; + if (!(_strcmp(HEAP32[i5 >> 2] | 0, HEAP32[i4 + 8 >> 2] | 0) | 0)) i3 = i4; else break; } - HEAP32[i4 >> 2] = i5; - HEAP32[i3 >> 2] = HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i7 << 2) >> 2] >> 2]; - HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i7 << 2) >> 2] >> 2] = i1; + HEAP32[i7 >> 2] = i4; + HEAP32[i3 >> 2] = HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i6 << 2) >> 2] >> 2]; + HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i6 << 2) >> 2] >> 2] = i1; } - HEAP32[i3 >> 2] = i4; + HEAP32[i4 >> 2] = i3; } } } else { @@ -53147,6 +53007,62 @@ function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CString return; } +function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwb(i5, i9, i4, i3, i6) { + i5 = i5 | 0; + i9 = i9 | 0; + i4 = i4 | 0; + i3 = i3 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i7 = 0, i8 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i8 = i10 + 8 | 0; + i1 = i10 + 4 | 0; + i2 = i10; + if (!(HEAP32[i4 + 4 >> 2] & 1)) { + i7 = HEAP32[(HEAP32[i5 >> 2] | 0) + 24 >> 2] | 0; + HEAP32[i1 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i1 >> 2]; + i1 = FUNCTION_TABLE_iiiiii[i7 & 31](i5, i8, i4, i3, i6 & 1) | 0; + } else { + i7 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; + HEAP32[i2 >> 2] = i7; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 41660) | 0; + __ZNSt3__114__shared_count16__release_sharedEv(i7) | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i6) FUNCTION_TABLE_vii[HEAP32[i2 + 24 >> 2] & 127](i8, i1); else FUNCTION_TABLE_vii[HEAP32[i2 + 28 >> 2] & 127](i8, i1); + i4 = HEAP8[i8 >> 0] | 0; + i5 = i8 + 4 | 0; + i6 = i8 + 8 | 0; + i7 = HEAP32[i6 >> 2] | 0; + i1 = i4; + i2 = i7; + i7 = (i4 & 1) == 0 ? i5 : i7; + while (1) { + i4 = (i1 & 1) == 0; + if ((i7 | 0) == ((i4 ? i5 : i2) + ((i4 ? (i1 & 255) >>> 1 : HEAP32[i5 >> 2] | 0) << 2) | 0)) break; + i1 = HEAP32[i7 >> 2] | 0; + i2 = HEAP32[i9 >> 2] | 0; + if (i2 | 0) { + i3 = i2 + 24 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i2 + 28 >> 2] | 0)) i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 52 >> 2] & 31](i2, i1) | 0; else { + HEAP32[i3 >> 2] = i4 + 4; + HEAP32[i4 >> 2] = i1; + } + if ((i1 | 0) == -1) HEAP32[i9 >> 2] = 0; + } + i1 = HEAP8[i8 >> 0] | 0; + i2 = HEAP32[i6 >> 2] | 0; + i7 = i7 + 4 | 0; + } + i1 = HEAP32[i9 >> 2] | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i8); + } + STACKTOP = i10; + return i1 | 0; +} + function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE8__rehashEj(i11, i10) { i11 = i11 | 0; i10 = i10 | 0; @@ -53173,33 +53089,34 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 if (i9) i2 = i2 & i8; else i2 = (i2 >>> 0) % (i10 >>> 0) | 0; HEAP32[(HEAP32[i11 >> 2] | 0) + (i2 << 2) >> 2] = i3; while (1) { - i4 = i1; + i7 = i1; L21 : while (1) while (1) { - i1 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i7 >> 2] | 0; if (!i1) break L1; i3 = HEAP32[i1 + 4 >> 2] | 0; - if (i9) i7 = i3 & i8; else i7 = (i3 >>> 0) % (i10 >>> 0) | 0; - if ((i7 | 0) == (i2 | 0)) { - i4 = i1; + if (i9) i6 = i3 & i8; else i6 = (i3 >>> 0) % (i10 >>> 0) | 0; + if ((i6 | 0) == (i2 | 0)) { + i7 = i1; continue L21; } - i3 = (HEAP32[i11 >> 2] | 0) + (i7 << 2) | 0; - if (!(HEAP32[i3 >> 2] | 0)) { - i2 = i7; + i4 = (HEAP32[i11 >> 2] | 0) + (i6 << 2) | 0; + if (!(HEAP32[i4 >> 2] | 0)) { + i2 = i6; + i3 = i7; break L21; } - i6 = i1 + 8 | 0; + i5 = i1 + 8 | 0; i3 = i1; while (1) { - i5 = HEAP32[i3 >> 2] | 0; - if (!i5) break; - if ((HEAP32[i6 >> 2] | 0) == (HEAP32[i5 + 8 >> 2] | 0)) i3 = i5; else break; + i4 = HEAP32[i3 >> 2] | 0; + if (!i4) break; + if ((HEAP32[i5 >> 2] | 0) == (HEAP32[i4 + 8 >> 2] | 0)) i3 = i4; else break; } - HEAP32[i4 >> 2] = i5; - HEAP32[i3 >> 2] = HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i7 << 2) >> 2] >> 2]; - HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i7 << 2) >> 2] >> 2] = i1; + HEAP32[i7 >> 2] = i4; + HEAP32[i3 >> 2] = HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i6 << 2) >> 2] >> 2]; + HEAP32[HEAP32[(HEAP32[i11 >> 2] | 0) + (i6 << 2) >> 2] >> 2] = i1; } - HEAP32[i3 >> 2] = i4; + HEAP32[i4 >> 2] = i3; } } } else { @@ -53211,83 +53128,128 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 return; } -function __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i9, i5, i4, i3) { +function __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i9, i8, i7, i6) { i9 = i9 | 0; - i5 = i5 | 0; - i4 = i4 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0; + i8 = i8 | 0; + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; - i8 = i10 + 88 | 0; - i6 = i10 + 76 | 0; - i7 = i10 + 24 | 0; - i1 = i10 + 64 | 0; - i2 = i10; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i8, i5, _strlen(i5) | 0); - if ((__ZNSt3__16__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoEEENS_19__map_value_compareIS7_SB_NS_4lessIS7_EELb1EEENS5_ISB_EEE4findIS7_EENS_15__tree_iteratorISB_PNS_11__tree_nodeISB_PvEEiEERKT_(i9, i8) | 0) == (i9 + 4 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i8); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, i5, _strlen(i5) | 0); - i9 = __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEEixEOS6_(i9, i6) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, i4, _strlen(i4) | 0); - __ZNSt3__18functionIFPN4wasm4PassEvEEC2ERKS5_(i2, i3); - __ZN4wasm12PassRegistry8PassInfoC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS2_8functionIFPNS_4PassEvEEE(i7, i1, i2); - __ZN4wasm12PassRegistry8PassInfoaSEOS1_(i9, i7) | 0; - __ZN4wasm12PassRegistry8PassInfoD2Ev(i7); - __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i2); + i1 = i10 + 88 | 0; + i2 = i10 + 76 | 0; + i3 = i10 + 24 | 0; + i4 = i10 + 64 | 0; + i5 = i10; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, i8, _strlen(i8) | 0); + if ((__ZNSt3__16__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoEEENS_19__map_value_compareIS7_SB_NS_4lessIS7_EELb1EEENS5_ISB_EEE4findIS7_EENS_15__tree_iteratorISB_PNS_11__tree_nodeISB_PvEEiEERKT_(i9, i1) | 0) == (i9 + 4 | 0)) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, i8, _strlen(i8) | 0); + i9 = __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEEixEOS6_(i9, i2) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, i7, _strlen(i7) | 0); + __ZNSt3__18functionIFPN4wasm4PassEvEEC2ERKS5_(i5, i6); + __ZN4wasm12PassRegistry8PassInfoC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS2_8functionIFPNS_4PassEvEEE(i3, i4, i5); + __ZN4wasm12PassRegistry8PassInfoaSEOS1_(i9, i3) | 0; + __ZN4wasm12PassRegistry8PassInfoD2Ev(i3); + __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); STACKTOP = i10; return; - } else ___assert_fail(24179, 24219, 32, 24232); + } else ___assert_fail(24309, 24349, 32, 24362); +} + +function __ZN4wasm16PrintSExpression10visitBreakEPNS_5BreakE(i9, i5) { + i9 = i9 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i10 + 8 | 0; + i2 = i10 + 4 | 0; + i3 = i10; + i7 = i5 + 16 | 0; + i8 = i9 + 4 | 0; + i4 = HEAP32[i8 >> 2] | 0; + do if (!(HEAP32[i7 >> 2] | 0)) { + i4 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i4, 25442, 0) | 0; + HEAP32[i3 >> 2] = HEAP32[i5 + 8 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i1) | 0; + i1 = i5 + 12 | 0; + i5 = HEAP32[i1 >> 2] | 0; + if (i5 | 0 ? (HEAP32[i5 >> 2] | 0) != 19 : 0) { + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i8 >> 2] | 0, i9 + 8 | 0) | 0; + i6 = 7; + break; + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i8 >> 2] | 0, 37006) | 0; + } else { + i6 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i4, 25435, 0) | 0; + HEAP32[i2 >> 2] = HEAP32[i5 + 8 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i1) | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i8 >> 2] | 0, i9 + 8 | 0) | 0; + i1 = i5 + 12 | 0; + i6 = 7; + } while (0); + if ((i6 | 0) == 7) { + i1 = HEAP32[i1 >> 2] | 0; + if (i1 | 0 ? (HEAP32[i1 >> 2] | 0) != 19 : 0) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i9, i1); + i1 = HEAP32[i7 >> 2] | 0; + if (i1 | 0) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i9, i1); + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i8 >> 2] | 0, i9 + 8 | 0) | 0; + } + STACKTOP = i10; + return; } -function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i14, i13, i12, i10, i11) { +function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i16, i15, i14, i12, i13) { + i16 = i16 | 0; + i15 = i15 | 0; i14 = i14 | 0; - i13 = i13 | 0; i12 = i12 | 0; - i10 = i10 | 0; - i11 = i11 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i15 = 0, i16 = 0, i17 = 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, i17 = 0; i17 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i8 = i17; - i6 = i17 + 24 | 0; - i5 = i17 + 20 | 0; - i7 = i17 + 16 | 0; + i6 = i17; + i5 = i17 + 24 | 0; + i7 = i17 + 20 | 0; + i8 = i17 + 16 | 0; i9 = __ZN6cashew12ValueBuilder9makeBlockEv() | 0; - i16 = i8 + 12 | 0; - i15 = i8 + 12 | 0; + i10 = i6 + 12 | 0; + i11 = i6 + 12 | 0; L1 : while (1) { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i13); - i4 = HEAP32[i13 >> 2] | 0; - i1 = HEAP8[i4 >> 0] | 0; - switch (i1 << 24 >> 24) { + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); + i4 = HEAP32[i15 >> 2] | 0; + i2 = HEAP8[i4 >> 0] | 0; + switch (i2 << 24 >> 24) { case 0: break L1; case 59: { - HEAP32[i13 >> 2] = i4 + 1; + HEAP32[i15 >> 2] = i4 + 1; continue L1; } default: - i3 = i12; + i1 = i14; } while (1) { - i2 = HEAP8[i3 >> 0] | 0; - if (!(i2 << 24 >> 24)) break; - if (i2 << 24 >> 24 == i1 << 24 >> 24) break L1; else i3 = i3 + 1 | 0; + i3 = HEAP8[i1 >> 0] | 0; + if (!(i3 << 24 >> 24)) break; + if (i3 << 24 >> 24 == i2 << 24 >> 24) break L1; else i1 = i1 + 1 | 0; } - i1 = HEAP32[i10 >> 2] | 0; - if ((i1 | 0 ? HEAP8[i1 >> 0] | 0 : 0) ? (__ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i8, i4), (HEAP32[i15 >> 2] | 0) == 0 ? (HEAP32[i8 >> 2] | 0) == (i1 | 0) : 0) : 0) break; - i1 = HEAP32[i11 >> 2] | 0; - if ((i1 | 0 ? HEAP8[i1 >> 0] | 0 : 0) ? (__ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i8, HEAP32[i13 >> 2] | 0), (HEAP32[i16 >> 2] | 0) == 0 ? (HEAP32[i8 >> 2] | 0) == (i1 | 0) : 0) : 0) break; - i4 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE23parseElementOrStatementERPcPKc(i14, i13, i12) | 0; - HEAP32[i5 >> 2] = i9; - HEAP32[i7 >> 2] = i4; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - __ZN6cashew12ValueBuilder13appendToBlockENS_3RefES1_(i6, i8); + i1 = HEAP32[i12 >> 2] | 0; + if ((i1 | 0 ? HEAP8[i1 >> 0] | 0 : 0) ? (__ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i6, i4), (HEAP32[i11 >> 2] | 0) == 0 ? (HEAP32[i6 >> 2] | 0) == (i1 | 0) : 0) : 0) break; + i1 = HEAP32[i13 >> 2] | 0; + if ((i1 | 0 ? HEAP8[i1 >> 0] | 0 : 0) ? (__ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i6, HEAP32[i15 >> 2] | 0), (HEAP32[i10 >> 2] | 0) == 0 ? (HEAP32[i6 >> 2] | 0) == (i1 | 0) : 0) : 0) break; + i4 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE23parseElementOrStatementERPcPKc(i16, i15, i14) | 0; + HEAP32[i7 >> 2] = i9; + HEAP32[i8 >> 2] = i4; + HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i6 >> 2] = HEAP32[i8 >> 2]; + __ZN6cashew12ValueBuilder13appendToBlockENS_3RefES1_(i5, i6); } STACKTOP = i17; return i9 | 0; @@ -53301,30 +53263,30 @@ function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuild STACKTOP = STACKTOP + 32 | 0; i7 = i9; i2 = HEAP32[i8 + 8 >> 2] | 0; - i5 = i8 + 4 | 0; - i1 = HEAP32[i5 >> 2] | 0; + i4 = i8 + 4 | 0; + i1 = HEAP32[i4 >> 2] | 0; if (((i2 - i1 | 0) / 12 | 0) >>> 0 < i6 >>> 0) { - i4 = HEAP32[i8 >> 2] | 0; - i3 = ((i1 - i4 | 0) / 12 | 0) + i6 | 0; + i5 = HEAP32[i8 >> 2] | 0; + i3 = ((i1 - i5 | 0) / 12 | 0) + i6 | 0; if (i3 >>> 0 > 357913941) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); - i1 = (i2 - i4 | 0) / 12 | 0; + i1 = (i2 - i5 | 0) / 12 | 0; if (i1 >>> 0 < 178956970) { i1 = i1 << 1; i1 = i1 >>> 0 < i3 >>> 0 ? i3 : i1; } else i1 = 357913941; - __ZNSt3__114__split_bufferINS_6vectorIN6cashew6ParserINS2_3RefENS2_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS7_EEEERNS8_ISA_EEEC2EjjSC_(i7, i1, ((HEAP32[i5 >> 2] | 0) - i4 | 0) / 12 | 0, i8 + 8 | 0); - i2 = i7 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; - i1 = i3; - i4 = i6; + __ZNSt3__114__split_bufferINS_6vectorIN6cashew6ParserINS2_3RefENS2_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS7_EEEERNS8_ISA_EEEC2EjjSC_(i7, i1, ((HEAP32[i4 >> 2] | 0) - i5 | 0) / 12 | 0, i8 + 8 | 0); + i3 = i7 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; + i1 = i6; + i4 = i2; while (1) { - HEAP32[i1 >> 2] = 0; - HEAP32[i1 + 4 >> 2] = 0; - HEAP32[i1 + 8 >> 2] = 0; - i4 = i4 + -1 | 0; - if (!i4) break; else i1 = i1 + 12 | 0; + HEAP32[i4 >> 2] = 0; + HEAP32[i4 + 4 >> 2] = 0; + HEAP32[i4 + 8 >> 2] = 0; + i1 = i1 + -1 | 0; + if (!i1) break; else i4 = i4 + 12 | 0; } - HEAP32[i2 >> 2] = i3 + (i6 * 12 | 0); + HEAP32[i3 >> 2] = i2 + (i6 * 12 | 0); __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS9_RSA_EE(i8, i7); __ZNSt3__114__split_bufferINS_6vectorIN6cashew6ParserINS2_3RefENS2_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS7_EEEERNS8_ISA_EEED2Ev(i7); } else __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE18__construct_at_endEj(i8, i6); @@ -53339,14 +53301,14 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBreakERNS_7ElementE(i6, i5) { i4 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; i3 = __ZN4wasm7Element4listEv(i5) | 0; do if (!(HEAP8[(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) + 20 >> 0] | 0)) { - i2 = __ZN4wasm7Element4listEv(i5) | 0; - i2 = _atol(__ZN4wasm7Element5c_strEv(HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0) | 0) | 0; - i1 = HEAP32[i6 + 80 >> 2] | 0; - i3 = (HEAP32[i6 + 84 >> 2] | 0) - i1 >> 2; - if (i2 >>> 0 < i3 >>> 0) { - HEAP32[i4 + 8 >> 2] = HEAP32[i1 + (i3 + ~i2 << 2) >> 2]; - break; - } else ___assert_fail(17907, 16606, 879, 17934); + i1 = __ZN4wasm7Element4listEv(i5) | 0; + i1 = _atol(__ZN4wasm7Element5c_strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0) | 0; + i2 = HEAP32[i6 + 80 >> 2] | 0; + i3 = (HEAP32[i6 + 84 >> 2] | 0) - i2 >> 2; + if (i1 >>> 0 < i3 >>> 0) { + HEAP32[i4 + 8 >> 2] = HEAP32[i2 + (i3 + ~i1 << 2) >> 2]; + break; + } else ___assert_fail(17140, 16691, 879, 17167); } else { i3 = __ZN4wasm7Element4listEv(i5) | 0; i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) | 0; @@ -53355,7 +53317,7 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBreakERNS_7ElementE(i6, i5) { do if ((__ZN4wasm7Element4sizeEv(i5) | 0) != 2) { i3 = __ZN4wasm7Element4listEv(i5) | 0; i3 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0; - if ((i3 | 0) != (HEAP32[9567] | 0)) { + if ((i3 | 0) != (HEAP32[9857] | 0)) { i5 = __ZN4wasm7Element4listEv(i5) | 0; i6 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] | 0) | 0; HEAP32[i4 + 12 >> 2] = i6; @@ -53373,103 +53335,19 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBreakERNS_7ElementE(i6, i5) { return i4 | 0; } -function _mbsnrtowcs(i3, i11, i2, i1, i9) { - i3 = i3 | 0; - i11 = i11 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - i9 = i9 | 0; - var i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0, i12 = 0, i13 = 0, i14 = 0; - i13 = STACKTOP; - STACKTOP = STACKTOP + 1040 | 0; - i8 = i13 + 8 | 0; - i10 = i13; - i7 = HEAP32[i11 >> 2] | 0; - HEAP32[i10 >> 2] = i7; - i12 = (i3 | 0) != 0; - i5 = i12 ? i1 : 256; - i3 = i12 ? i3 : i8; - i1 = i7; - L1 : do if ((i5 | 0) != 0 & (i7 | 0) != 0) { - i4 = i1; - i1 = 0; - i7 = i5; - while (1) { - i6 = i2 >>> 2; - i5 = i6 >>> 0 >= i7 >>> 0; - if (!(i2 >>> 0 > 131 | i5)) { - i5 = i7; - break L1; - } - i4 = i5 ? i7 : i6; - i2 = i2 - i4 | 0; - i4 = _mbsrtowcs(i3, i10, i4, i9) | 0; - if ((i4 | 0) == -1) break; - i14 = (i3 | 0) == (i8 | 0); - i6 = i14 ? 0 : i4; - i5 = i7 - i6 | 0; - i3 = i14 ? i3 : i3 + (i4 << 2) | 0; - i1 = i4 + i1 | 0; - i4 = HEAP32[i10 >> 2] | 0; - if ((i7 | 0) != (i6 | 0) & (i4 | 0) != 0) i7 = i5; else break L1; - } - i4 = HEAP32[i10 >> 2] | 0; - i1 = -1; - i5 = 0; - } else { - i4 = i1; - i1 = 0; - } while (0); - L8 : do if ((i4 | 0) != 0 ? (i5 | 0) != 0 & (i2 | 0) != 0 : 0) { - i6 = i2; - while (1) { - i2 = _mbrtowc(i3, i4, i6, i9) | 0; - if ((i2 + 2 | 0) >>> 0 < 3) break; - i4 = (HEAP32[i10 >> 2] | 0) + i2 | 0; - HEAP32[i10 >> 2] = i4; - i5 = i5 + -1 | 0; - i1 = i1 + 1 | 0; - if (!((i5 | 0) != 0 & (i6 | 0) != (i2 | 0))) break L8; else { - i6 = i6 - i2 | 0; - i3 = i3 + 4 | 0; - } - } - switch (i2 | 0) { - case -1: - { - i1 = -1; - break L8; - } - case 0: - { - HEAP32[i10 >> 2] = 0; - break L8; - } - default: - { - HEAP32[i9 >> 2] = 0; - break L8; - } - } - } while (0); - if (i12) HEAP32[i11 >> 2] = HEAP32[i10 >> 2]; - STACKTOP = i13; - return i1 | 0; -} - function __ZNSt3__127__tree_balance_after_insertIPNS_16__tree_node_baseIPvEEEEvT_S5_(i7, i1) { i7 = i7 | 0; i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; HEAP8[i1 + 12 >> 0] = (i1 | 0) == (i7 | 0) & 1; - i3 = i1; + i4 = i1; while (1) { - if ((i3 | 0) == (i7 | 0)) break; - i2 = HEAP32[i3 + 8 >> 2] | 0; + if ((i4 | 0) == (i7 | 0)) break; + i2 = HEAP32[i4 + 8 >> 2] | 0; i6 = i2 + 12 | 0; if (HEAP8[i6 >> 0] | 0) break; - i4 = i2 + 8 | 0; - i1 = HEAP32[i4 >> 2] | 0; + i3 = i2 + 8 | 0; + i1 = HEAP32[i3 >> 2] | 0; i5 = HEAP32[i1 >> 2] | 0; if ((i5 | 0) == (i2 | 0)) { i5 = HEAP32[i1 + 4 >> 2] | 0; @@ -53485,7 +53363,7 @@ function __ZNSt3__127__tree_balance_after_insertIPNS_16__tree_node_baseIPvEEEEvT HEAP8[i6 >> 0] = 1; HEAP8[i1 + 12 >> 0] = (i1 | 0) == (i7 | 0) & 1; HEAP8[i5 >> 0] = 1; - i3 = i1; + i4 = i1; continue; } else { if (!i5) { @@ -53500,14 +53378,14 @@ function __ZNSt3__127__tree_balance_after_insertIPNS_16__tree_node_baseIPvEEEEvT HEAP8[i6 >> 0] = 1; HEAP8[i1 + 12 >> 0] = (i1 | 0) == (i7 | 0) & 1; HEAP8[i5 >> 0] = 1; - i3 = i1; + i4 = i1; continue; } } if ((i8 | 0) == 8) { - if ((HEAP32[i2 >> 2] | 0) != (i3 | 0)) { + if ((HEAP32[i2 >> 2] | 0) != (i4 | 0)) { __ZNSt3__118__tree_left_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i2); - i1 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i3 >> 2] | 0; i2 = i1; i1 = HEAP32[i1 + 8 >> 2] | 0; } @@ -53515,9 +53393,9 @@ function __ZNSt3__127__tree_balance_after_insertIPNS_16__tree_node_baseIPvEEEEvT HEAP8[i1 + 12 >> 0] = 0; __ZNSt3__119__tree_right_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i1); } else if ((i8 | 0) == 14) { - if ((HEAP32[i2 >> 2] | 0) == (i3 | 0)) { + if ((HEAP32[i2 >> 2] | 0) == (i4 | 0)) { __ZNSt3__119__tree_right_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i2); - i1 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i3 >> 2] | 0; i2 = i1; i1 = HEAP32[i1 + 8 >> 2] | 0; } @@ -53533,18 +53411,18 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6assignIPS3_E i1 = i1 | 0; i7 = i7 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; - i5 = i1; - i3 = i7 - i5 >> 2; + i4 = i1; + i3 = i7 - i4 >> 2; i2 = i6 + 8 | 0; - i4 = HEAP32[i6 >> 2] | 0; - L1 : do if (i3 >>> 0 <= (HEAP32[i2 >> 2] | 0) - i4 >> 2 >>> 0) { + i5 = HEAP32[i6 >> 2] | 0; + L1 : do if (i3 >>> 0 <= (HEAP32[i2 >> 2] | 0) - i5 >> 2 >>> 0) { i6 = i6 + 4 | 0; - i2 = (HEAP32[i6 >> 2] | 0) - i4 >> 2; + i2 = (HEAP32[i6 >> 2] | 0) - i5 >> 2; i8 = i3 >>> 0 > i2 >>> 0; i3 = i1 + (i2 << 2) | 0; - i2 = (i8 ? i3 : i7) - i5 | 0; - _memmove(i4 | 0, i1 | 0, i2 | 0) | 0; - i2 = i4 + (i2 >> 2 << 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) { @@ -53625,52 +53503,52 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i9, i4) { +function __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i9, i7) { i9 = i9 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i10; - i5 = i9 + 16 | 0; - i1 = HEAP32[i5 >> 2] | 0; - i2 = i1; - i6 = i4 + 16 | 0; - i3 = HEAP32[i6 >> 2] | 0; - i8 = (i3 | 0) == (i4 | 0); - do if ((i1 | 0) == (i9 | 0)) if (i8) { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 12 >> 2] & 127](i1, i7); - i8 = HEAP32[i5 >> 2] | 0; - FUNCTION_TABLE_vi[HEAP32[(HEAP32[i8 >> 2] | 0) + 16 >> 2] & 255](i8); - HEAP32[i5 >> 2] = 0; - i8 = HEAP32[i6 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i8 >> 2] | 0) + 12 >> 2] & 127](i8, i1); - i8 = HEAP32[i6 >> 2] | 0; + i8 = i10; + i1 = i9 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + i3 = i2; + i4 = i7 + 16 | 0; + i5 = HEAP32[i4 >> 2] | 0; + i6 = (i5 | 0) == (i7 | 0); + do if ((i2 | 0) == (i9 | 0)) if (i6) { + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2, i8); + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vi[HEAP32[(HEAP32[i6 >> 2] | 0) + 16 >> 2] & 255](i6); + HEAP32[i1 >> 2] = 0; + i6 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 12 >> 2] & 127](i6, i2); + i6 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vi[HEAP32[(HEAP32[i6 >> 2] | 0) + 16 >> 2] & 255](i6); + HEAP32[i4 >> 2] = 0; + HEAP32[i1 >> 2] = i9; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i8 >> 2] | 0) + 12 >> 2] & 127](i8, i5); FUNCTION_TABLE_vi[HEAP32[(HEAP32[i8 >> 2] | 0) + 16 >> 2] & 255](i8); - HEAP32[i6 >> 2] = 0; - HEAP32[i5 >> 2] = i9; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i7 >> 2] | 0) + 12 >> 2] & 127](i7, i3); - FUNCTION_TABLE_vi[HEAP32[(HEAP32[i7 >> 2] | 0) + 16 >> 2] & 255](i7); - HEAP32[i6 >> 2] = i4; + HEAP32[i4 >> 2] = i7; break; } else { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 12 >> 2] & 127](i1, i4); - i9 = HEAP32[i5 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2, i7); + i9 = HEAP32[i1 >> 2] | 0; FUNCTION_TABLE_vi[HEAP32[(HEAP32[i9 >> 2] | 0) + 16 >> 2] & 255](i9); - i9 = i4 + 16 | 0; - HEAP32[i5 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i9 >> 2] = i4; + i9 = i7 + 16 | 0; + HEAP32[i1 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i9 >> 2] = i7; break; - } else if (i8) { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 12 >> 2] & 127](i4, i9); - i8 = HEAP32[i6 >> 2] | 0; + } else if (i6) { + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i7 >> 2] | 0) + 12 >> 2] & 127](i7, i9); + i8 = HEAP32[i4 >> 2] | 0; FUNCTION_TABLE_vi[HEAP32[(HEAP32[i8 >> 2] | 0) + 16 >> 2] & 255](i8); - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i5 >> 2] = i9; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i1 >> 2] = i9; break; } else { - HEAP32[i5 >> 2] = i3; - HEAP32[i6 >> 2] = i2; + HEAP32[i1 >> 2] = i5; + HEAP32[i4 >> 2] = i3; break; } while (0); STACKTOP = i10; @@ -53682,18 +53560,18 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE6assignIPS2_EENS_9en i1 = i1 | 0; i7 = i7 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; - i5 = i1; - i3 = i7 - i5 >> 2; + i4 = i1; + i3 = i7 - i4 >> 2; i2 = i6 + 8 | 0; - i4 = HEAP32[i6 >> 2] | 0; - L1 : do if (i3 >>> 0 <= (HEAP32[i2 >> 2] | 0) - i4 >> 2 >>> 0) { + i5 = HEAP32[i6 >> 2] | 0; + L1 : do if (i3 >>> 0 <= (HEAP32[i2 >> 2] | 0) - i5 >> 2 >>> 0) { i6 = i6 + 4 | 0; - i2 = (HEAP32[i6 >> 2] | 0) - i4 >> 2; + i2 = (HEAP32[i6 >> 2] | 0) - i5 >> 2; i8 = i3 >>> 0 > i2 >>> 0; i3 = i1 + (i2 << 2) | 0; - i2 = (i8 ? i3 : i7) - i5 | 0; - _memmove(i4 | 0, i1 | 0, i2 | 0) | 0; - i2 = i4 + (i2 >> 2 << 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) { @@ -53736,11 +53614,11 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_ i1 = i1 | 0; i7 = i7 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; - i5 = i1; - i3 = i7 - i5 >> 2; + i4 = i1; + i3 = i7 - i4 >> 2; i2 = i6 + 8 | 0; - i4 = HEAP32[i6 >> 2] | 0; - L1 : do if (i3 >>> 0 > (HEAP32[i2 >> 2] | 0) - i4 >> 2 >>> 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; @@ -53759,12 +53637,12 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_ } } else { i6 = i6 + 4 | 0; - i2 = (HEAP32[i6 >> 2] | 0) - i4 >> 2; + i2 = (HEAP32[i6 >> 2] | 0) - i5 >> 2; i8 = i3 >>> 0 > i2 >>> 0; i3 = i1 + (i2 << 2) | 0; - i2 = (i8 ? i3 : i7) - i5 | 0; - _memmove(i4 | 0, i1 | 0, i2 | 0) | 0; - i2 = i4 + (i2 >> 2 << 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) { @@ -53786,23 +53664,23 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_ return; } -function __ZNK10__cxxabiv120__si_class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib(i3, i8, i6, i1, i4) { +function __ZNK10__cxxabiv120__si_class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib(i3, i8, i7, i2, i4) { i3 = i3 | 0; i8 = i8 | 0; - i6 = i6 | 0; - i1 = i1 | 0; + i7 = i7 | 0; + i2 = i2 | 0; i4 = i4 | 0; - var i2 = 0, i5 = 0, i7 = 0; + var i1 = 0, i5 = 0, i6 = 0; do if ((i3 | 0) == (HEAP32[i8 + 8 >> 2] | 0)) { - if ((HEAP32[i8 + 4 >> 2] | 0) == (i6 | 0) ? (i2 = i8 + 28 | 0, (HEAP32[i2 >> 2] | 0) != 1) : 0) HEAP32[i2 >> 2] = i1; + if ((HEAP32[i8 + 4 >> 2] | 0) == (i7 | 0) ? (i1 = i8 + 28 | 0, (HEAP32[i1 >> 2] | 0) != 1) : 0) HEAP32[i1 >> 2] = i2; } else { if ((i3 | 0) != (HEAP32[i8 >> 2] | 0)) { - i7 = HEAP32[i3 + 8 >> 2] | 0; - FUNCTION_TABLE_viiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 24 >> 2] & 3](i7, i8, i6, i1, i4); + i6 = HEAP32[i3 + 8 >> 2] | 0; + FUNCTION_TABLE_viiiii[HEAP32[(HEAP32[i6 >> 2] | 0) + 24 >> 2] & 3](i6, i8, i7, i2, i4); break; } - if ((HEAP32[i8 + 16 >> 2] | 0) != (i6 | 0) ? (i7 = i8 + 20 | 0, (HEAP32[i7 >> 2] | 0) != (i6 | 0)) : 0) { - HEAP32[i8 + 32 >> 2] = i1; + if ((HEAP32[i8 + 16 >> 2] | 0) != (i7 | 0) ? (i6 = i8 + 20 | 0, (HEAP32[i6 >> 2] | 0) != (i7 | 0)) : 0) { + HEAP32[i8 + 32 >> 2] = i2; i5 = i8 + 44 | 0; if ((HEAP32[i5 >> 2] | 0) == 4) break; i1 = i8 + 52 | 0; @@ -53810,7 +53688,7 @@ function __ZNK10__cxxabiv120__si_class_type_info16search_below_dstEPNS_19__dynam i2 = i8 + 53 | 0; HEAP8[i2 >> 0] = 0; i3 = HEAP32[i3 + 8 >> 2] | 0; - FUNCTION_TABLE_viiiiii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 15](i3, i8, i6, i6, 1, i4); + FUNCTION_TABLE_viiiiii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 15](i3, i8, i7, i7, 1, i4); if (HEAP8[i2 >> 0] | 0) if (!(HEAP8[i1 >> 0] | 0)) { i1 = 1; i2 = 13; @@ -53819,7 +53697,7 @@ function __ZNK10__cxxabiv120__si_class_type_info16search_below_dstEPNS_19__dynam i2 = 13; } do if ((i2 | 0) == 13) { - HEAP32[i7 >> 2] = i6; + HEAP32[i6 >> 2] = i7; i7 = i8 + 40 | 0; HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 1; if ((HEAP32[i8 + 36 >> 2] | 0) == 1 ? (HEAP32[i8 + 24 >> 2] | 0) == 2 : 0) { @@ -53838,7 +53716,7 @@ function __ZNK10__cxxabiv120__si_class_type_info16search_below_dstEPNS_19__dynam HEAP32[i5 >> 2] = i1; break; } - if ((i1 | 0) == 1) HEAP32[i8 + 32 >> 2] = 1; + if ((i2 | 0) == 1) HEAP32[i8 + 32 >> 2] = 1; } while (0); return; } @@ -53850,39 +53728,117 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseIndexingES1 var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i9 = 0, i10 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i11 + 12 | 0; - i3 = i11 + 8 | 0; - i2 = i11 + 4 | 0; + i2 = i11 + 12 | 0; + i1 = i11 + 8 | 0; + i3 = i11 + 4 | 0; i4 = i11; - i10 = i7 + 4 | 0; - __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i7, (((HEAP32[i10 >> 2] | 0) - (HEAP32[i7 >> 2] | 0) | 0) / 12 | 0) + 1 | 0); - i1 = HEAP32[i8 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 91) ___assert_fail(23579, 22847, 634, 23591); - HEAP32[i8 >> 2] = i1 + 1; - HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i7, i8, 35844) | 0; - HEAP32[i4 >> 2] = i1; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; - i3 = __ZN6cashew12ValueBuilder12makeIndexingENS_3RefES1_(i3, i5) | 0; + 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(23709, 22977, 634, 23721); + HEAP32[i8 >> 2] = i5 + 1; + HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; + i7 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i7, i8, 37002) | 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(23605, 22847, 638, 23591); + if ((HEAP8[i1 >> 0] | 0) != 93) ___assert_fail(23735, 22977, 638, 23721); HEAP32[i8 >> 2] = i1 + 1; - i1 = HEAP32[i10 >> 2] | 0; + i1 = HEAP32[i9 >> 2] | 0; i2 = i1 + -12 | 0; - if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i9 = i1; else ___assert_fail(23510, 22847, 640, 23591); + if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i10 = i1; else ___assert_fail(23640, 22977, 640, 23721); while (1) { - if ((i9 | 0) == (i2 | 0)) break; - i8 = i9 + -12 | 0; - HEAP32[i10 >> 2] = i8; + if ((i10 | 0) == (i2 | 0)) break; + i8 = i10 + -12 | 0; + HEAP32[i9 >> 2] = i8; __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEED2Ev(i8); - i9 = HEAP32[i10 >> 2] | 0; + i10 = HEAP32[i9 >> 2] | 0; } STACKTOP = i11; return i3 | 0; } +function _wcsnrtombs(i3, i11, i4, i2, i1) { + i3 = i3 | 0; + i11 = i11 | 0; + i4 = i4 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0; + i10 = STACKTOP; + STACKTOP = STACKTOP + 272 | 0; + i7 = i10 + 8 | 0; + i9 = i10; + i6 = HEAP32[i11 >> 2] | 0; + HEAP32[i9 >> 2] = i6; + i8 = (i3 | 0) != 0; + i1 = i8 ? i2 : 256; + i2 = i8 ? i3 : i7; + i3 = i6; + L1 : do if ((i1 | 0) != 0 & (i6 | 0) != 0) { + i6 = i1; + i5 = i3; + i1 = 0; + while (1) { + i3 = i4 >>> 0 >= i6 >>> 0; + if (!(i3 | i4 >>> 0 > 32)) { + i3 = i5; + break L1; + } + i3 = i3 ? i6 : i4; + i4 = i4 - i3 | 0; + i3 = _wcsrtombs(i2, i9, i3, 0) | 0; + if ((i3 | 0) == -1) { + i1 = i4; + break; + } + i13 = (i2 | 0) == (i7 | 0); + i12 = i13 ? 0 : i3; + i5 = i6 - i12 | 0; + i2 = i13 ? i2 : i2 + i3 | 0; + i1 = i3 + i1 | 0; + i3 = HEAP32[i9 >> 2] | 0; + if ((i6 | 0) != (i12 | 0) & (i3 | 0) != 0) { + i6 = i5; + i5 = i3; + } else { + i6 = i5; + break L1; + } + } + i4 = i1; + i6 = 0; + i3 = HEAP32[i9 >> 2] | 0; + i1 = -1; + } else { + i6 = i1; + i1 = 0; + } while (0); + L8 : do if ((i3 | 0) != 0 ? (i6 | 0) != 0 & (i4 | 0) != 0 : 0) { + i5 = i3; + i3 = i2; + while (1) { + i2 = _wcrtomb(i3, HEAP32[i5 >> 2] | 0, 0) | 0; + if ((i2 + 1 | 0) >>> 0 < 2) break; + i5 = (HEAP32[i9 >> 2] | 0) + 4 | 0; + HEAP32[i9 >> 2] = i5; + i4 = i4 + -1 | 0; + i1 = i1 + 1 | 0; + if (!((i6 | 0) != (i2 | 0) & (i4 | 0) != 0)) break L8; else { + i6 = i6 - i2 | 0; + i3 = i3 + i2 | 0; + } + } + if (!i2) HEAP32[i9 >> 2] = 0; else i1 = -1; + } while (0); + if (i8) HEAP32[i11 >> 2] = HEAP32[i9 >> 2]; + STACKTOP = i10; + return i1 | 0; +} + function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseIfERPcPKc(i7, i6, i5) { i7 = i7 | 0; i6 = i6 | 0; @@ -53890,43 +53846,43 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseIfERPcPKc(i7 var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0; i17 = STACKTOP; STACKTOP = STACKTOP + 48 | 0; - i14 = i17; - i12 = i17 + 32 | 0; - i10 = i17 + 28 | 0; - i9 = i17 + 24 | 0; - i11 = i17 + 20 | 0; - i13 = i17 + 16 | 0; + i11 = i17; + i10 = i17 + 32 | 0; + i9 = i17 + 28 | 0; + i12 = i17 + 24 | 0; + i13 = i17 + 20 | 0; + i14 = i17 + 16 | 0; i15 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseParennedERPc(i7, i6) | 0; i16 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseMaybeBracketedERPcPKc(i7, i6, i5) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i6); - i1 = HEAP32[i6 >> 2] | 0; - i2 = HEAP8[i1 >> 0] | 0; - i4 = i5; + i2 = HEAP32[i6 >> 2] | 0; + i3 = HEAP8[i2 >> 0] | 0; + i1 = i5; while (1) { - i3 = HEAP8[i4 >> 0] | 0; - if (!(i3 << 24 >> 24)) { + i4 = HEAP8[i1 >> 0] | 0; + if (!(i4 << 24 >> 24)) { i8 = 4; break; } - if (i3 << 24 >> 24 == i2 << 24 >> 24) { + if (i4 << 24 >> 24 == i3 << 24 >> 24) { i1 = 0; break; - } else i4 = i4 + 1 | 0; + } else i1 = i1 + 1 | 0; } if ((i8 | 0) == 4) { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i14, i1); - if ((HEAP32[i14 + 12 >> 2] | 0) == 0 ? (HEAP32[i14 >> 2] | 0) == (HEAP32[9614] | 0) : 0) { - HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + (HEAP32[i14 + 8 >> 2] | 0); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i11, i2); + if ((HEAP32[i11 + 12 >> 2] | 0) == 0 ? (HEAP32[i11 >> 2] | 0) == (HEAP32[9904] | 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; } - HEAP32[i9 >> 2] = i15; - HEAP32[i11 >> 2] = i16; - HEAP32[i13 >> 2] = i1; - HEAP32[i10 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i11 >> 2]; - HEAP32[i14 >> 2] = HEAP32[i13 >> 2]; - i16 = __ZN6cashew12ValueBuilder6makeIfENS_3RefES1_S1_(i10, i12, i14) | 0; + HEAP32[i12 >> 2] = i15; + HEAP32[i13 >> 2] = i16; + HEAP32[i14 >> 2] = i1; + HEAP32[i9 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i10 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i11 >> 2] = HEAP32[i14 >> 2]; + i16 = __ZN6cashew12ValueBuilder6makeIfENS_3RefES1_S1_(i9, i10, i11) | 0; STACKTOP = i17; return i16 | 0; } @@ -53948,13 +53904,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[32892] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[32893] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[32894] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[32895] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[32896] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[32897] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 35863, 0, HEAP32[i2 + 4 >> 2] | 0); + HEAP8[i12 >> 0] = HEAP8[34098] | 0; + HEAP8[i12 + 1 >> 0] = HEAP8[34099] | 0; + HEAP8[i12 + 2 >> 0] = HEAP8[34100] | 0; + HEAP8[i12 + 3 >> 0] = HEAP8[34101] | 0; + HEAP8[i12 + 4 >> 0] = HEAP8[34102] | 0; + HEAP8[i12 + 5 >> 0] = HEAP8[34103] | 0; + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 37021, 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; @@ -53989,13 +53945,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[32892] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[32893] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[32894] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[32895] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[32896] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[32897] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 35863, 1, HEAP32[i2 + 4 >> 2] | 0); + HEAP8[i12 >> 0] = HEAP8[34098] | 0; + HEAP8[i12 + 1 >> 0] = HEAP8[34099] | 0; + HEAP8[i12 + 2 >> 0] = HEAP8[34100] | 0; + HEAP8[i12 + 3 >> 0] = HEAP8[34101] | 0; + HEAP8[i12 + 4 >> 0] = HEAP8[34102] | 0; + HEAP8[i12 + 5 >> 0] = HEAP8[34103] | 0; + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 37021, 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; @@ -54030,13 +53986,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[32892] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[32893] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[32894] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[32895] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[32896] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[32897] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 35863, 0, HEAP32[i2 + 4 >> 2] | 0); + HEAP8[i12 >> 0] = HEAP8[34098] | 0; + HEAP8[i12 + 1 >> 0] = HEAP8[34099] | 0; + HEAP8[i12 + 2 >> 0] = HEAP8[34100] | 0; + HEAP8[i12 + 3 >> 0] = HEAP8[34101] | 0; + HEAP8[i12 + 4 >> 0] = HEAP8[34102] | 0; + HEAP8[i12 + 5 >> 0] = HEAP8[34103] | 0; + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 37021, 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; @@ -54071,13 +54027,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[32892] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[32893] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[32894] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[32895] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[32896] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[32897] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 35863, 1, HEAP32[i2 + 4 >> 2] | 0); + HEAP8[i12 >> 0] = HEAP8[34098] | 0; + HEAP8[i12 + 1 >> 0] = HEAP8[34099] | 0; + HEAP8[i12 + 2 >> 0] = HEAP8[34100] | 0; + HEAP8[i12 + 3 >> 0] = HEAP8[34101] | 0; + HEAP8[i12 + 4 >> 0] = HEAP8[34102] | 0; + HEAP8[i12 + 5 >> 0] = HEAP8[34103] | 0; + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 37021, 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; @@ -54095,16 +54051,16 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 return i5 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner15visitCallImportEPNS_10CallImportE(i1, i6, i4) { - i1 = i1 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner15visitCallImportEPNS_10CallImportE(i2, i6, i4) { + i2 = i2 | 0; i6 = i6 | 0; i4 = i4 | 0; - var i2 = 0, i3 = 0, i5 = 0, i7 = 0, i8 = 0; + var i1 = 0, i3 = 0, i5 = 0, i7 = 0, i8 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; i3 = i7 + 40 | 0; i5 = i7 + 16 | 0; - i2 = i7; + i1 = i7; HEAP32[i3 >> 2] = 0; HEAP32[i3 + 4 >> 2] = 0; HEAP32[i3 + 8 >> 2] = 0; @@ -54114,58 +54070,58 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i5 = HEAP32[i6 + 12 >> 2] | 0; i8 = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0; i6 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_((HEAP32[i6 >> 2] | 0) + 60 | 0, i4 + 20 | 0) | 0; - FUNCTION_TABLE_viiii[i8 & 15](i2, i5, HEAP32[i6 >> 2] | 0, i3); - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - HEAP32[i1 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; - HEAP32[i1 + 16 >> 2] = 0; + FUNCTION_TABLE_viiii[i8 & 15](i1, i5, HEAP32[i6 >> 2] | 0, i3); + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i2 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i2 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + HEAP32[i2 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; + HEAP32[i2 + 16 >> 2] = 0; } else { - HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; - HEAP32[i1 + 12 >> 2] = HEAP32[i5 + 12 >> 2]; - HEAP32[i1 + 16 >> 2] = HEAP32[i5 + 16 >> 2]; - HEAP32[i1 + 20 >> 2] = HEAP32[i5 + 20 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i2 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; + HEAP32[i2 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; + HEAP32[i2 + 12 >> 2] = HEAP32[i5 + 12 >> 2]; + HEAP32[i2 + 16 >> 2] = HEAP32[i5 + 16 >> 2]; + HEAP32[i2 + 20 >> 2] = HEAP32[i5 + 20 >> 2]; } __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i3); STACKTOP = i7; return; } -function _load_s_expr2wasm(i3, i1) { - i3 = i3 | 0; +function _load_s_expr2wasm(i4, i1) { + i4 = i4 | 0; i1 = i1 | 0; - var i2 = 0, i4 = 0, i5 = 0, i6 = 0; + var i2 = 0, i3 = 0, i5 = 0, i6 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i2 = i5; - i4 = i5 + 24 | 0; + i3 = i5 + 24 | 0; __ZL12prepare2wasmv(); - if (HEAP8[42388] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 14331) | 0; + if (HEAP8[43548] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 14403) | 0; i1 = __Znwj(24) | 0; - __ZN4wasm17SExpressionParserC2EPc(i1, i3); - HEAP32[9595] = i1; + __ZN4wasm17SExpressionParserC2EPc(i1, i4); + HEAP32[9885] = i1; i1 = HEAP32[i1 + 20 >> 2] | 0; - if (HEAP8[42388] | 0 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(39500, i1) | 0, 10) | 0, HEAP8[42388] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 14052) | 0; + if (HEAP8[43548] | 0 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(40660, i1) | 0, 10) | 0, HEAP8[43548] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 14124) | 0; i6 = __Znwj(164) | 0; _memset(i6 | 0, 0, 164) | 0; __ZN4wasm16AllocatingModuleC2Ev(i6); - HEAP32[9598] = i6; - i3 = __Znwj(96) | 0; + HEAP32[9888] = i6; + i4 = __Znwj(96) | 0; i1 = __ZN4wasm7Element4listEv(i1) | 0; i1 = HEAP32[HEAP32[i1 >> 2] >> 2] | 0; HEAP32[i2 + 16 >> 2] = i2; - HEAP32[i2 >> 2] = 3344; - __ZN4wasm22SExpressionWasmBuilderC2ERNS_16AllocatingModuleERNS_7ElementENSt3__18functionIFvvEEEb(i3, i6, i1, i2, 0); - HEAP32[9596] = i3; + HEAP32[i2 >> 2] = 3368; + __ZN4wasm22SExpressionWasmBuilderC2ERNS_16AllocatingModuleERNS_7ElementENSt3__18functionIFvvEEEb(i4, i6, i1, i2, 0); + HEAP32[9886] = i4; __ZNSt3__18functionIFvvEED2Ev(i2); i2 = _emscripten_asm_const_i(0) | 0; - i3 = HEAP32[9598] | 0; - HEAP32[i3 + 108 >> 2] = i2; - HEAP32[i4 >> 2] = HEAP32[9550]; - i4 = (__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_(i3 + 72 | 0, i4) | 0) == (i3 + 76 | 0); - HEAP32[i3 + 112 >> 2] = i4 ? i2 : -1; + i4 = HEAP32[9888] | 0; + HEAP32[i4 + 108 >> 2] = i2; + HEAP32[i3 >> 2] = HEAP32[9840]; + i3 = (__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i4 + 72 | 0, i3) | 0) == (i4 + 76 | 0); + HEAP32[i4 + 112 >> 2] = i3 ? i2 : -1; STACKTOP = i5; return; } @@ -54176,10 +54132,10 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceE var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i9 + 12 | 0; - i3 = i9 + 8 | 0; - i2 = i9 + 4 | 0; - i4 = i9; + i3 = i9 + 12 | 0; + i2 = i9 + 8 | 0; + i4 = i9 + 4 | 0; + i5 = i9; __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i6, (((HEAP32[i6 + 4 >> 2] | 0) - (HEAP32[i6 >> 2] | 0) | 0) / 12 | 0) + 1 | 0); i7 = __ZN6cashew12ValueBuilder9makeArrayEv() | 0; L1 : while (1) { @@ -54199,12 +54155,12 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceE default: {} } - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i6, i8, 23843) | 0; - HEAP32[i2 >> 2] = i7; - HEAP32[i4 >> 2] = i1; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; - __ZN6cashew12ValueBuilder13appendToArrayENS_3RefES1_(i3, i5); + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i6, i8, 23973) | 0; + HEAP32[i4 >> 2] = i7; + HEAP32[i5 >> 2] = i1; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + __ZN6cashew12ValueBuilder13appendToArrayENS_3RefES1_(i2, i3); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i8); i1 = HEAP32[i8 >> 2] | 0; switch (HEAP8[i1 >> 0] | 0) { @@ -54223,7 +54179,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceE } HEAP32[i8 >> 2] = i1 + 1; } - if ((i2 | 0) == 3) ___assert_fail(23822, 22847, 671, 23827); else if ((i2 | 0) == 6) _abort(); else if ((i2 | 0) == 7) { + if ((i2 | 0) == 3) ___assert_fail(23952, 22977, 671, 23957); else if ((i2 | 0) == 6) _abort(); else if ((i2 | 0) == 7) { HEAP32[i8 >> 2] = i1 + 1; STACKTOP = i9; return i7 | 0; @@ -54231,53 +54187,6 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceE return 0; } -function __ZN4wasm4Host7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i6, i5, i3) { - i6 = i6 | 0; - i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i2 = i7 + 8 | 0; - i4 = i7 + 4 | 0; - i1 = i7; - HEAP32[i4 >> 2] = i3; - switch (HEAP32[i6 + 8 >> 2] | 0) { - case 0: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i5, 17789, 0) | 0, 41) | 0; - break; - } - case 1: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i5, 17798, 0) | 0, 41) | 0; - break; - } - case 2: - { - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i5, 17810, 0) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i5, 10) | 0; - i3 = i3 + 1 | 0; - HEAP32[i4 >> 2] = i3; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i5, i3, HEAP32[HEAP32[i6 + 16 >> 2] >> 2] | 0) | 0; - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i5, i4) | 0; - break; - } - case 3: - { - i4 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i5, 17822, 0) | 0; - HEAP32[i1 >> 2] = HEAP32[i6 + 12 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i2) | 0, 41) | 0; - break; - } - default: - _abort(); - } - STACKTOP = i7; - return i5 | 0; -} - function __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i11, i8, i10, i2, i3, i7) { i11 = i11 | 0; i8 = i8 | 0; @@ -54295,18 +54204,18 @@ function __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_ite i5 = i2 - i13 >> 2; i6 = i3 + 12 | 0; i3 = HEAP32[i6 >> 2] | 0; - i3 = (i3 | 0) > (i5 | 0) ? i3 - i5 | 0 : 0; - i5 = i10; - i13 = i5 - i13 | 0; + i5 = (i3 | 0) > (i5 | 0) ? i3 - i5 | 0 : 0; + i3 = i10; + i13 = i3 - i13 | 0; i4 = i13 >> 2; if ((i13 | 0) > 0 ? (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 31](i1, i8, i4) | 0) != (i4 | 0) : 0) { HEAP32[i11 >> 2] = 0; i1 = 0; break; } - do if ((i3 | 0) > 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEjw(i9, i3, i7); - if ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 31](i1, (HEAP8[i9 >> 0] & 1) == 0 ? i9 + 4 | 0 : HEAP32[i9 + 8 >> 2] | 0, i3) | 0) == (i3 | 0)) { + do if ((i5 | 0) > 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEjw(i9, i5, i7); + if ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 31](i1, (HEAP8[i9 >> 0] & 1) == 0 ? i9 + 4 | 0 : HEAP32[i9 + 8 >> 2] | 0, i5) | 0) == (i5 | 0)) { __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i9); break; } else { @@ -54316,7 +54225,7 @@ function __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_ite break L1; } } while (0); - i13 = i2 - i5 | 0; + i13 = i2 - i3 | 0; i2 = i13 >> 2; if ((i13 | 0) > 0 ? (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 31](i1, i10, i2) | 0) != (i2 | 0) : 0) { HEAP32[i11 >> 2] = 0; @@ -54335,32 +54244,32 @@ function __ZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfE(i7, i6) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i8 + 4 | 0; + i4 = i8 + 4 | 0; i5 = i8; - i4 = i6 + 16 | 0; - L1 : do if (!(HEAP32[i4 >> 2] | 0)) { + i3 = i6 + 16 | 0; + L1 : do if (!(HEAP32[i3 >> 2] | 0)) { i1 = HEAP32[i6 + 12 >> 2] | 0; if (!((i1 | 0) == 0 | (HEAP32[i1 >> 2] | 0) != 4) ? (i2 = i1 + 16 | 0, (HEAP32[i2 >> 2] | 0) == 0) : 0) { HEAP32[i2 >> 2] = HEAP32[i6 + 8 >> 2]; HEAP32[i7 + 8 >> 2] = i1; } } else { - i2 = i6 + 4 | 0; - switch (HEAP32[i2 >> 2] | 0) { + i1 = i6 + 4 | 0; + switch (HEAP32[i1 >> 2] | 0) { case 0: case 5: break; default: break L1; } - HEAP32[i5 >> 2] = i3; - i1 = i6 + 12 | 0; - if (__ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEbE_clES4_b(i5, HEAP32[i1 >> 2] | 0, 0) | 0 ? (i9 = __ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEbE_clES4_b(i5, HEAP32[i1 >> 2] | 0, 0) | 0, (i9 | 0) == (__ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEbE_clES4_b(i5, HEAP32[i4 >> 2] | 0, 0) | 0)) : 0) { - i9 = __ZN4wasm10Expression4castINS_5BreakEEEPT_v(__ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEE_clES4_(i3, HEAP32[i1 >> 2] | 0) | 0) | 0; - __ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEbE_clES4_b(i5, HEAP32[i1 >> 2] | 0, 1) | 0; - __ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEbE_clES4_b(i5, HEAP32[i4 >> 2] | 0, 1) | 0; + HEAP32[i5 >> 2] = i4; + i2 = i6 + 12 | 0; + if (__ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEbE_clES4_b(i5, HEAP32[i2 >> 2] | 0, 0) | 0 ? (i9 = __ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEbE_clES4_b(i5, HEAP32[i2 >> 2] | 0, 0) | 0, (i9 | 0) == (__ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEbE_clES4_b(i5, HEAP32[i3 >> 2] | 0, 0) | 0)) : 0) { + i9 = __ZN4wasm10Expression4castINS_5BreakEEEPT_v(__ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEE_clES4_(i4, HEAP32[i2 >> 2] | 0) | 0) | 0; + __ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEbE_clES4_b(i5, HEAP32[i2 >> 2] | 0, 1) | 0; + __ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEbE_clES4_b(i5, HEAP32[i3 >> 2] | 0, 1) | 0; i5 = i9 + 12 | 0; - HEAP32[i2 >> 2] = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2]; + HEAP32[i1 >> 2] = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2]; HEAP32[i5 >> 2] = i6; HEAP32[i7 + 8 >> 2] = i9; } @@ -54369,116 +54278,92 @@ function __ZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfE(i7, i6) { return; } -function __ZZ11instantiateEN19JSExternalInterface4loadEPN4wasm4LoadEj(i3, i1, i4, i2) { - i3 = i3 | 0; +function __ZNK10__cxxabiv121__vmi_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib(i1, i13, i12, i11, i14, i15) { i1 = i1 | 0; - i4 = i4 | 0; - i2 = i2 | 0; - var d5 = 0.0; - i1 = HEAP32[i4 + 8 >> 2] | 0; - if ((HEAP32[i4 + 20 >> 2] | 0) >>> 0 < i1 >>> 0) ___assert_fail(18866, 14681, 203, 18893); - L4 : do if (((HEAP32[i4 + 4 >> 2] | 0) + -3 | 0) >>> 0 < 2) switch (i1 | 0) { - case 4: - { - d5 = +_emscripten_asm_const_di(23, i2 | 0); - HEAP32[i3 >> 2] = 3; - HEAPF32[i3 + 8 >> 2] = d5; - break L4; - } - case 8: - { - d5 = +_emscripten_asm_const_di(24, i2 | 0); - HEAP32[i3 >> 2] = 4; - HEAPF64[i3 + 8 >> 3] = d5; - break L4; - } - default: - _abort(); - } else switch (i1 | 0) { - case 1: - if (!(HEAP8[i4 + 12 >> 0] | 0)) { - i4 = _emscripten_asm_const_ii(18, i2 | 0) | 0; - HEAP32[i3 >> 2] = 1; - HEAP32[i3 + 8 >> 2] = i4; - break L4; - } else { - i4 = _emscripten_asm_const_ii(17, i2 | 0) | 0; - HEAP32[i3 >> 2] = 1; - HEAP32[i3 + 8 >> 2] = i4; - break L4; - } - case 2: - if (!(HEAP8[i4 + 12 >> 0] | 0)) { - i4 = _emscripten_asm_const_ii(20, i2 | 0) | 0; - HEAP32[i3 >> 2] = 1; - HEAP32[i3 + 8 >> 2] = i4; - break L4; - } else { - i4 = _emscripten_asm_const_ii(19, i2 | 0) | 0; - HEAP32[i3 >> 2] = 1; - HEAP32[i3 + 8 >> 2] = i4; - break L4; - } - case 4: - if (!(HEAP8[i4 + 12 >> 0] | 0)) { - i4 = _emscripten_asm_const_ii(22, i2 | 0) | 0; - HEAP32[i3 >> 2] = 1; - HEAP32[i3 + 8 >> 2] = i4; - break L4; - } else { - i4 = _emscripten_asm_const_ii(21, i2 | 0) | 0; - HEAP32[i3 >> 2] = 1; - HEAP32[i3 + 8 >> 2] = i4; - break L4; - } - default: - _abort(); - } while (0); - return; -} - -function __ZNK10__cxxabiv121__vmi_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib(i1, i11, i8, i7, i12, i15) { - i1 = i1 | 0; - i11 = i11 | 0; - i8 = i8 | 0; - i7 = i7 | 0; + i13 = i13 | 0; i12 = i12 | 0; + i11 = i11 | 0; + i14 = i14 | 0; i15 = i15 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i13 = 0, i14 = 0; - if ((i1 | 0) == (HEAP32[i11 + 8 >> 2] | 0)) __ZNK10__cxxabiv117__class_type_info29process_static_type_above_dstEPNS_19__dynamic_cast_infoEPKvS4_i(0, i11, i8, i7, i12); else { - i10 = i11 + 52 | 0; - i4 = HEAP16[i10 >> 1] | 0; - i3 = i4 & 255; - i9 = i11 + 53 | 0; - i4 = (i4 & 65535) >>> 8 & 255; - i14 = HEAP32[i1 + 12 >> 2] | 0; - i6 = i1 + 16 + (i14 << 3) | 0; - HEAP8[i10 >> 0] = 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0; + if ((i1 | 0) == (HEAP32[i13 + 8 >> 2] | 0)) __ZNK10__cxxabiv117__class_type_info29process_static_type_above_dstEPNS_19__dynamic_cast_infoEPKvS4_i(0, i13, i12, i11, i14); else { + i7 = i13 + 52 | 0; + i10 = HEAP16[i7 >> 1] | 0; + i8 = i10 & 255; + i9 = i13 + 53 | 0; + i10 = (i10 & 65535) >>> 8 & 255; + i6 = HEAP32[i1 + 12 >> 2] | 0; + i3 = i1 + 16 + (i6 << 3) | 0; + HEAP8[i7 >> 0] = 0; HEAP8[i9 >> 0] = 0; - __ZNK10__cxxabiv122__base_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib(i1 + 16 | 0, i11, i8, i7, i12, i15); - L4 : do if ((i14 | 0) > 1) { - i13 = i11 + 24 | 0; + __ZNK10__cxxabiv122__base_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib(i1 + 16 | 0, i13, i12, i11, i14, i15); + L4 : do if ((i6 | 0) > 1) { + i4 = i13 + 24 | 0; i5 = i1 + 8 | 0; - i14 = i11 + 54 | 0; + i6 = i13 + 54 | 0; i2 = i1 + 24 | 0; do { - if (HEAP8[i14 >> 0] | 0) break L4; - i1 = HEAP16[i10 >> 1] | 0; + if (HEAP8[i6 >> 0] | 0) break L4; + i1 = HEAP16[i7 >> 1] | 0; if (!((i1 & 255) << 24 >> 24)) { if ((i1 & 65535) >= 256 ? (HEAP32[i5 >> 2] & 1 | 0) == 0 : 0) break L4; } else { - if ((HEAP32[i13 >> 2] | 0) == 1) break L4; + if ((HEAP32[i4 >> 2] | 0) == 1) break L4; if (!(HEAP32[i5 >> 2] & 2)) break L4; } - HEAP8[i10 >> 0] = 0; + HEAP8[i7 >> 0] = 0; HEAP8[i9 >> 0] = 0; - __ZNK10__cxxabiv122__base_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib(i2, i11, i8, i7, i12, i15); + __ZNK10__cxxabiv122__base_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib(i2, i13, i12, i11, i14, i15); i2 = i2 + 8 | 0; - } while (i2 >>> 0 < i6 >>> 0); + } while (i2 >>> 0 < i3 >>> 0); } while (0); - HEAP8[i10 >> 0] = i3; - HEAP8[i9 >> 0] = i4; + HEAP8[i7 >> 0] = i8; + HEAP8[i9 >> 0] = i10; + } + return; +} + +function __ZN4wasm16PrintSExpression9visitHostEPNS_4HostE(i4, i3) { + i4 = i4 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i5 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i5 + 4 | 0; + i2 = i5; + switch (HEAP32[i3 + 8 >> 2] | 0) { + case 0: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 + 4 >> 2] | 0, 25949, 0) | 0, 41) | 0; + break; + } + case 1: + { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 + 4 >> 2] | 0, 25958, 0) | 0, 41) | 0; + break; + } + case 2: + { + i1 = i4 + 4 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i1 >> 2] | 0, 25970, 0) | 0; + i2 = i4 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i1 >> 2] | 0, i2) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, HEAP32[HEAP32[i3 + 16 >> 2] >> 2] | 0); + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i1 >> 2] | 0, i2) | 0; + break; + } + case 3: + { + i4 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i4 + 4 >> 2] | 0, 25982, 0) | 0; + HEAP32[i2 >> 2] = HEAP32[i3 + 12 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i1) | 0, 41) | 0; + break; + } + default: + _abort(); } + STACKTOP = i5; return; } @@ -54491,38 +54376,38 @@ function ___dynamic_cast(i2, i3, i12, i1) { i14 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; i13 = i14; - i10 = HEAP32[i2 >> 2] | 0; - i11 = i2 + (HEAP32[i10 + -8 >> 2] | 0) | 0; - i10 = HEAP32[i10 + -4 >> 2] | 0; + i11 = HEAP32[i2 >> 2] | 0; + i10 = i2 + (HEAP32[i11 + -8 >> 2] | 0) | 0; + i11 = HEAP32[i11 + -4 >> 2] | 0; HEAP32[i13 >> 2] = i12; HEAP32[i13 + 4 >> 2] = i2; HEAP32[i13 + 8 >> 2] = i3; HEAP32[i13 + 12 >> 2] = i1; - i2 = i13 + 16 | 0; - i3 = i13 + 20 | 0; - i5 = i13 + 24 | 0; - i7 = i13 + 28 | 0; - i6 = i13 + 32 | 0; - i4 = i13 + 40 | 0; - i1 = (i10 | 0) == (i12 | 0); - i8 = i2; + i7 = i13 + 16 | 0; + i1 = i13 + 20 | 0; + i2 = i13 + 24 | 0; + i3 = i13 + 28 | 0; + i4 = i13 + 32 | 0; + i5 = i13 + 40 | 0; + i6 = (i11 | 0) == (i12 | 0); + i8 = i7; i9 = i8 + 36 | 0; do { HEAP32[i8 >> 2] = 0; i8 = i8 + 4 | 0; } while ((i8 | 0) < (i9 | 0)); - HEAP16[i2 + 36 >> 1] = 0; - HEAP8[i2 + 38 >> 0] = 0; - L1 : do if (i1) { + HEAP16[i7 + 36 >> 1] = 0; + HEAP8[i7 + 38 >> 0] = 0; + L1 : do if (i6) { HEAP32[i13 + 48 >> 2] = 1; - FUNCTION_TABLE_viiiiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 20 >> 2] & 15](i12, i13, i11, i11, 1, 0); - i1 = (HEAP32[i5 >> 2] | 0) == 1 ? i11 : 0; + FUNCTION_TABLE_viiiiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 20 >> 2] & 15](i12, i13, i10, i10, 1, 0); + i1 = (HEAP32[i2 >> 2] | 0) == 1 ? i10 : 0; } else { - FUNCTION_TABLE_viiiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 24 >> 2] & 3](i10, i13, i11, 1, 0); + FUNCTION_TABLE_viiiii[HEAP32[(HEAP32[i11 >> 2] | 0) + 24 >> 2] & 3](i11, i13, i10, 1, 0); switch (HEAP32[i13 + 36 >> 2] | 0) { case 0: { - i1 = (HEAP32[i4 >> 2] | 0) == 1 & (HEAP32[i7 >> 2] | 0) == 1 & (HEAP32[i6 >> 2] | 0) == 1 ? HEAP32[i3 >> 2] | 0 : 0; + i1 = (HEAP32[i5 >> 2] | 0) == 1 & (HEAP32[i3 >> 2] | 0) == 1 & (HEAP32[i4 >> 2] | 0) == 1 ? HEAP32[i1 >> 2] | 0 : 0; break L1; } case 1: @@ -54533,11 +54418,11 @@ function ___dynamic_cast(i2, i3, i12, i1) { break L1; } } - if ((HEAP32[i5 >> 2] | 0) != 1 ? !((HEAP32[i4 >> 2] | 0) == 0 & (HEAP32[i7 >> 2] | 0) == 1 & (HEAP32[i6 >> 2] | 0) == 1) : 0) { + if ((HEAP32[i2 >> 2] | 0) != 1 ? !((HEAP32[i5 >> 2] | 0) == 0 & (HEAP32[i3 >> 2] | 0) == 1 & (HEAP32[i4 >> 2] | 0) == 1) : 0) { i1 = 0; break; } - i1 = HEAP32[i2 >> 2] | 0; + i1 = HEAP32[i7 >> 2] | 0; } while (0); STACKTOP = i14; return i1 | 0; @@ -54566,8 +54451,8 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3str HEAP32[i5 >> 2] = i1; i2 = i3; } - HEAP32[i8 + 8 >> 2] = i3; - HEAP32[i8 + 12 >> 2] = i2; + HEAP32[i8 + 8 >> 2] = i2; + HEAP32[i8 + 12 >> 2] = i3; HEAP32[i8 + 16 >> 2] = i1; } if (i4 & 16 | 0) { @@ -54595,82 +54480,14 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3str i3 = HEAP32[i8 + 36 >> 2] | 0; } i1 = i8 + 24 | 0; - HEAP32[i1 >> 2] = i4; - HEAP32[i8 + 20 >> 2] = i4; - HEAP32[i8 + 28 >> 2] = i2 + i3; - if (HEAP32[i7 >> 2] & 3 | 0) HEAP32[i1 >> 2] = i4 + i5; + HEAP32[i1 >> 2] = i2; + HEAP32[i8 + 20 >> 2] = i2; + HEAP32[i8 + 28 >> 2] = i4 + i3; + if (HEAP32[i7 >> 2] & 3 | 0) HEAP32[i1 >> 2] = i2 + i5; } return; } -function _wcsnrtombs(i3, i11, i5, i2, i1) { - i3 = i3 | 0; - i11 = i11 | 0; - i5 = i5 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - var i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0; - i10 = STACKTOP; - STACKTOP = STACKTOP + 272 | 0; - i7 = i10 + 8 | 0; - i9 = i10; - i4 = HEAP32[i11 >> 2] | 0; - HEAP32[i9 >> 2] = i4; - i8 = (i3 | 0) != 0; - i6 = i8 ? i2 : 256; - i2 = i8 ? i3 : i7; - i1 = i4; - L1 : do if ((i6 | 0) != 0 & (i4 | 0) != 0) { - i4 = i1; - i1 = 0; - i3 = i5; - while (1) { - i5 = i3 >>> 0 >= i6 >>> 0; - if (!(i5 | i3 >>> 0 > 32)) break L1; - i4 = i5 ? i6 : i3; - i3 = i3 - i4 | 0; - i4 = _wcsrtombs(i2, i9, i4, 0) | 0; - if ((i4 | 0) == -1) break; - i13 = (i2 | 0) == (i7 | 0); - i12 = i13 ? 0 : i4; - i5 = i6 - i12 | 0; - i2 = i13 ? i2 : i2 + i4 | 0; - i1 = i4 + i1 | 0; - i4 = HEAP32[i9 >> 2] | 0; - if ((i6 | 0) != (i12 | 0) & (i4 | 0) != 0) i6 = i5; else { - i6 = i5; - break L1; - } - } - i4 = HEAP32[i9 >> 2] | 0; - i1 = -1; - i6 = 0; - } else { - i4 = i1; - i1 = 0; - i3 = i5; - } while (0); - L8 : do if ((i4 | 0) != 0 ? (i6 | 0) != 0 & (i3 | 0) != 0 : 0) { - i5 = i2; - while (1) { - i2 = _wcrtomb(i5, HEAP32[i4 >> 2] | 0, 0) | 0; - if ((i2 + 1 | 0) >>> 0 < 2) break; - i4 = (HEAP32[i9 >> 2] | 0) + 4 | 0; - HEAP32[i9 >> 2] = i4; - i3 = i3 + -1 | 0; - i1 = i1 + 1 | 0; - if (!((i6 | 0) != (i2 | 0) & (i3 | 0) != 0)) break L8; else { - i6 = i6 - i2 | 0; - i5 = i5 + i2 | 0; - } - } - if (!i2) HEAP32[i9 >> 2] = 0; else i1 = -1; - } while (0); - if (i8) HEAP32[i11 >> 2] = HEAP32[i9 >> 2]; - STACKTOP = i10; - return i1 | 0; -} - function _vfprintf(i15, i11, i1) { i15 = i15 | 0; i11 = i11 | 0; @@ -54678,7 +54495,7 @@ function _vfprintf(i15, i11, i1) { var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0, i14 = 0, i16 = 0; i16 = STACKTOP; STACKTOP = STACKTOP + 224 | 0; - i9 = i16 + 120 | 0; + i10 = i16 + 120 | 0; i14 = i16 + 80 | 0; i13 = i16; i12 = i16 + 136 | 0; @@ -54688,57 +54505,106 @@ function _vfprintf(i15, i11, i1) { HEAP32[i2 >> 2] = 0; i2 = i2 + 4 | 0; } while ((i2 | 0) < (i3 | 0)); - HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; - if ((_printf_core(0, i11, i9, i13, i14) | 0) < 0) i1 = -1; else { - if ((HEAP32[i15 + 76 >> 2] | 0) > -1) i10 = ___lockfile(i15) | 0; else i10 = 0; + HEAP32[i10 >> 2] = HEAP32[i1 >> 2]; + if ((_printf_core(0, i11, i10, i13, i14) | 0) < 0) i1 = -1; else { + if ((HEAP32[i15 + 76 >> 2] | 0) > -1) i8 = ___lockfile(i15) | 0; else i8 = 0; i1 = HEAP32[i15 >> 2] | 0; - i8 = i1 & 32; + i9 = i1 & 32; if ((HEAP8[i15 + 74 >> 0] | 0) < 1) HEAP32[i15 >> 2] = i1 & -33; - i4 = i15 + 48 | 0; - if (!(HEAP32[i4 >> 2] | 0)) { + i1 = i15 + 48 | 0; + if (!(HEAP32[i1 >> 2] | 0)) { i3 = i15 + 44 | 0; - i1 = HEAP32[i3 >> 2] | 0; + i4 = HEAP32[i3 >> 2] | 0; HEAP32[i3 >> 2] = i12; i5 = i15 + 28 | 0; HEAP32[i5 >> 2] = i12; - i7 = i15 + 20 | 0; - HEAP32[i7 >> 2] = i12; - HEAP32[i4 >> 2] = 80; - i6 = i15 + 16 | 0; - HEAP32[i6 >> 2] = i12 + 80; - i2 = _printf_core(i15, i11, i9, i13, i14) | 0; - if (i1) { + i6 = i15 + 20 | 0; + HEAP32[i6 >> 2] = i12; + HEAP32[i1 >> 2] = 80; + i7 = i15 + 16 | 0; + HEAP32[i7 >> 2] = i12 + 80; + i2 = _printf_core(i15, i11, i10, i13, i14) | 0; + if (i4) { FUNCTION_TABLE_iiii[HEAP32[i15 + 36 >> 2] & 31](i15, 0, 0) | 0; - i2 = (HEAP32[i7 >> 2] | 0) == 0 ? -1 : i2; - HEAP32[i3 >> 2] = i1; - HEAP32[i4 >> 2] = 0; - HEAP32[i6 >> 2] = 0; - HEAP32[i5 >> 2] = 0; + i2 = (HEAP32[i6 >> 2] | 0) == 0 ? -1 : i2; + HEAP32[i3 >> 2] = i4; + HEAP32[i1 >> 2] = 0; HEAP32[i7 >> 2] = 0; + HEAP32[i5 >> 2] = 0; + HEAP32[i6 >> 2] = 0; } - } else i2 = _printf_core(i15, i11, i9, i13, i14) | 0; + } else i2 = _printf_core(i15, i11, i10, i13, i14) | 0; i1 = HEAP32[i15 >> 2] | 0; - HEAP32[i15 >> 2] = i1 | i8; - if (i10 | 0) ___unlockfile(i15); + HEAP32[i15 >> 2] = i1 | i9; + if (i8 | 0) ___unlockfile(i15); i1 = (i1 & 32 | 0) == 0 ? i2 : -1; } STACKTOP = i16; return i1 | 0; } -function __ZNSt3__111__stdoutbufIwE8overflowEj(i3, i12) { +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; + i10 = i10 | 0; + i2 = i2 | 0; i3 = i3 | 0; - i12 = i12 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i13 = 0, i14 = 0; + i7 = i7 | 0; + var i1 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i12 = 0, i13 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i9 = i12; + i1 = HEAP32[i11 >> 2] | 0; + L1 : do if (!i1) i1 = 0; else { + i13 = i8; + i5 = i2 - i13 | 0; + i6 = i3 + 12 | 0; + i4 = HEAP32[i6 >> 2] | 0; + i5 = (i4 | 0) > (i5 | 0) ? i4 - i5 | 0 : 0; + i4 = i10; + i3 = i4 - i13 | 0; + if ((i3 | 0) > 0 ? (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 31](i1, i8, i3) | 0) != (i3 | 0) : 0) { + HEAP32[i11 >> 2] = 0; + i1 = 0; + break; + } + do if ((i5 | 0) > 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEjc(i9, i5, i7); + if ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 31](i1, (HEAP8[i9 >> 0] & 1) == 0 ? i9 + 1 | 0 : HEAP32[i9 + 8 >> 2] | 0, i5) | 0) == (i5 | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); + break; + } else { + HEAP32[i11 >> 2] = 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); + i1 = 0; + break L1; + } + } while (0); + i2 = i2 - i4 | 0; + if ((i2 | 0) > 0 ? (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 31](i1, i10, i2) | 0) != (i2 | 0) : 0) { + HEAP32[i11 >> 2] = 0; + i1 = 0; + break; + } + HEAP32[i6 >> 2] = 0; + } while (0); + STACKTOP = i12; + return i1 | 0; +} + +function __ZNSt3__111__stdoutbufIwE8overflowEj(i3, i13) { + i3 = i3 | 0; + i13 = i13 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0; i14 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i11 = i14 + 16 | 0; i1 = i14 + 8 | 0; i10 = i14 + 4 | 0; i9 = i14; - i13 = (i12 | 0) == -1; - do if (!i13) { - HEAP32[i1 >> 2] = i12; + i12 = (i13 | 0) == -1; + do if (!i12) { + HEAP32[i1 >> 2] = i13; if (HEAP8[i3 + 44 >> 0] | 0) if ((_fwrite(i1, 4, 1, HEAP32[i3 + 32 >> 2] | 0) | 0) == 1) { i2 = 14; break; @@ -54747,15 +54613,15 @@ function __ZNSt3__111__stdoutbufIwE8overflowEj(i3, i12) { break; } HEAP32[i10 >> 2] = i11; - i6 = i1 + 4 | 0; - i4 = i3 + 36 | 0; - i5 = i3 + 40 | 0; - i7 = i11 + 8 | 0; - i8 = i11; + i7 = i1 + 4 | 0; + i8 = i3 + 36 | 0; + i4 = i3 + 40 | 0; + i5 = i11 + 8 | 0; + i6 = i11; i3 = i3 + 32 | 0; while (1) { - i2 = HEAP32[i4 >> 2] | 0; - i2 = FUNCTION_TABLE_iiiiiiiii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 15](i2, HEAP32[i5 >> 2] | 0, i1, i6, i9, i11, i7, i10) | 0; + i2 = HEAP32[i8 >> 2] | 0; + i2 = FUNCTION_TABLE_iiiiiiiii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 15](i2, HEAP32[i4 >> 2] | 0, i1, i7, i9, i11, i5, i10) | 0; if ((HEAP32[i9 >> 2] | 0) == (i1 | 0)) { i2 = 13; break; @@ -54768,7 +54634,7 @@ function __ZNSt3__111__stdoutbufIwE8overflowEj(i3, i12) { i2 = 13; break; } - i1 = (HEAP32[i10 >> 2] | 0) - i8 | 0; + i1 = (HEAP32[i10 >> 2] | 0) - i6 | 0; if ((_fwrite(i11, 1, i1, HEAP32[i3 >> 2] | 0) | 0) != (i1 | 0)) { i2 = 13; break; @@ -54787,21 +54653,21 @@ function __ZNSt3__111__stdoutbufIwE8overflowEj(i3, i12) { break; } } else i2 = 14; while (0); - if ((i2 | 0) == 14) i1 = i13 ? 0 : i12; + if ((i2 | 0) == 14) i1 = i12 ? 0 : i13; STACKTOP = i14; return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitLoadEPNS_4LoadE(i1, i5, i3) { - i1 = i1 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitLoadEPNS_4LoadE(i2, i5, i3) { + i2 = i2 | 0; i5 = i5 | 0; i3 = i3 | 0; - var i2 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; + var i1 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; i6 = i7 + 40 | 0; i4 = i7 + 16 | 0; - i2 = i7; + i1 = i7; __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i4, i5, HEAP32[i3 + 24 >> 2] | 0); if (!(HEAP32[i4 + 16 >> 2] | 0)) { i9 = HEAP32[i5 + 4 >> 2] | 0; @@ -54812,37 +54678,37 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect HEAP32[i6 + 8 >> 2] = HEAP32[i4 + 8 >> 2]; HEAP32[i6 + 12 >> 2] = HEAP32[i4 + 12 >> 2]; i6 = __ZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralE(i9, i3, i6) | 0; - FUNCTION_TABLE_viiii[i8 & 15](i2, i5, i3, i6); - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - HEAP32[i1 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; - HEAP32[i1 + 16 >> 2] = 0; + FUNCTION_TABLE_viiii[i8 & 15](i1, i5, i3, i6); + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i2 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i2 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + HEAP32[i2 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; + HEAP32[i2 + 16 >> 2] = 0; } else { - HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i4 + 8 >> 2]; - HEAP32[i1 + 12 >> 2] = HEAP32[i4 + 12 >> 2]; - HEAP32[i1 + 16 >> 2] = HEAP32[i4 + 16 >> 2]; - HEAP32[i1 + 20 >> 2] = HEAP32[i4 + 20 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i2 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; + HEAP32[i2 + 8 >> 2] = HEAP32[i4 + 8 >> 2]; + HEAP32[i2 + 12 >> 2] = HEAP32[i4 + 12 >> 2]; + HEAP32[i2 + 16 >> 2] = HEAP32[i4 + 16 >> 2]; + HEAP32[i2 + 20 >> 2] = HEAP32[i4 + 20 >> 2]; } STACKTOP = i7; return; } -function __ZNSt3__111__stdoutbufIcE8overflowEi(i3, i12) { +function __ZNSt3__111__stdoutbufIcE8overflowEi(i3, i13) { i3 = i3 | 0; - i12 = i12 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i13 = 0, i14 = 0; + i13 = i13 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0; i14 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i11 = i14 + 16 | 0; i1 = i14 + 8 | 0; i10 = i14 + 4 | 0; i9 = i14; - i13 = (i12 | 0) == -1; - do if (!i13) { - HEAP8[i1 >> 0] = i12; + i12 = (i13 | 0) == -1; + do if (!i12) { + HEAP8[i1 >> 0] = i13; if (HEAP8[i3 + 44 >> 0] | 0) if ((_fwrite(i1, 1, 1, HEAP32[i3 + 32 >> 2] | 0) | 0) == 1) { i2 = 14; break; @@ -54851,15 +54717,15 @@ function __ZNSt3__111__stdoutbufIcE8overflowEi(i3, i12) { break; } HEAP32[i10 >> 2] = i11; - i6 = i1 + 1 | 0; + i8 = i1 + 1 | 0; i4 = i3 + 36 | 0; i5 = i3 + 40 | 0; - i7 = i11 + 8 | 0; - i8 = i11; + i6 = i11 + 8 | 0; + i7 = i11; i3 = i3 + 32 | 0; while (1) { i2 = HEAP32[i4 >> 2] | 0; - i2 = FUNCTION_TABLE_iiiiiiiii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 15](i2, HEAP32[i5 >> 2] | 0, i1, i6, i9, i11, i7, i10) | 0; + i2 = FUNCTION_TABLE_iiiiiiiii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 15](i2, HEAP32[i5 >> 2] | 0, i1, i8, i9, i11, i6, i10) | 0; if ((HEAP32[i9 >> 2] | 0) == (i1 | 0)) { i2 = 13; break; @@ -54872,7 +54738,7 @@ function __ZNSt3__111__stdoutbufIcE8overflowEi(i3, i12) { i2 = 13; break; } - i1 = (HEAP32[i10 >> 2] | 0) - i8 | 0; + i1 = (HEAP32[i10 >> 2] | 0) - i7 | 0; if ((_fwrite(i11, 1, i1, HEAP32[i3 >> 2] | 0) | 0) != (i1 | 0)) { i2 = 13; break; @@ -54891,27 +54757,27 @@ function __ZNSt3__111__stdoutbufIcE8overflowEi(i3, i12) { break; } } else i2 = 14; while (0); - if ((i2 | 0) == 14) i1 = i13 ? 0 : i12; + if ((i2 | 0) == 14) i1 = i12 ? 0 : i13; STACKTOP = i14; return i1 | 0; } -function _mbrtowc(i3, i4, i7, i1) { - i3 = i3 | 0; +function _mbrtowc(i4, i3, i7, i1) { i4 = i4 | 0; + i3 = i3 | 0; i7 = i7 | 0; i1 = i1 | 0; var i2 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0, i10 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i2 = i9; - i6 = (i1 | 0) == 0 ? 38908 : i1; + i6 = (i1 | 0) == 0 ? 40068 : i1; i1 = HEAP32[i6 >> 2] | 0; - L1 : do if (!i4) if (!i1) i1 = 0; else i8 = 15; else { - i5 = (i3 | 0) == 0 ? i2 : i3; + L1 : do if (!i3) if (!i1) i1 = 0; else i8 = 15; else { + i5 = (i4 | 0) == 0 ? i2 : i4; if (!i7) i1 = -2; else { if (!i1) { - i1 = HEAP8[i4 >> 0] | 0; + i1 = HEAP8[i3 >> 0] | 0; i2 = i1 & 255; if (i1 << 24 >> 24 > -1) { HEAP32[i5 >> 2] = i2; @@ -54923,10 +54789,10 @@ function _mbrtowc(i3, i4, i7, i1) { i8 = 15; break; } - i1 = HEAP32[4380 + (i1 << 2) >> 2] | 0; + i1 = HEAP32[4140 + (i1 << 2) >> 2] | 0; i2 = i7 + -1 | 0; if (i2) { - i4 = i4 + 1 | 0; + i3 = i3 + 1 | 0; i8 = 9; } } else { @@ -54934,20 +54800,20 @@ function _mbrtowc(i3, i4, i7, i1) { i8 = 9; } L11 : do if ((i8 | 0) == 9) { - i3 = HEAP8[i4 >> 0] | 0; - i10 = (i3 & 255) >>> 3; + i4 = HEAP8[i3 >> 0] | 0; + i10 = (i4 & 255) >>> 3; if ((i10 + -16 | i10 + (i1 >> 26)) >>> 0 > 7) { i8 = 15; break L1; } while (1) { - i4 = i4 + 1 | 0; - i1 = (i3 & 255) + -128 | i1 << 6; + i3 = i3 + 1 | 0; + i1 = (i4 & 255) + -128 | i1 << 6; i2 = i2 + -1 | 0; if ((i1 | 0) >= 0) break; if (!i2) break L11; - i3 = HEAP8[i4 >> 0] | 0; - if ((i3 & -64) << 24 >> 24 != -128) { + i4 = HEAP8[i3 >> 0] | 0; + if ((i4 & -64) << 24 >> 24 != -128) { i8 = 15; break L1; } @@ -54971,55 +54837,6 @@ function _mbrtowc(i3, i4, i7, i1) { return i1 | 0; } -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; - i10 = i10 | 0; - i2 = i2 | 0; - i3 = i3 | 0; - i7 = i7 | 0; - var i1 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i12 = 0; - i12 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i9 = i12; - i1 = HEAP32[i11 >> 2] | 0; - L1 : do if (!i1) i1 = 0; else { - i5 = i8; - i4 = i2 - i5 | 0; - i6 = i3 + 12 | 0; - i3 = HEAP32[i6 >> 2] | 0; - i3 = (i3 | 0) > (i4 | 0) ? i3 - i4 | 0 : 0; - i4 = i10; - i5 = i4 - i5 | 0; - if ((i5 | 0) > 0 ? (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 31](i1, i8, i5) | 0) != (i5 | 0) : 0) { - HEAP32[i11 >> 2] = 0; - i1 = 0; - break; - } - do if ((i3 | 0) > 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEjc(i9, i3, i7); - if ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 31](i1, (HEAP8[i9 >> 0] & 1) == 0 ? i9 + 1 | 0 : HEAP32[i9 + 8 >> 2] | 0, i3) | 0) == (i3 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); - break; - } else { - HEAP32[i11 >> 2] = 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); - i1 = 0; - break L1; - } - } while (0); - i2 = i2 - i4 | 0; - if ((i2 | 0) > 0 ? (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 31](i1, i10, i2) | 0) != (i2 | 0) : 0) { - HEAP32[i11 >> 2] = 0; - i1 = 0; - break; - } - HEAP32[i6 >> 2] = 0; - } while (0); - STACKTOP = i12; - return i1 | 0; -} - function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSD_(i1, i8, i3) { i1 = i1 | 0; i8 = i8 | 0; @@ -55033,15 +54850,15 @@ function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEE i7 = i6 ? (i7 & 255) >>> 1 : HEAP32[i3 + 4 >> 2] | 0; i6 = i6 ? i3 + 1 | 0 : HEAP32[i3 + 8 >> 2] | 0; while (1) { - i4 = i2 + 16 | 0; - i5 = HEAP8[i4 >> 0] | 0; - i1 = (i5 & 1) == 0; - i5 = i1 ? (i5 & 255) >>> 1 : HEAP32[i2 + 20 >> 2] | 0; - i4 = i1 ? i4 + 1 | 0 : HEAP32[i2 + 24 >> 2] | 0; - i1 = i5 >>> 0 < i7 >>> 0; - i9 = _memcmp(i6, i4, i1 ? i5 : i7) | 0; - i3 = i7 >>> 0 < i5 >>> 0; - if ((((i9 | 0) == 0 ? (i3 ? -2147483648 : 0) : i9) | 0) < 0) { + i3 = i2 + 16 | 0; + i1 = HEAP8[i3 >> 0] | 0; + i4 = (i1 & 1) == 0; + i1 = i4 ? (i1 & 255) >>> 1 : HEAP32[i2 + 20 >> 2] | 0; + i3 = i4 ? i3 + 1 | 0 : HEAP32[i2 + 24 >> 2] | 0; + i4 = i1 >>> 0 < i7 >>> 0; + i9 = _memcmp(i6, i3, i4 ? i1 : i7) | 0; + i5 = i7 >>> 0 < i1 >>> 0; + if ((((i9 | 0) == 0 ? (i5 ? -2147483648 : 0) : i9) | 0) < 0) { i1 = HEAP32[i2 >> 2] | 0; if (!i1) { i1 = i2; @@ -55049,8 +54866,8 @@ function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEE break; } } else { - i9 = _memcmp(i4, i6, i3 ? i7 : i5) | 0; - if ((((i9 | 0) == 0 ? (i1 ? -2147483648 : 0) : i9) | 0) >= 0) { + i9 = _memcmp(i3, i6, i5 ? i7 : i1) | 0; + if ((((i9 | 0) == 0 ? (i4 ? -2147483648 : 0) : i9) | 0) >= 0) { i1 = i2; i3 = 10; break; @@ -55079,14 +54896,14 @@ function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEE return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitCallEPNS_4CallE(i1, i8, i6) { - i1 = i1 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitCallEPNS_4CallE(i4, i8, i6) { + i4 = i4 | 0; i8 = i8 | 0; i6 = i6 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; - i4 = i9 + 56 | 0; + i1 = i9 + 56 | 0; i5 = i9 + 44 | 0; i7 = i9 + 16 | 0; i2 = i9; @@ -55098,20 +54915,20 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect if (!(HEAP32[i7 + 16 >> 2] | 0)) { i8 = HEAP32[i8 + 4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 + 20 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i2, i8, i4, i5); - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - HEAP32[i1 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; - HEAP32[i1 + 16 >> 2] = 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i2, i8, i1, i5); + 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] = 0; } else { - HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; - HEAP32[i1 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; - HEAP32[i1 + 16 >> 2] = HEAP32[i7 + 16 >> 2]; - HEAP32[i1 + 20 >> 2] = HEAP32[i7 + 20 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i4 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + HEAP32[i4 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; + HEAP32[i4 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; + HEAP32[i4 + 16 >> 2] = HEAP32[i7 + 16 >> 2]; + HEAP32[i4 + 20 >> 2] = HEAP32[i7 + 20 >> 2]; } __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i5); STACKTOP = i9; @@ -55133,12 +54950,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[32900] | 0; - HEAP8[i5 + 1 >> 0] = HEAP8[32901] | 0; - HEAP8[i5 + 2 >> 0] = HEAP8[32902] | 0; - HEAP8[i5 + 3 >> 0] = HEAP8[32903] | 0; - HEAP8[i5 + 4 >> 0] = HEAP8[32904] | 0; - HEAP8[i5 + 5 >> 0] = HEAP8[32905] | 0; + HEAP8[i5 >> 0] = HEAP8[34106] | 0; + HEAP8[i5 + 1 >> 0] = HEAP8[34107] | 0; + HEAP8[i5 + 2 >> 0] = HEAP8[34108] | 0; + HEAP8[i5 + 3 >> 0] = HEAP8[34109] | 0; + HEAP8[i5 + 4 >> 0] = HEAP8[34110] | 0; + HEAP8[i5 + 5 >> 0] = HEAP8[34111] | 0; i9 = __ZNSt3__16__clocEv() | 0; HEAP32[i10 >> 2] = i4; i5 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i7, 20, i9, i5, i10) | 0; @@ -55146,7 +54963,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, 40492) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 41652) | 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; @@ -55157,88 +54974,88 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 return i5 | 0; } -function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(i11, i5, i6) { +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(i11, i6, i7) { i11 = i11 | 0; - i5 = i5 | 0; i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; i12 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i9 = i12 + 16 | 0; - i8 = i12 + 12 | 0; - i7 = i12; + i5 = i12 + 16 | 0; + i9 = i12 + 12 | 0; + i10 = i12; i1 = i12 + 8 | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i7, i11); - if (HEAP8[i7 >> 0] | 0) { - i10 = __ZNKSt3__18ios_base6getlocEv(i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i1 >> 2] = i10; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40516) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i10, i11); + 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, 41676) | 0; __ZNSt3__16localeD2Ev(i1); - i4 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0; - i3 = HEAP32[i4 + 24 >> 2] | 0; - i2 = i4 + 76 | 0; + i3 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0; + i4 = HEAP32[i3 + 24 >> 2] | 0; + i2 = i3 + 76 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == -1) { - i1 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; - HEAP32[i9 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i9, 40460) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; + HEAP32[i5 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 41620) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; - __ZNSt3__16localeD2Ev(i9); + __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; } - i2 = HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] | 0; - HEAP32[i8 >> 2] = i3; - HEAP32[i9 >> 2] = HEAP32[i8 >> 2]; - if (!(FUNCTION_TABLE_iiiiiii[i2 & 63](i10, i9, i4, i1 & 255, i5, i6) | 0)) { - i10 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) + 16 | 0; - HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | 5; + i2 = HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] | 0; + HEAP32[i9 >> 2] = i4; + HEAP32[i5 >> 2] = HEAP32[i9 >> 2]; + if (!(FUNCTION_TABLE_iiiiiii[i2 & 63](i8, i5, i3, i1 & 255, i6, i7) | 0)) { + i9 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) + 16 | 0; + HEAP32[i9 >> 2] = HEAP32[i9 >> 2] | 5; } } - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i7); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i10); STACKTOP = i12; return i11 | 0; } -function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEx(i11, i5, i6) { +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEx(i11, i6, i7) { i11 = i11 | 0; - i5 = i5 | 0; i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; i12 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i9 = i12 + 16 | 0; - i8 = i12 + 12 | 0; - i7 = i12; + i5 = i12 + 16 | 0; + i9 = i12 + 12 | 0; + i10 = i12; i1 = i12 + 8 | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i7, i11); - if (HEAP8[i7 >> 0] | 0) { - i10 = __ZNKSt3__18ios_base6getlocEv(i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i1 >> 2] = i10; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40516) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i10, i11); + 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, 41676) | 0; __ZNSt3__16localeD2Ev(i1); - i4 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0; - i3 = HEAP32[i4 + 24 >> 2] | 0; - i2 = i4 + 76 | 0; + i3 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0; + i4 = HEAP32[i3 + 24 >> 2] | 0; + i2 = i3 + 76 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == -1) { - i1 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; - HEAP32[i9 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i9, 40460) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; + HEAP32[i5 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 41620) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; - __ZNSt3__16localeD2Ev(i9); + __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; } - i2 = HEAP32[(HEAP32[i10 >> 2] | 0) + 20 >> 2] | 0; - HEAP32[i8 >> 2] = i3; - HEAP32[i9 >> 2] = HEAP32[i8 >> 2]; - if (!(FUNCTION_TABLE_iiiiiii[i2 & 63](i10, i9, i4, i1 & 255, i5, i6) | 0)) { - i10 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) + 16 | 0; - HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | 5; + i2 = HEAP32[(HEAP32[i8 >> 2] | 0) + 20 >> 2] | 0; + HEAP32[i9 >> 2] = i4; + HEAP32[i5 >> 2] = HEAP32[i9 >> 2]; + if (!(FUNCTION_TABLE_iiiiiii[i2 & 63](i8, i5, i3, i1 & 255, i6, i7) | 0)) { + i9 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) + 16 | 0; + HEAP32[i9 >> 2] = HEAP32[i9 >> 2] | 5; } } - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i7); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i10); STACKTOP = i12; return i11 | 0; } @@ -55258,12 +55075,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[32900] | 0; - HEAP8[i5 + 1 >> 0] = HEAP8[32901] | 0; - HEAP8[i5 + 2 >> 0] = HEAP8[32902] | 0; - HEAP8[i5 + 3 >> 0] = HEAP8[32903] | 0; - HEAP8[i5 + 4 >> 0] = HEAP8[32904] | 0; - HEAP8[i5 + 5 >> 0] = HEAP8[32905] | 0; + HEAP8[i5 >> 0] = HEAP8[34106] | 0; + HEAP8[i5 + 1 >> 0] = HEAP8[34107] | 0; + HEAP8[i5 + 2 >> 0] = HEAP8[34108] | 0; + HEAP8[i5 + 3 >> 0] = HEAP8[34109] | 0; + HEAP8[i5 + 4 >> 0] = HEAP8[34110] | 0; + HEAP8[i5 + 5 >> 0] = HEAP8[34111] | 0; i9 = __ZNSt3__16__clocEv() | 0; HEAP32[i10 >> 2] = i4; i5 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i7, 20, i9, i5, i10) | 0; @@ -55271,7 +55088,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, 40460) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 41620) | 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; @@ -55297,7 +55114,7 @@ function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE( break; } } - if ((i8 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); + if ((i8 | 0) == 5) ___assert_fail(28843, 28852, 1421, 28863); i1 = HEAP32[i5 + 16 >> 2] | 0; i2 = HEAP32[i5 + 12 >> 2] | 0; while (1) { @@ -55307,7 +55124,7 @@ function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE( break; } } - if ((i8 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); + if ((i8 | 0) == 9) ___assert_fail(28843, 28852, 1425, 28863); i1 = HEAP32[i5 + 28 >> 2] | 0; i2 = HEAP32[i5 + 24 >> 2] | 0; while (1) { @@ -55317,7 +55134,7 @@ function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE( break; } } - if ((i8 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); + if ((i8 | 0) == 13) ___assert_fail(28843, 28852, 1429, 28863); i3 = HEAP32[i5 + 40 >> 2] | 0; i2 = i4 + 12 | 0; i1 = HEAP32[i5 + 36 >> 2] | 0; @@ -55330,8 +55147,8 @@ function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE( break; } } - if ((i8 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); - if (!(HEAP32[i6 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); + if ((i8 | 0) == 17) ___assert_fail(28843, 28852, 1434, 28863); + if (!(HEAP32[i6 >> 2] | 0)) return; else ___assert_fail(28843, 28852, 1437, 28863); } function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwy(i6, i5, i4, i3, i1, i2) { @@ -55355,7 +55172,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, 35868, 0, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 37026, 0, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -55396,7 +55213,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, 35868, 1, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 37026, 1, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -55437,7 +55254,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, 35868, 0, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 37026, 0, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -55478,7 +55295,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, 35868, 1, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 37026, 1, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -55498,128 +55315,170 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 return i6 | 0; } -function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i10, i5) { +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEPKv(i10, i8) { 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; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i8 = i11 + 16 | 0; - i7 = i11 + 12 | 0; - i6 = i11; + i5 = i11 + 16 | 0; + i6 = i11 + 12 | 0; + i9 = i11; i1 = i11 + 8 | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i6, i10); - if (HEAP8[i6 >> 0] | 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, 40516) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i9, i10); + if (HEAP8[i9 >> 0] | 0) { + i7 = __ZNKSt3__18ios_base6getlocEv(i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41676) | 0; __ZNSt3__16localeD2Ev(i1); - i4 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; - i3 = HEAP32[i4 + 24 >> 2] | 0; - i2 = i4 + 76 | 0; + i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; + i4 = HEAP32[i3 + 24 >> 2] | 0; + i2 = i3 + 76 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == -1) { - i1 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; - HEAP32[i8 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 40460) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; + HEAP32[i5 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 41620) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; - __ZNSt3__16localeD2Ev(i8); + __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; } - i2 = HEAP32[(HEAP32[i9 >> 2] | 0) + 24 >> 2] | 0; - HEAP32[i7 >> 2] = i3; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - if (!(FUNCTION_TABLE_iiiiii[i2 & 31](i9, i8, i4, i1 & 255, i5) | 0)) { - i9 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) + 16 | 0; - HEAP32[i9 >> 2] = HEAP32[i9 >> 2] | 5; + i2 = HEAP32[(HEAP32[i7 >> 2] | 0) + 40 >> 2] | 0; + HEAP32[i6 >> 2] = i4; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + if (!(FUNCTION_TABLE_iiiiii[i2 & 31](i7, i5, i3, i1 & 255, i8) | 0)) { + i8 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) + 16 | 0; + HEAP32[i8 >> 2] = HEAP32[i8 >> 2] | 5; } } - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i6); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i9); STACKTOP = i11; return i10 | 0; } -function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i10, i5) { +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i10, i8) { 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; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i8 = i11 + 16 | 0; - i7 = i11 + 12 | 0; - i6 = i11; + i5 = i11 + 16 | 0; + i6 = i11 + 12 | 0; + i9 = i11; i1 = i11 + 8 | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i6, i10); - if (HEAP8[i6 >> 0] | 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, 40516) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i9, i10); + if (HEAP8[i9 >> 0] | 0) { + i7 = __ZNKSt3__18ios_base6getlocEv(i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41676) | 0; __ZNSt3__16localeD2Ev(i1); - i4 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; - i3 = HEAP32[i4 + 24 >> 2] | 0; - i2 = i4 + 76 | 0; + i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; + i4 = HEAP32[i3 + 24 >> 2] | 0; + i2 = i3 + 76 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == -1) { - i1 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; - HEAP32[i8 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 40460) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; + HEAP32[i5 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 41620) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; - __ZNSt3__16localeD2Ev(i8); + __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; } - i2 = HEAP32[(HEAP32[i9 >> 2] | 0) + 16 >> 2] | 0; - HEAP32[i7 >> 2] = i3; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - if (!(FUNCTION_TABLE_iiiiii[i2 & 31](i9, i8, i4, i1 & 255, i5) | 0)) { - i9 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) + 16 | 0; - HEAP32[i9 >> 2] = HEAP32[i9 >> 2] | 5; + i2 = HEAP32[(HEAP32[i7 >> 2] | 0) + 24 >> 2] | 0; + HEAP32[i6 >> 2] = i4; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + if (!(FUNCTION_TABLE_iiiiii[i2 & 31](i7, i5, i3, i1 & 255, i8) | 0)) { + i8 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) + 16 | 0; + HEAP32[i8 >> 2] = HEAP32[i8 >> 2] | 5; } } - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i6); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i9); STACKTOP = i11; return i10 | 0; } -function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(i10, d5) { +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i10, i8) { i10 = i10 | 0; - d5 = +d5; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i8 = i11 + 16 | 0; - i7 = i11 + 12 | 0; - i6 = i11; + i5 = i11 + 16 | 0; + i6 = i11 + 12 | 0; + i9 = i11; i1 = i11 + 8 | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i6, i10); - if (HEAP8[i6 >> 0] | 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, 40516) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i9, i10); + if (HEAP8[i9 >> 0] | 0) { + i7 = __ZNKSt3__18ios_base6getlocEv(i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41676) | 0; __ZNSt3__16localeD2Ev(i1); - i4 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; - i3 = HEAP32[i4 + 24 >> 2] | 0; - i2 = i4 + 76 | 0; + i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; + i4 = HEAP32[i3 + 24 >> 2] | 0; + i2 = i3 + 76 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == -1) { - i1 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; - HEAP32[i8 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 40460) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; + HEAP32[i5 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 41620) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; - __ZNSt3__16localeD2Ev(i8); + __ZNSt3__16localeD2Ev(i5); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; } - i2 = HEAP32[(HEAP32[i9 >> 2] | 0) + 32 >> 2] | 0; - HEAP32[i7 >> 2] = i3; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - if (!(FUNCTION_TABLE_iiiiid[i2 & 7](i9, i8, i4, i1 & 255, d5) | 0)) { - i9 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) + 16 | 0; - HEAP32[i9 >> 2] = HEAP32[i9 >> 2] | 5; + i2 = HEAP32[(HEAP32[i7 >> 2] | 0) + 16 >> 2] | 0; + HEAP32[i6 >> 2] = i4; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + if (!(FUNCTION_TABLE_iiiiii[i2 & 31](i7, i5, i3, i1 & 255, i8) | 0)) { + i8 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) + 16 | 0; + HEAP32[i8 >> 2] = HEAP32[i8 >> 2] | 5; } } - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i6); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i9); + STACKTOP = i11; + return i10 | 0; +} + +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(i10, d8) { + i10 = i10 | 0; + d8 = +d8; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0; + i11 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i11 + 16 | 0; + i6 = i11 + 12 | 0; + i9 = i11; + i1 = i11 + 8 | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i9, i10); + if (HEAP8[i9 >> 0] | 0) { + i7 = __ZNKSt3__18ios_base6getlocEv(i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i1 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 41676) | 0; + __ZNSt3__16localeD2Ev(i1); + i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; + i4 = HEAP32[i3 + 24 >> 2] | 0; + i2 = i3 + 76 | 0; + i1 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == -1) { + i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; + HEAP32[i5 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 41620) | 0; + i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; + __ZNSt3__16localeD2Ev(i5); + i1 = i1 << 24 >> 24; + HEAP32[i2 >> 2] = i1; + } + i2 = HEAP32[(HEAP32[i7 >> 2] | 0) + 32 >> 2] | 0; + HEAP32[i6 >> 2] = i4; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + if (!(FUNCTION_TABLE_iiiiid[i2 & 7](i7, i5, i3, i1 & 255, d8) | 0)) { + i7 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) + 16 | 0; + HEAP32[i7 >> 2] = HEAP32[i7 >> 2] | 5; + } + } + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i9); STACKTOP = i11; return i10 | 0; } @@ -55636,12 +55495,12 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; if (i1 >>> 0 > 2146435072 | (i1 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { i1 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 20526); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 20656); } if ((HEAP32[i2 + 4 >> 2] | 0) == 1) { if (d3 > 2147483647.0 | d3 < -2147483648.0) { i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20545); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20675); } HEAP32[i4 >> 2] = 1; HEAP32[i4 + 8 >> 2] = ~~d3; @@ -55650,7 +55509,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i2 = +Math_abs(d3) >= 1.0 ? (d3 > 0.0 ? ~~+Math_min(+Math_floor(d3 / 4294967296.0), 4294967295.0) >>> 0 : ~~+Math_ceil((d3 - +(~~d3 >>> 0)) / 4294967296.0) >>> 0) : 0; if (d3 < -9223372036854775808.0 | d3 >= 1.0 & ((i2 | 0) < 0 | (i2 | 0) == 0 & i1 >>> 0 < 1)) { i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20545); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20675); } HEAP32[i4 >> 2] = 2; i5 = i4 + 8 | 0; @@ -55659,98 +55518,47 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } return; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner17generateArgumentsERKNS4_IPNS_10ExpressionENS6_ISC_EEEES9_(i6, i9, i1, i7) { - i6 = i6 | 0; + +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner17generateArgumentsERKNS4_IPNS_10ExpressionENS6_ISC_EEEES9_(i7, i9, i1, i8) { + i7 = i7 | 0; i9 = i9 | 0; i1 = i1 | 0; - i7 = i7 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i10 = 0; + i8 = i8 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i10 = 0; i3 = i1 + 4 | 0; - __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE7reserveEj(i7, (HEAP32[i3 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) >> 2); + __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE7reserveEj(i8, (HEAP32[i3 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) >> 2); i3 = HEAP32[i3 >> 2] | 0; - i8 = i6 + 16 | 0; - i4 = i7 + 4 | 0; - i5 = i7 + 8 | 0; + i4 = i7 + 16 | 0; + i5 = i8 + 4 | 0; + i6 = i8 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; while (1) { if ((i2 | 0) == (i3 | 0)) { i10 = 8; break; } - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i6, i9, HEAP32[i2 >> 2] | 0); - if (HEAP32[i8 >> 2] | 0) break; - i1 = HEAP32[i4 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 0)) __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i7, i6); else { - HEAP32[i1 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; - HEAP32[i1 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 16; + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i7, i9, HEAP32[i2 >> 2] | 0); + if (HEAP32[i4 >> 2] | 0) break; + i1 = HEAP32[i5 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i6 >> 2] | 0)) __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i8, i7); else { + HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i1 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; + HEAP32[i1 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; + HEAP32[i1 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 16; } i2 = i2 + 4 | 0; } if ((i10 | 0) == 8) { - HEAP32[i6 >> 2] = 0; - i10 = i6 + 8 | 0; + HEAP32[i7 >> 2] = 0; + i10 = i7 + 8 | 0; HEAP32[i10 >> 2] = 0; HEAP32[i10 + 4 >> 2] = 0; - HEAP32[i8 >> 2] = 0; + HEAP32[i4 >> 2] = 0; } return; } -function __ZN4wasm6Select7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i6, i4, i2) { - i6 = i6 | 0; - i4 = i4 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i5 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i3 = i7; - HEAP32[i3 >> 2] = i2; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i4, 40) | 0; - i1 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(i4) | 0; - switch (HEAP32[i6 + 4 >> 2] | 0) { - case 0: - { - i5 = 17406; - break; - } - case 1: - { - i5 = 17411; - break; - } - case 2: - { - i5 = 17415; - break; - } - case 3: - { - i5 = 17419; - break; - } - case 4: - { - i5 = 17423; - break; - } - default: - {} - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i5) | 0, 17781) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i4, 10) | 0; - i5 = i2 + 1 | 0; - HEAP32[i3 >> 2] = i5; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i4, i5, HEAP32[i6 + 8 >> 2] | 0) | 0; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i4, i5, HEAP32[i6 + 12 >> 2] | 0) | 0; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i4, i5, HEAP32[i6 + 16 >> 2] | 0) | 0; - i6 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i4, i3) | 0; - STACKTOP = i7; - return i6 | 0; -} - function __ZN10__cxxabiv112_GLOBAL__N_118parse_template_argINS0_2DbEEEPKcS4_S4_RT_(i1, i4, i3) { i1 = i1 | 0; i4 = i4 | 0; @@ -55826,7 +55634,7 @@ function __ZN4wasm22SExpressionWasmBuilderC2ERNS_16AllocatingModuleERNS_7Element HEAP32[i5 + 88 >> 2] = 0; i3 = __ZN4wasm7Element4listEv(i4) | 0; i3 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0; - if ((i3 | 0) != (HEAP32[9552] | 0)) ___assert_fail(16679, 16606, 233, 16706); + if ((i3 | 0) != (HEAP32[9842] | 0)) ___assert_fail(16764, 16691, 233, 16791); i1 = i5 + 32 | 0; HEAP32[i1 >> 2] = 0; i2 = 1; @@ -55858,12 +55666,12 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; if (i1 >>> 0 > 2146435072 | (i1 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { i1 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 20570); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 20700); } if ((HEAP32[i2 + 4 >> 2] | 0) == 1) { if (d3 > 4294967295.0 | d3 <= -1.0) { i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20589); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20719); } HEAP32[i4 >> 2] = 1; HEAP32[i4 + 8 >> 2] = ~~d3 >>> 0; @@ -55872,7 +55680,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i2 = +Math_abs(d3) >= 1.0 ? (d3 > 0.0 ? ~~+Math_min(+Math_floor(d3 / 4294967296.0), 4294967295.0) >>> 0 : ~~+Math_ceil((d3 - +(~~d3 >>> 0)) / 4294967296.0) >>> 0) : 0; if (d3 <= -1.0 ? 1 : +(i1 >>> 0) + 4294967296.0 * +(i2 >>> 0) < d3 + -1.0) { i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20589); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20719); } HEAP32[i4 >> 2] = 2; i5 = i4 + 8 | 0; @@ -55896,7 +55704,7 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp break; } } - if ((i6 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); + if ((i6 | 0) == 5) ___assert_fail(28843, 28852, 1421, 28863); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -55906,7 +55714,7 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp break; } } - if ((i6 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); + if ((i6 | 0) == 9) ___assert_fail(28843, 28852, 1425, 28863); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -55916,7 +55724,7 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp break; } } - if ((i6 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); + if ((i6 | 0) == 13) ___assert_fail(28843, 28852, 1429, 28863); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -55927,8 +55735,8 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp break; } } - if ((i6 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); + if ((i6 | 0) == 17) ___assert_fail(28843, 28852, 1434, 28863); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(28843, 28852, 1437, 28863); } function __ZN10__cxxabiv112_GLOBAL__N_115parse_simple_idINS0_2DbEEEPKcS4_S4_RT_(i4, i2, i3) { @@ -55947,14 +55755,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_115parse_simple_idINS0_2DbEEEPKcS4_S4_RT_( if (((i1 - (HEAP32[i3 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) i1 = i4; else { __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i7, i1 + -24 | 0); i1 = HEAP32[i5 >> 2] | 0; - i3 = i1 + -24 | 0; - i2 = i1; + i2 = i1 + -24 | 0; + i3 = i1; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -24 | 0; + if ((i3 | 0) == (i2 | 0)) break; + i4 = i3 + -24 | 0; HEAP32[i5 >> 2] = i4; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i4); - i2 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; } i5 = HEAP8[i7 >> 0] | 0; i4 = (i5 & 1) == 0; @@ -55968,42 +55776,42 @@ function __ZN10__cxxabiv112_GLOBAL__N_115parse_simple_idINS0_2DbEEEPKcS4_S4_RT_( return i1 | 0; } -function __ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_j(i5, i7, i1) { - i5 = i5 | 0; - i7 = i7 | 0; +function __ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_j(i8, i10, i1) { + i8 = i8 | 0; + i10 = i10 | 0; i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i6 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i10 = i11 + 12 | 0; - i6 = i11; - i9 = i11 + 8 | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i6, i5); - if (HEAP8[i6 >> 0] | 0) { - i8 = i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0; - HEAP32[i9 >> 2] = HEAP32[i8 + 24 >> 2]; - i4 = HEAP32[i8 + 4 >> 2] | 0; - i3 = i7 + i1 | 0; - i2 = i8 + 76 | 0; + i4 = i11 + 12 | 0; + i9 = i11; + i5 = i11 + 8 | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i9, i8); + if (HEAP8[i9 >> 0] | 0) { + i7 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0; + HEAP32[i5 >> 2] = HEAP32[i7 + 24 >> 2]; + i6 = HEAP32[i7 + 4 >> 2] | 0; + i3 = i10 + i1 | 0; + i2 = i7 + 76 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == -1) { - i1 = __ZNKSt3__18ios_base6getlocEv(i8) | 0; - HEAP32[i10 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i10, 40460) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i7) | 0; + HEAP32[i4 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 41620) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; - __ZNSt3__16localeD2Ev(i10); + __ZNSt3__16localeD2Ev(i4); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; } - HEAP32[i10 >> 2] = HEAP32[i9 >> 2]; - if (!(__ZNSt3__116__pad_and_outputIcNS_11char_traitsIcEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i10, i7, (i4 & 176 | 0) == 32 ? i3 : i7, i3, i8, i1 & 255) | 0)) { - i10 = i5 + (HEAP32[(HEAP32[i5 >> 2] | 0) + -12 >> 2] | 0) | 0; + HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; + if (!(__ZNSt3__116__pad_and_outputIcNS_11char_traitsIcEEEENS_19ostreambuf_iteratorIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i4, i10, (i6 & 176 | 0) == 32 ? i3 : i10, i3, i7, i1 & 255) | 0)) { + i10 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0; __ZNSt3__18ios_base5clearEj(i10, HEAP32[i10 + 16 >> 2] | 5); } } - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i6); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i9); STACKTOP = i11; - return i5 | 0; + return i8 | 0; } function __ZNSt3__110__stdinbufIwE9pbackfailEj(i5, i1) { @@ -56042,16 +55850,16 @@ function __ZNSt3__110__stdinbufIwE9pbackfailEj(i5, i1) { default: {} } - i4 = i5 + 32 | 0; + i3 = i5 + 32 | 0; while (1) { - i3 = HEAP32[i6 >> 2] | 0; - if (i3 >>> 0 <= i7 >>> 0) { + i4 = HEAP32[i6 >> 2] | 0; + if (i4 >>> 0 <= i7 >>> 0) { i3 = 13; break; } - i10 = i3 + -1 | 0; + i10 = i4 + -1 | 0; HEAP32[i6 >> 2] = i10; - if ((_ungetc(HEAP8[i10 >> 0] | 0, HEAP32[i4 >> 2] | 0) | 0) == -1) { + if ((_ungetc(HEAP8[i10 >> 0] | 0, HEAP32[i3 >> 2] | 0) | 0) == -1) { i3 = 12; break; } @@ -56067,6 +55875,7 @@ function __ZNSt3__110__stdinbufIwE9pbackfailEj(i5, i1) { STACKTOP = i9; return i1 | 0; } + function __ZNSt3__110__stdinbufIcE9pbackfailEi(i5, i1) { i5 = i5 | 0; i1 = i1 | 0; @@ -56103,16 +55912,16 @@ function __ZNSt3__110__stdinbufIcE9pbackfailEi(i5, i1) { default: {} } - i4 = i5 + 32 | 0; + i3 = i5 + 32 | 0; while (1) { - i3 = HEAP32[i6 >> 2] | 0; - if (i3 >>> 0 <= i7 >>> 0) { + i4 = HEAP32[i6 >> 2] | 0; + if (i4 >>> 0 <= i7 >>> 0) { i3 = 13; break; } - i10 = i3 + -1 | 0; + i10 = i4 + -1 | 0; HEAP32[i6 >> 2] = i10; - if ((_ungetc(HEAP8[i10 >> 0] | 0, HEAP32[i4 >> 2] | 0) | 0) == -1) { + if ((_ungetc(HEAP8[i10 >> 0] | 0, HEAP32[i3 >> 2] | 0) | 0) == -1) { i3 = 12; break; } @@ -56136,24 +55945,24 @@ function __ZN4wasm22SExpressionWasmBuilder16makeCallIndirectERNS_7ElementE(i6, i i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i8 = i7 + 4 | 0; - i3 = i7; - i2 = __ZN10MixedArena5allocIN4wasm12CallIndirectEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; - i1 = __ZN4wasm7Element4listEv(i5) | 0; - i1 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - i4 = HEAP32[i6 >> 2] | 0; - HEAP32[i8 >> 2] = i1; - 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_(i4 + 48 | 0, i8) | 0) == (i4 + 52 | 0)) ___assert_fail(17944, 16606, 855, 18008); else { - HEAP32[i3 >> 2] = i1; - i8 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i4 + 48 | 0, i3) | 0; + i1 = i7; + i4 = __ZN10MixedArena5allocIN4wasm12CallIndirectEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; + i3 = __ZN4wasm7Element4listEv(i5) | 0; + i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) | 0; + i2 = HEAP32[i6 >> 2] | 0; + HEAP32[i8 >> 2] = i3; + if ((__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i2 + 48 | 0, i8) | 0) == (i2 + 52 | 0)) ___assert_fail(17177, 16691, 855, 17241); else { + HEAP32[i1 >> 2] = i3; + i8 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i2 + 48 | 0, i1) | 0; i8 = HEAP32[i8 >> 2] | 0; - HEAP32[i2 + 20 >> 2] = i8; - HEAP32[i2 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; + HEAP32[i4 + 20 >> 2] = i8; + HEAP32[i4 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; i8 = __ZN4wasm7Element4listEv(i5) | 0; i8 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, HEAP32[(HEAP32[i8 >> 2] | 0) + 8 >> 2] | 0) | 0; - HEAP32[i2 + 24 >> 2] = i8; - __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_12CallIndirectEEEvRNS_7ElementEjPT_(i6, i5, 3, i2); + HEAP32[i4 + 24 >> 2] = i8; + __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_12CallIndirectEEEvRNS_7ElementEjPT_(i6, i5, 3, i4); STACKTOP = i7; - return i2 | 0; + return i4 | 0; } return 0; } @@ -56172,7 +55981,7 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti break; } } - if ((i6 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); + if ((i6 | 0) == 5) ___assert_fail(28843, 28852, 1421, 28863); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -56182,7 +55991,7 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti break; } } - if ((i6 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); + if ((i6 | 0) == 9) ___assert_fail(28843, 28852, 1425, 28863); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -56192,7 +56001,7 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti break; } } - if ((i6 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); + if ((i6 | 0) == 13) ___assert_fail(28843, 28852, 1429, 28863); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -56203,8 +56012,8 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti break; } } - if ((i6 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); + if ((i6 | 0) == 17) ___assert_fail(28843, 28852, 1434, 28863); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(28843, 28852, 1437, 28863); } function __ZNSt3__19to_stringEj(i8, i6) { @@ -56224,14 +56033,14 @@ function __ZNSt3__19to_stringEj(i8, i6) { if (!(HEAP8[i9 >> 0] & 1)) i1 = 10; else i1 = (HEAP32[i9 >> 2] & -2) + -1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i9, i1, 0); i3 = HEAP8[i9 >> 0] | 0; - i5 = i9 + 1 | 0; - i4 = i9 + 8 | 0; + i4 = i9 + 1 | 0; + i5 = i9 + 8 | 0; i2 = i3; i3 = (i3 & 1) == 0 ? (i3 & 255) >>> 1 : HEAP32[i9 + 4 >> 2] | 0; while (1) { - i1 = (i2 & 1) == 0 ? i5 : HEAP32[i4 >> 2] | 0; + i1 = (i2 & 1) == 0 ? i4 : HEAP32[i5 >> 2] | 0; HEAP32[i7 >> 2] = i6; - i1 = _snprintf(i1, i3 + 1 | 0, 32033, i7) | 0; + i1 = _snprintf(i1, i3 + 1 | 0, 33239, i7) | 0; if ((i1 | 0) > -1) { if (i1 >>> 0 <= i3 >>> 0) break; } else i1 = i3 << 1 | 1; @@ -56260,60 +56069,60 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 48 | 0; - i5 = i7 + 36 | 0; - i6 = i7 + 24 | 0; - i3 = i7 + 12 | 0; - i4 = i7; - __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS9_S6_(i3, i1, 36); + i3 = i7 + 36 | 0; + i4 = i7 + 24 | 0; + i5 = i7 + 12 | 0; + i6 = i7; + __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS9_S6_(i5, i1, 36); + i2 = HEAP32[i2 >> 2] | 0; i1 = HEAP32[i2 >> 2] | 0; - i2 = HEAP32[i1 >> 2] | 0; - HEAP32[i1 >> 2] = i2 + 1; - __ZNSt3__19to_stringEj(i4, i2); - i2 = HEAP8[i4 >> 0] | 0; - i1 = (i2 & 1) == 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKcj(i3, i1 ? i4 + 1 | 0 : HEAP32[i4 + 8 >> 2] | 0, i1 ? (i2 & 255) >>> 1 : HEAP32[i4 + 4 >> 2] | 0) | 0; - HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i6 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i6 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + HEAP32[i2 >> 2] = i1 + 1; + __ZNSt3__19to_stringEj(i6, i1); + i1 = HEAP8[i6 >> 0] | 0; + i2 = (i1 & 1) == 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKcj(i5, i2 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0, i2 ? (i1 & 255) >>> 1 : HEAP32[i6 + 4 >> 2] | 0) | 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 ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZN6cashew7IStringC2EPKcb(i5, (HEAP8[i6 >> 0] & 1) == 0 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0, 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i4 >> 0] & 1) == 0 ? i4 + 1 | 0 : HEAP32[i4 + 8 >> 2] | 0, 0); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); STACKTOP = i7; - return HEAP32[i5 >> 2] | 0; + return HEAP32[i3 >> 2] | 0; } -function ___stdio_read(i8, i6, i9) { +function ___stdio_read(i8, i7, i9) { i8 = i8 | 0; - i6 = i6 | 0; + i7 = i7 | 0; i9 = i9 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i10 = 0, i11 = 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i10 = 0, i11 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 48 | 0; i3 = i10 + 16 | 0; i2 = i10; i1 = i10 + 32 | 0; - HEAP32[i1 >> 2] = i6; + HEAP32[i1 >> 2] = i7; i4 = i1 + 4 | 0; - i7 = i8 + 48 | 0; - i11 = HEAP32[i7 >> 2] | 0; + i6 = i8 + 48 | 0; + i11 = HEAP32[i6 >> 2] | 0; HEAP32[i4 >> 2] = i9 - ((i11 | 0) != 0 & 1); i5 = i8 + 44 | 0; HEAP32[i1 + 8 >> 2] = HEAP32[i5 >> 2]; HEAP32[i1 + 12 >> 2] = i11; - if (!(HEAP32[9715] | 0)) { + if (!(HEAP32[10005] | 0)) { HEAP32[i3 >> 2] = HEAP32[i8 + 60 >> 2]; HEAP32[i3 + 4 >> 2] = i1; HEAP32[i3 + 8 >> 2] = 2; i1 = ___syscall_ret(___syscall145(145, i3 | 0) | 0) | 0; } else { - _pthread_cleanup_push(189, i8 | 0); + _pthread_cleanup_push(194, i8 | 0); HEAP32[i2 >> 2] = HEAP32[i8 + 60 >> 2]; HEAP32[i2 + 4 >> 2] = i1; HEAP32[i2 + 8 >> 2] = 2; @@ -56327,9 +56136,9 @@ function ___stdio_read(i8, i6, i9) { i3 = i8 + 4 | 0; HEAP32[i3 >> 2] = i2; HEAP32[i8 + 8 >> 2] = i2 + (i1 - i4); - if (!(HEAP32[i7 >> 2] | 0)) i1 = i9; else { + if (!(HEAP32[i6 >> 2] | 0)) i1 = i9; else { HEAP32[i3 >> 2] = i2 + 1; - HEAP8[i6 + (i9 + -1) >> 0] = HEAP8[i2 >> 0] | 0; + HEAP8[i7 + (i9 + -1) >> 0] = HEAP8[i2 >> 0] | 0; i1 = i9; } } @@ -56342,6 +56151,51 @@ function ___stdio_read(i8, i6, i9) { return i1 | 0; } +function __ZN6cashew7IString3setEPKcb(i6, i1, i3) { + i6 = i6 | 0; + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i4 = i7 + 8 | 0; + i5 = i7; + HEAP32[i5 >> 2] = i1; + if ((HEAP8[38584] | 0) == 0 ? ___cxa_guard_acquire(38584) | 0 : 0) { + i2 = __Znwj(20) | 0; + HEAP32[i2 >> 2] = 0; + HEAP32[i2 + 4 >> 2] = 0; + HEAP32[i2 + 8 >> 2] = 0; + HEAP32[i2 + 12 >> 2] = 0; + HEAPF32[i2 + 16 >> 2] = 1.0; + HEAP32[9889] = i2; + ___cxa_guard_release(38584); + } + i2 = HEAP32[9889] | 0; + if (i3) { + __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i4, i2, i5); + HEAP32[i6 >> 2] = HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2]; + } else { + i1 = __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE4findIS2_EENS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(i2, i5) | 0; + if (!i1) { + i1 = HEAP32[i5 >> 2] | 0; + i2 = _malloc((_strlen(i1) | 0) + 1 | 0) | 0; + _strcpy(i2, i1) | 0; + HEAP32[i5 >> 2] = i2; + i1 = HEAP32[9889] | 0; + } else { + i3 = HEAP32[i1 + 8 >> 2] | 0; + HEAP32[i5 >> 2] = i3; + i1 = i2; + i2 = i3; + } + __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i4, i1, i5); + HEAP32[i6 >> 2] = i2; + } + STACKTOP = i7; + return; +} + function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE23parseElementOrStatementERPcPKc(i4, i7, i3) { i4 = i4 | 0; i7 = i7 | 0; @@ -56349,8 +56203,8 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE23parseElementOrSt var i1 = 0, i2 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i9 + 4 | 0; - i5 = i9; + i5 = i9 + 4 | 0; + i6 = i9; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i7); i1 = HEAP32[i7 >> 2] | 0; L1 : do switch (HEAP8[i1 >> 0] | 0) { @@ -56382,9 +56236,9 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE23parseElementOrSt i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i4, i7, i3) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i7); if ((HEAP8[HEAP32[i7 >> 2] >> 0] | 0) == 59) { - HEAP32[i5 >> 2] = i1; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - i1 = __ZN6cashew12ValueBuilder13makeStatementENS_3RefE(i6) | 0; + HEAP32[i6 >> 2] = i1; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + i1 = __ZN6cashew12ValueBuilder13makeStatementENS_3RefE(i5) | 0; HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 1; } } @@ -56406,7 +56260,7 @@ function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE(i5 break; } } - if ((i6 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); + if ((i6 | 0) == 5) ___assert_fail(28843, 28852, 1421, 28863); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -56416,7 +56270,7 @@ function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE(i5 break; } } - if ((i6 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); + if ((i6 | 0) == 9) ___assert_fail(28843, 28852, 1425, 28863); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -56426,7 +56280,7 @@ function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE(i5 break; } } - if ((i6 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); + if ((i6 | 0) == 13) ___assert_fail(28843, 28852, 1429, 28863); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -56437,8 +56291,8 @@ function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE(i5 break; } } - if ((i6 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); + if ((i6 | 0) == 17) ___assert_fail(28843, 28852, 1434, 28863); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(28843, 28852, 1437, 28863); } function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, i3) { @@ -56455,7 +56309,7 @@ function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); + if ((i6 | 0) == 5) ___assert_fail(28843, 28852, 1421, 28863); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -56465,7 +56319,7 @@ function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); + if ((i6 | 0) == 9) ___assert_fail(28843, 28852, 1425, 28863); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -56475,7 +56329,7 @@ function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); + if ((i6 | 0) == 13) ___assert_fail(28843, 28852, 1429, 28863); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -56486,8 +56340,8 @@ function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); + if ((i6 | 0) == 17) ___assert_fail(28843, 28852, 1434, 28863); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(28843, 28852, 1437, 28863); } function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, i3) { @@ -56504,7 +56358,7 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); + if ((i6 | 0) == 5) ___assert_fail(28843, 28852, 1421, 28863); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -56514,7 +56368,7 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); + if ((i6 | 0) == 9) ___assert_fail(28843, 28852, 1425, 28863); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -56524,7 +56378,7 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); + if ((i6 | 0) == 13) ___assert_fail(28843, 28852, 1429, 28863); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -56535,8 +56389,8 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); + if ((i6 | 0) == 17) ___assert_fail(28843, 28852, 1434, 28863); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(28843, 28852, 1437, 28863); } function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3) { @@ -56553,7 +56407,7 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3 break; } } - if ((i6 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); + if ((i6 | 0) == 5) ___assert_fail(28843, 28852, 1421, 28863); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -56563,7 +56417,7 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3 break; } } - if ((i6 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); + if ((i6 | 0) == 9) ___assert_fail(28843, 28852, 1425, 28863); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -56573,7 +56427,7 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3 break; } } - if ((i6 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); + if ((i6 | 0) == 13) ___assert_fail(28843, 28852, 1429, 28863); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -56584,8 +56438,8 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3 break; } } - if ((i6 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); + if ((i6 | 0) == 17) ___assert_fail(28843, 28852, 1434, 28863); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(28843, 28852, 1437, 28863); } function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE21__push_back_slow_pathIRKS6_EEvOT_(i7, i6) { @@ -56595,16 +56449,16 @@ function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE1 i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 3) + 1 | 0; - if (i1 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 3 >>> 0 < 268435455) { - i2 = i2 >> 2; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 3) + 1 | 0; + if (i2 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = (HEAP32[i7 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 3 >>> 0 < 268435455) { + i1 = i1 >> 2; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; } else i1 = 536870911; - __ZNSt3__114__split_bufferIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementERNS_9allocatorIS6_EEEC2EjjS9_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 3, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementERNS_9allocatorIS6_EEEC2EjjS9_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; i1 = i6; @@ -56619,92 +56473,49 @@ function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE1 return; } -function __ZN6cashew7IString3setEPKcb(i5, i1, i2) { - i5 = i5 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - var i3 = 0, i4 = 0, i6 = 0; - i6 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i3 = i6 + 8 | 0; - i4 = i6; - HEAP32[i4 >> 2] = i1; - if ((HEAP8[37424] | 0) == 0 ? ___cxa_guard_acquire(37424) | 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[9599] = i1; - ___cxa_guard_release(37424); - } - i1 = HEAP32[9599] | 0; - if (i2) { - __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i3, i1, i4); - HEAP32[i5 >> 2] = HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2]; - } else { - i2 = __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE4findIS2_EENS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEERKT_(i1, i4) | 0; - if (!i2) { - i1 = HEAP32[i4 >> 2] | 0; - i2 = _malloc((_strlen(i1) | 0) + 1 | 0) | 0; - _strcpy(i2, i1) | 0; - HEAP32[i4 >> 2] = i2; - i1 = HEAP32[9599] | 0; - } else { - i2 = HEAP32[i2 + 8 >> 2] | 0; - HEAP32[i4 >> 2] = i2; - } - __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i3, i1, i4); - HEAP32[i5 >> 2] = i2; - } - STACKTOP = i6; - return; -} - function __ZNSt3__16vectorINS0_INS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEENS4_IS6_Lj4096EEEEENS4_IS8_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS8_RS9_EE(i6, i5) { i6 = i6 | 0; i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; - i1 = HEAP32[i6 >> 2] | 0; - i4 = i6 + 4 | 0; - i2 = i5 + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; + i3 = i6 + 4 | 0; + i4 = i5 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i10 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == (i2 | 0)) break; + i10 = HEAP32[i4 >> 2] | 0; i8 = i10 + -16 | 0; - i7 = i3 + -16 | 0; + i7 = i1 + -16 | 0; HEAP32[i8 >> 2] = 0; i9 = i10 + -12 | 0; HEAP32[i9 >> 2] = 0; - i11 = HEAP32[i3 + -4 >> 2] | 0; + i11 = HEAP32[i1 + -4 >> 2] | 0; HEAP32[i10 + -8 >> 2] = 0; HEAP32[i10 + -4 >> 2] = i11; HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - i8 = i3 + -12 | 0; + i8 = i1 + -12 | 0; HEAP32[i9 >> 2] = HEAP32[i8 >> 2]; - i9 = i3 + -8 | 0; + i9 = i1 + -8 | 0; HEAP32[i10 + -8 >> 2] = HEAP32[i9 >> 2]; HEAP32[i9 >> 2] = 0; HEAP32[i8 >> 2] = 0; HEAP32[i7 >> 2] = 0; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + -16; - i3 = i7; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -16; + i1 = i7; } i9 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i2 >> 2] = i9; + HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i4 >> 2] = i9; i9 = i5 + 8 | 0; - i11 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i9 >> 2]; + i11 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; HEAP32[i9 >> 2] = i11; i9 = i6 + 8 | 0; i11 = i5 + 12 | 0; i10 = HEAP32[i9 >> 2] | 0; HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; HEAP32[i11 >> 2] = i10; - HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; return; } @@ -56715,16 +56526,16 @@ function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE1 i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 3) + 1 | 0; - if (i1 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 3 >>> 0 < 268435455) { - i2 = i2 >> 2; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 3) + 1 | 0; + if (i2 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = (HEAP32[i7 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 3 >>> 0 < 268435455) { + i1 = i1 >> 2; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; } else i1 = 536870911; - __ZNSt3__114__split_bufferIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementERNS_9allocatorIS6_EEEC2EjjS9_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 3, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementERNS_9allocatorIS6_EEEC2EjjS9_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; i1 = i6; @@ -56746,17 +56557,17 @@ function __ZN6cashew12ValueBuilder18appendCodeToSwitchENS_3RefES1_b(i6, i5, i2) var i1 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 8 | 0; - i3 = i7 + 4 | 0; + i3 = i7 + 8 | 0; + i4 = i7 + 4 | 0; i1 = i7; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 38500) | 0)) ___assert_fail(23373, 28612, 1610, 23435); - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 38416) | 0)) ___assert_fail(23454, 28612, 1611, 23435); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 39660) | 0)) ___assert_fail(23503, 29866, 1610, 23565); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 39576) | 0)) ___assert_fail(23584, 29866, 1611, 23565); L7 : do if (i2) { i6 = __ZN6cashew3RefixEj(i6, 2) | 0; i6 = __ZN6cashew5Value4backEv(__ZN6cashew5Value4backEv(HEAP32[i6 >> 2] | 0) | 0) | 0; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; + HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i6, i3) | 0; } else { i1 = 0; while (1) { @@ -56765,9 +56576,9 @@ function __ZN6cashew12ValueBuilder18appendCodeToSwitchENS_3RefES1_b(i6, i5, i2) i2 = __ZN6cashew3RefixEj(i6, 2) | 0; i2 = __ZN6cashew5Value4backEv(__ZN6cashew5Value4backEv(HEAP32[i2 >> 2] | 0) | 0) | 0; i8 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i5, 1) | 0, i1) | 0; - HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i2, i4) | 0; + HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i2, i3) | 0; i1 = i1 + 1 | 0; } } while (0); @@ -56779,76 +56590,76 @@ function __ZNSt3__16vectorINS0_IN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11s i6 = i6 | 0; i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; - i1 = HEAP32[i6 >> 2] | 0; - i4 = i6 + 4 | 0; - i2 = i5 + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; + i3 = i6 + 4 | 0; + i4 = i5 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i10 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == (i2 | 0)) break; + i10 = HEAP32[i4 >> 2] | 0; i8 = i10 + -16 | 0; - i7 = i3 + -16 | 0; + i7 = i1 + -16 | 0; HEAP32[i8 >> 2] = 0; i9 = i10 + -12 | 0; HEAP32[i9 >> 2] = 0; - i11 = HEAP32[i3 + -4 >> 2] | 0; + i11 = HEAP32[i1 + -4 >> 2] | 0; HEAP32[i10 + -8 >> 2] = 0; HEAP32[i10 + -4 >> 2] = i11; HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - i8 = i3 + -12 | 0; + i8 = i1 + -12 | 0; HEAP32[i9 >> 2] = HEAP32[i8 >> 2]; - i9 = i3 + -8 | 0; + i9 = i1 + -8 | 0; HEAP32[i10 + -8 >> 2] = HEAP32[i9 >> 2]; HEAP32[i9 >> 2] = 0; HEAP32[i8 >> 2] = 0; HEAP32[i7 >> 2] = 0; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + -16; - i3 = i7; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -16; + i1 = i7; } i9 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i2 >> 2] = i9; + HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i4 >> 2] = i9; i9 = i5 + 8 | 0; - i11 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i9 >> 2]; + i11 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; HEAP32[i9 >> 2] = i11; i9 = i6 + 8 | 0; i11 = i5 + 12 | 0; i10 = HEAP32[i9 >> 2] | 0; HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; HEAP32[i11 >> 2] = i10; - HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; return; } -function __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i7, i5, i8, i2, i4, i1) { +function __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i7, i6, i8, i4, i5, i3) { i7 = i7 | 0; - i5 = i5 | 0; + i6 = i6 | 0; i8 = i8 | 0; - i2 = i2 | 0; i4 = i4 | 0; - i1 = i1 | 0; - var i3 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0; + i5 = i5 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i9 = 0, i10 = 0, i11 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i6 = i9; - i3 = i7 + 48 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i3, i5) | 0) != (i7 + 52 | 0)) ___assert_fail(14975, 13029, 178, 15023); + i1 = i9; + i2 = i7 + 48 | 0; + if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i2, i6) | 0) != (i7 + 52 | 0)) ___assert_fail(15047, 13086, 178, 15095); i10 = i7 + 8 | 0; - i11 = HEAP32[i4 >> 2] | 0; - i4 = HEAP32[i1 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i6 + 4 >> 2] = i8; - HEAP8[i6 + 8 >> 0] = i2 & 1; - HEAP32[i6 + 12 >> 2] = i11; - HEAP32[i6 + 16 >> 2] = i4; - __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE7emplaceIJRS2_S5_EEENS9_INS_14__map_iteratorINS_15__tree_iteratorINS_12__value_typeIS2_S5_EEPNS_11__tree_nodeISJ_PvEEiEEEEbEEDpOT_(i9 + 24 | 0, i3, i5, i6); + i11 = HEAP32[i5 >> 2] | 0; + i5 = HEAP32[i3 >> 2] | 0; + HEAP32[i1 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i1 + 4 >> 2] = i8; + HEAP8[i1 + 8 >> 0] = i4 & 1; + HEAP32[i1 + 12 >> 2] = i11; + HEAP32[i1 + 16 >> 2] = i5; + __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE7emplaceIJRS2_S5_EEENS9_INS_14__map_iteratorINS_15__tree_iteratorINS_12__value_typeIS2_S5_EEPNS_11__tree_nodeISJ_PvEEiEEEEbEEDpOT_(i9 + 24 | 0, i2, i6, i1); i8 = (HEAP32[i10 >> 2] | 0) + 8 | 0; HEAP32[i10 >> 2] = i8; if (i8 >>> 0 < (HEAP32[i7 + 12 >> 2] | 0) >>> 0) { STACKTOP = i9; return; - } else ___assert_fail(15038, 13029, 181, 15023); + } else ___assert_fail(15110, 13086, 181, 15095); } function _mbtowc(i2, i6, i4) { @@ -56871,21 +56682,21 @@ function _mbtowc(i2, i6, i4) { } i1 = i2 + -194 | 0; if (i1 >>> 0 <= 50) { - i3 = i6 + 1 | 0; - i2 = HEAP32[4380 + (i1 << 2) >> 2] | 0; - if (i4 >>> 0 < 4 ? i2 & -2147483648 >>> ((i4 * 6 | 0) + -6 | 0) | 0 : 0) break; - i1 = HEAPU8[i3 >> 0] | 0; + i2 = i6 + 1 | 0; + i3 = HEAP32[4140 + (i1 << 2) >> 2] | 0; + if (i4 >>> 0 < 4 ? i3 & -2147483648 >>> ((i4 * 6 | 0) + -6 | 0) | 0 : 0) break; + i1 = HEAPU8[i2 >> 0] | 0; i4 = i1 >>> 3; - if ((i4 + -16 | i4 + (i2 >> 26)) >>> 0 <= 7) { - i2 = i1 + -128 | i2 << 6; - if ((i2 | 0) >= 0) { - HEAP32[i5 >> 2] = i2; + if ((i4 + -16 | i4 + (i3 >> 26)) >>> 0 <= 7) { + i1 = i1 + -128 | i3 << 6; + if ((i1 | 0) >= 0) { + HEAP32[i5 >> 2] = i1; i1 = 2; break L1; } - i1 = HEAPU8[i6 + 2 >> 0] | 0; - if ((i1 & 192 | 0) == 128) { - i2 = i1 + -128 | i2 << 6; + i2 = HEAPU8[i6 + 2 >> 0] | 0; + if ((i2 & 192 | 0) == 128) { + i2 = i2 + -128 | i1 << 6; if ((i2 | 0) >= 0) { HEAP32[i5 >> 2] = i2; i1 = 3; @@ -56909,38 +56720,38 @@ function _mbtowc(i2, i6, i4) { return i1 | 0; } -function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERi(i9, i2) { +function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERi(i9, i7) { i9 = i9 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i7 = i10 + 24 | 0; - i5 = i10 + 20 | 0; - i4 = i10 + 16 | 0; - i6 = i10 + 12 | 0; + i2 = i10 + 24 | 0; + i1 = i10 + 20 | 0; + i3 = i10 + 16 | 0; + i4 = i10 + 12 | 0; i11 = i10 + 28 | 0; - i1 = i10 + 8 | 0; - i3 = i10 + 4 | 0; - i8 = i10; + i6 = i10 + 8 | 0; + i8 = i10 + 4 | 0; + i5 = i10; __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i11, i9, 0); if (HEAP8[i11 >> 0] | 0) { - HEAP32[i1 >> 2] = 0; + HEAP32[i6 >> 2] = 0; i12 = __ZNKSt3__18ios_base6getlocEv(i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i8 >> 2] = i12; - i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 40484) | 0; + HEAP32[i5 >> 2] = i12; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 41644) | 0; i11 = i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0; i13 = HEAP32[(HEAP32[i12 >> 2] | 0) + 16 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i11 + 24 >> 2]; - HEAP32[i6 >> 2] = 0; - HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i7 >> 2] = HEAP32[i6 >> 2]; - FUNCTION_TABLE_iiiiiii[i13 & 63](i12, i5, i7, i11, i1, i3) | 0; - __ZNSt3__16localeD2Ev(i8); - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i11 + 24 >> 2]; + HEAP32[i4 >> 2] = 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + FUNCTION_TABLE_iiiiiii[i13 & 63](i12, i1, i2, i11, i6, i8) | 0; + __ZNSt3__16localeD2Ev(i5); + HEAP32[i7 >> 2] = HEAP32[i8 >> 2]; i8 = i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0; i11 = i8 + 16 | 0; - HEAP32[i11 >> 2] = HEAP32[i11 >> 2] | HEAP32[i1 >> 2] | (HEAP32[i8 + 24 >> 2] | 0) == 0; + HEAP32[i11 >> 2] = HEAP32[i11 >> 2] | HEAP32[i6 >> 2] | (HEAP32[i8 + 24 >> 2] | 0) == 0; } STACKTOP = i10; return i9 | 0; @@ -56954,102 +56765,52 @@ function __ZN4wasm22SExpressionWasmBuilder14makeMaybeBlockERNS_7ElementEjj(i10, var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i11 = 0, i12 = 0; i12 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i12; + i5 = i12; if ((__ZN4wasm7Element4sizeEv(i8) | 0) == (i2 + 1 | 0)) i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i10, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; else { i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i10 + 4 >> 2] | 0) | 0; i11 = i1 + 12 | 0; - i5 = i1 + 16 | 0; - i6 = i1 + 20 | 0; + i6 = i1 + 16 | 0; + i7 = i1 + 20 | 0; while (1) { if (!(i2 >>> 0 < i9 >>> 0 & i2 >>> 0 < (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0)) break; - i4 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i10, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; - HEAP32[i7 >> 2] = i4; - i3 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i4; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i11, i7); + i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i10, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; + HEAP32[i5 >> 2] = i3; + i4 = HEAP32[i6 >> 2] | 0; + if (i4 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i3; + HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i11, i5); i2 = i2 + 1 | 0; } - i2 = HEAP32[i5 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; if ((i2 | 0) != (HEAP32[i11 >> 2] | 0)) HEAP32[i1 + 4 >> 2] = HEAP32[(HEAP32[i2 + -4 >> 2] | 0) + 4 >> 2]; } STACKTOP = i12; return i1 | 0; } -function __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i5, i7, i4, i8) { - i5 = i5 | 0; - i7 = i7 | 0; - i4 = i4 | 0; - i8 = i8 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0, i9 = 0, i10 = 0; - i1 = HEAP8[i5 >> 0] | 0; - i3 = i5 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; - do if (((i1 & 1) == 0 ? (i1 & 255) >>> 1 : i2) | 0) { - if ((i7 | 0) != (i4 | 0)) { - i2 = i7; - i1 = i4; - while (1) { - i1 = i1 + -4 | 0; - if (i2 >>> 0 >= i1 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i1 >> 2] = i6; - i2 = i2 + 4 | 0; - } - i1 = HEAP8[i5 >> 0] | 0; - i2 = HEAP32[i3 >> 2] | 0; - } - i10 = (i1 & 1) == 0; - i3 = i10 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0; - i6 = i4 + -4 | 0; - i5 = i3 + (i10 ? (i1 & 255) >>> 1 : i2) | 0; - i4 = i3; - i2 = i7; - while (1) { - i1 = HEAP8[i4 >> 0] | 0; - i3 = i1 << 24 >> 24 < 1 | i1 << 24 >> 24 == 127; - if (i2 >>> 0 >= i6 >>> 0) break; - if (!i3 ? (i1 << 24 >> 24 | 0) != (HEAP32[i2 >> 2] | 0) : 0) { - i9 = 10; - break; - } - i4 = (i5 - i4 | 0) > 1 ? i4 + 1 | 0 : i4; - i2 = i2 + 4 | 0; - } - if ((i9 | 0) == 10) { - HEAP32[i8 >> 2] = 4; - break; - } - if (!i3 ? ((HEAP32[i6 >> 2] | 0) + -1 | 0) >>> 0 >= i1 << 24 >> 24 >>> 0 : 0) HEAP32[i8 >> 2] = 4; - } while (0); - return; -} - function __ZN4wasm15RemoveUnusedBrs10visitBlockEPNS_5BlockE(i2, i5) { i2 = i2 | 0; i5 = i5 | 0; var i1 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0; i8 = i5 + 8 | 0; L1 : do if (HEAP32[i8 >> 2] | 0 ? (i9 = i5 + 12 | 0, i10 = i5 + 16 | 0, i4 = HEAP32[i10 >> 2] | 0, i3 = HEAP32[i9 >> 2] | 0, i6 = i3, i1 = i4, (i4 | 0) != (i3 | 0)) : 0) { - i3 = (i4 - i3 >> 2) + -1 | 0; - i2 = 0; + i2 = (i4 - i3 >> 2) + -1 | 0; + i3 = 0; while (1) { - if (i2 >>> 0 >= i3 >>> 0) break; - i5 = HEAP32[i6 + (i2 << 2) >> 2] | 0; + if (i3 >>> 0 >= i2 >>> 0) break; + i5 = HEAP32[i6 + (i3 << 2) >> 2] | 0; if (!((i5 | 0) == 0 | (HEAP32[i5 >> 2] | 0) != 4) ? (HEAP32[i5 + 16 >> 2] | 0) == 0 : 0) { - i1 = i2; + i1 = i3; i7 = 7; break; } - i2 = i2 + 1 | 0; + i3 = i3 + 1 | 0; } if ((i7 | 0) == 7) { __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6resizeEj(i9, i1 + 1 | 0); - i1 = HEAP32[i10 >> 2] | 0; - i4 = i1; + i4 = HEAP32[i10 >> 2] | 0; + i1 = i4; } i3 = i1 + -4 | 0; i2 = HEAP32[i3 >> 2] | 0; @@ -57081,9 +56842,9 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD i4 = HEAP32[i5 + 4 >> 2] | 0; if (i1 >>> 0 <= i4 >>> 0) { if (i1 >>> 0 < i4 >>> 0) { - if (i4 >>> 0 > 2) i2 = (i4 + -1 & i4 | 0) == 0; else i2 = 0; - i3 = ~~+Math_ceil(+(+((HEAP32[i5 + 12 >> 2] | 0) >>> 0) / +HEAPF32[i5 + 16 >> 2])) >>> 0; - if (i2) i2 = 1 << 32 - (Math_clz32(i3 + -1 | 0) | 0); else i2 = __ZNSt3__112__next_primeEj(i3) | 0; + if (i4 >>> 0 > 2) i3 = (i4 + -1 & i4 | 0) == 0; else i3 = 0; + i2 = ~~+Math_ceil(+(+((HEAP32[i5 + 12 >> 2] | 0) >>> 0) / +HEAPF32[i5 + 16 >> 2])) >>> 0; + if (i3) i2 = 1 << 32 - (Math_clz32(i2 + -1 | 0) | 0); else i2 = __ZNSt3__112__next_primeEj(i2) | 0; i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; if (i1 >>> 0 < i4 >>> 0) __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_EEE8__rehashEj(i5, i1); } @@ -57091,6 +56852,43 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD return; } +function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE8__appendEj(i8, i2) { + i8 = i8 | 0; + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i7 = i9; + i5 = HEAP32[i8 + 8 >> 2] | 0; + i3 = i8 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; + if (i5 - i1 >> 2 >>> 0 < i2 >>> 0) { + i3 = HEAP32[i8 >> 2] | 0; + i6 = i1 - i3 >> 2; + i4 = i6 + i2 | 0; + if (i4 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); + i1 = i5 - i3 | 0; + if (i1 >> 2 >>> 0 < 536870911) { + i1 = i1 >> 1; + i1 = i1 >>> 0 < i4 >>> 0 ? i4 : i1; + } else i1 = 1073741823; + __ZNSt3__114__split_bufferIPNS_6locale5facetERNS_15__sso_allocatorIS3_Lj28EEEEC2EjjS6_(i7, i1, i6, i8 + 16 | 0); + i6 = i7 + 8 | 0; + i5 = HEAP32[i6 >> 2] | 0; + _memset(i5 | 0, 0, i2 << 2 | 0) | 0; + HEAP32[i6 >> 2] = i5 + (i2 << 2); + __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i8, i7); + __ZNSt3__114__split_bufferIPNS_6locale5facetERNS_15__sso_allocatorIS3_Lj28EEEED2Ev(i7); + } else do { + HEAP32[i1 >> 2] = 0; + i1 = (HEAP32[i3 >> 2] | 0) + 4 | 0; + HEAP32[i3 >> 2] = i1; + i2 = i2 + -1 | 0; + } while ((i2 | 0) != 0); + STACKTOP = i9; + return; +} + function __ZNKSt3__18messagesIcE6do_getEiiiRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE(i8, i1, i3, i5, i4, i2) { i8 = i8 | 0; i1 = i1 | 0; @@ -57117,15 +56915,14 @@ function __ZNKSt3__18messagesIcE6do_getEiiiRKNS_12basic_stringIcNS_11char_traits __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, HEAP8[i1 >> 0] | 0); i1 = i1 + 1 | 0; } - i3 = _catgets((i3 | 0) == -1 ? -1 : i3 << 1, i5, i4, (HEAP8[i6 >> 0] & 1) == 0 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0) | 0; - i1 = 0; + i1 = _catgets((i3 | 0) == -1 ? -1 : i3 << 1, i5, i4, (HEAP8[i6 >> 0] & 1) == 0 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0) | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i8 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i8 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = i3 + (_strlen(i3) | 0) | 0; - i1 = i3; + i2 = i1 + (_strlen(i1) | 0) | 0; while (1) { if (i1 >>> 0 >= i2 >>> 0) break; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i8, HEAP8[i1 >> 0] | 0); @@ -57136,40 +56933,52 @@ function __ZNKSt3__18messagesIcE6do_getEiiiRKNS_12basic_stringIcNS_11char_traits return; } -function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE8__appendEj(i8, i1) { +function __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i5, i7, i4, i8) { + i5 = i5 | 0; + i7 = i7 | 0; + i4 = i4 | 0; i8 = i8 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i7 = i9; - i5 = HEAP32[i8 + 8 >> 2] | 0; - i3 = i8 + 4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0, i9 = 0; + i1 = HEAP8[i5 >> 0] | 0; + i3 = i5 + 4 | 0; i2 = HEAP32[i3 >> 2] | 0; - if (i5 - i2 >> 2 >>> 0 < i1 >>> 0) { - i3 = HEAP32[i8 >> 2] | 0; - i6 = i2 - i3 >> 2; - i4 = i6 + i1 | 0; - if (i4 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); - i2 = i5 - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i2 = i2 >>> 0 < i4 >>> 0 ? i4 : i2; - } else i2 = 1073741823; - __ZNSt3__114__split_bufferIPNS_6locale5facetERNS_15__sso_allocatorIS3_Lj28EEEEC2EjjS6_(i7, i2, i6, i8 + 16 | 0); - i6 = i7 + 8 | 0; - i5 = HEAP32[i6 >> 2] | 0; - _memset(i5 | 0, 0, i1 << 2 | 0) | 0; - HEAP32[i6 >> 2] = i5 + (i1 << 2); - __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i8, i7); - __ZNSt3__114__split_bufferIPNS_6locale5facetERNS_15__sso_allocatorIS3_Lj28EEEED2Ev(i7); - } else do { - HEAP32[i2 >> 2] = 0; - i2 = (HEAP32[i3 >> 2] | 0) + 4 | 0; - HEAP32[i3 >> 2] = i2; - i1 = i1 + -1 | 0; - } while ((i1 | 0) != 0); - STACKTOP = i9; + do if (((i1 & 1) == 0 ? (i1 & 255) >>> 1 : i2) | 0) { + if ((i7 | 0) != (i4 | 0)) { + i1 = i4; + i2 = i7; + while (1) { + i1 = i1 + -4 | 0; + if (i2 >>> 0 >= i1 >>> 0) break; + i6 = HEAP32[i2 >> 2] | 0; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i1 >> 2] = i6; + i2 = i2 + 4 | 0; + } + i1 = HEAP8[i5 >> 0] | 0; + i2 = HEAP32[i3 >> 2] | 0; + } + i3 = (i1 & 1) == 0; + i5 = i3 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0; + i6 = i4 + -4 | 0; + i4 = i5 + (i3 ? (i1 & 255) >>> 1 : i2) | 0; + i2 = i7; + while (1) { + i1 = HEAP8[i5 >> 0] | 0; + i3 = i1 << 24 >> 24 < 1 | i1 << 24 >> 24 == 127; + if (i2 >>> 0 >= i6 >>> 0) break; + if (!i3 ? (i1 << 24 >> 24 | 0) != (HEAP32[i2 >> 2] | 0) : 0) { + i9 = 10; + break; + } + i5 = (i4 - i5 | 0) > 1 ? i5 + 1 | 0 : i5; + i2 = i2 + 4 | 0; + } + if ((i9 | 0) == 10) { + HEAP32[i8 >> 2] = 4; + break; + } + if (!i3 ? ((HEAP32[i6 >> 2] | 0) + -1 | 0) >>> 0 >= i1 << 24 >> 24 >>> 0 : 0) HEAP32[i8 >> 2] = 4; + } while (0); return; } @@ -57180,185 +56989,80 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseReturnERPcP var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i8 = i11 + 4 | 0; - i7 = i11; + i7 = i11 + 4 | 0; + i8 = i11; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i9); - i1 = HEAP8[HEAP32[i9 >> 2] >> 0] | 0; - i3 = i6; + i2 = HEAP8[HEAP32[i9 >> 2] >> 0] | 0; + i1 = i6; while (1) { - i2 = HEAP8[i3 >> 0] | 0; - if (!(i2 << 24 >> 24)) { + i3 = HEAP8[i1 >> 0] | 0; + if (!(i3 << 24 >> 24)) { i10 = 4; break; } - if (i2 << 24 >> 24 == i1 << 24 >> 24) { + if (i3 << 24 >> 24 == i2 << 24 >> 24) { i5 = 0; break; - } else i3 = i3 + 1 | 0; + } else i1 = i1 + 1 | 0; } if ((i10 | 0) == 4) i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i4, i9, i6) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i9); - i3 = HEAP32[i9 >> 2] | 0; - i4 = HEAP8[i3 >> 0] | 0; - i2 = i6; + i4 = HEAP32[i9 >> 2] | 0; + i3 = HEAP8[i4 >> 0] | 0; + i1 = i6; while (1) { - i1 = HEAP8[i2 >> 0] | 0; - if (!(i1 << 24 >> 24)) { + i2 = HEAP8[i1 >> 0] | 0; + if (!(i2 << 24 >> 24)) { i10 = 8; break; } - if (i1 << 24 >> 24 == i4 << 24 >> 24) break; else i2 = i2 + 1 | 0; + if (i2 << 24 >> 24 == i3 << 24 >> 24) break; else i1 = i1 + 1 | 0; } - if ((i10 | 0) == 8) ___assert_fail(23181, 22847, 460, 23201); - if (i4 << 24 >> 24 == 59) HEAP32[i9 >> 2] = i3 + 1; - HEAP32[i7 >> 2] = i5; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - i10 = __ZN6cashew12ValueBuilder10makeReturnENS_3RefE(i8) | 0; + if ((i10 | 0) == 8) ___assert_fail(23311, 22977, 460, 23331); + if (i3 << 24 >> 24 == 59) HEAP32[i9 >> 2] = i4 + 1; + HEAP32[i8 >> 2] = i5; + HEAP32[i7 >> 2] = HEAP32[i8 >> 2]; + i10 = __ZN6cashew12ValueBuilder10makeReturnENS_3RefE(i7) | 0; STACKTOP = i11; return i10 | 0; } -function ___stpncpy(i1, i3, i2) { - i1 = i1 | 0; - i3 = i3 | 0; - i2 = i2 | 0; - var i4 = 0, i5 = 0, i6 = 0; - i5 = i3; - do if (!((i5 ^ i1) & 3)) { - i4 = (i2 | 0) != 0; - L3 : do if (i4 & (i5 & 3 | 0) != 0) while (1) { - i5 = HEAP8[i3 >> 0] | 0; - HEAP8[i1 >> 0] = i5; - if (!(i5 << 24 >> 24)) break L3; - i2 = i2 + -1 | 0; - i3 = i3 + 1 | 0; - i1 = i1 + 1 | 0; - i4 = (i2 | 0) != 0; - if (!(i4 & (i3 & 3 | 0) != 0)) { - i6 = 5; - break; - } - } else i6 = 5; while (0); - if ((i6 | 0) == 5) if (!i4) { - i2 = 0; - break; - } - if (HEAP8[i3 >> 0] | 0) { - L11 : do if (i2 >>> 0 > 3) { - i4 = i3; - while (1) { - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 & -2139062144 ^ -2139062144) & i3 + -16843009 | 0) { - i3 = i4; - break L11; - } - HEAP32[i1 >> 2] = i3; - i2 = i2 + -4 | 0; - i3 = i4 + 4 | 0; - i1 = i1 + 4 | 0; - if (i2 >>> 0 > 3) i4 = i3; else break; - } - } while (0); - i6 = 11; - } - } else i6 = 11; while (0); - L16 : do if ((i6 | 0) == 11) if (!i2) i2 = 0; else while (1) { - i6 = HEAP8[i3 >> 0] | 0; - HEAP8[i1 >> 0] = i6; - if (!(i6 << 24 >> 24)) break L16; - i2 = i2 + -1 | 0; - i1 = i1 + 1 | 0; - if (!i2) { - i2 = 0; - break; - } else i3 = i3 + 1 | 0; - } while (0); - _memset(i1 | 0, 0, i2 | 0) | 0; - return i1 | 0; -} - -function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE8__appendEj(i7, i1) { +function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE8__appendEj(i7, i2) { i7 = i7 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0; + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i6 = i9; i3 = HEAP32[i7 + 8 >> 2] | 0; i8 = i7 + 4 | 0; - i2 = HEAP32[i8 >> 2] | 0; - if (i3 - i2 >> 2 >>> 0 < i1 >>> 0) { + i1 = HEAP32[i8 >> 2] | 0; + if (i3 - i1 >> 2 >>> 0 < i2 >>> 0) { i5 = HEAP32[i7 >> 2] | 0; - i4 = (i2 - i5 >> 2) + i1 | 0; + i4 = (i1 - i5 >> 2) + i2 | 0; if (i4 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = i3 - i5 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i2 = i2 >>> 0 < i4 >>> 0 ? i4 : i2; - } else i2 = 1073741823; - __ZNSt3__114__split_bufferIPN4wasm10ExpressionERNS_9allocatorIS3_EEEC2EjjS6_(i6, i2, (HEAP32[i8 >> 2] | 0) - i5 >> 2, i7 + 8 | 0); + i1 = i3 - i5 | 0; + if (i1 >> 2 >>> 0 < 536870911) { + i1 = i1 >> 1; + i1 = i1 >>> 0 < i4 >>> 0 ? i4 : i1; + } else i1 = 1073741823; + __ZNSt3__114__split_bufferIPN4wasm10ExpressionERNS_9allocatorIS3_EEEC2EjjS6_(i6, i1, (HEAP32[i8 >> 2] | 0) - i5 >> 2, i7 + 8 | 0); i8 = i6 + 8 | 0; i5 = HEAP32[i8 >> 2] | 0; - _memset(i5 | 0, 0, i1 << 2 | 0) | 0; - HEAP32[i8 >> 2] = i5 + (i1 << 2); + _memset(i5 | 0, 0, i2 << 2 | 0) | 0; + HEAP32[i8 >> 2] = i5 + (i2 << 2); __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i6); __ZNSt3__114__split_bufferIPN4wasm10ExpressionERNS_9allocatorIS3_EEED2Ev(i6); } else do { - HEAP32[i2 >> 2] = 0; - i2 = (HEAP32[i8 >> 2] | 0) + 4 | 0; - HEAP32[i8 >> 2] = i2; - i1 = i1 + -1 | 0; - } while ((i1 | 0) != 0); + HEAP32[i1 >> 2] = 0; + i1 = (HEAP32[i8 >> 2] | 0) + 4 | 0; + HEAP32[i8 >> 2] = i1; + i2 = i2 + -1 | 0; + } while ((i2 | 0) != 0); STACKTOP = i9; return; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendIPKcEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS7_E4typeESC_SC_(i10, i6, i9) { - i10 = i10 | 0; - i6 = i6 | 0; - i9 = i9 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0; - i5 = i6; - i1 = HEAP8[i10 >> 0] | 0; - if (!(i1 & 1)) { - i2 = i1; - i3 = 10; - i7 = (i1 & 255) >>> 1; - } else { - i3 = HEAP32[i10 >> 2] | 0; - i2 = i3 & 255; - i3 = (i3 & -2) + -1 | 0; - i7 = HEAP32[i10 + 4 >> 2] | 0; - } - i8 = i9 - i5 | 0; - do if ((i9 | 0) != (i6 | 0)) { - if ((i3 - i7 | 0) >>> 0 < i8 >>> 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i10, i3, i7 + i8 - i3 | 0, i7, i7, 0); - i1 = HEAP8[i10 >> 0] | 0; - } else i1 = i2; - if (!(i1 & 1)) i4 = i10 + 1 | 0; else i4 = HEAP32[i10 + 8 >> 2] | 0; - i3 = i9 + (i7 - i5) | 0; - i1 = i6; - i2 = i4 + i7 | 0; - while (1) { - if ((i1 | 0) == (i9 | 0)) break; - HEAP8[i2 >> 0] = HEAP8[i1 >> 0] | 0; - i1 = i1 + 1 | 0; - i2 = i2 + 1 | 0; - } - HEAP8[i4 + i3 >> 0] = 0; - i1 = i7 + i8 | 0; - if (!(HEAP8[i10 >> 0] & 1)) { - HEAP8[i10 >> 0] = i1 << 1; - break; - } else { - HEAP32[i10 + 4 >> 2] = i1; - break; - } - } while (0); - return; -} - function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEj(i8, i2) { i8 = i8 | 0; i2 = i2 | 0; @@ -57366,9 +57070,9 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserv if (i2 >>> 0 > 4294967279) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i8); i1 = HEAP8[i8 >> 0] | 0; if (!(i1 & 1)) i3 = 10; else { - i3 = HEAP32[i8 >> 2] | 0; - i1 = i3 & 255; - i3 = (i3 & -2) + -1 | 0; + i1 = HEAP32[i8 >> 2] | 0; + i3 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; } if (!(i1 & 1)) i7 = (i1 & 255) >>> 1; else i7 = HEAP32[i8 + 4 >> 2] | 0; i2 = i7 >>> 0 > i2 >>> 0 ? i7 : i2; @@ -57415,26 +57119,26 @@ function __ZN4wasm22SExpressionWasmBuilder18parseModuleElementERNS_7ElementE(i3, var i1 = 0; i1 = __ZN4wasm7Element4listEv(i2) | 0; i1 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) | 0; - do if ((i1 | 0) != (HEAP32[9553] | 0)) { - if ((i1 | 0) == (HEAP32[9554] | 0)) { + do if ((i1 | 0) != (HEAP32[9843] | 0)) { + if ((i1 | 0) == (HEAP32[9844] | 0)) { __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i3, i2); break; } - if ((i1 | 0) == (HEAP32[9557] | 0)) { + if ((i1 | 0) == (HEAP32[9847] | 0)) { __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i3, i2); break; } - if ((i1 | 0) == (HEAP32[9559] | 0)) { + if ((i1 | 0) == (HEAP32[9849] | 0)) { __ZN4wasm22SExpressionWasmBuilder11parseExportERNS_7ElementE(i3, i2); break; } - if ((i1 | 0) != (HEAP32[9560] | 0)) { - if ((i1 | 0) == (HEAP32[9561] | 0)) { + if ((i1 | 0) != (HEAP32[9850] | 0)) { + if ((i1 | 0) == (HEAP32[9851] | 0)) { __ZN4wasm22SExpressionWasmBuilder10parseTableERNS_7ElementE(i3, i2); break; } - if ((i1 | 0) != (HEAP32[9563] | 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(39584, 16833) | 0, i1) | 0, 10) | 0; + if ((i1 | 0) != (HEAP32[9853] | 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(40744, 16918) | 0, i1) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i3 + 8 | 0); } } @@ -57446,43 +57150,43 @@ function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuild i6 = i6 | 0; i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0; - i1 = HEAP32[i6 >> 2] | 0; - i4 = i6 + 4 | 0; - i2 = i5 + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; + i3 = i6 + 4 | 0; + i4 = i5 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i10 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == (i2 | 0)) break; + i10 = HEAP32[i4 >> 2] | 0; i8 = i10 + -12 | 0; - i7 = i3 + -12 | 0; + i7 = i1 + -12 | 0; HEAP32[i8 >> 2] = 0; i9 = i10 + -8 | 0; HEAP32[i9 >> 2] = 0; HEAP32[i10 + -4 >> 2] = 0; HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - i8 = i3 + -8 | 0; + i8 = i1 + -8 | 0; HEAP32[i9 >> 2] = HEAP32[i8 >> 2]; - i9 = i3 + -4 | 0; + i9 = i1 + -4 | 0; HEAP32[i10 + -4 >> 2] = HEAP32[i9 >> 2]; HEAP32[i9 >> 2] = 0; HEAP32[i8 >> 2] = 0; HEAP32[i7 >> 2] = 0; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + -12; - i3 = i7; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -12; + i1 = i7; } i8 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i2 >> 2] = i8; + HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i4 >> 2] = i8; i8 = i5 + 8 | 0; - i10 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; + i10 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; HEAP32[i8 >> 2] = i10; i8 = i6 + 8 | 0; i10 = i5 + 12 | 0; i9 = HEAP32[i8 >> 2] | 0; HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; HEAP32[i10 >> 2] = i9; - HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; return; } @@ -57493,9 +57197,9 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE7reserv if (i2 >>> 0 > 1073741807) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i8); i1 = HEAP8[i8 >> 0] | 0; if (!(i1 & 1)) i3 = 1; else { - i3 = HEAP32[i8 >> 2] | 0; - i1 = i3 & 255; - i3 = (i3 & -2) + -1 | 0; + i1 = HEAP32[i8 >> 2] | 0; + i3 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; } if (!(i1 & 1)) i7 = (i1 & 255) >>> 1; else i7 = HEAP32[i8 + 4 >> 2] | 0; i2 = i7 >>> 0 > i2 >>> 0 ? i7 : i2; @@ -57546,9 +57250,9 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ i4 = HEAP32[i5 + 4 >> 2] | 0; if (i1 >>> 0 <= i4 >>> 0) { if (i1 >>> 0 < i4 >>> 0) { - if (i4 >>> 0 > 2) i2 = (i4 + -1 & i4 | 0) == 0; else i2 = 0; - i3 = ~~+Math_ceil(+(+((HEAP32[i5 + 12 >> 2] | 0) >>> 0) / +HEAPF32[i5 + 16 >> 2])) >>> 0; - if (i2) i2 = 1 << 32 - (Math_clz32(i3 + -1 | 0) | 0); else i2 = __ZNSt3__112__next_primeEj(i3) | 0; + if (i4 >>> 0 > 2) i3 = (i4 + -1 & i4 | 0) == 0; else i3 = 0; + i2 = ~~+Math_ceil(+(+((HEAP32[i5 + 12 >> 2] | 0) >>> 0) / +HEAPF32[i5 + 16 >> 2])) >>> 0; + if (i3) i2 = 1 << 32 - (Math_clz32(i2 + -1 | 0) | 0); else i2 = __ZNSt3__112__next_primeEj(i2) | 0; i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; if (i1 >>> 0 < i4 >>> 0) __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_EEE8__rehashEj(i5, i1); } @@ -57556,33 +57260,79 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ return; } -function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiRPciEEEvDpOT_(i9, i4, i5, i6) { - i9 = i9 | 0; +function __ZN4wasm16PrintSExpression11visitSelectEPNS_6SelectE(i5, i4) { + i5 = i5 | 0; i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0; + i2 = i5 + 4 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 40) | 0; + i3 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(HEAP32[i2 >> 2] | 0) | 0; + switch (HEAP32[i4 + 4 >> 2] | 0) { + case 0: + { + i1 = 25305; + break; + } + case 1: + { + i1 = 25301; + break; + } + case 2: + { + i1 = 25297; + break; + } + case 3: + { + i1 = 25293; + break; + } + case 4: + { + i1 = 25289; + break; + } + default: + {} + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, i1) | 0, 25941) | 0; + i3 = i5 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i3) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i5, HEAP32[i4 + 8 >> 2] | 0); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i5, HEAP32[i4 + 12 >> 2] | 0); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i5, HEAP32[i4 + 16 >> 2] | 0); + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i3) | 0; + return; +} + +function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiRPciEEEvDpOT_(i9, i5, i6, i7) { + i9 = i9 | 0; i5 = i5 | 0; i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i7 = 0, i8 = 0, i10 = 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; - i7 = i9 + 4 | 0; - i3 = HEAP32[i9 >> 2] | 0; - i1 = (((HEAP32[i7 >> 2] | 0) - i3 | 0) / 12 | 0) + 1 | 0; - if (i1 >>> 0 > 357913941) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i9); - i2 = ((HEAP32[i9 + 8 >> 2] | 0) - i3 | 0) / 12 | 0; - if (i2 >>> 0 < 178956970) { - i2 = i2 << 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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[i7 >> 2] | 0) - i3 | 0) / 12 | 0, i9 + 8 | 0); - i7 = i8 + 8 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i5 = HEAP32[i5 >> 2] | 0; + __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; - HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i3 + 4 >> 2] = i5; - HEAP32[i3 + 8 >> 2] = i6; - HEAP32[i7 >> 2] = i3 + 12; + 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; @@ -57612,26 +57362,26 @@ function __ZN4wasm17SExpressionParser14parseInnerListEv(i7) { i1 = i6; } } else { - i6 = _strstr(i1, 16597) | 0; + i6 = _strstr(i1, 16682) | 0; HEAP32[i7 >> 2] = i6; if (i6 | 0) { i2 = 0; break; } - ___assert_fail(16600, 16606, 144, 16626); + ___assert_fail(16685, 16691, 144, 16711); } } else { i2 = __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i7 + 4 | 0) | 0; while (1) { - i4 = __ZN4wasm17SExpressionParser5parseEv(i7) | 0; - HEAP32[i6 >> 2] = i4; - if (!i4) break; - i5 = __ZN4wasm7Element4listEv(i2) | 0; - i3 = i5 + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 + 8 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i5, i6); else { - HEAP32[i1 >> 2] = i4; - HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; + i1 = __ZN4wasm17SExpressionParser5parseEv(i7) | 0; + HEAP32[i6 >> 2] = i1; + if (!i1) break; + i3 = __ZN4wasm7Element4listEv(i2) | 0; + i4 = i3 + 4 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if ((i5 | 0) == (HEAP32[i3 + 8 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i3, i6); else { + HEAP32[i5 >> 2] = i1; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; } } } while (0); @@ -57639,50 +57389,50 @@ function __ZN4wasm17SExpressionParser14parseInnerListEv(i7) { return i2 | 0; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKcj(i7, i4, i2, i5) { +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKcj(i7, i4, i2, i6) { i7 = i7 | 0; i4 = i4 | 0; i2 = i2 | 0; - i5 = i5 | 0; - var i1 = 0, i3 = 0, i6 = 0; + i6 = i6 | 0; + var i1 = 0, i3 = 0, i5 = 0; i1 = HEAP8[i7 >> 0] | 0; i3 = (i1 & 1) == 0; - if (i3) i6 = (i1 & 255) >>> 1; else i6 = HEAP32[i7 + 4 >> 2] | 0; - if (i6 >>> 0 < i4 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_out_of_rangeEv(i7); + if (i3) i5 = (i1 & 255) >>> 1; else i5 = HEAP32[i7 + 4 >> 2] | 0; + if (i5 >>> 0 < i4 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_out_of_rangeEv(i7); if (i3) i3 = 10; else { - i3 = HEAP32[i7 >> 2] | 0; - i1 = i3 & 255; - i3 = (i3 & -2) + -1 | 0; + i1 = HEAP32[i7 >> 2] | 0; + i3 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; } - if ((i3 - i6 | 0) >>> 0 >= i5 >>> 0) { - if (i5 | 0) { + if ((i3 - i5 | 0) >>> 0 >= i6 >>> 0) { + if (i6 | 0) { if (!(i1 & 1)) i3 = i7 + 1 | 0; else i3 = HEAP32[i7 + 8 >> 2] | 0; - if ((i6 | 0) == (i4 | 0)) i1 = i3 + i4 | 0; else { + if ((i5 | 0) == (i4 | 0)) i1 = i3 + i4 | 0; else { i1 = i3 + i4 | 0; - _memmove(i1 + i5 | 0, i1 | 0, i6 - i4 | 0) | 0; - i2 = i1 >>> 0 <= i2 >>> 0 & (i3 + i6 | 0) >>> 0 > i2 >>> 0 ? i2 + i5 | 0 : i2; + _memmove(i1 + i6 | 0, i1 | 0, i5 - i4 | 0) | 0; + i2 = i1 >>> 0 <= i2 >>> 0 & (i3 + i5 | 0) >>> 0 > i2 >>> 0 ? i2 + i6 | 0 : i2; } - _memmove(i1 | 0, i2 | 0, i5 | 0) | 0; - i1 = i6 + i5 | 0; + _memmove(i1 | 0, i2 | 0, i6 | 0) | 0; + i1 = i5 + i6 | 0; if (!(HEAP8[i7 >> 0] & 1)) HEAP8[i7 >> 0] = i1 << 1; else HEAP32[i7 + 4 >> 2] = i1; HEAP8[i3 + i1 >> 0] = 0; } - } else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE21__grow_by_and_replaceEjjjjjjPKc(i7, i3, i6 + i5 - i3 | 0, i6, i4, 0, i5, i2); + } else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE21__grow_by_and_replaceEjjjjjjPKc(i7, i3, i5 + i6 - i3 | 0, i5, i4, 0, i6, i2); return i7 | 0; } -function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11__get_am_pmERiRS4_S4_RjRKNS_5ctypeIwEE(i1, i10, i3, i5, i6, i4) { +function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11__get_am_pmERiRS4_S4_RjRKNS_5ctypeIwEE(i1, i10, i5, i7, i8, i6) { i1 = i1 | 0; i10 = i10 | 0; - i3 = i3 | 0; i5 = i5 | 0; + i7 = i7 | 0; + i8 = i8 | 0; i6 = i6 | 0; - i4 = i4 | 0; - var i2 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0; + var i2 = 0, i3 = 0, i4 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i8 = i11 + 4 | 0; - i7 = i11; + i3 = i11 + 4 | 0; + i4 = i11; i9 = i1 + 8 | 0; i9 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i9 >> 2] | 0) + 8 >> 2] & 127](i9) | 0; i1 = HEAP8[i9 >> 0] | 0; @@ -57690,32 +57440,32 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i1 = HEAP8[i9 + 12 >> 0] | 0; if (!(i1 & 1)) i1 = (i1 & 255) >>> 1; else i1 = HEAP32[i9 + 16 >> 2] | 0; do if ((i2 | 0) != (0 - i1 | 0)) { - HEAP32[i7 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - i2 = __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEPKNS_12basic_stringIwS3_NS_9allocatorIwEEEENS_5ctypeIwEEEET0_RT_SE_SD_SD_RKT1_Rjb(i3, i8, i9, i9 + 24 | 0, i4, i6, 0) | 0; - i1 = HEAP32[i10 >> 2] | 0; - if ((i2 | 0) == (i9 | 0) & (i1 | 0) == 12) { + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + i1 = __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEPKNS_12basic_stringIwS3_NS_9allocatorIwEEEENS_5ctypeIwEEEET0_RT_SE_SD_SD_RKT1_Rjb(i5, i3, i9, i9 + 24 | 0, i6, i8, 0) | 0; + i2 = HEAP32[i10 >> 2] | 0; + if ((i1 | 0) == (i9 | 0) & (i2 | 0) == 12) { HEAP32[i10 >> 2] = 0; break; } - if ((i1 | 0) < 12 & (i2 - i9 | 0) == 12) HEAP32[i10 >> 2] = i1 + 12; - } else HEAP32[i6 >> 2] = HEAP32[i6 >> 2] | 4; while (0); + if ((i2 | 0) < 12 & (i1 - i9 | 0) == 12) HEAP32[i10 >> 2] = i2 + 12; + } else HEAP32[i8 >> 2] = HEAP32[i8 >> 2] | 4; while (0); STACKTOP = i11; return; } -function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11__get_am_pmERiRS4_S4_RjRKNS_5ctypeIcEE(i1, i10, i3, i5, i6, i4) { +function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11__get_am_pmERiRS4_S4_RjRKNS_5ctypeIcEE(i1, i10, i5, i7, i8, i6) { i1 = i1 | 0; i10 = i10 | 0; - i3 = i3 | 0; i5 = i5 | 0; + i7 = i7 | 0; + i8 = i8 | 0; i6 = i6 | 0; - i4 = i4 | 0; - var i2 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0; + var i2 = 0, i3 = 0, i4 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i8 = i11 + 4 | 0; - i7 = i11; + i3 = i11 + 4 | 0; + i4 = i11; i9 = i1 + 8 | 0; i9 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i9 >> 2] | 0) + 8 >> 2] & 127](i9) | 0; i1 = HEAP8[i9 >> 0] | 0; @@ -57723,251 +57473,204 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i1 = HEAP8[i9 + 12 >> 0] | 0; if (!(i1 & 1)) i1 = (i1 & 255) >>> 1; else i1 = HEAP32[i9 + 16 >> 2] | 0; do if ((i2 | 0) != (0 - i1 | 0)) { - HEAP32[i7 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - i2 = __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEPKNS_12basic_stringIcS3_NS_9allocatorIcEEEENS_5ctypeIcEEEET0_RT_SE_SD_SD_RKT1_Rjb(i3, i8, i9, i9 + 24 | 0, i4, i6, 0) | 0; - i1 = HEAP32[i10 >> 2] | 0; - if ((i2 | 0) == (i9 | 0) & (i1 | 0) == 12) { + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + i1 = __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEPKNS_12basic_stringIcS3_NS_9allocatorIcEEEENS_5ctypeIcEEEET0_RT_SE_SD_SD_RKT1_Rjb(i5, i3, i9, i9 + 24 | 0, i6, i8, 0) | 0; + i2 = HEAP32[i10 >> 2] | 0; + if ((i1 | 0) == (i9 | 0) & (i2 | 0) == 12) { HEAP32[i10 >> 2] = 0; break; } - if ((i1 | 0) < 12 & (i2 - i9 | 0) == 12) HEAP32[i10 >> 2] = i1 + 12; - } else HEAP32[i6 >> 2] = HEAP32[i6 >> 2] | 4; while (0); + if ((i2 | 0) < 12 & (i1 - i9 | 0) == 12) HEAP32[i10 >> 2] = i2 + 12; + } else HEAP32[i8 >> 2] = HEAP32[i8 >> 2] | 4; while (0); STACKTOP = i11; return; } -function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERy(i8, i2) { +function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERy(i8, i7) { i8 = i8 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i6 = i9 + 20 | 0; - i4 = i9 + 16 | 0; + i2 = i9 + 20 | 0; + i1 = i9 + 16 | 0; i3 = i9 + 12 | 0; - i5 = i9 + 8 | 0; + i4 = i9 + 8 | 0; i10 = i9 + 24 | 0; - i1 = i9 + 4 | 0; - i7 = i9; + i6 = i9 + 4 | 0; + i5 = i9; __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i10, i8, 0); if (HEAP8[i10 >> 0] | 0) { - HEAP32[i1 >> 2] = 0; + HEAP32[i6 >> 2] = 0; i11 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i7 >> 2] = i11; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40484) | 0; + HEAP32[i5 >> 2] = i11; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 41644) | 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]; - HEAP32[i5 >> 2] = 0; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - FUNCTION_TABLE_iiiiiii[i12 & 63](i11, i4, i6, i10, i1, i2) | 0; - __ZNSt3__16localeD2Ev(i7); + HEAP32[i4 >> 2] = 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + FUNCTION_TABLE_iiiiiii[i12 & 63](i11, i1, i2, i10, i6, i7) | 0; + __ZNSt3__16localeD2Ev(i5); i7 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0; i10 = i7 + 16 | 0; - HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | HEAP32[i1 >> 2] | (HEAP32[i7 + 24 >> 2] | 0) == 0; + HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | HEAP32[i6 >> 2] | (HEAP32[i7 + 24 >> 2] | 0) == 0; } STACKTOP = i9; return i8 | 0; } -function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERx(i8, i2) { +function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERx(i8, i7) { i8 = i8 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i6 = i9 + 20 | 0; - i4 = i9 + 16 | 0; + i2 = i9 + 20 | 0; + i1 = i9 + 16 | 0; i3 = i9 + 12 | 0; - i5 = i9 + 8 | 0; + i4 = i9 + 8 | 0; i10 = i9 + 24 | 0; - i1 = i9 + 4 | 0; - i7 = i9; + i6 = i9 + 4 | 0; + i5 = i9; __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i10, i8, 0); if (HEAP8[i10 >> 0] | 0) { - HEAP32[i1 >> 2] = 0; + HEAP32[i6 >> 2] = 0; i11 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i7 >> 2] = i11; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40484) | 0; + HEAP32[i5 >> 2] = i11; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 41644) | 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]; - HEAP32[i5 >> 2] = 0; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - FUNCTION_TABLE_iiiiiii[i12 & 63](i11, i4, i6, i10, i1, i2) | 0; - __ZNSt3__16localeD2Ev(i7); + HEAP32[i4 >> 2] = 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + FUNCTION_TABLE_iiiiiii[i12 & 63](i11, i1, i2, i10, i6, i7) | 0; + __ZNSt3__16localeD2Ev(i5); i7 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0; i10 = i7 + 16 | 0; - HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | HEAP32[i1 >> 2] | (HEAP32[i7 + 24 >> 2] | 0) == 0; + HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | HEAP32[i6 >> 2] | (HEAP32[i7 + 24 >> 2] | 0) == 0; } STACKTOP = i9; return i8 | 0; } -function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERj(i8, i2) { +function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERj(i8, i7) { i8 = i8 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i6 = i9 + 20 | 0; - i4 = i9 + 16 | 0; + i2 = i9 + 20 | 0; + i1 = i9 + 16 | 0; i3 = i9 + 12 | 0; - i5 = i9 + 8 | 0; + i4 = i9 + 8 | 0; i10 = i9 + 24 | 0; - i1 = i9 + 4 | 0; - i7 = i9; + i6 = i9 + 4 | 0; + i5 = i9; __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i10, i8, 0); if (HEAP8[i10 >> 0] | 0) { - HEAP32[i1 >> 2] = 0; + HEAP32[i6 >> 2] = 0; i11 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i7 >> 2] = i11; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40484) | 0; + HEAP32[i5 >> 2] = i11; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 41644) | 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]; - HEAP32[i5 >> 2] = 0; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - FUNCTION_TABLE_iiiiiii[i12 & 63](i11, i4, i6, i10, i1, i2) | 0; - __ZNSt3__16localeD2Ev(i7); + HEAP32[i4 >> 2] = 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + FUNCTION_TABLE_iiiiiii[i12 & 63](i11, i1, i2, i10, i6, i7) | 0; + __ZNSt3__16localeD2Ev(i5); i7 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0; i10 = i7 + 16 | 0; - HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | HEAP32[i1 >> 2] | (HEAP32[i7 + 24 >> 2] | 0) == 0; + HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | HEAP32[i6 >> 2] | (HEAP32[i7 + 24 >> 2] | 0) == 0; } STACKTOP = i9; return i8 | 0; } -function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6appendIPwEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i10, i6, i9) { - i10 = i10 | 0; - i6 = i6 | 0; - i9 = i9 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0; - i5 = i6; - i1 = HEAP8[i10 >> 0] | 0; - if (!(i1 & 1)) { - i2 = i1; - i3 = 1; - i7 = (i1 & 255) >>> 1; - } else { - i3 = HEAP32[i10 >> 2] | 0; - i2 = i3 & 255; - i3 = (i3 & -2) + -1 | 0; - i7 = HEAP32[i10 + 4 >> 2] | 0; - } - i8 = i9 - i5 >> 2; - do if (i8 | 0) { - if ((i3 - i7 | 0) >>> 0 < i8 >>> 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9__grow_byEjjjjjj(i10, i3, i7 + i8 - i3 | 0, i7, i7, 0, 0); - i1 = HEAP8[i10 >> 0] | 0; - } else i1 = i2; - if (!(i1 & 1)) i4 = i10 + 4 | 0; else i4 = HEAP32[i10 + 8 >> 2] | 0; - i3 = i7 + ((i9 - i5 | 0) >>> 2) | 0; - i1 = i6; - i2 = i4 + (i7 << 2) | 0; - while (1) { - if ((i1 | 0) == (i9 | 0)) break; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - i1 = i1 + 4 | 0; - i2 = i2 + 4 | 0; - } - HEAP32[i4 + (i3 << 2) >> 2] = 0; - i1 = i7 + i8 | 0; - if (!(HEAP8[i10 >> 0] & 1)) { - HEAP8[i10 >> 0] = i1 << 1; - break; - } else { - HEAP32[i10 + 4 >> 2] = i1; - break; - } - } while (0); - return i10 | 0; -} - -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitBlockEPNS_5BlockE(i5, i9, i6) { - i5 = i5 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitBlockEPNS_5BlockE(i7, i9, i8) { + i7 = i7 | 0; i9 = i9 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i10 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i7 = i11; + i2 = i11; + HEAP32[i7 >> 2] = 0; + i5 = i7 + 8 | 0; HEAP32[i5 >> 2] = 0; - i8 = i5 + 8 | 0; - HEAP32[i8 >> 2] = 0; - HEAP32[i8 + 4 >> 2] = 0; - i8 = i5 + 16 | 0; - HEAP32[i8 >> 2] = 0; - i2 = HEAP32[i6 + 16 >> 2] | 0; - i4 = HEAP32[i6 + 12 >> 2] | 0; + HEAP32[i5 + 4 >> 2] = 0; + i5 = i7 + 16 | 0; + HEAP32[i5 >> 2] = 0; + i3 = HEAP32[i8 + 16 >> 2] | 0; + i6 = HEAP32[i8 + 12 >> 2] | 0; while (1) { - if ((i4 | 0) == (i2 | 0)) break; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i7, i9, HEAP32[i4 >> 2] | 0); - HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; - HEAP32[i5 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; - HEAP32[i5 + 16 >> 2] = HEAP32[i7 + 16 >> 2]; - i3 = HEAP32[i8 >> 2] | 0; - if (!i3) i4 = i4 + 4 | 0; else { - i1 = i3; + if ((i6 | 0) == (i3 | 0)) break; + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i9, HEAP32[i6 >> 2] | 0); + HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i7 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i7 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + HEAP32[i7 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; + HEAP32[i7 + 16 >> 2] = HEAP32[i2 + 16 >> 2]; + i4 = HEAP32[i5 >> 2] | 0; + if (!i4) i6 = i6 + 4 | 0; else { + i1 = i4; i10 = 4; break; } } - if ((i10 | 0) == 4 ? (i1 | 0) == (HEAP32[i6 + 8 >> 2] | 0) : 0) HEAP32[i8 >> 2] = 0; + if ((i10 | 0) == 4 ? (i1 | 0) == (HEAP32[i8 + 8 >> 2] | 0) : 0) HEAP32[i5 >> 2] = 0; STACKTOP = i11; return; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendIPcEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i10, i6, i9) { - i10 = i10 | 0; - i6 = i6 | 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; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i8 = 0; - i5 = i6; - i1 = HEAP8[i10 >> 0] | 0; + i5 = i5 | 0; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0; + i3 = i5; + i1 = HEAP8[i9 >> 0] | 0; if (!(i1 & 1)) { - i2 = i1; - i3 = 10; i7 = (i1 & 255) >>> 1; + i2 = 10; } else { - i3 = HEAP32[i10 >> 2] | 0; - i2 = i3 & 255; - i3 = (i3 & -2) + -1 | 0; - i7 = HEAP32[i10 + 4 >> 2] | 0; - } - i8 = i9 - i5 | 0; - do if ((i9 | 0) != (i6 | 0)) { - if ((i3 - i7 | 0) >>> 0 < i8 >>> 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEjjjjjj(i10, i3, i7 + i8 - i3 | 0, i7, i7, 0, 0); - i1 = HEAP8[i10 >> 0] | 0; - } else i1 = i2; - if (!(i1 & 1)) i4 = i10 + 1 | 0; else i4 = HEAP32[i10 + 8 >> 2] | 0; - i3 = i9 + (i7 - i5) | 0; - i1 = i6; + i1 = HEAP32[i9 >> 2] | 0; + i7 = HEAP32[i9 + 4 >> 2] | 0; + i2 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; + } + i6 = i8 - i3 | 0; + do if ((i8 | 0) != (i5 | 0)) { + if ((i2 - i7 | 0) >>> 0 < i6 >>> 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i9, i2, i7 + i6 - i2 | 0, i7, i7, 0); + i1 = HEAP8[i9 >> 0] | 0; + } + if (!(i1 & 1)) i4 = i9 + 1 | 0; else i4 = HEAP32[i9 + 8 >> 2] | 0; + i3 = i8 + (i7 - i3) | 0; + i1 = i5; i2 = i4 + i7 | 0; while (1) { - if ((i1 | 0) == (i9 | 0)) break; + if ((i1 | 0) == (i8 | 0)) break; HEAP8[i2 >> 0] = HEAP8[i1 >> 0] | 0; i1 = i1 + 1 | 0; i2 = i2 + 1 | 0; } HEAP8[i4 + i3 >> 0] = 0; - i1 = i7 + i8 | 0; - if (!(HEAP8[i10 >> 0] & 1)) { - HEAP8[i10 >> 0] = i1 << 1; + i1 = i7 + i6 | 0; + if (!(HEAP8[i9 >> 0] & 1)) { + HEAP8[i9 >> 0] = i1 << 1; break; } else { - HEAP32[i10 + 4 >> 2] = i1; + HEAP32[i9 + 4 >> 2] = i1; break; } } while (0); - return i10 | 0; + return; } function __ZL25default_terminate_handlerv() { @@ -57981,32 +57684,32 @@ function __ZL25default_terminate_handlerv() { i5 = i5 + 36 | 0; i1 = ___cxa_get_globals_fast() | 0; if (i1 | 0 ? (i4 = HEAP32[i1 >> 2] | 0, i4 | 0) : 0) { - i2 = i4 + 48 | 0; - i1 = HEAP32[i2 >> 2] | 0; - i2 = HEAP32[i2 + 4 >> 2] | 0; - if (!((i1 & -256 | 0) == 1126902528 & (i2 | 0) == 1129074247)) { - HEAP32[i3 >> 2] = HEAP32[2901]; - _abort_message(35255, i3); + i1 = i4 + 48 | 0; + i2 = HEAP32[i1 >> 2] | 0; + i1 = HEAP32[i1 + 4 >> 2] | 0; + if (!((i2 & -256 | 0) == 1126902528 & (i1 | 0) == 1129074247)) { + HEAP32[i3 >> 2] = HEAP32[2929]; + _abort_message(36413, i3); } - if ((i1 | 0) == 1126902529 & (i2 | 0) == 1129074247) i1 = HEAP32[i4 + 44 >> 2] | 0; else i1 = i4 + 80 | 0; + if ((i2 | 0) == 1126902529 & (i1 | 0) == 1129074247) i1 = HEAP32[i4 + 44 >> 2] | 0; else i1 = i4 + 80 | 0; HEAP32[i5 >> 2] = i1; i4 = HEAP32[i4 >> 2] | 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - if (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[632] | 0) + 16 >> 2] & 31](2528, i4, i5) | 0) { + if (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[642] | 0) + 16 >> 2] & 31](2568, i4, i5) | 0) { i8 = HEAP32[i5 >> 2] | 0; - i5 = HEAP32[2901] | 0; + i5 = HEAP32[2929] | 0; i8 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i8 >> 2] | 0) + 8 >> 2] & 127](i8) | 0; HEAP32[i6 >> 2] = i5; HEAP32[i6 + 4 >> 2] = i1; HEAP32[i6 + 8 >> 2] = i8; - _abort_message(35169, i6); + _abort_message(36327, i6); } else { - HEAP32[i8 >> 2] = HEAP32[2901]; + HEAP32[i8 >> 2] = HEAP32[2929]; HEAP32[i8 + 4 >> 2] = i1; - _abort_message(35214, i8); + _abort_message(36372, i8); } } - _abort_message(35293, i7); + _abort_message(36451, i7); } function __ZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralE(i4, i3, i1) { @@ -58020,49 +57723,24 @@ function __ZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralE HEAP32[i5 >> 2] = i4; if ((HEAP32[i1 >> 2] | 0) == 1) { i2 = __ZNK4wasm7Literal6geti32Ev(i1) | 0; - i1 = ((i2 | 0) < 0) << 31 >> 31; + i1 = i2; + i2 = ((i2 | 0) < 0) << 31 >> 31; } else { - i2 = __ZNK4wasm7Literal6geti64Ev(i1) | 0; - i1 = tempRet0; + i1 = __ZNK4wasm7Literal6geti64Ev(i1) | 0; + i2 = tempRet0; } i8 = i3 + 12 | 0; i7 = i4 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i8 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20340); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i2, (HEAP32[i7 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) | 0, 20356); - i4 = _i64Add(HEAP32[i8 >> 2] | 0, 0, i2 | 0, i1 | 0) | 0; + __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i8 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20477); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i1, (HEAP32[i7 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) | 0, 20493); + i4 = _i64Add(HEAP32[i8 >> 2] | 0, 0, i1 | 0, i2 | 0) | 0; i3 = i3 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i3 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20371); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i4, (HEAP32[i7 >> 2] | 0) - (HEAP32[i3 >> 2] | 0) | 0, 20386); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i3 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20508); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i4, (HEAP32[i7 >> 2] | 0) - (HEAP32[i3 >> 2] | 0) | 0, 20523); STACKTOP = i6; return i4 | 0; } -function _instantiate() { - var i1 = 0, i2 = 0, i3 = 0, i4 = 0; - i3 = STACKTOP; - STACKTOP = STACKTOP + 160 | 0; - i1 = i3; - if (HEAP8[42388] | 0 ? (i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 14361) | 0, __ZN4wasm6ModuleC2ERKS0_(i1, HEAP32[9598] | 0), __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_6ModuleE(i2, i1) | 0, 10) | 0, __ZN4wasm6ModuleD2Ev(i1), HEAP8[42388] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 14385) | 0; - _emscripten_asm_const_v(6); - i1 = HEAP32[9598] | 0; - i2 = i1 + 76 | 0; - i1 = HEAP32[i1 + 72 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break; - _emscripten_asm_const_ii(7, HEAP32[HEAP32[i1 + 20 >> 2] >> 2] | 0) | 0; - i1 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i1) | 0; - } - if (HEAP8[42388] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 14645) | 0; - i2 = __Znwj(16) | 0; - i4 = HEAP32[9598] | 0; - i1 = __Znwj(4) | 0; - HEAP32[i1 >> 2] = 2916; - __ZN4wasm14ModuleInstanceC2ERNS_6ModuleEPNS0_17ExternalInterfaceE(i2, i4, i1); - HEAP32[9597] = i2; - STACKTOP = i3; - return; -} - function __ZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralE(i4, i3, i1) { i4 = i4 | 0; i3 = i3 | 0; @@ -58074,19 +57752,20 @@ function __ZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralE( HEAP32[i5 >> 2] = i4; if ((HEAP32[i1 >> 2] | 0) == 1) { i2 = __ZNK4wasm7Literal6geti32Ev(i1) | 0; - i1 = ((i2 | 0) < 0) << 31 >> 31; + i1 = i2; + i2 = ((i2 | 0) < 0) << 31 >> 31; } else { - i2 = __ZNK4wasm7Literal6geti64Ev(i1) | 0; - i1 = tempRet0; + i1 = __ZNK4wasm7Literal6geti64Ev(i1) | 0; + i2 = tempRet0; } i8 = i3 + 16 | 0; i7 = i4 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i8 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20340); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i2, (HEAP32[i7 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) | 0, 20356); - i4 = _i64Add(HEAP32[i8 >> 2] | 0, 0, i2 | 0, i1 | 0) | 0; + __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i8 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20477); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i1, (HEAP32[i7 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) | 0, 20493); + i4 = _i64Add(HEAP32[i8 >> 2] | 0, 0, i1 | 0, i2 | 0) | 0; i3 = i3 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i3 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20371); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i4, (HEAP32[i7 >> 2] | 0) - (HEAP32[i3 >> 2] | 0) | 0, 20386); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i3 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20508); + __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i4, (HEAP32[i7 >> 2] | 0) - (HEAP32[i3 >> 2] | 0) | 0, 20523); STACKTOP = i6; return i4 | 0; } @@ -58106,16 +57785,16 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i4) } if (i1 << 24 >> 24 != 47) break; if ((HEAP8[i2 + 1 >> 0] | 0) == 47) { - i1 = i2 + 2 | 0; + i3 = i2 + 2 | 0; while (1) { - HEAP32[i4 >> 2] = i1; - i5 = HEAP8[i1 >> 0] | 0; - i3 = i5 << 24 >> 24 == 0; - i2 = i1 + 1 | 0; - if (i5 << 24 >> 24 != 10 & (i3 ^ 1)) i1 = i2; else break; + HEAP32[i4 >> 2] = i3; + i5 = HEAP8[i3 >> 0] | 0; + i1 = i5 << 24 >> 24 == 0; + i2 = i3 + 1 | 0; + if (i5 << 24 >> 24 != 10 & (i1 ^ 1)) i3 = i2; else break; } - if (i3) { - i2 = i1; + if (i1) { + i2 = i3; continue; } HEAP32[i4 >> 2] = i2; @@ -58149,27 +57828,72 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i4) return; } +function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6appendIPwEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i9, i5, i8) { + i9 = i9 | 0; + i5 = i5 | 0; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0; + i3 = i5; + i1 = HEAP8[i9 >> 0] | 0; + if (!(i1 & 1)) { + i7 = (i1 & 255) >>> 1; + i2 = 1; + } else { + i1 = HEAP32[i9 >> 2] | 0; + i7 = HEAP32[i9 + 4 >> 2] | 0; + i2 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; + } + i6 = i8 - i3 >> 2; + do if (i6 | 0) { + if ((i2 - i7 | 0) >>> 0 < i6 >>> 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9__grow_byEjjjjjj(i9, i2, i7 + i6 - i2 | 0, i7, i7, 0, 0); + i1 = HEAP8[i9 >> 0] | 0; + } + if (!(i1 & 1)) i4 = i9 + 4 | 0; else i4 = HEAP32[i9 + 8 >> 2] | 0; + i3 = i7 + ((i8 - i3 | 0) >>> 2) | 0; + i1 = i5; + i2 = i4 + (i7 << 2) | 0; + while (1) { + if ((i1 | 0) == (i8 | 0)) break; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + i1 = i1 + 4 | 0; + i2 = i2 + 4 | 0; + } + HEAP32[i4 + (i3 << 2) >> 2] = 0; + i1 = i7 + i6 | 0; + if (!(HEAP8[i9 >> 0] & 1)) { + HEAP8[i9 >> 0] = i1 << 1; + break; + } else { + HEAP32[i9 + 4 >> 2] = i1; + break; + } + } while (0); + return i9 | 0; +} + function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterParenERPc(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0; - i5 = i1 + 4 | 0; - __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i1, (((HEAP32[i5 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) | 0) / 12 | 0) + 1 | 0); + 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, 35848) | 0; + i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i1, i2, 37006) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i2); i1 = HEAP32[i2 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 41) ___assert_fail(23227, 22847, 659, 23806); + if ((HEAP8[i1 >> 0] | 0) != 41) ___assert_fail(23357, 22977, 659, 23936); HEAP32[i2 >> 2] = i1 + 1; - i1 = HEAP32[i5 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; i2 = i1 + -12 | 0; - if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i4 = i1; else ___assert_fail(23510, 22847, 661, 23806); + if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i5 = i1; else ___assert_fail(23640, 22977, 661, 23936); while (1) { - if ((i4 | 0) == (i2 | 0)) break; - i1 = i4 + -12 | 0; - HEAP32[i5 >> 2] = i1; + if ((i5 | 0) == (i2 | 0)) break; + i1 = i5 + -12 | 0; + HEAP32[i4 >> 2] = i1; __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEED2Ev(i1); - i4 = HEAP32[i5 >> 2] | 0; + i5 = HEAP32[i4 >> 2] | 0; } return i3 | 0; } @@ -58230,35 +57954,35 @@ function _memchr(i1, i5, i2) { return (i2 | 0 ? i1 : 0) | 0; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEjPKcj(i7, i4, i2, i5) { +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEjPKcj(i7, i4, i2, i6) { i7 = i7 | 0; i4 = i4 | 0; i2 = i2 | 0; - i5 = i5 | 0; - var i1 = 0, i3 = 0, i6 = 0; + i6 = i6 | 0; + var i1 = 0, i3 = 0, i5 = 0; i1 = HEAP8[i7 >> 0] | 0; i3 = (i1 & 1) == 0; - if (i3) i6 = (i1 & 255) >>> 1; else i6 = HEAP32[i7 + 4 >> 2] | 0; - if (i6 >>> 0 < i4 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_out_of_rangeEv(i7); + if (i3) i5 = (i1 & 255) >>> 1; else i5 = HEAP32[i7 + 4 >> 2] | 0; + if (i5 >>> 0 < i4 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_out_of_rangeEv(i7); if (i3) i3 = 10; else { - i3 = HEAP32[i7 >> 2] | 0; - i1 = i3 & 255; - i3 = (i3 & -2) + -1 | 0; + i1 = HEAP32[i7 >> 2] | 0; + i3 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; } - if ((i3 - i6 | 0) >>> 0 >= i5 >>> 0) { - if (i5 | 0) { + if ((i3 - i5 | 0) >>> 0 >= i6 >>> 0) { + if (i6 | 0) { if (!(i1 & 1)) i3 = i7 + 1 | 0; else i3 = HEAP32[i7 + 8 >> 2] | 0; - if ((i6 | 0) == (i4 | 0)) i1 = i3 + i4 | 0; else { + if ((i5 | 0) == (i4 | 0)) i1 = i3 + i4 | 0; else { i1 = i3 + i4 | 0; - _memmove(i1 + i5 | 0, i1 | 0, i6 - i4 | 0) | 0; - i2 = i1 >>> 0 <= i2 >>> 0 & (i3 + i6 | 0) >>> 0 > i2 >>> 0 ? i2 + i5 | 0 : i2; + _memmove(i1 + i6 | 0, i1 | 0, i5 - i4 | 0) | 0; + i2 = i1 >>> 0 <= i2 >>> 0 & (i3 + i5 | 0) >>> 0 > i2 >>> 0 ? i2 + i6 | 0 : i2; } - _memmove(i1 | 0, i2 | 0, i5 | 0) | 0; - i1 = i6 + i5 | 0; + _memmove(i1 | 0, i2 | 0, i6 | 0) | 0; + i1 = i5 + i6 | 0; if (!(HEAP8[i7 >> 0] & 1)) HEAP8[i7 >> 0] = i1 << 1; else HEAP32[i7 + 4 >> 2] = i1; HEAP8[i3 + i1 >> 0] = 0; } - } else __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE21__grow_by_and_replaceEjjjjjjPKc(i7, i3, i6 + i5 - i3 | 0, i6, i4, 0, i5, i2); + } else __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE21__grow_by_and_replaceEjjjjjjPKc(i7, i3, i5 + i6 - i3 | 0, i5, i4, 0, i6, i2); return i7 | 0; } @@ -58296,6 +58020,58 @@ function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE8__appendEj(i8, i6) { return; } +function ___stpncpy(i2, i3, i1) { + i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + var i4 = 0, i5 = 0, i6 = 0; + i5 = i3; + do if (!((i5 ^ i2) & 3)) { + i4 = (i1 | 0) != 0; + L3 : do if (i4 & (i5 & 3 | 0) != 0) while (1) { + i5 = HEAP8[i3 >> 0] | 0; + HEAP8[i2 >> 0] = i5; + if (!(i5 << 24 >> 24)) break L3; + i1 = i1 + -1 | 0; + i3 = i3 + 1 | 0; + i2 = i2 + 1 | 0; + i4 = (i1 | 0) != 0; + if (!(i4 & (i3 & 3 | 0) != 0)) { + i6 = 5; + break; + } + } else i6 = 5; while (0); + if ((i6 | 0) == 5) if (!i4) { + i1 = 0; + break; + } + if (HEAP8[i3 >> 0] | 0) { + L11 : do if (i1 >>> 0 > 3) do { + i4 = HEAP32[i3 >> 2] | 0; + if ((i4 & -2139062144 ^ -2139062144) & i4 + -16843009 | 0) break L11; + HEAP32[i2 >> 2] = i4; + i1 = i1 + -4 | 0; + i3 = i3 + 4 | 0; + i2 = i2 + 4 | 0; + } while (i1 >>> 0 > 3); while (0); + i6 = 11; + } + } else i6 = 11; while (0); + L16 : do if ((i6 | 0) == 11) if (!i1) i1 = 0; else while (1) { + i6 = HEAP8[i3 >> 0] | 0; + HEAP8[i2 >> 0] = i6; + if (!(i6 << 24 >> 24)) break L16; + i1 = i1 + -1 | 0; + i2 = i2 + 1 | 0; + if (!i1) { + i1 = 0; + break; + } else i3 = i3 + 1 | 0; + } while (0); + _memset(i2 | 0, 0, i1 | 0) | 0; + return i2 | 0; +} + function __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -58303,66 +58079,32 @@ function __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_strin i6 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i3 = i6 + 24 | 0; - i5 = i6 + 12 | 0; - i4 = i6; + i4 = i6 + 12 | 0; + i5 = i6; i7 = i2 + 76 | 0; i2 = HEAP32[i7 >> 2] | 0; HEAP32[i7 >> 2] = i2 + 1; - __ZNSt3__19to_stringEj(i4, i2); + __ZNSt3__19to_stringEj(i5, i2); i2 = HEAP8[i1 >> 0] | 0; i7 = (i2 & 1) == 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEjPKcj(i4, 0, i7 ? i1 + 1 | 0 : HEAP32[i1 + 8 >> 2] | 0, i7 ? (i2 & 255) >>> 1 : HEAP32[i1 + 4 >> 2] | 0) | 0; - HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEjPKcj(i5, 0, i7 ? i1 + 1 | 0 : HEAP32[i1 + 8 >> 2] | 0, i7 ? (i2 & 255) >>> 1 : HEAP32[i1 + 4 >> 2] | 0) | 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 ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + 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); + __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i4 >> 0] & 1) == 0 ? i4 + 1 | 0 : HEAP32[i4 + 8 >> 2] | 0, 0); i7 = HEAP32[i3 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); STACKTOP = i6; return i7 | 0; } -function __ZN4wasm5Block7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i5, i7, i3) { - i5 = i5 | 0; - i7 = i7 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0, i8 = 0, i9 = 0; - i8 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i2 = i8 + 8 | 0; - i6 = i8 + 4 | 0; - i1 = i8; - HEAP32[i6 >> 2] = i3; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i7, 27957, 0) | 0; - i4 = i5 + 8 | 0; - if (HEAP32[i4 >> 2] | 0) { - i9 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i7, 32) | 0; - HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i9, i2) | 0; - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i7, 10) | 0; - i3 = i3 + 1 | 0; - HEAP32[i6 >> 2] = i3; - i2 = HEAP32[i5 + 16 >> 2] | 0; - i1 = HEAP32[i5 + 12 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i7, i3, HEAP32[i1 >> 2] | 0) | 0; - i1 = i1 + 4 | 0; - } - i9 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i7, i6) | 0; - STACKTOP = i8; - return i9 | 0; -} - function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -58370,16 +58112,16 @@ function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 4) + 1 | 0; - if (i1 >>> 0 > 268435455) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 4 >>> 0 < 134217727) { - i2 = i2 >> 3; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 4) + 1 | 0; + if (i2 >>> 0 > 268435455) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = (HEAP32[i7 + 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_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 4, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 4, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -58393,6 +58135,51 @@ function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow return; } +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendIPcEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i9, i5, i8) { + i9 = i9 | 0; + i5 = i5 | 0; + i8 = i8 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0; + i3 = i5; + i1 = HEAP8[i9 >> 0] | 0; + if (!(i1 & 1)) { + i7 = (i1 & 255) >>> 1; + i2 = 10; + } else { + i1 = HEAP32[i9 >> 2] | 0; + i7 = HEAP32[i9 + 4 >> 2] | 0; + i2 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; + } + i6 = i8 - i3 | 0; + do if ((i8 | 0) != (i5 | 0)) { + if ((i2 - i7 | 0) >>> 0 < i6 >>> 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEjjjjjj(i9, i2, i7 + i6 - i2 | 0, i7, i7, 0, 0); + i1 = HEAP8[i9 >> 0] | 0; + } + if (!(i1 & 1)) i4 = i9 + 1 | 0; else i4 = HEAP32[i9 + 8 >> 2] | 0; + i3 = i8 + (i7 - i3) | 0; + i1 = i5; + i2 = i4 + i7 | 0; + while (1) { + if ((i1 | 0) == (i8 | 0)) break; + HEAP8[i2 >> 0] = HEAP8[i1 >> 0] | 0; + i1 = i1 + 1 | 0; + i2 = i2 + 1 | 0; + } + HEAP8[i4 + i3 >> 0] = 0; + i1 = i7 + i6 | 0; + if (!(HEAP8[i9 >> 0] & 1)) { + HEAP8[i9 >> 0] = i1 << 1; + break; + } else { + HEAP32[i9 + 4 >> 2] = i1; + break; + } + } while (0); + return i9 | 0; +} + function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -58400,16 +58187,16 @@ function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 4) + 1 | 0; - if (i1 >>> 0 > 268435455) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 4 >>> 0 < 134217727) { - i2 = i2 >> 3; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 4) + 1 | 0; + if (i2 >>> 0 > 268435455) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = (HEAP32[i7 + 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_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 4, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 4, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -58423,36 +58210,6 @@ function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow return; } -function __ZN4wasm12CallIndirect7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i4, i6, i1) { - i4 = i4 | 0; - i6 = i6 | 0; - i1 = i1 | 0; - var i2 = 0, i3 = 0, i5 = 0, i7 = 0, i8 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i3 = i7 + 8 | 0; - i5 = i7 + 4 | 0; - i8 = i7; - i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i6, 17334, 0) | 0; - HEAP32[i8 >> 2] = HEAP32[HEAP32[i4 + 20 >> 2] >> 2]; - HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i3) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i6, 10) | 0; - i3 = i1 + 1 | 0; - HEAP32[i5 >> 2] = i3; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i6, i3, HEAP32[i4 + 24 >> 2] | 0) | 0; - i2 = HEAP32[i4 + 12 >> 2] | 0; - i1 = HEAP32[i4 + 8 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i6, i3, HEAP32[i1 >> 2] | 0) | 0; - i1 = i1 + 4 | 0; - } - i8 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i6, i5) | 0; - STACKTOP = i7; - return i8 | 0; -} - function __ZNSt3__16__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoEEENS_19__map_value_compareIS7_SB_NS_4lessIS7_EELb1EEENS5_ISB_EEE4findIS7_EENS_15__tree_iteratorISB_PNS_11__tree_nodeISB_PvEEiEERKT_(i2, i3) { i2 = i2 | 0; i3 = i3 | 0; @@ -58463,77 +58220,36 @@ function __ZNSt3__16__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traits return i1 | 0; } -function __ZN4wasm6ModuleD2Ev(i1) { - i1 = i1 | 0; - __ZNSt3__113__vector_baseIN4wasm6Memory7SegmentENS_9allocatorIS3_EEED2Ev(i1 + 116 | 0); - __ZNSt3__113__vector_baseIN4wasm4NameENS_9allocatorIS2_EEED2Ev(i1 + 96 | 0); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i1 + 84 | 0); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i1 + 72 | 0); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i1 + 60 | 0); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i1 + 48 | 0); - __ZNSt3__113__vector_baseIPN4wasm8FunctionENS_9allocatorIS3_EEED2Ev(i1 + 36 | 0); - __ZNSt3__113__vector_baseIPN4wasm6ExportENS_9allocatorIS3_EEED2Ev(i1 + 24 | 0); - __ZNSt3__113__vector_baseIPN4wasm6ImportENS_9allocatorIS3_EEED2Ev(i1 + 12 | 0); - __ZNSt3__113__vector_baseIPN4wasm12FunctionTypeENS_9allocatorIS3_EEED2Ev(i1); - return; -} - -function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJN6cashew7IStringEPNS1_10ExpressionEEEEvDpOT_(i8, i4, i5) { +function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJN6cashew7IStringEPNS1_10ExpressionEEEEvDpOT_(i8, i5, i6) { i8 = i8 | 0; - i4 = i4 | 0; i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0, i7 = 0, i9 = 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; - i6 = i8 + 4 | 0; - i3 = HEAP32[i8 >> 2] | 0; - i1 = ((HEAP32[i6 >> 2] | 0) - i3 >> 3) + 1 | 0; - if (i1 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); - i2 = (HEAP32[i8 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 3 >>> 0 < 268435455) { - i2 = i2 >> 2; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + i3 = i8 + 4 | 0; + i4 = HEAP32[i8 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 3) + 1 | 0; + if (i2 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); + i1 = (HEAP32[i8 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 3 >>> 0 < 268435455) { + i1 = i1 >> 2; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; } else i1 = 536870911; - __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEEC2EjjS6_(i7, i1, (HEAP32[i6 >> 2] | 0) - i3 >> 3, i8 + 8 | 0); - i6 = i7 + 8 | 0; - i3 = HEAP32[i6 >> 2] | 0; - i5 = HEAP32[i5 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i3 + 4 >> 2] = i5; - HEAP32[i6 >> 2] = i3 + 8; + __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEEC2EjjS6_(i7, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i8 + 8 | 0); + i4 = i7 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i6 = HEAP32[i6 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i3 + 4 >> 2] = i6; + HEAP32[i4 >> 2] = i3 + 8; __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i8, i7); __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEED2Ev(i7); STACKTOP = i9; return; } -function __ZN4wasm6Binary8finalizeEv(i4) { - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0; - i5 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i3 = i5; - if ((HEAP32[i4 + 8 >> 2] | 0) > 16) HEAP32[i4 + 4 >> 2] = 1; else { - i2 = HEAP32[(HEAP32[i4 + 12 >> 2] | 0) + 4 >> 2] | 0; - i1 = HEAP32[(HEAP32[i4 + 16 >> 2] | 0) + 4 >> 2] | 0; - if ((i2 | 0) != 5 ? !((i1 | 0) == 5 | (i2 | 0) == (i1 | 0)) : 0) { - i6 = __ZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i4, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 16884) | 0, 0) | 0; - i7 = __ZNKSt3__18ios_base6getlocEv(i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i3 >> 2] = i7; - i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i3, 40460) | 0; - i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 31](i7, 10) | 0; - __ZNSt3__16localeD2Ev(i3); - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i6, i7) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i6) | 0; - ___assert_fail(16891, 27598, 1296, 16989); - } - HEAP32[i4 + 4 >> 2] = (i2 | 0) != 5 ? i2 : i1; - } - STACKTOP = i5; - return; -} - function __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -58549,7 +58265,7 @@ function __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i4, i2, i3, i1) { i8 = i5 + 4 | 0; i7 = i5; i10 = __ZN6cashew12ValueBuilder12makeRawArrayEi(5) | 0; - i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38468) | 0; + i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39628) | 0; HEAP32[i12 >> 2] = i13; HEAP32[i6 >> 2] = HEAP32[i12 >> 2]; i10 = __ZN6cashew5Value9push_backENS_3RefE(i10, i6) | 0; @@ -58571,77 +58287,77 @@ function __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i4, i2, i3, i1) { function ___cxx_global_array_dtor_46(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41500); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41488); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41476); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41464); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41452); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41440); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41428); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41416); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41404); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41392); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41380); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41368); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41356); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41344); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42660); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42648); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42636); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42624); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42612); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42600); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42588); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42576); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42564); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42552); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42540); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42528); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42516); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(42504); return; } -function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i8, i4, i5) { +function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i8, i5, i6) { i8 = i8 | 0; - i4 = i4 | 0; i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0, i7 = 0, i9 = 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; - i6 = i8 + 4 | 0; - i3 = HEAP32[i8 >> 2] | 0; - i1 = ((HEAP32[i6 >> 2] | 0) - i3 >> 3) + 1 | 0; - if (i1 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); - i2 = (HEAP32[i8 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 3 >>> 0 < 268435455) { - i2 = i2 >> 2; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIN4wasm8NameTypeERNS_9allocatorIS2_EEEC2EjjS5_(i7, i1, (HEAP32[i6 >> 2] | 0) - i3 >> 3, i8 + 8 | 0); - i6 = i7 + 8 | 0; - i3 = HEAP32[i6 >> 2] | 0; - i5 = HEAP32[i5 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i3 + 4 >> 2] = i5; - HEAP32[i6 >> 2] = i3 + 8; + __ZNSt3__114__split_bufferIN4wasm8NameTypeERNS_9allocatorIS2_EEEC2EjjS5_(i7, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i8 + 8 | 0); + i4 = i7 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i6 = HEAP32[i6 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i3 + 4 >> 2] = i6; + HEAP32[i4 >> 2] = i3 + 8; __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i8, i7); __ZNSt3__114__split_bufferIN4wasm8NameTypeERNS_9allocatorIS2_EEED2Ev(i7); STACKTOP = i9; return; } -function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i8, i4, i5) { +function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i8, i5, i6) { i8 = i8 | 0; - i4 = i4 | 0; i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0, i7 = 0, i9 = 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; - i6 = i8 + 4 | 0; - i3 = HEAP32[i8 >> 2] | 0; - i1 = ((HEAP32[i6 >> 2] | 0) - i3 >> 3) + 1 | 0; - if (i1 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); - i2 = (HEAP32[i8 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 3 >>> 0 < 268435455) { - i2 = i2 >> 2; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIN4wasm8NameTypeERNS_9allocatorIS2_EEEC2EjjS5_(i7, i1, (HEAP32[i6 >> 2] | 0) - i3 >> 3, i8 + 8 | 0); - i6 = i7 + 8 | 0; - i3 = HEAP32[i6 >> 2] | 0; - i5 = HEAP32[i5 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i3 + 4 >> 2] = i5; - HEAP32[i6 >> 2] = i3 + 8; + __ZNSt3__114__split_bufferIN4wasm8NameTypeERNS_9allocatorIS2_EEEC2EjjS5_(i7, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i8 + 8 | 0); + i4 = i7 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i6 = HEAP32[i6 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i3 + 4 >> 2] = i6; + HEAP32[i4 >> 2] = i3 + 8; __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i8, i7); __ZNSt3__114__split_bufferIN4wasm8NameTypeERNS_9allocatorIS2_EEED2Ev(i7); STACKTOP = i9; @@ -58650,20 +58366,20 @@ function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_ function ___cxx_global_array_dtor(i1) { i1 = i1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40688); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40676); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40664); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40652); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40640); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40628); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40616); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40604); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40592); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40580); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40568); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40556); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40544); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40532); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41848); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41836); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41824); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41812); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41800); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41788); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41776); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41764); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41752); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41740); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41728); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41716); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41704); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41692); return; } @@ -58693,8 +58409,8 @@ function __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i1, i3, i2) { i2 = HEAP8[i3 >> 0] | 0; if (!(i2 << 24 >> 24)) break; HEAP8[i1 >> 0] = i2; - i1 = i1 + 1 | 0; i3 = i3 + 1 | 0; + i1 = i1 + 1 | 0; } L14 : do switch (i6 | 0) { case 4: @@ -58734,6 +58450,32 @@ function __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i1, i3, i2) { return i5 | 0; } +function __ZN4wasm6Binary8finalizeEv(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i2 = i5; + if ((HEAP32[i4 + 8 >> 2] | 0) > 16) HEAP32[i4 + 4 >> 2] = 1; else { + i3 = HEAP32[(HEAP32[i4 + 12 >> 2] | 0) + 4 >> 2] | 0; + i1 = HEAP32[(HEAP32[i4 + 16 >> 2] | 0) + 4 >> 2] | 0; + if ((i3 | 0) != 5 ? !((i1 | 0) == 5 | (i3 | 0) == (i1 | 0)) : 0) { + i6 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEPKv(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 16969) | 0, i4) | 0; + i7 = __ZNKSt3__18ios_base6getlocEv(i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; + HEAP32[i2 >> 2] = i7; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 41620) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 28 >> 2] & 31](i7, 10) | 0; + __ZNSt3__16localeD2Ev(i2); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i6, i7) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i6) | 0; + ___assert_fail(16976, 28852, 984, 17074); + } + HEAP32[i4 + 4 >> 2] = (i3 | 0) != 5 ? i3 : i1; + } + STACKTOP = i5; + return; +} + function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -58741,16 +58483,16 @@ function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE21__push_back_ i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 3) + 1 | 0; - if (i1 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 3 >>> 0 < 268435455) { - i2 = i2 >> 2; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 3) + 1 | 0; + if (i2 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = (HEAP32[i7 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 3 >>> 0 < 268435455) { + i1 = i1 >> 2; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; } else i1 = 536870911; - __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 3, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; i1 = i6; @@ -58765,65 +58507,65 @@ function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE21__push_back_ return; } -function __ZNSt3__113unordered_mapIN6cashew7IStringEN7AsmData5LocalENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERSB_(i5, i3) { +function __ZNSt3__113unordered_mapIN6cashew7IStringEN7AsmData5LocalENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERSB_(i5, i4) { i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i6 + 8 | 0; - i4 = i6; - i1 = __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_(i5, i3) | 0; + i3 = i6 + 8 | 0; + i2 = i6; + i1 = __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_(i5, i4) | 0; if (!i1) { - __ZNSt3__113unordered_mapIN6cashew7IStringEN7AsmData5LocalENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERSB_(i2, i5, i3); - __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_EEE20__node_insert_uniqueEPNS_11__hash_nodeIS6_PvEE(i4, i5, HEAP32[i2 >> 2] | 0); - i1 = HEAP32[i4 >> 2] | 0; + __ZNSt3__113unordered_mapIN6cashew7IStringEN7AsmData5LocalENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERSB_(i3, i5, i4); + __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_EEE20__node_insert_uniqueEPNS_11__hash_nodeIS6_PvEE(i2, i5, HEAP32[i3 >> 2] | 0); + i1 = HEAP32[i2 >> 2] | 0; } STACKTOP = i6; return i1 + 12 | 0; } -function __ZNSt3__125__num_get_signed_integralIlEET_PKcS3_Rji(i1, i5, i6, i2) { +function __ZNSt3__125__num_get_signed_integralIlEET_PKcS3_Rji(i1, i6, i7, i2) { i1 = i1 | 0; - i5 = i5 | 0; i6 = i6 | 0; + i7 = i7 | 0; i2 = i2 | 0; - var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i9; - if ((i1 | 0) == (i5 | 0)) { - HEAP32[i6 >> 2] = 4; + i8 = i9; + if ((i1 | 0) == (i6 | 0)) { + HEAP32[i7 >> 2] = 4; i1 = 0; } else { - i8 = ___errno_location() | 0; - i4 = HEAP32[i8 >> 2] | 0; - HEAP32[i8 >> 2] = 0; - i1 = _strtoll_l(i1, i7, i2, __ZNSt3__16__clocEv() | 0) | 0; + i4 = ___errno_location() | 0; + i5 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = 0; + i1 = _strtoll_l(i1, i8, i2, __ZNSt3__16__clocEv() | 0) | 0; i2 = tempRet0; - i3 = HEAP32[i8 >> 2] | 0; - if (!i3) HEAP32[i8 >> 2] = i4; - L7 : do if ((HEAP32[i7 >> 2] | 0) == (i5 | 0)) { + i3 = HEAP32[i4 >> 2] | 0; + if (!i3) HEAP32[i4 >> 2] = i5; + L7 : do if ((HEAP32[i8 >> 2] | 0) == (i6 | 0)) { do if ((i3 | 0) == 34) { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; if ((i2 | 0) > 0 | (i2 | 0) == 0 & i1 >>> 0 > 0) { i1 = 2147483647; break L7; } } else { if ((i2 | 0) < -1 | (i2 | 0) == -1 & i1 >>> 0 < 2147483648) { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; break; } if ((i2 | 0) > 0 | (i2 | 0) == 0 & i1 >>> 0 > 2147483647) { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i1 = 2147483647; break L7; } else break L7; } while (0); i1 = -2147483648; } else { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i1 = 0; } while (0); } @@ -58831,6 +58573,28 @@ function __ZNSt3__125__num_get_signed_integralIlEET_PKcS3_Rji(i1, i5, i6, i2) { return i1 | 0; } +function __ZN4wasm16PrintSExpression11visitImportEPNS_6ImportE(i3, i1) { + i3 = i3 | 0; + i1 = i1 | 0; + var i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; + i4 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i5 = i4 + 4 | 0; + i7 = i4; + i2 = i3 + 4 | 0; + i6 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 25321, 0) | 0; + HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i5) | 0, 32) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z9printTextRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i2 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0, 32) | 0; + __Z9printTextRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i2 >> 2] | 0, HEAP32[i1 + 8 >> 2] | 0) | 0; + i1 = HEAP32[i1 + 12 >> 2] | 0; + if (i1 | 0) __ZN4wasm16PrintSExpression17visitFunctionTypeEPNS_12FunctionTypeEb(i3, i1, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 41) | 0; + STACKTOP = i4; + return; +} + function __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(i6, i2) { i6 = i6 | 0; i2 = i2 | 0; @@ -58844,15 +58608,15 @@ function __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(i6, i2) { i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i5 >> 2] = i1; if (!(HEAP32[i2 >> 2] | 0)) HEAP32[i2 >> 2] = i1; - i2 = i6 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i6 + 8 >> 2] | 0)) { + 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[i1 >> 2] = i3; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + HEAP32[i2 >> 2] = i3; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; i1 = i3; } i6 = i6 + 48 | 0; @@ -58870,27 +58634,27 @@ function __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 48 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 48 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 48; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 48; HEAP32[i7 >> 2] = 5; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -58913,16 +58677,16 @@ function __ZNSt3__16vectorIPNS0_IN6cashew3RefENS_9allocatorIS2_EEEENS3_IS6_EEE21 i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIPNS_6vectorIN6cashew3RefENS_9allocatorIS3_EEEERNS4_IS7_EEEC2EjjS9_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPNS_6vectorIN6cashew3RefENS_9allocatorIS3_EEEERNS4_IS7_EEEC2EjjS9_(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]; @@ -58933,39 +58697,6 @@ function __ZNSt3__16vectorIPNS0_IN6cashew3RefENS_9allocatorIS2_EEEENS3_IS6_EEE21 return; } -function __ZN4wasm4Call9printBodyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, i6, i2) { - i1 = i1 | 0; - i6 = i6 | 0; - i2 = i2 | 0; - var i3 = 0, i4 = 0, i5 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 8 | 0; - i5 = i7 + 4 | 0; - i3 = i7; - HEAP32[i5 >> 2] = i2; - HEAP32[i3 >> 2] = HEAP32[i1 + 20 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i4) | 0; - i4 = i1 + 8 | 0; - i1 = i1 + 12 | 0; - if ((HEAP32[i1 >> 2] | 0) == (HEAP32[i4 >> 2] | 0)) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i6, 41) | 0; else { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i6, 10) | 0; - i3 = i2 + 1 | 0; - HEAP32[i5 >> 2] = i3; - i2 = HEAP32[i1 >> 2] | 0; - i1 = HEAP32[i4 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i6, i3, HEAP32[i1 >> 2] | 0) | 0; - i1 = i1 + 4 | 0; - } - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i6, i5) | 0; - } - STACKTOP = i7; - return i6 | 0; -} - function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseDoERPcPKc(i8, i7, i1) { i8 = i8 | 0; i7 = i7 | 0; @@ -58973,26 +58704,26 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseDoERPcPKc(i8 var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i5 = i9 + 28 | 0; - i3 = i9 + 24 | 0; + i3 = i9 + 28 | 0; + i2 = i9 + 24 | 0; i6 = i9; - i2 = i9 + 20 | 0; - i4 = i9 + 16 | 0; + i4 = i9 + 20 | 0; + i5 = i9 + 16 | 0; 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[9615] | 0) : 0) { + if ((HEAP32[i6 + 12 >> 2] | 0) == 0 ? (HEAP32[i6 >> 2] | 0) == (HEAP32[9905] | 0) : 0) { HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + (HEAP32[i6 + 8 >> 2] | 0); i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseParennedERPc(i8, i7) | 0; - HEAP32[i2 >> 2] = i1; - HEAP32[i4 >> 2] = i8; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; - i8 = __ZN6cashew12ValueBuilder6makeDoENS_3RefES1_(i3, i5) | 0; + HEAP32[i4 >> 2] = i1; + HEAP32[i5 >> 2] = i8; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + i8 = __ZN6cashew12ValueBuilder6makeDoENS_3RefES1_(i2, i3) | 0; STACKTOP = i9; return i8 | 0; } - ___assert_fail(23239, 22847, 484, 23281); + ___assert_fail(23369, 22977, 484, 23411); return 0; } @@ -59003,16 +58734,16 @@ function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_ i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = (((HEAP32[i4 >> 2] | 0) - i3 | 0) / 28 | 0) + 1 | 0; - if (i1 >>> 0 > 153391689) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = ((HEAP32[i7 + 8 >> 2] | 0) - i3 | 0) / 28 | 0; - if (i2 >>> 0 < 76695844) { - i2 = i2 << 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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[i4 >> 2] | 0) - i3 | 0) / 28 | 0, i7 + 8 | 0); + __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); @@ -59023,39 +58754,70 @@ function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_ return; } -function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEEixERSD_(i6, i3) { +function __ZN4wasm16PrintSExpression10visitBlockEPNS_5BlockE(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0, i8 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; + i1 = i7 + 4 | 0; i2 = i7; - i5 = __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSD_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i6 + 4 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i5 >> 2] | 0, 29211, 0) | 0; + i3 = i4 + 8 | 0; + if (HEAP32[i3 >> 2] | 0) { + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i5 >> 2] | 0, 32) | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i8, i1) | 0; + } + i2 = i6 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i5 >> 2] | 0, i2) | 0; + i3 = HEAP32[i4 + 16 >> 2] | 0; + i1 = HEAP32[i4 + 12 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i3 | 0)) break; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i1 >> 2] | 0); + i1 = i1 + 4 | 0; + } + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i5 >> 2] | 0, i2) | 0; + STACKTOP = i7; + return; +} + +function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEEixERSD_(i6, i4) { + i6 = i6 | 0; + i4 = i4 | 0; + 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__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSD_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEE25__construct_node_with_keyERSD_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoEEENS_19__map_value_compareIS7_SB_NS_4lessIS7_EELb1EEENS5_ISB_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSL_SL_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEE25__construct_node_with_keyERSD_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoEEENS_19__map_value_compareIS7_SB_NS_4lessIS7_EELb1EEENS5_ISB_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSL_SL_(i6, HEAP32[i5 >> 2] | 0, i2, i1); } STACKTOP = i7; return i1 + 32 | 0; } -function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEEixEOS6_(i6, i3) { +function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEEixEOS6_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSD_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSD_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEE25__construct_node_with_keyEOS6_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoEEENS_19__map_value_compareIS7_SB_NS_4lessIS7_EELb1EEENS5_ISB_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSL_SL_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEE25__construct_node_with_keyEOS6_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoEEENS_19__map_value_compareIS7_SB_NS_4lessIS7_EELb1EEENS5_ISB_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSL_SL_(i6, HEAP32[i5 >> 2] | 0, i2, i1); } STACKTOP = i7; return i1 + 32 | 0; @@ -59066,39 +58828,39 @@ function __ZN6cashew5Arena10allocArrayEv(i9) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i8 = i10; - i7 = i9 + 16 | 0; - i6 = i9 + 20 | 0; - i5 = HEAP32[i6 >> 2] | 0; - i1 = i5; - if (!((i5 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i9 + 28 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 | 0) != 1e3) : 0)) { - i4 = __Znaj(12004) | 0; - HEAP32[i4 >> 2] = 1e3; - i2 = i4 + 4 | 0; - i4 = i4 + 12004 | 0; - i3 = i2; + i5 = i10; + i6 = i9 + 16 | 0; + i7 = i9 + 20 | 0; + i8 = HEAP32[i7 >> 2] | 0; + i1 = i8; + if (!((i8 | 0) != (HEAP32[i6 >> 2] | 0) ? (i3 = i9 + 28 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 | 0) != 1e3) : 0)) { + i3 = __Znaj(12004) | 0; + HEAP32[i3 >> 2] = 1e3; + i2 = i3 + 4 | 0; + i3 = i3 + 12004 | 0; + i4 = i2; do { - HEAP32[i3 >> 2] = 0; - HEAP32[i3 + 4 >> 2] = 0; - HEAP32[i3 + 8 >> 2] = 0; - i3 = i3 + 12 | 0; - } while ((i3 | 0) != (i4 | 0)); - HEAP32[i8 >> 2] = i2; + HEAP32[i4 >> 2] = 0; + HEAP32[i4 + 4 >> 2] = 0; + HEAP32[i4 + 8 >> 2] = 0; + i4 = i4 + 12 | 0; + } while ((i4 | 0) != (i3 | 0)); + HEAP32[i5 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i9 + 24 >> 2] | 0) >>> 0) { - HEAP32[i5 >> 2] = i2; - i1 = (HEAP32[i6 >> 2] | 0) + 4 | 0; - HEAP32[i6 >> 2] = i1; + HEAP32[i8 >> 2] = i2; + i1 = (HEAP32[i7 >> 2] | 0) + 4 | 0; + HEAP32[i7 >> 2] = i1; } else { - __ZNSt3__16vectorIPNS0_IN6cashew3RefENS_9allocatorIS2_EEEENS3_IS6_EEE21__push_back_slow_pathIS6_EEvOT_(i7, i8); - i1 = HEAP32[i6 >> 2] | 0; + __ZNSt3__16vectorIPNS0_IN6cashew3RefENS_9allocatorIS2_EEEENS3_IS6_EEE21__push_back_slow_pathIS6_EEvOT_(i6, i5); + i1 = HEAP32[i7 >> 2] | 0; } - i2 = i9 + 28 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i9 + 28 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - HEAP32[i2 >> 2] = i3 + 1; + HEAP32[i3 >> 2] = i2 + 1; STACKTOP = i10; - return (HEAP32[i1 + -4 >> 2] | 0) + (i3 * 12 | 0) | 0; + return (HEAP32[i1 + -4 >> 2] | 0) + (i2 * 12 | 0) | 0; } function __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i6, i2) { @@ -59114,15 +58876,15 @@ function __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i6, i2) { i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i5 >> 2] = i1; if (!(HEAP32[i2 >> 2] | 0)) HEAP32[i2 >> 2] = i1; - i2 = i6 + 40 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i6 + 44 >> 2] | 0)) { + 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[i1 >> 2] = i3; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + HEAP32[i2 >> 2] = i3; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; i1 = i3; } i6 = i6 + 84 | 0; @@ -59139,103 +58901,33 @@ function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS i6 = i6 | 0; i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i1 = HEAP32[i6 >> 2] | 0; - i4 = i6 + 4 | 0; - i2 = i5 + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; + i3 = i6 + 4 | 0; + i4 = i5 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i7 = i3 + -20 | 0; - __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_EEEC2EOSF_((HEAP32[i2 >> 2] | 0) + -20 | 0, i7); - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + -20; - i3 = i7; + if ((i1 | 0) == (i2 | 0)) break; + i7 = i1 + -20 | 0; + __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_EEEC2EOSF_((HEAP32[i4 >> 2] | 0) + -20 | 0, i7); + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -20; + i1 = i7; } i7 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i2 >> 2] = i7; + HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i4 >> 2] = i7; i7 = i5 + 8 | 0; - i3 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i7 >> 2] = i3; - i4 = i6 + 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[i4 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + i6 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; HEAP32[i7 >> 2] = i6; - HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; return; } -function __ZN4wasm6Import5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, i3, i2) { - i1 = i1 | 0; - i3 = i3 | 0; - i2 = i2 | 0; - var i4 = 0, i5 = 0, i6 = 0, i7 = 0; - i4 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i5 = i4 + 4 | 0; - i7 = i4; - i6 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i3, 18187, 0) | 0; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i5) | 0, 32) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z9printTextRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i3, HEAP32[i1 + 4 >> 2] | 0) | 0, 32) | 0; - __Z9printTextRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i3, HEAP32[i1 + 8 >> 2] | 0) | 0; - i1 = HEAP32[i1 + 12 >> 2] | 0; - if (i1 | 0) __ZN4wasm12FunctionType5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjb(i1, i3, i2, 0) | 0; - i7 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i3, 41) | 0; - STACKTOP = i4; - return i7 | 0; -} - -function ___fwritex(i7, i6, i4) { - i7 = i7 | 0; - i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0; - i2 = i4 + 16 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (!i1) if (!(___towrite(i4) | 0)) { - i1 = HEAP32[i2 >> 2] | 0; - i3 = 5; - } else i1 = 0; else i3 = 5; - L5 : do if ((i3 | 0) == 5) { - i5 = i4 + 20 | 0; - i2 = HEAP32[i5 >> 2] | 0; - i3 = i2; - if ((i1 - i2 | 0) >>> 0 < i6 >>> 0) { - i1 = FUNCTION_TABLE_iiii[HEAP32[i4 + 36 >> 2] & 31](i4, i7, i6) | 0; - break; - } - L10 : do if ((HEAP8[i4 + 75 >> 0] | 0) > -1) { - i1 = i6; - while (1) { - if (!i1) { - i4 = 0; - i2 = i6; - i1 = i7; - break L10; - } - i2 = i1 + -1 | 0; - if ((HEAP8[i7 + i2 >> 0] | 0) == 10) break; else i1 = i2; - } - if ((FUNCTION_TABLE_iiii[HEAP32[i4 + 36 >> 2] & 31](i4, i7, i1) | 0) >>> 0 < i1 >>> 0) break L5; - i3 = HEAP32[i5 >> 2] | 0; - i4 = i1; - i2 = i6 - i1 | 0; - i1 = i7 + i1 | 0; - } else { - i4 = 0; - i2 = i6; - i1 = i7; - } while (0); - _memcpy(i3 | 0, i1 | 0, i2 | 0) | 0; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + i2; - i1 = i4 + i2 | 0; - } while (0); - return i1 | 0; -} - function __ZN6cashew12ValueBuilder6makeIfENS_3RefES1_S1_(i1, i2, i5) { i1 = i1 | 0; i2 = i2 | 0; @@ -59243,28 +58935,28 @@ function __ZN6cashew12ValueBuilder6makeIfENS_3RefES1_S1_(i1, i2, i5) { var i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i4 = i6 + 16 | 0; + i3 = i6 + 16 | 0; i10 = i6 + 12 | 0; i9 = i6 + 8 | 0; i7 = i6 + 4 | 0; - i3 = i6; + i4 = i6; i8 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38452) | 0; + i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39612) | 0; HEAP32[i10 >> 2] = i11; - HEAP32[i4 >> 2] = HEAP32[i10 >> 2]; - i8 = __ZN6cashew5Value9push_backENS_3RefE(i8, i4) | 0; + HEAP32[i3 >> 2] = HEAP32[i10 >> 2]; + i8 = __ZN6cashew5Value9push_backENS_3RefE(i8, i3) | 0; HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i9 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i8, i4) | 0; + HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; + i1 = __ZN6cashew5Value9push_backENS_3RefE(i8, i3) | 0; HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i4) | 0; + HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i3) | 0; if (__ZN6cashew3RefntEv(i5) | 0) { i11 = __ZN6cashew12ValueBuilder8makeNullEv() | 0; - HEAP32[i3 >> 2] = i11; - } else HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - i11 = __ZN6cashew5Value9push_backENS_3RefE(i1, i4) | 0; + HEAP32[i4 >> 2] = i11; + } else HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + i11 = __ZN6cashew5Value9push_backENS_3RefE(i1, i3) | 0; STACKTOP = i6; return i11 | 0; } @@ -59282,15 +58974,15 @@ function __ZN4wasm6Module9addImportEPNS_6ImportE(i6, i2) { i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i5 >> 2] = i1; if (!(HEAP32[i2 >> 2] | 0)) HEAP32[i2 >> 2] = i1; - i2 = i6 + 16 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i6 + 20 >> 2] | 0)) { + 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[i1 >> 2] = i3; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + HEAP32[i2 >> 2] = i3; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; i1 = i3; } i6 = i6 + 60 | 0; @@ -59316,15 +59008,15 @@ function __ZN4wasm6Module9addExportEPNS_6ExportE(i6, i2) { i1 = __ZN4wasm4Name7fromIntEj(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i5 >> 2] = i1; if (!(HEAP32[i2 >> 2] | 0)) HEAP32[i2 >> 2] = i1; - i2 = i6 + 28 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i6 + 32 >> 2] | 0)) { + 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[i1 >> 2] = i3; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + HEAP32[i2 >> 2] = i3; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; i1 = i3; } i6 = i6 + 72 | 0; @@ -59337,83 +59029,93 @@ function __ZN4wasm6Module9addExportEPNS_6ExportE(i6, i2) { return; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE20__node_insert_uniqueENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEESI_(i5, i1, i3) { - i5 = i5 | 0; +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; i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0, i4 = 0, i6 = 0, i7 = 0; - i6 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i2 = i6 + 8 | 0; - i4 = i6 + 4 | 0; - i7 = i6; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; - i2 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_SG_EEiEESJ_RKT_(i5, i2, i4, i3 + 16 | 0) | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (!i1) { - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i5, HEAP32[i4 >> 2] | 0, i2, i3); - i1 = i3; - } - STACKTOP = i6; - return i1 | 0; + i4 = i4 | 0; + i8 = i8 | 0; + i9 = i9 | 0; + i7 = i7 | 0; + i5 = i5 | 0; + var i2 = 0, i3 = 0, i6 = 0; + if ((1073741806 - i10 | 0) >>> 0 < i1 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i11); + if (!(HEAP8[i11 >> 0] & 1)) i6 = i11 + 4 | 0; else i6 = HEAP32[i11 + 8 >> 2] | 0; + if (i10 >>> 0 < 536870887) { + i2 = i1 + i10 | 0; + i3 = i10 << 1; + i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; + i2 = i2 >>> 0 < 2 ? 2 : i2 + 4 & -4; + } else i2 = 1073741807; + i3 = __Znwj(i2 << 2) | 0; + if (i8 | 0) _wmemcpy(i3, i6, i8) | 0; + if (i7 | 0) _wmemcpy(i3 + (i8 << 2) | 0, i5, i7) | 0; + i1 = i4 - i9 | 0; + if ((i1 | 0) != (i8 | 0)) _wmemcpy(i3 + (i8 << 2) + (i7 << 2) | 0, i6 + (i8 << 2) + (i9 << 2) | 0, i1 - i8 | 0) | 0; + if ((i10 | 0) != 1) __ZdlPv(i6); + HEAP32[i11 + 8 >> 2] = i3; + HEAP32[i11 >> 2] = i2 | 1; + i10 = i1 + i7 | 0; + HEAP32[i11 + 4 >> 2] = i10; + HEAP32[i3 + (i10 << 2) >> 2] = 0; + return; } -function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE7emplaceIJRS2_S5_EEENS9_INS_14__map_iteratorINS_15__tree_iteratorINS_12__value_typeIS2_S5_EEPNS_11__tree_nodeISJ_PvEEiEEEEbEEDpOT_(i3, i5, i1, i2) { - i3 = i3 | 0; +function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE7emplaceIJRS2_S5_EEENS9_INS_14__map_iteratorINS_15__tree_iteratorINS_12__value_typeIS2_S5_EEPNS_11__tree_nodeISJ_PvEEiEEEEbEEDpOT_(i4, i5, i2, i3) { + i4 = i4 | 0; i5 = i5 | 0; - i1 = i1 | 0; i2 = i2 | 0; - var i4 = 0, i6 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i6 = 0, i7 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i7 = i6; - i4 = __Znwj(40) | 0; - HEAP32[i4 + 16 >> 2] = HEAP32[i1 >> 2]; - i1 = i4 + 20 | 0; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - HEAP32[i1 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; - HEAP32[i1 + 16 >> 2] = HEAP32[i2 + 16 >> 2]; - __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE20__node_insert_uniqueEPNS_11__tree_nodeIS7_PvEE(i7, i5, i4); - HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + i1 = __Znwj(40) | 0; + HEAP32[i1 + 16 >> 2] = HEAP32[i2 >> 2]; + i2 = i1 + 20 | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i2 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + HEAP32[i2 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; + HEAP32[i2 + 16 >> 2] = HEAP32[i3 + 16 >> 2]; + __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE20__node_insert_uniqueEPNS_11__tree_nodeIS7_PvEE(i7, i5, i1); + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; i5 = HEAP8[i7 + 4 >> 0] | 0; - HEAP8[i3 + 4 >> 0] = i5; - if (!(i5 << 24 >> 24)) __ZdlPv(i4); + HEAP8[i4 + 4 >> 0] = i5; + if (!(i5 << 24 >> 24)) __ZdlPv(i1); STACKTOP = i6; return; } -function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE21__grow_by_and_replaceEjjjjjjPKw(i11, i9, i1, i2, i7, i8, i6, i3) { +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; - i9 = i9 | 0; + i10 = i10 | 0; i1 = i1 | 0; - i2 = i2 | 0; - i7 = i7 | 0; + i4 = i4 | 0; i8 = i8 | 0; - i6 = i6 | 0; - i3 = i3 | 0; - var i4 = 0, i5 = 0, i10 = 0; - if ((1073741806 - i9 | 0) >>> 0 < i1 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i11); - if (!(HEAP8[i11 >> 0] & 1)) i10 = i11 + 4 | 0; else i10 = HEAP32[i11 + 8 >> 2] | 0; - if (i9 >>> 0 < 536870887) { - i5 = i1 + i9 | 0; - i4 = i9 << 1; - i5 = i5 >>> 0 < i4 >>> 0 ? i4 : i5; - i5 = i5 >>> 0 < 2 ? 2 : i5 + 4 & -4; - } else i5 = 1073741807; - i4 = __Znwj(i5 << 2) | 0; - if (i7 | 0) _wmemcpy(i4, i10, i7) | 0; - if (i6 | 0) _wmemcpy(i4 + (i7 << 2) | 0, i3, i6) | 0; - i1 = i2 - i8 | 0; - if ((i1 | 0) != (i7 | 0)) _wmemcpy(i4 + (i7 << 2) + (i6 << 2) | 0, i10 + (i7 << 2) + (i8 << 2) | 0, i1 - i7 | 0) | 0; - if ((i9 | 0) != 1) __ZdlPv(i10); - HEAP32[i11 + 8 >> 2] = i4; - HEAP32[i11 >> 2] = i5 | 1; - i10 = i1 + i6 | 0; + i9 = i9 | 0; + i7 = i7 | 0; + i5 = i5 | 0; + var i2 = 0, i3 = 0, i6 = 0; + if ((-18 - i10 | 0) >>> 0 < i1 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i11); + if (!(HEAP8[i11 >> 0] & 1)) i6 = i11 + 1 | 0; else i6 = HEAP32[i11 + 8 >> 2] | 0; + if (i10 >>> 0 < 2147483623) { + i2 = i1 + i10 | 0; + i3 = i10 << 1; + i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; + i2 = i2 >>> 0 < 11 ? 11 : i2 + 16 & -16; + } else i2 = -17; + i3 = _malloc(i2) | 0; + if (i8 | 0) _memcpy(i3 | 0, i6 | 0, i8 | 0) | 0; + if (i7 | 0) _memcpy(i3 + i8 | 0, i5 | 0, i7 | 0) | 0; + i1 = i4 - i9 | 0; + if ((i1 | 0) != (i8 | 0)) _memcpy(i3 + i8 + i7 | 0, i6 + i8 + i9 | 0, i1 - i8 | 0) | 0; + if ((i10 | 0) != 10) _free(i6); + HEAP32[i11 + 8 >> 2] = i3; + HEAP32[i11 >> 2] = i2 | 1; + i10 = i1 + i7 | 0; HEAP32[i11 + 4 >> 2] = i10; - HEAP32[i4 + (i10 << 2) >> 2] = 0; + HEAP8[i3 + i10 >> 0] = 0; return; } @@ -59428,7 +59130,7 @@ function __ZN6cashew12ValueBuilder12makeFunctionENS_7IStringE(i1) { i5 = i2 + 4 | 0; i4 = i2; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38412) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39572) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i3) | 0; @@ -59448,141 +59150,34 @@ function __ZN6cashew12ValueBuilder12makeFunctionENS_7IStringE(i1) { return i1 | 0; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE20__node_insert_uniqueENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEESI_(i5, i1, i3) { +function __ZN4wasm16PrintSExpression17visitCallIndirectEPNS_12CallIndirectE(i5, i1) { i5 = i5 | 0; i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0, i4 = 0, i6 = 0, i7 = 0; + var i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i6 + 8 | 0; i4 = i6 + 4 | 0; i7 = i6; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; - i2 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_SG_EEiEESJ_RKT_(i5, i2, i4, i3 + 16 | 0) | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (!i1) { - __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_(i5, HEAP32[i4 >> 2] | 0, i2, i3); - i1 = i3; + i2 = i5 + 4 | 0; + i3 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 25496, 0) | 0; + HEAP32[i7 >> 2] = HEAP32[HEAP32[i1 + 20 >> 2] >> 2]; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i3, i4) | 0; + i4 = i5 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i4) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i5, HEAP32[i1 + 24 >> 2] | 0); + i3 = HEAP32[i1 + 12 >> 2] | 0; + i1 = HEAP32[i1 + 8 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i3 | 0)) break; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i5, HEAP32[i1 >> 2] | 0); + i1 = i1 + 4 | 0; } + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i4) | 0; STACKTOP = i6; - return i1 | 0; -} - -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE21__grow_by_and_replaceEjjjjjjPKc(i11, i9, i1, i2, i7, i8, i6, i3) { - i11 = i11 | 0; - i9 = i9 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - i7 = i7 | 0; - i8 = i8 | 0; - i6 = i6 | 0; - i3 = i3 | 0; - var i4 = 0, i5 = 0, i10 = 0; - if ((-18 - i9 | 0) >>> 0 < i1 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i11); - if (!(HEAP8[i11 >> 0] & 1)) i10 = i11 + 1 | 0; else i10 = HEAP32[i11 + 8 >> 2] | 0; - if (i9 >>> 0 < 2147483623) { - i5 = i1 + i9 | 0; - i4 = i9 << 1; - i5 = i5 >>> 0 < i4 >>> 0 ? i4 : i5; - i5 = i5 >>> 0 < 11 ? 11 : i5 + 16 & -16; - } else i5 = -17; - i4 = _malloc(i5) | 0; - if (i7 | 0) _memcpy(i4 | 0, i10 | 0, i7 | 0) | 0; - if (i6 | 0) _memcpy(i4 + i7 | 0, i3 | 0, i6 | 0) | 0; - i1 = i2 - i8 | 0; - if ((i1 | 0) != (i7 | 0)) _memcpy(i4 + i7 + i6 | 0, i10 + i7 + i8 | 0, i1 - i7 | 0) | 0; - if ((i9 | 0) != 10) _free(i10); - HEAP32[i11 + 8 >> 2] = i4; - HEAP32[i11 >> 2] = i5 | 1; - i10 = i1 + i6 | 0; - HEAP32[i11 + 4 >> 2] = i10; - HEAP8[i4 + i10 >> 0] = 0; return; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE20__node_insert_uniqueENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEESI_(i5, i1, i3) { - i5 = i5 | 0; - i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0, i4 = 0, i6 = 0, i7 = 0; - i6 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i2 = i6 + 8 | 0; - i4 = i6 + 4 | 0; - i7 = i6; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; - i2 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_SG_EEiEESJ_RKT_(i5, i2, i4, i3 + 16 | 0) | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (!i1) { - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i5, HEAP32[i4 >> 2] | 0, i2, i3); - i1 = i3; - } - STACKTOP = i6; - return i1 | 0; -} - -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE20__node_insert_uniqueENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEESI_(i5, i1, i3) { - i5 = i5 | 0; - i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0, i4 = 0, i6 = 0, i7 = 0; - i6 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i2 = i6 + 8 | 0; - i4 = i6 + 4 | 0; - i7 = i6; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; - i2 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_SG_EEiEESJ_RKT_(i5, i2, i4, i3 + 16 | 0) | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (!i1) { - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i5, HEAP32[i4 >> 2] | 0, i2, i3); - i1 = i3; - } - STACKTOP = i6; - return i1 | 0; -} - -function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10makeBinaryES1_NS_7IStringES1_(i1, i11, i2, i12) { - i1 = i1 | 0; - i11 = i11 | 0; - i2 = i2 | 0; - i12 = i12 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i13 = 0; - i13 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i10 = i13 + 28 | 0; - i8 = i13 + 24 | 0; - i6 = i13 + 20 | 0; - i3 = i13 + 16 | 0; - i4 = i13 + 12 | 0; - i5 = i13 + 8 | 0; - i7 = i13 + 4 | 0; - i9 = i13; - i2 = HEAP32[i2 >> 2] | 0; - i1 = HEAP32[i11 >> 2] | 0; - if ((i2 | 0) == (HEAP32[9679] | 0)) { - HEAP32[i3 >> 2] = i1; - HEAP32[i4 >> 2] = HEAP32[i12 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i4 >> 2]; - i1 = __ZN6cashew12ValueBuilder7makeDotENS_3RefES1_(i8, i10) | 0; - } else { - HEAP32[i5 >> 2] = i1; - HEAP32[i7 >> 2] = i2; - HEAP32[i9 >> 2] = HEAP32[i12 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i9 >> 2]; - i1 = __ZN6cashew12ValueBuilder10makeBinaryENS_3RefENS_7IStringES1_(i6, i8, i10) | 0; - } - STACKTOP = i13; - return i1 | 0; -} - function __ZN4wasm7Literal10printFloatERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEf(i3, d2) { i3 = i3 | 0; d2 = +d2; @@ -59590,10 +59185,10 @@ function __ZN4wasm7Literal10printFloatERNSt3__113basic_ostreamIcNS1_11char_trait d4 = +Math_abs(+d2); if ((HEAPF32[tempDoublePtr >> 2] = d4, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040) { i1 = (HEAPF32[tempDoublePtr >> 2] = d2, HEAP32[tempDoublePtr >> 2] | 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, (i1 | 0) < 0 ? 36918 : 46477) | 0, 31732) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, (i1 | 0) < 0 ? 38076 : 47638) | 0, 32976) | 0; i1 = i1 & 8388607; if (i1 | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 21095) | 0; + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 21225) | 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; @@ -59604,6 +59199,43 @@ function __ZN4wasm7Literal10printFloatERNSt3__113basic_ostreamIcNS1_11char_trait return; } +function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10makeBinaryES1_NS_7IStringES1_(i1, i11, i2, i12) { + i1 = i1 | 0; + i11 = i11 | 0; + i2 = i2 | 0; + i12 = i12 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i13 = 0; + i13 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i13 + 28 | 0; + i4 = i13 + 24 | 0; + i3 = i13 + 20 | 0; + i6 = i13 + 16 | 0; + i7 = i13 + 12 | 0; + i8 = i13 + 8 | 0; + i9 = i13 + 4 | 0; + i10 = i13; + i2 = HEAP32[i2 >> 2] | 0; + i1 = HEAP32[i11 >> 2] | 0; + if ((i2 | 0) == (HEAP32[9969] | 0)) { + HEAP32[i6 >> 2] = i1; + HEAP32[i7 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; + i1 = __ZN6cashew12ValueBuilder7makeDotENS_3RefES1_(i4, i5) | 0; + } else { + HEAP32[i8 >> 2] = i1; + HEAP32[i9 >> 2] = i2; + HEAP32[i10 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i10 >> 2]; + i1 = __ZN6cashew12ValueBuilder10makeBinaryENS_3RefENS_7IStringES1_(i3, i4, i5) | 0; + } + STACKTOP = i13; + return i1 | 0; +} + function __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -59611,16 +59243,16 @@ function __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE21__push_ba i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIPN4wasm12FunctionTypeERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm12FunctionTypeERNS_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]; @@ -59631,19 +59263,41 @@ function __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE21__push_ba return; } -function __ZNSt3__113unordered_mapIN6cashew7IStringEiNS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS9_(i5, i3) { +function _instantiate() { + var i1 = 0, i2 = 0, i3 = 0; + if (HEAP8[43548] | 0 ? (i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 14433) | 0, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasm9printWasmEPNS_6ModuleERNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEE(HEAP32[9888] | 0, i2) | 0, 10) | 0, HEAP8[43548] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 14457) | 0; + _emscripten_asm_const_v(6); + i2 = HEAP32[9888] | 0; + i1 = i2 + 76 | 0; + i2 = HEAP32[i2 + 72 >> 2] | 0; + while (1) { + if ((i2 | 0) == (i1 | 0)) break; + _emscripten_asm_const_ii(7, HEAP32[HEAP32[i2 + 20 >> 2] >> 2] | 0) | 0; + i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; + } + if (HEAP8[43548] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 14717) | 0; + i2 = __Znwj(16) | 0; + i3 = HEAP32[9888] | 0; + i1 = __Znwj(4) | 0; + HEAP32[i1 >> 2] = 2940; + __ZN4wasm14ModuleInstanceC2ERNS_6ModuleEPNS0_17ExternalInterfaceE(i2, i3, i1); + HEAP32[9887] = i2; + return; +} + +function __ZNSt3__113unordered_mapIN6cashew7IStringEiNS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS9_(i5, i4) { i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i6 + 8 | 0; - i4 = i6; - i1 = __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_(i5, i3) | 0; + i3 = i6 + 8 | 0; + i2 = i6; + i1 = __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_(i5, i4) | 0; if (!i1) { - __ZNSt3__113unordered_mapIN6cashew7IStringEiNS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_iEEEEE25__construct_node_with_keyERS9_(i2, i5, i3); - __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_EEE20__node_insert_uniqueEPNS_11__hash_nodeIS4_PvEE(i4, i5, HEAP32[i2 >> 2] | 0); - i1 = HEAP32[i4 >> 2] | 0; + __ZNSt3__113unordered_mapIN6cashew7IStringEiNS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_iEEEEE25__construct_node_with_keyERS9_(i3, i5, i4); + __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_EEE20__node_insert_uniqueEPNS_11__hash_nodeIS4_PvEE(i2, i5, HEAP32[i3 >> 2] | 0); + i1 = HEAP32[i2 >> 2] | 0; } STACKTOP = i6; return i1 + 12 | 0; @@ -59654,43 +59308,43 @@ function __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i5 = 0; L1 : do if ((HEAP8[i1 >> 0] | 0) == 77) { - i2 = 77; - i3 = i1; + i2 = i1; + i3 = 77; i1 = _strlen(i1) | 0; while (1) { - if (i2 << 24 >> 24 == 102) break; - i5 = i3 + 1 | 0; - i2 = HEAP8[i5 >> 0] | 0; - i3 = i5; + if (i3 << 24 >> 24 == 102) break; + i3 = i2 + 1 | 0; + i2 = i3; + i3 = HEAP8[i3 >> 0] | 0; i1 = i1 + -1 | 0; } - i1 = i3 + i1 | 0; + i1 = i2 + i1 | 0; while (1) { i1 = i1 + -1 | 0; if ((HEAP8[i1 >> 0] | 0) == 125) { - i1 = i3; + i1 = i2; break L1; } HEAP8[i1 >> 0] = 0; } } while (0); - i5 = _strstr(i1, 16458) | 0; + i5 = _strstr(i1, 16543) | 0; if (i5 | 0) { HEAP8[i5 >> 0] = 0; - i2 = _strstr(i1, 16484) | 0; + i2 = _strstr(i1, 16569) | 0; do if (i2 | 0) { HEAP8[i4 >> 0] = 1; - i4 = _strstr(i1, 16497) | 0; - i3 = i4 + 1 | 0; - if (_strstr(i3, 16497) | 0) ___assert_fail(16507, 13029, 109, 16553); + i3 = _strstr(i1, 16582) | 0; + i4 = i3 + 1 | 0; + if (_strstr(i4, 16582) | 0) ___assert_fail(16592, 13086, 109, 16638); i2 = _strchr(i2, 125) | 0; - if (i2 >>> 0 > (i4 + 5 | 0) >>> 0) { - HEAP8[i4 >> 0] = 47; - HEAP8[i3 >> 0] = 42; + if (i2 >>> 0 > (i3 + 5 | 0) >>> 0) { + HEAP8[i3 >> 0] = 47; + HEAP8[i4 >> 0] = 42; HEAP8[i2 + -1 >> 0] = 42; HEAP8[i2 >> 0] = 47; break; - } else ___assert_fail(16561, 13029, 111, 16553); + } else ___assert_fail(16646, 13086, 111, 16638); } while (0); HEAP8[i5 >> 0] = 47; } @@ -59704,16 +59358,16 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIPN4wasm10ExpressionERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm10ExpressionERNS_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]; @@ -59724,6 +59378,38 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back return; } +function __ZN4wasm16PrintSExpression13printCallBodyEPNS_4CallE(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 + 4 | 0; + i3 = i7; + i5 = i6 + 4 | 0; + i2 = HEAP32[i5 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i1 + 20 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i4) | 0; + i4 = i1 + 8 | 0; + i2 = i1 + 12 | 0; + i1 = HEAP32[i5 >> 2] | 0; + if ((HEAP32[i2 >> 2] | 0) == (HEAP32[i4 >> 2] | 0)) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i1, 41) | 0; else { + i3 = i6 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i1, i3) | 0; + i2 = HEAP32[i2 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i2 | 0)) break; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i6, HEAP32[i1 >> 2] | 0); + i1 = i1 + 4 | 0; + } + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i5 >> 2] | 0, i3) | 0; + } + STACKTOP = i7; + return; +} + function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -59731,16 +59417,16 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIPN4wasm10ExpressionERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm10ExpressionERNS_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]; @@ -59751,6 +59437,51 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back return; } +function ___fwritex(i3, i4, i6) { + i3 = i3 | 0; + i4 = i4 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i5 = 0, i7 = 0; + i1 = i6 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (!i2) if (!(___towrite(i6) | 0)) { + i2 = HEAP32[i1 >> 2] | 0; + i5 = 5; + } else i1 = 0; else i5 = 5; + L5 : do if ((i5 | 0) == 5) { + i7 = i6 + 20 | 0; + i1 = HEAP32[i7 >> 2] | 0; + i5 = i1; + if ((i2 - i1 | 0) >>> 0 < i4 >>> 0) { + i1 = FUNCTION_TABLE_iiii[HEAP32[i6 + 36 >> 2] & 31](i6, i3, i4) | 0; + break; + } + L10 : do if ((HEAP8[i6 + 75 >> 0] | 0) > -1) { + i1 = i4; + while (1) { + if (!i1) { + i2 = i5; + i1 = 0; + break L10; + } + i2 = i1 + -1 | 0; + if ((HEAP8[i3 + i2 >> 0] | 0) == 10) break; else i1 = i2; + } + if ((FUNCTION_TABLE_iiii[HEAP32[i6 + 36 >> 2] & 31](i6, i3, i1) | 0) >>> 0 < i1 >>> 0) break L5; + i4 = i4 - i1 | 0; + i3 = i3 + i1 | 0; + i2 = HEAP32[i7 >> 2] | 0; + } else { + i2 = i5; + i1 = 0; + } while (0); + _memcpy(i2 | 0, i3 | 0, i4 | 0) | 0; + HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + i4; + i1 = i1 + i4 | 0; + } while (0); + return i1 | 0; +} + function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner13visitSetLocalEPNS_8SetLocalE(i1, i4, i2) { i1 = i1 | 0; i4 = i4 | 0; @@ -59768,40 +59499,40 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect HEAP32[i4 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; HEAP32[i4 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; break; - } else ___assert_fail(20296, 19725, 350, 20326); while (0); + } else ___assert_fail(20433, 19853, 350, 20463); while (0); STACKTOP = i5; return; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE21__grow_by_and_replaceEjjjjjjPKc(i11, i9, i1, i2, i7, i8, i6, i3) { +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE21__grow_by_and_replaceEjjjjjjPKc(i11, i10, i1, i4, i8, i9, i7, i5) { i11 = i11 | 0; - i9 = i9 | 0; + i10 = i10 | 0; i1 = i1 | 0; - i2 = i2 | 0; - i7 = i7 | 0; + i4 = i4 | 0; i8 = i8 | 0; - i6 = i6 | 0; - i3 = i3 | 0; - var i4 = 0, i5 = 0, i10 = 0; - if ((-18 - i9 | 0) >>> 0 < i1 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i11); - if (!(HEAP8[i11 >> 0] & 1)) i10 = i11 + 1 | 0; else i10 = HEAP32[i11 + 8 >> 2] | 0; - if (i9 >>> 0 < 2147483623) { - i5 = i1 + i9 | 0; - i4 = i9 << 1; - i5 = i5 >>> 0 < i4 >>> 0 ? i4 : i5; - i5 = i5 >>> 0 < 11 ? 11 : i5 + 16 & -16; - } else i5 = -17; - i4 = __Znwj(i5) | 0; - if (i7 | 0) _memcpy(i4 | 0, i10 | 0, i7 | 0) | 0; - if (i6 | 0) _memcpy(i4 + i7 | 0, i3 | 0, i6 | 0) | 0; - i1 = i2 - i8 | 0; - if ((i1 | 0) != (i7 | 0)) _memcpy(i4 + i7 + i6 | 0, i10 + i7 + i8 | 0, i1 - i7 | 0) | 0; - if ((i9 | 0) != 10) __ZdlPv(i10); - HEAP32[i11 + 8 >> 2] = i4; - HEAP32[i11 >> 2] = i5 | 1; - i10 = i1 + i6 | 0; + i9 = i9 | 0; + i7 = i7 | 0; + i5 = i5 | 0; + var i2 = 0, i3 = 0, i6 = 0; + if ((-18 - i10 | 0) >>> 0 < i1 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i11); + if (!(HEAP8[i11 >> 0] & 1)) i6 = i11 + 1 | 0; else i6 = HEAP32[i11 + 8 >> 2] | 0; + if (i10 >>> 0 < 2147483623) { + i2 = i1 + i10 | 0; + i3 = i10 << 1; + i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; + i2 = i2 >>> 0 < 11 ? 11 : i2 + 16 & -16; + } else i2 = -17; + i3 = __Znwj(i2) | 0; + if (i8 | 0) _memcpy(i3 | 0, i6 | 0, i8 | 0) | 0; + if (i7 | 0) _memcpy(i3 + i8 | 0, i5 | 0, i7 | 0) | 0; + i1 = i4 - i9 | 0; + if ((i1 | 0) != (i8 | 0)) _memcpy(i3 + i8 + i7 | 0, i6 + i8 + i9 | 0, i1 - i8 | 0) | 0; + if ((i10 | 0) != 10) __ZdlPv(i6); + HEAP32[i11 + 8 >> 2] = i3; + HEAP32[i11 >> 2] = i2 | 1; + i10 = i1 + i7 | 0; HEAP32[i11 + 4 >> 2] = i10; - HEAP8[i4 + i10 >> 0] = 0; + HEAP8[i3 + i10 >> 0] = 0; return; } @@ -59812,16 +59543,16 @@ function __ZNSt3__16vectorIPN4wasm8FunctionENS_9allocatorIS3_EEE21__push_back_sl i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIPN4wasm8FunctionERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm8FunctionERNS_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]; @@ -59839,16 +59570,16 @@ function __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_sl i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIN6cashew7IStringERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN6cashew7IStringERNS_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]; @@ -59866,16 +59597,16 @@ function __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slo i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 2) + 1 | 0; + if (i2 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = (HEAP32[i7 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 2 >>> 0 < 536870911) { + i1 = i1 >> 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIPN4wasm7ElementERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __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]; @@ -59893,16 +59624,16 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slo i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIN4wasm8WasmTypeERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 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]; @@ -59920,16 +59651,16 @@ function __ZNSt3__16vectorIPN6cashew5ValueENS_9allocatorIS3_EEE21__push_back_slo i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIPN6cashew5ValueERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN6cashew5ValueERNS_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]; @@ -59947,16 +59678,16 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slo i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIN4wasm8WasmTypeERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 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]; @@ -59974,16 +59705,16 @@ function __ZNSt3__16vectorIPN4wasm6ImportENS_9allocatorIS3_EEE21__push_back_slow i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __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]; @@ -60001,16 +59732,16 @@ function __ZNSt3__16vectorIPN4wasm6ExportENS_9allocatorIS3_EEE21__push_back_slow i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm6ExportERNS_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]; @@ -60081,10 +59812,10 @@ function __ZN4wasm14SimplifyLocals10visitBlockEPNS_5BlockE(i1, i2) { while (1) { i5 = i2; if (i3 >>> 0 >= ((i1 - i2 >> 2) + -1 | 0) >>> 0) break L1; - i4 = i5 + (i3 << 2) | 0; - i2 = HEAP32[i4 >> 2] | 0; - if ((!((i2 | 0) == 0 | (HEAP32[i2 >> 2] | 0) != 10) ? (i8 = HEAP32[i5 + (i3 + 1 << 2) >> 2] | 0, !((i8 | 0) == 0 | (HEAP32[i8 >> 2] | 0) != 9)) : 0) ? (HEAP32[i2 + 8 >> 2] | 0) == (HEAP32[i8 + 8 >> 2] | 0) : 0) { - i5 = i4 + 4 | 0; + i2 = i5 + (i3 << 2) | 0; + i4 = HEAP32[i2 >> 2] | 0; + if ((!((i4 | 0) == 0 | (HEAP32[i4 >> 2] | 0) != 10) ? (i8 = HEAP32[i5 + (i3 + 1 << 2) >> 2] | 0, !((i8 | 0) == 0 | (HEAP32[i8 >> 2] | 0) != 9)) : 0) ? (HEAP32[i4 + 8 >> 2] | 0) == (HEAP32[i8 + 8 >> 2] | 0) : 0) { + i5 = i2 + 4 | 0; i4 = i5 + 4 | 0; i2 = i1 - i4 | 0; _memmove(i5 | 0, i4 | 0, i2 | 0) | 0; @@ -60105,43 +59836,43 @@ function __ZN4wasm14SimplifyLocals10visitBlockEPNS_5BlockE(i1, i2) { return; } -function _vsnprintf(i6, i2, i10, i8) { - i6 = i6 | 0; - i2 = i2 | 0; +function _vsnprintf(i3, i1, i10, i8) { + i3 = i3 | 0; + i1 = i1 | 0; i10 = i10 | 0; i8 = i8 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0, i11 = 0; + var i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 128 | 0; - i1 = i11 + 112 | 0; + i2 = i11 + 112 | 0; i9 = i11; - i3 = i9; - i4 = 4584; - i5 = i3 + 112 | 0; + i4 = i9; + i5 = 4728; + i6 = i4 + 112 | 0; do { - HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; - i3 = i3 + 4 | 0; + HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; i4 = i4 + 4 | 0; - } while ((i3 | 0) < (i5 | 0)); - if ((i2 + -1 | 0) >>> 0 > 2147483646) if (!i2) { - i2 = 1; + i5 = i5 + 4 | 0; + } while ((i4 | 0) < (i6 | 0)); + if ((i1 + -1 | 0) >>> 0 > 2147483646) if (!i1) { + i1 = 1; i7 = 4; } else { i1 = ___errno_location() | 0; HEAP32[i1 >> 2] = 75; i1 = -1; } else { - i1 = i6; + i2 = i3; i7 = 4; } if ((i7 | 0) == 4) { - i7 = -2 - i1 | 0; - i7 = i2 >>> 0 > i7 >>> 0 ? i7 : i2; + i7 = -2 - i2 | 0; + i7 = i1 >>> 0 > i7 >>> 0 ? i7 : i1; HEAP32[i9 + 48 >> 2] = i7; i3 = i9 + 20 | 0; - HEAP32[i3 >> 2] = i1; - HEAP32[i9 + 44 >> 2] = i1; - i1 = i1 + i7 | 0; + HEAP32[i3 >> 2] = i2; + HEAP32[i9 + 44 >> 2] = i2; + i1 = i2 + i7 | 0; i2 = i9 + 16 | 0; HEAP32[i2 >> 2] = i1; HEAP32[i9 + 28 >> 2] = i1; @@ -60162,16 +59893,16 @@ function __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE21__push_back_slow_p i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIPN4wasm4PassERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm4PassERNS_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]; @@ -60189,16 +59920,16 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_p i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIN6cashew3RefERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN6cashew3RefERNS_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]; @@ -60209,6 +59940,33 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_p return; } +function __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i6) { + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i5 = i8; + i3 = i7 + 4 | 0; + i4 = HEAP32[i7 >> 2] | 0; + i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 2) + 1 | 0; + if (i2 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + i1 = (HEAP32[i7 + 8 >> 2] | 0) - i4 | 0; + if (i1 >> 2 >>> 0 < 536870911) { + i1 = i1 >> 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + } else i1 = 1073741823; + __ZNSt3__114__split_bufferIPN4wasm4PassERNS_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__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i7, i5); + __ZNSt3__114__split_bufferIPN4wasm4PassERNS_9allocatorIS3_EEED2Ev(i5); + STACKTOP = i8; + return; +} + function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE12__find_equalIS7_EERPNS_16__tree_node_baseIPvEESK_RKT_(i1, i5, i4) { i1 = i1 | 0; i5 = i5 | 0; @@ -60263,16 +60021,16 @@ function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pa i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIN4wasm4NameERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm4NameERNS_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]; @@ -60320,16 +60078,16 @@ function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pa i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIN4wasm4NameERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm4NameERNS_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]; @@ -60345,37 +60103,37 @@ function __ZN6cashew5Arena5allocEv(i8) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i9; + i5 = i9; i6 = i8 + 4 | 0; - i5 = HEAP32[i6 >> 2] | 0; - i1 = i5; - if (!((i5 | 0) != (HEAP32[i8 >> 2] | 0) ? (i2 = i8 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 | 0) != 1e3) : 0)) { - i4 = __Znaj(16008) | 0; - HEAP32[i4 + 4 >> 2] = 1e3; - i2 = i4 + 8 | 0; - i4 = i4 + 16008 | 0; - i3 = i2; + i7 = HEAP32[i6 >> 2] | 0; + i1 = i7; + if (!((i7 | 0) != (HEAP32[i8 >> 2] | 0) ? (i3 = i8 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 | 0) != 1e3) : 0)) { + i3 = __Znaj(16008) | 0; + HEAP32[i3 + 4 >> 2] = 1e3; + i2 = i3 + 8 | 0; + i3 = i3 + 16008 | 0; + i4 = i2; do { - HEAP32[i3 >> 2] = 3; - HEAPF64[i3 + 8 >> 3] = 0.0; - i3 = i3 + 16 | 0; - } while ((i3 | 0) != (i4 | 0)); - HEAP32[i7 >> 2] = i2; + HEAP32[i4 >> 2] = 3; + HEAPF64[i4 + 8 >> 3] = 0.0; + i4 = i4 + 16 | 0; + } while ((i4 | 0) != (i3 | 0)); + HEAP32[i5 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i8 + 8 >> 2] | 0) >>> 0) { - HEAP32[i5 >> 2] = i2; + HEAP32[i7 >> 2] = i2; i1 = (HEAP32[i6 >> 2] | 0) + 4 | 0; HEAP32[i6 >> 2] = i1; } else { - __ZNSt3__16vectorIPN6cashew5ValueENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i7); + __ZNSt3__16vectorIPN6cashew5ValueENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i5); i1 = HEAP32[i6 >> 2] | 0; } - i2 = i8 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i8 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - HEAP32[i2 >> 2] = i3 + 1; + HEAP32[i3 >> 2] = i2 + 1; STACKTOP = i9; - return (HEAP32[i1 + -4 >> 2] | 0) + (i3 << 4) | 0; + return (HEAP32[i1 + -4 >> 2] | 0) + (i2 << 4) | 0; } function __ZN6cashew12ValueBuilder11appendToVarENS_3RefENS_7IStringES1_(i7, i2, i6) { @@ -60385,26 +60143,26 @@ function __ZN6cashew12ValueBuilder11appendToVarENS_3RefENS_7IStringES1_(i7, i2, var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i8 + 12 | 0; + i3 = i8 + 12 | 0; i1 = i8 + 8 | 0; - i5 = i8 + 4 | 0; - i3 = i8; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 38432) | 0)) ___assert_fail(23155, 28612, 1518, 23169); + i4 = i8 + 4 | 0; + i5 = i8; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 39592) | 0)) ___assert_fail(23285, 29866, 1518, 23299); i9 = __ZN6cashew12ValueBuilder12makeRawArrayEi(1) | 0; i2 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i2) | 0; HEAP32[i1 >> 2] = i2; - HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i9, i4) | 0; + HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; + i1 = __ZN6cashew5Value9push_backENS_3RefE(i9, i3) | 0; if (!(__ZN6cashew3RefntEv(i6) | 0)) { - HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i1, i4) | 0; + HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i1, i3) | 0; } i9 = __ZN6cashew3RefixEj(i7, 1) | 0; i9 = HEAP32[i9 >> 2] | 0; - HEAP32[i3 >> 2] = i1; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i9, i4) | 0; + HEAP32[i5 >> 2] = i1; + HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i9, i3) | 0; STACKTOP = i8; return; } @@ -60416,11 +60174,11 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu var i1 = 0, i2 = 0, i3 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i7; - i3 = __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE12__find_equalIS7_EERPNS_16__tree_node_baseIPvEESK_RKT_(i4, i2, i5 + 16 | 0) | 0; - i1 = HEAP32[i3 >> 2] | 0; + i3 = i7; + i2 = __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE12__find_equalIS7_EERPNS_16__tree_node_baseIPvEESK_RKT_(i4, i3, i5 + 16 | 0) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSI_SI_(i4, HEAP32[i2 >> 2] | 0, i3, i5); + __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSI_SI_(i4, HEAP32[i3 >> 2] | 0, i2, i5); i2 = 1; i1 = i5; } else i2 = 0; @@ -60430,98 +60188,51 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu return; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEESJ_RKT_(i1, i5, i4) { - i1 = i1 | 0; - i5 = i5 | 0; +function __ZNK4wasm7Literal3negEv(i3, i4) { + i3 = i3 | 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 = 5; - break; - } - } else { - if (!(__ZNK6cashew7IStringltERKS0_(i1, i4) | 0)) { - i1 = i2; - i3 = 10; - break; - } - i1 = i2 + 4 | 0; - i3 = HEAP32[i1 >> 2] | 0; - if (!i3) { - i3 = 9; - break; - } else i1 = i3; - } - i2 = i1; - } - if ((i3 | 0) == 5) { - HEAP32[i5 >> 2] = i2; - break; - } else if ((i3 | 0) == 9) { - HEAP32[i5 >> 2] = i2; - break; - } else if ((i3 | 0) == 10) { - HEAP32[i5 >> 2] = i1; - i1 = i5; - break; - } - } else HEAP32[i5 >> 2] = i1; while (0); - return i1 | 0; -} - -function __ZNK4wasm7Literal3negEv(i1, i2) { - i1 = i1 | 0; - i2 = i2 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0; + var i1 = 0, i2 = 0, i5 = 0, i6 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i3 = i5 + 16 | 0; - i4 = i5; - switch (HEAP32[i2 >> 2] | 0) { + i1 = i5 + 16 | 0; + i2 = i5; + switch (HEAP32[i4 >> 2] | 0) { case 1: { - i4 = HEAP32[i2 + 8 >> 2] ^ -2147483648; - HEAP32[i1 >> 2] = 1; - HEAP32[i1 + 8 >> 2] = i4; + i4 = HEAP32[i4 + 8 >> 2] ^ -2147483648; + HEAP32[i3 >> 2] = 1; + HEAP32[i3 + 8 >> 2] = i4; break; } case 2: { - i3 = i2 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; - i3 = HEAP32[i3 + 4 >> 2] ^ -2147483648; - HEAP32[i1 >> 2] = 2; - i4 = i1 + 8 | 0; - HEAP32[i4 >> 2] = i2; - HEAP32[i4 + 4 >> 2] = i3; + i2 = i4 + 8 | 0; + i1 = HEAP32[i2 >> 2] | 0; + i2 = HEAP32[i2 + 4 >> 2] ^ -2147483648; + HEAP32[i3 >> 2] = 2; + i4 = i3 + 8 | 0; + HEAP32[i4 >> 2] = i1; + HEAP32[i4 + 4 >> 2] = i2; break; } case 3: { - i4 = HEAP32[i2 + 8 >> 2] ^ -2147483648; - HEAP32[i3 >> 2] = 1; - HEAP32[i3 + 8 >> 2] = i4; - __ZN4wasm7Literal9castToF32Ev(i1, i3); + i4 = HEAP32[i4 + 8 >> 2] ^ -2147483648; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i4; + __ZN4wasm7Literal9castToF32Ev(i3, i1); break; } case 4: { - i2 = i2 + 8 | 0; - i6 = HEAP32[i2 >> 2] | 0; - i2 = HEAP32[i2 + 4 >> 2] ^ -2147483648; - HEAP32[i4 >> 2] = 2; - i3 = i4 + 8 | 0; - HEAP32[i3 >> 2] = i6; - HEAP32[i3 + 4 >> 2] = i2; - __ZN4wasm7Literal9castToF64Ev(i1, i4); + i1 = i4 + 8 | 0; + i6 = HEAP32[i1 >> 2] | 0; + i1 = HEAP32[i1 + 4 >> 2] ^ -2147483648; + HEAP32[i2 >> 2] = 2; + i4 = i2 + 8 | 0; + HEAP32[i4 >> 2] = i6; + HEAP32[i4 + 4 >> 2] = i1; + __ZN4wasm7Literal9castToF64Ev(i3, i2); break; } default: @@ -60536,27 +60247,27 @@ function __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 24 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 24; i6 = i7 + 4 | 0; HEAP32[i6 >> 2] = 0; HEAP32[i6 + 4 >> 2] = 0; @@ -60573,19 +60284,19 @@ function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CString i1 = i1 | 0; var i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; i8 = HEAP32[i1 >> 2] | 0; - i2 = 5381; - i3 = i8; + i1 = i8; + i3 = 5381; while (1) { - i1 = HEAP8[i3 >> 0] | 0; - if (!(i1 << 24 >> 24)) break; - i2 = i1 << 24 >> 24 ^ i2 * 33; - i3 = i3 + 1 | 0; + i2 = HEAP8[i1 >> 0] | 0; + if (!(i2 << 24 >> 24)) break; + i1 = i1 + 1 | 0; + i3 = i2 << 24 >> 24 ^ i3 * 33; } - i5 = HEAP32[i4 + 4 >> 2] | 0; - L5 : do if (i5) { - i6 = i5 + -1 | 0; - i7 = (i6 & i5 | 0) == 0; - if (i7) i3 = i6 & i2; else i3 = (i2 >>> 0) % (i5 >>> 0) | 0; + i7 = HEAP32[i4 + 4 >> 2] | 0; + L5 : do if (i7) { + i5 = i7 + -1 | 0; + i6 = (i5 & i7 | 0) == 0; + if (i6) i3 = i5 & i3; else i3 = (i3 >>> 0) % (i7 >>> 0) | 0; i1 = HEAP32[(HEAP32[i4 >> 2] | 0) + (i3 << 2) >> 2] | 0; if (i1) do { i1 = HEAP32[i1 >> 2] | 0; @@ -60594,7 +60305,7 @@ function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CString break L5; } i2 = HEAP32[i1 + 4 >> 2] | 0; - if (i7) i2 = i2 & i6; else i2 = (i2 >>> 0) % (i5 >>> 0) | 0; + if (i6) i2 = i2 & i5; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; if ((i2 | 0) != (i3 | 0)) { i1 = 0; break L5; @@ -60604,98 +60315,51 @@ function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CString return i1 | 0; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEESJ_RKT_(i1, i5, i4) { - i1 = i1 | 0; - i5 = i5 | 0; +function __ZNK4wasm7Literal3absEv(i3, i4) { + i3 = i3 | 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 = 5; - break; - } - } else { - if (!(__ZNK6cashew7IStringltERKS0_(i1, i4) | 0)) { - i1 = i2; - i3 = 10; - break; - } - i1 = i2 + 4 | 0; - i3 = HEAP32[i1 >> 2] | 0; - if (!i3) { - i3 = 9; - break; - } else i1 = i3; - } - i2 = i1; - } - if ((i3 | 0) == 5) { - HEAP32[i5 >> 2] = i2; - break; - } else if ((i3 | 0) == 9) { - HEAP32[i5 >> 2] = i2; - break; - } else if ((i3 | 0) == 10) { - HEAP32[i5 >> 2] = i1; - i1 = i5; - break; - } - } else HEAP32[i5 >> 2] = i1; while (0); - return i1 | 0; -} - -function __ZNK4wasm7Literal3absEv(i1, i2) { - i1 = i1 | 0; - i2 = i2 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0; + var i1 = 0, i2 = 0, i5 = 0, i6 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i3 = i5 + 16 | 0; - i4 = i5; - switch (HEAP32[i2 >> 2] | 0) { + i1 = i5 + 16 | 0; + i2 = i5; + switch (HEAP32[i4 >> 2] | 0) { case 1: { - i4 = HEAP32[i2 + 8 >> 2] & 2147483647; - HEAP32[i1 >> 2] = 1; - HEAP32[i1 + 8 >> 2] = i4; + i4 = HEAP32[i4 + 8 >> 2] & 2147483647; + HEAP32[i3 >> 2] = 1; + HEAP32[i3 + 8 >> 2] = i4; break; } case 2: { - i3 = i2 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; - i3 = HEAP32[i3 + 4 >> 2] & 2147483647; - HEAP32[i1 >> 2] = 2; - i4 = i1 + 8 | 0; - HEAP32[i4 >> 2] = i2; - HEAP32[i4 + 4 >> 2] = i3; + i2 = i4 + 8 | 0; + i1 = HEAP32[i2 >> 2] | 0; + i2 = HEAP32[i2 + 4 >> 2] & 2147483647; + HEAP32[i3 >> 2] = 2; + i4 = i3 + 8 | 0; + HEAP32[i4 >> 2] = i1; + HEAP32[i4 + 4 >> 2] = i2; break; } case 3: { - i4 = HEAP32[i2 + 8 >> 2] & 2147483647; - HEAP32[i3 >> 2] = 1; - HEAP32[i3 + 8 >> 2] = i4; - __ZN4wasm7Literal9castToF32Ev(i1, i3); + i4 = HEAP32[i4 + 8 >> 2] & 2147483647; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i4; + __ZN4wasm7Literal9castToF32Ev(i3, i1); break; } case 4: { - i2 = i2 + 8 | 0; - i6 = HEAP32[i2 >> 2] | 0; - i2 = HEAP32[i2 + 4 >> 2] & 2147483647; - HEAP32[i4 >> 2] = 2; - i3 = i4 + 8 | 0; - HEAP32[i3 >> 2] = i6; - HEAP32[i3 + 4 >> 2] = i2; - __ZN4wasm7Literal9castToF64Ev(i1, i4); + i1 = i4 + 8 | 0; + i6 = HEAP32[i1 >> 2] | 0; + i1 = HEAP32[i1 + 4 >> 2] & 2147483647; + HEAP32[i2 >> 2] = 2; + i4 = i2 + 8 | 0; + HEAP32[i4 >> 2] = i6; + HEAP32[i4 + 4 >> 2] = i1; + __ZN4wasm7Literal9castToF64Ev(i3, i2); break; } default: @@ -60744,114 +60408,20 @@ function __ZN4wasm15Asm2WasmBuilderC2ERNS_16AllocatingModuleEbi(i3, i4, i2, i1) return; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEESJ_RKT_(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 = 5; - break; - } - } else { - if (!(__ZNK6cashew7IStringltERKS0_(i1, i4) | 0)) { - i1 = i2; - i3 = 10; - break; - } - i1 = i2 + 4 | 0; - i3 = HEAP32[i1 >> 2] | 0; - if (!i3) { - i3 = 9; - break; - } else i1 = i3; - } - i2 = i1; - } - if ((i3 | 0) == 5) { - HEAP32[i5 >> 2] = i2; - break; - } else if ((i3 | 0) == 9) { - HEAP32[i5 >> 2] = i2; - break; - } else if ((i3 | 0) == 10) { - HEAP32[i5 >> 2] = i1; - i1 = i5; - break; - } - } else HEAP32[i5 >> 2] = i1; while (0); - return i1 | 0; -} - -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE12__find_equalIS6_EERPNS_16__tree_node_baseIPvEESJ_RKT_(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 = 5; - break; - } - } else { - if (!(__ZNK6cashew7IStringltERKS0_(i1, i4) | 0)) { - i1 = i2; - i3 = 10; - break; - } - i1 = i2 + 4 | 0; - i3 = HEAP32[i1 >> 2] | 0; - if (!i3) { - i3 = 9; - break; - } else i1 = i3; - } - i2 = i1; - } - if ((i3 | 0) == 5) { - HEAP32[i5 >> 2] = i2; - break; - } else if ((i3 | 0) == 9) { - HEAP32[i5 >> 2] = i2; - break; - } else if ((i3 | 0) == 10) { - HEAP32[i5 >> 2] = i1; - i1 = i5; - break; - } - } else HEAP32[i5 >> 2] = i1; while (0); - return i1 | 0; -} - -function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i6, i3) { +function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSA_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_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__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE25__construct_node_with_keyERSA_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSI_SI_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE25__construct_node_with_keyERSA_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_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; @@ -60864,27 +60434,27 @@ function __ZN6cashew12ValueBuilder14appendToObjectENS_3RefENS_7IStringES1_(i5, i var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i9 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i8 + 12 | 0; - i1 = i8 + 8 | 0; - i4 = i8 + 4 | 0; - i3 = i8; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 38728) | 0) { + i1 = i8 + 12 | 0; + i2 = i8 + 8 | 0; + i3 = i8 + 4 | 0; + i4 = i8; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 39888) | 0) { i5 = __ZN6cashew3RefixEj(i5, 1) | 0; i5 = HEAP32[i5 >> 2] | 0; i9 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i6) | 0; - HEAP32[i4 >> 2] = i6; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - i6 = __ZN6cashew5Value9push_backENS_3RefE(i9, i2) | 0; - HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - i7 = __ZN6cashew5Value9push_backENS_3RefE(i6, i2) | 0; - HEAP32[i1 >> 2] = i7; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i5, i2) | 0; + HEAP32[i3 >> 2] = i6; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + i6 = __ZN6cashew5Value9push_backENS_3RefE(i9, i1) | 0; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; + i7 = __ZN6cashew5Value9push_backENS_3RefE(i6, i1) | 0; + HEAP32[i2 >> 2] = i7; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i5, i1) | 0; STACKTOP = i8; return; - } else ___assert_fail(23937, 28612, 1653, 23956); + } else ___assert_fail(24067, 29866, 1653, 24086); } function __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(i7) { @@ -60892,27 +60462,27 @@ function __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 24 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 24; HEAP32[i7 >> 2] = 1; i6 = i7 + 4 | 0; HEAP32[i6 >> 2] = 0; @@ -60929,27 +60499,27 @@ function __ZN10MixedArena5allocIN4wasm4HostEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 32 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 32 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 32; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 32; HEAP32[i7 >> 2] = 18; HEAP32[i7 + 4 >> 2] = 0; i6 = i7 + 12 | 0; @@ -60966,27 +60536,27 @@ function __ZN10MixedArena5allocIN4wasm4CallEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 24 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 24; HEAP32[i7 >> 2] = 6; i6 = i7 + 4 | 0; HEAP32[i6 >> 2] = 0; @@ -60998,56 +60568,6 @@ function __ZN10MixedArena5allocIN4wasm4CallEEEPT_v(i7) { return i7 | 0; } -function ___stpcpy(i1, i2) { - i1 = i1 | 0; - i2 = i2 | 0; - var i3 = 0, i4 = 0; - i3 = i2; - L1 : do if (!((i3 ^ i1) & 3)) { - if (!(i3 & 3)) i3 = i2; else while (1) { - i3 = HEAP8[i2 >> 0] | 0; - HEAP8[i1 >> 0] = i3; - if (!(i3 << 24 >> 24)) break L1; - i2 = i2 + 1 | 0; - i1 = i1 + 1 | 0; - if (!(i2 & 3)) { - i3 = i2; - break; - } - } - i2 = HEAP32[i3 >> 2] | 0; - if (!((i2 & -2139062144 ^ -2139062144) & i2 + -16843009)) { - i4 = i1; - i1 = i3; - while (1) { - i3 = i1 + 4 | 0; - i1 = i4 + 4 | 0; - HEAP32[i4 >> 2] = i2; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 & -2139062144 ^ -2139062144) & i2 + -16843009 | 0) { - i2 = i3; - break; - } else { - i4 = i1; - i1 = i3; - } - } - } else i2 = i3; - i4 = 8; - } else i4 = 8; while (0); - if ((i4 | 0) == 8) { - i4 = HEAP8[i2 >> 0] | 0; - HEAP8[i1 >> 0] = i4; - if (i4 << 24 >> 24) do { - i2 = i2 + 1 | 0; - i1 = i1 + 1 | 0; - i4 = HEAP8[i2 >> 0] | 0; - HEAP8[i1 >> 0] = i4; - } while (i4 << 24 >> 24 != 0); - } - return i1 | 0; -} - function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11do_get_dateES4_S4_RNS_8ios_baseERjP2tm(i6, i1, i2, i4, i3, i5) { i6 = i6 | 0; i1 = i1 | 0; @@ -61077,54 +60597,32 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE return i6 | 0; } -function __ZN4wasm2If7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i3, i5, i1) { - i3 = i3 | 0; - i5 = i5 | 0; - i1 = i1 | 0; - var i2 = 0, i4 = 0, i6 = 0, i7 = 0; - i6 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i6; - i7 = i3 + 16 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i5, HEAP32[i7 >> 2] | 0 ? 17241 : 28016, 0) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i5, 10) | 0; - i2 = i1 + 1 | 0; - HEAP32[i4 >> 2] = i2; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i5, i2, HEAP32[i3 + 8 >> 2] | 0) | 0; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i5, i2, HEAP32[i3 + 12 >> 2] | 0) | 0; - i1 = HEAP32[i7 >> 2] | 0; - if (i1 | 0) __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i5, i2, i1) | 0; - i7 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i5, i4) | 0; - STACKTOP = i6; - return i7 | 0; -} - function __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(i7) { i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 24 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 24; HEAP32[i7 >> 2] = 4; i6 = i7 + 4 | 0; HEAP32[i6 >> 2] = 0; @@ -61136,71 +60634,6 @@ function __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(i7) { return i7 | 0; } -function __ZZ11instantiateEN19JSExternalInterface5storeEPN4wasm5StoreEjNS0_7LiteralE(i1, i3, i2, i4) { - i1 = i1 | 0; - i3 = i3 | 0; - i2 = i2 | 0; - i4 = i4 | 0; - i1 = HEAP32[i3 + 8 >> 2] | 0; - if ((HEAP32[i3 + 16 >> 2] | 0) >>> 0 < i1 >>> 0) ___assert_fail(19307, 14681, 236, 19336); - L4 : do if (((HEAP32[i3 + 4 >> 2] | 0) + -3 | 0) >>> 0 < 2) switch (i1 | 0) { - case 4: - { - +_emscripten_asm_const_did(3, i2 | 0, +(+__ZNK4wasm7Literal6getf32Ev(i4))); - break L4; - } - case 8: - { - +_emscripten_asm_const_did(4, i2 | 0, +(+__ZNK4wasm7Literal6getf64Ev(i4))); - break L4; - } - default: - _abort(); - } else switch (i1 | 0) { - case 1: - { - _emscripten_asm_const_iii(25, i2 | 0, __ZNK4wasm7Literal6geti32Ev(i4) | 0) | 0; - break L4; - } - case 2: - { - _emscripten_asm_const_iii(26, i2 | 0, __ZNK4wasm7Literal6geti32Ev(i4) | 0) | 0; - break L4; - } - case 4: - { - _emscripten_asm_const_iii(2, i2 | 0, __ZNK4wasm7Literal6geti32Ev(i4) | 0) | 0; - break L4; - } - default: - _abort(); - } while (0); - return; -} - -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE15__insert_uniqueIRKNS_4pairIKS3_S5_EEEENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEENS_21__tree_const_iteratorIS6_SO_iEEOT_(i3, i1, i2) { - i3 = i3 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - var i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; - i5 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i6 = i5 + 4 | 0; - i7 = i5; - i4 = __Znwj(24) | 0; - i9 = i2; - i8 = HEAP32[i9 + 4 >> 2] | 0; - i2 = i4 + 16 | 0; - HEAP32[i2 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i2 + 4 >> 2] = i8; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i7 >> 2]; - i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE20__node_insert_uniqueENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEESI_(i3, i6, i4) | 0; - if ((i1 | 0) != (i4 | 0)) __ZdlPv(i4); - STACKTOP = i5; - return i1 | 0; -} - function __ZNSt3__16__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoEEENS_19__map_value_compareIS7_SB_NS_4lessIS7_EELb1EEENS5_ISB_EEE13__lower_boundIS7_EENS_15__tree_iteratorISB_PNS_11__tree_nodeISB_PvEEiEERKT_SN_SN_(i3, i4, i2, i1) { i3 = i3 | 0; i4 = i4 | 0; @@ -61233,28 +60666,28 @@ function __ZN6cashew12ValueBuilder21appendDefaultToSwitchENS_3RefE(i5) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i6 + 12 | 0; - i1 = i6 + 8 | 0; - i4 = i6 + 4 | 0; - i3 = i6; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 38500) | 0) { + i1 = i6 + 12 | 0; + i2 = i6 + 8 | 0; + i3 = i6 + 4 | 0; + i4 = i6; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 39660) | 0) { i5 = __ZN6cashew3RefixEj(i5, 2) | 0; i5 = HEAP32[i5 >> 2] | 0; i7 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; i8 = __ZN6cashew12ValueBuilder8makeNullEv() | 0; - HEAP32[i4 >> 2] = i8; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - i4 = __ZN6cashew5Value9push_backENS_3RefE(i7, i2) | 0; + HEAP32[i3 >> 2] = i8; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + i3 = __ZN6cashew5Value9push_backENS_3RefE(i7, i1) | 0; i7 = __ZN6cashew12ValueBuilder12makeRawArrayEi(0) | 0; - HEAP32[i3 >> 2] = i7; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i2) | 0; - HEAP32[i1 >> 2] = i4; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i5, i2) | 0; + HEAP32[i4 >> 2] = i7; + HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; + i4 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; + HEAP32[i2 >> 2] = i4; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i5, i1) | 0; STACKTOP = i6; return; - } else ___assert_fail(23373, 28612, 1604, 23413); + } else ___assert_fail(23503, 29866, 1604, 23543); } function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE20__node_insert_uniqueEPNS_11__tree_nodeIS7_PvEE(i6, i4, i5) { @@ -61264,11 +60697,11 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu var i1 = 0, i2 = 0, i3 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i7; - i3 = __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE12__find_equalIS7_EERPNS_16__tree_node_baseIPvEESK_RKT_(i4, i2, i5 + 16 | 0) | 0; - i1 = HEAP32[i3 >> 2] | 0; + i3 = i7; + i2 = __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE12__find_equalIS7_EERPNS_16__tree_node_baseIPvEESK_RKT_(i4, i3, i5 + 16 | 0) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSI_SI_(i4, HEAP32[i2 >> 2] | 0, i3, i5); + __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSI_SI_(i4, HEAP32[i3 >> 2] | 0, i2, i5); i2 = 1; i1 = i5; } else i2 = 0; @@ -61278,44 +60711,6 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu return; } -function ___shgetc(i6) { - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0; - i2 = i6 + 104 | 0; - i5 = HEAP32[i2 >> 2] | 0; - if ((i5 | 0) != 0 ? (HEAP32[i6 + 108 >> 2] | 0) >= (i5 | 0) : 0) i7 = 4; else { - i1 = ___uflow(i6) | 0; - if ((i1 | 0) >= 0) { - i2 = HEAP32[i2 >> 2] | 0; - i5 = HEAP32[i6 + 8 >> 2] | 0; - if (i2) { - i4 = HEAP32[i6 + 4 >> 2] | 0; - i3 = i2 - (HEAP32[i6 + 108 >> 2] | 0) | 0; - i2 = i5; - if ((i5 - i4 | 0) < (i3 | 0)) i7 = 9; else HEAP32[i6 + 100 >> 2] = i4 + (i3 + -1); - } else { - i2 = i5; - i7 = 9; - } - if ((i7 | 0) == 9) HEAP32[i6 + 100 >> 2] = i5; - i3 = i6 + 4 | 0; - if (!i2) i2 = HEAP32[i3 >> 2] | 0; else { - i5 = HEAP32[i3 >> 2] | 0; - i6 = i6 + 108 | 0; - HEAP32[i6 >> 2] = i2 + 1 - i5 + (HEAP32[i6 >> 2] | 0); - i2 = i5; - } - i2 = i2 + -1 | 0; - if ((HEAPU8[i2 >> 0] | 0 | 0) != (i1 | 0)) HEAP8[i2 >> 0] = i1; - } else i7 = 4; - } - if ((i7 | 0) == 4) { - HEAP32[i6 + 100 >> 2] = 0; - i1 = -1; - } - return i1 | 0; -} - function __ZNKSt3__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_21__hash_const_iteratorIPNS_11__hash_nodeIS6_PvEEEERKT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -61397,27 +60792,27 @@ function __ZN10MixedArena5allocIN4wasm12CallIndirectEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 32 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 32 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 32; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 32; HEAP32[i7 >> 2] = 8; i6 = i7 + 4 | 0; HEAP32[i6 >> 2] = 0; @@ -61435,16 +60830,16 @@ function __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvO i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i4 = i7 + 4 | 0; - i3 = HEAP32[i7 >> 2] | 0; - i1 = ((HEAP32[i4 >> 2] | 0) - i3 >> 2) + 1 | 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i2 = (HEAP32[i7 + 8 >> 2] | 0) - i3 | 0; - if (i2 >> 2 >>> 0 < 536870911) { - i2 = i2 >> 1; - i1 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; + 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_bufferIPcRNS_9allocatorIS1_EEEC2EjjS4_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPcRNS_9allocatorIS1_EEEC2EjjS4_(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]; @@ -61455,29 +60850,6 @@ function __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvO return; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE15__insert_uniqueIRKNS_4pairIKS3_S5_EEEENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEENS_21__tree_const_iteratorIS6_SO_iEEOT_(i3, i1, i2) { - i3 = i3 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - var i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; - i5 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i6 = i5 + 4 | 0; - i7 = i5; - i4 = __Znwj(24) | 0; - i9 = i2; - i8 = HEAP32[i9 + 4 >> 2] | 0; - i2 = i4 + 16 | 0; - HEAP32[i2 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i2 + 4 >> 2] = i8; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i7 >> 2]; - i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE20__node_insert_uniqueENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEESI_(i3, i6, i4) | 0; - if ((i1 | 0) != (i4 | 0)) __ZdlPv(i4); - STACKTOP = i5; - 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; @@ -61522,26 +60894,26 @@ function __ZNKSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE i2 = i8; HEAP32[i2 >> 2] = i1 + 100; __ZNKSt3__110__time_put8__do_putEPcRS1_PK2tmcc(i6 + 8 | 0, i1, i2, i5, i3, i4); - i5 = HEAP32[i2 >> 2] | 0; - i6 = i1; + i6 = HEAP32[i2 >> 2] | 0; + i5 = i1; i1 = HEAP32[i7 >> 2] | 0; while (1) { - if ((i6 | 0) == (i5 | 0)) break; - i2 = HEAP8[i6 >> 0] | 0; + if ((i5 | 0) == (i6 | 0)) break; + i3 = HEAP8[i5 >> 0] | 0; do if (i1) { i4 = i1 + 24 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 28 >> 2] | 0)) { - i7 = (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 52 >> 2] & 31](i1, i2 & 255) | 0) == -1; + i2 = HEAP32[i4 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i1 + 28 >> 2] | 0)) { + i7 = (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 52 >> 2] & 31](i1, i3 & 255) | 0) == -1; i1 = i7 ? 0 : i1; break; } else { - HEAP32[i4 >> 2] = i3 + 1; - HEAP8[i3 >> 0] = i2; + HEAP32[i4 >> 2] = i2 + 1; + HEAP8[i2 >> 0] = i3; break; } } else i1 = 0; while (0); - i6 = i6 + 1 | 0; + i5 = i5 + 1 | 0; } STACKTOP = i8; return i1 | 0; @@ -61560,7 +60932,7 @@ function __ZN6cashew12ValueBuilder15makeConditionalENS_3RefES1_S1_(i1, i3, i2) { i7 = i4 + 4 | 0; i6 = i4; i8 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38440) | 0; + i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39600) | 0; HEAP32[i10 >> 2] = i11; HEAP32[i5 >> 2] = HEAP32[i10 >> 2]; i8 = __ZN6cashew5Value9push_backENS_3RefE(i8, i5) | 0; @@ -61577,78 +60949,32 @@ function __ZN6cashew12ValueBuilder15makeConditionalENS_3RefES1_S1_(i1, i3, i2) { return i3 | 0; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE15__insert_uniqueIRKNS_4pairIKS3_S5_EEEENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEENS_21__tree_const_iteratorIS6_SO_iEEOT_(i3, i1, i2) { - i3 = i3 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - var i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; - i5 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i6 = i5 + 4 | 0; - i7 = i5; - i4 = __Znwj(24) | 0; - i9 = i2; - i8 = HEAP32[i9 + 4 >> 2] | 0; - i2 = i4 + 16 | 0; - HEAP32[i2 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i2 + 4 >> 2] = i8; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i7 >> 2]; - i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE20__node_insert_uniqueENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEESI_(i3, i6, i4) | 0; - if ((i1 | 0) != (i4 | 0)) __ZdlPv(i4); - STACKTOP = i5; - return i1 | 0; -} - -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE15__insert_uniqueIRKNS_4pairIKS3_S5_EEEENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEENS_21__tree_const_iteratorIS6_SO_iEEOT_(i3, i1, i2) { - i3 = i3 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - var i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; - i5 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i6 = i5 + 4 | 0; - i7 = i5; - i4 = __Znwj(24) | 0; - i9 = i2; - i8 = HEAP32[i9 + 4 >> 2] | 0; - i2 = i4 + 16 | 0; - HEAP32[i2 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i2 + 4 >> 2] = i8; - HEAP32[i7 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i7 >> 2]; - i1 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE20__node_insert_uniqueENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEESI_(i3, i6, i4) | 0; - if ((i1 | 0) != (i4 | 0)) __ZdlPv(i4); - STACKTOP = i5; - return i1 | 0; -} - function __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i7) { i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 24 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 24; HEAP8[i7 >> 0] = 1; i6 = i7 + 4 | 0; HEAP32[i6 >> 2] = 0; @@ -61664,27 +60990,27 @@ function __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 24 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 24; HEAP32[i7 >> 2] = 13; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -61695,46 +61021,46 @@ function __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(i7) { return i7 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitReturnEPNS_6ReturnE(i2, i5, i1) { - i2 = i2 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitReturnEPNS_6ReturnE(i4, i5, i1) { + i4 = i4 | 0; i5 = i5 | 0; i1 = i1 | 0; - var i3 = 0, i4 = 0, i6 = 0; + var i2 = 0, i3 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i3 = i6; - HEAP32[i2 >> 2] = 0; - i4 = i2 + 8 | 0; - HEAP32[i4 >> 2] = 0; - HEAP32[i4 + 4 >> 2] = 0; - i4 = i2 + 16 | 0; + i2 = i6; HEAP32[i4 >> 2] = 0; + i3 = i4 + 8 | 0; + HEAP32[i3 >> 2] = 0; + HEAP32[i3 + 4 >> 2] = 0; + i3 = i4 + 16 | 0; + HEAP32[i3 >> 2] = 0; i1 = HEAP32[i1 + 8 >> 2] | 0; - if (!((i1 | 0) != 0 ? (__ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i3, i5, i1), HEAP32[i2 >> 2] = HEAP32[i3 >> 2], HEAP32[i2 + 4 >> 2] = HEAP32[i3 + 4 >> 2], HEAP32[i2 + 8 >> 2] = HEAP32[i3 + 8 >> 2], HEAP32[i2 + 12 >> 2] = HEAP32[i3 + 12 >> 2], HEAP32[i2 + 16 >> 2] = HEAP32[i3 + 16 >> 2], (HEAP32[i4 >> 2] | 0) != 0) : 0)) HEAP32[i2 + 16 >> 2] = HEAP32[9592]; + if (!((i1 | 0) != 0 ? (__ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i5, i1), HEAP32[i4 >> 2] = HEAP32[i2 >> 2], HEAP32[i4 + 4 >> 2] = HEAP32[i2 + 4 >> 2], HEAP32[i4 + 8 >> 2] = HEAP32[i2 + 8 >> 2], HEAP32[i4 + 12 >> 2] = HEAP32[i2 + 12 >> 2], HEAP32[i4 + 16 >> 2] = HEAP32[i2 + 16 >> 2], (HEAP32[i3 >> 2] | 0) != 0) : 0)) HEAP32[i4 + 16 >> 2] = HEAP32[9882]; STACKTOP = i6; return; } -function __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_(i3, i5, i1, i2) { - i3 = i3 | 0; +function __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_(i4, i5, i2, i3) { + i4 = i4 | 0; i5 = i5 | 0; - i1 = i1 | 0; i2 = i2 | 0; - var i4 = 0, i6 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i6 = 0, i7 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i7 = i6; - i4 = __Znwj(32) | 0; - HEAP32[i4 + 16 >> 2] = HEAP32[i1 >> 2]; - i1 = i4 + 20 | 0; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i1 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE20__node_insert_uniqueEPNS_11__tree_nodeIS7_PvEE(i7, i5, i4); - HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + i1 = __Znwj(32) | 0; + HEAP32[i1 + 16 >> 2] = HEAP32[i2 >> 2]; + i2 = i1 + 20 | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i2 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE20__node_insert_uniqueEPNS_11__tree_nodeIS7_PvEE(i7, i5, i1); + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; i5 = HEAP8[i7 + 4 >> 0] | 0; - HEAP8[i3 + 4 >> 0] = i5; - if (!(i5 << 24 >> 24)) __ZdlPv(i4); + HEAP8[i4 + 4 >> 0] = i5; + if (!(i5 << 24 >> 24)) __ZdlPv(i1); STACKTOP = i6; return; } @@ -61786,30 +61112,67 @@ function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS return i1 | 0; } +function ___shgetc(i6) { + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0; + i2 = i6 + 104 | 0; + i5 = HEAP32[i2 >> 2] | 0; + if ((i5 | 0) != 0 ? (HEAP32[i6 + 108 >> 2] | 0) >= (i5 | 0) : 0) i7 = 4; else { + i1 = ___uflow(i6) | 0; + if ((i1 | 0) >= 0) { + i2 = HEAP32[i2 >> 2] | 0; + i5 = HEAP32[i6 + 8 >> 2] | 0; + if (i2) { + i4 = HEAP32[i6 + 4 >> 2] | 0; + i2 = i2 - (HEAP32[i6 + 108 >> 2] | 0) | 0; + i3 = i5; + if ((i5 - i4 | 0) < (i2 | 0)) i7 = 9; else HEAP32[i6 + 100 >> 2] = i4 + (i2 + -1); + } else { + i3 = i5; + i7 = 9; + } + if ((i7 | 0) == 9) HEAP32[i6 + 100 >> 2] = i5; + i2 = i6 + 4 | 0; + if (!i3) i2 = HEAP32[i2 >> 2] | 0; else { + i2 = HEAP32[i2 >> 2] | 0; + i6 = i6 + 108 | 0; + HEAP32[i6 >> 2] = i3 + 1 - i2 + (HEAP32[i6 >> 2] | 0); + } + i2 = i2 + -1 | 0; + if ((HEAPU8[i2 >> 0] | 0 | 0) != (i1 | 0)) HEAP8[i2 >> 0] = i1; + } else i7 = 4; + } + if ((i7 | 0) == 4) { + HEAP32[i6 + 100 >> 2] = 0; + i1 = -1; + } + return i1 | 0; +} + function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i4 = i6 + 24 | 0; - i5 = i6 + 12 | 0; - i3 = i6; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i3, 22198, 15); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i3, HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i3 = i6 + 24 | 0; + i4 = i6 + 12 | 0; + i5 = i6; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 22328, 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]; + HEAP32[i4 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZN6cashew7IStringC2EPKcb(i4, (HEAP8[i5 >> 0] & 1) == 0 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0, 0); + __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i4 >> 0] & 1) == 0 ? i4 + 1 | 0 : HEAP32[i4 + 8 >> 2] | 0, 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); STACKTOP = i6; - return HEAP32[i4 >> 2] | 0; + return HEAP32[i3 >> 2] | 0; } function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i1) { @@ -61817,25 +61180,25 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1 var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i4 = i6 + 24 | 0; - i5 = i6 + 12 | 0; - i3 = i6; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i3, 22185, 12); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i3, HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i3 = i6 + 24 | 0; + i4 = i6 + 12 | 0; + i5 = i6; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 22315, 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]; + HEAP32[i4 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZN6cashew7IStringC2EPKcb(i4, (HEAP8[i5 >> 0] & 1) == 0 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0, 0); + __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i4 >> 0] & 1) == 0 ? i4 + 1 | 0 : HEAP32[i4 + 8 >> 2] | 0, 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); STACKTOP = i6; - return HEAP32[i4 >> 2] | 0; + return HEAP32[i3 >> 2] | 0; } function __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(i7) { @@ -61843,27 +61206,27 @@ function __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 24 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 24; HEAP32[i7 >> 2] = 0; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -61873,20 +61236,20 @@ function __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(i7) { return i7 | 0; } -function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i6, i3) { +function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSA_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_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__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE25__construct_node_with_keyERSA_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSI_SI_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE25__construct_node_with_keyERSA_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_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; @@ -62069,27 +61432,27 @@ function __ZN6cashew12ValueBuilder18appendCaseToSwitchENS_3RefES1_(i6, i5) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i7 + 12 | 0; - i1 = i7 + 8 | 0; + i1 = i7 + 12 | 0; + i2 = i7 + 8 | 0; i3 = i7 + 4 | 0; i4 = i7; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 38500) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 39660) | 0) { i6 = __ZN6cashew3RefixEj(i6, 2) | 0; i6 = HEAP32[i6 >> 2] | 0; i8 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - i5 = __ZN6cashew5Value9push_backENS_3RefE(i8, i2) | 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + i5 = __ZN6cashew5Value9push_backENS_3RefE(i8, i1) | 0; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(0) | 0; HEAP32[i4 >> 2] = i3; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - i5 = __ZN6cashew5Value9push_backENS_3RefE(i5, i2) | 0; - HEAP32[i1 >> 2] = i5; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i6, i2) | 0; + HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; + i5 = __ZN6cashew5Value9push_backENS_3RefE(i5, i1) | 0; + HEAP32[i2 >> 2] = i5; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i6, i1) | 0; STACKTOP = i7; return; - } else ___assert_fail(23373, 28612, 1598, 23394); + } else ___assert_fail(23503, 29866, 1598, 23524); } function __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i1, i5, i4) { @@ -62139,17 +61502,17 @@ function __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9alloca return i1 | 0; } -function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE6resizeEj(i5, i3) { +function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE6resizeEj(i5, i4) { i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; i6 = i5 + 4 | 0; i1 = HEAP32[i6 >> 2] | 0; - i2 = HEAP32[i5 >> 2] | 0; - i4 = (i1 - i2 | 0) / 20 | 0; - L1 : do if (i4 >>> 0 >= i3 >>> 0) { - if (i4 >>> 0 > i3 >>> 0) { - i2 = i2 + (i3 * 20 | 0) | 0; + i3 = HEAP32[i5 >> 2] | 0; + i2 = (i1 - i3 | 0) / 20 | 0; + L1 : do if (i2 >>> 0 >= i4 >>> 0) { + if (i2 >>> 0 > i4 >>> 0) { + i2 = i3 + (i4 * 20 | 0) | 0; while (1) { if ((i1 | 0) == (i2 | 0)) break L1; i5 = i1 + -20 | 0; @@ -62158,7 +61521,7 @@ function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS i1 = HEAP32[i6 >> 2] | 0; } } - } else __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE8__appendEj(i5, i3 - i4 | 0); while (0); + } else __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE8__appendEj(i5, i4 - i2 | 0); while (0); return; } @@ -62169,26 +61532,26 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseDottingES1_ var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i5 = i7 + 28 | 0; - i3 = i7 + 24 | 0; + i2 = i7 + 28 | 0; + i1 = i7 + 24 | 0; i6 = i7; - i2 = i7 + 20 | 0; + i3 = i7 + 20 | 0; i4 = i7 + 16 | 0; - i1 = HEAP32[i8 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 46) ___assert_fail(23617, 22847, 646, 23629); - i1 = i1 + 1 | 0; - HEAP32[i8 >> 2] = i1; - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i6, i1); + i5 = HEAP32[i8 >> 2] | 0; + if ((HEAP8[i5 >> 0] | 0) != 46) ___assert_fail(23747, 22977, 646, 23759); + i5 = i5 + 1 | 0; + HEAP32[i8 >> 2] = i5; + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i6, i5); if ((HEAP32[i6 + 12 >> 2] | 0) == 2) { HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + (HEAP32[i6 + 8 >> 2] | 0); - HEAP32[i2 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; - i9 = __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i3, i5) | 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + i9 = __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i1, i2) | 0; STACKTOP = i7; return i9 | 0; - } else ___assert_fail(23642, 22847, 649, 23629); + } else ___assert_fail(23772, 22977, 649, 23759); return 0; } @@ -62262,7 +61625,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, 22814, i5, i4) | 0; + i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i2, i8, 22944, i5, i4) | 0; HEAP32[i6 >> 2] = i2; HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; @@ -62324,29 +61687,29 @@ function __ZN4wasm6Module12removeImportENS_4NameE(i10, i9) { 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; - i3 = HEAP32[i10 + 12 >> 2] | 0; - i5 = i6 - i3 >> 2; - i2 = HEAP32[i9 >> 2] | 0; - i4 = 0; + i4 = HEAP32[i10 + 12 >> 2] | 0; + i2 = i6 - i4 >> 2; + i3 = HEAP32[i9 >> 2] | 0; + i5 = 0; while (1) { - if (i4 >>> 0 >= i5 >>> 0) break; - i1 = i3 + (i4 << 2) | 0; - if ((HEAP32[HEAP32[i1 >> 2] >> 2] | 0) == (i2 | 0)) { + if (i5 >>> 0 >= i2 >>> 0) break; + i1 = i4 + (i5 << 2) | 0; + if ((HEAP32[HEAP32[i1 >> 2] >> 2] | 0) == (i3 | 0)) { i7 = 4; break; - } else i4 = i4 + 1 | 0; + } 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; - i2 = i1 + (i2 >> 2 << 2) | 0; - i1 = HEAP32[i8 >> 2] | 0; + i1 = i1 + (i2 >> 2 << 2) | 0; + i2 = HEAP32[i8 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break L4; - i7 = i1 + -4 | 0; + if ((i2 | 0) == (i1 | 0)) break L4; + i7 = i2 + -4 | 0; HEAP32[i8 >> 2] = i7; - i1 = 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 + 60 | 0, i9) | 0; @@ -62447,23 +61810,23 @@ function __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_ return i1 | 0; } -function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i4) { +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i5) { i7 = i7 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i8 = 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i6 = i8; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i6, i7); L1 : do if (HEAP8[i6 >> 0] | 0) { - i1 = HEAP32[i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; - i2 = i1; - do if (i1 | 0) { - i5 = i2 + 24 | 0; - i3 = HEAP32[i5 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i2 + 28 >> 2] | 0)) if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 52 >> 2] & 31](i2, i4 & 255) | 0) == -1) break; else break L1; else { - HEAP32[i5 >> 2] = i3 + 1; - HEAP8[i3 >> 0] = i4; + i3 = HEAP32[i7 + (HEAP32[(HEAP32[i7 >> 2] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; + i4 = i3; + do if (i3 | 0) { + i1 = i4 + 24 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i4 + 28 >> 2] | 0)) if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 52 >> 2] & 31](i4, i5 & 255) | 0) == -1) break; else break L1; else { + HEAP32[i1 >> 2] = i2 + 1; + HEAP8[i2 >> 0] = i5; break L1; } } while (0); @@ -62480,27 +61843,27 @@ function __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i3 = i8; i5 = i7 + 4 | 0; - i3 = HEAP32[i5 >> 2] | 0; - i1 = i3; - if (!((i3 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i4 = HEAP32[i2 >> 2] | 0, (i4 + 40 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i4 = i7 + 12 | 0, i2 = HEAP32[i4 >> 2] | 0, (i2 + 40 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i3 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i3); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i4 = 0; + i4 = i7 + 12 | 0; + HEAP32[i4 >> 2] = 0; + i2 = 0; } - i3 = (HEAP32[i1 + -4 >> 2] | 0) + i4 | 0; - HEAP32[i2 >> 2] = i4 + 40; + i3 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i4 >> 2] = i2 + 40; i1 = i3; i2 = i1 + 36 | 0; do { @@ -62514,17 +61877,17 @@ function __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(i7) { function __ZN4wasm6ModuleC2Ev(i3) { i3 = i3 | 0; var i1 = 0, i2 = 0, i4 = 0, i5 = 0; - i2 = i3 + 48 | 0; + i1 = i3 + 48 | 0; HEAP32[i3 + 52 >> 2] = 0; HEAP32[i3 + 56 >> 2] = 0; - i1 = i3 + 52 | 0; + i2 = i3 + 52 | 0; i4 = i3; i5 = i4 + 48 | 0; do { HEAP32[i4 >> 2] = 0; i4 = i4 + 4 | 0; } while ((i4 | 0) < (i5 | 0)); - HEAP32[i2 >> 2] = i1; + HEAP32[i1 >> 2] = i2; HEAP32[i3 + 64 >> 2] = 0; HEAP32[i3 + 68 >> 2] = 0; HEAP32[i3 + 60 >> 2] = i3 + 64; @@ -62656,9 +62019,9 @@ function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CString i4 = HEAP32[i5 + 4 >> 2] | 0; if (i1 >>> 0 <= i4 >>> 0) { if (i1 >>> 0 < i4 >>> 0) { - if (i4 >>> 0 > 2) i2 = (i4 + -1 & i4 | 0) == 0; else i2 = 0; - i3 = ~~+Math_ceil(+(+((HEAP32[i5 + 12 >> 2] | 0) >>> 0) / +HEAPF32[i5 + 16 >> 2])) >>> 0; - if (i2) i2 = 1 << 32 - (Math_clz32(i3 + -1 | 0) | 0); else i2 = __ZNSt3__112__next_primeEj(i3) | 0; + if (i4 >>> 0 > 2) i3 = (i4 + -1 & i4 | 0) == 0; else i3 = 0; + i2 = ~~+Math_ceil(+(+((HEAP32[i5 + 12 >> 2] | 0) >>> 0) / +HEAPF32[i5 + 16 >> 2])) >>> 0; + if (i3) i2 = 1 << 32 - (Math_clz32(i2 + -1 | 0) | 0); else i2 = __ZNSt3__112__next_primeEj(i2) | 0; i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; if (i1 >>> 0 < i4 >>> 0) __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE8__rehashEj(i5, i1); } @@ -62671,38 +62034,38 @@ function __ZN6cashew12ValueBuilder13makeStatementENS_3RefE(i4) { var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i5 + 8 | 0; - i1 = i5 + 4 | 0; - i2 = i5; + i1 = i5 + 8 | 0; + 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_(38816, __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_(39976, __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 0) | 0)) i1 = HEAP32[i4 >> 2] | 0; else { i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38420) | 0; - HEAP32[i1 >> 2] = i7; - HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i6, i3) | 0; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i3) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39580) | 0; + HEAP32[i2 >> 2] = i7; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i1) | 0; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + i1 = __ZN6cashew5Value9push_backENS_3RefE(i6, i1) | 0; } STACKTOP = i5; return i1 | 0; } -function __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_9allocatorINS_4pairIKS3_S5_EEEEEixERSA_(i6, i3) { +function __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_9allocatorINS_4pairIKS3_S5_EEEEEixERSA_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_9allocatorINS_4pairIKS3_S5_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSA_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_9allocatorINS_4pairIKS3_S5_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERSA_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_9allocatorINS_4pairIKS3_S5_EEEEE25__construct_node_with_keyERSA_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeIPN4wasm12CallIndirectEN6cashew7IStringEEENS_19__map_value_compareIS4_S7_NS_4lessIS4_EELb1EEENS_9allocatorIS7_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSI_SI_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_9allocatorINS_4pairIKS3_S5_EEEEE25__construct_node_with_keyERSA_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIPN4wasm12CallIndirectEN6cashew7IStringEEENS_19__map_value_compareIS4_S7_NS_4lessIS4_EELb1EEENS_9allocatorIS7_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSI_SI_(i6, HEAP32[i5 >> 2] | 0, i2, i1); } STACKTOP = i7; return i1 + 20 | 0; @@ -62713,27 +62076,27 @@ function __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 8 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 8 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 8; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 8; i6 = i7; HEAP32[i6 >> 2] = 0; HEAP32[i6 + 4 >> 2] = 0; @@ -62748,27 +62111,27 @@ function __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 16 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 16 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 16; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 16; HEAP32[i7 >> 2] = 0; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -62777,20 +62140,20 @@ function __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(i7) { return i7 | 0; } -function __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i3) { +function __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i6, HEAP32[i5 >> 2] | 0, i2, i1); } STACKTOP = i7; return i1 + 20 | 0; @@ -62848,27 +62211,27 @@ function __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 24 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 24; HEAP32[i7 >> 2] = 3; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -62887,9 +62250,9 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 i4 = HEAP32[i5 + 4 >> 2] | 0; if (i1 >>> 0 <= i4 >>> 0) { if (i1 >>> 0 < i4 >>> 0) { - if (i4 >>> 0 > 2) i2 = (i4 + -1 & i4 | 0) == 0; else i2 = 0; - i3 = ~~+Math_ceil(+(+((HEAP32[i5 + 12 >> 2] | 0) >>> 0) / +HEAPF32[i5 + 16 >> 2])) >>> 0; - if (i2) i2 = 1 << 32 - (Math_clz32(i3 + -1 | 0) | 0); else i2 = __ZNSt3__112__next_primeEj(i3) | 0; + if (i4 >>> 0 > 2) i3 = (i4 + -1 & i4 | 0) == 0; else i3 = 0; + i2 = ~~+Math_ceil(+(+((HEAP32[i5 + 12 >> 2] | 0) >>> 0) / +HEAPF32[i5 + 16 >> 2])) >>> 0; + if (i3) i2 = 1 << 32 - (Math_clz32(i2 + -1 | 0) | 0); else i2 = __ZNSt3__112__next_primeEj(i2) | 0; i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; if (i1 >>> 0 < i4 >>> 0) __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE8__rehashEj(i5, i1); } @@ -62912,12 +62275,12 @@ function __ZNKSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE i2 = i8; HEAP32[i2 >> 2] = i1 + 400; __ZNKSt3__110__time_put8__do_putEPwRS1_PK2tmcc(i6 + 8 | 0, i1, i2, i5, i3, i4); - i5 = HEAP32[i2 >> 2] | 0; - i6 = i1; + i6 = HEAP32[i2 >> 2] | 0; + i5 = i1; i1 = HEAP32[i7 >> 2] | 0; while (1) { - if ((i6 | 0) == (i5 | 0)) break; - i2 = HEAP32[i6 >> 2] | 0; + if ((i5 | 0) == (i6 | 0)) break; + i2 = HEAP32[i5 >> 2] | 0; if (!i1) i1 = 0; else { i4 = i1 + 24 | 0; i3 = HEAP32[i4 >> 2] | 0; @@ -62927,7 +62290,7 @@ function __ZNKSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE } i1 = (i2 | 0) == -1 ? 0 : i1; } - i6 = i6 + 4 | 0; + i5 = i5 + 4 | 0; } STACKTOP = i8; return i1 | 0; @@ -62940,17 +62303,17 @@ function __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEEN i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i4 = i6 + 12 | 0; - i2 = i6; - i3 = __ZN4wasm12PassRegistry3getEv() | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2ERKS5_(i2, i1); - i3 = __ZN4wasm12PassRegistry10createPassENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i3, i2) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); - HEAP32[i4 >> 2] = i3; - if (!i3) ___assert_fail(24245, 24219, 58, 24250); + 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(16154, 16159, 76, 25803); i2 = i5 + 8 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 + 12 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i5 + 4 | 0, i4); else { - HEAP32[i1 >> 2] = i3; + 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; } STACKTOP = i6; @@ -62996,40 +62359,40 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_discriminatorEPKcS2_(i1, i4) { return i1 | 0; } -function __ZNSt3__127__num_get_unsigned_integralItEET_PKcS3_Rji(i1, i5, i6, i2) { +function __ZNSt3__127__num_get_unsigned_integralItEET_PKcS3_Rji(i1, i6, i7, i2) { i1 = i1 | 0; - i5 = i5 | 0; i6 = i6 | 0; + i7 = i7 | 0; i2 = i2 | 0; - var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i9; - do if ((i1 | 0) == (i5 | 0)) { - HEAP32[i6 >> 2] = 4; + i8 = i9; + do if ((i1 | 0) == (i6 | 0)) { + HEAP32[i7 >> 2] = 4; i1 = 0; } else { if ((HEAP8[i1 >> 0] | 0) == 45) { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i1 = 0; break; } - i8 = ___errno_location() | 0; - i4 = HEAP32[i8 >> 2] | 0; - HEAP32[i8 >> 2] = 0; - i1 = _strtoull_l(i1, i7, i2, __ZNSt3__16__clocEv() | 0) | 0; + i4 = ___errno_location() | 0; + i5 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = 0; + i1 = _strtoull_l(i1, i8, i2, __ZNSt3__16__clocEv() | 0) | 0; i2 = tempRet0; - i3 = HEAP32[i8 >> 2] | 0; - if (!i3) HEAP32[i8 >> 2] = i4; - do if ((HEAP32[i7 >> 2] | 0) == (i5 | 0)) if (i2 >>> 0 > 0 | (i2 | 0) == 0 & i1 >>> 0 > 65535 | (i3 | 0) == 34) { - HEAP32[i6 >> 2] = 4; + i3 = HEAP32[i4 >> 2] | 0; + if (!i3) HEAP32[i4 >> 2] = i5; + do if ((HEAP32[i8 >> 2] | 0) == (i6 | 0)) if (i2 >>> 0 > 0 | (i2 | 0) == 0 & i1 >>> 0 > 65535 | (i3 | 0) == 34) { + HEAP32[i7 >> 2] = 4; i1 = -1; break; } else { i1 = i1 & 65535; break; } else { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i1 = 0; } while (0); } while (0); @@ -63054,12 +62417,12 @@ function __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3st i1 = i1 + 1 | 0; } } else { - i3 = i4 + 44 | 0; - i1 = HEAP32[i3 >> 2] | 0; - i2 = HEAP32[i4 + 24 >> 2] | 0; - if (i1 >>> 0 < i2 >>> 0) { - HEAP32[i3 >> 2] = i2; - i1 = i2; + i2 = i4 + 44 | 0; + i1 = HEAP32[i2 >> 2] | 0; + i3 = HEAP32[i4 + 24 >> 2] | 0; + if (i1 >>> 0 < i3 >>> 0) { + HEAP32[i2 >> 2] = i3; + i1 = i3; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initIPcEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueEvE4typeES9_S9_(i5, HEAP32[i4 + 20 >> 2] | 0, i1); } while (0); @@ -63071,27 +62434,27 @@ function __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 16 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 16 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 16; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 16; HEAP32[i7 >> 2] = 10; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -63099,39 +62462,39 @@ function __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(i7) { return i7 | 0; } -function __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i3) { +function __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm7LiteralEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm7LiteralEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i6, HEAP32[i5 >> 2] | 0, i2, i1); } STACKTOP = i7; return i1 + 24 | 0; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i3) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i6, HEAP32[i5 >> 2] | 0, i2, i1); } STACKTOP = i7; return i1 + 20 | 0; @@ -63142,27 +62505,27 @@ function __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 16 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 16 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 16; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 16; HEAP32[i7 >> 2] = 9; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -63175,27 +62538,27 @@ function __ZN10MixedArena5allocIN4wasm6ReturnEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 16 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 16 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 16; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 16; HEAP32[i7 >> 2] = 17; HEAP32[i7 + 8 >> 2] = 0; HEAP32[i7 + 4 >> 2] = 5; @@ -63256,17 +62619,17 @@ function __ZNK10__cxxabiv117__class_type_info29process_static_type_above_dstEPNS HEAP8[i5 + 53 >> 0] = 1; do if ((HEAP32[i5 + 4 >> 2] | 0) == (i1 | 0)) { HEAP8[i5 + 52 >> 0] = 1; - i2 = i5 + 16 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (!i1) { - HEAP32[i2 >> 2] = i3; + i1 = i5 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (!i2) { + HEAP32[i1 >> 2] = i3; HEAP32[i5 + 24 >> 2] = i4; HEAP32[i5 + 36 >> 2] = 1; if (!((i4 | 0) == 1 ? (HEAP32[i5 + 48 >> 2] | 0) == 1 : 0)) break; HEAP8[i5 + 54 >> 0] = 1; break; } - if ((i1 | 0) != (i3 | 0)) { + if ((i2 | 0) != (i3 | 0)) { i4 = i5 + 36 | 0; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; HEAP8[i5 + 54 >> 0] = 1; @@ -63332,27 +62695,27 @@ function __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 24 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 24; HEAP32[i7 >> 2] = 2; HEAP32[i7 + 16 >> 2] = 0; HEAP32[i7 + 4 >> 2] = 0; @@ -63360,83 +62723,32 @@ function __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(i7) { return i7 | 0; } -function _atoll(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0; - while (1) { - i2 = i1 + 1 | 0; - if (!(_isspace(HEAP8[i1 >> 0] | 0) | 0)) break; else i1 = i2; - } - i3 = HEAP8[i1 >> 0] | 0; - switch (i3 << 24 >> 24 | 0) { - case 45: - { - i1 = 1; - i4 = 5; - break; - } - case 43: - { - i1 = 0; - i4 = 5; - break; - } - default: - i5 = 0; - } - if ((i4 | 0) == 5) { - i3 = HEAP8[i2 >> 0] | 0; - i5 = i1; - i1 = i2; - } - i3 = (i3 << 24 >> 24) + -48 | 0; - if (i3 >>> 0 < 10) { - i2 = 0; - i4 = 0; - do { - i2 = ___muldi3(i2 | 0, i4 | 0, 10, 0) | 0; - i1 = i1 + 1 | 0; - i2 = _i64Subtract(i2 | 0, tempRet0 | 0, i3 | 0, ((i3 | 0) < 0) << 31 >> 31 | 0) | 0; - i4 = tempRet0; - i3 = (HEAP8[i1 >> 0] | 0) + -48 | 0; - } while (i3 >>> 0 < 10); - i1 = i4; - } else { - i2 = 0; - i1 = 0; - } - i4 = (i5 | 0) != 0; - i5 = _i64Subtract(0, 0, i2 | 0, i1 | 0) | 0; - tempRet0 = i4 ? i1 : tempRet0; - return (i4 ? i2 : i5) | 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_EEEC2EOSF_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; i4 = HEAP32[i1 >> 2] | 0; HEAP32[i1 >> 2] = 0; - i7 = i1 + 4 | 0; - i5 = HEAP32[i7 >> 2] | 0; - HEAP32[i7 >> 2] = 0; + i6 = i1 + 4 | 0; + i5 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = 0; HEAP32[i2 >> 2] = i4; HEAP32[i2 + 4 >> 2] = i5; - i7 = i2 + 8 | 0; - i8 = i1 + 8 | 0; - i3 = HEAP32[i8 >> 2] | 0; - HEAP32[i7 >> 2] = i3; - i6 = i1 + 12 | 0; - i9 = HEAP32[i6 >> 2] | 0; + i6 = i2 + 8 | 0; + i7 = i1 + 8 | 0; + i3 = HEAP32[i7 >> 2] | 0; + HEAP32[i6 >> 2] = i3; + i8 = i1 + 12 | 0; + i9 = HEAP32[i8 >> 2] | 0; HEAP32[i2 + 12 >> 2] = i9; HEAP32[i2 + 16 >> 2] = HEAP32[i1 + 16 >> 2]; if (i9 | 0) { i1 = HEAP32[i3 + 4 >> 2] | 0; i2 = i5 + -1 | 0; if (!(i2 & i5)) i1 = i2 & i1; else i1 = (i1 >>> 0) % (i5 >>> 0) | 0; - HEAP32[i4 + (i1 << 2) >> 2] = i7; + HEAP32[i4 + (i1 << 2) >> 2] = i6; + HEAP32[i7 >> 2] = 0; HEAP32[i8 >> 2] = 0; - HEAP32[i6 >> 2] = 0; } return; } @@ -63447,52 +62759,52 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseBracketedBl var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i8 + 12 | 0; - i3 = i8 + 8 | 0; - i2 = i8 + 4 | 0; + i2 = i8 + 12 | 0; + i1 = i8 + 8 | 0; + i3 = i8 + 4 | 0; i4 = i8; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i7); - i1 = HEAP32[i7 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 123) ___assert_fail(23077, 22847, 856, 23089); - HEAP32[i7 >> 2] = i1 + 1; - HEAP32[i2 >> 2] = 0; + i5 = HEAP32[i7 >> 2] | 0; + if ((HEAP8[i5 >> 0] | 0) != 123) ___assert_fail(23207, 22977, 856, 23219); + HEAP32[i7 >> 2] = i5 + 1; + HEAP32[i3 >> 2] = 0; HEAP32[i4 >> 2] = 0; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; - i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i6, i7, 23109, i3, i5) | 0; - i1 = HEAP32[i7 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) == 125) { - HEAP32[i7 >> 2] = i1 + 1; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i6, i7, 23239, i1, i2) | 0; + i2 = HEAP32[i7 >> 2] | 0; + if ((HEAP8[i2 >> 0] | 0) == 125) { + HEAP32[i7 >> 2] = i2 + 1; STACKTOP = i8; - return i2 | 0; - } else ___assert_fail(23112, 22847, 859, 23089); + return i1 | 0; + } else ___assert_fail(23242, 22977, 859, 23219); return 0; } -function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9__grow_byEjjjjjj(i10, i8, i1, i2, i6, i7, i5) { +function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9__grow_byEjjjjjj(i10, i9, i1, i4, i7, i8, i6) { i10 = i10 | 0; - i8 = i8 | 0; + i9 = i9 | 0; i1 = i1 | 0; - i2 = i2 | 0; - i6 = i6 | 0; + i4 = i4 | 0; i7 = i7 | 0; - i5 = i5 | 0; - var i3 = 0, i4 = 0, i9 = 0; - if ((1073741807 - i8 | 0) >>> 0 < i1 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i10); - if (!(HEAP8[i10 >> 0] & 1)) i9 = i10 + 4 | 0; else i9 = HEAP32[i10 + 8 >> 2] | 0; - if (i8 >>> 0 < 536870887) { - i4 = i1 + i8 | 0; - i3 = i8 << 1; - i4 = i4 >>> 0 < i3 >>> 0 ? i3 : i4; - i4 = i4 >>> 0 < 2 ? 2 : i4 + 4 & -4; - } else i4 = 1073741807; - i3 = __Znwj(i4 << 2) | 0; - if (i6 | 0) _wmemcpy(i3, i9, i6) | 0; - i1 = i2 - i7 | 0; - if ((i1 | 0) != (i6 | 0)) _wmemcpy(i3 + (i6 << 2) + (i5 << 2) | 0, i9 + (i6 << 2) + (i7 << 2) | 0, i1 - i6 | 0) | 0; - if ((i8 | 0) != 1) __ZdlPv(i9); + i8 = i8 | 0; + i6 = i6 | 0; + var i2 = 0, i3 = 0, i5 = 0; + if ((1073741807 - i9 | 0) >>> 0 < i1 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i10); + if (!(HEAP8[i10 >> 0] & 1)) i5 = i10 + 4 | 0; else i5 = HEAP32[i10 + 8 >> 2] | 0; + if (i9 >>> 0 < 536870887) { + i2 = i1 + i9 | 0; + i3 = i9 << 1; + i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; + i2 = i2 >>> 0 < 2 ? 2 : i2 + 4 & -4; + } else i2 = 1073741807; + i3 = __Znwj(i2 << 2) | 0; + if (i7 | 0) _wmemcpy(i3, i5, i7) | 0; + i1 = i4 - i8 | 0; + if ((i1 | 0) != (i7 | 0)) _wmemcpy(i3 + (i7 << 2) + (i6 << 2) | 0, i5 + (i7 << 2) + (i8 << 2) | 0, i1 - i7 | 0) | 0; + if ((i9 | 0) != 1) __ZdlPv(i5); HEAP32[i10 + 8 >> 2] = i3; - HEAP32[i10 >> 2] = i4 | 1; + HEAP32[i10 >> 2] = i2 | 1; return; } @@ -63575,30 +62887,30 @@ function __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_ i6 = i6 | 0; i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i1 = HEAP32[i6 >> 2] | 0; - i4 = i6 + 4 | 0; - i2 = i5 + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; + i3 = i6 + 4 | 0; + i4 = i5 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i7 = i3 + -24 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_((HEAP32[i2 >> 2] | 0) + -24 | 0, i7); - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + -24; - i3 = i7; + if ((i1 | 0) == (i2 | 0)) break; + i7 = i1 + -24 | 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_((HEAP32[i4 >> 2] | 0) + -24 | 0, i7); + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -24; + i1 = i7; } i7 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i2 >> 2] = i7; + HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i4 >> 2] = i7; i7 = i5 + 8 | 0; - i3 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i7 >> 2] = i3; - i4 = i6 + 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[i4 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + i6 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; HEAP32[i7 >> 2] = i6; - HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; return; } @@ -63609,9 +62921,9 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP8[i6 >> 0] | 0; if (!(i1 & 1)) i2 = 10; else { - i2 = HEAP32[i6 >> 2] | 0; - i1 = i2 & 255; - i2 = (i2 & -2) + -1 | 0; + i1 = HEAP32[i6 >> 2] | 0; + i2 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; } if (!(i1 & 1)) i3 = (i1 & 255) >>> 1; else i3 = HEAP32[i6 + 4 >> 2] | 0; if ((i2 - i3 | 0) >>> 0 >= i4 >>> 0) { @@ -63633,13 +62945,13 @@ function __ZN4wasm15Asm2WasmBuilder15getFunctionTypeEN6cashew3RefERNSt3__16vecto var i1 = 0, i2 = 0, i4 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i7 + 16 | 0; - i1 = i7 + 12 | 0; + i1 = i7 + 16 | 0; + i2 = i7 + 12 | 0; i4 = i7; if (__ZN6cashew3RefntEv(i3) | 0) i1 = 0; else { - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i6, i2, 0) | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i6, i1, 0) | 0; } __ZN4wasm6getSigENS_8WasmTypeERNSt3__16vectorIPNS_10ExpressionENS1_9allocatorIS4_EEEE(i4, i1, i5); i6 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i4, HEAP32[i6 >> 2] | 0, HEAP32[i6 + 4 >> 2] | 0) | 0; @@ -63648,37 +62960,37 @@ function __ZN4wasm15Asm2WasmBuilder15getFunctionTypeEN6cashew3RefERNSt3__16vecto return i6 | 0; } -function __ZNSt3__127__num_get_unsigned_integralImEET_PKcS3_Rji(i1, i5, i6, i2) { +function __ZNSt3__127__num_get_unsigned_integralImEET_PKcS3_Rji(i1, i6, i7, i2) { i1 = i1 | 0; - i5 = i5 | 0; i6 = i6 | 0; + i7 = i7 | 0; i2 = i2 | 0; - var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i9; - do if ((i1 | 0) == (i5 | 0)) { - HEAP32[i6 >> 2] = 4; + i8 = i9; + do if ((i1 | 0) == (i6 | 0)) { + HEAP32[i7 >> 2] = 4; i1 = 0; } else { if ((HEAP8[i1 >> 0] | 0) == 45) { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i1 = 0; break; } - i8 = ___errno_location() | 0; - i4 = HEAP32[i8 >> 2] | 0; - HEAP32[i8 >> 2] = 0; - i1 = _strtoull_l(i1, i7, i2, __ZNSt3__16__clocEv() | 0) | 0; + i4 = ___errno_location() | 0; + i5 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = 0; + i1 = _strtoull_l(i1, i8, i2, __ZNSt3__16__clocEv() | 0) | 0; i2 = tempRet0; - i3 = HEAP32[i8 >> 2] | 0; - if (!i3) HEAP32[i8 >> 2] = i4; - do if ((HEAP32[i7 >> 2] | 0) == (i5 | 0)) if (i2 >>> 0 > 0 | (i2 | 0) == 0 & i1 >>> 0 > 4294967295 | (i3 | 0) == 34) { - HEAP32[i6 >> 2] = 4; + i3 = HEAP32[i4 >> 2] | 0; + if (!i3) HEAP32[i4 >> 2] = i5; + do if ((HEAP32[i8 >> 2] | 0) == (i6 | 0)) if (i2 >>> 0 > 0 | (i2 | 0) == 0 & i1 >>> 0 > 4294967295 | (i3 | 0) == 34) { + HEAP32[i7 >> 2] = 4; i1 = -1; break; } else break; else { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i1 = 0; } while (0); } while (0); @@ -63686,37 +62998,37 @@ function __ZNSt3__127__num_get_unsigned_integralImEET_PKcS3_Rji(i1, i5, i6, i2) return i1 | 0; } -function __ZNSt3__127__num_get_unsigned_integralIjEET_PKcS3_Rji(i1, i5, i6, i2) { +function __ZNSt3__127__num_get_unsigned_integralIjEET_PKcS3_Rji(i1, i6, i7, i2) { i1 = i1 | 0; - i5 = i5 | 0; i6 = i6 | 0; + i7 = i7 | 0; i2 = i2 | 0; - var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i9; - do if ((i1 | 0) == (i5 | 0)) { - HEAP32[i6 >> 2] = 4; + i8 = i9; + do if ((i1 | 0) == (i6 | 0)) { + HEAP32[i7 >> 2] = 4; i1 = 0; } else { if ((HEAP8[i1 >> 0] | 0) == 45) { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i1 = 0; break; } - i8 = ___errno_location() | 0; - i4 = HEAP32[i8 >> 2] | 0; - HEAP32[i8 >> 2] = 0; - i1 = _strtoull_l(i1, i7, i2, __ZNSt3__16__clocEv() | 0) | 0; + i4 = ___errno_location() | 0; + i5 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = 0; + i1 = _strtoull_l(i1, i8, i2, __ZNSt3__16__clocEv() | 0) | 0; i2 = tempRet0; - i3 = HEAP32[i8 >> 2] | 0; - if (!i3) HEAP32[i8 >> 2] = i4; - do if ((HEAP32[i7 >> 2] | 0) == (i5 | 0)) if (i2 >>> 0 > 0 | (i2 | 0) == 0 & i1 >>> 0 > 4294967295 | (i3 | 0) == 34) { - HEAP32[i6 >> 2] = 4; + i3 = HEAP32[i4 >> 2] | 0; + if (!i3) HEAP32[i4 >> 2] = i5; + do if ((HEAP32[i8 >> 2] | 0) == (i6 | 0)) if (i2 >>> 0 > 0 | (i2 | 0) == 0 & i1 >>> 0 > 4294967295 | (i3 | 0) == 34) { + HEAP32[i7 >> 2] = 4; i1 = -1; break; } else break; else { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i1 = 0; } while (0); } while (0); @@ -63724,6 +63036,56 @@ function __ZNSt3__127__num_get_unsigned_integralIjEET_PKcS3_Rji(i1, i5, i6, i2) return i1 | 0; } +function _atoll(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0; + while (1) { + i2 = i1 + 1 | 0; + if (!(_isspace(HEAP8[i1 >> 0] | 0) | 0)) break; else i1 = i2; + } + i3 = HEAP8[i1 >> 0] | 0; + switch (i3 << 24 >> 24 | 0) { + case 45: + { + i4 = 1; + i5 = 5; + break; + } + case 43: + { + i4 = 0; + i5 = 5; + break; + } + default: + i4 = 0; + } + if ((i5 | 0) == 5) { + i1 = i2; + i3 = HEAP8[i2 >> 0] | 0; + } + i5 = (i3 << 24 >> 24) + -48 | 0; + if (i5 >>> 0 < 10) { + i3 = 0; + i2 = 0; + do { + i2 = ___muldi3(i2 | 0, i3 | 0, 10, 0) | 0; + i1 = i1 + 1 | 0; + i2 = _i64Subtract(i2 | 0, tempRet0 | 0, i5 | 0, ((i5 | 0) < 0) << 31 >> 31 | 0) | 0; + i3 = tempRet0; + i5 = (HEAP8[i1 >> 0] | 0) + -48 | 0; + } while (i5 >>> 0 < 10); + i1 = i3; + } else { + i2 = 0; + i1 = 0; + } + i4 = (i4 | 0) != 0; + i5 = _i64Subtract(0, 0, i2 | 0, i1 | 0) | 0; + tempRet0 = i4 ? i1 : tempRet0; + return (i4 ? i2 : i5) | 0; +} + function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i6, i5, i4) { i6 = i6 | 0; i5 = i5 | 0; @@ -63731,9 +63093,9 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP8[i6 >> 0] | 0; if (!(i1 & 1)) i3 = 10; else { - i3 = HEAP32[i6 >> 2] | 0; - i1 = i3 & 255; - i3 = (i3 & -2) + -1 | 0; + i1 = HEAP32[i6 >> 2] | 0; + i3 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; } i2 = (i1 & 1) == 0; do if (i3 >>> 0 >= i4 >>> 0) { @@ -63754,61 +63116,61 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N return; } -function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i1, i5) { +function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i1, i6) { i1 = i1 | 0; - i5 = i5 | 0; - var i2 = 0, i3 = 0, i4 = 0, i6 = 0; + i6 = i6 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0; i4 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i4 + 8 | 0; - i1 = i4 + 4 | 0; - i2 = i4; - switch (HEAP32[i5 + 12 >> 2] | 0) { + i1 = i4 + 8 | 0; + i2 = i4 + 4 | 0; + i3 = i4; + switch (HEAP32[i6 + 12 >> 2] | 0) { case 2: { - HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; - i6 = __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i3) | 0; + HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + i5 = __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i1) | 0; break; } case 3: { - HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - i6 = __ZN6cashew12ValueBuilder10makeStringENS_7IStringE(i3) | 0; + HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + i5 = __ZN6cashew12ValueBuilder10makeStringENS_7IStringE(i1) | 0; break; } case 4: { - i6 = __ZN6cashew12ValueBuilder10makeDoubleEd(+(~~+HEAPF64[i5 >> 3] >>> 0 >>> 0)) | 0; + i5 = __ZN6cashew12ValueBuilder10makeDoubleEd(+(~~+HEAPF64[i6 >> 3] >>> 0 >>> 0)) | 0; break; } case 5: { - i6 = __ZN6cashew19DotZeroValueBuilder10makeDoubleEd(+HEAPF64[i5 >> 3]) | 0; + i5 = __ZN6cashew19DotZeroValueBuilder10makeDoubleEd(+HEAPF64[i6 >> 3]) | 0; break; } default: _abort(); } STACKTOP = i4; - return i6 | 0; + return i5 | 0; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i3) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __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_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __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_(i6, HEAP32[i5 >> 2] | 0, i2, i1); } STACKTOP = i7; return i1 + 20 | 0; @@ -63826,9 +63188,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, 40492) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 48 >> 2] & 7](i8, 32649, 32681, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40500) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 41652) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 48 >> 2] & 7](i8, 33855, 33887, i1) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 41660) | 0; i7 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 12 >> 2] & 127](i1) | 0; HEAP32[i2 >> 2] = i7; i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 127](i1) | 0; @@ -63844,27 +63206,27 @@ function __ZN10MixedArena5allocIN4wasm11UnreachableEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 8 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 8 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 8; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 8; HEAP32[i7 >> 2] = 20; HEAP32[i7 + 4 >> 2] = 5; STACKTOP = i8; @@ -63877,33 +63239,33 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__m var i2 = 0, i3 = 0, i5 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i5 + 4 | 0; - i2 = i5; + i2 = i5 + 4 | 0; + i3 = i5; i1 = __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_(i4, i1) | 0; if ((i1 | 0) == (i4 + 4 | 0)) i1 = 0; else { - HEAP32[i2 >> 2] = i1; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE5eraseENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEE(i4, i3) | 0; + HEAP32[i3 >> 2] = i1; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE5eraseENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEE(i4, i2) | 0; i1 = 1; } STACKTOP = i5; return i1 | 0; } -function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i6, i3) { +function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS8_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS8_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEE25__construct_node_with_keyERS8_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSG_SG_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEE25__construct_node_with_keyERS8_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSG_SG_(i6, HEAP32[i5 >> 2] | 0, i2, i1); } STACKTOP = i7; return i1 + 20 | 0; @@ -63921,9 +63283,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, 40460) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 32 >> 2] & 7](i8, 32649, 32681, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40472) | 0; + i8 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 41620) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 32 >> 2] & 7](i8, 33855, 33887, i1) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 41632) | 0; i7 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 12 >> 2] & 127](i1) | 0; HEAP8[i2 >> 0] = i7; i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 127](i1) | 0; @@ -63939,61 +63301,38 @@ function __ZN6cashew12ValueBuilder12makeContinueENS_7IStringE(i4) { var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i6 + 8 | 0; + i1 = i6 + 8 | 0; i7 = i6 + 4 | 0; - i1 = i6; + i2 = i6; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38496) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39656) | 0; HEAP32[i7 >> 2] = i8; - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; - i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; + HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; + i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; i7 = HEAP32[i4 >> 2] | 0; if ((i7 | 0) != 0 ? (HEAP8[i7 >> 0] | 0) != 0 : 0) { i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i4) | 0; - HEAP32[i1 >> 2] = i8; + HEAP32[i2 >> 2] = i8; } else i5 = 4; if ((i5 | 0) == 4) { i8 = __ZN6cashew12ValueBuilder8makeNullEv() | 0; - HEAP32[i1 >> 2] = i8; + HEAP32[i2 >> 2] = i8; }; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - i8 = __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + i8 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; STACKTOP = i6; return i8 | 0; } -function __ZN4wasm8SetLocal7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i3, i2, i1) { - i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - var i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; - i4 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i6 = i4 + 8 | 0; - i5 = i4 + 4 | 0; - i8 = i4; - i7 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i2, 17360, 0) | 0; - HEAP32[i8 >> 2] = HEAP32[i3 + 8 >> 2]; - HEAP32[i6 >> 2] = HEAP32[i8 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i7, i6) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i2, 10) | 0; - i1 = i1 + 1 | 0; - HEAP32[i5 >> 2] = i1; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i2, i1, HEAP32[i3 + 12 >> 2] | 0) | 0; - i3 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i2, i5) | 0; - STACKTOP = i4; - return i3 | 0; -} - -function __ZN4wasm14ModuleInstance10callExportEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i2, i6, i1, i5) { - i2 = i2 | 0; +function __ZN4wasm14ModuleInstance10callExportEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i4, i6, i1, i5) { + i4 = i4 | 0; i6 = i6 | 0; i1 = i1 | 0; i5 = i5 | 0; - var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; + var i2 = 0, i3 = 0, i7 = 0, i8 = 0, i9 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 8 | 0; + i2 = i7 + 8 | 0; i8 = i7 + 4 | 0; i3 = i7; i9 = (HEAP32[i6 >> 2] | 0) + 72 | 0; @@ -64002,11 +63341,11 @@ function __ZN4wasm14ModuleInstance10callExportEN6cashew7IStringERNSt3__16vectorI i1 = HEAP32[i1 >> 2] | 0; if (!i1) { i9 = HEAP32[i6 + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i9 >> 2] | 0) + 20 >> 2] & 127](i9, 21066); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i9 >> 2] | 0) + 20 >> 2] & 127](i9, 21196); } HEAP32[i3 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i2, i6, i4, i5); + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i4, i6, i2, i5); STACKTOP = i7; return; } @@ -64041,27 +63380,27 @@ function __ZN10MixedArena5allocIN4wasm6SelectEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 24 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 24; HEAP32[i7 >> 2] = 16; HEAP32[i7 + 4 >> 2] = 0; STACKTOP = i8; @@ -64073,27 +63412,27 @@ function __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 24 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 24; HEAP32[i7 >> 2] = 15; HEAP32[i7 + 4 >> 2] = 0; STACKTOP = i8; @@ -64124,115 +63463,114 @@ function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEE } HEAP8[i1 >> 0] = 1; i1 = HEAP32[i4 >> 2] | 0; - i3 = i1 + 32 | 0; - i2 = 0; + i2 = i1 + 32 | 0; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } HEAP32[i1 + 64 >> 2] = 0; HEAP8[i5 >> 0] = 1; return; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i3) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i6, HEAP32[i5 >> 2] | 0, i2, i1); } STACKTOP = i7; return i1 + 20 | 0; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i3) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i6, HEAP32[i5 >> 2] | 0, i2, i1); } STACKTOP = i7; return i1 + 20 | 0; } -function __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(i7) { +function __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(i7) { i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 16 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 32 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 16; - HEAP32[i7 >> 2] = 14; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 32; + HEAP32[i7 >> 2] = 12; HEAP32[i7 + 4 >> 2] = 0; STACKTOP = i8; return i7 | 0; } - -function __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(i7) { +function __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(i7) { i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 32 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 16 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 32; - HEAP32[i7 >> 2] = 12; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 16; + HEAP32[i7 >> 2] = 14; HEAP32[i7 + 4 >> 2] = 0; STACKTOP = i8; return i7 | 0; @@ -64243,27 +63581,27 @@ function __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 32 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 32 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 32; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 32; HEAP32[i7 >> 2] = 11; HEAP32[i7 + 4 >> 2] = 0; STACKTOP = i8; @@ -64277,15 +63615,15 @@ function __ZN6cashew5Value4freeEv(i5) { case 2: { i1 = i5 + 8 | 0; - i4 = HEAP32[i1 >> 2] | 0; - i2 = HEAP32[i4 >> 2] | 0; - i4 = i4 + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; + i3 = HEAP32[i1 >> 2] | 0; + i2 = HEAP32[i3 >> 2] | 0; + i3 = i3 + 4 | 0; + i4 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i6 = i3 + -4 | 0; - HEAP32[i4 >> 2] = i6; - i3 = i6; + if ((i4 | 0) == (i2 | 0)) break; + i6 = i4 + -4 | 0; + HEAP32[i3 >> 2] = i6; + i4 = i6; } __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE13shrink_to_fitEv(HEAP32[i1 >> 2] | 0); break; @@ -64312,119 +63650,96 @@ function __ZN6cashew12ValueBuilder9makeBreakENS_7IStringE(i4) { var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i6 + 8 | 0; + i1 = i6 + 8 | 0; i7 = i6 + 4 | 0; - i1 = i6; + i2 = i6; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38492) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39652) | 0; HEAP32[i7 >> 2] = i8; - HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; - i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; + HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; + i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; i7 = HEAP32[i4 >> 2] | 0; if ((i7 | 0) != 0 ? (HEAP8[i7 >> 0] | 0) != 0 : 0) { i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i4) | 0; - HEAP32[i1 >> 2] = i8; + HEAP32[i2 >> 2] = i8; } else i5 = 4; if ((i5 | 0) == 4) { i8 = __ZN6cashew12ValueBuilder8makeNullEv() | 0; - HEAP32[i1 >> 2] = i8; + HEAP32[i2 >> 2] = i8; }; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - i8 = __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + i8 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; STACKTOP = i6; return i8 | 0; } -function __ZN4wasm6Return7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i2, i1, i3) { - i2 = i2 | 0; - i1 = i1 | 0; - i3 = i3 | 0; - var i4 = 0, i5 = 0, i6 = 0; - i5 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i5; - HEAP32[i4 >> 2] = i3; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i1, 28009, 0) | 0; - i2 = i2 + 8 | 0; - i6 = HEAP32[i2 >> 2] | 0; - if ((i6 | 0) != 0 ? (HEAP32[i6 >> 2] | 0) != 19 : 0) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i1, 10) | 0; - i6 = i3 + 1 | 0; - HEAP32[i4 >> 2] = i6; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i1, i6, HEAP32[i2 >> 2] | 0) | 0; - i1 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i1, i4) | 0; - } else __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, 35848) | 0; - STACKTOP = i5; - return i1 | 0; -} - function __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(i7) { i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; + i4 = i8; i5 = i7 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - i1 = i4; - if (!((i4 | 0) != (HEAP32[i7 >> 2] | 0) ? (i2 = i7 + 12 | 0, i3 = HEAP32[i2 >> 2] | 0, (i3 + 8 | 0) >>> 0 <= 9999) : 0)) { + i6 = HEAP32[i5 >> 2] | 0; + i1 = i6; + if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 8 | 0) >>> 0 <= 9999) : 0)) { i2 = __Znaj(1e4) | 0; - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); i1 = HEAP32[i5 >> 2] | 0; } - i2 = i7 + 12 | 0; - HEAP32[i2 >> 2] = 0; - i3 = 0; + i3 = i7 + 12 | 0; + HEAP32[i3 >> 2] = 0; + i2 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; - HEAP32[i2 >> 2] = i3 + 8; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; + HEAP32[i3 >> 2] = i2 + 8; HEAP32[i7 >> 2] = 19; HEAP32[i7 + 4 >> 2] = 0; STACKTOP = i8; return i7 | 0; } -function __ZNSt3__127__num_get_unsigned_integralIyEET_PKcS3_Rji(i1, i5, i6, i2) { +function __ZNSt3__127__num_get_unsigned_integralIyEET_PKcS3_Rji(i1, i6, i7, i2) { i1 = i1 | 0; - i5 = i5 | 0; i6 = i6 | 0; + i7 = i7 | 0; i2 = i2 | 0; - var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i9; - do if ((i1 | 0) == (i5 | 0)) { - HEAP32[i6 >> 2] = 4; + i8 = i9; + do if ((i1 | 0) == (i6 | 0)) { + HEAP32[i7 >> 2] = 4; i2 = 0; i1 = 0; } else { if ((HEAP8[i1 >> 0] | 0) == 45) { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i2 = 0; i1 = 0; break; } - i8 = ___errno_location() | 0; - i4 = HEAP32[i8 >> 2] | 0; - HEAP32[i8 >> 2] = 0; - i1 = _strtoull_l(i1, i7, i2, __ZNSt3__16__clocEv() | 0) | 0; + i4 = ___errno_location() | 0; + i5 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = 0; + i1 = _strtoull_l(i1, i8, i2, __ZNSt3__16__clocEv() | 0) | 0; i2 = tempRet0; - i3 = HEAP32[i8 >> 2] | 0; - if (!i3) HEAP32[i8 >> 2] = i4; - if ((HEAP32[i7 >> 2] | 0) == (i5 | 0)) { + i3 = HEAP32[i4 >> 2] | 0; + if (!i3) HEAP32[i4 >> 2] = i5; + if ((HEAP32[i8 >> 2] | 0) == (i6 | 0)) { if ((i3 | 0) == 34) { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i1 = -1; i2 = -1; } } else { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i1 = 0; i2 = 0; } @@ -64434,44 +63749,83 @@ function __ZNSt3__127__num_get_unsigned_integralIyEET_PKcS3_Rji(i1, i5, i6, i2) return i1 | 0; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEjjjjjj(i10, i8, i1, i2, i6, i7, i5) { - i10 = i10 | 0; - i8 = i8 | 0; +function ___stpcpy(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - i6 = i6 | 0; + var i3 = 0, i4 = 0; + i3 = i2; + L1 : do if (!((i3 ^ i1) & 3)) { + if (i3 & 3) do { + i3 = HEAP8[i2 >> 0] | 0; + HEAP8[i1 >> 0] = i3; + if (!(i3 << 24 >> 24)) break L1; + i2 = i2 + 1 | 0; + i1 = i1 + 1 | 0; + } while ((i2 & 3 | 0) != 0); + i3 = HEAP32[i2 >> 2] | 0; + if (!((i3 & -2139062144 ^ -2139062144) & i3 + -16843009)) { + i4 = i1; + while (1) { + i2 = i2 + 4 | 0; + i1 = i4 + 4 | 0; + HEAP32[i4 >> 2] = i3; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 & -2139062144 ^ -2139062144) & i3 + -16843009 | 0) break; else i4 = i1; + } + } + i4 = 8; + } else i4 = 8; while (0); + if ((i4 | 0) == 8) { + i4 = HEAP8[i2 >> 0] | 0; + HEAP8[i1 >> 0] = i4; + if (i4 << 24 >> 24) do { + i2 = i2 + 1 | 0; + i1 = i1 + 1 | 0; + i4 = HEAP8[i2 >> 0] | 0; + HEAP8[i1 >> 0] = i4; + } while (i4 << 24 >> 24 != 0); + } + 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; + i1 = i1 | 0; + i4 = i4 | 0; i7 = i7 | 0; - i5 = i5 | 0; - var i3 = 0, i4 = 0, i9 = 0; - if ((-17 - i8 | 0) >>> 0 < i1 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i10); - if (!(HEAP8[i10 >> 0] & 1)) i9 = i10 + 1 | 0; else i9 = HEAP32[i10 + 8 >> 2] | 0; - if (i8 >>> 0 < 2147483623) { - i4 = i1 + i8 | 0; - i3 = i8 << 1; - i4 = i4 >>> 0 < i3 >>> 0 ? i3 : i4; - i4 = i4 >>> 0 < 11 ? 11 : i4 + 16 & -16; - } else i4 = -17; - i3 = __Znwj(i4) | 0; - if (i6 | 0) _memcpy(i3 | 0, i9 | 0, i6 | 0) | 0; - i1 = i2 - i7 | 0; - if ((i1 | 0) != (i6 | 0)) _memcpy(i3 + i6 + i5 | 0, i9 + i6 + i7 | 0, i1 - i6 | 0) | 0; - if ((i8 | 0) != 10) __ZdlPv(i9); + i8 = i8 | 0; + i6 = i6 | 0; + var i2 = 0, i3 = 0, i5 = 0; + if ((-17 - i9 | 0) >>> 0 < i1 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i10); + if (!(HEAP8[i10 >> 0] & 1)) i5 = i10 + 1 | 0; else i5 = HEAP32[i10 + 8 >> 2] | 0; + if (i9 >>> 0 < 2147483623) { + i2 = i1 + i9 | 0; + i3 = i9 << 1; + i2 = i2 >>> 0 < i3 >>> 0 ? i3 : i2; + i2 = i2 >>> 0 < 11 ? 11 : i2 + 16 & -16; + } else i2 = -17; + i3 = __Znwj(i2) | 0; + if (i7 | 0) _memcpy(i3 | 0, i5 | 0, i7 | 0) | 0; + i1 = i4 - i8 | 0; + if ((i1 | 0) != (i7 | 0)) _memcpy(i3 + i7 + i6 | 0, i5 + i7 + i8 | 0, i1 - i7 | 0) | 0; + if ((i9 | 0) != 10) __ZdlPv(i5); HEAP32[i10 + 8 >> 2] = i3; - HEAP32[i10 >> 2] = i4 | 1; + HEAP32[i10 >> 2] = i2 | 1; return; } -function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i5, i3) { +function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i5, i4) { i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; i6 = i5 + 4 | 0; i1 = HEAP32[i6 >> 2] | 0; - i2 = HEAP32[i5 >> 2] | 0; - i4 = (i1 - i2 | 0) / 12 | 0; - L1 : do if (i4 >>> 0 >= i3 >>> 0) { - if (i4 >>> 0 > i3 >>> 0) { - i2 = i2 + (i3 * 12 | 0) | 0; + i3 = HEAP32[i5 >> 2] | 0; + i2 = (i1 - i3 | 0) / 12 | 0; + L1 : do if (i2 >>> 0 >= i4 >>> 0) { + if (i2 >>> 0 > i4 >>> 0) { + i2 = i3 + (i4 * 12 | 0) | 0; while (1) { if ((i1 | 0) == (i2 | 0)) break L1; i5 = i1 + -12 | 0; @@ -64480,7 +63834,7 @@ function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuild i1 = HEAP32[i6 >> 2] | 0; } } - } else __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE8__appendEj(i5, i3 - i4 | 0); while (0); + } else __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE8__appendEj(i5, i4 - i2 | 0); while (0); return; } @@ -64597,26 +63951,26 @@ function __ZNK4wasm7Literal2eqERKS0_(i1, i3, i2) { return; } -function __ZNK10__cxxabiv121__vmi_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i1, i4, i3, i5) { +function __ZNK10__cxxabiv121__vmi_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i1, i5, i4, i6) { i1 = i1 | 0; - i4 = i4 | 0; - i3 = i3 | 0; i5 = i5 | 0; - var i2 = 0, i6 = 0; - L1 : do if ((i1 | 0) != (HEAP32[i4 + 8 >> 2] | 0)) { - i6 = HEAP32[i1 + 12 >> 2] | 0; - i2 = i1 + 16 + (i6 << 3) | 0; - __ZNK10__cxxabiv122__base_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i1 + 16 | 0, i4, i3, i5); - if ((i6 | 0) > 1) { - i6 = i4 + 54 | 0; + i4 = i4 | 0; + i6 = i6 | 0; + var i2 = 0, i3 = 0; + L1 : do if ((i1 | 0) != (HEAP32[i5 + 8 >> 2] | 0)) { + i3 = HEAP32[i1 + 12 >> 2] | 0; + i2 = i1 + 16 + (i3 << 3) | 0; + __ZNK10__cxxabiv122__base_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i1 + 16 | 0, i5, i4, i6); + if ((i3 | 0) > 1) { + i3 = i5 + 54 | 0; i1 = i1 + 24 | 0; do { - __ZNK10__cxxabiv122__base_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i1, i4, i3, i5); - if (HEAP8[i6 >> 0] | 0) break L1; + __ZNK10__cxxabiv122__base_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i1, i5, i4, i6); + if (HEAP8[i3 >> 0] | 0) break L1; i1 = i1 + 8 | 0; } while (i1 >>> 0 < i2 >>> 0); } - } else __ZNK10__cxxabiv117__class_type_info24process_found_base_classEPNS_19__dynamic_cast_infoEPvi(0, i4, i3, i5); while (0); + } else __ZNK10__cxxabiv117__class_type_info24process_found_base_classEPNS_19__dynamic_cast_infoEPvi(0, i5, i4, i6); while (0); return; } @@ -64640,26 +63994,52 @@ function __ZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementE(i3, i2) { return i1 | 0; } -function __ZNK10__cxxabiv117__class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib(i6, i3, i1, i4, i7) { - i6 = i6 | 0; - i3 = i3 | 0; +function __ZN4wasm16PrintSExpression10visitTableEPNS_5TableE(i1, i4) { i1 = i1 | 0; i4 = i4 | 0; + var i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i5 = i7 + 4 | 0; + i6 = i7; + i2 = i1 + 4 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 25343, 0) | 0; + i3 = HEAP32[i4 + 4 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; + while (1) { + if ((i1 | 0) == (i3 | 0)) break; + i8 = HEAP32[i1 >> 2] | 0; + i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 32) | 0; + HEAP32[i6 >> 2] = i8; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i5) | 0; + i1 = i1 + 4 | 0; + } + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i2 >> 2] | 0, 41) | 0; + STACKTOP = i7; + return; +} + +function __ZNK10__cxxabiv117__class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib(i6, i4, i3, i5, i7) { + i6 = i6 | 0; + i4 = i4 | 0; + i3 = i3 | 0; + i5 = i5 | 0; i7 = i7 | 0; - var i2 = 0, i5 = 0; - do if ((i6 | 0) == (HEAP32[i3 + 8 >> 2] | 0)) { - if ((HEAP32[i3 + 4 >> 2] | 0) == (i1 | 0) ? (i5 = i3 + 28 | 0, (HEAP32[i5 >> 2] | 0) != 1) : 0) HEAP32[i5 >> 2] = i4; - } else if ((i6 | 0) == (HEAP32[i3 >> 2] | 0)) { - if ((HEAP32[i3 + 16 >> 2] | 0) != (i1 | 0) ? (i2 = i3 + 20 | 0, (HEAP32[i2 >> 2] | 0) != (i1 | 0)) : 0) { - HEAP32[i3 + 32 >> 2] = i4; - HEAP32[i2 >> 2] = i1; - i7 = i3 + 40 | 0; + var i1 = 0, i2 = 0; + do if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) { + if ((HEAP32[i4 + 4 >> 2] | 0) == (i3 | 0) ? (i2 = i4 + 28 | 0, (HEAP32[i2 >> 2] | 0) != 1) : 0) HEAP32[i2 >> 2] = i5; + } else if ((i6 | 0) == (HEAP32[i4 >> 2] | 0)) { + if ((HEAP32[i4 + 16 >> 2] | 0) != (i3 | 0) ? (i1 = i4 + 20 | 0, (HEAP32[i1 >> 2] | 0) != (i3 | 0)) : 0) { + HEAP32[i4 + 32 >> 2] = i5; + HEAP32[i1 >> 2] = i3; + i7 = i4 + 40 | 0; HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 1; - if ((HEAP32[i3 + 36 >> 2] | 0) == 1 ? (HEAP32[i3 + 24 >> 2] | 0) == 2 : 0) HEAP8[i3 + 54 >> 0] = 1; - HEAP32[i3 + 44 >> 2] = 4; + if ((HEAP32[i4 + 36 >> 2] | 0) == 1 ? (HEAP32[i4 + 24 >> 2] | 0) == 2 : 0) HEAP8[i4 + 54 >> 0] = 1; + HEAP32[i4 + 44 >> 2] = 4; break; } - if ((i4 | 0) == 1) HEAP32[i3 + 32 >> 2] = 1; + if ((i5 | 0) == 1) HEAP32[i4 + 32 >> 2] = 1; } while (0); return; } @@ -64671,9 +64051,9 @@ function __ZN4wasm14ModuleInstanceC2ERNS_6ModuleEPNS0_17ExternalInterfaceE(i6, i var i3 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 48 | 0; - i4 = i7 + 32 | 0; + i3 = i7 + 32 | 0; i5 = i7 + 20 | 0; - i3 = i7 + 16 | 0; + i4 = i7 + 16 | 0; HEAP32[i6 >> 2] = i2; HEAP32[i6 + 4 >> 2] = 0; HEAP32[i6 + 12 >> 2] = i1; @@ -64684,9 +64064,9 @@ function __ZN4wasm14ModuleInstanceC2ERNS_6ModuleEPNS0_17ExternalInterfaceE(i6, i HEAP32[i5 >> 2] = 0; HEAP32[i5 + 4 >> 2] = 0; HEAP32[i5 + 8 >> 2] = 0; - HEAP32[i3 >> 2] = i1; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i7, i6, i4, i5); + HEAP32[i4 >> 2] = i1; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i7, i6, i3, i5); __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i5); } STACKTOP = i7; @@ -64701,19 +64081,19 @@ function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_12CallIndirectE var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i10; - i5 = i1 + 12 | 0; - i6 = i1 + 16 | 0; + i5 = i10; + i6 = i1 + 12 | 0; + i7 = i1 + 16 | 0; i4 = i1 + 8 | 0; while (1) { if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break; - i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; - HEAP32[i7 >> 2] = i3; - i1 = HEAP32[i5 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i3; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i7); + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; + HEAP32[i5 >> 2] = i1; + i3 = HEAP32[i6 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i1; + HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i5); i2 = i2 + 1 | 0; } STACKTOP = i10; @@ -64725,21 +64105,21 @@ function __ZN4wasm14PostEmscripten13visitMemoryOpINS_5StoreEEEvPT_(i1, i2) { i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; i5 = i2 + 12 | 0; - do if (((HEAP32[i5 >> 2] | 0) == 0 ? (i7 = i2 + 20 | 0, i6 = HEAP32[i7 >> 2] | 0, !((i6 | 0) == 0 | (HEAP32[i6 >> 2] | 0) != 15)) : 0) ? (HEAP32[i6 + 8 >> 2] | 0) == 0 : 0) { - if ((HEAP32[i6 + 4 >> 2] | 0) != 1) ___assert_fail(27069, 27086, 49, 27116); - i4 = i6 + 16 | 0; - i1 = HEAP32[i4 >> 2] | 0; - i3 = i1; + 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(28323, 28340, 49, 28370); + i3 = i7 + 16 | 0; + i1 = HEAP32[i3 >> 2] | 0; + i4 = i1; if ((i1 | 0) == 0 | (HEAP32[i1 >> 2] | 0) != 13) { - i2 = i6 + 12 | 0; + i2 = i7 + 12 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == 0 | (HEAP32[i1 >> 2] | 0) != 13) break; - HEAP32[i2 >> 2] = i3; - HEAP32[i4 >> 2] = i1; + HEAP32[i2 >> 2] = i4; + HEAP32[i3 >> 2] = i1; } i1 = __ZNK4wasm7Literal6geti32Ev(i1 + 8 | 0) | 0; if (i1 >>> 0 < 1024) { - HEAP32[i7 >> 2] = HEAP32[i6 + 12 >> 2]; + HEAP32[i6 >> 2] = HEAP32[i7 + 12 >> 2]; HEAP32[i5 >> 2] = i1; } } while (0); @@ -64757,7 +64137,7 @@ function __ZN6cashew12ValueBuilder10makePrefixENS_7IStringENS_3RefE(i1, i2) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38520) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39680) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -64777,57 +64157,57 @@ function __ZN4wasm14PostEmscripten13visitMemoryOpINS_4LoadEEEvPT_(i1, i2) { i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; i5 = i2 + 16 | 0; - do if (((HEAP32[i5 >> 2] | 0) == 0 ? (i7 = i2 + 24 | 0, i6 = HEAP32[i7 >> 2] | 0, !((i6 | 0) == 0 | (HEAP32[i6 >> 2] | 0) != 15)) : 0) ? (HEAP32[i6 + 8 >> 2] | 0) == 0 : 0) { - if ((HEAP32[i6 + 4 >> 2] | 0) != 1) ___assert_fail(27069, 27086, 49, 27116); - i4 = i6 + 16 | 0; - i1 = HEAP32[i4 >> 2] | 0; - i3 = i1; + 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(28323, 28340, 49, 28370); + i3 = i7 + 16 | 0; + i1 = HEAP32[i3 >> 2] | 0; + i4 = i1; if ((i1 | 0) == 0 | (HEAP32[i1 >> 2] | 0) != 13) { - i2 = i6 + 12 | 0; + i2 = i7 + 12 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == 0 | (HEAP32[i1 >> 2] | 0) != 13) break; - HEAP32[i2 >> 2] = i3; - HEAP32[i4 >> 2] = i1; + HEAP32[i2 >> 2] = i4; + HEAP32[i3 >> 2] = i1; } i1 = __ZNK4wasm7Literal6geti32Ev(i1 + 8 | 0) | 0; if (i1 >>> 0 < 1024) { - HEAP32[i7 >> 2] = HEAP32[i6 + 12 >> 2]; + HEAP32[i6 >> 2] = HEAP32[i7 + 12 >> 2]; HEAP32[i5 >> 2] = i1; } } while (0); return; } -function __ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji(i1, i5, i6, i2) { +function __ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji(i1, i6, i7, i2) { i1 = i1 | 0; - i5 = i5 | 0; i6 = i6 | 0; + i7 = i7 | 0; i2 = i2 | 0; - var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i9; - if ((i1 | 0) == (i5 | 0)) { - HEAP32[i6 >> 2] = 4; + i8 = i9; + if ((i1 | 0) == (i6 | 0)) { + HEAP32[i7 >> 2] = 4; i2 = 0; i1 = 0; } else { - i8 = ___errno_location() | 0; - i4 = HEAP32[i8 >> 2] | 0; - HEAP32[i8 >> 2] = 0; - i1 = _strtoll_l(i1, i7, i2, __ZNSt3__16__clocEv() | 0) | 0; + i4 = ___errno_location() | 0; + i5 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = 0; + i1 = _strtoll_l(i1, i8, i2, __ZNSt3__16__clocEv() | 0) | 0; i2 = tempRet0; - i3 = HEAP32[i8 >> 2] | 0; - if (!i3) HEAP32[i8 >> 2] = i4; - if ((HEAP32[i7 >> 2] | 0) == (i5 | 0)) { + i3 = HEAP32[i4 >> 2] | 0; + if (!i3) HEAP32[i4 >> 2] = i5; + if ((HEAP32[i8 >> 2] | 0) == (i6 | 0)) { if ((i3 | 0) == 34) { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i2 = (i2 | 0) > 0 | (i2 | 0) == 0 & i1 >>> 0 > 0; i1 = i2 ? -1 : 0; i2 = i2 ? 2147483647 : -2147483648; } } else { - HEAP32[i6 >> 2] = 4; + HEAP32[i7 >> 2] = 4; i1 = 0; i2 = 0; } @@ -64845,19 +64225,19 @@ function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_10CallImportEEE var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i10; - i5 = i1 + 12 | 0; - i6 = i1 + 16 | 0; + i5 = i10; + i6 = i1 + 12 | 0; + i7 = i1 + 16 | 0; i4 = i1 + 8 | 0; while (1) { if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break; - i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; - HEAP32[i7 >> 2] = i3; - i1 = HEAP32[i5 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i3; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i7); + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; + HEAP32[i5 >> 2] = i1; + i3 = HEAP32[i6 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i1; + HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i5); i2 = i2 + 1 | 0; } STACKTOP = i10; @@ -64868,30 +64248,30 @@ function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE26__swap_ i6 = i6 | 0; i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i1 = HEAP32[i6 >> 2] | 0; - i4 = i6 + 4 | 0; - i2 = i5 + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; + i3 = i6 + 4 | 0; + i4 = i5 + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i7 = i3 + -28 | 0; - __ZN6cashew13OperatorClassC2EOS0_((HEAP32[i2 >> 2] | 0) + -28 | 0, i7); - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + -28; - i3 = i7; + 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; + i1 = i7; } i7 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i2 >> 2] = i7; + HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i4 >> 2] = i7; i7 = i5 + 8 | 0; - i3 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i7 >> 2] = i3; - i4 = i6 + 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[i4 >> 2] | 0; - HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + i6 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; HEAP32[i7 >> 2] = i6; - HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; return; } @@ -64906,7 +64286,7 @@ function __ZN6cashew12ValueBuilder9makeLabelENS_7IStringENS_3RefE(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38488) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39648) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -64932,7 +64312,7 @@ function __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38712) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39872) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -64952,18 +64332,18 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N i6 = i6 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0; i1 = HEAP8[i5 >> 0] | 0; - i3 = (i1 & 1) != 0; - if (i3) { - i2 = (HEAP32[i5 >> 2] & -2) + -1 | 0; + i2 = (i1 & 1) != 0; + if (i2) { + i3 = (HEAP32[i5 >> 2] & -2) + -1 | 0; i4 = HEAP32[i5 + 4 >> 2] | 0; } else { - i2 = 10; + i3 = 10; i4 = (i1 & 255) >>> 1; } - if ((i4 | 0) == (i2 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i5, i2, 1, i2, i2, 0); + if ((i4 | 0) == (i3 | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i5, i3, 1, i3, i3, 0); if (!(HEAP8[i5 >> 0] & 1)) i2 = 7; else i2 = 8; - } else if (i3) i2 = 8; else i2 = 7; + } else if (i2) i2 = 8; else i2 = 7; if ((i2 | 0) == 7) { HEAP8[i5 >> 0] = (i4 << 1) + 2; i1 = i5 + 1 | 0; @@ -64982,22 +64362,22 @@ function __ZNSt3__111__stdoutbufIwE4syncEv(i1) { var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i10 + 8 | 0; - i4 = i10; + i8 = i10 + 8 | 0; + i7 = i10; i3 = i1 + 36 | 0; - i6 = i1 + 40 | 0; - i7 = i5 + 8 | 0; - i8 = i5; - i1 = i1 + 32 | 0; + i4 = i1 + 40 | 0; + i5 = i8 + 8 | 0; + i6 = i8; + i2 = i1 + 32 | 0; L1 : while (1) { - i2 = HEAP32[i3 >> 2] | 0; - i2 = FUNCTION_TABLE_iiiiii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 31](i2, HEAP32[i6 >> 2] | 0, i5, i7, i4) | 0; - i11 = (HEAP32[i4 >> 2] | 0) - i8 | 0; - if ((_fwrite(i5, 1, i11, HEAP32[i1 >> 2] | 0) | 0) != (i11 | 0)) { + i1 = HEAP32[i3 >> 2] | 0; + i1 = FUNCTION_TABLE_iiiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 31](i1, HEAP32[i4 >> 2] | 0, i8, i5, i7) | 0; + i11 = (HEAP32[i7 >> 2] | 0) - i6 | 0; + if ((_fwrite(i8, 1, i11, HEAP32[i2 >> 2] | 0) | 0) != (i11 | 0)) { i1 = -1; break; } - switch (i2 | 0) { + switch (i1 | 0) { case 1: break; case 2: @@ -65012,7 +64392,7 @@ function __ZNSt3__111__stdoutbufIwE4syncEv(i1) { } } } - if ((i9 | 0) == 4) i1 = ((_fflush(HEAP32[i1 >> 2] | 0) | 0) != 0) << 31 >> 31; + if ((i9 | 0) == 4) i1 = ((_fflush(HEAP32[i2 >> 2] | 0) | 0) != 0) << 31 >> 31; STACKTOP = i10; return i1 | 0; } @@ -65022,22 +64402,22 @@ function __ZNSt3__111__stdoutbufIcE4syncEv(i1) { var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i10 + 8 | 0; - i4 = i10; + i8 = i10 + 8 | 0; + i7 = i10; i3 = i1 + 36 | 0; - i6 = i1 + 40 | 0; - i7 = i5 + 8 | 0; - i8 = i5; - i1 = i1 + 32 | 0; + i4 = i1 + 40 | 0; + i5 = i8 + 8 | 0; + i6 = i8; + i2 = i1 + 32 | 0; L1 : while (1) { - i2 = HEAP32[i3 >> 2] | 0; - i2 = FUNCTION_TABLE_iiiiii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 31](i2, HEAP32[i6 >> 2] | 0, i5, i7, i4) | 0; - i11 = (HEAP32[i4 >> 2] | 0) - i8 | 0; - if ((_fwrite(i5, 1, i11, HEAP32[i1 >> 2] | 0) | 0) != (i11 | 0)) { + i1 = HEAP32[i3 >> 2] | 0; + i1 = FUNCTION_TABLE_iiiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 31](i1, HEAP32[i4 >> 2] | 0, i8, i5, i7) | 0; + i11 = (HEAP32[i7 >> 2] | 0) - i6 | 0; + if ((_fwrite(i8, 1, i11, HEAP32[i2 >> 2] | 0) | 0) != (i11 | 0)) { i1 = -1; break; } - switch (i2 | 0) { + switch (i1 | 0) { case 1: break; case 2: @@ -65052,25 +64432,25 @@ function __ZNSt3__111__stdoutbufIcE4syncEv(i1) { } } } - if ((i9 | 0) == 4) i1 = ((_fflush(HEAP32[i1 >> 2] | 0) | 0) != 0) << 31 >> 31; + if ((i9 | 0) == 4) i1 = ((_fflush(HEAP32[i2 >> 2] | 0) | 0) != 0) << 31 >> 31; STACKTOP = i10; return i1 | 0; } -function __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i6, i3) { +function __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS7_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS7_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEE25__construct_node_with_keyERS7_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEiEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSF_SF_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEE25__construct_node_with_keyERS7_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEiEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSF_SF_(i6, HEAP32[i5 >> 2] | 0, i2, i1); } STACKTOP = i7; return i1 + 20 | 0; @@ -65084,19 +64464,19 @@ function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_4HostEEEvRNS_7E var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i10; - i5 = i1 + 20 | 0; - i6 = i1 + 24 | 0; + i5 = i10; + i6 = i1 + 20 | 0; + i7 = i1 + 24 | 0; i4 = i1 + 16 | 0; while (1) { if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break; - i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; - HEAP32[i7 >> 2] = i3; - i1 = HEAP32[i5 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i3; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i7); + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; + HEAP32[i5 >> 2] = i1; + i3 = HEAP32[i6 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i1; + HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i5); i2 = i2 + 1 | 0; } STACKTOP = i10; @@ -65111,19 +64491,19 @@ function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_4CallEEEvRNS_7E var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i10; - i5 = i1 + 12 | 0; - i6 = i1 + 16 | 0; + i5 = i10; + i6 = i1 + 12 | 0; + i7 = i1 + 16 | 0; i4 = i1 + 8 | 0; while (1) { if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break; - i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; - HEAP32[i7 >> 2] = i3; - i1 = HEAP32[i5 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i3; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i7); + i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; + HEAP32[i5 >> 2] = i1; + i3 = HEAP32[i6 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i1; + HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4, i5); i2 = i2 + 1 | 0; } STACKTOP = i10; @@ -65138,9 +64518,9 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6append if (i5 | 0) { i1 = HEAP8[i6 >> 0] | 0; if (!(i1 & 1)) i2 = 10; else { - i2 = HEAP32[i6 >> 2] | 0; - i1 = i2 & 255; - i2 = (i2 & -2) + -1 | 0; + i1 = HEAP32[i6 >> 2] | 0; + i2 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; } if (!(i1 & 1)) i3 = (i1 & 255) >>> 1; else i3 = HEAP32[i6 + 4 >> 2] | 0; if ((i2 - i3 | 0) >>> 0 < i5 >>> 0) { @@ -65163,9 +64543,9 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assign var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP8[i6 >> 0] | 0; if (!(i1 & 1)) i3 = 10; else { - i3 = HEAP32[i6 >> 2] | 0; - i1 = i3 & 255; - i3 = (i3 & -2) + -1 | 0; + i1 = HEAP32[i6 >> 2] | 0; + i3 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; } i2 = (i1 & 1) == 0; do if (i3 >>> 0 >= i4 >>> 0) { @@ -65212,9 +64592,9 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6append var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP8[i6 >> 0] | 0; if (!(i1 & 1)) i2 = 10; else { - i2 = HEAP32[i6 >> 2] | 0; - i1 = i2 & 255; - i2 = (i2 & -2) + -1 | 0; + i1 = HEAP32[i6 >> 2] | 0; + i2 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; } if (!(i1 & 1)) i3 = (i1 & 255) >>> 1; else i3 = HEAP32[i6 + 4 >> 2] | 0; if ((i2 - i3 | 0) >>> 0 >= i4 >>> 0) { @@ -65276,9 +64656,9 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assign var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP8[i6 >> 0] | 0; if (!(i1 & 1)) i3 = 1; else { - i3 = HEAP32[i6 >> 2] | 0; - i1 = i3 & 255; - i3 = (i3 & -2) + -1 | 0; + i1 = HEAP32[i6 >> 2] | 0; + i3 = (i1 & -2) + -1 | 0; + i1 = i1 & 255; } i2 = (i1 & 1) == 0; do if (i3 >>> 0 >= i4 >>> 0) { @@ -65299,28 +64679,28 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assign return i6 | 0; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i8, i5, i1, i6, i4, i3) { +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i8, i6, i1, i7, i5, i4) { i8 = i8 | 0; - i5 = i5 | 0; - i1 = i1 | 0; i6 = i6 | 0; + i1 = i1 | 0; + i7 = i7 | 0; + i5 = i5 | 0; i4 = i4 | 0; - i3 = i3 | 0; - var i2 = 0, i7 = 0; - if ((-17 - i5 | 0) >>> 0 < i1 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i8); - if (!(HEAP8[i8 >> 0] & 1)) i7 = i8 + 1 | 0; else i7 = HEAP32[i8 + 8 >> 2] | 0; - if (i5 >>> 0 < 2147483623) { - i2 = i1 + i5 | 0; - i1 = i5 << 1; - i2 = i2 >>> 0 < i1 >>> 0 ? i1 : i2; - i2 = i2 >>> 0 < 11 ? 11 : i2 + 16 & -16; - } else i2 = -17; - i1 = _malloc(i2) | 0; - if (i4 | 0) _memcpy(i1 | 0, i7 | 0, i4 | 0) | 0; - if ((i6 | 0) != (i4 | 0)) _memcpy(i1 + i4 + i3 | 0, i7 + i4 | 0, i6 - i4 | 0) | 0; - if ((i5 | 0) != 10) _free(i7); - HEAP32[i8 + 8 >> 2] = i1; - HEAP32[i8 >> 2] = i2 | 1; + var i2 = 0, i3 = 0; + if ((-17 - i6 | 0) >>> 0 < i1 >>> 0) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i8); + if (!(HEAP8[i8 >> 0] & 1)) i3 = i8 + 1 | 0; else i3 = HEAP32[i8 + 8 >> 2] | 0; + if (i6 >>> 0 < 2147483623) { + i1 = i1 + i6 | 0; + i2 = i6 << 1; + i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + i1 = i1 >>> 0 < 11 ? 11 : i1 + 16 & -16; + } else i1 = -17; + i2 = _malloc(i1) | 0; + if (i5 | 0) _memcpy(i2 | 0, i3 | 0, i5 | 0) | 0; + if ((i7 | 0) != (i5 | 0)) _memcpy(i2 + i5 + i4 | 0, i3 + i5 | 0, i7 - i5 | 0) | 0; + if ((i6 | 0) != 10) _free(i3); + HEAP32[i8 + 8 >> 2] = i2; + HEAP32[i8 >> 2] = i1 | 1; return; } @@ -65342,32 +64722,37 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 return; } -function __ZN4wasm5Table5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i5, i7, i1) { - i5 = i5 | 0; - i7 = i7 | 0; +function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i2, i1) { + i2 = i2 | 0; i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i6 = 0, i8 = 0; - i6 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i6 + 4 | 0; - i3 = i6; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i7, 12767, 0) | 0; - i2 = HEAP32[i5 + 4 >> 2] | 0; - i1 = HEAP32[i5 >> 2] | 0; + var i3 = 0, i4 = 0, i5 = 0; + HEAP8[i2 >> 0] = 16; + i3 = i1; + i5 = i3; + i5 = HEAPU8[i5 >> 0] | HEAPU8[i5 + 1 >> 0] << 8 | HEAPU8[i5 + 2 >> 0] << 16 | HEAPU8[i5 + 3 >> 0] << 24; + i3 = i3 + 4 | 0; + i3 = HEAPU8[i3 >> 0] | HEAPU8[i3 + 1 >> 0] << 8 | HEAPU8[i3 + 2 >> 0] << 16 | HEAPU8[i3 + 3 >> 0] << 24; + i1 = i2 + 1 | 0; + i4 = i1; + HEAP8[i4 >> 0] = i5; + HEAP8[i4 + 1 >> 0] = i5 >> 8; + HEAP8[i4 + 2 >> 0] = i5 >> 16; + HEAP8[i4 + 3 >> 0] = i5 >> 24; + i1 = i1 + 4 | 0; + HEAP8[i1 >> 0] = i3; + HEAP8[i1 + 1 >> 0] = i3 >> 8; + HEAP8[i1 + 2 >> 0] = i3 >> 16; + HEAP8[i1 + 3 >> 0] = i3 >> 24; + HEAP8[i2 + 9 >> 0] = 0; + i1 = i2 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i8 = HEAP32[i1 >> 2] | 0; - i5 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i7, 32) | 0; - HEAP32[i3 >> 2] = i8; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i5, i4) | 0; - i1 = i1 + 4 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i7, 41) | 0; - STACKTOP = i6; - return i8 | 0; + return; } - function __ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoERPv(i6, i1, i4) { i6 = i6 | 0; i1 = i1 | 0; @@ -65376,7 +64761,7 @@ function __ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoE i7 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; i5 = i7; - if ((i6 | 0) != (i1 | 0)) if ((i1 | 0) != 0 ? (i3 = ___dynamic_cast(i1, 2568, 2536, 0) | 0, (i3 | 0) != 0) : 0) { + if ((i6 | 0) != (i1 | 0)) if ((i1 | 0) != 0 ? (i3 = ___dynamic_cast(i1, 2608, 2576, 0) | 0, (i3 | 0) != 0) : 0) { i1 = i5; i2 = i1 + 56 | 0; do { @@ -65397,48 +64782,16 @@ function __ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoE return i1 | 0; } -function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0, i4 = 0, i5 = 0; - HEAP8[i2 >> 0] = 16; - i3 = i1; - i5 = i3; - i5 = HEAPU8[i5 >> 0] | HEAPU8[i5 + 1 >> 0] << 8 | HEAPU8[i5 + 2 >> 0] << 16 | HEAPU8[i5 + 3 >> 0] << 24; - i3 = i3 + 4 | 0; - i3 = HEAPU8[i3 >> 0] | HEAPU8[i3 + 1 >> 0] << 8 | HEAPU8[i3 + 2 >> 0] << 16 | HEAPU8[i3 + 3 >> 0] << 24; - i1 = i2 + 1 | 0; - i4 = i1; - HEAP8[i4 >> 0] = i5; - HEAP8[i4 + 1 >> 0] = i5 >> 8; - HEAP8[i4 + 2 >> 0] = i5 >> 16; - HEAP8[i4 + 3 >> 0] = i5 >> 24; - i1 = i1 + 4 | 0; - HEAP8[i1 >> 0] = i3; - HEAP8[i1 + 1 >> 0] = i3 >> 8; - HEAP8[i1 + 2 >> 0] = i3 >> 16; - HEAP8[i1 + 3 >> 0] = i3 >> 24; - HEAP8[i2 + 9 >> 0] = 0; - i2 = i2 + 12 | 0; - i1 = 0; - while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; - } - return; -} - function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9pbackfailEi(i6, i1) { i6 = i6 | 0; i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0; - i4 = i6 + 44 | 0; - i2 = HEAP32[i4 >> 2] | 0; - i3 = HEAP32[i6 + 24 >> 2] | 0; - if (i2 >>> 0 < i3 >>> 0) { - HEAP32[i4 >> 2] = i3; - i2 = i3; + i3 = i6 + 44 | 0; + i2 = HEAP32[i3 >> 2] | 0; + i4 = HEAP32[i6 + 24 >> 2] | 0; + if (i2 >>> 0 < i4 >>> 0) { + HEAP32[i3 >> 2] = i4; + i2 = i4; } i5 = i6 + 12 | 0; i3 = HEAP32[i5 >> 2] | 0; @@ -65457,8 +64810,8 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9pba break; } } else { - i3 = i3 + -1 | 0; i4 = i1 & 255; + i3 = i3 + -1 | 0; } HEAP32[i5 >> 2] = i3; HEAP32[i6 + 16 >> 2] = i2; @@ -65467,20 +64820,20 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9pba return i1 | 0; } -function __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i6, i3) { +function __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i6, i4) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7; - i5 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS7_(i6, i4, i3) | 0; - i1 = HEAP32[i5 >> 2] | 0; + i5 = i7 + 12 | 0; + i3 = i7; + i2 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS7_(i6, i5, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEE25__construct_node_with_keyERS7_(i2, i6, i3); - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSF_SF_(i6, HEAP32[i4 >> 2] | 0, i5, i1); + __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEE25__construct_node_with_keyERS7_(i3, i6, i4); + i1 = HEAP32[i3 >> 2] | 0; + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSF_SF_(i6, HEAP32[i5 >> 2] | 0, i2, i1); } STACKTOP = i7; return i1 + 20 | 0; @@ -65513,6 +64866,27 @@ function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE1 return; } +function __ZN4wasm16PrintSExpression13visitSetLocalEPNS_8SetLocalE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i4 = i3 + 4 | 0; + i7 = i3; + i5 = i2 + 4 | 0; + i6 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i5 >> 2] | 0, 25522, 0) | 0; + HEAP32[i7 >> 2] = HEAP32[i1 + 8 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i4) | 0; + i4 = i2 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i5 >> 2] | 0, i4) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, HEAP32[i1 + 12 >> 2] | 0); + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i5 >> 2] | 0, i4) | 0; + STACKTOP = i3; + return; +} + function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE16do_get_monthnameES4_S4_RNS_8ios_baseERjP2tm(i6, i1, i2, i4, i3, i5) { i6 = i6 | 0; i1 = i1 | 0; @@ -65528,7 +64902,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, 40492) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 41652) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -65552,7 +64926,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, 40492) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 41652) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -65561,7 +64935,7 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE return HEAP32[i1 >> 2] | 0; } -function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE16do_get_monthnameES4_S4_RNS_8ios_baseERjP2tm(i6, i1, i2, i4, i3, i5) { +function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE14do_get_weekdayES4_S4_RNS_8ios_baseERjP2tm(i6, i1, i2, i4, i3, i5) { i6 = i6 | 0; i1 = i1 | 0; i2 = i2 | 0; @@ -65576,16 +64950,15 @@ 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, 40460) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 41620) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE15__get_monthnameERiRS4_S4_RjRKNS_5ctypeIcEE(i6, i5 + 16 | 0, i1, i8, i3, i4); + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE17__get_weekdaynameERiRS4_S4_RjRKNS_5ctypeIcEE(i6, i5 + 24 | 0, i1, i8, i3, i4); STACKTOP = i7; return HEAP32[i1 >> 2] | 0; } - -function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE14do_get_weekdayES4_S4_RNS_8ios_baseERjP2tm(i6, i1, i2, i4, i3, i5) { +function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE16do_get_monthnameES4_S4_RNS_8ios_baseERjP2tm(i6, i1, i2, i4, i3, i5) { i6 = i6 | 0; i1 = i1 | 0; i2 = i2 | 0; @@ -65600,11 +64973,11 @@ 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, 40460) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 41620) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; - __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE17__get_weekdaynameERiRS4_S4_RjRKNS_5ctypeIcEE(i6, i5 + 24 | 0, i1, i8, i3, i4); + __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE15__get_monthnameERiRS4_S4_RjRKNS_5ctypeIcEE(i6, i5 + 16 | 0, i1, i8, i3, i4); STACKTOP = i7; return HEAP32[i1 >> 2] | 0; } @@ -65613,7 +64986,7 @@ function __ZN6cashew12ValueBuilder15setBlockContentENS_3RefES1_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0; - do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 38408) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 38412) | 0) { + do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 39568) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 39572) | 0) { i3 = __ZN6cashew3RefixEj(i2, 3) | 0; i3 = HEAP32[i3 >> 2] | 0; i2 = __ZN6cashew3RefixEj(i1, 1) | 0; @@ -65685,7 +65058,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, 40492) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 41652) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -65709,7 +65082,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, 40460) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 41620) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -65728,7 +65101,7 @@ function __ZN6cashew12ValueBuilder10makeSwitchENS_3RefE(i1) { i6 = i2 + 4 | 0; i4 = i2; i5 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38500) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39660) | 0; HEAP32[i7 >> 2] = i8; HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; i5 = __ZN6cashew5Value9push_backENS_3RefE(i5, i3) | 0; @@ -65797,7 +65170,7 @@ function __ZN6cashew12ValueBuilder8makeCallENS_3RefE(i1) { i6 = i2 + 4 | 0; i4 = i2; i5 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38480) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39640) | 0; HEAP32[i7 >> 2] = i8; HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; i5 = __ZN6cashew5Value9push_backENS_3RefE(i5, i3) | 0; @@ -65818,23 +65191,23 @@ function __ZN6cashew10IStringSetC2EPKc(i6, i1) { var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i7 + 8 | 0; - i4 = i7; + 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; - i2 = __Znaj((i2 | 0) < -1 ? -1 : i2 + 1 | 0) | 0; - _strcpy(i2, i1) | 0; + i3 = _strlen(i1) | 0; + i3 = __Znaj((i3 | 0) < -1 ? -1 : i3 + 1 | 0) | 0; + _strcpy(i3, i1) | 0; while (1) { - i1 = _strchr(i2, 32) | 0; - i3 = (i1 | 0) != 0; - if (i3) HEAP8[i1 >> 0] = 0; - __ZN6cashew7IStringC2EPKcb(i4, i2, 1); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueIS2_EENS_4pairINS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEEbEEOT_(i5, i6, i4); - if (i3) i2 = i1 + 1 | 0; else break; + 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; return; @@ -65845,18 +65218,18 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_b i6 = i6 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0; i1 = HEAP8[i5 >> 0] | 0; - i3 = (i1 & 1) != 0; - if (i3) { - i2 = (HEAP32[i5 >> 2] & -2) + -1 | 0; + i2 = (i1 & 1) != 0; + if (i2) { + i3 = (HEAP32[i5 >> 2] & -2) + -1 | 0; i4 = HEAP32[i5 + 4 >> 2] | 0; } else { - i2 = 1; + i3 = 1; i4 = (i1 & 255) >>> 1; } - if ((i4 | 0) == (i2 | 0)) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9__grow_byEjjjjjj(i5, i2, 1, i2, i2, 0, 0); + if ((i4 | 0) == (i3 | 0)) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9__grow_byEjjjjjj(i5, i3, 1, i3, i3, 0, 0); if (!(HEAP8[i5 >> 0] & 1)) i2 = 7; else i2 = 8; - } else if (i3) i2 = 8; else i2 = 7; + } else if (i2) i2 = 8; else i2 = 7; if ((i2 | 0) == 7) { HEAP8[i5 >> 0] = (i4 << 1) + 2; i1 = i5 + 4 | 0; @@ -65870,20 +65243,20 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_b return; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i5, i2) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i5, i3) { i5 = i5 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i6 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i6; - i4 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i5, i3, i2) | 0; - i1 = HEAP32[i4 >> 2] | 0; + i4 = i6; + i2 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i5, i4, i3) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { i1 = __Znwj(24) | 0; - HEAP32[i1 + 16 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i1 + 16 >> 2] = HEAP32[i3 >> 2]; HEAP32[i1 + 20 >> 2] = 0; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i5, HEAP32[i3 >> 2] | 0, i4, i1); + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i5, HEAP32[i4 >> 2] | 0, i2, i1); } STACKTOP = i6; return i1 + 20 | 0; @@ -65895,19 +65268,19 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__init i6 = i6 | 0; var i2 = 0, i3 = 0, i5 = 0, i7 = 0; i5 = i1; - i3 = i6 - i5 | 0; - i2 = i3 >> 2; - if (i2 >>> 0 > 1073741807) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i4); - if (i2 >>> 0 < 2) { - HEAP8[i4 >> 0] = i3 >>> 1; + i2 = i6 - i5 | 0; + i3 = i2 >> 2; + if (i3 >>> 0 > 1073741807) __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i4); + if (i3 >>> 0 < 2) { + HEAP8[i4 >> 0] = i2 >>> 1; i4 = i4 + 4 | 0; } else { - i7 = i2 + 4 & -4; - i3 = __Znwj(i7 << 2) | 0; - HEAP32[i4 + 8 >> 2] = i3; + i7 = i3 + 4 & -4; + i2 = __Znwj(i7 << 2) | 0; + HEAP32[i4 + 8 >> 2] = i2; HEAP32[i4 >> 2] = i7 | 1; - HEAP32[i4 + 4 >> 2] = i2; - i4 = i3; + HEAP32[i4 + 4 >> 2] = i3; + i4 = i2; } i3 = (i6 - i5 | 0) >>> 2; i2 = i4; @@ -65921,60 +65294,32 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__init return; } -function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEEC2ERKS6_(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; - i3 = i5 + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; - i2 = HEAP32[i5 >> 2] | 0; - L1 : do if ((i1 | 0) != (i2 | 0)) { - __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE8allocateEj(i4, (i1 - i2 | 0) / 12 | 0); - i2 = HEAP32[i3 >> 2] | 0; - i1 = HEAP32[i5 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break L1; - i5 = HEAP32[i6 >> 2] | 0; - HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i5 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i5 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; - HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 12; - i1 = i1 + 12 | 0; - } - } while (0); - return; -} - function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEEC2EOS9_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; i4 = HEAP32[i1 >> 2] | 0; HEAP32[i1 >> 2] = 0; - i7 = i1 + 4 | 0; - i5 = HEAP32[i7 >> 2] | 0; - HEAP32[i7 >> 2] = 0; + i6 = i1 + 4 | 0; + i5 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = 0; HEAP32[i2 >> 2] = i4; HEAP32[i2 + 4 >> 2] = i5; - i7 = i2 + 8 | 0; - i8 = i1 + 8 | 0; - i3 = HEAP32[i8 >> 2] | 0; - HEAP32[i7 >> 2] = i3; - i6 = i1 + 12 | 0; - i9 = HEAP32[i6 >> 2] | 0; + i6 = i2 + 8 | 0; + i7 = i1 + 8 | 0; + i3 = HEAP32[i7 >> 2] | 0; + HEAP32[i6 >> 2] = i3; + i8 = i1 + 12 | 0; + i9 = HEAP32[i8 >> 2] | 0; HEAP32[i2 + 12 >> 2] = i9; HEAP32[i2 + 16 >> 2] = HEAP32[i1 + 16 >> 2]; if (i9 | 0) { i1 = HEAP32[i3 + 4 >> 2] | 0; i2 = i5 + -1 | 0; if (!(i2 & i5)) i1 = i2 & i1; else i1 = (i1 >>> 0) % (i5 >>> 0) | 0; - HEAP32[i4 + (i1 << 2) >> 2] = i7; + HEAP32[i4 + (i1 << 2) >> 2] = i6; + HEAP32[i7 >> 2] = 0; HEAP32[i8 >> 2] = 0; - HEAP32[i6 >> 2] = 0; } return; } @@ -66028,18 +65373,18 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_b i6 = i6 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0; i1 = HEAP8[i5 >> 0] | 0; - i3 = (i1 & 1) != 0; - if (i3) { - i2 = (HEAP32[i5 >> 2] & -2) + -1 | 0; + i2 = (i1 & 1) != 0; + if (i2) { + i3 = (HEAP32[i5 >> 2] & -2) + -1 | 0; i4 = HEAP32[i5 + 4 >> 2] | 0; } else { - i2 = 10; + i3 = 10; i4 = (i1 & 255) >>> 1; } - if ((i4 | 0) == (i2 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEjjjjjj(i5, i2, 1, i2, i2, 0, 0); + if ((i4 | 0) == (i3 | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEjjjjjj(i5, i3, 1, i3, i3, 0, 0); if (!(HEAP8[i5 >> 0] & 1)) i2 = 7; else i2 = 8; - } else if (i3) i2 = 8; else i2 = 7; + } else if (i2) i2 = 8; else i2 = 7; if ((i2 | 0) == 7) { HEAP8[i5 >> 0] = (i4 << 1) + 2; i1 = i5 + 1 | 0; @@ -66071,7 +65416,7 @@ function __ZN4wasm17SExpressionParser14skipWhitespaceEv(i3) { case 40: { if ((HEAP8[i1 + 1 >> 0] | 0) != 59) break L1; - i1 = (_strstr(i1, 16597) | 0) + 2 | 0; + i1 = (_strstr(i1, 16682) | 0) + 2 | 0; HEAP32[i3 >> 2] = i1; continue L1; } @@ -66107,7 +65452,7 @@ function __ZN6cashew12ValueBuilder12makeIndexingENS_3RefES1_(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38476) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39636) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -66121,44 +65466,61 @@ function __ZN6cashew12ValueBuilder12makeIndexingENS_3RefES1_(i2, i1) { return i2 | 0; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i5, i2) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i5, i3) { i5 = i5 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i6 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i6; - i4 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i5, i3, i2) | 0; - i1 = HEAP32[i4 >> 2] | 0; + i4 = i6; + i2 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i5, i4, i3) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { i1 = __Znwj(24) | 0; - HEAP32[i1 + 16 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i1 + 16 >> 2] = HEAP32[i3 >> 2]; HEAP32[i1 + 20 >> 2] = 0; - __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_(i5, HEAP32[i3 >> 2] | 0, i4, i1); + __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_(i5, HEAP32[i4 >> 2] | 0, i2, i1); } STACKTOP = i6; return i1 + 20 | 0; } +function __ZN4wasm16PrintSExpression7visitIfEPNS_2IfE(i4, i1) { + i4 = i4 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i5 = 0; + i2 = i4 + 4 | 0; + i5 = i1 + 16 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, HEAP32[i5 >> 2] | 0 ? 25377 : 29270, 0) | 0; + i3 = i4 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i3) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, HEAP32[i1 + 8 >> 2] | 0); + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, HEAP32[i1 + 12 >> 2] | 0); + i1 = HEAP32[i5 >> 2] | 0; + if (i1 | 0) __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i4, i1); + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i3) | 0; + return; +} + function __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i6; - HEAP32[i5 >> 2] = i1; - i4 = i1; + i4 = i6; + HEAP32[i4 >> 2] = i1; + i5 = i1; do if (!(__ZN4wasm10Expression2isINS_5BlockEEEbv(i1) | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; - i3 = i1 + 16 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) { - __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i5); + i2 = i1 + 16 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) { + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i4); break; } else { - HEAP32[i2 >> 2] = i4; - HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; + HEAP32[i3 >> 2] = i5; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; break; } } else i1 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(i1) | 0; while (0); @@ -66166,20 +65528,20 @@ function __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i2, i1) { return i1 | 0; } -function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i5, i2) { +function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i5, i3) { i5 = i5 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i6 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i6; - i4 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS8_(i5, i3, i2) | 0; - i1 = HEAP32[i4 >> 2] | 0; + i4 = i6; + i2 = __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS8_(i5, i4, i3) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { i1 = __Znwj(24) | 0; - HEAP32[i1 + 16 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i1 + 16 >> 2] = HEAP32[i3 >> 2]; HEAP32[i1 + 20 >> 2] = 0; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSG_SG_(i5, HEAP32[i3 >> 2] | 0, i4, i1); + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSG_SG_(i5, HEAP32[i4 >> 2] | 0, i2, i1); } STACKTOP = i6; return i1 + 20 | 0; @@ -66196,7 +65558,7 @@ function __ZN6cashew12ValueBuilder9makeWhileENS_3RefES1_(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38460) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39620) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -66237,20 +65599,20 @@ function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE26__swap_ou return; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i5, i2) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i5, i3) { i5 = i5 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i6 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i6; - i4 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i5, i3, i2) | 0; - i1 = HEAP32[i4 >> 2] | 0; + i4 = i6; + i2 = __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i5, i4, i3) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { i1 = __Znwj(24) | 0; - HEAP32[i1 + 16 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i1 + 16 >> 2] = HEAP32[i3 >> 2]; HEAP32[i1 + 20 >> 2] = 0; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i5, HEAP32[i3 >> 2] | 0, i4, i1); + __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSH_SH_(i5, HEAP32[i4 >> 2] | 0, i2, i1); } STACKTOP = i6; return i1 + 20 | 0; @@ -66267,7 +65629,7 @@ function __ZN6cashew12ValueBuilder6makeDoENS_3RefES1_(i1, i2) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38464) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39624) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -66311,53 +65673,53 @@ function __ZNSt3__16vectorIPNS0_IN6cashew3RefENS_9allocatorIS2_EEEENS3_IS6_EEE26 function __ZNKSt3__120__time_get_c_storageIwE7__am_pmEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[37552] | 0) == 0 ? ___cxa_guard_acquire(37552) | 0 : 0) { - if ((HEAP8[37560] | 0) == 0 ? ___cxa_guard_acquire(37560) | 0 : 0) { - i2 = 41808; + if ((HEAP8[38712] | 0) == 0 ? ___cxa_guard_acquire(38712) | 0 : 0) { + if ((HEAP8[38720] | 0) == 0 ? ___cxa_guard_acquire(38720) | 0 : 0) { + i1 = 42968; do { - i1 = 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = i2 + 12 | 0; - } while ((i2 | 0) != 42096); - ___cxa_atexit(200, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(37560); + i1 = i1 + 12 | 0; + } while ((i1 | 0) != 43256); + ___cxa_atexit(205, 0, ___dso_handle | 0) | 0; + ___cxa_guard_release(38720); } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41808, 10272) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41820, 10284) | 0; - HEAP32[10524] = 41808; - ___cxa_guard_release(37552); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42968, 10384) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(42980, 10396) | 0; + HEAP32[10814] = 42968; + ___cxa_guard_release(38712); } - return HEAP32[10524] | 0; + return HEAP32[10814] | 0; } function __ZNKSt3__120__time_get_c_storageIcE7__am_pmEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[37472] | 0) == 0 ? ___cxa_guard_acquire(37472) | 0 : 0) { - if ((HEAP8[37480] | 0) == 0 ? ___cxa_guard_acquire(37480) | 0 : 0) { - i2 = 40996; + if ((HEAP8[38632] | 0) == 0 ? ___cxa_guard_acquire(38632) | 0 : 0) { + if ((HEAP8[38640] | 0) == 0 ? ___cxa_guard_acquire(38640) | 0 : 0) { + i1 = 42156; do { - i1 = 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = i2 + 12 | 0; - } while ((i2 | 0) != 41284); - ___cxa_atexit(196, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(37480); + i1 = i1 + 12 | 0; + } while ((i1 | 0) != 42444); + ___cxa_atexit(201, 0, ___dso_handle | 0) | 0; + ___cxa_guard_release(38640); } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40996, 33381) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(41008, 33384) | 0; - HEAP32[10321] = 40996; - ___cxa_guard_release(37472); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42156, 34587) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(42168, 34590) | 0; + HEAP32[10611] = 42156; + ___cxa_guard_release(38632); } - return HEAP32[10321] | 0; + return HEAP32[10611] | 0; } function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i2, i1) { @@ -66401,7 +65763,7 @@ function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7Elemen __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i3, 32) | 0, i4) | 0; i1 = i1 + 4 | 0; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 16676) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 16761) | 0; } return i3 | 0; } @@ -66671,6 +66033,54 @@ function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE26__swap_out_circ return; } +function __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i1, i2, i5, i4) { + i1 = i1 | 0; + i2 = i2 | 0; + i5 = i5 | 0; + i4 = i4 | 0; + var i3 = 0; + if (i4 & 2048) { + HEAP8[i1 >> 0] = 43; + i1 = i1 + 1 | 0; + } + if (!(i4 & 512)) i3 = i2; else { + HEAP8[i1 >> 0] = 35; + i3 = i2; + i1 = i1 + 1 | 0; + } + while (1) { + i2 = HEAP8[i3 >> 0] | 0; + if (!(i2 << 24 >> 24)) break; + HEAP8[i1 >> 0] = i2; + i3 = i3 + 1 | 0; + i1 = i1 + 1 | 0; + } + L10 : do switch (i4 & 74 | 0) { + case 64: + { + HEAP8[i1 >> 0] = 111; + break; + } + case 8: + if (!(i4 & 16384)) { + HEAP8[i1 >> 0] = 120; + break L10; + } else { + HEAP8[i1 >> 0] = 88; + break L10; + } + default: + if (i5) { + HEAP8[i1 >> 0] = 100; + break L10; + } else { + HEAP8[i1 >> 0] = 117; + break L10; + } + } while (0); + return; +} + function __ZN4wasm22SExpressionWasmBuilder12makeSetLocalERNS_7ElementE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -66822,6 +66232,24 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE26__swap_out_circula return; } +function __ZN4wasm16PrintSExpression11visitExportEPNS_6ExportE(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; + i2 = i2 + 4 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 25335, 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]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i4) | 0, 41) | 0; + STACKTOP = i3; + return; +} + function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -66849,26 +66277,26 @@ function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE26__swap_out_circular return; } -function _fputc(i3, i6) { - i3 = i3 | 0; +function _fputc(i5, i6) { + i5 = i5 | 0; i6 = i6 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; if ((HEAP32[i6 + 76 >> 2] | 0) >= 0 ? (___lockfile(i6) | 0) != 0 : 0) { - if ((HEAP8[i6 + 75 >> 0] | 0) != (i3 | 0) ? (i5 = i6 + 20 | 0, i2 = HEAP32[i5 >> 2] | 0, i2 >>> 0 < (HEAP32[i6 + 16 >> 2] | 0) >>> 0) : 0) { - HEAP32[i5 >> 2] = i2 + 1; - HEAP8[i2 >> 0] = i3; - i1 = i3 & 255; - } else i1 = ___overflow(i6, i3) | 0; + if ((HEAP8[i6 + 75 >> 0] | 0) != (i5 | 0) ? (i2 = i6 + 20 | 0, i3 = HEAP32[i2 >> 2] | 0, i3 >>> 0 < (HEAP32[i6 + 16 >> 2] | 0) >>> 0) : 0) { + HEAP32[i2 >> 2] = i3 + 1; + HEAP8[i3 >> 0] = i5; + i1 = i5 & 255; + } else i1 = ___overflow(i6, i5) | 0; ___unlockfile(i6); } else i7 = 3; do if ((i7 | 0) == 3) { - if ((HEAP8[i6 + 75 >> 0] | 0) != (i3 | 0) ? (i4 = i6 + 20 | 0, i1 = HEAP32[i4 >> 2] | 0, i1 >>> 0 < (HEAP32[i6 + 16 >> 2] | 0) >>> 0) : 0) { + if ((HEAP8[i6 + 75 >> 0] | 0) != (i5 | 0) ? (i4 = i6 + 20 | 0, i1 = HEAP32[i4 >> 2] | 0, i1 >>> 0 < (HEAP32[i6 + 16 >> 2] | 0) >>> 0) : 0) { HEAP32[i4 >> 2] = i1 + 1; - HEAP8[i1 >> 0] = i3; - i1 = i3 & 255; + HEAP8[i1 >> 0] = i5; + i1 = i5 & 255; break; } - i1 = ___overflow(i6, i3) | 0; + i1 = ___overflow(i6, i5) | 0; } while (0); return i1 | 0; } @@ -66884,9 +66312,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, 40492) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 48 >> 2] & 7](i7, 32649, 32675, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40500) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 41652) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 48 >> 2] & 7](i7, 33855, 33881, i1) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 41660) | 0; i6 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 127](i1) | 0; HEAP32[i3 >> 2] = i6; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i4, i1); @@ -66916,57 +66344,57 @@ function __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_ return; } -function __ZNSt3__119__double_or_nothingIwEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i3, i5, i4) { - i3 = i3 | 0; - i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i6 = 0, i7 = 0, i8 = 0; - i6 = i3 + 4 | 0; - i2 = (HEAP32[i6 >> 2] | 0) != 202; - i1 = HEAP32[i3 >> 2] | 0; - i7 = (HEAP32[i4 >> 2] | 0) - i1 | 0; - i7 = i7 >>> 0 < 2147483647 ? i7 << 1 : -1; - i8 = (HEAP32[i5 >> 2] | 0) - i1 >> 2; - i1 = _realloc(i2 ? i1 : 0, i7) | 0; +function __ZNSt3__119__double_or_nothingIwEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i6, i8, i7) { + i6 = i6 | 0; + i8 = i8 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0; + i4 = i6 + 4 | 0; + i2 = (HEAP32[i4 >> 2] | 0) != 207; + i1 = HEAP32[i6 >> 2] | 0; + i3 = (HEAP32[i7 >> 2] | 0) - i1 | 0; + i3 = i3 >>> 0 < 2147483647 ? i3 << 1 : -1; + i5 = (HEAP32[i8 >> 2] | 0) - i1 >> 2; + i1 = _realloc(i2 ? i1 : 0, i3) | 0; if (!i1) __ZSt17__throw_bad_allocv(); if (!i2) { - i2 = HEAP32[i3 >> 2] | 0; - HEAP32[i3 >> 2] = i1; + i2 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = i1; if (i2) { - FUNCTION_TABLE_vi[HEAP32[i6 >> 2] & 255](i2); - i1 = HEAP32[i3 >> 2] | 0; + FUNCTION_TABLE_vi[HEAP32[i4 >> 2] & 255](i2); + i1 = HEAP32[i6 >> 2] | 0; } - } else HEAP32[i3 >> 2] = i1; - HEAP32[i6 >> 2] = 203; - HEAP32[i5 >> 2] = i1 + (i8 << 2); - HEAP32[i4 >> 2] = (HEAP32[i3 >> 2] | 0) + (i7 >>> 2 << 2); + } else HEAP32[i6 >> 2] = i1; + HEAP32[i4 >> 2] = 208; + HEAP32[i8 >> 2] = i1 + (i5 << 2); + HEAP32[i7 >> 2] = (HEAP32[i6 >> 2] | 0) + (i3 >>> 2 << 2); return; } -function __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i3, i5, i4) { - i3 = i3 | 0; - i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i6 = 0, i7 = 0, i8 = 0; - i6 = i3 + 4 | 0; - i2 = (HEAP32[i6 >> 2] | 0) != 202; - i1 = HEAP32[i3 >> 2] | 0; - i7 = (HEAP32[i4 >> 2] | 0) - i1 | 0; - i7 = i7 >>> 0 < 2147483647 ? i7 << 1 : -1; - i8 = (HEAP32[i5 >> 2] | 0) - i1 >> 2; - i1 = _realloc(i2 ? i1 : 0, i7) | 0; +function __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i6, i8, i7) { + i6 = i6 | 0; + i8 = i8 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0; + i4 = i6 + 4 | 0; + i2 = (HEAP32[i4 >> 2] | 0) != 207; + i1 = HEAP32[i6 >> 2] | 0; + i3 = (HEAP32[i7 >> 2] | 0) - i1 | 0; + i3 = i3 >>> 0 < 2147483647 ? i3 << 1 : -1; + i5 = (HEAP32[i8 >> 2] | 0) - i1 >> 2; + i1 = _realloc(i2 ? i1 : 0, i3) | 0; if (!i1) __ZSt17__throw_bad_allocv(); if (!i2) { - i2 = HEAP32[i3 >> 2] | 0; - HEAP32[i3 >> 2] = i1; + i2 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = i1; if (i2) { - FUNCTION_TABLE_vi[HEAP32[i6 >> 2] & 255](i2); - i1 = HEAP32[i3 >> 2] | 0; + FUNCTION_TABLE_vi[HEAP32[i4 >> 2] & 255](i2); + i1 = HEAP32[i6 >> 2] | 0; } - } else HEAP32[i3 >> 2] = i1; - HEAP32[i6 >> 2] = 203; - HEAP32[i5 >> 2] = i1 + (i8 << 2); - HEAP32[i4 >> 2] = (HEAP32[i3 >> 2] | 0) + (i7 >>> 2 << 2); + } else HEAP32[i6 >> 2] = i1; + HEAP32[i4 >> 2] = 208; + HEAP32[i8 >> 2] = i1 + (i5 << 2); + HEAP32[i7 >> 2] = (HEAP32[i6 >> 2] | 0) + (i3 >>> 2 << 2); return; } @@ -67011,9 +66439,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, 40460) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 32 >> 2] & 7](i7, 32649, 32675, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40472) | 0; + i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 41620) | 0; + FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 32 >> 2] & 7](i7, 33855, 33881, i1) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 41632) | 0; i6 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 127](i1) | 0; HEAP8[i3 >> 0] = i6; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i4, i1); @@ -67052,25 +66480,25 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__init return; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitLoopEPNS_4LoopE(i3, i8, i5) { - i3 = i3 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitLoopEPNS_4LoopE(i6, i8, i7) { + i6 = i6 | 0; i8 = i8 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0, i7 = 0, i9 = 0; - i4 = i5 + 16 | 0; - i6 = i3 + 16 | 0; - i7 = i5 + 12 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i9 = 0; + i2 = i7 + 16 | 0; + i3 = i6 + 16 | 0; + i4 = i7 + 12 | 0; while (1) { - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i3, i8, HEAP32[i4 >> 2] | 0); - i2 = HEAP32[i6 >> 2] | 0; - if (!i2) break; - if ((i2 | 0) != (HEAP32[i7 >> 2] | 0)) { - i1 = i2; + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i6, i8, HEAP32[i2 >> 2] | 0); + i5 = HEAP32[i3 >> 2] | 0; + if (!i5) break; + if ((i5 | 0) != (HEAP32[i4 >> 2] | 0)) { + i1 = i5; i9 = 4; break; } } - if ((i9 | 0) == 4 ? (i1 | 0) == (HEAP32[i5 + 8 >> 2] | 0) : 0) HEAP32[i6 >> 2] = 0; + if ((i9 | 0) == 4 ? (i1 | 0) == (HEAP32[i7 + 8 >> 2] | 0) : 0) HEAP32[i3 >> 2] = 0; return; } @@ -67080,20 +66508,20 @@ function __ZN4wasm22SExpressionWasmBuilder10parseTableERNS_7ElementE(i8, i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i9; - i4 = 1; + i1 = i9; + i6 = 1; while (1) { - if (i4 >>> 0 >= (__ZN4wasm7Element4sizeEv(i7) | 0) >>> 0) break; - i6 = HEAP32[i8 >> 2] | 0; - i1 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, i4) | 0) | 0; - HEAP32[i5 >> 2] = i1; - i3 = i6 + 100 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i6 + 104 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i1; - HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i6 + 96 | 0, i5); - i4 = i4 + 1 | 0; + if (i6 >>> 0 >= (__ZN4wasm7Element4sizeEv(i7) | 0) >>> 0) break; + i2 = HEAP32[i8 >> 2] | 0; + i3 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, i6) | 0) | 0; + HEAP32[i1 >> 2] = i3; + i4 = i2 + 100 | 0; + i5 = HEAP32[i4 >> 2] | 0; + if (i5 >>> 0 < (HEAP32[i2 + 104 >> 2] | 0) >>> 0) { + HEAP32[i5 >> 2] = i3; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; + } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i2 + 96 | 0, i1); + i6 = i6 + 1 | 0; } STACKTOP = i9; return; @@ -67126,48 +66554,47 @@ function __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE26__swap_out_circular_bufferERN return; } -function __ZN4wasm6Export5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i3, i2, i1) { +function __ZN4wasm16PrintSExpression11visitReturnEPNS_6ReturnE(i3, i1) { i3 = i3 | 0; - i2 = i2 | 0; i1 = i1 | 0; - var i4 = 0, i5 = 0; - i1 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i1 + 4 | 0; - i5 = i1; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i2, 18201, 0) | 0; - i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z9printTextRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i2, HEAP32[i3 >> 2] | 0) | 0, 32) | 0; - HEAP32[i5 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i4) | 0, 41) | 0; - STACKTOP = i1; - return i3 | 0; + var i2 = 0, i4 = 0; + i2 = i3 + 4 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 >> 2] | 0, 29263, 0) | 0; + i1 = i1 + 8 | 0; + i4 = HEAP32[i1 >> 2] | 0; + if ((i4 | 0) != 0 ? (HEAP32[i4 >> 2] | 0) != 19 : 0) { + i4 = i3 + 8 | 0; + __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i4) | 0; + __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i3, HEAP32[i1 >> 2] | 0); + __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(HEAP32[i2 >> 2] | 0, i4) | 0; + } else __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(HEAP32[i2 >> 2] | 0, 37006) | 0; + return; } -function ___overflow(i8, i5) { +function ___overflow(i8, i6) { i8 = i8 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i9 = 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; - i6 = i9; - i7 = i5 & 255; - HEAP8[i6 >> 0] = i7; - i3 = i8 + 16 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if (!i2) if (!(___towrite(i8) | 0)) { - i2 = HEAP32[i3 >> 2] | 0; + i7 = i9; + i5 = i6 & 255; + HEAP8[i7 >> 0] = i5; + i2 = i8 + 16 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if (!i3) if (!(___towrite(i8) | 0)) { + i3 = HEAP32[i2 >> 2] | 0; i4 = 4; } else i1 = -1; else i4 = 4; do if ((i4 | 0) == 4) { - i4 = i8 + 20 | 0; - i3 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 < i2 >>> 0 ? (i1 = i5 & 255, (i1 | 0) != (HEAP8[i8 + 75 >> 0] | 0)) : 0) { - HEAP32[i4 >> 2] = i3 + 1; - HEAP8[i3 >> 0] = i7; + i2 = i8 + 20 | 0; + i4 = HEAP32[i2 >> 2] | 0; + if (i4 >>> 0 < i3 >>> 0 ? (i1 = i6 & 255, (i1 | 0) != (HEAP8[i8 + 75 >> 0] | 0)) : 0) { + HEAP32[i2 >> 2] = i4 + 1; + HEAP8[i4 >> 0] = i5; break; } - if ((FUNCTION_TABLE_iiii[HEAP32[i8 + 36 >> 2] & 31](i8, i6, 1) | 0) == 1) i1 = HEAPU8[i6 >> 0] | 0; else i1 = -1; + if ((FUNCTION_TABLE_iiii[HEAP32[i8 + 36 >> 2] & 31](i8, i7, 1) | 0) == 1) i1 = HEAPU8[i7 >> 0] | 0; else i1 = -1; } while (0); STACKTOP = i9; return i1 | 0; @@ -67179,21 +66606,21 @@ function __ZN6cashew12ValueBuilder7makeDotENS_3RefES1_(i6, i5) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 12 | 0; - i2 = i7 + 8 | 0; - i1 = i7 + 4 | 0; - i3 = i7; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 38428) | 0) { - HEAP32[i1 >> 2] = HEAP32[i6 >> 2]; + i2 = i7 + 12 | 0; + i1 = i7 + 8 | 0; + i3 = i7 + 4 | 0; + i4 = i7; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 39588) | 0) { + HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i6 = __ZN6cashew3RefixEj(i5, 1) | 0; i6 = __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 0; - HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; - i6 = __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i2, i4) | 0; + HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + i6 = __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i1, i2) | 0; STACKTOP = i7; return i6 | 0; - } else ___assert_fail(23783, 28612, 1628, 23798); + } else ___assert_fail(23913, 29866, 1628, 23928); return 0; } @@ -67216,77 +66643,30 @@ function __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_a return; } -function __ZNSt3__119__double_or_nothingIcEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i3, i5, i4) { - i3 = i3 | 0; - i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i6 = 0, i7 = 0, i8 = 0; - i6 = i3 + 4 | 0; - i2 = (HEAP32[i6 >> 2] | 0) != 202; - i1 = HEAP32[i3 >> 2] | 0; - i7 = (HEAP32[i4 >> 2] | 0) - i1 | 0; - i7 = i7 >>> 0 < 2147483647 ? i7 << 1 : -1; - i8 = (HEAP32[i5 >> 2] | 0) - i1 | 0; - i1 = _realloc(i2 ? i1 : 0, i7) | 0; +function __ZNSt3__119__double_or_nothingIcEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i6, i8, i7) { + i6 = i6 | 0; + i8 = i8 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0; + i4 = i6 + 4 | 0; + i2 = (HEAP32[i4 >> 2] | 0) != 207; + i1 = HEAP32[i6 >> 2] | 0; + i3 = (HEAP32[i7 >> 2] | 0) - i1 | 0; + i3 = i3 >>> 0 < 2147483647 ? i3 << 1 : -1; + i5 = (HEAP32[i8 >> 2] | 0) - i1 | 0; + i1 = _realloc(i2 ? i1 : 0, i3) | 0; if (!i1) __ZSt17__throw_bad_allocv(); if (!i2) { - i2 = HEAP32[i3 >> 2] | 0; - HEAP32[i3 >> 2] = i1; + i2 = HEAP32[i6 >> 2] | 0; + HEAP32[i6 >> 2] = i1; if (i2) { - FUNCTION_TABLE_vi[HEAP32[i6 >> 2] & 255](i2); - i1 = HEAP32[i3 >> 2] | 0; - } - } else HEAP32[i3 >> 2] = i1; - HEAP32[i6 >> 2] = 203; - HEAP32[i5 >> 2] = i1 + i8; - HEAP32[i4 >> 2] = (HEAP32[i3 >> 2] | 0) + i7; - return; -} - -function __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i1, i3, i5, i4) { - i1 = i1 | 0; - i3 = i3 | 0; - i5 = i5 | 0; - i4 = i4 | 0; - var i2 = 0; - if (i4 & 2048) { - HEAP8[i1 >> 0] = 43; - i1 = i1 + 1 | 0; - } - if (i4 & 512) { - HEAP8[i1 >> 0] = 35; - i1 = i1 + 1 | 0; - } - while (1) { - i2 = HEAP8[i3 >> 0] | 0; - if (!(i2 << 24 >> 24)) break; - HEAP8[i1 >> 0] = i2; - i1 = i1 + 1 | 0; - i3 = i3 + 1 | 0; - } - L10 : do switch (i4 & 74 | 0) { - case 64: - { - HEAP8[i1 >> 0] = 111; - break; - } - case 8: - if (!(i4 & 16384)) { - HEAP8[i1 >> 0] = 120; - break L10; - } else { - HEAP8[i1 >> 0] = 88; - break L10; - } - default: - if (i5) { - HEAP8[i1 >> 0] = 100; - break L10; - } else { - HEAP8[i1 >> 0] = 117; - break L10; + FUNCTION_TABLE_vi[HEAP32[i4 >> 2] & 255](i2); + i1 = HEAP32[i6 >> 2] | 0; } - } while (0); + } else HEAP32[i6 >> 2] = i1; + HEAP32[i4 >> 2] = 208; + HEAP32[i8 >> 2] = i1 + i5; + HEAP32[i7 >> 2] = (HEAP32[i6 >> 2] | 0) + i3; return; } @@ -67310,20 +66690,20 @@ function __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_a return; } -function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i6, i5, i3) { +function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i6, i5, i4) { i6 = i6 | 0; i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i7 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i7; - i4 = __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE12__find_equalIS2_EERPNS_16__tree_node_baseIPvEESD_RKT_(i5, i2, i3) | 0; - i1 = HEAP32[i4 >> 2] | 0; + i3 = i7; + i2 = __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE12__find_equalIS2_EERPNS_16__tree_node_baseIPvEESD_RKT_(i5, i3, i4) | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { i1 = __Znwj(20) | 0; - HEAP32[i1 + 16 >> 2] = HEAP32[i3 >> 2]; - __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSB_SB_(i5, HEAP32[i2 >> 2] | 0, i4, i1); + HEAP32[i1 + 16 >> 2] = HEAP32[i4 >> 2]; + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSB_SB_(i5, HEAP32[i3 >> 2] | 0, i2, i1); i2 = 1; } else i2 = 0; HEAP32[i6 >> 2] = i1; @@ -67344,16 +66724,16 @@ function _fflush(i2) { i1 = ___fflush_unlocked(i2) | 0; if (!i3) ___unlockfile(i2); } else { - if (!(HEAP32[1094] | 0)) i1 = 0; else i1 = _fflush(HEAP32[1094] | 0) | 0; - ___lock(38888); - i2 = HEAP32[9721] | 0; + if (!(HEAP32[1144] | 0)) i1 = 0; else i1 = _fflush(HEAP32[1144] | 0) | 0; + ___lock(40048); + i2 = HEAP32[10011] | 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(38888); + ___unlock(40048); } while (0); return i1 | 0; } @@ -67363,20 +66743,20 @@ function __ZN6cashew12ValueBuilder10makeReturnENS_3RefE(i4) { var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i5 + 8 | 0; + i1 = i5 + 8 | 0; i6 = i5 + 4 | 0; - i1 = i5; + i2 = i5; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38448) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39608) | 0; HEAP32[i6 >> 2] = i7; - HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; - i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; + HEAP32[i1 >> 2] = HEAP32[i6 >> 2]; + i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; if (__ZN6cashew3RefntEv(i4) | 0) { i7 = __ZN6cashew12ValueBuilder8makeNullEv() | 0; - HEAP32[i1 >> 2] = i7; - } else HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - i7 = __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; + HEAP32[i2 >> 2] = i7; + } else HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + i7 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; STACKTOP = i5; return i7 | 0; } @@ -67472,17 +66852,17 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseContinueERP var i3 = 0, i4 = 0; i4 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i4 + 20 | 0; + i1 = i4 + 20 | 0; i3 = i4; - i1 = i4 + 16 | 0; + i2 = i4 + 16 | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i5); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i3, HEAP32[i5 >> 2] | 0); if ((HEAP32[i3 + 12 >> 2] | 0) == 2) { HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + (HEAP32[i3 + 8 >> 2] | 0); - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - } else HEAP32[i1 >> 2] = 0; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - i5 = __ZN6cashew12ValueBuilder12makeContinueENS_7IStringE(i2) | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + } else HEAP32[i2 >> 2] = 0; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + i5 = __ZN6cashew12ValueBuilder12makeContinueENS_7IStringE(i1) | 0; STACKTOP = i4; return i5 | 0; } @@ -67505,7 +66885,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, 33118, 33126) | 0; + i6 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i6, i9, i8, i4, i3, i5, 34324, 34332) | 0; STACKTOP = i7; return i6 | 0; } @@ -67594,11 +66974,11 @@ function __ZN6cashew12ValueBuilder10makeDoubleEd(d1) { i6 = i3 + 4 | 0; i5 = i3; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38484) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39644) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i2) | 0; - i6 = __ZN6cashew5Arena5allocEv(38784) | 0; + i6 = __ZN6cashew5Arena5allocEv(39944) | 0; __ZN6cashew5Value4freeEv(i6); HEAP32[i6 >> 2] = 1; HEAPF64[i6 + 8 >> 3] = d1; @@ -67627,7 +67007,7 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE HEAP32[i10 >> 2] = HEAP32[i2 >> 2]; HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; - i6 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i6, i9, i8, i4, i3, i5, 9220, 9252) | 0; + i6 = __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i6, i9, i8, i4, i3, i5, 9332, 9364) | 0; STACKTOP = i7; return i6 | 0; } @@ -67639,43 +67019,43 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBreakERPcPK var i3 = 0, i4 = 0; i4 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i4 + 20 | 0; + i1 = i4 + 20 | 0; i3 = i4; - i1 = i4 + 16 | 0; + i2 = i4 + 16 | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i5); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i3, HEAP32[i5 >> 2] | 0); if ((HEAP32[i3 + 12 >> 2] | 0) == 2) { HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + (HEAP32[i3 + 8 >> 2] | 0); - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - } else HEAP32[i1 >> 2] = 0; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - i5 = __ZN6cashew12ValueBuilder9makeBreakENS_7IStringE(i2) | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + } else HEAP32[i2 >> 2] = 0; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + i5 = __ZN6cashew12ValueBuilder9makeBreakENS_7IStringE(i1) | 0; STACKTOP = i4; return i5 | 0; } -function __ZNSt3__18functionIFPN4wasm4PassEvEEaSEOS5_(i5, i3) { +function __ZNSt3__18functionIFPN4wasm4PassEvEEaSEOS5_(i5, i4) { i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0; - i4 = i5 + 16 | 0; - i1 = HEAP32[i4 >> 2] | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0; + i3 = i5 + 16 | 0; + i1 = HEAP32[i3 >> 2] | 0; if ((i1 | 0) != (i5 | 0)) { if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 255](i1); } else FUNCTION_TABLE_vi[HEAP32[(HEAP32[i1 >> 2] | 0) + 16 >> 2] & 255](i1); - HEAP32[i4 >> 2] = 0; - i2 = i3 + 16 | 0; - i1 = HEAP32[i2 >> 2] | 0; - do if (i1) if ((i1 | 0) == (i3 | 0)) { - HEAP32[i4 >> 2] = i5; - i4 = HEAP32[i2 >> 2] | 0; + HEAP32[i3 >> 2] = 0; + i1 = i4 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2) if ((i2 | 0) == (i4 | 0)) { + HEAP32[i3 >> 2] = i5; + i4 = HEAP32[i1 >> 2] | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 12 >> 2] & 127](i4, i5); break; } else { - HEAP32[i4 >> 2] = i1; - HEAP32[i2 >> 2] = 0; + HEAP32[i3 >> 2] = i2; + HEAP32[i1 >> 2] = 0; break; - } else HEAP32[i4 >> 2] = 0; while (0); + } else HEAP32[i3 >> 2] = 0; while (0); return i5 | 0; } @@ -67847,46 +67227,46 @@ function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE1 i5 = i5 + (i2 - i5 >> 3 << 3) | 0; i1 = HEAP32[i3 >> 2] | 0; L1 : do if ((i2 | 0) != (i1 | 0)) { - i1 = i5 + (i1 - i2 >> 3 << 3) | 0; - i2 = i4 + 4 | 0; - i3 = (HEAP32[i2 >> 2] | 0) - i1 | 0; - _memmove(i5 | 0, i1 | 0, i3 | 0) | 0; - i3 = i5 + (i3 >> 3 << 3) | 0; - i1 = HEAP32[i2 >> 2] | 0; + i3 = i5 + (i1 - i2 >> 3 << 3) | 0; + i1 = i4 + 4 | 0; + i2 = (HEAP32[i1 >> 2] | 0) - i3 | 0; + _memmove(i5 | 0, i3 | 0, i2 | 0) | 0; + i2 = i5 + (i2 >> 3 << 3) | 0; + i3 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break L1; - i4 = i1 + -8 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i3 | 0) == (i2 | 0)) break L1; + i4 = i3 + -8 | 0; + HEAP32[i1 >> 2] = i4; + i3 = i4; } } while (0); return i5 | 0; } -function __ZNK4wasm7Literal8copysignERKS0_(i2, i4, i3) { - i2 = i2 | 0; +function __ZNK4wasm7Literal8copysignERKS0_(i4, i6, i5) { i4 = i4 | 0; - i3 = i3 | 0; - var i1 = 0, i5 = 0, i6 = 0, i7 = 0; + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i5 = i7 + 16 | 0; - i6 = i7; - i1 = i4 + 8 | 0; - if ((HEAP32[i4 >> 2] | 0) == 3) { - i6 = HEAP32[i3 + 8 >> 2] & -2147483648 | HEAP32[i1 >> 2] & 2147483647; - HEAP32[i5 >> 2] = 1; - HEAP32[i5 + 8 >> 2] = i6; - __ZN4wasm7Literal9castToF32Ev(i2, i5); + i1 = i7 + 16 | 0; + i2 = i7; + i3 = i6 + 8 | 0; + if ((HEAP32[i6 >> 2] | 0) == 3) { + i6 = HEAP32[i5 + 8 >> 2] & -2147483648 | HEAP32[i3 >> 2] & 2147483647; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i6; + __ZN4wasm7Literal9castToF32Ev(i4, i1); } else { - i4 = i1; - i1 = HEAP32[i4 >> 2] | 0; - i4 = HEAP32[i3 + 8 + 4 >> 2] & -2147483648 | HEAP32[i4 + 4 >> 2] & 2147483647; - HEAP32[i6 >> 2] = 2; - i5 = i6 + 8 | 0; - HEAP32[i5 >> 2] = i1; - HEAP32[i5 + 4 >> 2] = i4; - __ZN4wasm7Literal9castToF64Ev(i2, i6); + i6 = i3; + i3 = HEAP32[i6 >> 2] | 0; + i5 = HEAP32[i5 + 8 + 4 >> 2] & -2147483648 | HEAP32[i6 + 4 >> 2] & 2147483647; + HEAP32[i2 >> 2] = 2; + i6 = i2 + 8 | 0; + HEAP32[i6 >> 2] = i3; + HEAP32[i6 + 4 >> 2] = i5; + __ZN4wasm7Literal9castToF64Ev(i4, i2); } STACKTOP = i7; return; @@ -67896,13 +67276,13 @@ function __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_11 i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; + i2 = i4 + 8 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break; - i2 = i2 + -16 | 0; - HEAP32[i3 >> 2] = i2; - __ZNSt3__113__vector_baseINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEED2Ev(i2); + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i3 = i3 + -16 | 0; + HEAP32[i2 >> 2] = i3; + __ZNSt3__113__vector_baseINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEED2Ev(i3); } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE10deallocateEPcj(HEAP32[HEAP32[i4 + 16 >> 2] >> 2] | 0, i1, (HEAP32[i4 + 12 >> 2] | 0) - i1 | 0); @@ -68098,13 +67478,13 @@ function __ZNSt3__113__vector_baseINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_111 var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i3 = i4 + 4 | 0; + i2 = i4 + 4 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break; - i2 = i2 + -16 | 0; - HEAP32[i3 >> 2] = i2; - __ZNSt3__113__vector_baseINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEED2Ev(i2); + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i3 = i3 + -16 | 0; + HEAP32[i2 >> 2] = i3; + __ZNSt3__113__vector_baseINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEED2Ev(i3); } i3 = HEAP32[i4 >> 2] | 0; __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE10deallocateEPcj(HEAP32[i4 + 12 >> 2] | 0, i3, (HEAP32[i4 + 8 >> 2] | 0) - i3 | 0); @@ -68279,14 +67659,14 @@ function __ZN4wasm17SExpressionParser5parseEv(i4) { case 40: { HEAP32[i4 >> 2] = i1 + 1; - i2 = __ZN4wasm17SExpressionParser14parseInnerListEv(i4) | 0; + i1 = __ZN4wasm17SExpressionParser14parseInnerListEv(i4) | 0; __ZN4wasm17SExpressionParser14skipWhitespaceEv(i4); - i1 = HEAP32[i4 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) == 41) { - HEAP32[i4 >> 2] = i1 + 1; - i3 = i2; + i2 = HEAP32[i4 >> 2] | 0; + if ((HEAP8[i2 >> 0] | 0) == 41) { + HEAP32[i4 >> 2] = i2 + 1; + i3 = i1; break L1; - } else ___assert_fail(16641, 16606, 163, 16657); + } else ___assert_fail(16726, 16691, 163, 16742); break; } default: @@ -68389,11 +67769,11 @@ function __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { i6 = i4 + 4 | 0; i5 = i4; __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEEC2Ev(i3); - HEAP32[i3 >> 2] = 8012; + HEAP32[i3 >> 2] = 8124; HEAP32[i3 + 32 >> 2] = i1; __ZNSt3__16localeC2ERKS0_(i6, i3 + 4 | 0); HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42260) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 43420) | 0; __ZNSt3__16localeD2Ev(i5); HEAP32[i3 + 36 >> 2] = i1; HEAP32[i3 + 40 >> 2] = i2; @@ -68413,11 +67793,11 @@ function __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { i6 = i4 + 4 | 0; i5 = i4; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i3); - HEAP32[i3 >> 2] = 7884; + HEAP32[i3 >> 2] = 7996; HEAP32[i3 + 32 >> 2] = i1; __ZNSt3__16localeC2ERKS0_(i6, i3 + 4 | 0); HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42252) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 43412) | 0; __ZNSt3__16localeD2Ev(i5); HEAP32[i3 + 36 >> 2] = i1; HEAP32[i3 + 40 >> 2] = i2; @@ -68441,9 +67821,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if ((i2 + -1 | 0) >>> 0 < 12 & (i1 & 4 | 0) == 0) HEAP32[i7 >> 2] = i2; else HEAP32[i6 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i1 + -1 | 0) >>> 0 < 12 & (i2 & 4 | 0) == 0) HEAP32[i7 >> 2] = i1; else HEAP32[i6 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68462,9 +67842,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if ((i2 + -1 | 0) >>> 0 < 12 & (i1 & 4 | 0) == 0) HEAP32[i7 >> 2] = i2; else HEAP32[i6 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i1 + -1 | 0) >>> 0 < 12 & (i2 & 4 | 0) == 0) HEAP32[i7 >> 2] = i1; else HEAP32[i6 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68553,94 +67933,6 @@ function __ZN4wasm6getSigENS_8WasmTypeERNSt3__16vectorIPNS_10ExpressionENS1_9all return; } -function _atol(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0; - while (1) { - i2 = i1 + 1 | 0; - if (!(_isspace(HEAP8[i1 >> 0] | 0) | 0)) break; else i1 = i2; - } - i3 = HEAP8[i1 >> 0] | 0; - switch (i3 << 24 >> 24 | 0) { - case 45: - { - i1 = 1; - i4 = 5; - break; - } - case 43: - { - i1 = 0; - i4 = 5; - break; - } - default: - { - i5 = 0; - i2 = i1; - } - } - if ((i4 | 0) == 5) { - i3 = HEAP8[i2 >> 0] | 0; - i5 = i1; - } - i1 = (i3 << 24 >> 24) + -48 | 0; - if (i1 >>> 0 < 10) { - i3 = i1; - i1 = 0; - do { - i2 = i2 + 1 | 0; - i1 = (i1 * 10 | 0) - i3 | 0; - i3 = (HEAP8[i2 >> 0] | 0) + -48 | 0; - } while (i3 >>> 0 < 10); - } else i1 = 0; - return (i5 | 0 ? i1 : 0 - i1 | 0) | 0; -} - -function _atoi(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0; - while (1) { - i2 = i1 + 1 | 0; - if (!(_isspace(HEAP8[i1 >> 0] | 0) | 0)) break; else i1 = i2; - } - i3 = HEAP8[i1 >> 0] | 0; - switch (i3 << 24 >> 24 | 0) { - case 45: - { - i1 = 1; - i4 = 5; - break; - } - case 43: - { - i1 = 0; - i4 = 5; - break; - } - default: - { - i5 = 0; - i2 = i1; - } - } - if ((i4 | 0) == 5) { - i3 = HEAP8[i2 >> 0] | 0; - i5 = i1; - } - i1 = (i3 << 24 >> 24) + -48 | 0; - if (i1 >>> 0 < 10) { - i3 = i1; - i1 = 0; - do { - i2 = i2 + 1 | 0; - i1 = (i1 * 10 | 0) - i3 | 0; - i3 = (HEAP8[i2 >> 0] | 0) + -48 | 0; - } while (i3 >>> 0 < 10); - } else i1 = 0; - return (i5 | 0 ? i1 : 0 - i1 | 0) | 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; @@ -68655,9 +67947,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i7, i3, 2) | 0; - i1 = HEAP32[i7 >> 2] | 0; - if ((i2 + -1 | 0) >>> 0 < 31 & (i1 & 4 | 0) == 0) HEAP32[i6 >> 2] = i2; else HEAP32[i7 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i7, i3, 2) | 0; + i2 = HEAP32[i7 >> 2] | 0; + if ((i1 + -1 | 0) >>> 0 < 31 & (i2 & 4 | 0) == 0) HEAP32[i6 >> 2] = i1; else HEAP32[i7 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68676,9 +67968,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i7, i3, 3) | 0; - i1 = HEAP32[i7 >> 2] | 0; - if ((i2 | 0) < 366 & (i1 & 4 | 0) == 0) HEAP32[i6 >> 2] = i2; else HEAP32[i7 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i7, i3, 3) | 0; + i2 = HEAP32[i7 >> 2] | 0; + if ((i1 | 0) < 366 & (i2 & 4 | 0) == 0) HEAP32[i6 >> 2] = i1; else HEAP32[i7 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68697,9 +67989,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i7, i3, 2) | 0; - i1 = HEAP32[i7 >> 2] | 0; - if ((i2 + -1 | 0) >>> 0 < 31 & (i1 & 4 | 0) == 0) HEAP32[i6 >> 2] = i2; else HEAP32[i7 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i7, i3, 2) | 0; + i2 = HEAP32[i7 >> 2] | 0; + if ((i1 + -1 | 0) >>> 0 < 31 & (i2 & 4 | 0) == 0) HEAP32[i6 >> 2] = i1; else HEAP32[i7 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68718,9 +68010,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i7, i3, 3) | 0; - i1 = HEAP32[i7 >> 2] | 0; - if ((i2 | 0) < 366 & (i1 & 4 | 0) == 0) HEAP32[i6 >> 2] = i2; else HEAP32[i7 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i7, i3, 3) | 0; + i2 = HEAP32[i7 >> 2] | 0; + if ((i1 | 0) < 366 & (i2 & 4 | 0) == 0) HEAP32[i6 >> 2] = i1; else HEAP32[i7 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68759,9 +68051,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) < 13 & (i1 & 4 | 0) == 0) HEAP32[i7 >> 2] = i2 + -1; else HEAP32[i6 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i1 | 0) < 13 & (i2 & 4 | 0) == 0) HEAP32[i7 >> 2] = i1 + -1; else HEAP32[i6 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68780,9 +68072,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) < 13 & (i1 & 4 | 0) == 0) HEAP32[i7 >> 2] = i2 + -1; else HEAP32[i6 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i1 | 0) < 13 & (i2 & 4 | 0) == 0) HEAP32[i7 >> 2] = i1 + -1; else HEAP32[i6 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68828,7 +68120,7 @@ function __ZN6cashew12ValueBuilder10makeStringENS_7IStringE(i1) { i6 = i2 + 4 | 0; i5 = i2; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38504) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39664) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i3) | 0; @@ -68851,17 +68143,6 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm7LiteralEEEN } } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - if (!i1) return; else { - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, HEAP32[i1 >> 2] | 0); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, HEAP32[i1 + 4 >> 2] | 0); - __ZdlPv(i1); - return; - } -} - function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE13__get_weekdayERiRS4_S4_RjRKNS_5ctypeIwEE(i1, i7, i2, i4, i6, i3) { i1 = i1 | 0; i7 = i7 | 0; @@ -68876,9 +68157,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 1) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) < 7 & (i1 & 4 | 0) == 0) HEAP32[i7 >> 2] = i2; else HEAP32[i6 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 1) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i1 | 0) < 7 & (i2 & 4 | 0) == 0) HEAP32[i7 >> 2] = i1; else HEAP32[i6 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68897,9 +68178,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) < 61 & (i1 & 4 | 0) == 0) HEAP32[i7 >> 2] = i2; else HEAP32[i6 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i1 | 0) < 61 & (i2 & 4 | 0) == 0) HEAP32[i7 >> 2] = i1; else HEAP32[i6 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68918,9 +68199,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) < 60 & (i1 & 4 | 0) == 0) HEAP32[i7 >> 2] = i2; else HEAP32[i6 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i1 | 0) < 60 & (i2 & 4 | 0) == 0) HEAP32[i7 >> 2] = i1; else HEAP32[i6 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68939,9 +68220,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 1) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) < 7 & (i1 & 4 | 0) == 0) HEAP32[i7 >> 2] = i2; else HEAP32[i6 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 1) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i1 | 0) < 7 & (i2 & 4 | 0) == 0) HEAP32[i7 >> 2] = i1; else HEAP32[i6 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68960,9 +68241,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) < 61 & (i1 & 4 | 0) == 0) HEAP32[i7 >> 2] = i2; else HEAP32[i6 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i1 | 0) < 61 & (i2 & 4 | 0) == 0) HEAP32[i7 >> 2] = i1; else HEAP32[i6 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -68981,9 +68262,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) < 60 & (i1 & 4 | 0) == 0) HEAP32[i7 >> 2] = i2; else HEAP32[i6 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i1 | 0) < 60 & (i2 & 4 | 0) == 0) HEAP32[i7 >> 2] = i1; else HEAP32[i6 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -69008,44 +68289,6 @@ function __ZNSt3__16__treeINS_12__value_typeIPN4wasm12CallIndirectEN6cashew7IStr return; } -function __ZNKSt3__17codecvtIwc11__mbstate_tE9do_lengthERS1_PKcS5_j(i1, i9, i2, i7, i8) { - i1 = i1 | 0; - i9 = i9 | 0; - i2 = i2 | 0; - i7 = i7 | 0; - i8 = i8 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i10 = 0; - i10 = i7; - i6 = i1 + 8 | 0; - i1 = 0; - i5 = 0; - L1 : while (1) { - if ((i2 | 0) == (i7 | 0) | i5 >>> 0 >= i8 >>> 0) break; - i3 = _uselocale(HEAP32[i6 >> 2] | 0) | 0; - i4 = _mbrlen(i2, i10 - i2 | 0, i9) | 0; - if (i3 | 0) _uselocale(i3) | 0; - switch (i4 | 0) { - case -2: - case -1: - break L1; - case 0: - { - i3 = 1; - i2 = i2 + 1 | 0; - break; - } - default: - { - i3 = i4; - i2 = i2 + i4 | 0; - } - } - i1 = i3 + i1 | 0; - i5 = i5 + 1 | 0; - } - return i1 | 0; -} - function __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; @@ -69055,7 +68298,7 @@ function __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i1) { i6 = i2 + 4 | 0; i5 = i2; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38428) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39588) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i3) | 0; @@ -69067,19 +68310,19 @@ function __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i1) { return i1 | 0; } -function __ZN4wasm12FunctionTypeeqERS0_(i3, i1) { +function __ZN4wasm12FunctionTypeeqERS0_(i3, i2) { i3 = i3 | 0; - i1 = i1 | 0; - var i2 = 0, i4 = 0, i5 = 0; - L1 : do if (((HEAP32[i3 >> 2] | 0) == (HEAP32[i1 >> 2] | 0) ? (HEAP32[i3 + 4 >> 2] | 0) == (HEAP32[i1 + 4 >> 2] | 0) : 0) ? (i5 = HEAP32[i3 + 8 >> 2] | 0, i2 = (HEAP32[i3 + 12 >> 2] | 0) - i5 | 0, i3 = HEAP32[i1 + 8 >> 2] | 0, i4 = i3, i5, (i2 | 0) == ((HEAP32[i1 + 12 >> 2] | 0) - i3 | 0)) : 0) { - i2 = i2 >> 2; - i1 = 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 (i1 >>> 0 >= i2 >>> 0) { + if (i2 >>> 0 >= i1 >>> 0) { i1 = 1; break L1; } - if ((HEAP32[i5 + (i1 << 2) >> 2] | 0) == (HEAP32[i4 + (i1 << 2) >> 2] | 0)) i1 = i1 + 1 | 0; else { + if ((HEAP32[i5 + (i2 << 2) >> 2] | 0) == (HEAP32[i4 + (i2 << 2) >> 2] | 0)) i2 = i2 + 1 | 0; else { i1 = 0; break; } @@ -69122,9 +68365,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) < 24 & (i1 & 4 | 0) == 0) HEAP32[i7 >> 2] = i2; else HEAP32[i6 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i1 | 0) < 24 & (i2 & 4 | 0) == 0) HEAP32[i7 >> 2] = i1; else HEAP32[i6 >> 2] = i2 | 4; STACKTOP = i5; return; } @@ -69143,31 +68386,31 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - i2 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if ((i2 | 0) < 24 & (i1 & 4 | 0) == 0) HEAP32[i7 >> 2] = i2; else HEAP32[i6 >> 2] = i1 | 4; + i1 = __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i2, i1, i6, i3, 2) | 0; + i2 = HEAP32[i6 >> 2] | 0; + if ((i1 | 0) < 24 & (i2 & 4 | 0) == 0) HEAP32[i7 >> 2] = i1; else HEAP32[i6 >> 2] = i2 | 4; STACKTOP = i5; return; } -function _ungetc(i1, i4) { +function _ungetc(i1, i5) { i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0, i5 = 0, i6 = 0; + i5 = i5 | 0; + var i2 = 0, i3 = 0, i4 = 0, i6 = 0; do if ((i1 | 0) != -1) { - if ((HEAP32[i4 + 76 >> 2] | 0) > -1) i3 = ___lockfile(i4) | 0; else i3 = 0; - if (!((HEAP32[i4 + 8 >> 2] | 0) == 0 ? (___toread(i4) | 0) != 0 : 0)) i6 = 6; - if ((i6 | 0) == 6 ? (i5 = i4 + 4 | 0, i2 = HEAP32[i5 >> 2] | 0, i2 >>> 0 > ((HEAP32[i4 + 44 >> 2] | 0) + -8 | 0) >>> 0) : 0) { - i6 = i2 + -1 | 0; - HEAP32[i5 >> 2] = i6; + if ((HEAP32[i5 + 76 >> 2] | 0) > -1) i4 = ___lockfile(i5) | 0; else i4 = 0; + if (!((HEAP32[i5 + 8 >> 2] | 0) == 0 ? (___toread(i5) | 0) != 0 : 0)) i6 = 6; + if ((i6 | 0) == 6 ? (i2 = i5 + 4 | 0, i3 = HEAP32[i2 >> 2] | 0, i3 >>> 0 > ((HEAP32[i5 + 44 >> 2] | 0) + -8 | 0) >>> 0) : 0) { + i6 = i3 + -1 | 0; + HEAP32[i2 >> 2] = i6; HEAP8[i6 >> 0] = i1; - HEAP32[i4 >> 2] = HEAP32[i4 >> 2] & -17; - if (!i3) break; - ___unlockfile(i4); + HEAP32[i5 >> 2] = HEAP32[i5 >> 2] & -17; + if (!i4) break; + ___unlockfile(i5); break; } - if (i3) { - ___unlockfile(i4); + if (i4) { + ___unlockfile(i5); i1 = -1; } else i1 = -1; } else i1 = -1; while (0); @@ -69230,15 +68473,15 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseParennedERP var i1 = 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i3); i1 = HEAP32[i3 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(23005, 22847, 896, 23213); + if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(23135, 22977, 896, 23343); HEAP32[i3 >> 2] = i1 + 1; - i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i2, i3, 35848) | 0; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i2, i3, 37006) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i3); - i1 = HEAP32[i3 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) == 41) { - HEAP32[i3 >> 2] = i1 + 1; - return i2 | 0; - } else ___assert_fail(23227, 22847, 900, 23213); + i2 = HEAP32[i3 >> 2] | 0; + if ((HEAP8[i2 >> 0] | 0) == 41) { + HEAP32[i3 >> 2] = i2 + 1; + return i1 | 0; + } else ___assert_fail(23357, 22977, 900, 23343); return 0; } @@ -69248,10 +68491,10 @@ function __ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEbE_cl i4 = i4 | 0; var i2 = 0, i3 = 0; i1 = __ZZN4wasm15RemoveUnusedBrs7visitIfEPNS_2IfEENKUlPNS_10ExpressionEE_clES4_(HEAP32[i1 >> 2] | 0, i5) | 0; - if ((((i1 | 0) != 0 ? (i3 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0, (HEAP32[i1 >> 2] | 0) == 4) : 0) ? (HEAP32[i1 + 16 >> 2] | 0) == 0 : 0) ? (i2 = HEAP32[i1 + 12 >> 2] | 0, (i2 | 0) != 0) : 0) { + if ((((i1 | 0) != 0 ? (i2 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0, (HEAP32[i1 >> 2] | 0) == 4) : 0) ? (HEAP32[i1 + 16 >> 2] | 0) == 0 : 0) ? (i3 = HEAP32[i1 + 12 >> 2] | 0, (i3 | 0) != 0) : 0) { if (i4) { - i5 = HEAP32[i3 + 12 >> 2] | 0; - HEAP32[i5 + (((HEAP32[i3 + 16 >> 2] | 0) - i5 >> 2) + -1 << 2) >> 2] = i2; + i5 = HEAP32[i2 + 12 >> 2] | 0; + HEAP32[i5 + (((HEAP32[i2 + 16 >> 2] | 0) - i5 >> 2) + -1 << 2) >> 2] = i3; } i1 = HEAP32[i1 + 8 >> 2] | 0; } else i1 = 0; @@ -69278,15 +68521,86 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19_ return; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, i1) { - i2 = i2 | 0; +function _atol(i1) { i1 = i1 | 0; - if (!i1) return; else { - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, HEAP32[i1 >> 2] | 0); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, HEAP32[i1 + 4 >> 2] | 0); - __ZdlPv(i1); - return; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0; + while (1) { + i2 = i1 + 1 | 0; + if (!(_isspace(HEAP8[i1 >> 0] | 0) | 0)) break; else i1 = i2; } + i3 = HEAP8[i1 >> 0] | 0; + switch (i3 << 24 >> 24 | 0) { + case 45: + { + i4 = 1; + i5 = 5; + break; + } + case 43: + { + i4 = 0; + i5 = 5; + break; + } + default: + i4 = 0; + } + if ((i5 | 0) == 5) { + i1 = i2; + i3 = HEAP8[i2 >> 0] | 0; + } + i2 = (i3 << 24 >> 24) + -48 | 0; + if (i2 >>> 0 < 10) { + i3 = i1; + i1 = 0; + do { + i3 = i3 + 1 | 0; + i1 = (i1 * 10 | 0) - i2 | 0; + i2 = (HEAP8[i3 >> 0] | 0) + -48 | 0; + } while (i2 >>> 0 < 10); + } else i1 = 0; + return (i4 | 0 ? i1 : 0 - i1 | 0) | 0; +} + +function _atoi(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0; + while (1) { + i2 = i1 + 1 | 0; + if (!(_isspace(HEAP8[i1 >> 0] | 0) | 0)) break; else i1 = i2; + } + i3 = HEAP8[i1 >> 0] | 0; + switch (i3 << 24 >> 24 | 0) { + case 45: + { + i4 = 1; + i5 = 5; + break; + } + case 43: + { + i4 = 0; + i5 = 5; + break; + } + default: + i4 = 0; + } + if ((i5 | 0) == 5) { + i1 = i2; + i3 = HEAP8[i2 >> 0] | 0; + } + i2 = (i3 << 24 >> 24) + -48 | 0; + if (i2 >>> 0 < 10) { + i3 = i1; + i1 = 0; + do { + i3 = i3 + 1 | 0; + i1 = (i1 * 10 | 0) - i2 | 0; + i2 = (HEAP8[i3 >> 0] | 0) + -48 | 0; + } while (i2 >>> 0 < 10); + } else i1 = 0; + return (i4 | 0 ? i1 : 0 - i1 | 0) | 0; } function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSG_SG_(i4, i2, i3, i1) { @@ -69368,30 +68682,6 @@ function __ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringI return; } -function __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEEC2ERKS6_(i3, i4) { - i3 = i3 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i5 = 0; - HEAP32[i3 >> 2] = 0; - i5 = i3 + 4 | 0; - HEAP32[i5 >> 2] = 0; - HEAP32[i3 + 8 >> 2] = 0; - i1 = i4 + 4 | 0; - i2 = (HEAP32[i1 >> 2] | 0) - (HEAP32[i4 >> 2] | 0) >> 2; - L1 : do if (i2 | 0) { - __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE8allocateEj(i3, i2); - i2 = HEAP32[i1 >> 2] | 0; - i1 = HEAP32[i4 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break L1; - HEAP32[HEAP32[i5 >> 2] >> 2] = HEAP32[i1 >> 2]; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - i1 = i1 + 4 | 0; - } - } while (0); - return; -} - function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE7destroyEPNS_11__tree_nodeIS5_PvEE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -69407,41 +68697,19 @@ function __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111stri i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; + i2 = i4 + 8 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break; - i2 = i2 + -16 | 0; - HEAP32[i3 >> 2] = i2; - __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i2); + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i3 = i3 + -16 | 0; + HEAP32[i2 >> 2] = i3; + __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i3); } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE10deallocateEPcj(HEAP32[HEAP32[i4 + 16 >> 2] >> 2] | 0, i1, (HEAP32[i4 + 12 >> 2] | 0) - i1 | 0); return; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - if (!i1) return; else { - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, HEAP32[i1 >> 2] | 0); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, HEAP32[i1 + 4 >> 2] | 0); - __ZdlPv(i1); - return; - } -} - -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - if (!i1) return; else { - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, HEAP32[i1 >> 2] | 0); - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, HEAP32[i1 + 4 >> 2] | 0); - __ZdlPv(i1); - return; - } -} - function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i2, i3) { i2 = i2 | 0; i3 = i3 | 0; @@ -69452,25 +68720,25 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEEN return i1 | 0; } -function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEE25__construct_node_with_keyERSD_(i5, i2, i1) { - i5 = i5 | 0; +function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEE25__construct_node_with_keyERSD_(i6, i2, i1) { + i6 = i6 | 0; i2 = i2 | 0; i1 = i1 | 0; - var i3 = 0, i4 = 0, i6 = 0; - i6 = __Znwj(72) | 0; - i4 = i6; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2ERKS5_(i6 + 16 | 0, i1); + var i3 = 0, i4 = 0, i5 = 0; + i4 = __Znwj(72) | 0; + i5 = i4; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2ERKS5_(i4 + 16 | 0, i1); i1 = i2 + 4 | 0; - i3 = i6 + 32 | 0; - i2 = 0; + i2 = i4 + 32 | 0; + i3 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i3 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i2 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - HEAP32[i6 + 64 >> 2] = 0; - HEAP32[i5 >> 2] = i4; - i6 = i5 + 4 | 0; + HEAP32[i4 + 64 >> 2] = 0; + HEAP32[i6 >> 2] = i5; + i6 = i6 + 4 | 0; HEAP32[i6 >> 2] = i1; HEAP32[i6 + 4 >> 2] = 257; return; @@ -69538,17 +68806,17 @@ function __ZN4wasm12PassRegistry8PassInfoaSEOS1_(i3, i1) { return i3 | 0; } -function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE4walkERPNS_10ExpressionE(i6, i3) { +function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE4walkERPNS_10ExpressionE(i6, i5) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i7; - i1 = HEAP32[i3 >> 2] | 0; - if (i1 | 0 ? (HEAP32[i5 >> 2] = 3744, HEAP32[i5 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE5visitEPNS_10ExpressionE(i5, i1), __ZN4wasm11WasmVisitorINS_17RemoveUnusedNamesEvE5visitEPNS_10ExpressionE(i6, HEAP32[i3 >> 2] | 0), i4 = i6 + 4 | 0, i2 = HEAP32[i4 >> 2] | 0, i2 | 0) : 0) { - HEAP32[i3 >> 2] = i2; - HEAP32[i4 >> 2] = 0; + i1 = i7; + i2 = HEAP32[i5 >> 2] | 0; + if (i2 | 0 ? (HEAP32[i1 >> 2] = 3856, HEAP32[i1 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE5visitEPNS_10ExpressionE(i1, i2), __ZN4wasm11WasmVisitorINS_17RemoveUnusedNamesEvE5visitEPNS_10ExpressionE(i6, HEAP32[i5 >> 2] | 0), i3 = i6 + 4 | 0, i4 = HEAP32[i3 >> 2] | 0, i4 | 0) : 0) { + HEAP32[i5 >> 2] = i4; + HEAP32[i3 >> 2] = 0; } STACKTOP = i7; return; @@ -69559,13 +68827,13 @@ function __ZNSt3__113__vector_baseINS_6vectorIN10__cxxabiv112_GLOBAL__N_111strin var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i3 = i4 + 4 | 0; + i2 = i4 + 4 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break; - i2 = i2 + -16 | 0; - HEAP32[i3 >> 2] = i2; - __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i2); + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i3 = i3 + -16 | 0; + HEAP32[i2 >> 2] = i3; + __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i3); } i3 = HEAP32[i4 >> 2] | 0; __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE10deallocateEPcj(HEAP32[i4 + 12 >> 2] | 0, i3, (HEAP32[i4 + 8 >> 2] | 0) - i3 | 0); @@ -69573,10 +68841,45 @@ function __ZNSt3__113__vector_baseINS_6vectorIN10__cxxabiv112_GLOBAL__N_111strin return; } +function __ZNKSt3__17codecvtIwc11__mbstate_tE9do_lengthERS1_PKcS5_j(i1, i10, i2, i8, i9) { + i1 = i1 | 0; + i10 = i10 | 0; + i2 = i2 | 0; + i8 = i8 | 0; + i9 = i9 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; + i7 = i8; + i6 = i1 + 8 | 0; + i1 = 0; + i5 = 0; + L1 : while (1) { + if ((i2 | 0) == (i8 | 0) | i5 >>> 0 >= i9 >>> 0) break; + i4 = _uselocale(HEAP32[i6 >> 2] | 0) | 0; + i3 = _mbrlen(i2, i7 - i2 | 0, i10) | 0; + if (i4 | 0) _uselocale(i4) | 0; + switch (i3 | 0) { + case -2: + case -1: + break L1; + case 0: + { + i2 = i2 + 1 | 0; + i3 = 1; + break; + } + default: + i2 = i2 + i3 | 0; + } + i1 = i3 + i1 | 0; + i5 = i5 + 1 | 0; + } + return i1 | 0; +} + function __ZN4wasm11WasmVisitorINS_14PostEmscriptenEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27848, 27598, 1701, 27853); + if (!i1) ___assert_fail(29102, 28852, 1227, 29107); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -69618,30 +68921,6 @@ function __ZN4wasm11WasmVisitorINS_14PostEmscriptenEvE5visitEPNS_10ExpressionE(i return; } -function __ZNSt3__16vectorIPN4wasm8FunctionENS_9allocatorIS3_EEEC2ERKS6_(i3, i4) { - i3 = i3 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i5 = 0; - HEAP32[i3 >> 2] = 0; - i5 = i3 + 4 | 0; - HEAP32[i5 >> 2] = 0; - HEAP32[i3 + 8 >> 2] = 0; - i1 = i4 + 4 | 0; - i2 = (HEAP32[i1 >> 2] | 0) - (HEAP32[i4 >> 2] | 0) >> 2; - L1 : do if (i2 | 0) { - __ZNSt3__16vectorIPN4wasm8FunctionENS_9allocatorIS3_EEE8allocateEj(i3, i2); - i2 = HEAP32[i1 >> 2] | 0; - i1 = HEAP32[i4 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break L1; - HEAP32[HEAP32[i5 >> 2] >> 2] = HEAP32[i1 >> 2]; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - i1 = i1 + 4 | 0; - } - } while (0); - return; -} - function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE16__insert_node_atEPNS_16__tree_node_baseIPvEERSF_SF_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -69667,108 +68946,60 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE13shrink_to_fitEv(i3 var i1 = 0, i2 = 0, i4 = 0, i5 = 0; i4 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i1 = i4; + i2 = i4; i5 = HEAP32[i3 >> 2] | 0; - i2 = (HEAP32[i3 + 4 >> 2] | 0) - i5 | 0; - if (((HEAP32[i3 + 8 >> 2] | 0) - i5 | 0) >>> 0 > i2 >>> 0) { - i5 = i2 >> 2; - __ZNSt3__114__split_bufferIN6cashew3RefERNS_9allocatorIS2_EEEC2EjjS5_(i1, i5, i5, i3 + 8 | 0); - __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i3, i1); - __ZNSt3__114__split_bufferIN6cashew3RefERNS_9allocatorIS2_EEED2Ev(i1); + i1 = (HEAP32[i3 + 4 >> 2] | 0) - i5 | 0; + if (((HEAP32[i3 + 8 >> 2] | 0) - i5 | 0) >>> 0 > i1 >>> 0) { + i5 = i1 >> 2; + __ZNSt3__114__split_bufferIN6cashew3RefERNS_9allocatorIS2_EEEC2EjjS5_(i2, i5, i5, i3 + 8 | 0); + __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i3, i2); + __ZNSt3__114__split_bufferIN6cashew3RefERNS_9allocatorIS2_EEED2Ev(i2); } STACKTOP = i4; return; } -function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE4walkERPNS_10ExpressionE(i6, i3) { +function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE4walkERPNS_10ExpressionE(i6, i5) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i7; - i1 = HEAP32[i3 >> 2] | 0; - if (i1 | 0 ? (HEAP32[i5 >> 2] = 3616, HEAP32[i5 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE5visitEPNS_10ExpressionE(i5, i1), __ZN4wasm11WasmVisitorINS_15RemoveUnusedBrsEvE5visitEPNS_10ExpressionE(i6, HEAP32[i3 >> 2] | 0), i4 = i6 + 4 | 0, i2 = HEAP32[i4 >> 2] | 0, i2 | 0) : 0) { - HEAP32[i3 >> 2] = i2; - HEAP32[i4 >> 2] = 0; + i1 = i7; + i2 = HEAP32[i5 >> 2] | 0; + if (i2 | 0 ? (HEAP32[i1 >> 2] = 3728, HEAP32[i1 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE5visitEPNS_10ExpressionE(i1, i2), __ZN4wasm11WasmVisitorINS_15RemoveUnusedBrsEvE5visitEPNS_10ExpressionE(i6, HEAP32[i5 >> 2] | 0), i3 = i6 + 4 | 0, i4 = HEAP32[i3 >> 2] | 0, i4 | 0) : 0) { + HEAP32[i5 >> 2] = i4; + HEAP32[i3 >> 2] = 0; } STACKTOP = i7; return; } -function ___fflush_unlocked(i3) { - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; - i7 = i3 + 20 | 0; - i6 = i3 + 28 | 0; - if ((HEAP32[i7 >> 2] | 0) >>> 0 > (HEAP32[i6 >> 2] | 0) >>> 0 ? (FUNCTION_TABLE_iiii[HEAP32[i3 + 36 >> 2] & 31](i3, 0, 0) | 0, (HEAP32[i7 >> 2] | 0) == 0) : 0) i1 = -1; else { - i5 = i3 + 4 | 0; - i1 = HEAP32[i5 >> 2] | 0; - i4 = i3 + 8 | 0; - i2 = HEAP32[i4 >> 2] | 0; - if (i1 >>> 0 < i2 >>> 0) FUNCTION_TABLE_iiii[HEAP32[i3 + 40 >> 2] & 31](i3, i1 - i2 | 0, 1) | 0; - HEAP32[i3 + 16 >> 2] = 0; - HEAP32[i6 >> 2] = 0; - HEAP32[i7 >> 2] = 0; - HEAP32[i4 >> 2] = 0; +function ___fflush_unlocked(i7) { + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i1 = i7 + 20 | 0; + i5 = i7 + 28 | 0; + if ((HEAP32[i1 >> 2] | 0) >>> 0 > (HEAP32[i5 >> 2] | 0) >>> 0 ? (FUNCTION_TABLE_iiii[HEAP32[i7 + 36 >> 2] & 31](i7, 0, 0) | 0, (HEAP32[i1 >> 2] | 0) == 0) : 0) i1 = -1; else { + i6 = i7 + 4 | 0; + i2 = HEAP32[i6 >> 2] | 0; + i3 = i7 + 8 | 0; + i4 = HEAP32[i3 >> 2] | 0; + if (i2 >>> 0 < i4 >>> 0) FUNCTION_TABLE_iiii[HEAP32[i7 + 40 >> 2] & 31](i7, i2 - i4 | 0, 1) | 0; + HEAP32[i7 + 16 >> 2] = 0; HEAP32[i5 >> 2] = 0; + HEAP32[i1 >> 2] = 0; + HEAP32[i3 >> 2] = 0; + HEAP32[i6 >> 2] = 0; i1 = 0; } return i1 | 0; } -function __ZNSt3__16vectorIPN4wasm6ImportENS_9allocatorIS3_EEEC2ERKS6_(i3, i4) { - i3 = i3 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i5 = 0; - HEAP32[i3 >> 2] = 0; - i5 = i3 + 4 | 0; - HEAP32[i5 >> 2] = 0; - HEAP32[i3 + 8 >> 2] = 0; - i1 = i4 + 4 | 0; - i2 = (HEAP32[i1 >> 2] | 0) - (HEAP32[i4 >> 2] | 0) >> 2; - L1 : do if (i2 | 0) { - __ZNSt3__16vectorIPN4wasm6ImportENS_9allocatorIS3_EEE8allocateEj(i3, i2); - i2 = HEAP32[i1 >> 2] | 0; - i1 = HEAP32[i4 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break L1; - HEAP32[HEAP32[i5 >> 2] >> 2] = HEAP32[i1 >> 2]; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - i1 = i1 + 4 | 0; - } - } while (0); - return; -} - -function __ZNSt3__16vectorIPN4wasm6ExportENS_9allocatorIS3_EEEC2ERKS6_(i3, i4) { - i3 = i3 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i5 = 0; - HEAP32[i3 >> 2] = 0; - i5 = i3 + 4 | 0; - HEAP32[i5 >> 2] = 0; - HEAP32[i3 + 8 >> 2] = 0; - i1 = i4 + 4 | 0; - i2 = (HEAP32[i1 >> 2] | 0) - (HEAP32[i4 >> 2] | 0) >> 2; - L1 : do if (i2 | 0) { - __ZNSt3__16vectorIPN4wasm6ExportENS_9allocatorIS3_EEE8allocateEj(i3, i2); - i2 = HEAP32[i1 >> 2] | 0; - i1 = HEAP32[i4 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break L1; - HEAP32[HEAP32[i5 >> 2] >> 2] = HEAP32[i1 >> 2]; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - i1 = i1 + 4 | 0; - } - } while (0); - return; -} - function __ZN4wasm11WasmVisitorINS_17RemoveUnusedNamesEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27848, 27598, 1701, 27853); + if (!i1) ___assert_fail(29102, 28852, 1227, 29107); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -69810,44 +69041,60 @@ function __ZN4wasm11WasmVisitorINS_17RemoveUnusedNamesEvE5visitEPNS_10Expression return; } -function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE4walkERPNS_10ExpressionE(i6, i3) { +function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE4walkERPNS_10ExpressionE(i6, i5) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i7; - i1 = HEAP32[i3 >> 2] | 0; - if (i1 | 0 ? (HEAP32[i5 >> 2] = 3872, HEAP32[i5 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE5visitEPNS_10ExpressionE(i5, i1), __ZN4wasm11WasmVisitorINS_14PostEmscriptenEvE5visitEPNS_10ExpressionE(i6, HEAP32[i3 >> 2] | 0), i4 = i6 + 4 | 0, i2 = HEAP32[i4 >> 2] | 0, i2 | 0) : 0) { - HEAP32[i3 >> 2] = i2; - HEAP32[i4 >> 2] = 0; + i1 = i7; + i2 = HEAP32[i5 >> 2] | 0; + if (i2 | 0 ? (HEAP32[i1 >> 2] = 4112, HEAP32[i1 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE5visitEPNS_10ExpressionE(i1, i2), __ZN4wasm11WasmVisitorINS_14SimplifyLocalsEvE5visitEPNS_10ExpressionE(i6, HEAP32[i5 >> 2] | 0), i3 = i6 + 4 | 0, i4 = HEAP32[i3 >> 2] | 0, i4 | 0) : 0) { + HEAP32[i5 >> 2] = i4; + HEAP32[i3 >> 2] = 0; + } + STACKTOP = i7; + return; +} + +function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE4walkERPNS_10ExpressionE(i6, i5) { + i6 = i6 | 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i1 = i7; + i2 = HEAP32[i5 >> 2] | 0; + if (i2 | 0 ? (HEAP32[i1 >> 2] = 3984, HEAP32[i1 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE5visitEPNS_10ExpressionE(i1, i2), __ZN4wasm11WasmVisitorINS_14PostEmscriptenEvE5visitEPNS_10ExpressionE(i6, HEAP32[i5 >> 2] | 0), i3 = i6 + 4 | 0, i4 = HEAP32[i3 >> 2] | 0, i4 | 0) : 0) { + HEAP32[i5 >> 2] = i4; + HEAP32[i3 >> 2] = 0; } STACKTOP = i7; return; } -function __ZNSt3__115__num_get_floatIfEET_PKcS3_Rj(i2, i4, i5) { +function __ZNSt3__115__num_get_floatIfEET_PKcS3_Rj(i2, i5, i6) { i2 = i2 | 0; - i4 = i4 | 0; i5 = i5 | 0; - var d1 = 0.0, i3 = 0, i6 = 0, i7 = 0, i8 = 0; + i6 = i6 | 0; + var d1 = 0.0, i3 = 0, i4 = 0, i7 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; - if ((i2 | 0) == (i4 | 0)) { - HEAP32[i5 >> 2] = 4; + i7 = i8; + if ((i2 | 0) == (i5 | 0)) { + HEAP32[i6 >> 2] = 4; d1 = 0.0; } else { - i7 = ___errno_location() | 0; - i3 = HEAP32[i7 >> 2] | 0; - HEAP32[i7 >> 2] = 0; - d1 = +_strtold_l(i2, i6, __ZNSt3__16__clocEv() | 0); - i2 = HEAP32[i7 >> 2] | 0; - if (!i2) HEAP32[i7 >> 2] = i3; - if ((HEAP32[i6 >> 2] | 0) == (i4 | 0)) { - if ((i2 | 0) == 34) HEAP32[i5 >> 2] = 4; + i3 = ___errno_location() | 0; + i4 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = 0; + d1 = +_strtold_l(i2, i7, __ZNSt3__16__clocEv() | 0); + i2 = HEAP32[i3 >> 2] | 0; + if (!i2) HEAP32[i3 >> 2] = i4; + if ((HEAP32[i7 >> 2] | 0) == (i5 | 0)) { + if ((i2 | 0) == 34) HEAP32[i6 >> 2] = 4; } else { - HEAP32[i5 >> 2] = 4; + HEAP32[i6 >> 2] = 4; d1 = 0.0; } } @@ -69855,28 +69102,28 @@ function __ZNSt3__115__num_get_floatIfEET_PKcS3_Rj(i2, i4, i5) { return +d1; } -function __ZNSt3__115__num_get_floatIeEET_PKcS3_Rj(i2, i4, i5) { +function __ZNSt3__115__num_get_floatIeEET_PKcS3_Rj(i2, i5, i6) { i2 = i2 | 0; - i4 = i4 | 0; i5 = i5 | 0; - var d1 = 0.0, i3 = 0, i6 = 0, i7 = 0, i8 = 0; + i6 = i6 | 0; + var d1 = 0.0, i3 = 0, i4 = 0, i7 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; - if ((i2 | 0) == (i4 | 0)) { - HEAP32[i5 >> 2] = 4; + i7 = i8; + if ((i2 | 0) == (i5 | 0)) { + HEAP32[i6 >> 2] = 4; d1 = 0.0; } else { - i7 = ___errno_location() | 0; - i3 = HEAP32[i7 >> 2] | 0; - HEAP32[i7 >> 2] = 0; - d1 = +_strtold_l(i2, i6, __ZNSt3__16__clocEv() | 0); - i2 = HEAP32[i7 >> 2] | 0; - if (!i2) HEAP32[i7 >> 2] = i3; - if ((HEAP32[i6 >> 2] | 0) == (i4 | 0)) { - if ((i2 | 0) == 34) HEAP32[i5 >> 2] = 4; + i3 = ___errno_location() | 0; + i4 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = 0; + d1 = +_strtold_l(i2, i7, __ZNSt3__16__clocEv() | 0); + i2 = HEAP32[i3 >> 2] | 0; + if (!i2) HEAP32[i3 >> 2] = i4; + if ((HEAP32[i7 >> 2] | 0) == (i5 | 0)) { + if ((i2 | 0) == 34) HEAP32[i6 >> 2] = 4; } else { - HEAP32[i5 >> 2] = 4; + HEAP32[i6 >> 2] = 4; d1 = 0.0; } } @@ -69884,28 +69131,28 @@ function __ZNSt3__115__num_get_floatIeEET_PKcS3_Rj(i2, i4, i5) { return +d1; } -function __ZNSt3__115__num_get_floatIdEET_PKcS3_Rj(i2, i4, i5) { +function __ZNSt3__115__num_get_floatIdEET_PKcS3_Rj(i2, i5, i6) { i2 = i2 | 0; - i4 = i4 | 0; i5 = i5 | 0; - var d1 = 0.0, i3 = 0, i6 = 0, i7 = 0, i8 = 0; + i6 = i6 | 0; + var d1 = 0.0, i3 = 0, i4 = 0, i7 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i8; - if ((i2 | 0) == (i4 | 0)) { - HEAP32[i5 >> 2] = 4; + i7 = i8; + if ((i2 | 0) == (i5 | 0)) { + HEAP32[i6 >> 2] = 4; d1 = 0.0; } else { - i7 = ___errno_location() | 0; - i3 = HEAP32[i7 >> 2] | 0; - HEAP32[i7 >> 2] = 0; - d1 = +_strtold_l(i2, i6, __ZNSt3__16__clocEv() | 0); - i2 = HEAP32[i7 >> 2] | 0; - if (!i2) HEAP32[i7 >> 2] = i3; - if ((HEAP32[i6 >> 2] | 0) == (i4 | 0)) { - if ((i2 | 0) == 34) HEAP32[i5 >> 2] = 4; + i3 = ___errno_location() | 0; + i4 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = 0; + d1 = +_strtold_l(i2, i7, __ZNSt3__16__clocEv() | 0); + i2 = HEAP32[i3 >> 2] | 0; + if (!i2) HEAP32[i3 >> 2] = i4; + if ((HEAP32[i7 >> 2] | 0) == (i5 | 0)) { + if ((i2 | 0) == 34) HEAP32[i6 >> 2] = 4; } else { - HEAP32[i5 >> 2] = 4; + HEAP32[i6 >> 2] = 4; d1 = 0.0; } } @@ -69913,22 +69160,6 @@ function __ZNSt3__115__num_get_floatIdEET_PKcS3_Rj(i2, i4, i5) { return +d1; } -function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE4walkERPNS_10ExpressionE(i6, i3) { - i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i5 = i7; - i1 = HEAP32[i3 >> 2] | 0; - if (i1 | 0 ? (HEAP32[i5 >> 2] = 4e3, HEAP32[i5 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE5visitEPNS_10ExpressionE(i5, i1), __ZN4wasm11WasmVisitorINS_14SimplifyLocalsEvE5visitEPNS_10ExpressionE(i6, HEAP32[i3 >> 2] | 0), i4 = i6 + 4 | 0, i2 = HEAP32[i4 >> 2] | 0, i2 | 0) : 0) { - HEAP32[i3 >> 2] = i2; - HEAP32[i4 >> 2] = 0; - } - STACKTOP = i7; - return; -} - function __ZN4wasm22SExpressionWasmBuilder8makeCallERNS_7ElementE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -69944,6 +69175,34 @@ function __ZN4wasm22SExpressionWasmBuilder8makeCallERNS_7ElementE(i2, i1) { return i3 | 0; } +function _strtox_34(i7, i6, i1) { + i7 = i7 | 0; + i6 = i6 | 0; + i1 = i1 | 0; + var d2 = 0.0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; + i8 = STACKTOP; + STACKTOP = STACKTOP + 112 | 0; + i5 = i8; + i3 = i5; + i4 = i3 + 112 | 0; + do { + HEAP32[i3 >> 2] = 0; + i3 = i3 + 4 | 0; + } while ((i3 | 0) < (i4 | 0)); + i3 = i5 + 4 | 0; + HEAP32[i3 >> 2] = i7; + i4 = i5 + 8 | 0; + HEAP32[i4 >> 2] = -1; + HEAP32[i5 + 44 >> 2] = i7; + HEAP32[i5 + 76 >> 2] = -1; + ___shlim(i5, 0); + d2 = +___floatscan(i5, i1, 1); + i1 = (HEAP32[i3 >> 2] | 0) - (HEAP32[i4 >> 2] | 0) + (HEAP32[i5 + 108 >> 2] | 0) | 0; + if (i6 | 0) HEAP32[i6 >> 2] = i1 | 0 ? i7 + i1 | 0 : i7; + STACKTOP = i8; + return +d2; +} + 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; @@ -69964,21 +69223,21 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__m return i1 | 0; } -function __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i2, i1) { - i2 = i2 | 0; +function __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i3, i1) { + i3 = i3 | 0; i1 = i1 | 0; - var i3 = 0, i4 = 0, i5 = 0; + var i2 = 0, i4 = 0, i5 = 0; i5 = i1 + 12 | 0; - i3 = HEAP8[i5 >> 0] | 0; - i4 = (i3 & 1) == 0; - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i1, i4 ? i5 + 1 | 0 : HEAP32[i1 + 20 >> 2] | 0, i4 ? (i3 & 255) >>> 1 : HEAP32[i1 + 16 >> 2] | 0) | 0; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i2 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i2 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i2 = HEAP8[i5 >> 0] | 0; + i4 = (i2 & 1) == 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i1, i4 ? i5 + 1 | 0 : HEAP32[i1 + 20 >> 2] | 0, i4 ? (i2 & 255) >>> 1 : HEAP32[i1 + 16 >> 2] | 0) | 0; + HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i3 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i3 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i3 + (i1 << 2) >> 2] = 0; + HEAP32[i2 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } return; @@ -69988,13 +69247,13 @@ function __ZNSt3__114__split_bufferINS_13unordered_mapIN6cashew7IStringEiNS_4has i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; + i2 = i4 + 8 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break; - i2 = i2 + -20 | 0; - HEAP32[i3 >> 2] = i2; - __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_EEED2Ev(i2); + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i3 = i3 + -20 | 0; + HEAP32[i2 >> 2] = i3; + __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_EEED2Ev(i3); } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -70010,7 +69269,7 @@ function __ZN6cashew12ValueBuilder7makeVarEb(i1) { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38432) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39592) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -70022,70 +69281,18 @@ function __ZN6cashew12ValueBuilder7makeVarEb(i1) { return i1 | 0; } -function _strtox(i7, i6, i1) { - i7 = i7 | 0; - i6 = i6 | 0; - i1 = i1 | 0; - var d2 = 0.0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; - i8 = STACKTOP; - STACKTOP = STACKTOP + 112 | 0; - i5 = i8; - i3 = i5; - i4 = i3 + 112 | 0; - do { - HEAP32[i3 >> 2] = 0; - i3 = i3 + 4 | 0; - } while ((i3 | 0) < (i4 | 0)); - i3 = i5 + 4 | 0; - HEAP32[i3 >> 2] = i7; - i4 = i5 + 8 | 0; - HEAP32[i4 >> 2] = -1; - HEAP32[i5 + 44 >> 2] = i7; - HEAP32[i5 + 76 >> 2] = -1; - ___shlim(i5, 0); - d2 = +___floatscan(i5, i1, 1); - i1 = (HEAP32[i3 >> 2] | 0) - (HEAP32[i4 >> 2] | 0) + (HEAP32[i5 + 108 >> 2] | 0) | 0; - if (i6 | 0) HEAP32[i6 >> 2] = i1 | 0 ? i7 + i1 | 0 : i7; - STACKTOP = i8; - return +d2; -} - -function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEEC2ERKS5_(i3, i4) { - i3 = i3 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i5 = 0; - HEAP32[i3 >> 2] = 0; - i5 = i3 + 4 | 0; - HEAP32[i5 >> 2] = 0; - HEAP32[i3 + 8 >> 2] = 0; - i1 = i4 + 4 | 0; - i2 = (HEAP32[i1 >> 2] | 0) - (HEAP32[i4 >> 2] | 0) >> 2; - L1 : do if (i2 | 0) { - __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE8allocateEj(i3, i2); - i2 = HEAP32[i1 >> 2] | 0; - i1 = HEAP32[i4 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i2 | 0)) break L1; - HEAP32[HEAP32[i5 >> 2] >> 2] = HEAP32[i1 >> 2]; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - i1 = i1 + 4 | 0; - } - } while (0); - return; -} - function __ZNSt3__113__vector_baseINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i3 = i4 + 4 | 0; + i2 = i4 + 4 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break; - i2 = i2 + -20 | 0; - HEAP32[i3 >> 2] = i2; - __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_EEED2Ev(i2); + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i3 = i3 + -20 | 0; + HEAP32[i2 >> 2] = i3; + __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_EEED2Ev(i3); } __ZdlPv(HEAP32[i4 >> 2] | 0); } @@ -70100,7 +69307,7 @@ function __ZN6cashew12ValueBuilder12makeToplevelEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38408) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39568) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -70112,27 +69319,27 @@ function __ZN6cashew12ValueBuilder12makeToplevelEv() { return i1 | 0; } -function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(i1, i2) { - i1 = i1 | 0; +function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(i2, i1) { i2 = i2 | 0; + i1 = i1 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i3 = i6; - i5 = HEAP32[1036] | 0; - HEAP32[i3 >> 2] = i1; - _fprintf(i5, 22927, i3) | 0; + i5 = HEAP32[1145] | 0; + HEAP32[i3 >> 2] = i2; + _fprintf(i5, 23057, i3) | 0; i3 = 200; - i1 = 2; + i2 = 2; L1 : while (1) { - i4 = HEAP8[i2 >> 0] | 0; + i4 = HEAP8[i1 >> 0] | 0; switch (i4 << 24 >> 24) { case 0: break L1; case 10: { - i1 = i1 + -1 | 0; - if (!i1) break L1; + i2 = i2 + -1 | 0; + if (!i2) break L1; break; } default: @@ -70141,9 +69348,9 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(i1, i2 i3 = i3 + -1 | 0; if (!i3) break; _fputc(i4 << 24 >> 24, i5) | 0; - i2 = i2 + 1 | 0; + i1 = i1 + 1 | 0; } - _fwrite(22943, 2, 1, i5) | 0; + _fwrite(23073, 2, 1, i5) | 0; STACKTOP = i6; return; } @@ -70156,7 +69363,7 @@ function __ZN6cashew12ValueBuilder10makeObjectEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38728) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39888) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -70168,17 +69375,17 @@ function __ZN6cashew12ValueBuilder10makeObjectEv() { return i1 | 0; } -function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE4walkERPNS_10ExpressionE(i6, i3) { +function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE4walkERPNS_10ExpressionE(i6, i5) { i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i7; - i1 = HEAP32[i3 >> 2] | 0; - if (i1 | 0 ? (HEAP32[i5 >> 2] = 3488, HEAP32[i5 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE5visitEPNS_10ExpressionE(i5, i1), __ZN4wasm11WasmVisitorINS_11MergeBlocksEvE5visitEPNS_10ExpressionE(i6, HEAP32[i3 >> 2] | 0), i4 = i6 + 4 | 0, i2 = HEAP32[i4 >> 2] | 0, i2 | 0) : 0) { - HEAP32[i3 >> 2] = i2; - HEAP32[i4 >> 2] = 0; + i1 = i7; + i2 = HEAP32[i5 >> 2] | 0; + if (i2 | 0 ? (HEAP32[i1 >> 2] = 3512, HEAP32[i1 + 4 >> 2] = i6, __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE5visitEPNS_10ExpressionE(i1, i2), __ZN4wasm11WasmVisitorINS_11MergeBlocksEvE5visitEPNS_10ExpressionE(i6, HEAP32[i5 >> 2] | 0), i3 = i6 + 4 | 0, i4 = HEAP32[i3 >> 2] | 0, i4 | 0) : 0) { + HEAP32[i5 >> 2] = i4; + HEAP32[i3 >> 2] = 0; } STACKTOP = i7; return; @@ -70192,7 +69399,7 @@ function __ZN6cashew12ValueBuilder9makeBlockEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38416) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39576) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -70212,7 +69419,7 @@ function __ZN6cashew12ValueBuilder9makeArrayEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38724) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39884) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -70244,7 +69451,7 @@ function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE7reserveEj(i4, i2) function __ZN4wasm11WasmVisitorINS_15RemoveUnusedBrsEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27848, 27598, 1701, 27853); + if (!i1) ___assert_fail(29102, 28852, 1227, 29107); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -70323,39 +69530,39 @@ function __ZN6cashew12ValueBuilder24appendArgumentToFunctionENS_3RefENS_7IString var i1 = 0, i2 = 0, i5 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i5 + 4 | 0; - i1 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 38412) | 0) { + i1 = i5 + 4 | 0; + i2 = i5; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 39572) | 0) { i4 = __ZN6cashew3RefixEj(i4, 2) | 0; i4 = HEAP32[i4 >> 2] | 0; i3 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i3) | 0; - HEAP32[i1 >> 2] = i3; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i4, i2) | 0; + HEAP32[i2 >> 2] = i3; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i4, i1) | 0; STACKTOP = i5; return; - } else ___assert_fail(23035, 28612, 1508, 23052); + } else ___assert_fail(23165, 29866, 1508, 23182); } -function _vasprintf(i7, i6, i3) { +function _vasprintf(i7, i6, i5) { i7 = i7 | 0; i6 = i6 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i8 = 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i1 = i8; - i4 = _malloc(240) | 0; - do if (i4) { - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - i1 = _vsnprintf(i4, 240, i6, i1) | 0; + i2 = _malloc(240) | 0; + do if (i2) { + HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; + i1 = _vsnprintf(i2, 240, i6, i1) | 0; if (i1 >>> 0 < 240) { - i6 = _realloc(i4, i1 + 1 | 0) | 0; - HEAP32[i7 >> 2] = i6 | 0 ? i6 : i4; + i6 = _realloc(i2, i1 + 1 | 0) | 0; + HEAP32[i7 >> 2] = i6 | 0 ? i6 : i2; break; } - _free(i4); - if ((i1 | 0) >= 0 ? (i2 = i1 + 1 | 0, i5 = _malloc(i2) | 0, HEAP32[i7 >> 2] = i5, (i5 | 0) != 0) : 0) i1 = _vsnprintf(i5, i2, i6, i3) | 0; else i1 = -1; + _free(i2); + if ((i1 | 0) >= 0 ? (i4 = i1 + 1 | 0, i3 = _malloc(i4) | 0, HEAP32[i7 >> 2] = i3, (i3 | 0) != 0) : 0) i1 = _vsnprintf(i3, i4, i6, i5) | 0; else i1 = -1; } else i1 = -1; while (0); STACKTOP = i8; return i1 | 0; @@ -70410,6 +69617,27 @@ function _realloc(i3, i2) { return i3 | 0; } +function __ZN4wasm10PassRunner3addINS_7PrinterENSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEEEvRT0_(i5, i1) { + i5 = i5 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i6 = 0; + i6 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i3 = i6; + i4 = __Znwj(8) | 0; + HEAP32[i4 >> 2] = 3540; + HEAP32[i4 + 4 >> 2] = i1; + HEAP32[i3 >> 2] = i4; + i1 = i5 + 8 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i5 + 12 >> 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); + STACKTOP = i6; + return; +} + function _memcpy(i1, i4, i2) { i1 = i1 | 0; i4 = i4 | 0; @@ -70470,11 +69698,11 @@ function __ZN7AsmData8addParamEN6cashew7IStringE7AsmType(i4, i3, i1) { i2 = __ZNSt3__113unordered_mapIN6cashew7IStringEN7AsmData5LocalENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERSB_(i4, i3) | 0; HEAP32[i2 >> 2] = i1; HEAP8[i2 + 4 >> 0] = 1; - i2 = i4 + 24 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i4 + 28 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4 + 20 | 0, i3); else { - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + i1 = i4 + 24 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i4 + 28 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4 + 20 | 0, i3); else { + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; } return; } @@ -70497,15 +69725,92 @@ function __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i4, i3, i1) { i2 = __ZNSt3__113unordered_mapIN6cashew7IStringEN7AsmData5LocalENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERSB_(i4, i3) | 0; HEAP32[i2 >> 2] = i1; HEAP8[i2 + 4 >> 0] = 0; - i2 = i4 + 36 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i4 + 40 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4 + 32 | 0, i3); else { - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + i1 = i4 + 36 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i4 + 40 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4 + 32 | 0, i3); else { + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; } return; } +function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsputnEPKwi(i7, i1, i6) { + i7 = i7 | 0; + i1 = i1 | 0; + i6 = i6 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; + i4 = i7 + 24 | 0; + i5 = i7 + 28 | 0; + i2 = i1; + i1 = 0; + while (1) { + if ((i1 | 0) >= (i6 | 0)) break; + i3 = HEAP32[i4 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) { + if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 52 >> 2] & 31](i7, HEAP32[i2 >> 2] | 0) | 0) == -1) break; + } else { + i8 = HEAP32[i2 >> 2] | 0; + HEAP32[i4 >> 2] = i3 + 4; + HEAP32[i3 >> 2] = i8; + } + i2 = i2 + 4 | 0; + i1 = i1 + 1 | 0; + } + return i1 | 0; +} + +function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsgetnEPci(i7, i1, i6) { + i7 = i7 | 0; + i1 = i1 | 0; + i6 = i6 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0; + i4 = i7 + 12 | 0; + i5 = i7 + 16 | 0; + i3 = i1; + i1 = 0; + while (1) { + if ((i1 | 0) >= (i6 | 0)) break; + i2 = HEAP32[i4 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i5 >> 2] | 0) >>> 0) { + HEAP32[i4 >> 2] = i2 + 1; + i2 = HEAP8[i2 >> 0] | 0; + } else { + i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i7 >> 2] | 0) + 40 >> 2] & 127](i7) | 0; + if ((i2 | 0) == -1) break; + i2 = i2 & 255; + } + HEAP8[i3 >> 0] = i2; + i3 = i3 + 1 | 0; + i1 = i1 + 1 | 0; + } + return i1 | 0; +} + +function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsputnEPKci(i7, i1, i6) { + i7 = i7 | 0; + i1 = i1 | 0; + i6 = i6 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; + i4 = i7 + 24 | 0; + i5 = i7 + 28 | 0; + i2 = i1; + i1 = 0; + while (1) { + if ((i1 | 0) >= (i6 | 0)) break; + i3 = HEAP32[i4 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) { + if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 52 >> 2] & 31](i7, HEAPU8[i2 >> 0] | 0) | 0) == -1) break; + } else { + i8 = HEAP8[i2 >> 0] | 0; + HEAP32[i4 >> 2] = i3 + 1; + HEAP8[i3 >> 0] = i8; + } + i2 = i2 + 1 | 0; + i1 = i1 + 1 | 0; + } + return i1 | 0; +} + function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11__get_year4ERiRS4_S4_RjRKNS_5ctypeIwEE(i1, i7, i2, i4, i6, i3) { i1 = i1 | 0; i7 = i7 | 0; @@ -70594,7 +69899,7 @@ function __ZN6cashew12ValueBuilder7makeNewENS_3RefE(i1) { i6 = i2 + 4 | 0; i5 = i2; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38720) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(39880) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i3) | 0; @@ -70605,29 +69910,29 @@ function __ZN6cashew12ValueBuilder7makeNewENS_3RefE(i1) { return i1 | 0; } -function __ZNKSt3__110__time_put8__do_putEPcRS1_PK2tmcc(i9, i3, i4, i5, i1, i2) { +function __ZNKSt3__110__time_put8__do_putEPcRS1_PK2tmcc(i9, i5, i6, i7, i3, i4) { i9 = i9 | 0; + i5 = i5 | 0; + i6 = i6 | 0; + i7 = i7 | 0; i3 = i3 | 0; i4 = i4 | 0; - i5 = i5 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - var i6 = 0, i7 = 0, i8 = 0, i10 = 0; + var i1 = 0, i2 = 0, i8 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i8 = i10; HEAP8[i8 >> 0] = 37; - i6 = i8 + 1 | 0; - HEAP8[i6 >> 0] = i1; - i7 = i8 + 2 | 0; - HEAP8[i7 >> 0] = i2; + i1 = i8 + 1 | 0; + HEAP8[i1 >> 0] = i3; + i2 = i8 + 2 | 0; + HEAP8[i2 >> 0] = i4; HEAP8[i8 + 3 >> 0] = 0; - if (i2 << 24 >> 24) { - HEAP8[i6 >> 0] = i2; - HEAP8[i7 >> 0] = i1; + if (i4 << 24 >> 24) { + HEAP8[i1 >> 0] = i4; + HEAP8[i2 >> 0] = i3; } - i9 = i3 + (_strftime_l(i3 | 0, (HEAP32[i4 >> 2] | 0) - i3 | 0, i8 | 0, i5 | 0, HEAP32[i9 >> 2] | 0) | 0) | 0; - HEAP32[i4 >> 2] = i9; + i9 = i5 + (_strftime_l(i5 | 0, (HEAP32[i6 >> 2] | 0) - i5 | 0, i8 | 0, i7 | 0, HEAP32[i9 >> 2] | 0) | 0) | 0; + HEAP32[i6 >> 2] = i9; STACKTOP = i10; return; } @@ -70636,17 +69941,17 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE17vis i1 = i1 | 0; i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0; - i5 = i1 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i2 + 24 | 0); - i4 = i2 + 8 | 0; - i2 = i2 + 12 | 0; + i4 = i1 + 4 | 0; + i5 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + 24 | 0); + i5 = i2 + 8 | 0; + i1 = i2 + 12 | 0; i3 = 0; while (1) { - i1 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i2 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i5 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -70665,16 +69970,16 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i1) { HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i3 = i3 + 12 | 0; - i2 = i1 + 12 | 0; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i3 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i3 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i1 = 0; + i2 = i3 + 12 | 0; + i1 = i1 + 12 | 0; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i2 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; + HEAP32[i2 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } return; } @@ -70697,17 +70002,17 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE17visit i1 = i1 | 0; i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0; - i5 = i1 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i2 + 24 | 0); - i4 = i2 + 8 | 0; - i2 = i2 + 12 | 0; + i4 = i1 + 4 | 0; + i5 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + 24 | 0); + i5 = i2 + 8 | 0; + i1 = i2 + 12 | 0; i3 = 0; while (1) { - i1 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i2 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i5 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -70717,17 +70022,17 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE17visitC i1 = i1 | 0; i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0; - i5 = i1 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i2 + 24 | 0); - i4 = i2 + 8 | 0; - i2 = i2 + 12 | 0; + i4 = i1 + 4 | 0; + i5 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + 24 | 0); + i5 = i2 + 8 | 0; + i1 = i2 + 12 | 0; i3 = 0; while (1) { - i1 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i2 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i5 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -70737,72 +70042,22 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE17visitC i1 = i1 | 0; i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0; - i5 = i1 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i2 + 24 | 0); - i4 = i2 + 8 | 0; - i2 = i2 + 12 | 0; + i4 = i1 + 4 | 0; + i5 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + 24 | 0); + i5 = i2 + 8 | 0; + i1 = i2 + 12 | 0; i3 = 0; while (1) { - i1 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i2 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i5 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; } -function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsputnEPKwi(i7, i2, i5) { - i7 = i7 | 0; - i2 = i2 | 0; - i5 = i5 | 0; - var i1 = 0, i3 = 0, i4 = 0, i6 = 0, i8 = 0; - i6 = i7 + 24 | 0; - i4 = i7 + 28 | 0; - i1 = 0; - while (1) { - if ((i1 | 0) >= (i5 | 0)) break; - i3 = HEAP32[i6 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) >>> 0) { - if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 52 >> 2] & 31](i7, HEAP32[i2 >> 2] | 0) | 0) == -1) break; - } else { - i8 = HEAP32[i2 >> 2] | 0; - HEAP32[i6 >> 2] = i3 + 4; - HEAP32[i3 >> 2] = i8; - } - i1 = i1 + 1 | 0; - i2 = i2 + 4 | 0; - } - return i1 | 0; -} - -function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsgetnEPci(i7, i2, i5) { - i7 = i7 | 0; - i2 = i2 | 0; - i5 = i5 | 0; - var i1 = 0, i3 = 0, i4 = 0, i6 = 0; - i6 = i7 + 12 | 0; - i4 = i7 + 16 | 0; - i1 = 0; - while (1) { - if ((i1 | 0) >= (i5 | 0)) break; - i3 = HEAP32[i6 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i3 + 1; - i3 = HEAP8[i3 >> 0] | 0; - } else { - i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i7 >> 2] | 0) + 40 >> 2] & 127](i7) | 0; - if ((i3 | 0) == -1) break; - i3 = i3 & 255; - } - HEAP8[i2 >> 0] = i3; - i1 = i1 + 1 | 0; - i2 = i2 + 1 | 0; - } - 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_EEED2Ev(i2) { i2 = i2 | 0; var i1 = 0; @@ -70817,19 +70072,19 @@ function _getc(i3) { i3 = i3 | 0; var i1 = 0, i2 = 0, i4 = 0; if ((HEAP32[i3 + 76 >> 2] | 0) >= 0 ? (___lockfile(i3) | 0) != 0 : 0) { - i2 = i3 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i3 + 8 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i1 + 1; - i1 = HEAPU8[i1 >> 0] | 0; + i1 = i3 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i3 + 8 >> 2] | 0) >>> 0) { + HEAP32[i1 >> 2] = i2 + 1; + i1 = HEAPU8[i2 >> 0] | 0; } else i1 = ___uflow(i3) | 0; } else i4 = 3; do if ((i4 | 0) == 3) { - i2 = i3 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i3 + 8 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i1 + 1; - i1 = HEAPU8[i1 >> 0] | 0; + i1 = i3 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i3 + 8 >> 2] | 0) >>> 0) { + HEAP32[i1 >> 2] = i2 + 1; + i1 = HEAPU8[i2 >> 0] | 0; break; } else { i1 = ___uflow(i3) | 0; @@ -70839,45 +70094,21 @@ function _getc(i3) { return i1 | 0; } -function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsputnEPKci(i7, i2, i5) { - i7 = i7 | 0; - i2 = i2 | 0; - i5 = i5 | 0; - var i1 = 0, i3 = 0, i4 = 0, i6 = 0, i8 = 0; - i6 = i7 + 24 | 0; - i4 = i7 + 28 | 0; - i1 = 0; - while (1) { - if ((i1 | 0) >= (i5 | 0)) break; - i3 = HEAP32[i6 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) >>> 0) { - if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i7 >> 2] | 0) + 52 >> 2] & 31](i7, HEAPU8[i2 >> 0] | 0) | 0) == -1) break; - } else { - i8 = HEAP8[i2 >> 0] | 0; - HEAP32[i6 >> 2] = i3 + 1; - HEAP8[i3 >> 0] = i8; - } - i1 = i1 + 1 | 0; - i2 = i2 + 1 | 0; - } - return i1 | 0; -} - function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE17visitCallIndirectEPNS_12CallIndirectE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0; - i5 = i1 + 4 | 0; - i4 = HEAP32[i5 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i2 + 24 | 0); - i4 = i2 + 8 | 0; - i2 = i2 + 12 | 0; + i4 = i1 + 4 | 0; + i5 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + 24 | 0); + i5 = i2 + 8 | 0; + i1 = i2 + 12 | 0; i3 = 0; while (1) { - i1 = HEAP32[i4 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i2 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i5 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i4 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -70908,47 +70139,68 @@ function ___toread(i3) { return i1 | 0; } -function _strtox_686(i8, i6, i3, i1, i2) { - i8 = i8 | 0; - i6 = i6 | 0; - i3 = i3 | 0; - i1 = i1 | 0; +function __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i4, i5) { i2 = i2 | 0; - var i4 = 0, i5 = 0, i7 = 0, i9 = 0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 112 | 0; - i5 = i9; - HEAP32[i5 >> 2] = 0; - i7 = i5 + 4 | 0; - HEAP32[i7 >> 2] = i8; - HEAP32[i5 + 44 >> 2] = i8; - i4 = i5 + 8 | 0; - HEAP32[i4 >> 2] = (i8 | 0) < 0 ? -1 : i8 + 2147483647 | 0; - HEAP32[i5 + 76 >> 2] = -1; - ___shlim(i5, 0); - i1 = ___intscan(i5, i3, 1, i1, i2) | 0; - if (i6 | 0) HEAP32[i6 >> 2] = i8 + ((HEAP32[i7 >> 2] | 0) + (HEAP32[i5 + 108 >> 2] | 0) - (HEAP32[i4 >> 2] | 0)); - STACKTOP = i9; + i4 = i4 | 0; + i5 = i5 | 0; + var i1 = 0, i3 = 0; + __ZNSt3__114__shared_count12__add_sharedEv(i4); + i3 = i2 + 8 | 0; + i1 = HEAP32[i3 >> 2] | 0; + if ((HEAP32[i2 + 12 >> 2] | 0) - i1 >> 2 >>> 0 > i5 >>> 0) i2 = i3; else { + __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE6resizeEj(i3, i5 + 1 | 0); + i2 = i3; + i1 = HEAP32[i3 >> 2] | 0; + } + i1 = HEAP32[i1 + (i5 << 2) >> 2] | 0; + if (i1 | 0) __ZNSt3__114__shared_count16__release_sharedEv(i1) | 0; + HEAP32[(HEAP32[i2 >> 2] | 0) + (i5 << 2) >> 2] = i4; + return; +} + +function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsgetnEPwi(i7, i1, i6) { + i7 = i7 | 0; + i1 = i1 | 0; + i6 = i6 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0; + i4 = i7 + 12 | 0; + i5 = i7 + 16 | 0; + i3 = i1; + i1 = 0; + while (1) { + if ((i1 | 0) >= (i6 | 0)) break; + i2 = HEAP32[i4 >> 2] | 0; + if (i2 >>> 0 >= (HEAP32[i5 >> 2] | 0) >>> 0) { + i2 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i7 >> 2] | 0) + 40 >> 2] & 127](i7) | 0; + if ((i2 | 0) == -1) break; + } else { + HEAP32[i4 >> 2] = i2 + 4; + i2 = HEAP32[i2 >> 2] | 0; + } + HEAP32[i3 >> 2] = i2; + i3 = i3 + 4 | 0; + i1 = i1 + 1 | 0; + } return i1 | 0; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i4, i3, i2) { +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i5, i4, i3) { + i5 = i5 | 0; i4 = i4 | 0; i3 = i3 | 0; - i2 = i2 | 0; - var i1 = 0, i5 = 0; - i1 = HEAP8[i4 >> 0] | 0; - i5 = (i1 & 1) == 0; - if (i5) i1 = (i1 & 255) >>> 1; else i1 = HEAP32[i4 + 4 >> 2] | 0; - do if (i1 >>> 0 >= i3 >>> 0) if (i5) { - HEAP8[i4 + 1 + i3 >> 0] = 0; - HEAP8[i4 >> 0] = i3 << 1; + var i1 = 0, i2 = 0; + i1 = HEAP8[i5 >> 0] | 0; + i2 = (i1 & 1) == 0; + if (i2) i1 = (i1 & 255) >>> 1; else i1 = HEAP32[i5 + 4 >> 2] | 0; + do if (i1 >>> 0 >= i4 >>> 0) if (i2) { + HEAP8[i5 + 1 + i4 >> 0] = 0; + HEAP8[i5 >> 0] = i4 << 1; break; } else { - HEAP8[(HEAP32[i4 + 8 >> 2] | 0) + i3 >> 0] = 0; - HEAP32[i4 + 4 >> 2] = i3; + HEAP8[(HEAP32[i5 + 8 >> 2] | 0) + i4 >> 0] = 0; + HEAP32[i5 + 4 >> 2] = i4; break; - } else __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEjc(i4, i3 - i1 | 0, i2) | 0; while (0); + } else __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEjc(i5, i4 - i1 | 0, i3) | 0; while (0); return; } @@ -70958,10 +70210,10 @@ function __ZNK10__cxxabiv117__class_type_info24process_found_base_classEPNS_19__ i3 = i3 | 0; i5 = i5 | 0; var i2 = 0; - i2 = i4 + 16 | 0; - i1 = HEAP32[i2 >> 2] | 0; - do if (i1) { - if ((i1 | 0) != (i3 | 0)) { + i1 = i4 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2) { + if ((i2 | 0) != (i3 | 0)) { i5 = i4 + 36 | 0; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 1; HEAP32[i4 + 24 >> 2] = 2; @@ -70971,13 +70223,37 @@ function __ZNK10__cxxabiv117__class_type_info24process_found_base_classEPNS_19__ i1 = i4 + 24 | 0; if ((HEAP32[i1 >> 2] | 0) == 2) HEAP32[i1 >> 2] = i5; } else { - HEAP32[i2 >> 2] = i3; + HEAP32[i1 >> 2] = i3; HEAP32[i4 + 24 >> 2] = i5; HEAP32[i4 + 36 >> 2] = 1; } while (0); return; } +function _strtox(i8, i7, i3, i1, i2) { + i8 = i8 | 0; + i7 = i7 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + var i4 = 0, i5 = 0, i6 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 112 | 0; + i6 = i9; + HEAP32[i6 >> 2] = 0; + i4 = i6 + 4 | 0; + HEAP32[i4 >> 2] = i8; + HEAP32[i6 + 44 >> 2] = i8; + i5 = i6 + 8 | 0; + HEAP32[i5 >> 2] = (i8 | 0) < 0 ? -1 : i8 + 2147483647 | 0; + HEAP32[i6 + 76 >> 2] = -1; + ___shlim(i6, 0); + i1 = ___intscan(i6, i3, 1, i1, i2) | 0; + if (i7 | 0) HEAP32[i7 >> 2] = i8 + ((HEAP32[i4 >> 2] | 0) + (HEAP32[i6 + 108 >> 2] | 0) - (HEAP32[i5 >> 2] | 0)); + STACKTOP = i9; + return i1 | 0; +} + function __ZNSt3__110__stdinbufIwEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { i3 = i3 | 0; i1 = i1 | 0; @@ -70988,7 +70264,7 @@ function __ZNSt3__110__stdinbufIwEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { i6 = i4 + 4 | 0; i5 = i4; __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEEC2Ev(i3); - HEAP32[i3 >> 2] = 7948; + HEAP32[i3 >> 2] = 8060; HEAP32[i3 + 32 >> 2] = i1; HEAP32[i3 + 40 >> 2] = i2; HEAP32[i3 + 48 >> 2] = -1; @@ -71011,7 +70287,7 @@ function __ZNSt3__110__stdinbufIcEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { i6 = i4 + 4 | 0; i5 = i4; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i3); - HEAP32[i3 >> 2] = 7820; + HEAP32[i3 >> 2] = 7932; HEAP32[i3 + 32 >> 2] = i1; HEAP32[i3 + 40 >> 2] = i2; HEAP32[i3 + 48 >> 2] = -1; @@ -71024,23 +70300,6 @@ function __ZNSt3__110__stdinbufIcEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { return; } -function __ZN4wasm8GetLocal7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i3, i2, i1) { - i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - var i4 = 0, i5 = 0; - i1 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i1 + 4 | 0; - i5 = i1; - i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i2, 17349, 0) | 0; - HEAP32[i5 >> 2] = HEAP32[i3 + 8 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i4) | 0, 41) | 0; - STACKTOP = i1; - 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; @@ -71061,31 +70320,6 @@ function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE16__ins return; } -function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsgetnEPwi(i7, i2, i5) { - i7 = i7 | 0; - i2 = i2 | 0; - i5 = i5 | 0; - var i1 = 0, i3 = 0, i4 = 0, i6 = 0; - i6 = i7 + 12 | 0; - i4 = i7 + 16 | 0; - i1 = 0; - while (1) { - if ((i1 | 0) >= (i5 | 0)) break; - i3 = HEAP32[i6 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) >>> 0) { - i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i7 >> 2] | 0) + 40 >> 2] & 127](i7) | 0; - if ((i3 | 0) == -1) break; - } else { - HEAP32[i6 >> 2] = i3 + 4; - i3 = HEAP32[i3 >> 2] | 0; - } - HEAP32[i2 >> 2] = i3; - i1 = i1 + 1 | 0; - i2 = i2 + 4 | 0; - } - return i1 | 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_EEED2Ev(i2) { i2 = i2 | 0; var i1 = 0; @@ -71096,17 +70330,17 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ return; } -function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE6resizeEj(i5, i3) { +function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE6resizeEj(i5, i4) { i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; i6 = i5 + 4 | 0; i1 = HEAP32[i6 >> 2] | 0; - i2 = HEAP32[i5 >> 2] | 0; - i4 = i1 - i2 >> 2; - L1 : do if (i4 >>> 0 >= i3 >>> 0) { - if (i4 >>> 0 > i3 >>> 0) { - i2 = i2 + (i3 << 2) | 0; + i3 = HEAP32[i5 >> 2] | 0; + i2 = i1 - i3 >> 2; + L1 : do if (i2 >>> 0 >= i4 >>> 0) { + if (i2 >>> 0 > i4 >>> 0) { + i2 = i3 + (i4 << 2) | 0; while (1) { if ((i1 | 0) == (i2 | 0)) break L1; i5 = i1 + -4 | 0; @@ -71114,44 +70348,10 @@ function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE6re i1 = i5; } } - } else __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE8__appendEj(i5, i3 - i4 | 0); while (0); + } else __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE8__appendEj(i5, i4 - i2 | 0); while (0); return; } -function __ZNKSt3__17collateIcE10do_compareEPKcS3_S3_S3_(i2, i1, i6, i3, i5) { - i2 = i2 | 0; - i1 = i1 | 0; - i6 = i6 | 0; - i3 = i3 | 0; - i5 = i5 | 0; - var i4 = 0, i7 = 0; - i4 = i3; - while (1) { - if ((i4 | 0) == (i5 | 0)) { - i7 = 7; - break; - } - if ((i1 | 0) == (i6 | 0)) { - i1 = -1; - break; - } - i2 = HEAP8[i1 >> 0] | 0; - i3 = HEAP8[i4 >> 0] | 0; - if (i2 << 24 >> 24 < i3 << 24 >> 24) { - i1 = -1; - break; - } - if (i3 << 24 >> 24 < i2 << 24 >> 24) { - i1 = 1; - break; - } - i1 = i1 + 1 | 0; - i4 = i4 + 1 | 0; - } - if ((i7 | 0) == 7) i1 = (i1 | 0) != (i6 | 0) & 1; - return i1 | 0; -} - function _trunc(d1) { d1 = +d1; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; @@ -71173,16 +70373,16 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0; i1 = HEAP8[i6 >> 0] | 0; if (!(i1 & 1)) { + i2 = (i1 & 255) >>> 1; i5 = i6 + 1 | 0; - i3 = (i1 & 255) >>> 1; } else { + i2 = HEAP32[i6 + 4 >> 2] | 0; i5 = HEAP32[i6 + 8 >> 2] | 0; - i3 = HEAP32[i6 + 4 >> 2] | 0; } - i2 = (i3 | 0) != 0 & 1; - i4 = i3 - i2 | 0; - if ((i3 | 0) != (i2 | 0)) { - _memmove(i5 | 0, i5 + i2 | 0, i4 | 0) | 0; + i3 = (i2 | 0) != 0 & 1; + i4 = i2 - i3 | 0; + if ((i2 | 0) != (i3 | 0)) { + _memmove(i5 | 0, i5 + i3 | 0, i4 | 0) | 0; i1 = HEAP8[i6 >> 0] | 0; } if (!(i1 & 1)) HEAP8[i6 >> 0] = i4 << 1; else HEAP32[i6 + 4 >> 2] = i4; @@ -71190,6 +70390,36 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N return; } +function __ZN10__cxxabiv112_GLOBAL__N_119parse_cv_qualifiersEPKcS2_Rj(i1, i2, i4) { + i1 = i1 | 0; + i2 = i2 | 0; + i4 = i4 | 0; + var i3 = 0; + HEAP32[i4 >> 2] = 0; + if ((i1 | 0) != (i2 | 0)) { + i2 = HEAP8[i1 >> 0] | 0; + if (i2 << 24 >> 24 == 114) { + HEAP32[i4 >> 2] = 4; + i2 = i1 + 1 | 0; + i1 = i2; + i2 = HEAP8[i2 >> 0] | 0; + i3 = 4; + } else i3 = 0; + if (i2 << 24 >> 24 == 86) { + i3 = i3 | 2; + HEAP32[i4 >> 2] = i3; + i2 = i1 + 1 | 0; + i1 = i2; + i2 = HEAP8[i2 >> 0] | 0; + } + if (i2 << 24 >> 24 == 75) { + HEAP32[i4 >> 2] = i3 | 1; + i1 = i1 + 1 | 0; + } + } + return i1 | 0; +} + function _fmt_u(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -71242,22 +70472,37 @@ function __ZNSt3__114__split_bufferIPNS_6locale5facetERNS_15__sso_allocatorIS3_L return; } -function __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i3, i4, i5) { +function __ZNKSt3__17collateIcE10do_compareEPKcS3_S3_S3_(i3, i1, i6, i2, i5) { i3 = i3 | 0; - i4 = i4 | 0; + i1 = i1 | 0; + i6 = i6 | 0; + i2 = i2 | 0; i5 = i5 | 0; - var i1 = 0, i2 = 0; - __ZNSt3__114__shared_count12__add_sharedEv(i4); - i2 = i3 + 8 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if ((HEAP32[i3 + 12 >> 2] | 0) - i1 >> 2 >>> 0 <= i5 >>> 0) { - __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE6resizeEj(i2, i5 + 1 | 0); - i1 = HEAP32[i2 >> 2] | 0; + var i4 = 0, i7 = 0; + while (1) { + if ((i2 | 0) == (i5 | 0)) { + i7 = 7; + break; + } + if ((i1 | 0) == (i6 | 0)) { + i1 = -1; + break; + } + i3 = HEAP8[i1 >> 0] | 0; + i4 = HEAP8[i2 >> 0] | 0; + if (i3 << 24 >> 24 < i4 << 24 >> 24) { + i1 = -1; + break; + } + if (i4 << 24 >> 24 < i3 << 24 >> 24) { + i1 = 1; + break; + } + i2 = i2 + 1 | 0; + i1 = i1 + 1 | 0; } - i1 = HEAP32[i1 + (i5 << 2) >> 2] | 0; - if (i1 | 0) __ZNSt3__114__shared_count16__release_sharedEv(i1) | 0; - HEAP32[(HEAP32[i2 >> 2] | 0) + (i5 << 2) >> 2] = i4; - return; + if ((i7 | 0) == 7) i1 = (i1 | 0) != (i6 | 0) & 1; + return i1 | 0; } function __Z9parseHeapPKc(i1, i2) { @@ -71325,19 +70570,19 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N function __ZNSt3__16locale5__impD2Ev(i5) { i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0; - HEAP32[i5 >> 2] = 11100; - i3 = i5 + 8 | 0; - i2 = i5 + 12 | 0; + HEAP32[i5 >> 2] = 11212; + i2 = i5 + 8 | 0; + i3 = i5 + 12 | 0; i4 = 0; while (1) { - i1 = HEAP32[i3 >> 2] | 0; - if (i4 >>> 0 >= (HEAP32[i2 >> 2] | 0) - i1 >> 2 >>> 0) break; + i1 = HEAP32[i2 >> 2] | 0; + if (i4 >>> 0 >= (HEAP32[i3 >> 2] | 0) - i1 >> 2 >>> 0) break; i1 = HEAP32[i1 + (i4 << 2) >> 2] | 0; if (i1 | 0) __ZNSt3__114__shared_count16__release_sharedEv(i1) | 0; i4 = i4 + 1 | 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5 + 144 | 0); - __ZNSt3__113__vector_baseIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEED2Ev(i3); + __ZNSt3__113__vector_baseIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEED2Ev(i2); return; } @@ -71345,19 +70590,35 @@ function __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; + i2 = i4 + 8 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break; - i2 = i2 + -24 | 0; - HEAP32[i3 >> 2] = i2; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i2); + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i3 = i3 + -24 | 0; + HEAP32[i2 >> 2] = i3; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i3); } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE10deallocateEPcj(HEAP32[HEAP32[i4 + 16 >> 2] >> 2] | 0, i1, (HEAP32[i4 + 12 >> 2] | 0) - i1 | 0); return; } +function __ZN4wasm16PrintSExpression13visitGetLocalEPNS_8GetLocalE(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; + i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 + 4 >> 2] | 0, 25511, 0) | 0; + HEAP32[i5 >> 2] = HEAP32[i1 + 8 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i4) | 0, 41) | 0; + STACKTOP = i3; + return; +} + function __ZN4wasm22SExpressionWasmBuilder12makeGetLocalERNS_7ElementE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -71371,17 +70632,40 @@ function __ZN4wasm22SExpressionWasmBuilder12makeGetLocalERNS_7ElementE(i2, i1) { return i3 | 0; } -function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6resizeEj(i5, i3) { +function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9underflowEv(i4) { + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0; + i1 = i4 + 44 | 0; + i2 = HEAP32[i1 >> 2] | 0; + i3 = HEAP32[i4 + 24 >> 2] | 0; + if (i2 >>> 0 < i3 >>> 0) { + HEAP32[i1 >> 2] = i3; + i1 = i3; + } else i1 = i2; + if (HEAP32[i4 + 48 >> 2] & 8) { + i3 = i4 + 16 | 0; + i2 = HEAP32[i3 >> 2] | 0; + if (i2 >>> 0 < i1 >>> 0) { + HEAP32[i3 >> 2] = i1; + i2 = i1; + } + i1 = HEAP32[i4 + 12 >> 2] | 0; + if (i1 >>> 0 < i2 >>> 0) i1 = HEAPU8[i1 >> 0] | 0; else i1 = -1; + } else i1 = -1; + return i1 | 0; +} + +function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6resizeEj(i5, i4) { i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; i6 = i5 + 4 | 0; i1 = HEAP32[i6 >> 2] | 0; - i2 = HEAP32[i5 >> 2] | 0; - i4 = i1 - i2 >> 2; - L1 : do if (i4 >>> 0 >= i3 >>> 0) { - if (i4 >>> 0 > i3 >>> 0) { - i2 = i2 + (i3 << 2) | 0; + i3 = HEAP32[i5 >> 2] | 0; + i2 = i1 - i3 >> 2; + L1 : do if (i2 >>> 0 >= i4 >>> 0) { + if (i2 >>> 0 > i4 >>> 0) { + i2 = i3 + (i4 << 2) | 0; while (1) { if ((i1 | 0) == (i2 | 0)) break L1; i5 = i1 + -4 | 0; @@ -71389,7 +70673,7 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6resizeEj(i5, i1 = i5; } } - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE8__appendEj(i5, i3 - i4 | 0); while (0); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE8__appendEj(i5, i4 - i2 | 0); while (0); return; } @@ -71398,13 +70682,13 @@ function __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_ var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i3 = i4 + 4 | 0; + i2 = i4 + 4 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break; - i2 = i2 + -24 | 0; - HEAP32[i3 >> 2] = i2; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i2); + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i3 = i3 + -24 | 0; + HEAP32[i2 >> 2] = i3; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i3); } i3 = HEAP32[i4 >> 2] | 0; __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE10deallocateEPcj(HEAP32[i4 + 12 >> 2] | 0, i3, (HEAP32[i4 + 8 >> 2] | 0) - i3 | 0); @@ -71418,14 +70702,14 @@ function __ZN4wasm22SExpressionWasmBuilder12getLocalNameERNS_7ElementE(i2, i1) { var i3 = 0, i4 = 0; do if (!(HEAP8[i1 + 20 >> 0] | 0)) { i4 = _atoi(__ZN4wasm7Element5c_strEv(i1) | 0) | 0; - i1 = HEAP32[i2 + 56 >> 2] | 0; - i2 = HEAP32[i1 + 8 >> 2] | 0; - i3 = (HEAP32[i1 + 12 >> 2] | 0) - i2 >> 3; - if (i4 >>> 0 < i3 >>> 0) { - i1 = HEAP32[i2 + (i4 << 3) >> 2] | 0; + i3 = HEAP32[i2 + 56 >> 2] | 0; + i1 = HEAP32[i3 + 8 >> 2] | 0; + i2 = (HEAP32[i3 + 12 >> 2] | 0) - i1 >> 3; + if (i4 >>> 0 < i2 >>> 0) { + i1 = HEAP32[i1 + (i4 << 3) >> 2] | 0; break; } else { - i1 = HEAP32[(HEAP32[i1 + 20 >> 2] | 0) + (i4 - i3 << 3) >> 2] | 0; + i1 = HEAP32[(HEAP32[i3 + 20 >> 2] | 0) + (i4 - i2 << 3) >> 2] | 0; break; } } else i1 = __ZN4wasm7Element3strEv(i1) | 0; while (0); @@ -71448,70 +70732,6 @@ function __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i4, return i1 | 0; } -function _strlen(i2) { - i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0; - i4 = i2; - L1 : do if (!(i4 & 3)) { - i1 = i2; - i3 = 4; - } else { - i1 = i4; - while (1) { - if (!(HEAP8[i2 >> 0] | 0)) break L1; - i2 = i2 + 1 | 0; - i1 = i2; - if (!(i1 & 3)) { - i1 = i2; - i3 = 4; - break; - } - } - } while (0); - if ((i3 | 0) == 4) { - while (1) { - i2 = HEAP32[i1 >> 2] | 0; - if (!((i2 & -2139062144 ^ -2139062144) & i2 + -16843009)) i1 = i1 + 4 | 0; else break; - } - if ((i2 & 255) << 24 >> 24) do i1 = i1 + 1 | 0; while ((HEAP8[i1 >> 0] | 0) != 0); - } - return i1 - i4 | 0; -} - -function __ZNKSt3__17collateIwE10do_compareEPKwS3_S3_S3_(i2, i1, i6, i3, i5) { - i2 = i2 | 0; - i1 = i1 | 0; - i6 = i6 | 0; - i3 = i3 | 0; - i5 = i5 | 0; - var i4 = 0, i7 = 0; - i4 = i3; - while (1) { - if ((i4 | 0) == (i5 | 0)) { - i7 = 7; - break; - } - if ((i1 | 0) == (i6 | 0)) { - i1 = -1; - break; - } - i2 = HEAP32[i1 >> 2] | 0; - i3 = HEAP32[i4 >> 2] | 0; - if ((i2 | 0) < (i3 | 0)) { - i1 = -1; - break; - } - if ((i3 | 0) < (i2 | 0)) { - i1 = 1; - break; - } - i1 = i1 + 4 | 0; - i4 = i4 + 4 | 0; - } - if ((i7 | 0) == 7) i1 = (i1 | 0) != (i6 | 0) & 1; - return i1 | 0; -} - function __ZNKSt3__17codecvtIDsc11__mbstate_tE6do_outERS1_PKDsS5_RS5_PcS7_RS7_(i5, i1, i2, i3, i4, i6, i7, i8) { i5 = i5 | 0; i1 = i1 | 0; @@ -71635,89 +70855,99 @@ function __ZN4wasm22SExpressionWasmBuilder11parseExportERNS_7ElementE(i2, i1) { return; } -function __ZN10__cxxabiv112_GLOBAL__N_119parse_cv_qualifiersEPKcS2_Rj(i1, i2, i4) { - i1 = i1 | 0; - i2 = i2 | 0; - i4 = i4 | 0; - var i3 = 0; - HEAP32[i4 >> 2] = 0; - if ((i1 | 0) != (i2 | 0)) { - i2 = HEAP8[i1 >> 0] | 0; - if (i2 << 24 >> 24 == 114) { - HEAP32[i4 >> 2] = 4; - i1 = i1 + 1 | 0; - i2 = HEAP8[i1 >> 0] | 0; - i3 = 4; - } else i3 = 0; - if (i2 << 24 >> 24 == 86) { - i3 = i3 | 2; - HEAP32[i4 >> 2] = i3; - i1 = i1 + 1 | 0; - i2 = HEAP8[i1 >> 0] | 0; - } - if (i2 << 24 >> 24 == 75) { - HEAP32[i4 >> 2] = i3 | 1; - i1 = i1 + 1 | 0; - } - } - return i1 | 0; -} - function __ZNSt3__114__split_bufferINS_6vectorIN6cashew6ParserINS2_3RefENS2_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS7_EEEERNS8_ISA_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; + i2 = i4 + 8 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break; - i2 = i2 + -12 | 0; - HEAP32[i3 >> 2] = i2; - __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEED2Ev(i2); + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i3 = i3 + -12 | 0; + HEAP32[i2 >> 2] = i3; + __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEED2Ev(i3); } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); return; } +function _strlen(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0; + i4 = i1; + L1 : do if (!(i4 & 3)) i3 = 4; else { + i2 = i1; + i1 = i4; + while (1) { + if (!(HEAP8[i2 >> 0] | 0)) break L1; + i2 = i2 + 1 | 0; + i1 = i2; + if (!(i1 & 3)) { + i1 = i2; + i3 = 4; + break; + } + } + } while (0); + if ((i3 | 0) == 4) { + while (1) { + i2 = HEAP32[i1 >> 2] | 0; + if (!((i2 & -2139062144 ^ -2139062144) & i2 + -16843009)) i1 = i1 + 4 | 0; else break; + } + if ((i2 & 255) << 24 >> 24) do i1 = i1 + 1 | 0; while ((HEAP8[i1 >> 0] | 0) != 0); + } + return i1 - i4 | 0; +} + function __ZNSt3__113__vector_baseINS_6vectorIN6cashew6ParserINS2_3RefENS2_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS7_EEEENS8_ISA_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i3 = i4 + 4 | 0; + i2 = i4 + 4 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break; - i2 = i2 + -12 | 0; - HEAP32[i3 >> 2] = i2; - __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEED2Ev(i2); + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i3 = i3 + -12 | 0; + HEAP32[i2 >> 2] = i3; + __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEED2Ev(i3); } __ZdlPv(HEAP32[i4 >> 2] | 0); } return; } -function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9underflowEv(i4) { - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0; - i3 = i4 + 44 | 0; - i1 = HEAP32[i3 >> 2] | 0; - i2 = HEAP32[i4 + 24 >> 2] | 0; - if (i1 >>> 0 < i2 >>> 0) { - HEAP32[i3 >> 2] = i2; - i1 = i2; - } - if (HEAP32[i4 + 48 >> 2] & 8) { - i3 = i4 + 16 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if (i2 >>> 0 < i1 >>> 0) { - HEAP32[i3 >> 2] = i1; - i2 = i1; +function __ZNKSt3__17collateIwE10do_compareEPKwS3_S3_S3_(i3, i1, i6, i2, i5) { + i3 = i3 | 0; + i1 = i1 | 0; + i6 = i6 | 0; + i2 = i2 | 0; + i5 = i5 | 0; + var i4 = 0, i7 = 0; + while (1) { + if ((i2 | 0) == (i5 | 0)) { + i7 = 7; + break; } - i1 = HEAP32[i4 + 12 >> 2] | 0; - if (i1 >>> 0 < i2 >>> 0) i1 = HEAPU8[i1 >> 0] | 0; else i1 = -1; - } else i1 = -1; + if ((i1 | 0) == (i6 | 0)) { + i1 = -1; + break; + } + i3 = HEAP32[i1 >> 2] | 0; + i4 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) < (i4 | 0)) { + i1 = -1; + break; + } + if ((i4 | 0) < (i3 | 0)) { + i1 = 1; + break; + } + i2 = i2 + 4 | 0; + i1 = i1 + 4 | 0; + } + if ((i7 | 0) == 7) i1 = (i1 | 0) != (i6 | 0) & 1; return i1 | 0; } @@ -71739,21 +70969,21 @@ function __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i2) { __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i1 + 12 | 0); STACKTOP = i3; return i2 | 0; - } else ___assert_fail(25610, 27598, 756, 25625); + } else ___assert_fail(26864, 28852, 755, 26879); return 0; } -function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i5, i3) { +function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i5, i4) { i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0; i6 = i5 + 4 | 0; i1 = HEAP32[i6 >> 2] | 0; - i2 = HEAP32[i5 >> 2] | 0; - i4 = i1 - i2 >> 2; - L1 : do if (i4 >>> 0 >= i3 >>> 0) { - if (i4 >>> 0 > i3 >>> 0) { - i2 = i2 + (i3 << 2) | 0; + i3 = HEAP32[i5 >> 2] | 0; + i2 = i1 - i3 >> 2; + L1 : do if (i2 >>> 0 >= i4 >>> 0) { + if (i2 >>> 0 > i4 >>> 0) { + i2 = i3 + (i4 << 2) | 0; while (1) { if ((i1 | 0) == (i2 | 0)) break L1; i5 = i1 + -4 | 0; @@ -71761,39 +70991,60 @@ function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i5, i3) { i1 = i5; } } - } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE8__appendEj(i5, i3 - i4 | 0); while (0); + } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE8__appendEj(i5, i4 - i2 | 0); while (0); return; } -function __ZN6cashew5Value8setArrayERNSt3__16vectorINS_3RefENS1_9allocatorIS3_EEEE(i3, i1) { +function __ZN6cashew5Value8setArrayERNSt3__16vectorINS_3RefENS1_9allocatorIS3_EEEE(i3, i2) { i3 = i3 | 0; - i1 = i1 | 0; - var i2 = 0; + i2 = i2 | 0; + var i1 = 0; __ZN6cashew5Value4freeEv(i3); HEAP32[i3 >> 2] = 2; - i2 = __ZN6cashew5Arena10allocArrayEv(38784) | 0; - HEAP32[i3 + 8 >> 2] = i2; - if ((i2 | 0) != (i1 | 0)) __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE6assignIPS2_EENS_9enable_ifIXaasr21__is_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsIS9_E9referenceEEE5valueEvE4typeES9_S9_(i2, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0); + i1 = __ZN6cashew5Arena10allocArrayEv(39944) | 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; } +function __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i3, i4) { + i3 = i3 | 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0; + L1 : do if ((i3 | 0) != (i4 | 0) ? (i1 = (HEAP8[i3 >> 0] | 0) == 110 ? i3 + 1 | 0 : i3, (i1 | 0) != (i4 | 0)) : 0) { + i2 = HEAP8[i1 >> 0] | 0; + if (i2 << 24 >> 24 == 48) { + i1 = i1 + 1 | 0; + break; + } + if ((i2 + -49 & 255) < 9) do { + i1 = i1 + 1 | 0; + if ((i1 | 0) == (i4 | 0)) { + i1 = i4; + break L1; + } + } while (((HEAP8[i1 >> 0] | 0) + -48 | 0) >>> 0 < 10); else i1 = i3; + } else i1 = i3; while (0); + return i1 | 0; +} + function __ZN6cashew12ValueBuilder13appendToBlockENS_3RefES1_(i3, i4) { i3 = i3 | 0; i4 = i4 | 0; var i1 = 0, i2 = 0, i5 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i5 + 4 | 0; - i1 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 38416) | 0) { + i1 = i5 + 4 | 0; + i2 = i5; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 39576) | 0) { i3 = __ZN6cashew3RefixEj(i3, 1) | 0; i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; STACKTOP = i5; return; - } else ___assert_fail(23971, 28612, 1361, 23989); + } else ___assert_fail(24101, 29866, 1361, 24119); } function __ZN6cashew12ValueBuilder13appendToArrayENS_3RefES1_(i3, i4) { @@ -71802,41 +71053,17 @@ function __ZN6cashew12ValueBuilder13appendToArrayENS_3RefES1_(i3, i4) { var i1 = 0, i2 = 0, i5 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i5 + 4 | 0; - i1 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 38724) | 0) { + i1 = i5 + 4 | 0; + i2 = i5; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 39884) | 0) { i3 = __ZN6cashew3RefixEj(i3, 1) | 0; i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; STACKTOP = i5; return; - } else ___assert_fail(23846, 28612, 1643, 23864); -} - -function __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i1, i4) { - i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - L1 : do if ((i1 | 0) != (i4 | 0) ? (i3 = (HEAP8[i1 >> 0] | 0) == 110 ? i1 + 1 | 0 : i1, (i3 | 0) != (i4 | 0)) : 0) { - i2 = HEAP8[i3 >> 0] | 0; - if (i2 << 24 >> 24 == 48) { - i1 = i3 + 1 | 0; - break; - } - if ((i2 + -49 & 255) < 9) { - i1 = i3; - do { - i1 = i1 + 1 | 0; - if ((i1 | 0) == (i4 | 0)) { - i1 = i4; - break L1; - } - } while (((HEAP8[i1 >> 0] | 0) + -48 | 0) >>> 0 < 10); - } - } while (0); - return i1 | 0; + } else ___assert_fail(23976, 29866, 1643, 23994); } function __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i3, i4) { @@ -71845,23 +71072,23 @@ function __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i3, i4) { var i1 = 0, i2 = 0, i5 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i5 + 4 | 0; - i1 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 38480) | 0) { + i1 = i5 + 4 | 0; + i2 = i5; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 39640) | 0) { i3 = __ZN6cashew3RefixEj(i3, 2) | 0; i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; STACKTOP = i5; return; - } else ___assert_fail(23550, 28612, 1446, 23566); + } else ___assert_fail(23680, 29866, 1446, 23696); } function __ZN4wasm11WasmVisitorINS_14SimplifyLocalsEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27848, 27598, 1701, 27853); + if (!i1) ___assert_fail(29102, 28852, 1227, 29107); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -71987,9 +71214,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(39584, i2) | 0, 32) | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 39584, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(39584, 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(40744, i2) | 0, 32) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 40744, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(40744, 10) | 0; _abort(); } @@ -72040,7 +71267,7 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__init function __ZN4wasm11WasmVisitorINS_11MergeBlocksEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27848, 27598, 1701, 27853); + if (!i1) ___assert_fail(29102, 28852, 1227, 29107); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -72157,19 +71384,19 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 return; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0, i4 = 0; - i4 = i1 + 4 | 0; - i2 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i3 + 12 | 0); - i2 = HEAP32[i3 + 36 >> 2] | 0; - i1 = HEAP32[i3 + 32 >> 2] | 0; + i4 = i4 | 0; + var i2 = 0, i3 = 0; + i2 = i1 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); + i3 = HEAP32[i4 + 36 >> 2] | 0; + i1 = HEAP32[i4 + 32 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i3 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 4 | 0); + if ((i1 | 0) == (i3 | 0)) break; + i4 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); i1 = i1 + 8 | 0; } return; @@ -72178,24 +71405,24 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE11vis 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(39584, 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(40744, i2) | 0, 32) | 0; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, HEAP32[i1 >> 2] | 0) | 0, 10) | 0; _abort(); } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0, i4 = 0; - i4 = i1 + 4 | 0; - i2 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i3 + 12 | 0); - i2 = HEAP32[i3 + 36 >> 2] | 0; - i1 = HEAP32[i3 + 32 >> 2] | 0; + i4 = i4 | 0; + var i2 = 0, i3 = 0; + i2 = i1 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); + i3 = HEAP32[i4 + 36 >> 2] | 0; + i1 = HEAP32[i4 + 32 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i3 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 4 | 0); + if ((i1 | 0) == (i3 | 0)) break; + i4 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); i1 = i1 + 8 | 0; } return; @@ -72205,13 +71432,13 @@ function __ZNSt3__114__split_bufferIPNS_6locale5facetERNS_15__sso_allocatorIS3_L i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; } i2 = HEAP32[i4 >> 2] | 0; do if (i2 | 0) { @@ -72227,37 +71454,37 @@ function __ZNSt3__114__split_bufferIPNS_6locale5facetERNS_15__sso_allocatorIS3_L return; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0, i4 = 0; - i4 = i1 + 4 | 0; - i2 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i3 + 12 | 0); - i2 = HEAP32[i3 + 36 >> 2] | 0; - i1 = HEAP32[i3 + 32 >> 2] | 0; + i4 = i4 | 0; + var i2 = 0, i3 = 0; + i2 = i1 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); + i3 = HEAP32[i4 + 36 >> 2] | 0; + i1 = HEAP32[i4 + 32 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i3 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 4 | 0); + if ((i1 | 0) == (i3 | 0)) break; + i4 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); i1 = i1 + 8 | 0; } return; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0, i4 = 0; - i4 = i1 + 4 | 0; - i2 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i3 + 12 | 0); - i2 = HEAP32[i3 + 36 >> 2] | 0; - i1 = HEAP32[i3 + 32 >> 2] | 0; + i4 = i4 | 0; + var i2 = 0, i3 = 0; + i2 = i1 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); + i3 = HEAP32[i4 + 36 >> 2] | 0; + i1 = HEAP32[i4 + 32 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i3 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 4 | 0); + if ((i1 | 0) == (i3 | 0)) break; + i4 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); i1 = i1 + 8 | 0; } return; @@ -72275,12 +71502,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i2, i1) { HEAP8[i3 + 3 >> 0] = HEAP8[i1 + 3 >> 0] | 0; HEAP8[i3 + 4 >> 0] = HEAP8[i1 + 4 >> 0] | 0; HEAP8[i2 + 6 >> 0] = 0; - i2 = i2 + 12 | 0; - i1 = 0; + i1 = i2 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } return; } @@ -72297,12 +71524,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i2, i1) { HEAP8[i3 + 2 >> 0] = i1 >> 16; HEAP8[i3 + 3 >> 0] = i1 >> 24; HEAP8[i2 + 5 >> 0] = 0; - i2 = i2 + 12 | 0; - i1 = 0; + i1 = i2 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } return; } @@ -72320,12 +71547,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS HEAP32[i2 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - i2 = i3 + 12 | 0; - i1 = 0; + i1 = i3 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } return; } @@ -72334,20 +71561,20 @@ function __ZNSt3__111__call_onceERVmPvPFvS2_E(i2, i1, i3) { i2 = i2 | 0; i1 = i1 | 0; i3 = i3 | 0; - _pthread_mutex_lock(42300) | 0; + _pthread_mutex_lock(43460) | 0; while (1) { if ((HEAP32[i2 >> 2] | 0) != 1) break; - _pthread_cond_wait(42328, 42300) | 0; + _pthread_cond_wait(43488, 43460) | 0; } if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = 1; - _pthread_mutex_unlock(42300) | 0; + _pthread_mutex_unlock(43460) | 0; FUNCTION_TABLE_vi[i3 & 255](i1); - _pthread_mutex_lock(42300) | 0; + _pthread_mutex_lock(43460) | 0; HEAP32[i2 >> 2] = -1; - _pthread_mutex_unlock(42300) | 0; - _pthread_cond_broadcast(42328) | 0; - } else _pthread_mutex_unlock(42300) | 0; + _pthread_mutex_unlock(43460) | 0; + _pthread_cond_broadcast(43488) | 0; + } else _pthread_mutex_unlock(43460) | 0; return; } @@ -72368,44 +71595,24 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu return i1 | 0; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0, i4 = 0; - i4 = i1 + 4 | 0; - i2 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i3 + 12 | 0); - i2 = HEAP32[i3 + 36 >> 2] | 0; - i1 = HEAP32[i3 + 32 >> 2] | 0; + i4 = i4 | 0; + var i2 = 0, i3 = 0; + i2 = i1 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); + i3 = HEAP32[i4 + 36 >> 2] | 0; + i1 = HEAP32[i4 + 32 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i3 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 4 | 0); + if ((i1 | 0) == (i3 | 0)) break; + i4 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); i1 = i1 + 8 | 0; } return; } -function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE18__construct_at_endEj(i1, i4) { - i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - i3 = i1 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; - i1 = i4; - do { - HEAP32[i2 >> 2] = 0; - HEAP32[i2 + 4 >> 2] = 0; - HEAP32[i2 + 8 >> 2] = 0; - HEAP32[i2 + 12 >> 2] = 0; - HEAPF32[i2 + 16 >> 2] = 1.0; - i2 = (HEAP32[i3 >> 2] | 0) + 20 | 0; - HEAP32[i3 >> 2] = i2; - i1 = i1 + -1 | 0; - } while ((i1 | 0) != 0); - return; -} - function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEEC2Ej(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -72446,20 +71653,20 @@ function _strerror(i1) { var i2 = 0, i3 = 0; i2 = 0; while (1) { - if ((HEAPU8[29521 + i2 >> 0] | 0) == (i1 | 0)) { + if ((HEAPU8[31050 + i2 >> 0] | 0) == (i1 | 0)) { i3 = 2; break; } i2 = i2 + 1 | 0; if ((i2 | 0) == 87) { i2 = 87; - i1 = 29609; + i1 = 31138; i3 = 5; break; } } - if ((i3 | 0) == 2) if (!i2) i1 = 29609; else { - i1 = 29609; + if ((i3 | 0) == 2) if (!i2) i1 = 31138; else { + i1 = 31138; i3 = 5; } if ((i3 | 0) == 5) while (1) { @@ -72474,6 +71681,22 @@ function _strerror(i1) { return i1 | 0; } +function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE13__lower_boundIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_SJ_SJ_(i3, i4, i2, i1) { + i3 = i3 | 0; + i4 = i4 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + L1 : while (1) { + while (1) { + if (!i2) break L1; + if (!(__ZNK6cashew7IStringltERKS0_(i2 + 16 | 0, i4) | 0)) break; + i2 = HEAP32[i2 + 4 >> 2] | 0; + } + i1 = i2; + i2 = HEAP32[i2 >> 2] | 0; + } + return i1 | 0; +} function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE25__construct_node_with_keyERSA_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -72493,23 +71716,6 @@ function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEN return; } -function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE13__lower_boundIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_SJ_SJ_(i3, i4, i2, i1) { - i3 = i3 | 0; - i4 = i4 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - L1 : while (1) { - while (1) { - if (!i2) break L1; - if (!(__ZNK6cashew7IStringltERKS0_(i2 + 16 | 0, i4) | 0)) break; - i2 = HEAP32[i2 + 4 >> 2] | 0; - } - i1 = i2; - i2 = HEAP32[i2 >> 2] | 0; - } - return i1 | 0; -} - function __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -72535,7 +71741,7 @@ function __ZN6cashew19DotZeroValueBuilder10makeDoubleEd(d1) { i4 = i3 + 8 | 0; i6 = i3 + 4 | 0; i5 = i3; - HEAP32[i6 >> 2] = HEAP32[9638]; + HEAP32[i6 >> 2] = HEAP32[9928]; i7 = __ZN6cashew12ValueBuilder10makeDoubleEd(d1) | 0; HEAP32[i5 >> 2] = i7; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; @@ -72545,6 +71751,26 @@ function __ZN6cashew19DotZeroValueBuilder10makeDoubleEd(d1) { return i2 | 0; } +function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE18__construct_at_endEj(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + var i3 = 0; + i3 = i1 + 4 | 0; + i1 = i2; + i2 = HEAP32[i3 >> 2] | 0; + do { + HEAP32[i2 >> 2] = 0; + HEAP32[i2 + 4 >> 2] = 0; + HEAP32[i2 + 8 >> 2] = 0; + HEAP32[i2 + 12 >> 2] = 0; + HEAPF32[i2 + 16 >> 2] = 1.0; + i2 = (HEAP32[i3 >> 2] | 0) + 20 | 0; + HEAP32[i3 >> 2] = i2; + i1 = i1 + -1 | 0; + } while ((i1 | 0) != 0); + return; +} + function __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -72570,30 +71796,30 @@ function __ZSt9terminatev() { i3 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i4 = i3 + 8 | 0; - i2 = ___cxa_get_globals_fast() | 0; - if ((i2 | 0 ? (i1 = HEAP32[i2 >> 2] | 0, i1 | 0) : 0) ? (i2 = i1 + 48 | 0, (HEAP32[i2 >> 2] & -256 | 0) == 1126902528 ? (HEAP32[i2 + 4 >> 2] | 0) == 1129074247 : 0) : 0) { - FUNCTION_TABLE_v[HEAP32[i1 + 12 >> 2] & 3](); - _abort_message(35305, i3); + 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(36463, i3); } - i3 = HEAP32[2880] | 0; - HEAP32[2880] = i3 + 0; + i3 = HEAP32[2908] | 0; + HEAP32[2908] = i3 + 0; FUNCTION_TABLE_v[i3 & 3](); - _abort_message(35305, i4); + _abort_message(36463, i4); } -function __ZNSt3__18functionIFPN4wasm4PassEvEEC2ERKS5_(i4, i2) { +function __ZNSt3__18functionIFPN4wasm4PassEvEEC2ERKS5_(i4, i3) { i4 = i4 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0; - i3 = i2 + 16 | 0; - i1 = HEAP32[i3 >> 2] | 0; - do if (i1) if ((i1 | 0) == (i2 | 0)) { + i3 = i3 | 0; + var i1 = 0, i2 = 0; + i1 = i3 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2) if ((i2 | 0) == (i3 | 0)) { HEAP32[i4 + 16 >> 2] = i4; - i3 = HEAP32[i3 >> 2] | 0; + i3 = HEAP32[i1 >> 2] | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 12 >> 2] & 127](i3, i4); break; } else { - i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1) | 0; + i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2) | 0; HEAP32[i4 + 16 >> 2] = i3; break; } else HEAP32[i4 + 16 >> 2] = 0; while (0); @@ -72631,28 +71857,46 @@ function __ZNK10__cxxabiv120__si_class_type_info16search_above_dstEPNS_19__dynam return; } -function __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i2, i3, i1) { +function __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i2, i4, i1) { i2 = i2 | 0; - i3 = i3 | 0; + i4 = i4 | 0; i1 = i1 | 0; - var i4 = 0, i5 = 0; + var i3 = 0, i5 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i5; - HEAP32[i4 >> 2] = i1; + i3 = i5; + HEAP32[i3 >> 2] = i1; i1 = HEAP32[i2 + 16 >> 2] | 0; if (!i1) { i5 = ___cxa_allocate_exception(4) | 0; - HEAP32[i5 >> 2] = 2880; + HEAP32[i5 >> 2] = 2920; ___cxa_throw(i5 | 0, 152, 15); } else { - i4 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 31](i1, i3, i4) | 0; + i4 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 31](i1, i4, i3) | 0; STACKTOP = i5; return i4 | 0; } return 0; } +function __ZN4wasm9printWasmEPNS_6ModuleERNSt3__113basic_ostreamIcNS2_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] = 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 __ZNK4wasm7Literal19countTrailingZeroesEv(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; @@ -72748,30 +71992,30 @@ 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(28602, 28612, 478, 22816); + if ((HEAP32[i5 >> 2] | 0) != 2) ___assert_fail(29856, 29866, 478, 22946); i1 = HEAP32[i5 + 8 >> 2] | 0; - i3 = i1 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i1, i4); else { - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; + i2 = i1 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i1 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i1, i4); else { + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; } return i5 | 0; } -function __ZNSt3__18functionIFvvEEC2ERKS2_(i4, i2) { +function __ZNSt3__18functionIFvvEEC2ERKS2_(i4, i3) { i4 = i4 | 0; - i2 = i2 | 0; - var i1 = 0, i3 = 0; - i3 = i2 + 16 | 0; - i1 = HEAP32[i3 >> 2] | 0; - do if (i1) if ((i1 | 0) == (i2 | 0)) { + i3 = i3 | 0; + var i1 = 0, i2 = 0; + i1 = i3 + 16 | 0; + i2 = HEAP32[i1 >> 2] | 0; + do if (i2) if ((i2 | 0) == (i3 | 0)) { HEAP32[i4 + 16 >> 2] = i4; - i3 = HEAP32[i3 >> 2] | 0; + i3 = HEAP32[i1 >> 2] | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 12 >> 2] & 127](i3, i4); break; } else { - i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1) | 0; + i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2) | 0; HEAP32[i4 + 16 >> 2] = i3; break; } else HEAP32[i4 + 16 >> 2] = 0; while (0); @@ -72893,13 +72137,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE15vis var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -72952,13 +72196,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE15visit var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73000,13 +72244,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE15visitC var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73018,13 +72262,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE15visitC var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73132,13 +72376,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE15visitCall var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73152,12 +72396,12 @@ function __ZNSt3__119__tree_right_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i5) { i1 = HEAP32[i4 >> 2] | 0; HEAP32[i5 >> 2] = i1; if (i1 | 0) HEAP32[i1 + 8 >> 2] = i5; - i2 = i5 + 8 | 0; - HEAP32[i3 + 8 >> 2] = HEAP32[i2 >> 2]; - i1 = HEAP32[i2 >> 2] | 0; - if ((HEAP32[i1 >> 2] | 0) == (i5 | 0)) HEAP32[i1 >> 2] = i3; else HEAP32[i1 + 4 >> 2] = i3; + i1 = i5 + 8 | 0; + HEAP32[i3 + 8 >> 2] = HEAP32[i1 >> 2]; + i2 = HEAP32[i1 >> 2] | 0; + if ((HEAP32[i2 >> 2] | 0) == (i5 | 0)) HEAP32[i2 >> 2] = i3; else HEAP32[i2 + 4 >> 2] = i3; HEAP32[i4 >> 2] = i5; - HEAP32[i2 >> 2] = i3; + HEAP32[i1 >> 2] = i3; return; } @@ -73181,13 +72425,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE10vis var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 12 | 0; i4 = i1 + 16 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73223,13 +72467,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE10visit var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 12 | 0; i4 = i1 + 16 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73239,18 +72483,18 @@ function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuild i1 = i1 | 0; i5 = i5 | 0; var i2 = 0, i3 = 0, i4 = 0; - i2 = i1 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - i1 = i3; - i4 = i5; + i3 = i1 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; + i1 = i5; + i4 = i2; while (1) { - HEAP32[i1 >> 2] = 0; - HEAP32[i1 + 4 >> 2] = 0; - HEAP32[i1 + 8 >> 2] = 0; - i4 = i4 + -1 | 0; - if (!i4) break; else i1 = i1 + 12 | 0; + HEAP32[i4 >> 2] = 0; + HEAP32[i4 + 4 >> 2] = 0; + HEAP32[i4 + 8 >> 2] = 0; + i1 = i1 + -1 | 0; + if (!i1) break; else i4 = i4 + 12 | 0; } - HEAP32[i2 >> 2] = i3 + (i5 * 12 | 0); + HEAP32[i3 >> 2] = i2 + (i5 * 12 | 0); return; } @@ -73260,13 +72504,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE9visi var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 16 | 0; i4 = i1 + 20 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73278,13 +72522,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE10visitB var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 12 | 0; i4 = i1 + 16 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73296,13 +72540,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE10visitB var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 12 | 0; i4 = i1 + 16 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73314,13 +72558,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE9visi var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73332,13 +72576,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE9visitH var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 16 | 0; i4 = i1 + 20 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73350,13 +72594,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE9visitC var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73368,13 +72612,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE9visitHo var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 16 | 0; i4 = i1 + 20 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73386,13 +72630,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE9visitHo var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 16 | 0; i4 = i1 + 20 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73404,13 +72648,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE10visitBloc var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 12 | 0; i4 = i1 + 16 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73424,12 +72668,12 @@ function __ZNSt3__118__tree_left_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i4) { i1 = HEAP32[i3 >> 2] | 0; HEAP32[i2 >> 2] = i1; if (i1 | 0) HEAP32[i1 + 8 >> 2] = i4; - i2 = i4 + 8 | 0; - HEAP32[i3 + 8 >> 2] = HEAP32[i2 >> 2]; - i1 = HEAP32[i2 >> 2] | 0; - if ((HEAP32[i1 >> 2] | 0) == (i4 | 0)) HEAP32[i1 >> 2] = i3; else HEAP32[i1 + 4 >> 2] = i3; + i1 = i4 + 8 | 0; + HEAP32[i3 + 8 >> 2] = HEAP32[i1 >> 2]; + i2 = HEAP32[i1 >> 2] | 0; + if ((HEAP32[i2 >> 2] | 0) == (i4 | 0)) HEAP32[i2 >> 2] = i3; else HEAP32[i2 + 4 >> 2] = i3; HEAP32[i3 >> 2] = i4; - HEAP32[i2 >> 2] = i3; + HEAP32[i1 >> 2] = i3; return; } @@ -73438,13 +72682,13 @@ function __ZNSt3__113__vector_baseIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj2 var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 >> 2] | 0; do if (i1 | 0) { - i3 = i4 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; } if ((i4 + 16 | 0) == (i1 | 0)) { HEAP8[i4 + 128 >> 0] = 0; @@ -73463,13 +72707,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE9visitCa var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73481,23 +72725,59 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE9visitCa var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; } +function __ZNSt3__111__stdoutbufIwE6xsputnEPKwi(i4, i1, i3) { + i4 = i4 | 0; + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0; + L1 : do if (!(HEAP8[i4 + 44 >> 0] | 0)) { + i2 = i1; + i1 = 0; + while (1) { + if ((i1 | 0) >= (i3 | 0)) break L1; + if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 52 >> 2] & 31](i4, HEAP32[i2 >> 2] | 0) | 0) == -1) break L1; + i2 = i2 + 4 | 0; + i1 = i1 + 1 | 0; + } + } else i1 = _fwrite(i1, 4, i3, HEAP32[i4 + 32 >> 2] | 0) | 0; while (0); + return i1 | 0; +} + +function __ZNSt3__111__stdoutbufIcE6xsputnEPKci(i4, i1, i3) { + i4 = i4 | 0; + i1 = i1 | 0; + i3 = i3 | 0; + var i2 = 0; + L1 : do if (!(HEAP8[i4 + 44 >> 0] | 0)) { + i2 = i1; + i1 = 0; + while (1) { + if ((i1 | 0) >= (i3 | 0)) break L1; + if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 52 >> 2] & 31](i4, HEAPU8[i2 >> 0] | 0) | 0) == -1) break L1; + i2 = i2 + 1 | 0; + i1 = i1 + 1 | 0; + } + } else i1 = _fwrite(i1, 1, i3, HEAP32[i4 + 32 >> 2] | 0) | 0; while (0); + return i1 | 0; +} + function __ZNSt3__110__stdinbufIwE5imbueERKNS_6localeE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0, i4 = 0; - i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42260) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 43420) | 0; i3 = i2 + 36 | 0; HEAP32[i3 >> 2] = i4; i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 24 >> 2] & 127](i4) | 0; @@ -73513,7 +72793,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, 42252) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 43412) | 0; i3 = i2 + 36 | 0; HEAP32[i3 >> 2] = i4; i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 24 >> 2] & 127](i4) | 0; @@ -73531,13 +72811,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE9visitHostE var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 16 | 0; i4 = i1 + 20 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73549,20 +72829,20 @@ function __ZNKSt3__15ctypeIwE5do_isEPKwS3_Pt(i1, i6, i5, i2) { i5 = i5 | 0; i2 = i2 | 0; var i3 = 0, i4 = 0, i7 = 0; - i3 = (i5 - i6 | 0) >>> 2; - i4 = i6; + i4 = (i5 - i6 | 0) >>> 2; + i3 = i6; while (1) { - if ((i4 | 0) == (i5 | 0)) break; - i1 = HEAP32[i4 >> 2] | 0; + if ((i3 | 0) == (i5 | 0)) break; + i1 = HEAP32[i3 >> 2] | 0; if (i1 >>> 0 < 128) { i7 = ___ctype_b_loc() | 0; i1 = HEAPU16[(HEAP32[i7 >> 2] | 0) + (i1 << 1) >> 1] | 0; } else i1 = 0; HEAP16[i2 >> 1] = i1; - i4 = i4 + 4 | 0; i2 = i2 + 2 | 0; + i3 = i3 + 4 | 0; } - return i6 + (i3 << 2) | 0; + return i6 + (i4 << 2) | 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseNewERPcPKc(i3, i2, i1) { @@ -73588,13 +72868,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE9visitCallE var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i2 = i2 + 4 | 0; + i1 = i2 + 4 | 0; i3 = 0; while (1) { - i1 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i1 >> 2 >>> 0) break; - i6 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i1 + (i3 << 2) | 0); + i2 = HEAP32[i5 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; + i6 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); i3 = i3 + 1 | 0; } return; @@ -73640,6 +72920,32 @@ function __ZN4wasm10Expression2isINS_10CallImportEEEbv(i1) { return (i1 | 0) == 7 | 0; } +function _wmemmove(i4, i3, i1) { + i4 = i4 | 0; + i3 = i3 | 0; + i1 = i1 | 0; + var i2 = 0; + i2 = (i1 | 0) == 0; + if (i4 - i3 >> 2 >>> 0 < i1 >>> 0) { + if (!i2) do { + i1 = i1 + -1 | 0; + HEAP32[i4 + (i1 << 2) >> 2] = HEAP32[i3 + (i1 << 2) >> 2]; + } while ((i1 | 0) != 0); + } else if (!i2) { + i2 = i3; + i3 = i4; + while (1) { + i1 = i1 + -1 | 0; + HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; + if (!i1) break; else { + i2 = i2 + 4 | 0; + i3 = i3 + 4 | 0; + } + } + } + return i4 | 0; +} + function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -73697,40 +73003,6 @@ function __ZN4wasm10Expression2isINS_5BlockEEEbv(i1) { return (i1 | 0) == 1 | 0; } -function __ZNSt3__111__stdoutbufIwE6xsputnEPKwi(i4, i2, i3) { - i4 = i4 | 0; - i2 = i2 | 0; - i3 = i3 | 0; - var i1 = 0; - L1 : do if (!(HEAP8[i4 + 44 >> 0] | 0)) { - i1 = 0; - while (1) { - if ((i1 | 0) >= (i3 | 0)) break L1; - if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 52 >> 2] & 31](i4, HEAP32[i2 >> 2] | 0) | 0) == -1) break L1; - i1 = i1 + 1 | 0; - i2 = i2 + 4 | 0; - } - } else i1 = _fwrite(i2, 4, i3, HEAP32[i4 + 32 >> 2] | 0) | 0; while (0); - return i1 | 0; -} - -function __ZNSt3__111__stdoutbufIcE6xsputnEPKci(i4, i2, i3) { - i4 = i4 | 0; - i2 = i2 | 0; - i3 = i3 | 0; - var i1 = 0; - L1 : do if (!(HEAP8[i4 + 44 >> 0] | 0)) { - i1 = 0; - while (1) { - if ((i1 | 0) >= (i3 | 0)) break L1; - if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 52 >> 2] & 31](i4, HEAPU8[i2 >> 0] | 0) | 0) == -1) break L1; - i1 = i1 + 1 | 0; - i2 = i2 + 1 | 0; - } - } else i1 = _fwrite(i2, 1, i3, HEAP32[i4 + 32 >> 2] | 0) | 0; while (0); - return i1 | 0; -} - function __ZN4wasm10Expression2isINS_4CallEEEbv(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -73764,13 +73036,13 @@ function __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EE i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; + i2 = i4 + 8 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break; - i2 = i2 + -28 | 0; - HEAP32[i3 >> 2] = i2; - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i2); + 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); @@ -73782,13 +73054,13 @@ function __ZNSt3__113__vector_baseIN6cashew13OperatorClassENS_9allocatorIS2_EEED var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i3 = i4 + 4 | 0; + i2 = i4 + 4 | 0; while (1) { - i2 = HEAP32[i3 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) break; - i2 = i2 + -28 | 0; - HEAP32[i3 >> 2] = i2; - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i2); + 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); } @@ -73810,31 +73082,6 @@ function __ZNK10__cxxabiv122__base_class_type_info16search_below_dstEPNS_19__dyn return; } -function _wmemmove(i4, i2, i1) { - i4 = i4 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - i3 = (i1 | 0) == 0; - if (i4 - i2 >> 2 >>> 0 < i1 >>> 0) { - if (!i3) do { - i1 = i1 + -1 | 0; - HEAP32[i4 + (i1 << 2) >> 2] = HEAP32[i2 + (i1 << 2) >> 2]; - } while ((i1 | 0) != 0); - } else if (!i3) { - i3 = i4; - while (1) { - i1 = i1 + -1 | 0; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; - if (!i1) break; else { - i3 = i3 + 4 | 0; - i2 = i2 + 4 | 0; - } - } - } - return i4 | 0; -} - function __ZNK10__cxxabiv120__si_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i4, i2, i1, i3) { i4 = i4 | 0; i2 = i2 | 0; @@ -73847,22 +73094,6 @@ function __ZNK10__cxxabiv120__si_class_type_info27has_unambiguous_public_baseEPN return; } -function __ZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i3, i2, i1) { - i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - var i4 = 0, i5 = 0; - i4 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i5 = i4; - HEAP32[i5 >> 2] = 2900; - HEAP32[i5 + 4 >> 2] = i2; - HEAP32[i5 + 8 >> 2] = i1; - __ZN4wasm11WasmVisitorIZNS_10Expression5printERNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEEjE17ExpressionPrintervE5visitEPS1_(i5, i3); - STACKTOP = i4; - return i2 | 0; -} - function __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -73958,7 +73189,7 @@ function __ZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC2EPKcS4_(i3, i2, i1) { i4 = i3; i5 = __ZN4wasm12PassRegistry3getEv() | 0; HEAP32[i4 + 16 >> 2] = i4; - HEAP32[i4 >> 2] = 3644; + HEAP32[i4 >> 2] = 3756; __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); STACKTOP = i3; @@ -73978,12 +73209,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i3, i1) { i1 = i1 + 1 | 0; } while ((i4 | 0) < (i2 | 0)); HEAP8[i3 + 11 >> 0] = 0; - i2 = i3 + 12 | 0; - i1 = 0; + i1 = i3 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } return; } @@ -74010,7 +73241,7 @@ function __ZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC2EPKcS4_(i3, i2, i1) { i4 = i3; i5 = __ZN4wasm12PassRegistry3getEv() | 0; HEAP32[i4 + 16 >> 2] = i4; - HEAP32[i4 >> 2] = 3516; + HEAP32[i4 >> 2] = 3628; __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); STACKTOP = i3; @@ -74030,12 +73261,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i3, i1) { i1 = i1 + 1 | 0; } while ((i4 | 0) < (i2 | 0)); HEAP8[i3 + 10 >> 0] = 0; - i2 = i3 + 12 | 0; - i1 = 0; + i1 = i3 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } return; } @@ -74050,7 +73281,7 @@ function __ZN4wasm12RegisterPassINS_14SimplifyLocalsEEC2EPKcS4_(i3, i2, i1) { i4 = i3; i5 = __ZN4wasm12PassRegistry3getEv() | 0; HEAP32[i4 + 16 >> 2] = i4; - HEAP32[i4 >> 2] = 3900; + HEAP32[i4 >> 2] = 4012; __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); STACKTOP = i3; @@ -74067,7 +73298,7 @@ function __ZN4wasm12RegisterPassINS_14PostEmscriptenEEC2EPKcS4_(i3, i2, i1) { i4 = i3; i5 = __ZN4wasm12PassRegistry3getEv() | 0; HEAP32[i4 + 16 >> 2] = i4; - HEAP32[i4 >> 2] = 3772; + HEAP32[i4 >> 2] = 3884; __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); STACKTOP = i3; @@ -74110,7 +73341,7 @@ function __ZN4wasm12RegisterPassINS_11MergeBlocksEEC2EPKcS4_(i3, i2, i1) { i4 = i3; i5 = __ZN4wasm12PassRegistry3getEv() | 0; HEAP32[i4 + 16 >> 2] = i4; - HEAP32[i4 >> 2] = 3388; + HEAP32[i4 >> 2] = 3412; __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); STACKTOP = i3; @@ -74135,24 +73366,24 @@ function __ZN4wasm10Expression2isINS_12CallIndirectEEEbv(i1) { return (i1 | 0) == 8 | 0; } -function _memcmp(i1, i3, i2) { - i1 = i1 | 0; - i3 = i3 | 0; +function _memcmp(i2, i3, i1) { i2 = i2 | 0; + i3 = i3 | 0; + i1 = i1 | 0; var i4 = 0, i5 = 0; - L1 : do if (!i2) i1 = 0; else { + L1 : do if (!i1) i1 = 0; else { i5 = i1; i4 = i2; while (1) { - i2 = HEAP8[i5 >> 0] | 0; + i2 = HEAP8[i4 >> 0] | 0; i1 = HEAP8[i3 >> 0] | 0; if (i2 << 24 >> 24 != i1 << 24 >> 24) break; - i4 = i4 + -1 | 0; - if (!i4) { + i5 = i5 + -1 | 0; + if (!i5) { i1 = 0; break L1; } else { - i5 = i5 + 1 | 0; + i4 = i4 + 1 | 0; i3 = i3 + 1 | 0; } } @@ -74169,7 +73400,7 @@ function ___stdout_write(i2, i1, i3) { i5 = STACKTOP; STACKTOP = STACKTOP + 80 | 0; i4 = i5; - HEAP32[i2 + 36 >> 2] = 8; + HEAP32[i2 + 36 >> 2] = 9; if ((HEAP32[i2 >> 2] & 64 | 0) == 0 ? (HEAP32[i4 >> 2] = HEAP32[i2 + 60 >> 2], HEAP32[i4 + 4 >> 2] = 21505, HEAP32[i4 + 8 >> 2] = i5 + 12, ___syscall54(54, i4 | 0) | 0) : 0) HEAP8[i2 + 75 >> 0] = -1; i4 = ___stdio_write(i2, i1, i3) | 0; STACKTOP = i5; @@ -74218,6 +73449,23 @@ function __ZN7AsmData7getTypeERKN6cashew7IStringE(i2, i1) { return i1 | 0; } +function __ZN4wasm12RegisterPassINS_7PrinterEEC2EPKcS4_(i3, i2, i1) { + i3 = i3 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i4 = 0, i5 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i4 = i3; + i5 = __ZN4wasm12PassRegistry3getEv() | 0; + HEAP32[i4 + 16 >> 2] = i4; + HEAP32[i4 >> 2] = 3584; + __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); + __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); + STACKTOP = i3; + return; +} + function __ZNK4wasm7Literal2leERKS0_(i1, i3, i2) { i1 = i1 | 0; i3 = i3 | 0; @@ -74304,40 +73552,16 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i2, i1) { HEAP8[i3 + 1 >> 0] = HEAP8[i1 + 1 >> 0] | 0; HEAP8[i3 + 2 >> 0] = HEAP8[i1 + 2 >> 0] | 0; HEAP8[i2 + 4 >> 0] = 0; - i2 = i2 + 12 | 0; - i1 = 0; + i1 = i2 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } return; } -function __ZNKSt3__15ctypeIwE11do_scan_notEtPKwS3_(i3, i4, i2, i1) { - i3 = i3 | 0; - i4 = i4 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - var i5 = 0; - i3 = i2; - while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i2 = HEAP32[i3 >> 2] | 0; - if (i2 >>> 0 >= 128) { - i1 = i3; - break; - } - i5 = ___ctype_b_loc() | 0; - if (!((HEAP16[(HEAP32[i5 >> 2] | 0) + (i2 << 1) >> 1] & i4) << 16 >> 16)) { - i1 = i3; - break; - } - i3 = i3 + 4 | 0; - } - return i1 | 0; -} - function __ZN7AsmDataD2Ev(i1) { i1 = i1 | 0; __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i1 + 32 | 0); @@ -74373,7 +73597,7 @@ function __ZN4wasm12toUInteger64Ed(d1) { i3 = +Math_abs(d1) >= 1.0 ? (d1 > 0.0 ? ~~+Math_min(+Math_floor(d1 / 4294967296.0), 4294967295.0) >>> 0 : ~~+Math_ceil((d1 - +(~~d1 >>> 0)) / 4294967296.0) >>> 0) : 0; tempRet0 = i2 ? i3 : -1; return (i2 ? ~~d1 >>> 0 : -1) | 0; - } else ___assert_fail(28938, 28867, 62, 28954); + } else ___assert_fail(30192, 30121, 62, 30208); return 0; } @@ -74396,8 +73620,8 @@ function __Znwj(i1) { } if ((i2 | 0) == 5) { i2 = ___cxa_allocate_exception(4) | 0; - HEAP32[i2 >> 2] = 11616; - ___cxa_throw(i2 | 0, 2592, 181); + HEAP32[i2 >> 2] = 11728; + ___cxa_throw(i2 | 0, 2632, 186); } else if ((i2 | 0) == 6) return i1 | 0; return 0; } @@ -74429,19 +73653,19 @@ function __ZNKSt3__15ctypeIwE10do_toupperEPwPKw(i1, i5, i4) { i5 = i5 | 0; i4 = i4 | 0; var i2 = 0, i3 = 0, i6 = 0; - i2 = (i4 - i5 | 0) >>> 2; - i3 = i5; + i3 = (i4 - i5 | 0) >>> 2; + i2 = i5; while (1) { - if ((i3 | 0) == (i4 | 0)) break; - i1 = HEAP32[i3 >> 2] | 0; + if ((i2 | 0) == (i4 | 0)) break; + i1 = HEAP32[i2 >> 2] | 0; if (i1 >>> 0 < 128) { i6 = ___ctype_toupper_loc() | 0; i1 = HEAP32[(HEAP32[i6 >> 2] | 0) + (i1 << 2) >> 2] | 0; } - HEAP32[i3 >> 2] = i1; - i3 = i3 + 4 | 0; + HEAP32[i2 >> 2] = i1; + i2 = i2 + 4 | 0; } - return i5 + (i2 << 2) | 0; + return i5 + (i3 << 2) | 0; } function __ZNKSt3__15ctypeIwE10do_tolowerEPwPKw(i1, i5, i4) { @@ -74449,19 +73673,19 @@ function __ZNKSt3__15ctypeIwE10do_tolowerEPwPKw(i1, i5, i4) { i5 = i5 | 0; i4 = i4 | 0; var i2 = 0, i3 = 0, i6 = 0; - i2 = (i4 - i5 | 0) >>> 2; - i3 = i5; + i3 = (i4 - i5 | 0) >>> 2; + i2 = i5; while (1) { - if ((i3 | 0) == (i4 | 0)) break; - i1 = HEAP32[i3 >> 2] | 0; + if ((i2 | 0) == (i4 | 0)) break; + i1 = HEAP32[i2 >> 2] | 0; if (i1 >>> 0 < 128) { i6 = ___ctype_tolower_loc() | 0; i1 = HEAP32[(HEAP32[i6 >> 2] | 0) + (i1 << 2) >> 2] | 0; } - HEAP32[i3 >> 2] = i1; - i3 = i3 + 4 | 0; + HEAP32[i2 >> 2] = i1; + i2 = i2 + 4 | 0; } - return i5 + (i2 << 2) | 0; + return i5 + (i3 << 2) | 0; } function __ZNSt3__18ios_base4initEPv(i2, i1) { @@ -74510,22 +73734,33 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE10deallocateE var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i3 = i4 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; } __ZdlPv(i1); HEAP32[i4 + 8 >> 2] = 0; - HEAP32[i3 >> 2] = 0; + HEAP32[i2 >> 2] = 0; HEAP32[i4 >> 2] = 0; } return; } +function __ZN4wasm16PrintSExpression13printFullLineEPNS_10ExpressionE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i3 = i2 + 4 | 0; + __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(HEAP32[i3 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; + __ZN4wasm11WasmVisitorINS_16PrintSExpressionEvE5visitEPNS_10ExpressionE(i2, i1); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(HEAP32[i3 >> 2] | 0, 10) | 0; + return; +} + function __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i1, i3, i2) { i1 = i1 | 0; i3 = i3 | 0; @@ -74544,6 +73779,24 @@ function __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i1, i3, i2) { } } +function _strcmp(i4, i2) { + i4 = i4 | 0; + i2 = i2 | 0; + var i1 = 0, i3 = 0; + i3 = HEAP8[i4 >> 0] | 0; + i1 = HEAP8[i2 >> 0] | 0; + if (i3 << 24 >> 24 == 0 ? 1 : i3 << 24 >> 24 != i1 << 24 >> 24) i2 = i3; else { + do { + i4 = i4 + 1 | 0; + i2 = i2 + 1 | 0; + i3 = HEAP8[i4 >> 0] | 0; + i1 = HEAP8[i2 >> 0] | 0; + } while (!(i3 << 24 >> 24 == 0 ? 1 : i3 << 24 >> 24 != i1 << 24 >> 24)); + i2 = i3; + } + return (i2 & 255) - (i1 & 255) | 0; +} + function __ZNSt3__1lsIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_ostreamIT_T0_EES9_RKNS_12basic_stringIS6_S7_T1_EE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -74558,17 +73811,17 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE10deallocateEv(i4 var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i3 = i4 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; } __ZdlPv(i1); HEAP32[i4 + 8 >> 2] = 0; - HEAP32[i3 >> 2] = 0; + HEAP32[i2 >> 2] = 0; HEAP32[i4 >> 2] = 0; } return; @@ -74579,17 +73832,17 @@ function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE10deallocateEv(i4 var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i3 = i4 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -8 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -8 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; } __ZdlPv(i1); HEAP32[i4 + 8 >> 2] = 0; - HEAP32[i3 >> 2] = 0; + HEAP32[i2 >> 2] = 0; HEAP32[i4 >> 2] = 0; } return; @@ -74599,13 +73852,13 @@ function __ZNSt3__114__split_bufferIN6cashew6ParserINS1_3RefENS1_19DotZeroValueB i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -8 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -74616,11 +73869,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(22214, 28612, 228, 22240); + if (!(+_fmod(+HEAPF64[i1 >> 3], 1.0) == 0.0)) ___assert_fail(22344, 29866, 228, 22370); i1 = __ZN6cashew5Value9getNumberEv(i2) | 0; i1 = ~~+HEAPF64[i1 >> 3]; i2 = __ZN6cashew5Value9getNumberEv(i2) | 0; - if (+(i1 | 0) == +HEAPF64[i2 >> 3]) return i1 | 0; else ___assert_fail(22251, 28612, 230, 22240); + if (+(i1 | 0) == +HEAPF64[i2 >> 3]) return i1 | 0; else ___assert_fail(22381, 29866, 230, 22370); return 0; } @@ -74628,7 +73881,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; i3 = __Znwj(64) | 0; - HEAP32[i3 >> 2] = 3212; + HEAP32[i3 >> 2] = 3236; i4 = i3 + 4 | 0; i1 = i1 + 4 | 0; i2 = i4 + 60 | 0; @@ -74645,17 +73898,17 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE10deallocateEv(i4) { var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i3 = i4 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -4 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; } __ZdlPv(i1); HEAP32[i4 + 8 >> 2] = 0; - HEAP32[i3 >> 2] = 0; + HEAP32[i2 >> 2] = 0; HEAP32[i4 >> 2] = 0; } return; @@ -74752,8 +74005,8 @@ function __ZZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC1EPKcS4_ENKUlvE_clEv( HEAP32[i1 + 8 >> 2] = 0; HEAP32[i1 + 12 >> 2] = 0; HEAP32[i1 + 16 >> 2] = 0; - HEAP32[i1 >> 2] = 3688; - HEAP32[i1 + 4 >> 2] = 3716; + HEAP32[i1 >> 2] = 3800; + HEAP32[i1 + 4 >> 2] = 3828; i2 = i1 + 16 | 0; HEAP32[i2 >> 2] = 0; HEAP32[i1 + 20 >> 2] = 0; @@ -74813,7 +74066,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio i2 = i2 | 0; i1 = i1 | 0; var i3 = 0; - HEAP32[i1 >> 2] = 3212; + HEAP32[i1 >> 2] = 3236; i3 = i1 + 4 | 0; i1 = i2 + 4 | 0; i2 = i3 + 60 | 0; @@ -74965,14 +74218,14 @@ function __ZN4wasm10PassRunner3runEPNS_6ModuleE(i5, i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i6 = 0; i1 = HEAP32[i5 + 8 >> 2] | 0; - i3 = i5 + 16 | 0; - i2 = HEAP32[i5 + 4 >> 2] | 0; + i2 = i5 + 16 | 0; + i3 = HEAP32[i5 + 4 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i6 = HEAP32[i2 >> 2] | 0; - HEAP32[i3 >> 2] = i6; + if ((i3 | 0) == (i1 | 0)) break; + i6 = HEAP32[i3 >> 2] | 0; + HEAP32[i2 >> 2] = i6; FUNCTION_TABLE_viii[HEAP32[(HEAP32[i6 >> 2] | 0) + 12 >> 2] & 15](i6, i5, i4); - i2 = i2 + 4 | 0; + i3 = i3 + 4 | 0; } return; } @@ -74993,6 +74246,26 @@ function __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEEC2Ej return; } +function __ZNKSt3__15ctypeIwE11do_scan_notEtPKwS3_(i2, i4, i1, i3) { + i2 = i2 | 0; + i4 = i4 | 0; + i1 = i1 | 0; + i3 = i3 | 0; + var i5 = 0; + while (1) { + if ((i1 | 0) == (i3 | 0)) { + i1 = i3; + break; + } + i2 = HEAP32[i1 >> 2] | 0; + if (i2 >>> 0 >= 128) break; + i5 = ___ctype_b_loc() | 0; + if (!((HEAP16[(HEAP32[i5 >> 2] | 0) + (i2 << 1) >> 1] & i4) << 16 >> 16)) break; + i1 = i1 + 4 | 0; + } + return i1 | 0; +} + function __ZNSt3__18ios_base16__call_callbacksENS0_5eventE(i5, i3) { i5 = i5 | 0; i3 = i3 | 0; @@ -75056,15 +74329,6 @@ function __ZNSt3__114__split_bufferIN6cashew7IStringERNS_9allocatorIS2_EEEC2EjjS return; } -function __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i3, i2, i1) { - i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i3, i2) | 0; - __ZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, i3, i2) | 0; - return __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i3, 10) | 0; -} - function __ZNSt3__114__split_bufferIPN6cashew5ValueERNS_9allocatorIS3_EEEC2EjjS6_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -75129,25 +74393,6 @@ function __ZNSt3__114__split_bufferIN4wasm8NameTypeERNS_9allocatorIS2_EEEC2EjjS5 return; } -function __ZNKSt3__15ctypeIwE10do_scan_isEtPKwS3_(i3, i4, i2, i1) { - i3 = i3 | 0; - i4 = i4 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - var i5 = 0; - i3 = i2; - while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i2 = HEAP32[i3 >> 2] | 0; - if (i2 >>> 0 < 128 ? (i5 = ___ctype_b_loc() | 0, (HEAP16[(HEAP32[i5 >> 2] | 0) + (i2 << 1) >> 1] & i4) << 16 >> 16) : 0) { - i1 = i3; - break; - } - i3 = i3 + 4 | 0; - } - return i1 | 0; -} - function __ZNSt3__114__split_bufferIPN4wasm6ImportERNS_9allocatorIS3_EEEC2EjjS6_(i4, i2, i3, i1) { i4 = i4 | 0; i2 = i2 | 0; @@ -75258,13 +74503,13 @@ function __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBu var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -8 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -8 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; } __ZdlPv(i3); } @@ -75301,6 +74546,26 @@ function ___muldsi3(i1, i2) { return (tempRet0 = (i1 >>> 16) + (Math_imul(i5, i4) | 0) + (((i1 & 65535) + i2 | 0) >>> 16) | 0, i1 + i2 << 16 | i3 & 65535 | 0) | 0; } +function __ZNKSt3__15ctypeIwE9do_narrowEPKwS3_cPc(i1, i6, i5, i4, i2) { + i1 = i1 | 0; + i6 = i6 | 0; + i5 = i5 | 0; + i4 = i4 | 0; + i2 = i2 | 0; + var i3 = 0, i7 = 0; + i3 = (i5 - i6 | 0) >>> 2; + i1 = i2; + i2 = i6; + while (1) { + if ((i2 | 0) == (i5 | 0)) break; + i7 = HEAP32[i2 >> 2] | 0; + HEAP8[i1 >> 0] = i7 >>> 0 < 128 ? i7 & 255 : i4; + i1 = i1 + 1 | 0; + i2 = i2 + 4 | 0; + } + return i6 + (i3 << 2) | 0; +} + function __ZNKSt3__15ctypeIcE10do_toupperEPcPKc(i2, i1, i3) { i2 = i2 | 0; i1 = i1 | 0; @@ -75339,21 +74604,6 @@ function __ZNKSt3__15ctypeIcE10do_tolowerEPcPKc(i2, i1, i3) { return i3 | 0; } -function _strcmp(i3, i4) { - i3 = i3 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0; - i2 = HEAP8[i3 >> 0] | 0; - i1 = HEAP8[i4 >> 0] | 0; - if (!(i2 << 24 >> 24 == 0 ? 1 : i2 << 24 >> 24 != i1 << 24 >> 24)) do { - i3 = i3 + 1 | 0; - i4 = i4 + 1 | 0; - i2 = HEAP8[i3 >> 0] | 0; - i1 = HEAP8[i4 >> 0] | 0; - } while (!(i2 << 24 >> 24 == 0 ? 1 : i2 << 24 >> 24 != i1 << 24 >> 24)); - return (i2 & 255) - (i1 & 255) | 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; @@ -75425,6 +74675,24 @@ function __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9alloca return; } +function __ZNKSt3__15ctypeIwE10do_scan_isEtPKwS3_(i2, i4, i1, i3) { + i2 = i2 | 0; + i4 = i4 | 0; + i1 = i1 | 0; + i3 = i3 | 0; + var i5 = 0; + while (1) { + if ((i1 | 0) == (i3 | 0)) { + i1 = i3; + break; + } + i2 = HEAP32[i1 >> 2] | 0; + if (i2 >>> 0 < 128 ? (i5 = ___ctype_b_loc() | 0, (HEAP16[(HEAP32[i5 >> 2] | 0) + (i2 << 1) >> 1] & i4) << 16 >> 16) : 0) break; + i1 = i1 + 4 | 0; + } + return i1 | 0; +} + function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE11visitBinaryEPNS_6BinaryE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -75441,13 +74709,13 @@ function __ZNSt3__114__split_bufferIPNS_6vectorIN6cashew3RefENS_9allocatorIS3_EE i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -75613,7 +74881,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; i2 = __Znwj(12) | 0; - HEAP32[i2 >> 2] = 3300; + HEAP32[i2 >> 2] = 3324; i4 = i1 + 4 | 0; i3 = HEAP32[i4 + 4 >> 2] | 0; i1 = i2 + 4 | 0; @@ -75626,7 +74894,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; i2 = __Znwj(12) | 0; - HEAP32[i2 >> 2] = 3256; + HEAP32[i2 >> 2] = 3280; i4 = i1 + 4 | 0; i3 = HEAP32[i4 + 4 >> 2] | 0; i1 = i2 + 4 | 0; @@ -75698,25 +74966,6 @@ function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS return; } -function __ZNKSt3__15ctypeIwE9do_narrowEPKwS3_cPc(i1, i6, i5, i4, i2) { - i1 = i1 | 0; - i6 = i6 | 0; - i5 = i5 | 0; - i4 = i4 | 0; - i2 = i2 | 0; - var i3 = 0, i7 = 0; - i3 = (i5 - i6 | 0) >>> 2; - i1 = i6; - while (1) { - if ((i1 | 0) == (i5 | 0)) break; - i7 = HEAP32[i1 >> 2] | 0; - HEAP8[i2 >> 0] = i7 >>> 0 < 128 ? i7 & 255 : i4; - i2 = i2 + 1 | 0; - i1 = i1 + 4 | 0; - } - return i6 + (i3 << 2) | 0; -} - function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE11visitBinaryEPNS_6BinaryE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -75763,7 +75012,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio i2 = i2 | 0; i1 = i1 | 0; var i3 = 0, i4 = 0; - HEAP32[i1 >> 2] = 3300; + HEAP32[i1 >> 2] = 3324; i4 = i2 + 4 | 0; i3 = HEAP32[i4 + 4 >> 2] | 0; i2 = i1 + 4 | 0; @@ -75776,7 +75025,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio i2 = i2 | 0; i1 = i1 | 0; var i3 = 0, i4 = 0; - HEAP32[i1 >> 2] = 3256; + HEAP32[i1 >> 2] = 3280; i4 = i2 + 4 | 0; i3 = HEAP32[i4 + 4 >> 2] | 0; i2 = i1 + 4 | 0; @@ -75841,12 +75090,6 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm7LiteralEEEN return; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i1) { - i1 = i1 | 0; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i1, HEAP32[i1 + 4 >> 2] | 0); - return; -} - function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i2) { i2 = i2 | 0; var i1 = 0; @@ -75876,13 +75119,13 @@ function __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_9allocatorIS3_EEED i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -12 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -75893,19 +75136,36 @@ function __ZNSt3__114__split_bufferIPN4wasm12FunctionTypeERNS_9allocatorIS3_EEED i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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 __ZN4wasm7Printer3runEPNS_10PassRunnerEPNS_6ModuleE(i3, i2, i1) { + i3 = i3 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i4 = 0; + i2 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + i4 = i2; + i3 = HEAP32[i3 + 4 >> 2] | 0; + HEAP32[i4 >> 2] = 3568; + HEAP32[i4 + 4 >> 2] = i3; + HEAP32[i4 + 8 >> 2] = 0; + __ZN4wasm16PrintSExpression11visitModuleEPNS_6ModuleE(i4, i1); + STACKTOP = i2; + return; +} + 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_EEE12__deallocateEPNS_11__hash_nodeIS4_PvEE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -75933,13 +75193,13 @@ function __ZNSt3__114__split_bufferIPN4wasm10ExpressionERNS_9allocatorIS3_EEED2E i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -75970,13 +75230,13 @@ function __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEED2Ev i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -8 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -76001,12 +75261,6 @@ function __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i5, i4, i1, i3, i2) return i1 | 0; } -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i1) { - i1 = i1 | 0; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i1, HEAP32[i1 + 4 >> 2] | 0); - return; -} - function __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEE25__construct_node_with_keyERS7_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -76035,13 +75289,13 @@ function __ZNSt3__114__split_bufferIPN4wasm8FunctionERNS_9allocatorIS3_EEED2Ev(i i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -76052,13 +75306,13 @@ function __ZNSt3__114__split_bufferIN6cashew7IStringERNS_9allocatorIS2_EEED2Ev(i i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -76069,7 +75323,7 @@ function __ZNSt3__111__stdoutbufIwE5imbueERKNS_6localeE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i2) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42260) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 43420) | 0; HEAP32[i2 + 36 >> 2] = i1; i1 = (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 127](i1) | 0) & 1; HEAP8[i2 + 44 >> 0] = i1; @@ -76080,7 +75334,7 @@ function __ZNSt3__111__stdoutbufIcE5imbueERKNS_6localeE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i2) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42252) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 43412) | 0; HEAP32[i2 + 36 >> 2] = i1; i1 = (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 127](i1) | 0) & 1; HEAP8[i2 + 44 >> 0] = i1; @@ -76097,13 +75351,13 @@ function __ZNSt3__114__split_bufferIPN6cashew5ValueERNS_9allocatorIS3_EEED2Ev(i4 i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -76114,13 +75368,13 @@ function __ZNSt3__114__split_bufferIPN4wasm7ElementERNS_9allocatorIS3_EEED2Ev(i4 i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -76131,13 +75385,13 @@ function __ZNSt3__114__split_bufferIN4wasm8WasmTypeERNS_9allocatorIS2_EEED2Ev(i4 i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -76148,13 +75402,13 @@ function __ZNSt3__114__split_bufferIN4wasm8NameTypeERNS_9allocatorIS2_EEED2Ev(i4 i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -8 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -76165,13 +75419,13 @@ function __ZNSt3__114__split_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEED2Ev(i4) i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -16 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + if ((i3 | 0) == (i1 | 0)) break; + i5 = i3 + -16 | 0; + HEAP32[i2 >> 2] = i5; + i3 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -76182,13 +75436,13 @@ 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; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -76199,55 +75453,30 @@ 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; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i1) { - i1 = i1 | 0; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i1, HEAP32[i1 + 4 >> 2] | 0); - return; -} - -function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEED2Ev(i1) { - i1 = i1 | 0; - __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i1, HEAP32[i1 + 4 >> 2] | 0); - return; -} - -function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE8allocateEj(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - if (i1 >>> 0 > 357913941) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i2); else { - i3 = __Znwj(i1 * 12 | 0) | 0; - HEAP32[i2 + 4 >> 2] = i3; - HEAP32[i2 >> 2] = i3; - HEAP32[i2 + 8 >> 2] = i3 + (i1 * 12 | 0); - return; - } -} - function __ZNSt3__114__split_bufferIPN4wasm4PassERNS_9allocatorIS3_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -76258,13 +75487,13 @@ function __ZNSt3__114__split_bufferIN6cashew3RefERNS_9allocatorIS2_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -76299,13 +75528,13 @@ function __ZNSt3__114__split_bufferIN4wasm4NameERNS_9allocatorIS2_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -76317,13 +75546,13 @@ function __ZNSt3__113__vector_baseIPNS_6vectorIN6cashew3RefENS_9allocatorIS3_EEE var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; } __ZdlPv(i3); } @@ -76334,7 +75563,7 @@ function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i i2 = i2 | 0; i1 = i1 | 0; i1 = HEAP32[i1 >> 2] | 0; - if (!i1) ___assert_fail(17232, 27598, 79, 36212); 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(20057, 28852, 78, 37370); 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; } @@ -76361,19 +75590,6 @@ function _llvm_cttz_i32(i2) { return (HEAP8[cttz_i8 + (i2 >>> 24) >> 0] | 0) + 24 | 0; } -function __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE8allocateEj(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i2); else { - i3 = __Znwj(i1 << 2) | 0; - HEAP32[i2 + 4 >> 2] = i3; - HEAP32[i2 >> 2] = i3; - HEAP32[i2 + 8 >> 2] = i3 + (i1 << 2); - return; - } -} - function __ZNSt3__16locale2id5__getEv(i2) { i2 = i2 | 0; var i1 = 0, i3 = 0; @@ -76382,9 +75598,9 @@ function __ZNSt3__16locale2id5__getEv(i2) { i1 = i3; if ((HEAP32[i2 >> 2] | 0) != -1) { HEAP32[i1 >> 2] = i2; - HEAP32[i1 + 4 >> 2] = 192; + HEAP32[i1 + 4 >> 2] = 197; HEAP32[i1 + 8 >> 2] = 0; - __ZNSt3__111__call_onceERVmPvPFvS2_E(i2, i1, 193); + __ZNSt3__111__call_onceERVmPvPFvS2_E(i2, i1, 198); } STACKTOP = i3; return (HEAP32[i2 + 4 >> 2] | 0) + -1 | 0; @@ -76422,13 +75638,13 @@ function __ZNSt3__114__split_bufferIPcRNS_9allocatorIS1_EEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i3 = i4 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; + i2 = i4 + 8 | 0; + i3 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i5 = i2 + -4 | 0; - HEAP32[i3 >> 2] = i5; - i2 = i5; + 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); @@ -76450,19 +75666,6 @@ function _calloc(i3, i1) { return i1 | 0; } -function __ZNSt3__16vectorIPN4wasm8FunctionENS_9allocatorIS3_EEE8allocateEj(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i2); else { - i3 = __Znwj(i1 << 2) | 0; - HEAP32[i2 + 4 >> 2] = i3; - HEAP32[i2 >> 2] = i3; - HEAP32[i2 + 8 >> 2] = i3 + (i1 << 2); - return; - } -} - function __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_h(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -76502,32 +75705,6 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE8allocateEj(i2, i } } -function __ZNSt3__16vectorIPN4wasm6ImportENS_9allocatorIS3_EEE8allocateEj(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i2); else { - i3 = __Znwj(i1 << 2) | 0; - HEAP32[i2 + 4 >> 2] = i3; - HEAP32[i2 >> 2] = i3; - HEAP32[i2 + 8 >> 2] = i3 + (i1 << 2); - return; - } -} - -function __ZNSt3__16vectorIPN4wasm6ExportENS_9allocatorIS3_EEE8allocateEj(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i2); else { - i3 = __Znwj(i1 << 2) | 0; - HEAP32[i2 + 4 >> 2] = i3; - HEAP32[i2 >> 2] = i3; - HEAP32[i2 + 8 >> 2] = i3 + (i1 << 2); - return; - } -} - function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE8allocateEj(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -76545,12 +75722,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, i1, 17); - i2 = i2 + 12 | 0; - i1 = 0; + i1 = i2 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } return; } @@ -76559,12 +75736,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, i1, 14); - i2 = i2 + 12 | 0; - i1 = 0; + i1 = i2 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } return; } @@ -76573,12 +75750,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, i1, 13); - i2 = i2 + 12 | 0; - i1 = 0; + i1 = i2 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } return; } @@ -76587,12 +75764,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, i1, 12); - i2 = i2 + 12 | 0; - i1 = 0; + i1 = i2 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } return; } @@ -76601,12 +75778,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, i1, 11); - i2 = i2 + 12 | 0; - i1 = 0; + i1 = i2 + 12 | 0; + i2 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i1 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } return; } @@ -76641,24 +75818,6 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE8allocateEj(i2, i1) } } -function __ZNSt3__113__vector_baseIN4wasm6Memory7SegmentENS_9allocatorIS3_EEED2Ev(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0; - i3 = HEAP32[i1 >> 2] | 0; - if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -12 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; - } - __ZdlPv(i3); - } - return; -} - function __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i4, i1, i3, i2) { i4 = i4 | 0; i1 = i1 | 0; @@ -76693,44 +75852,13 @@ function __ZNK4wasm7Literal9nearbyintEv(i2, i1) { return; } -function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE8allocateEj(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - if (i1 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i2); else { - i3 = __Znwj(i1 << 2) | 0; - HEAP32[i2 + 4 >> 2] = i3; - HEAP32[i2 >> 2] = i3; - HEAP32[i2 + 8 >> 2] = i3 + (i1 << 2); - return; - } -} - -function __ZNSt3__113__vector_baseIPN4wasm12FunctionTypeENS_9allocatorIS3_EEED2Ev(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0; - i3 = HEAP32[i1 >> 2] | 0; - if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; - } - __ZdlPv(i3); - } - return; -} - function __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; i1 = HEAP32[i1 + 16 >> 2] | 0; if (!i1) { i2 = ___cxa_allocate_exception(4) | 0; - HEAP32[i2 >> 2] = 2880; + HEAP32[i2 >> 2] = 2920; ___cxa_throw(i2 | 0, 152, 15); } else return FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 31](i1, i2) | 0; return 0; @@ -76775,13 +75903,13 @@ function __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev( var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; } __ZdlPv(i3); } @@ -76790,42 +75918,42 @@ function __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev( function __ZNKSt3__120__time_get_c_storageIwE3__xEv(i1) { i1 = i1 | 0; - if ((HEAP8[37584] | 0) == 0 ? ___cxa_guard_acquire(37584) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(42124, 10428, _wcslen(10428) | 0); - ___cxa_atexit(201, 42124, ___dso_handle | 0) | 0; - ___cxa_guard_release(37584); + if ((HEAP8[38744] | 0) == 0 ? ___cxa_guard_acquire(38744) | 0 : 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(43284, 10540, _wcslen(10540) | 0); + ___cxa_atexit(206, 43284, ___dso_handle | 0) | 0; + ___cxa_guard_release(38744); } - return 42124; + return 43284; } function __ZNKSt3__120__time_get_c_storageIwE3__rEv(i1) { i1 = i1 | 0; - if ((HEAP8[37576] | 0) == 0 ? ___cxa_guard_acquire(37576) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(42112, 10380, _wcslen(10380) | 0); - ___cxa_atexit(201, 42112, ___dso_handle | 0) | 0; - ___cxa_guard_release(37576); + if ((HEAP8[38736] | 0) == 0 ? ___cxa_guard_acquire(38736) | 0 : 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(43272, 10492, _wcslen(10492) | 0); + ___cxa_atexit(206, 43272, ___dso_handle | 0) | 0; + ___cxa_guard_release(38736); } - return 42112; + return 43272; } function __ZNKSt3__120__time_get_c_storageIwE3__cEv(i1) { i1 = i1 | 0; - if ((HEAP8[37568] | 0) == 0 ? ___cxa_guard_acquire(37568) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(42100, 10296, _wcslen(10296) | 0); - ___cxa_atexit(201, 42100, ___dso_handle | 0) | 0; - ___cxa_guard_release(37568); + if ((HEAP8[38728] | 0) == 0 ? ___cxa_guard_acquire(38728) | 0 : 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(43260, 10408, _wcslen(10408) | 0); + ___cxa_atexit(206, 43260, ___dso_handle | 0) | 0; + ___cxa_guard_release(38728); } - return 42100; + return 43260; } function __ZNKSt3__120__time_get_c_storageIwE3__XEv(i1) { i1 = i1 | 0; - if ((HEAP8[37592] | 0) == 0 ? ___cxa_guard_acquire(37592) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(42136, 10464, _wcslen(10464) | 0); - ___cxa_atexit(201, 42136, ___dso_handle | 0) | 0; - ___cxa_guard_release(37592); + if ((HEAP8[38752] | 0) == 0 ? ___cxa_guard_acquire(38752) | 0 : 0) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(43296, 10576, _wcslen(10576) | 0); + ___cxa_atexit(206, 43296, ___dso_handle | 0) | 0; + ___cxa_guard_release(38752); } - return 42136; + return 43296; } function __ZN4wasm17SExpressionParserC2EPc(i3, i1) { @@ -76889,36 +76017,18 @@ function _truncf(d1) { return +d1; } -function __ZNSt3__113__vector_baseIPN4wasm8FunctionENS_9allocatorIS3_EEED2Ev(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0; - i3 = HEAP32[i1 >> 2] | 0; - if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; - } - __ZdlPv(i3); - } - return; -} - function __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; } __ZdlPv(i3); } @@ -76936,13 +76046,13 @@ function __ZNSt3__113__vector_baseIPN6cashew5ValueENS_9allocatorIS3_EEED2Ev(i1) var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; } __ZdlPv(i3); } @@ -76954,13 +76064,13 @@ function __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i1) var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; } __ZdlPv(i3); } @@ -76972,13 +76082,13 @@ function __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i1) var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -8 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -8 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; } __ZdlPv(i3); } @@ -76990,13 +76100,13 @@ function __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i1) { var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -16 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -16 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; } __ZdlPv(i3); } @@ -77004,17 +76114,17 @@ function __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i1) { } function __GLOBAL__sub_I_simple_ast_cpp() { - HEAP32[9696] = 0; - HEAP32[9697] = 0; - HEAP32[9698] = 0; - HEAP32[9699] = 0; - HEAP32[9700] = 0; - HEAP32[9701] = 0; - HEAP32[9702] = 0; - HEAP32[9703] = 0; - ___cxa_atexit(188, 38784, ___dso_handle | 0) | 0; - __ZN6cashew10IStringSetC2EPKc(38816, 28513); - ___cxa_atexit(185, 38816, ___dso_handle | 0) | 0; + HEAP32[9986] = 0; + HEAP32[9987] = 0; + HEAP32[9988] = 0; + HEAP32[9989] = 0; + HEAP32[9990] = 0; + HEAP32[9991] = 0; + HEAP32[9992] = 0; + HEAP32[9993] = 0; + ___cxa_atexit(193, 39944, ___dso_handle | 0) | 0; + __ZN6cashew10IStringSetC2EPKc(39976, 29767); + ___cxa_atexit(190, 39976, ___dso_handle | 0) | 0; return; } @@ -77029,42 +76139,6 @@ function __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEE return; } -function __ZNSt3__113__vector_baseIPN4wasm6ImportENS_9allocatorIS3_EEED2Ev(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0; - i3 = HEAP32[i1 >> 2] | 0; - if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; - } - __ZdlPv(i3); - } - return; -} - -function __ZNSt3__113__vector_baseIPN4wasm6ExportENS_9allocatorIS3_EEED2Ev(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0; - i3 = HEAP32[i1 >> 2] | 0; - if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; - while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; - } - __ZdlPv(i3); - } - return; -} - function __ZN4wasm7Literal9castToI64Ev(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -77077,7 +76151,7 @@ function __ZN4wasm7Literal9castToI64Ev(i1, i2) { HEAP32[i2 + 4 >> 2] = i3; HEAP32[i1 >> 2] = 2; return; - } else ___assert_fail(20658, 27598, 189, 20680); + } else ___assert_fail(20788, 28852, 188, 20810); } function __ZN4wasm7Literal9castToF64Ev(i1, i2) { @@ -77092,7 +76166,7 @@ function __ZN4wasm7Literal9castToF64Ev(i1, i2) { HEAP32[i2 + 4 >> 2] = i3; HEAP32[i1 >> 2] = 4; return; - } else ___assert_fail(16253, 27598, 177, 16275); + } else ___assert_fail(16338, 28852, 176, 16360); } function __ZN4wasm12PassRegistry8PassInfoC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS2_8functionIFPNS_4PassEvEEE(i3, i2, i1) { @@ -77109,13 +76183,13 @@ function __ZNSt3__113__vector_baseIPN4wasm4PassENS_9allocatorIS3_EEED2Ev(i1) { var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; } __ZdlPv(i3); } @@ -77127,13 +76201,13 @@ function __ZNSt3__113__vector_baseIN6cashew3RefENS_9allocatorIS2_EEED2Ev(i1) { var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; } __ZdlPv(i3); } @@ -77146,7 +76220,7 @@ function __ZN4wasm22SExpressionWasmBuilder15preParseImportsERNS_7ElementE(i2, i1 var i3 = 0; i3 = __ZN4wasm7Element4listEv(i1) | 0; i3 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0; - if ((i3 | 0) == (HEAP32[9560] | 0)) __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i2, i1); + if ((i3 | 0) == (HEAP32[9850] | 0)) __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i2, i1); return; } @@ -77155,13 +76229,13 @@ function __ZNSt3__113__vector_baseIN4wasm4NameENS_9allocatorIS2_EEED2Ev(i1) { var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; } __ZdlPv(i3); } @@ -77185,29 +76259,6 @@ function __ZNK4wasm7Literal5truncEv(i2, i1) { return; } -function __ZNSt3__18ios_base4InitD2Ev(i1) { - i1 = i1 | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(39500) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(39668) | 0; - __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(39840) | 0; - __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(40008) | 0; - return; -} - -function __ZNSt3__111__tree_prevIPNS_16__tree_node_baseIPvEEEET_S5_(i2) { - i2 = i2 | 0; - var i1 = 0; - i1 = HEAP32[i2 >> 2] | 0; - if (!i1) while (1) { - i1 = HEAP32[i2 + 8 >> 2] | 0; - if ((HEAP32[i1 >> 2] | 0) == (i2 | 0)) i2 = i1; else break; - } else while (1) { - i2 = HEAP32[i1 + 4 >> 2] | 0; - if (!i2) break; else i1 = i2; - } - return i1 | 0; -} - function __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) { i2 = i2 | 0; var i1 = 0; @@ -77235,13 +76286,22 @@ function __ZN6cashew13OperatorClassC2EOS0_(i2, i1) { return; } +function __ZNSt3__18ios_base4InitD2Ev(i1) { + i1 = i1 | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(40660) | 0; + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(40828) | 0; + __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(41e3) | 0; + __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(41168) | 0; + return; +} + function __ZN4wasm14AstStackHelperC2EN6cashew3RefE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - i1 = HEAP32[9589] | 0; - if ((i1 | 0) == (HEAP32[9590] | 0)) __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(38352, i2); else { + i1 = HEAP32[9879] | 0; + if ((i1 | 0) == (HEAP32[9880] | 0)) __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(39512, i2); else { HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[9589] = (HEAP32[9589] | 0) + 4; + HEAP32[9879] = (HEAP32[9879] | 0) + 4; } return; } @@ -77303,22 +76363,22 @@ function ___shlim(i3, i4) { function __ZNKSt3__120__time_get_c_storageIcE3__rEv(i1) { i1 = i1 | 0; - if ((HEAP8[37496] | 0) == 0 ? ___cxa_guard_acquire(37496) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(41300, 33408, 11); - ___cxa_atexit(197, 41300, ___dso_handle | 0) | 0; - ___cxa_guard_release(37496); + if ((HEAP8[38656] | 0) == 0 ? ___cxa_guard_acquire(38656) | 0 : 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(42460, 34614, 11); + ___cxa_atexit(202, 42460, ___dso_handle | 0) | 0; + ___cxa_guard_release(38656); } - return 41300; + return 42460; } function __ZNKSt3__120__time_get_c_storageIcE3__cEv(i1) { i1 = i1 | 0; - if ((HEAP8[37488] | 0) == 0 ? ___cxa_guard_acquire(37488) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(41288, 33387, 20); - ___cxa_atexit(197, 41288, ___dso_handle | 0) | 0; - ___cxa_guard_release(37488); + if ((HEAP8[38648] | 0) == 0 ? ___cxa_guard_acquire(38648) | 0 : 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(42448, 34593, 20); + ___cxa_atexit(202, 42448, ___dso_handle | 0) | 0; + ___cxa_guard_release(38648); } - return 41288; + return 42448; } function __ZNK10__cxxabiv117__class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i4, i2, i1, i3) { @@ -77367,22 +76427,22 @@ function __ZN4wasm13sigToWasmTypeEc(i2) { function __ZNKSt3__120__time_get_c_storageIcE3__xEv(i1) { i1 = i1 | 0; - if ((HEAP8[37504] | 0) == 0 ? ___cxa_guard_acquire(37504) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(41312, 33420, 8); - ___cxa_atexit(197, 41312, ___dso_handle | 0) | 0; - ___cxa_guard_release(37504); + if ((HEAP8[38664] | 0) == 0 ? ___cxa_guard_acquire(38664) | 0 : 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(42472, 34626, 8); + ___cxa_atexit(202, 42472, ___dso_handle | 0) | 0; + ___cxa_guard_release(38664); } - return 41312; + return 42472; } function __ZNKSt3__120__time_get_c_storageIcE3__XEv(i1) { i1 = i1 | 0; - if ((HEAP8[37512] | 0) == 0 ? ___cxa_guard_acquire(37512) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(41324, 33429, 8); - ___cxa_atexit(197, 41324, ___dso_handle | 0) | 0; - ___cxa_guard_release(37512); + if ((HEAP8[38672] | 0) == 0 ? ___cxa_guard_acquire(38672) | 0 : 0) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(42484, 34635, 8); + ___cxa_atexit(202, 42484, ___dso_handle | 0) | 0; + ___cxa_guard_release(38672); } - return 41324; + return 42484; } function __ZNK4wasm7Literal12extendToSI64Ev(i1, i2) { @@ -77396,7 +76456,7 @@ function __ZNK4wasm7Literal12extendToSI64Ev(i1, i2) { HEAP32[i2 >> 2] = i3; HEAP32[i2 + 4 >> 2] = ((i3 | 0) < 0) << 31 >> 31; return; - } else ___assert_fail(16221, 27598, 307, 20486); + } else ___assert_fail(16306, 28852, 306, 20616); } function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE5clearEv(i1) { @@ -77415,26 +76475,19 @@ function __ZNSt3__113__vector_baseIPcNS_9allocatorIS1_EEED2Ev(i1) { var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i2 = i1 + 4 | 0; - i1 = HEAP32[i2 >> 2] | 0; + i1 = i1 + 4 | 0; + i2 = HEAP32[i1 >> 2] | 0; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = i1 + -4 | 0; - HEAP32[i2 >> 2] = i4; - i1 = i4; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -4 | 0; + HEAP32[i1 >> 2] = i4; + i2 = i4; } __ZdlPv(i3); } return; } -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter17visitCallIndirectEPNS_12CallIndirectE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm12CallIndirect7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE7seekoffExNS_8ios_base7seekdirEj(i5, i6, i1, i2, i3, i4) { i5 = i5 | 0; i6 = i6 | 0; @@ -77487,21 +76540,6 @@ function __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev(i2) { return; } -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter16visitUnreachableEPNS_11UnreachableE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm11Unreachable7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZN4wasm10CallImport7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i3, i2, i1) { - i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i2, 17321, 0) | 0; - return __ZN4wasm4Call9printBodyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i3, i2, i1) | 0; -} - function __ZN4wasm6getSigENS_8WasmTypeE(i2) { i2 = i2 | 0; var i1 = 0; @@ -77537,20 +76575,13 @@ function __ZN4wasm6getSigENS_8WasmTypeE(i2) { return i1 | 0; } -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter15visitCallImportEPNS_10CallImportE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm10CallImport7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - function __ZNSt3__15ctypeIcEC2EPKtbj(i4, i3, i2, i1) { i4 = i4 | 0; i3 = i3 | 0; i2 = i2 | 0; i1 = i1 | 0; HEAP32[i4 + 4 >> 2] = i1 + -1; - HEAP32[i4 >> 2] = 11120; + HEAP32[i4 >> 2] = 11232; i1 = i4 + 8 | 0; HEAP32[i1 >> 2] = i3; HEAP8[i4 + 12 >> 0] = i2 & 1; @@ -77563,7 +76594,7 @@ function __ZNSt3__15ctypeIcEC2EPKtbj(i4, i3, i2, i1) { function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEEC2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8540; + HEAP32[i1 >> 2] = 8652; __ZNSt3__16localeC2Ev(i1 + 4 | 0); i1 = i1 + 8 | 0; HEAP32[i1 >> 2] = 0; @@ -77589,7 +76620,7 @@ function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE5uflowEv(i1) { function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8476; + HEAP32[i1 >> 2] = 8588; __ZNSt3__16localeC2Ev(i1 + 4 | 0); i1 = i1 + 8 | 0; HEAP32[i1 >> 2] = 0; @@ -77613,29 +76644,21 @@ function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE5uflowEv(i1) { return i1 | 0; } -function __ZN4wasm4Call7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i3, i2, i1) { +function __ZN4wasm5unhexEc(i3) { i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i2, 17315, 0) | 0; - return __ZN4wasm4Call9printBodyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i3, i2, i1) | 0; -} - -function __ZN4wasm5unhexEc(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0; - i2 = i1 << 24 >> 24; - do if ((i1 + -48 & 255) >= 10) { - if ((i1 + -97 & 255) < 6) { - i3 = i2 + -87 | 0; + var i1 = 0, i2 = 0; + i2 = i3 << 24 >> 24; + do if ((i3 + -48 & 255) >= 10) { + if ((i3 + -97 & 255) < 6) { + i1 = i2 + -87 | 0; break; } - if ((i1 + -65 & 255) < 6) { - i3 = i2 + -55 | 0; + if ((i3 + -65 & 255) < 6) { + i1 = i2 + -55 | 0; break; } else _abort(); - } else i3 = i2 + -48 | 0; while (0); - return i3 | 0; + } else i1 = i2 + -48 | 0; while (0); + return i1 | 0; } function __ZNKSt3__15ctypeIcE9do_narrowEPKcS3_cPc(i3, i1, i5, i4, i2) { @@ -77668,20 +76691,6 @@ function _sn_write(i1, i3, i2) { return i2 | 0; } -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter13visitSetLocalEPNS_8SetLocalE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm8SetLocal7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter13visitGetLocalEPNS_8GetLocalE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm8GetLocal7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - function __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE10deallocateEPcj(i1, i3, i2) { i1 = i1 | 0; i3 = i3 | 0; @@ -77697,7 +76706,7 @@ function __ZNSt3__18numpunctIwEC2Ej(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; HEAP32[i2 + 4 >> 2] = i1 + -1; - HEAP32[i2 >> 2] = 11212; + HEAP32[i2 >> 2] = 11324; HEAP32[i2 + 8 >> 2] = 46; HEAP32[i2 + 12 >> 2] = 44; i1 = i2 + 16 | 0; @@ -77714,7 +76723,7 @@ function __ZNSt3__18numpunctIcEC2Ej(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; HEAP32[i2 + 4 >> 2] = i1 + -1; - HEAP32[i2 >> 2] = 11172; + HEAP32[i2 >> 2] = 11284; HEAP8[i2 + 8 >> 0] = 46; HEAP8[i2 + 9 >> 0] = 44; i1 = i2 + 12 | 0; @@ -77729,7 +76738,7 @@ function __ZNSt3__18numpunctIcEC2Ej(i2, i1) { function __ZNSt3__18ios_baseD2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8460; + HEAP32[i1 >> 2] = 8572; __ZNSt3__18ios_base16__call_callbacksENS0_5eventE(i1, 0); __ZNSt3__16localeD2Ev(i1 + 28 | 0); _free(HEAP32[i1 + 32 >> 2] | 0); @@ -77755,19 +76764,6 @@ function __ZNKSt3__17collateIwE7do_hashEPKwS3_(i1, i2, i3) { return i1 | 0; } -function __ZN4wasm6MemoryC2ERKS0_(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0, i4 = 0, i5 = 0; - i5 = i1; - i4 = HEAP32[i5 + 4 >> 2] | 0; - i3 = i2; - HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i3 + 4 >> 2] = i4; - __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEEC2ERKS6_(i2 + 8 | 0, i1 + 8 | 0); - return; -} - function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i3, i1, i2) { i3 = i3 | 0; i1 = i1 | 0; @@ -77791,51 +76787,6 @@ function __ZNKSt3__17collateIcE7do_hashEPKcS3_(i1, i2, i3) { return i1 | 0; } -function __GLOBAL__sub_I_optimizer_shared_cpp() { - HEAP32[9709] = 0; - __ZN6cashew7IString3setEPKcb(38840, 28650, 1); - __ZN6cashew7IString3setEPKcb(38844, 28669, 1); - __ZN6cashew7IString3setEPKcb(38848, 28688, 1); - __ZN6cashew7IString3setEPKcb(38852, 28707, 1); - __ZN6cashew7IString3setEPKcb(38856, 28728, 1); - return; -} - -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter11visitSwitchEPNS_6SwitchE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm6Switch7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter11visitSelectEPNS_6SelectE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm6Select7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter11visitReturnEPNS_6ReturnE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm6Return7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter11visitBinaryEPNS_6BinaryE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm6Binary7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZN4wasm11Unreachable7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i3, i2, i1) { - i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - return __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i2, 17838) | 0, 41) | 0; -} - function __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i2) { i2 = i2 | 0; var i1 = 0; @@ -77851,12 +76802,22 @@ function __ZNKSt3__18functionIFPN4wasm4PassEvEEclEv(i1) { i1 = HEAP32[i1 + 16 >> 2] | 0; if (!i1) { i1 = ___cxa_allocate_exception(4) | 0; - HEAP32[i1 >> 2] = 2880; + HEAP32[i1 >> 2] = 2920; ___cxa_throw(i1 | 0, 152, 15); } else return FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 127](i1) | 0; return 0; } +function __GLOBAL__sub_I_optimizer_shared_cpp() { + HEAP32[9999] = 0; + __ZN6cashew7IString3setEPKcb(4e4, 29904, 1); + __ZN6cashew7IString3setEPKcb(40004, 29923, 1); + __ZN6cashew7IString3setEPKcb(40008, 29942, 1); + __ZN6cashew7IString3setEPKcb(40012, 29961, 1); + __ZN6cashew7IString3setEPKcb(40016, 29982, 1); + return; +} + function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE2atEj(i3, i2) { i3 = i3 | 0; i2 = i2 | 0; @@ -77877,66 +76838,38 @@ function __ZNK4wasm7Literal12extendToUI64Ev(i1, i2) { HEAP32[i2 >> 2] = i3; HEAP32[i2 + 4 >> 2] = 0; return; - } else ___assert_fail(16221, 27598, 311, 20499); + } else ___assert_fail(16306, 28852, 310, 20629); } -function __ZN4wasm15Asm2WasmBuilder12bytesToShiftEj(i3, i1) { +function __ZN4wasm15Asm2WasmBuilder12bytesToShiftEj(i3, i2) { i3 = i3 | 0; - i1 = i1 | 0; - var i2 = 0; - switch (i1 | 0) { + i2 = i2 | 0; + var i1 = 0; + switch (i2 | 0) { case 1: { - i2 = 0; + i1 = 0; break; } case 2: { - i2 = 1; + i1 = 1; break; } case 4: { - i2 = 2; + i1 = 2; break; } case 8: { - i2 = 3; + i1 = 3; break; } default: _abort(); } - return i2 | 0; -} - -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter10visitUnaryEPNS_5UnaryE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm5Unary7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter10visitStoreEPNS_5StoreE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm5Store7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter10visitBreakEPNS_5BreakE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm5Break7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter10visitBlockEPNS_5BlockE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm5Block7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; + return i1 | 0; } function _rintf(d1) { @@ -77951,41 +76884,6 @@ function _rintf(d1) { return +d1; } -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter9visitLoopEPNS_4LoopE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm4Loop7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter9visitLoadEPNS_4LoadE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm4Load7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter9visitHostEPNS_4HostE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm4Host7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter9visitCallEPNS_4CallE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm4Call7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - -function __ZN4wasm3Nop7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i3, i2, i1) { - i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - return __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i2, 17834) | 0, 41) | 0; -} - function __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE8allocateEj(i4, i1) { i4 = i4 | 0; i1 = i1 | 0; @@ -77997,13 +76895,6 @@ function __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE8allocateEj(i4, i1) { return i1 | 0; } -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter8visitNopEPNS_3NopE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm3Nop7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - function __ZNKSt3__18messagesIwE7do_openERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNS_6localeE(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; @@ -78026,12 +76917,19 @@ function __ZN6cashew5Value8setArrayEj(i2, i1) { var i3 = 0; __ZN6cashew5Value4freeEv(i2); HEAP32[i2 >> 2] = 2; - i3 = __ZN6cashew5Arena10allocArrayEv(38784) | 0; + i3 = __ZN6cashew5Arena10allocArrayEv(39944) | 0; HEAP32[i2 + 8 >> 2] = i3; __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE7reserveEj(i3, i1); return i2 | 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 + 4 >> 2] | 0, 25998) | 0, 41) | 0; + return; +} + function __ZN4wasm18CountLeadingZeroesIjEEiT_(i1) { i1 = i1 | 0; i1 = i1 >>> 1 | i1; @@ -78040,19 +76938,12 @@ function __ZN4wasm18CountLeadingZeroesIjEEiT_(i1) { i1 = i1 >>> 8 | i1; i1 = i1 >>> 16 | i1; if (!i1) i1 = 32; else { - i1 = 28999 + ((Math_imul(i1, 130329821) | 0) >>> 27) | 0; + i1 = 30253 + ((Math_imul(i1, 130329821) | 0) >>> 27) | 0; i1 = HEAPU8[i1 >> 0] | 0; } return i1 | 0; } -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter7visitIfEPNS_2IfE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - __ZN4wasm2If7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i1, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i2 + 8 >> 2] | 0) | 0; - return; -} - function __ZNSt3__18functionIFvvEED2Ev(i2) { i2 = i2 | 0; var i1 = 0; @@ -78066,7 +76957,7 @@ function __ZNSt3__18functionIFvvEED2Ev(i2) { function __ZN6cashew5Value4backEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP32[i1 >> 2] | 0) != 2) ___assert_fail(28602, 28612, 490, 23471); + if ((HEAP32[i1 >> 2] | 0) != 2) ___assert_fail(29856, 29866, 490, 23601); 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; @@ -78161,7 +77052,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, 15325) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 25194) | 0; i1 = i1 + 1 | 0; } return i3 | 0; @@ -78172,7 +77063,7 @@ function __ZNKSt3__18functionIFvvEEclEv(i1) { i1 = HEAP32[i1 + 16 >> 2] | 0; if (!i1) { i1 = ___cxa_allocate_exception(4) | 0; - HEAP32[i1 >> 2] = 2880; + HEAP32[i1 >> 2] = 2920; ___cxa_throw(i1 | 0, 152, 15); } else { FUNCTION_TABLE_vi[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 255](i1); @@ -78211,25 +77102,25 @@ function __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i2) { return i1 | 0; } -function __ZN4wasm11getWasmTypeEjb(i3, i1) { +function __ZN4wasm11getWasmTypeEjb(i3, i2) { i3 = i3 | 0; - i1 = i1 | 0; - var i2 = 0; - L1 : do if (i3 >>> 0 < 4) i2 = 1; else switch (i3 | 0) { + i2 = i2 | 0; + var i1 = 0; + L1 : do if (i3 >>> 0 < 4) i1 = 1; else switch (i3 | 0) { case 4: { - i2 = i1 ? 3 : 1; + i1 = i2 ? 3 : 1; break L1; } case 8: { - i2 = i1 ? 4 : 2; + i1 = i2 ? 4 : 2; break L1; } default: _abort(); } while (0); - return i2 | 0; + return i1 | 0; } function __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i1, i2) { @@ -78256,7 +77147,7 @@ function __ZNSt3__114__shared_count16__release_sharedEv(i1) { function __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i1) { i1 = i1 | 0; i1 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[(HEAP32[i1 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = HEAP32[9548]; + HEAP32[i1 + 8 >> 2] = HEAP32[9838]; HEAP32[i1 + 4 >> 2] = 1; return i1 | 0; } @@ -78285,6 +77176,14 @@ function __ZNKSt3__17collateIcE12do_transformEPKcS3_(i3, i4, i2, i1) { return; } +function __ZN4wasm16PrintSExpression15visitCallImportEPNS_10CallImportE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 + 4 >> 2] | 0, 25483, 0) | 0; + __ZN4wasm16PrintSExpression13printCallBodyEPNS_4CallE(i2, i1); + return; +} + function __ZN4wasm13wasmToAsmTypeENS_8WasmTypeE(i2) { i2 = i2 | 0; var i1 = 0; @@ -78325,34 +77224,41 @@ function __ZN4wasm22SExpressionWasmBuilder10parseStartERNS_7ElementE(i2, i1) { return; } -function __ZN4wasm13asmToWasmTypeE7AsmType(i1) { +function __ZN4wasm16PrintSExpression8visitNopEPNS_3NopE(i2, i1) { + i2 = i2 | 0; i1 = i1 | 0; - var i2 = 0; - switch (i1 | 0) { + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(HEAP32[i2 + 4 >> 2] | 0, 25994) | 0, 41) | 0; + return; +} + +function __ZN4wasm13asmToWasmTypeE7AsmType(i2) { + i2 = i2 | 0; + var i1 = 0; + switch (i2 | 0) { case 0: { - i2 = 1; + i1 = 1; break; } case 1: { - i2 = 4; + i1 = 4; break; } case 2: { - i2 = 3; + i1 = 3; break; } case 8: { - i2 = 0; + i1 = 0; break; } default: _abort(); } - return i2 | 0; + return i1 | 0; } function __ZNK4wasm7Literal13truncateToF32Ev(i1, i2) { @@ -78364,16 +77270,16 @@ function __ZNK4wasm7Literal13truncateToF32Ev(i1, i2) { HEAP32[i1 >> 2] = 3; HEAPF32[i1 + 8 >> 2] = d3; return; - } else ___assert_fail(20658, 27598, 323, 20690); + } else ___assert_fail(20788, 28852, 322, 20820); } function __ZL12prepare2wasmv() { var i1 = 0; - if ((HEAP32[9594] | 0) == 0 & (HEAP32[9595] | 0) == 0 & (HEAP32[9596] | 0) == 0 & (HEAP32[9597] | 0) == 0) { + if ((HEAP32[9884] | 0) == 0 & (HEAP32[9885] | 0) == 0 & (HEAP32[9886] | 0) == 0 & (HEAP32[9887] | 0) == 0) { i1 = (_emscripten_asm_const_i(5) | 0) != 0 & 1; - HEAP8[42388] = i1; + HEAP8[43548] = i1; return; - } else ___assert_fail(16285, 14681, 46, 16397); + } else ___assert_fail(16370, 14753, 47, 16482); } function __ZNK4wasm7Literal11extendToF64Ev(i1, i2) { @@ -78385,7 +77291,7 @@ function __ZNK4wasm7Literal11extendToF64Ev(i1, i2) { HEAP32[i1 >> 2] = 4; HEAPF64[i1 + 8 >> 3] = d3; return; - } else ___assert_fail(20614, 27598, 315, 20646); + } else ___assert_fail(20744, 28852, 314, 20776); } function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE9startWalkEPNS_8FunctionE(i2, i1) { @@ -78395,23 +77301,23 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp return; } -function _wmemcpy(i3, i2, i1) { - i3 = i3 | 0; +function _wmemcpy(i4, i2, i1) { + i4 = i4 | 0; i2 = i2 | 0; i1 = i1 | 0; - var i4 = 0; + var i3 = 0; if (i1 | 0) { - i4 = i3; + i3 = i4; while (1) { i1 = i1 + -1 | 0; - HEAP32[i4 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; if (!i1) break; else { - i4 = i4 + 4 | 0; i2 = i2 + 4 | 0; + i3 = i3 + 4 | 0; } } } - return i3 | 0; + return i4 | 0; } function ___muldi3(i1, i2, i3, i4) { @@ -78449,7 +77355,7 @@ function __ZN4wasm7Literal8getFloatEv(i2) { function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 2816; + HEAP32[i1 >> 2] = 2856; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1 + 32 | 0); __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED2Ev(i1); return; @@ -78495,18 +77401,40 @@ function __ZNKSt3__17codecvtIcc11__mbstate_tE5do_inERS1_PKcS5_RS5_PcS7_RS7_(i6, return 3; } +function __ZN4wasm16PrintSExpression9visitCallEPNS_4CallE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(HEAP32[i2 + 4 >> 2] | 0, 25477, 0) | 0; + __ZN4wasm16PrintSExpression13printCallBodyEPNS_4CallE(i2, i1); + return; +} + function ___cxa_get_globals_fast() { var i1 = 0, i2 = 0; i1 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - if (!(_pthread_once(42376, 2) | 0)) { - i2 = _pthread_getspecific(HEAP32[10595] | 0) | 0; + if (!(_pthread_once(43536, 2) | 0)) { + i2 = _pthread_getspecific(HEAP32[10885] | 0) | 0; STACKTOP = i1; return i2 | 0; - } else _abort_message(34981, i1); + } else _abort_message(36139, i1); return 0; } +function __Z8parseIntPKc(i1) { + i1 = i1 | 0; + var i2 = 0, i3 = 0; + i2 = i1; + i1 = (HEAP8[i1 >> 0] | 0) + -48 | 0; + while (1) { + i2 = i2 + 1 | 0; + i3 = HEAP8[i2 >> 0] | 0; + if (!(i3 << 24 >> 24)) break; + i1 = (i1 * 10 | 0) + -48 + (i3 << 24 >> 24) | 0; + } + return i1 | 0; +} + function dynCall_iiiiiiii(i8, i1, i2, i3, i4, i5, i6, i7) { i8 = i8 | 0; i1 = i1 | 0; @@ -78522,19 +77450,19 @@ function dynCall_iiiiiiii(i8, i1, i2, i3, i4, i5, i6, i7) { function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 22753 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 22883 ? 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) == 22559 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 22689 ? i2 + 4 | 0 : 0) | 0; } function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 22278 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 22408 ? i2 + 4 | 0 : 0) | 0; } function __ZNKSt3__15ctypeIcE8do_widenEPKcS3_Pc(i3, i1, i4, i2) { @@ -78553,7 +77481,7 @@ function __ZNKSt3__15ctypeIcE8do_widenEPKcS3_Pc(i3, i1, i4, i2) { function __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(i1) { i1 = i1 | 0; - __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1, 2752); + __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1, 2792); __ZNSt3__19basic_iosIcNS_11char_traitsIcEEED2Ev(i1 + 60 | 0); return; } @@ -78564,23 +77492,10 @@ function __ZN10__cxxabiv112_GLOBAL__N_19destruct_EPv(i1) { i2 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; _free(i1); - if (!(_pthread_setspecific(HEAP32[10595] | 0, 0) | 0)) { + if (!(_pthread_setspecific(HEAP32[10885] | 0, 0) | 0)) { STACKTOP = i2; return; - } else _abort_message(34878, i2); -} - -function __Z8parseIntPKc(i2) { - i2 = i2 | 0; - var i1 = 0, i3 = 0; - i1 = (HEAP8[i2 >> 0] | 0) + -48 | 0; - while (1) { - i2 = i2 + 1 | 0; - i3 = HEAP8[i2 >> 0] | 0; - if (!(i3 << 24 >> 24)) break; - i1 = (i1 * 10 | 0) + -48 + (i3 << 24 >> 24) | 0; - } - return i1 | 0; + } else _abort_message(36036, i2); } function _snprintf(i3, i2, i1, i4) { @@ -78604,15 +77519,15 @@ function __ZZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC1EPKcS4_ENKUlvE_clEv(i1 HEAP32[i1 >> 2] = 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 + 8 >> 2] = 0; - HEAP32[i1 >> 2] = 3560; - HEAP32[i1 + 4 >> 2] = 3588; + HEAP32[i1 >> 2] = 3672; + HEAP32[i1 + 4 >> 2] = 3700; return i1 | 0; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 26363 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 27617 ? i2 + 4 | 0 : 0) | 0; } function __ZZN4wasm12RegisterPassINS_14SimplifyLocalsEEC1EPKcS4_ENKUlvE_clEv(i1) { @@ -78621,8 +77536,8 @@ function __ZZN4wasm12RegisterPassINS_14SimplifyLocalsEEC1EPKcS4_ENKUlvE_clEv(i1) HEAP32[i1 >> 2] = 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 + 8 >> 2] = 0; - HEAP32[i1 >> 2] = 3944; - HEAP32[i1 + 4 >> 2] = 3972; + HEAP32[i1 >> 2] = 4056; + HEAP32[i1 + 4 >> 2] = 4084; return i1 | 0; } @@ -78632,14 +77547,14 @@ function __ZZN4wasm12RegisterPassINS_14PostEmscriptenEEC1EPKcS4_ENKUlvE_clEv(i1) HEAP32[i1 >> 2] = 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 + 8 >> 2] = 0; - HEAP32[i1 >> 2] = 3816; - HEAP32[i1 + 4 >> 2] = 3844; + HEAP32[i1 >> 2] = 3928; + HEAP32[i1 + 4 >> 2] = 3956; return i1 | 0; } function __ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(i1) { i1 = i1 | 0; - __ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1, 3016); + __ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1, 3040); __ZNSt3__19basic_iosIcNS_11char_traitsIcEEED2Ev(i1 + 64 | 0); return; } @@ -78661,19 +77576,19 @@ function __ZNKSt3__15ctypeIwE8do_widenEPKcS3_Pw(i3, i1, i4, i2) { 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) == 25630 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 26884 ? i2 + 4 | 0 : 0) | 0; } 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) == 27859 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 29113 ? 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) == 27130 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 28384 ? i2 + 4 | 0 : 0) | 0; } function __ZNK4wasm7Literal13truncateToI32Ev(i1, i2) { @@ -78684,7 +77599,7 @@ function __ZNK4wasm7Literal13truncateToI32Ev(i1, i2) { HEAP32[i1 >> 2] = 1; HEAP32[i1 + 8 >> 2] = i2; return; - } else ___assert_fail(16253, 27598, 319, 20512); + } else ___assert_fail(16338, 28852, 318, 20642); } function __ZZN4wasm12RegisterPassINS_11MergeBlocksEEC1EPKcS4_ENKUlvE_clEv(i1) { @@ -78693,8 +77608,8 @@ function __ZZN4wasm12RegisterPassINS_11MergeBlocksEEC1EPKcS4_ENKUlvE_clEv(i1) { HEAP32[i1 >> 2] = 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 + 8 >> 2] = 0; - HEAP32[i1 >> 2] = 3432; - HEAP32[i1 + 4 >> 2] = 3460; + HEAP32[i1 >> 2] = 3456; + HEAP32[i1 + 4 >> 2] = 3484; return i1 | 0; } @@ -78710,22 +77625,22 @@ function __ZN4wasm2If8finalizeEv(i1) { function __ZN4wasm12PassRegistry3getEv() { var i1 = 0; - i1 = HEAP32[9601] | 0; + i1 = HEAP32[9891] | 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[9601] = i1; + HEAP32[9891] = i1; } return i1 | 0; } function __ZL8abort_onN6cashew3RefE(i1) { i1 = i1 | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 39584, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(39584, 10) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 40744, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(40744, 10) | 0; _abort(); } @@ -78761,13 +77676,13 @@ function __ZNKSt3__15ctypeIwE5do_isEtw(i3, i2, i1) { 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) == 24900 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 25021 ? 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(28602, 28612, 473, 36178); + if ((HEAP32[i1 >> 2] | 0) == 2) return __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE2atEj(HEAP32[i1 + 8 >> 2] | 0, i2) | 0; else ___assert_fail(29856, 29866, 473, 37336); return 0; } @@ -78786,56 +77701,56 @@ function __ZTv0_n12_NSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9alloca function __ZNSt3__16locale5__imp7installINS_9money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42228) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43388) | 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(42220) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43380) | 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(42212) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43372) | 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(42204) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43364) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42164) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43324) | 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(42156) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43316) | 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(42148) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43308) | 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(41336) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42496) | 0); return; } @@ -78859,31 +77774,37 @@ 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(40524) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(41684) | 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(40516) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(41676) | 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(40508) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(41668) | 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(40484) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(41644) | 0); return; } +function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 26159 ? i2 + 4 | 0 : 0) | 0; +} + function __ZN4wasm4Host8finalizeEv(i1) { i1 = i1 | 0; switch (HEAP32[i1 + 8 >> 2] | 0) { @@ -78915,16 +77836,24 @@ 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(28602, 28612, 457, 14949); + } else ___assert_fail(29856, 29866, 457, 15021); return 0; } function __ZN4wasm12toSInteger32Ed(d1) { d1 = +d1; - if (__ZN4wasm12isSInteger32Ed(d1) | 0) return ~~(d1 > -2147483648.0 & d1 < 2147483647.0 ? d1 : d1 < 0.0 ? -2147483648.0 : 2147483647.0) | 0; else ___assert_fail(28909, 28867, 44, 28925); + if (__ZN4wasm12isSInteger32Ed(d1) | 0) return ~~(d1 > -2147483648.0 & d1 < 2147483647.0 ? d1 : d1 < 0.0 ? -2147483648.0 : 2147483647.0) | 0; else ___assert_fail(30163, 30121, 44, 30179); return 0; } +function __Z9incIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i2, 10) | 0; + HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; + return i2 | 0; +} + function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv(i1) { i1 = i1 | 0; return __ZZN4wasm12RegisterPassINS_14SimplifyLocalsEEC1EPKcS4_ENKUlvE_clEv(i1 + 4 | 0) | 0; @@ -78993,21 +77922,21 @@ function dynCall_iiiiiii(i7, i1, i2, i3, i4, i5, i6) { } function __ZNSt3__16locale8__globalEv() { - if ((HEAP8[38080] | 0) == 0 ? ___cxa_guard_acquire(38080) | 0 : 0) { + if ((HEAP8[39240] | 0) == 0 ? ___cxa_guard_acquire(39240) | 0 : 0) { __ZNSt3__16locale5__imp11make_globalEv() | 0; - HEAP32[10574] = 42292; - ___cxa_guard_release(38080); + HEAP32[10864] = 43452; + ___cxa_guard_release(39240); } - return HEAP32[10574] | 0; + return HEAP32[10864] | 0; } function __ZNSt3__16locale7classicEv() { - if ((HEAP8[37912] | 0) == 0 ? ___cxa_guard_acquire(37912) | 0 : 0) { + if ((HEAP8[39072] | 0) == 0 ? ___cxa_guard_acquire(39072) | 0 : 0) { __ZNSt3__16locale5__imp12make_classicEv() | 0; - HEAP32[10572] = 42284; - ___cxa_guard_release(37912); + HEAP32[10862] = 43444; + ___cxa_guard_release(39072); } - return HEAP32[10572] | 0; + return HEAP32[10862] | 0; } function _bitshift64Ashr(i3, i2, i1) { @@ -79026,18 +77955,18 @@ function _newlocale(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; i1 = i1 | 0; - if (((HEAP8[i3 >> 0] | 0) != 0 ? (_strcmp(i3, 32682) | 0) != 0 : 0) ? (_strcmp(i3, 31451) | 0) != 0 : 0) i1 = 0; else if (!i1) i1 = _calloc(1, 4) | 0; + if (((HEAP8[i3 >> 0] | 0) != 0 ? (_strcmp(i3, 33888) | 0) != 0 : 0) ? (_strcmp(i3, 32984) | 0) != 0 : 0) i1 = 0; else if (!i1) i1 = _calloc(1, 4) | 0; return i1 | 0; } function __ZNSt3__16__clocEv() { var i1 = 0; - if ((HEAP8[37432] | 0) == 0 ? ___cxa_guard_acquire(37432) | 0 : 0) { - i1 = _newlocale(2147483647, 32682, 0) | 0; - HEAP32[10120] = i1; - ___cxa_guard_release(37432); + if ((HEAP8[38592] | 0) == 0 ? ___cxa_guard_acquire(38592) | 0 : 0) { + i1 = _newlocale(2147483647, 33888, 0) | 0; + HEAP32[10410] = i1; + ___cxa_guard_release(38592); } - return HEAP32[10120] | 0; + return HEAP32[10410] | 0; } function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv(i1) { @@ -79061,7 +77990,7 @@ function __ZNSt3__113unordered_setIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS function __ZNSt3__17codecvtIwc11__mbstate_tED2Ev(i1) { i1 = i1 | 0; var i2 = 0; - HEAP32[i1 >> 2] = 11052; + HEAP32[i1 >> 2] = 11164; i1 = i1 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; if ((i2 | 0) != (__ZNSt3__16__clocEv() | 0)) _freelocale(HEAP32[i1 >> 2] | 0); @@ -79088,7 +78017,7 @@ function __ZNK4wasm7Literal6geti64Ev(i1) { i1 = i1 + 8 | 0; tempRet0 = HEAP32[i1 + 4 >> 2] | 0; return HEAP32[i1 >> 2] | 0; - } else ___assert_fail(16253, 27598, 196, 20403); + } else ___assert_fail(16338, 28852, 195, 19557); return 0; } @@ -79099,7 +78028,7 @@ function __ZN4wasm7Literal9castToI32Ev(i1, i2) { HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; HEAP32[i1 >> 2] = 1; return; - } else ___assert_fail(20614, 27598, 183, 20636); + } else ___assert_fail(20744, 28852, 182, 20766); } function __ZN4wasm7Literal9castToF32Ev(i1, i2) { @@ -79109,7 +78038,7 @@ function __ZN4wasm7Literal9castToF32Ev(i1, i2) { HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; HEAP32[i1 >> 2] = 3; return; - } else ___assert_fail(16221, 27598, 171, 16243); + } else ___assert_fail(16306, 28852, 170, 16328); } function dynCall_iiiiiid(i7, i1, i2, i3, i4, i5, d6) { @@ -79155,20 +78084,20 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6append return __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKcj(i2, i1, _strlen(i1) | 0) | 0; } -function _wmemset(i3, i2, i1) { +function _wmemset(i4, i3, i1) { + i4 = i4 | 0; i3 = i3 | 0; - i2 = i2 | 0; i1 = i1 | 0; - var i4 = 0; + var i2 = 0; if (i1 | 0) { - i4 = i3; + i2 = i4; while (1) { i1 = i1 + -1 | 0; - HEAP32[i4 >> 2] = i2; - if (!i1) break; else i4 = i4 + 4 | 0; + HEAP32[i2 >> 2] = i3; + if (!i1) break; else i2 = i2 + 4 | 0; } } - return i3 | 0; + return i4 | 0; } function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEED2Ev(i1) { @@ -79190,7 +78119,7 @@ function __ZNKSt3__15ctypeIcE10do_tolowerEc(i2, i1) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 3644; + HEAP32[i1 >> 2] = 3756; return; } @@ -79212,10 +78141,15 @@ function dynCall_viiiiii(i7, i1, i2, i3, i4, i5, i6) { FUNCTION_TABLE_viiiiii[i7 & 15](i1 | 0, i2 | 0, i3 | 0, i4 | 0, i5 | 0, i6 | 0); } +function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv(i1) { + i1 = i1 | 0; + return __ZZN4wasm12RegisterPassINS_7PrinterEEC1EPKcS4_ENKUlvE_clEv(i1 + 4 | 0) | 0; +} + function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 3516; + HEAP32[i1 >> 2] = 3628; return; } @@ -79232,14 +78166,14 @@ function __ZNKSt3__15ctypeIcE10do_toupperEc(i2, i1) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 3900; + HEAP32[i1 >> 2] = 4012; return; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 3772; + HEAP32[i1 >> 2] = 3884; return; } @@ -79265,8 +78199,8 @@ function __ZN4wasm19CountTrailingZeroesIyEEiT_(i1, i2) { function __ZN4wasm14AstStackHelper9getParentEv(i1) { i1 = i1 | 0; var i2 = 0; - i1 = HEAP32[9588] | 0; - i2 = (HEAP32[9589] | 0) - i1 >> 2; + i1 = HEAP32[9878] | 0; + i2 = (HEAP32[9879] | 0) - i1 >> 2; if (i2 >>> 0 > 1) i1 = HEAP32[i1 + (i2 + -2 << 2) >> 2] | 0; else i1 = 0; return i1 | 0; } @@ -79274,7 +78208,7 @@ function __ZN4wasm14AstStackHelper9getParentEv(i1) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 3388; + HEAP32[i1 >> 2] = 3412; return; } @@ -79284,12 +78218,12 @@ function __ZNK6cashew7IStringltERKS0_(i2, i1) { var i3 = 0; i3 = HEAP32[i2 >> 2] | 0; i2 = HEAP32[i1 >> 2] | 0; - return (_strcmp((i3 | 0) == 0 ? 46477 : i3, (i2 | 0) == 0 ? 46477 : i2) | 0) < 0 | 0; + return (_strcmp((i3 | 0) == 0 ? 47638 : i3, (i2 | 0) == 0 ? 47638 : i2) | 0) < 0 | 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(23754, 22847, 319, 23761); else return HEAP32[i1 + 4 >> 2] | 0; + if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(23884, 22977, 319, 23891); else return HEAP32[i1 + 4 >> 2] | 0; return 0; } @@ -79300,7 +78234,7 @@ function _abort_message(i1, i2) { i3 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; HEAP32[i3 >> 2] = i2; - i2 = HEAP32[1036] | 0; + i2 = HEAP32[1145] | 0; _vfprintf(i2, i1, i3) | 0; _fputc(10, i2) | 0; _abort(); @@ -79309,13 +78243,13 @@ function _abort_message(i1, i2) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 3644; + HEAP32[i1 >> 2] = 3756; return i1 | 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 4 >> 2] | 0; else ___assert_fail(23769, 22847, 323, 23777); + if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 4 >> 2] | 0; else ___assert_fail(23899, 22977, 323, 23907); return 0; } @@ -79345,7 +78279,7 @@ function __ZNKSt3__18ios_base6getlocEv(i1) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 3516; + HEAP32[i1 >> 2] = 3628; return i1 | 0; } @@ -79353,26 +78287,33 @@ function __ZN10__cxxabiv112_GLOBAL__N_110construct_Ev() { var i1 = 0; i1 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - if (!(_pthread_key_create(42380, 204) | 0)) { + if (!(_pthread_key_create(43540, 209) | 0)) { STACKTOP = i1; return; - } else _abort_message(34931, i1); + } else _abort_message(36089, i1); } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 3900; + HEAP32[i1 >> 2] = 4012; return i1 | 0; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 3772; + HEAP32[i1 >> 2] = 3884; return i1 | 0; } +function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + HEAP32[i1 >> 2] = 3584; + return; +} + function __ZNKSt3__17codecvtIcc11__mbstate_tE9do_lengthERS1_PKcS5_j(i5, i1, i3, i2, i4) { i5 = i5 | 0; i1 = i1 | 0; @@ -79386,7 +78327,7 @@ function __ZNKSt3__17codecvtIcc11__mbstate_tE9do_lengthERS1_PKcS5_j(i5, i1, i3, function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 3388; + HEAP32[i1 >> 2] = 3412; return i1 | 0; } @@ -79400,14 +78341,14 @@ function __ZN4wasm8PopCountIjEEiT_(i1) { function __ZNSt3__16locale5__imp7installINS_7codecvtIDsc11__mbstate_tEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42268) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43428) | 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(42276) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43436) | 0); return; } @@ -79422,14 +78363,14 @@ function __ZN6cashew3RefeqERKNS_7IStringE(i1, i2) { function __ZNSt3__16locale5__imp7installINS_7codecvtIwc11__mbstate_tEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42260) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43420) | 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(42252) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43412) | 0); return; } @@ -79465,9 +78406,9 @@ function __ZNSt3__16locale5__imp11make_globalEv() { var i1 = 0; i1 = __ZNSt3__16locale7classicEv() | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[10573] = i1; + HEAP32[10863] = i1; __ZNSt3__114__shared_count12__add_sharedEv(i1); - return 42292; + return 43452; } function __ZNKSt3__15ctypeIwE10do_toupperEw(i2, i1) { @@ -79490,6 +78431,13 @@ function __ZNKSt3__15ctypeIwE10do_tolowerEw(i2, i1) { return i1 | 0; } +function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { + i1 = i1 | 0; + i1 = __Znwj(8) | 0; + HEAP32[i1 >> 2] = 3584; + return i1 | 0; +} + function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7isSpaceEc(i1) { i1 = i1 | 0; i1 = i1 + -9 << 24 >> 24; @@ -79500,34 +78448,34 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7isSpaceEc(i1) { function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE6targetERKSt9type_info(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - return ((HEAP32[i1 + 4 >> 2] | 0) == 24154 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 24284 ? i2 + 4 | 0 : 0) | 0; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb1EEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42196) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43356) | 0); return; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb0EEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42188) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43348) | 0); return; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb1EEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42180) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43340) | 0); return; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb0EEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42172) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43332) | 0); return; } @@ -79700,7 +78648,7 @@ function __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEE function __ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEEclEv(i1) { i1 = i1 | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 24114) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(40744, 24244) | 0; _abort(); } @@ -79781,7 +78729,7 @@ function __ZNKSt3__110moneypunctIcLb0EE11do_groupingEv(i2, i1) { function __ZN4wasm19CountTrailingZeroesIjEEiT_(i1) { i1 = i1 | 0; if (!i1) i1 = 32; else { - i1 = 28967 + ((Math_imul(i1 & 0 - i1, 125613361) | 0) >>> 27) | 0; + i1 = 30221 + ((Math_imul(i1 & 0 - i1, 125613361) | 0) >>> 27) | 0; i1 = HEAPU8[i1 >> 0] | 0; } return i1 | 0; @@ -79789,15 +78737,15 @@ function __ZN4wasm19CountTrailingZeroesIjEEiT_(i1) { function __ZN4wasm17RemoveUnusedNamesD2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 3688; - HEAP32[i1 + 4 >> 2] = 3716; + HEAP32[i1 >> 2] = 3800; + HEAP32[i1 + 4 >> 2] = 3828; __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEED2Ev(i1 + 12 | 0); return; } function __ZN4wasm12toUInteger32Ed(d1) { d1 = +d1; - if (__ZN4wasm12isUInteger32Ed(d1) | 0) return ~~(d1 < 4294967295.0 ? d1 : 4294967295.0) >>> 0 | 0; else ___assert_fail(28851, 28867, 37, 28896); + if (__ZN4wasm12isUInteger32Ed(d1) | 0) return ~~(d1 < 4294967295.0 ? d1 : 4294967295.0) >>> 0 | 0; else ___assert_fail(30105, 30121, 37, 30150); return 0; } @@ -79816,28 +78764,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(40500) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(41660) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8numpunctIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40472) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(41632) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8messagesIwEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42244) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43404) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8messagesIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42236) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(43396) | 0); return; } @@ -79857,14 +78805,14 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction function __ZNSt3__16locale5__imp7installINS_7collateIwEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40452) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(41612) | 0); return; } function __ZNSt3__16locale5__imp7installINS_7collateIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40444) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(41604) | 0); return; } @@ -79872,7 +78820,7 @@ function __ZN6cashew7IStringC2EPKcb(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; i1 = i1 | 0; - if (!i2) ___assert_fail(14882, 14884, 61, 14919); else { + if (!i2) ___assert_fail(14954, 14956, 61, 14991); else { __ZN6cashew7IString3setEPKcb(i3, i2, i1); return; } @@ -79905,28 +78853,28 @@ function dynCall_viiiii(i6, i1, i2, i3, i4, i5) { function __ZNKSt3__18numpunctIwE12do_falsenameEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(i1, 11264, _wcslen(11264) | 0); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(i1, 11376, _wcslen(11376) | 0); return; } function __ZNSt3__16locale5__imp7installINS_5ctypeIwEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40492) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(41652) | 0); return; } function __ZNSt3__16locale5__imp7installINS_5ctypeIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40460) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(41620) | 0); return; } function __ZNKSt3__18numpunctIwE11do_truenameEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(i1, 11244, _wcslen(11244) | 0); + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(i1, 11356, _wcslen(11356) | 0); return; } @@ -80121,12 +79069,12 @@ function __ZNKSt3__110moneypunctIcLb0EE16do_negative_signEv(i1, i2) { function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv(i1) { i1 = i1 | 0; - return 336; + return 312; } function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv(i1) { i1 = i1 | 0; - return 312; + return 288; } function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i1) { @@ -80137,7 +79085,7 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE11target_typeEv(i1) { i1 = i1 | 0; - return 280; + return 256; } function __ZN6cashew11isIdentInitEc(i1) { @@ -80164,6 +79112,12 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction return; } +function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + function dynCall_iiiii(i5, i1, i2, i3, i4) { i5 = i5 | 0; i1 = i1 | 0; @@ -80176,7 +79130,7 @@ function dynCall_iiiii(i5, i1, i2, i3, i4) { function __ZNKSt3__18numpunctIcE12do_falsenameEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 35850, 5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 37008, 5); return; } @@ -80198,7 +79152,7 @@ function __ZTv0_n12_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev(i1) { function __ZNSt3__15ctypeIcED2Ev(i2) { i2 = i2 | 0; var i1 = 0; - HEAP32[i2 >> 2] = 11120; + HEAP32[i2 >> 2] = 11232; i1 = HEAP32[i2 + 8 >> 2] | 0; if (i1 | 0 ? HEAP8[i2 + 12 >> 0] | 0 : 0) __ZdaPv(i1); return; @@ -80207,14 +79161,14 @@ function __ZNSt3__15ctypeIcED2Ev(i2) { function __ZNKSt3__18numpunctIcE11do_truenameEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 35856, 4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 37014, 4); return; } function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7__cloneEPNS0_6__baseIS5_EE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - HEAP32[i1 >> 2] = 3344; + HEAP32[i1 >> 2] = 3368; return; } @@ -80258,13 +79212,13 @@ function __ZTv0_n12_NSt3__113basic_istreamIcNS_11char_traitsIcEEED1Ev(i1) { function __ZNK4wasm7Literal6getf64Ev(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 4) return +(+HEAPF64[i1 + 8 >> 3]); else ___assert_fail(20658, 27598, 198, 21175); + if ((HEAP32[i1 >> 2] | 0) == 4) return +(+HEAPF64[i1 + 8 >> 3]); else ___assert_fail(20788, 28852, 197, 21305); return +(0.0); } function __ZNK4wasm7Literal6getf32Ev(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 3) return +(+HEAPF32[i1 + 8 >> 2]); else ___assert_fail(20614, 27598, 197, 21168); + if ((HEAP32[i1 >> 2] | 0) == 3) return +(+HEAPF32[i1 + 8 >> 2]); else ___assert_fail(20744, 28852, 196, 21298); return +(0.0); } @@ -80284,7 +79238,7 @@ function __ZNSt3__110__time_putD2Ev(i1) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { i1 = i1 | 0; - return 840; + return 880; } function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7destroyEv(i1) { @@ -80305,17 +79259,22 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedN function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { i1 = i1 | 0; - return 688; + return 728; } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { i1 = i1 | 0; - return 1144; + return 1184; +} + +function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { + i1 = i1 | 0; + return 1032; } function __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i1) { i1 = i1 | 0; - return __ZN6cashew5Value9setStringERKNS_7IStringE(__ZN6cashew5Arena5allocEv(38784) | 0, i1) | 0; + return __ZN6cashew5Value9setStringERKNS_7IStringE(__ZN6cashew5Arena5allocEv(39944) | 0, i1) | 0; } function b11(i1, i2, i3, i4, i5, i6, i7, i8) { @@ -80336,9 +79295,12 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction return; } -function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { +function __ZZN4wasm12RegisterPassINS_7PrinterEEC1EPKcS4_ENKUlvE_clEv(i1) { i1 = i1 | 0; - return 992; + i1 = __Znwj(8) | 0; + HEAP32[i1 >> 2] = 3540; + HEAP32[i1 + 4 >> 2] = 40660; + return i1 | 0; } function __ZNSt3__16localeC2ERKS0_(i2, i1) { @@ -80359,13 +79321,13 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedB function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7__cloneEv(i1) { i1 = i1 | 0; i1 = __Znwj(8) | 0; - HEAP32[i1 >> 2] = 3344; + HEAP32[i1 >> 2] = 3368; return i1 | 0; } function __ZN6cashew5Value8getArrayEv(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 2) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(28602, 28612, 219, 22826); + if ((HEAP32[i1 >> 2] | 0) == 2) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(29856, 29866, 219, 22956); return 0; } @@ -80392,13 +79354,13 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscripte function __ZNK4wasm7Literal6geti32Ev(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 1) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(16221, 27598, 195, 21161); + if ((HEAP32[i1 >> 2] | 0) == 1) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(16306, 28852, 194, 21291); return 0; } function __ZN6cashew5Value10getCStringEv(i1) { i1 = i1 | 0; - if (!(HEAP32[i1 >> 2] | 0)) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(14927, 28612, 207, 15236); + if (!(HEAP32[i1 >> 2] | 0)) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(14999, 29866, 207, 15308); return 0; } @@ -80413,22 +79375,22 @@ function dynCall_viiii(i5, i1, i2, i3, i4) { function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { i1 = i1 | 0; - return 536; + return 512; } function __ZN4wasm10Expression4castINS_5BreakEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 4) return i1 | 0; else ___assert_fail(25610, 27598, 756, 25625); + if ((HEAP32[i1 >> 2] | 0) == 4) return i1 | 0; else ___assert_fail(26864, 28852, 755, 26879); return 0; } -function _uselocale(i2) { - i2 = i2 | 0; - var i1 = 0, i3 = 0; - i3 = (_pthread_self() | 0) + 180 | 0; - i1 = HEAP32[i3 >> 2] | 0; - if (i2 | 0) HEAP32[i3 >> 2] = i2; - return i1 | 0; +function _uselocale(i3) { + i3 = i3 | 0; + var i1 = 0, i2 = 0; + i1 = (_pthread_self() | 0) + 180 | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (i3 | 0) HEAP32[i1 >> 2] = i3; + return i2 | 0; } function ___syscall_ret(i1) { @@ -80448,33 +79410,33 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEE return; } -function __ZN6cashew12ValueBuilder8makeNullEv() { - var i1 = 0; - i1 = __ZN6cashew5Arena5allocEv(38784) | 0; - __ZN6cashew5Value4freeEv(i1); - HEAP32[i1 >> 2] = 3; - return i1 | 0; -} - function ___errno_location() { var i1 = 0; - if (!(HEAP32[9715] | 0)) i1 = 38904; else { + if (!(HEAP32[10005] | 0)) i1 = 40064; else { i1 = (_pthread_self() | 0) + 64 | 0; i1 = HEAP32[i1 >> 2] | 0; } return i1 | 0; } +function __ZN6cashew12ValueBuilder8makeNullEv() { + var i1 = 0; + i1 = __ZN6cashew5Arena5allocEv(39944) | 0; + __ZN6cashew5Value4freeEv(i1); + HEAP32[i1 >> 2] = 3; + return i1 | 0; +} + function __ZNSt3__18numpunctIwED2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 11212; + HEAP32[i1 >> 2] = 11324; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1 + 16 | 0); return; } function __ZNSt3__18numpunctIcED2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 11172; + HEAP32[i1 >> 2] = 11284; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1 + 12 | 0); return; } @@ -80484,11 +79446,16 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedN return; } +function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv(i1) { + i1 = i1 | 0; + return 576; +} + function __ZZ11instantiateEN19JSExternalInterface10growMemoryEjj(i3, i2, i1) { i3 = i3 | 0; i2 = i2 | 0; i1 = i1 | 0; - _emscripten_asm_const_ii(27, i1 | 0) | 0; + _emscripten_asm_const_ii(29, i1 | 0) | 0; return; } @@ -80499,7 +79466,7 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedB function __ZN4wasm7Element5c_strEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 16 >> 2] | 0; else ___assert_fail(16729, 16606, 88, 17891); + if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 16 >> 2] | 0; else ___assert_fail(16814, 16691, 88, 17124); return 0; } @@ -80509,6 +79476,12 @@ function __ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveU _abort(); } +function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv(i1) { i1 = i1 | 0; return; @@ -80527,7 +79500,7 @@ function __ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveU function __ZN4wasm7Element3strEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 16 >> 2] | 0; else ___assert_fail(16729, 16606, 83, 16738); + if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 16 >> 2] | 0; else ___assert_fail(16814, 16691, 83, 16823); return 0; } @@ -80568,7 +79541,7 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEE function __ZN6cashew5Value9getNumberEv(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 1) return i1 + 8 | 0; else ___assert_fail(14954, 28612, 215, 14965); + if ((HEAP32[i1 >> 2] | 0) == 1) return i1 + 8 | 0; else ___assert_fail(15026, 29866, 215, 15037); return 0; } @@ -80613,7 +79586,7 @@ function __ZNSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED0Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8540; + HEAP32[i1 >> 2] = 8652; __ZNSt3__16localeD2Ev(i1 + 4 | 0); __ZdlPv(i1); return; @@ -80621,7 +79594,7 @@ function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED0Ev(i1) { function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED0Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8476; + HEAP32[i1 >> 2] = 8588; __ZNSt3__16localeD2Ev(i1 + 4 | 0); __ZdlPv(i1); return; @@ -80648,7 +79621,7 @@ function __ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEms function __ZN6cashew5Value10getIStringEv(i1) { i1 = i1 | 0; - if (!(HEAP32[i1 >> 2] | 0)) return i1 + 8 | 0; else ___assert_fail(14927, 28612, 211, 14938); + if (!(HEAP32[i1 >> 2] | 0)) return i1 + 8 | 0; else ___assert_fail(14999, 29866, 211, 15010); return 0; } @@ -80694,6 +79667,11 @@ function __ZNSt3__16locale5facet16__on_zero_sharedEv(i1) { return; } +function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv(i1) { + i1 = i1 | 0; + return; +} + function dynCall_iiii(i4, i1, i2, i3) { i4 = i4 | 0; i1 = i1 | 0; @@ -80717,8 +79695,8 @@ function b0(i1, i2, i3, i4, i5, i6, i7) { function __ZNSt3__16locale2id6__initEv(i1) { i1 = i1 | 0; var i2 = 0; - i2 = HEAP32[10117] | 0; - HEAP32[10117] = i2 + 1; + i2 = HEAP32[10407] | 0; + HEAP32[10407] = i2 + 1; HEAP32[i1 + 4 >> 2] = i2 + 1; return; } @@ -80734,11 +79712,6 @@ function __ZN4wasm11WasmVisitorIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakO return; } -function __ZN4wasm11WasmVisitorIZNS_10Expression5printERNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEEjE17ExpressionPrintervED2Ev(i1) { - i1 = i1 | 0; - return; -} - function _strchr(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -80754,7 +79727,7 @@ function __ZZZN4wasm15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBl function __ZN4wasm7Element4listEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(16663, 16606, 68, 16671); else return i1 + 4 | 0; + if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(16748, 16691, 68, 16756); else return i1 + 4 | 0; return 0; } @@ -80764,15 +79737,9 @@ function __ZN6cashew11isIdentPartEc(i1) { return 0; } -function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinterD0Ev(i1) { - i1 = i1 | 0; - __ZdlPv(i1); - return; -} - function __ZN6cashew12ValueBuilder12makeRawArrayEi(i1) { i1 = i1 | 0; - return __ZN6cashew5Value8setArrayEj(__ZN6cashew5Arena5allocEv(38784) | 0, i1) | 0; + return __ZN6cashew5Value8setArrayEj(__ZN6cashew5Arena5allocEv(39944) | 0, i1) | 0; } function _wcslen(i2) { @@ -80804,14 +79771,14 @@ function __ZNSt3__18ios_base33__set_badbit_and_consider_rethrowEv(i1) { function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8540; + HEAP32[i1 >> 2] = 8652; __ZNSt3__16localeD2Ev(i1 + 4 | 0); return; } function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 8476; + HEAP32[i1 >> 2] = 8588; __ZNSt3__16localeD2Ev(i1 + 4 | 0); return; } @@ -80820,7 +79787,7 @@ function __ZSt17__throw_bad_allocv() { var i1 = 0; i1 = ___cxa_allocate_exception(4) | 0; __ZNSt9bad_allocC2Ev(i1); - ___cxa_throw(i1 | 0, 2592, 181); + ___cxa_throw(i1 | 0, 2632, 186); } function __ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE18destroy_deallocateEv(i1) { @@ -80840,7 +79807,7 @@ function dynCall_viii(i4, i1, i2, i3) { function __ZZ11instantiateEN19JSExternalInterface4trapEPKc(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - _emscripten_asm_const_ii(28, i2 | 0) | 0; + _emscripten_asm_const_ii(30, i2 | 0) | 0; return; } @@ -80868,7 +79835,7 @@ function __ZN6cashew3RefntEv(i1) { function ___cxa_is_pointer_type(i1) { i1 = i1 | 0; - if (!i1) i1 = 0; else i1 = (___dynamic_cast(i1, 2568, 2624, 0) | 0) != 0; + if (!i1) i1 = 0; else i1 = (___dynamic_cast(i1, 2608, 2664, 0) | 0) != 0; return i1 & 1 | 0; } @@ -81033,14 +80000,6 @@ function b3(i1, i2, i3, i4, i5, d6) { return 0; } -function _strtoll(i3, i2, i1) { - i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - i3 = _strtox_686(i3, i2, i1, 0, -2147483648) | 0; - return i3 | 0; -} - function __ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev(i1) { i1 = i1 | 0; __ZNSt3__18ios_baseD2Ev(i1 + -8 + 12 | 0); @@ -81048,7 +80007,7 @@ function __ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev(i1) { } function __GLOBAL__sub_I_RemoveUnusedNames_cpp() { - __ZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC2EPKcS4_(44400, 25690, 25710); + __ZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC2EPKcS4_(45561, 26944, 26964); return; } @@ -81069,17 +80028,25 @@ function __ZNSt3__17codecvtIwc11__mbstate_tED0Ev(i1) { function __ZNKSt3__121__basic_string_commonILb1EE20__throw_out_of_rangeEv(i1) { i1 = i1 | 0; - ___assert_fail(32004, 31901, 1175, 34832); + ___assert_fail(33210, 33155, 1175, 35990); } function __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i1) { i1 = i1 | 0; - ___assert_fail(31872, 31901, 1164, 34788); + ___assert_fail(33126, 33155, 1164, 35946); +} + +function _strtoll(i3, i2, i1) { + i3 = i3 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + i3 = _strtox(i3, i2, i1, 0, -2147483648) | 0; + return i3 | 0; } function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE11target_typeEv(i1) { i1 = i1 | 0; - return 368; + return 344; } function __ZN6Colors15outputColorCodeERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEPKc(i2, i1) { @@ -81089,18 +80056,18 @@ function __ZN6Colors15outputColorCodeERNSt3__113basic_ostreamIcNS0_11char_traits } function __GLOBAL__sub_I_RemoveUnusedBrs_cpp() { - __ZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC2EPKcS4_(44399, 24956, 24974); + __ZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC2EPKcS4_(45560, 26210, 26228); return; } function __ZNKSt3__120__vector_base_commonILb1EE20__throw_out_of_rangeEv(i1) { i1 = i1 | 0; - ___assert_fail(34809, 34685, 314, 34832); + ___assert_fail(35967, 35891, 314, 35990); } function __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i1) { i1 = i1 | 0; - ___assert_fail(34662, 34685, 303, 34788); + ___assert_fail(35868, 35891, 303, 35946); } function b13(i1, i2, i3, i4, i5, i6) { @@ -81120,12 +80087,12 @@ function __ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_ } function __GLOBAL__sub_I_SimplifyLocals_cpp() { - __ZN4wasm12RegisterPassINS_14SimplifyLocalsEEC2EPKcS4_(44402, 27189, 27205); + __ZN4wasm12RegisterPassINS_14SimplifyLocalsEEC2EPKcS4_(45563, 28443, 28459); return; } function __GLOBAL__sub_I_PostEmscripten_cpp() { - __ZN4wasm12RegisterPassINS_14PostEmscriptenEEC2EPKcS4_(44401, 26425, 26441); + __ZN4wasm12RegisterPassINS_14PostEmscriptenEEC2EPKcS4_(45562, 27679, 27695); return; } @@ -81136,14 +80103,6 @@ function dynCall_iii(i3, i1, i2) { return FUNCTION_TABLE_iii[i3 & 31](i1 | 0, i2 | 0) | 0; } -function _strtoull(i3, i2, i1) { - i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - i3 = _strtox_686(i3, i2, i1, -1, -1) | 0; - return i3 | 0; -} - function __ZNSt3__16localeD2Ev(i1) { i1 = i1 | 0; __ZNSt3__114__shared_count16__release_sharedEv(HEAP32[i1 >> 2] | 0) | 0; @@ -81151,9 +80110,9 @@ function __ZNSt3__16localeD2Ev(i1) { } function __ZNSt3__16locale5__imp12make_classicEv() { - __ZNSt3__16locale5__impC2Ej(37920, 1); - HEAP32[10571] = 37920; - return 42284; + __ZNSt3__16locale5__impC2Ej(39080, 1); + HEAP32[10861] = 39080; + return 43444; } function __ZN4wasm12isUInteger32Ed(d1) { @@ -81167,6 +80126,14 @@ function __ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev(i1) { return; } +function _strtoull(i3, i2, i1) { + i3 = i3 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + i3 = _strtox(i3, i2, i1, -1, -1) | 0; + return i3 | 0; +} + function __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEED1Ev(i1) { i1 = i1 | 0; __ZNSt3__18ios_baseD2Ev(i1 + 4 | 0); @@ -81207,7 +80174,7 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnus } function __GLOBAL__sub_I_MergeBlocks_cpp() { - __ZN4wasm12RegisterPassINS_11MergeBlocksEEC2EPKcS4_(44398, 24254, 24267); + __ZN4wasm12RegisterPassINS_11MergeBlocksEEC2EPKcS4_(45558, 24375, 24388); return; } @@ -81256,7 +80223,7 @@ function _mbrlen(i2, i1, i3) { i2 = i2 | 0; i1 = i1 | 0; i3 = i3 | 0; - return _mbrtowc(0, i2, i1, i3 | 0 ? i3 : 38912) | 0; + return _mbrtowc(0, i2, i1, i3 | 0 ? i3 : 40072) | 0; } function __ZNSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev(i1) { @@ -81342,7 +80309,7 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscri function __GLOBAL__I_000101() { __ZNSt3__18ios_base4InitC2Ev(0); - ___cxa_atexit(191, 46476, ___dso_handle | 0) | 0; + ___cxa_atexit(196, 47637, ___dso_handle | 0) | 0; return; } @@ -81475,12 +80442,24 @@ function _strncpy(i1, i3, i2) { return i1 | 0; } +function _do_read_115(i2, i1, i3) { + i2 = i2 | 0; + i1 = i1 | 0; + i3 = i3 | 0; + return ___string_read(i2, i1, i3) | 0; +} + function __ZZN4wasm15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizerD0Ev(i1) { i1 = i1 | 0; __ZdlPv(i1); return; } +function __GLOBAL__sub_I_Print_cpp() { + __ZN4wasm12RegisterPassINS_7PrinterEEC2EPKcS4_(45559, 26010, 26016); + return; +} + function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEED0Ev(i1) { i1 = i1 | 0; __ZdlPv(i1); @@ -81489,8 +80468,8 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEED0Ev(i1) { function __ZSt15get_new_handlerv() { var i1 = 0; - i1 = HEAP32[10596] | 0; - HEAP32[10596] = i1 + 0; + i1 = HEAP32[10886] | 0; + HEAP32[10886] = i1 + 0; return i1 | 0; } @@ -81529,13 +80508,6 @@ function _mbsinit(i1) { return i1 & 1 | 0; } -function _do_read(i2, i1, i3) { - i2 = i2 | 0; - i1 = i1 | 0; - i3 = i3 | 0; - return ___string_read(i2, i1, i3) | 0; -} - function __ZNSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev(i1) { i1 = i1 | 0; return; @@ -81615,6 +80587,13 @@ function __ZNSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2 return; } +function _strtold_l(i3, i2, i1) { + i3 = i3 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + return +(+_strtox_34(i3, i2, 2)); +} + function b12(i1, i2, i3, i4) { i1 = i1 | 0; i2 = i2 | 0; @@ -81659,13 +80638,6 @@ function __ZNSt3__110__function6__baseIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev( return; } -function _strtold_l(i3, i2, i1) { - i3 = i3 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - return +(+_strtox(i3, i2, 2)); -} - function _catgets(i1, i4, i2, i3) { i1 = i1 | 0; i4 = i4 | 0; @@ -81741,12 +80713,6 @@ function __ZN4wasm10WalkerPassINS_10WasmWalkerINS_14PostEmscriptenEvEEED2Ev(i1) return; } -function _cleanup_357(i1) { - i1 = i1 | 0; - if (!(HEAP32[i1 + 68 >> 2] | 0)) ___unlockfile(i1); - return; -} - function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9underflowEv(i1) { i1 = i1 | 0; return -1; @@ -81757,6 +80723,12 @@ function __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9underflowEv(i1) { return -1; } +function _cleanup_93(i1) { + i1 = i1 | 0; + if (!(HEAP32[i1 + 68 >> 2] | 0)) ___unlockfile(i1); + return; +} + function __ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9showmanycEv(i1) { i1 = i1 | 0; return 0; @@ -82015,11 +80987,28 @@ function b1(i1, i2, i3) { return 0; } +function _strtof(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + return +(+_strtox_34(i2, i1, 0)); +} + +function _strtod(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + return +(+_strtox_34(i2, i1, 1)); +} + function __ZNSt3__110__function6__baseIFPN4wasm4PassEvEED2Ev(i1) { i1 = i1 | 0; return; } +function __ZN4wasm11WasmVisitorINS_16PrintSExpressionEvED2Ev(i1) { + i1 = i1 | 0; + return; +} + function __ZNKSt3__110moneypunctIwLb1EE14do_frac_digitsEv(i1) { i1 = i1 | 0; return 0; @@ -82040,18 +81029,6 @@ function __ZNKSt3__110moneypunctIcLb0EE14do_frac_digitsEv(i1) { return 0; } -function _strtof(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - return +(+_strtox(i2, i1, 0)); -} - -function _strtod(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - return +(+_strtox(i2, i1, 1)); -} - function _isxdigit_l(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -82090,7 +81067,7 @@ function __ZNSt3__110moneypunctIcLb0EED0Ev(i1) { function __ZNSt9bad_allocC2Ev(i1) { i1 = i1 | 0; - HEAP32[i1 >> 2] = 11616; + HEAP32[i1 >> 2] = 11728; return; } @@ -82099,6 +81076,12 @@ function __ZN4wasm9isIntegerEd(d1) { return +_fmod(d1, 1.0) == 0.0 | 0; } +function __ZN4wasm16PrintSExpressionD0Ev(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + function _copysignl(d1, d2) { d1 = +d1; d2 = +d2; @@ -82232,6 +81215,12 @@ function __ZThn4_N4wasm15RemoveUnusedBrsD1Ev(i1) { return; } +function __ZN4wasm7PrinterD0Ev(i1) { + i1 = i1 | 0; + __ZdlPv(i1); + return; +} + function __ZThn4_N4wasm14SimplifyLocalsD1Ev(i1) { i1 = i1 | 0; return; @@ -82286,12 +81275,12 @@ function __ZNSt3__114__shared_countD2Ev(i1) { function __ZNKSt9exception4whatEv(i1) { i1 = i1 | 0; - return 35373; + return 36531; } function __ZNKSt9bad_alloc4whatEv(i1) { i1 = i1 | 0; - return 35358; + return 36516; } function dynCall_v(i1) { @@ -82383,6 +81372,11 @@ function setTempRet0(i1) { tempRet0 = i1; } +function __ZN4wasm4PassD2Ev(i1) { + i1 = i1 | 0; + return; +} + function _feclearexcept(i1) { i1 = i1 | 0; return 0; @@ -82424,11 +81418,11 @@ function _nan(i1) { } function ___ctype_toupper_loc() { - return 6272; + return 6384; } function ___ctype_tolower_loc() { - return 4728; + return 4844; } function getTempRet0() { @@ -82445,7 +81439,7 @@ function b4(i1) { } function ___ctype_b_loc() { - return 6268; + return 4840; } function b10() { @@ -82454,45 +81448,45 @@ function b10() { // EMSCRIPTEN_END_FUNCS var FUNCTION_TABLE_iiiiiiii = [b0,__ZNKSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcPK2tmcc,__ZNKSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwPK2tmcc,__ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_bRNS_8ios_baseERjRe,__ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_bRNS_8ios_baseERjRNS_12basic_stringIcS3_NS_9allocatorIcEEEE,__ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_bRNS_8ios_baseERjRe,__ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_bRNS_8ios_baseERjRNS_12basic_stringIwS3_NS_9allocatorIwEEEE,b0]; -var FUNCTION_TABLE_iiii = [b1,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6setbufEPci,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsgetnEPci,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsputnEPKci,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj,___stdio_read,___stdio_seek,___stdio_write,___stdout_write,_sn_write,__ZNSt3__111__stdoutbufIcE6xsputnEPKci,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6setbufEPwi,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsgetnEPwi,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsputnEPKwi,__ZNSt3__111__stdoutbufIwE6xsputnEPKwi,__ZNKSt3__17collateIcE7do_hashEPKcS3_,__ZNKSt3__17collateIwE7do_hashEPKwS3_,__ZNKSt3__18messagesIcE7do_openERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNS_6localeE,__ZNKSt3__18messagesIwE7do_openERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNS_6localeE,__ZNKSt3__15ctypeIcE10do_toupperEPcPKc,__ZNKSt3__15ctypeIcE10do_tolowerEPcPKc,__ZNKSt3__15ctypeIcE9do_narrowEcc,__ZNKSt3__15ctypeIwE5do_isEtw,__ZNKSt3__15ctypeIwE10do_toupperEPwPKw,__ZNKSt3__15ctypeIwE10do_tolowerEPwPKw,__ZNKSt3__15ctypeIwE9do_narrowEwc,__ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoERPv,_do_read +var FUNCTION_TABLE_iiii = [b1,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6setbufEPci,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsgetnEPci,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsputnEPKci,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj,___stdio_read,___stdio_seek,___stdout_write,___stdio_write,_sn_write,__ZNSt3__111__stdoutbufIcE6xsputnEPKci,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6setbufEPwi,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsgetnEPwi,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsputnEPKwi,__ZNSt3__111__stdoutbufIwE6xsputnEPKwi,__ZNKSt3__17collateIcE7do_hashEPKcS3_,__ZNKSt3__17collateIwE7do_hashEPKwS3_,__ZNKSt3__18messagesIcE7do_openERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNS_6localeE,__ZNKSt3__18messagesIwE7do_openERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNS_6localeE,__ZNKSt3__15ctypeIcE10do_toupperEPcPKc,__ZNKSt3__15ctypeIcE10do_tolowerEPcPKc,__ZNKSt3__15ctypeIcE9do_narrowEcc,__ZNKSt3__15ctypeIwE5do_isEtw,__ZNKSt3__15ctypeIwE10do_toupperEPwPKw,__ZNKSt3__15ctypeIwE10do_tolowerEPwPKw,__ZNKSt3__15ctypeIwE9do_narrowEwc,__ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoERPv,_do_read_115 ,b1,b1,b1]; var FUNCTION_TABLE_viiiii = [b2,__ZNK10__cxxabiv117__class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib,__ZNK10__cxxabiv120__si_class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib,__ZNK10__cxxabiv121__vmi_class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib]; var FUNCTION_TABLE_iiiiiid = [b3,__ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_bRNS_8ios_baseEce,__ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_bRNS_8ios_baseEwe,b3]; -var FUNCTION_TABLE_vi = [b4,__ZN4wasm11WasmVisitorIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervED2Ev,__ZZN4wasm15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizerD0Ev,__ZN4wasm11WasmVisitorIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervED2Ev,__ZZZN4wasm15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEEN11BreakSeekerD0Ev,__ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZTv0_n12_NSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZTv0_n12_NSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZNSt3__113basic_istreamIcNS_11char_traitsIcEEED1Ev,__ZNSt3__113basic_istreamIcNS_11char_traitsIcEEED0Ev,__ZTv0_n12_NSt3__113basic_istreamIcNS_11char_traitsIcEEED1Ev,__ZTv0_n12_NSt3__113basic_istreamIcNS_11char_traitsIcEEED0Ev,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZNSt9exceptionD2Ev,__ZNSt3__117bad_function_callD0Ev,__ZN4wasm11WasmVisitorIZNS_10Expression5printERNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEEjE17ExpressionPrintervED2Ev,__ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinterD0Ev,__ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEED2Ev,__ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunnerD0Ev,__ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZThn8_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZThn8_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZTv0_n12_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZTv0_n12_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev,__ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev -,__ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev,__ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev,__ZTv0_n12_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev,__ZTv0_n12_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev,__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEED1Ev,__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEED0Ev,__ZTv0_n12_NSt3__113basic_ostreamIcNS_11char_traitsIcEEED1Ev,__ZTv0_n12_NSt3__113basic_ostreamIcNS_11char_traitsIcEEED0Ev,__ZNSt3__110__function6__baseIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EED0Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE18destroy_deallocateEv,__ZNSt3__110__function6__baseIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEED0Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEED0Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE18destroy_deallocateEv,__ZNSt3__110__function6__baseIFvvEED2Ev,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEED0Ev,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7destroyEv,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEEclEv,__ZNSt3__110__function6__baseIFPN4wasm4PassEvEED2Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_11MergeBlocksEvEEED2Ev,__ZN4wasm11MergeBlocksD0Ev -,__ZThn4_N4wasm11MergeBlocksD1Ev,__ZThn4_N4wasm11MergeBlocksD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEED2Ev,__ZN4wasm15RemoveUnusedBrsD0Ev,__ZThn4_N4wasm15RemoveUnusedBrsD1Ev,__ZThn4_N4wasm15RemoveUnusedBrsD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm17RemoveUnusedNamesD2Ev,__ZN4wasm17RemoveUnusedNamesD0Ev,__ZThn4_N4wasm17RemoveUnusedNamesD1Ev,__ZThn4_N4wasm17RemoveUnusedNamesD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14PostEmscriptenEvEEED2Ev,__ZN4wasm14PostEmscriptenD0Ev,__ZThn4_N4wasm14PostEmscriptenD1Ev,__ZThn4_N4wasm14PostEmscriptenD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvED2Ev -,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14SimplifyLocalsEvEEED2Ev,__ZN4wasm14SimplifyLocalsD0Ev,__ZThn4_N4wasm14SimplifyLocalsD1Ev,__ZThn4_N4wasm14SimplifyLocalsD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEED0Ev,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED2Ev,__ZNSt3__110__stdinbufIcED0Ev,__ZNSt3__111__stdoutbufIcED0Ev,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED2Ev,__ZNSt3__110__stdinbufIwED0Ev,__ZNSt3__111__stdoutbufIwED0Ev,__ZNSt3__18ios_baseD2Ev,__ZNSt3__18ios_baseD0Ev,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED0Ev,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED0Ev,__ZNSt3__113basic_istreamIwNS_11char_traitsIwEEED1Ev,__ZNSt3__113basic_istreamIwNS_11char_traitsIwEEED0Ev,__ZTv0_n12_NSt3__113basic_istreamIwNS_11char_traitsIwEEED1Ev,__ZTv0_n12_NSt3__113basic_istreamIwNS_11char_traitsIwEEED0Ev,__ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEED1Ev,__ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEED0Ev,__ZTv0_n12_NSt3__113basic_ostreamIwNS_11char_traitsIwEEED1Ev,__ZTv0_n12_NSt3__113basic_ostreamIwNS_11char_traitsIwEEED0Ev,__ZNSt3__17collateIcED2Ev,__ZNSt3__17collateIcED0Ev -,__ZNSt3__16locale5facet16__on_zero_sharedEv,__ZNSt3__17collateIwED2Ev,__ZNSt3__17collateIwED0Ev,__ZNSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__110moneypunctIcLb0EED2Ev,__ZNSt3__110moneypunctIcLb0EED0Ev,__ZNSt3__110moneypunctIcLb1EED2Ev,__ZNSt3__110moneypunctIcLb1EED0Ev,__ZNSt3__110moneypunctIwLb0EED2Ev,__ZNSt3__110moneypunctIwLb0EED0Ev,__ZNSt3__110moneypunctIwLb1EED2Ev,__ZNSt3__110moneypunctIwLb1EED0Ev,__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev -,__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__18messagesIcED2Ev,__ZNSt3__18messagesIcED0Ev,__ZNSt3__18messagesIwED2Ev,__ZNSt3__18messagesIwED0Ev,__ZNSt3__16locale5facetD2Ev,__ZNSt3__116__narrow_to_utf8ILj32EED0Ev,__ZNSt3__117__widen_from_utf8ILj32EED0Ev,__ZNSt3__17codecvtIwc11__mbstate_tED2Ev,__ZNSt3__17codecvtIwc11__mbstate_tED0Ev,__ZNSt3__16locale5__impD2Ev,__ZNSt3__16locale5__impD0Ev,__ZNSt3__15ctypeIcED2Ev,__ZNSt3__15ctypeIcED0Ev,__ZNSt3__18numpunctIcED2Ev,__ZNSt3__18numpunctIcED0Ev,__ZNSt3__18numpunctIwED2Ev,__ZNSt3__18numpunctIwED0Ev,__ZNSt3__16locale5facetD0Ev,__ZNSt3__15ctypeIwED0Ev,__ZNSt3__17codecvtIcc11__mbstate_tED0Ev,__ZNSt3__17codecvtIDsc11__mbstate_tED0Ev,__ZNSt3__17codecvtIDic11__mbstate_tED0Ev,__ZN10__cxxabiv116__shim_type_infoD2Ev,__ZN10__cxxabiv117__class_type_infoD0Ev,__ZNK10__cxxabiv116__shim_type_info5noop1Ev -,__ZNK10__cxxabiv116__shim_type_info5noop2Ev,__ZN10__cxxabiv120__si_class_type_infoD0Ev,__ZNSt9bad_allocD2Ev,__ZNSt9bad_allocD0Ev,__ZN10__cxxabiv121__vmi_class_type_infoD0Ev,__ZNSt3__113__vector_baseIN6cashew3RefENS_9allocatorIS2_EEED2Ev,__ZNSt3__113unordered_setIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev,__ZNSt3__113__vector_baseIN6cashew13OperatorClassENS_9allocatorIS2_EEED2Ev,__ZNSt3__113__vector_baseINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEED2Ev,__ZN6cashew5ArenaD2Ev,_cleanup_357,_cleanup,__ZNSt3__18ios_base4InitD2Ev,__ZNSt3__16locale2id6__initEv,__ZNSt3__117__call_once_proxyINS_5tupleIJNS_12_GLOBAL__N_111__fake_bindEEEEEEvPv,___cxx_global_array_dtor,___cxx_global_array_dtor_61,___cxx_global_array_dtor_109,__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev,___cxx_global_array_dtor_46,___cxx_global_array_dtor_85,___cxx_global_array_dtor_112,__ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev,__ZNSt3__112__do_nothingEPv,_free,__ZN10__cxxabiv112_GLOBAL__N_19destruct_EPv,b4,b4,b4,b4 -,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4 +var FUNCTION_TABLE_vi = [b4,__ZN4wasm11WasmVisitorIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervED2Ev,__ZZN4wasm15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizerD0Ev,__ZN4wasm11WasmVisitorIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervED2Ev,__ZZZN4wasm15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEEN11BreakSeekerD0Ev,__ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZTv0_n12_NSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZTv0_n12_NSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZNSt3__113basic_istreamIcNS_11char_traitsIcEEED1Ev,__ZNSt3__113basic_istreamIcNS_11char_traitsIcEEED0Ev,__ZTv0_n12_NSt3__113basic_istreamIcNS_11char_traitsIcEEED1Ev,__ZTv0_n12_NSt3__113basic_istreamIcNS_11char_traitsIcEEED0Ev,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZNSt9exceptionD2Ev,__ZNSt3__117bad_function_callD0Ev,__ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEED2Ev,__ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunnerD0Ev,__ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZThn8_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZThn8_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZTv0_n12_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev,__ZTv0_n12_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED0Ev,__ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev,__ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev,__ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev,__ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev +,__ZTv0_n12_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev,__ZTv0_n12_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED0Ev,__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEED1Ev,__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEED0Ev,__ZTv0_n12_NSt3__113basic_ostreamIcNS_11char_traitsIcEEED1Ev,__ZTv0_n12_NSt3__113basic_ostreamIcNS_11char_traitsIcEEED0Ev,__ZNSt3__110__function6__baseIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EED0Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE18destroy_deallocateEv,__ZNSt3__110__function6__baseIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEED0Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEED0Ev,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE18destroy_deallocateEv,__ZNSt3__110__function6__baseIFvvEED2Ev,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEED0Ev,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7destroyEv,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEEclEv,__ZNSt3__110__function6__baseIFPN4wasm4PassEvEED2Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_11MergeBlocksEvEEED2Ev,__ZN4wasm11MergeBlocksD0Ev,__ZThn4_N4wasm11MergeBlocksD1Ev,__ZThn4_N4wasm11MergeBlocksD0Ev +,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEED0Ev,__ZN4wasm4PassD2Ev,__ZN4wasm7PrinterD0Ev,__ZN4wasm11WasmVisitorINS_16PrintSExpressionEvED2Ev,__ZN4wasm16PrintSExpressionD0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEED2Ev,__ZN4wasm15RemoveUnusedBrsD0Ev,__ZThn4_N4wasm15RemoveUnusedBrsD1Ev,__ZThn4_N4wasm15RemoveUnusedBrsD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm17RemoveUnusedNamesD2Ev,__ZN4wasm17RemoveUnusedNamesD0Ev,__ZThn4_N4wasm17RemoveUnusedNamesD1Ev,__ZThn4_N4wasm17RemoveUnusedNamesD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv +,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14PostEmscriptenEvEEED2Ev,__ZN4wasm14PostEmscriptenD0Ev,__ZThn4_N4wasm14PostEmscriptenD1Ev,__ZThn4_N4wasm14PostEmscriptenD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEED0Ev,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7destroyEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE18destroy_deallocateEv,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14SimplifyLocalsEvEEED2Ev,__ZN4wasm14SimplifyLocalsD0Ev,__ZThn4_N4wasm14SimplifyLocalsD1Ev,__ZThn4_N4wasm14SimplifyLocalsD0Ev,__ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvED2Ev,__ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEED0Ev,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED2Ev,__ZNSt3__110__stdinbufIcED0Ev,__ZNSt3__111__stdoutbufIcED0Ev,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED2Ev,__ZNSt3__110__stdinbufIwED0Ev,__ZNSt3__111__stdoutbufIwED0Ev,__ZNSt3__18ios_baseD2Ev,__ZNSt3__18ios_baseD0Ev,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEED0Ev,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEED0Ev,__ZNSt3__113basic_istreamIwNS_11char_traitsIwEEED1Ev,__ZNSt3__113basic_istreamIwNS_11char_traitsIwEEED0Ev,__ZTv0_n12_NSt3__113basic_istreamIwNS_11char_traitsIwEEED1Ev,__ZTv0_n12_NSt3__113basic_istreamIwNS_11char_traitsIwEEED0Ev,__ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEED1Ev +,__ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEED0Ev,__ZTv0_n12_NSt3__113basic_ostreamIwNS_11char_traitsIwEEED1Ev,__ZTv0_n12_NSt3__113basic_ostreamIwNS_11char_traitsIwEEED0Ev,__ZNSt3__17collateIcED2Ev,__ZNSt3__17collateIcED0Ev,__ZNSt3__16locale5facet16__on_zero_sharedEv,__ZNSt3__17collateIwED2Ev,__ZNSt3__17collateIwED0Ev,__ZNSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__110moneypunctIcLb0EED2Ev,__ZNSt3__110moneypunctIcLb0EED0Ev,__ZNSt3__110moneypunctIcLb1EED2Ev,__ZNSt3__110moneypunctIcLb1EED0Ev,__ZNSt3__110moneypunctIwLb0EED2Ev,__ZNSt3__110moneypunctIwLb0EED0Ev +,__ZNSt3__110moneypunctIwLb1EED2Ev,__ZNSt3__110moneypunctIwLb1EED0Ev,__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED2Ev,__ZNSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEED0Ev,__ZNSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED2Ev,__ZNSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev,__ZNSt3__18messagesIcED2Ev,__ZNSt3__18messagesIcED0Ev,__ZNSt3__18messagesIwED2Ev,__ZNSt3__18messagesIwED0Ev,__ZNSt3__16locale5facetD2Ev,__ZNSt3__116__narrow_to_utf8ILj32EED0Ev,__ZNSt3__117__widen_from_utf8ILj32EED0Ev,__ZNSt3__17codecvtIwc11__mbstate_tED2Ev,__ZNSt3__17codecvtIwc11__mbstate_tED0Ev,__ZNSt3__16locale5__impD2Ev,__ZNSt3__16locale5__impD0Ev,__ZNSt3__15ctypeIcED2Ev,__ZNSt3__15ctypeIcED0Ev,__ZNSt3__18numpunctIcED2Ev,__ZNSt3__18numpunctIcED0Ev,__ZNSt3__18numpunctIwED2Ev,__ZNSt3__18numpunctIwED0Ev,__ZNSt3__16locale5facetD0Ev,__ZNSt3__15ctypeIwED0Ev,__ZNSt3__17codecvtIcc11__mbstate_tED0Ev +,__ZNSt3__17codecvtIDsc11__mbstate_tED0Ev,__ZNSt3__17codecvtIDic11__mbstate_tED0Ev,__ZN10__cxxabiv116__shim_type_infoD2Ev,__ZN10__cxxabiv117__class_type_infoD0Ev,__ZNK10__cxxabiv116__shim_type_info5noop1Ev,__ZNK10__cxxabiv116__shim_type_info5noop2Ev,__ZN10__cxxabiv120__si_class_type_infoD0Ev,__ZNSt9bad_allocD2Ev,__ZNSt9bad_allocD0Ev,__ZN10__cxxabiv121__vmi_class_type_infoD0Ev,__ZNSt3__113__vector_baseIN6cashew3RefENS_9allocatorIS2_EEED2Ev,__ZNSt3__113unordered_setIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev,__ZNSt3__113__vector_baseIN6cashew13OperatorClassENS_9allocatorIS2_EEED2Ev,__ZNSt3__113__vector_baseINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEED2Ev,__ZN6cashew5ArenaD2Ev,_cleanup_93,_cleanup,__ZNSt3__18ios_base4InitD2Ev,__ZNSt3__16locale2id6__initEv,__ZNSt3__117__call_once_proxyINS_5tupleIJNS_12_GLOBAL__N_111__fake_bindEEEEEEvPv,___cxx_global_array_dtor,___cxx_global_array_dtor_61,___cxx_global_array_dtor_109,__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev,___cxx_global_array_dtor_46,___cxx_global_array_dtor_85,___cxx_global_array_dtor_112,__ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev,__ZNSt3__112__do_nothingEPv,_free +,__ZN10__cxxabiv112_GLOBAL__N_19destruct_EPv,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4 ,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4]; -var FUNCTION_TABLE_vii = [b5,__ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervE9startWalkEPNS_6ModuleE,__ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE9startWalkEPNS_6ModuleE,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE5imbueERKNS_6localeE,__ZZ11instantiateEN19JSExternalInterface4initERN4wasm6ModuleE,__ZZ11instantiateEN19JSExternalInterface4trapEPKc,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7__cloneEPNS0_6__baseISB_EE,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEPNS0_6__baseISB_EE,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEPNS0_6__baseISB_EE,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7__cloneEPNS0_6__baseIS5_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_11MergeBlocksEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE -,__ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE9startWalkEPNS_6ModuleE,__ZNSt3__110__stdinbufIcE5imbueERKNS_6localeE,__ZNSt3__111__stdoutbufIcE5imbueERKNS_6localeE,__ZNSt3__110__stdinbufIwE5imbueERKNS_6localeE,__ZNSt3__111__stdoutbufIwE5imbueERKNS_6localeE,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE5imbueERKNS_6localeE,__ZNKSt3__110moneypunctIcLb0EE11do_groupingEv,__ZNKSt3__110moneypunctIcLb0EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIcLb0EE16do_positive_signEv,__ZNKSt3__110moneypunctIcLb0EE16do_negative_signEv,__ZNKSt3__110moneypunctIcLb0EE13do_pos_formatEv -,__ZNKSt3__110moneypunctIcLb0EE13do_neg_formatEv,__ZNKSt3__110moneypunctIcLb1EE11do_groupingEv,__ZNKSt3__110moneypunctIcLb1EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIcLb1EE16do_positive_signEv,__ZNKSt3__110moneypunctIcLb1EE16do_negative_signEv,__ZNKSt3__110moneypunctIcLb1EE13do_pos_formatEv,__ZNKSt3__110moneypunctIcLb1EE13do_neg_formatEv,__ZNKSt3__110moneypunctIwLb0EE11do_groupingEv,__ZNKSt3__110moneypunctIwLb0EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIwLb0EE16do_positive_signEv,__ZNKSt3__110moneypunctIwLb0EE16do_negative_signEv,__ZNKSt3__110moneypunctIwLb0EE13do_pos_formatEv,__ZNKSt3__110moneypunctIwLb0EE13do_neg_formatEv,__ZNKSt3__110moneypunctIwLb1EE11do_groupingEv,__ZNKSt3__110moneypunctIwLb1EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIwLb1EE16do_positive_signEv,__ZNKSt3__110moneypunctIwLb1EE16do_negative_signEv,__ZNKSt3__110moneypunctIwLb1EE13do_pos_formatEv,__ZNKSt3__110moneypunctIwLb1EE13do_neg_formatEv,__ZNKSt3__18messagesIcE8do_closeEi,__ZNKSt3__18messagesIwE8do_closeEi,__ZNKSt3__18numpunctIcE11do_groupingEv,__ZNKSt3__18numpunctIcE11do_truenameEv,__ZNKSt3__18numpunctIcE12do_falsenameEv,__ZNKSt3__18numpunctIwE11do_groupingEv,__ZNKSt3__18numpunctIwE11do_truenameEv,__ZNKSt3__18numpunctIwE12do_falsenameEv,b5,b5,b5 +var FUNCTION_TABLE_vii = [b5,__ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOptimizervE9startWalkEPNS_6ModuleE,__ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE9startWalkEPNS_6ModuleE,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE5imbueERKNS_6localeE,__ZZ11instantiateEN19JSExternalInterface4initERN4wasm6ModuleE,__ZZ11instantiateEN19JSExternalInterface4trapEPKc,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7__cloneEPNS0_6__baseISB_EE,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEPNS0_6__baseISB_EE,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEPNS0_6__baseISB_EE,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7__cloneEPNS0_6__baseIS5_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_11MergeBlocksEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE9startWalkEPNS_6ModuleE +,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE9startWalkEPNS_6ModuleE,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEPNS0_6__baseISD_EE,__ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE4walkERPNS_10ExpressionE,__ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_8FunctionE,__ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE4walkERPNS_10ExpressionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE9startWalkEPNS_8FunctionE,__ZN4wasm14WasmWalkerBaseINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEEEvE9startWalkEPNS_6ModuleE,__ZNSt3__110__stdinbufIcE5imbueERKNS_6localeE,__ZNSt3__111__stdoutbufIcE5imbueERKNS_6localeE,__ZNSt3__110__stdinbufIwE5imbueERKNS_6localeE,__ZNSt3__111__stdoutbufIwE5imbueERKNS_6localeE,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE5imbueERKNS_6localeE,__ZNKSt3__110moneypunctIcLb0EE11do_groupingEv,__ZNKSt3__110moneypunctIcLb0EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIcLb0EE16do_positive_signEv,__ZNKSt3__110moneypunctIcLb0EE16do_negative_signEv +,__ZNKSt3__110moneypunctIcLb0EE13do_pos_formatEv,__ZNKSt3__110moneypunctIcLb0EE13do_neg_formatEv,__ZNKSt3__110moneypunctIcLb1EE11do_groupingEv,__ZNKSt3__110moneypunctIcLb1EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIcLb1EE16do_positive_signEv,__ZNKSt3__110moneypunctIcLb1EE16do_negative_signEv,__ZNKSt3__110moneypunctIcLb1EE13do_pos_formatEv,__ZNKSt3__110moneypunctIcLb1EE13do_neg_formatEv,__ZNKSt3__110moneypunctIwLb0EE11do_groupingEv,__ZNKSt3__110moneypunctIwLb0EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIwLb0EE16do_positive_signEv,__ZNKSt3__110moneypunctIwLb0EE16do_negative_signEv,__ZNKSt3__110moneypunctIwLb0EE13do_pos_formatEv,__ZNKSt3__110moneypunctIwLb0EE13do_neg_formatEv,__ZNKSt3__110moneypunctIwLb1EE11do_groupingEv,__ZNKSt3__110moneypunctIwLb1EE14do_curr_symbolEv,__ZNKSt3__110moneypunctIwLb1EE16do_positive_signEv,__ZNKSt3__110moneypunctIwLb1EE16do_negative_signEv,__ZNKSt3__110moneypunctIwLb1EE13do_pos_formatEv,__ZNKSt3__110moneypunctIwLb1EE13do_neg_formatEv,__ZNKSt3__18messagesIcE8do_closeEi,__ZNKSt3__18messagesIwE8do_closeEi,__ZNKSt3__18numpunctIcE11do_groupingEv,__ZNKSt3__18numpunctIcE11do_truenameEv,__ZNKSt3__18numpunctIcE12do_falsenameEv,__ZNKSt3__18numpunctIwE11do_groupingEv,__ZNKSt3__18numpunctIwE11do_truenameEv,__ZNKSt3__18numpunctIwE12do_falsenameEv,b5,b5 ,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5,b5 ,b5,b5,b5,b5,b5,b5,b5,b5,b5]; var FUNCTION_TABLE_iiiiiii = [b6,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRb,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRl,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRx,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRt,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjS8_,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRm,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRy,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRf,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRd,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRe,__ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRPv,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRb,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRl,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRx,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRt,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjS8_,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRm,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRy,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRf,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRd,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRe,__ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRPv,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcx,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcy,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwx,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwy,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11do_get_timeES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11do_get_dateES4_S4_RNS_8ios_baseERjP2tm ,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE14do_get_weekdayES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE16do_get_monthnameES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11do_get_yearES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11do_get_timeES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11do_get_dateES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE14do_get_weekdayES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE16do_get_monthnameES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11do_get_yearES4_S4_RNS_8ios_baseERjP2tm,__ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_bRNS_8ios_baseEcRKNS_12basic_stringIcS3_NS_9allocatorIcEEEE,__ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_bRNS_8ios_baseEwRKNS_12basic_stringIwS3_NS_9allocatorIwEEEE,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6,b6 ,b6,b6,b6,b6,b6]; var FUNCTION_TABLE_iiiiid = [b7,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcd,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEce,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwd,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwe,b7,b7,b7]; -var FUNCTION_TABLE_ii = [b8,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE4syncEv,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9showmanycEv,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9underflowEv,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE5uflowEv,__ZNKSt9exception4whatEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7__cloneEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7__cloneEv,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv -,___stdio_close,__ZNSt3__110__stdinbufIcE9underflowEv,__ZNSt3__110__stdinbufIcE5uflowEv,__ZNSt3__111__stdoutbufIcE4syncEv,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9underflowEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE4syncEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9showmanycEv,__ZNSt3__110__stdinbufIwE9underflowEv,__ZNSt3__110__stdinbufIwE5uflowEv,__ZNSt3__111__stdoutbufIwE4syncEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9underflowEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE5uflowEv,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE13do_date_orderEv,__ZNKSt3__120__time_get_c_storageIcE7__weeksEv,__ZNKSt3__120__time_get_c_storageIcE8__monthsEv,__ZNKSt3__120__time_get_c_storageIcE7__am_pmEv,__ZNKSt3__120__time_get_c_storageIcE3__cEv,__ZNKSt3__120__time_get_c_storageIcE3__rEv,__ZNKSt3__120__time_get_c_storageIcE3__xEv,__ZNKSt3__120__time_get_c_storageIcE3__XEv,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE13do_date_orderEv,__ZNKSt3__120__time_get_c_storageIwE7__weeksEv,__ZNKSt3__120__time_get_c_storageIwE8__monthsEv,__ZNKSt3__120__time_get_c_storageIwE7__am_pmEv,__ZNKSt3__120__time_get_c_storageIwE3__cEv,__ZNKSt3__120__time_get_c_storageIwE3__rEv,__ZNKSt3__120__time_get_c_storageIwE3__xEv,__ZNKSt3__120__time_get_c_storageIwE3__XEv,__ZNKSt3__110moneypunctIcLb0EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIcLb0EE16do_thousands_sepEv -,__ZNKSt3__110moneypunctIcLb0EE14do_frac_digitsEv,__ZNKSt3__110moneypunctIcLb1EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIcLb1EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIcLb1EE14do_frac_digitsEv,__ZNKSt3__110moneypunctIwLb0EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIwLb0EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIwLb0EE14do_frac_digitsEv,__ZNKSt3__110moneypunctIwLb1EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIwLb1EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIwLb1EE14do_frac_digitsEv,__ZNKSt3__17codecvtIDic11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIDic11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIDic11__mbstate_tE13do_max_lengthEv,__ZNKSt3__17codecvtIwc11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIwc11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIwc11__mbstate_tE13do_max_lengthEv,__ZNKSt3__18numpunctIcE16do_decimal_pointEv,__ZNKSt3__18numpunctIcE16do_thousands_sepEv,__ZNKSt3__18numpunctIwE16do_decimal_pointEv,__ZNKSt3__18numpunctIwE16do_thousands_sepEv,__ZNKSt3__17codecvtIcc11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIcc11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIcc11__mbstate_tE13do_max_lengthEv,__ZNKSt3__17codecvtIDsc11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIDsc11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIDsc11__mbstate_tE13do_max_lengthEv,__ZNKSt9bad_alloc4whatEv,b8,b8,b8 +var FUNCTION_TABLE_ii = [b8,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE4syncEv,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9showmanycEv,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9underflowEv,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE5uflowEv,__ZNKSt9exception4whatEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE7__cloneEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7__cloneEv,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE7__cloneEv,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv +,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv,__ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE11target_typeEv,___stdio_close,__ZNSt3__110__stdinbufIcE9underflowEv,__ZNSt3__110__stdinbufIcE5uflowEv,__ZNSt3__111__stdoutbufIcE4syncEv,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9underflowEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE4syncEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9showmanycEv,__ZNSt3__110__stdinbufIwE9underflowEv,__ZNSt3__110__stdinbufIwE5uflowEv,__ZNSt3__111__stdoutbufIwE4syncEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9underflowEv,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE5uflowEv,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE13do_date_orderEv,__ZNKSt3__120__time_get_c_storageIcE7__weeksEv,__ZNKSt3__120__time_get_c_storageIcE8__monthsEv,__ZNKSt3__120__time_get_c_storageIcE7__am_pmEv,__ZNKSt3__120__time_get_c_storageIcE3__cEv,__ZNKSt3__120__time_get_c_storageIcE3__rEv,__ZNKSt3__120__time_get_c_storageIcE3__xEv,__ZNKSt3__120__time_get_c_storageIcE3__XEv,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE13do_date_orderEv,__ZNKSt3__120__time_get_c_storageIwE7__weeksEv,__ZNKSt3__120__time_get_c_storageIwE8__monthsEv,__ZNKSt3__120__time_get_c_storageIwE7__am_pmEv,__ZNKSt3__120__time_get_c_storageIwE3__cEv,__ZNKSt3__120__time_get_c_storageIwE3__rEv,__ZNKSt3__120__time_get_c_storageIwE3__xEv +,__ZNKSt3__120__time_get_c_storageIwE3__XEv,__ZNKSt3__110moneypunctIcLb0EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIcLb0EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIcLb0EE14do_frac_digitsEv,__ZNKSt3__110moneypunctIcLb1EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIcLb1EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIcLb1EE14do_frac_digitsEv,__ZNKSt3__110moneypunctIwLb0EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIwLb0EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIwLb0EE14do_frac_digitsEv,__ZNKSt3__110moneypunctIwLb1EE16do_decimal_pointEv,__ZNKSt3__110moneypunctIwLb1EE16do_thousands_sepEv,__ZNKSt3__110moneypunctIwLb1EE14do_frac_digitsEv,__ZNKSt3__17codecvtIDic11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIDic11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIDic11__mbstate_tE13do_max_lengthEv,__ZNKSt3__17codecvtIwc11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIwc11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIwc11__mbstate_tE13do_max_lengthEv,__ZNKSt3__18numpunctIcE16do_decimal_pointEv,__ZNKSt3__18numpunctIcE16do_thousands_sepEv,__ZNKSt3__18numpunctIwE16do_decimal_pointEv,__ZNKSt3__18numpunctIwE16do_thousands_sepEv,__ZNKSt3__17codecvtIcc11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIcc11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIcc11__mbstate_tE13do_max_lengthEv,__ZNKSt3__17codecvtIDsc11__mbstate_tE11do_encodingEv,__ZNKSt3__17codecvtIDsc11__mbstate_tE16do_always_noconvEv,__ZNKSt3__17codecvtIDsc11__mbstate_tE13do_max_lengthEv,__ZNKSt9bad_alloc4whatEv ,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8,b8 ,b8,b8,b8,b8,b8,b8,b8,b8,b8]; -var FUNCTION_TABLE_viii = [b9,__ZZ11instantiateEN19JSExternalInterface10growMemoryEjj,__ZN4wasm4Pass7prepareEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_11MergeBlocksEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm4Pass8finalizeEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14PostEmscriptenEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14SimplifyLocalsEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,b9,b9,b9,b9,b9,b9,b9]; +var FUNCTION_TABLE_viii = [b9,__ZZ11instantiateEN19JSExternalInterface10growMemoryEjj,__ZN4wasm4Pass7prepareEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_11MergeBlocksEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm4Pass8finalizeEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm7Printer3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14PostEmscriptenEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,__ZN4wasm10WalkerPassINS_10WasmWalkerINS_14SimplifyLocalsEvEEE3runEPNS_10PassRunnerEPNS_6ModuleE,b9,b9,b9,b9,b9,b9]; var FUNCTION_TABLE_v = [b10,__ZL25default_terminate_handlerv,__ZN10__cxxabiv112_GLOBAL__N_110construct_Ev,b10]; var FUNCTION_TABLE_iiiiiiiii = [b11,__ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjP2tmcc,__ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjP2tmcc,__ZNKSt3__17codecvtIDic11__mbstate_tE6do_outERS1_PKDiS5_RS5_PcS7_RS7_,__ZNKSt3__17codecvtIDic11__mbstate_tE5do_inERS1_PKcS5_RS5_PDiS7_RS7_,__ZNKSt3__17codecvtIwc11__mbstate_tE6do_outERS1_PKwS5_RS5_PcS7_RS7_,__ZNKSt3__17codecvtIwc11__mbstate_tE5do_inERS1_PKcS5_RS5_PwS7_RS7_,__ZNKSt3__17codecvtIcc11__mbstate_tE6do_outERS1_PKcS5_RS5_PcS7_RS7_,__ZNKSt3__17codecvtIcc11__mbstate_tE5do_inERS1_PKcS5_RS5_PcS7_RS7_,__ZNKSt3__17codecvtIDsc11__mbstate_tE6do_outERS1_PKDsS5_RS5_PcS7_RS7_,__ZNKSt3__17codecvtIDsc11__mbstate_tE5do_inERS1_PKcS5_RS5_PDsS7_RS7_,b11,b11,b11,b11,b11]; var FUNCTION_TABLE_iiiii = [b12,__ZNKSt3__15ctypeIcE8do_widenEPKcS3_Pc,__ZNKSt3__15ctypeIwE5do_isEPKwS3_Pt,__ZNKSt3__15ctypeIwE10do_scan_isEtPKwS3_,__ZNKSt3__15ctypeIwE11do_scan_notEtPKwS3_,__ZNKSt3__15ctypeIwE8do_widenEPKcS3_Pw,b12,b12]; var FUNCTION_TABLE_viiiiii = [b13,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE7seekoffExNS_8ios_base7seekdirEj,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE7seekoffExNS_8ios_base7seekdirEj,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE7seekoffExNS_8ios_base7seekdirEj,__ZNKSt3__18messagesIcE6do_getEiiiRKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE,__ZNKSt3__18messagesIwE6do_getEiiiRKNS_12basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEEE,__ZNK10__cxxabiv117__class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib,__ZNK10__cxxabiv120__si_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib,__ZNK10__cxxabiv121__vmi_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib,b13,b13,b13,b13,b13,b13,b13]; -var FUNCTION_TABLE_iii = [b14,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9pbackfailEi,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE8overflowEi,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EEclEOS5_,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNSt3__110__stdinbufIcE9pbackfailEi,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE8overflowEi,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9pbackfailEi,__ZNSt3__111__stdoutbufIcE8overflowEi,__ZNSt3__110__stdinbufIwE9pbackfailEj,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE8overflowEj,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9pbackfailEj,__ZNSt3__111__stdoutbufIwE8overflowEj,__ZNKSt3__15ctypeIcE10do_toupperEc,__ZNKSt3__15ctypeIcE10do_tolowerEc,__ZNKSt3__15ctypeIcE8do_widenEc,__ZNKSt3__15ctypeIwE10do_toupperEw,__ZNKSt3__15ctypeIwE10do_tolowerEw,__ZNKSt3__15ctypeIwE8do_widenEc,b14,b14 +var FUNCTION_TABLE_iii = [b14,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9pbackfailEi,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE8overflowEi,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EEclEOS5_,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__1NS_9allocatorIS6_EEFPNS2_10ExpressionES5_EE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_7PrinterEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_15RemoveUnusedBrsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnusedNamesEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscriptenEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE6targetERKSt9type_info,__ZNSt3__110__stdinbufIcE9pbackfailEi,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE8overflowEi,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9pbackfailEi,__ZNSt3__111__stdoutbufIcE8overflowEi,__ZNSt3__110__stdinbufIwE9pbackfailEj,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE8overflowEj,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE9pbackfailEj,__ZNSt3__111__stdoutbufIwE8overflowEj,__ZNKSt3__15ctypeIcE10do_toupperEc,__ZNKSt3__15ctypeIcE10do_tolowerEc,__ZNKSt3__15ctypeIcE8do_widenEc,__ZNKSt3__15ctypeIwE10do_toupperEw,__ZNKSt3__15ctypeIwE10do_tolowerEw,__ZNKSt3__15ctypeIwE8do_widenEc,b14 ,b14,b14,b14]; var FUNCTION_TABLE_iiiiii = [b15,__ZNKSt3__17collateIcE10do_compareEPKcS3_S3_S3_,__ZNKSt3__17collateIwE10do_compareEPKwS3_S3_S3_,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcb,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcl,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcm,__ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcPKv,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwb,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwl,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwm,__ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwPKv,__ZNKSt3__17codecvtIDic11__mbstate_tE10do_unshiftERS1_PcS4_RS4_,__ZNKSt3__17codecvtIDic11__mbstate_tE9do_lengthERS1_PKcS5_j,__ZNKSt3__17codecvtIwc11__mbstate_tE10do_unshiftERS1_PcS4_RS4_,__ZNKSt3__17codecvtIwc11__mbstate_tE9do_lengthERS1_PKcS5_j,__ZNKSt3__15ctypeIcE9do_narrowEPKcS3_cPc,__ZNKSt3__15ctypeIwE9do_narrowEPKwS3_cPc,__ZNKSt3__17codecvtIcc11__mbstate_tE10do_unshiftERS1_PcS4_RS4_,__ZNKSt3__17codecvtIcc11__mbstate_tE9do_lengthERS1_PKcS5_j,__ZNKSt3__17codecvtIDsc11__mbstate_tE10do_unshiftERS1_PcS4_RS4_,__ZNKSt3__17codecvtIDsc11__mbstate_tE9do_lengthERS1_PKcS5_j,b15,b15,b15,b15,b15,b15,b15,b15 ,b15,b15,b15]; var FUNCTION_TABLE_viiii = [b16,__ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE7seekposENS_4fposI11__mbstate_tEEj,__ZZ11instantiateEN19JSExternalInterface10callImportEPN4wasm6ImportERNSt3__16vectorINS0_7LiteralENS3_9allocatorIS5_EEEE,__ZZ11instantiateEN19JSExternalInterface4loadEPN4wasm4LoadEj,__ZZ11instantiateEN19JSExternalInterface5storeEPN4wasm5StoreEjNS0_7LiteralE,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE7seekposENS_4fposI11__mbstate_tEEj,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE7seekposENS_4fposI11__mbstate_tEEj,__ZNKSt3__17collateIcE12do_transformEPKcS3_,__ZNKSt3__17collateIwE12do_transformEPKwS3_,__ZNK10__cxxabiv117__class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi,__ZNK10__cxxabiv120__si_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi,__ZNK10__cxxabiv121__vmi_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi,b16,b16,b16,b16]; - return { ___cxa_demangle: ___cxa_demangle, ___cxa_can_catch: ___cxa_can_catch, _fflush: _fflush, _load_asm2wasm: _load_asm2wasm, ___cxa_is_pointer_type: ___cxa_is_pointer_type, _load_s_expr2wasm: _load_s_expr2wasm, _memmove: _memmove, _bitshift64Ashr: _bitshift64Ashr, _instantiate: _instantiate, _memset: _memset, _malloc: _malloc, _i64Add: _i64Add, _memcpy: _memcpy, _bitshift64Lshr: _bitshift64Lshr, _free: _free, _bitshift64Shl: _bitshift64Shl, _i64Subtract: _i64Subtract, ___errno_location: ___errno_location, _call_from_js: _call_from_js, __GLOBAL__I_000101: __GLOBAL__I_000101, __GLOBAL__sub_I_wasm_js_cpp: __GLOBAL__sub_I_wasm_js_cpp, __GLOBAL__sub_I_MergeBlocks_cpp: __GLOBAL__sub_I_MergeBlocks_cpp, __GLOBAL__sub_I_RemoveUnusedBrs_cpp: __GLOBAL__sub_I_RemoveUnusedBrs_cpp, __GLOBAL__sub_I_RemoveUnusedNames_cpp: __GLOBAL__sub_I_RemoveUnusedNames_cpp, __GLOBAL__sub_I_PostEmscripten_cpp: __GLOBAL__sub_I_PostEmscripten_cpp, __GLOBAL__sub_I_SimplifyLocals_cpp: __GLOBAL__sub_I_SimplifyLocals_cpp, __GLOBAL__sub_I_parser_cpp: __GLOBAL__sub_I_parser_cpp, __GLOBAL__sub_I_simple_ast_cpp: __GLOBAL__sub_I_simple_ast_cpp, __GLOBAL__sub_I_optimizer_shared_cpp: __GLOBAL__sub_I_optimizer_shared_cpp, __GLOBAL__sub_I_iostream_cpp: __GLOBAL__sub_I_iostream_cpp, runPostSets: runPostSets, _emscripten_replace_memory: _emscripten_replace_memory, stackAlloc: stackAlloc, stackSave: stackSave, stackRestore: stackRestore, establishStackSpace: establishStackSpace, setThrew: setThrew, setTempRet0: setTempRet0, getTempRet0: getTempRet0, dynCall_iiiiiiii: dynCall_iiiiiiii, dynCall_iiii: dynCall_iiii, dynCall_viiiii: dynCall_viiiii, dynCall_iiiiiid: dynCall_iiiiiid, dynCall_vi: dynCall_vi, dynCall_vii: dynCall_vii, dynCall_iiiiiii: dynCall_iiiiiii, dynCall_iiiiid: dynCall_iiiiid, dynCall_ii: dynCall_ii, dynCall_viii: dynCall_viii, dynCall_v: dynCall_v, dynCall_iiiiiiiii: dynCall_iiiiiiiii, dynCall_iiiii: dynCall_iiiii, dynCall_viiiiii: dynCall_viiiiii, dynCall_iii: dynCall_iii, dynCall_iiiiii: dynCall_iiiiii, dynCall_viiii: dynCall_viiii }; + return { ___cxa_demangle: ___cxa_demangle, ___cxa_can_catch: ___cxa_can_catch, _fflush: _fflush, _load_asm2wasm: _load_asm2wasm, ___cxa_is_pointer_type: ___cxa_is_pointer_type, _load_s_expr2wasm: _load_s_expr2wasm, _memmove: _memmove, _bitshift64Ashr: _bitshift64Ashr, _instantiate: _instantiate, _memset: _memset, _malloc: _malloc, _i64Add: _i64Add, _memcpy: _memcpy, _bitshift64Lshr: _bitshift64Lshr, _free: _free, _bitshift64Shl: _bitshift64Shl, _i64Subtract: _i64Subtract, ___errno_location: ___errno_location, _call_from_js: _call_from_js, __GLOBAL__I_000101: __GLOBAL__I_000101, __GLOBAL__sub_I_wasm_js_cpp: __GLOBAL__sub_I_wasm_js_cpp, __GLOBAL__sub_I_MergeBlocks_cpp: __GLOBAL__sub_I_MergeBlocks_cpp, __GLOBAL__sub_I_Print_cpp: __GLOBAL__sub_I_Print_cpp, __GLOBAL__sub_I_RemoveUnusedBrs_cpp: __GLOBAL__sub_I_RemoveUnusedBrs_cpp, __GLOBAL__sub_I_RemoveUnusedNames_cpp: __GLOBAL__sub_I_RemoveUnusedNames_cpp, __GLOBAL__sub_I_PostEmscripten_cpp: __GLOBAL__sub_I_PostEmscripten_cpp, __GLOBAL__sub_I_SimplifyLocals_cpp: __GLOBAL__sub_I_SimplifyLocals_cpp, __GLOBAL__sub_I_parser_cpp: __GLOBAL__sub_I_parser_cpp, __GLOBAL__sub_I_simple_ast_cpp: __GLOBAL__sub_I_simple_ast_cpp, __GLOBAL__sub_I_optimizer_shared_cpp: __GLOBAL__sub_I_optimizer_shared_cpp, __GLOBAL__sub_I_iostream_cpp: __GLOBAL__sub_I_iostream_cpp, runPostSets: runPostSets, _emscripten_replace_memory: _emscripten_replace_memory, stackAlloc: stackAlloc, stackSave: stackSave, stackRestore: stackRestore, establishStackSpace: establishStackSpace, setThrew: setThrew, setTempRet0: setTempRet0, getTempRet0: getTempRet0, dynCall_iiiiiiii: dynCall_iiiiiiii, dynCall_iiii: dynCall_iiii, dynCall_viiiii: dynCall_viiiii, dynCall_iiiiiid: dynCall_iiiiiid, dynCall_vi: dynCall_vi, dynCall_vii: dynCall_vii, dynCall_iiiiiii: dynCall_iiiiiii, dynCall_iiiiid: dynCall_iiiiid, dynCall_ii: dynCall_ii, dynCall_viii: dynCall_viii, dynCall_v: dynCall_v, dynCall_iiiiiiiii: dynCall_iiiiiiiii, dynCall_iiiii: dynCall_iiiii, dynCall_viiiiii: dynCall_viiiiii, dynCall_iii: dynCall_iii, dynCall_iiiiii: dynCall_iiiiii, dynCall_viiii: dynCall_viiii }; }) // EMSCRIPTEN_END_ASM (Module.asmGlobalArg, Module.asmLibraryArg, buffer); @@ -82516,6 +81510,7 @@ var __GLOBAL__sub_I_PostEmscripten_cpp = Module["__GLOBAL__sub_I_PostEmscripten_ var _i64Subtract = Module["_i64Subtract"] = asm["_i64Subtract"]; var __GLOBAL__sub_I_MergeBlocks_cpp = Module["__GLOBAL__sub_I_MergeBlocks_cpp"] = asm["__GLOBAL__sub_I_MergeBlocks_cpp"]; var _load_s_expr2wasm = Module["_load_s_expr2wasm"] = asm["_load_s_expr2wasm"]; +var __GLOBAL__sub_I_Print_cpp = Module["__GLOBAL__sub_I_Print_cpp"] = asm["__GLOBAL__sub_I_Print_cpp"]; var __GLOBAL__I_000101 = Module["__GLOBAL__I_000101"] = asm["__GLOBAL__I_000101"]; var __GLOBAL__sub_I_iostream_cpp = Module["__GLOBAL__sub_I_iostream_cpp"] = asm["__GLOBAL__sub_I_iostream_cpp"]; var ___errno_location = Module["___errno_location"] = asm["___errno_location"]; @@ -11,6 +11,6 @@ make -j #echo "building s2wasm" #g++ -O2 -std=c++11 src/s2wasm-main.cpp src/support/command-line.cpp src/support/file.cpp src/support/colors.cpp -Isrc/ -o bin/s2wasm echo "building interpreter/js" -em++ -std=c++11 src/wasm-js.cpp src/pass.cpp src/passes/MergeBlocks.cpp src/passes/RemoveUnusedBrs.cpp src/passes/RemoveUnusedNames.cpp src/passes/PostEmscripten.cpp src/passes/SimplifyLocals.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 -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/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/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 -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 cat src/js/wasm.js-post.js >> bin/wasm.js diff --git a/src/wasm-js.cpp b/src/wasm-js.cpp index 82a74d2ab..9c9096ad8 100644 --- a/src/wasm-js.cpp +++ b/src/wasm-js.cpp @@ -26,6 +26,7 @@ #include "asm2wasm.h" #include "wasm-interpreter.h" #include "wasm-s-parser.h" +#include "wasm-printing.h" using namespace cashew; using namespace wasm; @@ -124,7 +125,7 @@ extern "C" void EMSCRIPTEN_KEEPALIVE load_s_expr2wasm(char *input, char *mappedG // instantiates the loaded wasm (which might be from asm2wasm, or // s-expressions, or something else) with a JS external interface. extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() { - if (wasmJSDebug) std::cerr << "instantiating module: \n" << *module << '\n'; + if (wasmJSDebug) std::cerr << "instantiating module: \n" << module << '\n'; if (wasmJSDebug) std::cerr << "generating exports...\n"; @@ -200,7 +201,41 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() { } Literal load(Load* load, size_t addr) override { - assert(load->align >= load->bytes); + if (load->align < load->bytes || (addr & (load->bytes-1))) { + double ret = EM_ASM_DOUBLE({ + var addr = $0; + var bytes = $1; + var isFloat = $2; + var isSigned = $3; + var save0 = HEAP32[0]; + var save1 = HEAP32[1]; + for (var i = 0; i < bytes; i++) { + HEAPU8[i] = Module["info"].parent["HEAPU8"][addr + i]; + } + 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) ret = isSigned ? HEAP32[0] : HEAPU32[0]; + else abort(); + } else { + if (bytes === 4) ret = HEAPF32[0]; + else if (bytes === 8) ret = HEAPF64[0]; + else abort(); + } + HEAP32[0] = save0; HEAP32[1] = save1; + return ret; + }, addr, load->bytes, isWasmTypeFloat(load->type), load->signed_); + if (!isWasmTypeFloat(load->type)) { + return Literal((int32_t)ret); + } else if (load->bytes == 4) { + return Literal((float)ret); + } else if (load->bytes == 8) { + return Literal((double)ret); + } + abort(); + } + // nicely aligned if (!isWasmTypeFloat(load->type)) { if (load->bytes == 1) { if (load->signed_) { @@ -232,22 +267,59 @@ extern "C" void EMSCRIPTEN_KEEPALIVE instantiate() { } } - void store(Store* store, size_t addr, Literal value) override { - assert(store->align >= store->bytes); - if (!isWasmTypeFloat(store->type)) { - if (store->bytes == 1) { + void store(Store* store_, size_t addr, Literal value) override { + // support int64 stores + if (value.type == WasmType::i64) { + Store fake = *store_; + fake.bytes = 4; + fake.type = i32; + uint64_t v = value.geti64(); + store(&fake, addr, Literal(uint32_t(v))); + v >>= 32; + store(&fake, addr + 4, Literal(uint32_t(v))); + return; + } + // normal non-int64 value + if (store_->align < store_->bytes || (addr & (store_->bytes-1))) { + EM_ASM_DOUBLE({ + var addr = $0; + var bytes = $1; + var isFloat = $2; + var value = $3; + var save0 = HEAP32[0]; + var save1 = HEAP32[1]; + if (!isFloat) { + if (bytes === 1) HEAPU8[0] = value; + else if (bytes === 2) HEAPU16[0] = value; + else if (bytes === 4) HEAPU32[0] = value; + else abort(); + } else { + if (bytes === 4) HEAPF32[0] = value; + else if (bytes === 8) HEAPF64[0] = value; + else abort(); + } + for (var i = 0; i < bytes; i++) { + Module["info"].parent["HEAPU8"][addr + i] = HEAPU8[i]; + } + HEAP32[0] = save0; HEAP32[1] = save1; + }, addr, store_->bytes, isWasmTypeFloat(store_->type), isWasmTypeFloat(store_->type) ? value.getFloat() : (double)value.getInteger()); + return; + } + // nicely aligned + if (!isWasmTypeFloat(store_->type)) { + if (store_->bytes == 1) { EM_ASM_INT({ Module['info'].parent['HEAP8'][$0] = $1 }, addr, value.geti32()); - } else if (store->bytes == 2) { + } else if (store_->bytes == 2) { EM_ASM_INT({ Module['info'].parent['HEAP16'][$0 >> 1] = $1 }, addr, value.geti32()); - } else if (store->bytes == 4) { + } else if (store_->bytes == 4) { EM_ASM_INT({ Module['info'].parent['HEAP32'][$0 >> 2] = $1 }, addr, value.geti32()); } else { abort(); } } else { - if (store->bytes == 4) { + if (store_->bytes == 4) { EM_ASM_DOUBLE({ Module['info'].parent['HEAPF32'][$0 >> 2] = $1 }, addr, value.getf32()); - } else if (store->bytes == 8) { + } else if (store_->bytes == 8) { EM_ASM_DOUBLE({ Module['info'].parent['HEAPF64'][$0 >> 3] = $1 }, addr, value.getf64()); } else { abort(); diff --git a/test/emscripten b/test/emscripten -Subproject 4e7573cc4a455563c78076b8ad6ee254892305b +Subproject eae355d2de1cb66693ef5eaac3381a206dad7a6 diff --git a/test/revision b/test/revision index bed5801ac..208871b67 100644 --- a/test/revision +++ b/test/revision @@ -1 +1 @@ -3193 +3321 diff --git a/test/wasm_backend/unaligned.cpp b/test/wasm_backend/unaligned.cpp new file mode 100644 index 000000000..75f8b419b --- /dev/null +++ b/test/wasm_backend/unaligned.cpp @@ -0,0 +1,70 @@ +#include <stdint.h> +#include <emscripten.h> + +void print(int v) { + int *x = (int*)8; + *x = v; + EM_ASM({ + Module.print("print: " + HEAP32[8>>2]); + }); +} + +char buffer[8]; + +int main() { + { + volatile int16_t* x; + x = (int16_t*)&buffer[0]; + *x = 0x1234; + print(*x); + x = (int16_t*)&buffer[1]; + *x = 0x2345; + print(*x); + } + { + volatile int32_t* x; + x = (int32_t*)&buffer[0]; + *x = 0x12345678; + print(*x); + x = (int32_t*)&buffer[1]; + *x = 0x23456789; + print(*x); + x = (int32_t*)&buffer[2]; + *x = 0x3456789a; + print(*x); + x = (int32_t*)&buffer[3]; + *x = 0x456789ab; + print(*x); + } + { + volatile float* x; + x = (float*)&buffer[0]; + *x = -0x12345678; + print(*x); + x = (float*)&buffer[1]; + *x = -0x12345678; + print(*x); + x = (float*)&buffer[2]; + *x = -0x12345678; + print(*x); + x = (float*)&buffer[3]; + *x = -0x12345678; + print(*x); + } + { + volatile double* x; + x = (double*)&buffer[0]; + *x = -1; + print(*x); + x = (double*)&buffer[1]; + *x = -2; + print(*x); + x = (double*)&buffer[2]; + *x = -3; + print(*x); + x = (double*)&buffer[3]; + *x = -4; + print(*x); + } +} + diff --git a/test/wasm_backend/unaligned.txt b/test/wasm_backend/unaligned.txt new file mode 100644 index 000000000..15ca033cf --- /dev/null +++ b/test/wasm_backend/unaligned.txt @@ -0,0 +1,15 @@ +print: 4660 +print: 9029 +print: 305419896 +print: 591751049 +print: 878082202 +print: 1164413355 +print: -305419904 +print: -305419904 +print: -305419904 +print: -305419904 +print: -1 +print: -2 +print: -3 +print: -4 + |