diff options
-rw-r--r-- | bin/wasm.js | 49049 |
1 files changed, 25099 insertions, 23950 deletions
diff --git a/bin/wasm.js b/bin/wasm.js index 7a38ea3ba..0490d31ec 100644 --- a/bin/wasm.js +++ b/bin/wasm.js @@ -406,10 +406,15 @@ var cwrap, ccall; returnValue: parsed[2] }; } - var JSsource = {}; - for (var fun in JSfuncs) { - if (JSfuncs.hasOwnProperty(fun)) { - JSsource[fun] = parseJSFunc(JSfuncs[fun]); + var JSsource = null; + function ensureJSsource() { + if (!JSsource) { + JSsource = {}; + for (var fun in JSfuncs) { + if (JSfuncs.hasOwnProperty(fun)) { + JSsource[fun] = parseJSFunc(JSfuncs[fun]); + } + } } } cwrap = function cwrap(ident, returnType, argTypes) { @@ -428,6 +433,7 @@ var cwrap, ccall; var funcstr = "(function(" + argNames.join(",") + ") {"; var nargs = argTypes.length; if (!numericArgs) { + ensureJSsource(); funcstr += "var stack = " + JSsource["stackSave"].body + ";"; for (var i = 0; i < nargs; i++) { var arg = argNames[i], type = argTypes[i]; @@ -449,6 +455,7 @@ var cwrap, ccall; funcstr += "ret = " + strgfy + "(ret);"; } if (!numericArgs) { + ensureJSsource(); funcstr += JSsource["stackRestore"].body.replace("()", "(stack)") + ";"; } funcstr += "return ret})"; @@ -877,16 +884,14 @@ totalMemory = Math.max(totalMemory, 16 * 1024 * 1024); if (totalMemory !== TOTAL_MEMORY) { TOTAL_MEMORY = totalMemory; } -assert(typeof Int32Array !== "undefined" && typeof Float64Array !== "undefined" && !!(new Int32Array(1))["subarray"] && !!(new Int32Array(1))["set"], "JS engine does not provide full typed array support"); if (Module["buffer"]) { buffer = Module["buffer"]; - assert(buffer.byteLength === TOTAL_MEMORY, "provided buffer should be " + TOTAL_MEMORY + " bytes, but it is " + buffer.byteLength); } else { buffer = new ArrayBuffer(TOTAL_MEMORY); } updateGlobalBufferViews(); HEAP32[0] = 255; -assert(HEAPU8[0] === 255 && HEAPU8[3] === 0, "Typed arrays 2 must be run on a little-endian system"); +if (HEAPU8[0] !== 255 || HEAPU8[3] !== 0) throw "Typed arrays 2 must be run on a little-endian system"; Module["HEAP"] = HEAP; Module["buffer"] = buffer; Module["HEAP8"] = HEAP8; @@ -1253,7 +1258,7 @@ function _emscripten_asm_const_id(code, a0) { return ASM_CONSTS[code](a0); } STATIC_BASE = 8; -STATICTOP = STATIC_BASE + 46464; +STATICTOP = STATIC_BASE + 46480; __ATINIT__.push({ func: (function() { __GLOBAL__I_000101(); @@ -1299,12 +1304,12 @@ __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, 107, 78, 0, 0, 52, 45, 0, 0, 238, 77, 0, 0, 216, 0, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 214, 79, 0, 0, 88, 5, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 40, 83, 0, 0, 52, 45, 0, 0, 164, 82, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 236, 86, 0, 0, 12, 45, 0, 0, 174, 87, 0, 0, 52, 45, 0, 0, 41, 87, 0, 0, 32, 1, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 5, 88, 0, 0, 52, 45, 0, 0, 66, 88, 0, 0, 32, 1, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 199, 88, 0, 0, 12, 45, 0, 0, 246, 93, 0, 0, 52, 45, 0, 0, 169, 93, 0, 0, 88, 1, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 64, 94, 0, 0, 52, 45, 0, 0, 208, 94, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 71, 95, 0, 0, 52, 45, 0, 0, 117, 95, 0, 0, 160, 1, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 138, 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, 196, 95, 0, 0, 52, 45, 0, 0, 209, 95, 0, 0, 216, 1, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 249, 95, 0, 0, 232, 1, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 37, 96, 0, 0, 52, 45, 0, 0, 78, 96, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 137, 96, 0, 0, 16, 2, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 219, 96, 0, 0, 12, 45, 0, 0, 42, 97, 0, 0, 52, 45, 0, 0, 173, 97, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 40, 98, 0, 0, 64, 2, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 65, 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, 127, 98, 0, 0, 112, 2, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 171, 98, 0, 0, 128, 2, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 219, 98, 0, 0, 52, 45, 0, 0, 8, 99, 0, 0, 152, 2, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 71, 99, 0, 0, 168, 2, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 157, 99, 0, 0, 12, 45, 0, 0, 4, 100, 0, 0, 52, 45, 0, 0, 140, 100, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 9, 101, 0, 0, 216, 2, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 36, 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, 100, 101, 0, 0, 8, 3, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 146, 101, 0, 0, 24, 3, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 196, 101, 0, 0, 52, 45, 0, 0, 243, 101, 0, 0, 48, 3, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 52, 102, 0, 0, 64, 3, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 140, 102, 0, 0, 12, 45, 0, 0, 225, 102, 0, 0, 52, 45, 0, 0, 105, 103, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 227, 103, 0, 0, 112, 3, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 251, 103, 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, 56, 104, 0, 0, 160, 3, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 99, 104, 0, 0, 176, 3, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 146, 104, 0, 0, 52, 45, 0, 0, 190, 104, 0, 0, 200, 3, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 252, 104, 0, 0, 216, 3, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 81, 105, 0, 0, 12, 45, 0, 0, 224, 105, 0, 0, 52, 45, 0, 0, 86, 106, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 208, 106, 0, 0, 8, 4, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 232, 106, 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, 37, 107, 0, 0, 56, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 80, 107, 0, 0, 72, 4, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 127, 107, 0, 0, 52, 45, 0, 0, 201, 107, 0, 0, 96, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 7, 108, 0, 0, 112, 4, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 92, 108, 0, 0, 12, 45, 0, 0, 185, 108, 0, 0, 52, 45, 0, 0, 222, 123, 0, 0, 232, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 28, 124, 0, 0, 232, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 53, 124, 0, 0, 240, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 77, 124, 0, 0, 240, 4, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 10, 125, 0, 0, 208, 4, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 52, 125, 0, 0, 52, 45, 0, 0, 70, 125, 0, 0, 208, 4, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 112, 125, 0, 0, 12, 45, 0, 0, 161, 125, 0, 0, 116, 45, 0, 0, 210, 125, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 192, 4, 0, 0, 3, 244, 255, 255, 116, 45, 0, 0, 1, 126, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 216, 4, 0, 0, 3, 244, 255, 255, 116, 45, 0, 0, 48, 126, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 192, 4, 0, 0, 3, 244, 255, 255, 116, 45, 0, 0, 95, 126, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 216, 4, 0, 0, 3, 244, 255, 255, 116, 45, 0, 0, 142, 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, 190, 126, 0, 0, 136, 5, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 210, 126, 0, 0, 216, 9, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 232, 126, 0, 0, 136, 5, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 252, 126, 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, 64, 127, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 224, 5, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 86, 127, 0, 0, 116, 45, 0, 0, 149, 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, 217, 127, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 224, 5, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 239, 127, 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, 51, 128, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 88, 6, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 73, 128, 0, 0, 116, 45, 0, 0, 112, 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, 180, 128, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 88, 6, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 202, 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, 15, 129, 0, 0, 12, 45, 0, 0, 34, 129, 0, 0, 116, 45, 0, 0, 132, 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, 201, 130, 0, 0, 116, 45, 0, 0, 235, 130, 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, 48, 131, 0, 0, 116, 45, 0, 0, 69, 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, 138, 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, 166, 131, 0, 0, 116, 45, 0, 0, 187, 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, 215, 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, 243, 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, 15, 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, 85, 132, 0, 0, 116, 45, 0, 0, 125, 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, 195, 132, 0, 0, 116, 45, 0, 0, 231, 132, 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, 45, 133, 0, 0, 116, 45, 0, 0, 76, 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, 146, 133, 0, 0, 116, 45, 0, 0, 171, 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, 192, 133, 0, 0, 116, 45, 0, 0, 216, 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, 237, 133, 0, 0, 200, 8, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 15, 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, 50, 134, 0, 0, 52, 45, 0, 0, 73, 134, 0, 0, 200, 8, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 108, 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, 142, 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, 176, 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, 211, 134, 0, 0, 136, 5, 0, 0, 0, 0, 0, 0, 116, 45, 0, 0, 233, 134, 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, 251, 134, 0, 0, 116, 45, 0, 0, 16, 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, 34, 135, 0, 0, 136, 5, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 55, 135, 0, 0, 136, 5, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 11, 136, 0, 0, 12, 45, 0, 0, 49, 137, 0, 0, 52, 45, 0, 0, 15, 137, 0, 0, 8, 10, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 188, 136, 0, 0, 232, 9, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 225, 136, 0, 0, 24, 10, 0, 0, 0, 0, 0, 0, 12, 45, 0, 0, 2, 137, 0, 0, 52, 45, 0, 0, 247, 137, 0, 0, 224, 9, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 70, 138, 0, 0, 8, 10, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 34, 138, 0, 0, 48, 10, 0, 0, 0, 0, 0, 0, 52, 45, 0, 0, 104, 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, 126, 165, 0, 0, 102, 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, 244, 108, 0, 0, 6, 109, 0, 0, 192, 15, 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, 6, 0, 0, 0, 7, 0, 0, 0, 100, 173, 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, 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, 108, 173, 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, 52, 16, 0, 0, 172, 16, 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, 9, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 116, 177, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 192, 3, 0, 0, 192, 4, 0, 0, 192, 5, 0, 0, 192, 6, 0, 0, 192, 7, 0, 0, 192, 8, 0, 0, 192, 9, 0, 0, 192, 10, 0, 0, 192, 11, 0, 0, 192, 12, 0, 0, 192, 13, 0, 0, 192, 14, 0, 0, 192, 15, 0, 0, 192, 16, 0, 0, 192, 17, 0, 0, 192, 18, 0, 0, 192, 19, 0, 0, 192, 20, 0, 0, 192, 21, 0, 0, 192, 22, 0, 0, 192, 23, 0, 0, 192, 24, 0, 0, 192, 25, 0, 0, 192, 26, 0, 0, 192, 27, 0, 0, 192, 28, 0, 0, 192, 29, 0, 0, 192, 30, 0, 0, 192, 31, 0, 0, 192, 0, 0, 0, 179, 1, 0, 0, 195, 2, 0, 0, 195, 3, 0, 0, 195, 4, 0, 0, 195, 5, 0, 0, 195, 6, 0, 0, 195, 7, 0, 0, 195, 8, 0, 0, 195, 9, 0, 0, 195, 10, 0, 0, 195, 11, 0, 0, 195, 12, 0, 0, 195, 13, 0, 0, 211, 14, 0, 0, 195, 15, 0, 0, 195, 0, 0, 12, 187, 1, 0, 12, 195, 2, 0, 12, 195, 3, 0, 12, 195, 4, 0, 12, 211, 10, 0, 0, 0, 100, 0, 0, 0, 232, 3, 0, 0, 16, 39, 0, 0, 160, 134, 1, 0, 64, 66, 15, 0, 128, 150, 152, 0, 0, 225, 245, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 46, 0, 0, 128, 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, 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, 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, 97, 0, 0, 0, 98, 0, 0, 0, 99, 0, 0, 0, 100, 0, 0, 0, 101, 0, 0, 0, 102, 0, 0, 0, 103, 0, 0, 0, 104, 0, 0, 0, 105, 0, 0, 0, 106, 0, 0, 0, 107, 0, 0, 0, 108, 0, 0, 0, 109, 0, 0, 0, 110, 0, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 113, 0, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 116, 0, 0, 0, 117, 0, 0, 0, 118, 0, 0, 0, 119, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 122, 0, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 93, 0, 0, 0, 94, 0, 0, 0, 95, 0, 0, 0, 96, 0, 0, 0, 97, 0, 0, 0, 98, 0, 0, 0, 99, 0, 0, 0, 100, 0, 0, 0, 101, 0, 0, 0, 102, 0, 0, 0, 103, 0, 0, 0, 104, 0, 0, 0, 105, 0, 0, 0, 106, 0, 0, 0, 107, 0, 0, 0, 108, 0, 0, 0, 109, 0, 0, 0, 110, 0, 0, 0, 111, 0, 0, 0, 112, 0, 0, 0, 113, 0, 0, 0, 114, 0, 0, 0, 115, 0, 0, 0, 116, 0, 0, 0, 117, 0, 0, 0, 118, 0, 0, 0, 119, 0, 0, 0, 120, 0, 0, 0, 121, 0, 0, 0, 122, 0, 0, 0, 123, 0, 0, 0, 124, 0, 0, 0, 125, 0, 0, 0, 126, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 62, 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, 99, 97, 108, 108, 69, 120, 112, 111, 114, 116, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100, 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 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 10240); -allocate([ 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, 102, 51, 50, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 105, 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, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 102, 51, 50, 0, 116, 121, 112, 101, 32, 61, 61, 32, 87, 97, 115, 109, 84, 121, 112, 101, 58, 58, 102, 54, 52, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 105, 54, 52, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 102, 54, 52, 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, 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, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 255, 255, 255, 255, 255, 255, 255, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 255, 255, 255, 255, 255, 255, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 1, 2, 4, 7, 3, 6, 5, 0, 105, 110, 102, 105, 110, 105, 116, 121, 0, 17, 0, 10, 0, 17, 17, 17, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 15, 10, 17, 17, 17, 3, 10, 7, 0, 1, 19, 9, 11, 11, 0, 0, 9, 6, 11, 0, 0, 11, 0, 6, 17, 0, 0, 0, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 10, 10, 17, 17, 17, 0, 10, 0, 0, 2, 0, 9, 11, 0, 0, 0, 9, 0, 11, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 9, 12, 0, 0, 0, 0, 0, 12, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 4, 13, 0, 0, 0, 0, 9, 14, 0, 0, 0, 0, 0, 14, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 15, 0, 0, 0, 0, 9, 16, 0, 0, 0, 0, 0, 16, 0, 0, 16, 0, 0, 18, 0, 0, 0, 18, 18, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 18, 18, 18, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 10, 0, 0, 0, 0, 9, 11, 0, 0, 0, 0, 0, 11, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 9, 12, 0, 0, 0, 0, 0, 12, 0, 0, 12, 0, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 65, 66, 67, 68, 69, 70, 45, 43, 32, 32, 32, 48, 88, 48, 120, 0, 84, 33, 34, 25, 13, 1, 2, 3, 17, 75, 28, 12, 16, 4, 11, 29, 18, 30, 39, 104, 110, 111, 112, 113, 98, 32, 5, 6, 15, 19, 20, 21, 26, 8, 22, 7, 40, 36, 23, 24, 9, 10, 14, 27, 31, 37, 35, 131, 130, 125, 38, 42, 43, 60, 61, 62, 63, 67, 71, 74, 77, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 105, 106, 107, 108, 114, 115, 116, 121, 122, 123, 124, 0, 73, 108, 108, 101, 103, 97, 108, 32, 98, 121, 116, 101, 32, 115, 101, 113, 117, 101, 110, 99, 101, 0, 68, 111, 109, 97, 105, 110, 32, 101, 114, 114, 111, 114, 0, 82, 101, 115, 117, 108, 116, 32, 110, 111, 116, 32, 114, 101, 112, 114, 101, 115, 101, 110, 116, 97, 98, 108, 101, 0, 78, 111, 116, 32, 97, 32, 116, 116, 121, 0, 80, 101, 114, 109, 105, 115, 115, 105, 111, 110, 32, 100, 101, 110, 105, 101, 100, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 110, 111, 116, 32, 112, 101, 114, 109, 105, 116, 116, 101, 100, 0, 78, 111, 32, 115, 117, 99, 104, 32, 102, 105, 108, 101, 32, 111, 114, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 78, 111, 32, 115, 117, 99, 104, 32, 112, 114, 111, 99, 101, 115, 115, 0, 70, 105, 108, 101, 32, 101, 120, 105, 115, 116, 115, 0, 86, 97, 108, 117, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 32, 102, 111, 114, 32, 100, 97, 116, 97, 32, 116, 121, 112, 101, 0, 78, 111, 32, 115, 112, 97, 99, 101, 32, 108, 101, 102, 116, 32, 111, 110, 32, 100, 101, 118, 105, 99, 101, 0, 79, 117, 116, 32, 111, 102, 32, 109, 101, 109, 111, 114, 121, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 98, 117, 115, 121, 0, 73, 110, 116, 101, 114, 114, 117, 112, 116, 101, 100, 32, 115, 121, 115, 116, 101, 109, 32, 99, 97, 108, 108, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 116, 101, 109, 112, 111, 114, 97, 114, 105, 108, 121, 32, 117, 110, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 73, 110, 118, 97, 108, 105, 100, 32, 115, 101, 101, 107, 0, 67, 114, 111, 115, 115, 45, 100, 101, 118, 105, 99, 101, 32, 108, 105, 110, 107, 0, 82, 101, 97, 100, 45, 111, 110, 108, 121, 32, 102, 105, 108, 101, 32, 115, 121, 115, 116, 101, 109, 0, 68, 105, 114, 101, 99, 116, 111, 114, 121, 32, 110, 111, 116, 32, 101, 109, 112, 116, 121, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 115, 101, 116, 32, 98, 121, 32, 112, 101, 101, 114, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 116, 105, 109, 101, 100, 32, 111, 117, 116, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 102, 117, 115, 101, 100, 0, 72, 111, 115, 116, 32, 105, 115, 32, 100, 111, 119, 110, 0, 72, 111, 115, 116, 32, 105, 115, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 65, 100, 100, 114, 101, 115, 115, 32, 105, 110, 32, 117, 115, 101, 0, 66, 114, 111, 107, 101, 110, 32, 112, 105, 112, 101, 0, 73, 47, 79, 32, 101, 114, 114, 111, 114, 0, 78, 111, 32, 115, 117, 99, 104, 32, 100, 101, 118, 105, 99, 101, 32, 111, 114, 32, 97, 100, 100, 114, 101, 115, 115, 0, 66, 108, 111, 99, 107, 32, 100, 101, 118, 105, 99, 101, 32, 114, 101, 113, 117, 105, 114, 101, 100, 0, 78, 111, 32, 115, 117, 99, 104, 32, 100, 101, 118, 105, 99, 101, 0, 78, 111, 116, 32, 97, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 73, 115, 32, 97, 32, 100, 105, 114, 101, 99, 116, 111, 114, 121, 0, 84, 101, 120, 116, 32, 102, 105, 108, 101, 32, 98, 117, 115, 121, 0, 69, 120, 101, 99, 32, 102, 111, 114, 109, 97, 116, 32, 101, 114, 114, 111, 114, 0, 73, 110, 118, 97, 108, 105, 100, 32, 97, 114, 103, 117, 109, 101, 110, 116, 0, 65, 114, 103, 117, 109, 101, 110, 116, 32, 108, 105, 115, 116, 32, 116, 111, 111, 32, 108, 111, 110, 103, 0, 83, 121, 109, 98, 111, 108, 105, 99, 32, 108, 105, 110, 107, 32, 108, 111, 111, 112, 0, 70, 105, 108, 101, 110, 97, 109, 101, 32, 116, 111, 111, 32, 108, 111, 110, 103, 0, 84, 111, 111, 32, 109, 97, 110, 121, 32, 111, 112, 101, 110, 32, 102, 105, 108, 101, 115, 32, 105, 110, 32, 115, 121, 115, 116, 101, 109, 0, 78, 111, 32, 102, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 115, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 66, 97, 100, 32, 102, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 0, 78, 111, 32, 99, 104, 105, 108, 100, 32, 112, 114, 111, 99, 101, 115, 115, 0, 66, 97, 100, 32, 97, 100, 100, 114, 101, 115, 115, 0, 70, 105, 108, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 0, 84, 111, 111, 32, 109, 97, 110, 121, 32, 108, 105, 110, 107, 115, 0, 78, 111, 32, 108, 111, 99, 107, 115, 32, 97, 118, 97, 105, 108, 97 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 20480); -allocate([ 98, 108, 101, 0, 82, 101, 115, 111, 117, 114, 99, 101, 32, 100, 101, 97, 100, 108, 111, 99, 107, 32, 119, 111, 117, 108, 100, 32, 111, 99, 99, 117, 114, 0, 83, 116, 97, 116, 101, 32, 110, 111, 116, 32, 114, 101, 99, 111, 118, 101, 114, 97, 98, 108, 101, 0, 80, 114, 101, 118, 105, 111, 117, 115, 32, 111, 119, 110, 101, 114, 32, 100, 105, 101, 100, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 99, 97, 110, 99, 101, 108, 101, 100, 0, 70, 117, 110, 99, 116, 105, 111, 110, 32, 110, 111, 116, 32, 105, 109, 112, 108, 101, 109, 101, 110, 116, 101, 100, 0, 78, 111, 32, 109, 101, 115, 115, 97, 103, 101, 32, 111, 102, 32, 100, 101, 115, 105, 114, 101, 100, 32, 116, 121, 112, 101, 0, 73, 100, 101, 110, 116, 105, 102, 105, 101, 114, 32, 114, 101, 109, 111, 118, 101, 100, 0, 68, 101, 118, 105, 99, 101, 32, 110, 111, 116, 32, 97, 32, 115, 116, 114, 101, 97, 109, 0, 78, 111, 32, 100, 97, 116, 97, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 68, 101, 118, 105, 99, 101, 32, 116, 105, 109, 101, 111, 117, 116, 0, 79, 117, 116, 32, 111, 102, 32, 115, 116, 114, 101, 97, 109, 115, 32, 114, 101, 115, 111, 117, 114, 99, 101, 115, 0, 76, 105, 110, 107, 32, 104, 97, 115, 32, 98, 101, 101, 110, 32, 115, 101, 118, 101, 114, 101, 100, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 101, 114, 114, 111, 114, 0, 66, 97, 100, 32, 109, 101, 115, 115, 97, 103, 101, 0, 70, 105, 108, 101, 32, 100, 101, 115, 99, 114, 105, 112, 116, 111, 114, 32, 105, 110, 32, 98, 97, 100, 32, 115, 116, 97, 116, 101, 0, 78, 111, 116, 32, 97, 32, 115, 111, 99, 107, 101, 116, 0, 68, 101, 115, 116, 105, 110, 97, 116, 105, 111, 110, 32, 97, 100, 100, 114, 101, 115, 115, 32, 114, 101, 113, 117, 105, 114, 101, 100, 0, 77, 101, 115, 115, 97, 103, 101, 32, 116, 111, 111, 32, 108, 97, 114, 103, 101, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 119, 114, 111, 110, 103, 32, 116, 121, 112, 101, 32, 102, 111, 114, 32, 115, 111, 99, 107, 101, 116, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 110, 111, 116, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 83, 111, 99, 107, 101, 116, 32, 116, 121, 112, 101, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 78, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 80, 114, 111, 116, 111, 99, 111, 108, 32, 102, 97, 109, 105, 108, 121, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 0, 65, 100, 100, 114, 101, 115, 115, 32, 102, 97, 109, 105, 108, 121, 32, 110, 111, 116, 32, 115, 117, 112, 112, 111, 114, 116, 101, 100, 32, 98, 121, 32, 112, 114, 111, 116, 111, 99, 111, 108, 0, 65, 100, 100, 114, 101, 115, 115, 32, 110, 111, 116, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 78, 101, 116, 119, 111, 114, 107, 32, 105, 115, 32, 100, 111, 119, 110, 0, 78, 101, 116, 119, 111, 114, 107, 32, 117, 110, 114, 101, 97, 99, 104, 97, 98, 108, 101, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 114, 101, 115, 101, 116, 32, 98, 121, 32, 110, 101, 116, 119, 111, 114, 107, 0, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 32, 97, 98, 111, 114, 116, 101, 100, 0, 78, 111, 32, 98, 117, 102, 102, 101, 114, 32, 115, 112, 97, 99, 101, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 0, 83, 111, 99, 107, 101, 116, 32, 105, 115, 32, 99, 111, 110, 110, 101, 99, 116, 101, 100, 0, 83, 111, 99, 107, 101, 116, 32, 110, 111, 116, 32, 99, 111, 110, 110, 101, 99, 116, 101, 100, 0, 67, 97, 110, 110, 111, 116, 32, 115, 101, 110, 100, 32, 97, 102, 116, 101, 114, 32, 115, 111, 99, 107, 101, 116, 32, 115, 104, 117, 116, 100, 111, 119, 110, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 97, 108, 114, 101, 97, 100, 121, 32, 105, 110, 32, 112, 114, 111, 103, 114, 101, 115, 115, 0, 79, 112, 101, 114, 97, 116, 105, 111, 110, 32, 105, 110, 32, 112, 114, 111, 103, 114, 101, 115, 115, 0, 83, 116, 97, 108, 101, 32, 102, 105, 108, 101, 32, 104, 97, 110, 100, 108, 101, 0, 82, 101, 109, 111, 116, 101, 32, 73, 47, 79, 32, 101, 114, 114, 111, 114, 0, 81, 117, 111, 116, 97, 32, 101, 120, 99, 101, 101, 100, 101, 100, 0, 78, 111, 32, 109, 101, 100, 105, 117, 109, 32, 102, 111, 117, 110, 100, 0, 87, 114, 111, 110, 103, 32, 109, 101, 100, 105, 117, 109, 32, 116, 121, 112, 101, 0, 78, 111, 32, 101, 114, 114, 111, 114, 32, 105, 110, 102, 111, 114, 109, 97, 116, 105, 111, 110, 0, 0, 40, 110, 117, 108, 108, 41, 0, 45, 48, 88, 43, 48, 88, 32, 48, 88, 45, 48, 120, 43, 48, 120, 32, 48, 120, 0, 105, 110, 102, 0, 73, 78, 70, 0, 110, 97, 110, 0, 78, 65, 78, 0, 80, 79, 83, 73, 88, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 115, 116, 100, 105, 110, 98, 117, 102, 73, 99, 69, 69, 0, 117, 110, 115, 117, 112, 112, 111, 114, 116, 101, 100, 32, 108, 111, 99, 97, 108, 101, 32, 102, 111, 114, 32, 115, 116, 97, 110, 100, 97, 114, 100, 32, 105, 110, 112, 117, 116, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 115, 116, 100, 111, 117, 116, 98, 117, 102, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 115, 116, 100, 105, 110, 98, 117, 102, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 115, 116, 100, 111, 117, 116, 98, 117, 102, 73, 119, 69, 69, 0, 33, 34, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 32, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 34, 0, 47, 109, 101, 100, 105, 97, 47, 97, 108, 111, 110, 47, 100, 54, 57, 100, 100, 57, 98, 50, 45, 52, 55, 57, 49, 45, 52, 98, 56, 101, 45, 97, 101, 98, 51, 45, 102, 54, 51, 53, 51, 98, 52, 53, 100, 55, 49, 48, 47, 104, 111, 109, 101, 47, 97, 108, 111, 110, 47, 68, 101, 118, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 47, 115, 121, 115, 116, 101, 109, 47, 105, 110, 99, 108, 117, 100, 101, 47, 108, 105, 98, 99, 120, 120, 47, 115, 116, 114, 105, 110, 103, 0, 33, 34, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 32, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 34, 0, 37, 117, 0, 78, 83, 116, 51, 95, 95, 49, 57, 98, 97, 115, 105, 99, 95, 105, 111, 115, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 105, 111, 115, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 98, 97, 115, 105, 99, 95, 105, 111, 115, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 101, 97, 109, 98, 117, 102, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 53, 98, 97, 115, 105, 99, 95, 115, 116, 114, 101, 97, 109, 98, 117, 102, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 108, 108, 97, 116, 101, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 54, 108, 111, 99, 97, 108, 101, 53, 102, 97, 99, 101, 116, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 108, 108, 97, 116, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 103, 101, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 110, 117, 109, 95, 103, 101, 116, 95, 98, 97, 115, 101, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102, 65, 66, 67, 68, 69, 70, 120, 88, 43, 45, 112, 80, 105, 73, 110, 78, 0, 67, 0, 37, 112, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 103, 101, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 112, 117, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 110, 117, 109, 95, 112, 117, 116, 95, 98, 97, 115, 101, 69, 0, 37, 0, 0, 0, 0, 0, 76, 0, 37, 112, 0, 0, 0, 0, 78, 83, 116, 51, 95, 95, 49, 55, 110, 117, 109, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 95, 95, 110, 117, 109, 95, 112, 117, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 116, 105, 109, 101, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 50, 48, 95, 95, 116, 105, 109, 101, 95, 103, 101, 116, 95, 99, 95, 115, 116, 111, 114, 97, 103, 101, 73, 99, 69, 69, 0, 37, 72, 58, 37, 77, 58, 37, 83, 37, 109, 47, 37, 100, 47, 37, 121, 37, 89, 45, 37, 109, 45, 37, 100, 37, 73, 58, 37, 77, 58, 37, 83, 32, 37, 112, 37, 72, 58, 37, 77, 37, 72, 58, 37, 77, 58, 37, 83, 83, 117, 110, 100, 97, 121, 0, 77, 111, 110, 100, 97, 121, 0, 84, 117, 101, 115, 100, 97, 121, 0, 87, 101, 100, 110, 101, 115, 100, 97, 121, 0, 84, 104, 117, 114, 115, 100, 97, 121, 0, 70, 114, 105, 100, 97, 121, 0, 83, 97, 116, 117, 114, 100, 97, 121, 0, 83, 117, 110, 0, 77, 111, 110, 0, 84, 117, 101, 0, 87, 101, 100, 0, 84, 104, 117, 0, 70, 114, 105, 0, 83, 97, 116, 0, 74, 97, 110, 117, 97, 114, 121, 0, 70, 101, 98, 114, 117, 97, 114, 121, 0, 77, 97, 114, 99, 104, 0, 65, 112, 114, 105, 108, 0, 77, 97, 121, 0, 74, 117, 110, 101, 0, 74, 117, 108, 121, 0, 65, 117, 103, 117, 115, 116, 0, 83, 101, 112, 116, 101, 109, 98, 101, 114, 0, 79, 99, 116, 111, 98, 101, 114, 0, 78, 111, 118, 101, 109, 98, 101, 114, 0, 68, 101, 99, 101, 109, 98, 101, 114, 0, 74, 97, 110, 0, 70, 101, 98, 0, 77, 97, 114, 0, 65, 112, 114, 0, 74, 117, 110, 0, 74, 117, 108, 0, 65, 117, 103, 0, 83, 101, 112, 0, 79, 99, 116, 0, 78, 111, 118, 0, 68, 101, 99, 0, 65, 77, 0, 80, 77, 0, 37, 97, 32, 37, 98, 32, 37, 100, 32, 37, 72, 58, 37, 77, 58, 37, 83, 32, 37, 89, 0, 37, 73, 58, 37, 77, 58, 37, 83, 32, 37, 112, 0, 37, 109, 47, 37, 100, 47, 37, 121, 0, 37, 72, 58, 37, 77, 58, 37, 83, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 50, 48, 95, 95, 116, 105, 109, 101, 95, 103, 101, 116, 95, 99, 95, 115, 116, 111, 114, 97, 103, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 95, 95, 116, 105, 109, 101, 95, 112, 117, 116, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 116, 105, 109, 101, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 99, 76, 98, 48, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 99, 76, 98, 49, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 119, 76, 98, 48, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 109, 111, 110, 101, 121, 112, 117, 110, 99, 116, 73, 119, 76, 98, 49, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 99, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 99, 69, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 0, 37, 76, 102, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 119, 78, 83, 95, 49, 57, 105, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 103, 101, 116, 73, 119, 69, 69, 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 99, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 99, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 99, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 99, 69, 69, 0, 37, 46, 48, 76, 102, 0, 78, 83, 116, 51, 95, 95, 49, 57, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 119, 78, 83, 95, 49, 57, 111, 115, 116, 114, 101, 97, 109, 98, 117, 102, 95, 105, 116, 101, 114, 97, 116, 111, 114, 73, 119, 78, 83, 95, 49, 49, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 73, 119, 69, 69, 69, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 49, 95, 95, 109, 111, 110, 101, 121, 95, 112, 117, 116, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 109, 101, 115, 115, 97, 103, 101, 115, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 51, 109, 101, 115, 115, 97, 103, 101, 115, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 109, 101, 115, 115, 97, 103, 101, 115, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 54, 95, 95, 110, 97, 114, 114, 111, 119, 95, 116, 111, 95, 117, 116, 102, 56, 73, 76, 106, 51, 50, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 68, 105, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 50, 99, 111, 100, 101, 99, 118, 116, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 55, 95, 95, 119, 105, 100, 101, 110, 95, 102, 114, 111, 109, 95, 117, 116, 102, 56, 73, 76, 106, 51, 50, 69, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 99, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 119, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 55, 99, 111, 100, 101, 99, 118, 116, 73, 68, 115, 99, 49, 49, 95, 95, 109, 98, 115, 116, 97, 116, 101, 95, 116, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 54, 108, 111, 99, 97, 108, 101, 53, 95, 95, 105, 109, 112, 69, 0, 78, 83, 116, 51, 95, 95, 49, 53, 99, 116, 121, 112, 101, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 49, 48, 99, 116, 121, 112, 101, 95, 98, 97, 115, 101, 69, 0, 78, 83, 116, 51, 95, 95, 49, 53, 99, 116, 121, 112, 101, 73, 119, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 110, 117, 109, 112, 117, 110, 99, 116, 73, 99, 69, 69, 0, 78, 83, 116, 51, 95, 95, 49, 56, 110, 117, 109, 112, 117, 110, 99, 116, 73, 119, 69, 69, 0, 33, 34, 118, 101, 99, 116, 111, 114, 32, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 34, 0, 47, 109, 101, 100, 105, 97, 47, 97, 108, 111, 110, 47, 100, 54, 57, 100, 100, 57, 98, 50, 45, 52, 55, 57, 49, 45, 52, 98, 56, 101, 45, 97, 101, 98, 51, 45, 102, 54, 51, 53, 51, 98, 52, 53, 100, 55, 49, 48, 47, 104, 111, 109, 101, 47, 97, 108, 111, 110, 47, 68, 101, 118, 47, 101, 109, 115, 99, 114, 105, 112, 116, 101, 110, 47, 115, 121, 115, 116, 101, 109, 47, 105, 110, 99, 108, 117, 100, 101, 47, 108, 105, 98, 99, 120, 120, 47, 118, 101, 99, 116, 111, 114, 0, 95, 95, 116, 104, 114, 111, 119, 95, 108, 101, 110, 103, 116, 104, 95, 101, 114, 114, 111, 114, 0, 33, 34, 118, 101, 99, 116, 111, 114, 32, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 34, 0, 95, 95, 116, 104, 114, 111, 119, 95, 111, 117, 116, 95, 111, 102, 95, 114, 97, 110, 103, 101, 0, 78, 83, 116, 51, 95, 95, 49, 49, 52, 95, 95, 115, 104, 97, 114, 101, 100, 95, 99, 111, 117, 110, 116, 69, 0, 99, 97, 110, 110, 111, 116, 32, 122, 101, 114, 111, 32, 111, 117, 116, 32, 116, 104, 114, 101, 97, 100, 32, 118, 97, 108, 117, 101, 32, 102, 111, 114, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 40, 41, 0, 99, 97, 110, 110, 111, 116, 32, 99, 114, 101, 97, 116, 101, 32, 112, 116, 104, 114, 101, 97, 100, 32, 107, 101, 121, 32, 102, 111, 114, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 40, 41, 0, 112, 116, 104, 114, 101, 97, 100, 95, 111, 110, 99, 101, 32, 102, 97, 105, 108, 117, 114, 101, 32, 105, 110, 32, 95, 95, 99, 120, 97, 95, 103, 101, 116, 95, 103, 108, 111, 98, 97, 108, 115, 95, 102, 97, 115, 116, 40, 41, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 50, 48, 95, 95, 115, 105, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 54, 95, 95, 115, 104, 105, 109, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 83, 116, 57, 116, 121, 112, 101, 95, 105, 110, 102, 111, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 55, 95, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 83, 116, 57, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 117, 110, 99, 97, 117, 103, 104, 116, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 111, 102, 32, 116, 121, 112, 101, 32, 37, 115, 58, 32, 37, 115, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 111, 102, 32, 116, 121, 112, 101, 32, 37, 115, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 32, 119, 105, 116, 104, 32, 37, 115, 32, 102, 111, 114, 101, 105, 103, 110, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 116, 101, 114, 109, 105, 110, 97, 116, 105, 110, 103, 0, 116, 101, 114, 109, 105, 110, 97, 116, 101, 95, 104, 97, 110, 100, 108, 101, 114, 32, 117, 110, 101, 120, 112, 101, 99, 116, 101, 100, 108, 121, 32, 114, 101, 116, 117, 114, 110, 101, 100, 0, 83, 116, 57, 98, 97, 100, 95, 97, 108, 108, 111, 99, 0, 115, 116, 100, 58, 58, 98, 97, 100, 95, 97, 108, 108, 111, 99, 0, 115, 116, 100, 58, 58, 101, 120, 99, 101, 112, 116, 105, 111, 110, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 57, 95, 95, 112, 111, 105, 110, 116, 101, 114, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 49, 55, 95, 95, 112, 98, 97, 115, 101, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 78, 49, 48, 95, 95, 99, 120, 120, 97, 98, 105, 118, 49, 50, 49, 95, 95, 118, 109, 105, 95, 99, 108, 97, 115, 115, 95, 116, 121, 112, 101, 95, 105, 110, 102, 111, 69, 0, 32, 99, 111, 110, 115, 116, 0, 32, 118, 111, 108, 97, 116, 105, 108, 101, 0, 32, 114, 101, 115, 116, 114, 105, 99, 116, 0, 118, 111, 105, 100, 0, 119, 99, 104, 97, 114, 95, 116, 0, 98, 111, 111, 108, 0, 99, 104, 97, 114, 0, 115, 105, 103, 110, 101, 100, 32, 99, 104, 97, 114, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 99, 104, 97, 114, 0, 115, 104, 111, 114, 116, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 115, 104, 111, 114, 116, 0, 105, 110, 116, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 105, 110, 116, 0, 108, 111, 110, 103, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 108, 111, 110, 103, 0, 108, 111, 110, 103, 32, 108, 111, 110, 103, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 108, 111, 110, 103, 32, 108, 111, 110, 103, 0, 95, 95, 105, 110, 116, 49, 50, 56, 0, 117, 110, 115, 105, 103, 110, 101, 100, 32, 95, 95, 105, 110, 116, 49, 50, 56, 0, 102, 108, 111, 97, 116, 0, 100, 111, 117, 98, 108, 101, 0, 108, 111, 110, 103, 32, 100, 111, 117, 98, 108, 101, 0, 95, 95, 102, 108, 111, 97, 116, 49, 50, 56, 0, 46, 46, 46, 0, 95, 71, 76, 79, 66, 65, 76, 95, 95, 78, 0, 40, 97, 110, 111, 110, 121, 109, 111, 117, 115, 32, 110, 97, 109, 101, 115, 112, 97, 99, 101, 41, 0, 100, 101, 99, 105, 109, 97, 108, 54, 52, 0, 100, 101, 99, 105, 109, 97, 108, 49, 50, 56, 0, 100, 101, 99, 105, 109, 97, 108, 51, 50, 0, 100, 101, 99, 105, 109, 97, 108, 49, 54, 0, 99, 104, 97, 114, 51, 50, 95, 116, 0, 99, 104, 97, 114, 49, 54, 95, 116, 0, 97, 117, 116, 111, 0, 115, 116, 100, 58, 58, 110, 117, 108, 108, 112, 116, 114, 95, 116, 0, 32, 91, 0, 32, 91, 93, 0, 93, 0, 40, 0, 41, 0, 102, 97, 108, 115, 101, 0, 116, 114, 117, 101, 0, 117, 0, 108, 0, 117, 108, 0, 108, 108, 0, 117, 108, 108, 0, 37, 97, 102, 0, 37, 97, 0, 37, 76, 97, 76, 0, 102, 112, 0, 38, 38, 0, 62, 0, 41, 32, 0, 32, 40, 0, 38, 0, 38, 61, 0, 61, 0, 97, 108, 105, 103, 110, 111, 102, 32, 40, 0, 99, 111, 110, 115, 116, 95, 99, 97, 115, 116, 60, 0, 62, 40, 0, 44, 0, 126, 0, 41, 40, 0, 58, 58, 0, 100, 101, 108, 101, 116, 101, 91, 93, 32, 0, 100, 121, 110, 97, 109, 105, 99, 95, 99, 97, 115, 116, 60, 0, 42, 0, 100, 101, 108, 101, 116, 101, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 38, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 0, 111, 112, 101, 114, 97, 116, 111, 114, 38, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 40, 41, 0, 111, 112, 101, 114, 97, 116, 111, 114, 44, 0, 111, 112, 101, 114, 97, 116, 111, 114, 126, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 100, 101, 108, 101, 116, 101, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 42, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 100, 101, 108, 101, 116, 101, 0, 111, 112, 101, 114, 97, 116, 111, 114, 47, 0, 111, 112, 101, 114, 97, 116, 111, 114, 47, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 94, 0, 111, 112, 101, 114, 97, 116, 111, 114, 94, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 61, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 34, 34, 32, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 60, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 60, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 60, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 42, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 45, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 110, 101, 119, 91, 93, 0, 111, 112, 101, 114, 97, 116, 111, 114, 33, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 33, 0, 111, 112, 101, 114, 97, 116, 111, 114, 32, 110, 101, 119, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 124, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 0, 111, 112, 101, 114, 97, 116, 111, 114, 124, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 62, 42, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 43, 43, 0, 111, 112, 101, 114, 97, 116, 111, 114, 45, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 63, 0, 111, 112, 101, 114, 97, 116, 111, 114, 37, 0, 111, 112, 101, 114, 97, 116, 111, 114, 37, 61, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 62, 0, 111, 112, 101, 114, 97, 116, 111, 114, 62, 62, 61, 0, 60, 0, 44, 32, 0, 32, 62, 0, 100, 101, 99, 108, 116, 121, 112, 101, 40, 0, 115, 116, 100, 58, 58, 97, 108, 108, 111, 99, 97, 116, 111, 114, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 105, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 105, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 44, 32, 115, 116, 100, 58, 58, 97, 108, 108, 111, 99, 97, 116, 111, 114, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 115, 116, 114, 105, 110, 103, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 105, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 111, 115, 116, 114, 101, 97, 109, 0, 115, 116, 100, 58, 58, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 60, 99, 104, 97, 114, 44, 32, 115, 116, 100, 58, 58, 99, 104, 97, 114, 95, 116, 114, 97, 105, 116, 115, 60, 99, 104, 97, 114, 62, 32, 62, 0, 98, 97, 115, 105, 99, 95, 105, 111, 115, 116, 114, 101, 97, 109, 0, 39, 117, 110, 110, 97, 109, 101, 100, 0, 39, 108, 97, 109, 98, 100, 97, 39, 40, 0, 115, 116, 100, 58, 58, 0, 46, 42, 0, 46, 0, 47, 0, 47, 61, 0, 94, 0, 94, 61, 0, 61, 61, 0, 62, 61, 0, 41, 91, 0, 60, 61, 0, 60, 60, 0, 60, 60, 61, 0, 45, 0, 45, 61, 0, 42, 61, 0, 45, 45, 0, 41, 45, 45, 0, 91, 93, 32, 0, 32, 0, 33, 61, 0, 33, 0, 110, 111, 101, 120, 99, 101, 112, 116, 32, 40, 0, 124, 124, 0, 124, 0, 124, 61, 0, 45, 62, 42, 0, 43, 0, 43, 61, 0, 43, 43, 0, 41, 43, 43, 0, 45, 62, 0, 41, 32, 63, 32, 40, 0, 41, 32, 58, 32, 40, 0, 114, 101, 105, 110, 116, 101, 114, 112, 114, 101, 116, 95, 99, 97, 115, 116, 60, 0, 37, 0, 37, 61, 0, 62, 62, 0, 62, 62, 61, 0, 115, 116, 97, 116, 105, 99, 95, 99, 97, 115, 116, 60, 0, 115, 105, 122, 101, 111, 102, 32, 40, 0, 115, 105, 122, 101, 111, 102, 46, 46, 46, 40, 0, 116, 121, 112, 101, 105, 100, 40, 0, 116, 104, 114, 111, 119, 0, 116, 104, 114, 111, 119, 32, 0, 32, 99, 111, 109, 112, 108, 101, 120, 0, 32, 38, 0, 32, 38, 38, 0, 32, 105, 109, 97, 103, 105, 110, 97, 114, 121, 0, 58, 58, 42, 0, 111, 98, 106, 99, 95, 111, 98, 106, 101, 99, 116, 60, 0, 105, 100, 0, 111, 98, 106, 99, 112, 114, 111, 116, 111, 0, 115, 116, 100, 0, 58, 58, 115, 116, 114, 105, 110, 103, 32, 108, 105, 116, 101, 114, 97, 108, 0, 32, 118, 101, 99, 116, 111, 114, 91, 0, 112, 105, 120, 101, 108, 32, 118, 101, 99, 116, 111, 114, 91, 0, 118, 116, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 86, 84, 84, 32, 102, 111, 114, 32, 0, 116, 121, 112, 101, 105, 110, 102, 111, 32, 102, 111, 114, 32, 0, 116, 121, 112, 101, 105, 110, 102, 111, 32, 110, 97, 109, 101, 32, 102, 111, 114, 32, 0, 99, 111, 118, 97, 114, 105, 97, 110, 116, 32, 114, 101, 116, 117, 114, 110, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 99, 111, 110, 115, 116, 114, 117, 99, 116, 105, 111, 110, 32, 118, 116, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 45, 105, 110, 45, 0, 118, 105, 114, 116, 117, 97, 108, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 110, 111, 110, 45, 118, 105, 114, 116, 117, 97, 108, 32, 116, 104, 117, 110, 107, 32, 116, 111, 32, 0, 103, 117, 97, 114, 100, 32, 118, 97, 114, 105, 97, 98, 108, 101, 32, 102, 111, 114, 32, 0, 114, 101, 102, 101, 114, 101, 110, 99, 101, 32, 116, 101, 109, 112, 111, 114, 97, 114, 121, 32, 102, 111, 114, 32, 0, 95, 98, 108, 111, 99, 107, 95, 105, 110, 118, 111, 107, 101, 0, 105, 110, 118, 111, 99, 97, 116, 105, 111, 110, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 102, 111, 114, 32, 98, 108, 111, 99, 107, 32, 105, 110, 32, 0 ], "i8", ALLOC_NONE, Runtime.GLOBAL_BASE + 30720); -var tempDoublePtr = Runtime.alignMemory(allocate(12, "i8", ALLOC_STATIC), 8); -assert(tempDoublePtr % 8 == 0); +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); +var tempDoublePtr = STATICTOP; +STATICTOP += 16; function _atexit(func, arg) { __ATEXIT__.unshift({ func: func, @@ -3393,9 +3398,9 @@ var WORKERFS = { }) } }; -var _stdin = allocate(1, "i32*", ALLOC_STATIC); -var _stdout = allocate(1, "i32*", ALLOC_STATIC); -var _stderr = allocate(1, "i32*", ALLOC_STATIC); +STATICTOP += 16; +STATICTOP += 16; +STATICTOP += 16; var FS = { root: null, mounts: [], @@ -5428,7 +5433,8 @@ function ___syscall145(which, varargs) { return -e.errno; } } -var ___dso_handle = allocate(1, "i32*", ALLOC_STATIC); +var ___dso_handle = STATICTOP; +STATICTOP += 16; FS.staticInit(); __ATINIT__.unshift((function() { if (!Module["noFSInit"] && !FS.init.initialized) FS.init(); @@ -5462,7 +5468,6 @@ STACK_BASE = STACKTOP = Runtime.alignMemory(STATICTOP); staticSealed = true; STACK_MAX = STACK_BASE + TOTAL_STACK; DYNAMIC_BASE = DYNAMICTOP = Runtime.alignMemory(STACK_MAX); -assert(DYNAMIC_BASE < TOTAL_MEMORY, "TOTAL_MEMORY not big enough for stack"); var cttz_i8 = allocate([ 8, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 6, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 7, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 6, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0 ], "i8", ALLOC_DYNAMIC); function invoke_iiiiiiii(index, a1, a2, a3, a4, a5, a6, a7) { try { @@ -5850,7 +5855,6 @@ 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; @@ -5869,7 +5873,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i62 = i76 + 560 | 0; i64 = i76 + 548 | 0; i65 = i76 + 536 | 0; - i47 = i76 + 384 | 0; + i48 = i76 + 384 | 0; i57 = i76 + 520 | 0; i55 = i76 + 512 | 0; i20 = i76 + 496 | 0; @@ -5884,20 +5888,20 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i51 = i76 + 396 | 0; i52 = i76 + 372 | 0; i39 = i76 + 360 | 0; - i43 = i76 + 344 | 0; + i44 = i76 + 344 | 0; i41 = i76 + 340 | 0; i13 = i76 + 328 | 0; - i15 = i76 + 304 | 0; - i16 = i76 + 288 | 0; + i16 = i76 + 304 | 0; + i15 = i76 + 288 | 0; i17 = i76 + 276 | 0; i18 = i76 + 264 | 0; - i24 = i76 + 240 | 0; - i25 = i76 + 228 | 0; + i25 = i76 + 240 | 0; + i24 = i76 + 228 | 0; i26 = i76 + 216 | 0; i27 = i76 + 204 | 0; i28 = i76 + 192 | 0; - i31 = i76 + 168 | 0; - i32 = i76 + 156 | 0; + i32 = i76 + 168 | 0; + i30 = i76 + 156 | 0; i33 = i76 + 144 | 0; i42 = i76 + 128 | 0; i37 = i76 + 120 | 0; @@ -5919,11 +5923,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, 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) { + 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) { i3 = i2 + -16 | 0; while (1) { if ((i2 | 0) == (i3 | 0)) { @@ -5931,27 +5935,27 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, break L8; } i73 = i2 + -16 | 0; - HEAP32[i16 >> 2] = i73; + HEAP32[i15 >> 2] = i73; __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i73); - i2 = HEAP32[i16 >> 2] | 0; + i2 = HEAP32[i15 >> 2] | 0; } } while (0); - i7 = i74 + 16 | 0; - i8 = HEAP32[i74 + 12 >> 2] | 0; + i8 = i74 + 16 | 0; + i7 = 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] = i8; - HEAP32[i16 >> 2] = (HEAP32[i16 >> 2] | 0) + 16; + HEAP32[i2 + 12 >> 2] = i7; + HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + 16; } else { - i4 = HEAP32[i7 >> 2] | 0; + i4 = HEAP32[i8 >> 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(i7); + if ((i73 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); i2 = i3 - i4 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; @@ -5963,59 +5967,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] = i8; + HEAP32[i72 + 12 >> 2] = i7; 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(i7, i75); + __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__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i75); } - i13 = HEAP32[i71 >> 2] | 0; - i11 = (i13 & 1 | 0) == 0; - i12 = (i13 & 2 | 0) == 0; - i13 = (i13 & 4 | 0) == 0; - i14 = i75 + 8 | 0; + i14 = HEAP32[i71 >> 2] | 0; + i12 = (i14 & 1 | 0) == 0; + i13 = (i14 & 2 | 0) == 0; + i14 = (i14 & 4 | 0) == 0; + i11 = i75 + 8 | 0; while (1) { if (i10 >>> 0 >= i45 >>> 0) { - i1 = i44; + i1 = i43; break L5; } - 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; + 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) { i3 = i8 + 1 | 0; + i7 = (i2 & 255) >>> 1; } else { - i6 = HEAP32[i4 + (i10 * 24 | 0) + 16 >> 2] | 0; - i3 = HEAP32[i4 + (i10 * 24 | 0) + 20 >> 2] | 0; + i3 = HEAP32[i5 + (i10 * 24 | 0) + 20 >> 2] | 0; + i7 = HEAP32[i5 + (i10 * 24 | 0) + 16 >> 2] | 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; + 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; } else { - i3 = HEAP32[i4 + (i10 * 24 | 0) + 20 >> 2] | 0; - i2 = HEAP32[i4 + (i10 * 24 | 0) + 16 >> 2] | 0; + i3 = HEAP32[i5 + (i10 * 24 | 0) + 16 >> 2] | 0; + i2 = HEAP32[i5 + (i10 * 24 | 0) + 20 >> 2] | 0; } - i2 = (HEAP8[i3 + i2 + -1 >> 0] | 0) == 38 ? i7 : i6; + i2 = (HEAP8[i2 + i3 + -1 >> 0] | 0) == 38 ? i6 : i7; } - if (!i11) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, i2, 35470) | 0; + if (!i12) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, i2, 35496) | 0; i2 = i2 + 6 | 0; } - if (!i12) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) + 12 | 0, i2, 35477) | 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; i2 = i2 + 9 | 0; } - if (!i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) + 12 | 0, i2, 35487) | 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; } else { - if (!i11) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 35470) | 0; - if (!i12) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 35477) | 0; - if (!i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i74 >> 2] | 0) + (i10 * 24 | 0) | 0, 35487) | 0; + 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; } - i7 = HEAP32[i16 >> 2] | 0; + i7 = HEAP32[i15 >> 2] | 0; i2 = i7 + -16 | 0; i8 = HEAP32[i74 >> 2] | 0; i9 = i8 + (i10 * 24 | 0) | 0; @@ -6035,10 +6039,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[i14 >> 2] | 0; + i73 = HEAP32[i11 >> 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[i14 >> 2] = i73 + 24; + HEAP32[i11 >> 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 { @@ -6070,25 +6074,25 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i1 = i73; break; } - i2 = i74 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((HEAP32[i74 >> 2] | 0) == (i3 | 0)) { + i3 = i74 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; + if ((HEAP32[i74 >> 2] | 0) == (i2 | 0)) { i1 = i73; break; } - i72 = i3 + -12 | 0; + i72 = i2 + -12 | 0; i70 = HEAP8[i72 >> 0] | 0; i71 = (i70 & 1) == 0; - 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 = 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 = 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, 35811, i71 ? 2 : i70) | 0; + i72 = _memcmp(i72 ? i75 + 1 | 0 : HEAP32[i75 + 8 >> 2] | 0, 35837, i71 ? 2 : i70) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i75); - if (!(((i72 | 0) == 0 ? (i70 >>> 0 < 2 ? -1 : i71 & 1) : i72) | 0)) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE5eraseEjj((HEAP32[i2 >> 2] | 0) + -12 | 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i2 >> 2] | 0) + -12 | 0, 0, 35814) | 0; + 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; break; } if ((i1 + -49 & 255) < 9) { @@ -6107,65 +6111,65 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i1 = i73; break; } - i2 = i74 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((HEAP32[i74 >> 2] | 0) == (i3 | 0)) { + i3 = i74 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; + if ((HEAP32[i74 >> 2] | 0) == (i2 | 0)) { i1 = i73; break; } - i72 = i3 + -12 | 0; + i72 = i2 + -12 | 0; i69 = HEAP8[i72 >> 0] | 0; i70 = (i69 & 1) == 0; - 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 = 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 = 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, 35811, i70 ? 2 : i69) | 0; + i72 = _memcmp(i72 ? i71 + 1 | 0 : HEAP32[i71 + 8 >> 2] | 0, 35837, i70 ? 2 : i69) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i71); - if (!(((i72 | 0) == 0 ? (i69 >>> 0 < 2 ? -1 : i70 & 1) : i72) | 0)) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE5eraseEjj((HEAP32[i2 >> 2] | 0) + -12 | 0); - i7 = (HEAP32[i2 >> 2] | 0) + -12 | 0; - 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; + 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; } else { - i72 = i4 + 16 & -16; - i5 = _malloc(i72) | 0; - HEAP32[i53 + 8 >> 2] = i5; + i72 = i5 + 16 & -16; + i4 = _malloc(i72) | 0; + HEAP32[i53 + 8 >> 2] = i4; HEAP32[i53 >> 2] = i72 | 1; - HEAP32[i53 + 4 >> 2] = i4; + HEAP32[i53 + 4 >> 2] = i5; } i2 = i14; - i3 = i5; + i3 = i4; while (1) { if ((i2 | 0) == (i6 | 0)) break; HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; i2 = i2 + 1 | 0; i3 = i3 + 1 | 0; } - HEAP8[i5 + i4 >> 0] = 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i53, 0, 35811) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i50, 35818) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i72 = HEAP8[i59 >> 0] | 0; i71 = (i72 & 1) == 0; @@ -6176,17 +6180,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, 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) { + 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) { __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i63, i6 + -24 | 0); i1 = HEAP32[i34 >> 2] | 0; - i2 = i1 + -24 | 0; - i3 = i1; + i3 = i1 + -24 | 0; + i2 = i1; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i72 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i72 = i2 + -24 | 0; HEAP32[i34 >> 2] = i72; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i72); - i3 = HEAP32[i34 >> 2] | 0; + i2 = HEAP32[i34 >> 2] | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i66, i1 + -48 | 0); i1 = HEAP32[i34 >> 2] | 0; @@ -6205,13 +6209,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = 1; + i8 = i2; i4 = 10; - i7 = i2; + i7 = 1; } else { - i8 = 1; + i8 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = i2; + i7 = 1; } } else { i8 = 0; @@ -6222,26 +6226,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 (i8) { + if (i7) { _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] = i7 << 1; + HEAP8[i10 >> 0] = i8 << 1; break; } 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 { + if (i7) _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] = i7; + HEAP32[i6 >> 2] = i8; HEAP32[i9 >> 2] = i3; } } @@ -6258,55 +6262,55 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP32[i63 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - i3 = i63 + 12 | 0; - i70 = HEAP8[i3 >> 0] | 0; + i6 = i63 + 12 | 0; + i70 = HEAP8[i6 >> 0] | 0; i72 = (i70 & 1) == 0; i4 = i63 + 16 | 0; i70 = i72 ? (i70 & 255) >>> 1 : HEAP32[i4 >> 2] | 0; - 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); + 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); 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, 35811, i71 ? 2 : i70) | 0; + i72 = _memcmp(i72 ? i56 + 1 | 0 : HEAP32[i56 + 8 >> 2] | 0, 35837, i71 ? 2 : i70) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i56); - if (!(((i72 | 0) == 0 ? (i70 >>> 0 < 2 ? -1 : i71 & 1) : i72) | 0)) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE5eraseEjj(i3); + if (!(((i72 | 0) == 0 ? (i70 >>> 0 < 2 ? -1 : i71 & 1) : i72) | 0)) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE5eraseEjj(i6); i7 = HEAP32[i34 >> 2] | 0; i10 = i7 + -12 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i47, i66); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i47, 0, 35811) | 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; + __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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 35818) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } do if (HEAP8[i10 >> 0] & 1) { i9 = i7 + -4 | 0; @@ -6322,14 +6326,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 = 1; + i8 = i2; i4 = 10; - i7 = i2; + i7 = 1; break; } - i8 = 1; + i8 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = i2; + i7 = 1; } else { i8 = 0; i4 = 10; @@ -6339,26 +6343,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 (i8) { + if (i7) { _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] = i7 << 1; + HEAP8[i10 >> 0] = i8 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0) break; - if (i8) _memcpy(i3 | 0, i10 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + if (i7) _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] = i7; + HEAP32[i6 >> 2] = i8; HEAP32[i9 >> 2] = i3; } } else { @@ -6377,10 +6381,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(i47); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i48); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i66); __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i63); - i1 = i48; + i1 = i47; } else i1 = i73; } else i1 = i73; while (0); if ((i1 | 0) == (i73 | 0)) { @@ -6454,7 +6458,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, 37052) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 37078) | 0; i6 = i74 + 16 | 0; i2 = (HEAP32[i3 >> 2] | 0) + -24 | 0; HEAP32[i8 >> 2] = HEAP32[i74 + 12 >> 2]; @@ -6515,12 +6519,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, 35820, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i75, 35846, 1); i11 = i74 + 4 | 0; i10 = i75 + 4 | 0; i7 = i71 + 8 | 0; - i8 = i71 + 1 | 0; - i9 = i71 + 4 | 0; + i9 = i71 + 1 | 0; + i8 = i71 + 4 | 0; i2 = 0; i1 = i3; L225 : while (1) L227 : while (1) { @@ -6562,60 +6566,60 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, default: {} } - i3 = ((HEAP32[i11 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i4 = ((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 = i3; + if ((i5 | 0) == (i1 | 0) | (i5 | 0) == (i72 | 0)) break L225; else i1 = i4; 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, 36454) | 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; __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 ? i8 : HEAP32[i7 >> 2] | 0, i69 ? (i70 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) | 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_allocIcEEED2Ev(i71); i1 = i1 + 1 | 0; } while (1) { - if (i3 >>> 0 >= i6 >>> 0) { + if (i4 >>> 0 >= i6 >>> 0) { i1 = i5; continue L227; } - i4 = HEAP32[i11 >> 2] | 0; - i1 = i4 + -24 | 0; + i1 = HEAP32[i11 >> 2] | 0; + i3 = i1 + -24 | 0; while (1) { - if ((i4 | 0) == (i1 | 0)) break; - i70 = i4 + -24 | 0; + if ((i1 | 0) == (i3 | 0)) break; + i70 = i1 + -24 | 0; HEAP32[i11 >> 2] = i70; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i70); - i4 = HEAP32[i11 >> 2] | 0; + i1 = HEAP32[i11 >> 2] | 0; } - i3 = i3 + 1 | 0; + i4 = i4 + 1 | 0; } } L250 : do if ((i67 | 0) == 170) { - i2 = HEAP32[i11 >> 2] | 0; - i1 = i2 + -24 | 0; + i1 = HEAP32[i11 >> 2] | 0; + i2 = i1 + -24 | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break L250; - i74 = i2 + -24 | 0; + if ((i1 | 0) == (i2 | 0)) break L250; + i74 = i1 + -24 | 0; HEAP32[i11 >> 2] = i74; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i74); - i2 = HEAP32[i11 >> 2] | 0; + i1 = HEAP32[i11 >> 2] | 0; } } else if ((i67 | 0) == 174) { i1 = i1 + 1 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 35822) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 35848) | 0; switch (i2 | 0) { case 1: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 37061) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 37087) | 0; break; } case 2: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 37064) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 37090) | 0; break; } default: @@ -6623,7 +6627,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, 36911) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 36937) | 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; @@ -6710,7 +6714,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, 37068) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 37094) | 0; i6 = i74 + 16 | 0; i2 = (HEAP32[i3 >> 2] | 0) + -24 | 0; HEAP32[i9 >> 2] = HEAP32[i74 + 12 >> 2]; @@ -6762,55 +6766,55 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } case 77: { - 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); + 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); i1 = HEAP32[i46 >> 2] | 0; - i2 = i1 + -24 | 0; - i3 = i1; + i3 = i1 + -24 | 0; + i2 = i1; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i72 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i72 = i2 + -24 | 0; HEAP32[i46 >> 2] = i72; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i72); - i3 = HEAP32[i46 >> 2] | 0; + i2 = 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) { - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 35820) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i63, i71); - 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i50, 37079) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } do if (HEAP8[i10 >> 0] & 1) { i9 = i3 + -16 | 0; @@ -6826,13 +6830,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = 1; + i8 = i2; i4 = 10; - i7 = i2; + i7 = 1; } else { - i8 = 1; + i8 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = i2; + i7 = 1; } } else { i8 = 0; @@ -6843,26 +6847,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 (i8) { + if (i7) { _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] = i7 << 1; + HEAP8[i10 >> 0] = i8 << 1; break; } 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 { + if (i7) _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] = i7; + HEAP32[i6 >> 2] = i8; HEAP32[i9 >> 2] = i3; } } @@ -6884,15 +6888,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; - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i11, 0, 35822) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } i10 = i3 + -12 | 0; do if (HEAP8[i10 >> 0] & 1) { @@ -6909,13 +6913,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = 1; + i8 = i2; i4 = 10; - i7 = i2; + i7 = 1; } else { - i8 = 1; + i8 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = i2; + i7 = 1; } } else { i8 = 0; @@ -6926,26 +6930,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 (i8) { + if (i7) { _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] = i7 << 1; + HEAP8[i10 >> 0] = i8 << 1; break; } 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 { + if (i7) _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] = i7; + HEAP32[i6 >> 2] = i8; HEAP32[i9 >> 2] = i3; } } @@ -6964,38 +6968,38 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i66); } else { - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i75, 36911) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i65, i71); - 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i62, 37079) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } do if (HEAP8[i10 >> 0] & 1) { i9 = i3 + -16 | 0; @@ -7004,50 +7008,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 { - i1 = HEAP32[i10 >> 2] | 0; - i5 = (i1 & -2) + -1 | 0; - i1 = i1 & 255; + i5 = HEAP32[i10 >> 2] | 0; + i1 = i5 & 255; + i5 = (i5 & -2) + -1 | 0; } if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i7 = i2; - i8 = 1; + i8 = i2; i4 = 10; + i7 = 1; } else { - i7 = i2; - i8 = 1; + i8 = i2; 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 (i8) { + if (i7) { _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] = i7 << 1; + HEAP8[i10 >> 0] = i8 << 1; break; } 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 { + if (i7) _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] = i7; + HEAP32[i6 >> 2] = i8; HEAP32[i9 >> 2] = i3; } } @@ -7084,43 +7088,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 = i2; - i8 = 1; + i7 = 1; } else { + i8 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = i2; - i8 = 1; + i7 = 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 (i8) { + if (i7) { _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] = i7 << 1; + HEAP8[i10 >> 0] = i8 << 1; break; } 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 { + if (i7) _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] = i7; + HEAP32[i6 >> 2] = i8; HEAP32[i9 >> 2] = i3; } } @@ -7201,33 +7205,33 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } case 79: { - i15 = i74 + 4 | 0; - i9 = ((HEAP32[i15 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i16 = i74 + 4 | 0; + i9 = ((HEAP32[i16 >> 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; - i15 = ((HEAP32[i15 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i16 = ((HEAP32[i16 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; if ((i1 | 0) == (i71 | 0)) { i1 = i73; break L1; } - i7 = i74 + 16 | 0; - i8 = HEAP32[i74 + 12 >> 2] | 0; - i16 = i74 + 20 | 0; - i2 = HEAP32[i16 >> 2] | 0; + i8 = i74 + 16 | 0; + i7 = HEAP32[i74 + 12 >> 2] | 0; + i15 = i74 + 20 | 0; + i2 = HEAP32[i15 >> 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] = i8; - HEAP32[i16 >> 2] = (HEAP32[i16 >> 2] | 0) + 16; + HEAP32[i2 + 12 >> 2] = i7; + HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + 16; } else { - i4 = HEAP32[i7 >> 2] | 0; + i4 = HEAP32[i8 >> 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(i7); + if ((i71 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); i2 = i3 - i4 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; @@ -7239,17 +7243,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] = i8; + HEAP32[i67 + 12 >> 2] = i7; 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(i7, i75); + __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__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i75); } - i11 = i38 + 4 | 0; - i12 = i38 + 8 | 0; - i13 = i38 + 1 | 0; - i14 = i75 + 8 | 0; + i13 = i38 + 4 | 0; + i11 = i38 + 8 | 0; + i14 = i38 + 1 | 0; + i12 = i75 + 8 | 0; while (1) { - if (i9 >>> 0 >= i15 >>> 0) break L1; + if (i9 >>> 0 >= i16 >>> 0) break L1; i71 = HEAP32[i74 >> 2] | 0; i67 = i71 + (i9 * 24 | 0) + 12 | 0; i66 = HEAP8[i67 >> 0] | 0; @@ -7258,38 +7262,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[i11 >> 2] | 0; + i66 = i71 ? (i66 & 255) >>> 1 : HEAP32[i13 >> 2] | 0; i67 = i66 >>> 0 > 2; - i71 = _memcmp(i71 ? i13 : HEAP32[i12 >> 2] | 0, 35811, i67 ? 2 : i66) | 0; + i71 = _memcmp(i71 ? i14 : HEAP32[i11 >> 2] | 0, 35837, 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, 35820) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 35822) | 0; + __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; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 35872) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 35822) | 0; + __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((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 35864) | 0; - i6 = HEAP32[i16 >> 2] | 0; - i7 = i6 + -16 | 0; - i8 = HEAP32[i74 >> 2] | 0; - i10 = i8 + (i9 * 24 | 0) | 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; i2 = i6 + -12 | 0; i3 = HEAP32[i2 >> 2] | 0; i71 = HEAP32[i6 + -8 >> 2] | 0; i4 = i71; if ((i3 | 0) == (i71 | 0)) { - i2 = HEAP32[i7 >> 2] | 0; + i2 = HEAP32[i8 >> 2] | 0; i71 = i3 - i2 | 0; i5 = (i71 | 0) / 24 | 0; i3 = i5 + 1 | 0; if ((i71 | 0) < -24) { - i1 = i7; + i1 = i8; break; } i2 = (i4 - i2 | 0) / 24 | 0; @@ -7298,15 +7302,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[i12 >> 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, 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__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__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, i8 + (i9 * 24 | 0) + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3 + 12 | 0, i7 + (i9 * 24 | 0) + 12 | 0); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } i9 = i9 + 1 | 0; @@ -7325,24 +7329,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, i1 = i73; break L1; } - i7 = i74 + 16 | 0; - i8 = HEAP32[i74 + 12 >> 2] | 0; - i22 = i74 + 20 | 0; - i2 = HEAP32[i22 >> 2] | 0; + i8 = i74 + 16 | 0; + i7 = HEAP32[i74 + 12 >> 2] | 0; + i19 = i74 + 20 | 0; + i2 = HEAP32[i19 >> 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] = i8; - HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + 16; + HEAP32[i2 + 12 >> 2] = i7; + HEAP32[i19 >> 2] = (HEAP32[i19 >> 2] | 0) + 16; } else { - i4 = HEAP32[i7 >> 2] | 0; + i4 = HEAP32[i8 >> 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(i7); + if ((i71 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); i2 = i3 - i4 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; @@ -7354,18 +7358,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] = i8; + HEAP32[i66 + 12 >> 2] = i7; 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(i7, i75); + __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__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i75); } - 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; + 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; while (1) { if (i9 >>> 0 >= i21 >>> 0) break L1; i71 = HEAP32[i74 >> 2] | 0; @@ -7376,21 +7380,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[i13 >> 2] | 0; + i65 = i71 ? (i65 & 255) >>> 1 : HEAP32[i16 >> 2] | 0; i66 = i65 >>> 0 > 2; - i71 = _memcmp(i71 ? i15 : HEAP32[i14 >> 2] | 0, 35811, i66 ? 2 : i65) | 0; + i71 = _memcmp(i71 ? i18 : HEAP32[i13 >> 2] | 0, 35837, 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, 35820) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 35822) | 0; + __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; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 35872) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 35822) | 0; + __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; } i3 = HEAP32[i74 >> 2] | 0; i2 = i3 + (i9 * 24 | 0) | 0; @@ -7401,107 +7405,105 @@ 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[i16 >> 2] | 0; + i65 = i71 ? (i65 & 255) >>> 1 : HEAP32[i15 >> 2] | 0; i66 = i65 >>> 0 > 12; - i71 = _memcmp(i71 ? i18 : HEAP32[i17 >> 2] | 0, 37083, i66 ? 12 : i65) | 0; + i71 = _memcmp(i71 ? i17 : HEAP32[i12 >> 2] | 0, 37109, i66 ? 12 : i65) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i52); - i12 = HEAP32[i74 >> 2] | 0; - i2 = i12 + (i9 * 24 | 0) | 0; + i11 = HEAP32[i74 >> 2] | 0; + i2 = i11 + (i9 * 24 | 0) | 0; if (!(((i71 | 0) == 0 ? (i65 >>> 0 < 12 ? -1 : i66 & 1) : i71) | 0)) { i3 = HEAP8[i2 >> 0] | 0; if (!(i3 & 1)) { - i8 = (i3 & 255) >>> 1; - i11 = i8; - i8 = i8 >>> 0 < 11 ? i8 : 11; + i10 = (i3 & 255) >>> 1; + i5 = i10 >>> 0 < 11 ? i10 : 11; i4 = 10; } else { - 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; + 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; } - 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, 37096); + 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); break; } - 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 = 37096; + 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; + i6 = 0; + i5 = 37122; i67 = 402; } else { - 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; + 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; i3 = 2; break; } - do if (i10 >>> 0 < 37096 >>> 0 & (i10 + i11 | 0) >>> 0 > 37096 >>> 0) if ((i10 + i8 | 0) >>> 0 > 37096 >>> 0) { - _memcpy(i10 | 0, 37096, i8 | 0) | 0; - i6 = i8; - i5 = 37098; + 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; i4 = 0; - i3 = 2 - i8 | 0; + i3 = 2 - i5 | 0; + i6 = i5; + i5 = 37124; break; } else { - i6 = 0; - i5 = 37096 + (2 - i8) | 0; - i4 = i8; + i4 = i5; i3 = 2; + i6 = 0; + i5 = 37122 + (2 - i5) | 0; break; } else { - i6 = 0; - i5 = 37096; - i4 = i8; + i4 = i5; i3 = 2; + i6 = 0; + i5 = 37122; } while (0); - i67 = i10 + i6 | 0; + i67 = i8 + i6 | 0; _memmove(i67 + i3 | 0, i67 + i4 | 0, i7 | 0) | 0; i67 = 402; } } else { i4 = 2; - i6 = 0; - i5 = 37096; i3 = 2; + i6 = 0; + i5 = 37122; i67 = 402; } while (0); if ((i67 | 0) == 402) { i67 = 0; - _memmove(i10 + i6 | 0, i5 | 0, i3 | 0) | 0; + _memmove(i8 + i6 | 0, i5 | 0, 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; + 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; } 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, 35941) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2, 35967) | 0; } - i6 = HEAP32[i22 >> 2] | 0; - i7 = i6 + -16 | 0; - i8 = HEAP32[i74 >> 2] | 0; - i10 = i8 + (i9 * 24 | 0) | 0; + i6 = HEAP32[i19 >> 2] | 0; + i8 = i6 + -16 | 0; + i7 = HEAP32[i74 >> 2] | 0; + i10 = i7 + (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[i7 >> 2] | 0; + i2 = HEAP32[i8 >> 2] | 0; i71 = i3 - i2 | 0; i5 = (i71 | 0) / 24 | 0; i3 = i5 + 1 | 0; if ((i71 | 0) < -24) { - i1 = i7; + i1 = i8; break; } i2 = (i4 - i2 | 0) / 24 | 0; @@ -7510,15 +7512,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[i19 >> 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, 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__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__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, i8 + (i9 * 24 | 0) + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3 + 12 | 0, i7 + (i9 * 24 | 0) + 12 | 0); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } i9 = i9 + 1 | 0; @@ -7528,33 +7530,33 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, } case 82: { - i15 = i74 + 4 | 0; - i9 = ((HEAP32[i15 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i16 = i74 + 4 | 0; + i9 = ((HEAP32[i16 >> 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; - i15 = ((HEAP32[i15 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i16 = ((HEAP32[i16 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; if ((i1 | 0) == (i71 | 0)) { i1 = i73; break L1; } - i7 = i74 + 16 | 0; - i8 = HEAP32[i74 + 12 >> 2] | 0; - i16 = i74 + 20 | 0; - i2 = HEAP32[i16 >> 2] | 0; + i8 = i74 + 16 | 0; + i7 = HEAP32[i74 + 12 >> 2] | 0; + i15 = i74 + 20 | 0; + i2 = HEAP32[i15 >> 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] = i8; - HEAP32[i16 >> 2] = (HEAP32[i16 >> 2] | 0) + 16; + HEAP32[i2 + 12 >> 2] = i7; + HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + 16; } else { - i4 = HEAP32[i7 >> 2] | 0; + i4 = HEAP32[i8 >> 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(i7); + if ((i71 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); i2 = i3 - i4 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; @@ -7566,17 +7568,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] = i8; + HEAP32[i67 + 12 >> 2] = i7; 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(i7, i75); + __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__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i75); } - i11 = i39 + 4 | 0; - i12 = i39 + 8 | 0; - i13 = i39 + 1 | 0; - i14 = i75 + 8 | 0; + i13 = i39 + 4 | 0; + i11 = i39 + 8 | 0; + i14 = i39 + 1 | 0; + i12 = i75 + 8 | 0; while (1) { - if (i9 >>> 0 >= i15 >>> 0) break L1; + if (i9 >>> 0 >= i16 >>> 0) break L1; i71 = HEAP32[i74 >> 2] | 0; i67 = i71 + (i9 * 24 | 0) + 12 | 0; i66 = HEAP8[i67 >> 0] | 0; @@ -7585,38 +7587,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[i11 >> 2] | 0; + i66 = i71 ? (i66 & 255) >>> 1 : HEAP32[i13 >> 2] | 0; i67 = i66 >>> 0 > 2; - i71 = _memcmp(i71 ? i13 : HEAP32[i12 >> 2] | 0, 35811, i67 ? 2 : i66) | 0; + i71 = _memcmp(i71 ? i14 : HEAP32[i11 >> 2] | 0, 35837, 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, 35820) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 35822) | 0; + __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; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + (i9 * 24 | 0) | 0, 35872) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) + 12 | 0, 0, 35822) | 0; + __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((HEAP32[i74 >> 2] | 0) + (i9 * 24 | 0) | 0, 35875) | 0; - i6 = HEAP32[i16 >> 2] | 0; - i7 = i6 + -16 | 0; - i8 = HEAP32[i74 >> 2] | 0; - i10 = i8 + (i9 * 24 | 0) | 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; i2 = i6 + -12 | 0; i3 = HEAP32[i2 >> 2] | 0; i71 = HEAP32[i6 + -8 >> 2] | 0; i4 = i71; if ((i3 | 0) == (i71 | 0)) { - i2 = HEAP32[i7 >> 2] | 0; + i2 = HEAP32[i8 >> 2] | 0; i71 = i3 - i2 | 0; i5 = (i71 | 0) / 24 | 0; i3 = i5 + 1 | 0; if ((i71 | 0) < -24) { - i1 = i7; + i1 = i8; break; } i2 = (i4 - i2 | 0) / 24 | 0; @@ -7625,15 +7627,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[i12 >> 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, 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__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__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, i8 + (i9 * 24 | 0) + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3 + 12 | 0, i7 + (i9 * 24 | 0) + 12 | 0); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } i9 = i9 + 1 | 0; @@ -7687,17 +7689,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); } - i7 = i75 + 8 | 0; + i9 = i75 + 8 | 0; i11 = i12; while (1) { if (i11 >>> 0 >= i13 >>> 0) break; - i8 = HEAP32[i17 >> 2] | 0; - i2 = i8 + -16 | 0; - i9 = HEAP32[i74 >> 2] | 0; - i10 = i9 + (i11 * 24 | 0) | 0; - i3 = i8 + -12 | 0; + i7 = HEAP32[i17 >> 2] | 0; + i2 = i7 + -16 | 0; + i8 = HEAP32[i74 >> 2] | 0; + i10 = i8 + (i11 * 24 | 0) | 0; + i3 = i7 + -12 | 0; i4 = HEAP32[i3 >> 2] | 0; - i73 = HEAP32[i8 + -8 >> 2] | 0; + i73 = HEAP32[i7 + -8 >> 2] | 0; i5 = i73; if ((i4 | 0) == (i73 | 0)) { i3 = HEAP32[i2 >> 2] | 0; @@ -7713,16 +7715,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, i8 + -4 | 0); - i73 = HEAP32[i7 >> 2] | 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i75, i3, i6, i7 + -4 | 0); + i73 = HEAP32[i9 >> 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, i9 + (i11 * 24 | 0) + 12 | 0); - HEAP32[i7 >> 2] = i73 + 24; + __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__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, i9 + (i11 * 24 | 0) + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i4 + 12 | 0, i8 + (i11 * 24 | 0) + 12 | 0); HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 24; } i11 = i11 + 1 | 0; @@ -7733,34 +7735,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; - i2 = i1 + -24 | 0; - i3 = i1; + i3 = i1 + -24 | 0; + i2 = i1; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i73 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i73 = i2 + -24 | 0; HEAP32[i15 >> 2] = i73; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i73); - i3 = HEAP32[i15 >> 2] | 0; + i2 = 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_(i43, i1, i41); + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEEC2EjRKS3_RKS5_(i44, i1, i41); i1 = HEAP32[i17 >> 2] | 0; i73 = HEAP32[i16 >> 2] | 0; i4 = i73; if (i1 >>> 0 < i73 >>> 0) { - HEAP32[i1 + 12 >> 2] = HEAP32[i43 + 12 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i43 >> 2]; - i75 = i43 + 4 | 0; + HEAP32[i1 + 12 >> 2] = HEAP32[i44 + 12 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i44 >> 2]; + i75 = i44 + 4 | 0; HEAP32[i1 + 4 >> 2] = HEAP32[i75 >> 2]; - i74 = i43 + 8 | 0; + i74 = i44 + 8 | 0; HEAP32[i1 + 8 >> 2] = HEAP32[i74 >> 2]; HEAP32[i74 >> 2] = 0; HEAP32[i75 >> 2] = 0; - HEAP32[i43 >> 2] = 0; + HEAP32[i44 >> 2] = 0; HEAP32[i17 >> 2] = (HEAP32[i17 >> 2] | 0) + 16; } else { i2 = HEAP32[i18 >> 2] | 0; @@ -7776,20 +7778,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[i43 + 12 >> 2]; - HEAP32[i73 >> 2] = HEAP32[i43 >> 2]; - i72 = i43 + 4 | 0; + HEAP32[i73 + 12 >> 2] = HEAP32[i44 + 12 >> 2]; + HEAP32[i73 >> 2] = HEAP32[i44 >> 2]; + i72 = i44 + 4 | 0; HEAP32[i73 + 4 >> 2] = HEAP32[i72 >> 2]; - i70 = i43 + 8 | 0; + i70 = i44 + 8 | 0; HEAP32[i73 + 8 >> 2] = HEAP32[i70 >> 2]; HEAP32[i70 >> 2] = 0; HEAP32[i72 >> 2] = 0; - HEAP32[i43 >> 2] = 0; + HEAP32[i44 >> 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(i43); + __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i44); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i71); i1 = i6; break L1; @@ -7819,14 +7821,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; - i3 = i2 + -24 | 0; - i4 = i2; + i4 = i2 + -24 | 0; + i3 = i2; while (1) { - if ((i4 | 0) == (i3 | 0)) break; - i73 = i4 + -24 | 0; + if ((i3 | 0) == (i4 | 0)) break; + i73 = i3 + -24 | 0; HEAP32[i7 >> 2] = i73; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i73); - i4 = HEAP32[i7 >> 2] | 0; + i3 = HEAP32[i7 >> 2] | 0; } i73 = i2 + -48 | 0; i70 = HEAP8[i73 >> 0] | 0; @@ -7837,46 +7839,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, 37099, i72 ? 9 : i70) | 0; + i73 = _memcmp(i73 ? i13 + 1 | 0 : HEAP32[i13 + 8 >> 2] | 0, 37125, 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); - i3 = HEAP32[i7 >> 2] | 0; - i2 = i3 + -24 | 0; + i2 = HEAP32[i7 >> 2] | 0; + i3 = i2 + -24 | 0; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i73 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i73 = i2 + -24 | 0; HEAP32[i7 >> 2] = i73; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i73); - i3 = HEAP32[i7 >> 2] | 0; + i2 = HEAP32[i7 >> 2] | 0; } i73 = HEAP8[i59 >> 0] | 0; i72 = (i73 & 1) == 0; i2 = i59 + 8 | 0; - 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, 36911); + 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); i73 = HEAP8[i59 >> 0] | 0; i72 = (i73 & 1) == 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i33, i72 ? i3 : HEAP32[i2 >> 2] | 0, i72 ? (i73 & 255) >>> 1 : HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i32 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i32 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i32 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i3 = 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i31, i32); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i32, i30); 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, i31); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i32); HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 24; } else { i4 = HEAP32[i74 >> 2] | 0; @@ -7892,69 +7894,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, i31); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i72, i32); 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(i31); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i32); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i32); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i30); __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, 36452); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i27, i71, 36478); __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i28, (HEAP32[i7 >> 2] | 0) + -24 | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i26, 35867) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __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); + __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); __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 { - i2 = (HEAP32[i7 >> 2] | 0) + -24 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i17, i71, 36911); + 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); __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i18, (HEAP32[i7 >> 2] | 0) + -24 | 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; + 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; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i3 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i4 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __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); + __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); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i18); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i17); } @@ -8082,14 +8084,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; - i2 = i1 + -24 | 0; - i3 = i1; + i3 = i1 + -24 | 0; + i2 = i1; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i73 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i73 = i2 + -24 | 0; HEAP32[i4 >> 2] = i73; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i73); - i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i4 >> 2] | 0; } i5 = HEAP8[i71 >> 0] | 0; i2 = (i5 & 1) == 0; @@ -8153,30 +8155,30 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, switch (i1 << 24 >> 24 | 0) { case 112: { - i12 = i74 + 4 | 0; - i9 = ((HEAP32[i12 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i13 = i74 + 4 | 0; + i9 = ((HEAP32[i13 >> 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; - i12 = ((HEAP32[i12 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; + i13 = ((HEAP32[i13 >> 2] | 0) - (HEAP32[i74 >> 2] | 0) | 0) / 24 | 0; if ((i1 | 0) == (i71 | 0)) break L69; - i7 = i74 + 16 | 0; - i8 = HEAP32[i74 + 12 >> 2] | 0; - i13 = i74 + 20 | 0; - i2 = HEAP32[i13 >> 2] | 0; + i8 = i74 + 16 | 0; + i7 = HEAP32[i74 + 12 >> 2] | 0; + i12 = i74 + 20 | 0; + i2 = HEAP32[i12 >> 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] = i8; - HEAP32[i13 >> 2] = (HEAP32[i13 >> 2] | 0) + 16; + HEAP32[i2 + 12 >> 2] = i7; + HEAP32[i12 >> 2] = (HEAP32[i12 >> 2] | 0) + 16; } else { - i4 = HEAP32[i7 >> 2] | 0; + i4 = HEAP32[i8 >> 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(i7); + if ((i71 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); i2 = i3 - i4 | 0; if (i2 >> 4 >>> 0 < 1073741823) { i2 = i2 >> 3; @@ -8188,29 +8190,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] = i8; + HEAP32[i67 + 12 >> 2] = i7; 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(i7, i75); + __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__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEED2Ev(i75); } i11 = i75 + 8 | 0; while (1) { - 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; + 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; i2 = i6 + -12 | 0; i3 = HEAP32[i2 >> 2] | 0; i71 = HEAP32[i6 + -8 >> 2] | 0; i4 = i71; if ((i3 | 0) == (i71 | 0)) { - i2 = HEAP32[i7 >> 2] | 0; + i2 = HEAP32[i8 >> 2] | 0; i71 = i3 - i2 | 0; i5 = (i71 | 0) / 24 | 0; i3 = i5 + 1 | 0; if ((i71 | 0) < -24) { - i1 = i7; + i1 = i8; break; } i2 = (i4 - i2 | 0) / 24 | 0; @@ -8221,13 +8223,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, i8 + (i9 * 24 | 0) + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i71 + 12 | 0, i7 + (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(i7, i75); + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i8, 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, i8 + (i9 * 24 | 0) + 12 | 0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEC2ERKS7_(i3 + 12 | 0, i7 + (i9 * 24 | 0) + 12 | 0); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } i9 = i9 + 1 | 0; @@ -8327,25 +8329,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); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i50, 0, 37130) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i59, 35818) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i67 = HEAP8[i71 >> 0] | 0; i66 = (i67 & 1) == 0; @@ -8357,25 +8359,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); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i56, 0, 37139) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i66, 35818) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i53, i63); i2 = i74 + 4 | 0; @@ -8425,18 +8427,18 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i73, HEAP8[i75 + 1 >> 0] = 0; HEAP8[i75 >> 0] = 0; } else { - i5 = i75 + 8 | 0; - i2 = HEAP32[i5 >> 2] | 0; + i6 = i75 + 8 | 0; + i2 = HEAP32[i6 >> 2] | 0; HEAP8[i2 >> 0] = 0; - i6 = i75 + 4 | 0; - HEAP32[i6 >> 2] = 0; - i7 = HEAP32[i75 >> 2] | 0; - i8 = (i7 & -2) + -1 | 0; - i3 = i7 & 255; + i7 = i75 + 4 | 0; + HEAP32[i7 >> 2] = 0; + i5 = HEAP32[i75 >> 2] | 0; + i8 = (i5 & -2) + -1 | 0; + i3 = i5 & 255; do if (!(i3 & 1)) { - i1 = i7 >>> 1 & 127; + i1 = i5 >>> 1 & 127; if ((i3 & 255) < 22) { - _memcpy(i75 + 1 | 0, i2 | 0, (i7 >>> 1 & 127) + 1 | 0) | 0; + _memcpy(i75 + 1 | 0, i2 | 0, (i5 >>> 1 & 127) + 1 | 0) | 0; _free(i2); break; } @@ -8445,10 +8447,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, (i7 >>> 1 & 127) + 1 | 0) | 0; + _memcpy(i3 | 0, i75 + 1 | 0, (i5 >>> 1 & 127) + 1 | 0) | 0; HEAP32[i75 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i1; - HEAP32[i5 >> 2] = i3; + HEAP32[i7 >> 2] = i1; + HEAP32[i6 >> 2] = i3; break L811; } else { HEAP8[i75 + 1 >> 0] = 0; @@ -8467,18 +8469,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); - i2 = HEAP32[i9 >> 2] | 0; - i1 = i2 + -24 | 0; + i1 = HEAP32[i9 >> 2] | 0; + i2 = i1 + -24 | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) { + if ((i1 | 0) == (i2 | 0)) { i1 = i29; i67 = 622; break L807; } - i71 = i2 + -24 | 0; + i71 = i1 + -24 | 0; HEAP32[i9 >> 2] = i71; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i71); - i2 = HEAP32[i9 >> 2] | 0; + i1 = HEAP32[i9 >> 2] | 0; } } } else { @@ -8486,24 +8488,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) ? (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) { + 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) { i1 = HEAP32[i74 + 4 >> 2] | 0; if ((HEAP32[i74 >> 2] | 0) == (i1 | 0)) break; - i1 = i1 + -24 | 0; - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i65, 37130, i75); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i65, 35818) | 0; + 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; HEAP32[i64 >> 2] = HEAP32[i2 >> 2]; HEAP32[i64 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i64 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i3 = 0; + i1 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 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; + 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; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i65); i1 = i35; @@ -8634,199 +8636,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_(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; +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; i140 = STACKTOP; STACKTOP = STACKTOP + 1104 | 0; i138 = i140 + 1072 | 0; i139 = i140 + 1048 | 0; i137 = i140 + 1032 | 0; - i136 = i140 + 1020 | 0; - i133 = i140 + 1008 | 0; - i132 = i140 + 984 | 0; - i134 = i140 + 972 | 0; + i135 = i140 + 1020 | 0; + i132 = i140 + 1008 | 0; + i131 = i140 + 984 | 0; + i133 = i140 + 972 | 0; i124 = i140 + 596 | 0; i125 = i140 + 572 | 0; - i128 = i140 + 548 | 0; + i126 = i140 + 548 | 0; i127 = i140 + 524 | 0; i130 = i140 + 488 | 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; + 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; i100 = i140 + 644 | 0; i101 = i140 + 632 | 0; i102 = i140 + 620 | 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; + 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; i83 = i140 + 384 | 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; + 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; i108 = i140 + 144 | 0; - 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; + 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; } else { - i91 = 0; - i61 = i1; + i85 = 0; + i62 = i136; } - do switch (HEAP8[i61 >> 0] | 0) { + do switch (HEAP8[i62 >> 0] | 0) { case 76: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; break L1; } case 84: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; break L1; } case 102: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; break L1; } case 97: - switch (HEAP8[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 97: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i2, 35864, 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; + 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; break L1; } case 100: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 35875, 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; + 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; break L1; } case 110: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 35875, 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; + 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; break L1; } case 78: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i13, 35877, 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; + 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; break L1; } case 83: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i16, 35880, 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; + 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; break L1; } case 116: { - 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; + 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; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i10); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 35882) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 35822) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } do if (HEAP8[i10 >> 0] & 1) { - i9 = i79 + -16 | 0; + i9 = i81 + -16 | 0; HEAP8[HEAP32[i9 >> 2] >> 0] = 0; - i6 = i79 + -20 | 0; + i6 = i81 + -20 | 0; HEAP32[i6 >> 2] = 0; i1 = HEAP8[i10 >> 0] | 0; if (!(i1 & 1)) i5 = 10; else { @@ -8837,43 +8838,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; - i8 = 1; - i7 = i2; + i7 = 1; } else { + i8 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i8 = 1; - i7 = i2; + i7 = 1; } } else { - i4 = 10; 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 (i8) { + if (i7) { _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] = i7 << 1; + HEAP8[i10 >> 0] = i8 << 1; break; } 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 { + if (i7) _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] = i7; + HEAP32[i6 >> 2] = i8; HEAP32[i9 >> 2] = i3; } } @@ -8893,34 +8894,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 = i105; - } + i1 = i106; + } else i1 = i136; break L1; } case 122: { - 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) { + 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) { i10 = i80 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i10); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i137, 0, 35882) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 35822) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } do if (HEAP8[i10 >> 0] & 1) { i9 = i80 + -16 | 0; @@ -8936,13 +8937,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_116parse_expressionINS0_2DbEEEPKcS4_S4_RT_ if (!(i1 & 1)) { i2 = (i1 & 255) >>> 1; if ((i1 & 255) < 22) { - i8 = 1; + i8 = i2; i4 = 10; - i7 = i2; + i7 = 1; } else { - i8 = 1; + i8 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = i2; + i7 = 1; } } else { i8 = 0; @@ -8953,26 +8954,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 (i8) { + if (i7) { _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] = i7 << 1; + HEAP8[i10 >> 0] = i8 << 1; break; } 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 { + if (i7) _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] = i7; + HEAP32[i6 >> 2] = i8; HEAP32[i9 >> 2] = i3; } } @@ -8992,2313 +8993,2443 @@ 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; - } + i1 = i105; + } else i1 = i136; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 99: - switch (HEAP8[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 99: { - 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; + 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; while (1) { - 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; + 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; } i3 = i1 + -48 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 35892) | 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; + __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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 35904) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 35822) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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(i136); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __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(i134); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - i1 = i95; - } + i1 = i96; + } else i1 = i136; break L1; } case 108: { - 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i138 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i138 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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; + 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; } - if (!(i2 & 1)) { - i4 = (i2 & 255) >>> 1; - if ((i2 & 255) < 22) { - i10 = 1; - i6 = 10; - i9 = i4; + if (!(i1 & 1)) { + i3 = (i1 & 255) >>> 1; + if ((i1 & 255) < 22) { + i9 = i3; + i5 = 10; + i8 = 1; } else { - i10 = 1; - i6 = (i4 + 16 & 240) + -1 | 0; - i9 = i4; + i9 = i3; + i5 = (i3 + 16 & 240) + -1 | 0; + i8 = 1; } } else { - i10 = 0; - i6 = 10; i9 = 0; + i5 = 10; + i8 = 0; } - 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); + 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); } else { - HEAP8[i5 >> 0] = HEAP8[i4 >> 0] | 0; - _free(i4); + HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; + _free(i3); } - HEAP8[i12 >> 0] = i9 << 1; + HEAP8[i11 >> 0] = i9 << 1; break; } - 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; + 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; _free(i137); } - HEAP32[i12 >> 2] = i4 | 1; - HEAP32[i8 >> 2] = i9; - HEAP32[i11 >> 2] = i5; + HEAP32[i11 >> 2] = i3 | 1; + HEAP32[i7 >> 2] = i9; + HEAP32[i10 >> 2] = i4; } } } else { - HEAP8[i12 + 1 >> 0] = 0; - HEAP8[i12 >> 0] = 0; + HEAP8[i11 + 1 >> 0] = 0; + HEAP8[i11 >> 0] = 0; } while (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; + HEAP32[i11 >> 2] = HEAP32[i138 >> 2]; + HEAP32[i11 + 4 >> 2] = HEAP32[i138 + 4 >> 2]; + HEAP32[i11 + 8 >> 2] = HEAP32[i138 + 8 >> 2]; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i138 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i138 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i123 >> 2] | 0) + -24 | 0, 35820) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i122 >> 2] | 0) + -24 | 0, 35846) | 0; i7 = i139 + 4 | 0; - i8 = i139 + 8 | 0; - i9 = i139 + 1 | 0; + i6 = i139 + 8 | 0; + i8 = i139 + 1 | 0; while (1) { - 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; + 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; while (1) { - if ((i2 | 0) == (i5 | 0)) break; - i138 = i2 + -24 | 0; - HEAP32[i123 >> 2] = i138; + if ((i1 | 0) == (i4 | 0)) break; + i138 = i1 + -24 | 0; + HEAP32[i122 >> 2] = i138; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i138); - i2 = HEAP32[i123 >> 2] | 0; + i1 = HEAP32[i122 >> 2] | 0; } - 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; + 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; break; } - __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_allocIcEEE6appendEPKcj(i3 + -48 | 0, i2 ? i8 : HEAP32[i6 >> 2] | 0, i1) | 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); - i3 = i6; + i2 = i5; } - if ((i129 | 0) == 147) { + if ((i128 | 0) == 147) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); + i1 = i136; break; } - 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, 35822) | 0; - i1 = i3 + 1 | 0; - } - } while (0); + 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); break L1; } case 109: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i18, 35907, 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; + 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; break L1; } case 111: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i19, 35909, 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; + 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; break L1; } case 118: { - 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; + 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; + } } else { - 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i4 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i3 = i4 + 12 | 0; - i4 = 0; + i3 = i3 + 12 | 0; + i2 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i3 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 24; break; } - 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); + 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); i5 = i138 + 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; - i3 = 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i6 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i4 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i3 = i6 + 12 | 0; - i4 = 0; + i3 = i4 + 12 | 0; + i2 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i3 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - 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); + 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); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i138); } else while (1) { - 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; + 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; } while (0); - i2 = i2 + 1 | 0; + i1 = i1 + 1 | 0; } - 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; + 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; while (1) { - 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; + 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; } - 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, 35820) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i1 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 35911) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i1 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i1 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 35822) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i1 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (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_(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(i136); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __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(i134); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - i1 = i2; - } - } while (0); + } else i1 = i136; + } else i1 = i136; while (0); break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 100: - switch (HEAP8[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 97: { - 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, 35914, 2); else { - i1 = 0; + 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; while (1) { - if ((i1 | 0) == 3) break L266; - HEAP32[i117 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break L266; + HEAP32[i116 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } } while (0); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i117, 35917) | 0; - HEAP32[i116 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i116 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i116 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __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]; + __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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 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; + 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; } - if (!(i1 & 1)) { - i2 = (i1 & 255) >>> 1; - if ((i1 & 255) < 22) { + if (!(i2 & 1)) { + i3 = (i2 & 255) >>> 1; + if ((i2 & 255) < 22) { + i9 = i3; + i5 = 10; 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 ((i4 | 0) != (i5 | 0)) { - if ((i4 | 0) == 10) { - i3 = i10 + 1 | 0; - i2 = HEAP32[i9 >> 2] | 0; + if ((i5 | 0) != (i6 | 0)) { + if ((i5 | 0) == 10) { + i4 = i11 + 1 | 0; + i3 = HEAP32[i10 >> 2] | 0; if (i8) { - _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; - _free(i2); + _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] = i7 << 1; + HEAP8[i11 >> 0] = i9 << 1; break; } - 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; + 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; _free(i139); } - HEAP32[i10 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i7; - HEAP32[i9 >> 2] = i3; + HEAP32[i11 >> 2] = i3 | 1; + HEAP32[i7 >> 2] = i9; + 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[i115 >> 2]; - HEAP32[i10 + 4 >> 2] = HEAP32[i115 + 4 >> 2]; - HEAP32[i10 + 8 >> 2] = HEAP32[i115 + 8 >> 2]; - i1 = 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; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i115 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i114 + (i2 << 2) >> 2] = 0; + i2 = i2 + 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 ((((((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; + 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; while (1) { - 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; + 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; } i3 = i1 + -48 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 35927) | 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; + __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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 35904) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 35822) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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(i136); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __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(i134); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - i1 = i96; - } + i1 = i95; + } else i1 = i136; break L1; } case 101: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i20, 35941, 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; + 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; break L1; } case 108: { - 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, 35914, 2); else { - i1 = 0; + 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; while (1) { - if ((i1 | 0) == 3) break L342; - HEAP32[i121 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break L342; + HEAP32[i120 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } } while (0); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i121, 35943) | 0; - HEAP32[i120 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i120 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i120 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __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]; + __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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 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; + 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; } - if (!(i1 & 1)) { - i2 = (i1 & 255) >>> 1; - if ((i1 & 255) < 22) { + if (!(i2 & 1)) { + i3 = (i2 & 255) >>> 1; + if ((i2 & 255) < 22) { + i9 = i3; + i5 = 10; 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 ((i4 | 0) != (i5 | 0)) { - if ((i4 | 0) == 10) { - i3 = i10 + 1 | 0; - i2 = HEAP32[i9 >> 2] | 0; + if ((i5 | 0) != (i6 | 0)) { + if ((i5 | 0) == 10) { + i4 = i11 + 1 | 0; + i3 = HEAP32[i10 >> 2] | 0; if (i8) { - _memcpy(i3 | 0, i2 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; - _free(i2); + _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] = i7 << 1; + HEAP8[i11 >> 0] = i9 << 1; break; } - 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; + 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; _free(i139); } - HEAP32[i10 >> 2] = i2 | 1; - HEAP32[i6 >> 2] = i7; - HEAP32[i9 >> 2] = i3; + HEAP32[i11 >> 2] = i3 | 1; + HEAP32[i7 >> 2] = i9; + 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[i119 >> 2]; - HEAP32[i10 + 4 >> 2] = HEAP32[i119 + 4 >> 2]; - HEAP32[i10 + 8 >> 2] = HEAP32[i119 + 8 >> 2]; - i1 = 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; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i119 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i118 + (i2 << 2) >> 2] = 0; + i2 = i2 + 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_(i1, i126, i135) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; break L1; } case 115: { - 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; + 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; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i137 = i3 + -24 | 0; - HEAP32[i73 >> 2] = i137; + if ((i2 | 0) == (i3 | 0)) break; + i137 = i2 + -24 | 0; + HEAP32[i71 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); - i3 = HEAP32[i73 >> 2] | 0; + i2 = HEAP32[i71 >> 2] | 0; } - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 36858, i138); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 36884, 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 = i72; - } + i1 = i76; + } else i1 = i136; break L1; } case 116: { - 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; + 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; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i137 = i3 + -24 | 0; - HEAP32[i75 >> 2] = i137; + if ((i2 | 0) == (i3 | 0)) break; + i137 = i2 + -24 | 0; + HEAP32[i70 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); - i3 = HEAP32[i75 >> 2] | 0; + i2 = HEAP32[i70 >> 2] | 0; } - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 36861, i138); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i139, 36887, 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 = i74; - } + i1 = i75; + } else i1 = i136; break L1; } case 118: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i23, 36863, 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; + 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; break L1; } case 86: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i24, 36865, 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; + 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; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 101: - switch (HEAP8[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 111: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i25, 36868, 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; + 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; break L1; } case 79: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i27, 36870, 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; + 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; break L1; } case 113: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i28, 36873, 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; + 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; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 103: - switch (HEAP8[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 101: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i29, 36876, 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; + 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; break L1; } case 116: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i30, 35867, 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; + 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; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 105: { - 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; + 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; while (1) { - if ((i3 | 0) == (i2 | 0)) break L1; - i139 = i3 + -24 | 0; - HEAP32[i4 >> 2] = i139; + if ((i1 | 0) == (i2 | 0)) { + i1 = i136; + break L1; + } + i139 = i1 + -24 | 0; + HEAP32[i5 >> 2] = i139; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); - i3 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i5 >> 2] | 0; } } - i2 = HEAP32[i4 >> 2] | 0; - if (((i2 - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) break L1; + i2 = HEAP32[i5 >> 2] | 0; + if (((i2 - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) { + i1 = i136; + break L1; + } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i2 + -24 | 0); - i1 = HEAP32[i4 >> 2] | 0; - i2 = i1 + -24 | 0; - i3 = i1; + i2 = HEAP32[i5 >> 2] | 0; + i4 = i2 + -24 | 0; + i3 = i2; while (1) { - if ((i3 | 0) == (i2 | 0)) break; + if ((i3 | 0) == (i4 | 0)) break; i137 = i3 + -24 | 0; - HEAP32[i4 >> 2] = i137; + HEAP32[i5 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); - i3 = HEAP32[i4 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; } - __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, 35820, i139); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i102, 36879) | 0; - HEAP32[i101 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i101 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i101 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + __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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - 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]; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i100, 35818) | 0; - HEAP32[i99 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i99 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i99 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __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); + __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); __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[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 101: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i31, 36882, 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; + 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; break L1; } case 115: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i32, 36885, 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; + 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; break L1; } case 83: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i33, 36888, 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; + 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; break L1; } case 116: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, 36452, 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; + 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; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 109: - switch (HEAP8[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 105: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i35, 36892, 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; + 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; break L1; } case 73: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i36, 36894, 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; + 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; break L1; } case 108: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i37, 35941, 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; + 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; break L1; } case 76: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i38, 36897, 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; + 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; break L1; } case 109: { - 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, 36900, 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; + 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; } - 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, 35820) | 0; - HEAP32[i84 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i84 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i84 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + 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; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i84, 36903) | 0; - HEAP32[i83 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i83 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i83 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __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); + __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); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i83); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i84); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i85); - i1 = i4; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i87); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i88); break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 110: - switch (HEAP8[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 119: case 97: { - 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; + 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; } else { - i15 = 0; - i3 = i1; + i14 = 0; + i2 = i136; } - if (i2 << 24 >> 24 == 110) { - i2 = HEAP8[i3 + 1 >> 0] | 0; - switch (i2 << 24 >> 24) { + if (i1 << 24 >> 24 == 110) { + i1 = HEAP8[i2 + 1 >> 0] | 0; + switch (i1 << 24 >> 24) { case 97: case 119: break; default: - break L479; + { + i1 = i136; + break L479; + } } - i13 = i2 << 24 >> 24 == 97; - i2 = i3 + 2 | 0; - L486 : do if ((i2 | 0) != (i126 | 0)) { - i5 = 0; + i12 = i1 << 24 >> 24 == 97; + i1 = i2 + 2 | 0; + L486 : do if ((i1 | 0) != (i123 | 0)) { + i4 = 0; while (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; + 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; } - 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; + 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; } else break L486; else { - if ((HEAP8[i3 + 1 >> 0] | 0) != 105) break L486; - i2 = i3 + 2 | 0; + if ((HEAP8[i2 + 1 >> 0] | 0) != 105) break L486; + i1 = i2 + 2 | 0; while (1) { - if ((HEAP8[i2 >> 0] | 0) == 69) { - i12 = 1; - i14 = i2; + if ((HEAP8[i1 >> 0] | 0) == 69) { + i11 = 1; + i13 = i1; break L492; } - 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; + 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; } } while (0); - i2 = 0; + 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; } - L504 : do if (i12) { - i11 = i135 + 4 | 0; - i2 = HEAP32[i11 >> 2] | 0; - if ((HEAP32[i135 >> 2] | 0) == (i2 | 0)) { - i3 = i1; + L504 : do if (i11) { + i10 = i134 + 4 | 0; + i1 = HEAP32[i10 >> 2] | 0; + if ((HEAP32[i134 >> 2] | 0) == (i1 | 0)) { i2 = 1; + i1 = i136; } else { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i2 + -24 | 0); + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i137, i1 + -24 | 0); L507 : do if (!(HEAP8[i139 >> 0] & 1)) { HEAP8[i139 + 1 >> 0] = 0; HEAP8[i139 >> 0] = 0; } else { i7 = i139 + 8 | 0; - i3 = HEAP32[i7 >> 2] | 0; - HEAP8[i3 >> 0] = 0; + i2 = HEAP32[i7 >> 2] | 0; + HEAP8[i2 >> 0] = 0; i8 = i139 + 4 | 0; HEAP32[i8 >> 2] = 0; - 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); + 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); break; } - 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; + 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; break L507; } else { HEAP8[i139 + 1 >> 0] = 0; - _free(i3); - i2 = 0; + _free(i2); + i1 = 0; } while (0); - HEAP8[i139 >> 0] = i2 << 1; + HEAP8[i139 >> 0] = i1 << 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]; - i2 = 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i137 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i137 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - i2 = HEAP32[i11 >> 2] | 0; - i3 = i2 + -24 | 0; + i1 = HEAP32[i10 >> 2] | 0; + i2 = i1 + -24 | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) { - i6 = i135; - i2 = i3; - i129 = 409; + if ((i1 | 0) == (i2 | 0)) { + i5 = i134; + i128 = 409; break L504; } - i137 = i2 + -24 | 0; - HEAP32[i11 >> 2] = i137; + i137 = i1 + -24 | 0; + HEAP32[i10 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); - i2 = HEAP32[i11 >> 2] | 0; + i1 = HEAP32[i10 >> 2] | 0; } } } else { - i2 = i135 + 4 | 0; - i11 = i2; - i6 = i135; - i2 = HEAP32[i2 >> 2] | 0; - i129 = 409; + i10 = i134 + 4 | 0; + i2 = HEAP32[i10 >> 2] | 0; + i5 = i134; + i128 = 409; } while (0); - if ((i129 | 0) == 409) if ((HEAP32[i6 >> 2] | 0) == (i2 | 0)) { - i3 = i1; + if ((i128 | 0) == 409) if ((HEAP32[i5 >> 2] | 0) == (i2 | 0)) { i2 = 1; + i1 = i136; } else { - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i136, i2 + -24 | 0); - i3 = HEAP32[i11 >> 2] | 0; - i4 = i3 + -24 | 0; - i2 = i3; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i135, i2 + -24 | 0); + i2 = HEAP32[i10 >> 2] | 0; + i3 = i2 + -24 | 0; + i1 = i2; while (1) { - if ((i2 | 0) == (i4 | 0)) break; - i137 = i2 + -24 | 0; - HEAP32[i11 >> 2] = i137; + if ((i1 | 0) == (i3 | 0)) break; + i137 = i1 + -24 | 0; + HEAP32[i10 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); - i2 = HEAP32[i11 >> 2] | 0; + i1 = HEAP32[i10 >> 2] | 0; } - i2 = 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i133 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i132 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - L539 : do if (i5) if ((HEAP32[i6 >> 2] | 0) == (i4 | 0)) { - i3 = i1; + L539 : do if (i4) if ((HEAP32[i5 >> 2] | 0) == (i3 | 0)) { i2 = 1; + i1 = i136; } else { - __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; + __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; } else { - i7 = i133 + 8 | 0; - i3 = HEAP32[i7 >> 2] | 0; - HEAP8[i3 >> 0] = 0; - i8 = i133 + 4 | 0; + i7 = i132 + 8 | 0; + i2 = HEAP32[i7 >> 2] | 0; + HEAP8[i2 >> 0] = 0; + i8 = i132 + 4 | 0; HEAP32[i8 >> 2] = 0; - 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); + 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); break; } - 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; + 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; break L542; } else { - HEAP8[i133 + 1 >> 0] = 0; - _free(i3); - i2 = 0; + HEAP8[i132 + 1 >> 0] = 0; + _free(i2); + i1 = 0; } while (0); - HEAP8[i133 >> 0] = i2 << 1; + HEAP8[i132 >> 0] = i1 << 1; } while (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; + HEAP32[i132 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i132 + 4 >> 2] = HEAP32[i131 + 4 >> 2]; + HEAP32[i132 + 8 >> 2] = HEAP32[i131 + 8 >> 2]; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i132 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i131 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i132); - i3 = HEAP32[i11 >> 2] | 0; - i2 = i3 + -24 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); + i1 = HEAP32[i10 >> 2] | 0; + i2 = i1 + -24 | 0; while (1) { - if ((i3 | 0) == (i2 | 0)) { - i129 = 434; + if ((i1 | 0) == (i2 | 0)) { + i128 = 434; break L539; } - i137 = i3 + -24 | 0; - HEAP32[i11 >> 2] = i137; + i137 = i1 + -24 | 0; + HEAP32[i10 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); - i3 = HEAP32[i11 >> 2] | 0; + i1 = HEAP32[i10 >> 2] | 0; } - } else i129 = 434; while (0); - if ((i129 | 0) == 434) { - i2 = 0; + } else i128 = 434; while (0); + if ((i128 | 0) == 434) { + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i134 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i133 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - if (i15) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i134, 35914, 2); - if (i13) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i134, 36907) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i134, 36911) | 0; - if (i5) { - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i125, 35820, i133); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i125, 35869) | 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; HEAP32[i124 >> 2] = HEAP32[i2 >> 2]; HEAP32[i124 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; HEAP32[i124 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - i3 = 0; + i1 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } i137 = HEAP8[i124 >> 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; + 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; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i124); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i125); } - 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, 35872, i139); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i127, 35822) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - 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); + 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); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i127); }; - HEAP32[i131 >> 2] = HEAP32[i134 >> 2]; - HEAP32[i131 + 4 >> 2] = HEAP32[i134 + 4 >> 2]; - HEAP32[i131 + 8 >> 2] = HEAP32[i134 + 8 >> 2]; - i2 = 0; + HEAP32[i129 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i129 + 4 >> 2] = HEAP32[i133 + 4 >> 2]; + HEAP32[i129 + 8 >> 2] = HEAP32[i133 + 8 >> 2]; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i134 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i133 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __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; + __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; } else { - 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); + 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); i137 = i138 + 8 | 0; - 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); + 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); __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(i131); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i134); - i3 = i14 + 1 | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i129); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); i2 = 0; + i1 = i13 + 1 | 0; } - __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(i132); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); - if (!i2) { - i1 = i3; - break L479; - } + if (!i2) break L479; } } while (0); - } - } while (0); + i1 = i136; + } else i1 = i136; + } else i1 = i136; while (0); break L1; } case 101: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i39, 36913, 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; + 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; break L1; } case 103: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i40, 36892, 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; + 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; break L1; } case 116: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i41, 36916, 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; + 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; break L1; } case 120: { - 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, 36918) | 0; + 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; HEAP32[i139 >> 2] = HEAP32[i3 >> 2]; HEAP32[i139 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; HEAP32[i139 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i4 = 0; + i2 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i3 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 35822) | 0; + i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 35848) | 0; HEAP32[i138 >> 2] = HEAP32[i3 >> 2]; HEAP32[i138 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; HEAP32[i138 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i4 = 0; + i2 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i3 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 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; + 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; } - if (!(i3 & 1)) { - i4 = (i3 & 255) >>> 1; - if ((i3 & 255) < 22) { - i6 = 10; - i9 = i4; - i10 = 1; + if (!(i2 & 1)) { + i3 = (i2 & 255) >>> 1; + if ((i2 & 255) < 22) { + i9 = i3; + i5 = 10; + i8 = 1; } else { - i6 = (i4 + 16 & 240) + -1 | 0; - i9 = i4; - i10 = 1; + i9 = i3; + i5 = (i3 + 16 & 240) + -1 | 0; + i8 = 1; } } else { - i6 = 10; i9 = 0; - i10 = 0; + i5 = 10; + i8 = 0; } - 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); + 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); } else { - HEAP8[i5 >> 0] = HEAP8[i4 >> 0] | 0; - _free(i4); + HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; + _free(i3); } - HEAP8[i12 >> 0] = i9 << 1; + HEAP8[i11 >> 0] = i9 << 1; break; } - 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); + 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); } - HEAP32[i12 >> 2] = i4 | 1; - HEAP32[i8 >> 2] = i9; - HEAP32[i11 >> 2] = i5; + HEAP32[i11 >> 2] = i3 | 1; + HEAP32[i7 >> 2] = i9; + HEAP32[i10 >> 2] = i4; } } } else { - HEAP8[i12 + 1 >> 0] = 0; - HEAP8[i12 >> 0] = 0; + HEAP8[i11 + 1 >> 0] = 0; + HEAP8[i11 >> 0] = 0; } while (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; + HEAP32[i11 >> 2] = HEAP32[i138 >> 2]; + HEAP32[i11 + 4 >> 2] = HEAP32[i138 + 4 >> 2]; + HEAP32[i11 + 8 >> 2] = HEAP32[i138 + 8 >> 2]; + i2 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i138 + (i3 << 2) >> 2] = 0; - i3 = i3 + 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_allocIcEEED2Ev(i139); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - } else i2 = i13; - i1 = (i2 | 0) == (i13 | 0) ? i1 : i2; + } else i1 = i12; + i1 = (i1 | 0) == (i12 | 0) ? i136 : i1; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 111: - switch (HEAP8[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 110: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; break L1; } case 111: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i42, 36929, 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; + 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; break L1; } case 114: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i43, 36932, 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; + 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; break L1; } case 82: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i44, 36934, 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; + 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; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 112: - switch (HEAP8[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 109: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i45, 36937, 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; + 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; break L1; } case 108: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i48, 36941, 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; + 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; break L1; } case 76: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i49, 36943, 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; + 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; break L1; } case 112: { - 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, 36946, 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; + 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; } - 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, 35820) | 0; - HEAP32[i88 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i88 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i88 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + 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; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i88, 36949) | 0; - HEAP32[i87 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i87 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i87 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __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; + __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); break L1; } case 115: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i50, 36941, 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; + 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; break L1; } case 116: { - 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; + 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; + } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i2 + -24 | 0); - i1 = HEAP32[i4 >> 2] | 0; - i2 = i1 + -24 | 0; - i3 = i1; + i2 = HEAP32[i5 >> 2] | 0; + i4 = i2 + -24 | 0; + i3 = i2; while (1) { - if ((i3 | 0) == (i2 | 0)) break; + if ((i3 | 0) == (i4 | 0)) break; i139 = i3 + -24 | 0; - HEAP32[i4 >> 2] = i139; + HEAP32[i5 >> 2] = i139; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); - i3 = HEAP32[i4 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i1 + -48 | 0, 36953) | 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_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_allocIcEEED2Ev(i138); - i1 = i5; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 113: { - 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; + 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; while (1) { - if ((i4 | 0) == (i3 | 0)) break L1; - i139 = i4 + -24 | 0; + if ((i1 | 0) == (i3 | 0)) { + i1 = i136; + break L1; + } + i139 = i1 + -24 | 0; HEAP32[i2 >> 2] = i139; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); - i4 = HEAP32[i2 >> 2] | 0; + i1 = HEAP32[i2 >> 2] | 0; } } - 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; + 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; while (1) { - if ((i4 | 0) == (i2 | 0)) break; - i139 = i4 + -24 | 0; + if ((i3 | 0) == (i1 | 0)) break; + i139 = i3 + -24 | 0; HEAP32[i5 >> 2] = i139; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); - i4 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; } - i3 = i3 + -48 | 0; + i2 = i2 + -48 | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break L1; - i139 = i2 + -24 | 0; + if ((i1 | 0) == (i2 | 0)) { + i1 = i136; + break L1; + } + i139 = i1 + -24 | 0; HEAP32[i5 >> 2] = i139; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i139); - i2 = HEAP32[i5 >> 2] | 0; + i1 = HEAP32[i5 >> 2] | 0; } } i2 = HEAP32[i5 >> 2] | 0; - if (((i2 - (HEAP32[i135 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 3) break L1; + if (((i2 - (HEAP32[i134 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 3) { + i1 = i136; + break L1; + } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i2 + -24 | 0); - i1 = HEAP32[i5 >> 2] | 0; - i2 = i1 + -24 | 0; - i3 = i1; + i2 = HEAP32[i5 >> 2] | 0; + i4 = i2 + -24 | 0; + i3 = i2; while (1) { - if ((i3 | 0) == (i2 | 0)) break; + 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; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i139, i1 + -48 | 0); - i1 = HEAP32[i5 >> 2] | 0; - i2 = i1 + -24 | 0; - i3 = i1; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i139, i2 + -48 | 0); + i2 = HEAP32[i5 >> 2] | 0; + i4 = i2 + -24 | 0; + i3 = i2; while (1) { - if ((i3 | 0) == (i2 | 0)) break; + 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; } - __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, 35820, i137); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i114, 36956) | 0; - HEAP32[i113 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i113 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i113 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + __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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - 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]; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i112, 36962) | 0; - HEAP32[i111 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i111 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i111 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - 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]; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i110, 35822) | 0; - HEAP32[i109 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i109 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i109 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - __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_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i108, i107); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i4, 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[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 99: { - 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; + 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; while (1) { - 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; + 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; } i3 = i1 + -48 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 36968) | 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; + __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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 35904) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 35822) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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(i136); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __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(i134); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - i1 = i93; - } + i1 = i94; + } else i1 = i136; break L1; } case 109: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i53, 36986, 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; + 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; break L1; } case 77: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i55, 36988, 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; + 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; break L1; } case 115: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i57, 36991, 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; + 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; break L1; } case 83: { - i138 = i1 + 2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i58, 36994, 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; + 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; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 115: - switch (HEAP8[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 99: { - 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) { + 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) { __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i138, i8 + -24 | 0); - i1 = HEAP32[i66 >> 2] | 0; - i2 = i1 + -24 | 0; - i3 = i1; + i1 = HEAP32[i68 >> 2] | 0; + i3 = i1 + -24 | 0; + i2 = i1; while (1) { - 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; + 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; } i3 = i1 + -48 | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i134, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i134, 0, 36998) | 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; + __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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i132, 35904) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i136, 35822) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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(i136); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); + __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(i134); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i131); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i138); - i1 = i94; - } + i1 = i93; + } else i1 = i136; break L1; } case 112: { - 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; + 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; break L1; } case 114: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i126, i135) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; break L1; } case 116: { - 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, 37011) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 35822) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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(i136); - i1 = i76; - } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); + i1 = i79; + } else i1 = i136; break L1; } case 122: { - 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, 37011) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 35822) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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(i136); - i1 = i77; - } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); + i1 = i78; + } else i1 = i136; break L1; } case 90: { - if ((i103 - i61 | 0) <= 2) break L1; - switch (HEAP8[i61 + 2 >> 0] | 0) { + if ((i103 - i62 | 0) <= 2) { + i1 = i136; + break L1; + } + switch (HEAP8[i62 + 2 >> 0] | 0) { case 84: break; case 102: { - 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, 37020) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 35822) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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(i136); - i1 = i78; - } + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); + i1 = i77; + } else i1 = i136; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } - 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) { + 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) { HEAP8[i139 >> 0] = 20; - i1 = i139 + 1 | 0; - i2 = 37020; - i3 = i1 + 10 | 0; + i2 = i139 + 1 | 0; + i3 = 37046; + i5 = i2 + 10 | 0; do { - HEAP8[i1 >> 0] = HEAP8[i2 >> 0] | 0; - i1 = i1 + 1 | 0; + HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; i2 = i2 + 1 | 0; - } while ((i1 | 0) < (i3 | 0)); + i3 = i3 + 1 | 0; + } while ((i2 | 0) < (i5 | 0)); HEAP8[i139 + 11 >> 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; + 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; __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i137); - i4 = i136 + 8 | 0; - i5 = i136 + 1 | 0; - i6 = i136 + 4 | 0; - i1 = i97; + i6 = i135 + 8 | 0; + i8 = i135 + 1 | 0; + i7 = i135 + 4 | 0; + i2 = i97; while (1) { - 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, 36454) | 0; - HEAP32[i136 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i136 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i136 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + 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]; i3 = 0; while (1) { if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; + HEAP32[i5 + (i3 << 2) >> 2] = 0; i3 = i3 + 1 | 0; } - 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); + 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); } } while (0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 35822) | 0; - i3 = i92; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i139, 35848) | 0; while (1) { - if ((i3 | 0) == (i97 | 0)) break; + if ((i4 | 0) == (i97 | 0)) break; i2 = HEAP32[i104 >> 2] | 0; - i1 = i2 + -24 | 0; + i3 = i2 + -24 | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; + if ((i2 | 0) == (i3 | 0)) break; i137 = i2 + -24 | 0; HEAP32[i104 >> 2] = i137; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i137); i2 = HEAP32[i104 >> 2] | 0; } - i3 = i3 + -1 | 0; + i4 = i4 + -1 | 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; + HEAP32[i133 >> 2] = HEAP32[i139 >> 2]; + HEAP32[i133 + 4 >> 2] = HEAP32[i139 + 4 >> 2]; + HEAP32[i133 + 8 >> 2] = HEAP32[i139 + 8 >> 2]; + 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; } - __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); + __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); HEAP32[i104 >> 2] = (HEAP32[i104 >> 2] | 0) + 24; } else { - 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); + 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); i137 = i138 + 8 | 0; i136 = HEAP32[i137 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i136, i132); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i136, i131); HEAP32[i137 >> 2] = i136 + 24; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i135, i138); + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i134, i138); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i138); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i132); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i134); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i131); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i133); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i139); - i1 = i107; - } + } else i1 = i136; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 116: - switch (HEAP8[i61 + 1 >> 0] | 0) { + switch (HEAP8[i62 + 1 >> 0] | 0) { case 105: case 101: { - L903 : do if ((i59 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 116 : 0) { - i2 = HEAP8[i1 + 1 >> 0] | 0; - switch (i2 << 24 >> 24) { + L903 : do if ((i61 | 0) > 2 ? (HEAP8[i136 >> 0] | 0) == 116 : 0) { + i1 = HEAP8[i136 + 1 >> 0] | 0; + switch (i1 << 24 >> 24) { case 105: case 101: break; default: - break L903; + { + i1 = i136; + break L903; + } } - 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, 37031) | 0; - HEAP32[i137 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i137 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i137 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i137, 35822) | 0; - HEAP32[i139 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i139 + 4 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i139 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; + 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]; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; + HEAP32[i3 + (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_pairaSEOS1_(i4, 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(i136); - i1 = i4; - } - } while (0); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i135); + } else i1 = i136; + } else i1 = i136; while (0); break L1; } case 114: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i90, 37039); - 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; + __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; } else { - 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); + 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); i139 = i138 + 8 | 0; i137 = HEAP32[i139 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i137, i90); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i137, i92); HEAP32[i139 >> 2] = i137 + 24; - __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i135, i138); + __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i134, i138); __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i138); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i90); - i1 = i1 + 2 | 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i92); + i1 = i136 + 2 | 0; break L1; } case 119: { - 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, 37045) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i3 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i138, i139); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i1, i138); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairaSEOS1_(i2, 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 = i69; - } + i1 = i74; + } else i1 = i136; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } case 57: case 56: @@ -11310,13 +11441,16 @@ 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_(i1, i126, i135) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S4_RT_(i136, i123, i134) | 0; break L1; } default: - break L1; + { + i1 = i136; + break L1; + } } while (0); - } while (0); + } else i1 = i136; while (0); STACKTOP = i140; return i1 | 0; } @@ -11324,71 +11458,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, 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; + 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; i135 = STACKTOP; STACKTOP = STACKTOP + 704 | 0; i134 = i135 + 72 | 0; i129 = i135 + 40 | 0; i130 = i135 + 368 | 0; i80 = i135 + 692 | 0; - i54 = i135 + 688 | 0; + i52 = i135 + 688 | 0; i4 = i135 + 684 | 0; - i7 = i135 + 680 | 0; + i11 = i135 + 680 | 0; i19 = i135 + 676 | 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; + 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; i22 = i135 + 632 | 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; + i29 = i135 + 628 | 0; + i61 = i135 + 616 | 0; + i30 = i135 + 604 | 0; + i12 = i135 + 600 | 0; + i13 = i135 + 596 | 0; + i14 = i135 + 592 | 0; i23 = i135 + 588 | 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; + 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; i24 = i135 + 548 | 0; i25 = i135 + 544 | 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; + 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; i93 = i135 + 468 | 0; - i47 = i135 + 464 | 0; + i45 = i135 + 464 | 0; i48 = i135 + 460 | 0; - i49 = i135 + 456 | 0; + i46 = i135 + 456 | 0; i50 = i135 + 452 | 0; - i83 = i135 + 448 | 0; - i84 = i135 + 444 | 0; - i33 = i135 + 440 | 0; + i87 = i135 + 448 | 0; + i81 = i135 + 444 | 0; + i26 = i135 + 440 | 0; i125 = i135 + 220 | 0; - i56 = i135 + 436 | 0; - i57 = i135 + 432 | 0; - i58 = i135 + 428 | 0; + i62 = i135 + 436 | 0; + i53 = i135 + 432 | 0; + i54 = i135 + 428 | 0; i51 = i135 + 424 | 0; - i68 = i135 + 420 | 0; + i66 = i135 + 420 | 0; i63 = i135 + 416 | 0; i89 = i135 + 412 | 0; i64 = i135 + 408 | 0; @@ -11399,188 +11533,188 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i79 = i135 + 372 | 0; i98 = i135 + 364 | 0; i101 = i135 + 360 | 0; - i103 = i135 + 356 | 0; + i105 = i135 + 356 | 0; i107 = i135 + 352 | 0; - i104 = i135 + 348 | 0; + i103 = i135 + 348 | 0; i114 = i135 + 344 | 0; - i69 = i135 + 340 | 0; - i70 = i135 + 328 | 0; + i67 = i135 + 340 | 0; + i68 = i135 + 328 | 0; i96 = i135 + 324 | 0; i94 = i135 + 320 | 0; - i72 = i135 + 316 | 0; - i73 = i135 + 312 | 0; - i74 = i135 + 300 | 0; - i75 = i135 + 288 | 0; + i71 = i135 + 316 | 0; + i72 = i135 + 312 | 0; + i73 = i135 + 300 | 0; + i74 = i135 + 288 | 0; i97 = i135 + 284 | 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; + i104 = i135 + 280 | 0; + i109 = i135 + 276 | 0; + i82 = i135 + 272 | 0; + i83 = i135 + 268 | 0; + i84 = i135 + 256 | 0; + i85 = i135 + 244 | 0; i102 = i135 + 240 | 0; - i109 = i135 + 236 | 0; - i111 = i135 + 232 | 0; - i110 = i135 + 228 | 0; + i110 = i135 + 236 | 0; + i112 = i135 + 232 | 0; + i108 = i135 + 228 | 0; i113 = i135 + 224 | 0; - i112 = i135 + 216 | 0; + i111 = i135 + 216 | 0; i124 = i135 + 212 | 0; i127 = i135 + 208 | 0; i126 = i135 + 204 | 0; i128 = i135 + 200 | 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; + 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; i92 = i135 + 144 | 0; - i122 = i135 + 168 | 0; + i121 = i135 + 168 | 0; i99 = i135 + 140 | 0; i100 = i135 + 16 | 0; - i121 = i135 + 32 | 0; + i120 = i135 + 32 | 0; i115 = i135 + 136 | 0; i116 = i135 + 124 | 0; i117 = i135 + 120 | 0; - i118 = i135; - i119 = i135 + 108 | 0; - i120 = i135 + 96 | 0; - i52 = i135 + 84 | 0; - i53 = i135 + 80 | 0; + i123 = i135; + i118 = i135 + 108 | 0; + i119 = i135 + 96 | 0; + i59 = i135 + 84 | 0; + i60 = i135 + 80 | 0; i133 = HEAP32[i132 >> 2] | 0; - HEAP32[i54 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i54 >> 2]; + HEAP32[i52 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i52 >> 2]; __ZN4wasm14AstStackHelperC2EN6cashew3RefE(i80, i134); if ((HEAP32[i133 + 44 >> 2] | 0) > 1) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39476, 21353) | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i131 >> 2] | 0, 39476, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(39476, 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[9599] | 0)) { - if ((i54 | 0) == (HEAP32[9600] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 38404) | 0) { + __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) { 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(21358, 13029, 800, 35993); 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(21384, 13029, 800, 36019); else { i130 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i129) | 0; i129 = HEAP32[i130 >> 2] | 0; i130 = HEAP32[i130 + 4 >> 2] | 0; i133 = i133 + 4 | 0; - i12 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; + i21 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; i128 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i130) | 0; - HEAP32[i12 + 8 >> 2] = i128; - HEAP32[i12 + 12 >> 2] = 0; - HEAP32[i12 + 16 >> 2] = i128; + HEAP32[i21 + 8 >> 2] = i128; + HEAP32[i21 + 12 >> 2] = 0; + HEAP32[i21 + 16 >> 2] = i128; i133 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; HEAP32[i133 + 8 >> 2] = 1; HEAP32[i133 + 16 >> 2] = i129; - HEAP32[i12 + 20 >> 2] = i133; + HEAP32[i21 + 20 >> 2] = i133; i133 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 3) | 0; HEAP32[i19 >> 2] = HEAP32[i132 >> 2]; HEAP32[i134 >> 2] = HEAP32[i19 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; - HEAP32[i12 + 24 >> 2] = i134; - HEAP32[i12 + 4 >> 2] = i130; + HEAP32[i21 + 24 >> 2] = i134; + HEAP32[i21 + 4 >> 2] = i130; break; } } else { - i12 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; + i21 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; i133 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0; i133 = __ZN6cashew5Value10getIStringEv(HEAP32[i133 >> 2] | 0) | 0; - HEAP32[i12 + 8 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i21 + 8 >> 2] = HEAP32[i133 >> 2]; i133 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i7 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i11 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i11 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; - HEAP32[i12 + 12 >> 2] = i134; - HEAP32[i12 + 4 >> 2] = HEAP32[i134 + 4 >> 2]; + HEAP32[i21 + 12 >> 2] = i134; + HEAP32[i21 + 4 >> 2] = HEAP32[i134 + 4 >> 2]; } while (0); - i1 = i12; + i1 = i21; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 38452) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i8, 21459, 16); - HEAP32[i9 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i9 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i8, i134); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(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); } i128 = __ZN6cashew3RefixEj(i131, 2) | 0; HEAP32[i129 >> 2] = HEAP32[i128 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i129, 1) | 0, 0) | 0, 38404) | 0)) ___assert_fail(21406, 13029, 814, 35993); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i129, 1) | 0, 0) | 0, 38428) | 0)) ___assert_fail(21432, 13029, 814, 36019); 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(21427, 13029, 816, 35993); + 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); i4 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i130) | 0; i6 = i133 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; - i2 = HEAP32[i4 >> 2] | 0; - HEAP32[i1 + 8 >> 2] = i2; - HEAP32[i1 + 12 >> 2] = 0; - HEAP32[i1 + 16 >> 2] = i2; - i2 = HEAP32[i132 + 12 >> 2] | 0; - i5 = __ZN6cashew3RefixEj(i129, 2) | 0; - HEAP32[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; + HEAP32[i1 + 8 >> 2] = i5; + 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; i4 = __ZN4wasm13asmToWasmTypeE7AsmType(HEAP32[i4 + 8 >> 2] | 0) | 0; HEAP32[i1 + 4 >> 2] = i4; - i5 = HEAP32[(HEAP32[i2 >> 2] | 0) + 4 >> 2] | 0; - do if ((i4 | 0) != (i5 | 0)) if ((i4 | 0) == 3 & (i5 | 0) == 4) { + i3 = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0; + do if ((i4 | 0) != (i3 | 0)) if ((i4 | 0) == 3 & (i3 | 0) == 4) { i134 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; HEAP32[i134 + 8 >> 2] = 23; - HEAP32[i134 + 12 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i134 + 12 >> 2] = HEAP32[i5 >> 2]; HEAP32[i134 + 4 >> 2] = 3; - HEAP32[i2 >> 2] = i134; + HEAP32[i5 >> 2] = i134; break; } else _abort(); while (0); break; } - if ((i54 | 0) == (HEAP32[9605] | 0)) { - if (!(!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 38536) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 38600) | 0) : 0)) i106 = 27; - if (((i106 | 0) == 27 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 3) | 0, 0) | 0, 38460) | 0 : 0) ? (i128 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 3) | 0, 1) | 0, i128 = __ZN6cashew5Value9getNumberEv(HEAP32[i128 >> 2] | 0) | 0, +HEAPF64[i128 >> 3] == 0.0) : 0) { + 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) { i1 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i10 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i7 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i7 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; __ZN4wasm15Asm2WasmBuilder11fixCallTypeEPNS_10ExpressionENS_8WasmTypeE(i133, i1, 1); break; } - 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; + 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 = i133 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i9 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = i130; @@ -11594,134 +11728,134 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i8 >> 2] = i132; i7 = HEAP32[i7 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i26 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i26 >> 2]; + HEAP32[i29 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i29 >> 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[9536]; - 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; + 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; } else { - HEAP32[i2 >> 2] = HEAP32[i8 >> 2]; - i2 = (HEAP32[i5 >> 2] | 0) + 4 | 0; - HEAP32[i5 >> 2] = i2; + HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; + i3 = (HEAP32[i4 >> 2] | 0) + 4 | 0; + HEAP32[i4 >> 2] = i3; } - 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; + 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; } HEAP32[i1 + 4 >> 2] = 4; - if (HEAP8[44371] | 0) break; - HEAP8[44371] = 1; + if (HEAP8[44395] | 0) break; + HEAP8[44395] = 1; i134 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i9 >> 2] | 0) | 0; - HEAP32[i134 >> 2] = HEAP32[9536]; - HEAP32[i134 + 4 >> 2] = HEAP32[9535]; - HEAP32[i134 + 8 >> 2] = HEAP32[9536]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i55, 21476, 3); - i132 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i55, HEAP32[i133 >> 2] | 0, 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 + 12 >> 2] = i132; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i55); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i61); __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i133 >> 2] | 0, i134); break; } break; } - if ((i54 | 0) == (HEAP32[9615] | 0)) { + if ((i52 | 0) == (HEAP32[9621] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; i134 = __ZN6cashew3RefixEj(i131, 1) | 0; i134 = __ZN6cashew5Value9getNumberEv(HEAP32[i134 >> 2] | 0) | 0; - d3 = +HEAPF64[i134 >> 3]; - do if (!(__ZN4wasm12isSInteger32Ed(d3) | 0)) if (__ZN4wasm12isUInteger32Ed(d3) | 0) { - i2 = __ZN4wasm12toUInteger32Ed(d3) | 0; + d2 = +HEAPF64[i134 >> 3]; + do if (!(__ZN4wasm12isSInteger32Ed(d2) | 0)) if (__ZN4wasm12isUInteger32Ed(d2) | 0) { + i3 = __ZN4wasm12toUInteger32Ed(d2) | 0; HEAP32[i1 + 8 >> 2] = 1; - HEAP32[i1 + 16 >> 2] = i2; - i2 = 1; + HEAP32[i1 + 16 >> 2] = i3; + i3 = 1; break; } else { HEAP32[i1 + 8 >> 2] = 4; - HEAPF64[i1 + 16 >> 3] = d3; - i2 = 4; + HEAPF64[i1 + 16 >> 3] = d2; + i3 = 4; break; } else { - i2 = __ZN4wasm12toSInteger32Ed(d3) | 0; + i3 = __ZN4wasm12toSInteger32Ed(d2) | 0; HEAP32[i1 + 8 >> 2] = 1; - HEAP32[i1 + 16 >> 2] = i2; - i2 = 1; + HEAP32[i1 + 16 >> 2] = i3; + i3 = 1; } while (0); - HEAP32[i1 + 4 >> 2] = i2; + HEAP32[i1 + 4 >> 2] = i3; break; } - if ((i54 | 0) == (HEAP32[9601] | 0)) { + if ((i52 | 0) == (HEAP32[9607] | 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[9543] | 0)) { + if ((i1 | 0) == (HEAP32[9549] | 0)) { i1 = i133 + 4 | 0; - i2 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i2 + 20 >> 2] = HEAP32[9543]; - HEAP32[i2 + 4 >> 2] = 0; - if (HEAP8[44372] | 0) break; - HEAP8[44372] = 1; + 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; i134 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i134 >> 2] = HEAP32[9543]; - HEAP32[i134 + 4 >> 2] = HEAP32[9535]; - HEAP32[i134 + 8 >> 2] = HEAP32[9543]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i27, 21480, 1); - i132 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i27, HEAP32[i133 >> 2] | 0, 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 + 12 >> 2] = i132; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i27); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i30); __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(21358, 13029, 910, 35993); 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(21384, 13029, 910, 36019); else { i134 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i134) | 0; i132 = HEAP32[i134 >> 2] | 0; i134 = HEAP32[i134 + 4 >> 2] | 0; i133 = i133 + 4 | 0; - i2 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; + i3 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; i131 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i134) | 0; - HEAP32[i2 + 8 >> 2] = i131; - HEAP8[i2 + 12 >> 0] = 1; - HEAP32[i2 + 16 >> 2] = 0; - HEAP32[i2 + 20 >> 2] = i131; + HEAP32[i3 + 8 >> 2] = i131; + HEAP8[i3 + 12 >> 0] = 1; + HEAP32[i3 + 16 >> 2] = 0; + HEAP32[i3 + 20 >> 2] = i131; i133 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 >> 2] | 0) | 0; HEAP32[i133 + 8 >> 2] = 1; HEAP32[i133 + 16 >> 2] = i132; - HEAP32[i2 + 24 >> 2] = i133; - HEAP32[i2 + 4 >> 2] = i134; + HEAP32[i3 + 24 >> 2] = i133; + HEAP32[i3 + 4 >> 2] = i134; break; } } else { - i2 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - HEAP32[i2 + 8 >> 2] = i1; + i3 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; + HEAP32[i3 + 8 >> 2] = i1; i134 = __ZN4wasm13asmToWasmTypeE7AsmType(__ZN7AsmData7getTypeERKN6cashew7IStringE(HEAP32[i132 + 16 >> 2] | 0, i134) | 0) | 0; - HEAP32[i2 + 4 >> 2] = i134; + HEAP32[i3 + 4 >> 2] = i134; } while (0); - i1 = i2; + i1 = i3; break; } - if ((i54 | 0) == (HEAP32[9613] | 0)) { - i55 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i129 >> 2] = HEAP32[i55 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i129, 0) | 0, 38404) | 0)) ___assert_fail(21482, 13029, 924, 35993); - 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(21427, 13029, 926, 35993); else { - i130 = __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i2, i130) | 0; + 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; i1 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; i133 = HEAP32[i130 >> 2] | 0; HEAP32[i1 + 8 >> 2] = i133; @@ -11730,9 +11864,9 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 20 >> 2] = i133; i132 = HEAP32[i132 + 12 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i13 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i12 >> 2] = HEAP32[i133 >> 2]; i133 = HEAP32[i130 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i12 >> 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; @@ -11740,16 +11874,16 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ break; } } - if ((i54 | 0) == (HEAP32[9624] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 38528) | 0) { - HEAP32[i14 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i14 >> 2]; + 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]; __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i129, i133, i134); L95 : do if (!(HEAP32[i129 >> 2] | 0)) { i1 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i15 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i15 >> 2]; + HEAP32[i14 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i14 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; switch (HEAP32[i1 + 4 >> 2] | 0) { case 1: @@ -11791,18 +11925,18 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } while (0); break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 38532) | 0) { - do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 38460) | 0)) { - if ((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 38496) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0, 38528) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 2) | 0, 0) | 0, 38460) | 0 : 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; i4 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i18 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i16 >> 2] = HEAP32[i4 >> 2]; i4 = HEAP32[i132 + 16 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i18 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i16 >> 2]; i4 = __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i133, i134, i4) | 0; i1 = i133 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i3 = HEAP32[i1 >> 2] | 0; if (!i4) { - i133 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(i2) | 0; + i133 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(i3) | 0; HEAP32[i133 + 8 >> 2] = 1; i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i1 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = 1; @@ -11811,20 +11945,20 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i133 + 12 >> 2] = i1; i1 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i34 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i34 >> 2]; + HEAP32[i37 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i37 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; HEAP32[i133 + 16 >> 2] = i1; HEAP32[i133 + 4 >> 2] = 1; i1 = i133; break L4; } - i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(i2) | 0; + i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(i3) | 0; HEAP32[i1 + 8 >> 2] = 3; i133 = HEAP32[i132 + 4 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i41 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i41 >> 2]; + HEAP32[i42 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i42 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; HEAP32[i1 + 12 >> 2] = i134; switch (i4 | 0) { @@ -11845,22 +11979,22 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } while (0); i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; i132 = i1 + 8 | 0; - HEAP32[i17 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i17 >> 2]; - __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i16, i133, i134); - HEAP32[i132 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i132 + 4 >> 2] = HEAP32[i16 + 4 >> 2]; - HEAP32[i132 + 8 >> 2] = HEAP32[i16 + 8 >> 2]; - HEAP32[i132 + 12 >> 2] = HEAP32[i16 + 12 >> 2]; + HEAP32[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[i1 + 4 >> 2] = HEAP32[i132 >> 2]; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 38552) | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i131, 1) | 0, 38548) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i20, 21536, 9); - HEAP32[i21 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i21 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i20, i134); + 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); } i129 = i133 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i129 >> 2] | 0) | 0; @@ -11880,35 +12014,35 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ if ((HEAP32[(HEAP32[i130 >> 2] | 0) + 4 >> 2] | 0) == 1) { __ZN4wasm6Binary8finalizeEv(i1); break; - } else ___assert_fail(21500, 13029, 1027, 35993); + } else ___assert_fail(21526, 13029, 1027, 36019); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 38496) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0, 38552) | 0 : 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0, 38520) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 1) | 0, 38576) | 0 : 0) { i6 = i133 + 4 | 0; i1 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; - HEAP32[i1 + 20 >> 2] = HEAP32[9537]; - i2 = HEAP32[i132 + 4 >> 2] | 0; + HEAP32[i1 + 20 >> 2] = HEAP32[9543]; + i5 = HEAP32[i132 + 4 >> 2] | 0; i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 2) | 0; - HEAP32[i35 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i35 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; - HEAP32[i43 >> 2] = i2; + HEAP32[i38 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i38 >> 2]; + i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i134) | 0; + HEAP32[i49 >> 2] = i5; i4 = i1 + 12 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if (i5 >>> 0 < (HEAP32[i1 + 16 >> 2] | 0) >>> 0) { - HEAP32[i5 >> 2] = i2; + i3 = HEAP32[i4 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i1 + 16 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i5; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i1 + 8 | 0, i43); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i1 + 8 | 0, i49); HEAP32[i1 + 4 >> 2] = 1; - if (HEAP8[44373] | 0) break; - HEAP8[44373] = 1; + if (HEAP8[44397] | 0) break; + HEAP8[44397] = 1; i134 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i6 >> 2] | 0) | 0; - HEAP32[i134 >> 2] = HEAP32[9537]; - HEAP32[i134 + 4 >> 2] = HEAP32[9535]; - HEAP32[i134 + 8 >> 2] = HEAP32[9537]; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i44, 37096, 2); - i132 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i44, HEAP32[i133 >> 2] | 0, 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 + 12 >> 2] = i132; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i44); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i47); __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i133 >> 2] | 0, i134); break; } @@ -11929,72 +12063,72 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i1 + 4 >> 2] = 1; break; } - if ((i54 | 0) == (HEAP32[9607] | 0)) { + if ((i52 | 0) == (HEAP32[9613] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i2 = i132 + 4 | 0; - i133 = HEAP32[i2 >> 2] | 0; + i3 = i132 + 4 | 0; + i133 = HEAP32[i3 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i28 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i28 >> 2]; + HEAP32[i31 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i31 >> 2]; i133 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; HEAP32[i1 + 8 >> 2] = i133; - i133 = HEAP32[i2 >> 2] | 0; + i133 = HEAP32[i3 >> 2] | 0; i132 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i29 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i29 >> 2]; + HEAP32[i32 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i32 >> 2]; i133 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; HEAP32[i1 + 12 >> 2] = i133; - if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 3) | 0) | 0) i2 = 0; else { - i2 = HEAP32[i2 >> 2] | 0; + if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 3) | 0) | 0) i3 = 0; else { + i3 = HEAP32[i3 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 3) | 0; - HEAP32[i30 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i30 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i33 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i33 >> 2]; + i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; } - HEAP32[i1 + 16 >> 2] = i2; + HEAP32[i1 + 16 >> 2] = i3; break; } - if ((i54 | 0) == (HEAP32[9558] | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 38404) | 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, 38452) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 1) | 0, 0) | 0, 38404) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 2) | 0, 0) | 0, 38420) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 2) | 0, 1) | 0, 38540) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i130, 2) | 0, 3) | 0, 0) | 0, 38460) | 0 : 0) { + 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) { i8 = i132 + 4 | 0; i1 = HEAP32[i8 >> 2] | 0; - i6 = __ZN6cashew3RefixEj(i130, 2) | 0; - HEAP32[i33 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i33 >> 2]; + i7 = __ZN6cashew3RefixEj(i130, 2) | 0; + HEAP32[i26 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i26 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; - HEAP32[i2 + 24 >> 2] = i1; + HEAP32[i3 + 24 >> 2] = i1; i1 = __ZN6cashew3RefixEj(i131, 2) | 0; i1 = HEAP32[i1 >> 2] | 0; HEAP32[i125 >> 2] = i1; - i6 = i2 + 8 | 0; - i7 = i2 + 12 | 0; - i4 = i2 + 16 | 0; + i7 = i3 + 8 | 0; + i6 = i3 + 12 | 0; + i4 = i3 + 16 | 0; i5 = 0; while (1) { if (i5 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; - 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); + 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[i125 >> 2] | 0; i5 = i5 + 1 | 0; } i1 = __ZN4wasm14AstStackHelper9getParentEv(i80) | 0; - HEAP32[i58 >> 2] = i1; + HEAP32[i54 >> 2] = i1; i1 = HEAP32[i129 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i58 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i54 >> 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]; @@ -12005,89 +12139,89 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i1 = HEAP32[i129 >> 2] | 0; break; } - ___assert_fail(21610, 13029, 1161, 35993); + ___assert_fail(21636, 13029, 1161, 36019); } i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 1) | 0; i4 = __ZN6cashew5Value10getIStringEv(HEAP32[i4 >> 2] | 0) | 0; i4 = HEAP32[i4 >> 2] | 0; - i6 = i4; - if ((i6 | 0) == (HEAP32[i133 + 72 >> 2] | 0)) { - i58 = __ZN6cashew3RefixEj(i131, 2) | 0; - if ((__ZN6cashew5Value4sizeEv(HEAP32[i58 >> 2] | 0) | 0) == 2) { + i7 = i4; + if ((i7 | 0) == (HEAP32[i133 + 72 >> 2] | 0)) { + i62 = __ZN6cashew3RefixEj(i131, 2) | 0; + if ((__ZN6cashew5Value4sizeEv(HEAP32[i62 >> 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[i36 >> 2] = HEAP32[i130 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i39 >> 2] = HEAP32[i130 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i39 >> 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[i37 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i40 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i40 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; HEAP32[i1 + 16 >> 2] = i134; HEAP32[i1 + 4 >> 2] = 1; break; - } else ___assert_fail(21546, 13029, 1042, 35993); + } else ___assert_fail(21572, 13029, 1042, 36019); } - if ((i6 | 0) == (HEAP32[i133 + 76 >> 2] | 0)) { - i58 = __ZN6cashew3RefixEj(i131, 2) | 0; - if ((__ZN6cashew5Value4sizeEv(HEAP32[i58 >> 2] | 0) | 0) == 1) { + if ((i7 | 0) == (HEAP32[i133 + 76 >> 2] | 0)) { + i62 = __ZN6cashew3RefixEj(i131, 2) | 0; + if ((__ZN6cashew5Value4sizeEv(HEAP32[i62 >> 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[i38 >> 2] = HEAP32[i132 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i38 >> 2]; + HEAP32[i34 >> 2] = HEAP32[i132 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i34 >> 2]; i134 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i133, i134) | 0; HEAP32[i1 + 12 >> 2] = i134; HEAP32[i1 + 4 >> 2] = 1; break; - } else ___assert_fail(21566, 13029, 1051, 35993); + } else ___assert_fail(21592, 13029, 1051, 36019); } - if ((i6 | 0) == (HEAP32[i133 + 80 >> 2] | 0)) { + if ((i7 | 0) == (HEAP32[i133 + 80 >> 2] | 0)) { i130 = __ZN6cashew3RefixEj(i131, 2) | 0; - if ((__ZN6cashew5Value4sizeEv(HEAP32[i130 >> 2] | 0) | 0) != 1) ___assert_fail(21566, 13029, 1059, 35993); + if ((__ZN6cashew5Value4sizeEv(HEAP32[i130 >> 2] | 0) | 0) != 1) ___assert_fail(21592, 13029, 1059, 36019); i130 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i39 >> 2] = HEAP32[i130 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i39 >> 2]; + HEAP32[i35 >> 2] = HEAP32[i130 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i35 >> 2]; __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i129, i133, i134); L184 : do switch (HEAP32[i129 >> 2] | 0) { case 1: { i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - d3 = +(__ZN4wasm7Literal6geti32Ev(i129) | 0); + d2 = +(__ZNK4wasm7Literal6geti32Ev(i129) | 0); HEAP32[i1 + 8 >> 2] = 3; - HEAPF32[i1 + 16 >> 2] = d3; + HEAPF32[i1 + 16 >> 2] = d2; HEAP32[i1 + 4 >> 2] = 3; break; } case 4: { i1 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - d3 = +__ZN4wasm7Literal6getf64Ev(i129); + d2 = +__ZNK4wasm7Literal6getf64Ev(i129); HEAP32[i1 + 8 >> 2] = 3; - HEAPF32[i1 + 16 >> 2] = d3; + HEAPF32[i1 + 16 >> 2] = d2; HEAP32[i1 + 4 >> 2] = 3; break; } default: { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i2 = HEAP32[i132 + 4 >> 2] | 0; + i3 = HEAP32[i132 + 4 >> 2] | 0; i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 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; + 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; switch (HEAP32[i4 >> 2] | 0) { case 3: { - i1 = i2; + i1 = i3; break L184; } case 4: @@ -12103,16 +12237,16 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ case 0: { HEAP32[i4 >> 2] = 3; - i1 = i2; + i1 = i3; break L184; } default: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i45, 21586, 23); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i43, 21612, 23); i133 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i46 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i46 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i45, i134); + HEAP32[i44 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i44 >> 2]; + __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i43, i134); } } HEAP32[i1 + 4 >> 2] = 3; @@ -12120,14 +12254,14 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } while (0); break; } - 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) { + 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) { case 1: { i5 = HEAP32[i132 + 20 >> 2] | 0; @@ -12136,24 +12270,24 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP8[i1 >> 0] = 1; i1 = HEAP32[HEAP32[i5 + 4 >> 2] >> 2] | 0; HEAP32[i129 >> 2] = 1; - i2 = i1 + 24 | 0; - i4 = HEAP32[i2 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i1 + 28 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = HEAP32[9542]; - 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, 38168, i129); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i134, HEAP32[i5 + 8 >> 2] | 0, 38168); + 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); i132 = HEAP32[i5 + 12 >> 2] | 0; - HEAP32[i130 >> 2] = HEAP32[9542]; + HEAP32[i130 >> 2] = HEAP32[9548]; HEAP32[i134 >> 2] = HEAP32[i130 >> 2]; __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i132, i134, 0); } i4 = i133 + 4 | 0; - i6 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i6 + 8 >> 2] = HEAP32[9542]; - HEAP32[i6 + 12 >> 2] = i7; - HEAP32[i6 + 4 >> 2] = 1; + i8 = __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; + HEAP32[i8 + 8 >> 2] = HEAP32[9548]; + HEAP32[i8 + 12 >> 2] = i6; + HEAP32[i8 + 4 >> 2] = 1; HEAP32[i134 >> 2] = i133; i5 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i5 + 8 >> 2] = 19; @@ -12166,37 +12300,37 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i5 + 16 >> 2] = i1; __ZN4wasm6Binary8finalizeEv(i5); i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - 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; + 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; i133 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; HEAP32[i133 + 8 >> 2] = 1; HEAP32[i133 + 16 >> 2] = 0; HEAP32[i133 + 4 >> 2] = 1; - HEAP32[i2 + 12 >> 2] = i133; + HEAP32[i3 + 12 >> 2] = i133; i133 = __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i134) | 0; - HEAP32[i2 + 16 >> 2] = i133; - HEAP32[i2 + 4 >> 2] = 1; + HEAP32[i3 + 16 >> 2] = i133; + HEAP32[i3 + 4 >> 2] = 1; i4 = __ZN10MixedArena5allocIN4wasm6SelectEEEPT_v(HEAP32[i4 >> 2] | 0) | 0; - HEAP32[i4 + 8 >> 2] = i2; - i2 = __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i134) | 0; - HEAP32[i4 + 12 >> 2] = i2; + HEAP32[i4 + 8 >> 2] = i3; + i3 = __ZZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ENKUlvE_clEv(i134) | 0; + HEAP32[i4 + 12 >> 2] = i3; HEAP32[i4 + 16 >> 2] = i5; HEAP32[i4 + 4 >> 2] = 1; HEAP32[i93 >> 2] = i4; - 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); + 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); HEAP32[i1 + 4 >> 2] = 1; break L4; } @@ -12205,8 +12339,8 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; HEAP32[i1 + 8 >> 2] = 4; - HEAP32[i1 + 12 >> 2] = i7; - HEAP32[i1 + 4 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i1 + 12 >> 2] = i6; + HEAP32[i1 + 4 >> 2] = HEAP32[i3 >> 2]; break L4; } default: @@ -12214,16 +12348,16 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ } } i5 = i133 + 88 | 0; - if ((i6 | 0) != (HEAP32[i5 >> 2] | 0) ? (i6 | 0) != (HEAP32[i133 + 92 >> 2] | 0) : 0) { + if ((i7 | 0) != (HEAP32[i5 >> 2] | 0) ? (i7 | 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[i49 >> 2] = HEAP32[i129 >> 2]; + HEAP32[i46 >> 2] = HEAP32[i129 >> 2]; i1 = HEAP32[i132 + 16 >> 2] | 0; - HEAP32[i134 >> 2] = HEAP32[i49 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i46 >> 2]; i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i133, i134, i1) | 0; } i130 = __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; @@ -12234,93 +12368,93 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i1 = i130; } HEAP32[i1 + 20 >> 2] = i4; - i2 = __ZN6cashew3RefixEj(i131, 2) | 0; - i2 = HEAP32[i2 >> 2] | 0; - HEAP32[i129 >> 2] = i2; + i3 = __ZN6cashew3RefixEj(i131, 2) | 0; + i3 = HEAP32[i3 >> 2] | 0; + HEAP32[i129 >> 2] = i3; i9 = i1 + 8 | 0; i5 = i132 + 4 | 0; i6 = i1 + 12 | 0; i7 = i1 + 16 | 0; i8 = 0; while (1) { - if (i8 >>> 0 >= (__ZN6cashew5Value4sizeEv(i2) | 0) >>> 0) break; - i2 = HEAP32[i5 >> 2] | 0; - i4 = __ZN6cashew3RefixEj(i129, i8) | 0; - HEAP32[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; + 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; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i83); - i2 = HEAP32[i129 >> 2] | 0; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i87); + i3 = HEAP32[i129 >> 2] | 0; i8 = i8 + 1 | 0; } break; } - i2 = HEAP32[i132 + 4 >> 2] | 0; + i3 = HEAP32[i132 + 4 >> 2] | 0; i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 2) | 0, 0) | 0; - HEAP32[i47 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i47 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; - i4 = i2 + 4 | 0; + HEAP32[i45 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i45 >> 2]; + i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; + i4 = i3 + 4 | 0; if (((HEAP32[i4 >> 2] | 0) + -3 | 0) >>> 0 < 2) { i1 = __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = (i6 | 0) == (HEAP32[i5 >> 2] | 0) ? 6 : 9; - HEAP32[i1 + 12 >> 2] = i2; + HEAP32[i1 + 8 >> 2] = (i7 | 0) == (HEAP32[i5 >> 2] | 0) ? 6 : 9; + HEAP32[i1 + 12 >> 2] = i3; HEAP32[i1 + 4 >> 2] = HEAP32[i4 >> 2]; break; } else _abort(); } - if ((i54 | 0) == (HEAP32[9606] | 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; + 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; HEAP32[i134 >> 2] = HEAP32[i51 >> 2]; - i2 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i133, i134, i2) | 0; + i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i133, i134, i1) | 0; } - i1 = (HEAP32[HEAP32[i132 + 28 >> 2] >> 2] | 0) + 4 | 0; + i3 = (HEAP32[HEAP32[i132 + 28 >> 2] >> 2] | 0) + 4 | 0; if (HEAP8[HEAP32[i132 + 24 >> 2] >> 0] | 0) { - if ((HEAP32[i1 >> 2] | 0) != (i2 | 0)) ___assert_fail(21726, 13029, 1174, 35993); - } else HEAP32[i1 >> 2] = i2; + if ((HEAP32[i3 >> 2] | 0) != (i1 | 0)) ___assert_fail(21752, 13029, 1174, 36019); + } else HEAP32[i3 >> 2] = i1; i1 = __ZN10MixedArena5allocIN4wasm6ReturnEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i2 = 0; else { - i2 = HEAP32[i132 + 4 >> 2] | 0; + if (__ZN6cashew3RefntEv(__ZN6cashew3RefixEj(i131, 1) | 0) | 0) i3 = 0; else { + i3 = HEAP32[i132 + 4 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i68 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i68 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + HEAP32[i66 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i66 >> 2]; + i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; } - HEAP32[i1 + 8 >> 2] = i2; + HEAP32[i1 + 8 >> 2] = i3; break; } - if ((i54 | 0) == (HEAP32[9598] | 0)) { + if ((i52 | 0) == (HEAP32[9604] | 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]; - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; - i6 = i2; + i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; + i6 = i3; HEAP32[i129 >> 2] = i6; HEAP32[HEAP32[i4 >> 2] >> 2] = 0; - 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); + 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); break; } else { - HEAP32[i5 >> 2] = i6; + HEAP32[i1 >> 2] = i6; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; break; } } else { - i2 = 0; + i3 = 0; i6 = 0; } while (0); i1 = HEAP32[i132 + 44 >> 2] | 0; @@ -12330,65 +12464,65 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i1, i134, 0) | 0; HEAP32[i130 >> 2] = i1; i7 = i1; - do if (i2) { - i2 = (HEAP32[i132 + 40 >> 2] | 0) + 4 | 0; - i5 = HEAP32[i2 >> 2] | 0; - i4 = i5 + -4 | 0; + do if (i3) { + i4 = (HEAP32[i132 + 40 >> 2] | 0) + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i5 = i3 + -4 | 0; while (1) { - if ((i5 | 0) == (i4 | 0)) break; - i134 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i134; - i5 = i134; + if ((i3 | 0) == (i5 | 0)) break; + i134 = i3 + -4 | 0; + HEAP32[i4 >> 2] = i134; + i3 = i134; } - i2 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(i1) | 0; - if (i2 | 0 ? (i95 = i2 + 8 | 0, (HEAP32[i95 >> 2] | 0) == 0) : 0) { + i3 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(i1) | 0; + if (i3 | 0 ? (i95 = i3 + 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; - 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; + 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; } HEAP32[i130 >> 2] = i1; } while (0); break; } - if ((i54 | 0) == (HEAP32[9617] | 0)) { + if ((i52 | 0) == (HEAP32[9623] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i2 = i132 + 40 | 0; - i133 = HEAP32[i2 >> 2] | 0; - if ((HEAP32[i133 + 4 >> 2] | 0) == (HEAP32[i133 >> 2] | 0)) ___assert_fail(21751, 13029, 1205, 35993); - 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]; + 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]; HEAP32[i134 >> 2] = HEAP32[i64 >> 2]; - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; + i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; } - HEAP32[i1 + 12 >> 2] = i2; + HEAP32[i1 + 8 >> 2] = i3; break; } - if ((i54 | 0) == (HEAP32[9618] | 0)) { + if ((i52 | 0) == (HEAP32[9624] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; - i2 = i132 + 48 | 0; - i133 = HEAP32[i2 >> 2] | 0; - if ((HEAP32[i133 + 4 >> 2] | 0) == (HEAP32[i133 >> 2] | 0)) ___assert_fail(21773, 13029, 1210, 35993); - 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]; + 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]; HEAP32[i134 >> 2] = HEAP32[i65 >> 2]; - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; + i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; } - HEAP32[i1 + 12 >> 2] = i2; + HEAP32[i1 + 8 >> 2] = i3; break; } - if ((i54 | 0) == (HEAP32[9609] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 38460) | 0) { + if ((i52 | 0) == (HEAP32[9615] | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 38484) | 0) { i8 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 1) | 0; i8 = (__ZN6cashew5Value10getIntegerEv(HEAP32[i8 >> 2] | 0) | 0) == 1; } else i8 = 0; @@ -12396,17 +12530,17 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i1 = __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; HEAP32[i129 >> 2] = 0; HEAP32[i130 >> 2] = 0; - i2 = i132 + 32 | 0; - i4 = HEAP32[i2 >> 2] | 0; + i3 = i132 + 32 | 0; + i4 = HEAP32[i3 >> 2] | 0; if (!(HEAP32[i4 >> 2] | 0)) { i4 = i132 + 56 | 0; - i2 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i78, 21798, 9); - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i78) | 0; - HEAP32[i129 >> 2] = i2; + 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; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i78); i4 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i79, 21808, 8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i79, 21834, 8); i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i79) | 0; HEAP32[i130 >> 2] = i4; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i79); @@ -12415,178 +12549,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[i2 >> 2] >> 2]; + HEAP32[i77 >> 2] = HEAP32[HEAP32[i3 >> 2] >> 2]; HEAP32[i134 >> 2] = HEAP32[i77 >> 2]; i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; HEAP32[i130 >> 2] = i4; - HEAP32[HEAP32[i2 >> 2] >> 2] = 0; - i2 = i128; + HEAP32[HEAP32[i3 >> 2] >> 2] = 0; + i3 = i128; } - HEAP32[i1 + 8 >> 2] = i2; + HEAP32[i1 + 8 >> 2] = i3; i11 = i1 + 12 | 0; HEAP32[i11 >> 2] = i4; i12 = i132 + 40 | 0; - i5 = HEAP32[i12 >> 2] | 0; - i6 = i5 + 4 | 0; - i7 = HEAP32[i6 >> 2] | 0; - if ((i7 | 0) == (HEAP32[i5 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i129); else { - HEAP32[i7 >> 2] = i2; + 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; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; } i10 = i132 + 48 | 0; - i5 = HEAP32[i10 >> 2] | 0; - i6 = i5 + 4 | 0; - i7 = HEAP32[i6 >> 2] | 0; - if ((i7 | 0) == (HEAP32[i5 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i130); else { - HEAP32[i7 >> 2] = i4; + 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; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; } if (i8) { - i2 = HEAP32[i132 + 4 >> 2] | 0; + i3 = HEAP32[i132 + 4 >> 2] | 0; i7 = __ZN6cashew3RefixEj(i131, 2) | 0; HEAP32[i98 >> 2] = HEAP32[i7 >> 2]; HEAP32[i134 >> 2] = HEAP32[i98 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + i3 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i3, i134) | 0; i7 = i1 + 16 | 0; - HEAP32[i7 >> 2] = i2; + HEAP32[i7 >> 2] = i3; } else { - i7 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; - HEAP32[i7 + 12 >> 2] = i2; - i6 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; + i9 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; + HEAP32[i9 + 8 >> 2] = i3; + i8 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; i5 = i132 + 4 | 0; - i2 = HEAP32[i5 >> 2] | 0; - i8 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i101 >> 2] = HEAP32[i8 >> 2]; + i3 = HEAP32[i5 >> 2] | 0; + i6 = __ZN6cashew3RefixEj(i131, 1) | 0; + HEAP32[i101 >> 2] = HEAP32[i6 >> 2]; HEAP32[i134 >> 2] = HEAP32[i101 >> 2]; - 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); + 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); i7 = i1 + 16 | 0; - HEAP32[i7 >> 2] = i2; + HEAP32[i7 >> 2] = i3; } - i6 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i133, i2) | 0; + i6 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i133, i3) | 0; i5 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i13 >> 2] | 0) | 0; - HEAP32[i5 + 12 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i5 + 8 >> 2] = HEAP32[i11 >> 2]; HEAP32[i114 >> 2] = i5; - i2 = i6 + 16 | 0; - i4 = HEAP32[i2 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i6 + 20 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i5; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + 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; } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6 + 12 | 0, i114); HEAP32[i7 >> 2] = i6; - i2 = (HEAP32[i10 >> 2] | 0) + 4 | 0; - i5 = HEAP32[i2 >> 2] | 0; - i4 = i5 + -4 | 0; + i4 = (HEAP32[i10 >> 2] | 0) + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i5 = i3 + -4 | 0; while (1) { - if ((i5 | 0) == (i4 | 0)) break; - i134 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i134; - i5 = i134; + if ((i3 | 0) == (i5 | 0)) break; + i134 = i3 + -4 | 0; + HEAP32[i4 >> 2] = i134; + i3 = i134; } - i2 = (HEAP32[i12 >> 2] | 0) + 4 | 0; - i5 = HEAP32[i2 >> 2] | 0; - i4 = i5 + -4 | 0; + i4 = (HEAP32[i12 >> 2] | 0) + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i5 = i3 + -4 | 0; while (1) { - if ((i5 | 0) == (i4 | 0)) break; - i134 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i134; - i5 = i134; + if ((i3 | 0) == (i5 | 0)) break; + i134 = i3 + -4 | 0; + HEAP32[i4 >> 2] = i134; + i3 = i134; } break; } - if ((i54 | 0) == (HEAP32[9610] | 0)) { - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 38460) | 0) { + if ((i52 | 0) == (HEAP32[9616] | 0)) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 0) | 0, 38484) | 0) { i128 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i131, 1) | 0, 1) | 0; i128 = __ZN6cashew5Value9getNumberEv(HEAP32[i128 >> 2] | 0) | 0; if (!(+HEAPF64[i128 >> 3] == 0.0)) break; i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; HEAP32[i129 >> 2] = 0; - i2 = i132 + 32 | 0; - i4 = HEAP32[i2 >> 2] | 0; + i3 = i132 + 32 | 0; + i4 = HEAP32[i3 >> 2] | 0; if (!(HEAP32[i4 >> 2] | 0)) { - i2 = HEAP32[i132 + 56 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i70, 21817, 7); - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i70) | 0; - HEAP32[i129 >> 2] = i2; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i70); + 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); } else { - HEAP32[i69 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i69 >> 2]; + HEAP32[i67 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i67 >> 2]; i133 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; HEAP32[i129 >> 2] = i133; - HEAP32[HEAP32[i2 >> 2] >> 2] = 0; - i2 = i133; + HEAP32[HEAP32[i3 >> 2] >> 2] = 0; + i3 = i133; } - HEAP32[i1 + 8 >> 2] = i2; + HEAP32[i1 + 8 >> 2] = i3; i7 = i132 + 40 | 0; - i4 = HEAP32[i7 >> 2] | 0; - i5 = i4 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i129); else { - HEAP32[i6 >> 2] = i2; + 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; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } i6 = i132 + 48 | 0; - i2 = HEAP32[i6 >> 2] | 0; - i4 = i2 + 4 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i2 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i2, 38120); else { - HEAP32[i5 >> 2] = HEAP32[9530]; + 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]; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; } - i2 = HEAP32[i132 + 4 >> 2] | 0; + i5 = HEAP32[i132 + 4 >> 2] | 0; i4 = __ZN6cashew3RefixEj(i131, 2) | 0; HEAP32[i94 >> 2] = HEAP32[i4 >> 2]; HEAP32[i134 >> 2] = HEAP32[i94 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; - HEAP32[i96 >> 2] = i2; + i5 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i134) | 0; + HEAP32[i96 >> 2] = i5; i4 = i1 + 16 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if (i5 >>> 0 < (HEAP32[i1 + 20 >> 2] | 0) >>> 0) { - HEAP32[i5 >> 2] = i2; + i3 = HEAP32[i4 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i1 + 20 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i5; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i1 + 12 | 0, i96); - i2 = (HEAP32[i6 >> 2] | 0) + 4 | 0; - i5 = HEAP32[i2 >> 2] | 0; - i4 = i5 + -4 | 0; + i4 = (HEAP32[i6 >> 2] | 0) + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i5 = i3 + -4 | 0; while (1) { - if ((i5 | 0) == (i4 | 0)) break; - i134 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i134; - i5 = i134; - } - i2 = (HEAP32[i7 >> 2] | 0) + 4 | 0; - i5 = HEAP32[i2 >> 2] | 0; - i4 = i5 + -4 | 0; + if ((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; while (1) { - if ((i5 | 0) == (i4 | 0)) break; - i134 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i134; - i5 = i134; + if ((i3 | 0) == (i5 | 0)) break; + i134 = i3 + -4 | 0; + HEAP32[i4 >> 2] = i134; + i3 = i134; } break L4; } while (0); @@ -12594,97 +12728,97 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i1 = __ZN10MixedArena5allocIN4wasm4LoopEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; HEAP32[i129 >> 2] = 0; HEAP32[i130 >> 2] = 0; - i2 = i132 + 32 | 0; - i4 = HEAP32[i2 >> 2] | 0; + i3 = i132 + 32 | 0; + i4 = HEAP32[i3 >> 2] | 0; if (!(HEAP32[i4 >> 2] | 0)) { i4 = i132 + 56 | 0; - i2 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i74, 21825, 6); - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i74) | 0; - HEAP32[i129 >> 2] = i2; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i74); + 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); i4 = HEAP32[i4 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i75, 21832, 5); - i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i75) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i74, 21858, 5); + i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i4, i74) | 0; HEAP32[i130 >> 2] = i4; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i75); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i74); } else { - HEAP32[i72 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i72 >> 2]; + HEAP32[i71 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i71 >> 2]; i128 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; HEAP32[i129 >> 2] = i128; - HEAP32[i73 >> 2] = HEAP32[HEAP32[i2 >> 2] >> 2]; - HEAP32[i134 >> 2] = HEAP32[i73 >> 2]; + HEAP32[i72 >> 2] = HEAP32[HEAP32[i3 >> 2] >> 2]; + HEAP32[i134 >> 2] = HEAP32[i72 >> 2]; i4 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; HEAP32[i130 >> 2] = i4; - HEAP32[HEAP32[i2 >> 2] >> 2] = 0; - i2 = i128; + HEAP32[HEAP32[i3 >> 2] >> 2] = 0; + i3 = i128; } i10 = i4; - HEAP32[i1 + 8 >> 2] = i2; + HEAP32[i1 + 8 >> 2] = i3; HEAP32[i1 + 12 >> 2] = i10; i9 = i132 + 40 | 0; - i4 = HEAP32[i9 >> 2] | 0; - i5 = i4 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i129); else { - HEAP32[i6 >> 2] = i2; + 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; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } i6 = i132 + 48 | 0; - i2 = HEAP32[i6 >> 2] | 0; - i4 = i2 + 4 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i2 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i2, i130); else { - HEAP32[i5 >> 2] = i10; + 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; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; } i7 = i132 + 4 | 0; - i2 = HEAP32[i7 >> 2] | 0; + i4 = HEAP32[i7 >> 2] | 0; i8 = __ZN6cashew3RefixEj(i131, 2) | 0; HEAP32[i97 >> 2] = HEAP32[i8 >> 2]; HEAP32[i134 >> 2] = HEAP32[i97 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; + i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; i8 = i1 + 16 | 0; - HEAP32[i8 >> 2] = i2; - i2 = (HEAP32[i6 >> 2] | 0) + 4 | 0; - i5 = HEAP32[i2 >> 2] | 0; - i4 = i5 + -4 | 0; + HEAP32[i8 >> 2] = i4; + i4 = (HEAP32[i6 >> 2] | 0) + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; + i5 = i3 + -4 | 0; while (1) { - 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; + 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; while (1) { - if ((i5 | 0) == (i4 | 0)) break; - i132 = i5 + -4 | 0; - HEAP32[i2 >> 2] = i132; - i5 = i132; + if ((i3 | 0) == (i5 | 0)) break; + i132 = i3 + -4 | 0; + HEAP32[i4 >> 2] = i132; + i3 = i132; } i6 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i11 >> 2] | 0) | 0; - HEAP32[i6 + 12 >> 2] = i10; - i2 = HEAP32[i7 >> 2] | 0; + HEAP32[i6 + 8 >> 2] = i10; + i5 = HEAP32[i7 >> 2] | 0; i4 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i105 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i105 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; - HEAP32[i6 + 8 >> 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[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[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i2 + 12 | 0, i108); - HEAP32[i8 >> 2] = i2; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i5 + 12 | 0, i109); + HEAP32[i8 >> 2] = i5; break; } - if ((i54 | 0) == (HEAP32[9611] | 0)) { + if ((i52 | 0) == (HEAP32[9617] | 0)) { i15 = __ZN6cashew3RefixEj(i131, 1) | 0; i15 = HEAP32[i15 >> 2] | 0; i7 = __ZN6cashew3RefixEj(i131, 2) | 0; @@ -12698,252 +12832,252 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i129 >> 2] = 0; HEAP32[i130 >> 2] = 0; i1 = i132 + 32 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (!(HEAP32[i2 >> 2] | 0)) { - i2 = i132 + 56 | 0; - i1 = HEAP32[i2 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i87, 21838, 7); - i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i87) | 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; HEAP32[i129 >> 2] = i1; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i87); - i2 = HEAP32[i2 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i88, 21846, 6); - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i88) | 0; - HEAP32[i130 >> 2] = i2; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i88); + __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); } else { - HEAP32[i85 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i85 >> 2]; + HEAP32[i82 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i82 >> 2]; i131 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; HEAP32[i129 >> 2] = i131; - 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[i83 >> 2] = HEAP32[HEAP32[i1 >> 2] >> 2]; + HEAP32[i134 >> 2] = HEAP32[i83 >> 2]; + i3 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__7clENS1_7IStringE(i134) | 0; + HEAP32[i130 >> 2] = i3; HEAP32[HEAP32[i1 >> 2] >> 2] = 0; i1 = i131; } HEAP32[i16 + 8 >> 2] = i1; i10 = i16 + 12 | 0; - HEAP32[i10 >> 2] = i2; + HEAP32[i10 >> 2] = i3; i13 = i132 + 40 | 0; - i4 = HEAP32[i13 >> 2] | 0; - i5 = i4 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i129); else { - HEAP32[i6 >> 2] = i1; + 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; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } i8 = i132 + 48 | 0; - i4 = HEAP32[i8 >> 2] | 0; - i5 = i4 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i130); else { - HEAP32[i6 >> 2] = i2; + 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; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } - i4 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; - HEAP32[i4 + 12 >> 2] = i1; - i2 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; + i6 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; + HEAP32[i6 + 8 >> 2] = i1; + i3 = __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; i9 = i132 + 4 | 0; - i5 = HEAP32[i9 >> 2] | 0; + i4 = HEAP32[i9 >> 2] | 0; HEAP32[i102 >> 2] = i7; HEAP32[i134 >> 2] = HEAP32[i102 >> 2]; - i7 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i5, i134) | 0; - HEAP32[i2 + 8 >> 2] = i7; + i7 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; + HEAP32[i3 + 8 >> 2] = i7; i7 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; - HEAP32[i2 + 12 >> 2] = i7; - HEAP32[i2 + 16 >> 2] = i4; + HEAP32[i3 + 12 >> 2] = i7; + HEAP32[i3 + 16 >> 2] = i6; i7 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; - 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 = 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); i6 = i16 + 16 | 0; HEAP32[i6 >> 2] = i7; i4 = __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i133, i7) | 0; i5 = __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; - HEAP32[i5 + 12 >> 2] = HEAP32[i10 >> 2]; + HEAP32[i5 + 8 >> 2] = HEAP32[i10 >> 2]; HEAP32[i124 >> 2] = i5; - i1 = i4 + 16 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i4 + 20 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i5; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; + 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; } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i4 + 12 | 0, i124); HEAP32[i6 >> 2] = i4; - i1 = (HEAP32[i8 >> 2] | 0) + 4 | 0; - i4 = HEAP32[i1 >> 2] | 0; - i2 = i4 + -4 | 0; + i3 = (HEAP32[i8 >> 2] | 0) + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; + i4 = i1 + -4 | 0; while (1) { - if ((i4 | 0) == (i2 | 0)) break; - i133 = i4 + -4 | 0; - HEAP32[i1 >> 2] = i133; - i4 = i133; + if ((i1 | 0) == (i4 | 0)) break; + i133 = i1 + -4 | 0; + HEAP32[i3 >> 2] = i133; + i1 = i133; } - i1 = (HEAP32[i13 >> 2] | 0) + 4 | 0; - i4 = HEAP32[i1 >> 2] | 0; - i2 = i4 + -4 | 0; + i3 = (HEAP32[i13 >> 2] | 0) + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; + i4 = i1 + -4 | 0; while (1) { - if ((i4 | 0) == (i2 | 0)) break; - i133 = i4 + -4 | 0; - HEAP32[i1 >> 2] = i133; - i4 = i133; + if ((i1 | 0) == (i4 | 0)) break; + i133 = i1 + -4 | 0; + HEAP32[i3 >> 2] = i133; + i1 = i133; } i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i14 >> 2] | 0) | 0; i7 = i1 + 12 | 0; - i2 = HEAP32[i9 >> 2] | 0; + i4 = HEAP32[i9 >> 2] | 0; HEAP32[i126 >> 2] = i15; HEAP32[i134 >> 2] = HEAP32[i126 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; - HEAP32[i127 >> 2] = i2; + i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; + HEAP32[i127 >> 2] = i4; i5 = i1 + 16 | 0; - i4 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; i6 = i1 + 20 | 0; - if (i4 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; - i2 = (HEAP32[i5 >> 2] | 0) + 4 | 0; - HEAP32[i5 >> 2] = i2; + if (i3 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i4; + i3 = (HEAP32[i5 >> 2] | 0) + 4 | 0; + HEAP32[i5 >> 2] = i3; } else { __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i127); - i2 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; } HEAP32[i128 >> 2] = i16; - if (i2 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i16; + if (i3 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { + HEAP32[i3 >> 2] = i16; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i128); break; } - if ((i54 | 0) == (HEAP32[9616] | 0)) { - i2 = HEAP32[i132 + 32 >> 2] | 0; - if (!(HEAP32[i2 >> 2] | 0)) { + if ((i52 | 0) == (HEAP32[9622] | 0)) { + i3 = HEAP32[i132 + 32 >> 2] | 0; + if (!(HEAP32[i3 >> 2] | 0)) { i1 = __ZN6cashew3RefixEj(i131, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; i1 = HEAP32[i132 + 4 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i59 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i59 >> 2]; + HEAP32[i55 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i55 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; break; - } else ___assert_fail(13852, 13029, 1340, 35993); + } else ___assert_fail(13852, 13029, 1340, 36019); } - if ((i54 | 0) == (HEAP32[9604] | 0)) { + if ((i52 | 0) == (HEAP32[9610] | 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[i60 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i60 >> 2]; + HEAP32[i56 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i56 >> 2]; i130 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i130, i134) | 0; HEAP32[i1 + 8 >> 2] = i130; i130 = HEAP32[i132 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 2) | 0; - HEAP32[i61 >> 2] = HEAP32[i133 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i61 >> 2]; + HEAP32[i57 >> 2] = HEAP32[i133 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i57 >> 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[i62 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i62 >> 2]; + HEAP32[i58 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i58 >> 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 ((i54 | 0) == (HEAP32[9612] | 0)) { + if ((i52 | 0) == (HEAP32[9618] | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i133 + 4 >> 2] | 0) | 0; i8 = i1 + 12 | 0; i5 = i132 + 4 | 0; - i2 = HEAP32[i5 >> 2] | 0; + i4 = HEAP32[i5 >> 2] | 0; i6 = __ZN6cashew3RefixEj(i131, 1) | 0; - HEAP32[i71 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i71 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i134) | 0; - HEAP32[i81 >> 2] = i2; + HEAP32[i75 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i75 >> 2]; + i4 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i4, i134) | 0; + HEAP32[i88 >> 2] = i4; i6 = i1 + 16 | 0; - i4 = HEAP32[i6 >> 2] | 0; + i3 = HEAP32[i6 >> 2] | 0; i7 = i1 + 20 | 0; - if (i4 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i2; + 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_(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; + } 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; HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i90); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i91); HEAP32[i1 + 4 >> 2] = HEAP32[(HEAP32[(HEAP32[i8 >> 2] | 0) + 4 >> 2] | 0) + 4 >> 2]; break; } - if ((i54 | 0) != (HEAP32[9619] | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i52, 21980, 20); - HEAP32[i53 >> 2] = HEAP32[i131 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i53 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i52, i134); + 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); } HEAP32[i129 >> 2] = 0; - i2 = i132 + 32 | 0; - i4 = HEAP32[i2 >> 2] | 0; + i3 = i132 + 32 | 0; + i4 = HEAP32[i3 >> 2] | 0; if (!(HEAP32[i4 >> 2] | 0)) { - i2 = HEAP32[i132 + 56 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i67, 28049, 6); - i2 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i2, i67) | 0; - HEAP32[i129 >> 2] = i2; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i67); + 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); } else { - HEAP32[i66 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i134 >> 2] = HEAP32[i66 >> 2]; + HEAP32[i69 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i134 >> 2] = HEAP32[i69 >> 2]; i128 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i134) | 0; HEAP32[i129 >> 2] = i128; - HEAP32[HEAP32[i2 >> 2] >> 2] = 0; - i2 = i128; + HEAP32[HEAP32[i3 >> 2] >> 2] = 0; + i3 = i128; } i18 = i132 + 40 | 0; - i4 = HEAP32[i18 >> 2] | 0; - i5 = i4 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - if ((i6 | 0) == (HEAP32[i4 + 8 >> 2] | 0)) __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i129); else { - HEAP32[i6 >> 2] = i2; + 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; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; } i16 = i133 + 4 | 0; i17 = __ZN10MixedArena5allocIN4wasm6SwitchEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; - HEAP32[i17 + 8 >> 2] = i2; + HEAP32[i17 + 8 >> 2] = i3; i129 = HEAP32[i132 + 4 >> 2] | 0; i8 = __ZN6cashew3RefixEj(i131, 1) | 0; HEAP32[i92 >> 2] = HEAP32[i8 >> 2]; @@ -12951,7 +13085,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(21853, 13029, 1368, 35993); + if ((HEAP32[i129 + 4 >> 2] | 0) != 1) ___assert_fail(21879, 13029, 1368, 36019); i5 = __ZN6cashew3RefixEj(i131, 2) | 0; i5 = HEAP32[i5 >> 2] | 0; HEAP32[i130 >> 2] = i5; @@ -12960,54 +13094,54 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i4 = 0; L477 : while (1) { if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(i5) | 0) >>> 0) { - i123 = i6; + i122 = i6; break; } i131 = __ZN6cashew3RefixEj(i130, i7) | 0; HEAP32[i125 >> 2] = HEAP32[i131 >> 2]; i131 = __ZN6cashew3RefixEj(i125, 0) | 0; i131 = HEAP32[i131 >> 2] | 0; - HEAP32[i122 >> 2] = i131; - do if ((HEAP32[i131 >> 2] | 0) == 3) i2 = i6; else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i122, 0) | 0, 38460) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i122, 0) | 0, 38496) | 0) : 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) { i106 = 350; break L477; } - HEAP32[i99 >> 2] = HEAP32[i122 >> 2]; + HEAP32[i99 >> 2] = HEAP32[i121 >> 2]; HEAP32[i134 >> 2] = HEAP32[i99 >> 2]; __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i100, i133, i134); - i2 = __ZN4wasm7Literal6geti32Ev(i100) | 0; + i3 = __ZNK4wasm7Literal6geti32Ev(i100) | 0; if (!i4) { i4 = 1; break; } - i2 = (i2 | 0) < (i6 | 0) ? i2 : i6; + i3 = (i3 | 0) < (i6 | 0) ? i3 : i6; i4 = 1; } while (0); i5 = HEAP32[i130 >> 2] | 0; i7 = i7 + 1 | 0; - i6 = i2; + i6 = i3; } - if ((i106 | 0) == 350) ___assert_fail(21877, 13029, 1376, 35993); + if ((i106 | 0) == 350) ___assert_fail(21903, 13029, 1376, 36019); i7 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; HEAP32[i7 + 8 >> 2] = 1; HEAP32[i7 + 12 >> 2] = HEAP32[i8 >> 2]; - i15 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; - HEAP32[i15 + 8 >> 2] = 1; - HEAP32[i15 + 16 >> 2] = i123; - HEAP32[i15 + 4 >> 2] = 1; - HEAP32[i7 + 16 >> 2] = i15; + 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; HEAP32[i7 + 4 >> 2] = 1; HEAP32[i8 >> 2] = i7; i7 = i132 + 44 | 0; - i8 = i121 + 4 | 0; + i9 = i120 + 4 | 0; i15 = i17 + 28 | 0; - i9 = i132 + 56 | 0; + i8 = i132 + 56 | 0; i10 = i17 + 36 | 0; i11 = i17 + 40 | 0; i12 = i17 + 32 | 0; - i13 = i17 + 16 | 0; - i14 = i17 + 20 | 0; + i14 = i17 + 16 | 0; + i13 = i17 + 20 | 0; i6 = 0; while (1) { if (i6 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i130 >> 2] | 0) | 0) >>> 0) { @@ -13017,57 +13151,57 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ i131 = __ZN6cashew3RefixEj(i130, i6) | 0; HEAP32[i125 >> 2] = HEAP32[i131 >> 2]; i131 = __ZN6cashew3RefixEj(i125, 0) | 0; - HEAP32[i122 >> 2] = HEAP32[i131 >> 2]; + HEAP32[i121 >> 2] = HEAP32[i131 >> 2]; i131 = __ZN6cashew3RefixEj(i125, 1) | 0; i131 = HEAP32[i131 >> 2] | 0; - HEAP32[i121 >> 2] = 0; + HEAP32[i120 >> 2] = 0; i132 = HEAP32[i7 >> 2] | 0; HEAP32[i115 >> 2] = i131; HEAP32[i134 >> 2] = HEAP32[i115 >> 2]; i132 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i132, i134, 0) | 0; - HEAP32[i8 >> 2] = i132; - if ((HEAP32[HEAP32[i122 >> 2] >> 2] | 0) == 3) { - i132 = HEAP32[i9 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i116, 21929, 14); + 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); i132 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i132, i116) | 0; HEAP32[i15 >> 2] = i132; - HEAP32[i121 >> 2] = i132; + HEAP32[i120 >> 2] = i132; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i116); } else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i122, 0) | 0, 38460) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i122, 0) | 0, 38496) | 0) : 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i121, 0) | 0, 38484) | 0) ? !(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i121, 0) | 0, 38520) | 0) : 0) { i106 = 360; break; } - HEAP32[i117 >> 2] = HEAP32[i122 >> 2]; + HEAP32[i117 >> 2] = HEAP32[i121 >> 2]; HEAP32[i134 >> 2] = HEAP32[i117 >> 2]; - __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i118, i133, i134); - i2 = __ZN4wasm7Literal6geti32Ev(i118) | 0; - if ((i2 | 0) < (i123 | 0)) { + __ZN4wasm15Asm2WasmBuilder10getLiteralEN6cashew3RefE(i123, i133, i134); + i3 = __ZNK4wasm7Literal6geti32Ev(i123) | 0; + if ((i3 | 0) < (i122 | 0)) { i106 = 362; break; } - i4 = i2 - i123 | 0; - if ((i4 | 0) <= -1) { + i5 = i3 - i122 | 0; + if ((i5 | 0) <= -1) { i106 = 364; break; } - i5 = HEAP32[i9 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i119, 21968, 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; + 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; } - HEAP32[i2 + (i4 << 2) >> 2] = i5; + HEAP32[i3 + (i5 << 2) >> 2] = i4; } - 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; + 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; i131 = HEAP32[i129 + 4 >> 2] | 0; - i132 = i2; + i132 = i3; HEAP32[i132 >> 2] = HEAP32[i129 >> 2]; HEAP32[i132 + 4 >> 2] = i131; HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 8; @@ -13077,12 +13211,12 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ if ((i106 | 0) == 355) { if (!(HEAP32[i15 >> 2] | 0)) { HEAP32[i134 >> 2] = 0; - i1 = HEAP32[i9 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i120, 21929, 14); - i1 = __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE(i1, i120) | 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; HEAP32[i15 >> 2] = i1; HEAP32[i134 >> 2] = i1; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i120); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i119); i1 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i16 >> 2] | 0) | 0; HEAP32[i134 + 4 >> 2] = i1; i1 = HEAP32[i10 >> 2] | 0; @@ -13094,27 +13228,27 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i134 + 4 >> 2] = i133; HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 8; } - i2 = 0; - } else i2 = 0; + i3 = 0; + } else i3 = 0; while (1) { - i1 = HEAP32[i13 >> 2] | 0; - if (i2 >>> 0 >= (HEAP32[i14 >> 2] | 0) - i1 >> 2 >>> 0) break; - i1 = i1 + (i2 << 2) | 0; + i1 = HEAP32[i14 >> 2] | 0; + if (i3 >>> 0 >= (HEAP32[i13 >> 2] | 0) - i1 >> 2 >>> 0) break; + i1 = i1 + (i3 << 2) | 0; if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i15 >> 2]; - i2 = i2 + 1 | 0; + i3 = i3 + 1 | 0; } - i1 = (HEAP32[i18 >> 2] | 0) + 4 | 0; - i4 = HEAP32[i1 >> 2] | 0; - i2 = i4 + -4 | 0; + i3 = (HEAP32[i18 >> 2] | 0) + 4 | 0; + i1 = HEAP32[i3 >> 2] | 0; + i4 = i1 + -4 | 0; while (1) { - if ((i4 | 0) == (i2 | 0)) break; - i134 = i4 + -4 | 0; - HEAP32[i1 >> 2] = i134; - i4 = i134; + if ((i1 | 0) == (i4 | 0)) break; + i134 = i1 + -4 | 0; + HEAP32[i3 >> 2] = i134; + i1 = i134; } i1 = i17; break; - } else if ((i106 | 0) == 360) ___assert_fail(21877, 13029, 1401, 35993); else if ((i106 | 0) == 362) ___assert_fail(21944, 13029, 1403, 35993); else if ((i106 | 0) == 364) ___assert_fail(21957, 13029, 1405, 35993); + } 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 { i1 = HEAP32[i132 + 4 >> 2] | 0; i133 = __ZN6cashew3RefixEj(i131, 1) | 0; @@ -13122,18 +13256,17 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__1clES2_ HEAP32[i134 >> 2] = HEAP32[i4 >> 2]; i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i134) | 0; } while (0); - i4 = HEAP32[9583] | 0; - i2 = i4 + -4 | 0; + i3 = HEAP32[9589] | 0; + i4 = i3 + -4 | 0; while (1) { - if ((i4 | 0) == (i2 | 0)) break; - i134 = i4 + -4 | 0; - HEAP32[9583] = i134; - i4 = i134; + if ((i3 | 0) == (i4 | 0)) break; + i134 = i3 + -4 | 0; + HEAP32[9589] = i134; + i3 = 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; @@ -13143,57 +13276,57 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ STACKTOP = STACKTOP + 1136 | 0; i51 = i54 + 1104 | 0; i5 = i54 + 1080 | 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; + 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; i50 = i54 + 864 | 0; - 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; + 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; 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, 35951); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i5, 35977); i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i50 = HEAP32[i52 + 8 >> 2] | 0; @@ -13227,13 +13360,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ case 110: case 100: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i6, 35962); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i45, 35988); 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, i45); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13249,24 +13382,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, 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(i6); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i45); i1 = i53 + 2 | 0; break L1; } case 78: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i17, 35972); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i9, 35998); 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, i9); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13282,24 +13415,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, i17); + __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(i17); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); i1 = i53 + 2 | 0; break L1; } case 83: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i28, 35983); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i15, 36009); 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, i15); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13315,12 +13448,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, i28); + __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(i28); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); i1 = i53 + 2 | 0; break L1; } @@ -13334,13 +13467,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(i39, 35993); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i29, 36019); 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, i29); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13356,24 +13489,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, 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(i39); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i29); i1 = i53 + 2 | 0; break L1; } case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i46, 36004); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i39, 36030); 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, i39); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13389,24 +13522,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, 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(i46); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i39); i1 = i53 + 2 | 0; break L1; } case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i47, 36014); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i44, 36040); 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, i44); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13422,12 +13555,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, i47); + __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(i47); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i44); i1 = i53 + 2 | 0; break L1; } @@ -13448,7 +13581,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, 36024) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 36050) | 0; HEAP8[i52 + 60 >> 0] = 1; break L1; } @@ -13462,13 +13595,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(i48, 36034); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i46, 36060); 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, i46); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13484,24 +13617,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, 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(i48); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i46); i1 = i53 + 2 | 0; break L1; } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i49, 36052); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i47, 36078); 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, i47); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13516,13 +13649,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, 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(i49); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i47); i1 = i53 + 2 | 0; break L1; } @@ -13533,7 +13666,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ HEAP32[i50 >> 2] = 17; HEAP32[i50 + 4 >> 2] = 15; i2 = i1; - i3 = 36062; + i3 = 36088; i4 = i2 + 15 | 0; do { HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; @@ -13541,12 +13674,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; - i1 = i50 + 12 | 0; - i2 = 0; + i2 = i50 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } i1 = i52 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; @@ -13580,13 +13713,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ } case 118: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i7, 36078); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i48, 36104); 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, i48); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13602,24 +13735,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, 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(i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i48); i1 = i53 + 2 | 0; break L1; } case 86: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i8, 36088); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i49, 36114); 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, i49); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13634,13 +13767,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, i8); - 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(i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i49); i1 = i53 + 2 | 0; break L1; } @@ -13654,13 +13787,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(i9, 36099); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i6, 36125); 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, i6); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13676,24 +13809,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, 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(i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i6); i1 = i53 + 2 | 0; break L1; } case 79: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i10, 36109); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i7, 36135); 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, i7); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13709,24 +13842,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, 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(i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); i1 = i53 + 2 | 0; break L1; } case 113: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i11, 36120); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i8, 36146); 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, i8); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13742,12 +13875,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, 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(i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); i1 = i53 + 2 | 0; break L1; } @@ -13761,13 +13894,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(i12, 36131); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i10, 36157); 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, i10); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13783,24 +13916,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, i12); + __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(i12); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i10); i1 = i53 + 2 | 0; break L1; } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i13, 36142); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i11, 36168); 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, i11); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13816,12 +13949,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, 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(i13); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); i1 = i53 + 2 | 0; break L1; } @@ -13837,13 +13970,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ i1 = i53; break L1; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 36152); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i12, 36178); 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, i12); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13859,12 +13992,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, i14); + __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(i14); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); i1 = i53 + 2 | 0; break L1; } @@ -13872,13 +14005,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(i15, 36163); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i13, 36189); 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, i13); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13894,12 +14027,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, 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(i15); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i13); i1 = i53 + 2 | 0; break L1; } @@ -13916,18 +14049,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, 36174) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 36200) | 0; break L1; } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i16, 36186); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 36212); 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, i14); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13943,24 +14076,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, 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(i16); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i14); i1 = i53 + 2 | 0; break L1; } case 83: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i18, 36197); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i16, 36223); 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, i16); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -13976,24 +14109,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, 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(i18); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); i1 = i53 + 2 | 0; break L1; } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i19, 36209); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i17, 36235); 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, i17); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14009,12 +14142,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, i19); + __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(i19); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i17); i1 = i53 + 2 | 0; break L1; } @@ -14028,13 +14161,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(i20, 36219); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i18, 36245); 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, i18); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14050,24 +14183,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, 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(i20); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i18); i1 = i53 + 2 | 0; break L1; } case 73: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i21, 36229); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i19, 36255); 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, i19); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14083,24 +14216,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, 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(i21); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i19); i1 = i53 + 2 | 0; break L1; } case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i22, 36052); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i20, 36078); 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, i20); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14116,24 +14249,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, i22); + __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(i22); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i20); i1 = i53 + 2 | 0; break L1; } case 76: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i23, 36240); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i21, 36266); 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, i21); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14149,24 +14282,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, 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(i23); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i21); i1 = i53 + 2 | 0; break L1; } case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i24, 36251); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i22, 36277); 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, i22); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14182,12 +14315,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, i24); + __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(i24); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i22); i1 = i53 + 2 | 0; break L1; } @@ -14201,13 +14334,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(i25, 36262); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i23, 36288); 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, i23); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14223,24 +14356,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, 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(i25); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i23); i1 = i53 + 2 | 0; break L1; } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i26, 36277); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i24, 36303); 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, i24); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14256,24 +14389,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, 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(i26); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i24); i1 = i53 + 2 | 0; break L1; } case 103: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 36219); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i25, 36245); 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, i25); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14289,24 +14422,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, i27); + __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(i27); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i25); i1 = i53 + 2 | 0; break L1; } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i29, 36288); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i26, 36314); 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, i26); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14322,24 +14455,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, 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(i29); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i26); i1 = i53 + 2 | 0; break L1; } case 119: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i30, 36298); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i27, 36324); 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, i27); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14355,12 +14488,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, i30); + __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(i30); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i27); i1 = i53 + 2 | 0; break L1; } @@ -14374,13 +14507,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(i31, 36311); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i28, 36337); 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, i28); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14396,24 +14529,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, i31); + __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(i31); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i28); i1 = i53 + 2 | 0; break L1; } case 114: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i32, 36322); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i30, 36348); 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, i30); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14429,24 +14562,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, 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(i32); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i30); i1 = i53 + 2 | 0; break L1; } case 82: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i33, 36332); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i31, 36358); 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, i31); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14462,12 +14595,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, i33); + __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(i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i31); i1 = i53 + 2 | 0; break L1; } @@ -14481,13 +14614,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(i34, 36343); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i32, 36369); 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, i32); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14503,24 +14636,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, 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(i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i32); i1 = i53 + 2 | 0; break L1; } case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i35, 36355); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i33, 36381); 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, i33); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14536,24 +14669,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, 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(i35); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i33); i1 = i53 + 2 | 0; break L1; } case 76: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i36, 36365); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i34, 36391); 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, i34); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14569,24 +14702,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, 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(i36); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i34); i1 = i53 + 2 | 0; break L1; } case 112: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i37, 36376); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i35, 36402); 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, i35); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14602,24 +14735,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, i37); + __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(i37); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i35); i1 = i53 + 2 | 0; break L1; } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i38, 36355); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i36, 36381); 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, i36); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14635,24 +14768,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, i38); + __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(i38); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i36); i1 = i53 + 2 | 0; break L1; } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i40, 36387); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i37, 36413); 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, i37); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14668,12 +14801,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, i40); + __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(i40); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i37); i1 = i53 + 2 | 0; break L1; } @@ -14689,13 +14822,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ i1 = i53; break L1; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i41, 36398); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i38, 36424); 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, i38); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14711,12 +14844,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, i41); + __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(i41); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i38); i1 = i53 + 2 | 0; break L1; } @@ -14724,13 +14857,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(i42, 36408); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i40, 36434); 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, i40); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14746,24 +14879,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, 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(i42); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i40); i1 = i53 + 2 | 0; break L1; } case 77: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i43, 36418); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i41, 36444); 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, i41); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14779,24 +14912,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, i43); + __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(i43); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i41); i1 = i53 + 2 | 0; break L1; } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i44, 36429); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i42, 36455); 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, i42); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14812,24 +14945,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, i44); + __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(i44); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i42); i1 = i53 + 2 | 0; break L1; } case 83: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i45, 36440); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i43, 36466); 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, i43); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i52 >> 2] | 0; @@ -14845,12 +14978,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, i45); + __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(i45); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i43); i1 = i53 + 2 | 0; break L1; } @@ -14877,7 +15010,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, 36024) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 36050) | 0; break L1; } default: @@ -14889,6 +15022,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_operator_nameINS0_2DbEEEPKcS4_S4_ STACKTOP = i54; return i1 | 0; } + function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_RT_(i1, i3, i36) { i1 = i1 | 0; i3 = i3 | 0; @@ -14899,25 +15033,25 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R i35 = i37 + 696 | 0; i6 = i37 + 672 | 0; i32 = i37 + 648 | 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; + 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; i34 = i37 + 360 | 0; - i10 = i37 + 336 | 0; - i11 = i37 + 312 | 0; - i12 = i37 + 288 | 0; + i20 = i37 + 336 | 0; + i21 = i37 + 312 | 0; + i23 = i37 + 288 | 0; i33 = i37 + 264 | 0; - i13 = i37 + 240 | 0; - i14 = i37 + 216 | 0; - i16 = i37 + 192 | 0; + i7 = i37 + 240 | 0; + i8 = i37 + 216 | 0; + i9 = i37 + 192 | 0; i24 = i37 + 168 | 0; i25 = i37 + 144 | 0; i26 = i37 + 120 | 0; @@ -14929,7 +15063,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, 35497); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i6, 35523); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -14963,21 +15097,21 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R case 119: { HEAP8[i32 >> 0] = 14; - i2 = i32 + 1 | 0; - HEAP8[i2 >> 0] = HEAP8[35502] | 0; - HEAP8[i2 + 1 >> 0] = HEAP8[35503] | 0; - HEAP8[i2 + 2 >> 0] = HEAP8[35504] | 0; - HEAP8[i2 + 3 >> 0] = HEAP8[35505] | 0; - HEAP8[i2 + 4 >> 0] = HEAP8[35506] | 0; - HEAP8[i2 + 5 >> 0] = HEAP8[35507] | 0; - HEAP8[i2 + 6 >> 0] = HEAP8[35508] | 0; + 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; HEAP8[i32 + 8 >> 0] = 0; - i2 = i32 + 12 | 0; - i3 = 0; + i3 = i32 + 12 | 0; + i2 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; @@ -15011,13 +15145,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 98: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i15, 35510); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i22, 35536); 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; @@ -15033,24 +15167,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 99: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i17, 35515); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i10, 35541); 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, i10); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15066,24 +15200,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, 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(i17); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i10); i1 = i1 + 1 | 0; break L1; } case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i18, 35520); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i11, 35546); 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, i11); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15099,24 +15233,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, 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(i18); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); i1 = i1 + 1 | 0; break L1; } case 104: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i19, 35532); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i12, 35558); 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, i12); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15132,24 +15266,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, i19); + __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(i19); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); i1 = i1 + 1 | 0; break L1; } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i20, 35546); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i13, 35572); 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, i13); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15165,24 +15299,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, 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(i20); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i13); i1 = i1 + 1 | 0; break L1; } case 116: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i21, 35552); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i14, 35578); 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, i14); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15198,24 +15332,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, 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(i21); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i14); i1 = i1 + 1 | 0; break L1; } case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i22, 35567); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i15, 35593); 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; @@ -15231,24 +15365,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 106: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i23, 35571); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i16, 35597); 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, i16); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15264,24 +15398,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, i23); + __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(i23); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); i1 = i1 + 1 | 0; break L1; } case 108: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i7, 35584); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i17, 35610); 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, i17); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15297,24 +15431,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, 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(i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i17); i1 = i1 + 1 | 0; break L1; } case 109: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i8, 35589); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i18, 35615); 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, i18); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15330,24 +15464,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, 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(i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i18); i1 = i1 + 1 | 0; break L1; } case 120: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i9, 35603); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i19, 35629); 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, i19); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15363,12 +15497,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, 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(i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i19); i1 = i1 + 1 | 0; break L1; } @@ -15379,7 +15513,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R HEAP32[i34 >> 2] = 33; HEAP32[i34 + 4 >> 2] = 18; i3 = i2; - i4 = 35613; + i4 = 35639; i5 = i3 + 18 | 0; do { HEAP8[i3 >> 0] = HEAP8[i4 >> 0] | 0; @@ -15387,12 +15521,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; - i2 = i34 + 12 | 0; - i3 = 0; + i3 = i34 + 12 | 0; + i2 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; @@ -15426,13 +15560,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 110: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i10, 35632); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i20, 35658); 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, i20); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15448,24 +15582,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, 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(i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i20); i1 = i1 + 1 | 0; break L1; } case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i11, 35641); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i21, 35667); 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, i21); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15481,24 +15615,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, 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(i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i21); i1 = i1 + 1 | 0; break L1; } case 102: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i12, 35659); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i23, 35685); 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, i23); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15514,32 +15648,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, i12); + __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(i12); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i23); i1 = i1 + 1 | 0; break L1; } case 100: { HEAP8[i33 >> 0] = 12; - i2 = i33 + 1 | 0; - HEAP8[i2 >> 0] = HEAP8[35665] | 0; - HEAP8[i2 + 1 >> 0] = HEAP8[35666] | 0; - HEAP8[i2 + 2 >> 0] = HEAP8[35667] | 0; - HEAP8[i2 + 3 >> 0] = HEAP8[35668] | 0; - HEAP8[i2 + 4 >> 0] = HEAP8[35669] | 0; - HEAP8[i2 + 5 >> 0] = HEAP8[35670] | 0; + 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; HEAP8[i33 + 7 >> 0] = 0; - i2 = i33 + 12 | 0; - i3 = 0; + i3 = i33 + 12 | 0; + i2 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; @@ -15573,13 +15707,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i13, 35672); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i7, 35698); 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, i7); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15595,24 +15729,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, 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(i13); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); i1 = i1 + 1 | 0; break L1; } case 103: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i14, 35684); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i8, 35710); 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, i8); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15628,24 +15762,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, 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(i14); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); i1 = i1 + 1 | 0; break L1; } case 122: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i16, 35695); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i9, 35721); 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, i9); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i36 >> 2] | 0; @@ -15661,12 +15795,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, i16); + __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(i16); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); i1 = i1 + 1 | 0; break L1; } @@ -15684,7 +15818,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, 35732); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i24, 35758); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15717,7 +15851,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 101: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i25, 35742); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj11EEERAT__Kc(i25, 35768); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15750,7 +15884,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 102: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i26, 35753); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i26, 35779); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15783,7 +15917,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 104: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 35763); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i27, 35789); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15816,7 +15950,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i28, 35773); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i28, 35799); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15849,7 +15983,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i29, 35782); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i29, 35808); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15882,7 +16016,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i30, 35791); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i30, 35817); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15915,7 +16049,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R } case 110: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i31, 35796); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i31, 35822); i2 = i36 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i36 + 8 >> 2] | 0; @@ -15956,635 +16090,636 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_builtin_typeINS0_2DbEEEPKcS4_S4_R STACKTOP = i37; return i1 | 0; } -function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, i67, i68) { + +function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, i1, i68) { i71 = i71 | 0; - i67 = i67 | 0; + i1 = i1 | 0; i68 = i68 | 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; + 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; i72 = STACKTOP; STACKTOP = STACKTOP + 208 | 0; i70 = i72 + 188 | 0; - 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) { + 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) { i69 = (HEAP8[i71 >> 0] | 0) == 76 ? i71 + 1 | 0 : i71; - i1 = HEAP8[i69 >> 0] | 0; - switch (i1 << 24 >> 24 | 0) { + i3 = HEAP8[i69 >> 0] | 0; + switch (i3 << 24 >> 24 | 0) { case 78: { - 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) { + 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) { case 82: { - HEAP32[i3 >> 2] = 1; - i1 = i1 + 1 | 0; + HEAP32[i4 >> 2] = 1; + i3 = i3 + 1 | 0; break; } case 79: { - HEAP32[i3 >> 2] = 2; - i1 = i1 + 1 | 0; + HEAP32[i4 >> 2] = 2; + i3 = i3 + 1 | 0; break; } default: {} } - 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i4 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i5 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } - i3 = i4 + 12 | 0; + i5 = i5 + 12 | 0; i4 = 0; while (1) { if ((i4 | 0) == 3) break; - HEAP32[i3 + (i4 << 2) >> 2] = 0; + HEAP32[i5 + (i4 << 2) >> 2] = 0; i4 = i4 + 1 | 0; } - HEAP32[i49 >> 2] = (HEAP32[i49 >> 2] | 0) + 24; + HEAP32[i50 >> 2] = (HEAP32[i50 >> 2] | 0) + 24; } else { - 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; + 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; 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; + i4 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i6 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i6 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } - i3 = i6 + 12 | 0; + i5 = i6 + 12 | 0; i4 = 0; while (1) { if ((i4 | 0) == 3) break; - HEAP32[i3 + (i4 << 2) >> 2] = 0; + HEAP32[i5 + (i4 << 2) >> 2] = 0; i4 = i4 + 1 | 0; } - HEAP32[i5 >> 2] = i6 + 24; + HEAP32[i7 >> 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 (((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, 37109, 3); - i1 = i1 + 2 | 0; + 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 ((i1 | 0) == (i67 | 0)) { - i2 = HEAP32[i49 >> 2] | 0; - i1 = i2 + -24 | 0; + if ((i3 | 0) == (i1 | 0)) { + i1 = HEAP32[i50 >> 2] | 0; + i2 = i1 + -24 | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break L49; - i70 = i2 + -24 | 0; - HEAP32[i49 >> 2] = i70; + if ((i1 | 0) == (i2 | 0)) break L49; + i70 = i1 + -24 | 0; + HEAP32[i50 >> 2] = i70; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i70); - i2 = HEAP32[i49 >> 2] | 0; + i1 = HEAP32[i50 >> 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; - 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; + 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; L92 : while (1) { L94 : while (1) { - i3 = HEAP8[i1 >> 0] | 0; - if (i3 << 24 >> 24 == 69) { - i65 = 129; + i4 = HEAP8[i3 >> 0] | 0; + if (i4 << 24 >> 24 == 69) { + i66 = 129; break L92; } - switch (i3 << 24 >> 24 | 0) { + switch (i4 << 24 >> 24 | 0) { case 83: { - i3 = i1; - i65 = 39; + i4 = i3; + i66 = 39; break L94; } case 84: { - i3 = i1; - i65 = 59; + i4 = i3; + i66 = 59; break L94; } case 68: { - i3 = i1; - i65 = 77; + i4 = i3; + i66 = 77; break L94; } case 73: break; case 76: { - i1 = i1 + 1 | 0; - if ((i1 | 0) == (i67 | 0)) break L49; else continue L94; + i3 = i3 + 1 | 0; + if ((i3 | 0) == (i1 | 0)) break L49; else continue L94; } default: { - i3 = i1; + i4 = i3; break L94; } } - 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; + 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; while (1) { - 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; + 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; } - 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; + 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; } else { - i4 = HEAP32[i33 >> 2] | 0; - i1 = i1 - i4 | 0; - i6 = i1 >> 4; - i5 = i6 + 1 | 0; - if ((i1 | 0) < -16) { - i65 = 104; + i4 = HEAP32[i48 >> 2] | 0; + i3 = i3 - i4 | 0; + i7 = i3 >> 4; + i6 = i7 + 1 | 0; + if ((i3 | 0) < -16) { + i66 = 104; break L92; } - 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); + 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); __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(i63); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); - i1 = i7; + __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; } - 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; + 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; while (1) { - 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; + 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; } - 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, 35914, 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; + 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); + 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; } else { - i5 = HEAP32[i33 >> 2] | 0; - i8 = i3 - i5 | 0; - i7 = i8 >> 4; - i6 = i7 + 1 | 0; - if ((i8 | 0) < -16) { - i65 = 52; + i6 = HEAP32[i48 >> 2] | 0; + i9 = i4 - i6 | 0; + i8 = i9 >> 4; + i7 = i8 + 1 | 0; + if ((i9 | 0) < -16) { + i66 = 52; break L92; } - 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); + 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); __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(i51); + __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i64); } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); - i8 = 1; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i51); + i9 = 1; continue L92; - } 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; + } 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; while (1) { - 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; + 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; } - 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, 35914, 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); + 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); } - 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; + 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; HEAP32[i16 >> 2] = 0; - HEAP32[i58 >> 2] = 0; - HEAP32[i48 >> 2] = (HEAP32[i48 >> 2] | 0) + 16; + HEAP32[i54 >> 2] = 0; + HEAP32[i49 >> 2] = (HEAP32[i49 >> 2] | 0) + 16; } else { - i5 = HEAP32[i33 >> 2] | 0; - i8 = i3 - i5 | 0; - i7 = i8 >> 4; - i6 = i7 + 1 | 0; - if ((i8 | 0) < -16) { - i65 = 72; + i6 = HEAP32[i48 >> 2] | 0; + i9 = i4 - i6 | 0; + i8 = i9 >> 4; + i7 = i8 + 1 | 0; + if ((i9 | 0) < -16) { + i66 = 72; break L92; } - 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; + 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; HEAP32[i16 >> 2] = 0; - 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); + 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); __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(i58); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); - i8 = 1; + __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; continue L92; - } else if ((i65 | 0) == 77) { - i65 = 0; - i1 = i3 + 1 | 0; - if ((i1 | 0) != (i67 | 0)) switch (HEAP8[i1 >> 0] | 0) { + } else if ((i66 | 0) == 77) { + i66 = 0; + i3 = i4 + 1 | 0; + if ((i3 | 0) != (i1 | 0)) switch (HEAP8[i3 >> 0] | 0) { case 84: case 116: break; default: break L113; } - 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; + 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; while (1) { - 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; + 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; } - 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, 35914, 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); + 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); } - 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; + 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; } else { - i5 = HEAP32[i33 >> 2] | 0; - i8 = i3 - i5 | 0; - i7 = i8 >> 4; - i6 = i7 + 1 | 0; - if ((i8 | 0) < -16) { - i65 = 92; + i6 = HEAP32[i48 >> 2] | 0; + i9 = i4 - i6 | 0; + i8 = i9 >> 4; + i7 = i8 + 1 | 0; + if ((i9 | 0) < -16) { + i66 = 92; break L92; } - 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); + 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); __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(i61); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i64); - i8 = 1; + __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; continue L92; } while (0); - 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; + 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; while (1) { - 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; + 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; } - 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, 35914, 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); + 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); } - 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; + 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; } else { - i5 = HEAP32[i33 >> 2] | 0; - i8 = i3 - i5 | 0; - i7 = i8 >> 4; - i6 = i7 + 1 | 0; - if ((i8 | 0) < -16) { - i65 = 123; + i6 = HEAP32[i48 >> 2] | 0; + i9 = i4 - i6 | 0; + i8 = i9 >> 4; + i7 = i8 + 1 | 0; + if ((i9 | 0) < -16) { + i66 = 123; break; } - 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); + 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); __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(i64); - i8 = 1; + __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; } - 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) { + 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) { i3 = i2 + -16 | 0; while (1) { if ((i2 | 0) == (i3 | 0)) break L214; i70 = i2 + -16 | 0; - HEAP32[i48 >> 2] = i70; + HEAP32[i49 >> 2] = i70; __ZNSt3__113__vector_baseIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEED2Ev(i70); - i2 = HEAP32[i48 >> 2] | 0; + i2 = HEAP32[i49 >> 2] | 0; } } while (0); break L46; } } while (0); i1 = i69; - } else i1 = i69; else i1 = i67; while (0); + } else i1 = i69; while (0); i1 = (i1 | 0) == (i69 | 0) ? i71 : i1; break L1; } case 90: { - 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) { + 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) { case 115: { - i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_discriminatorEPKcS2_(i3 + 2 | 0, i67) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_discriminatorEPKcS2_(i4 + 2 | 0, i1) | 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, 37113) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -24 | 0, 37139) | 0; break L225; } case 100: { - i1 = i3 + 2 | 0; - if ((i1 | 0) == (i67 | 0)) { + i2 = i4 + 2 | 0; + if ((i2 | 0) == (i1 | 0)) { i1 = i69; break L225; } - i1 = __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i1, i67) | 0; - if ((i1 | 0) == (i67 | 0)) { + i2 = __ZN10__cxxabiv112_GLOBAL__N_112parse_numberEPKcS2_(i2, i1) | 0; + if ((i2 | 0) == (i1 | 0)) { i1 = i69; break L225; } - if ((HEAP8[i1 >> 0] | 0) != 95) { + if ((HEAP8[i2 >> 0] | 0) != 95) { i1 = i69; break L225; } - i66 = i1 + 1 | 0; - i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i66, i67, i68) | 0; + i67 = i2 + 1 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i67, i1, i68) | 0; i5 = i68 + 4 | 0; - if ((i1 | 0) == (i66 | 0)) { - i2 = HEAP32[i5 >> 2] | 0; - i1 = i2 + -24 | 0; + if ((i1 | 0) == (i67 | 0)) { + i1 = HEAP32[i5 >> 2] | 0; + i2 = i1 + -24 | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) { + if ((i1 | 0) == (i2 | 0)) { i1 = i69; break L225; } - i70 = i2 + -24 | 0; + i70 = i1 + -24 | 0; HEAP32[i5 >> 2] = i70; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i70); - i2 = HEAP32[i5 >> 2] | 0; + i1 = HEAP32[i5 >> 2] | 0; } } i2 = HEAP32[i5 >> 2] | 0; @@ -16594,16 +16729,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; - i3 = i2 + -24 | 0; - i4 = i2; + i4 = i2 + -24 | 0; + i3 = i2; while (1) { - if ((i4 | 0) == (i3 | 0)) break; - i68 = i4 + -24 | 0; + if ((i3 | 0) == (i4 | 0)) break; + i68 = i3 + -24 | 0; HEAP32[i5 >> 2] = i68; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i68); - i4 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 35914) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 35940) | 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; @@ -16612,38 +16747,38 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, } default: { - 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; + 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; while (1) { - if ((i3 | 0) == (i2 | 0)) { + if ((i1 | 0) == (i3 | 0)) { i1 = i69; break L225; } - i70 = i3 + -24 | 0; - HEAP32[i1 >> 2] = i70; + i70 = i1 + -24 | 0; + HEAP32[i2 >> 2] = i70; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i70); - i3 = HEAP32[i1 >> 2] | 0; + i1 = HEAP32[i2 >> 2] | 0; } } - i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_discriminatorEPKcS2_(i1, i67) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_discriminatorEPKcS2_(i2, i1) | 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; - i3 = i2 + -24 | 0; - i4 = i2; + i4 = i2 + -24 | 0; + i3 = i2; while (1) { - if ((i4 | 0) == (i3 | 0)) break; - i68 = i4 + -24 | 0; + if ((i3 | 0) == (i4 | 0)) break; + i68 = i3 + -24 | 0; HEAP32[i5 >> 2] = i68; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i68); - i4 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 35914) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i2 + -48 | 0, 35940) | 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; @@ -16656,116 +16791,115 @@ function __ZN10__cxxabiv112_GLOBAL__N_110parse_nameINS0_2DbEEEPKcS4_S4_RT_(i71, } default: { - 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)) { + 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)) { i3 = 0; - i2 = i67; + i2 = i1; } else { i3 = 0; - i2 = (HEAP8[i1 >> 0] | 0) == 76 ? i69 + 3 | 0 : i1; + i2 = (HEAP8[i2 >> 0] | 0) == 76 ? i69 + 3 | 0 : i2; } } else { i3 = 1; i2 = i69; } - 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 { + 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 { 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, 36852) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 36878) | 0; } - if ((i1 | 0) != (i69 | 0)) { - if ((i1 | 0) == (i67 | 0)) { - i1 = i67; + if ((i4 | 0) != (i69 | 0)) { + if ((i4 | 0) == (i1 | 0)) break L1; + if ((HEAP8[i4 >> 0] | 0) != 73) { + i1 = i4; break L1; } - if ((HEAP8[i1 >> 0] | 0) != 73) break L1; - i7 = i68 + 4 | 0; - i2 = HEAP32[i7 >> 2] | 0; + i8 = i68 + 4 | 0; + i2 = HEAP32[i8 >> 2] | 0; if ((HEAP32[i68 >> 2] | 0) == (i2 | 0)) { i1 = i71; break L1; } - 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); + 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); i2 = i68 + 20 | 0; i3 = HEAP32[i2 >> 2] | 0; i69 = HEAP32[i68 + 24 >> 2] | 0; - i4 = i69; + i5 = i69; if (i3 >>> 0 < i69 >>> 0) { - HEAP32[i3 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; - i69 = i8 + 4 | 0; + HEAP32[i3 + 12 >> 2] = HEAP32[i9 + 12 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; + i69 = i9 + 4 | 0; HEAP32[i3 + 4 >> 2] = HEAP32[i69 >> 2]; - i66 = i8 + 8 | 0; - HEAP32[i3 + 8 >> 2] = HEAP32[i66 >> 2]; - HEAP32[i66 >> 2] = 0; + i67 = i9 + 8 | 0; + HEAP32[i3 + 8 >> 2] = HEAP32[i67 >> 2]; + HEAP32[i67 >> 2] = 0; HEAP32[i69 >> 2] = 0; - HEAP32[i8 >> 2] = 0; + HEAP32[i9 >> 2] = 0; HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 16; } else { - i2 = HEAP32[i6 >> 2] | 0; + i2 = HEAP32[i7 >> 2] | 0; i69 = i3 - 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; + i6 = i69 >> 4; + i3 = i6 + 1 | 0; + if ((i69 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); + 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_(i70, i2, i5, i68 + 28 | 0); + __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i70, i2, i6, i68 + 28 | 0); i69 = i70 + 8 | 0; - 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; + 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]; HEAP32[i65 >> 2] = 0; - 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); + 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); __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(i8); - i4 = __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_RT_(i1, i67, i68) | 0; - if ((i4 | 0) == (i1 | 0)) { + __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)) { i1 = i71; break L1; } - i1 = HEAP32[i7 >> 2] | 0; - if (((i1 - (HEAP32[i68 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) { + i2 = HEAP32[i8 >> 2] | 0; + if (((i2 - (HEAP32[i68 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) { i1 = i71; break L1; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i70, i1 + -24 | 0); - i1 = HEAP32[i7 >> 2] | 0; - i2 = i1 + -24 | 0; - i3 = i1; + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i70, i2 + -24 | 0); + i2 = HEAP32[i8 >> 2] | 0; + i4 = i2 + -24 | 0; + i3 = i2; while (1) { - if ((i3 | 0) == (i2 | 0)) break; + if ((i3 | 0) == (i4 | 0)) break; i71 = i3 + -24 | 0; - HEAP32[i7 >> 2] = i71; + HEAP32[i8 >> 2] = i71; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i71); - i3 = HEAP32[i7 >> 2] | 0; + i3 = HEAP32[i8 >> 2] | 0; } i71 = HEAP8[i70 >> 0] | 0; i69 = (i71 & 1) == 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_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_allocIcEEED2Ev(i70); - i1 = i4; break L1; } } while (0); - i2 = __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_RT_(i69, i67, i68) | 0; - if ((i2 | 0) == (i69 | 0) | (i2 | 0) == (i67 | 0)) { + i2 = __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_RT_(i69, i1, i68) | 0; + if ((i2 | 0) == (i69 | 0) | (i2 | 0) == (i1 | 0)) { i1 = i71; break L1; } @@ -16773,7 +16907,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, i67, i68) | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_RT_(i2, i1, i68) | 0; if ((i1 | 0) == (i2 | 0)) { i1 = i71; break L1; @@ -16786,14 +16920,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; - i3 = i2 + -24 | 0; - i4 = i2; + i4 = i2 + -24 | 0; + i3 = i2; while (1) { - if ((i4 | 0) == (i3 | 0)) break; - i71 = i4 + -24 | 0; + if ((i3 | 0) == (i4 | 0)) break; + i71 = i3 + -24 | 0; HEAP32[i5 >> 2] = i71; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i71); - i4 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; } i71 = HEAP8[i70 >> 0] | 0; i69 = (i71 & 1) == 0; @@ -16813,99 +16947,99 @@ function _malloc(i1) { do if (i1 >>> 0 < 245) { i14 = i1 >>> 0 < 11 ? 16 : i1 + 11 & -8; i1 = i14 >>> 3; - i9 = HEAP32[9723] | 0; + i9 = HEAP32[9729] | 0; i2 = i9 >>> i1; if (i2 & 3 | 0) { - i2 = (i2 & 1 ^ 1) + i1 | 0; - i3 = 38932 + (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[9727] | 0) >>> 0) _abort(); - i1 = i7 + 12 | 0; - if ((HEAP32[i1 >> 2] | 0) == (i5 | 0)) { - HEAP32[i1 >> 2] = i3; - HEAP32[i4 >> 2] = i7; + 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; break; } else _abort(); - } else HEAP32[9723] = i9 & ~(1 << i2); while (0); - i37 = i2 << 3; - HEAP32[i5 + 4 >> 2] = i37 | 3; - i37 = i5 + i37 + 4 | 0; + } else HEAP32[9729] = i9 & ~(1 << i5); while (0); + i37 = i5 << 3; + HEAP32[i3 + 4 >> 2] = i37 | 3; + i37 = i3 + i37 + 4 | 0; HEAP32[i37 >> 2] = HEAP32[i37 >> 2] | 1; - i37 = i6; + i37 = i7; return i37 | 0; } - i7 = HEAP32[9725] | 0; + i7 = HEAP32[9731] | 0; if (i14 >>> 0 > i7 >>> 0) { if (i2 | 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 = 38932 + (i2 << 1 << 2) | 0; - i4 = i3 + 8 | 0; - i6 = HEAP32[i4 >> 2] | 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; i8 = i6 + 8 | 0; - i5 = HEAP32[i8 >> 2] | 0; - do if ((i3 | 0) != (i5 | 0)) { - if (i5 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); - i1 = i5 + 12 | 0; + i2 = HEAP32[i8 >> 2] | 0; + do if ((i5 | 0) != (i2 | 0)) { + if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); + i1 = i2 + 12 | 0; if ((HEAP32[i1 >> 2] | 0) == (i6 | 0)) { - HEAP32[i1 >> 2] = i3; - HEAP32[i4 >> 2] = i5; - i10 = HEAP32[9725] | 0; + HEAP32[i1 >> 2] = i5; + HEAP32[i3 >> 2] = i2; + i10 = HEAP32[9731] | 0; break; } else _abort(); } else { - HEAP32[9723] = i9 & ~(1 << i2); + HEAP32[9729] = i9 & ~(1 << i4); i10 = i7; } while (0); - i7 = (i2 << 3) - i14 | 0; + i7 = (i4 << 3) - i14 | 0; HEAP32[i6 + 4 >> 2] = i14 | 3; - i4 = i6 + i14 | 0; - HEAP32[i4 + 4 >> 2] = i7 | 1; - HEAP32[i4 + i7 >> 2] = i7; + i5 = i6 + i14 | 0; + HEAP32[i5 + 4 >> 2] = i7 | 1; + HEAP32[i5 + i7 >> 2] = i7; if (i10 | 0) { - i5 = HEAP32[9728] | 0; + i4 = HEAP32[9734] | 0; i2 = i10 >>> 3; - i3 = 38932 + (i2 << 1 << 2) | 0; - i1 = HEAP32[9723] | 0; + i3 = 38956 + (i2 << 1 << 2) | 0; + i1 = HEAP32[9729] | 0; i2 = 1 << i2; if (i1 & i2) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { i11 = i1; i12 = i2; } } else { - HEAP32[9723] = i1 | i2; + HEAP32[9729] = i1 | i2; i11 = i3 + 8 | 0; i12 = i3; } - HEAP32[i11 >> 2] = i5; - HEAP32[i12 + 12 >> 2] = i5; - HEAP32[i5 + 8 >> 2] = i12; - HEAP32[i5 + 12 >> 2] = i3; + HEAP32[i11 >> 2] = i4; + HEAP32[i12 + 12 >> 2] = i4; + HEAP32[i4 + 8 >> 2] = i12; + HEAP32[i4 + 12 >> 2] = i3; } - HEAP32[9725] = i7; - HEAP32[9728] = i4; + HEAP32[9731] = i7; + HEAP32[9734] = i5; i37 = i8; return i37 | 0; } - i1 = HEAP32[9724] | 0; + i1 = HEAP32[9730] | 0; if (i1) { i3 = (i1 & 0 - i1) + -1 | 0; i36 = i3 >>> 12 & 16; @@ -16917,7 +17051,7 @@ function _malloc(i1) { i2 = i3 >>> 1 & 2; i3 = i3 >>> i2; i4 = i3 >>> 1 & 1; - i4 = HEAP32[39196 + ((i35 | i36 | i37 | i2 | i4) + (i3 >>> i4) << 2) >> 2] | 0; + i4 = HEAP32[39220 + ((i35 | i36 | i37 | i2 | i4) + (i3 >>> i4) << 2) >> 2] | 0; i3 = (HEAP32[i4 + 4 >> 2] & -8) - i14 | 0; i2 = i4; while (1) { @@ -16935,7 +17069,7 @@ function _malloc(i1) { i2 = i1; i4 = i37 ? i1 : i4; } - i6 = HEAP32[9727] | 0; + i6 = HEAP32[9733] | 0; if (i9 >>> 0 < i6 >>> 0) _abort(); i8 = i9 + i14 | 0; if (i9 >>> 0 >= i8 >>> 0) _abort(); @@ -16953,18 +17087,18 @@ function _malloc(i1) { } } while (1) { - i4 = i1 + 20 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if (i5 | 0) { - i1 = i5; - i2 = i4; + i5 = i1 + 20 | 0; + i4 = HEAP32[i5 >> 2] | 0; + if (i4 | 0) { + i1 = i4; + i2 = i5; continue; } - i4 = i1 + 16 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if (!i5) break; else { - i1 = i5; - i2 = i4; + i5 = i1 + 16 | 0; + i4 = HEAP32[i5 >> 2] | 0; + if (!i4) break; else { + i1 = i4; + i2 = i5; } } if (i2 >>> 0 < i6 >>> 0) _abort(); else { @@ -16987,20 +17121,20 @@ function _malloc(i1) { } while (0); do if (i7 | 0) { i1 = HEAP32[i9 + 28 >> 2] | 0; - i2 = 39196 + (i1 << 2) | 0; + i2 = 39220 + (i1 << 2) | 0; if ((i9 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i13; if (!i13) { - HEAP32[9724] = HEAP32[9724] & ~(1 << i1); + HEAP32[9730] = HEAP32[9730] & ~(1 << i1); break; } } else { - if (i7 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); + if (i7 >>> 0 < (HEAP32[9733] | 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[9727] | 0; + i2 = HEAP32[9733] | 0; if (i13 >>> 0 < i2 >>> 0) _abort(); HEAP32[i13 + 24 >> 2] = i7; i1 = HEAP32[i9 + 16 >> 2] | 0; @@ -17010,7 +17144,7 @@ function _malloc(i1) { break; } while (0); i1 = HEAP32[i9 + 20 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { HEAP32[i13 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i13; break; @@ -17025,22 +17159,22 @@ function _malloc(i1) { HEAP32[i9 + 4 >> 2] = i14 | 3; HEAP32[i8 + 4 >> 2] = i3 | 1; HEAP32[i8 + i3 >> 2] = i3; - i1 = HEAP32[9725] | 0; + i1 = HEAP32[9731] | 0; if (i1 | 0) { - i5 = HEAP32[9728] | 0; + i5 = HEAP32[9734] | 0; i2 = i1 >>> 3; - i4 = 38932 + (i2 << 1 << 2) | 0; - i1 = HEAP32[9723] | 0; + i4 = 38956 + (i2 << 1 << 2) | 0; + i1 = HEAP32[9729] | 0; i2 = 1 << i2; if (i1 & i2) { i1 = i4 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { i15 = i1; i16 = i2; } } else { - HEAP32[9723] = i1 | i2; + HEAP32[9729] = i1 | i2; i15 = i4 + 8 | 0; i16 = i4; } @@ -17049,8 +17183,8 @@ function _malloc(i1) { HEAP32[i5 + 8 >> 2] = i16; HEAP32[i5 + 12 >> 2] = i4; } - HEAP32[9725] = i3; - HEAP32[9728] = i8; + HEAP32[9731] = i3; + HEAP32[9734] = i8; } i37 = i9 + 8 | 0; return i37 | 0; @@ -17059,9 +17193,9 @@ function _malloc(i1) { } else if (i1 >>> 0 <= 4294967231) { i1 = i1 + 11 | 0; i14 = i1 & -8; - i9 = HEAP32[9724] | 0; + i9 = HEAP32[9730] | 0; if (i9) { - i3 = 0 - i14 | 0; + i2 = 0 - i14 | 0; i1 = i1 >>> 8; if (i1) if (i14 >>> 0 > 16777215) i8 = 31; else { i16 = (i1 + 1048320 | 0) >>> 16 & 8; @@ -17072,37 +17206,38 @@ function _malloc(i1) { i8 = 14 - (i15 | i16 | i8) + (i30 << i8 >>> 15) | 0; i8 = i14 >>> (i8 + 7 | 0) & 1 | i8 << 1; } else i8 = 0; - i2 = HEAP32[39196 + (i8 << 2) >> 2] | 0; - L123 : do if (!i2) { + i3 = HEAP32[39220 + (i8 << 2) >> 2] | 0; + L123 : do if (!i3) { + i4 = i2; i1 = 0; i2 = 0; i30 = 86; } else { - i5 = i3; + i4 = i2; i1 = 0; - i6 = i14 << ((i8 | 0) == 31 ? 0 : 25 - (i8 >>> 1) | 0); - i7 = i2; + i7 = i14 << ((i8 | 0) == 31 ? 0 : 25 - (i8 >>> 1) | 0); i2 = 0; while (1) { - i4 = HEAP32[i7 + 4 >> 2] & -8; - i3 = i4 - i14 | 0; - if (i3 >>> 0 < i5 >>> 0) if ((i4 | 0) == (i14 | 0)) { - i1 = i7; - i2 = i7; + 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; i30 = 90; break L123; - } 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 { - i5 = i3; - i6 = i6 << (i4 & 1 ^ 1); + 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) { + i30 = 86; + break; + } else i7 = i7 << (i5 & 1 ^ 1); } } while (0); if ((i30 | 0) == 86) { @@ -17120,34 +17255,34 @@ function _malloc(i1) { i15 = i16 >>> 1 & 2; i16 = i16 >>> i15; i1 = i16 >>> 1 & 1; - i1 = HEAP32[39196 + ((i11 | i12 | i13 | i15 | i1) + (i16 >>> i1) << 2) >> 2] | 0; + i1 = HEAP32[39220 + ((i11 | i12 | i13 | i15 | i1) + (i16 >>> i1) << 2) >> 2] | 0; } if (!i1) { - i8 = i3; + i8 = i4; i9 = i2; } else i30 = 90; } if ((i30 | 0) == 90) while (1) { i30 = 0; i16 = (HEAP32[i1 + 4 >> 2] & -8) - i14 | 0; - i4 = i16 >>> 0 < i3 >>> 0; - i3 = i4 ? i16 : i3; - i2 = i4 ? i1 : i2; - i4 = HEAP32[i1 + 16 >> 2] | 0; - if (i4 | 0) { - i1 = i4; + i3 = i16 >>> 0 < i4 >>> 0; + i4 = i3 ? i16 : i4; + i2 = i3 ? i1 : i2; + i3 = HEAP32[i1 + 16 >> 2] | 0; + if (i3 | 0) { + i1 = i3; i30 = 90; continue; } i1 = HEAP32[i1 + 20 >> 2] | 0; if (!i1) { - i8 = i3; + i8 = i4; i9 = i2; break; } else i30 = 90; } - if ((i9 | 0) != 0 ? i8 >>> 0 < ((HEAP32[9725] | 0) - i14 | 0) >>> 0 : 0) { - i5 = HEAP32[9727] | 0; + if ((i9 | 0) != 0 ? i8 >>> 0 < ((HEAP32[9731] | 0) - i14 | 0) >>> 0 : 0) { + i5 = HEAP32[9733] | 0; if (i9 >>> 0 < i5 >>> 0) _abort(); i7 = i9 + i14 | 0; if (i9 >>> 0 >= i7 >>> 0) _abort(); @@ -17165,18 +17300,18 @@ function _malloc(i1) { } } while (1) { - i3 = i1 + 20 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (i4 | 0) { - i1 = i4; - i2 = i3; + i4 = i1 + 20 | 0; + i3 = HEAP32[i4 >> 2] | 0; + if (i3 | 0) { + i1 = i3; + i2 = i4; continue; } - i3 = i1 + 16 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (!i4) break; else { - i1 = i4; - i2 = i3; + i4 = i1 + 16 | 0; + i3 = HEAP32[i4 >> 2] | 0; + if (!i3) break; else { + i1 = i3; + i2 = i4; } } if (i2 >>> 0 < i5 >>> 0) _abort(); else { @@ -17199,20 +17334,20 @@ function _malloc(i1) { } while (0); do if (i6 | 0) { i1 = HEAP32[i9 + 28 >> 2] | 0; - i2 = 39196 + (i1 << 2) | 0; + i2 = 39220 + (i1 << 2) | 0; if ((i9 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i18; if (!i18) { - HEAP32[9724] = HEAP32[9724] & ~(1 << i1); + HEAP32[9730] = HEAP32[9730] & ~(1 << i1); break; } } else { - if (i6 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); + if (i6 >>> 0 < (HEAP32[9733] | 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[9727] | 0; + i2 = HEAP32[9733] | 0; if (i18 >>> 0 < i2 >>> 0) _abort(); HEAP32[i18 + 24 >> 2] = i6; i1 = HEAP32[i9 + 16 >> 2] | 0; @@ -17222,7 +17357,7 @@ function _malloc(i1) { break; } while (0); i1 = HEAP32[i9 + 20 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + if (i1 | 0) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { HEAP32[i18 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i18; break; @@ -17234,18 +17369,18 @@ function _malloc(i1) { HEAP32[i7 + i8 >> 2] = i8; i1 = i8 >>> 3; if (i8 >>> 0 < 256) { - i3 = 38932 + (i1 << 1 << 2) | 0; - i2 = HEAP32[9723] | 0; + i3 = 38956 + (i1 << 1 << 2) | 0; + i2 = HEAP32[9729] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { i20 = i1; i21 = i2; } } else { - HEAP32[9723] = i2 | i1; + HEAP32[9729] = i2 | i1; i20 = i3 + 8 | 0; i21 = i3; } @@ -17256,62 +17391,61 @@ function _malloc(i1) { break; } i1 = i8 >>> 8; - if (i1) if (i8 >>> 0 > 16777215) i3 = 31; else { + if (i1) if (i8 >>> 0 > 16777215) i2 = 31; else { i36 = (i1 + 1048320 | 0) >>> 16 & 8; i37 = i1 << i36; i35 = (i37 + 520192 | 0) >>> 16 & 4; i37 = i37 << i35; - i3 = (i37 + 245760 | 0) >>> 16 & 2; - i3 = 14 - (i35 | i36 | i3) + (i37 << i3 >>> 15) | 0; - i3 = i8 >>> (i3 + 7 | 0) & 1 | i3 << 1; - } else i3 = 0; - i4 = 39196 + (i3 << 2) | 0; - HEAP32[i7 + 28 >> 2] = i3; + 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; i1 = i7 + 16 | 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 >> 2] = 0; - i1 = HEAP32[9724] | 0; - i2 = 1 << i3; - if (!(i1 & i2)) { - HEAP32[9724] = i1 | i2; - HEAP32[i4 >> 2] = i7; - HEAP32[i7 + 24 >> 2] = i4; + i1 = HEAP32[9730] | 0; + i3 = 1 << i2; + if (!(i1 & i3)) { + HEAP32[9730] = i1 | i3; + HEAP32[i5 >> 2] = i7; + HEAP32[i7 + 24 >> 2] = i5; HEAP32[i7 + 12 >> 2] = i7; HEAP32[i7 + 8 >> 2] = i7; break; } - i5 = i8 << ((i3 | 0) == 31 ? 0 : 25 - (i3 >>> 1) | 0); - i1 = HEAP32[i4 >> 2] | 0; + i4 = i8 << ((i2 | 0) == 31 ? 0 : 25 - (i2 >>> 1) | 0); + i3 = HEAP32[i5 >> 2] | 0; while (1) { - if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i8 | 0)) { - i3 = i1; + if ((HEAP32[i3 + 4 >> 2] & -8 | 0) == (i8 | 0)) { i30 = 148; break; } - i2 = i1 + 16 + (i5 >>> 31 << 2) | 0; - i3 = HEAP32[i2 >> 2] | 0; - if (!i3) { + i1 = i3 + 16 + (i4 >>> 31 << 2) | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (!i2) { i30 = 145; break; } else { - i5 = i5 << 1; - i1 = i3; + i4 = i4 << 1; + i3 = i2; } } - if ((i30 | 0) == 145) if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { - HEAP32[i2 >> 2] = i7; - HEAP32[i7 + 24 >> 2] = i1; + if ((i30 | 0) == 145) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + HEAP32[i1 >> 2] = i7; + HEAP32[i7 + 24 >> 2] = i3; HEAP32[i7 + 12 >> 2] = i7; HEAP32[i7 + 8 >> 2] = i7; break; } else if ((i30 | 0) == 148) { - i1 = i3 + 8 | 0; - i2 = HEAP32[i1 >> 2] | 0; - i37 = HEAP32[9727] | 0; - if (i2 >>> 0 >= i37 >>> 0 & i3 >>> 0 >= i37 >>> 0) { - HEAP32[i2 + 12 >> 2] = i7; - HEAP32[i1 >> 2] = i7; - HEAP32[i7 + 8 >> 2] = i2; + 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; HEAP32[i7 + 12 >> 2] = i3; HEAP32[i7 + 24 >> 2] = 0; break; @@ -17328,55 +17462,55 @@ function _malloc(i1) { } } } else i14 = -1; while (0); - i3 = HEAP32[9725] | 0; + i3 = HEAP32[9731] | 0; if (i3 >>> 0 >= i14 >>> 0) { - i1 = i3 - i14 | 0; - i2 = HEAP32[9728] | 0; - if (i1 >>> 0 > 15) { - i37 = i2 + i14 | 0; - HEAP32[9728] = i37; - HEAP32[9725] = i1; - HEAP32[i37 + 4 >> 2] = i1 | 1; - HEAP32[i37 + i1 >> 2] = i1; - HEAP32[i2 + 4 >> 2] = i14 | 3; + 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; } else { - HEAP32[9725] = 0; - HEAP32[9728] = 0; - HEAP32[i2 + 4 >> 2] = i3 | 3; - i37 = i2 + i3 + 4 | 0; + HEAP32[9731] = 0; + HEAP32[9734] = 0; + HEAP32[i1 + 4 >> 2] = i3 | 3; + i37 = i1 + i3 + 4 | 0; HEAP32[i37 >> 2] = HEAP32[i37 >> 2] | 1; } - i37 = i2 + 8 | 0; + i37 = i1 + 8 | 0; return i37 | 0; } - i1 = HEAP32[9726] | 0; + i1 = HEAP32[9732] | 0; if (i1 >>> 0 > i14 >>> 0) { i35 = i1 - i14 | 0; - HEAP32[9726] = i35; - i37 = HEAP32[9729] | 0; + HEAP32[9732] = i35; + i37 = HEAP32[9735] | 0; i36 = i37 + i14 | 0; - HEAP32[9729] = i36; + HEAP32[9735] = i36; HEAP32[i36 + 4 >> 2] = i35 | 1; HEAP32[i37 + 4 >> 2] = i14 | 3; i37 = i37 + 8 | 0; return i37 | 0; } - do if (!(HEAP32[9841] | 0)) { + do if (!(HEAP32[9847] | 0)) { i1 = _sysconf(30) | 0; if (!(i1 + -1 & i1)) { - HEAP32[9843] = i1; - HEAP32[9842] = i1; - HEAP32[9844] = -1; - HEAP32[9845] = -1; - HEAP32[9846] = 0; - HEAP32[9834] = 0; + HEAP32[9849] = i1; + HEAP32[9848] = i1; + HEAP32[9850] = -1; + HEAP32[9851] = -1; + HEAP32[9852] = 0; + HEAP32[9840] = 0; i21 = (_time(0) | 0) & -16 ^ 1431655768; - HEAP32[9841] = i21; + HEAP32[9847] = i21; break; } else _abort(); } while (0); i7 = i14 + 48 | 0; - i6 = HEAP32[9843] | 0; + i6 = HEAP32[9849] | 0; i8 = i14 + 47 | 0; i5 = i6 + i8 | 0; i6 = 0 - i6 | 0; @@ -17385,15 +17519,15 @@ function _malloc(i1) { i37 = 0; return i37 | 0; } - i1 = HEAP32[9833] | 0; - if (i1 | 0 ? (i20 = HEAP32[9831] | 0, i21 = i20 + i9 | 0, i21 >>> 0 <= i20 >>> 0 | i21 >>> 0 > i1 >>> 0) : 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) { i37 = 0; return i37 | 0; } - L257 : do if (!(HEAP32[9834] & 4)) { - i1 = HEAP32[9729] | 0; + L257 : do if (!(HEAP32[9840] & 4)) { + i1 = HEAP32[9735] | 0; L259 : do if (i1) { - i3 = 39340; + i3 = 39364; 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) { @@ -17407,7 +17541,7 @@ function _malloc(i1) { break L259; } } - i1 = i5 - (HEAP32[9726] | 0) & i6; + i1 = i5 - (HEAP32[9732] | 0) & i6; if (i1 >>> 0 < 2147483647) { i2 = _sbrk(i1 | 0) | 0; if ((i2 | 0) == ((HEAP32[i4 >> 2] | 0) + (HEAP32[i3 >> 2] | 0) | 0)) { @@ -17422,13 +17556,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[9842] | 0; + i2 = HEAP32[9848] | 0; i3 = i2 + -1 | 0; if (!(i3 & i1)) i1 = i9; else i1 = i9 - i1 + (i3 + i1 & 0 - i2) | 0; - i2 = HEAP32[9831] | 0; + i2 = HEAP32[9837] | 0; i3 = i2 + i1 | 0; if (i1 >>> 0 > i14 >>> 0 & i1 >>> 0 < 2147483647) { - i21 = HEAP32[9833] | 0; + i21 = HEAP32[9839] | 0; if (i21 | 0 ? i3 >>> 0 <= i2 >>> 0 | i3 >>> 0 > i21 >>> 0 : 0) break; i2 = _sbrk(i1 | 0) | 0; if ((i2 | 0) == (i19 | 0)) { @@ -17441,7 +17575,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[9843] | 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[9849] | 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 { @@ -17455,7 +17589,7 @@ function _malloc(i1) { break L257; } } while (0); - HEAP32[9834] = HEAP32[9834] | 4; + HEAP32[9840] = HEAP32[9840] | 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) { @@ -17464,17 +17598,17 @@ function _malloc(i1) { i30 = 193; } if ((i30 | 0) == 193) { - i1 = (HEAP32[9831] | 0) + i5 | 0; - HEAP32[9831] = i1; - if (i1 >>> 0 > (HEAP32[9832] | 0) >>> 0) HEAP32[9832] = i1; - i8 = HEAP32[9729] | 0; + i1 = (HEAP32[9837] | 0) + i5 | 0; + HEAP32[9837] = i1; + if (i1 >>> 0 > (HEAP32[9838] | 0) >>> 0) HEAP32[9838] = i1; + i8 = HEAP32[9735] | 0; do if (i8) { - i4 = 39340; + i4 = 39364; do { i1 = HEAP32[i4 >> 2] | 0; - i2 = i4 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((i7 | 0) == (i1 + i3 | 0)) { + i3 = i4 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; + if ((i7 | 0) == (i1 + i2 | 0)) { i26 = i1; i27 = i2; i28 = i3; @@ -17485,25 +17619,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[i27 >> 2] = i28 + i5; + HEAP32[i28 >> 2] = i27 + i5; i37 = i8 + 8 | 0; i37 = (i37 & 7 | 0) == 0 ? 0 : 0 - i37 & 7; i36 = i8 + i37 | 0; - i37 = i5 - i37 + (HEAP32[9726] | 0) | 0; - HEAP32[9729] = i36; - HEAP32[9726] = i37; + i37 = i5 - i37 + (HEAP32[9732] | 0) | 0; + HEAP32[9735] = i36; + HEAP32[9732] = i37; HEAP32[i36 + 4 >> 2] = i37 | 1; HEAP32[i36 + i37 + 4 >> 2] = 40; - HEAP32[9730] = HEAP32[9845]; + HEAP32[9736] = HEAP32[9851]; break; } - i1 = HEAP32[9727] | 0; + i1 = HEAP32[9733] | 0; if (i7 >>> 0 < i1 >>> 0) { - HEAP32[9727] = i7; + HEAP32[9733] = i7; i9 = i7; } else i9 = i1; i3 = i7 + i5 | 0; - i1 = 39340; + i1 = 39364; while (1) { if ((HEAP32[i1 >> 2] | 0) == (i3 | 0)) { i2 = i1; @@ -17512,7 +17646,7 @@ function _malloc(i1) { } i1 = HEAP32[i1 + 8 >> 2] | 0; if (!i1) { - i2 = 39340; + i2 = 39364; break; } } @@ -17528,10 +17662,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[9728] | 0)) { - i37 = (HEAP32[9725] | 0) + i6 | 0; - HEAP32[9725] = i37; - HEAP32[9728] = i10; + if ((i1 | 0) == (HEAP32[9734] | 0)) { + i37 = (HEAP32[9731] | 0) + i6 | 0; + HEAP32[9731] = i37; + HEAP32[9734] = i10; HEAP32[i10 + 4 >> 2] = i37 | 1; HEAP32[i10 + i37 >> 2] = i37; break; @@ -17544,29 +17678,29 @@ function _malloc(i1) { i7 = HEAP32[i1 + 24 >> 2] | 0; i4 = HEAP32[i1 + 12 >> 2] | 0; do if ((i4 | 0) == (i1 | 0)) { - i3 = i1 + 16 | 0; - i4 = i3 + 4 | 0; - i2 = HEAP32[i4 >> 2] | 0; + i4 = i1 + 16 | 0; + i3 = i4 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; if (!i2) { - i2 = HEAP32[i3 >> 2] | 0; + i2 = HEAP32[i4 >> 2] | 0; if (!i2) { i35 = 0; break; - } - } else i3 = i4; + } else i3 = i4; + } while (1) { - i4 = i2 + 20 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if (i5 | 0) { - i2 = i5; - i3 = i4; + i5 = i2 + 20 | 0; + i4 = HEAP32[i5 >> 2] | 0; + if (i4 | 0) { + i2 = i4; + i3 = i5; continue; } - i4 = i2 + 16 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if (!i5) break; else { - i2 = i5; - i3 = i4; + i5 = i2 + 16 | 0; + i4 = HEAP32[i5 >> 2] | 0; + if (!i4) break; else { + i2 = i4; + i3 = i5; } } if (i3 >>> 0 < i9 >>> 0) _abort(); else { @@ -17589,31 +17723,31 @@ function _malloc(i1) { } while (0); if (!i7) break; i2 = HEAP32[i1 + 28 >> 2] | 0; - i3 = 39196 + (i2 << 2) | 0; + i3 = 39220 + (i2 << 2) | 0; do if ((i1 | 0) != (HEAP32[i3 >> 2] | 0)) { - if (i7 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); + if (i7 >>> 0 < (HEAP32[9733] | 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[9724] = HEAP32[9724] & ~(1 << i2); + HEAP32[9730] = HEAP32[9730] & ~(1 << i2); break L331; } while (0); - i4 = HEAP32[9727] | 0; + i4 = HEAP32[9733] | 0; if (i35 >>> 0 < i4 >>> 0) _abort(); HEAP32[i35 + 24 >> 2] = i7; - i2 = i1 + 16 | 0; - i3 = HEAP32[i2 >> 2] | 0; - do if (i3 | 0) if (i3 >>> 0 < i4 >>> 0) _abort(); else { - HEAP32[i35 + 16 >> 2] = i3; - HEAP32[i3 + 24 >> 2] = i35; + 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; break; } while (0); - i2 = HEAP32[i2 + 4 >> 2] | 0; + i2 = HEAP32[i3 + 4 >> 2] | 0; if (!i2) break; - if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { HEAP32[i35 + 20 >> 2] = i2; HEAP32[i2 + 24 >> 2] = i35; break; @@ -17621,14 +17755,14 @@ function _malloc(i1) { } else { i3 = HEAP32[i1 + 8 >> 2] | 0; i4 = HEAP32[i1 + 12 >> 2] | 0; - i2 = 38932 + (i5 << 1 << 2) | 0; + i2 = 38956 + (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[9723] = HEAP32[9723] & ~(1 << i5); + HEAP32[9729] = HEAP32[9729] & ~(1 << i5); break; } do if ((i4 | 0) == (i2 | 0)) i32 = i4 + 8 | 0; else { @@ -17652,17 +17786,17 @@ function _malloc(i1) { HEAP32[i10 + i6 >> 2] = i6; i1 = i6 >>> 3; if (i6 >>> 0 < 256) { - i3 = 38932 + (i1 << 1 << 2) | 0; - i2 = HEAP32[9723] | 0; + i3 = 38956 + (i1 << 1 << 2) | 0; + i2 = HEAP32[9729] | 0; i1 = 1 << i1; do if (!(i2 & i1)) { - HEAP32[9723] = i2 | i1; + HEAP32[9729] = i2 | i1; i36 = i3 + 8 | 0; i37 = i3; } else { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 >= (HEAP32[9727] | 0) >>> 0) { + if (i2 >>> 0 >= (HEAP32[9733] | 0) >>> 0) { i36 = i1; i37 = i2; break; @@ -17676,80 +17810,79 @@ function _malloc(i1) { break; } i1 = i6 >>> 8; - do if (!i1) i3 = 0; else { + do if (!i1) i2 = 0; else { if (i6 >>> 0 > 16777215) { - i3 = 31; + i2 = 31; break; } i36 = (i1 + 1048320 | 0) >>> 16 & 8; i37 = i1 << i36; i35 = (i37 + 520192 | 0) >>> 16 & 4; i37 = i37 << i35; - i3 = (i37 + 245760 | 0) >>> 16 & 2; - i3 = 14 - (i35 | i36 | i3) + (i37 << i3 >>> 15) | 0; - i3 = i6 >>> (i3 + 7 | 0) & 1 | i3 << 1; + i2 = (i37 + 245760 | 0) >>> 16 & 2; + i2 = 14 - (i35 | i36 | i2) + (i37 << i2 >>> 15) | 0; + i2 = i6 >>> (i2 + 7 | 0) & 1 | i2 << 1; } while (0); - i4 = 39196 + (i3 << 2) | 0; - HEAP32[i10 + 28 >> 2] = i3; + i5 = 39220 + (i2 << 2) | 0; + HEAP32[i10 + 28 >> 2] = i2; i1 = i10 + 16 | 0; HEAP32[i1 + 4 >> 2] = 0; HEAP32[i1 >> 2] = 0; - i1 = HEAP32[9724] | 0; - i2 = 1 << i3; - if (!(i1 & i2)) { - HEAP32[9724] = i1 | i2; - HEAP32[i4 >> 2] = i10; - HEAP32[i10 + 24 >> 2] = i4; + i1 = HEAP32[9730] | 0; + i3 = 1 << i2; + if (!(i1 & i3)) { + HEAP32[9730] = i1 | i3; + HEAP32[i5 >> 2] = i10; + HEAP32[i10 + 24 >> 2] = i5; HEAP32[i10 + 12 >> 2] = i10; HEAP32[i10 + 8 >> 2] = i10; break; } - i5 = i6 << ((i3 | 0) == 31 ? 0 : 25 - (i3 >>> 1) | 0); - i1 = HEAP32[i4 >> 2] | 0; + i4 = i6 << ((i2 | 0) == 31 ? 0 : 25 - (i2 >>> 1) | 0); + i3 = HEAP32[i5 >> 2] | 0; while (1) { - if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i6 | 0)) { - i3 = i1; + if ((HEAP32[i3 + 4 >> 2] & -8 | 0) == (i6 | 0)) { i30 = 281; break; } - i2 = i1 + 16 + (i5 >>> 31 << 2) | 0; - i3 = HEAP32[i2 >> 2] | 0; - if (!i3) { + i1 = i3 + 16 + (i4 >>> 31 << 2) | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (!i2) { i30 = 278; break; } else { - i5 = i5 << 1; - i1 = i3; + i4 = i4 << 1; + i3 = i2; } } - if ((i30 | 0) == 278) if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { - HEAP32[i2 >> 2] = i10; - HEAP32[i10 + 24 >> 2] = i1; + if ((i30 | 0) == 278) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + HEAP32[i1 >> 2] = i10; + HEAP32[i10 + 24 >> 2] = i3; HEAP32[i10 + 12 >> 2] = i10; HEAP32[i10 + 8 >> 2] = i10; break; } else if ((i30 | 0) == 281) { - i1 = i3 + 8 | 0; - i2 = HEAP32[i1 >> 2] | 0; - i37 = HEAP32[9727] | 0; - if (i2 >>> 0 >= i37 >>> 0 & i3 >>> 0 >= i37 >>> 0) { - HEAP32[i2 + 12 >> 2] = i10; - HEAP32[i1 >> 2] = i10; - HEAP32[i10 + 8 >> 2] = i2; + 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; HEAP32[i10 + 12 >> 2] = i3; HEAP32[i10 + 24 >> 2] = 0; break; } else _abort(); } } else { - i37 = (HEAP32[9726] | 0) + i6 | 0; - HEAP32[9726] = i37; - HEAP32[9729] = i10; + i37 = (HEAP32[9732] | 0) + i6 | 0; + HEAP32[9732] = i37; + HEAP32[9735] = i10; HEAP32[i10 + 4 >> 2] = i37 | 1; } while (0); i37 = i11 + 8 | 0; return i37 | 0; - } else i2 = 39340; + } else i2 = 39364; 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) { @@ -17768,21 +17901,21 @@ function _malloc(i1) { i4 = (i4 & 7 | 0) == 0 ? 0 : 0 - i4 & 7; i37 = i7 + i4 | 0; i4 = i5 + -40 - i4 | 0; - HEAP32[9729] = i37; - HEAP32[9726] = i4; + HEAP32[9735] = i37; + HEAP32[9732] = i4; HEAP32[i37 + 4 >> 2] = i4 | 1; HEAP32[i37 + i4 + 4 >> 2] = 40; - HEAP32[9730] = HEAP32[9845]; + HEAP32[9736] = HEAP32[9851]; i4 = i3 + 4 | 0; HEAP32[i4 >> 2] = 27; - HEAP32[i1 >> 2] = HEAP32[9835]; - HEAP32[i1 + 4 >> 2] = HEAP32[9836]; - HEAP32[i1 + 8 >> 2] = HEAP32[9837]; - HEAP32[i1 + 12 >> 2] = HEAP32[9838]; - HEAP32[9835] = i7; - HEAP32[9836] = i5; - HEAP32[9838] = 0; - HEAP32[9837] = i1; + 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; i1 = i3 + 24 | 0; do { i1 = i1 + 4 | 0; @@ -17795,18 +17928,18 @@ function _malloc(i1) { HEAP32[i3 >> 2] = i7; i1 = i7 >>> 3; if (i7 >>> 0 < 256) { - i3 = 38932 + (i1 << 1 << 2) | 0; - i2 = HEAP32[9723] | 0; + i3 = 38956 + (i1 << 1 << 2) | 0; + i2 = HEAP32[9729] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { i33 = i1; i34 = i2; } } else { - HEAP32[9723] = i2 | i1; + HEAP32[9729] = i2 | i1; i33 = i3 + 8 | 0; i34 = i3; } @@ -17826,14 +17959,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 = 39196 + (i3 << 2) | 0; + i5 = 39220 + (i3 << 2) | 0; HEAP32[i8 + 28 >> 2] = i3; HEAP32[i8 + 20 >> 2] = 0; HEAP32[i6 >> 2] = 0; - i1 = HEAP32[9724] | 0; + i1 = HEAP32[9730] | 0; i2 = 1 << i3; if (!(i1 & i2)) { - HEAP32[9724] = i1 | i2; + HEAP32[9730] = i1 | i2; HEAP32[i5 >> 2] = i8; HEAP32[i8 + 24 >> 2] = i5; HEAP32[i8 + 12 >> 2] = i8; @@ -17841,37 +17974,36 @@ function _malloc(i1) { break; } i4 = i7 << ((i3 | 0) == 31 ? 0 : 25 - (i3 >>> 1) | 0); - i1 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; while (1) { - if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i7 | 0)) { - i3 = i1; + if ((HEAP32[i3 + 4 >> 2] & -8 | 0) == (i7 | 0)) { i30 = 307; break; } - i2 = i1 + 16 + (i4 >>> 31 << 2) | 0; - i3 = HEAP32[i2 >> 2] | 0; - if (!i3) { + i1 = i3 + 16 + (i4 >>> 31 << 2) | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (!i2) { i30 = 304; break; } else { i4 = i4 << 1; - i1 = i3; + i3 = i2; } } - if ((i30 | 0) == 304) if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { - HEAP32[i2 >> 2] = i8; - HEAP32[i8 + 24 >> 2] = i1; + if ((i30 | 0) == 304) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + HEAP32[i1 >> 2] = i8; + HEAP32[i8 + 24 >> 2] = i3; HEAP32[i8 + 12 >> 2] = i8; HEAP32[i8 + 8 >> 2] = i8; break; } else if ((i30 | 0) == 307) { - i1 = i3 + 8 | 0; - i2 = HEAP32[i1 >> 2] | 0; - i37 = HEAP32[9727] | 0; - if (i2 >>> 0 >= i37 >>> 0 & i3 >>> 0 >= i37 >>> 0) { - HEAP32[i2 + 12 >> 2] = i8; - HEAP32[i1 >> 2] = i8; - HEAP32[i8 + 8 >> 2] = i2; + 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; HEAP32[i8 + 12 >> 2] = i3; HEAP32[i8 + 24 >> 2] = 0; break; @@ -17879,16 +18011,16 @@ function _malloc(i1) { } } } else { - i37 = HEAP32[9727] | 0; - if ((i37 | 0) == 0 | i7 >>> 0 < i37 >>> 0) HEAP32[9727] = i7; - HEAP32[9835] = i7; - HEAP32[9836] = i5; - HEAP32[9838] = 0; - HEAP32[9732] = HEAP32[9841]; - HEAP32[9731] = -1; + 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; i1 = 0; do { - i37 = 38932 + (i1 << 1 << 2) | 0; + i37 = 38956 + (i1 << 1 << 2) | 0; HEAP32[i37 + 12 >> 2] = i37; HEAP32[i37 + 8 >> 2] = i37; i1 = i1 + 1 | 0; @@ -17897,19 +18029,19 @@ function _malloc(i1) { i37 = (i37 & 7 | 0) == 0 ? 0 : 0 - i37 & 7; i36 = i7 + i37 | 0; i37 = i5 + -40 - i37 | 0; - HEAP32[9729] = i36; - HEAP32[9726] = i37; + HEAP32[9735] = i36; + HEAP32[9732] = i37; HEAP32[i36 + 4 >> 2] = i37 | 1; HEAP32[i36 + i37 + 4 >> 2] = 40; - HEAP32[9730] = HEAP32[9845]; + HEAP32[9736] = HEAP32[9851]; } while (0); - i1 = HEAP32[9726] | 0; + i1 = HEAP32[9732] | 0; if (i1 >>> 0 > i14 >>> 0) { i35 = i1 - i14 | 0; - HEAP32[9726] = i35; - i37 = HEAP32[9729] | 0; + HEAP32[9732] = i35; + i37 = HEAP32[9735] | 0; i36 = i37 + i14 | 0; - HEAP32[9729] = i36; + HEAP32[9735] = i36; HEAP32[i36 + 4 >> 2] = i35 | 1; HEAP32[i37 + 4 >> 2] = i14 | 3; i37 = i37 + 8 | 0; @@ -17922,442 +18054,1046 @@ function _malloc(i1) { return i37 | 0; } -function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, i5) { - i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - if (HEAP8[i6 + 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(39560, 16853) | 0, i5) | 0, 10) | 0; - i2 = __ZN4wasm7Element4listEv(i5) | 0; - i2 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i2 >> 2] >> 2] | 0) | 0; - i3 = _strchr(i2, 46) | 0; - L4 : do if (!i3) { - L6 : do switch (HEAP8[i2 >> 0] | 0) { - case 98: +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitBinaryEPNS_6BinaryE(i33, i30, i28) { + 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; + i34 = STACKTOP; + STACKTOP = STACKTOP + 448 | 0; + i1 = i34 + 424 | 0; + i31 = i34 + 408 | 0; + i2 = 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]; + i1 = HEAP32[i31 >> 2] | 0; + if ((i1 | 0) != (HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0)) ___assert_fail(20704, 19725, 448, 20734); + i2 = HEAP32[i32 >> 2] | 0; + if ((i2 | 0) != (HEAP32[(HEAP32[i29 >> 2] | 0) + 4 >> 2] | 0)) ___assert_fail(20746, 19725, 449, 20734); + L11 : do switch (i1 | 0) { + case 1: { - i1 = i2 + 1 | 0; - switch (HEAP8[i1 >> 0] | 0) { - case 108: + do switch (HEAP32[i28 + 8 >> 2] | 0) { + case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i6, i5) | 0; - i7 = 176; - break L4; + __ZNK4wasm7Literal3addERKS0_(i5, i31, i32); + HEAP32[i33 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i33 + 4 >> 2] = HEAP32[i5 + 4 >> 2]; + HEAP32[i33 + 8 >> 2] = HEAP32[i5 + 8 >> 2]; + HEAP32[i33 + 12 >> 2] = HEAP32[i5 + 12 >> 2]; + HEAP32[i33 + 16 >> 2] = 0; + break L11; } - case 114: + case 1: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeBreakERNS_7ElementE(i6, i5) | 0; - i7 = 176; - break L4; + __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]; + HEAP32[i33 + 16 >> 2] = 0; + break L11; } - default: + case 2: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 132; - break L6; + __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]; + HEAP32[i33 + 16 >> 2] = 0; + break L11; } - } - } - case 99: - { - i1 = i2 + 1 | 0; - i7 = 132; - break; - } - case 103: - { - i1 = i2 + 1 | 0; - i7 = 140; - break; - } - case 104: - { - i1 = i2 + 1 | 0; - i7 = 144; - break; - } - case 105: - { - i1 = i2 + 1 | 0; - i7 = 147; - break; - } - case 108: - { - i1 = i2 + 1 | 0; - i7 = 150; - break; - } - case 109: - { - i1 = i2 + 1 | 0; - i7 = 153; - break; - } - case 110: - { - i1 = i2 + 1 | 0; - i7 = 156; - break; - } - case 112: - { - i1 = i2 + 1 | 0; - i7 = 159; - break; - } - case 115: - { - i1 = i2 + 1 | 0; - i7 = 162; - break; - } - case 114: - { - i1 = i2 + 1 | 0; - i7 = 165; + case 3: + { + if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { + i29 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i29 >> 2] | 0) + 20 >> 2] & 127](i29, 20778); + } + 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); + } + i1 = i31 + 8 | 0; + if ((HEAP32[i31 >> 2] | 0) == 1) { + i3 = 1; + i1 = (HEAP32[i1 >> 2] | 0) / (HEAP32[i32 + 8 >> 2] | 0) | 0; + i2 = 0; + } else { + i3 = i1; + i1 = i32 + 8 | 0; + i1 = ___divdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; + i3 = 2; + i2 = tempRet0; + } + HEAP32[i33 >> 2] = i3; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i1; + HEAP32[i32 + 4 >> 2] = i2; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 4: + { + if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { + i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20812); + } + i1 = i31 + 8 | 0; + if ((HEAP32[i31 >> 2] | 0) == 1) { + i3 = 1; + i1 = ((HEAP32[i1 >> 2] | 0) >>> 0) / ((HEAP32[i32 + 8 >> 2] | 0) >>> 0) | 0; + i2 = 0; + } else { + i3 = i1; + i1 = i32 + 8 | 0; + i1 = ___udivdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; + i3 = 2; + i2 = tempRet0; + } + HEAP32[i33 >> 2] = i3; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i1; + HEAP32[i32 + 4 >> 2] = i2; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 5: + { + if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { + i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20827); + } + if ((__ZN4wasm7Literal10getIntegerEv(i31) | 0) == -2147483648 & (tempRet0 | 0) == -1 ? (i30 = __ZN4wasm7Literal10getIntegerEv(i32) | 0, (i30 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = 0; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + i1 = i31 + 8 | 0; + if ((HEAP32[i31 >> 2] | 0) == 1) { + i3 = 1; + i1 = (HEAP32[i1 >> 2] | 0) % (HEAP32[i32 + 8 >> 2] | 0) | 0; + i2 = 0; + } else { + i3 = i1; + i1 = i32 + 8 | 0; + i1 = ___remdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; + i3 = 2; + i2 = tempRet0; + } + HEAP32[i33 >> 2] = i3; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i1; + HEAP32[i32 + 4 >> 2] = i2; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 6: + { + if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { + i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20842); + } + i1 = i31 + 8 | 0; + if ((HEAP32[i31 >> 2] | 0) == 1) { + i3 = 1; + i1 = ((HEAP32[i1 >> 2] | 0) >>> 0) % ((HEAP32[i32 + 8 >> 2] | 0) >>> 0) | 0; + i2 = 0; + } else { + i3 = i1; + i1 = i32 + 8 | 0; + i1 = ___uremdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; + i3 = 2; + i2 = tempRet0; + } + HEAP32[i33 >> 2] = i3; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i1; + HEAP32[i32 + 4 >> 2] = i2; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 7: + { + i31 = HEAP32[i32 + 8 >> 2] & HEAP32[i31 + 8 >> 2]; + HEAP32[i33 >> 2] = 1; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i31; + HEAP32[i32 + 4 >> 2] = 0; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 8: + { + i31 = HEAP32[i32 + 8 >> 2] | HEAP32[i31 + 8 >> 2]; + HEAP32[i33 >> 2] = 1; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i31; + HEAP32[i32 + 4 >> 2] = 0; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 9: + { + i31 = HEAP32[i32 + 8 >> 2] ^ HEAP32[i31 + 8 >> 2]; + HEAP32[i33 >> 2] = 1; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i31; + HEAP32[i32 + 4 >> 2] = 0; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 10: + { + i32 = i32 + 8 | 0; + i31 = HEAP32[i31 + 8 >> 2] << (((i2 | 0) == 1 ? HEAP32[i32 >> 2] | 0 : HEAP32[i32 >> 2] | 0) & 31); + HEAP32[i33 >> 2] = 1; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i31; + HEAP32[i32 + 4 >> 2] = 0; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 11: + { + i32 = i32 + 8 | 0; + i31 = (HEAP32[i31 + 8 >> 2] | 0) >>> (((i2 | 0) == 1 ? HEAP32[i32 >> 2] | 0 : HEAP32[i32 >> 2] | 0) & 31); + HEAP32[i33 >> 2] = 1; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i31; + HEAP32[i32 + 4 >> 2] = 0; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 12: + { + i32 = i32 + 8 | 0; + i31 = HEAP32[i31 + 8 >> 2] >> (((i2 | 0) == 1 ? HEAP32[i32 >> 2] | 0 : HEAP32[i32 >> 2] | 0) & 31); + HEAP32[i33 >> 2] = 1; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i31; + HEAP32[i32 + 4 >> 2] = 0; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + 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]; + 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]; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 19: + { + i32 = (HEAP32[i31 + 8 >> 2] | 0) < (HEAP32[i32 + 8 >> 2] | 0) & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 20: + { + i32 = (HEAP32[i31 + 8 >> 2] | 0) >>> 0 < (HEAP32[i32 + 8 >> 2] | 0) >>> 0 & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 21: + { + i32 = (HEAP32[i31 + 8 >> 2] | 0) <= (HEAP32[i32 + 8 >> 2] | 0) & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 22: + { + i32 = (HEAP32[i31 + 8 >> 2] | 0) >>> 0 <= (HEAP32[i32 + 8 >> 2] | 0) >>> 0 & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 23: + { + i32 = (HEAP32[i31 + 8 >> 2] | 0) > (HEAP32[i32 + 8 >> 2] | 0) & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 24: + { + i32 = (HEAP32[i31 + 8 >> 2] | 0) >>> 0 > (HEAP32[i32 + 8 >> 2] | 0) >>> 0 & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 25: + { + i32 = (HEAP32[i31 + 8 >> 2] | 0) >= (HEAP32[i32 + 8 >> 2] | 0) & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 26: + { + i32 = (HEAP32[i31 + 8 >> 2] | 0) >>> 0 >= (HEAP32[i32 + 8 >> 2] | 0) >>> 0 & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + default: + _abort(); + } while (0); break; } - case 116: + case 2: { - i1 = i2 + 1 | 0; - i7 = 168; + do switch (HEAP32[i28 + 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]; + 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]; + 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]; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 3: + { + if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { + i29 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i29 >> 2] | 0) + 20 >> 2] & 127](i29, 20857); + } + 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); + } + i1 = i31 + 8 | 0; + if ((HEAP32[i31 >> 2] | 0) == 1) { + i3 = 1; + i1 = (HEAP32[i1 >> 2] | 0) / (HEAP32[i32 + 8 >> 2] | 0) | 0; + i2 = 0; + } else { + i3 = i1; + i1 = i32 + 8 | 0; + i1 = ___divdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; + i3 = 2; + i2 = tempRet0; + } + HEAP32[i33 >> 2] = i3; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i1; + HEAP32[i32 + 4 >> 2] = i2; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 4: + { + if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { + i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20891); + } + i1 = i31 + 8 | 0; + if ((HEAP32[i31 >> 2] | 0) == 1) { + i3 = 1; + i1 = ((HEAP32[i1 >> 2] | 0) >>> 0) / ((HEAP32[i32 + 8 >> 2] | 0) >>> 0) | 0; + i2 = 0; + } else { + i3 = i1; + i1 = i32 + 8 | 0; + i1 = ___udivdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; + i3 = 2; + i2 = tempRet0; + } + HEAP32[i33 >> 2] = i3; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i1; + HEAP32[i32 + 4 >> 2] = i2; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 5: + { + if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { + i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20906); + } + if ((__ZN4wasm7Literal10getIntegerEv(i31) | 0) == 0 & (tempRet0 | 0) == -2147483648 ? (i30 = __ZN4wasm7Literal10getIntegerEv(i32) | 0, (i30 | 0) == -1 & (tempRet0 | 0) == -1) : 0) { + HEAP32[i33 >> 2] = 2; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = 0; + HEAP32[i32 + 4 >> 2] = 0; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + i1 = i31 + 8 | 0; + if ((HEAP32[i31 >> 2] | 0) == 1) { + i3 = 1; + i1 = (HEAP32[i1 >> 2] | 0) % (HEAP32[i32 + 8 >> 2] | 0) | 0; + i2 = 0; + } else { + i3 = i1; + i1 = i32 + 8 | 0; + i1 = ___remdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; + i3 = 2; + i2 = tempRet0; + } + HEAP32[i33 >> 2] = i3; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i1; + HEAP32[i32 + 4 >> 2] = i2; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 6: + { + if ((__ZN4wasm7Literal10getIntegerEv(i32) | 0) == 0 & (tempRet0 | 0) == 0) { + i30 = HEAP32[(HEAP32[i30 + 4 >> 2] | 0) + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i30 >> 2] | 0) + 20 >> 2] & 127](i30, 20921); + } + i1 = i31 + 8 | 0; + if ((HEAP32[i31 >> 2] | 0) == 1) { + i3 = 1; + i1 = ((HEAP32[i1 >> 2] | 0) >>> 0) % ((HEAP32[i32 + 8 >> 2] | 0) >>> 0) | 0; + i2 = 0; + } else { + i3 = i1; + i1 = i32 + 8 | 0; + i1 = ___uremdi3(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i1 >> 2] | 0, HEAP32[i1 + 4 >> 2] | 0) | 0; + i3 = 2; + i2 = tempRet0; + } + HEAP32[i33 >> 2] = i3; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i1; + HEAP32[i32 + 4 >> 2] = i2; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 7: + { + i31 = i31 + 8 | 0; + i32 = i32 + 8 | 0; + i30 = HEAP32[i32 >> 2] & HEAP32[i31 >> 2]; + i31 = HEAP32[i32 + 4 >> 2] & HEAP32[i31 + 4 >> 2]; + HEAP32[i33 >> 2] = 2; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i30; + HEAP32[i32 + 4 >> 2] = i31; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 8: + { + i31 = i31 + 8 | 0; + i32 = i32 + 8 | 0; + i30 = HEAP32[i32 >> 2] | HEAP32[i31 >> 2]; + i31 = HEAP32[i32 + 4 >> 2] | HEAP32[i31 + 4 >> 2]; + HEAP32[i33 >> 2] = 2; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i30; + HEAP32[i32 + 4 >> 2] = i31; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 9: + { + i31 = i31 + 8 | 0; + i32 = i32 + 8 | 0; + i30 = HEAP32[i32 >> 2] ^ HEAP32[i31 >> 2]; + i31 = HEAP32[i32 + 4 >> 2] ^ HEAP32[i31 + 4 >> 2]; + HEAP32[i33 >> 2] = 2; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i30; + HEAP32[i32 + 4 >> 2] = i31; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 10: + { + i1 = i32 + 8 | 0; + if ((i2 | 0) == 1) i1 = HEAP32[i1 >> 2] & 63; else i1 = HEAP32[i1 >> 2] & 63; + i31 = i31 + 8 | 0; + i31 = _bitshift64Shl(HEAP32[i31 >> 2] | 0, HEAP32[i31 + 4 >> 2] | 0, i1 | 0) | 0; + HEAP32[i33 >> 2] = 2; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i31; + HEAP32[i32 + 4 >> 2] = tempRet0; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 11: + { + i1 = i32 + 8 | 0; + if ((i2 | 0) == 1) i1 = HEAP32[i1 >> 2] & 63; else i1 = HEAP32[i1 >> 2] & 63; + i31 = i31 + 8 | 0; + i31 = _bitshift64Lshr(HEAP32[i31 >> 2] | 0, HEAP32[i31 + 4 >> 2] | 0, i1 | 0) | 0; + HEAP32[i33 >> 2] = 2; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i31; + HEAP32[i32 + 4 >> 2] = tempRet0; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 12: + { + i1 = i32 + 8 | 0; + if ((i2 | 0) == 1) i1 = HEAP32[i1 >> 2] & 63; else i1 = HEAP32[i1 >> 2] & 63; + i31 = i31 + 8 | 0; + i31 = _bitshift64Ashr(HEAP32[i31 >> 2] | 0, HEAP32[i31 + 4 >> 2] | 0, i1 | 0) | 0; + HEAP32[i33 >> 2] = 2; + i32 = i33 + 8 | 0; + HEAP32[i32 >> 2] = i31; + HEAP32[i32 + 4 >> 2] = tempRet0; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + 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]; + 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]; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 19: + { + i31 = i31 + 8 | 0; + i29 = HEAP32[i31 + 4 >> 2] | 0; + i32 = i32 + 8 | 0; + i30 = HEAP32[i32 + 4 >> 2] | 0; + i32 = ((i29 | 0) < (i30 | 0) | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 < (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 20: + { + i31 = i31 + 8 | 0; + i29 = HEAP32[i31 + 4 >> 2] | 0; + i32 = i32 + 8 | 0; + i30 = HEAP32[i32 + 4 >> 2] | 0; + i32 = (i29 >>> 0 < i30 >>> 0 | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 < (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 21: + { + i31 = i31 + 8 | 0; + i29 = HEAP32[i31 + 4 >> 2] | 0; + i32 = i32 + 8 | 0; + i30 = HEAP32[i32 + 4 >> 2] | 0; + i32 = ((i29 | 0) < (i30 | 0) | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 <= (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 22: + { + i31 = i31 + 8 | 0; + i29 = HEAP32[i31 + 4 >> 2] | 0; + i32 = i32 + 8 | 0; + i30 = HEAP32[i32 + 4 >> 2] | 0; + i32 = (i29 >>> 0 < i30 >>> 0 | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 <= (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 23: + { + i31 = i31 + 8 | 0; + i29 = HEAP32[i31 + 4 >> 2] | 0; + i32 = i32 + 8 | 0; + i30 = HEAP32[i32 + 4 >> 2] | 0; + i32 = ((i29 | 0) > (i30 | 0) | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 > (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 24: + { + i31 = i31 + 8 | 0; + i29 = HEAP32[i31 + 4 >> 2] | 0; + i32 = i32 + 8 | 0; + i30 = HEAP32[i32 + 4 >> 2] | 0; + i32 = (i29 >>> 0 > i30 >>> 0 | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 > (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 25: + { + i31 = i31 + 8 | 0; + i29 = HEAP32[i31 + 4 >> 2] | 0; + i32 = i32 + 8 | 0; + i30 = HEAP32[i32 + 4 >> 2] | 0; + i32 = ((i29 | 0) > (i30 | 0) | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 >= (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + case 26: + { + i31 = i31 + 8 | 0; + i29 = HEAP32[i31 + 4 >> 2] | 0; + i32 = i32 + 8 | 0; + i30 = HEAP32[i32 + 4 >> 2] | 0; + i32 = (i29 >>> 0 > i30 >>> 0 | ((i29 | 0) == (i30 | 0) ? (HEAP32[i31 >> 2] | 0) >>> 0 >= (HEAP32[i32 >> 2] | 0) >>> 0 : 0)) & 1; + HEAP32[i33 >> 2] = 1; + HEAP32[i33 + 8 >> 2] = i32; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + default: + _abort(); + } while (0); break; } - case 117: + case 4: + case 3: { - i1 = i2 + 1 | 0; - i7 = 171; + do switch (HEAP32[i28 + 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]; + 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]; + 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]; + 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]; + 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]; + 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]; + 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]; + 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]; + 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]; + 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]; + 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]; + 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]; + 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]; + HEAP32[i33 + 16 >> 2] = 0; + break L11; + } + default: + _abort(); + } while (0); break; } default: - i1 = i6 + 8 | 0; - } while (0); - if ((i7 | 0) == 132) { - if ((HEAP8[i1 >> 0] | 0) == 97) { - if ((i2 | 0) == (HEAP32[9558] | 0)) { - i1 = __ZN4wasm22SExpressionWasmBuilder8makeCallERNS_7ElementE(i6, i5) | 0; - i7 = 176; - break; - } - if ((i2 | 0) == (HEAP32[9559] | 0)) { - i1 = __ZN4wasm22SExpressionWasmBuilder14makeCallImportERNS_7ElementE(i6, i5) | 0; - i7 = 176; - break; - } - if ((i2 | 0) == (HEAP32[9560] | 0)) { - i1 = __ZN4wasm22SExpressionWasmBuilder16makeCallIndirectERNS_7ElementE(i6, i5) | 0; - i7 = 176; - 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(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 140; - } - L37 : do if ((i7 | 0) == 140) switch (HEAP8[i1 >> 0] | 0) { - case 101: - { - i1 = __ZN4wasm22SExpressionWasmBuilder12makeGetLocalERNS_7ElementE(i6, i5) | 0; - i7 = 176; - break L4; - } - case 114: - { - i1 = __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i6, i5, 2) | 0; - i7 = 176; - break L4; - } - 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(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 144; - break L37; - } - } while (0); - do if ((i7 | 0) == 144) if ((HEAP8[i1 >> 0] | 0) == 97) { - i1 = __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i6, i5, 3) | 0; - i7 = 176; - 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(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 147; - break; - } while (0); - do if ((i7 | 0) == 147) if ((HEAP8[i1 >> 0] | 0) == 102) { - i1 = __ZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementE(i6, i5) | 0; - i7 = 176; - 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(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 150; - break; - } while (0); - do if ((i7 | 0) == 150) if ((HEAP8[i1 >> 0] | 0) == 111) { - i1 = __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i6, i5) | 0; - i7 = 176; - 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(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 153; - break; - } while (0); - do if ((i7 | 0) == 153) if ((HEAP8[i1 >> 0] | 0) == 101) { - i1 = __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i6, i5, 1) | 0; - i7 = 176; - 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(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 156; - break; - } while (0); - do if ((i7 | 0) == 156) if ((HEAP8[i1 >> 0] | 0) == 111) { - i1 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; - i7 = 176; - 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(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 159; - break; - } while (0); - do if ((i7 | 0) == 159) if ((HEAP8[i1 >> 0] | 0) == 97) { - i1 = __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i6, i5, 0) | 0; - i7 = 176; - 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(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 162; - break; - } while (0); - do if ((i7 | 0) == 162) if ((HEAP8[i1 >> 0] | 0) == 101) { - i1 = __ZN4wasm22SExpressionWasmBuilder12makeSetLocalERNS_7ElementE(i6, i5) | 0; - i7 = 176; - 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(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 165; - break; - } while (0); - do if ((i7 | 0) == 165) if ((HEAP8[i1 >> 0] | 0) == 101) { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeReturnERNS_7ElementE(i6, i5) | 0; - i7 = 176; - 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(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 168; - break; - } while (0); - do if ((i7 | 0) == 168) if ((HEAP8[i1 >> 0] | 0) == 97) { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeSwitchERNS_7ElementE(i6, i5) | 0; - i7 = 176; - 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(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 171; - break; - } while (0); - do if ((i7 | 0) == 171) if ((HEAP8[i1 >> 0] | 0) == 110) { - i1 = __ZN10MixedArena5allocIN4wasm11UnreachableEEEPT_v(HEAP32[i6 + 4 >> 2] | 0) | 0; - i7 = 176; - 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(39560, 16871) | 0, i2) | 0, 10) | 0; - i1 = i6 + 8 | 0; - __ZNKSt3__18functionIFvvEEclEv(i1); - break; + _abort(); } 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(39560, 16871) | 0, i2) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i1); - i7 = 175; } else { - i2 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i6, i2, 0, 1) | 0; - i4 = i3 + 1 | 0; - L95 : do switch (HEAP8[i4 >> 0] | 0) { + 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]; + } + STACKTOP = i34; + return; +} + +function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i7, i6) { + i7 = i7 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; + 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; + i2 = __ZN4wasm7Element4listEv(i6) | 0; + i2 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i2 >> 2] >> 2] | 0) | 0; + i3 = _strchr(i2, 46) | 0; + L4 : do if (i3) { + i4 = __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i7, i2, 0, 1) | 0; + i1 = i5; + i2 = i1 + 16 | 0; + do { + HEAP8[i1 >> 0] = 0; + i1 = i1 + 1 | 0; + } while ((i1 | 0) < (i2 | 0)); + _strncpy(i5, i3 + 1 | 0, 15) | 0; + L95 : do switch (HEAP8[i5 >> 0] | 0) { case 97: { - i1 = i3 + 2 | 0; + i1 = i5 + 1 | 0; switch (HEAP8[i1 >> 0] | 0) { case 98: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 4, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 4, i4) | 0; + i8 = 113; + break L95; } case 100: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 0, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 0, i4) | 0; + i8 = 113; + break L95; } case 110: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 7, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 7, i4) | 0; + i8 = 113; + break L95; } 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 26; + __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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 26; break L95; } } } case 99: { - i1 = i3 + 2 | 0; - i7 = 26; + i1 = i5 + 1 | 0; + i8 = 26; break; } case 100: { - i1 = i3 + 2 | 0; - i7 = 38; + i1 = i5 + 1 | 0; + i8 = 38; break; } case 101: { - i1 = i3 + 2 | 0; - i7 = 44; + i1 = i5 + 1 | 0; + i8 = 44; break; } case 102: { - i1 = i3 + 2 | 0; - i7 = 48; + i1 = i5 + 1 | 0; + i8 = 48; break; } case 103: { - i1 = i3 + 2 | 0; - i7 = 51; + i1 = i5 + 1 | 0; + i8 = 51; break; } case 108: { - i1 = i3 + 2 | 0; - i7 = 59; + i1 = i5 + 1 | 0; + i8 = 59; break; } case 109: { - i1 = i3 + 2 | 0; - i7 = 68; + i1 = i5 + 1 | 0; + i8 = 68; break; } case 110: { - i1 = i3 + 2 | 0; - i7 = 73; + i1 = i5 + 1 | 0; + i8 = 73; break; } case 111: { - i1 = i3 + 2 | 0; - i7 = 79; + i1 = i5 + 1 | 0; + i8 = 79; break; } case 112: { - i1 = i3 + 2 | 0; - i7 = 82; + i1 = i5 + 1 | 0; + i8 = 82; break; } case 114: { - i1 = i3 + 2 | 0; - i7 = 86; + i1 = i5 + 1 | 0; + i8 = 86; break; } case 115: { - i1 = i3 + 2 | 0; - i7 = 91; + i1 = i5 + 1 | 0; + i8 = 91; break; } case 116: { - i1 = i3 + 2 | 0; - i7 = 100; + i1 = i5 + 1 | 0; + i8 = 100; break; } case 119: { - i1 = i3 + 2 | 0; - i7 = 107; + i1 = i5 + 1 | 0; + i8 = 107; break; } case 120: { - i1 = i3 + 2 | 0; - i7 = 110; + i1 = i5 + 1 | 0; + i8 = 110; break; } default: - i1 = i6 + 8 | 0; + { + i1 = i7 + 8 | 0; + i8 = 114; + } } while (0); - if ((i7 | 0) == 26) { + L118 : do if ((i8 | 0) == 26) { L120 : do switch (HEAP8[i1 >> 0] | 0) { case 101: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 5, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 5, i4) | 0; + i8 = 113; + break L118; } case 108: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 0, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 0, i4) | 0; + i8 = 113; + break L118; } case 111: { - switch (HEAP8[i3 + 3 >> 0] | 0) { + switch (HEAP8[i5 + 2 >> 0] | 0) { case 112: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 14, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 14, i4) | 0; + i8 = 113; + break L118; } case 110: break; default: break L120; } - switch (HEAP8[i3 + 4 >> 0] | 0) { + switch (HEAP8[i5 + 3 >> 0] | 0) { case 118: break; case 115: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeConstERNS_7ElementENS_8WasmTypeE(i6, i5, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeConstERNS_7ElementENS_8WasmTypeE(i7, i6, i4) | 0; + i8 = 113; + break L118; } default: break L120; } - switch (HEAP8[i3 + 9 >> 0] | 0) { + switch (HEAP8[i5 + 8 >> 0] | 0) { case 115: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, (HEAP8[i3 + 12 >> 0] | 0) == 51 ? 18 : 20, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 11 >> 0] | 0) == 51 ? 18 : 20, i4) | 0; + i8 = 113; + break L118; } case 117: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, (HEAP8[i3 + 12 >> 0] | 0) == 51 ? 19 : 21, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 11 >> 0] | 0) == 51 ? 19 : 21, i4) | 0; + i8 = 113; + break L118; } default: break L120; @@ -18365,116 +19101,116 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, i5 } case 116: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 1, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 1, i4) | 0; + i8 = 113; + break L118; } 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 38; - } - if ((i7 | 0) == 38) { + __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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 38; + } while (0); + L135 : do if ((i8 | 0) == 38) { switch (HEAP8[i1 >> 0] | 0) { case 105: { - i7 = 39; + i8 = 39; break; } case 101: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 23, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 23, i4) | 0; + i8 = 113; + break L135; } default: {} } - L139 : do if ((i7 | 0) == 39) switch (HEAP8[i3 + 4 >> 0] | 0) { + L139 : do if ((i8 | 0) == 39) switch (HEAP8[i5 + 3 >> 0] | 0) { case 95: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, (HEAP8[i3 + 5 >> 0] | 0) == 117 ? 4 : 3, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 4 >> 0] | 0) == 117 ? 4 : 3, i4) | 0; + i8 = 113; + break L135; } case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 13, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 13, i4) | 0; + i8 = 113; + break L135; } 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 44; - } - L145 : do if ((i7 | 0) == 44) switch (HEAP8[i1 >> 0] | 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 44; + } while (0); + L145 : do if ((i8 | 0) == 44) switch (HEAP8[i1 >> 0] | 0) { case 113: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 17, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 17, i4) | 0; + i8 = 113; + break L145; } case 120: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, (HEAP8[i3 + 8 >> 0] | 0) == 117 ? 11 : 10, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 7 >> 0] | 0) == 117 ? 11 : 10, i4) | 0; + i8 = 113; + break L145; } 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 48; + __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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 48; break L145; } } while (0); - do if ((i7 | 0) == 48) if ((HEAP8[i1 >> 0] | 0) == 108) { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 6, i2) | 0; - i7 = 176; - break L4; + do if ((i8 | 0) == 48) if ((HEAP8[i1 >> 0] | 0) == 108) { + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 6, i4) | 0; + 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 51; + __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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 51; break; } while (0); - if ((i7 | 0) == 51) { + L156 : do if ((i8 | 0) == 51) { L158 : do switch (HEAP8[i1 >> 0] | 0) { case 116: - switch (HEAP8[i3 + 3 >> 0] | 0) { + switch (HEAP8[i5 + 2 >> 0] | 0) { case 95: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, (HEAP8[i3 + 4 >> 0] | 0) == 117 ? 24 : 23, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 117 ? 24 : 23, i4) | 0; + i8 = 113; + break L156; } case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 29, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 29, i4) | 0; + i8 = 113; + break L156; } default: break L158; } case 101: - switch (HEAP8[i3 + 3 >> 0] | 0) { + switch (HEAP8[i5 + 2 >> 0] | 0) { case 95: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, (HEAP8[i3 + 4 >> 0] | 0) == 117 ? 26 : 25, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 117 ? 26 : 25, i4) | 0; + i8 = 113; + break L156; } case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 30, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 30, i4) | 0; + i8 = 113; + break L156; } default: break L158; @@ -18482,330 +19218,588 @@ function __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, i5 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 59; - } - if ((i7 | 0) == 59) { + __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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 59; + } while (0); + L168 : do if ((i8 | 0) == 59) { L170 : do switch (HEAP8[i1 >> 0] | 0) { case 116: - switch (HEAP8[i3 + 3 >> 0] | 0) { + switch (HEAP8[i5 + 2 >> 0] | 0) { case 95: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, (HEAP8[i3 + 4 >> 0] | 0) == 117 ? 20 : 19, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 117 ? 20 : 19, i4) | 0; + i8 = 113; + break L168; } case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 27, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 27, i4) | 0; + i8 = 113; + break L168; } default: break L170; } case 101: - switch (HEAP8[i3 + 3 >> 0] | 0) { + switch (HEAP8[i5 + 2 >> 0] | 0) { case 95: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, (HEAP8[i3 + 4 >> 0] | 0) == 117 ? 22 : 21, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 3 >> 0] | 0) == 117 ? 22 : 21, i4) | 0; + i8 = 113; + break L168; } case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 28, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 28, i4) | 0; + i8 = 113; + break L168; } default: break L170; } case 111: { - i1 = __ZN4wasm22SExpressionWasmBuilder8makeLoadERNS_7ElementENS_8WasmTypeE(i6, i5, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder8makeLoadERNS_7ElementENS_8WasmTypeE(i7, i6, i4) | 0; + i8 = 113; + break L168; } 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 68; - } - L181 : do if ((i7 | 0) == 68) switch (HEAP8[i1 >> 0] | 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 68; + } while (0); + L181 : do if ((i8 | 0) == 68) switch (HEAP8[i1 >> 0] | 0) { case 105: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 15, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 15, i4) | 0; + i8 = 113; + break L181; } case 97: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 16, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 16, i4) | 0; + i8 = 113; + break L181; } case 117: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 2, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 2, i4) | 0; + i8 = 113; + break L181; } 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 73; + __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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 73; break L181; } } while (0); - if ((i7 | 0) == 73) { - L190 : do if ((HEAP8[i1 >> 0] | 0) == 101) switch (HEAP8[i3 + 3 >> 0] | 0) { + L188 : do if ((i8 | 0) == 73) { + L190 : do if ((HEAP8[i1 >> 0] | 0) == 101) switch (HEAP8[i5 + 2 >> 0] | 0) { case 0: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 18, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 18, i4) | 0; + i8 = 113; + break L188; } case 97: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 8, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 8, i4) | 0; + i8 = 113; + break L188; } case 103: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 3, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 3, i4) | 0; + i8 = 113; + break L188; } 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 79; - } - do if ((i7 | 0) == 79) if ((HEAP8[i1 >> 0] | 0) == 114) { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 8, i2) | 0; - i7 = 176; - break L4; + __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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 79; + } while (0); + do if ((i8 | 0) == 79) if ((HEAP8[i1 >> 0] | 0) == 114) { + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 8, i4) | 0; + 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 82; + __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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 82; break; } while (0); - L202 : do if ((i7 | 0) == 82) switch (HEAP8[i1 >> 0] | 0) { + L202 : do if ((i8 | 0) == 82) switch (HEAP8[i1 >> 0] | 0) { case 114: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 22, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 22, i4) | 0; + i8 = 113; + break L202; } case 111: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 2, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 2, i4) | 0; + i8 = 113; + break L202; } 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 86; + __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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 86; break L202; } } while (0); - if ((i7 | 0) == 86) { - L210 : do if ((HEAP8[i1 >> 0] | 0) == 101) switch (HEAP8[i3 + 3 >> 0] | 0) { + L208 : do if ((i8 | 0) == 86) { + L210 : do if ((HEAP8[i1 >> 0] | 0) == 101) switch (HEAP8[i5 + 2 >> 0] | 0) { case 109: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, (HEAP8[i3 + 5 >> 0] | 0) == 117 ? 6 : 5, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 4 >> 0] | 0) == 117 ? 6 : 5, i4) | 0; + i8 = 113; + break L208; } case 105: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, (i2 + -3 | 0) >>> 0 < 2 ? 24 : 17, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (i4 + -3 | 0) >>> 0 < 2 ? 24 : 17, i4) | 0; + i8 = 113; + break L208; } 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 91; - } - L216 : do if ((i7 | 0) == 91) switch (HEAP8[i1 >> 0] | 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 91; + } while (0); + L216 : do if ((i8 | 0) == 91) switch (HEAP8[i1 >> 0] | 0) { case 101: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeSelectERNS_7ElementENS_8WasmTypeE(i6, i5, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeSelectERNS_7ElementENS_8WasmTypeE(i7, i6, i4) | 0; + i8 = 113; + break L216; } case 104: - if ((HEAP8[i3 + 3 >> 0] | 0) == 108) { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 10, i2) | 0; - i7 = 176; - break L4; + if ((HEAP8[i5 + 2 >> 0] | 0) == 108) { + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 10, i4) | 0; + i8 = 113; + break L216; } else { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, (HEAP8[i3 + 5 >> 0] | 0) == 117 ? 11 : 12, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 4 >> 0] | 0) == 117 ? 11 : 12, i4) | 0; + i8 = 113; + break L216; } case 117: { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 1, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 1, i4) | 0; + i8 = 113; + break L216; } case 113: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 9, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 9, i4) | 0; + i8 = 113; + break L216; } case 116: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE(i6, i5, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE(i7, i6, i4) | 0; + i8 = 113; + break L216; } default: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 100; + __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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 100; break L216; } } while (0); - if ((i7 | 0) == 100) { - L230 : do if ((HEAP8[i1 >> 0] | 0) == 114) switch (HEAP8[i3 + 7 >> 0] | 0) { + L228 : do if ((i8 | 0) == 100) { + L230 : do if ((HEAP8[i1 >> 0] | 0) == 114) switch (HEAP8[i5 + 6 >> 0] | 0) { case 115: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, (HEAP8[i3 + 10 >> 0] | 0) == 51 ? 13 : 15, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 9 >> 0] | 0) == 51 ? 13 : 15, i4) | 0; + i8 = 113; + break L228; } case 117: { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, (HEAP8[i3 + 10 >> 0] | 0) == 51 ? 14 : 16, i2) | 0; - i7 = 176; - break L4; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, (HEAP8[i5 + 9 >> 0] | 0) == 51 ? 14 : 16, i4) | 0; + i8 = 113; + break L228; } default: { - if ((HEAP8[i3 + 3 >> 0] | 0) != 117) break L230; - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 7, i2) | 0; - i7 = 176; - break L4; + if ((HEAP8[i5 + 2 >> 0] | 0) != 117) break L230; + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 7, i4) | 0; + i8 = 113; + 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 107; + __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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 107; + } while (0); + do if ((i8 | 0) == 107) if ((HEAP8[i1 >> 0] | 0) == 114) { + i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i7, i6, 12, i4) | 0; + 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 110; + break; + } while (0); + do if ((i8 | 0) == 110) if ((HEAP8[i1 >> 0] | 0) == 111) { + i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i7, i6, 9, i4) | 0; + 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; + i1 = i7 + 8 | 0; + __ZNKSt3__18functionIFvvEEclEv(i1); + i8 = 114; + break; + } while (0); + if ((i8 | 0) == 113) { + 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; + __ZNKSt3__18functionIFvvEEclEv(i1); + i8 = 176; + break; + } + } else { + L6 : do switch (HEAP8[i2 >> 0] | 0) { + case 98: + { + i1 = i2 + 1 | 0; + switch (HEAP8[i1 >> 0] | 0) { + case 108: + { + i1 = __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i7, i6) | 0; + i8 = 177; + break L4; + } + case 114: + { + i1 = __ZN4wasm22SExpressionWasmBuilder9makeBreakERNS_7ElementE(i7, i6) | 0; + i8 = 177; + break L4; + } + 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 133; + break L6; + } + } + } + case 99: + { + i1 = i2 + 1 | 0; + i8 = 133; + break; + } + case 103: + { + i1 = i2 + 1 | 0; + i8 = 141; + break; + } + case 104: + { + i1 = i2 + 1 | 0; + i8 = 145; + break; + } + case 105: + { + i1 = i2 + 1 | 0; + i8 = 148; + break; + } + case 108: + { + i1 = i2 + 1 | 0; + i8 = 151; + break; + } + case 109: + { + i1 = i2 + 1 | 0; + i8 = 154; + break; + } + case 110: + { + i1 = i2 + 1 | 0; + i8 = 157; + break; + } + case 112: + { + i1 = i2 + 1 | 0; + i8 = 160; + break; + } + case 115: + { + i1 = i2 + 1 | 0; + i8 = 163; + break; + } + case 114: + { + i1 = i2 + 1 | 0; + i8 = 166; + break; + } + case 116: + { + i1 = i2 + 1 | 0; + i8 = 169; + break; + } + case 117: + { + i1 = i2 + 1 | 0; + i8 = 172; + break; + } + default: + i1 = i7 + 8 | 0; + } while (0); + if ((i8 | 0) == 133) { + if ((HEAP8[i1 >> 0] | 0) == 97) { + if ((i2 | 0) == (HEAP32[9564] | 0)) { + i1 = __ZN4wasm22SExpressionWasmBuilder8makeCallERNS_7ElementE(i7, i6) | 0; + i8 = 177; + break; + } + if ((i2 | 0) == (HEAP32[9565] | 0)) { + i1 = __ZN4wasm22SExpressionWasmBuilder14makeCallImportERNS_7ElementE(i7, i6) | 0; + i8 = 177; + break; + } + if ((i2 | 0) == (HEAP32[9566] | 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 141; } - do if ((i7 | 0) == 107) if ((HEAP8[i1 >> 0] | 0) == 114) { - i1 = __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i6, i5, 12, i2) | 0; - i7 = 176; + L37 : do if ((i8 | 0) == 141) switch (HEAP8[i1 >> 0] | 0) { + case 101: + { + i1 = __ZN4wasm22SExpressionWasmBuilder12makeGetLocalERNS_7ElementE(i7, i6) | 0; + i8 = 177; + break L4; + } + case 114: + { + i1 = __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i7, i6, 2) | 0; + i8 = 177; + break L4; + } + 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 145; + break L37; + } + } while (0); + do if ((i8 | 0) == 145) if ((HEAP8[i1 >> 0] | 0) == 97) { + i1 = __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i7, i6, 3) | 0; + 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(39560, 16871) | 0, i4) | 0, 10) | 0; - __ZNKSt3__18functionIFvvEEclEv(i6 + 8 | 0); - i7 = 110; + __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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 148; break; } while (0); - do if ((i7 | 0) == 110) if ((HEAP8[i1 >> 0] | 0) == 111) { - i1 = __ZN4wasm22SExpressionWasmBuilder10makeBinaryERNS_7ElementENS_8BinaryOpENS_8WasmTypeE(i6, i5, 9, i2) | 0; - i7 = 176; + do if ((i8 | 0) == 148) if ((HEAP8[i1 >> 0] | 0) == 102) { + i1 = __ZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementE(i7, i6) | 0; + 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(39560, 16871) | 0, i4) | 0, 10) | 0; - i1 = i6 + 8 | 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 151; + break; + } while (0); + do if ((i8 | 0) == 151) if ((HEAP8[i1 >> 0] | 0) == 111) { + i1 = __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i7, i6) | 0; + 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 154; + break; + } while (0); + do if ((i8 | 0) == 154) if ((HEAP8[i1 >> 0] | 0) == 101) { + i1 = __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i7, i6, 1) | 0; + 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 157; + break; + } while (0); + do if ((i8 | 0) == 157) if ((HEAP8[i1 >> 0] | 0) == 111) { + i1 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i7 + 4 >> 2] | 0) | 0; + 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 160; + break; + } while (0); + do if ((i8 | 0) == 160) if ((HEAP8[i1 >> 0] | 0) == 97) { + i1 = __ZN4wasm22SExpressionWasmBuilder8makeHostERNS_7ElementENS_6HostOpE(i7, i6, 0) | 0; + 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 163; + break; + } while (0); + do if ((i8 | 0) == 163) if ((HEAP8[i1 >> 0] | 0) == 101) { + i1 = __ZN4wasm22SExpressionWasmBuilder12makeSetLocalERNS_7ElementE(i7, i6) | 0; + 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 166; + break; + } while (0); + do if ((i8 | 0) == 166) if ((HEAP8[i1 >> 0] | 0) == 101) { + i1 = __ZN4wasm22SExpressionWasmBuilder10makeReturnERNS_7ElementE(i7, i6) | 0; + 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 169; + break; + } while (0); + do if ((i8 | 0) == 169) if ((HEAP8[i1 >> 0] | 0) == 97) { + i1 = __ZN4wasm22SExpressionWasmBuilder10makeSwitchERNS_7ElementE(i7, i6) | 0; + 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; + __ZNKSt3__18functionIFvvEEclEv(i7 + 8 | 0); + i8 = 172; + break; + } while (0); + do if ((i8 | 0) == 172) if ((HEAP8[i1 >> 0] | 0) == 110) { + i1 = __ZN10MixedArena5allocIN4wasm11UnreachableEEEPT_v(HEAP32[i7 + 4 >> 2] | 0) | 0; + 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; + 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(39560, 16871) | 0, i4) | 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(39584, 16871) | 0, i2) | 0, 10) | 0; __ZNKSt3__18functionIFvvEEclEv(i1); - i7 = 175; + i8 = 176; } while (0); - if ((i7 | 0) == 175) _abort(); else if ((i7 | 0) == 176) return i1 | 0; + if ((i8 | 0) == 176) _abort(); else if ((i8 | 0) == 177) { + STACKTOP = i9; + return i1 | 0; + } return 0; } -function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { +function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i2) { i69 = i69 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i70 = 0; + 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; i70 = STACKTOP; STACKTOP = STACKTOP + 224 | 0; i64 = i70 + 216 | 0; - i57 = i70 + 212 | 0; + i58 = i70 + 212 | 0; i67 = i70 + 192 | 0; - i3 = i70 + 148 | 0; - i46 = i70 + 140 | 0; - i1 = i70 + 208 | 0; - i2 = i70 + 204 | 0; - i45 = i70 + 132 | 0; + i1 = i70 + 148 | 0; + i44 = i70 + 140 | 0; + i3 = i70 + 208 | 0; + i4 = i70 + 204 | 0; + i27 = i70 + 132 | 0; i61 = i70 + 124 | 0; i56 = i70 + 116 | 0; - i48 = i70 + 108 | 0; + i46 = i70 + 108 | 0; i49 = i70 + 92 | 0; - i34 = i70 + 188 | 0; - i38 = i70 + 184 | 0; - i39 = i70 + 180 | 0; - i40 = i70 + 176 | 0; - i41 = i70 + 172 | 0; - i47 = i70 + 84 | 0; - i42 = i70 + 168 | 0; - i43 = i70 + 164 | 0; - i44 = i70 + 160 | 0; - i27 = i70 + 156 | 0; - i28 = i70 + 152 | 0; - i29 = i70 + 144 | 0; - i30 = i70 + 136 | 0; - i31 = i70 + 128 | 0; - i32 = i70 + 120 | 0; - i33 = i70 + 112 | 0; + 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; i50 = i70 + 96 | 0; i51 = i70 + 88 | 0; i52 = i70 + 72 | 0; i53 = i70 + 68 | 0; - i35 = i70 + 56 | 0; - i36 = i70 + 52 | 0; + i47 = i70 + 56 | 0; + i48 = i70 + 52 | 0; i54 = i70 + 40 | 0; i55 = i70 + 36 | 0; - i37 = i70 + 32 | 0; - i58 = i70 + 28 | 0; + i39 = i70 + 32 | 0; + i57 = i70 + 28 | 0; i59 = i70 + 24 | 0; i60 = i70 + 12 | 0; i62 = i70 + 8 | 0; - i65 = i70 + 4 | 0; + i66 = i70 + 4 | 0; i68 = i70; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 38384) | 0)) ___assert_fail(13010, 13029, 427, 13044); - i66 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 0) | 0; - HEAP32[i3 >> 2] = HEAP32[i66 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 38388) | 0)) ___assert_fail(13055, 13029, 429, 13044); - i66 = __ZN6cashew3RefixEj(i3, 3) | 0; - HEAP32[i46 >> 2] = HEAP32[i66 >> 2]; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i46, 0) | 0, 0) | 0, 38396) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i46, 0) | 0, 1) | 0, 0) | 0, 38480) | 0 : 0) { - i66 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i46, 0) | 0, 1) | 0, 1) | 0; - i66 = __ZN6cashew5Value10getIStringEv(HEAP32[i66 >> 2] | 0) | 0; - __ZN6cashew7IString3setEPKcb(i1, 12834, 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, 13079, 1), (HEAP32[i66 >> 2] | 0) != (HEAP32[i2 >> 2] | 0)) : 0) break; - HEAP32[i45 >> 2] = i69; - i66 = i69 + 4 | 0; + 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; i20 = i69 + 80 | 0; - i21 = i69 + 60 | 0; - i22 = i69 + 64 | 0; - i23 = i35 + 4 | 0; - i24 = i35 + 5 | 0; - i25 = i35 + 8 | 0; + i26 = i69 + 60 | 0; + i21 = i69 + 64 | 0; + i23 = i47 + 4 | 0; + i24 = i47 + 5 | 0; + i25 = i47 + 8 | 0; i63 = i69 + 16 | 0; i9 = 0; i3 = 0; @@ -18817,53 +19811,53 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i7 = 0; i8 = 0; i10 = 0; - i26 = 1; + i22 = 1; i11 = 0; i14 = 0; L13 : while (1) { - if (i26 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i46 >> 2] | 0) | 0) >>> 0) { + if (i22 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i44 >> 2] | 0) | 0) >>> 0) { i10 = 12; break; } - i19 = __ZN6cashew3RefixEj(i46, i26) | 0; + i19 = __ZN6cashew3RefixEj(i44, i22) | 0; HEAP32[i61 >> 2] = HEAP32[i19 >> 2]; - L16 : do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 38408) | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 38388) | 0) { + L16 : do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 38432) | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 38412) | 0) { i2 = HEAP32[i69 >> 2] | 0; - HEAP32[i37 >> 2] = HEAP32[i61 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i39 >> 2] = HEAP32[i61 >> 2]; + HEAP32[i64 >> 2] = HEAP32[i39 >> 2]; __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i2, __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i69, i64) | 0); i2 = i13; i1 = i14; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 38424) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i61, 0) | 0, 38448) | 0) { i1 = __ZN6cashew3RefixEj(i61, 1) | 0; HEAP32[i64 >> 2] = HEAP32[i1 >> 2]; i1 = __ZN6cashew3RefixEj(i64, 1) | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i57 >> 2] = i1; + HEAP32[i58 >> 2] = i1; i2 = 0; while (1) { if (i2 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; - i1 = __ZN6cashew3RefixEj(i57, i2) | 0; + i1 = __ZN6cashew3RefixEj(i58, 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, 38404) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i56, 0) | 0, 38428) | 0)) { i10 = 97; break L13; } - i19 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; + i19 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i65 >> 2] | 0) | 0; HEAP32[i19 >> 2] = i1; i1 = __ZN6cashew3RefixEj(i56, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; HEAP32[i19 + 4 >> 2] = HEAP32[i1 >> 2]; __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i69 >> 2] | 0, i19); - i1 = HEAP32[i57 >> 2] | 0; + i1 = HEAP32[i58 >> 2] | 0; i2 = i2 + 1 | 0; } i2 = i13; @@ -18894,23 +19888,23 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i12 = __ZN6cashew3RefixEj(i56, 0) | 0; i12 = __ZN6cashew5Value10getIStringEv(HEAP32[i12 >> 2] | 0) | 0; i12 = HEAP32[i12 >> 2] | 0; - HEAP32[i48 >> 2] = i12; + HEAP32[i46 >> 2] = i12; i5 = __ZN6cashew3RefixEj(i56, 1) | 0; HEAP32[i49 >> 2] = HEAP32[i5 >> 2]; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38460) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38484) | 0) { i5 = __ZN6cashew3RefixEj(i49, 1) | 0; i5 = __ZN6cashew5Value9getNumberEv(HEAP32[i5 >> 2] | 0) | 0; if (!(+HEAPF64[i5 >> 3] == 0.0)) { i10 = 17; break L13; } - HEAP32[i34 >> 2] = i12; - HEAP32[i38 >> 2] = 0; - HEAP32[i39 >> 2] = 0; - HEAP32[i67 >> 2] = HEAP32[i34 >> 2]; - HEAP32[i57 >> 2] = HEAP32[i38 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i39 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i69, i67, 1, 0, i57, i64); + 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); i1 = i16; i2 = i17; i3 = i18; @@ -18918,12 +19912,12 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i5 = i13; i12 = i14; } else { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38420) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 1) | 0, 38536) | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38444) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 1) | 0, 38560) | 0)) { i10 = 23; break L13; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 3) | 0, 0) | 0, 38460) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 3) | 0, 0) | 0, 38484) | 0)) { i10 = 23; break L13; } @@ -18935,11 +19929,11 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { } i1 = __ZN6cashew3RefixEj(i49, 2) | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i40 >> 2] = i12; - HEAP32[i41 >> 2] = i1; - HEAP32[i57 >> 2] = HEAP32[i40 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i41 >> 2]; - __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i45, i57, i64, 1); + 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); i1 = i16; i2 = i17; i3 = i18; @@ -18948,33 +19942,33 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i12 = i14; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38496) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 1) | 0, 38528) | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38520) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 1) | 0, 38552) | 0)) { i10 = 27; break L13; } i5 = __ZN6cashew3RefixEj(i49, 2) | 0; - HEAP32[i47 >> 2] = HEAP32[i5 >> 2]; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i47, 0) | 0, 38460) | 0) { - i5 = __ZN6cashew3RefixEj(i47, 1) | 0; + HEAP32[i45 >> 2] = HEAP32[i5 >> 2]; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i45, 0) | 0, 38484) | 0) { + i5 = __ZN6cashew3RefixEj(i45, 1) | 0; i5 = __ZN6cashew5Value9getNumberEv(HEAP32[i5 >> 2] | 0) | 0; if (!(+HEAPF64[i5 >> 3] == 0.0)) { i10 = 30; break L13; } - HEAP32[i42 >> 2] = i12; - HEAP32[i43 >> 2] = 0; - HEAP32[i44 >> 2] = 0; - HEAP32[i67 >> 2] = HEAP32[i42 >> 2]; - HEAP32[i57 >> 2] = HEAP32[i43 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i44 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i69, i67, 4, 0, i57, i64); + 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); } else { - HEAP32[i27 >> 2] = i12; - HEAP32[i28 >> 2] = HEAP32[i47 >> 2]; - HEAP32[i57 >> 2] = HEAP32[i27 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i28 >> 2]; - __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i45, i57, i64, 4); + 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); } i1 = i16; i2 = i17; @@ -18984,8 +19978,8 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i12 = i14; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38232) | 0) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 0) | 0, 38404) | 0)) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38256) | 0) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 0) | 0, 38428) | 0)) { i10 = 39; break L13; } @@ -18993,7 +19987,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i10 = 39; break L13; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 2) | 0, 0) | 0, 0) | 0, 38460) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 2) | 0, 0) | 0, 0) | 0, 38484) | 0)) { i10 = 39; break L13; } @@ -19003,13 +19997,13 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i10 = 39; break L13; } - HEAP32[i29 >> 2] = i12; - HEAP32[i30 >> 2] = 0; - HEAP32[i31 >> 2] = 0; - HEAP32[i67 >> 2] = HEAP32[i29 >> 2]; - HEAP32[i57 >> 2] = HEAP32[i30 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i31 >> 2]; - __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i69, i67, 3, 0, i57, i64); + 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); i1 = i16; i2 = i17; i3 = i18; @@ -19018,14 +20012,14 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i12 = i14; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38688) | 0) { - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 0) | 0, 38404) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38712) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i49, 1) | 0, 0) | 0, 38428) | 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[9516] | 0)) { + if ((i5 | 0) != (HEAP32[9522] | 0)) { i1 = i16; i2 = i17; i3 = i18; @@ -19034,7 +20028,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { break; } i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) == (HEAP32[9522] | 0)) { + if ((i1 | 0) == (HEAP32[9528] | 0)) { i1 = i16; i2 = i17; i3 = i18; @@ -19042,7 +20036,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i5 = i13; break; } - if ((i1 | 0) == (HEAP32[9523] | 0)) { + if ((i1 | 0) == (HEAP32[9529] | 0)) { i1 = i16; i2 = i12; i3 = i18; @@ -19050,7 +20044,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i5 = i13; break; } - if ((i1 | 0) == (HEAP32[9524] | 0)) { + if ((i1 | 0) == (HEAP32[9530] | 0)) { i1 = i16; i2 = i17; i3 = i12; @@ -19058,7 +20052,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i5 = i13; break; } - if ((i1 | 0) == (HEAP32[9525] | 0)) { + if ((i1 | 0) == (HEAP32[9531] | 0)) { i1 = i16; i2 = i17; i3 = i18; @@ -19067,7 +20061,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i7 = i12; break; } - if ((i1 | 0) == (HEAP32[9526] | 0)) { + if ((i1 | 0) == (HEAP32[9532] | 0)) { i1 = i16; i2 = i17; i3 = i18; @@ -19075,7 +20069,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i5 = i12; break; } - if ((i1 | 0) == (HEAP32[9527] | 0)) { + if ((i1 | 0) == (HEAP32[9533] | 0)) { i1 = i16; i2 = i17; i3 = i18; @@ -19084,7 +20078,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i6 = i12; break; } - if ((i1 | 0) == (HEAP32[9528] | 0)) { + if ((i1 | 0) == (HEAP32[9534] | 0)) { i9 = i12; i1 = i16; i2 = i17; @@ -19093,7 +20087,7 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i5 = i13; break; } - i1 = (i1 | 0) == (HEAP32[9529] | 0) ? i12 : i16; + i1 = (i1 | 0) == (HEAP32[9535] | 0) ? i12 : i16; i2 = i17; i3 = i18; i4 = i19; @@ -19105,22 +20099,22 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i4 = i19; i5 = i13; } while (0); - HEAP32[i32 >> 2] = i12; - HEAP32[i33 >> 2] = HEAP32[i49 >> 2]; - HEAP32[i57 >> 2] = HEAP32[i32 >> 2]; - HEAP32[i64 >> 2] = HEAP32[i33 >> 2]; - __ZZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefEENK3__0clENS1_7IStringES2_NS_8WasmTypeE(i45, i57, i64, 0); + 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); i12 = i14; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38696) | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38700) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38720) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38724) | 0)) { i10 = 88; break L13; } i5 = HEAP32[i69 >> 2] | 0; i5 = (HEAP32[i5 + 100 >> 2] | 0) - (HEAP32[i5 + 96 >> 2] | 0) >> 2; - i1 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i63, i48) | 0; + i1 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i63, i46) | 0; HEAP32[i1 >> 2] = i5; i1 = __ZN6cashew3RefixEj(i49, 1) | 0; i1 = HEAP32[i1 >> 2] | 0; @@ -19128,17 +20122,17 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { i5 = 0; while (1) { if (i5 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; - i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i64, i5) | 0, 1) | 0; - i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - i1 = HEAP32[i1 >> 2] | 0; - i2 = HEAP32[i69 >> 2] | 0; - HEAP32[i36 >> 2] = i1; - i3 = i2 + 100 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i2 + 104 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i1; - HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i2 + 96 | 0, i36); + 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 = HEAP32[i64 >> 2] | 0; i5 = i5 + 1 | 0; } @@ -19152,67 +20146,67 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { } i14 = __ZN6cashew3RefixEj(i49, 1) | 0; HEAP32[i49 >> 2] = HEAP32[i14 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38232) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i49, 0) | 0, 38256) | 0)) { i10 = 55; break L13; } i14 = __ZN6cashew3RefixEj(i49, 1) | 0; - HEAP32[i57 >> 2] = HEAP32[i14 >> 2]; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i57, 0) | 0, 38688) | 0) { - i2 = __ZN6cashew3RefixEj(i57, 2) | 0; + HEAP32[i58 >> 2] = HEAP32[i14 >> 2]; + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i58, 0) | 0, 38712) | 0) { + i2 = __ZN6cashew3RefixEj(i58, 2) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; i2 = HEAP32[i2 >> 2] | 0; i1 = i2; - if ((i1 | 0) == (HEAP32[9522] | 0)) { + if ((i1 | 0) == (HEAP32[9528] | 0)) { i8 = 0; i10 = 1; i11 = 1; i12 = 1; break; } - if ((i1 | 0) == (HEAP32[9523] | 0)) { + if ((i1 | 0) == (HEAP32[9529] | 0)) { i8 = 0; i10 = 2; i11 = 1; i12 = 1; break; } - if ((i1 | 0) == (HEAP32[9524] | 0)) { + if ((i1 | 0) == (HEAP32[9530] | 0)) { i8 = 0; i10 = 4; i11 = 1; i12 = 1; break; } - if ((i1 | 0) == (HEAP32[9525] | 0)) { + if ((i1 | 0) == (HEAP32[9531] | 0)) { i8 = 0; i10 = 1; i11 = 1; i12 = 0; break; } - if ((i1 | 0) == (HEAP32[9526] | 0)) { + if ((i1 | 0) == (HEAP32[9532] | 0)) { i8 = 0; i10 = 2; i11 = 1; i12 = 0; break; } - if ((i1 | 0) == (HEAP32[9527] | 0)) { + if ((i1 | 0) == (HEAP32[9533] | 0)) { i8 = 0; i10 = 4; i11 = 1; i12 = 0; break; } - if ((i1 | 0) == (HEAP32[9528] | 0)) { + if ((i1 | 0) == (HEAP32[9534] | 0)) { i8 = 2; i10 = 4; i11 = 0; i12 = 1; break; } - if ((i1 | 0) == (HEAP32[9529] | 0)) { + if ((i1 | 0) == (HEAP32[9535] | 0)) { i8 = 1; i10 = 8; i11 = 0; @@ -19222,11 +20216,11 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { break L13; } } else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i57, 0) | 0, 38404) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i58, 0) | 0, 38428) | 0)) { i10 = 67; break L13; } - i2 = __ZN6cashew3RefixEj(i57, 1) | 0; + i2 = __ZN6cashew3RefixEj(i58, 1) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; i2 = HEAP32[i2 >> 2] | 0; i1 = i2; @@ -19289,15 +20283,15 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { break L13; } } while (0); - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i21, i48) | 0) != (i22 | 0)) { + 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)) { i10 = 78; break L13; } - HEAP32[i35 >> 2] = i10; + HEAP32[i47 >> 2] = i10; HEAP8[i23 >> 0] = i11 & 1; HEAP8[i24 >> 0] = i12 & 1; HEAP32[i25 >> 2] = i8; - __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEE7emplaceIJRS2_S5_EEENS9_INS_14__map_iteratorINS_15__tree_iteratorINS_12__value_typeIS2_S5_EEPNS_11__tree_nodeISJ_PvEEiEEEEbEEDpOT_(i64, i21, i48, i35); + __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); i1 = i16; i2 = i17; i3 = i18; @@ -19314,48 +20308,48 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { } } while (0); i13 = i2; - i26 = i26 + 1 | 0; + i22 = i22 + 1 | 0; i14 = i1; } switch (i10 | 0) { case 12: { HEAP32[i67 >> 2] = 0; - i4 = i67 + 4 | 0; - HEAP32[i4 >> 2] = 0; + i5 = i67 + 4 | 0; + HEAP32[i5 >> 2] = 0; HEAP32[i67 + 8 >> 2] = 0; - i9 = HEAP32[i69 >> 2] | 0; - i5 = i9 + 64 | 0; - i6 = i69 + 96 | 0; + i4 = HEAP32[i69 >> 2] | 0; + i6 = i4 + 64 | 0; + i9 = i69 + 96 | 0; i7 = i69 + 100 | 0; i8 = i67 + 8 | 0; - i9 = HEAP32[i9 + 60 >> 2] | 0; + i4 = HEAP32[i4 + 60 >> 2] | 0; while (1) { - if ((i9 | 0) == (i5 | 0)) break; - i2 = HEAP32[i9 + 16 >> 2] | 0; + if ((i4 | 0) == (i6 | 0)) break; + i2 = HEAP32[i4 + 16 >> 2] | 0; HEAP32[i61 >> 2] = i2; - i3 = HEAP32[i9 + 20 >> 2] | 0; - do if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm12FunctionTypeEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i6, i61) | 0) == (i7 | 0)) { - if ((HEAP32[i3 + 4 >> 2] | 0) != (HEAP32[9535] | 0)) { - i1 = HEAP32[i4 >> 2] | 0; + 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; if ((i1 | 0) == (HEAP32[i8 >> 2] | 0)) { __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i67, i61); break; } else { HEAP32[i1 >> 2] = i2; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; break; } } } else { - HEAP32[i58 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i57 >> 2] = HEAP32[i3 + 4 >> 2]; HEAP32[i59 >> 2] = HEAP32[i3 + 8 >> 2]; - HEAP32[i57 >> 2] = HEAP32[i58 >> 2]; + HEAP32[i58 >> 2] = HEAP32[i57 >> 2]; HEAP32[i64 >> 2] = HEAP32[i59 >> 2]; - i1 = __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__16vectorIPNS_10ExpressionENS2_9allocatorIS5_EEEE(i69, i57, i64, 0) | 0; + i1 = __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__16vectorIPNS_10ExpressionENS2_9allocatorIS5_EEEE(i69, i58, i64, 0) | 0; if (!i1) { - __ZN4wasm6getSigEPNS_12FunctionTypeE(i60, __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i61) | 0); - i56 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i60, HEAP32[i69 >> 2] | 0, HEAP32[i66 >> 2] | 0) | 0; + __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; HEAP32[i3 + 12 >> 2] = i56; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i60); break; @@ -19364,9 +20358,9 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { break; } } while (0); - i9 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i9) | 0; + i4 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; } - i1 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i5 >> 2] | 0; i2 = HEAP32[i67 >> 2] | 0; while (1) { if ((i2 | 0) == (i1 | 0)) break; @@ -19376,22 +20370,22 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { __ZN4wasm6Module12removeImportENS_4NameE(i61, i64); i2 = i2 + 4 | 0; } - i1 = i69 + 32 | 0; - i2 = i69 + 20 | 0; - i4 = HEAP32[i69 + 28 >> 2] | 0; + i4 = i69 + 32 | 0; + i3 = i69 + 20 | 0; + i2 = HEAP32[i69 + 28 >> 2] | 0; while (1) { - if ((i4 | 0) == (i1 | 0)) break; - i3 = HEAP32[i4 + 16 >> 2] | 0; - HEAP32[i64 >> 2] = HEAP32[i4 + 20 >> 2]; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEiEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE4findIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_(i63, i64) | 0) == (i2 | 0)) { + 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)) { i10 = 117; break; } - i61 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; + i61 = __ZN10MixedArena5allocIN4wasm6BinaryEEEPT_v(HEAP32[i65 >> 2] | 0) | 0; HEAP32[i61 + 8 >> 2] = 0; - i62 = i3 + 24 | 0; + i62 = i1 + 24 | 0; HEAP32[i61 + 12 >> 2] = HEAP32[i62 >> 2]; - i60 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; + i60 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i65 >> 2] | 0) | 0; i59 = __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i63, i64) | 0; i59 = HEAP32[i59 >> 2] | 0; HEAP32[i60 + 8 >> 2] = 1; @@ -19400,35 +20394,35 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { HEAP32[i61 + 16 >> 2] = i60; HEAP32[i61 + 4 >> 2] = 1; HEAP32[i62 >> 2] = i61; - i4 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; + i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; } if ((i10 | 0) == 117) ___assert_fail(13655, 13029, 673, 13044); if (HEAP8[i69 + 40 >> 0] | 0) { - i5 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; - HEAP32[i5 >> 2] = HEAP32[9544]; - 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[9545]; - 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, 38180, i65); - i1 = __ZN10MixedArena5allocIN4wasm8GetLocalEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; - HEAP32[i1 + 8 >> 2] = HEAP32[9545]; - 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; + 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; __ZN4wasm6Module11addFunctionEPNS_8FunctionE(HEAP32[i69 >> 2] | 0, i5); - i68 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i66 >> 2] | 0) | 0; - i66 = HEAP32[9544] | 0; + i68 = __ZN10MixedArena5allocIN4wasm6ExportEEEPT_v(HEAP32[i65 >> 2] | 0) | 0; + i66 = HEAP32[9550] | 0; HEAP32[i68 + 4 >> 2] = i66; HEAP32[i68 >> 2] = i66; __ZN4wasm6Module9addExportEPNS_6ExportE(HEAP32[i69 >> 2] | 0, i68); @@ -19510,45 +20504,44 @@ function __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i69, i4) { } while (0); ___assert_fail(13090, 13029, 431, 13044); } - 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, 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; + 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; i54 = STACKTOP; STACKTOP = STACKTOP + 624 | 0; - i45 = i54 + 24 | 0; - i47 = i54 + 16 | 0; - i46 = i54 + 588 | 0; - i42 = i54 + 576 | 0; - i44 = i54; - i37 = i54 + 536 | 0; + i35 = i54 + 24 | 0; + i37 = i54 + 16 | 0; + i36 = i54 + 588 | 0; + i38 = i54 + 576 | 0; + i32 = i54; + i30 = i54 + 536 | 0; i49 = i54 + 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; + 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; i1 = 0; i4 = 0; i2 = 0; - i14 = i3; + i15 = i3; L1 : while (1) { do if ((i1 | 0) > -1) if ((i4 | 0) > (2147483647 - i1 | 0)) { i1 = ___errno_location() | 0; @@ -19559,11 +20552,11 @@ function _printf_core(i50, i3, i51, i52, i53) { i1 = i4 + i1 | 0; break; } while (0); - i3 = HEAP8[i14 >> 0] | 0; + i3 = HEAP8[i15 >> 0] | 0; if (!(i3 << 24 >> 24)) { i26 = 244; break; - } else i4 = i14; + } else i4 = i15; L9 : while (1) { switch (i3 << 24 >> 24) { case 37: @@ -19591,23 +20584,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); - 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; + 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; continue; } - i7 = i3 + 1 | 0; - i4 = HEAP8[i7 >> 0] | 0; + i6 = i3 + 1 | 0; + i4 = HEAP8[i6 >> 0] | 0; i5 = (i4 << 24 >> 24) + -48 | 0; if (i5 >>> 0 < 10) { i25 = (HEAP8[i3 + 2 >> 0] | 0) == 36; - i7 = i25 ? i3 + 3 | 0 : i7; - i4 = HEAP8[i7 >> 0] | 0; - i10 = i25 ? i5 : -1; + i6 = i25 ? i3 + 3 | 0 : i6; + i4 = HEAP8[i6 >> 0] | 0; + i12 = i25 ? i5 : -1; i2 = i25 ? 1 : i2; - } else i10 = -1; + } else i12 = -1; i3 = i4 << 24 >> 24; L25 : do if ((i3 & -32 | 0) == 32) { i5 = 0; @@ -19617,8 +20610,8 @@ function _printf_core(i50, i3, i51, i52, i53) { break L25; } i5 = 1 << (i4 << 24 >> 24) + -32 | i5; - i7 = i7 + 1 | 0; - i4 = HEAP8[i7 >> 0] | 0; + i6 = i6 + 1 | 0; + i4 = HEAP8[i6 >> 0] | 0; i3 = i4 << 24 >> 24; if ((i3 & -32 | 0) != 32) { i8 = i5; @@ -19627,22 +20620,22 @@ function _printf_core(i50, i3, i51, i52, i53) { } } else i8 = 0; while (0); do if (i4 << 24 >> 24 == 42) { - i4 = i7 + 1 | 0; + i4 = i6 + 1 | 0; i3 = (HEAP8[i4 >> 0] | 0) + -48 | 0; - if (i3 >>> 0 < 10 ? (HEAP8[i7 + 2 >> 0] | 0) == 36 : 0) { + if (i3 >>> 0 < 10 ? (HEAP8[i6 + 2 >> 0] | 0) == 36 : 0) { HEAP32[i53 + (i3 << 2) >> 2] = 10; i2 = 1; - i7 = i7 + 3 | 0; + i6 = i6 + 3 | 0; i3 = HEAP32[i52 + ((HEAP8[i4 >> 0] | 0) + -48 << 3) >> 2] | 0; } else { if (i2 | 0) { i1 = -1; break L1; } - if (!i27) { + if (!i48) { i11 = i8; i2 = 0; - i7 = i4; + i6 = i4; i25 = 0; break; } @@ -19650,7 +20643,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = HEAP32[i2 >> 2] | 0; HEAP32[i51 >> 2] = i2 + 4; i2 = 0; - i7 = i4; + i6 = i4; } if ((i3 | 0) < 0) { i11 = i8 | 8192; @@ -19662,28 +20655,28 @@ function _printf_core(i50, i3, i51, i52, i53) { } else { i5 = (i4 << 24 >> 24) + -48 | 0; if (i5 >>> 0 < 10) { - i3 = i7; - i4 = 0; + i4 = i6; + i3 = 0; do { - i4 = (i4 * 10 | 0) + i5 | 0; - i3 = i3 + 1 | 0; - i5 = (HEAP8[i3 >> 0] | 0) + -48 | 0; + i3 = (i3 * 10 | 0) + i5 | 0; + i4 = i4 + 1 | 0; + i5 = (HEAP8[i4 >> 0] | 0) + -48 | 0; } while (i5 >>> 0 < 10); - if ((i4 | 0) < 0) { + if ((i3 | 0) < 0) { i1 = -1; break L1; } else { i11 = i8; - i7 = i3; - i25 = i4; + i6 = i4; + i25 = i3; } } else { i11 = i8; i25 = 0; } } while (0); - L46 : do if ((HEAP8[i7 >> 0] | 0) == 46) { - i3 = i7 + 1 | 0; + L46 : do if ((HEAP8[i6 >> 0] | 0) == 46) { + i3 = i6 + 1 | 0; i4 = HEAP8[i3 >> 0] | 0; if (i4 << 24 >> 24 != 42) { i5 = (i4 << 24 >> 24) + -48 | 0; @@ -19701,42 +20694,44 @@ function _printf_core(i50, i3, i51, i52, i53) { } } } - i3 = i7 + 2 | 0; + i3 = i6 + 2 | 0; i4 = (HEAP8[i3 >> 0] | 0) + -48 | 0; - if (i4 >>> 0 < 10 ? (HEAP8[i7 + 3 >> 0] | 0) == 36 : 0) { + if (i4 >>> 0 < 10 ? (HEAP8[i6 + 3 >> 0] | 0) == 36 : 0) { HEAP32[i53 + (i4 << 2) >> 2] = 10; i8 = HEAP32[i52 + ((HEAP8[i3 >> 0] | 0) + -48 << 3) >> 2] | 0; - i3 = i7 + 4 | 0; + i3 = i6 + 4 | 0; break; } if (i2 | 0) { i1 = -1; break L1; } - if (i27) { + if (i48) { 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 = i7; + i3 = i6; } while (0); - i9 = 0; + i10 = 0; while (1) { i4 = (HEAP8[i3 >> 0] | 0) + -65 | 0; if (i4 >>> 0 > 57) { i1 = -1; break L1; } - i5 = i3 + 1 | 0; - i4 = HEAP8[29280 + (i9 * 58 | 0) + i4 >> 0] | 0; - i7 = i4 & 255; - if ((i7 + -1 | 0) >>> 0 < 8) { - i3 = i5; - i9 = i7; + 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; } else { - i24 = i5; + i9 = i5; + i24 = i6; + i6 = i10; break; } } @@ -19744,96 +20739,96 @@ function _printf_core(i50, i3, i51, i52, i53) { i1 = -1; break; } - i5 = (i10 | 0) > -1; + i5 = (i12 | 0) > -1; do if (i4 << 24 >> 24 == 19) if (i5) { i1 = -1; break L1; } else i26 = 52; else { if (i5) { - HEAP32[i53 + (i10 << 2) >> 2] = i7; - i22 = i52 + (i10 << 3) | 0; + HEAP32[i53 + (i12 << 2) >> 2] = i9; + i22 = i52 + (i12 << 3) | 0; i23 = HEAP32[i22 + 4 >> 2] | 0; - i26 = i44; + i26 = i32; HEAP32[i26 >> 2] = HEAP32[i22 >> 2]; HEAP32[i26 + 4 >> 2] = i23; i26 = 52; break; } - if (!i27) { + if (!i48) { i1 = 0; break L1; } - _pop_arg_529(i44, i7, i51); + _pop_arg_334(i32, i9, i51); } while (0); - if ((i26 | 0) == 52 ? (i26 = 0, !i27) : 0) { - i4 = i12; - i14 = i24; + if ((i26 | 0) == 52 ? (i26 = 0, !i48) : 0) { + i4 = i14; + i15 = i24; continue; } i10 = HEAP8[i3 >> 0] | 0; - i10 = (i9 | 0) != 0 & (i10 & 15 | 0) == 3 ? i10 & -33 : i10; + i10 = (i6 | 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 (i9 | 0) { + switch (i6 | 0) { case 0: { - HEAP32[HEAP32[i44 >> 2] >> 2] = i1; - i4 = i12; - i14 = i24; + HEAP32[HEAP32[i32 >> 2] >> 2] = i1; + i4 = i14; + i15 = i24; continue L1; } case 1: { - HEAP32[HEAP32[i44 >> 2] >> 2] = i1; - i4 = i12; - i14 = i24; + HEAP32[HEAP32[i32 >> 2] >> 2] = i1; + i4 = i14; + i15 = i24; continue L1; } case 2: { - i4 = HEAP32[i44 >> 2] | 0; + i4 = HEAP32[i32 >> 2] | 0; HEAP32[i4 >> 2] = i1; HEAP32[i4 + 4 >> 2] = ((i1 | 0) < 0) << 31 >> 31; - i4 = i12; - i14 = i24; + i4 = i14; + i15 = i24; continue L1; } case 3: { - HEAP16[HEAP32[i44 >> 2] >> 1] = i1; - i4 = i12; - i14 = i24; + HEAP16[HEAP32[i32 >> 2] >> 1] = i1; + i4 = i14; + i15 = i24; continue L1; } case 4: { - HEAP8[HEAP32[i44 >> 2] >> 0] = i1; - i4 = i12; - i14 = i24; + HEAP8[HEAP32[i32 >> 2] >> 0] = i1; + i4 = i14; + i15 = i24; continue L1; } case 6: { - HEAP32[HEAP32[i44 >> 2] >> 2] = i1; - i4 = i12; - i14 = i24; + HEAP32[HEAP32[i32 >> 2] >> 2] = i1; + i4 = i14; + i15 = i24; continue L1; } case 7: { - i4 = HEAP32[i44 >> 2] | 0; + i4 = HEAP32[i32 >> 2] | 0; HEAP32[i4 >> 2] = i1; HEAP32[i4 + 4 >> 2] = ((i1 | 0) < 0) << 31 >> 31; - i4 = i12; - i14 = i24; + i4 = i14; + i15 = i24; continue L1; } default: { - i4 = i12; - i14 = i24; + i4 = i14; + i15 = i24; continue L1; } } @@ -19854,29 +20849,30 @@ function _printf_core(i50, i3, i51, i52, i53) { } case 111: { - i5 = i44; - i4 = HEAP32[i5 >> 2] | 0; - i5 = HEAP32[i5 + 4 >> 2] | 0; - if ((i4 | 0) == 0 & (i5 | 0) == 0) i3 = i28; else { + 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; i3 = i28; do { i3 = i3 + -1 | 0; - HEAP8[i3 >> 0] = i4 & 7 | 48; - i4 = _bitshift64Lshr(i4 | 0, i5 | 0, 3) | 0; - i5 = tempRet0; - } while (!((i4 | 0) == 0 & (i5 | 0) == 0)); + HEAP8[i3 >> 0] = i5 & 7 | 48; + i5 = _bitshift64Lshr(i5 | 0, i4 | 0, 3) | 0; + i4 = tempRet0; + } while (!((i5 | 0) == 0 & (i4 | 0) == 0)); } if (!(i23 & 8)) { i4 = i23; i9 = 0; - i7 = 29760; + i6 = 29511; i26 = 77; } else { - i9 = i36 - i3 | 0; + i9 = i42 - i3 | 0; i4 = i23; i8 = (i8 | 0) > (i9 | 0) ? i8 : i9 + 1 | 0; i9 = 0; - i7 = 29760; + i6 = 29511; i26 = 77; } break; @@ -19884,49 +20880,49 @@ function _printf_core(i50, i3, i51, i52, i53) { case 105: case 100: { - i4 = i44; + i4 = i32; 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 = i44; + i5 = i32; HEAP32[i5 >> 2] = i3; HEAP32[i5 + 4 >> 2] = i4; i5 = 1; - i7 = 29760; + i6 = 29511; i26 = 76; break L75; } if (!(i23 & 2048)) { - i7 = i23 & 1; - i5 = i7; - i7 = (i7 | 0) == 0 ? 29760 : 29762; + i6 = i23 & 1; + i5 = i6; + i6 = (i6 | 0) == 0 ? 29511 : 29513; i26 = 76; } else { i5 = 1; - i7 = 29761; + i6 = 29512; i26 = 76; } break; } case 117: { - i4 = i44; + i4 = i32; i3 = HEAP32[i4 >> 2] | 0; i4 = HEAP32[i4 + 4 >> 2] | 0; i5 = 0; - i7 = 29760; + i6 = 29511; i26 = 76; break; } case 99: { - HEAP8[i37 >> 0] = HEAP32[i44 >> 2]; - i3 = i37; + HEAP8[i30 >> 0] = HEAP32[i32 >> 2]; + i3 = i30; i10 = 1; i12 = 0; - i11 = 29760; + i11 = 29511; i4 = i28; break; } @@ -19939,16 +20935,16 @@ function _printf_core(i50, i3, i51, i52, i53) { } case 115: { - i4 = HEAP32[i44 >> 2] | 0; - i4 = i4 | 0 ? i4 : 31662; + i4 = HEAP32[i32 >> 2] | 0; + i4 = i4 | 0 ? i4 : 31413; i26 = 82; break; } case 67: { - HEAP32[i49 >> 2] = HEAP32[i44 >> 2]; - HEAP32[i38 >> 2] = 0; - HEAP32[i44 >> 2] = i49; + HEAP32[i49 >> 2] = HEAP32[i32 >> 2]; + HEAP32[i34 >> 2] = 0; + HEAP32[i32 >> 2] = i49; i3 = i49; i8 = -1; i26 = 86; @@ -19956,7 +20952,7 @@ function _printf_core(i50, i3, i51, i52, i53) { } case 83: { - i3 = HEAP32[i44 >> 2] | 0; + i3 = HEAP32[i32 >> 2] | 0; if (!i8) { _pad(i50, 32, i25, 0, i23); i3 = 0; @@ -19973,368 +20969,364 @@ function _printf_core(i50, i3, i51, i52, i53) { case 102: case 101: { - d6 = +HEAPF64[i44 >> 3]; - HEAP32[i47 >> 2] = 0; - HEAPF64[tempDoublePtr >> 3] = d6; + d7 = +HEAPF64[i32 >> 3]; + HEAP32[i37 >> 2] = 0; + HEAPF64[tempDoublePtr >> 3] = d7; if ((HEAP32[tempDoublePtr + 4 >> 2] | 0) >= 0) if (!(i23 & 2048)) { i22 = i23 & 1; i21 = i22; - i22 = (i22 | 0) == 0 ? 31670 : 31675; + i22 = (i22 | 0) == 0 ? 31421 : 31426; } else { i21 = 1; - i22 = 31672; + i22 = 31423; } else { - d6 = -d6; i21 = 1; - i22 = 31669; + i22 = 31420; + d7 = -d7; } - HEAPF64[tempDoublePtr >> 3] = d6; + HEAPF64[tempDoublePtr >> 3] = d7; i20 = HEAP32[tempDoublePtr + 4 >> 2] & 2146435072; do if (i20 >>> 0 < 2146435072 | (i20 | 0) == 2146435072 & 0 < 0) { - d13 = +_frexpl(d6, i47) * 2.0; + d13 = +_frexpl(d7, i37) * 2.0; i4 = d13 != 0.0; - if (i4) HEAP32[i47 >> 2] = (HEAP32[i47 >> 2] | 0) + -1; + if (i4) HEAP32[i37 >> 2] = (HEAP32[i37 >> 2] | 0) + -1; i18 = i10 | 32; if ((i18 | 0) == 97) { - i11 = i10 & 32; - i14 = (i11 | 0) == 0 ? i22 : i22 + 9 | 0; + i9 = i10 & 32; + i14 = (i9 | 0) == 0 ? i22 : i22 + 9 | 0; i12 = i21 | 2; i3 = 12 - i8 | 0; do if (!(i8 >>> 0 > 11 | (i3 | 0) == 0)) { - d6 = 8.0; + d7 = 8.0; do { i3 = i3 + -1 | 0; - d6 = d6 * 16.0; + d7 = d7 * 16.0; } while ((i3 | 0) != 0); if ((HEAP8[i14 >> 0] | 0) == 45) { - d6 = -(d6 + (-d13 - d6)); + d7 = -(d7 + (-d13 - d7)); break; } else { - d6 = d13 + d6 - d6; + d7 = d13 + d7 - d7; break; } - } else d6 = d13; while (0); - i4 = HEAP32[i47 >> 2] | 0; + } else d7 = d13; while (0); + i4 = HEAP32[i37 >> 2] | 0; i3 = (i4 | 0) < 0 ? 0 - i4 | 0 : i4; - i3 = _fmt_u(i3, ((i3 | 0) < 0) << 31 >> 31, i41) | 0; - if ((i3 | 0) == (i41 | 0)) { - HEAP8[i42 >> 0] = 48; - i3 = i42; + i3 = _fmt_u(i3, ((i3 | 0) < 0) << 31 >> 31, i33) | 0; + if ((i3 | 0) == (i33 | 0)) { + HEAP8[i38 >> 0] = 48; + i3 = i38; } HEAP8[i3 + -1 >> 0] = (i4 >> 31 & 2) + 43; - i9 = i3 + -2 | 0; - HEAP8[i9 >> 0] = i10 + 15; - i7 = (i8 | 0) < 1; - i5 = (i23 & 8 | 0) == 0; - i4 = i46; + i11 = i3 + -2 | 0; + HEAP8[i11 >> 0] = i10 + 15; + i5 = (i8 | 0) < 1; + i6 = (i23 & 8 | 0) == 0; + i4 = i36; while (1) { - i22 = ~~d6; + i22 = ~~d7; i3 = i4 + 1 | 0; - HEAP8[i4 >> 0] = HEAPU8[29744 + i22 >> 0] | i11; - d6 = (d6 - +(i22 | 0)) * 16.0; - do if ((i3 - i39 | 0) == 1) { - if (i5 & (i7 & d6 == 0.0)) break; + 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[i3 >> 0] = 46; i3 = i4 + 2 | 0; } while (0); - if (!(d6 != 0.0)) break; else i4 = i3; + if (!(d7 != 0.0)) break; else i4 = i3; } - 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); + 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); if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i14, i12, i50) | 0; - _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; + _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; break; } i3 = (i8 | 0) < 0 ? 6 : i8; if (i4) { - i4 = (HEAP32[i47 >> 2] | 0) + -28 | 0; - HEAP32[i47 >> 2] = i4; - d6 = d13 * 268435456.0; + i4 = (HEAP32[i37 >> 2] | 0) + -28 | 0; + HEAP32[i37 >> 2] = i4; + d7 = d13 * 268435456.0; } else { - d6 = d13; - i4 = HEAP32[i47 >> 2] | 0; + i4 = HEAP32[i37 >> 2] | 0; + d7 = d13; } - i20 = (i4 | 0) < 0 ? i45 : i32; + i20 = (i4 | 0) < 0 ? i35 : i29; i19 = i20; i4 = i20; do { - i17 = ~~d6 >>> 0; + i17 = ~~d7 >>> 0; HEAP32[i4 >> 2] = i17; i4 = i4 + 4 | 0; - d6 = (d6 - +(i17 >>> 0)) * 1.0e9; - } while (d6 != 0.0); + d7 = (d7 - +(i17 >>> 0)) * 1.0e9; + } while (d7 != 0.0); i5 = i4; - i4 = HEAP32[i47 >> 2] | 0; + i4 = HEAP32[i37 >> 2] | 0; if ((i4 | 0) > 0) { i8 = i20; while (1) { i9 = (i4 | 0) > 29 ? 29 : i4; - i7 = i5 + -4 | 0; - do if (i7 >>> 0 < i8 >>> 0) i7 = i8; else { + i6 = i5 + -4 | 0; + do if (i6 >>> 0 < i8 >>> 0) i6 = i8; else { i4 = 0; do { - i17 = _bitshift64Shl(HEAP32[i7 >> 2] | 0, 0, i9 | 0) | 0; + i17 = _bitshift64Shl(HEAP32[i6 >> 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[i7 >> 2] = i16; + HEAP32[i6 >> 2] = i16; i4 = ___udivdi3(i17 | 0, i4 | 0, 1e9, 0) | 0; - i7 = i7 + -4 | 0; - } while (i7 >>> 0 >= i8 >>> 0); + i6 = i6 + -4 | 0; + } while (i6 >>> 0 >= i8 >>> 0); if (!i4) { - i7 = i8; + i6 = i8; break; } - i7 = i8 + -4 | 0; - HEAP32[i7 >> 2] = i4; + i6 = i8 + -4 | 0; + HEAP32[i6 >> 2] = i4; } while (0); while (1) { - if (i5 >>> 0 <= i7 >>> 0) break; + if (i5 >>> 0 <= i6 >>> 0) break; i4 = i5 + -4 | 0; if (!(HEAP32[i4 >> 2] | 0)) i5 = i4; else break; } - i4 = (HEAP32[i47 >> 2] | 0) - i9 | 0; - HEAP32[i47 >> 2] = i4; - if ((i4 | 0) > 0) i8 = i7; else break; + i4 = (HEAP32[i37 >> 2] | 0) - i9 | 0; + HEAP32[i37 >> 2] = i4; + if ((i4 | 0) > 0) i8 = i6; else break; } - } else i7 = i20; + } else i6 = i20; if ((i4 | 0) < 0) { i14 = ((i3 + 25 | 0) / 9 | 0) + 1 | 0; i15 = (i18 | 0) == 102; - i11 = i7; + i11 = i6; while (1) { i12 = 0 - i4 | 0; i12 = (i12 | 0) > 9 ? 9 : i12; do if (i11 >>> 0 < i5 >>> 0) { - i4 = (1 << i12) + -1 | 0; + i9 = (1 << i12) + -1 | 0; i8 = 1e9 >>> i12; - i7 = 0; - i9 = i11; + i6 = 0; + i4 = i11; do { - 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); + 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); i4 = (HEAP32[i11 >> 2] | 0) == 0 ? i11 + 4 | 0 : i11; - if (!i7) { - i7 = i4; + if (!i6) { + i6 = i4; break; } - HEAP32[i5 >> 2] = i7; - i7 = i4; + HEAP32[i5 >> 2] = i6; + i6 = i4; i5 = i5 + 4 | 0; - } else i7 = (HEAP32[i11 >> 2] | 0) == 0 ? i11 + 4 | 0 : i11; while (0); - i4 = i15 ? i20 : i7; + } else i6 = (HEAP32[i11 >> 2] | 0) == 0 ? i11 + 4 | 0 : i11; while (0); + i4 = i15 ? i20 : i6; i5 = (i5 - i4 >> 2 | 0) > (i14 | 0) ? i4 + (i14 << 2) | 0 : i5; - i4 = (HEAP32[i47 >> 2] | 0) + i12 | 0; - HEAP32[i47 >> 2] = i4; + i4 = (HEAP32[i37 >> 2] | 0) + i12 | 0; + HEAP32[i37 >> 2] = i4; if ((i4 | 0) >= 0) { - i15 = i7; + i4 = i6; + i15 = i5; break; - } else i11 = i7; + } else i11 = i6; } - } 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; + } 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; do { - i7 = i7 * 10 | 0; - i4 = i4 + 1 | 0; - } while (i8 >>> 0 >= i7 >>> 0); - } else i4 = 0; while (0); + i6 = i6 * 10 | 0; + i5 = i5 + 1 | 0; + } while (i8 >>> 0 >= i6 >>> 0); + } else i5 = 0; while (0); i16 = (i18 | 0) == 103; i17 = (i3 | 0) != 0; - 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; + 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; do { - 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; + 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; do if (i21) { if ((HEAP8[i22 >> 0] | 0) != 45) break; d13 = -d13; - d6 = -d6; + d7 = -d7; } while (0); - i9 = i12 - i14 | 0; - HEAP32[i7 >> 2] = i9; - if (!(d13 + d6 != d13)) { - i8 = i15; - break; - } - i18 = i9 + i8 | 0; - HEAP32[i7 >> 2] = i18; + i8 = i12 - i14 | 0; + HEAP32[i6 >> 2] = i8; + if (!(d13 + d7 != d13)) break; + i18 = i8 + i9 | 0; + HEAP32[i6 >> 2] = i18; if (i18 >>> 0 > 999999999) { - i4 = i15; + i5 = i6; while (1) { - i8 = i7 + -4 | 0; - HEAP32[i7 >> 2] = 0; - if (i8 >>> 0 < i4 >>> 0) { + i6 = i5 + -4 | 0; + HEAP32[i5 >> 2] = 0; + if (i6 >>> 0 < i4 >>> 0) { i4 = i4 + -4 | 0; HEAP32[i4 >> 2] = 0; } - i18 = (HEAP32[i8 >> 2] | 0) + 1 | 0; - HEAP32[i8 >> 2] = i18; - if (i18 >>> 0 > 999999999) i7 = i8; else { - i11 = i4; - i7 = i8; - break; - } + i18 = (HEAP32[i6 >> 2] | 0) + 1 | 0; + HEAP32[i6 >> 2] = i18; + if (i18 >>> 0 > 999999999) i5 = i6; else break; } - } else i11 = i15; - i4 = (i19 - i11 >> 2) * 9 | 0; - i9 = HEAP32[i11 >> 2] | 0; - if (i9 >>> 0 < 10) { - i8 = i11; - break; - } else i8 = 10; + } + i5 = (i19 - i4 >> 2) * 9 | 0; + i9 = HEAP32[i4 >> 2] | 0; + if (i9 >>> 0 < 10) break; else i8 = 10; do { i8 = i8 * 10 | 0; - i4 = i4 + 1 | 0; + i5 = i5 + 1 | 0; } while (i9 >>> 0 >= i8 >>> 0); - i8 = i11; } while (0); - i18 = i7 + 4 | 0; - i15 = i8; - i5 = i5 >>> 0 > i18 >>> 0 ? i18 : i5; + i14 = i6 + 4 | 0; + i18 = i4; + i4 = i15 >>> 0 > i14 >>> 0 ? i14 : i15; + } else { + i18 = i4; + i4 = i15; } - i12 = 0 - i4 | 0; + i12 = 0 - i5 | 0; while (1) { - if (i5 >>> 0 <= i15 >>> 0) { + if (i4 >>> 0 <= i18 >>> 0) { i14 = 0; - i18 = i5; + i15 = i4; break; } - i7 = i5 + -4 | 0; - if (!(HEAP32[i7 >> 2] | 0)) i5 = i7; else { + i6 = i4 + -4 | 0; + if (!(HEAP32[i6 >> 2] | 0)) i4 = i6; else { i14 = 1; - i18 = i5; + i15 = i4; break; } } do if (i16) { i3 = (i17 & 1 ^ 1) + i3 | 0; - if ((i3 | 0) > (i4 | 0) & (i4 | 0) > -5) { + if ((i3 | 0) > (i5 | 0) & (i5 | 0) > -5) { + i3 = i3 + -1 - i5 | 0; i10 = i10 + -1 | 0; - i3 = i3 + -1 - i4 | 0; } else { - i10 = i10 + -2 | 0; i3 = i3 + -1 | 0; + i10 = i10 + -2 | 0; } - i5 = i23 & 8; - if (i5 | 0) break; + i4 = i23 & 8; + if (i4 | 0) break; do if (i14) { - i5 = HEAP32[i18 + -4 >> 2] | 0; - if (!i5) { - i7 = 9; + i4 = HEAP32[i15 + -4 >> 2] | 0; + if (!i4) { + i6 = 9; break; } - if (!((i5 >>> 0) % 10 | 0)) { + if (!((i4 >>> 0) % 10 | 0)) { i8 = 10; - i7 = 0; + i6 = 0; } else { - i7 = 0; + i6 = 0; break; } do { i8 = i8 * 10 | 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; + i6 = i6 + 1 | 0; + } while (!((i4 >>> 0) % (i8 >>> 0) | 0 | 0)); + } else i6 = 9; while (0); + i4 = ((i15 - i19 >> 2) * 9 | 0) + -9 | 0; if ((i10 | 32 | 0) == 102) { - i5 = i5 - i7 | 0; - i5 = (i5 | 0) < 0 ? 0 : i5; - i3 = (i3 | 0) < (i5 | 0) ? i3 : i5; - i5 = 0; + i19 = i4 - i6 | 0; + i19 = (i19 | 0) < 0 ? 0 : i19; + i4 = 0; + i3 = (i3 | 0) < (i19 | 0) ? i3 : i19; break; } else { - i5 = i5 + i4 - i7 | 0; - i5 = (i5 | 0) < 0 ? 0 : i5; - i3 = (i3 | 0) < (i5 | 0) ? i3 : i5; - i5 = 0; + i19 = i4 + i5 - i6 | 0; + i19 = (i19 | 0) < 0 ? 0 : i19; + i4 = 0; + i3 = (i3 | 0) < (i19 | 0) ? i3 : i19; break; } - } else i5 = i23 & 8; while (0); - i11 = i3 | i5; + } else i4 = i23 & 8; while (0); + i11 = i3 | i4; 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 { - 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; + 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; _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) { - i7 = i15 >>> 0 > i20 >>> 0 ? i20 : i15; - i4 = i7; + i6 = i18 >>> 0 > i20 >>> 0 ? i20 : i18; + i4 = i6; do { - 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; + 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; } else { - if (i5 >>> 0 <= i46 >>> 0) break; - _memset(i46 | 0, 48, i5 - i39 | 0) | 0; - do i5 = i5 + -1 | 0; while (i5 >>> 0 > i46 >>> 0); + if (i5 >>> 0 <= i36 >>> 0) break; + _memset(i36 | 0, 48, i5 - i44 | 0) | 0; + do i5 = i5 + -1 | 0; while (i5 >>> 0 > i36 >>> 0); } while (0); - if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i5, i34 - i5 | 0, i50) | 0; + if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i5, i43 - 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(36861, 1, i50) | 0; + ___fwritex(36887, 1, i50) | 0; } while (0); - if ((i3 | 0) > 0 & i4 >>> 0 < i18 >>> 0) { + if ((i3 | 0) > 0 & i4 >>> 0 < i15 >>> 0) { i5 = i4; while (1) { - 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); + 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); } 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 < i18 >>> 0)) { + if (!((i3 | 0) > 9 & i5 >>> 0 < i15 >>> 0)) { i3 = i4; break; } else i3 = i4; @@ -20342,17 +21334,17 @@ function _printf_core(i50, i3, i51, i52, i53) { } _pad(i50, 48, i3 + 9 | 0, 9, 0); } else { - i9 = i14 ? i18 : i15 + 4 | 0; + i9 = i14 ? i15 : i18 + 4 | 0; if ((i3 | 0) > -1) { - i8 = (i5 | 0) == 0; - i7 = i15; + i8 = (i4 | 0) == 0; + i6 = i18; do { - i4 = _fmt_u(HEAP32[i7 >> 2] | 0, 0, i33) | 0; - if ((i4 | 0) == (i33 | 0)) { - HEAP8[i35 >> 0] = 48; - i4 = i35; + i4 = _fmt_u(HEAP32[i6 >> 2] | 0, 0, i31) | 0; + if ((i4 | 0) == (i31 | 0)) { + HEAP8[i39 >> 0] = 48; + i4 = i39; } - do if ((i7 | 0) == (i15 | 0)) { + do if ((i6 | 0) == (i18 | 0)) { i5 = i4 + 1 | 0; if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i4, 1, i50) | 0; if (i8 & (i3 | 0) < 1) { @@ -20363,84 +21355,85 @@ function _printf_core(i50, i3, i51, i52, i53) { i4 = i5; break; } - ___fwritex(36861, 1, i50) | 0; + ___fwritex(36887, 1, i50) | 0; i4 = i5; } else { - if (i4 >>> 0 <= i46 >>> 0) break; - _memset(i46 | 0, 48, i4 + i40 | 0) | 0; - do i4 = i4 + -1 | 0; while (i4 >>> 0 > i46 >>> 0); + if (i4 >>> 0 <= i36 >>> 0) break; + _memset(i36 | 0, 48, i4 + i27 | 0) | 0; + do i4 = i4 + -1 | 0; while (i4 >>> 0 > i36 >>> 0); } while (0); - i5 = i34 - i4 | 0; + i5 = i43 - i4 | 0; if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i4, (i3 | 0) > (i5 | 0) ? i5 : i3, i50) | 0; i3 = i3 - i5 | 0; - i7 = i7 + 4 | 0; - } while (i7 >>> 0 < i9 >>> 0 & (i3 | 0) > -1); + i6 = i6 + 4 | 0; + } while (i6 >>> 0 < i9 >>> 0 & (i3 | 0) > -1); } _pad(i50, 48, i3 + 18 | 0, 18, 0); if (HEAP32[i50 >> 2] & 32 | 0) break; - ___fwritex(i10, i43 - i10 | 0, i50) | 0; + ___fwritex(i10, i41 - 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 = d6 != d6 | 0.0 != 0.0; + i8 = d7 != d7 | 0.0 != 0.0; i4 = i8 ? 0 : i21; - i7 = i4 + 3 | 0; - _pad(i50, 32, i25, i7, i5); + i6 = i4 + 3 | 0; + _pad(i50, 32, i25, i6, 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 ? 31696 : 31700) : i9 ? 31688 : 31692, 3, i50) | 0; - _pad(i50, 32, i25, i7, i23 ^ 8192); - i3 = (i7 | 0) < (i25 | 0) ? i25 : i7; + 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; } while (0); i4 = i3; - i14 = i24; + i15 = i24; continue L1; } default: { - i3 = i14; + i3 = i15; i5 = i23; i10 = i8; i12 = 0; - i11 = 29760; + i11 = 29511; i4 = i28; } } while (0); L311 : do if ((i26 | 0) == 64) { - i5 = i44; - i4 = HEAP32[i5 >> 2] | 0; - i5 = HEAP32[i5 + 4 >> 2] | 0; - i7 = i10 & 32; - if (!((i4 | 0) == 0 & (i5 | 0) == 0)) { + 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; i3 = i28; do { i3 = i3 + -1 | 0; - HEAP8[i3 >> 0] = HEAPU8[29744 + (i4 & 15) >> 0] | i7; - i4 = _bitshift64Lshr(i4 | 0, i5 | 0, 4) | 0; - i5 = tempRet0; - } while (!((i4 | 0) == 0 & (i5 | 0) == 0)); - i26 = i44; + 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; if ((i9 & 8 | 0) == 0 | (HEAP32[i26 >> 2] | 0) == 0 & (HEAP32[i26 + 4 >> 2] | 0) == 0) { i4 = i9; i9 = 0; - i7 = 29760; + i6 = 29511; i26 = 77; } else { i4 = i9; i9 = 2; - i7 = 29760 + (i10 >> 4) | 0; + i6 = 29511 + (i10 >> 4) | 0; i26 = 77; } } else { i3 = i28; i4 = i9; i9 = 0; - i7 = 29760; + i6 = 29511; i26 = 77; } } else if ((i26 | 0) == 76) { @@ -20455,7 +21448,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = i4; i10 = i22 ? i8 : i23 - i4 | 0; i12 = 0; - i11 = 29760; + i11 = 29511; i4 = i22 ? i4 + i8 | 0 : i23; } else if ((i26 | 0) == 86) { i26 = 0; @@ -20463,9 +21456,9 @@ function _printf_core(i50, i3, i51, i52, i53) { i4 = 0; i9 = i3; while (1) { - i7 = HEAP32[i9 >> 2] | 0; - if (!i7) break; - i4 = _wctomb(i48, i7) | 0; + i6 = HEAP32[i9 >> 2] | 0; + if (!i6) break; + i4 = _wctomb(i40, i6) | 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; @@ -20479,7 +21472,7 @@ function _printf_core(i50, i3, i51, i52, i53) { i3 = 0; i26 = 97; } else { - i7 = 0; + i6 = 0; while (1) { i4 = HEAP32[i3 >> 2] | 0; if (!i4) { @@ -20487,15 +21480,15 @@ function _printf_core(i50, i3, i51, i52, i53) { i26 = 97; break L311; } - i4 = _wctomb(i48, i4) | 0; - i7 = i4 + i7 | 0; - if ((i7 | 0) > (i5 | 0)) { + i4 = _wctomb(i40, i4) | 0; + i6 = i4 + i6 | 0; + if ((i6 | 0) > (i5 | 0)) { i3 = i5; i26 = 97; break L311; } - if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i48, i4, i50) | 0; - if (i7 >>> 0 >= i5 >>> 0) { + if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i40, i4, i50) | 0; + if (i6 >>> 0 >= i5 >>> 0) { i3 = i5; i26 = 97; break; @@ -20507,46 +21500,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; - i14 = i24; + i15 = i24; continue; } if ((i26 | 0) == 77) { i26 = 0; i5 = (i8 | 0) > -1 ? i4 & -65537 : i4; - i4 = i44; + i4 = i32; i4 = (HEAP32[i4 >> 2] | 0) != 0 | (HEAP32[i4 + 4 >> 2] | 0) != 0; if ((i8 | 0) != 0 | i4) { - i10 = (i4 & 1 ^ 1) + (i36 - i3) | 0; + i10 = (i4 & 1 ^ 1) + (i42 - i3) | 0; i10 = (i8 | 0) > (i10 | 0) ? i8 : i10; i12 = i9; - i11 = i7; + i11 = i6; i4 = i28; } else { i3 = i28; i10 = 0; i12 = i9; - i11 = i7; + i11 = i6; i4 = i28; } } i9 = i4 - i3 | 0; - i7 = (i10 | 0) < (i9 | 0) ? i9 : i10; - i8 = i12 + i7 | 0; - i4 = (i25 | 0) < (i8 | 0) ? i8 : i25; - _pad(i50, 32, i4, i8, i5); + i8 = (i10 | 0) < (i9 | 0) ? i9 : i10; + i6 = i12 + i8 | 0; + i4 = (i25 | 0) < (i6 | 0) ? i6 : i25; + _pad(i50, 32, i4, i6, i5); if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i11, i12, i50) | 0; - _pad(i50, 48, i4, i8, i5 ^ 65536); - _pad(i50, 48, i7, i9, 0); + _pad(i50, 48, i4, i6, i5 ^ 65536); + _pad(i50, 48, i8, i9, 0); if (!(HEAP32[i50 >> 2] & 32)) ___fwritex(i3, i9, i50) | 0; - _pad(i50, 32, i4, i8, i5 ^ 8192); - i14 = i24; + _pad(i50, 32, i4, i6, i5 ^ 8192); + i15 = 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_529(i52 + (i1 << 3) | 0, i2, i51); + _pop_arg_334(i52 + (i1 << 3) | 0, i2, i51); i1 = i1 + 1 | 0; if ((i1 | 0) >= 10) { i1 = 1; @@ -20569,33 +21562,33 @@ function _printf_core(i50, i3, i51, i52, i53) { return i1 | 0; } -function ___floatscan(i24, i2, i21) { - i24 = i24 | 0; +function ___floatscan(i23, i2, i20) { + i23 = i23 | 0; i2 = i2 | 0; - 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; + 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; STACKTOP = STACKTOP + 512 | 0; - i27 = i31; + i26 = i30; switch (i2 | 0) { case 0: { - i30 = 24; - i29 = -149; + i29 = 24; + i27 = -149; i19 = 4; break; } case 1: { - i30 = 53; - i29 = -1074; + i29 = 53; + i27 = -1074; i19 = 4; break; } case 2: { - i30 = 53; - i29 = -1074; + i29 = 53; + i27 = -1074; i19 = 4; break; } @@ -20603,28 +21596,28 @@ function ___floatscan(i24, i2, i21) { d1 = 0.0; } L4 : do if ((i19 | 0) == 4) { - i23 = i24 + 4 | 0; - i22 = i24 + 100 | 0; + i22 = i23 + 4 | 0; + i21 = i23 + 100 | 0; do { - i2 = HEAP32[i23 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { - HEAP32[i23 >> 2] = i2 + 1; + i2 = HEAP32[i22 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { + HEAP32[i22 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; - } else i2 = ___shgetc(i24) | 0; + } else i2 = ___shgetc(i23) | 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[i23 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { - HEAP32[i23 >> 2] = i2 + 1; + i2 = HEAP32[i22 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { + HEAP32[i22 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; i28 = i3; break L13; } else { - i2 = ___shgetc(i24) | 0; + i2 = ___shgetc(i23) | 0; i28 = i3; break L13; } @@ -20635,15 +21628,15 @@ function ___floatscan(i24, i2, i21) { i3 = i2; i2 = 0; do { - if ((i3 | 32 | 0) != (HEAP8[29271 + i2 >> 0] | 0)) break; + if ((i3 | 32 | 0) != (HEAP8[31723 + i2 >> 0] | 0)) break; do if (i2 >>> 0 < 7) { - i3 = HEAP32[i23 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { - HEAP32[i23 >> 2] = i3 + 1; + i3 = HEAP32[i22 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { + HEAP32[i22 >> 2] = i3 + 1; i3 = HEAPU8[i3 >> 0] | 0; break; } else { - i3 = ___shgetc(i24) | 0; + i3 = ___shgetc(i23) | 0; break; } } while (0); @@ -20659,23 +21652,23 @@ function ___floatscan(i24, i2, i21) { } default: { - i5 = (i21 | 0) != 0; - if (i5 & i2 >>> 0 > 3) if ((i2 | 0) == 8) break L29; else { + i4 = (i20 | 0) != 0; + if (i4 & 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[31696 + i2 >> 0] | 0)) break L34; + if ((i3 | 32 | 0) != (HEAP8[31732 + i2 >> 0] | 0)) break L34; do if (i2 >>> 0 < 2) { - i3 = HEAP32[i23 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { - HEAP32[i23 >> 2] = i3 + 1; + i3 = HEAP32[i22 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { + HEAP32[i22 >> 2] = i3 + 1; i3 = HEAPU8[i3 >> 0] | 0; break; } else { - i3 = ___shgetc(i24) | 0; + i3 = ___shgetc(i23) | 0; break; } } while (0); @@ -20685,26 +21678,26 @@ function ___floatscan(i24, i2, i21) { switch (i2 | 0) { case 3: { - i2 = HEAP32[i23 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { - HEAP32[i23 >> 2] = i2 + 1; + i2 = HEAP32[i22 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { + HEAP32[i22 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; - } else i2 = ___shgetc(i24) | 0; + } else i2 = ___shgetc(i23) | 0; if ((i2 | 0) == 40) i2 = 1; else { - if (!(HEAP32[i22 >> 2] | 0)) { + if (!(HEAP32[i21 >> 2] | 0)) { d1 = nan; break L4; } - HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; + HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; d1 = nan; break L4; } while (1) { - i3 = HEAP32[i23 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { - HEAP32[i23 >> 2] = i3 + 1; + i3 = HEAP32[i22 >> 2] | 0; + if (i3 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { + HEAP32[i22 >> 2] = i3 + 1; i3 = HEAPU8[i3 >> 0] | 0; - } else i3 = ___shgetc(i24) | 0; + } else i3 = ___shgetc(i23) | 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; } @@ -20712,12 +21705,12 @@ function ___floatscan(i24, i2, i21) { d1 = nan; break L4; } - 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); + 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); d1 = 0.0; break L4; } @@ -20727,7 +21720,7 @@ function ___floatscan(i24, i2, i21) { } while (1) { i2 = i2 + -1 | 0; - if (!i3) HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; + if (!i3) HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; if (!i2) { d1 = nan; break L4; @@ -20737,31 +21730,31 @@ function ___floatscan(i24, i2, i21) { case 0: { do if ((i3 | 0) == 48) { - i2 = HEAP32[i23 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i22 >> 2] | 0) >>> 0) { - HEAP32[i23 >> 2] = i2 + 1; + i2 = HEAP32[i22 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[i21 >> 2] | 0) >>> 0) { + HEAP32[i22 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; - } else i2 = ___shgetc(i24) | 0; + } else i2 = ___shgetc(i23) | 0; if ((i2 | 32 | 0) != 120) { - if (!(HEAP32[i22 >> 2] | 0)) { + if (!(HEAP32[i21 >> 2] | 0)) { i2 = 48; break; } - HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; + HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; i2 = 48; break; } - 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; + 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; } else { - i2 = ___shgetc(i24) | 0; - i5 = 0; + i4 = ___shgetc(i23) | 0; + i6 = 0; } L94 : while (1) { - switch (i2 | 0) { + switch (i4 | 0) { case 46: { i19 = 74; @@ -20771,260 +21764,261 @@ function ___floatscan(i24, i2, i21) { break; default: { + i2 = 0; + i3 = 0; i17 = 0; - i6 = 0; i16 = 0; - i3 = 0; - i8 = i5; - i9 = 0; - i15 = 0; - d7 = 1.0; - i5 = 0; + i15 = i4; + i7 = 0; + i14 = 0; + d8 = 1.0; + i4 = 0; d1 = 0.0; break L94; } } - 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; + 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; continue; } else { - i2 = ___shgetc(i24) | 0; - i5 = 1; + i4 = ___shgetc(i23) | 0; + i6 = 1; continue; } } if ((i19 | 0) == 74) { - 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; + 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; i3 = 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; + 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; i3 = tempRet0; - } while ((i2 | 0) == 48); - i17 = 0; - i6 = 0; - i16 = i5; - i8 = 1; - i9 = 1; - i15 = 0; - d7 = 1.0; - i5 = 0; - d1 = 0.0; + 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; + } + } } else { + i2 = 0; + i3 = 0; i17 = 0; - i6 = 0; i16 = 0; - i3 = 0; - i8 = i5; - i9 = 1; - i15 = 0; - d7 = 1.0; - i5 = 0; + i15 = i4; + i7 = 1; + i14 = 0; + d8 = 1.0; + i4 = 0; d1 = 0.0; } } while (1) { - i13 = i2 + -48 | 0; - i10 = i2 | 32; + i13 = i15 + -48 | 0; + i9 = i15 | 32; if (i13 >>> 0 >= 10) { - i14 = (i2 | 0) == 46; - if (!(i14 | (i10 + -97 | 0) >>> 0 < 6)) { + i10 = (i15 | 0) == 46; + if (!(i10 | (i9 + -97 | 0) >>> 0 < 6)) { i10 = i16; - i13 = i17; + i9 = i17; + i13 = i15; break; } - if (i14) if (!i9) { - i14 = i6; + if (i10) if (!i7) { + i2 = i16; i3 = i17; - i13 = i17; - i9 = 1; - i10 = i15; - d4 = d7; + i13 = i16; + i10 = i17; + i7 = 1; + d5 = d8; } else { i10 = i16; - i13 = i17; - i2 = 46; + i9 = i17; + i13 = 46; break; } else i19 = 86; } else i19 = 86; if ((i19 | 0) == 86) { i19 = 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); + 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); break; } - if ((i15 | 0) != 0 | (i2 | 0) == 0) { - i10 = i15; - d4 = d7; + if ((i14 | 0) != 0 | (i6 | 0) == 0) { + i9 = i14; + d5 = d8; } else { - i10 = 1; - d4 = d7; - d1 = d1 + d7 * .5; + i9 = 1; + d5 = d8; + d1 = d1 + d8 * .5; } } else { - i10 = i15; - d4 = d7; - i5 = i2 + (i5 << 4) | 0; + i9 = i14; + d5 = d8; + i4 = i6 + (i4 << 4) | 0; } while (0); - i6 = _i64Add(i6 | 0, i17 | 0, 1, 0) | 0; - i14 = i16; - i13 = tempRet0; - i8 = 1; + i13 = _i64Add(i16 | 0, i17 | 0, 1, 0) | 0; + i10 = tempRet0; + i6 = 1; + i14 = i9; } - 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; + 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; continue; } else { - i17 = i13; - i16 = i14; - i2 = ___shgetc(i24) | 0; - i15 = i10; - d7 = d4; + i17 = i10; + i16 = i13; + i15 = ___shgetc(i23) | 0; + d8 = d5; continue; } } - 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); + 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); d1 = +(i28 | 0) * 0.0; break L4; } - i8 = (i9 | 0) == 0; - i9 = i8 ? i6 : i10; - i8 = i8 ? i13 : i3; - if ((i13 | 0) < 0 | (i13 | 0) == 0 & i6 >>> 0 < 8) { - i3 = i13; + 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; do { - i5 = i5 << 4; - i6 = _i64Add(i6 | 0, i3 | 0, 1, 0) | 0; - i3 = tempRet0; - } while ((i3 | 0) < 0 | (i3 | 0) == 0 & i6 >>> 0 < 8); + i4 = i4 << 4; + i3 = _i64Add(i3 | 0, i2 | 0, 1, 0) | 0; + i2 = tempRet0; + } while ((i2 | 0) < 0 | (i2 | 0) == 0 & i3 >>> 0 < 8); } - if ((i2 | 32 | 0) == 112) { - i3 = _scanexp(i24, i21) | 0; + if ((i13 | 32 | 0) == 112) { + i3 = _scanexp(i23, i20) | 0; i2 = tempRet0; if ((i3 | 0) == 0 & (i2 | 0) == -2147483648) { - if (!i21) { - ___shlim(i24, 0); + if (!i20) { + ___shlim(i23, 0); d1 = 0.0; break L4; } - if (!(HEAP32[i22 >> 2] | 0)) { + if (!(HEAP32[i21 >> 2] | 0)) { i3 = 0; i2 = 0; } else { - HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; + HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; i3 = 0; i2 = 0; } } - } else if (!(HEAP32[i22 >> 2] | 0)) { + } else if (!(HEAP32[i21 >> 2] | 0)) { i3 = 0; i2 = 0; } else { - HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; + HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; i3 = 0; i2 = 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; + 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; i3 = tempRet0; - if (!i5) { + if (!i4) { d1 = +(i28 | 0) * 0.0; break L4; } - if ((i3 | 0) > 0 | (i3 | 0) == 0 & i2 >>> 0 > (0 - i29 | 0) >>> 0) { - i30 = ___errno_location() | 0; - HEAP32[i30 >> 2] = 34; + if ((i3 | 0) > 0 | (i3 | 0) == 0 & i2 >>> 0 > (0 - i27 | 0) >>> 0) { + i29 = ___errno_location() | 0; + HEAP32[i29 >> 2] = 34; d1 = +(i28 | 0) * 1797693134862315708145274.0e284 * 1797693134862315708145274.0e284; break L4; } - 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; + 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; d1 = +(i28 | 0) * 2.2250738585072014e-308 * 2.2250738585072014e-308; break L4; } - if ((i5 | 0) > -1) { + if ((i4 | 0) > -1) { do { - i26 = !(d1 >= .5); - i27 = i26 & 1 | i5 << 1; - i5 = i27 ^ 1; - d1 = d1 + (i26 ? d1 : d1 + -1.0); + i25 = !(d1 >= .5); + i26 = i25 & 1 | i4 << 1; + i4 = i26 ^ 1; + d1 = d1 + (i25 ? d1 : d1 + -1.0); i2 = _i64Add(i2 | 0, i3 | 0, -1, -1) | 0; i3 = tempRet0; - } while ((i27 | 0) > -1); + } while ((i26 | 0) > -1); i6 = i2; - d7 = d1; + d8 = d1; } else { i6 = i2; - d7 = d1; + d8 = d1; } - i2 = _i64Subtract(32, 0, i29 | 0, ((i29 | 0) < 0) << 31 >> 31 | 0) | 0; + i2 = _i64Subtract(32, 0, i27 | 0, ((i27 | 0) < 0) << 31 >> 31 | 0) | 0; i2 = _i64Add(i6 | 0, i3 | 0, i2 | 0, tempRet0 | 0) | 0; - i29 = tempRet0; - if (0 > (i29 | 0) | 0 == (i29 | 0) & i30 >>> 0 > i2 >>> 0) if ((i2 | 0) < 0) { + i27 = tempRet0; + if (0 > (i27 | 0) | 0 == (i27 | 0) & i29 >>> 0 > i2 >>> 0) if ((i2 | 0) < 0) { i2 = 0; i19 = 127; } else i19 = 125; else { - i2 = i30; + i2 = i29; i19 = 125; } if ((i19 | 0) == 125) if ((i2 | 0) < 53) i19 = 127; else { - i3 = i2; - d4 = +(i28 | 0); - d1 = 0.0; + d5 = 0.0; + d1 = +(i28 | 0); } if ((i19 | 0) == 127) { d1 = +(i28 | 0); - i3 = i2; - d4 = d1; - d1 = +_copysignl(+_scalbn(1.0, 84 - i2 | 0), d1); + d5 = +_copysignl(+_scalbn(1.0, 84 - i2 | 0), d1); } - 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; + 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; if (!(d1 != 0.0)) { - i30 = ___errno_location() | 0; - HEAP32[i30 >> 2] = 34; + i29 = ___errno_location() | 0; + HEAP32[i29 >> 2] = 34; } d1 = +_scalbnl(d1, i6); break L4; } else i2 = i3; while (0); - i25 = i29 + i30 | 0; - i26 = 0 - i25 | 0; - i5 = 0; + i24 = i27 + i29 | 0; + i25 = 0 - i24 | 0; + i4 = i2; + i6 = 0; L184 : while (1) { - switch (i2 | 0) { + switch (i4 | 0) { case 46: { i19 = 138; @@ -21035,422 +22029,413 @@ function ___floatscan(i24, i2, i21) { default: { i3 = 0; - i10 = 0; - i9 = 0; + i2 = 0; + i15 = 0; break L184; } } - 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; + 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; continue; } else { - i2 = ___shgetc(i24) | 0; - i5 = 1; + i4 = ___shgetc(i23) | 0; + i6 = 1; continue; } } if ((i19 | 0) == 138) { - 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 = 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) { i3 = 0; i2 = 0; - while (1) { + do { i3 = _i64Add(i3 | 0, i2 | 0, -1, -1) | 0; - 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; - } - } + 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; } else { i3 = 0; - i10 = 0; - i9 = 1; + i2 = 0; + i15 = 1; } } - 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; + 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; i6 = 0; i9 = 0; L205 : while (1) { - do if (i15) if (!i18) { - i3 = i17; - i10 = i14; - i18 = 1; + do if (i16) if (!i15) { + i3 = i7; + i2 = i10; + i15 = 1; } else { - i10 = i19; - i2 = i17; - i8 = i14; + i4 = i18; break L205; } else { - i15 = _i64Add(i17 | 0, i14 | 0, 1, 0) | 0; - i14 = tempRet0; - i16 = (i2 | 0) != 48; + i16 = _i64Add(i7 | 0, i10 | 0, 1, 0) | 0; + i10 = tempRet0; + i17 = (i4 | 0) != 48; if ((i6 | 0) >= 125) { - if (!i16) { - i10 = i19; - i17 = i15; + if (!i17) { + i7 = i16; break; } - HEAP32[i20 >> 2] = HEAP32[i20 >> 2] | 1; - i10 = i19; - i17 = i15; + HEAP32[i19 >> 2] = HEAP32[i19 >> 2] | 1; + i7 = i16; break; } - 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; + 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; i13 = 1; - i5 = i8 ? 0 : i5; - i6 = (i8 & 1) + i6 | 0; - i9 = i16 ? i15 : i9; + i18 = i14 ? 0 : i18; + i6 = (i14 & 1) + i6 | 0; + i9 = i17 ? i16 : i9; } while (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; - i8 = i2 + -48 | 0; - i15 = (i2 | 0) == 46; - if (!(i15 | i8 >>> 0 < 10)) { - i8 = i18; + 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; i19 = 161; break L203; - } else i19 = i10; + } } - i13 = (i13 | 0) != 0; + i14 = i7; + i7 = (i13 | 0) != 0; i19 = 169; } else { - i17 = 0; i14 = 0; - i13 = i5; - i8 = i9; - i5 = 0; + i10 = 0; + i13 = i6; + i7 = i15; + i15 = 0; i6 = 0; i9 = 0; i19 = 161; } while (0); do if ((i19 | 0) == 161) { - 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; + 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; i19 = 169; break; } else { - i2 = i17; - i8 = i14; + i13 = i14; + i4 = i15; i19 = 171; break; } - i8 = _scanexp(i24, i21) | 0; - i2 = tempRet0; - if ((i8 | 0) == 0 & (i2 | 0) == -2147483648) { - if (!i21) { - ___shlim(i24, 0); + i7 = _scanexp(i23, i20) | 0; + i4 = tempRet0; + if ((i7 | 0) == 0 & (i4 | 0) == -2147483648) { + if (!i20) { + ___shlim(i23, 0); d1 = 0.0; break; } - if (!(HEAP32[i22 >> 2] | 0)) { - i8 = 0; - i2 = 0; + if (!(HEAP32[i21 >> 2] | 0)) { + i7 = 0; + i4 = 0; } else { - HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; - i8 = 0; - i2 = 0; + HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; + i7 = 0; + i4 = 0; } } - i3 = _i64Add(i8 | 0, i2 | 0, i3 | 0, i10 | 0) | 0; - i13 = i17; - i10 = tempRet0; - i8 = i14; + i3 = _i64Add(i7 | 0, i4 | 0, i3 | 0, i2 | 0) | 0; + i13 = i14; + i2 = tempRet0; + i4 = i15; i19 = 173; } while (0); - if ((i19 | 0) == 169) if (HEAP32[i22 >> 2] | 0) { - HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; - if (i13) { - i13 = i2; + if ((i19 | 0) == 169) if (HEAP32[i21 >> 2] | 0) { + HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; + if (i7) { + i13 = i14; i19 = 173; } else i19 = 172; - } else i19 = 171; - if ((i19 | 0) == 171) 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; do if ((i19 | 0) == 172) { - i30 = ___errno_location() | 0; - HEAP32[i30 >> 2] = 22; - ___shlim(i24, 0); + i29 = ___errno_location() | 0; + HEAP32[i29 >> 2] = 22; + ___shlim(i23, 0); d1 = 0.0; } else if ((i19 | 0) == 173) { - i2 = HEAP32[i27 >> 2] | 0; - if (!i2) { + i7 = HEAP32[i26 >> 2] | 0; + if (!i7) { d1 = +(i28 | 0) * 0.0; break; } - 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); + 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); break; } - 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; + 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; d1 = +(i28 | 0) * 1797693134862315708145274.0e284 * 1797693134862315708145274.0e284; break; } - 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; + 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; d1 = +(i28 | 0) * 2.2250738585072014e-308 * 2.2250738585072014e-308; break; } - if (i5) { - if ((i5 | 0) < 9) { - i8 = i27 + (i6 << 2) | 0; - i2 = HEAP32[i8 >> 2] | 0; + if (i4) { + if ((i4 | 0) < 9) { + i7 = i26 + (i6 << 2) | 0; + i2 = HEAP32[i7 >> 2] | 0; do { i2 = i2 * 10 | 0; - i5 = i5 + 1 | 0; - } while ((i5 | 0) != 9); - HEAP32[i8 >> 2] = i2; + i4 = i4 + 1 | 0; + } while ((i4 | 0) != 9); + HEAP32[i7 >> 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[i27 >> 2] | 0) >>> 0); + d1 = +(i28 | 0) * +((HEAP32[i26 >> 2] | 0) >>> 0); break; } if ((i3 | 0) < 9) { - d1 = +(i28 | 0) * +((HEAP32[i27 >> 2] | 0) >>> 0) / +(HEAP32[4584 + (8 - i3 << 2) >> 2] | 0); + d1 = +(i28 | 0) * +((HEAP32[i26 >> 2] | 0) >>> 0) / +(HEAP32[4696 + (8 - i3 << 2) >> 2] | 0); break; } - i24 = i30 + 27 + (Math_imul(i3, -3) | 0) | 0; - i2 = HEAP32[i27 >> 2] | 0; - if ((i24 | 0) > 30 | (i2 >>> i24 | 0) == 0) { - d1 = +(i28 | 0) * +(i2 >>> 0) * +(HEAP32[4584 + (i3 + -10 << 2) >> 2] | 0); + i23 = i29 + 27 + (Math_imul(i3, -3) | 0) | 0; + i2 = HEAP32[i26 >> 2] | 0; + if ((i23 | 0) > 30 | (i2 >>> i23 | 0) == 0) { + d1 = +(i28 | 0) * +(i2 >>> 0) * +(HEAP32[4696 + (i3 + -10 << 2) >> 2] | 0); break; } } i2 = (i3 | 0) % 9 | 0; if (!i2) { - i5 = 0; + i4 = 0; i2 = 0; } else { i13 = (i3 | 0) > -1 ? i2 : i2 + 9 | 0; - i8 = HEAP32[4584 + (8 - i13 << 2) >> 2] | 0; + i7 = HEAP32[4696 + (8 - i13 << 2) >> 2] | 0; if (i6) { - i9 = 1e9 / (i8 | 0) | 0; - i5 = 0; + i9 = 1e9 / (i7 | 0) | 0; + i4 = 0; i2 = 0; i10 = 0; do { - 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; + 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; i10 = i10 + 1 | 0; - i3 = i24 ? i3 + -9 | 0 : i3; - i5 = i24 ? i10 & 127 : i5; + i3 = i23 ? i3 + -9 | 0 : i3; + i4 = i23 ? i10 & 127 : i4; } while ((i10 | 0) != (i6 | 0)); if (i2) { - HEAP32[i27 + (i6 << 2) >> 2] = i2; + HEAP32[i26 + (i6 << 2) >> 2] = i2; i6 = i6 + 1 | 0; } } else { - i5 = 0; + i4 = 0; i6 = 0; } i2 = 0; i3 = 9 - i13 + i3 | 0; } L284 : while (1) { - i14 = (i3 | 0) < 18; - i15 = (i3 | 0) == 18; - i16 = i27 + (i5 << 2) | 0; + i15 = (i3 | 0) < 18; + i16 = (i3 | 0) == 18; + i14 = i26 + (i4 << 2) | 0; do { - if (!i14) { - if (!i15) { + if (!i15) { + if (!i16) { i17 = i6; break L284; } - if ((HEAP32[i16 >> 2] | 0) >>> 0 >= 9007199) { + if ((HEAP32[i14 >> 2] | 0) >>> 0 >= 9007199) { i3 = 18; i17 = i6; break L284; } } - i8 = 0; + i7 = 0; i9 = i6 + 127 | 0; while (1) { i13 = i9 & 127; - i10 = i27 + (i13 << 2) | 0; + i10 = i26 + (i13 << 2) | 0; i9 = _bitshift64Shl(HEAP32[i10 >> 2] | 0, 0, 29) | 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; + 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; HEAP32[i10 >> 2] = i9; - 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; + 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; } i2 = i2 + -29 | 0; - } 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; + } 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; } - HEAP32[i27 + (i5 << 2) >> 2] = i8; + HEAP32[i26 + (i4 << 2) >> 2] = i7; i3 = i3 + 9 | 0; } L302 : while (1) { i6 = i17 + 1 & 127; - i16 = i27 + ((i17 + 127 & 127) << 2) | 0; + i16 = i26 + ((i17 + 127 & 127) << 2) | 0; while (1) { - i14 = (i3 | 0) == 18; + i13 = (i3 | 0) == 18; i15 = (i3 | 0) > 27 ? 9 : 1; - i13 = i14 ^ 1; + i14 = i13 ^ 1; while (1) { - i9 = i5 & 127; - i10 = (i9 | 0) == (i17 | 0); - do if (!i10) { - i8 = HEAP32[i27 + (i9 << 2) >> 2] | 0; - if (i8 >>> 0 < 9007199) { + i10 = i4 & 127; + i9 = (i10 | 0) == (i17 | 0); + do if (!i9) { + i7 = HEAP32[i26 + (i10 << 2) >> 2] | 0; + if (i7 >>> 0 < 9007199) { i19 = 219; break; } - if (i8 >>> 0 > 9007199) break; - i8 = i5 + 1 & 127; - if ((i8 | 0) == (i17 | 0)) { + if (i7 >>> 0 > 9007199) break; + i7 = i4 + 1 & 127; + if ((i7 | 0) == (i17 | 0)) { i19 = 219; break; } - i8 = HEAP32[i27 + (i8 << 2) >> 2] | 0; - if (i8 >>> 0 < 254740991) { + i7 = HEAP32[i26 + (i7 << 2) >> 2] | 0; + if (i7 >>> 0 < 254740991) { i19 = 219; break; } - if (!(i8 >>> 0 > 254740991 | i13)) { - i3 = i9; + if (!(i7 >>> 0 > 254740991 | i14)) { + i3 = i10; i6 = i17; break L302; } } else i19 = 219; while (0); - if ((i19 | 0) == 219 ? (i19 = 0, i14) : 0) { + if ((i19 | 0) == 219 ? (i19 = 0, i13) : 0) { i19 = 220; break L302; } i2 = i2 + i15 | 0; - if ((i5 | 0) == (i17 | 0)) i5 = i17; else break; + if ((i4 | 0) == (i17 | 0)) i4 = i17; else break; } - i13 = (1 << i15) + -1 | 0; - i14 = 1e9 >>> i15; - i9 = i5; - i8 = 0; - i10 = i5; + i14 = (1 << i15) + -1 | 0; + i13 = 1e9 >>> i15; + i9 = i4; + i7 = 0; + i10 = i4; while (1) { - 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; + 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; i10 = i10 + 1 & 127; - i3 = i5 ? i3 + -9 | 0 : i3; - i5 = i5 ? i10 : i9; - if ((i10 | 0) == (i17 | 0)) break; else i9 = i5; + i3 = i4 ? i3 + -9 | 0 : i3; + i4 = i4 ? i10 : i9; + if ((i10 | 0) == (i17 | 0)) break; else i9 = i4; } - if (!i8) continue; - if ((i6 | 0) != (i5 | 0)) break; + if (!i7) continue; + if ((i6 | 0) != (i4 | 0)) break; HEAP32[i16 >> 2] = HEAP32[i16 >> 2] | 1; } - HEAP32[i27 + (i17 << 2) >> 2] = i8; + HEAP32[i26 + (i17 << 2) >> 2] = i7; i17 = i6; } - if ((i19 | 0) == 220) if (i10) { - HEAP32[i27 + (i6 + -1 << 2) >> 2] = 0; + if ((i19 | 0) == 220) if (i9) { + HEAP32[i26 + (i6 + -1 << 2) >> 2] = 0; i3 = i17; } else { - i3 = i9; + i3 = i10; i6 = i17; } - d1 = +((HEAP32[i27 + (i3 << 2) >> 2] | 0) >>> 0); - i3 = i5 + 1 & 127; + d1 = +((HEAP32[i26 + (i3 << 2) >> 2] | 0) >>> 0); + i3 = i4 + 1 & 127; if ((i3 | 0) == (i6 | 0)) { - i6 = i5 + 2 & 127; - HEAP32[i27 + (i6 + -1 << 2) >> 2] = 0; + i6 = i4 + 2 & 127; + HEAP32[i26 + (i6 + -1 << 2) >> 2] = 0; } d12 = +(i28 | 0); - d4 = d12 * (d1 * 1.0e9 + +((HEAP32[i27 + (i3 << 2) >> 2] | 0) >>> 0)); + d5 = d12 * (d1 * 1.0e9 + +((HEAP32[i26 + (i3 << 2) >> 2] | 0) >>> 0)); i14 = i2 + 53 | 0; - i10 = i14 - i29 | 0; - i13 = (i10 | 0) < (i30 | 0); - i3 = i13 & 1; - i9 = i13 ? ((i10 | 0) < 0 ? 0 : i10) : i30; + i13 = i14 - i27 | 0; + i10 = (i13 | 0) < (i29 | 0); + i3 = i10 & 1; + i9 = i10 ? ((i13 | 0) < 0 ? 0 : i13) : i29; if ((i9 | 0) < 53) { - 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); + 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); } else { d11 = 0.0; d1 = 0.0; - d7 = d4; + d8 = d5; } - 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) { + 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) { d1 = d12 * .75 + d1; break; } - if ((i5 + 3 & 127 | 0) == (i6 | 0)) { + if ((i4 + 3 & 127 | 0) == (i6 | 0)) { d1 = d12 * .5 + d1; break; } else { @@ -21458,29 +22443,29 @@ function ___floatscan(i24, i2, i21) { break; } } else { - if ((i8 | 0) == 0 ? (i5 + 3 & 127 | 0) == (i6 | 0) : 0) break; + if ((i7 | 0) == 0 ? (i4 + 3 & 127 | 0) == (i6 | 0) : 0) break; d1 = d12 * .25 + d1; } while (0); if ((53 - i9 | 0) <= 1) { - d4 = d1; + d5 = d1; break; } if (+_fmodl(d1, 1.0) != 0.0) { - d4 = d1; + d5 = d1; break; } - d4 = d1 + 1.0; + d5 = d1 + 1.0; } while (0); - d1 = d7 + d4 - d11; - do if ((i14 & 2147483647 | 0) > (-2 - i25 | 0)) { + d1 = d8 + d5 - d11; + do if ((i14 & 2147483647 | 0) > (-2 - i24 | 0)) { if (+Math_abs(+d1) >= 9007199254740992.0) { - i3 = i13 & (i9 | 0) == (i10 | 0) ? 0 : i3; + i3 = i10 & (i9 | 0) == (i13 | 0) ? 0 : i3; i2 = i2 + 1 | 0; d1 = d1 * .5; } - if ((i2 + 50 | 0) <= (i26 | 0) ? !(d4 != 0.0 & (i3 | 0) != 0) : 0) break; - i30 = ___errno_location() | 0; - HEAP32[i30 >> 2] = 34; + if ((i2 + 50 | 0) <= (i25 | 0) ? !(d5 != 0.0 & (i3 | 0) != 0) : 0) break; + i29 = ___errno_location() | 0; + HEAP32[i29 >> 2] = 34; } while (0); d1 = +_scalbnl(d1, i2); } while (0); @@ -21488,10 +22473,10 @@ function ___floatscan(i24, i2, i21) { } default: { - if (HEAP32[i22 >> 2] | 0) HEAP32[i23 >> 2] = (HEAP32[i23 >> 2] | 0) + -1; - i30 = ___errno_location() | 0; - HEAP32[i30 >> 2] = 22; - ___shlim(i24, 0); + if (HEAP32[i21 >> 2] | 0) HEAP32[i22 >> 2] = (HEAP32[i22 >> 2] | 0) + -1; + i29 = ___errno_location() | 0; + HEAP32[i29 >> 2] = 22; + ___shlim(i23, 0); d1 = 0.0; break L4; } @@ -21499,16 +22484,16 @@ function ___floatscan(i24, i2, i21) { } } while (0); if ((i19 | 0) == 23) { - 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; + 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; i2 = i2 + -1 | 0; } while (i2 >>> 0 > 3); } d1 = +(i28 | 0) * inf; } while (0); - STACKTOP = i31; + STACKTOP = i30; return +d1; } @@ -21524,26 +22509,26 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R i27 = i36 + 24 | 0; i32 = i36; i31 = i36 + 432 | 0; - i33 = i36 + 408 | 0; - i34 = i36 + 384 | 0; - i11 = i36 + 396 | 0; + i34 = i36 + 408 | 0; + i33 = i36 + 384 | 0; + i2 = i36 + 396 | 0; i19 = i36 + 360 | 0; i20 = i36 + 336 | 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; + 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; i23 = i36 + 128 | 0; i24 = i36 + 116 | 0; i25 = i36 + 104 | 0; @@ -21557,9 +22542,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(i11, 35502, 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); + __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); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; break L1; } @@ -21569,7 +22554,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, 35824); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj6EEERAT__Kc(i19, 35850); i2 = i35 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i35 + 8 >> 2] | 0; @@ -21602,7 +22587,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_expr_primaryINS0_2DbEEEPKcS4_S4_R } case 49: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i20, 35830); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj5EEERAT__Kc(i20, 35856); i2 = i35 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; i34 = HEAP32[i35 + 8 >> 2] | 0; @@ -21640,117 +22625,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(i12, 35515, 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); + __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); 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(i13, 35520, 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); + __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); 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(i14, 35532, 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); + __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); 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(i15, 35546, 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); + __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); 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(i2, 35552, 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); + __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); 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(i3, 46453, 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); + __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); 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(i4, 35835, 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); + __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); 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(i5, 35837, 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); + __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); 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(i6, 35839, 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); + __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); 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(i7, 35842, 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); + __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); 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(i8, 35845, 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); + __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); 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(i9, 35632, 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); + __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); 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(i10, 35641, 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); + __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); i1 = (i35 | 0) == (i34 | 0) ? i1 : i35; break L1; } @@ -21794,16 +22779,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, 35849, i27) | 0; + i2 = _snprintf(i31, 24, 35875, i27) | 0; if (i2 >>> 0 > 23) break; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, i31, i2); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i33, i34); + __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); 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, i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i34); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i35 >> 2] | 0; @@ -21819,13 +22804,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, i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i31, i34); 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(i33); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i34); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); i2 = i1 + 11 | 0; } else i2 = i6; break L79; @@ -21875,16 +22860,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, 35853, i28) | 0; + i2 = _snprintf(i31, 32, 35879, i28) | 0; if (i2 >>> 0 > 31) break; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, i31, i2); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i33, i34); + __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); 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, i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i34); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i35 >> 2] | 0; @@ -21900,13 +22885,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, i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i31, i34); 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(i33); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i34); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); i2 = i1 + 19 | 0; } else i2 = i6; break L111; @@ -21956,16 +22941,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, 35856, i29) | 0; + i2 = _snprintf(i31, 40, 35882, i29) | 0; if (i2 >>> 0 > 39) break; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i34, i31, i2); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i33, i34); + __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); 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, i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i34); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i35 >> 2] | 0; @@ -21981,13 +22966,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, i33); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i31, i34); 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(i33); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i34); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i34); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); i2 = i1 + 23 | 0; } else i2 = i6; break L143; @@ -22028,63 +23013,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); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i25, 0, 35820) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i24, 35822) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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; + 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; } else { - i35 = i3 + 16 & -16; - i4 = _malloc(i35) | 0; - HEAP32[i26 + 8 >> 2] = i4; + i35 = i4 + 16 & -16; + i3 = _malloc(i35) | 0; + HEAP32[i26 + 8 >> 2] = i3; HEAP32[i26 >> 2] = i35 | 1; - HEAP32[i26 + 4 >> 2] = i3; + HEAP32[i26 + 4 >> 2] = i4; } i1 = i6; - i2 = i4; + i2 = i3; while (1) { if ((i1 | 0) == (i7 | 0)) break; HEAP8[i2 >> 0] = HEAP8[i1 >> 0] | 0; i1 = i1 + 1 | 0; i2 = i2 + 1 | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __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); + __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); __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); @@ -22097,47 +23082,46 @@ 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, i30, i25, i33, i34, i1) { +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) { i36 = i36 | 0; i37 = i37 | 0; i2 = i2 | 0; i3 = i3 | 0; i4 = i4 | 0; i38 = i38 | 0; - i30 = i30 | 0; - i25 = i25 | 0; - i33 = i33 | 0; + i29 = i29 | 0; + i24 = i24 | 0; + i32 = i32 | 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, 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; + 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; i47 = STACKTOP; STACKTOP = STACKTOP + 512 | 0; - i24 = i47 + 96 | 0; + i33 = i47 + 96 | 0; i8 = i47 + 104 | 0; i46 = i47 + 88 | 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; + i28 = i47 + 80 | 0; + i27 = i47 + 76 | 0; + i30 = i47 + 504 | 0; + i25 = i47 + 72 | 0; + i31 = i47 + 68 | 0; + i40 = i47 + 56 | 0; i45 = i47 + 44 | 0; - i43 = i47 + 32 | 0; - i42 = i47 + 20 | 0; + i42 = i47 + 32 | 0; + i41 = i47 + 20 | 0; i44 = i47 + 8 | 0; - i27 = i47 + 4 | 0; + i26 = i47 + 4 | 0; i39 = i47; - HEAP32[i24 >> 2] = i1; + HEAP32[i33 >> 2] = i1; HEAP32[i46 >> 2] = i8; - i40 = i46 + 4 | 0; - HEAP32[i40 >> 2] = 202; - HEAP32[i29 >> 2] = i8; - HEAP32[i28 >> 2] = i8 + 400; + i43 = i46 + 4 | 0; + HEAP32[i43 >> 2] = 202; + HEAP32[i28 >> 2] = i8; + HEAP32[i27 >> 2] = i8 + 400; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i41 + (i1 << 2) >> 2] = 0; + HEAP32[i40 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } i1 = 0; @@ -22149,13 +23133,13 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i43 + (i1 << 2) >> 2] = 0; + HEAP32[i42 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i42 + (i1 << 2) >> 2] = 0; + HEAP32[i41 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } i1 = 0; @@ -22164,19 +23148,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, 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; + __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; i14 = i45 + 8 | 0; - i15 = i45 + 4 | 0; - i16 = i44 + 4 | 0; - i17 = i44 + 8 | 0; - i18 = i31 + 3 | 0; - i19 = i41 + 4 | 0; + i13 = i45 + 4 | 0; + i17 = i44 + 4 | 0; + i15 = i44 + 8 | 0; + i18 = i30 + 3 | 0; + i16 = i40 + 4 | 0; i12 = 0; i7 = 0; L21 : while (1) { @@ -22190,19 +23174,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; - i3 = 1; + i2 = 1; break; } else { - i3 = (HEAP32[i36 >> 2] | 0) == 0; + i2 = (HEAP32[i36 >> 2] | 0) == 0; break; } - } 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; + } 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; break; } else { i35 = 232; @@ -22215,28 +23199,28 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE } else i35 = 31; while (0); if ((i35 | 0) == 31) { i35 = 0; - if (i3) { + if (i2) { i35 = 232; break; } else i11 = 0; } - L46 : do switch (HEAP8[i31 + i12 >> 0] | 0) { + L46 : do switch (HEAP8[i30 + 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[i25 >> 2] | 0) + 12 >> 2] & 31](i25, 8192, i1) | 0)) { + if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i24 >> 2] | 0) + 12 >> 2] & 31](i24, 8192, i1) | 0)) { i35 = 44; break L21; } i1 = HEAP32[i36 >> 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; + 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; } __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw(i44, i1); i1 = i11; @@ -22256,199 +23240,191 @@ 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; - 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; + 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; i2 = (i9 | 0) == (i1 | 0); - 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; + 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; i1 = HEAP32[i36 >> 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 + 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; + 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; break L46; } - if ((i1 | 0) != (HEAP32[((HEAP8[i43 >> 0] & 1) == 0 ? i20 : HEAP32[i23 >> 2] | 0) >> 2] | 0)) { - HEAP8[i30 >> 0] = 1; + if ((i1 | 0) != (HEAP32[((HEAP8[i42 >> 0] & 1) == 0 ? i22 : HEAP32[i20 >> 2] | 0) >> 2] | 0)) { + HEAP8[i29 >> 0] = 1; break L46; } i1 = HEAP32[i36 >> 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 + 4; - i11 = HEAP8[i43 >> 0] | 0; - i7 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i20 >> 2] | 0) >>> 0 > 1 ? i43 : i7; + 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; break L46; } if (i2) { - i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i6 >> 2] | 0) + 36 >> 2] & 127](i6) | 0; + i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0; i1 = HEAP32[i36 >> 2] | 0; - i5 = HEAP8[i43 >> 0] | 0; - i6 = i1; - i3 = HEAP32[i1 + 12 >> 2] | 0; + i6 = HEAP8[i42 >> 0] | 0; + i4 = i1; + i5 = HEAP32[i1 + 12 >> 2] | 0; i1 = HEAP32[i1 + 16 >> 2] | 0; } else { - 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; + 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; break L46; } - 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)) { + 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)) { i35 = 102; break L21; } i1 = HEAP32[i36 >> 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 + 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; + 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; } break; } case 2: { - if (!(i12 >>> 0 < 2 | (i7 | 0) != 0) ? !(i13 | (i12 | 0) == 2 & (HEAP8[i18 >> 0] | 0) != 0) : 0) { + if (!(i12 >>> 0 < 2 | (i7 | 0) != 0) ? !(i19 | (i12 | 0) == 2 & (HEAP8[i18 >> 0] | 0) != 0) : 0) { i7 = 0; break L46; } - 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; + 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) { while (1) { - 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)) { + 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)) { i35 = 109; break; } - i2 = HEAP8[i45 >> 0] | 0; + i3 = HEAP8[i45 >> 0] | 0; i4 = HEAP32[i14 >> 2] | 0; - i1 = i3 + 4 | 0; + i1 = i2 + 4 | 0; } if ((i35 | 0) == 109) { i35 = 0; - i2 = HEAP8[i45 >> 0] | 0; + i3 = HEAP8[i45 >> 0] | 0; i4 = HEAP32[i14 >> 2] | 0; } - 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; + 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; } else { - i9 = (i5 ? i16 : HEAP32[i17 >> 2] | 0) + (i9 << 2) | 0; - i5 = i9 + (0 - i10 << 2) | 0; + i6 = (i6 ? i17 : HEAP32[i15 >> 2] | 0) + (i5 << 2) | 0; + i5 = i6 + (0 - i9 << 2) | 0; while (1) { - if ((i5 | 0) == (i9 | 0)) { - i9 = i11; - i5 = i11; - i3 = i1; + if ((i5 | 0) == (i6 | 0)) { + i2 = i11; + i6 = i11; break L107; } - if ((HEAP32[i5 >> 2] | 0) != (HEAP32[i6 >> 2] | 0)) { - i9 = i11; - i5 = i11; + if ((HEAP32[i5 >> 2] | 0) != (HEAP32[i2 >> 2] | 0)) { + i2 = i11; + i6 = i11; + i1 = i10; break L107; } - i6 = i6 + 4 | 0; i5 = i5 + 4 | 0; + i2 = i2 + 4 | 0; } } } else { - i9 = i11; - i4 = i3; - i5 = i11; - i3 = i1; + i2 = i11; + i6 = i11; } while (0); L121 : while (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) { + 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) { HEAP32[i36 >> 2] = 0; - i2 = 1; + i4 = 1; break; } else { - i2 = (HEAP32[i36 >> 2] | 0) == 0; + i4 = (HEAP32[i36 >> 2] | 0) == 0; break; } - } 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; + } 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; break; - } else { - i1 = i6; - break L121; - } else { + } else break L121; else { HEAP32[i37 >> 2] = 0; - i1 = 0; + i2 = 0; i35 = 130; break; } - } else { - i1 = i9; - i35 = 130; - } while (0); + } else i35 = 130; while (0); if ((i35 | 0) == 130) { i35 = 0; - if (i2) { - i1 = i6; - break; - } else i5 = 0; + if (i4) break; else { + i5 = i2; + i6 = 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[i6 >> 2] | 0)) { - i1 = i6; - break; - } + if ((i2 | 0) != (HEAP32[i1 >> 2] | 0)) break; 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; else HEAP32[i3 >> 2] = i4 + 4; - i9 = i1; - i2 = HEAP8[i45 >> 0] | 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; i4 = HEAP32[i14 >> 2] | 0; - i3 = i6 + 4 | 0; + i1 = i1 + 4 | 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) { + 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) { i35 = 142; break L21; } @@ -22456,102 +23432,102 @@ function __ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE } case 4: { - i9 = HEAP32[i32 >> 2] | 0; + i9 = HEAP32[i31 >> 2] | 0; + i2 = i11; i5 = i11; - i4 = i11; i1 = 0; L158 : while (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) { + 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) { HEAP32[i36 >> 2] = 0; - i3 = 1; + i4 = 1; break; } else { - i3 = (HEAP32[i36 >> 2] | 0) == 0; + i4 = (HEAP32[i36 >> 2] | 0) == 0; break; } - } 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; + } 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; break; - } else break L158; else { + } else { + i5 = i2; + break L158; + } else { HEAP32[i37 >> 2] = 0; i2 = 0; i35 = 156; break; } - } else { - i2 = i5; - i35 = 156; - } while (0); + } else i35 = 156; while (0); if ((i35 | 0) == 156) { i35 = 0; - if (i3) { + if (i4) { i5 = i2; break; - } else i6 = 0; + } else { + i5 = i2; + i6 = 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; + 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; } - HEAP32[i34 >> 2] = i3 + 4; - HEAP32[i3 >> 2] = i4; + HEAP32[i34 >> 2] = i2 + 4; + HEAP32[i2 >> 2] = i3; i1 = i1 + 1 | 0; } else { - 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 = 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 = i8 + 4 | 0; - HEAP32[i29 >> 2] = i11; + HEAP32[i28 >> 2] = i11; HEAP32[i8 >> 2] = i1; i8 = i11; i1 = 0; } - 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; + 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; continue; } else { - HEAP32[i4 >> 2] = i5 + 4; - i5 = i2; - i4 = i6; + HEAP32[i4 >> 2] = i3 + 4; + i2 = i5; + i5 = i6; continue; } } if (i1 | 0 ? (HEAP32[i46 >> 2] | 0) != (i8 | 0) : 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; + 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 = i8 + 4 | 0; - HEAP32[i29 >> 2] = i11; + HEAP32[i28 >> 2] = i11; HEAP32[i8 >> 2] = i1; i8 = i11; } - i4 = HEAP32[i27 >> 2] | 0; + i4 = HEAP32[i26 >> 2] | 0; L207 : do if ((i4 | 0) > 0) { i1 = HEAP32[i36 >> 2] | 0; do if (i1) { @@ -22588,18 +23564,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[i26 >> 2] | 0)) { + if ((i1 | 0) != (HEAP32[i25 >> 2] | 0)) { i35 = 196; break L21; } i1 = HEAP32[i36 >> 2] | 0; - i2 = i1 + 12 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 16 >> 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; i1 = i5; } else { - HEAP32[i2 >> 2] = i3 + 4; + HEAP32[i3 >> 2] = i2 + 4; i1 = i5; } while (1) { @@ -22647,34 +23623,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[i25 >> 2] | 0) + 12 >> 2] & 31](i25, 2048, i1) | 0)) { + if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i24 >> 2] | 0) + 12 >> 2] & 31](i24, 2048, i1) | 0)) { i35 = 220; break L21; } - if ((HEAP32[i34 >> 2] | 0) == (HEAP32[i24 >> 2] | 0)) __ZNSt3__119__double_or_nothingIwEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i33, i34, i24); + if ((HEAP32[i34 >> 2] | 0) == (HEAP32[i33 >> 2] | 0)) __ZNSt3__119__double_or_nothingIwEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i32, i34, i33); 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; - i2 = HEAP32[i34 >> 2] | 0; - HEAP32[i34 >> 2] = i2 + 4; - HEAP32[i2 >> 2] = i1; + i3 = HEAP32[i34 >> 2] | 0; + HEAP32[i34 >> 2] = i3 + 4; + HEAP32[i3 >> 2] = i1; i4 = i4 + -1 | 0; - HEAP32[i27 >> 2] = i4; + HEAP32[i26 >> 2] = i4; i1 = HEAP32[i36 >> 2] | 0; - i2 = i1 + 12 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 16 >> 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; i1 = i6; continue; } else { - HEAP32[i2 >> 2] = i3 + 4; + HEAP32[i3 >> 2] = i2 + 4; i1 = i6; continue; } } } while (0); - if ((HEAP32[i34 >> 2] | 0) == (HEAP32[i33 >> 2] | 0)) { + if ((HEAP32[i34 >> 2] | 0) == (HEAP32[i32 >> 2] | 0)) { i35 = 230; break L21; } @@ -22722,13 +23698,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[i25 >> 2] | 0) + 12 >> 2] & 31](i25, 8192, i1) | 0)) break L280; + if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i24 >> 2] | 0) + 12 >> 2] & 31](i24, 8192, i1) | 0)) break L280; i1 = HEAP32[i36 >> 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; + 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; } __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw(i44, i1); i1 = i5; @@ -22789,20 +23765,18 @@ 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)) 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; + 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; continue; } else { - HEAP32[i3 >> 2] = i4 + 4; - i4 = i1; + HEAP32[i3 >> 2] = i2 + 4; continue; } } @@ -22813,7 +23787,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(i41, i1, i8, i39); + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i40, i1, i8, i39); if (!(HEAP32[i39 >> 2] | 0)) { i2 = 1; break; @@ -22825,50 +23799,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(i41); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i40); i1 = HEAP32[i46 >> 2] | 0; HEAP32[i46 >> 2] = 0; - if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[i40 >> 2] & 255](i1); + if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[i43 >> 2] & 255](i1); STACKTOP = i47; return i2 | 0; } -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; + +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) { i41 = i41 | 0; + i42 = i42 | 0; i3 = i3 | 0; i4 = i4 | 0; i5 = i5 | 0; - i42 = i42 | 0; + i43 = i43 | 0; i34 = i34 | 0; i2 = i2 | 0; i37 = i37 | 0; - i38 = i38 | 0; + i39 = i39 | 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, i39 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0; - i51 = 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, i38 = 0, i40 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0; + i52 = STACKTOP; STACKTOP = STACKTOP + 512 | 0; - 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] = 202; + 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; HEAP32[i33 >> 2] = i9; HEAP32[i32 >> 2] = i9 + 400; i1 = 0; @@ -22880,7 +23855,7 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i49 + (i1 << 2) >> 2] = 0; + HEAP32[i50 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } i1 = 0; @@ -22898,473 +23873,465 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i48 + (i1 << 2) >> 2] = 0; + HEAP32[i49 + (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, 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; + __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; i28 = i47 + 1 | 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; + 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; L21 : while (1) { - if (i12 >>> 0 >= 4) { - i39 = 218; + if (i13 >>> 0 >= 4) { + i40 = 218; break; } - i1 = HEAP32[i40 >> 2] | 0; + i1 = HEAP32[i41 >> 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; + HEAP32[i41 >> 2] = 0; i1 = 0; break; } else { - i1 = HEAP32[i40 >> 2] | 0; + i1 = HEAP32[i41 >> 2] | 0; break; } } else i1 = 0; while (0); - 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; + 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; break L21; } - if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 36 >> 2] & 127](i2) | 0) != -1) if (i1) break; else { - i39 = 218; + if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 36 >> 2] & 127](i1) | 0) != -1) if (i2) { + i12 = i1; + break; + } else { + i40 = 218; break L21; } else { - HEAP32[i41 >> 2] = 0; - i39 = 28; + HEAP32[i42 >> 2] = 0; + i40 = 28; break; } - } else i39 = 28; while (0); - if ((i39 | 0) == 28) { - i39 = 0; - if (i1) { - i39 = 218; + } else i40 = 28; while (0); + if ((i40 | 0) == 28) { + i40 = 0; + if (i2) { + i40 = 218; break; - } else i2 = 0; + } else i12 = 0; } - L42 : do switch (HEAP8[i35 + i12 >> 0] | 0) { + L42 : do switch (HEAP8[i35 + i13 >> 0] | 0) { case 1: { - 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 ((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 ((i1 & 255) << 24 >> 24 <= -1) { - i39 = 42; + i40 = 42; break L21; } - if (!(HEAP16[(HEAP32[i22 >> 2] | 0) + (i1 << 24 >> 24 << 1) >> 1] & 8192)) { - i39 = 42; + if (!(HEAP16[(HEAP32[i27 >> 2] | 0) + (i1 << 24 >> 24 << 1) >> 1] & 8192)) { + i40 = 42; break L21; } - i1 = HEAP32[i40 >> 2] | 0; + i1 = HEAP32[i41 >> 2] | 0; i3 = i1 + 12 | 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; + 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; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i48, i1 & 255); - i1 = i2; - i3 = i2; - i39 = 44; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i49, i1 & 255); + i1 = i12; + i3 = i12; + i40 = 44; } break; } case 0: { - if ((i12 | 0) != 3) { - i1 = i2; - i3 = i2; - i39 = 44; + if ((i13 | 0) != 3) { + i1 = i12; + i3 = i12; + i40 = 44; } break; } case 3: { - 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; + 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; i1 = i1 & 255; - 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; + 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; HEAP8[i34 >> 0] = 1; - i11 = HEAP8[i46 >> 0] | 0; - i8 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i24 >> 2] | 0) >>> 0 > 1 ? i46 : i8; + i12 = HEAP8[i46 >> 0] | 0; + i7 = ((i12 & 1) == 0 ? (i12 & 255) >>> 1 : HEAP32[i26 >> 2] | 0) >>> 0 > 1 ? i46 : i7; break L42; } - if (i1 << 24 >> 24 != (HEAP8[((HEAP8[i47 >> 0] & 1) == 0 ? i28 : HEAP32[i27 >> 2] | 0) >> 0] | 0)) { + if (i1 << 24 >> 24 != (HEAP8[((HEAP8[i47 >> 0] & 1) == 0 ? i28 : HEAP32[i23 >> 2] | 0) >> 0] | 0)) { HEAP8[i34 >> 0] = 1; 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; - i11 = HEAP8[i47 >> 0] | 0; - i8 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i23 >> 2] | 0) >>> 0 > 1 ? i47 : i8; + 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; break L42; } if (i2) { - 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; + 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; i1 = HEAP32[i1 + 16 >> 2] | 0; } else { - 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; + 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; break L42; } - 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; + 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; break L21; } - 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; + 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; HEAP8[i34 >> 0] = 1; - i11 = HEAP8[i46 >> 0] | 0; - i8 = ((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i24 >> 2] | 0) >>> 0 > 1 ? i46 : i8; + i12 = HEAP8[i46 >> 0] | 0; + i7 = ((i12 & 1) == 0 ? (i12 & 255) >>> 1 : HEAP32[i26 >> 2] | 0) >>> 0 > 1 ? i46 : i7; } break; } case 2: { - if (!(i12 >>> 0 < 2 | (i8 | 0) != 0) ? !(i13 | (i12 | 0) == 2 & (HEAP8[i20 >> 0] | 0) != 0) : 0) { - i8 = 0; + if (!(i13 >>> 0 < 2 | (i7 | 0) != 0) ? !(i22 | (i13 | 0) == 2 & (HEAP8[i21 >> 0] | 0) != 0) : 0) { + i7 = 0; break L42; } - 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; + 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; while (1) { - 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; + 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; while (1) { - if ((i1 | 0) == (i4 | 0)) { - i4 = i2; - i3 = i7; - i1 = i10; - i5 = i2; - i2 = i6; + if ((i3 | 0) == (i5 | 0)) { + i2 = i12; + i5 = i10; + i3 = i11; + i6 = i12; + i1 = i4; break L104; } - if ((HEAP8[i1 >> 0] | 0) != (HEAP8[i3 >> 0] | 0)) { - i4 = i2; - i3 = i7; - i1 = i10; - i5 = i2; - i2 = i11; + if ((HEAP8[i3 >> 0] | 0) != (HEAP8[i2 >> 0] | 0)) { + i2 = i12; + i5 = i10; + i3 = i11; + i6 = i12; break L104; } i3 = i3 + 1 | 0; - i1 = i1 + 1 | 0; + i2 = i2 + 1 | 0; } } else { - i4 = i2; - i3 = i7; - i1 = i10; - i5 = i2; - i2 = i11; + i2 = i12; + i5 = i10; + i3 = i11; + i6 = i12; } } else { - i4 = i2; - i3 = i7; - i1 = i10; - i5 = i2; - i2 = i11; + i2 = i12; + i5 = i10; + i3 = i11; + i6 = i12; } while (0); L118 : while (1) { - 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; + 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; break; } else { - i1 = HEAP32[i40 >> 2] | 0; + i3 = HEAP32[i41 >> 2] | 0; break; } - } 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; + } 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; break; - } 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; + } 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; break; - } else { - i1 = i6; - break L118; - } else { - HEAP32[i41 >> 2] = 0; - i1 = 0; - i39 = 124; + } else break L118; else { + HEAP32[i42 >> 2] = 0; + i2 = 0; + i40 = 124; break; } - } else { - i1 = i4; - i39 = 124; - } while (0); - if ((i39 | 0) == 124) { - i39 = 0; - if (i2) { - i1 = i6; - break; - } else i5 = 0; + } else i40 = 124; while (0); + if ((i40 | 0) == 124) { + i40 = 0; + if (i3) break; else { + i5 = i2; + i6 = 0; + } } - i2 = HEAP32[i40 >> 2] | 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; - 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 ((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 (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; + 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; break L21; } break; } case 4: { - i7 = HEAP8[i36 >> 0] | 0; - i5 = i2; - i4 = i2; + i8 = HEAP8[i36 >> 0] | 0; + i2 = i12; + i4 = i12; i1 = 0; L151 : while (1) { - 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; + 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; break; } else { - i2 = HEAP32[i40 >> 2] | 0; + i3 = HEAP32[i41 >> 2] | 0; break; } - } else i2 = 0; while (0); - i3 = (i2 | 0) == 0; + } else i3 = 0; while (0); + i3 = (i3 | 0) == 0; do if (i4) { if ((HEAP32[i4 + 12 >> 2] | 0) != (HEAP32[i4 + 16 >> 2] | 0)) if (i3) { - i2 = i5; - i6 = i4; + i6 = i2; + i5 = i4; break; - } 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; + } 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; break; - } else { - i2 = i5; - break L151; - } else { - HEAP32[i41 >> 2] = 0; + } else break L151; else { + HEAP32[i42 >> 2] = 0; i2 = 0; - i39 = 147; + i40 = 147; break; } - } 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; + } else i40 = 147; while (0); + if ((i40 | 0) == 147) { + i40 = 0; + if (i3) break; else { + i6 = i2; + i5 = 0; } - HEAP32[i38 >> 2] = i3 + 1; - HEAP8[i3 >> 0] = i4; + } + 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; + } + HEAP32[i39 >> 2] = i2 + 1; + HEAP8[i2 >> 0] = i3; i1 = i1 + 1 | 0; } else { - 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; + 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; + } if ((i9 | 0) == (HEAP32[i32 >> 2] | 0)) { - __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i50, i33, i32); + __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i51, i33, i32); i9 = HEAP32[i33 >> 2] | 0; } - i11 = i9 + 4 | 0; - HEAP32[i33 >> 2] = i11; + i12 = i9 + 4 | 0; + HEAP32[i33 >> 2] = i12; HEAP32[i9 >> 2] = i1; - i9 = i11; + i9 = i12; i1 = 0; } - 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; + 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; continue; } else { - HEAP32[i4 >> 2] = i5 + 1; - i5 = i2; - i4 = i6; + HEAP32[i4 >> 2] = i3 + 1; + i2 = i6; + i4 = i5; continue; } } - if (i1 | 0 ? (HEAP32[i50 >> 2] | 0) != (i9 | 0) : 0) { + if (i1 | 0 ? (HEAP32[i51 >> 2] | 0) != (i9 | 0) : 0) { if ((i9 | 0) == (HEAP32[i32 >> 2] | 0)) { - __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i50, i33, i32); + __ZNSt3__119__double_or_nothingIjEEvRNS_10unique_ptrIT_PFvPvEEERPS2_S9_(i51, i33, i32); i9 = HEAP32[i33 >> 2] | 0; } - i11 = i9 + 4 | 0; - HEAP32[i33 >> 2] = i11; + i12 = i9 + 4 | 0; + HEAP32[i33 >> 2] = i12; HEAP32[i9 >> 2] = i1; - i9 = i11; + i9 = i12; } i4 = HEAP32[i31 >> 2] | 0; L198 : do if ((i4 | 0) > 0) { - i1 = HEAP32[i40 >> 2] | 0; + i1 = HEAP32[i41 >> 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; + HEAP32[i41 >> 2] = 0; i1 = 0; break; } else { - i1 = HEAP32[i40 >> 2] | 0; + i1 = HEAP32[i41 >> 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[i41 >> 2] = 0; - i39 = 179; + HEAP32[i42 >> 2] = 0; + i40 = 179; break; } if (i1) i5 = i2; else { - i39 = 184; + i40 = 184; break L21; } - } else i39 = 179; while (0); - if ((i39 | 0) == 179) { - i39 = 0; + } else i40 = 179; while (0); + if ((i40 | 0) == 179) { + i40 = 0; if (i1) { - i39 = 184; + i40 = 184; break L21; } else i5 = 0; } - i1 = HEAP32[i40 >> 2] | 0; + 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 ((i1 & 255) << 24 >> 24 != (HEAP8[i30 >> 0] | 0)) { - i39 = 184; + i40 = 184; break L21; } - i1 = HEAP32[i40 >> 2] | 0; - i2 = i1 + 12 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 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; i1 = i5; i3 = i5; } else { - HEAP32[i2 >> 2] = i3 + 1; + HEAP32[i3 >> 2] = i2 + 1; i1 = i5; i3 = i5; } while (1) { if ((i4 | 0) <= 0) break L198; - i2 = HEAP32[i40 >> 2] | 0; + i2 = HEAP32[i41 >> 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; + HEAP32[i41 >> 2] = 0; i2 = 0; break; } else { - i2 = HEAP32[i40 >> 2] | 0; + i2 = HEAP32[i41 >> 2] | 0; break; } } else i2 = 0; while (0); @@ -23375,7 +24342,7 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i5 = i3; break; } else { - i39 = 206; + i40 = 206; break L21; } if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i3 >> 2] | 0) + 36 >> 2] & 127](i3) | 0) != -1) if (i2 ^ (i1 | 0) == 0) { @@ -23383,63 +24350,63 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i5 = i1; break; } else { - i39 = 206; + i40 = 206; break L21; } else { - HEAP32[i41 >> 2] = 0; + HEAP32[i42 >> 2] = 0; i1 = 0; - i39 = 199; + i40 = 199; break; } - } else i39 = 199; while (0); - if ((i39 | 0) == 199) { - i39 = 0; + } else i40 = 199; while (0); + if ((i40 | 0) == 199) { + i40 = 0; if (i2) { - i39 = 206; + i40 = 206; break L21; } else { i6 = i1; i5 = 0; } } - i1 = HEAP32[i40 >> 2] | 0; + 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 ((i1 & 255) << 24 >> 24 <= -1) { - i39 = 206; + i40 = 206; break L21; } - if (!(HEAP16[(HEAP32[i22 >> 2] | 0) + (i1 << 24 >> 24 << 1) >> 1] & 2048)) { - i39 = 206; + if (!(HEAP16[(HEAP32[i27 >> 2] | 0) + (i1 << 24 >> 24 << 1) >> 1] & 2048)) { + i40 = 206; break L21; } - 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; + 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; 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; - i2 = HEAP32[i38 >> 2] | 0; - HEAP32[i38 >> 2] = i2 + 1; - HEAP8[i2 >> 0] = i1; + i3 = HEAP32[i39 >> 2] | 0; + HEAP32[i39 >> 2] = i3 + 1; + HEAP8[i3 >> 0] = i1; i4 = i4 + -1 | 0; HEAP32[i31 >> 2] = i4; - i1 = HEAP32[i40 >> 2] | 0; - i2 = i1 + 12 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 16 >> 2] | 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; i1 = i6; i3 = i5; continue; } else { - HEAP32[i2 >> 2] = i3 + 1; + HEAP32[i3 >> 2] = i2 + 1; i1 = i6; i3 = i5; continue; } } } while (0); - if ((HEAP32[i38 >> 2] | 0) == (HEAP32[i37 >> 2] | 0)) { - i39 = 216; + if ((HEAP32[i39 >> 2] | 0) == (HEAP32[i37 >> 2] | 0)) { + i40 = 216; break L21; } break; @@ -23447,16 +24414,16 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE default: {} } while (0); - L262 : do if ((i39 | 0) == 44) while (1) { - i39 = 0; - i2 = HEAP32[i40 >> 2] | 0; + L262 : do if ((i40 | 0) == 44) while (1) { + i40 = 0; + i2 = HEAP32[i41 >> 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; + HEAP32[i41 >> 2] = 0; i2 = 0; break; } else { - i2 = HEAP32[i40 >> 2] | 0; + i2 = HEAP32[i41 >> 2] | 0; break; } } else i2 = 0; while (0); @@ -23472,1470 +24439,705 @@ function __ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i4 = i1; break; } else break L262; else { - HEAP32[i41 >> 2] = 0; + HEAP32[i42 >> 2] = 0; i1 = 0; - i39 = 54; + i40 = 54; break; } - } else i39 = 54; while (0); - if ((i39 | 0) == 54) { - i39 = 0; + } else i40 = 54; while (0); + if ((i40 | 0) == 54) { + i40 = 0; if (i2) break L262; else { i5 = i1; i4 = 0; } } - i1 = HEAP32[i40 >> 2] | 0; + 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 ((i1 & 255) << 24 >> 24 <= -1) break L262; - 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; + 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; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i48, i1 & 255); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i49, i1 & 255); i1 = i5; i3 = i4; - i39 = 44; + i40 = 44; } while (0); - i12 = i12 + 1 | 0; + i13 = i13 + 1 | 0; } - L294 : do if ((i39 | 0) == 42) { - HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; + L294 : do if ((i40 | 0) == 42) { + HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; i2 = 0; - } else if ((i39 | 0) == 98) { - HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; + } else if ((i40 | 0) == 98) { + HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; i2 = 0; - } else if ((i39 | 0) == 136) { - HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; + } else if ((i40 | 0) == 136) { + HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; i2 = 0; - } else if ((i39 | 0) == 184) { - HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; + } else if ((i40 | 0) == 184) { + HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; i2 = 0; - } else if ((i39 | 0) == 206) { - HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; + } else if ((i40 | 0) == 206) { + HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; i2 = 0; - } else if ((i39 | 0) == 216) { - HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; + } else if ((i40 | 0) == 216) { + HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; i2 = 0; - } else if ((i39 | 0) == 218) { - L296 : do if (i8 | 0) { - i5 = i8 + 1 | 0; - i6 = i8 + 8 | 0; - i7 = i8 + 4 | 0; - i3 = 1; + } else if ((i40 | 0) == 218) { + L296 : do if (i7 | 0) { + i8 = i7 + 1 | 0; + i5 = i7 + 8 | 0; + i6 = i7 + 4 | 0; + i4 = 1; L298 : while (1) { - 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; + 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; 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; + HEAP32[i41 >> 2] = 0; i1 = 0; break; } else { - i1 = HEAP32[i40 >> 2] | 0; + i1 = HEAP32[i41 >> 2] | 0; break; } } else i1 = 0; while (0); - 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; + 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; break; } - if (!i1) break L298; - } else i39 = 234; while (0); - if ((i39 | 0) == 234 ? (i39 = 0, i1) : 0) break; - i1 = HEAP32[i40 >> 2] | 0; + if (!i2) break L298; + } else i40 = 234; while (0); + if ((i40 | 0) == 234 ? (i40 = 0, i2) : 0) break; + 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 (!(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; + 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; continue; } else { - HEAP32[i3 >> 2] = i4 + 1; - i3 = i1; + HEAP32[i3 >> 2] = i2 + 1; continue; } } - HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; + HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; i2 = 0; break L294; } while (0); - i1 = HEAP32[i50 >> 2] | 0; + i1 = HEAP32[i51 >> 2] | 0; if ((i1 | 0) != (i9 | 0)) { - HEAP32[i43 >> 2] = 0; - __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i45, i1, i9, i43); - if (!(HEAP32[i43 >> 2] | 0)) { + HEAP32[i44 >> 2] = 0; + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i45, i1, i9, i44); + if (!(HEAP32[i44 >> 2] | 0)) { i2 = 1; break; } else { - HEAP32[i42 >> 2] = HEAP32[i42 >> 2] | 4; + HEAP32[i43 >> 2] = HEAP32[i43 >> 2] | 4; i2 = 0; break; } } else i2 = 1; } while (0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i48); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i49); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i46); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i47); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i49); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i50); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i45); - i1 = HEAP32[i50 >> 2] | 0; - HEAP32[i50 >> 2] = 0; - if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[i44 >> 2] & 255](i1); - STACKTOP = i51; + i1 = HEAP32[i51 >> 2] | 0; + HEAP32[i51 >> 2] = 0; + if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[i48 >> 2] & 255](i1); + STACKTOP = i52; return i2 | 0; } -function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i22, i19, i20) { +function __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i1, i21, i22) { + i1 = i1 | 0; + i21 = i21 | 0; i22 = i22 | 0; - 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; + 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; STACKTOP = STACKTOP + 80 | 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) { + 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) { case 84: case 71: { - L126 : do if ((i19 - i22 | 0) > 2) { - switch (i1 | 0) { + L126 : do if ((i21 - i1 | 0) > 2) { + switch (i2 | 0) { case 84: break; case 71: - switch (HEAP8[i22 + 1 >> 0] | 0) { + switch (HEAP8[i1 + 1 >> 0] | 0) { case 86: { - 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, 37304) | 0; + 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; break L126; } case 82: { - 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, 37324) | 0; + 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; break L126; } default: - { - i1 = i22; - break L126; - } - } - default: - { - i1 = i22; break L126; } + default: + break L126; } - i1 = i22 + 1 | 0; - switch (HEAP8[i1 >> 0] | 0) { + i3 = i1 + 1 | 0; + switch (HEAP8[i3 >> 0] | 0) { case 86: { - 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, 37153) | 0; + 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; break L126; } case 84: { - 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, 37165) | 0; + 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; break L126; } case 73: { - 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, 37174) | 0; + 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; break L126; } case 83: { - 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, 37188) | 0; + 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; break L126; } case 99: { - 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, 37207) | 0; + 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; break L126; } case 67: { - 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; + 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; i2 = HEAP32[i4 >> 2] | 0; - 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; + 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; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i22 = i3 + -24 | 0; + if ((i1 | 0) == (i2 | 0)) break; + i22 = i1 + -24 | 0; HEAP32[i4 >> 2] = i22; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i22); - i3 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; } - i11 = i5 + -48 | 0; - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i23, 0, 37234) | 0; + i10 = i3 + -48 | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i24, 0, 37260) | 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; + i1 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 37259) | 0; + i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 37285) | 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; + i1 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i14, (HEAP32[i4 >> 2] | 0) + -24 | 0); i2 = HEAP8[i14 >> 0] | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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; + 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; } - if (!(i2 & 1)) { - i3 = (i2 & 255) >>> 1; - if ((i2 & 255) < 22) { - i5 = 10; - i8 = i3; - i9 = 1; + if (!(i1 & 1)) { + i2 = (i1 & 255) >>> 1; + if ((i1 & 255) < 22) { + i8 = i2; + i4 = 10; + i7 = 1; } else { - i5 = (i3 + 16 & 240) + -1 | 0; - i8 = i3; - i9 = 1; + i8 = i2; + i4 = (i2 + 16 & 240) + -1 | 0; + i7 = 1; } } else { - i5 = 10; i8 = 0; - i9 = 0; + i4 = 10; + i7 = 0; } - 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); + 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); } else { - HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; - _free(i3); + HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; + _free(i2); } - HEAP8[i11 >> 0] = i8 << 1; + HEAP8[i10 >> 0] = i8 << 1; break; } - 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; + 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; _free(i22); } - HEAP32[i11 >> 2] = i3 | 1; - HEAP32[i7 >> 2] = i8; - HEAP32[i10 >> 2] = i4; + HEAP32[i10 >> 2] = i2 | 1; + HEAP32[i6 >> 2] = i8; + 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[i21 >> 2]; - HEAP32[i11 + 4 >> 2] = HEAP32[i21 + 4 >> 2]; - HEAP32[i11 + 8 >> 2] = HEAP32[i21 + 8 >> 2]; - i2 = 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i21 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i23 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i21); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i23); __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(i23); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i24); + i1 = i11; break L126; } default: { - 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 = __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 = i2 + -24 | 0; - if ((HEAP8[i22 + 2 >> 0] | 0) == 118) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 37264) | 0; + if ((HEAP8[i1 + 2 >> 0] | 0) == 118) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 37290) | 0; + i1 = i3; break L126; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 37282) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2, 0, 37308) | 0; + i1 = i3; break L126; } } } - } else i1 = i22; while (0); + } while (0); break; } default: { - 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) { + 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) { case 46: case 69: - break L6; + { + i1 = i8; + break L6; + } default: {} } - i18 = HEAP8[i27 >> 0] | 0; - HEAP8[i27 >> 0] = 0; + i20 = HEAP8[i28 >> 0] | 0; + HEAP8[i28 >> 0] = 0; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i23 + (i2 << 2) >> 2] = 0; + HEAP32[i24 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 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; + 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; if (i2) { - if (!(HEAP8[i20 + 60 >> 0] | 0)) { - if (i5) { - i2 = i6 + 1 | 0; - i3 = (i4 & 255) >>> 1; + if (!(HEAP8[i22 + 60 >> 0] | 0)) { + if (i6) { + i2 = i5 + 1 | 0; + i4 = (i7 & 255) >>> 1; } else { - i2 = HEAP32[i7 + -16 >> 2] | 0; - i3 = HEAP32[i7 + -20 >> 2] | 0; + i2 = HEAP32[i3 + -16 >> 2] | 0; + i4 = HEAP32[i3 + -20 >> 2] | 0; } - if ((HEAP8[i2 + i3 + -1 >> 0] | 0) == 62) { - if (i5) { - i2 = (i4 & 255) >>> 1; - i3 = i6 + 1 | 0; + if ((HEAP8[i2 + i4 + -1 >> 0] | 0) == 62) { + if (i6) { + i2 = i5 + 1 | 0; + i4 = (i7 & 255) >>> 1; } else { - i2 = HEAP32[i7 + -20 >> 2] | 0; - i3 = HEAP32[i7 + -16 >> 2] | 0; + i2 = HEAP32[i3 + -16 >> 2] | 0; + i4 = HEAP32[i3 + -20 >> 2] | 0; } - if ((HEAP8[i3 + (i2 + -2) >> 0] | 0) != 45) { - if (i5) { - i3 = (i4 & 255) >>> 1; - i2 = i6 + 1 | 0; + if ((HEAP8[i2 + (i4 + -2) >> 0] | 0) != 45) { + if (i6) { + i4 = i5 + 1 | 0; + i2 = (i7 & 255) >>> 1; } else { - i3 = HEAP32[i7 + -20 >> 2] | 0; - i2 = HEAP32[i7 + -16 >> 2] | 0; + i4 = HEAP32[i3 + -16 >> 2] | 0; + i2 = HEAP32[i3 + -20 >> 2] | 0; } - 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; + 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; break; } - i13 = HEAP32[i14 >> 2] | 0; - i1 = i13; - if (((i13 - (HEAP32[i20 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) { - i1 = i22; - i2 = 0; + i14 = HEAP32[i17 >> 2] | 0; + i3 = i14; + if (((i14 - (HEAP32[i22 >> 2] | 0) | 0) / 24 | 0) >>> 0 < 2) { + i3 = 0; + i2 = i1; break; } - 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i4 | 0) == 3) break; + HEAP32[i5 + (i4 << 2) >> 2] = 0; + i4 = i4 + 1 | 0; } - i9 = i1 + -12 | 0; - L45 : do if (!(HEAP8[i23 >> 0] & 1)) { - HEAP8[i23 + 1 >> 0] = 0; - HEAP8[i23 >> 0] = 0; + i11 = i3 + -12 | 0; + L45 : do if (!(HEAP8[i24 >> 0] & 1)) { + HEAP8[i24 + 1 >> 0] = 0; + HEAP8[i24 >> 0] = 0; } else { - 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); + 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); break; } - 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; + 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; break L45; } else { - HEAP8[i23 + 1 >> 0] = 0; - _free(i2); - i1 = 0; + HEAP8[i24 + 1 >> 0] = 0; + _free(i4); + i3 = 0; } while (0); - HEAP8[i23 >> 0] = i1 << 1; + HEAP8[i24 >> 0] = i3 << 1; } while (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; + HEAP32[i24 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i24 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; + HEAP32[i24 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; + i3 = 0; while (1) { - if ((i1 | 0) == 3) break; - HEAP32[i9 + (i1 << 2) >> 2] = 0; - i1 = i1 + 1 | 0; + if ((i3 | 0) == 3) break; + HEAP32[i11 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } - 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; + 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; while (1) { - 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; + 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; } - 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; + 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; L75 : while (1) { - i2 = HEAP32[i20 >> 2] | 0; - i3 = HEAP32[i14 >> 2] | 0; + i3 = HEAP32[i22 >> 2] | 0; + i4 = HEAP32[i17 >> 2] | 0; while (1) { - 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; + 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; break L75; } - if (i6 >>> 0 > i4 >>> 0) { - i1 = i5; - i5 = i6; + if (i7 >>> 0 > i5 >>> 0) { + i2 = i6; break; - } else i1 = i5; + } else i2 = i6; } - i2 = 0; + i3 = 0; while (1) { - if ((i2 | 0) == 3) { - i2 = i4; + if ((i3 | 0) == 3) { + i3 = i5; break; } - HEAP32[i21 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + HEAP32[i23 + (i3 << 2) >> 2] = 0; + i3 = i3 + 1 | 0; } while (1) { - if (i2 >>> 0 >= i5 >>> 0) break; - i6 = HEAP8[i21 >> 0] | 0; - if (((i6 & 1) == 0 ? (i6 & 255) >>> 1 : HEAP32[i8 >> 2] | 0) | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i21, 36454) | 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; + 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; } while (1) { - if (i4 >>> 0 >= i5 >>> 0) break; - i3 = HEAP32[i14 >> 2] | 0; - i2 = i3 + -24 | 0; + if (i5 >>> 0 >= i7 >>> 0) break; + i3 = HEAP32[i17 >> 2] | 0; + i4 = i3 + -24 | 0; while (1) { - 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; + 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; } - i4 = i4 + 1 | 0; + i5 = i5 + 1 | 0; } - 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; + 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; break; } - if (!i7) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i3 + -24 | 0, 36454) | 0; - i3 = HEAP32[i14 >> 2] | 0; - i4 = HEAP8[i21 >> 0] | 0; - i2 = HEAP32[i8 >> 2] | 0; + 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; } - 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; + 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; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i21); - i7 = i2; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i23); + i8 = i3; } - 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; + 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; break L15; } } while (0); - if ((i2 | 0) != (i3 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9push_backEc(i3 + -24 | 0, 41); - if (i16 & 1 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 35470) | 0; - if (i16 & 2 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 35477) | 0; - if (i16 & 4 | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 35487) | 0; - switch (i17 | 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) { case 1: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 37061) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i17 >> 2] | 0) + -24 | 0, 37087) | 0; break; } case 2: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 37064) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i17 >> 2] | 0) + -24 | 0, 37090) | 0; break; } default: {} } - 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; + 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; } else { - i1 = i22; - i2 = 0; + i3 = 0; + i2 = i1; } } else { - i1 = i22; - i2 = 0; + i3 = 0; + i2 = i1; } } else { - i1 = i22; - i2 = 0; + i3 = 0; + i2 = i1; } while (0); - __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; + __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; break L1; } - } else i1 = i19; else i1 = i22; + } else i1 = i21; } } while (0); - HEAP8[i27 >> 0] = i24; - HEAP32[i25 >> 2] = i26; + HEAP8[i28 >> 0] = i26; + HEAP32[i27 >> 2] = i25; } while (0); - STACKTOP = i28; + STACKTOP = i29; return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitBinaryEPNS_6BinaryE(i16, i18, i17) { - i16 = i16 | 0; - i18 = i18 | 0; - i17 = i17 | 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, d12 = 0.0, d13 = 0.0, i14 = 0, i15 = 0, i19 = 0; - i19 = STACKTOP; - STACKTOP = STACKTOP + 144 | 0; - i3 = i19 + 120 | 0; - i14 = i19 + 104 | 0; - i1 = i19 + 64 | 0; - i15 = i19 + 88 | 0; - i8 = i19 + 48 | 0; - i9 = i19 + 32 | 0; - i10 = i19 + 16 | 0; - i11 = i19; - i7 = i17 + 12 | 0; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i3, i18, HEAP32[i7 >> 2] | 0); - i2 = i3 + 16 | 0; - if ((HEAP32[i2 >> 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], HEAP32[i14 + 12 >> 2] = HEAP32[i3 + 12 >> 2], i4 = i17 + 16 | 0, __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i1, i18, HEAP32[i4 >> 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[i15 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i15 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i15 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - HEAP32[i15 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; - i1 = HEAP32[i14 >> 2] | 0; - if ((i1 | 0) != (HEAP32[(HEAP32[i7 >> 2] | 0) + 4 >> 2] | 0)) ___assert_fail(20699, 19746, 454, 20729); - if ((HEAP32[i15 >> 2] | 0) != (HEAP32[(HEAP32[i4 >> 2] | 0) + 4 >> 2] | 0)) ___assert_fail(20741, 19746, 455, 20729); - L11 : do switch (i1 | 0) { - case 1: - { - i2 = __ZN4wasm7Literal6geti32Ev(i14) | 0; - i1 = __ZN4wasm7Literal6geti32Ev(i15) | 0; - do switch (HEAP32[i17 + 8 >> 2] | 0) { - case 0: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i1 + i2; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 1: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i2 - i1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 2: - { - i18 = Math_imul(i1, i2) | 0; - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i18; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 3: - { - if (i1) { - if ((i2 | 0) == -2147483648 & (i1 | 0) == -1) { - i18 = HEAP32[(HEAP32[i18 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i18 >> 2] | 0) + 20 >> 2] & 127](i18, 20788); - } - } else { - i18 = HEAP32[(HEAP32[i18 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i18 >> 2] | 0) + 20 >> 2] & 127](i18, 20773); - } - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i2 | 0) / (i1 | 0) | 0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 4: - { - if (!i1) { - i18 = HEAP32[(HEAP32[i18 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i18 >> 2] | 0) + 20 >> 2] & 127](i18, 20807); - } - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i2 >>> 0) / (i1 >>> 0) | 0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 5: - { - if (i1) { - if ((i2 | 0) == -2147483648 & (i1 | 0) == -1) { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = 0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - } else { - i18 = HEAP32[(HEAP32[i18 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i18 >> 2] | 0) + 20 >> 2] & 127](i18, 20822); - } - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i2 | 0) % (i1 | 0) | 0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 6: - { - if (!i1) { - i18 = HEAP32[(HEAP32[i18 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i18 >> 2] | 0) + 20 >> 2] & 127](i18, 20837); - } - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i2 >>> 0) % (i1 >>> 0) | 0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 7: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i1 & i2; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 8: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i1 | i2; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 9: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i1 ^ i2; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 10: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i2 << (i1 & 31); - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 11: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i2 >>> (i1 & 31); - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 12: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i2 >> (i1 & 31); - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 17: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i2 | 0) == (i1 | 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 18: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i2 | 0) != (i1 | 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 19: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i2 | 0) < (i1 | 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 20: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i2 >>> 0 < i1 >>> 0 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 21: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i2 | 0) <= (i1 | 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 22: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i2 >>> 0 <= i1 >>> 0 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 23: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i2 | 0) > (i1 | 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 24: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i2 >>> 0 > i1 >>> 0 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 25: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i2 | 0) >= (i1 | 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 26: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = i2 >>> 0 >= i1 >>> 0 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - default: - _abort(); - } while (0); - break; - } - case 2: - { - i3 = __ZN4wasm7Literal6geti64Ev(i14) | 0; - i4 = tempRet0; - i1 = __ZN4wasm7Literal6geti64Ev(i15) | 0; - i2 = tempRet0; - do switch (HEAP32[i17 + 8 >> 2] | 0) { - case 0: - { - i17 = _i64Add(i1 | 0, i2 | 0, i3 | 0, i4 | 0) | 0; - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i17; - HEAP32[i18 + 4 >> 2] = tempRet0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 1: - { - i17 = _i64Subtract(i3 | 0, i4 | 0, i1 | 0, i2 | 0) | 0; - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i17; - HEAP32[i18 + 4 >> 2] = tempRet0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 2: - { - i17 = ___muldi3(i1 | 0, i2 | 0, i3 | 0, i4 | 0) | 0; - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i17; - HEAP32[i18 + 4 >> 2] = tempRet0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 3: - { - if (!((i1 | 0) == 0 & (i2 | 0) == 0)) { - if ((i3 | 0) == 0 & (i4 | 0) == -2147483648 & ((i1 | 0) == -1 & (i2 | 0) == -1)) { - i18 = HEAP32[(HEAP32[i18 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i18 >> 2] | 0) + 20 >> 2] & 127](i18, 20867); - } - } else { - i18 = HEAP32[(HEAP32[i18 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i18 >> 2] | 0) + 20 >> 2] & 127](i18, 20852); - } - i17 = ___divdi3(i3 | 0, i4 | 0, i1 | 0, i2 | 0) | 0; - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i17; - HEAP32[i18 + 4 >> 2] = tempRet0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 4: - { - if ((i1 | 0) == 0 & (i2 | 0) == 0) { - i18 = HEAP32[(HEAP32[i18 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i18 >> 2] | 0) + 20 >> 2] & 127](i18, 20886); - } - i17 = ___udivdi3(i3 | 0, i4 | 0, i1 | 0, i2 | 0) | 0; - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i17; - HEAP32[i18 + 4 >> 2] = tempRet0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 5: - { - if (!((i1 | 0) == 0 & (i2 | 0) == 0)) { - if ((i3 | 0) == 0 & (i4 | 0) == -2147483648 & ((i1 | 0) == -1 & (i2 | 0) == -1)) { - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = 0; - HEAP32[i18 + 4 >> 2] = 0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - } else { - i18 = HEAP32[(HEAP32[i18 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i18 >> 2] | 0) + 20 >> 2] & 127](i18, 20901); - } - i17 = ___remdi3(i3 | 0, i4 | 0, i1 | 0, i2 | 0) | 0; - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i17; - HEAP32[i18 + 4 >> 2] = tempRet0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 6: - { - if ((i1 | 0) == 0 & (i2 | 0) == 0) { - i18 = HEAP32[(HEAP32[i18 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i18 >> 2] | 0) + 20 >> 2] & 127](i18, 20916); - } - i17 = ___uremdi3(i3 | 0, i4 | 0, i1 | 0, i2 | 0) | 0; - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i17; - HEAP32[i18 + 4 >> 2] = tempRet0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 7: - { - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i1 & i3; - HEAP32[i18 + 4 >> 2] = i2 & i4; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 8: - { - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i1 | i3; - HEAP32[i18 + 4 >> 2] = i2 | i4; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 9: - { - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i1 ^ i3; - HEAP32[i18 + 4 >> 2] = i2 ^ i4; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 10: - { - i17 = _bitshift64Shl(i3 | 0, i4 | 0, i1 & 63 | 0) | 0; - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i17; - HEAP32[i18 + 4 >> 2] = tempRet0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 11: - { - i17 = _bitshift64Lshr(i3 | 0, i4 | 0, i1 & 63 | 0) | 0; - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i17; - HEAP32[i18 + 4 >> 2] = tempRet0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 12: - { - i17 = _bitshift64Ashr(i3 | 0, i4 | 0, i1 & 63 | 0) | 0; - HEAP32[i16 >> 2] = 2; - i18 = i16 + 8 | 0; - HEAP32[i18 >> 2] = i17; - HEAP32[i18 + 4 >> 2] = tempRet0; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 17: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i3 | 0) == (i1 | 0) & (i4 | 0) == (i2 | 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 18: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = ((i3 | 0) != (i1 | 0) | (i4 | 0) != (i2 | 0)) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 19: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = ((i4 | 0) < (i2 | 0) | (i4 | 0) == (i2 | 0) & i3 >>> 0 < i1 >>> 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 20: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i4 >>> 0 < i2 >>> 0 | (i4 | 0) == (i2 | 0) & i3 >>> 0 < i1 >>> 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 21: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = ((i4 | 0) < (i2 | 0) | (i4 | 0) == (i2 | 0) & i3 >>> 0 <= i1 >>> 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 22: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i4 >>> 0 < i2 >>> 0 | (i4 | 0) == (i2 | 0) & i3 >>> 0 <= i1 >>> 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 23: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = ((i4 | 0) > (i2 | 0) | (i4 | 0) == (i2 | 0) & i3 >>> 0 > i1 >>> 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 24: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i4 >>> 0 > i2 >>> 0 | (i4 | 0) == (i2 | 0) & i3 >>> 0 > i1 >>> 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 25: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = ((i4 | 0) > (i2 | 0) | (i4 | 0) == (i2 | 0) & i3 >>> 0 >= i1 >>> 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 26: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = (i4 >>> 0 > i2 >>> 0 | (i4 | 0) == (i2 | 0) & i3 >>> 0 >= i1 >>> 0) & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - default: - _abort(); - } while (0); - break; - } - case 3: - { - d5 = +__ZN4wasm7Literal6getf32Ev(i14); - d6 = +__ZN4wasm7Literal6getf32Ev(i15); - L98 : do switch (HEAP32[i17 + 8 >> 2] | 0) { - case 0: - { - d12 = d5 + d6; - break; - } - case 1: - { - d12 = d5 - d6; - break; - } - case 2: - { - d12 = d5 * d6; - break; - } - case 13: - { - d12 = d5 / d6; - break; - } - case 14: - { - i18 = (__ZN4wasm7Literal14reinterpreti32Ev(i14) | 0) & 2147483647 | (__ZN4wasm7Literal14reinterpreti32Ev(i15) | 0) & -2147483648; - HEAP32[i9 >> 2] = 1; - HEAP32[i9 + 8 >> 2] = i18; - __ZN4wasm7Literal9castToF32Ev(i8, i9); - HEAP32[i16 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i16 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; - HEAP32[i16 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; - HEAP32[i16 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 15: - if (d5 == 0.0 & d5 == d6) { - d12 = 1.0 / d5 < 0.0 ? d5 : d6; - break L98; - } else { - d12 = d6 < d5 ? d6 : d5; - break L98; - } - case 16: - if (d5 == 0.0 & d5 == d6) { - d12 = 1.0 / d5 < 0.0 ? d6 : d5; - break L98; - } else { - d12 = d5 < d6 ? d6 : d5; - break L98; - } - case 17: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = d5 == d6 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 18: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = d5 != d6 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 27: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = d5 < d6 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 28: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = d5 <= d6 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 29: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = d5 > d6 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 30: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = d5 >= d6 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - default: - _abort(); - } while (0); - d13 = +__ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner6fixNaNEfff(i18, d5, d6, d12); - HEAP32[i16 >> 2] = 3; - HEAPF32[i16 + 8 >> 2] = d13; - HEAP32[i16 + 16 >> 2] = 0; - break; - } - case 4: - { - d5 = +__ZN4wasm7Literal6getf64Ev(i14); - d6 = +__ZN4wasm7Literal6getf64Ev(i15); - L121 : do switch (HEAP32[i17 + 8 >> 2] | 0) { - case 0: - { - d13 = d5 + d6; - break; - } - case 1: - { - d13 = d5 - d6; - break; - } - case 2: - { - d13 = d5 * d6; - break; - } - case 13: - { - d13 = d5 / d6; - break; - } - case 14: - { - i14 = __ZN4wasm7Literal14reinterpreti64Ev(i14) | 0; - i17 = tempRet0 & 2147483647; - __ZN4wasm7Literal14reinterpreti64Ev(i15) | 0; - HEAP32[i11 >> 2] = 2; - i18 = i11 + 8 | 0; - HEAP32[i18 >> 2] = i14; - HEAP32[i18 + 4 >> 2] = tempRet0 & -2147483648 | i17; - __ZN4wasm7Literal9castToF64Ev(i10, i11); - HEAP32[i16 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i16 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; - HEAP32[i16 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; - HEAP32[i16 + 12 >> 2] = HEAP32[i10 + 12 >> 2]; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 15: - if (d5 == 0.0 & d5 == d6) { - d13 = 1.0 / d5 < 0.0 ? d5 : d6; - break L121; - } else { - d13 = d6 < d5 ? d6 : d5; - break L121; - } - case 16: - if (d5 == 0.0 & d5 == d6) { - d13 = 1.0 / d5 < 0.0 ? d6 : d5; - break L121; - } else { - d13 = d5 < d6 ? d6 : d5; - break L121; - } - case 17: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = d5 == d6 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 18: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = d5 != d6 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 27: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = d5 < d6 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 28: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = d5 <= d6 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 29: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = d5 > d6 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - case 30: - { - HEAP32[i16 >> 2] = 1; - HEAP32[i16 + 8 >> 2] = d5 >= d6 & 1; - HEAP32[i16 + 16 >> 2] = 0; - break L11; - } - default: - _abort(); - } while (0); - d13 = +__ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner6fixNaNEddd(i18, d5, d6, d13); - HEAP32[i16 >> 2] = 4; - HEAPF64[i16 + 8 >> 3] = d13; - HEAP32[i16 + 16 >> 2] = 0; - break; - } - default: - _abort(); - } while (0); - } else { - HEAP32[i16 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i16 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i16 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - HEAP32[i16 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; - HEAP32[i16 + 16 >> 2] = HEAP32[i3 + 16 >> 2]; - HEAP32[i16 + 20 >> 2] = HEAP32[i3 + 20 >> 2]; - } - STACKTOP = i19; - return; -} - function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i16, i13) { i1 = i1 | 0; i16 = i16 | 0; @@ -24944,19 +25146,19 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ i17 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; i15 = i17 + 88 | 0; - i8 = i17 + 64 | 0; - i9 = i17 + 48 | 0; - i7 = i17 + 24 | 0; - i10 = i17 + 12 | 0; + i9 = i17 + 64 | 0; + i8 = i17 + 48 | 0; + i10 = i17 + 24 | 0; + i7 = i17 + 12 | 0; i12 = i17; L1 : do if ((i1 | 0) != (i16 | 0)) { - i3 = HEAP8[i1 >> 0] | 0; - i4 = i3 << 24 >> 24; + i2 = HEAP8[i1 >> 0] | 0; + i4 = i2 << 24 >> 24; switch (i4 | 0) { case 68: case 67: { - L6 : do if ((i16 - i1 | 0) > 1 ? (i6 = i13 + 4 | 0, i2 = HEAP32[i6 >> 2] | 0, (HEAP32[i13 >> 2] | 0) != (i2 | 0)) : 0) { + L6 : do if ((i16 - i1 | 0) > 1 ? (i6 = i13 + 4 | 0, i3 = HEAP32[i6 >> 2] | 0, (HEAP32[i13 >> 2] | 0) != (i3 | 0)) : 0) { switch (i4 | 0) { case 67: { @@ -24969,13 +25171,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_(i9, i2 + -24 | 0); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i8, i9); + __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); 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, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i9); HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 24; } else { i3 = HEAP32[i13 >> 2] | 0; @@ -24991,13 +25193,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, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i14, i9); 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(i8); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); HEAP8[i13 + 60 >> 0] = 1; i1 = i1 + 2 | 0; break L6; @@ -25016,23 +25218,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, i2 + -24 | 0); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i12, 0, 35909) | 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; + __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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i7, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i10, i7); 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, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i10); HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 24; } else { i3 = HEAP32[i13 >> 2] | 0; @@ -25048,13 +25250,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, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i14, i10); 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(i7); - __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(i7); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i12); HEAP8[i13 + 60 >> 0] = 1; i1 = i1 + 2 | 0; @@ -25063,18 +25265,18 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ } case 85: { - L40 : do if ((i16 - i1 | 0) > 2 & i3 << 24 >> 24 == 85) { + L40 : do if ((i16 - i1 | 0) > 2 & i2 << 24 >> 24 == 85) { switch (HEAP8[i1 + 1 >> 0] | 0) { case 116: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i9, 36833, 8); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i8, i9); + __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); 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, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i9); HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 24; } else { i4 = HEAP32[i13 >> 2] | 0; @@ -25090,23 +25292,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, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i12, i9); 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(i8); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); i2 = i1 + 2 | 0; if ((i2 | 0) == (i16 | 0)) { - i3 = HEAP32[i7 >> 2] | 0; - i2 = i3 + -24 | 0; + i2 = HEAP32[i7 >> 2] | 0; + i3 = i2 + -24 | 0; while (1) { - if ((i3 | 0) == (i2 | 0)) break L40; - i16 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break L40; + i16 = i2 + -24 | 0; HEAP32[i7 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i3 = HEAP32[i7 >> 2] | 0; + i2 = HEAP32[i7 >> 2] | 0; } } if (((HEAP8[i2 >> 0] | 0) + -48 | 0) >>> 0 < 10) { @@ -25127,14 +25329,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ i1 = i2 + 1 | 0; break L40; } - i3 = HEAP32[i7 >> 2] | 0; - i2 = i3 + -24 | 0; + i2 = HEAP32[i7 >> 2] | 0; + i3 = i2 + -24 | 0; while (1) { - if ((i3 | 0) == (i2 | 0)) break L40; - i16 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break L40; + i16 = i2 + -24 | 0; HEAP32[i7 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i3 = HEAP32[i7 >> 2] | 0; + i2 = HEAP32[i7 >> 2] | 0; } } case 108: @@ -25142,14 +25344,14 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ default: break L40; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i10, 36842, 9); - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i7, i10); + __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); 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, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i10); HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + 24; } else { i4 = HEAP32[i13 >> 2] | 0; @@ -25165,46 +25367,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, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i9, i10); 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(i7); - __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(i7); 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)) { - i3 = HEAP32[i14 >> 2] | 0; - i2 = i3 + -24 | 0; + i2 = HEAP32[i14 >> 2] | 0; + i3 = i2 + -24 | 0; while (1) { - if ((i3 | 0) == (i2 | 0)) break L40; - i16 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break L40; + i16 = i2 + -24 | 0; HEAP32[i14 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i3 = HEAP32[i14 >> 2] | 0; + i2 = 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; - i3 = i5 + -24 | 0; - i4 = i5; + i4 = i5 + -24 | 0; + i3 = i5; while (1) { - if ((i4 | 0) == (i3 | 0)) break; - i11 = i4 + -24 | 0; + if ((i3 | 0) == (i4 | 0)) break; + i11 = i3 + -24 | 0; HEAP32[i14 >> 2] = i11; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); - i4 = HEAP32[i14 >> 2] | 0; + i3 = HEAP32[i14 >> 2] | 0; } i3 = HEAP8[i15 >> 0] | 0; i8 = (i3 & 1) == 0; i9 = i15 + 8 | 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; + 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; while (1) { i8 = __ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i2, i16, i13) | 0; if ((i8 | 0) == (i2 | 0)) { @@ -25218,19 +25420,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[i10 >> 0] = 0; + HEAP8[i11 >> 0] = 0; HEAP8[i15 >> 0] = 0; } else { i3 = HEAP32[i9 >> 2] | 0; HEAP8[i3 >> 0] = 0; - HEAP32[i11 >> 2] = 0; + HEAP32[i10 >> 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(i10 | 0, i3 | 0, (i6 >>> 1 & 127) + 1 | 0) | 0; + _memcpy(i11 | 0, i3 | 0, (i6 >>> 1 & 127) + 1 | 0) | 0; _free(i3); break; } @@ -25239,13 +25441,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, i10 | 0, (i6 >>> 1 & 127) + 1 | 0) | 0; + _memcpy(i4 | 0, i11 | 0, (i6 >>> 1 & 127) + 1 | 0) | 0; HEAP32[i15 >> 2] = i3 | 1; - HEAP32[i11 >> 2] = i2; + HEAP32[i10 >> 2] = i2; HEAP32[i9 >> 2] = i4; break L104; } else { - HEAP8[i10 >> 0] = 0; + HEAP8[i11 >> 0] = 0; _free(i3); i2 = 0; } while (0); @@ -25262,28 +25464,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; - i2 = i5 + -24 | 0; - i3 = i5; + i3 = i5 + -24 | 0; + i2 = i5; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i7 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i7 = i2 + -24 | 0; HEAP32[i14 >> 2] = i7; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); - i3 = HEAP32[i14 >> 2] | 0; + i2 = HEAP32[i14 >> 2] | 0; } i3 = HEAP8[i15 >> 0] | 0; - i2 = (i3 & 1) == 0; - i4 = i2 ? (i3 & 255) >>> 1 : HEAP32[i11 >> 2] | 0; - if (!i4) { + i4 = (i3 & 1) == 0; + i2 = i4 ? (i3 & 255) >>> 1 : HEAP32[i10 >> 2] | 0; + if (!i2) { i2 = i8; continue; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i5 + -48 | 0, 36454) | 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; + __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; i2 = i8; } if ((i4 | 0) == 91) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc((HEAP32[i14 >> 2] | 0) + -24 | 0, 35822) | 0; + __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_allocIcEEED2Ev(i15); i3 = i2; break; @@ -25298,14 +25500,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)) { - i3 = HEAP32[i14 >> 2] | 0; - i2 = i3 + -24 | 0; + i2 = HEAP32[i14 >> 2] | 0; + i3 = i2 + -24 | 0; while (1) { - if ((i3 | 0) == (i2 | 0)) break L40; - i16 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break L40; + i16 = i2 + -24 | 0; HEAP32[i14 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i3 = HEAP32[i14 >> 2] | 0; + i2 = HEAP32[i14 >> 2] | 0; } } L139 : do if (((HEAP8[i2 >> 0] | 0) + -48 | 0) >>> 0 < 10) { @@ -25324,34 +25526,35 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ i4 = i11 + -16 | 0; if (!(i6 & 1)) { i5 = i12 + 1 | 0; - i10 = (i6 & 255) >>> 1; + i7 = i6; i8 = 10; + i9 = (i6 & 255) >>> 1; } else { i5 = HEAP32[i4 >> 2] | 0; - i6 = HEAP32[i12 >> 2] | 0; + i8 = HEAP32[i12 >> 2] | 0; i4 = i5 + 7 | 0; - i10 = HEAP32[i11 + -20 >> 2] | 0; - i8 = (i6 & -2) + -1 | 0; - i6 = i6 & 255; + i7 = i8 & 255; + i8 = (i8 & -2) + -1 | 0; + i9 = HEAP32[i11 + -20 >> 2] | 0; } - i9 = i4 - i5 | 0; - i7 = i3 - i2 | 0; + i10 = i4 - i5 | 0; + i6 = i3 - i2 | 0; if ((i3 | 0) != (i2 | 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; + 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; i5 = i4; } } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i12, i8, i10 + i7 - i8 | 0, i10, i9, i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i12, i8, i9 + i6 - i8 | 0, i9, i10, i6); i5 = HEAP32[i11 + -16 >> 2] | 0; } - i4 = i10 + i7 | 0; + i4 = i9 + i6 | 0; if (!(HEAP8[i12 >> 0] & 1)) HEAP8[i12 >> 0] = i4 << 1; else HEAP32[i11 + -20 >> 2] = i4; HEAP8[i5 + i4 >> 0] = 0; - i4 = i5 + i9 | 0; + i4 = i5 + i10 | 0; while (1) { if ((i2 | 0) == (i3 | 0)) { i2 = i3; @@ -25367,24 +25570,24 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ i1 = i2 + 1 | 0; break; } - i3 = HEAP32[i14 >> 2] | 0; - i2 = i3 + -24 | 0; + i2 = HEAP32[i14 >> 2] | 0; + i3 = i2 + -24 | 0; while (1) { - if ((i3 | 0) == (i2 | 0)) break L40; - i16 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break L40; + i16 = i2 + -24 | 0; HEAP32[i14 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i3 = HEAP32[i14 >> 2] | 0; + i2 = HEAP32[i14 >> 2] | 0; } } - i3 = HEAP32[i14 >> 2] | 0; - i2 = i3 + -24 | 0; + i2 = HEAP32[i14 >> 2] | 0; + i3 = i2 + -24 | 0; while (1) { - if ((i3 | 0) == (i2 | 0)) break L40; - i16 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break L40; + i16 = i2 + -24 | 0; HEAP32[i14 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i3 = HEAP32[i14 >> 2] | 0; + i2 = HEAP32[i14 >> 2] | 0; } } while (0); break L1; @@ -25414,30 +25617,549 @@ function __ZN10__cxxabiv112_GLOBAL__N_122parse_unqualified_nameINS0_2DbEEEPKcS4_ return i1 | 0; } -function _vfscanf(i33, i2, i24) { +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitUnaryEPNS_5UnaryE(i44, i36, i43) { + i44 = i44 | 0; + i36 = i36 | 0; + i43 = i43 | 0; + var d1 = 0.0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i45 = 0; + i45 = STACKTOP; + STACKTOP = STACKTOP + 624 | 0; + i38 = i45 + 600 | 0; + i35 = i45 + 544 | 0; + i37 = i45 + 512 | 0; + i2 = i45 + 584 | 0; + 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; + __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i35, i36, HEAP32[i43 + 12 >> 2] | 0); + if (!(HEAP32[i35 + 16 >> 2] | 0)) { + HEAP32[i37 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i37 + 4 >> 2] = HEAP32[i35 + 4 >> 2]; + HEAP32[i37 + 8 >> 2] = HEAP32[i35 + 8 >> 2]; + HEAP32[i37 + 12 >> 2] = HEAP32[i35 + 12 >> 2]; + L3 : do switch (HEAP32[i37 >> 2] | 0) { + case 1: + { + switch (HEAP32[i43 + 8 >> 2] | 0) { + case 0: + { + __ZNK4wasm7Literal18countLeadingZeroesEv(i2, i37); + HEAP32[i44 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; + HEAP32[i44 + 16 >> 2] = 0; + break L3; + } + 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]; + 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]; + 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]; + 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]; + 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]; + HEAP32[i44 + 16 >> 2] = 0; + break L3; + } + case 19: + { + i2 = HEAP32[i37 + 8 >> 2] | 0; + if ((HEAP32[i43 + 4 >> 2] | 0) == 3) { + HEAPF32[i39 >> 2] = +(i2 >>> 0); + i2 = 3; + d1 = +HEAPF64[i39 >> 3]; + } else { + d1 = +(i2 >>> 0); + HEAPF64[i39 >> 3] = d1; + i2 = 4; + } + HEAP32[i44 >> 2] = i2; + HEAPF64[i44 + 8 >> 3] = d1; + HEAP32[i44 + 16 >> 2] = 0; + break L3; + } + case 18: + { + i2 = HEAP32[i37 + 8 >> 2] | 0; + if ((HEAP32[i43 + 4 >> 2] | 0) == 3) { + HEAPF32[i40 >> 2] = +(i2 | 0); + i2 = 3; + d1 = +HEAPF64[i40 >> 3]; + } else { + d1 = +(i2 | 0); + HEAPF64[i40 >> 3] = d1; + i2 = 4; + } + HEAP32[i44 >> 2] = i2; + HEAPF64[i44 + 8 >> 3] = d1; + HEAP32[i44 + 16 >> 2] = 0; + break L3; + } + default: + _abort(); + } + break; + } + case 2: + { + 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]; + 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]; + 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]; + 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]; + 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]; + HEAP32[i44 + 16 >> 2] = 0; + break L3; + } + case 21: + { + i3 = i37 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; + i3 = HEAP32[i3 + 4 >> 2] | 0; + if ((HEAP32[i43 + 4 >> 2] | 0) == 3) { + HEAPF32[i41 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 >>> 0); + i2 = 3; + d1 = +HEAPF64[i41 >> 3]; + } else { + d1 = +(i2 >>> 0) + 4294967296.0 * +(i3 >>> 0); + HEAPF64[i41 >> 3] = d1; + i2 = 4; + } + HEAP32[i44 >> 2] = i2; + HEAPF64[i44 + 8 >> 3] = d1; + HEAP32[i44 + 16 >> 2] = 0; + break L3; + } + case 20: + { + i3 = i37 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; + i3 = HEAP32[i3 + 4 >> 2] | 0; + if ((HEAP32[i43 + 4 >> 2] | 0) == 3) { + HEAPF32[i42 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 | 0); + i2 = 3; + d1 = +HEAPF64[i42 >> 3]; + } else { + d1 = +(i2 >>> 0) + 4294967296.0 * +(i3 | 0); + HEAPF64[i42 >> 3] = d1; + i2 = 4; + } + HEAP32[i44 >> 2] = i2; + HEAPF64[i44 + 8 >> 3] = d1; + HEAP32[i44 + 16 >> 2] = 0; + break L3; + } + default: + _abort(); + } + break; + } + case 3: + { + 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]; + 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]; + 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]; + 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]; + 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]; + 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]; + 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]; + HEAP32[i44 + 16 >> 2] = 0; + break L3; + } + case 13: + { + HEAP32[i38 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i38 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; + HEAP32[i38 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; + HEAP32[i38 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(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 14: + { + HEAP32[i38 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i38 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; + HEAP32[i38 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; + HEAP32[i38 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_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]; + 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]; + 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]; + HEAP32[i44 + 16 >> 2] = 0; + break L3; + } + default: + _abort(); + } while (0); + break; + } + case 4: + { + 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]; + 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]; + 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]; + 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]; + 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]; + 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]; + 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]; + HEAP32[i44 + 16 >> 2] = 0; + break L3; + } + case 15: + { + HEAP32[i38 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i38 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; + HEAP32[i38 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; + HEAP32[i38 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_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]; + HEAP32[i44 + 16 >> 2] = 0; + break L3; + } + case 16: + { + HEAP32[i38 >> 2] = HEAP32[i37 >> 2]; + HEAP32[i38 + 4 >> 2] = HEAP32[i37 + 4 >> 2]; + HEAP32[i38 + 8 >> 2] = HEAP32[i37 + 8 >> 2]; + HEAP32[i38 + 12 >> 2] = HEAP32[i37 + 12 >> 2]; + __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_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]; + 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]; + 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]; + HEAP32[i44 + 16 >> 2] = 0; + break L3; + } + default: + _abort(); + } while (0); + break; + } + default: + _abort(); + } while (0); + } else { + HEAP32[i44 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i44 + 4 >> 2] = HEAP32[i35 + 4 >> 2]; + HEAP32[i44 + 8 >> 2] = HEAP32[i35 + 8 >> 2]; + HEAP32[i44 + 12 >> 2] = HEAP32[i35 + 12 >> 2]; + HEAP32[i44 + 16 >> 2] = HEAP32[i35 + 16 >> 2]; + HEAP32[i44 + 20 >> 2] = HEAP32[i35 + 20 >> 2]; + } + STACKTOP = i45; + return; +} + +function _vfscanf(i33, i2, i18) { i33 = i33 | 0; i2 = i2 | 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; + 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; i34 = STACKTOP; STACKTOP = STACKTOP + 304 | 0; - i25 = i34 + 16 | 0; + i19 = i34 + 16 | 0; i27 = i34 + 8 | 0; - i26 = i34 + 33 | 0; + i25 = i34 + 33 | 0; i28 = i34; - i16 = i34 + 32 | 0; + i17 = 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; - 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; + 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; i4 = i1; i1 = 0; i5 = i2; @@ -25446,11 +26168,11 @@ function _vfscanf(i33, i2, i24) { i2 = 0; L6 : while (1) { L8 : do if (!(_isspace(i4 & 255) | 0)) { - i4 = (HEAP8[i5 >> 0] | 0) == 37; - L10 : do if (i4) { + i6 = (HEAP8[i5 >> 0] | 0) == 37; + L10 : do if (i6) { i8 = i5 + 1 | 0; - i6 = HEAP8[i8 >> 0] | 0; - L12 : do switch (i6 << 24 >> 24) { + i4 = HEAP8[i8 >> 0] | 0; + L12 : do switch (i4 << 24 >> 24) { case 37: break L10; case 42: @@ -25461,22 +26183,22 @@ function _vfscanf(i33, i2, i24) { } default: { - i6 = (i6 & 255) + -48 | 0; + i6 = (i4 & 255) + -48 | 0; if (i6 >>> 0 < 10 ? (HEAP8[i5 + 2 >> 0] | 0) == 36 : 0) { - HEAP32[i25 >> 2] = HEAP32[i24 >> 2]; + HEAP32[i19 >> 2] = HEAP32[i18 >> 2]; while (1) { - i15 = (HEAP32[i25 >> 2] | 0) + (4 - 1) & ~(4 - 1); + i15 = (HEAP32[i19 >> 2] | 0) + (4 - 1) & ~(4 - 1); i4 = HEAP32[i15 >> 2] | 0; - HEAP32[i25 >> 2] = i15 + 4; + HEAP32[i19 >> 2] = i15 + 4; if (i6 >>> 0 > 1) i6 = i6 + -1 | 0; else break; } i15 = i4; i6 = i5 + 3 | 0; break L12; } - i6 = (HEAP32[i24 >> 2] | 0) + (4 - 1) & ~(4 - 1); + i6 = (HEAP32[i18 >> 2] | 0) + (4 - 1) & ~(4 - 1); i15 = HEAP32[i6 >> 2] | 0; - HEAP32[i24 >> 2] = i6 + 4; + HEAP32[i18 >> 2] = i6 + 4; i6 = i8; } } while (0); @@ -25643,7 +26365,7 @@ function _vfscanf(i33, i2, i24) { i6 = (HEAP32[i29 >> 2] | 0) + -1 | 0; HEAP32[i29 >> 2] = i6; } - i14 = (HEAP32[i23 >> 2] | 0) + i10 + i6 - (HEAP32[i17 >> 2] | 0) | 0; + i14 = (HEAP32[i26 >> 2] | 0) + i10 + i6 - (HEAP32[i24 >> 2] | 0) | 0; i13 = i8; } } @@ -25665,35 +26387,35 @@ function _vfscanf(i33, i2, i24) { { i12 = (i9 | 0) == 99; L70 : do if ((i9 | 16 | 0) == 115) { - _memset(i26 | 0, -1, 257) | 0; - HEAP8[i26 >> 0] = 0; + _memset(i25 | 0, -1, 257) | 0; + HEAP8[i25 >> 0] = 0; if ((i9 | 0) == 115) { - 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; + 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; } } else { i9 = i5 + 1 | 0; i10 = (HEAP8[i9 >> 0] | 0) == 94; i6 = i10 & 1; i5 = i10 ? i5 + 2 | 0 : i9; - _memset(i26 | 0, i10 & 1 | 0, 257) | 0; - HEAP8[i26 >> 0] = 0; + _memset(i25 | 0, i10 & 1 | 0, 257) | 0; + HEAP8[i25 >> 0] = 0; switch (HEAP8[i5 >> 0] | 0) { case 45: { i10 = (i6 ^ 1) & 255; - HEAP8[i21 >> 0] = i10; + HEAP8[i22 >> 0] = i10; i5 = i5 + 1 | 0; break; } case 93: { i10 = (i6 ^ 1) & 255; - HEAP8[i22 >> 0] = i10; + HEAP8[i23 >> 0] = i10; i5 = i5 + 1 | 0; break; } @@ -25729,7 +26451,7 @@ function _vfscanf(i33, i2, i24) { i5 = i5 & 255; do { i5 = i5 + 1 | 0; - HEAP8[i26 + i5 >> 0] = i10; + HEAP8[i25 + i5 >> 0] = i10; i6 = HEAP8[i9 >> 0] | 0; } while ((i5 | 0) < (i6 & 255 | 0)); i5 = i9; @@ -25739,7 +26461,7 @@ function _vfscanf(i33, i2, i24) { default: {} } while (0); - HEAP8[i26 + ((i6 & 255) + 1) >> 0] = i10; + HEAP8[i25 + ((i6 & 255) + 1) >> 0] = i10; i5 = i5 + 1 | 0; } } while (0); @@ -25756,7 +26478,7 @@ function _vfscanf(i33, i2, i24) { } } else i2 = i15; HEAP32[i27 >> 2] = 0; - HEAP32[i20 >> 2] = 0; + HEAP32[i16 >> 2] = 0; i3 = 0; L95 : while (1) { i8 = (i2 | 0) == 0; @@ -25767,9 +26489,9 @@ function _vfscanf(i33, i2, i24) { HEAP32[i29 >> 2] = i6 + 1; i6 = HEAPU8[i6 >> 0] | 0; } else i6 = ___shgetc(i33) | 0; - if (!(HEAP8[i26 + (i6 + 1) >> 0] | 0)) break L95; - HEAP8[i16 >> 0] = i6; - switch (_mbrtowc(i28, i16, 1, i27) | 0) { + if (!(HEAP8[i25 + (i6 + 1) >> 0] | 0)) break L95; + HEAP8[i17 >> 0] = i6; + switch (_mbrtowc(i28, i17, 1, i27) | 0) { case -1: { i3 = 0; @@ -25824,7 +26546,7 @@ function _vfscanf(i33, i2, i24) { HEAP32[i29 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; } else i2 = ___shgetc(i33) | 0; - if (!(HEAP8[i26 + (i2 + 1) >> 0] | 0)) { + if (!(HEAP8[i25 + (i2 + 1) >> 0] | 0)) { i8 = i6; i2 = 0; break L89; @@ -25854,7 +26576,7 @@ function _vfscanf(i33, i2, i24) { HEAP32[i29 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; } else i2 = ___shgetc(i33) | 0; - if (!(HEAP8[i26 + (i2 + 1) >> 0] | 0)) { + if (!(HEAP8[i25 + (i2 + 1) >> 0] | 0)) { i8 = 0; i3 = 0; i2 = 0; @@ -25870,7 +26592,7 @@ function _vfscanf(i33, i2, i24) { HEAP32[i29 >> 2] = i2 + 1; i2 = HEAPU8[i2 >> 0] | 0; } else i2 = ___shgetc(i33) | 0; - if (!(HEAP8[i26 + (i2 + 1) >> 0] | 0)) { + if (!(HEAP8[i25 + (i2 + 1) >> 0] | 0)) { i8 = i3; i3 = i15; i2 = 0; @@ -25886,7 +26608,7 @@ function _vfscanf(i33, i2, i24) { i6 = (HEAP32[i29 >> 2] | 0) + -1 | 0; HEAP32[i29 >> 2] = i6; } - i6 = i6 - (HEAP32[i17 >> 2] | 0) + (HEAP32[i23 >> 2] | 0) | 0; + i6 = i6 - (HEAP32[i24 >> 2] | 0) + (HEAP32[i26 >> 2] | 0) | 0; if (!i6) break L6; if (!((i6 | 0) == (i13 | 0) | i12 ^ 1)) break L6; do if (i11) if (i10) { @@ -25943,7 +26665,7 @@ function _vfscanf(i33, i2, i24) { case 97: { d7 = +___floatscan(i33, i11, 0); - if ((HEAP32[i23 >> 2] | 0) == ((HEAP32[i17 >> 2] | 0) - (HEAP32[i29 >> 2] | 0) | 0)) break L6; + if ((HEAP32[i26 >> 2] | 0) == ((HEAP32[i24 >> 2] | 0) - (HEAP32[i29 >> 2] | 0) | 0)) break L6; if (i15) switch (i11 | 0) { case 0: { @@ -25971,7 +26693,7 @@ function _vfscanf(i33, i2, i24) { L169 : do if ((i31 | 0) == 136) { i31 = 0; i6 = ___intscan(i33, i6, 0, -1, -1) | 0; - if ((HEAP32[i23 >> 2] | 0) == ((HEAP32[i17 >> 2] | 0) - (HEAP32[i29 >> 2] | 0) | 0)) break L6; + if ((HEAP32[i26 >> 2] | 0) == ((HEAP32[i24 >> 2] | 0) - (HEAP32[i29 >> 2] | 0) | 0)) break L6; if ((i15 | 0) != 0 & (i9 | 0) == 112) { HEAP32[i15 >> 2] = i6; break; @@ -26009,10 +26731,10 @@ function _vfscanf(i33, i2, i24) { } } while (0); i1 = ((i15 | 0) != 0 & 1) + i1 | 0; - i6 = (HEAP32[i23 >> 2] | 0) + i14 + (HEAP32[i29 >> 2] | 0) - (HEAP32[i17 >> 2] | 0) | 0; + i6 = (HEAP32[i26 >> 2] | 0) + i14 + (HEAP32[i29 >> 2] | 0) - (HEAP32[i24 >> 2] | 0) | 0; break L8; } while (0); - i5 = i5 + (i4 & 1) | 0; + i5 = i5 + (i6 & 1) | 0; ___shlim(i33, 0); i4 = HEAP32[i29 >> 2] | 0; if (i4 >>> 0 < (HEAP32[i30 >> 2] | 0) >>> 0) { @@ -26041,7 +26763,7 @@ function _vfscanf(i33, i2, i24) { i4 = (HEAP32[i29 >> 2] | 0) + -1 | 0; HEAP32[i29 >> 2] = i4; } - i6 = (HEAP32[i23 >> 2] | 0) + i10 + i4 - (HEAP32[i17 >> 2] | 0) | 0; + i6 = (HEAP32[i26 >> 2] | 0) + i10 + i4 - (HEAP32[i24 >> 2] | 0) | 0; } while (0); i5 = i5 + 1 | 0; i4 = HEAP8[i5 >> 0] | 0; @@ -26080,48 +26802,48 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE i42 = STACKTOP; STACKTOP = STACKTOP + 128 | 0; i39 = i42 + 112 | 0; - i19 = i42 + 16 | 0; - i18 = i42 + 100 | 0; - i11 = i42 + 8 | 0; - i5 = i42 + 104 | 0; + i33 = i42 + 16 | 0; + i29 = i42 + 100 | 0; + i12 = i42 + 8 | 0; + i7 = i42 + 104 | 0; i8 = i42 + 96 | 0; i9 = i42; i38 = i42 + 44 | 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; + 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; i13 = i40 + 4 | 0; - i12 = HEAP32[i13 >> 2] | 0; - i16 = i12 + -12 | 0; + i11 = HEAP32[i13 >> 2] | 0; + i16 = i11 + -12 | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); i4 = HEAP32[i15 >> 2] | 0; - i2 = HEAP8[i4 >> 0] | 0; - L1 : do if (i2 << 24 >> 24) { - i1 = i14; + i1 = HEAP8[i4 >> 0] | 0; + L1 : do if (i1 << 24 >> 24) { + i3 = i14; while (1) { - i3 = HEAP8[i1 >> 0] | 0; - if (!(i3 << 24 >> 24)) break; - if (i3 << 24 >> 24 == i2 << 24 >> 24) { + i2 = HEAP8[i3 >> 0] | 0; + if (!(i2 << 24 >> 24)) break; + if (i2 << 24 >> 24 == i1 << 24 >> 24) { i41 = 4; break L1; - } else i1 = i1 + 1 | 0; + } else i3 = i3 + 1 | 0; } - i3 = i12 + -8 | 0; + i3 = i11 + -8 | 0; i1 = HEAP32[i3 >> 2] | 0; i10 = (i1 | 0) == (HEAP32[i16 >> 2] | 0); - do if (!(HEAP8[i17 >> 0] | 0)) if ((i1 | 0) == (HEAP32[i12 + -4 >> 2] | 0)) { + do if (!(HEAP8[i17 >> 0] | 0)) if ((i1 | 0) == (HEAP32[i11 + -4 >> 2] | 0)) { __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE21__push_back_slow_pathIRKS6_EEvOT_(i16, i17); break; } else { @@ -26133,109 +26855,108 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 8; break; } else { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i19, i4); - if ((HEAP32[i19 + 12 >> 2] | 0) != 1) { + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i33, i4); + if ((HEAP32[i33 + 12 >> 2] | 0) != 1) { i1 = HEAP32[i15 >> 2] | 0; switch (HEAP8[i1 >> 0] | 0) { case 40: { - 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; + 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; break; } case 91: { - i7 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i17) | 0; - HEAP32[i8 >> 2] = i7; + i6 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i17) | 0; + HEAP32[i8 >> 2] = i6; HEAP32[i39 >> 2] = HEAP32[i8 >> 2]; - i7 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseIndexingES1_RPc(i40, i39, i15) | 0; - i6 = i17; - HEAP32[i6 >> 2] = 1; - HEAP32[i6 + 4 >> 2] = i7; - i6 = 1; + i6 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseIndexingES1_RPc(i40, i39, i15) | 0; + i5 = i17; + HEAP32[i5 >> 2] = 1; + HEAP32[i5 + 4 >> 2] = i6; + i5 = 1; break; } default: { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(23634, i1); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(23660, i1); _abort(); } } i1 = i9; - HEAP32[i1 >> 2] = i6; - HEAP32[i1 + 4 >> 2] = i7; + HEAP32[i1 >> 2] = i5; + HEAP32[i1 + 4 >> 2] = i6; 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 = i12 + -4 | 0; + i2 = i11 + -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; - i12 = HEAP32[i9 + 4 >> 2] | 0; + i11 = HEAP32[i9 + 4 >> 2] | 0; i17 = i1; HEAP32[i17 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i17 + 4 >> 2] = i12; + HEAP32[i17 + 4 >> 2] = i11; HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 8; } - 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; + 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; 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, i11); + } else __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE21__push_back_slow_pathIS6_EEvOT_(i16, i12); } while (0); i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i40, i15, i14) | 0; if (i10) { i11 = HEAP32[i13 >> 2] | 0; i10 = i11 + -12 | 0; - i8 = HEAP32[9685] | 0; + i8 = HEAP32[9691] | 0; i11 = i11 + -8 | 0; - i9 = HEAP32[9684] | 0; + i9 = HEAP32[9690] | 0; L30 : while (1) { if ((i9 | 0) == (i8 | 0)) break; L33 : do if (!(HEAP8[i9 + 20 >> 0] | 0)) { - i5 = i9 + 24 | 0; - i4 = 0; + i6 = i9 + 24 | 0; + i1 = 0; while (1) { i17 = HEAP32[i10 >> 2] | 0; - 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; + 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; 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) { - 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; + 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; HEAP32[i2 >> 2] = 1; HEAP32[i2 + 4 >> 2] = i17; - i2 = (HEAP32[i10 >> 2] | 0) + (i4 << 3) + 8 | 0; + 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; @@ -26247,51 +26968,51 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE HEAP32[i11 >> 2] = i17; i2 = i17; } - i3 = (HEAP32[i10 >> 2] | 0) + (i4 << 3) + -8 | 0; - i17 = i3 + 8 | 0; + i1 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) + -8 | 0; + i17 = i1 + 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; + _memmove(i1 | 0, i17 | 0, i2 | 0) | 0; + i2 = i1 + (i2 >> 3 << 3) | 0; + i1 = HEAP32[i11 >> 2] | 0; while (1) { - if ((i3 | 0) == (i2 | 0)) break L40; - i17 = i3 + -8 | 0; + if ((i1 | 0) == (i2 | 0)) { + i1 = i5; + break L40; + } + i17 = i1 + -8 | 0; HEAP32[i11 >> 2] = i17; - i3 = i17; + i1 = i17; } } - 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; + 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; HEAP32[i2 >> 2] = 1; HEAP32[i2 + 4 >> 2] = i17; - i2 = (HEAP32[i10 >> 2] | 0) + (i4 << 3) + 8 | 0; + i2 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) + 8 | 0; i17 = i2 + 8 | 0; - i1 = (HEAP32[i11 >> 2] | 0) - i17 | 0; - _memmove(i2 | 0, i17 | 0, i1 | 0) | 0; - i1 = i2 + (i1 >> 3 << 3) | 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; while (1) { - if ((i2 | 0) == (i1 | 0)) break; + if ((i2 | 0) == (i3 | 0)) break; i17 = i2 + -8 | 0; HEAP32[i11 >> 2] = i17; i2 = i17; } - i1 = i4 + -2 | 0; + i1 = i1 + -2 | 0; i1 = (i1 | 0) < 0 ? 0 : i1; - } else i1 = i4; - } else i1 = i4; while (0); - } else i1 = i4; - i4 = i1 + 1 | 0; + } + } while (0); + } + i1 = i1 + 1 | 0; } } else { i7 = i9 + 24 | 0; @@ -26304,23 +27025,23 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE i6 = i1; continue; } - i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i2 + (i1 << 3) | 0) | 0; - HEAP32[i38 >> 2] = i2; - i4 = i2; + i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i2 + (i1 << 3) | 0) | 0; + HEAP32[i38 >> 2] = i3; + i4 = i3; 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) { - i3 = HEAP32[i7 >> 2] | 0; + i2 = HEAP32[i7 >> 2] | 0; i5 = (i1 | 0) > 0; - 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; + 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; i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv((HEAP32[i10 >> 2] | 0) + (i6 << 3) | 0) | 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[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[i2 >> 2] = 1; HEAP32[i2 + 4 >> 2] = i17; i2 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) + 8 | 0; @@ -26335,50 +27056,50 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE HEAP32[i11 >> 2] = i17; i2 = i17; } - 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; + 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; while (1) { - if ((i3 | 0) == (i2 | 0)) break L69; - i17 = i3 + -8 | 0; + if ((i2 | 0) == (i3 | 0)) break L69; + i17 = i2 + -8 | 0; HEAP32[i11 >> 2] = i17; - i3 = i17; + i2 = i17; } } - switch (i3 | 0) { + switch (i2 | 0) { case 1: break; case 3: { - if ((i2 | 0) != (HEAP32[9669] | 0)) break L69; + if ((i3 | 0) != (HEAP32[9675] | 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[9668] | 0)) break L69; + if ((__ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i2 + (i6 + -3 << 3) | 0) | 0) != (HEAP32[9674] | 0)) break L69; i17 = (HEAP32[i10 >> 2] | 0) + (i6 + -4 << 3) | 0; i16 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i17) | 0; - HEAP32[i37 >> 2] = i16; + HEAP32[i23 >> 2] = i16; i16 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv((HEAP32[i10 >> 2] | 0) + (i6 + -2 << 3) | 0) | 0; - HEAP32[i20 >> 2] = i16; + HEAP32[i24 >> 2] = i16; i16 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv((HEAP32[i10 >> 2] | 0) + (i6 << 3) | 0) | 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[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[i17 >> 2] = 1; HEAP32[i17 + 4 >> 2] = i16; i1 = (HEAP32[i10 >> 2] | 0) + (i1 << 3) | 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; + 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; i1 = (HEAP32[i11 >> 2] | 0) - (HEAP32[i10 >> 2] | 0) >> 3; break L69; } @@ -26389,26 +27110,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[i35 >> 2] = i4; + HEAP32[i21 >> 2] = i4; i17 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i2 + (i6 << 3) | 0) | 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; + 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; while (1) { - if ((i3 | 0) == (i2 | 0)) break L69; - i17 = i3 + -8 | 0; + if ((i2 | 0) == (i3 | 0)) break L69; + i17 = i2 + -8 | 0; HEAP32[i11 >> 2] = i17; - i3 = i17; + i2 = i17; } } } while (0); @@ -26417,9 +27138,9 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE } while (0); i9 = i9 + 28 | 0; } - if ((i41 | 0) == 53) ___assert_fail(23660, 22821, 794, 23694); + if ((i41 | 0) == 53) ___assert_fail(23686, 22847, 794, 23720); i1 = HEAP32[i10 >> 2] | 0; - if (((HEAP32[i11 >> 2] | 0) - i1 | 0) != 8) ___assert_fail(23710, 22821, 821, 23694); + if (((HEAP32[i11 >> 2] | 0) - i1 | 0) != 8) ___assert_fail(23736, 22847, 821, 23720); i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i1) | 0; i2 = HEAP32[i10 >> 2] | 0; i3 = HEAP32[i11 >> 2] | 0; @@ -26432,18 +27153,18 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionE } } else i41 = 4; while (0); if ((i41 | 0) == 4) { - 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)) { + 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)) { __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE21__push_back_slow_pathIRKS6_EEvOT_(i16, i17); break; } else { i39 = i17; i40 = HEAP32[i39 + 4 >> 2] | 0; - i41 = i2; + i41 = i1; HEAP32[i41 >> 2] = HEAP32[i39 >> 2]; HEAP32[i41 + 4 >> 2] = i40; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 8; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 8; break; } while (0); i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i17) | 0; @@ -26456,26 +27177,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, d24 = 0.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; i23 = STACKTOP; STACKTOP = STACKTOP + 432 | 0; i21 = i23 + 208 | 0; i20 = i23 + 64 | 0; - i6 = i23 + 408 | 0; + i9 = i23 + 408 | 0; i13 = i23 + 48 | 0; i14 = i23 + 32 | 0; - i7 = i23 + 396 | 0; + i6 = i23 + 396 | 0; i15 = i23 + 16 | 0; i16 = i23; i11 = i23 + 384 | 0; - i8 = i23 + 372 | 0; + i7 = i23 + 372 | 0; i12 = i23 + 360 | 0; - i9 = i23 + 348 | 0; + i8 = 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[9518] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[9524] | 0)) switch (i19 | 0) { case 3: { HEAP32[i22 + 8 >> 2] = 3; @@ -26496,7 +27217,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i break L1; } } - if ((i4 | 0) == (HEAP32[9562] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[9568] | 0)) switch (i19 | 0) { case 3: { HEAP32[i22 + 8 >> 2] = 3; @@ -26517,10 +27238,10 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i break L1; } } - if ((i4 | 0) == (HEAP32[9517] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[9523] | 0)) switch (i19 | 0) { case 3: { - d3 = +_nan(46453); + d3 = +_nan(46477); HEAP32[i22 + 8 >> 2] = 3; HEAPF32[i22 + 16 >> 2] = d3; i18 = i22; @@ -26528,7 +27249,7 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } case 4: { - d3 = +_nan(46453); + d3 = +_nan(46477); HEAP32[i22 + 8 >> 2] = 4; HEAPF64[i22 + 16 >> 3] = d3; i18 = i22; @@ -26545,41 +27266,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) { - 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; + 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); } while (0); switch (i19 | 0) { case 3: { - if (i1) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, i4, _strlen(i4) | 0); - i2 = i20 + 60 | 0; - i1 = i20 + 8 | 0; + 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[i2 >> 2] = 2800; + HEAP32[i4 >> 2] = 2800; HEAP32[i20 + 4 >> 2] = 0; - __ZNSt3__18ios_base4initEPv(i20 + 60 | 0, i1); + __ZNSt3__18ios_base4initEPv(i20 + 60 | 0, i2); HEAP32[i20 + 132 >> 2] = 0; HEAP32[i20 + 136 >> 2] = -1; HEAP32[i20 >> 2] = 2724; - HEAP32[i2 >> 2] = 2744; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); - HEAP32[i1 >> 2] = 2816; - i2 = i20 + 40 | 0; - i4 = 0; + HEAP32[i4 >> 2] = 2744; + __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); + HEAP32[i2 >> 2] = 2816; + i4 = i20 + 40 | 0; + i1 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i2 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i4 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } HEAP32[i20 + 52 >> 2] = 0; HEAP32[i20 + 56 >> 2] = 8; - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i1, i6); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i2, i9); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); 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; @@ -26587,16 +27308,16 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i __ZNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(i20); } else HEAP32[i21 >> 2] = 2143289344; if (i10) { - i1 = HEAP32[i21 >> 2] | -2147483648; - HEAP32[i21 >> 2] = i1; - d3 = (HEAP32[tempDoublePtr >> 2] = i1, +HEAPF32[tempDoublePtr >> 2]); + i20 = HEAP32[i21 >> 2] | -2147483648; + HEAP32[i21 >> 2] = i20; + i1 = i20; + d3 = (HEAP32[tempDoublePtr >> 2] = i20, +HEAPF32[tempDoublePtr >> 2]); } else { - d24 = +HEAPF32[i21 >> 2]; - d3 = d24; - i1 = (HEAPF32[tempDoublePtr >> 2] = d24, HEAP32[tempDoublePtr >> 2] | 0); + d3 = +HEAPF32[i21 >> 2]; + i1 = (HEAPF32[tempDoublePtr >> 2] = d3, HEAP32[tempDoublePtr >> 2] | 0); } - d24 = +Math_abs(+d3); - if ((HEAPF32[tempDoublePtr >> 2] = d24, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 <= 2139095040) { + d3 = +Math_abs(+d3); + if ((HEAPF32[tempDoublePtr >> 2] = d3, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 <= 2139095040) { i1 = i1 | 1; HEAP32[i21 >> 2] = i1; } @@ -26613,31 +27334,31 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } case 4: { - if (i1) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i7, i4, _strlen(i4) | 0); - i1 = i20 + 60 | 0; + if (i2) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, i4, _strlen(i4) | 0); + i4 = i20 + 60 | 0; i2 = i20 + 8 | 0; HEAP32[i20 >> 2] = 2780; - HEAP32[i1 >> 2] = 2800; + HEAP32[i4 >> 2] = 2800; 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[i1 >> 2] = 2744; + HEAP32[i4 >> 2] = 2744; __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); HEAP32[i2 >> 2] = 2816; - i1 = i20 + 40 | 0; - i4 = 0; + i4 = i20 + 40 | 0; + i1 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i1 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i4 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } HEAP32[i20 + 52 >> 2] = 0; HEAP32[i20 + 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(i2, i6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); 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; @@ -26668,8 +27389,8 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i i2 = HEAP32[tempDoublePtr >> 2] | 0; i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; } - d24 = +Math_abs(+d3); - HEAPF64[tempDoublePtr >> 3] = d24; + d3 = +Math_abs(+d3); + HEAPF64[tempDoublePtr >> 3] = d3; i20 = HEAP32[tempDoublePtr + 4 >> 2] | 0; if (!(i20 >>> 0 > 2146435072 | (i20 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0)) { i2 = i2 | 1; @@ -26696,20 +27417,20 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } } } - if ((i4 | 0) == (HEAP32[9563] | 0)) switch (i19 | 0) { + if ((i4 | 0) == (HEAP32[9569] | 0)) switch (i19 | 0) { case 3: { - d24 = -+_nan(46453); + d3 = -+_nan(46477); HEAP32[i22 + 8 >> 2] = 3; - HEAPF32[i22 + 16 >> 2] = d24; + HEAPF32[i22 + 16 >> 2] = d3; i18 = i22; break L1; } case 4: { - d24 = -+_nan(46453); + d3 = -+_nan(46477); HEAP32[i22 + 8 >> 2] = 4; - HEAPF64[i22 + 16 >> 3] = d24; + HEAPF64[i22 + 16 >> 3] = d3; i18 = i22; break L1; } @@ -26743,30 +27464,30 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } if ((i17 | 0) == 57) { i5 = i2 << 24 >> 24 == 45; - i2 = i5 ? i1 : i4; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i11, i2, _strlen(i2) | 0); - i2 = i21 + 60 | 0; - i1 = i21 + 8 | 0; + 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[i2 >> 2] = 2800; + HEAP32[i4 >> 2] = 2800; HEAP32[i21 + 4 >> 2] = 0; - __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i1); + __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i2); HEAP32[i21 + 132 >> 2] = 0; HEAP32[i21 + 136 >> 2] = -1; HEAP32[i21 >> 2] = 2724; - HEAP32[i2 >> 2] = 2744; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); - HEAP32[i1 >> 2] = 2816; - i2 = i21 + 40 | 0; - i4 = 0; + HEAP32[i4 >> 2] = 2744; + __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); + HEAP32[i2 >> 2] = 2816; + i4 = i21 + 40 | 0; + i1 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i2 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i4 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } HEAP32[i21 + 52 >> 2] = 0; HEAP32[i21 + 56 >> 2] = 8; - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i1, i11); + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i2, 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; @@ -26778,30 +27499,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(i8, i4, _strlen(i4) | 0); - i2 = i21 + 60 | 0; - i1 = i21 + 8 | 0; + __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[i2 >> 2] = 2800; + HEAP32[i4 >> 2] = 2800; HEAP32[i21 + 4 >> 2] = 0; - __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i1); + __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i2); HEAP32[i21 + 132 >> 2] = 0; HEAP32[i21 + 136 >> 2] = -1; HEAP32[i21 >> 2] = 2724; - HEAP32[i2 >> 2] = 2744; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); - HEAP32[i1 >> 2] = 2816; - i2 = i21 + 40 | 0; - i4 = 0; + HEAP32[i4 >> 2] = 2744; + __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); + HEAP32[i2 >> 2] = 2816; + i4 = i21 + 40 | 0; + i1 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i2 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i4 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } HEAP32[i21 + 52 >> 2] = 0; HEAP32[i21 + 56 >> 2] = 8; - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i1, i8); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i8); + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i2, i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i7); __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERi(i21, i20) | 0; i20 = HEAP32[i20 >> 2] | 0; i1 = i22 + 8 | 0; @@ -26833,30 +27554,30 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } if ((i17 | 0) == 69) { i5 = i2 << 24 >> 24 == 45; - i2 = i5 ? i1 : i4; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i12, i2, _strlen(i2) | 0); - i2 = i21 + 60 | 0; - i1 = i21 + 8 | 0; + 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[i2 >> 2] = 2800; + HEAP32[i4 >> 2] = 2800; HEAP32[i21 + 4 >> 2] = 0; - __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i1); + __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i2); HEAP32[i21 + 132 >> 2] = 0; HEAP32[i21 + 136 >> 2] = -1; HEAP32[i21 >> 2] = 2724; - HEAP32[i2 >> 2] = 2744; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); - HEAP32[i1 >> 2] = 2816; - i2 = i21 + 40 | 0; - i4 = 0; + HEAP32[i4 >> 2] = 2744; + __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); + HEAP32[i2 >> 2] = 2816; + i4 = i21 + 40 | 0; + i1 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i2 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i4 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } HEAP32[i21 + 52 >> 2] = 0; HEAP32[i21 + 56 >> 2] = 8; - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i1, i12); + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i2, 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; @@ -26873,30 +27594,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(i9, i4, _strlen(i4) | 0); - i2 = i21 + 60 | 0; - i1 = i21 + 8 | 0; + __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[i2 >> 2] = 2800; + HEAP32[i4 >> 2] = 2800; HEAP32[i21 + 4 >> 2] = 0; - __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i1); + __ZNSt3__18ios_base4initEPv(i21 + 60 | 0, i2); HEAP32[i21 + 132 >> 2] = 0; HEAP32[i21 + 136 >> 2] = -1; HEAP32[i21 >> 2] = 2724; - HEAP32[i2 >> 2] = 2744; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i1); - HEAP32[i1 >> 2] = 2816; - i2 = i21 + 40 | 0; - i4 = 0; + HEAP32[i4 >> 2] = 2744; + __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i2); + HEAP32[i2 >> 2] = 2816; + i4 = i21 + 40 | 0; + i1 = 0; while (1) { - if ((i4 | 0) == 3) break; - HEAP32[i2 + (i4 << 2) >> 2] = 0; - i4 = i4 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i4 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } HEAP32[i21 + 52 >> 2] = 0; HEAP32[i21 + 56 >> 2] = 8; - __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i1, i9); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); + __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strERKNS_12basic_stringIcS2_S4_EE(i2, i8); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i8); __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERx(i21, i20) | 0; i17 = i20; i16 = HEAP32[i17 >> 2] | 0; @@ -26913,18 +27634,18 @@ function __ZN4wasm10parseConstEN6cashew7IStringENS_8WasmTypeER10MixedArena(i1, i } case 3: { - d24 = +_strtof(i4, i21); + d3 = +_strtof(i4, i21); i1 = i22 + 8 | 0; HEAP32[i1 >> 2] = 3; - HEAPF32[i22 + 16 >> 2] = d24; + HEAPF32[i22 + 16 >> 2] = d3; break; } case 4: { - d24 = +_strtod(i4, i21); + d3 = +_strtod(i4, i21); i1 = i22 + 8 | 0; HEAP32[i1 >> 2] = 4; - HEAPF64[i22 + 16 >> 3] = d24; + HEAPF64[i22 + 16 >> 3] = d3; break; } default: @@ -26948,11 +27669,11 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R STACKTOP = STACKTOP + 176 | 0; i14 = i16 + 144 | 0; i6 = i16 + 120 | 0; - i7 = i16 + 96 | 0; - i8 = i16 + 72 | 0; - i9 = i16 + 48 | 0; - i10 = i16 + 24 | 0; - i11 = i16; + i11 = i16 + 96 | 0; + i7 = i16 + 72 | 0; + i8 = i16 + 48 | 0; + i9 = i16 + 24 | 0; + i10 = i16; L1 : do if ((i5 - i12 | 0) > 1 ? (HEAP8[i12 >> 0] | 0) == 83 : 0) { i2 = i12 + 1 | 0; i1 = HEAP8[i2 >> 0] | 0; @@ -26960,7 +27681,7 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R switch (i3 | 0) { case 97: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i6, 36470); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj15EEERAT__Kc(i6, 36496); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; @@ -26993,13 +27714,13 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R } case 98: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i7, 36485); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj18EEERAT__Kc(i11, 36511); 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, i11); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i15 >> 2] | 0; @@ -27014,25 +27735,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; - i11 = HEAP32[i13 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i11, i7); - 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(i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); i13 = i12 + 2 | 0; break L1; } case 115: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i8, 36503); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj12EEERAT__Kc(i7, 36529); 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, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i7); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i15 >> 2] | 0; @@ -27048,57 +27769,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, i8); + __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(i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); i13 = i12 + 2 | 0; break L1; } case 105: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i9, 36515); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i8, 36541); i1 = i15 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; i13 = HEAP32[i15 + 8 >> 2] | 0; - i4 = i13; + i3 = i13; if (i2 >>> 0 < i13 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i8); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i15 >> 2] | 0; i13 = i2 - i1 | 0; - i3 = (i13 | 0) / 24 | 0; - i2 = i3 + 1 | 0; + i4 = (i13 | 0) / 24 | 0; + i2 = i4 + 1 | 0; if ((i13 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i15); - i1 = (i4 - i1 | 0) / 24 | 0; + 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_(i14, i1, i3, i15 + 12 | 0); + __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, 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(i9); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i8); i13 = i12 + 2 | 0; break L1; } case 111: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i10, 36528); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj13EEERAT__Kc(i9, 36554); 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, i9); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i15 >> 2] | 0; @@ -27114,24 +27835,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, i10); + __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(i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); i13 = i12 + 2 | 0; break L1; } case 100: { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i11, 36541); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj14EEERAT__Kc(i10, 36567); 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, i10); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i15 >> 2] | 0; @@ -27146,13 +27867,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; - 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, 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(i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i10); i13 = i12 + 2 | 0; break L1; } @@ -27164,18 +27885,18 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R break L1; } i7 = HEAP32[i1 + 4 >> 2] | 0; - i8 = i15 + 4 | 0; - i9 = i15 + 8 | 0; - i10 = i15 + 12 | 0; - i11 = i14 + 8 | 0; + i9 = i15 + 4 | 0; + i10 = i15 + 8 | 0; + i11 = i15 + 12 | 0; + i8 = i14 + 8 | 0; i6 = HEAP32[i1 >> 2] | 0; while (1) { if ((i6 | 0) == (i7 | 0)) { i1 = 55; break; } - i1 = HEAP32[i8 >> 2] | 0; - i5 = HEAP32[i9 >> 2] | 0; + i1 = HEAP32[i9 >> 2] | 0; + i5 = HEAP32[i10 >> 2] | 0; i2 = i5; if ((i1 | 0) == (i5 | 0)) { i3 = HEAP32[i15 >> 2] | 0; @@ -27191,17 +27912,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, i10); - i5 = HEAP32[i11 >> 2] | 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i14, i1, i5, i11); + i5 = HEAP32[i8 >> 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[i11 >> 2] = i5 + 24; + HEAP32[i8 >> 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[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 24; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 24; } i6 = i6 + 24 | 0; } @@ -27245,26 +27966,26 @@ function __ZN10__cxxabiv112_GLOBAL__N_118parse_substitutionINS0_2DbEEEPKcS4_S4_R i13 = i12; break L1; } - i1 = i2 + 1 | 0; + i2 = i2 + 1 | 0; i11 = HEAP32[i15 + 16 >> 2] | 0; - i2 = i11; - if (i1 >>> 0 >= (HEAP32[i15 + 20 >> 2] | 0) - i11 >> 4 >>> 0) { + i1 = i11; + if (i2 >>> 0 >= (HEAP32[i15 + 20 >> 2] | 0) - i11 >> 4 >>> 0) { i13 = i12; break L1; } - 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; + 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; while (1) { if ((i7 | 0) == (i8 | 0)) { i1 = 76; break; } - i1 = HEAP32[i9 >> 2] | 0; - i6 = HEAP32[i10 >> 2] | 0; + i1 = HEAP32[i10 >> 2] | 0; + i6 = HEAP32[i11 >> 2] | 0; i2 = i6; if ((i1 | 0) == (i6 | 0)) { i3 = HEAP32[i15 >> 2] | 0; @@ -27280,17 +28001,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, i11); - i6 = HEAP32[i12 >> 2] | 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i14, i1, i6, i12); + i6 = HEAP32[i9 >> 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[i12 >> 2] = i6 + 24; + HEAP32[i9 >> 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[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 24; + HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 24; } i7 = i7 + 24 | 0; } @@ -27336,7 +28057,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, 35914) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 35940) | 0; break; } if (((i2 - i4 | 0) > 2 ? (HEAP8[i4 >> 0] | 0) == 115 : 0) ? (HEAP8[i4 + 1 >> 0] | 0) == 114 : 0) { @@ -27358,14 +28079,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; - i2 = i1 + -24 | 0; - i3 = i1; + i3 = i1 + -24 | 0; + i2 = i1; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i11 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i11 = i2 + -24 | 0; HEAP32[i9 >> 2] = i11; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); - i3 = HEAP32[i9 >> 2] | 0; + i2 = HEAP32[i9 >> 2] | 0; } i11 = HEAP8[i16 >> 0] | 0; i8 = (i11 & 1) == 0; @@ -27376,22 +28097,22 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S i1 = i4; break; } - i2 = HEAP32[i9 >> 2] | 0; - i1 = i2 + -24 | 0; + i1 = HEAP32[i9 >> 2] | 0; + i2 = i1 + -24 | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i14 = i2 + -24 | 0; + if ((i1 | 0) == (i2 | 0)) break; + i14 = i1 + -24 | 0; HEAP32[i9 >> 2] = i14; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i14); - i2 = HEAP32[i9 >> 2] | 0; + i1 = 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; - i6 = i10 + 1 | 0; - i7 = i10 + 4 | 0; + i7 = i10 + 1 | 0; + i6 = 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; @@ -27406,28 +28127,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; - i1 = i3 + -24 | 0; - i2 = i3; + i2 = i3 + -24 | 0; + i1 = i3; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i11 = i2 + -24 | 0; + if ((i1 | 0) == (i2 | 0)) break; + i11 = i1 + -24 | 0; HEAP32[i9 >> 2] = i11; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); - i2 = HEAP32[i9 >> 2] | 0; + i1 = HEAP32[i9 >> 2] | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 35914) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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 ? i6 : HEAP32[i5 >> 2] | 0, i11 ? (i1 & 255) >>> 1 : HEAP32[i7 >> 2] | 0) | 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_allocIcEEED2Ev(i10); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i16); i1 = i4; @@ -27459,24 +28180,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; - i2 = i4 + -24 | 0; - i3 = i4; + i3 = i4 + -24 | 0; + i2 = i4; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i15 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i15 = i2 + -24 | 0; HEAP32[i9 >> 2] = i15; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); - i3 = HEAP32[i9 >> 2] | 0; + i2 = HEAP32[i9 >> 2] | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 35914) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i15 = HEAP8[i12 >> 0] | 0; i14 = (i15 & 1) == 0; @@ -27497,14 +28218,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; - i2 = i1 + -24 | 0; - i3 = i1; + i3 = i1 + -24 | 0; + i2 = i1; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i12 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i12 = i2 + -24 | 0; HEAP32[i4 >> 2] = i12; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); - i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i4 >> 2] | 0; } i2 = HEAP8[i16 >> 0] | 0; i12 = (i2 & 1) == 0; @@ -27540,24 +28261,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; - i2 = i4 + -24 | 0; - i3 = i4; + i3 = i4 + -24 | 0; + i2 = i4; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i15 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i15 = i2 + -24 | 0; HEAP32[i5 >> 2] = i15; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); - i3 = HEAP32[i5 >> 2] | 0; + i2 = HEAP32[i5 >> 2] | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 35914) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i15 = HEAP8[i6 >> 0] | 0; i14 = (i15 & 1) == 0; @@ -27569,18 +28290,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) { - i2 = i14 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((HEAP32[i14 >> 2] | 0) == (i3 | 0)) { + i3 = i14 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; + if ((HEAP32[i14 >> 2] | 0) == (i2 | 0)) { i1 = i15; break; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i3 + -24 | 0, 0, 35914) | 0; - i8 = i2; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 35940) | 0; + i8 = i3; } else i8 = i14 + 4 | 0; i5 = i9 + 8 | 0; - i6 = i9 + 1 | 0; - i7 = i9 + 4 | 0; + i7 = i9 + 1 | 0; + i6 = 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; @@ -27595,28 +28316,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; - i1 = i3 + -24 | 0; - i2 = i3; + i2 = i3 + -24 | 0; + i1 = i3; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i12 = i2 + -24 | 0; + if ((i1 | 0) == (i2 | 0)) break; + i12 = i1 + -24 | 0; HEAP32[i8 >> 2] = i12; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); - i2 = HEAP32[i8 >> 2] | 0; + i1 = HEAP32[i8 >> 2] | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 35914) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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 ? i6 : HEAP32[i5 >> 2] | 0, i12 ? (i1 & 255) >>> 1 : HEAP32[i7 >> 2] | 0) | 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_allocIcEEED2Ev(i9); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i16); i1 = i4; @@ -27645,24 +28366,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; - i2 = i4 + -24 | 0; - i3 = i4; + i3 = i4 + -24 | 0; + i2 = i4; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i15 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i15 = i2 + -24 | 0; HEAP32[i8 >> 2] = i15; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i15); - i3 = HEAP32[i8 >> 2] | 0; + i2 = HEAP32[i8 >> 2] | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i16, 0, 35914) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } i15 = HEAP8[i11 >> 0] | 0; i14 = (i15 & 1) == 0; @@ -27677,524 +28398,57 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_nameINS0_2DbEEEPKcS4_S return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitUnaryEPNS_5UnaryE(i27, i19, i25) { - i27 = i27 | 0; - i19 = i19 | 0; - i25 = i25 | 0; - var d1 = 0.0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, d16 = 0.0, d17 = 0.0, i18 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i26 = 0, i28 = 0; - i28 = STACKTOP; - STACKTOP = STACKTOP + 320 | 0; - i20 = i28 + 296 | 0; - i2 = i28 + 248 | 0; - i26 = i28 + 224 | 0; - i3 = i28 + 280 | 0; - i22 = i28 + 272 | 0; - i21 = i28 + 240 | 0; - i18 = i28 + 208 | 0; - i24 = i28 + 200 | 0; - i23 = i28 + 192 | 0; - i8 = i28 + 176 | 0; - i9 = i28 + 160 | 0; - i10 = i28 + 144 | 0; - i11 = i28 + 128 | 0; - i12 = i28 + 112 | 0; - i13 = i28 + 96 | 0; - i14 = i28 + 80 | 0; - i15 = i28 + 64 | 0; - i4 = i28 + 48 | 0; - i5 = i28 + 32 | 0; - i6 = i28 + 16 | 0; - i7 = i28; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i19, HEAP32[i25 + 12 >> 2] | 0); - if (!(HEAP32[i2 + 16 >> 2] | 0)) { - HEAP32[i26 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i26 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i26 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - HEAP32[i26 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; - L3 : do switch (HEAP32[i26 >> 2] | 0) { - case 1: - { - i2 = __ZN4wasm7Literal6geti32Ev(i26) | 0; - switch (HEAP32[i25 + 8 >> 2] | 0) { - case 0: - { - i26 = __ZN4wasm18CountLeadingZeroesIjEEiT_(i2) | 0; - HEAP32[i27 >> 2] = 1; - HEAP32[i27 + 8 >> 2] = i26; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 1: - { - i26 = __ZN4wasm19CountTrailingZeroesIjEEiT_(i2) | 0; - HEAP32[i27 >> 2] = 1; - HEAP32[i27 + 8 >> 2] = i26; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 2: - { - i26 = __ZN4wasm8PopCountIjEEiT_(i2) | 0; - HEAP32[i27 >> 2] = 1; - HEAP32[i27 + 8 >> 2] = i26; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 24: - { - __ZN4wasm7Literal9castToF32Ev(i3, i26); - HEAP32[i27 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i27 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i27 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - HEAP32[i27 + 12 >> 2] = HEAP32[i3 + 12 >> 2]; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 10: - { - i25 = __ZN4wasm7Literal6geti32Ev(i26) | 0; - HEAP32[i27 >> 2] = 2; - i26 = i27 + 8 | 0; - HEAP32[i26 >> 2] = i25; - HEAP32[i26 + 4 >> 2] = ((i25 | 0) < 0) << 31 >> 31; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 11: - { - i25 = __ZN4wasm7Literal6geti32Ev(i26) | 0; - HEAP32[i27 >> 2] = 2; - i26 = i27 + 8 | 0; - HEAP32[i26 >> 2] = i25; - HEAP32[i26 + 4 >> 2] = 0; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 19: - { - i25 = (HEAP32[i25 + 4 >> 2] | 0) == 3; - i2 = __ZN4wasm7Literal6geti32Ev(i26) | 0; - if (i25) { - HEAPF32[i22 >> 2] = +(i2 >>> 0); - i2 = 3; - d1 = +HEAPF64[i22 >> 3]; - } else { - d1 = +(i2 >>> 0); - HEAPF64[i22 >> 3] = d1; - i2 = 4; - } - HEAP32[i27 >> 2] = i2; - HEAPF64[i27 + 8 >> 3] = d1; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 18: - { - i25 = (HEAP32[i25 + 4 >> 2] | 0) == 3; - i2 = __ZN4wasm7Literal6geti32Ev(i26) | 0; - if (i25) { - HEAPF32[i21 >> 2] = +(i2 | 0); - i2 = 3; - d1 = +HEAPF64[i21 >> 3]; - } else { - d1 = +(i2 | 0); - HEAPF64[i21 >> 3] = d1; - i2 = 4; - } - HEAP32[i27 >> 2] = i2; - HEAPF64[i27 + 8 >> 3] = d1; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - default: - _abort(); - } - break; - } - case 2: - { - i2 = __ZN4wasm7Literal6geti64Ev(i26) | 0; - i3 = tempRet0; - switch (HEAP32[i25 + 8 >> 2] | 0) { - case 0: - { - i25 = __ZN4wasm18CountLeadingZeroesIyEEiT_(i2, i3) | 0; - HEAP32[i27 >> 2] = 2; - i26 = i27 + 8 | 0; - HEAP32[i26 >> 2] = i25; - HEAP32[i26 + 4 >> 2] = ((i25 | 0) < 0) << 31 >> 31; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 1: - { - i25 = __ZN4wasm19CountTrailingZeroesIyEEiT_(i2, i3) | 0; - HEAP32[i27 >> 2] = 2; - i26 = i27 + 8 | 0; - HEAP32[i26 >> 2] = i25; - HEAP32[i26 + 4 >> 2] = ((i25 | 0) < 0) << 31 >> 31; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 2: - { - i25 = __ZN4wasm8PopCountIyEEiT_(i2, i3) | 0; - HEAP32[i27 >> 2] = 2; - i26 = i27 + 8 | 0; - HEAP32[i26 >> 2] = i25; - HEAP32[i26 + 4 >> 2] = ((i25 | 0) < 0) << 31 >> 31; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 12: - { - i26 = __ZN4wasm7Literal6geti64Ev(i26) | 0; - HEAP32[i27 >> 2] = 1; - HEAP32[i27 + 8 >> 2] = i26; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 24: - { - __ZN4wasm7Literal9castToF64Ev(i18, i26); - HEAP32[i27 >> 2] = HEAP32[i18 >> 2]; - HEAP32[i27 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; - HEAP32[i27 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; - HEAP32[i27 + 12 >> 2] = HEAP32[i18 + 12 >> 2]; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 21: - { - i25 = (HEAP32[i25 + 4 >> 2] | 0) == 3; - i2 = __ZN4wasm7Literal6geti64Ev(i26) | 0; - i3 = tempRet0; - if (i25) { - HEAPF32[i24 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 >>> 0); - i2 = 3; - d1 = +HEAPF64[i24 >> 3]; - } else { - d1 = +(i2 >>> 0) + 4294967296.0 * +(i3 >>> 0); - HEAPF64[i24 >> 3] = d1; - i2 = 4; - } - HEAP32[i27 >> 2] = i2; - HEAPF64[i27 + 8 >> 3] = d1; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 20: - { - i25 = (HEAP32[i25 + 4 >> 2] | 0) == 3; - i2 = __ZN4wasm7Literal6geti64Ev(i26) | 0; - i3 = tempRet0; - if (i25) { - HEAPF32[i23 >> 2] = +(i2 >>> 0) + 4294967296.0 * +(i3 | 0); - i2 = 3; - d1 = +HEAPF64[i23 >> 3]; - } else { - d1 = +(i2 >>> 0) + 4294967296.0 * +(i3 | 0); - HEAPF64[i23 >> 3] = d1; - i2 = 4; - } - HEAP32[i27 >> 2] = i2; - HEAPF64[i27 + 8 >> 3] = d1; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - default: - _abort(); - } - break; - } - case 3: - { - d1 = +__ZN4wasm7Literal6getf32Ev(i26); - do switch (HEAP32[i25 + 8 >> 2] | 0) { - case 3: - { - i26 = (__ZN4wasm7Literal14reinterpreti32Ev(i26) | 0) ^ -2147483648; - HEAP32[i9 >> 2] = 1; - HEAP32[i9 + 8 >> 2] = i26; - __ZN4wasm7Literal9castToF32Ev(i8, i9); - HEAP32[i27 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i27 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; - HEAP32[i27 + 8 >> 2] = HEAP32[i8 + 8 >> 2]; - HEAP32[i27 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 4: - { - i26 = (__ZN4wasm7Literal14reinterpreti32Ev(i26) | 0) & 2147483647; - HEAP32[i11 >> 2] = 1; - HEAP32[i11 + 8 >> 2] = i26; - __ZN4wasm7Literal9castToF32Ev(i10, i11); - HEAP32[i27 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i27 + 4 >> 2] = HEAP32[i10 + 4 >> 2]; - HEAP32[i27 + 8 >> 2] = HEAP32[i10 + 8 >> 2]; - HEAP32[i27 + 12 >> 2] = HEAP32[i10 + 12 >> 2]; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 5: - { - d16 = +Math_ceil(+d1); - break; - } - case 6: - { - d16 = +Math_floor(+d1); - break; - } - case 7: - { - d16 = +_truncf(d1); - break; - } - case 8: - { - d16 = +_nearbyintf(d1); - break; - } - case 9: - { - d16 = +Math_sqrt(+d1); - break; - } - case 13: - { - HEAP32[i20 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i20 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; - HEAP32[i20 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; - HEAP32[i20 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i12, i19, i25, i20); - HEAP32[i27 >> 2] = HEAP32[i12 >> 2]; - HEAP32[i27 + 4 >> 2] = HEAP32[i12 + 4 >> 2]; - HEAP32[i27 + 8 >> 2] = HEAP32[i12 + 8 >> 2]; - HEAP32[i27 + 12 >> 2] = HEAP32[i12 + 12 >> 2]; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 14: - { - HEAP32[i20 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i20 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; - HEAP32[i20 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; - HEAP32[i20 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i13, i19, i25, i20); - HEAP32[i27 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i27 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; - HEAP32[i27 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; - HEAP32[i27 + 12 >> 2] = HEAP32[i13 + 12 >> 2]; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 17: - { - i26 = __ZN4wasm7Literal14reinterpreti32Ev(i26) | 0; - HEAP32[i27 >> 2] = 1; - HEAP32[i27 + 8 >> 2] = i26; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 22: - { - d17 = +__ZN4wasm7Literal6getf32Ev(i26); - HEAP32[i27 >> 2] = 4; - HEAPF64[i27 + 8 >> 3] = d17; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - default: - _abort(); - } while (0); - d17 = +__ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner6fixNaNEff(i19, d1, d16); - HEAP32[i27 >> 2] = 3; - HEAPF32[i27 + 8 >> 2] = d17; - HEAP32[i27 + 16 >> 2] = 0; - break; - } - case 4: - { - d1 = +__ZN4wasm7Literal6getf64Ev(i26); - do switch (HEAP32[i25 + 8 >> 2] | 0) { - case 3: - { - i25 = __ZN4wasm7Literal14reinterpreti64Ev(i26) | 0; - HEAP32[i15 >> 2] = 2; - i26 = i15 + 8 | 0; - HEAP32[i26 >> 2] = i25; - HEAP32[i26 + 4 >> 2] = tempRet0 ^ -2147483648; - __ZN4wasm7Literal9castToF64Ev(i14, i15); - HEAP32[i27 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i27 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; - HEAP32[i27 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; - HEAP32[i27 + 12 >> 2] = HEAP32[i14 + 12 >> 2]; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 4: - { - i25 = __ZN4wasm7Literal14reinterpreti64Ev(i26) | 0; - HEAP32[i5 >> 2] = 2; - i26 = i5 + 8 | 0; - HEAP32[i26 >> 2] = i25; - HEAP32[i26 + 4 >> 2] = tempRet0 & 2147483647; - __ZN4wasm7Literal9castToF64Ev(i4, i5); - HEAP32[i27 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i27 + 4 >> 2] = HEAP32[i4 + 4 >> 2]; - HEAP32[i27 + 8 >> 2] = HEAP32[i4 + 8 >> 2]; - HEAP32[i27 + 12 >> 2] = HEAP32[i4 + 12 >> 2]; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 5: - { - d17 = +Math_ceil(+d1); - break; - } - case 6: - { - d17 = +Math_floor(+d1); - break; - } - case 7: - { - d17 = +_trunc(d1); - break; - } - case 8: - { - d17 = +_nearbyint(d1); - break; - } - case 9: - { - d17 = +Math_sqrt(+d1); - break; - } - case 15: - { - HEAP32[i20 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i20 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; - HEAP32[i20 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; - HEAP32[i20 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i6, i19, i25, i20); - HEAP32[i27 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i27 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; - HEAP32[i27 + 8 >> 2] = HEAP32[i6 + 8 >> 2]; - HEAP32[i27 + 12 >> 2] = HEAP32[i6 + 12 >> 2]; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 16: - { - HEAP32[i20 >> 2] = HEAP32[i26 >> 2]; - HEAP32[i20 + 4 >> 2] = HEAP32[i26 + 4 >> 2]; - HEAP32[i20 + 8 >> 2] = HEAP32[i26 + 8 >> 2]; - HEAP32[i20 + 12 >> 2] = HEAP32[i26 + 12 >> 2]; - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i7, i19, i25, i20); - HEAP32[i27 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i27 + 4 >> 2] = HEAP32[i7 + 4 >> 2]; - HEAP32[i27 + 8 >> 2] = HEAP32[i7 + 8 >> 2]; - HEAP32[i27 + 12 >> 2] = HEAP32[i7 + 12 >> 2]; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 17: - { - i25 = __ZN4wasm7Literal14reinterpreti64Ev(i26) | 0; - HEAP32[i27 >> 2] = 2; - i26 = i27 + 8 | 0; - HEAP32[i26 >> 2] = i25; - HEAP32[i26 + 4 >> 2] = tempRet0; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - case 23: - { - d17 = +__ZN4wasm7Literal6getf64Ev(i26); - HEAP32[i27 >> 2] = 3; - HEAPF32[i27 + 8 >> 2] = d17; - HEAP32[i27 + 16 >> 2] = 0; - break L3; - } - default: - _abort(); - } while (0); - d17 = +__ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner6fixNaNEdd(i19, d1, d17); - HEAP32[i27 >> 2] = 4; - HEAPF64[i27 + 8 >> 3] = d17; - HEAP32[i27 + 16 >> 2] = 0; - break; - } - default: - _abort(); - } while (0); - } else { - HEAP32[i27 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i27 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i27 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - HEAP32[i27 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; - HEAP32[i27 + 16 >> 2] = HEAP32[i2 + 16 >> 2]; - HEAP32[i27 + 20 >> 2] = HEAP32[i2 + 20 >> 2]; - } - STACKTOP = i28; - return; -} - -function __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_RT_(i29, i28, i35) { +function __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_RT_(i29, i26, i34) { i29 = i29 | 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; + 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; i36 = STACKTOP; STACKTOP = STACKTOP + 80 | 0; - i33 = i36 + 60 | 0; - i34 = i36; - i25 = i36 + 48 | 0; - i31 = i36 + 24 | 0; + i31 = i36 + 60 | 0; + i33 = i36; + i27 = i36 + 48 | 0; + i35 = i36 + 24 | 0; i32 = i36 + 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; + 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; while (1) { - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (i1 | 0)) break L4; - i30 = i3 + -16 | 0; - HEAP32[i2 >> 2] = i30; + i2 = HEAP32[i3 >> 2] | 0; + if ((i2 | 0) == (i1 | 0)) break L4; + i30 = i2 + -16 | 0; + HEAP32[i3 >> 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(i34, 36452, 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; + __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; i1 = i29 + 1 | 0; L10 : while (1) { if ((HEAP8[i1 >> 0] | 0) == 69) { i2 = 48; break; } - do if (HEAP8[i27 >> 0] | 0) { - i8 = HEAP32[i14 >> 2] | 0; + do if (HEAP8[i28 >> 0] | 0) { + i8 = HEAP32[i22 >> 2] | 0; i2 = HEAP32[i24 >> 2] | 0; - i3 = HEAP32[i20 >> 2] | 0; - if (i2 >>> 0 < i3 >>> 0) { + i4 = HEAP32[i18 >> 2] | 0; + if (i2 >>> 0 < i4 >>> 0) { HEAP32[i2 >> 2] = 0; HEAP32[i2 + 4 >> 2] = 0; HEAP32[i2 + 8 >> 2] = 0; @@ -28202,95 +28456,95 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_ HEAP32[i24 >> 2] = (HEAP32[i24 >> 2] | 0) + 16; break; } - i4 = HEAP32[i23 >> 2] | 0; - i13 = i2 - i4 | 0; + i3 = HEAP32[i23 >> 2] | 0; + i13 = i2 - i3 | 0; i7 = i13 >> 4; i5 = i7 + 1 | 0; if ((i13 | 0) < -16) { i2 = 13; break L10; } - i2 = i3 - i4 | 0; + i2 = i4 - i3 | 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_(i33, i2, i7, i21); - i13 = HEAP32[i22 >> 2] | 0; + __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; HEAP32[i13 >> 2] = 0; HEAP32[i13 + 4 >> 2] = 0; HEAP32[i13 + 8 >> 2] = 0; HEAP32[i13 + 12 >> 2] = i8; - 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); + 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); } while (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; + 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; while (1) { - if ((i4 | 0) == (i2 | 0)) break L23; - i11 = i4 + -16 | 0; + if ((i2 | 0) == (i4 | 0)) break L23; + i11 = i2 + -16 | 0; HEAP32[i24 >> 2] = i11; __ZNSt3__113__vector_baseINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEED2Ev(i11); - i4 = HEAP32[i24 >> 2] | 0; + i2 = HEAP32[i24 >> 2] | 0; } } while (0); - if ((i13 | 0) == (i1 | 0) | (i13 | 0) == (i28 | 0)) { + if ((i12 | 0) == (i1 | 0) | (i12 | 0) == (i26 | 0)) { i2 = 62; break; } - L30 : do if (!(HEAP8[i27 >> 0] | 0)) i1 = i12; else { + L30 : do if (!(HEAP8[i28 >> 0] | 0)) i1 = i13; else { i8 = HEAP32[i24 >> 2] | 0; i1 = i8 + -16 | 0; - i9 = HEAP32[i14 >> 2] | 0; + i9 = HEAP32[i22 >> 2] | 0; i2 = i8 + -12 | 0; i4 = HEAP32[i2 >> 2] | 0; i11 = HEAP32[i8 + -8 >> 2] | 0; - i7 = i11; + i5 = 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 = i12; + i11 = i13; } else { i2 = HEAP32[i1 >> 2] | 0; i11 = i4 - i2 | 0; - i5 = i11 >> 4; - i4 = i5 + 1 | 0; + i7 = i11 >> 4; + i4 = i7 + 1 | 0; if ((i11 | 0) < -16) { i2 = 26; break L10; } - i2 = i7 - i2 | 0; + i2 = i5 - 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_(i33, i2, i5, i8 + -4 | 0); - i11 = HEAP32[i15 >> 2] | 0; + __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; HEAP32[i11 >> 2] = 0; HEAP32[i11 + 4 >> 2] = 0; HEAP32[i11 + 8 >> 2] = 0; HEAP32[i11 + 12 >> 2] = i9; - 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; + 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; } while (1) { if (i11 >>> 0 >= i3 >>> 0) { - i1 = i12; + i1 = i13; break L30; } i8 = HEAP32[(HEAP32[i24 >> 2] | 0) + -12 >> 2] | 0; i1 = i8 + -16 | 0; - i9 = HEAP32[i35 >> 2] | 0; + i9 = HEAP32[i34 >> 2] | 0; i10 = i9 + (i11 * 24 | 0) | 0; i2 = i8 + -12 | 0; i4 = HEAP32[i2 >> 2] | 0; @@ -28310,13 +28564,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_(i33, i2, i7, i8 + -4 | 0); + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i31, 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, i33); - __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEED2Ev(i33); + __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); } 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); @@ -28327,78 +28581,78 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_template_argsINS0_2DbEEEPKcS4_S4_ } while (0); while (1) { if (i1 >>> 0 >= i3 >>> 0) break; - i37 = HEAP8[i34 >> 0] | 0; - if (((i37 & 1) == 0 ? (i37 & 255) >>> 1 : HEAP32[i26 >> 2] | 0) >>> 0 > 1) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i34, 36454) | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i25, (HEAP32[i35 >> 2] | 0) + (i1 * 24 | 0) | 0); - i37 = HEAP8[i25 >> 0] | 0; + 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; i11 = (i37 & 1) == 0; - __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); + __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); i1 = i1 + 1 | 0; } while (1) { - if ((i3 | 0) == (i12 | 0)) { - i1 = i13; + if ((i3 | 0) == (i13 | 0)) { + i1 = i12; continue L10; } - i2 = HEAP32[i30 >> 2] | 0; - i1 = i2 + -24 | 0; + i1 = HEAP32[i30 >> 2] | 0; + i2 = i1 + -24 | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i37 = i2 + -24 | 0; + if ((i1 | 0) == (i2 | 0)) break; + i37 = i1 + -24 | 0; HEAP32[i30 >> 2] = i37; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i37); - i2 = HEAP32[i30 >> 2] | 0; + i1 = 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[i34 >> 0] | 0; + i37 = HEAP8[i33 >> 0] | 0; i29 = (i37 & 1) == 0; - if ((HEAP8[(i29 ? i34 + 1 | 0 : HEAP32[i34 + 8 >> 2] | 0) + (i29 ? (i37 & 255) >>> 1 : HEAP32[i26 >> 2] | 0) + -1 >> 0] | 0) == 62) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i34, 36457) | 0; else __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i34, 35867) | 0; - HEAP32[i32 >> 2] = HEAP32[i34 >> 2]; - HEAP32[i32 + 4 >> 2] = HEAP32[i34 + 4 >> 2]; - HEAP32[i32 + 8 >> 2] = HEAP32[i34 + 8 >> 2]; + 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]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i34 + (i1 << 2) >> 2] = 0; + HEAP32[i33 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i31, i32); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i35, i32); i1 = HEAP32[i30 >> 2] | 0; - i37 = HEAP32[i35 + 8 >> 2] | 0; + i37 = HEAP32[i34 + 8 >> 2] | 0; i4 = i37; if (i1 >>> 0 < i37 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i1, i31); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i1, i35); HEAP32[i30 >> 2] = (HEAP32[i30 >> 2] | 0) + 24; } else { - i2 = HEAP32[i35 >> 2] | 0; + i2 = HEAP32[i34 >> 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(i35); + if ((i37 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i34); 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_(i33, i1, i5, i35 + 12 | 0); - i37 = i33 + 8 | 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i31, i1, i5, i34 + 12 | 0); + i37 = i31 + 8 | 0; i30 = HEAP32[i37 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i30, i31); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i30, i35); HEAP32[i37 >> 2] = i30 + 24; - __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); + __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); } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i31); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i35); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i32); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i34); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); break; } else if ((i2 | 0) == 62) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i34); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i33); i6 = i29; break; } @@ -28419,52 +28673,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; - 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; + 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; HEAP32[i37 >> 2] = 0; i44 = __ZNKSt3__18ios_base6getlocEv(i39) | 0; - HEAP32[i28 >> 2] = i44; - i28 = __ZNKSt3__16locale9use_facetERNS0_2idE(i28, 40468) | 0; + HEAP32[i34 >> 2] = i44; + i34 = __ZNKSt3__16locale9use_facetERNS0_2idE(i34, 40492) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i44) | 0; do switch (i38 << 24 >> 24 | 0) { case 65: case 97: { - 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); + 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); i43 = 26; break; } @@ -28472,9 +28726,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE case 66: case 98: { - 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); + 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); i43 = 26; break; } @@ -28482,16 +28736,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[i29 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i30 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i25 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i29 >> 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[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[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[i35 >> 2] = i43; i43 = 26; break; @@ -28499,189 +28753,189 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE case 101: case 100: { - 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); + 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); i43 = 26; break; } case 68: { - 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, 9252, 9284) | 0; + 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[i35 >> 2] = i43; i43 = 26; break; } case 70: { - 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, 9284, 9316) | 0; + 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[i35 >> 2] = i43; i43 = 26; break; } case 72: { - 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); + 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); i43 = 26; break; } case 73: { - 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); + 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); i43 = 26; break; } case 106: { - 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); + 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); i43 = 26; break; } case 109: { - 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); + 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); i43 = 26; break; } case 77: { - 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); + 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); i43 = 26; break; } case 116: case 110: { - 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); + 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); i43 = 26; break; } case 112: { - 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); + 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); i43 = 26; break; } case 114: { - 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, 9316, 9360) | 0; + 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[i35 >> 2] = i43; i43 = 26; break; } case 82: { - 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, 9360, 9380) | 0; + 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[i35 >> 2] = i43; i43 = 26; break; } case 83: { - 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); + 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); i43 = 26; break; } case 84: { - 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, 9380, 9412) | 0; + 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[i35 >> 2] = i43; i43 = 26; break; } case 119: { - 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); + 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); i43 = 26; break; } case 120: { - 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; + 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; break; } case 88: { i44 = i41 + 8 | 0; i44 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i44 >> 2] | 0) + 24 >> 2] & 127](i44) | 0; - HEAP32[i22 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i23 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i26 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i28 >> 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[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[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[i35 >> 2] = i43; i43 = 26; break; } case 121: { - 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); + 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); i43 = 26; break; } case 89: { - 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); + 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); i43 = 26; break; } case 37: { - 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); + 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); i43 = 26; break; } @@ -28708,52 +28962,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; - 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; + 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; HEAP32[i37 >> 2] = 0; i44 = __ZNKSt3__18ios_base6getlocEv(i39) | 0; - HEAP32[i28 >> 2] = i44; - i28 = __ZNKSt3__16locale9use_facetERNS0_2idE(i28, 40436) | 0; + HEAP32[i34 >> 2] = i44; + i34 = __ZNKSt3__16locale9use_facetERNS0_2idE(i34, 40460) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i44) | 0; do switch (i38 << 24 >> 24 | 0) { case 65: case 97: { - 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); + 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); i43 = 26; break; } @@ -28761,9 +29015,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE case 66: case 98: { - 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); + 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); i43 = 26; break; } @@ -28771,15 +29025,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[i29 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i30 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i25 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i29 >> 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[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[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[i35 >> 2] = i43; i43 = 26; break; @@ -28787,188 +29041,188 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE case 101: case 100: { - 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); + 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); i43 = 26; break; } case 68: { - 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, 33100, 33108) | 0; + 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[i35 >> 2] = i43; i43 = 26; break; } case 70: { - 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, 33108, 33116) | 0; + 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[i35 >> 2] = i43; i43 = 26; break; } case 72: { - 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); + 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); i43 = 26; break; } case 73: { - 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); + 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); i43 = 26; break; } case 106: { - 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); + 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); i43 = 26; break; } case 109: { - 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); + 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); i43 = 26; break; } case 77: { - 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); + 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); i43 = 26; break; } case 116: case 110: { - 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); + 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); i43 = 26; break; } case 112: { - 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); + 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); i43 = 26; break; } case 114: { - 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, 33116, 33127) | 0; + 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[i35 >> 2] = i43; i43 = 26; break; } case 82: { - 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, 33127, 33132) | 0; + 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[i35 >> 2] = i43; i43 = 26; break; } case 83: { - 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); + 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); i43 = 26; break; } case 84: { - 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, 33132, 33140) | 0; + 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[i35 >> 2] = i43; i43 = 26; break; } case 119: { - 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); + 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); i43 = 26; break; } case 120: { - 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; + 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; break; } case 88: { i43 = i41 + 8 | 0; i43 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i43 >> 2] | 0) + 24 >> 2] & 127](i43) | 0; - HEAP32[i22 >> 2] = HEAP32[i35 >> 2]; - HEAP32[i23 >> 2] = HEAP32[i36 >> 2]; + HEAP32[i26 >> 2] = HEAP32[i35 >> 2]; + HEAP32[i28 >> 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[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[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[i35 >> 2] = i43; i43 = 26; break; } case 121: { - 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); + 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); i43 = 26; break; } case 89: { - 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); + 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); i43 = 26; break; } case 37: { - 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); + 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); i43 = 26; break; } @@ -28988,29 +29242,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[9727] | 0; + i7 = HEAP32[9733] | 0; if (i3 >>> 0 < i7 >>> 0) _abort(); i1 = HEAP32[i1 + -4 >> 2] | 0; i2 = i1 & 3; if ((i2 | 0) == 1) _abort(); i4 = i1 & -8; - i12 = i3 + i4 | 0; + i13 = 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[9728] | 0)) { - i1 = i12 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if ((i2 & 3 | 0) != 3) { + if ((i10 | 0) == (HEAP32[9734] | 0)) { + i2 = i13 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; + if ((i1 & 3 | 0) != 3) { i16 = i10; i6 = i9; break; } - HEAP32[9725] = i9; - HEAP32[i1 >> 2] = i2 & -2; + HEAP32[9731] = i9; + HEAP32[i2 >> 2] = i1 & -2; HEAP32[i10 + 4 >> 2] = i9 | 1; HEAP32[i10 + i9 >> 2] = i9; return; @@ -29019,13 +29273,13 @@ function _free(i1) { if (i1 >>> 0 < 256) { i2 = HEAP32[i10 + 8 >> 2] | 0; i3 = HEAP32[i10 + 12 >> 2] | 0; - i1 = 38932 + (i4 << 1 << 2) | 0; + i1 = 38956 + (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[9723] = HEAP32[9723] & ~(1 << i4); + HEAP32[9729] = HEAP32[9729] & ~(1 << i4); i16 = i10; i6 = i9; break; @@ -29044,29 +29298,29 @@ function _free(i1) { i5 = HEAP32[i10 + 24 >> 2] | 0; i3 = HEAP32[i10 + 12 >> 2] | 0; do if ((i3 | 0) == (i10 | 0)) { - i2 = i10 + 16 | 0; - i3 = i2 + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; + i3 = i10 + 16 | 0; + i2 = i3 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - i1 = HEAP32[i2 >> 2] | 0; + i1 = HEAP32[i3 >> 2] | 0; if (!i1) { i8 = 0; break; - } - } else i2 = i3; + } else i2 = i3; + } while (1) { - i3 = i1 + 20 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (i4 | 0) { - i1 = i4; - i2 = i3; + i4 = i1 + 20 | 0; + i3 = HEAP32[i4 >> 2] | 0; + if (i3 | 0) { + i1 = i3; + i2 = i4; continue; } - i3 = i1 + 16 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (!i4) break; else { - i1 = i4; - i2 = i3; + i4 = i1 + 16 | 0; + i3 = HEAP32[i4 >> 2] | 0; + if (!i3) break; else { + i1 = i3; + i2 = i4; } } if (i2 >>> 0 < i7 >>> 0) _abort(); else { @@ -29089,17 +29343,17 @@ function _free(i1) { } while (0); if (i5) { i1 = HEAP32[i10 + 28 >> 2] | 0; - i2 = 39196 + (i1 << 2) | 0; + i2 = 39220 + (i1 << 2) | 0; if ((i10 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i8; if (!i8) { - HEAP32[9724] = HEAP32[9724] & ~(1 << i1); + HEAP32[9730] = HEAP32[9730] & ~(1 << i1); i16 = i10; i6 = i9; break; } } else { - if (i5 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[9733] | 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) { @@ -29108,18 +29362,18 @@ function _free(i1) { break; } } - i3 = HEAP32[9727] | 0; + i3 = HEAP32[9733] | 0; if (i8 >>> 0 < i3 >>> 0) _abort(); HEAP32[i8 + 24 >> 2] = i5; - 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; + 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; break; } while (0); - i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1) if (i1 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + i1 = HEAP32[i2 + 4 >> 2] | 0; + if (i1) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { HEAP32[i8 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i8; i16 = i10; @@ -29137,25 +29391,25 @@ function _free(i1) { i16 = i3; i6 = i4; } while (0); - if (i16 >>> 0 >= i12 >>> 0) _abort(); - i1 = i12 + 4 | 0; + if (i16 >>> 0 >= i13 >>> 0) _abort(); + i1 = i13 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; if (!(i2 & 1)) _abort(); if (!(i2 & 2)) { - if ((i12 | 0) == (HEAP32[9729] | 0)) { - i15 = (HEAP32[9726] | 0) + i6 | 0; - HEAP32[9726] = i15; - HEAP32[9729] = i16; + if ((i13 | 0) == (HEAP32[9735] | 0)) { + i15 = (HEAP32[9732] | 0) + i6 | 0; + HEAP32[9732] = i15; + HEAP32[9735] = i16; HEAP32[i16 + 4 >> 2] = i15 | 1; - if ((i16 | 0) != (HEAP32[9728] | 0)) return; - HEAP32[9728] = 0; - HEAP32[9725] = 0; + if ((i16 | 0) != (HEAP32[9734] | 0)) return; + HEAP32[9734] = 0; + HEAP32[9731] = 0; return; } - if ((i12 | 0) == (HEAP32[9728] | 0)) { - i15 = (HEAP32[9725] | 0) + i6 | 0; - HEAP32[9725] = i15; - HEAP32[9728] = i16; + if ((i13 | 0) == (HEAP32[9734] | 0)) { + i15 = (HEAP32[9731] | 0) + i6 | 0; + HEAP32[9731] = i15; + HEAP32[9734] = i16; HEAP32[i16 + 4 >> 2] = i15 | 1; HEAP32[i16 + i15 >> 2] = i15; return; @@ -29163,108 +29417,108 @@ function _free(i1) { i6 = (i2 & -8) + i6 | 0; i4 = i2 >>> 3; do if (i2 >>> 0 >= 256) { - 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; + 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; if (!i1) { - i1 = HEAP32[i2 >> 2] | 0; + i1 = HEAP32[i3 >> 2] | 0; if (!i1) { - i13 = 0; + i12 = 0; break; - } - } else i2 = i3; + } else i2 = i3; + } while (1) { - i3 = i1 + 20 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (i4 | 0) { - i1 = i4; - i2 = i3; + i4 = i1 + 20 | 0; + i3 = HEAP32[i4 >> 2] | 0; + if (i3 | 0) { + i1 = i3; + i2 = i4; continue; } - i3 = i1 + 16 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (!i4) break; else { - i1 = i4; - i2 = i3; + i4 = i1 + 16 | 0; + i3 = HEAP32[i4 >> 2] | 0; + if (!i3) break; else { + i1 = i3; + i2 = i4; } } - if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { HEAP32[i2 >> 2] = 0; - i13 = i1; + i12 = i1; break; } } else { - i2 = HEAP32[i12 + 8 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); + i2 = HEAP32[i13 + 8 >> 2] | 0; + if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); i3 = i2 + 12 | 0; - if ((HEAP32[i3 >> 2] | 0) != (i12 | 0)) _abort(); + if ((HEAP32[i3 >> 2] | 0) != (i13 | 0)) _abort(); i4 = i1 + 8 | 0; - if ((HEAP32[i4 >> 2] | 0) == (i12 | 0)) { + if ((HEAP32[i4 >> 2] | 0) == (i13 | 0)) { HEAP32[i3 >> 2] = i1; HEAP32[i4 >> 2] = i2; - i13 = i1; + i12 = i1; break; } else _abort(); } while (0); if (i5 | 0) { - i1 = HEAP32[i12 + 28 >> 2] | 0; - i2 = 39196 + (i1 << 2) | 0; - if ((i12 | 0) == (HEAP32[i2 >> 2] | 0)) { - HEAP32[i2 >> 2] = i13; - if (!i13) { - HEAP32[9724] = HEAP32[9724] & ~(1 << i1); + 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); break; } } else { - if (i5 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); i1 = i5 + 16 | 0; - if ((HEAP32[i1 >> 2] | 0) == (i12 | 0)) HEAP32[i1 >> 2] = i13; else HEAP32[i5 + 20 >> 2] = i13; - if (!i13) break; + if ((HEAP32[i1 >> 2] | 0) == (i13 | 0)) HEAP32[i1 >> 2] = i12; else HEAP32[i5 + 20 >> 2] = i12; + if (!i12) break; } - i3 = HEAP32[9727] | 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; + 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; break; } while (0); - i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { - HEAP32[i13 + 20 >> 2] = i1; - HEAP32[i1 + 24 >> 2] = i13; + 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; break; } } } else { - i2 = HEAP32[i12 + 8 >> 2] | 0; - i3 = HEAP32[i12 + 12 >> 2] | 0; - i1 = 38932 + (i4 << 1 << 2) | 0; + i2 = HEAP32[i13 + 8 >> 2] | 0; + i3 = HEAP32[i13 + 12 >> 2] | 0; + i1 = 38956 + (i4 << 1 << 2) | 0; if ((i2 | 0) != (i1 | 0)) { - if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); - if ((HEAP32[i2 + 12 >> 2] | 0) != (i12 | 0)) _abort(); + if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); + if ((HEAP32[i2 + 12 >> 2] | 0) != (i13 | 0)) _abort(); } if ((i3 | 0) == (i2 | 0)) { - HEAP32[9723] = HEAP32[9723] & ~(1 << i4); + HEAP32[9729] = HEAP32[9729] & ~(1 << i4); break; } if ((i3 | 0) != (i1 | 0)) { - if (i3 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); + if (i3 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); i1 = i3 + 8 | 0; - if ((HEAP32[i1 >> 2] | 0) == (i12 | 0)) i11 = i1; else _abort(); + if ((HEAP32[i1 >> 2] | 0) == (i13 | 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[9728] | 0)) { - HEAP32[9725] = i6; + if ((i16 | 0) == (HEAP32[9734] | 0)) { + HEAP32[9731] = i6; return; } } else { @@ -29274,18 +29528,18 @@ function _free(i1) { } i1 = i6 >>> 3; if (i6 >>> 0 < 256) { - i3 = 38932 + (i1 << 1 << 2) | 0; - i2 = HEAP32[9723] | 0; + i3 = 38956 + (i1 << 1 << 2) | 0; + i2 = HEAP32[9729] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { i14 = i1; i15 = i2; } } else { - HEAP32[9723] = i2 | i1; + HEAP32[9729] = i2 | i1; i14 = i3 + 8 | 0; i15 = i3; } @@ -29296,112 +29550,111 @@ function _free(i1) { return; } i1 = i6 >>> 8; - if (i1) if (i6 >>> 0 > 16777215) i3 = 31; else { + if (i1) if (i6 >>> 0 > 16777215) i2 = 31; else { i14 = (i1 + 1048320 | 0) >>> 16 & 8; i15 = i1 << i14; i13 = (i15 + 520192 | 0) >>> 16 & 4; i15 = i15 << i13; - 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 = 39196 + (i3 << 2) | 0; - HEAP32[i16 + 28 >> 2] = i3; + 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; HEAP32[i16 + 20 >> 2] = 0; HEAP32[i16 + 16 >> 2] = 0; - i1 = HEAP32[9724] | 0; - i2 = 1 << i3; - do if (i1 & i2) { - i5 = i6 << ((i3 | 0) == 31 ? 0 : 25 - (i3 >>> 1) | 0); - i1 = HEAP32[i4 >> 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; while (1) { - if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i6 | 0)) { - i3 = i1; - i4 = 130; + if ((HEAP32[i3 + 4 >> 2] & -8 | 0) == (i6 | 0)) { + i2 = 130; break; } - i2 = i1 + 16 + (i5 >>> 31 << 2) | 0; - i3 = HEAP32[i2 >> 2] | 0; - if (!i3) { - i4 = 127; + i1 = i3 + 16 + (i4 >>> 31 << 2) | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (!i2) { + i2 = 127; break; } else { - i5 = i5 << 1; - i1 = i3; + i4 = i4 << 1; + i3 = i2; } } - if ((i4 | 0) == 127) if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { - HEAP32[i2 >> 2] = i16; - HEAP32[i16 + 24 >> 2] = i1; + if ((i2 | 0) == 127) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { + HEAP32[i1 >> 2] = i16; + HEAP32[i16 + 24 >> 2] = i3; HEAP32[i16 + 12 >> 2] = i16; HEAP32[i16 + 8 >> 2] = i16; break; - } else if ((i4 | 0) == 130) { - i1 = i3 + 8 | 0; - i2 = HEAP32[i1 >> 2] | 0; - i15 = HEAP32[9727] | 0; - if (i2 >>> 0 >= i15 >>> 0 & i3 >>> 0 >= i15 >>> 0) { - HEAP32[i2 + 12 >> 2] = i16; - HEAP32[i1 >> 2] = i16; - HEAP32[i16 + 8 >> 2] = i2; + } 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; HEAP32[i16 + 12 >> 2] = i3; HEAP32[i16 + 24 >> 2] = 0; break; } else _abort(); } } else { - HEAP32[9724] = i1 | i2; - HEAP32[i4 >> 2] = i16; - HEAP32[i16 + 24 >> 2] = i4; + HEAP32[9730] = i1 | i3; + HEAP32[i5 >> 2] = i16; + HEAP32[i16 + 24 >> 2] = i5; HEAP32[i16 + 12 >> 2] = i16; HEAP32[i16 + 8 >> 2] = i16; } while (0); - i16 = (HEAP32[9731] | 0) + -1 | 0; - HEAP32[9731] = i16; - if (!i16) i1 = 39348; else return; + i16 = (HEAP32[9737] | 0) + -1 | 0; + HEAP32[9737] = i16; + if (!i16) i1 = 39372; else return; while (1) { i1 = HEAP32[i1 >> 2] | 0; if (!i1) break; else i1 = i1 + 8 | 0; } - HEAP32[9731] = -1; + HEAP32[9737] = -1; return; } -function __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i18, i13, i20) { - i18 = i18 | 0; +function __ZN10__cxxabiv112_GLOBAL__N_120parse_template_paramINS0_2DbEEEPKcS4_S4_RT_(i17, i13, i20) { + i17 = i17 | 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, i17 = 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, i18 = 0, i19 = 0, i21 = 0; i21 = STACKTOP; STACKTOP = STACKTOP + 96 | 0; i19 = i21 + 64 | 0; i5 = i21 + 40 | 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; + 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; if (i12 << 24 >> 24 == 95) { i1 = HEAP32[i20 + 36 >> 2] | 0; if ((HEAP32[i20 + 32 >> 2] | 0) == (i1 | 0)) { - i1 = i18; + i1 = i17; break; } i2 = HEAP32[i1 + -16 >> 2] | 0; if ((i2 | 0) != (HEAP32[i1 + -12 >> 2] | 0)) { i7 = HEAP32[i2 + 4 >> 2] | 0; - i8 = i20 + 4 | 0; - i9 = i20 + 8 | 0; - i10 = i20 + 12 | 0; - i11 = i19 + 8 | 0; + i9 = i20 + 4 | 0; + i10 = i20 + 8 | 0; + i11 = i20 + 12 | 0; + i8 = i19 + 8 | 0; i6 = HEAP32[i2 >> 2] | 0; while (1) { if ((i6 | 0) == (i7 | 0)) { i1 = 8; break; } - i1 = HEAP32[i8 >> 2] | 0; - i5 = HEAP32[i9 >> 2] | 0; + i1 = HEAP32[i9 >> 2] | 0; + i5 = HEAP32[i10 >> 2] | 0; i2 = i5; if ((i1 | 0) == (i5 | 0)) { i3 = HEAP32[i20 >> 2] | 0; @@ -29417,75 +29670,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, i10); - i5 = HEAP32[i11 >> 2] | 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i19, i1, i5, i11); + i5 = HEAP32[i8 >> 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[i11 >> 2] = i5 + 24; + HEAP32[i8 >> 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[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 24; + HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 24; } i6 = i6 + 24 | 0; } if ((i1 | 0) == 8) { - i1 = i18 + 2 | 0; + i1 = i17 + 2 | 0; break; } else if ((i1 | 0) == 12) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i20); } else { HEAP8[i5 >> 0] = 4; - i1 = i5 + 1 | 0; - HEAP8[i1 >> 0] = 84; - HEAP8[i1 + 1 >> 0] = 95; + i2 = i5 + 1 | 0; + HEAP8[i2 >> 0] = 84; + HEAP8[i2 + 1 >> 0] = 95; HEAP8[i5 + 3 >> 0] = 0; - i1 = i5 + 12 | 0; - i2 = 0; + i2 = i5 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } i1 = i20 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; - i17 = HEAP32[i20 + 8 >> 2] | 0; - i3 = i17; - if (i2 >>> 0 < i17 >>> 0) { + i18 = HEAP32[i20 + 8 >> 2] | 0; + i3 = i18; + if (i2 >>> 0 < i18 >>> 0) { __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i5); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i20 >> 2] | 0; - i17 = i2 - i1 | 0; - i4 = (i17 | 0) / 24 | 0; + i18 = i2 - i1 | 0; + i4 = (i18 | 0) / 24 | 0; i2 = i4 + 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); 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); - i17 = i19 + 8 | 0; - i16 = HEAP32[i17 >> 2] | 0; + i18 = i19 + 8 | 0; + i16 = HEAP32[i18 >> 2] | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i16, i5); - HEAP32[i17 >> 2] = i16 + 24; + HEAP32[i18 >> 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 = i18 + 2 | 0; + i1 = i17 + 2 | 0; break; } } i1 = (i12 << 24 >> 24) + -48 | 0; if (i1 >>> 0 < 10) { - i4 = i18 + 2 | 0; + i4 = i17 + 2 | 0; while (1) { if ((i4 | 0) == (i13 | 0)) { - i1 = i18; + i1 = i17; break L1; } i2 = HEAP8[i4 >> 0] | 0; @@ -29495,23 +29748,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) { - i1 = i1 + 1 | 0; + i2 = i1 + 1 | 0; i13 = HEAP32[i14 + -16 >> 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; + 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; while (1) { if ((i7 | 0) == (i8 | 0)) { i1 = 38; break; } - i1 = HEAP32[i9 >> 2] | 0; - i14 = HEAP32[i10 >> 2] | 0; + i1 = HEAP32[i10 >> 2] | 0; + i14 = HEAP32[i11 >> 2] | 0; i2 = i14; if ((i1 | 0) == (i14 | 0)) { i3 = HEAP32[i20 >> 2] | 0; @@ -29527,17 +29780,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, i11); - i14 = HEAP32[i12 >> 2] | 0; + __ZNSt3__114__split_bufferIN10__cxxabiv112_GLOBAL__N_111string_pairERNS2_11short_allocIS3_Lj4096EEEEC2EjjS6_(i19, i1, i6, i12); + i14 = HEAP32[i9 >> 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[i12 >> 2] = i14 + 24; + HEAP32[i9 >> 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[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 24; + HEAP32[i10 >> 2] = (HEAP32[i10 >> 2] | 0) + 24; } i7 = i7 + 24 | 0; } @@ -29547,60 +29800,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; - 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; + 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; } else { - 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; + 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; while (1) { if ((i2 | 0) == (i1 | 0)) break; HEAP8[i3 >> 0] = HEAP8[i2 >> 0] | 0; i2 = i2 + 1 | 0; i3 = i3 + 1 | 0; } - HEAP8[i5 + i4 >> 0] = 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i16, i17); + HEAP8[i4 + i5 >> 0] = 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i18, i16); i2 = i20 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; - i18 = HEAP32[i20 + 8 >> 2] | 0; - i4 = i18; - if (i3 >>> 0 < i18 >>> 0) { - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i16); + i17 = HEAP32[i20 + 8 >> 2] | 0; + i4 = i17; + if (i3 >>> 0 < i17 >>> 0) { + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i18); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i20 >> 2] | 0; - i18 = i3 - i2 | 0; - i5 = (i18 | 0) / 24 | 0; + i17 = i3 - i2 | 0; + i5 = (i17 | 0) / 24 | 0; i3 = i5 + 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); 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); - i18 = i19 + 8 | 0; - i15 = HEAP32[i18 >> 2] | 0; - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i15, i16); - HEAP32[i18 >> 2] = i15 + 24; + i17 = i19 + 8 | 0; + i15 = HEAP32[i17 >> 2] | 0; + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i15, i18); + HEAP32[i17 >> 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(i16); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i17); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i18); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i16); HEAP8[i20 + 62 >> 0] = 1; - } else i1 = i18; - } else i1 = i18; - } else i1 = i18; while (0); + } else i1 = i17; + } else i1 = i17; + } else i1 = i17; while (0); STACKTOP = i21; return i1 | 0; } @@ -29611,7 +29864,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; - i21 = i39 + 72 | 0; + i22 = i39 + 72 | 0; i20 = i39 + 272 | 0; i28 = i39 + 268 | 0; i24 = i39 + 264 | 0; @@ -29625,31 +29878,31 @@ function __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i38, i2) { i26 = i39 + 188 | 0; i23 = i39 + 132 | 0; i27 = i39 + 112 | 0; - i33 = i39 + 100 | 0; - i8 = i39 + 252 | 0; - i9 = i39 + 248 | 0; - i10 = i39 + 244 | 0; - i12 = i39 + 220 | 0; - i34 = i39 + 48 | 0; + i34 = i39 + 100 | 0; + i9 = i39 + 252 | 0; + i10 = i39 + 248 | 0; + i12 = i39 + 244 | 0; + i11 = i39 + 220 | 0; + i33 = i39 + 48 | 0; i16 = i39 + 200 | 0; i17 = i39 + 184 | 0; - i18 = i39 + 128 | 0; - i19 = i39 + 104 | 0; + i19 = i39 + 128 | 0; + i18 = i39 + 104 | 0; i37 = i39 + 24 | 0; i36 = i39; - i22 = i39 + 96 | 0; + i21 = i39 + 96 | 0; i1 = i38 + 44 | 0; - if (HEAP32[i1 >> 2] | 0 ? (i14 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39476, 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, 39476, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(39476, 10) | 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; } - i11 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i38 + 4 >> 2] | 0) | 0; - HEAP32[i28 >> 2] = i11; + i8 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i38 + 4 >> 2] | 0) | 0; + HEAP32[i28 >> 2] = i8; i14 = __ZN6cashew3RefixEj(i2, 1) | 0; i14 = __ZN6cashew5Value10getIStringEv(HEAP32[i14 >> 2] | 0) | 0; - HEAP32[i11 >> 2] = HEAP32[i14 >> 2]; - i11 = __ZN6cashew3RefixEj(i2, 2) | 0; - i11 = HEAP32[i11 >> 2] | 0; + HEAP32[i8 >> 2] = HEAP32[i14 >> 2]; + i8 = __ZN6cashew3RefixEj(i2, 2) | 0; + i8 = HEAP32[i8 >> 2] | 0; i14 = __ZN6cashew3RefixEj(i2, 3) | 0; HEAP32[i24 >> 2] = HEAP32[i14 >> 2]; HEAP32[i3 >> 2] = 0; @@ -29684,89 +29937,89 @@ function __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i38, i2) { i13 = i38 + 80 | 0; i7 = 0; while (1) { - if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(i11) | 0) >>> 0) { + if (i7 >>> 0 >= (__ZN6cashew5Value4sizeEv(i8) | 0) >>> 0) { i1 = 6; break; } i6 = __ZN6cashew3RefixEj(i24, i7) | 0; HEAP32[i27 >> 2] = HEAP32[i6 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i27, 0) | 0, 38396) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i27, 0) | 0, 38420) | 0)) { i1 = 8; break; } i6 = __ZN6cashew3RefixEj(i27, 1) | 0; HEAP32[i27 >> 2] = HEAP32[i6 >> 2]; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i27, 0) | 0, 38400) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i27, 0) | 0, 38424) | 0)) { i1 = 11; break; } - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 2) | 0, 0) | 0, 38404) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 2) | 0, 0) | 0, 38428) | 0)) { i1 = 11; break; } i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 2) | 0, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i33 >> 2] = i1; - i2 = __ZN6cashew3RefixEj(i27, 3) | 0; - HEAP32[i8 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i20 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i21 >> 2] = HEAP32[i9 >> 2]; - i2 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i20, 0, 0, i21) | 0; - i3 = HEAP32[i28 >> 2] | 0; - i4 = __ZN4wasm13asmToWasmTypeE7AsmType(i2) | 0; - HEAP32[i10 >> 2] = i4; - i5 = i3 + 12 | 0; - i6 = HEAP32[i5 >> 2] | 0; - if (i6 >>> 0 < (HEAP32[i3 + 16 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i1; - HEAP32[i6 + 4 >> 2] = i4; - HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i3 + 8 | 0, i33, i10); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i21, i29, i33); - HEAP32[i12 >> 2] = i1; - HEAP32[i21 >> 2] = HEAP32[i12 >> 2]; - __ZN7AsmData8addParamEN6cashew7IStringE7AsmType(i23, i21, i2); + 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); i7 = i7 + 1 | 0; } if ((i1 | 0) == 6) { - i1 = __ZN6cashew5Value4sizeEv(i11) | 0; + i1 = __ZN6cashew5Value4sizeEv(i8) | 0; while (1) { if (i1 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i24 >> 2] | 0) | 0) >>> 0) break; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i24, i1) | 0, 0) | 0, 38408) | 0)) break; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i24, i1) | 0, 0) | 0, 38432) | 0)) break; i8 = __ZN6cashew3RefixEj(i24, i1) | 0; HEAP32[i27 >> 2] = HEAP32[i8 >> 2]; i8 = 0; while (1) { i12 = __ZN6cashew3RefixEj(i27, 1) | 0; if (i8 >>> 0 >= (__ZN6cashew5Value4sizeEv(HEAP32[i12 >> 2] | 0) | 0) >>> 0) break; - i6 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i27, 1) | 0, i8) | 0; - HEAP32[i33 >> 2] = HEAP32[i6 >> 2]; - i6 = __ZN6cashew3RefixEj(i33, 0) | 0; - i6 = __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 0; - i6 = HEAP32[i6 >> 2] | 0; - HEAP32[i34 >> 2] = i6; - i7 = __ZN6cashew3RefixEj(i33, 1) | 0; - HEAP32[i16 >> 2] = HEAP32[i7 >> 2]; + 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]; HEAP32[i17 >> 2] = HEAP32[i13 >> 2]; HEAP32[i20 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i21 >> 2] = HEAP32[i17 >> 2]; - i7 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i20, 0, 1, i21) | 0; - i2 = HEAP32[i28 >> 2] | 0; - i3 = __ZN4wasm13asmToWasmTypeE7AsmType(i7) | 0; - HEAP32[i18 >> 2] = i3; - i4 = i2 + 24 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if (i5 >>> 0 < (HEAP32[i2 + 28 >> 2] | 0) >>> 0) { - HEAP32[i5 >> 2] = i6; - HEAP32[i5 + 4 >> 2] = i3; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i2 + 20 | 0, i34, i18); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i21, i29, i34); - HEAP32[i19 >> 2] = i6; - HEAP32[i21 >> 2] = HEAP32[i19 >> 2]; - __ZN7AsmData6addVarEN6cashew7IStringE7AsmType(i23, i21, i7); + 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); i8 = i8 + 1 | 0; } i1 = i1 + 1 | 0; @@ -29776,8 +30029,8 @@ function __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i38, i2) { HEAP32[i27 + 4 >> 2] = i28; HEAP32[i27 + 8 >> 2] = i29; HEAP32[i27 + 12 >> 2] = i23; - HEAP8[i33 >> 0] = 0; - HEAP32[i34 + 16 >> 2] = 0; + HEAP8[i34 >> 0] = 0; + HEAP32[i33 + 16 >> 2] = 0; HEAP32[i37 + 16 >> 2] = 0; i20 = __Znwj(64) | 0; HEAP32[i20 >> 2] = 3212; @@ -29787,39 +30040,39 @@ function __ZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefE(i38, i2) { HEAP32[i20 + 16 >> 2] = i37; HEAP32[i20 + 20 >> 2] = i23; HEAP32[i20 + 24 >> 2] = i27; - HEAP32[i20 + 28 >> 2] = i33; + HEAP32[i20 + 28 >> 2] = i34; HEAP32[i20 + 32 >> 2] = i28; HEAP32[i20 + 36 >> 2] = i35; HEAP32[i20 + 40 >> 2] = i30; HEAP32[i20 + 44 >> 2] = i25; - HEAP32[i20 + 48 >> 2] = i34; + HEAP32[i20 + 48 >> 2] = i33; HEAP32[i20 + 52 >> 2] = i26; HEAP32[i20 + 56 >> 2] = i31; HEAP32[i20 + 60 >> 2] = i32; HEAP32[i36 + 16 >> 2] = i20; - i33 = i38; + i34 = i38; i38 = i36; - HEAP32[i21 + 16 >> 2] = i21; - HEAP32[i21 >> 2] = 3256; - 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] = 3300; - 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[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[(HEAP32[i28 >> 2] | 0) + 36 >> 2] = i38; if ((HEAP32[i14 >> 2] | 0) == (HEAP32[i25 >> 2] | 0) ? (HEAP32[i15 >> 2] | 0) == (HEAP32[i26 >> 2] | 0) : 0) if (!(HEAP32[i35 >> 2] | 0)) { i38 = HEAP32[i28 >> 2] | 0; __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEED2Ev(i36); __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i37); - __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i34); + __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEED2Ev(i33); __ZN7AsmDataD2Ev(i23); __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i26); __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i25); @@ -29839,13 +30092,13 @@ function _dispose_chunk(i2, i3) { i14 = i2 + i3 | 0; i1 = HEAP32[i2 + 4 >> 2] | 0; do if (!(i1 & 1)) { - i5 = HEAP32[i2 >> 2] | 0; + i4 = HEAP32[i2 >> 2] | 0; if (!(i1 & 3)) return; - i11 = i2 + (0 - i5) | 0; - i10 = i5 + i3 | 0; - i8 = HEAP32[9727] | 0; + i11 = i2 + (0 - i4) | 0; + i10 = i4 + i3 | 0; + i8 = HEAP32[9733] | 0; if (i11 >>> 0 < i8 >>> 0) _abort(); - if ((i11 | 0) == (HEAP32[9728] | 0)) { + if ((i11 | 0) == (HEAP32[9734] | 0)) { i2 = i14 + 4 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 & 3 | 0) != 3) { @@ -29853,23 +30106,23 @@ function _dispose_chunk(i2, i3) { i6 = i10; break; } - HEAP32[9725] = i10; + HEAP32[9731] = i10; HEAP32[i2 >> 2] = i1 & -2; HEAP32[i11 + 4 >> 2] = i10 | 1; HEAP32[i11 + i10 >> 2] = i10; return; } - i4 = i5 >>> 3; - if (i5 >>> 0 < 256) { + i5 = i4 >>> 3; + if (i4 >>> 0 < 256) { i2 = HEAP32[i11 + 8 >> 2] | 0; i3 = HEAP32[i11 + 12 >> 2] | 0; - i1 = 38932 + (i4 << 1 << 2) | 0; + i1 = 38956 + (i5 << 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[9723] = HEAP32[9723] & ~(1 << i4); + HEAP32[9729] = HEAP32[9729] & ~(1 << i5); i17 = i11; i6 = i10; break; @@ -29888,29 +30141,29 @@ function _dispose_chunk(i2, i3) { i5 = HEAP32[i11 + 24 >> 2] | 0; i3 = HEAP32[i11 + 12 >> 2] | 0; do if ((i3 | 0) == (i11 | 0)) { - i2 = i11 + 16 | 0; - i3 = i2 + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; + i3 = i11 + 16 | 0; + i2 = i3 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - i1 = HEAP32[i2 >> 2] | 0; + i1 = HEAP32[i3 >> 2] | 0; if (!i1) { i9 = 0; break; - } - } else i2 = i3; + } else i2 = i3; + } while (1) { - i3 = i1 + 20 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (i4 | 0) { - i1 = i4; - i2 = i3; + i4 = i1 + 20 | 0; + i3 = HEAP32[i4 >> 2] | 0; + if (i3 | 0) { + i1 = i3; + i2 = i4; continue; } - i3 = i1 + 16 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (!i4) break; else { - i1 = i4; - i2 = i3; + i4 = i1 + 16 | 0; + i3 = HEAP32[i4 >> 2] | 0; + if (!i3) break; else { + i1 = i3; + i2 = i4; } } if (i2 >>> 0 < i8 >>> 0) _abort(); else { @@ -29933,17 +30186,17 @@ function _dispose_chunk(i2, i3) { } while (0); if (i5) { i1 = HEAP32[i11 + 28 >> 2] | 0; - i2 = 39196 + (i1 << 2) | 0; + i2 = 39220 + (i1 << 2) | 0; if ((i11 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i9; if (!i9) { - HEAP32[9724] = HEAP32[9724] & ~(1 << i1); + HEAP32[9730] = HEAP32[9730] & ~(1 << i1); i17 = i11; i6 = i10; break; } } else { - if (i5 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[9733] | 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) { @@ -29952,18 +30205,18 @@ function _dispose_chunk(i2, i3) { break; } } - i3 = HEAP32[9727] | 0; + i3 = HEAP32[9733] | 0; if (i9 >>> 0 < i3 >>> 0) _abort(); HEAP32[i9 + 24 >> 2] = i5; - 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; + 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; break; } while (0); - i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1) if (i1 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + i1 = HEAP32[i2 + 4 >> 2] | 0; + if (i1) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { HEAP32[i9 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i9; i17 = i11; @@ -29981,25 +30234,25 @@ function _dispose_chunk(i2, i3) { i17 = i2; i6 = i3; } while (0); - i7 = HEAP32[9727] | 0; + i7 = HEAP32[9733] | 0; if (i14 >>> 0 < i7 >>> 0) _abort(); i1 = i14 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; if (!(i2 & 2)) { - if ((i14 | 0) == (HEAP32[9729] | 0)) { - i16 = (HEAP32[9726] | 0) + i6 | 0; - HEAP32[9726] = i16; - HEAP32[9729] = i17; + if ((i14 | 0) == (HEAP32[9735] | 0)) { + i16 = (HEAP32[9732] | 0) + i6 | 0; + HEAP32[9732] = i16; + HEAP32[9735] = i17; HEAP32[i17 + 4 >> 2] = i16 | 1; - if ((i17 | 0) != (HEAP32[9728] | 0)) return; - HEAP32[9728] = 0; - HEAP32[9725] = 0; + if ((i17 | 0) != (HEAP32[9734] | 0)) return; + HEAP32[9734] = 0; + HEAP32[9731] = 0; return; } - if ((i14 | 0) == (HEAP32[9728] | 0)) { - i16 = (HEAP32[9725] | 0) + i6 | 0; - HEAP32[9725] = i16; - HEAP32[9728] = i17; + if ((i14 | 0) == (HEAP32[9734] | 0)) { + i16 = (HEAP32[9731] | 0) + i6 | 0; + HEAP32[9731] = i16; + HEAP32[9734] = i17; HEAP32[i17 + 4 >> 2] = i16 | 1; HEAP32[i17 + i16 >> 2] = i16; return; @@ -30010,29 +30263,29 @@ function _dispose_chunk(i2, i3) { i5 = HEAP32[i14 + 24 >> 2] | 0; i3 = HEAP32[i14 + 12 >> 2] | 0; do if ((i3 | 0) == (i14 | 0)) { - i2 = i14 + 16 | 0; - i3 = i2 + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; + i3 = i14 + 16 | 0; + i2 = i3 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - i1 = HEAP32[i2 >> 2] | 0; + i1 = HEAP32[i3 >> 2] | 0; if (!i1) { i13 = 0; break; - } - } else i2 = i3; + } else i2 = i3; + } while (1) { - i3 = i1 + 20 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (i4 | 0) { - i1 = i4; - i2 = i3; + i4 = i1 + 20 | 0; + i3 = HEAP32[i4 >> 2] | 0; + if (i3 | 0) { + i1 = i3; + i2 = i4; continue; } - i3 = i1 + 16 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (!i4) break; else { - i1 = i4; - i2 = i3; + i4 = i1 + 16 | 0; + i3 = HEAP32[i4 >> 2] | 0; + if (!i3) break; else { + i1 = i3; + i2 = i4; } } if (i2 >>> 0 < i7 >>> 0) _abort(); else { @@ -30055,31 +30308,31 @@ function _dispose_chunk(i2, i3) { } while (0); if (i5 | 0) { i1 = HEAP32[i14 + 28 >> 2] | 0; - i2 = 39196 + (i1 << 2) | 0; + i2 = 39220 + (i1 << 2) | 0; if ((i14 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i13; if (!i13) { - HEAP32[9724] = HEAP32[9724] & ~(1 << i1); + HEAP32[9730] = HEAP32[9730] & ~(1 << i1); break; } } else { - if (i5 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); + if (i5 >>> 0 < (HEAP32[9733] | 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[9727] | 0; + i3 = HEAP32[9733] | 0; if (i13 >>> 0 < i3 >>> 0) _abort(); HEAP32[i13 + 24 >> 2] = i5; - 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; + 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; break; } while (0); - i1 = HEAP32[i1 + 4 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + i1 = HEAP32[i2 + 4 >> 2] | 0; + if (i1 | 0) if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { HEAP32[i13 + 20 >> 2] = i1; HEAP32[i1 + 24 >> 2] = i13; break; @@ -30088,13 +30341,13 @@ function _dispose_chunk(i2, i3) { } else { i2 = HEAP32[i14 + 8 >> 2] | 0; i3 = HEAP32[i14 + 12 >> 2] | 0; - i1 = 38932 + (i4 << 1 << 2) | 0; + i1 = 38956 + (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[9723] = HEAP32[9723] & ~(1 << i4); + HEAP32[9729] = HEAP32[9729] & ~(1 << i4); break; } if ((i3 | 0) != (i1 | 0)) { @@ -30107,8 +30360,8 @@ function _dispose_chunk(i2, i3) { } while (0); HEAP32[i17 + 4 >> 2] = i6 | 1; HEAP32[i17 + i6 >> 2] = i6; - if ((i17 | 0) == (HEAP32[9728] | 0)) { - HEAP32[9725] = i6; + if ((i17 | 0) == (HEAP32[9734] | 0)) { + HEAP32[9731] = i6; return; } } else { @@ -30118,18 +30371,18 @@ function _dispose_chunk(i2, i3) { } i1 = i6 >>> 3; if (i6 >>> 0 < 256) { - i3 = 38932 + (i1 << 1 << 2) | 0; - i2 = HEAP32[9723] | 0; + i3 = 38956 + (i1 << 1 << 2) | 0; + i2 = HEAP32[9729] | 0; i1 = 1 << i1; if (i2 & i1) { i1 = i3 + 8 | 0; i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + if (i2 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); else { i15 = i1; i16 = i2; } } else { - HEAP32[9723] = i2 | i1; + HEAP32[9729] = i2 | i1; i15 = i3 + 8 | 0; i16 = i3; } @@ -30140,67 +30393,67 @@ function _dispose_chunk(i2, i3) { return; } i1 = i6 >>> 8; - if (i1) if (i6 >>> 0 > 16777215) i3 = 31; else { + if (i1) if (i6 >>> 0 > 16777215) i2 = 31; else { i15 = (i1 + 1048320 | 0) >>> 16 & 8; i16 = i1 << i15; i14 = (i16 + 520192 | 0) >>> 16 & 4; i16 = i16 << i14; - 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 = 39196 + (i3 << 2) | 0; - HEAP32[i17 + 28 >> 2] = i3; + 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; HEAP32[i17 + 20 >> 2] = 0; HEAP32[i17 + 16 >> 2] = 0; - i1 = HEAP32[9724] | 0; - i2 = 1 << i3; - if (!(i1 & i2)) { - HEAP32[9724] = i1 | i2; - HEAP32[i4 >> 2] = i17; - HEAP32[i17 + 24 >> 2] = i4; + i1 = HEAP32[9730] | 0; + i3 = 1 << i2; + if (!(i1 & i3)) { + HEAP32[9730] = i1 | i3; + HEAP32[i5 >> 2] = i17; + HEAP32[i17 + 24 >> 2] = i5; HEAP32[i17 + 12 >> 2] = i17; HEAP32[i17 + 8 >> 2] = i17; return; } - i5 = i6 << ((i3 | 0) == 31 ? 0 : 25 - (i3 >>> 1) | 0); - i1 = HEAP32[i4 >> 2] | 0; + i4 = i6 << ((i2 | 0) == 31 ? 0 : 25 - (i2 >>> 1) | 0); + i3 = HEAP32[i5 >> 2] | 0; while (1) { - if ((HEAP32[i1 + 4 >> 2] & -8 | 0) == (i6 | 0)) { - i3 = i1; - i4 = 127; + if ((HEAP32[i3 + 4 >> 2] & -8 | 0) == (i6 | 0)) { + i2 = 127; break; } - i2 = i1 + 16 + (i5 >>> 31 << 2) | 0; - i3 = HEAP32[i2 >> 2] | 0; - if (!i3) { - i4 = 124; + i1 = i3 + 16 + (i4 >>> 31 << 2) | 0; + i2 = HEAP32[i1 >> 2] | 0; + if (!i2) { + i2 = 124; break; } else { - i5 = i5 << 1; - i1 = i3; + i4 = i4 << 1; + i3 = i2; } } - if ((i4 | 0) == 124) { - if (i2 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); - HEAP32[i2 >> 2] = i17; - HEAP32[i17 + 24 >> 2] = i1; + if ((i2 | 0) == 124) { + if (i1 >>> 0 < (HEAP32[9733] | 0) >>> 0) _abort(); + HEAP32[i1 >> 2] = i17; + HEAP32[i17 + 24 >> 2] = i3; HEAP32[i17 + 12 >> 2] = i17; HEAP32[i17 + 8 >> 2] = i17; return; - } else if ((i4 | 0) == 127) { - i1 = i3 + 8 | 0; - i2 = HEAP32[i1 >> 2] | 0; - i16 = HEAP32[9727] | 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; + } 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; HEAP32[i17 + 12 >> 2] = i3; HEAP32[i17 + 24 >> 2] = 0; return; } } + function __ZNSt3__112__next_primeEj(i5) { i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0; @@ -30482,15 +30735,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: { - i5 = i12 + 4 | 0; - i4 = ((HEAP32[i5 >> 2] | 0) - (HEAP32[i12 >> 2] | 0) | 0) / 24 | 0; + i4 = i12 + 4 | 0; + i5 = ((HEAP32[i4 >> 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[i5 >> 2] | 0; + i2 = HEAP32[i4 >> 2] | 0; i3 = (i2 - (HEAP32[i12 >> 2] | 0) | 0) / 24 | 0; - if (!((i1 | 0) != (i6 | 0) & (i3 | 0) == (i4 + 1 | 0))) { + if (!((i1 | 0) != (i6 | 0) & (i3 | 0) == (i5 + 1 | 0))) { i1 = i2; while (1) { - if ((i3 | 0) == (i4 | 0)) { + if ((i3 | 0) == (i5 | 0)) { i1 = i6; break L1; } @@ -30498,9 +30751,9 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S while (1) { if ((i1 | 0) == (i2 | 0)) break; i12 = i1 + -24 | 0; - HEAP32[i5 >> 2] = i12; + HEAP32[i4 >> 2] = i12; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i12); - i1 = HEAP32[i5 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; } i1 = i2; i3 = i3 + -1 | 0; @@ -30572,7 +30825,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; - i5 = i10; + i4 = i10; if (i3 >>> 0 < i10 >>> 0) { HEAP32[i3 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; @@ -30587,15 +30840,15 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S } else { i2 = HEAP32[i6 >> 2] | 0; i10 = i3 - i2 | 0; - i4 = i10 >> 4; - i3 = i4 + 1 | 0; + i5 = i10 >> 4; + i3 = i5 + 1 | 0; if ((i10 | 0) < -16) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i6); - i2 = i5 - i2 | 0; + 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_(i11, i2, i4, i12 + 28 | 0); + __ZNSt3__114__split_bufferINS_6vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEERNS5_IS7_Lj4096EEEEC2EjjS9_(i11, i2, i5, i12 + 28 | 0); i12 = i11 + 8 | 0; i10 = HEAP32[i12 >> 2] | 0; HEAP32[i10 + 12 >> 2] = HEAP32[i8 + 12 >> 2]; @@ -30638,7 +30891,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, 36852) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i2 + -24 | 0, 0, 36878) | 0; i6 = i12 + 16 | 0; i2 = (HEAP32[i3 >> 2] | 0) + -24 | 0; HEAP32[i4 >> 2] = HEAP32[i12 + 12 >> 2]; @@ -30698,298 +30951,309 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_unresolved_typeINS0_2DbEEEPKcS4_S return i1 | 0; } -function _strstr(i1, i17) { +function _strstr(i1, i16) { i1 = i1 | 0; - 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; + 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; STACKTOP = STACKTOP + 1056 | 0; - 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; + 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; while (1) { - i3 = i3 & 65535; - if ((i3 | 0) == (i5 | 0)) break; - i2 = i2 + 1 | 0; - i4 = HEAP8[i2 >> 0] | 0; - if (!(i4 << 24 >> 24)) { - i1 = 0; + 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; break; } else { - i1 = i4; - i3 = i4 & 255 | i3 << 8; + i2 = i3; + i5 = i1; + i1 = i3 & 255 | i4 << 8; } } - i1 = i1 << 24 >> 24 ? i2 + -1 | 0 : 0; + i1 = i2 << 24 >> 24 ? i1 + -1 | 0 : 0; break; } - i2 = i15 + 2 | 0; - i1 = HEAP8[i2 >> 0] | 0; - if (i1 << 24 >> 24) { - i3 = HEAP8[i17 + 3 >> 0] | 0; + i5 = i1 + 2 | 0; + i2 = HEAP8[i5 >> 0] | 0; + if (i2 << 24 >> 24) { + i3 = HEAP8[i16 + 3 >> 0] | 0; if (!(i3 << 24 >> 24)) { - 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; + 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; break; } - 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; + 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; 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 + 1 | 0; + i2 = HEAP8[i1 >> 0] | 0; + i3 = i2 & 255 | i3 << 8; + } while (!(i2 << 24 >> 24 == 0 | (i3 | 0) == (i4 | 0))); } - i1 = i1 << 24 >> 24 ? i2 + -3 | 0 : 0; + i1 = i2 << 24 >> 24 ? i1 + -3 | 0 : 0; break; }; - 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; + 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; while (1) { - if (!(HEAP8[i15 + i3 >> 0] | 0)) { + if (!(HEAP8[i1 + i4 >> 0] | 0)) { i1 = 0; break; } - 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; + 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; break; - } else i3 = i2; + } else i4 = i3; } - L32 : do if ((i9 | 0) == 23) { - L34 : do if (i2 >>> 0 > 1) { - i4 = 1; - i9 = -1; - i1 = 0; + L32 : do if ((i10 | 0) == 23) { + L34 : do if (i3 >>> 0 > 1) { + i5 = 1; + i10 = -1; + i2 = 0; L35 : while (1) { - i8 = 1; + i9 = 1; while (1) { L39 : while (1) { - i5 = 1; + i7 = 1; while (1) { - 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; + i6 = HEAP8[i16 + (i7 + i10) >> 0] | 0; + i8 = HEAP8[i16 + i5 >> 0] | 0; + if (i6 << 24 >> 24 != i8 << 24 >> 24) { + i7 = i8; + i8 = i5; break L39; } - if ((i5 | 0) == (i8 | 0)) break; - i5 = i5 + 1 | 0; - i4 = i5 + i1 | 0; - if (i4 >>> 0 >= i2 >>> 0) { - i1 = i9; - i11 = i8; + if ((i7 | 0) == (i9 | 0)) break; + i7 = i7 + 1 | 0; + i5 = i7 + i2 | 0; + if (i5 >>> 0 >= i3 >>> 0) { + i2 = i10; + i13 = i9; break L35; } } - i1 = i1 + i8 | 0; - i4 = i1 + 1 | 0; - if (i4 >>> 0 >= i2 >>> 0) { - i1 = i9; - i11 = i8; + i2 = i2 + i9 | 0; + i5 = i2 + 1 | 0; + if (i5 >>> 0 >= i3 >>> 0) { + i2 = i10; + i13 = i9; break L35; } } - 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; + i9 = i8 - i10 | 0; + if ((i6 & 255) <= (i7 & 255)) break; + i2 = i8 + 1 | 0; + if (i2 >>> 0 < i3 >>> 0) { + i5 = i2; + i2 = i8; } else { - i1 = i9; - i11 = i6; + i2 = i10; + i13 = i9; break L35; } } - i4 = i1 + 2 | 0; - if (i4 >>> 0 >= i2 >>> 0) { - i11 = 1; + i5 = i2 + 2 | 0; + if (i5 >>> 0 >= i3 >>> 0) { + i13 = 1; break; } else { - i9 = i1; - i1 = i1 + 1 | 0; + i10 = i2; + i2 = i2 + 1 | 0; } } - i5 = 1; - i6 = -1; - i4 = 0; + i6 = 1; + i7 = -1; + i5 = 0; while (1) { - i7 = i4; - i4 = 1; + i8 = i5; + i5 = 1; while (1) { - i10 = i7; + i12 = i8; L54 : while (1) { - i7 = 1; + i9 = 1; while (1) { - i9 = HEAP8[i17 + (i7 + i6) >> 0] | 0; - i8 = HEAP8[i17 + i5 >> 0] | 0; - if (i9 << 24 >> 24 != i8 << 24 >> 24) { - i7 = i5; - i5 = i10; + 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; break L54; } - if ((i7 | 0) == (i4 | 0)) break; - i7 = i7 + 1 | 0; - i5 = i7 + i10 | 0; - if (i5 >>> 0 >= i2 >>> 0) { - i5 = i11; + if ((i9 | 0) == (i5 | 0)) break; + i9 = i9 + 1 | 0; + i6 = i9 + i12 | 0; + if (i6 >>> 0 >= i3 >>> 0) { + i6 = i13; break L34; } } - i10 = i10 + i4 | 0; - i5 = i10 + 1 | 0; - if (i5 >>> 0 >= i2 >>> 0) { - i5 = i11; + i12 = i12 + i5 | 0; + i6 = i12 + 1 | 0; + if (i6 >>> 0 >= i3 >>> 0) { + i6 = i13; break L34; } } - i4 = i7 - i6 | 0; - if ((i9 & 255) >= (i8 & 255)) { - i4 = i5; + i5 = i8 - i7 | 0; + if ((i11 & 255) >= (i9 & 255)) { + i5 = i6; break; } - i5 = i7 + 1 | 0; - if (i5 >>> 0 >= i2 >>> 0) { - i5 = i11; + i6 = i8 + 1 | 0; + if (i6 >>> 0 >= i3 >>> 0) { + i6 = i13; break L34; } } - i5 = i4 + 2 | 0; - if (i5 >>> 0 >= i2 >>> 0) { - i6 = i4; - i5 = i11; - i4 = 1; + i6 = i5 + 2 | 0; + if (i6 >>> 0 >= i3 >>> 0) { + i7 = i5; + i6 = i13; + i5 = 1; break; } else { - i6 = i4; - i4 = i4 + 1 | 0; + i7 = i5; + i5 = i5 + 1 | 0; } } } else { - i1 = -1; - i6 = -1; + i2 = -1; + i7 = -1; + i6 = 1; i5 = 1; - i4 = 1; } while (0); - i13 = (i6 + 1 | 0) >>> 0 > (i1 + 1 | 0) >>> 0; - i4 = i13 ? i4 : i5; - i13 = i13 ? i6 : i1; + i13 = (i7 + 1 | 0) >>> 0 > (i2 + 1 | 0) >>> 0; + i5 = i13 ? i5 : i6; + i13 = i13 ? i7 : i2; i12 = i13 + 1 | 0; - if (!(_memcmp(i17, i17 + i4 | 0, i12) | 0)) i14 = i2 - i4 | 0; else { - i4 = i2 - i13 + -1 | 0; + if (!(_memcmp(i16, i16 + i5 | 0, i12) | 0)) i14 = i3 - i5 | 0; else { + i5 = i3 - i13 + -1 | 0; i14 = 0; - i4 = (i13 >>> 0 > i4 >>> 0 ? i13 : i4) + 1 | 0; + i5 = (i13 >>> 0 > i5 >>> 0 ? i13 : i5) + 1 | 0; } - i9 = i2 | 63; - i10 = (i14 | 0) != 0; - i11 = i2 - i4 | 0; - i1 = i15; - i8 = 0; - i7 = i15; + i9 = i3 | 63; + i11 = (i14 | 0) != 0; + i10 = i3 - i5 | 0; + i8 = i1; + i7 = 0; + i6 = i1; L69 : while (1) { - 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) { + 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) { i1 = 0; break L32; - } else break; else { - i6 = i7 + i9 | 0; + } else { + i6 = i1; + break; + } else { + i6 = i6 + i9 | 0; break; } - } 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; + } 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; continue; } - 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; + 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; continue; } - i5 = i12 >>> 0 > i8 >>> 0 ? i12 : i8; - i7 = HEAP8[i17 + i5 >> 0] | 0; - L83 : do if (!(i7 << 24 >> 24)) i5 = i12; else { + i1 = i12 >>> 0 > i7 >>> 0 ? i12 : i7; + i2 = HEAP8[i16 + i1 >> 0] | 0; + L83 : do if (!(i2 << 24 >> 24)) i1 = i12; else { while (1) { - 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; + 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; break L83; } } - i1 = i1 + (i5 - i13) | 0; - i8 = 0; - i7 = i6; + i8 = i8 + (i1 - i13) | 0; + i7 = 0; continue L69; } while (0); do { - 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; + 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; } } while (0); } else i1 = 0; } else i1 = 0; } else i1 = 0; - } else i1 = i15; + } } else i1 = 0; } while (0); - STACKTOP = i19; + STACKTOP = i18; return i1 | 0; } - function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31) { i33 = i33 | 0; i31 = i31 | 0; @@ -30997,193 +31261,192 @@ function __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i33, i31 i36 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i35 = i36 + 20 | 0; - i30 = i36 + 16 | 0; + i28 = i36 + 16 | 0; i32 = i36 + 12 | 0; - i24 = i36 + 8 | 0; - i29 = i36; - i25 = i36 + 4 | 0; - i26 = i33 + 4 | 0; - i27 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i26 >> 2] | 0) | 0; + i30 = i36 + 8 | 0; + i27 = i36; + i29 = i36 + 4 | 0; + i24 = i33 + 4 | 0; + i25 = __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(HEAP32[i24 >> 2] | 0) | 0; i34 = i33 + 56 | 0; - HEAP32[i34 >> 2] = i27; + HEAP32[i34 >> 2] = i25; 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[i27 >> 2] = i1; + HEAP32[i25 >> 2] = i1; i1 = i33 + 32 | 0; i2 = 2; } else { i1 = i33 + 32 | 0; i2 = __ZN4wasm4Name7fromIntEj(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[i27 >> 2] = i2; + HEAP32[i25 >> 2] = i2; i2 = 1; } HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 1; - i9 = i27 + 36 | 0; - HEAP32[i9 >> 2] = 0; - i10 = i33 + 72 | 0; - HEAP32[i10 >> 2] = 0; + i15 = i25 + 36 | 0; + HEAP32[i15 >> 2] = 0; + i18 = i33 + 72 | 0; + HEAP32[i18 >> 2] = 0; HEAP32[i33 + 76 >> 2] = 0; HEAP32[i35 >> 2] = 0; - i11 = i35 + 4 | 0; - HEAP32[i11 >> 2] = 0; + i9 = i35 + 4 | 0; + HEAP32[i9 >> 2] = 0; HEAP32[i35 + 8 >> 2] = 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; + 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; i1 = 0; - i8 = i2; while (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[9549] | 0) | (i5 | 0) == (HEAP32[9556] | 0)) { - i2 = 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; while (1) { - if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i7) | 0) >>> 0) break L8; - HEAP32[i30 >> 2] = 0; + if (i3 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break L8; + HEAP32[i28 >> 2] = 0; HEAP32[i32 >> 2] = 0; - 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; + 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; } else { - 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; + 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; HEAP32[i32 >> 2] = i6; } - i2 = i2 + 1 | 0; - do if ((i5 | 0) == (HEAP32[9549] | 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; + 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; break; } else { - __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i17, i30, i32); + __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i21, i28, i32); break; } } else { - 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; + 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; break; } else { - __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i23, i30, i32); + __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i19, i28, i32); break; } } while (0); - 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; + 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; } } else { - if ((i5 | 0) == (HEAP32[9550] | 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; + 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; break; } - if ((i5 | 0) == (HEAP32[9557] | 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; + 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; i7 = 0; while (1) { - 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; + 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; i7 = i7 + 1 | 0; } break; } - 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) { + 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) { if (!i1) { - 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; + 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; } - HEAP32[i9 >> 2] = i1; + HEAP32[i15 >> 2] = i1; } - i2 = i1 + 16 | 0; - i3 = HEAP32[i2 >> 2] | 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, i30); + __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i28); break; } else { - HEAP32[i3 >> 2] = i4; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + HEAP32[i3 >> 2] = i5; + HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; break; } - } else HEAP32[i9 >> 2] = i2; while (0); + } else HEAP32[i15 >> 2] = i3; while (0); } while (0); - i8 = i8 + 1 | 0; + i2 = i2 + 1 | 0; } - if (!(HEAP32[i9 >> 2] | 0)) { - i32 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i26 >> 2] | 0) | 0; - HEAP32[i9 >> 2] = i32; + if (!(HEAP32[i15 >> 2] | 0)) { + i32 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i24 >> 2] | 0) | 0; + HEAP32[i15 >> 2] = i32; } - __ZN4wasm6Module11addFunctionEPNS_8FunctionE(HEAP32[i33 >> 2] | 0, i27); + __ZN4wasm6Module11addFunctionEPNS_8FunctionE(HEAP32[i33 >> 2] | 0, i25); __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameENS2_8WasmTypeEEENS_19__map_value_compareIS3_S5_NS_4lessIS3_EELb1EEENS_9allocatorIS5_EEE5clearEv(i33 + 60 | 0); i3 = HEAP32[i33 + 80 >> 2] | 0; - i1 = i33 + 84 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i33 + 84 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i33 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i33; - i2 = i33; + if ((i1 | 0) == (i3 | 0)) break; + i33 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i33; + i1 = i33; } HEAP32[i34 >> 2] = 0; __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i35); @@ -31206,28 +31469,28 @@ function __ZNSt3__111__money_putIcE13__gather_infoEbbRKNS_6localeERNS_10money_ba i24 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; i4 = i24 + 108 | 0; - 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; + 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; if (i1) { - i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42156) | 0; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42180) | 0; i1 = HEAP32[i3 >> 2] | 0; if (i12) { FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 127](i4, 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); + 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); if (!(HEAP8[i14 >> 0] & 1)) { HEAP8[i14 + 1 >> 0] = 0; HEAP8[i14 >> 0] = 0; @@ -31236,25 +31499,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](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); + 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; @@ -31263,23 +31526,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; @@ -31288,17 +31551,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; @@ -31307,28 +31570,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[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; } else { - i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42148) | 0; + i3 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42172) | 0; i1 = HEAP32[i3 >> 2] | 0; if (i12) { - 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); + 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); if (!(HEAP8[i14 >> 0] & 1)) { HEAP8[i14 + 1 >> 0] = 0; HEAP8[i14 >> 0] = 0; @@ -31337,25 +31600,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](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); if (!(HEAP8[i14 >> 0] & 1)) { HEAP8[i14 + 1 >> 0] = 0; HEAP8[i14 >> 0] = 0; @@ -31364,23 +31627,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; @@ -31389,17 +31652,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; @@ -31408,16 +31671,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[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; } HEAP32[i23 >> 2] = i1; @@ -31487,7 +31750,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[29006 + i4 >> 0] | 0) > 15) { + if ((HEAPU8[31458 + i4 >> 0] | 0) > 15) { i1 = (HEAP32[i14 >> 2] | 0) == 0; if (!i1) HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + -1; if (!i6) { @@ -31511,7 +31774,7 @@ function ___intscan(i13, i3, i6, i1, i2) { } } else { i3 = i5 ? 10 : i3; - if ((HEAPU8[29006 + i4 >> 0] | 0) >>> 0 < i3 >>> 0) i10 = 32; else { + if ((HEAPU8[31458 + 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; @@ -31538,39 +31801,37 @@ function ___intscan(i13, i3, i6, i1, i2) { break; } else i4 = i5; } - i5 = 0; + i6 = 0; } else { i3 = 0; - i5 = 0; + i6 = 0; } - i6 = i4 + -48 | 0; - if (i6 >>> 0 < 10) { + i5 = i4 + -48 | 0; + if (i5 >>> 0 < 10) { while (1) { - i7 = ___muldi3(i3 | 0, i5 | 0, 10, 0) | 0; + i7 = ___muldi3(i3 | 0, i6 | 0, 10, 0) | 0; i8 = tempRet0; - i9 = ((i6 | 0) < 0) << 31 >> 31; + i9 = ((i5 | 0) < 0) << 31 >> 31; i11 = ~i9; - 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; + 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; } else i4 = ___shgetc(i13) | 0; - i6 = i4 + -48 | 0; - if (!(i6 >>> 0 < 10 & (i5 >>> 0 < 429496729 | (i5 | 0) == 429496729 & i3 >>> 0 < 2576980378))) { - i7 = i3; + i5 = i4 + -48 | 0; + if (i5 >>> 0 < 10 & (i6 >>> 0 < 429496729 | (i6 | 0) == 429496729 & i7 >>> 0 < 2576980378)) i3 = i7; else { + i3 = i7; break; } } - if (i6 >>> 0 > 9) { - i4 = i7; + if (i5 >>> 0 > 9) { + i4 = i3; i3 = i12; } else { + i5 = i3; i3 = 10; i10 = 72; } @@ -31581,8 +31842,8 @@ function ___intscan(i13, i3, i6, i1, i2) { } else i10 = 46; L63 : do if ((i10 | 0) == 46) { if (!(i3 + -1 & i3)) { - i10 = HEAP8[29262 + ((i3 * 23 | 0) >>> 5 & 7) >> 0] | 0; - i5 = HEAP8[29006 + i4 >> 0] | 0; + i10 = HEAP8[31714 + ((i3 * 23 | 0) >>> 5 & 7) >> 0] | 0; + i5 = HEAP8[31458 + i4 >> 0] | 0; i6 = i5 & 255; if (i6 >>> 0 < i3 >>> 0) { i4 = 0; @@ -31593,7 +31854,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[29006 + i4 >> 0] | 0; + i5 = HEAP8[31458 + i4 >> 0] | 0; i6 = i5 & 255; if (!(i7 >>> 0 < 134217728 & i6 >>> 0 < i3 >>> 0)) break; else i4 = i7; } @@ -31605,12 +31866,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 = i6; + i5 = i7; i10 = 72; break; - } else i4 = i6; + } while (1) { - i7 = _bitshift64Shl(i7 | 0, i4 | 0, i10 | 0) | 0; + i7 = _bitshift64Shl(i7 | 0, i6 | 0, i10 | 0) | 0; i6 = tempRet0; i7 = i5 & 255 | i7; i4 = HEAP32[i15 >> 2] | 0; @@ -31618,90 +31879,92 @@ function ___intscan(i13, i3, i6, i1, i2) { HEAP32[i15 >> 2] = i4 + 1; i4 = HEAPU8[i4 >> 0] | 0; } else i4 = ___shgetc(i13) | 0; - i5 = HEAP8[29006 + i4 >> 0] | 0; + i5 = HEAP8[31458 + i4 >> 0] | 0; if ((i5 & 255) >>> 0 >= i3 >>> 0 | (i6 >>> 0 > i9 >>> 0 | (i6 | 0) == (i9 | 0) & i7 >>> 0 > i8 >>> 0)) { - i5 = i6; + i5 = i7; i10 = 72; break L63; - } else i4 = i6; + } } } - i5 = HEAP8[29006 + i4 >> 0] | 0; - i6 = i5 & 255; - if (i6 >>> 0 < i3 >>> 0) { + i6 = HEAP8[31458 + i4 >> 0] | 0; + i5 = i6 & 255; + if (i5 >>> 0 < i3 >>> 0) { i4 = 0; while (1) { - i7 = i6 + (Math_imul(i4, i3) | 0) | 0; + i7 = i5 + (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; - i5 = HEAP8[29006 + i4 >> 0] | 0; - i6 = i5 & 255; - if (!(i7 >>> 0 < 119304647 & i6 >>> 0 < i3 >>> 0)) break; else i4 = i7; + i6 = HEAP8[31458 + i4 >> 0] | 0; + i5 = i6 & 255; + if (!(i7 >>> 0 < 119304647 & i5 >>> 0 < i3 >>> 0)) { + i5 = i7; + break; + } else i4 = i7; } - i6 = 0; + i7 = 0; } else { + i5 = 0; i7 = 0; - i6 = 0; } - if ((i5 & 255) >>> 0 < i3 >>> 0) { + if ((i6 & 255) >>> 0 < i3 >>> 0) { i10 = ___udivdi3(-1, -1, i3 | 0, 0) | 0; i11 = tempRet0; - i9 = i6; while (1) { - if (i9 >>> 0 > i11 >>> 0 | (i9 | 0) == (i11 | 0) & i7 >>> 0 > i10 >>> 0) { - i5 = i9; + if (i7 >>> 0 > i11 >>> 0 | (i7 | 0) == (i11 | 0) & i5 >>> 0 > i10 >>> 0) { + i6 = i7; i10 = 72; break L63; } - i6 = ___muldi3(i7 | 0, i9 | 0, i3 | 0, 0) | 0; + i9 = ___muldi3(i5 | 0, i7 | 0, i3 | 0, 0) | 0; i8 = tempRet0; - i5 = i5 & 255; - if (i8 >>> 0 > 4294967295 | (i8 | 0) == -1 & i6 >>> 0 > ~i5 >>> 0) { - i5 = i9; + i6 = i6 & 255; + if (i8 >>> 0 > 4294967295 | (i8 | 0) == -1 & i9 >>> 0 > ~i6 >>> 0) { + i6 = i7; i10 = 72; break L63; } - i7 = _i64Add(i5 | 0, 0, i6 | 0, i8 | 0) | 0; - i6 = tempRet0; + i5 = _i64Add(i6 | 0, 0, i9 | 0, i8 | 0) | 0; + i7 = 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 = HEAP8[29006 + i4 >> 0] | 0; - if ((i5 & 255) >>> 0 >= i3 >>> 0) { - i5 = i6; + i6 = HEAP8[31458 + i4 >> 0] | 0; + if ((i6 & 255) >>> 0 >= i3 >>> 0) { + i6 = i7; i10 = 72; break; - } else i9 = i6; + } } } else { - i5 = i6; + i6 = i7; i10 = 72; } } while (0); - if ((i10 | 0) == 72) if ((HEAPU8[29006 + i4 >> 0] | 0) >>> 0 < i3 >>> 0) { + if ((i10 | 0) == 72) if ((HEAPU8[31458 + 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[29006 + i4 >> 0] | 0) >>> 0 < i3 >>> 0); - i5 = ___errno_location() | 0; - HEAP32[i5 >> 2] = 34; - i5 = i2; + } while ((HEAPU8[31458 + i4 >> 0] | 0) >>> 0 < i3 >>> 0); + i6 = ___errno_location() | 0; + HEAP32[i6 >> 2] = 34; + i6 = i2; i4 = i1; i3 = (i1 & 1 | 0) == 0 & 0 == 0 ? i12 : 0; } else { - i4 = i7; + i4 = i5; i3 = i12; } if (HEAP32[i14 >> 2] | 0) HEAP32[i15 >> 2] = (HEAP32[i15 >> 2] | 0) + -1; - if (!(i5 >>> 0 < i2 >>> 0 | (i5 | 0) == (i2 | 0) & i4 >>> 0 < i1 >>> 0)) { + if (!(i6 >>> 0 < i2 >>> 0 | (i6 | 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; @@ -31709,14 +31972,14 @@ function ___intscan(i13, i3, i6, i1, i2) { i2 = tempRet0; break; } - if (i5 >>> 0 > i2 >>> 0 | (i5 | 0) == (i2 | 0) & i4 >>> 0 > i1 >>> 0) { + if (i6 >>> 0 > i2 >>> 0 | (i6 | 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, i5 ^ i1 | 0, i3 | 0, i1 | 0) | 0; + i1 = _i64Subtract(i4 ^ i3 | 0, i6 ^ i1 | 0, i3 | 0, i1 | 0) | 0; i2 = tempRet0; } while (0); tempRet0 = i2; @@ -31738,68 +32001,68 @@ function __ZNSt3__111__money_putIwE13__gather_infoEbbRKNS_6localeERNS_10money_ba i23 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; i3 = i23 + 108 | 0; - 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; + 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; if (i1) { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42172) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42196) | 0; i1 = HEAP32[i2 >> 2] | 0; if (i11) { FUNCTION_TABLE_vii[HEAP32[i1 + 44 >> 2] & 127](i3, 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); + 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); 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](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); + 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; @@ -31808,82 +32071,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[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; } else { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42164) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42188) | 0; i1 = HEAP32[i2 >> 2] | 0; if (i11) { - 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); + 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); 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](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); 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; @@ -31892,30 +32155,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[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; } HEAP32[i22 >> 2] = i1; @@ -31928,7 +32191,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; - i1 = i16 + 336 | 0; + i2 = i16 + 336 | 0; i3 = i16 + 308 | 0; i4 = i16 + 280 | 0; i5 = i16 + 252 | 0; @@ -31942,134 +32205,134 @@ function __ZN6cashew4InitC2Ev(i1) { i13 = i16 + 28 | 0; i14 = i16; i15 = i16 + 364 | 0; - __ZN6cashew10IStringSetC2EPKc(i1, 36861); - HEAP8[i1 + 20 >> 0] = 0; - HEAP32[i1 + 24 >> 2] = 0; - i2 = HEAP32[9685] | 0; - if (i2 >>> 0 < (HEAP32[9686] | 0) >>> 0) { - __ZN6cashew13OperatorClassC2EOS0_(i2, i1); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i1); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i1); - __ZN6cashew10IStringSetC2EPKc(i3, 28439); + __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); HEAP8[i3 + 20 >> 0] = 1; HEAP32[i3 + 24 >> 2] = 1; - i1 = HEAP32[9685] | 0; - if (i1 >>> 0 < (HEAP32[9686] | 0) >>> 0) { + i1 = HEAP32[9691] | 0; + if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i3); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i3); + HEAP32[9691] = (HEAP32[9691] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i3); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i3); - __ZN6cashew10IStringSetC2EPKc(i4, 28447); + __ZN6cashew10IStringSetC2EPKc(i4, 28473); HEAP8[i4 + 20 >> 0] = 0; HEAP32[i4 + 24 >> 2] = 0; - i1 = HEAP32[9685] | 0; - if (i1 >>> 0 < (HEAP32[9686] | 0) >>> 0) { + i1 = HEAP32[9691] | 0; + if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i4); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i4); + HEAP32[9691] = (HEAP32[9691] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i4); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i4); - __ZN6cashew10IStringSetC2EPKc(i5, 28453); + __ZN6cashew10IStringSetC2EPKc(i5, 28479); HEAP8[i5 + 20 >> 0] = 0; HEAP32[i5 + 24 >> 2] = 0; - i1 = HEAP32[9685] | 0; - if (i1 >>> 0 < (HEAP32[9686] | 0) >>> 0) { + i1 = HEAP32[9691] | 0; + if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i5); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i5); + HEAP32[9691] = (HEAP32[9691] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i5); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i5); - __ZN6cashew10IStringSetC2EPKc(i6, 28457); + __ZN6cashew10IStringSetC2EPKc(i6, 28483); HEAP8[i6 + 20 >> 0] = 0; HEAP32[i6 + 24 >> 2] = 0; - i1 = HEAP32[9685] | 0; - if (i1 >>> 0 < (HEAP32[9686] | 0) >>> 0) { + i1 = HEAP32[9691] | 0; + if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i6); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i6); + HEAP32[9691] = (HEAP32[9691] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i6); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i6); - __ZN6cashew10IStringSetC2EPKc(i7, 28467); + __ZN6cashew10IStringSetC2EPKc(i7, 28493); HEAP8[i7 + 20 >> 0] = 0; HEAP32[i7 + 24 >> 2] = 0; - i1 = HEAP32[9685] | 0; - if (i1 >>> 0 < (HEAP32[9686] | 0) >>> 0) { + i1 = HEAP32[9691] | 0; + if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i7); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i7); + HEAP32[9691] = (HEAP32[9691] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i7); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i7); - __ZN6cashew10IStringSetC2EPKc(i8, 28477); + __ZN6cashew10IStringSetC2EPKc(i8, 28503); HEAP8[i8 + 20 >> 0] = 0; HEAP32[i8 + 24 >> 2] = 0; - i1 = HEAP32[9685] | 0; - if (i1 >>> 0 < (HEAP32[9686] | 0) >>> 0) { + i1 = HEAP32[9691] | 0; + if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i8); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i8); + HEAP32[9691] = (HEAP32[9691] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i8); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i8); - __ZN6cashew10IStringSetC2EPKc(i9, 35875); + __ZN6cashew10IStringSetC2EPKc(i9, 35901); HEAP8[i9 + 20 >> 0] = 0; HEAP32[i9 + 24 >> 2] = 0; - i1 = HEAP32[9685] | 0; - if (i1 >>> 0 < (HEAP32[9686] | 0) >>> 0) { + i1 = HEAP32[9691] | 0; + if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i9); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i9); + HEAP32[9691] = (HEAP32[9691] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i9); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i9); - __ZN6cashew10IStringSetC2EPKc(i10, 36868); + __ZN6cashew10IStringSetC2EPKc(i10, 36894); HEAP8[i10 + 20 >> 0] = 0; HEAP32[i10 + 24 >> 2] = 0; - i1 = HEAP32[9685] | 0; - if (i1 >>> 0 < (HEAP32[9686] | 0) >>> 0) { + i1 = HEAP32[9691] | 0; + if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i10); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i10); + HEAP32[9691] = (HEAP32[9691] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i10); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i10); - __ZN6cashew10IStringSetC2EPKc(i11, 36932); + __ZN6cashew10IStringSetC2EPKc(i11, 36958); HEAP8[i11 + 20 >> 0] = 0; HEAP32[i11 + 24 >> 2] = 0; - i1 = HEAP32[9685] | 0; - if (i1 >>> 0 < (HEAP32[9686] | 0) >>> 0) { + i1 = HEAP32[9691] | 0; + if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i11); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i11); + HEAP32[9691] = (HEAP32[9691] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i11); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i11); - __ZN6cashew10IStringSetC2EPKc(i12, 28483); + __ZN6cashew10IStringSetC2EPKc(i12, 28509); HEAP8[i12 + 20 >> 0] = 1; HEAP32[i12 + 24 >> 2] = 3; - i1 = HEAP32[9685] | 0; - if (i1 >>> 0 < (HEAP32[9686] | 0) >>> 0) { + i1 = HEAP32[9691] | 0; + if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i12); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i12); + HEAP32[9691] = (HEAP32[9691] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i12); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i12); - __ZN6cashew10IStringSetC2EPKc(i13, 35880); + __ZN6cashew10IStringSetC2EPKc(i13, 35906); HEAP8[i13 + 20 >> 0] = 1; HEAP32[i13 + 24 >> 2] = 0; - i1 = HEAP32[9685] | 0; - if (i1 >>> 0 < (HEAP32[9686] | 0) >>> 0) { + i1 = HEAP32[9691] | 0; + if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i13); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i13); + HEAP32[9691] = (HEAP32[9691] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, i13); __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i13); - __ZN6cashew10IStringSetC2EPKc(i14, 35907); + __ZN6cashew10IStringSetC2EPKc(i14, 35933); HEAP8[i14 + 20 >> 0] = 1; HEAP32[i14 + 24 >> 2] = 0; - i1 = HEAP32[9685] | 0; - if (i1 >>> 0 < (HEAP32[9686] | 0) >>> 0) { + i1 = HEAP32[9691] | 0; + if (i1 >>> 0 < (HEAP32[9692] | 0) >>> 0) { __ZN6cashew13OperatorClassC2EOS0_(i1, i14); - HEAP32[9685] = (HEAP32[9685] | 0) + 28; - } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38736, i14); + HEAP32[9691] = (HEAP32[9691] | 0) + 28; + } else __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(38760, 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(38748, 4); + __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE6resizeEj(38772, 4); i2 = 0; while (1) { - i1 = HEAP32[9684] | 0; - if (i2 >>> 0 >= (((HEAP32[9685] | 0) - i1 | 0) / 28 | 0) >>> 0) break; + i1 = HEAP32[9690] | 0; + if (i2 >>> 0 >= (((HEAP32[9691] | 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[9687] | 0) + ((HEAP32[(HEAP32[9684] | 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[9693] | 0) + ((HEAP32[(HEAP32[9690] | 0) + (i2 * 28 | 0) + 24 >> 2] | 0) * 20 | 0) | 0, i15) | 0; HEAP32[i14 >> 2] = i2; } i2 = i2 + 1 | 0; @@ -32078,81 +32341,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, i8, i16, i18, i17, i19, i13, i7, i20) { +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) { i1 = i1 | 0; i2 = i2 | 0; - i8 = i8 | 0; + i6 = i6 | 0; i16 = i16 | 0; i18 = i18 | 0; i17 = i17 | 0; i19 = i19 | 0; - i13 = i13 | 0; - i7 = i7 | 0; + i11 = i11 | 0; + i5 = i5 | 0; i20 = i20 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0, i15 = 0, i21 = 0; + var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i21 = 0; i21 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; i3 = i21 + 100 | 0; - i5 = i21 + 88 | 0; - i9 = i21 + 76 | 0; - i11 = i21 + 64 | 0; - i14 = i21 + 52 | 0; + i7 = i21 + 88 | 0; + i10 = i21 + 76 | 0; + i13 = i21 + 64 | 0; + i15 = i21 + 52 | 0; i4 = i21 + 48 | 0; - i6 = i21 + 36 | 0; - i10 = i21 + 24 | 0; + i8 = i21 + 36 | 0; + i9 = i21 + 24 | 0; i12 = i21 + 12 | 0; - i15 = i21; + i14 = i21; if (i1) { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42156) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42180) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 127](i3, i2); - 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; + 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; } else { - HEAP8[HEAP32[i7 + 8 >> 2] >> 0] = 0; - HEAP32[i7 + 4 >> 2] = 0; + HEAP8[HEAP32[i5 + 8 >> 2] >> 0] = 0; + HEAP32[i5 + 4 >> 2] = 0; } - __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]; + __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]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i5 + (i1 << 2) >> 2] = 0; + HEAP32[i7 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 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; + __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; } else { - HEAP8[HEAP32[i13 + 8 >> 2] >> 0] = 0; - HEAP32[i13 + 4 >> 2] = 0; + HEAP8[HEAP32[i11 + 8 >> 2] >> 0] = 0; + HEAP32[i11 + 4 >> 2] = 0; } - __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]; + __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]; 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](i11, i2); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i13, i2); if (!(HEAP8[i17 >> 0] & 1)) { HEAP8[i17 + 1 >> 0] = 0; HEAP8[i17 >> 0] = 0; @@ -32161,17 +32424,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[i11 >> 2]; - HEAP32[i17 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; - HEAP32[i17 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; + HEAP32[i17 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i17 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; + HEAP32[i17 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i11 + (i1 << 2) >> 2] = 0; + HEAP32[i13 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i14, i2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i13); + 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; @@ -32180,65 +32443,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[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; } else { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42148) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42172) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 127](i4, i2); - 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; + 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; } else { - HEAP8[HEAP32[i7 + 8 >> 2] >> 0] = 0; - HEAP32[i7 + 4 >> 2] = 0; + HEAP8[HEAP32[i5 + 8 >> 2] >> 0] = 0; + HEAP32[i5 + 4 >> 2] = 0; } - __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]; + __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]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i6 + (i1 << 2) >> 2] = 0; + HEAP32[i8 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 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; + __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; } else { - HEAP8[HEAP32[i13 + 8 >> 2] >> 0] = 0; - HEAP32[i13 + 4 >> 2] = 0; + HEAP8[HEAP32[i11 + 8 >> 2] >> 0] = 0; + HEAP32[i11 + 4 >> 2] = 0; } - __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]; + __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]; 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](i12, i2); @@ -32260,7 +32523,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](i15, i2); + 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; @@ -32269,16 +32532,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[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; } HEAP32[i20 >> 2] = i1; @@ -32286,71 +32549,71 @@ 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, i8, i16, i18, i17, i19, i13, i7, i20) { +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) { i1 = i1 | 0; i2 = i2 | 0; - i8 = i8 | 0; + i6 = i6 | 0; i16 = i16 | 0; i18 = i18 | 0; i17 = i17 | 0; i19 = i19 | 0; - i13 = i13 | 0; - i7 = i7 | 0; + i11 = i11 | 0; + i5 = i5 | 0; i20 = i20 | 0; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i14 = 0, i15 = 0, i21 = 0; + var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i21 = 0; i21 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; i3 = i21 + 100 | 0; - i5 = i21 + 88 | 0; - i9 = i21 + 76 | 0; - i11 = i21 + 64 | 0; - i14 = i21 + 52 | 0; + i7 = i21 + 88 | 0; + i10 = i21 + 76 | 0; + i13 = i21 + 64 | 0; + i15 = i21 + 52 | 0; i4 = i21 + 48 | 0; - i6 = i21 + 36 | 0; - i10 = i21 + 24 | 0; + i8 = i21 + 36 | 0; + i9 = i21 + 24 | 0; i12 = i21 + 12 | 0; - i15 = i21; + i14 = i21; if (i1) { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42172) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42196) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 127](i3, i2); - 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]; + 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]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i5 + (i1 << 2) >> 2] = 0; + HEAP32[i7 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __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]; + __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]; 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](i11, i2); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i13, i2); if (!(HEAP8[i17 >> 0] & 1)) { HEAP8[i17 + 1 >> 0] = 0; HEAP8[i17 >> 0] = 0; @@ -32359,69 +32622,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[i11 >> 2]; - HEAP32[i17 + 4 >> 2] = HEAP32[i11 + 4 >> 2]; - HEAP32[i17 + 8 >> 2] = HEAP32[i11 + 8 >> 2]; + HEAP32[i17 >> 2] = HEAP32[i13 >> 2]; + HEAP32[i17 + 4 >> 2] = HEAP32[i13 + 4 >> 2]; + HEAP32[i17 + 8 >> 2] = HEAP32[i13 + 8 >> 2]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i11 + (i1 << 2) >> 2] = 0; + HEAP32[i13 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 24 >> 2] & 127](i14, i2); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i13); + 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; } else { - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42164) | 0; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 42188) | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 44 >> 2] & 127](i4, i2); - 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]; + 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]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i6 + (i1 << 2) >> 2] = 0; + HEAP32[i8 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - __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]; + __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]; 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](i12, i2); @@ -32443,20 +32706,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](i15, i2); + 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; } HEAP32[i20 >> 2] = i1; @@ -32464,14 +32727,14 @@ function __ZNSt3__111__money_getIwE13__gather_infoEbRKNS_6localeERNS_10money_bas return; } -function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(i1, i8, i7) { +function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(i1, i8, i6) { i1 = i1 | 0; i8 = i8 | 0; - i7 = i7 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0; + i6 = i6 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i6 = i9; + i7 = i9; L1 : do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -32500,57 +32763,57 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI break L1; } __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 91) | 0; - if (i7) { + if (i6) { i5 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i6 >> 2] = i5; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40436) | 0; + HEAP32[i7 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40460) | 0; i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 31](i5, 10) | 0; - __ZNSt3__16localeD2Ev(i6); + __ZNSt3__16localeD2Ev(i7); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i5) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; - HEAP32[9594] = (HEAP32[9594] | 0) + 1; + HEAP32[9600] = (HEAP32[9600] | 0) + 1; } i2 = 0; while (1) { i5 = HEAP32[i1 >> 2] | 0; if (i2 >>> 0 >= (HEAP32[i5 + 4 >> 2] | 0) - (HEAP32[i5 >> 2] | 0) >> 2 >>> 0) break; - do if (i2) if (i7) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 35907) | 0; + do if (i2) if (i6) { + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 35933) | 0; i5 = __ZNKSt3__18ios_base6getlocEv(i3 + (HEAP32[(HEAP32[i3 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i6 >> 2] = i5; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40436) | 0; + HEAP32[i7 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40460) | 0; i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 31](i5, 10) | 0; - __ZNSt3__16localeD2Ev(i6); + __ZNSt3__16localeD2Ev(i7); __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, 36454) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 36480) | 0; i3 = 0; break; } else i3 = 0; while (0); while (1) { - if ((i3 | 0) >= (HEAP32[9594] | 0)) break; + if ((i3 | 0) >= (HEAP32[9600] | 0)) break; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15325) | 0; i3 = i3 + 1 | 0; } - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) + (i2 << 2) >> 2] | 0, i8, i7); + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) + (i2 << 2) >> 2] | 0, i8, i6); i2 = i2 + 1 | 0; } - if (i7) { + if (i6) { i1 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i6 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40436) | 0; + HEAP32[i7 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40460) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 10) | 0; - __ZNSt3__16localeD2Ev(i6); + __ZNSt3__16localeD2Ev(i7); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i1) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; - HEAP32[9594] = (HEAP32[9594] | 0) + -1; + HEAP32[9600] = (HEAP32[9600] | 0) + -1; i1 = 0; } else i1 = 0; while (1) { - if ((i1 | 0) >= (HEAP32[9594] | 0)) break; + if ((i1 | 0) >= (HEAP32[9600] | 0)) break; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15325) | 0; i1 = i1 + 1 | 0; } @@ -32564,21 +32827,21 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI } case 4: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, HEAP8[i1 + 8 >> 0] | 0 ? 35830 : 35824) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, HEAP8[i1 + 8 >> 0] | 0 ? 35856 : 35850) | 0; break; } case 5: { __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 123) | 0; - if (i7) { + if (i6) { i5 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i6 >> 2] = i5; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40436) | 0; + HEAP32[i7 >> 2] = i5; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40460) | 0; i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i5 >> 2] | 0) + 28 >> 2] & 31](i5, 10) | 0; - __ZNSt3__16localeD2Ev(i6); + __ZNSt3__16localeD2Ev(i7); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i5) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; - HEAP32[9594] = (HEAP32[9594] | 0) + 1; + HEAP32[9600] = (HEAP32[9600] | 0) + 1; i5 = i8; } else i5 = i8; i1 = (HEAP32[i1 + 8 >> 2] | 0) + 8 | 0; @@ -32589,38 +32852,38 @@ 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, 36454) | 0, i7) : 0) { + if (!i2 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 36480) | 0, i6) : 0) { i2 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i6 >> 2] = i2; - i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40436) | 0; + HEAP32[i7 >> 2] = i2; + i2 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40460) | 0; i2 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 28 >> 2] & 31](i2, 10) | 0; - __ZNSt3__16localeD2Ev(i6); + __ZNSt3__16localeD2Ev(i7); __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[9594] | 0)) break; + if ((i2 | 0) >= (HEAP32[9600] | 0)) break; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15325) | 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, i7); + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(i4, i8, i6); i2 = 0; } - if (i7) { + if (i6) { i1 = __ZNKSt3__18ios_base6getlocEv(i5 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i6 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40436) | 0; + HEAP32[i7 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40460) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 10) | 0; - __ZNSt3__16localeD2Ev(i6); + __ZNSt3__16localeD2Ev(i7); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i8, i1) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i8) | 0; - HEAP32[9594] = (HEAP32[9594] | 0) + -1; + HEAP32[9600] = (HEAP32[9600] | 0) + -1; i1 = 0; } else i1 = 0; while (1) { - if ((i1 | 0) >= (HEAP32[9594] | 0)) break; + if ((i1 | 0) >= (HEAP32[9600] | 0)) break; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 15325) | 0; i1 = i1 + 1 | 0; } @@ -32634,33 +32897,32 @@ function __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsI return; } -function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i17, i18, i19, i15, i20, i16, i1, i14) { +function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKwSC_(i17, i18, i19, i10, i20, i11, i1, i9) { i17 = i17 | 0; i18 = i18 | 0; i19 = i19 | 0; - i15 = i15 | 0; + i10 = i10 | 0; i20 = i20 | 0; - i16 = i16 | 0; + i11 = i11 | 0; i1 = i1 | 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; + 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; i22 = STACKTOP; STACKTOP = STACKTOP + 32 | 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, 40468) | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i2) | 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; HEAP32[i20 >> 2] = 0; + i3 = 0; i2 = i1; - i1 = 0; L1 : while (1) { - i8 = (i2 | 0) != (i14 | 0); - i3 = i1; + i8 = (i2 | 0) != (i9 | 0); while (1) { i1 = HEAP32[i18 >> 2] | 0; if (!(i8 & (i3 | 0) == 0)) break L1; @@ -32703,22 +32965,22 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE break L1; } else i5 = 0; } - if ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i13 >> 2] | 0) + 52 >> 2] & 31](i13, HEAP32[i2 >> 2] | 0, 0) | 0) << 24 >> 24 == 37) { + if ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i16 >> 2] | 0) + 52 >> 2] & 31](i16, HEAP32[i2 >> 2] | 0, 0) | 0) << 24 >> 24 == 37) { i7 = i3; i21 = 20; break; } - if (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i13 >> 2] | 0) + 12 >> 2] & 31](i13, 8192, HEAP32[i2 >> 2] | 0) | 0) { + if (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i16 >> 2] | 0) + 12 >> 2] & 31](i16, 8192, HEAP32[i2 >> 2] | 0) | 0) { i4 = i5; i21 = 28; break; } - 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)) { + 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)) { i21 = 57; break; } @@ -32728,22 +32990,22 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE L33 : do if ((i21 | 0) == 20) { i21 = 0; i3 = i2 + 4 | 0; - if ((i3 | 0) == (i14 | 0)) { + if ((i3 | 0) == (i9 | 0)) { i21 = 21; break L1; } - i6 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i13 >> 2] | 0) + 52 >> 2] & 31](i13, HEAP32[i3 >> 2] | 0, 0) | 0; + i6 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i16 >> 2] | 0) + 52 >> 2] & 31](i16, HEAP32[i3 >> 2] | 0, 0) | 0; switch (i6 << 24 >> 24) { case 48: case 69: { i5 = i2 + 8 | 0; - if ((i5 | 0) == (i14 | 0)) { + if ((i5 | 0) == (i9 | 0)) { i21 = 26; break L1; } i2 = i3; - i3 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i13 >> 2] | 0) + 52 >> 2] & 31](i13, HEAP32[i5 >> 2] | 0, 0) | 0; + i3 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i16 >> 2] | 0) + 52 >> 2] & 31](i16, HEAP32[i5 >> 2] | 0, 0) | 0; i1 = i6; break; } @@ -32754,43 +33016,43 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE } } i8 = HEAP32[(HEAP32[i17 >> 2] | 0) + 36 >> 2] | 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[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[i18 >> 2] = i1; i1 = i2 + 8 | 0; } else if ((i21 | 0) == 28) { i21 = 0; do { i2 = i2 + 4 | 0; - if ((i2 | 0) == (i14 | 0)) { - i2 = i14; + if ((i2 | 0) == (i9 | 0)) { + i2 = i9; break; } - } while (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i13 >> 2] | 0) + 12 >> 2] & 31](i13, 8192, HEAP32[i2 >> 2] | 0) | 0); + } while (FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i16 >> 2] | 0) + 12 >> 2] & 31](i16, 8192, HEAP32[i2 >> 2] | 0) | 0); i3 = i4; - i6 = i4; + i5 = 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; - i5 = 1; - } else i5 = 0; + } else i6 = 0; } else { + i6 = 1; i1 = 0; - i5 = 1; } - 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) { + 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) { i7 = i3; - i6 = i3; + i5 = i3; break; } else { i1 = i2; @@ -32804,41 +33066,41 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE } else i21 = 44; while (0); if ((i21 | 0) == 44) { i21 = 0; - if (i5) { + if (i6) { i1 = i2; break L33; } else { i7 = i3; - i6 = 0; + i5 = 0; } } - i5 = i1 + 12 | 0; - i3 = HEAP32[i5 >> 2] | 0; + i6 = i1 + 12 | 0; + i3 = HEAP32[i6 >> 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[i13 >> 2] | 0) + 12 >> 2] & 31](i13, 8192, i3) | 0)) { + if (!(FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i16 >> 2] | 0) + 12 >> 2] & 31](i16, 8192, i3) | 0)) { i1 = i2; break L33; } - i3 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i6 >> 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[i5 >> 2] = i3 + 4; + HEAP32[i6 >> 2] = i3 + 4; i3 = i7; continue; } } } else if ((i21 | 0) == 57) { i21 = 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 + 4; + 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; 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) { @@ -32846,12 +33108,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; - i1 = 0; i4 = 1; + i1 = 0; } else i4 = 0; } else { - i1 = 0; i4 = 1; + i1 = 0; } i2 = HEAP32[i19 >> 2] | 0; do if (i2) { @@ -32872,138 +33134,147 @@ 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, i16, i21, i17, i1, i15) { +function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i18, i19, i20, i10, i21, i12, i1, i9) { i18 = i18 | 0; i19 = i19 | 0; i20 = i20 | 0; - i16 = i16 | 0; + i10 = i10 | 0; i21 = i21 | 0; - i17 = i17 | 0; + i12 = i12 | 0; i1 = i1 | 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; + 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; i23 = STACKTOP; STACKTOP = STACKTOP + 32 | 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, 40436) | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i13) | 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; HEAP32[i21 >> 2] = 0; - i13 = i12 + 8 | 0; - i2 = i1; - i1 = 0; + i11 = i17 + 8 | 0; + i2 = 0; + i7 = i1; L1 : while (1) { - i7 = (i2 | 0) != (i15 | 0); - i3 = i1; + i6 = (i7 | 0) != (i9 | 0); while (1) { i1 = HEAP32[i19 >> 2] | 0; - if (!(i7 & (i3 | 0) == 0)) break L1; - i3 = i1; + if (!(i6 & (i2 | 0) == 0)) break L1; + i2 = 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; - 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) { + 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) { HEAP32[i20 >> 2] = 0; - i4 = 0; + i3 = 0; i22 = 13; break; } - if (!i6) { + if (!i5) { i22 = 14; break L1; } } else i22 = 13; while (0); if ((i22 | 0) == 13) { i22 = 0; - if (i6) { + if (i5) { i22 = 14; break L1; - } else i5 = 0; + } else i4 = 0; } - if ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 36 >> 2] & 31](i12, HEAP8[i2 >> 0] | 0, 0) | 0) << 24 >> 24 == 37) { - i7 = i4; + if ((FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i17 >> 2] | 0) + 36 >> 2] & 31](i17, HEAP8[i7 >> 0] | 0, 0) | 0) << 24 >> 24 == 37) { + i6 = i3; i22 = 16; break; } - 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; + 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; i22 = 25; break; } - 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) { + 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) { i22 = 53; break; } HEAP32[i21 >> 2] = 4; - i3 = 4; + i2 = 4; } L29 : do if ((i22 | 0) == 16) { i22 = 0; - i4 = i2 + 1 | 0; - if ((i4 | 0) == (i15 | 0)) { + i4 = i7 + 1 | 0; + if ((i4 | 0) == (i9 | 0)) { i22 = 17; break L1; } - i6 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 36 >> 2] & 31](i12, HEAP8[i4 >> 0] | 0, 0) | 0; - switch (i6 << 24 >> 24) { + i5 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i17 >> 2] | 0) + 36 >> 2] & 31](i17, HEAP8[i4 >> 0] | 0, 0) | 0; + switch (i5 << 24 >> 24) { case 48: case 69: { - i5 = i2 + 2 | 0; - if ((i5 | 0) == (i15 | 0)) { + i3 = i7 + 2 | 0; + if ((i3 | 0) == (i9 | 0)) { i22 = 22; break L1; } - i2 = i4; - i4 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i12 >> 2] | 0) + 36 >> 2] & 31](i12, HEAP8[i5 >> 0] | 0, 0) | 0; - i1 = i6; + i3 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i17 >> 2] | 0) + 36 >> 2] & 31](i17, HEAP8[i3 >> 0] | 0, 0) | 0; + i1 = i5; break; } default: { - i4 = i6; + i4 = i7; + i3 = i5; 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; + 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; HEAP32[i19 >> 2] = i1; - i1 = i2 + 2 | 0; + i1 = i4 + 2 | 0; } else if ((i22 | 0) == 25) { i22 = 0; - do { + i2 = i7; + while (1) { i2 = i2 + 1 | 0; - if ((i2 | 0) == (i15 | 0)) { - i2 = i15; + if ((i2 | 0) == (i9 | 0)) { + i7 = i9; break; } i3 = HEAP8[i2 >> 0] | 0; - if (i3 << 24 >> 24 <= -1) break; - } while ((HEAP16[i4 + (i3 << 24 >> 24 << 1) >> 1] & 8192) != 0); - i3 = i5; + if (i3 << 24 >> 24 <= -1) { + i7 = i2; + break; + } + if (!(HEAP16[i4 + (i3 << 24 >> 24 << 1) >> 1] & 8192)) { + i7 = i2; + break; + } + } + i2 = i5; + i4 = 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) { @@ -33011,70 +33282,70 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i1 = 0; } } else i1 = 0; - i4 = (i1 | 0) == 0; - do if (i5) { - if ((HEAP32[i5 + 12 >> 2] | 0) != (HEAP32[i5 + 16 >> 2] | 0)) if (i4) { - i7 = i3; + i3 = (i1 | 0) == 0; + do if (i4) { + if ((HEAP32[i4 + 12 >> 2] | 0) != (HEAP32[i4 + 16 >> 2] | 0)) if (i3) { + i6 = i2; break; } else { - i1 = i2; + i1 = i7; break L29; } - if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i5) | 0) != -1) if (i4 ^ (i3 | 0) == 0) { - i7 = i3; - i5 = i3; + if ((FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 36 >> 2] & 127](i4) | 0) != -1) if (i3 ^ (i2 | 0) == 0) { + i6 = i2; + i4 = i2; break; } else { - i1 = i2; + i1 = i7; break L29; } else { HEAP32[i20 >> 2] = 0; - i3 = 0; + i2 = 0; i22 = 39; break; } } else i22 = 39; while (0); if ((i22 | 0) == 39) { i22 = 0; - if (i4) { - i1 = i2; + if (i3) { + i1 = i7; break L29; } else { - i7 = i3; - i5 = 0; + i6 = i2; + i4 = 0; } } - 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; + 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; break L29; } - if (!(HEAP16[(HEAP32[i13 >> 2] | 0) + (i3 << 24 >> 24 << 1) >> 1] & 8192)) { - i1 = i2; + if (!(HEAP16[(HEAP32[i11 >> 2] | 0) + (i2 << 24 >> 24 << 1) >> 1] & 8192)) { + i1 = i7; break L29; } - i3 = HEAP32[i4 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i6 >> 2] | 0)) { + i2 = HEAP32[i5 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i3 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; - i3 = i7; + i2 = i6; continue; } else { - HEAP32[i4 >> 2] = i3 + 1; - i3 = i7; + HEAP32[i5 >> 2] = i2 + 1; + i2 = i6; continue; } } } else if ((i22 | 0) == 53) { i22 = 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; + 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; } while (0); - i2 = i1; - i1 = HEAP32[i21 >> 2] | 0; + i2 = HEAP32[i21 >> 2] | 0; + i7 = i1; } 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) { @@ -33083,17 +33354,17 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i1 = 0; } } else i1 = 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) { + 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) { HEAP32[i20 >> 2] = 0; i22 = 68; break; } - if (!i2) i22 = 69; + if (!i3) i22 = 69; } else i22 = 68; while (0); - if ((i22 | 0) == 68 ? i2 : 0) i22 = 69; + if ((i22 | 0) == 68 ? i3 : 0) i22 = 69; if ((i22 | 0) == 69) HEAP32[i21 >> 2] = HEAP32[i21 >> 2] | 2; STACKTOP = i23; return i1 | 0; @@ -33108,12 +33379,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_120parse_function_paramINS0_2DbEEEPKcS4_S4 STACKTOP = STACKTOP + 128 | 0; i13 = i15 + 104 | 0; i3 = i15 + 72 | 0; - i10 = i15 + 80 | 0; - i11 = i15 + 60 | 0; + i11 = i15 + 80 | 0; + i10 = i15 + 60 | 0; i12 = i15 + 48 | 0; - i6 = i15 + 24 | 0; - i7 = i15 + 12 | 0; - i8 = i15; + i8 = i15 + 24 | 0; + i6 = i15 + 12 | 0; + i9 = i15; L1 : do if ((i4 - i1 | 0) > 2 ? (HEAP8[i1 >> 0] | 0) == 102 : 0) { switch (HEAP8[i1 + 1 >> 0] | 0) { case 112: @@ -33121,44 +33392,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) { - 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; + 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; } else { - i9 = i3 + 16 & -16; - i4 = _malloc(i9) | 0; - HEAP32[i12 + 8 >> 2] = i4; + i9 = i4 + 16 & -16; + i3 = _malloc(i9) | 0; + HEAP32[i12 + 8 >> 2] = i3; HEAP32[i12 >> 2] = i9 | 1; - HEAP32[i12 + 4 >> 2] = i3; + HEAP32[i12 + 4 >> 2] = i4; } i1 = i2; - i2 = i4; + i2 = i3; while (1) { if ((i1 | 0) == (i5 | 0)) break; HEAP8[i2 >> 0] = HEAP8[i1 >> 0] | 0; i1 = i1 + 1 | 0; i2 = i2 + 1 | 0; } - HEAP8[i4 + i3 >> 0] = 0; - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i12, 0, 35861) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i10, i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i11, i10); 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, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i11); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i14 >> 2] | 0; @@ -33174,13 +33445,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, i10); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i8, i11); 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(i10); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i11); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i11); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i10); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i12); i1 = i5 + 1 | 0; } @@ -33192,45 +33463,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, 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; + 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; } else { - i12 = i3 + 16 & -16; - i4 = _malloc(i12) | 0; - HEAP32[i8 + 8 >> 2] = i4; - HEAP32[i8 >> 2] = i12 | 1; - HEAP32[i8 + 4 >> 2] = i3; + i12 = i4 + 16 & -16; + i3 = _malloc(i12) | 0; + HEAP32[i9 + 8 >> 2] = i3; + HEAP32[i9 >> 2] = i12 | 1; + HEAP32[i9 + 4 >> 2] = i4; } i1 = i5; - i2 = i4; + i2 = i3; while (1) { - if ((i1 | 0) == (i9 | 0)) break; + if ((i1 | 0) == (i7 | 0)) break; HEAP8[i2 >> 0] = HEAP8[i1 >> 0] | 0; i1 = i1 + 1 | 0; i2 = i2 + 1 | 0; } - HEAP8[i4 + i3 >> 0] = 0; - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, 0, 35861) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i6, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i8, i6); 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, i6); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i8); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i14 >> 2] | 0; @@ -33246,15 +33517,15 @@ 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, i6); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i11, i8); 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(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; + __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; } } while (0); STACKTOP = i15; @@ -33267,35 +33538,35 @@ function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_6ModuleE 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; - i9 = i14 + 8 | 0; + i10 = i14 + 8 | 0; i12 = i14 + 4 | 0; - i10 = i14; + 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, 36911) | 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, 36911) | 0; + i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 36937) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i8, HEAP32[i1 >> 2] | 0) | 0; } - i1 = i11 + 116 | 0; - i2 = i11 + 120 | 0; - i3 = HEAP32[i2 >> 2] | 0; - i7 = HEAP32[i1 >> 2] | 0; + i8 = i11 + 116 | 0; + i4 = i11 + 120 | 0; + i1 = HEAP32[i4 >> 2] | 0; + i3 = HEAP32[i8 >> 2] | 0; while (1) { - if ((i7 | 0) == (i3 | 0)) break; - i8 = HEAP32[i7 >> 2] | 0; - i4 = HEAP32[i7 + 4 >> 2] | 0; - i5 = HEAP32[i7 + 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, i8) | 0, 18129) | 0; - i8 = 0; + 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 ((i8 | 0) == (i5 | 0)) break; - i6 = HEAP8[i4 + i8 >> 0] | 0; - L10 : do switch (i6 & 255 | 0) { + 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; @@ -33337,31 +33608,31 @@ function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_6ModuleE break; } default: - if ((i6 + -32 & 255) < 95) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_h(i13, i6) | 0; + 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; - i6 = __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i13, 92) | 0, (i6 & 255) >>> 4 & 255) | 0, i6 & 15) | 0; - i6 = i6 + (HEAP32[(HEAP32[i6 >> 2] | 0) + -12 >> 2] | 0) + 4 | 0; - HEAP32[i6 >> 2] = HEAP32[i6 >> 2] & -75 | 2; + 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); - i8 = i8 + 1 | 0; + i5 = i5 + 1 | 0; } __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 18159) | 0; - i7 = i7 + 12 | 0; + i3 = i3 + 12 | 0; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, (HEAP32[i2 >> 2] | 0) != (HEAP32[i1 >> 2] | 0) ? 18162 : 46453) | 0, 18166) | 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, 36911) | 0; - HEAP32[i10 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i10 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i15, i9) | 0, 18166) | 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; @@ -33411,91 +33682,91 @@ function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_6ModuleE return i15 | 0; } -function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) { - i15 = i15 | 0; - i13 = i13 | 0; +function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i14, i11, i13, i16) { i14 = i14 | 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; + 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; i19 = STACKTOP; STACKTOP = STACKTOP + 64 | 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; + 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; i20 = __ZN6cashew5Value10getCStringEv(HEAP32[i20 >> 2] | 0) | 0; L1 : do switch (HEAP8[i20 >> 0] | 0) { case 110: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 38460) | 0) { - i16 = __ZN6cashew3RefixEj(i15, 1) | 0; - i16 = __ZN6cashew5Value9getNumberEv(HEAP32[i16 >> 2] | 0) | 0; - i16 = (__ZN4wasm9isIntegerEd(+HEAPF64[i16 >> 3]) | 0) & 1 ^ 1; + 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; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 38404) | 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; + 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; break L1; } - if (!i14) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 38484) | 0) { - i16 = 1; + if (!i13) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 1) | 0, 38508) | 0) { + i17 = 1; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 38488) | 0) { - i16 = 1; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 1) | 0, 38512) | 0) { + i17 = 1; break L1; } - i16 = __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 1) | 0, 38492) | 0; - i16 = i16 ? 0 : 8; + i17 = __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 1) | 0, 38516) | 0; + i17 = i17 ? 0 : 8; break L1; } - i20 = (HEAP32[9703] | 0) == 0; - i1 = __ZN6cashew3RefixEj(i15, 1) | 0; + i20 = (HEAP32[9709] | 0) == 0; + i1 = __ZN6cashew3RefixEj(i14, 1) | 0; if (i20) { - i16 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; - HEAP32[9703] = HEAP32[i16 >> 2]; - i16 = 2; + i17 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; + HEAP32[9709] = HEAP32[i17 >> 2]; + i17 = 2; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(i1, 38812) | 0) i16 = 2; else ___assert_fail(28723, 28749, 73, 28795); + if (__ZN6cashew3RefeqERKNS_7IStringE(i1, 38836) | 0) i17 = 2; else ___assert_fail(28749, 28775, 73, 28821); } else i18 = 40; break; } case 117: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 38496) | 0) { - i20 = __ZN6cashew3RefixEj(i15, 1) | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 0) | 0, 38520) | 0) { + i20 = __ZN6cashew3RefixEj(i14, 1) | 0; i20 = __ZN6cashew5Value10getCStringEv(HEAP32[i20 >> 2] | 0) | 0; switch (HEAP8[i20 >> 0] | 0) { case 43: { - i16 = 1; + i17 = 1; break L1; } case 45: { - 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; + 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; break L1; } case 126: case 33: { - i16 = 0; + i17 = 0; break L1; } default: @@ -33509,59 +33780,59 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) } case 99: { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 38456) | 0)) { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 38416) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 0) | 0, 38480) | 0)) { + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 0) | 0, 38440) | 0)) { i18 = 40; break L1; } - 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; + 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; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 0) | 0, 38404) | 0) { - i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 1) | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 0) | 0, 38428) | 0) { + i1 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0; i1 = __ZN6cashew5Value10getIStringEv(HEAP32[i1 >> 2] | 0) | 0; i1 = HEAP32[i1 >> 2] | 0; - if ((i1 | 0) == (HEAP32[9626] | 0)) { - i16 = 2; + if ((i1 | 0) == (HEAP32[9632] | 0)) { + i17 = 2; break L1; } - if ((i1 | 0) == (HEAP32[i17 >> 2] | 0)) { - i16 = 2; + if ((i1 | 0) == (HEAP32[i16 >> 2] | 0)) { + i17 = 2; break L1; } - if ((i1 | 0) == (HEAP32[9627] | 0) | (i1 | 0) == (HEAP32[9707] | 0)) { - i16 = 3; + if ((i1 | 0) == (HEAP32[9633] | 0) | (i1 | 0) == (HEAP32[9713] | 0)) { + i17 = 3; break L1; } - if ((i1 | 0) == (HEAP32[9628] | 0) | (i1 | 0) == (HEAP32[9708] | 0)) { - i16 = 4; + if ((i1 | 0) == (HEAP32[9634] | 0) | (i1 | 0) == (HEAP32[9714] | 0)) { + i17 = 4; break L1; } - if ((i1 | 0) == (HEAP32[9629] | 0) | (i1 | 0) == (HEAP32[9704] | 0)) { - i16 = 5; + if ((i1 | 0) == (HEAP32[9635] | 0) | (i1 | 0) == (HEAP32[9710] | 0)) { + i17 = 5; break L1; } - if ((i1 | 0) == (HEAP32[9630] | 0) | (i1 | 0) == (HEAP32[9705] | 0)) { - i16 = 6; + if ((i1 | 0) == (HEAP32[9636] | 0) | (i1 | 0) == (HEAP32[9711] | 0)) { + i17 = 6; break L1; } - if ((i1 | 0) == (HEAP32[9631] | 0) | (i1 | 0) == (HEAP32[9706] | 0)) { - i16 = 7; + if ((i1 | 0) == (HEAP32[9637] | 0) | (i1 | 0) == (HEAP32[9712] | 0)) { + i17 = 7; break L1; } } - i16 = 8; + i17 = 8; break; } case 98: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 38420) | 0) { - i20 = __ZN6cashew3RefixEj(i15, 1) | 0; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i14, 0) | 0, 38444) | 0) { + i20 = __ZN6cashew3RefixEj(i14, 1) | 0; i20 = __ZN6cashew5Value10getCStringEv(HEAP32[i20 >> 2] | 0) | 0; switch (HEAP8[i20 >> 0] | 0) { case 33: @@ -33572,7 +33843,7 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) case 38: case 124: { - i16 = 0; + i17 = 0; break L1; } case 37: @@ -33587,41 +33858,41 @@ function __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i15, i13, i14, i17) break L1; } } - 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; + 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; } else i18 = 40; break; } case 115: { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 38448) | 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; + 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; break L1; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i15, 0) | 0, 38452) | 0) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i15, 1) | 0, 0) | 0, 38404) | 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; + 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; break L1; - } else ___assert_fail(28806, 28749, 123, 28795); else i18 = 40; + } else ___assert_fail(28832, 28775, 123, 28821); else i18 = 40; break; } default: i18 = 40; } while (0); - if ((i18 | 0) == 40) i16 = 8; + if ((i18 | 0) == 40) i17 = 8; STACKTOP = i19; - return i16 | 0; + return i17 | 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9) { @@ -33679,24 +33950,24 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 i8 = 20; break; } - i2 = HEAP32[1005] | 0; + i4 = HEAP32[1005] | 0; while (1) { - i4 = HEAP8[i2 >> 0] | 0; - if (!(i4 << 24 >> 24)) { + i2 = HEAP8[i4 >> 0] | 0; + if (!(i2 << 24 >> 24)) { i8 = 56; break; } - if (i4 << 24 >> 24 == i6 << 24 >> 24) break; else i2 = i2 + 1 | 0; + if (i2 << 24 >> 24 == i6 << 24 >> 24) break; else i4 = i4 + 1 | 0; } if ((i8 | 0) == 56) { - i2 = HEAP32[1006] | 0; + i4 = HEAP32[1006] | 0; while (1) { - i4 = HEAP8[i2 >> 0] | 0; - if (!(i4 << 24 >> 24)) break; - if (i4 << 24 >> 24 == i6 << 24 >> 24) { + i2 = HEAP8[i4 >> 0] | 0; + if (!(i2 << 24 >> 24)) break; + if (i2 << 24 >> 24 == i6 << 24 >> 24) { i8 = 59; break; - } else i2 = i2 + 1 | 0; + } else i4 = i4 + 1 | 0; } if ((i8 | 0) == 59) { HEAP32[i10 + 12 >> 2] = 6; @@ -33725,7 +33996,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 } default: { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(22888, i9); + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(22914, i9); _abort(); } } @@ -33733,106 +34004,106 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 do switch (i6 << 24 >> 24 | 0) { case 33: { - i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[9644] | 0 : HEAP32[9637] | 0; + i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[9650] | 0 : HEAP32[9643] | 0; HEAP32[i10 >> 2] = i5; break; } case 37: { - i5 = HEAP32[9646] | 0; + i5 = HEAP32[9652] | 0; HEAP32[i10 >> 2] = i5; break; } case 38: { - i5 = HEAP32[9635] | 0; + i5 = HEAP32[9641] | 0; HEAP32[i10 >> 2] = i5; break; } case 42: { - i5 = HEAP32[9647] | 0; + i5 = HEAP32[9653] | 0; HEAP32[i10 >> 2] = i5; break; } case 43: { - i5 = HEAP32[9632] | 0; + i5 = HEAP32[9638] | 0; HEAP32[i10 >> 2] = i5; break; } case 44: { - i5 = HEAP32[9667] | 0; + i5 = HEAP32[9673] | 0; HEAP32[i10 >> 2] = i5; break; } case 45: { - i5 = HEAP32[9633] | 0; + i5 = HEAP32[9639] | 0; HEAP32[i10 >> 2] = i5; break; } case 46: { - i5 = HEAP32[9673] | 0; + i5 = HEAP32[9679] | 0; HEAP32[i10 >> 2] = i5; break; } case 47: { - i5 = HEAP32[9645] | 0; + i5 = HEAP32[9651] | 0; HEAP32[i10 >> 2] = i5; break; } case 58: { - i5 = HEAP32[9669] | 0; + i5 = HEAP32[9675] | 0; HEAP32[i10 >> 2] = i5; break; } case 60: { i5 = HEAP8[i9 + 1 >> 0] | 0; - i5 = HEAP32[(i5 << 24 >> 24 == 60 ? 38596 : i5 << 24 >> 24 == 61 ? 38564 : 38556) >> 2] | 0; + i5 = HEAP32[(i5 << 24 >> 24 == 60 ? 38620 : i5 << 24 >> 24 == 61 ? 38588 : 38580) >> 2] | 0; HEAP32[i10 >> 2] = i5; break; } case 61: { - i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[9643] | 0 : HEAP32[9678] | 0; + i5 = (HEAP8[i9 + 1 >> 0] | 0) == 61 ? HEAP32[9649] | 0 : HEAP32[9684] | 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 ? 38600 : 38592; else i2 = i2 << 24 >> 24 == 61 ? 38560 : 38568; + if (i2 << 24 >> 24 == 62) i2 = (HEAP8[i9 + 2 >> 0] | 0) == 62 ? 38624 : 38616; else i2 = i2 << 24 >> 24 == 61 ? 38584 : 38592; i5 = HEAP32[i2 >> 2] | 0; HEAP32[i10 >> 2] = i5; break; } case 63: { - i5 = HEAP32[9668] | 0; + i5 = HEAP32[9674] | 0; HEAP32[i10 >> 2] = i5; break; } case 94: { - i5 = HEAP32[9636] | 0; + i5 = HEAP32[9642] | 0; HEAP32[i10 >> 2] = i5; break; } case 124: { - i5 = HEAP32[9634] | 0; + i5 = HEAP32[9640] | 0; HEAP32[i10 >> 2] = i5; break; } case 126: { - i5 = HEAP32[9638] | 0; + i5 = HEAP32[9644] | 0; HEAP32[i10 >> 2] = i5; break; } @@ -33840,16 +34111,16 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 _abort(); } while (0); i7 = _strlen(i5) | 0; - i2 = i10 + 8 | 0; - HEAP32[i2 >> 2] = i7; + i4 = i10 + 8 | 0; + HEAP32[i4 >> 2] = i7; i7 = i9 + i7 | 0; - i4 = HEAP8[i7 >> 0] | 0; + i2 = HEAP8[i7 >> 0] | 0; HEAP8[i7 >> 0] = 0; if (!(_strcmp(HEAP32[i10 >> 2] | 0, i9) | 0)) { - HEAP8[i9 + (HEAP32[i2 >> 2] | 0) >> 0] = i4; + HEAP8[i9 + (HEAP32[i4 >> 2] | 0) >> 0] = i2; HEAP32[i10 + 12 >> 2] = 1; break L1; - } else ___assert_fail(22860, 22821, 279, 22855); + } else ___assert_fail(22886, 22847, 279, 22881); } while (0); if ((i8 | 0) == 20) { d3 = +_strtod(i9, i7); @@ -33872,7 +34143,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(22809, 22821, 253, 22855); + if (i1 >>> 0 > i9 >>> 0) i8 = 63; else ___assert_fail(22835, 22847, 253, 22881); } else { i1 = i9; do { @@ -33890,7 +34161,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_(38716, i2) | 0) != 0; + 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; HEAP32[i10 + 12 >> 2] = i8 ? 0 : 2; i8 = 63; } while (0); @@ -33899,54 +34170,54 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i10, i9 return; } -function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i4, i1, i14, i3) { +function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4_S4_RKNT_6StringERS5_(i4, i1, i8, i3) { i4 = i4 | 0; i1 = i1 | 0; - i14 = i14 | 0; + i8 = i8 | 0; i3 = i3 | 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; + 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; i17 = STACKTOP; STACKTOP = STACKTOP + 96 | 0; - 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; + 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; 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)) { - i2 = HEAP32[i5 >> 2] | 0; - i1 = i2 + -24 | 0; + i1 = HEAP32[i5 >> 2] | 0; + i2 = i1 + -24 | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) { + if ((i1 | 0) == (i2 | 0)) { i1 = i4; break L1; } - i16 = i2 + -24 | 0; + i16 = i1 + -24 | 0; HEAP32[i5 >> 2] = i16; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i16); - i2 = HEAP32[i5 >> 2] | 0; + i1 = 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(i16, i2 + -24 | 0); + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i10, i2 + -24 | 0); i2 = HEAP32[i5 >> 2] | 0; - i3 = i2 + -24 | 0; - i4 = i2; + i4 = i2 + -24 | 0; + i3 = i2; while (1) { - if ((i4 | 0) == (i3 | 0)) break; - i7 = i4 + -24 | 0; + if ((i3 | 0) == (i4 | 0)) break; + i7 = i3 + -24 | 0; HEAP32[i5 >> 2] = i7; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i7); - i4 = HEAP32[i5 >> 2] | 0; + i3 = HEAP32[i5 >> 2] | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i15, i2 + -48 | 0); + __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i9, i2 + -48 | 0); i2 = HEAP32[i5 >> 2] | 0; i7 = i2 + -24 | 0; if (!(HEAP8[i7 >> 0] & 1)) { @@ -33956,87 +34227,87 @@ function __ZN10__cxxabiv112_GLOBAL__N_123parse_binary_expressionINS0_2DbEEEPKcS4 HEAP8[HEAP32[i2 + -16 >> 2] >> 0] = 0; HEAP32[i2 + -20 >> 2] = 0; } - i18 = HEAP8[i14 >> 0] | 0; + i18 = HEAP8[i8 >> 0] | 0; i3 = (i18 & 1) == 0; - i4 = i14 + 4 | 0; - i18 = i3 ? (i18 & 255) >>> 1 : HEAP32[i4 >> 2] | 0; - i5 = i14 + 8 | 0; - i6 = i14 + 1 | 0; + i5 = i8 + 4 | 0; + i18 = i3 ? (i18 & 255) >>> 1 : HEAP32[i5 >> 2] | 0; + i4 = i8 + 8 | 0; + i6 = i8 + 1 | 0; i2 = i18 >>> 0 > 1; - i3 = _memcmp(i3 ? i6 : HEAP32[i5 >> 2] | 0, 35867, i2 ? 1 : i18) | 0; + i3 = _memcmp(i3 ? i6 : HEAP32[i4 >> 2] | 0, 35893, i2 ? 1 : i18) | 0; if (!(((i3 | 0) == 0 ? ((i18 | 0) == 0 ? -1 : i2 & 1) : i3) | 0)) __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9push_backEc(i7, 40); - __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EEPKS8_RKSB_(i13, 35820, i15); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 35869) | 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; + __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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i11, 35872) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i9, 35822) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i18 = HEAP8[i8 >> 0] | 0; + i18 = HEAP8[i11 >> 0] | 0; i3 = (i18 & 1) == 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_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_allocIcEEED2Ev(i11); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i12); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i13); - 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, 35867, 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(i14); __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; @@ -34085,8 +34356,8 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti } case 4: { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 8 | 0); FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 16 | 0); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 8 >> 2] & 127](i12, i1 + 12 | 0); break; } case 5: @@ -34197,7 +34468,7 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti {} } while (0); i8 = HEAP32[i13 >> 2] | 0; - if (!i8) ___assert_fail(27822, 27572, 1310, 27827); + if (!i8) ___assert_fail(27848, 27598, 1701, 27853); L44 : do switch (HEAP32[i8 >> 2] | 0) { case 0: { @@ -34206,16 +34477,16 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti } case 1: { - i4 = i8 + 12 | 0; + i6 = i8 + 12 | 0; i7 = i8 + 16 | 0; i1 = HEAP32[i7 >> 2] | 0; - i3 = HEAP32[i4 >> 2] | 0; + i3 = HEAP32[i6 >> 2] | 0; i5 = i3 + ((i1 - i3 >> 2) + -1 << 2) | 0; - i6 = HEAP32[i5 >> 2] | 0; + i4 = HEAP32[i5 >> 2] | 0; i2 = i3; - if ((!((i6 | 0) == 0 | (HEAP32[i6 >> 2] | 0) != 4) ? (i15 = HEAP32[i6 + 16 >> 2] | 0, i9 = i15, (i15 | 0) != 0) : 0) ? (HEAP32[i6 + 12 >> 2] | 0) == (HEAP32[i8 + 8 >> 2] | 0) : 0) { + 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) { HEAP32[i5 >> 2] = i9; - i2 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i6 >> 2] | 0; i3 = i2; i1 = HEAP32[i7 >> 2] | 0; } @@ -34259,11 +34530,11 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti default: {} } while (0); - i1 = i12 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i2 | 0) { - HEAP32[i13 >> 2] = i2; - HEAP32[i1 >> 2] = 0; + i2 = i12 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; + if (i1 | 0) { + HEAP32[i13 >> 2] = i1; + HEAP32[i2 >> 2] = 0; } } STACKTOP = i14; @@ -34279,32 +34550,32 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S i14 = STACKTOP; STACKTOP = STACKTOP + 80 | 0; i9 = i14 + 48 | 0; - i6 = i14 + 24 | 0; - i7 = i14 + 12 | 0; + i7 = i14 + 24 | 0; + i6 = 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, 35820, i13); - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 35822) | 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; + __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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i6, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i7, i6); 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, i6); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i7); HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 24; } else { i2 = HEAP32[i10 >> 2] | 0; @@ -34320,19 +34591,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, i6); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i5, i7); 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(i6); - __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(i6); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); } else { - i4 = i10 + 4 | 0; - i3 = HEAP32[i4 >> 2] | 0; + i5 = i10 + 4 | 0; + i3 = HEAP32[i5 >> 2] | 0; i15 = HEAP32[i10 + 8 >> 2] | 0; - i5 = i15; + i4 = i15; if (i3 >>> 0 < i15 >>> 0) { HEAP32[i3 >> 2] = 0; HEAP32[i3 + 4 >> 2] = 0; @@ -34346,49 +34617,49 @@ function __ZN10__cxxabiv112_GLOBAL__N_121parse_integer_literalINS0_2DbEEEPKcS4_S HEAP32[i3 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i2 = i3 + 12 | 0; - i3 = 0; + i3 = i3 + 12 | 0; + i2 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 24; + HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 24; break; } i2 = HEAP32[i10 >> 2] | 0; i15 = i3 - i2 | 0; - i4 = (i15 | 0) / 24 | 0; - i3 = i4 + 1 | 0; + i5 = (i15 | 0) / 24 | 0; + i3 = i5 + 1 | 0; if ((i15 | 0) < -24) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i10); - i2 = (i5 - i2 | 0) / 24 | 0; + 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_(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; + __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; i2 = 0; while (1) { if ((i2 | 0) == 3) break; - HEAP32[i5 + (i2 << 2) >> 2] = 0; + HEAP32[i4 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 0; } - i2 = i5 + 12 | 0; - i3 = 0; + i3 = i4 + 12 | 0; + i2 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - HEAP32[i4 >> 2] = i5 + 24; + HEAP32[i5 >> 2] = i4 + 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); @@ -34415,35 +34686,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; - i10 = i26 + 92 | 0; - i9 = i26 + 88 | 0; + i19 = i26 + 92 | 0; + i17 = i26 + 88 | 0; i23 = i26 + 84 | 0; i20 = i26 + 32 | 0; i21 = i26 + 16 | 0; i22 = i26; - 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; + 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; i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseParennedERPc(i24, i27) | 0; HEAP32[i23 >> 2] = i1; - HEAP32[i10 >> 2] = HEAP32[i23 >> 2]; - i23 = __ZN6cashew12ValueBuilder10makeSwitchENS_3RefE(i10) | 0; + HEAP32[i19 >> 2] = HEAP32[i23 >> 2]; + i23 = __ZN6cashew12ValueBuilder10makeSwitchENS_3RefE(i19) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); i1 = HEAP32[i27 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 123) ___assert_fail(23051, 22821, 533, 23263); + if ((HEAP8[i1 >> 0] | 0) != 123) ___assert_fail(23077, 22847, 533, 23289); HEAP32[i27 >> 2] = i1 + 1; - i3 = i20 + 12 | 0; - i4 = i20 + 8 | 0; - i5 = i21 + 12 | 0; - i6 = i21 + 8 | 0; - i7 = i22 + 12 | 0; - i8 = i22 + 8 | 0; + i6 = i20 + 12 | 0; + i3 = i20 + 8 | 0; + i7 = i21 + 12 | 0; + i4 = i21 + 8 | 0; + i8 = i22 + 12 | 0; + i5 = i22 + 8 | 0; L4 : while (1) { __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); i1 = HEAP32[i27 >> 2] | 0; @@ -34452,17 +34723,17 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP break; } __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i20, i1); - do if (!(HEAP32[i3 >> 2] | 0)) { + do if (!(HEAP32[i6 >> 2] | 0)) { i1 = HEAP32[i20 >> 2] | 0; - if ((i1 | 0) != (HEAP32[9670] | 0)) { - if ((i1 | 0) != (HEAP32[9671] | 0)) { + if ((i1 | 0) != (HEAP32[9676] | 0)) { + if ((i1 | 0) != (HEAP32[9677] | 0)) { i25 = 23; break; } - HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i4 >> 2] | 0); - HEAP32[i15 >> 2] = i23; - HEAP32[i10 >> 2] = HEAP32[i15 >> 2]; - __ZN6cashew12ValueBuilder21appendDefaultToSwitchENS_3RefE(i10); + HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i3 >> 2] | 0); + HEAP32[i13 >> 2] = i23; + HEAP32[i19 >> 2] = HEAP32[i13 >> 2]; + __ZN6cashew12ValueBuilder21appendDefaultToSwitchENS_3RefE(i19); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); i1 = HEAP32[i27 >> 2] | 0; if ((HEAP8[i1 >> 0] | 0) != 58) { @@ -34472,42 +34743,42 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP HEAP32[i27 >> 2] = i1 + 1; break; } - HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i4 >> 2] | 0); + HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i3 >> 2] | 0); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i21, HEAP32[i27 >> 2] | 0); - i1 = HEAP32[i5 >> 2] | 0; + i1 = HEAP32[i7 >> 2] | 0; if ((i1 | 1 | 0) == 5) { i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i24, i21) | 0; - HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i6 >> 2] | 0); + HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i4 >> 2] | 0); } else { if ((i1 | 0) != 1) { i25 = 10; break L4; } - if ((HEAP32[i21 >> 2] | 0) != (HEAP32[9633] | 0)) { + if ((HEAP32[i21 >> 2] | 0) != (HEAP32[9639] | 0)) { i25 = 12; break L4; } - HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i6 >> 2] | 0); + HEAP32[i27 >> 2] = (HEAP32[i27 >> 2] | 0) + (HEAP32[i4 >> 2] | 0); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i22, HEAP32[i27 >> 2] | 0); - if ((HEAP32[i7 >> 2] | 1 | 0) != 5) { + if ((HEAP32[i8 >> 2] | 1 | 0) != 5) { i25 = 14; break L4; } - HEAP32[i11 >> 2] = HEAP32[9633]; + HEAP32[i9 >> 2] = HEAP32[9639]; i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i24, i22) | 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[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[i13 >> 2] = i23; - HEAP32[i14 >> 2] = i1; - HEAP32[i9 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i14 >> 2]; - __ZN6cashew12ValueBuilder18appendCaseToSwitchENS_3RefES1_(i9, i10); + HEAP32[i11 >> 2] = i23; + HEAP32[i12 >> 2] = i1; + HEAP32[i17 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i19 >> 2] = HEAP32[i12 >> 2]; + __ZN6cashew12ValueBuilder18appendCaseToSwitchENS_3RefES1_(i17, i19); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); i1 = HEAP32[i27 >> 2] | 0; if ((HEAP8[i1 >> 0] | 0) != 58) { @@ -34521,191 +34792,194 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcP __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i27); i1 = (HEAP8[HEAP32[i27 >> 2] >> 0] | 0) == 123; if (i1) i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseBracketedBlockERPc(i24, i27) | 0; else { - HEAP32[i16 >> 2] = HEAP32[9670]; - HEAP32[i17 >> 2] = HEAP32[9671]; - HEAP32[i9 >> 2] = HEAP32[i16 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i17 >> 2]; - i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i24, i27, 23083, i9, i10) | 0; + 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[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); + 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); } } - if ((i25 | 0) == 10) ___assert_fail(23275, 22821, 550, 23263); else if ((i25 | 0) == 12) ___assert_fail(23298, 22821, 551, 23263); else if ((i25 | 0) == 14) ___assert_fail(23317, 22821, 555, 23263); else if ((i25 | 0) == 17) ___assert_fail(23335, 22821, 561, 23263); else if ((i25 | 0) == 21) ___assert_fail(23335, 22821, 568, 23263); else if ((i25 | 0) == 28) { + 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) { __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(23086, 22821, 581, 23263); + } else ___assert_fail(23112, 22847, 581, 23289); } return 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; - i33 = i33 | 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(i30, i32, i31, i29, i1, i13, i10, i17, i18, i14, i23, i16, i22, i21, i15) { i30 = i30 | 0; + i32 = i32 | 0; + i31 = i31 | 0; + i29 = i29 | 0; i1 = i1 | 0; - i19 = i19 | 0; + i13 = i13 | 0; + i10 = i10 | 0; + i17 = i17 | 0; i18 = i18 | 0; + i14 = i14 | 0; i23 = i23 | 0; - i24 = i24 | 0; - i20 = i20 | 0; - i27 = i27 | 0; + i16 = i16 | 0; i22 = i22 | 0; - i26 = i26 | 0; - i25 = i25 | 0; i21 = i21 | 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; + 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; while (1) { - if ((i10 | 0) == 4) break; - L4 : do switch (HEAP8[i24 + i10 >> 0] | 0) { + if ((i9 | 0) == 4) break; + L4 : do switch (HEAP8[i18 + i9 >> 0] | 0) { case 0: { - HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; + HEAP32[i32 >> 2] = HEAP32[i31 >> 2]; break; } case 1: { - 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; + 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; break; } case 3: { - 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; + 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; } break; } case 2: { - i6 = HEAP8[i26 >> 0] | 0; + i6 = HEAP8[i22 >> 0] | 0; i2 = (i6 & 1) == 0; - 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; + 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; while (1) { - if ((i5 | 0) == (i3 | 0)) break; - HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; - i2 = i2 + 4 | 0; - i5 = i5 + 4 | 0; + if ((i3 | 0) == (i5 | 0)) break; + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + i3 = i3 + 4 | 0; + i4 = i4 + 4 | 0; } - HEAP32[i32 >> 2] = i4 + (i6 << 2); + HEAP32[i31 >> 2] = i2 + (i6 << 2); } break; } case 4: { - i3 = HEAP32[i32 >> 2] | 0; - i1 = i23 ? i1 + 4 | 0 : i1; + i3 = HEAP32[i31 >> 2] | 0; + i1 = i17 ? i1 + 4 | 0 : i1; i2 = i1; while (1) { - 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; + 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; i2 = i2 + 4 | 0; } - if (i14) { - i6 = i21; + if (i25) { + i5 = i15; while (1) { - i4 = (i6 | 0) > 0; + i4 = (i5 | 0) > 0; if (!(i2 >>> 0 > i1 >>> 0 & i4)) break; - 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; + 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; } - 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; + 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; while (1) { - i4 = i5 + 4 | 0; - if ((i6 | 0) <= 0) break; - HEAP32[i5 >> 2] = i7; - i5 = i4; - i6 = i6 + -1 | 0; + i6 = i4 + 4 | 0; + if ((i5 | 0) <= 0) { + i5 = i6; + break; + } + HEAP32[i4 >> 2] = i7; + i5 = i5 + -1 | 0; + i4 = i6; } - HEAP32[i32 >> 2] = i4; - HEAP32[i5 >> 2] = i20; + HEAP32[i31 >> 2] = i5; + HEAP32[i4 >> 2] = i14; } if ((i2 | 0) == (i1 | 0)) { - 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; + 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; } else { - i8 = HEAP8[i22 >> 0] | 0; - i4 = (i8 & 1) == 0; - i9 = HEAP32[i15 >> 2] | 0; - if (!((i4 ? (i8 & 255) >>> 1 : i9) | 0)) { + i7 = HEAP8[i16 >> 0] | 0; + i4 = (i7 & 1) == 0; + i8 = HEAP32[i19 >> 2] | 0; + if (!((i4 ? (i7 & 255) >>> 1 : i8) | 0)) { i7 = -1; + i5 = 0; i6 = 0; - i8 = 0; } else { - i7 = HEAP8[(i4 ? i17 : HEAP32[i16 >> 2] | 0) >> 0] | 0; + i7 = HEAP8[(i4 ? i24 : HEAP32[i11 >> 2] | 0) >> 0] | 0; + i5 = 0; i6 = 0; - i8 = 0; } while (1) { if ((i2 | 0) == (i1 | 0)) break; - 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; + 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; } else { - i4 = i5; - i7 = i8; - i5 = 0; + i4 = i7; + i7 = i6; + i6 = 0; } - } else i5 = i8; - i8 = i2 + -4 | 0; - i34 = HEAP32[i8 >> 2] | 0; - HEAP32[i32 >> 2] = i4 + 4; + } + i33 = i2 + -4 | 0; + i34 = HEAP32[i33 >> 2] | 0; + HEAP32[i31 >> 2] = i4 + 4; HEAP32[i4 >> 2] = i34; - i2 = i8; - i8 = i5 + 1 | 0; + i2 = i33; + i6 = i6 + 1 | 0; } - i2 = HEAP32[i32 >> 2] | 0; + i2 = HEAP32[i31 >> 2] | 0; } if ((i3 | 0) != (i2 | 0)) while (1) { i2 = i2 + -4 | 0; @@ -34720,54 +34994,54 @@ function __ZNSt3__111__money_putIwE8__formatEPwRS2_S3_jPKwS5_RKNS_5ctypeIwEEbRKN default: {} } while (0); - i10 = i10 + 1 | 0; + i9 = i9 + 1 | 0; } - 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; + 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; while (1) { - if ((i5 | 0) == (i2 | 0)) break; - HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; - i1 = i1 + 4 | 0; - i5 = i5 + 4 | 0; + if ((i3 | 0) == (i5 | 0)) break; + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + i3 = i3 + 4 | 0; + i4 = i4 + 4 | 0; } - HEAP32[i32 >> 2] = i3 + (i4 >>> 2 << 2); + HEAP32[i31 >> 2] = i1 + (i2 >>> 2 << 2); } - switch (i30 & 176 | 0) { + switch (i29 & 176 | 0) { case 32: { - HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; + HEAP32[i32 >> 2] = HEAP32[i31 >> 2]; break; } case 16: break; default: - HEAP32[i33 >> 2] = i31; + HEAP32[i32 >> 2] = i30; } return; } -function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i6, i13) { +function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT_(i1, i5, i13) { i1 = i1 | 0; - i6 = i6 | 0; + i5 = i5 | 0; i13 = i13 | 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; + 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; i15 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; i12 = i15 + 88 | 0; i14 = i15 + 64 | 0; - i5 = i15 + 76 | 0; + i6 = i15 + 76 | 0; i9 = i15 + 40 | 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) { + 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) { while (1) { i4 = (HEAP8[i2 >> 0] | 0) + -48 | 0; if (i4 >>> 0 >= 10) { @@ -34776,28 +35050,28 @@ function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT break; } i2 = i2 + 1 | 0; - if ((i2 | 0) == (i6 | 0)) break L1; + if ((i2 | 0) == (i5 | 0)) break L1; i3 = i4 + (i3 * 10 | 0) | 0; } - if ((i6 - i11 | 0) >>> 0 >= i10 >>> 0) { + if ((i5 - i11 | 0) >>> 0 >= i10 >>> 0) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i14, i11, i10); i3 = HEAP8[i14 >> 0] | 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; + 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; i4 = i3 >>> 0 > 10; - i6 = _memcmp(i6 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0, 35699, 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)) { + 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)) { i1 = _malloc(32) | 0; HEAP32[i9 + 8 >> 2] = i1; HEAP32[i9 >> 2] = 33; HEAP32[i9 + 4 >> 2] = 21; i2 = i1; - i3 = 35710; + i3 = 35736; i4 = i2 + 21 | 0; do { HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; @@ -34805,12 +35079,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; - i1 = i9 + 12 | 0; - i2 = 0; + i2 = i9 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } i1 = i13 + 4 | 0; i2 = HEAP32[i1 >> 2] | 0; @@ -34840,22 +35114,22 @@ function __ZN10__cxxabiv112_GLOBAL__N_117parse_source_nameINS0_2DbEEEPKcS4_S4_RT } __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i9); } else { - HEAP32[i8 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i8 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; - HEAP32[i8 + 8 >> 2] = HEAP32[i14 + 8 >> 2]; + HEAP32[i7 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i7 + 4 >> 2] = HEAP32[i14 + 4 >> 2]; + HEAP32[i7 + 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(i7, i8); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS0_12malloc_allocIcEEEE(i8, i7); 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, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i2, i8); HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 24; } else { i1 = HEAP32[i13 >> 2] | 0; @@ -34871,13 +35145,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, i7); + __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i6, i8); 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(i7); - __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(i7); } __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i14); i1 = i11 + i10 | 0; @@ -34887,40 +35161,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, i18, i17, i22, i23, i19, i26, i21, i25, i24, i20) { +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) { i31 = i31 | 0; i33 = i33 | 0; i32 = i32 | 0; i30 = i30 | 0; i1 = i1 | 0; - i18 = i18 | 0; - i17 = i17 | 0; + i11 = i11 | 0; + i8 = i8 | 0; + i15 = i15 | 0; + i16 = i16 | 0; + i12 = i12 | 0; i22 = i22 | 0; - i23 = i23 | 0; - i19 = i19 | 0; - i26 = i26 | 0; - i21 = i21 | 0; - i25 = i25 | 0; - i24 = i24 | 0; + i14 = i14 | 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; + 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; HEAP32[i32 >> 2] = i31; - 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; + 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; i7 = 0; while (1) { if ((i7 | 0) == 4) break; - L4 : do switch (HEAP8[i23 + i7 >> 0] | 0) { + L4 : do switch (HEAP8[i16 + i7 >> 0] | 0) { case 0: { HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; @@ -34929,7 +35203,7 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN case 1: { HEAP32[i33 >> 2] = HEAP32[i32 >> 2]; - i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 28 >> 2] & 31](i17, 32) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 31](i8, 32) | 0; i6 = HEAP32[i32 >> 2] | 0; HEAP32[i32 >> 2] = i6 + 1; HEAP8[i6 >> 0] = i5; @@ -34937,7 +35211,7 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN } case 3: { - i6 = HEAP8[i24 >> 0] | 0; + i6 = HEAP8[i19 >> 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; @@ -34949,19 +35223,18 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN } case 2: { - 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 = 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; i2 = HEAP32[i32 >> 2] | 0; - i3 = i6; while (1) { - if ((i3 | 0) == (i4 | 0)) break; - HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; + if ((i4 | 0) == (i3 | 0)) break; + HEAP8[i2 >> 0] = HEAP8[i4 >> 0] | 0; i2 = i2 + 1 | 0; - i3 = i3 + 1 | 0; + i4 = i4 + 1 | 0; } HEAP32[i32 >> 2] = i2; } @@ -34969,72 +35242,72 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN } case 4: { - i3 = HEAP32[i32 >> 2] | 0; - i1 = i22 ? i1 + 1 | 0 : i1; + i6 = HEAP32[i32 >> 2] | 0; + i1 = i15 ? i1 + 1 | 0 : i1; i2 = i1; while (1) { - 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; + 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; i2 = i2 + 1 | 0; } - if (i16) { - i5 = i20; + if (i25) { + i4 = i13; while (1) { - 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; + 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; } - if (i4) i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 28 >> 2] & 31](i17, 48) | 0; else i6 = 0; + if (i3) i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 31](i8, 48) | 0; else i5 = 0; while (1) { - i4 = HEAP32[i32 >> 2] | 0; - HEAP32[i32 >> 2] = i4 + 1; - if ((i5 | 0) <= 0) break; - HEAP8[i4 >> 0] = i6; - i5 = i5 + -1 | 0; + i3 = HEAP32[i32 >> 2] | 0; + HEAP32[i32 >> 2] = i3 + 1; + if ((i4 | 0) <= 0) break; + HEAP8[i3 >> 0] = i5; + i4 = i4 + -1 | 0; } - HEAP8[i4 >> 0] = i19; + HEAP8[i3 >> 0] = i12; } L35 : do if ((i2 | 0) == (i1 | 0)) { - i6 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i17 >> 2] | 0) + 28 >> 2] & 31](i17, 48) | 0; + i5 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i8 >> 2] | 0) + 28 >> 2] & 31](i8, 48) | 0; i34 = HEAP32[i32 >> 2] | 0; HEAP32[i32 >> 2] = i34 + 1; - HEAP8[i34 >> 0] = i6; + HEAP8[i34 >> 0] = i5; } else { - i34 = HEAP8[i21 >> 0] | 0; - i4 = (i34 & 1) == 0; - if (!((i4 ? (i34 & 255) >>> 1 : HEAP32[i8 >> 2] | 0) | 0)) { - i4 = -1; + i34 = HEAP8[i14 >> 0] | 0; + i3 = (i34 & 1) == 0; + if (!((i3 ? (i34 & 255) >>> 1 : HEAP32[i17 >> 2] | 0) | 0)) { + i3 = -1; + i4 = 0; i5 = 0; - i6 = 0; } else { - i4 = HEAP8[(i4 ? i10 : HEAP32[i9 >> 2] | 0) >> 0] | 0; + i3 = HEAP8[(i3 ? i23 : HEAP32[i9 >> 2] | 0) >> 0] | 0; + i4 = 0; i5 = 0; - i6 = 0; } while (1) { if ((i2 | 0) == (i1 | 0)) break L35; - if ((i6 | 0) == (i4 | 0)) { + if ((i5 | 0) == (i3 | 0)) { i34 = HEAP32[i32 >> 2] | 0; HEAP32[i32 >> 2] = i34 + 1; - 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; + 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; } else { - i4 = i6; - i6 = 0; + i3 = i5; + i5 = 0; } } i34 = i2 + -1 | 0; @@ -35043,17 +35316,20 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN HEAP32[i32 >> 2] = i35 + 1; HEAP8[i35 >> 0] = i36; i2 = i34; - i6 = i6 + 1 | 0; + i5 = i5 + 1 | 0; } } while (0); i2 = HEAP32[i32 >> 2] | 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; + 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; + } } break; } @@ -35062,7 +35338,7 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN } while (0); i7 = i7 + 1 | 0; } - i1 = HEAP8[i24 >> 0] | 0; + i1 = HEAP8[i19 >> 0] | 0; i2 = (i1 & 1) == 0; i1 = i2 ? (i1 & 255) >>> 1 : HEAP32[i27 >> 2] | 0; if (i1 >>> 0 > 1) { @@ -35091,751 +35367,403 @@ function __ZNSt3__111__money_putIcE8__formatEPcRS2_S3_jPKcS5_RKNS_5ctypeIcEEbRKN return; } -function __ZNSt3__113__tree_removeIPNS_16__tree_node_baseIPvEEEEvT_S5_(i1, i11) { - i1 = i1 | 0; - i11 = i11 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; - 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 { - i5 = i3; - i4 = i3; - i6 = 8; - break; - } - } else { - i5 = i11; - i4 = i11; - i6 = 8; - break; - } else { - i4 = i11; - i3 = i11; - i6 = 6; - } while (0); - if ((i6 | 0) == 6) { - i2 = HEAP32[i3 + 4 >> 2] | 0; - if (!i2) { - i9 = i3 + 8 | 0; - i10 = 0; - i2 = 0; - i8 = i4; - } else { - i5 = i3; - i6 = 8; - } - } - if ((i6 | 0) == 8) { - i9 = i5 + 8 | 0; - HEAP32[i2 + 8 >> 2] = HEAP32[i9 >> 2]; - i10 = 1; - i3 = i5; - i8 = i4; - } - i4 = HEAP32[i9 >> 2] | 0; - i5 = HEAP32[i4 >> 2] | 0; - if ((i5 | 0) == (i3 | 0)) { - HEAP32[i4 >> 2] = i2; - 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[i2 + 12 >> 0] = 1; - break; - } - while (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[i5 + 4 >> 2] | 0; - i4 = (i1 | 0) == (i12 | 0) ? i5 : i1; - i1 = HEAP32[i12 >> 2] | 0; - } - i2 = HEAP32[i1 >> 2] | 0; - 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) { - i6 = 48; - break; - } - HEAP8[i1 + 12 >> 0] = 0; - i2 = HEAP32[i1 + 8 >> 2] | 0; - i1 = i2 + 12 | 0; - if ((i2 | 0) == (i4 | 0) | (HEAP8[i1 >> 0] | 0) == 0) { - i6 = 45; - break; - } - i12 = HEAP32[i2 + 8 >> 2] | 0; - i1 = i4; - i2 = (HEAP32[i12 >> 2] | 0) == (i2 | 0) ? i12 + 4 | 0 : i12; - } else { - if (!i4) { - HEAP8[i3 >> 0] = 1; - HEAP8[i2 + 12 >> 0] = 0; - __ZNSt3__118__tree_left_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i2); - i12 = HEAP32[i5 >> 2] | 0; - i1 = (i1 | 0) == (i12 | 0) ? i5 : i1; - i5 = HEAP32[i12 + 4 >> 2] | 0; - } - i3 = HEAP32[i5 >> 2] | 0; - if (i3 | 0 ? (HEAP8[i3 + 12 >> 0] | 0) == 0 : 0) { - i1 = i5; - i6 = 34; - break; - } - i2 = HEAP32[i5 + 4 >> 2] | 0; - if (i2 | 0 ? (HEAP8[i2 + 12 >> 0] | 0) == 0 : 0) { - i1 = i5; - i6 = 35; - break; - } - HEAP8[i5 + 12 >> 0] = 0; - i2 = HEAP32[i5 + 8 >> 2] | 0; - if ((i2 | 0) == (i1 | 0)) { - i6 = 32; - break; - } - if (!(HEAP8[i2 + 12 >> 0] | 0)) { - i1 = i2; - i6 = 32; - break; - } - i12 = HEAP32[i2 + 8 >> 2] | 0; - i2 = (HEAP32[i12 >> 2] | 0) == (i2 | 0) ? i12 + 4 | 0 : i12; - } - i5 = HEAP32[i2 >> 2] | 0; - } - if ((i6 | 0) == 32) { - HEAP8[i1 + 12 >> 0] = 1; - break; - } else if ((i6 | 0) == 34) { - i2 = HEAP32[i1 + 4 >> 2] | 0; - if (!i2) i6 = 36; else i6 = 35; - } else if ((i6 | 0) == 45) { - HEAP8[i1 >> 0] = 1; - break; - } 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; - 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; - i6 = 51; - } - if ((i6 | 0) == 37) { - i12 = HEAP32[i1 + 8 >> 2] | 0; - i11 = i12 + 12 | 0; - HEAP8[i1 + 12 >> 0] = HEAP8[i11 >> 0] | 0; - HEAP8[i11 >> 0] = 1; - HEAP8[i2 + 12 >> 0] = 1; - __ZNSt3__118__tree_left_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i12); - break; - } else if ((i6 | 0) == 51) { - i12 = HEAP32[i1 + 8 >> 2] | 0; - i11 = i12 + 12 | 0; - HEAP8[i1 + 12 >> 0] = HEAP8[i11 >> 0] | 0; - HEAP8[i11 >> 0] = 1; - HEAP8[i2 + 12 >> 0] = 1; - __ZNSt3__119__tree_right_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i12); - break; - } - } while (0); - return; -} - -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; - 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; - } - } else { - i20 = 0; - i2 = i3; - } - i7 = i1; - i3 = 0; - i6 = i2; - while (1) { - 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; - } - 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 { - i6 = (HEAP32[i16 >> 2] | 0) == 0; - break; - } - } 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; - } - 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; - } - 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 { - 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; - } - } - 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[i16 >> 2] = 0; - i4 = 1; - break; - } else { - i4 = (HEAP32[i16 >> 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 { - 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 __ZN4wasm6Binary7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i8, i7, i6) { +function __ZN4wasm6Binary7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i8, i5, i3) { i8 = i8 | 0; - i7 = i7 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i9 = 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; - i3 = i9; - HEAP32[i3 >> 2] = i6; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i7, 40) | 0; - i4 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(i7) | 0; - i5 = i8 + 8 | 0; - if ((HEAP32[i5 >> 2] | 0) > 16) i2 = (HEAP32[i8 + 12 >> 2] | 0) + 4 | 0; else i2 = i8 + 4 | 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: { - i1 = 17406; + i7 = 17406; break; } case 1: { - i1 = 17411; + i7 = 17411; break; } case 2: { - i1 = 17415; + i7 = 17415; break; } case 3: { - i1 = 17419; + i7 = 17419; break; } case 4: { - i1 = 17423; + i7 = 17423; 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) { + __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(i7, 24224) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 24250) | 0; break; } case 1: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 28015) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 28041) | 0; break; } case 2: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17647) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17647) | 0; break; } case 3: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17651) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17651) | 0; break; } case 4: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17657) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17657) | 0; break; } case 5: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17663) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17663) | 0; break; } case 6: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17669) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17669) | 0; break; } case 7: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17675) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17675) | 0; break; } case 8: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17679) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17679) | 0; break; } case 9: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17682) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17682) | 0; break; } case 10: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17686) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17686) | 0; break; } case 11: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17690) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17690) | 0; break; } case 12: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17696) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17696) | 0; break; } case 13: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17702) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17702) | 0; break; } case 14: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17706) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17706) | 0; break; } case 15: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17715) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17715) | 0; break; } case 16: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17719) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17719) | 0; break; } case 17: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17723) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17723) | 0; break; } case 18: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17726) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17726) | 0; break; } case 19: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17729) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17729) | 0; break; } case 20: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17734) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17734) | 0; break; } case 21: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17739) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17739) | 0; break; } case 22: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17744) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17744) | 0; break; } case 23: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17749) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17749) | 0; break; } case 24: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17754) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17754) | 0; break; } case 25: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17759) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17759) | 0; break; } case 26: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17764) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17764) | 0; break; } case 27: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17769) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17769) | 0; break; } case 28: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17772) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17772) | 0; break; } case 29: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17775) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17775) | 0; break; } case 30: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, 17778) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17778) | 0; break; } default: _abort(); } while (0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i7, 10) | 0; - i6 = i6 + 1 | 0; - HEAP32[i3 >> 2] = i6; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i7, i6, HEAP32[i8 + 12 >> 2] | 0) | 0; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i7, i6, HEAP32[i8 + 16 >> 2] | 0) | 0; - i8 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i7, i3) | 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 __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i1, i10, i9, i11) { - i1 = i1 | 0; - i10 = i10 | 0; - i9 = i9 | 0; +function __ZNSt3__113__tree_removeIPNS_16__tree_node_baseIPvEEEEvT_S5_(i3, i11) { + i3 = i3 | 0; i11 = i11 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i12 = 0; - i12 = STACKTOP; - STACKTOP = STACKTOP + 48 | 0; - i6 = i12 + 24 | 0; - i7 = i12 + 12 | 0; - i8 = i12; - L1 : do if (i1 >>> 0 < i10 >>> 0) { - L3 : do if ((HEAP8[i1 >> 0] | 0) != 95) { - if ((__ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i1, i10, i9) | 0) != (i10 | 0)) { - HEAP32[i11 >> 2] = -2; - break L1; - } + 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; + break; } else { - i3 = i10; - if ((i3 - i1 | 0) <= 3) { - HEAP32[i11 >> 2] = -2; - break L1; - } - switch (HEAP8[i1 + 1 >> 0] | 0) { - case 90: - { - i5 = i1 + 2 | 0; - i1 = __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i5, i10, i9) | 0; - if (!((i1 | 0) == (i5 | 0) | (i1 | 0) == (i10 | 0)) ? (HEAP8[i1 >> 0] | 0) == 46 : 0) { - i2 = HEAP32[i9 + 4 >> 2] | 0; - if ((HEAP32[i9 >> 2] | 0) != (i2 | 0)) { - i5 = i2 + -24 | 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 = i3 + 16 & -16; - i4 = _malloc(i2) | 0; - HEAP32[i8 + 8 >> 2] = i4; - HEAP32[i8 >> 2] = i2 | 1; - HEAP32[i8 + 4 >> 2] = 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[i4 + i3 >> 0] = 0; - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i8, 0, 35872) | 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 ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; - } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i7, 35822) | 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 ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; - } - i1 = HEAP8[i6 >> 0] | 0; - i4 = (i1 & 1) == 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i5, i4 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0, i4 ? (i1 & 255) >>> 1 : HEAP32[i6 + 4 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i6); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i7); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); - i1 = i10; - } - } - if ((i1 | 0) == (i10 | 0)) break L3; - HEAP32[i11 >> 2] = -2; - break L1; + i4 = i2; + i5 = 8; + break; + } + } else { + i4 = i11; + i2 = i11; + i5 = 8; + break; + } else { + i4 = i11; + i2 = i11; + i5 = 6; + } while (0); + if ((i5 | 0) == 6) { + i1 = HEAP32[i2 + 4 >> 2] | 0; + if (!i1) { + i7 = i2 + 8 | 0; + i10 = 0; + i8 = i2; + i9 = 0; + } else i5 = 8; + } + if ((i5 | 0) == 8) { + i7 = i2 + 8 | 0; + HEAP32[i1 + 8 >> 2] = HEAP32[i7 >> 2]; + i10 = 1; + i8 = i2; + i9 = i1; + } + 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; + 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 (i10) { + HEAP8[i9 + 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; + 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; + i1 = HEAP32[i12 >> 2] | 0; } - case 95: - { - if ((HEAP8[i1 + 2 >> 0] | 0) == 95 ? (HEAP8[i1 + 3 >> 0] | 0) == 90 : 0) { - i8 = i1 + 4 | 0; - i1 = __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i8, i10, i9) | 0; - if ((i1 | 0) == (i8 | 0) | (i1 | 0) == (i10 | 0)) { - HEAP32[i11 >> 2] = -2; - break L1; - } - L43 : do if ((i3 - i1 | 0) > 12) { - i3 = 0; - i2 = i1; - while (1) { - if ((i3 | 0) >= 13) break; - if ((HEAP8[i2 >> 0] | 0) != (HEAP8[37349 + i3 >> 0] | 0)) break L43; - i3 = i3 + 1 | 0; - i2 = i2 + 1 | 0; - } - L49 : do if ((i2 | 0) == (i10 | 0)) i2 = i10; else { - if ((HEAP8[i2 >> 0] | 0) == 95) { - i3 = i2 + 1 | 0; - if ((i3 | 0) == (i10 | 0)) break L43; - if (((HEAP8[i3 >> 0] | 0) + -48 | 0) >>> 0 >= 10) break L43; - i2 = i2 + 2 | 0; - } - while (1) { - if ((i2 | 0) == (i10 | 0)) { - i2 = i10; - break L49; - } - if (((HEAP8[i2 >> 0] | 0) + -48 | 0) >>> 0 >= 10) break L49; - i2 = i2 + 1 | 0; - } - } 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, 37363) | 0; - i1 = i2; - } - } while (0); - if ((i1 | 0) == (i10 | 0)) break L3; - HEAP32[i11 >> 2] = -2; - break L1; - } + i2 = HEAP32[i1 >> 2] | 0; + i4 = (i2 | 0) == 0; + if (!i4 ? (HEAP8[i2 + 12 >> 0] | 0) == 0 : 0) { + i5 = 49; break; } - default: - {} + i12 = HEAP32[i1 + 4 >> 2] | 0; + if (i12 | 0 ? (HEAP8[i12 + 12 >> 0] | 0) == 0 : 0) { + i5 = 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; + break; + } + i1 = HEAP32[i2 + 8 >> 2] | 0; + i1 = (HEAP32[i1 >> 2] | 0) == (i2 | 0) ? i1 + 4 | 0 : i1; + } else { + if (!i5) { + HEAP8[i4 >> 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; + } + i4 = HEAP32[i1 >> 2] | 0; + if (i4 | 0 ? (HEAP8[i4 + 12 >> 0] | 0) == 0 : 0) { + i5 = 34; + break; + } + i2 = HEAP32[i1 + 4 >> 2] | 0; + if (i2 | 0 ? (HEAP8[i2 + 12 >> 0] | 0) == 0 : 0) { + i5 = 35; + break; + } + HEAP8[i1 + 12 >> 0] = 0; + i1 = HEAP32[i1 + 8 >> 2] | 0; + if ((i1 | 0) == (i3 | 0)) { + i1 = i3; + i5 = 32; + break; + } + if (!(HEAP8[i1 + 12 >> 0] | 0)) { + i5 = 32; + break; + } + i12 = HEAP32[i1 + 8 >> 2] | 0; + i1 = (HEAP32[i12 >> 2] | 0) == (i1 | 0) ? i12 + 4 | 0 : i12; } - HEAP32[i11 >> 2] = -2; - break L1; - } while (0); - if ((HEAP32[i11 >> 2] | 0) == 0 ? (HEAP32[i9 >> 2] | 0) == (HEAP32[i9 + 4 >> 2] | 0) : 0) HEAP32[i11 >> 2] = -2; - } else HEAP32[i11 >> 2] = -2; while (0); - STACKTOP = i12; + i1 = HEAP32[i1 >> 2] | 0; + } + if ((i5 | 0) == 32) { + HEAP8[i1 + 12 >> 0] = 1; + break; + } else if ((i5 | 0) == 34) { + i2 = HEAP32[i1 + 4 >> 2] | 0; + if (!i2) i5 = 36; else i5 = 35; + } else if ((i5 | 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; + 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) { + 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; + } + if ((i5 | 0) == 37) { + i12 = HEAP32[i1 + 8 >> 2] | 0; + i11 = i12 + 12 | 0; + HEAP8[i1 + 12 >> 0] = HEAP8[i11 >> 0] | 0; + HEAP8[i11 >> 0] = 1; + HEAP8[i2 + 12 >> 0] = 1; + __ZNSt3__118__tree_left_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i12); + break; + } else if ((i5 | 0) == 51) { + i12 = HEAP32[i1 + 8 >> 2] | 0; + i11 = i12 + 12 | 0; + HEAP8[i1 + 12 >> 0] = HEAP8[i11 >> 0] | 0; + HEAP8[i11 >> 0] = 1; + HEAP8[i2 + 12 >> 0] = 1; + __ZNSt3__119__tree_right_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i12); + break; + } + } while (0); return; } @@ -35853,28 +35781,28 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i15 = i20 + 168 | 0; - i16 = i20 + 8 | 0; + i14 = i20 + 168 | 0; + i15 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i14 = 8; + i16 = 8; break; } case 8: { - i14 = 16; + i16 = 16; break; } case 0: { - i14 = 0; + i16 = 0; break; } default: - i14 = 10; + i16 = 10; } __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); i1 = 0; @@ -35886,12 +35814,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; - i9 = i18 + 1 | 0; - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i2; - HEAP32[i13 >> 2] = i16; + 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; - i10 = i18 + 4 | 0; + i9 = i18 + 4 | 0; i7 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i21 >> 2] | 0; L13 : while (1) { @@ -35928,44 +35856,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[i10 >> 2] | 0; - if ((HEAP32[i15 >> 2] | 0) == (i2 + i4 | 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 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i2 + i4; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i2 + i4; } - 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) { + 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; } - i1 = HEAP32[i4 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 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; continue; } else { - HEAP32[i4 >> 2] = i1 + 4; + HEAP32[i5 >> 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 - i16 | 0) < 160 : 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; } - i15 = __ZNSt3__127__num_get_unsigned_integralIyEET_PKcS3_Rji(i2, HEAP32[i15 >> 2] | 0, i23, i14) | 0; - HEAP32[i17 >> 2] = i15; + 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, i16, i1, i23); + __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; @@ -35995,6 +35923,149 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 return i24 | 0; } +function __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i1, i10, i9, i11) { + i1 = i1 | 0; + i10 = i10 | 0; + i9 = i9 | 0; + i11 = i11 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i12 = 0; + i12 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i6 = i12 + 24 | 0; + i7 = i12 + 12 | 0; + i8 = i12; + L1 : do if (i1 >>> 0 < i10 >>> 0) { + L3 : do if ((HEAP8[i1 >> 0] | 0) != 95) { + if ((__ZN10__cxxabiv112_GLOBAL__N_110parse_typeINS0_2DbEEEPKcS4_S4_RT_(i1, i10, i9) | 0) != (i10 | 0)) { + HEAP32[i11 >> 2] = -2; + break L1; + } + } else { + i3 = i10; + if ((i3 - i1 | 0) <= 3) { + HEAP32[i11 >> 2] = -2; + break L1; + } + switch (HEAP8[i1 + 1 >> 0] | 0) { + case 90: + { + i5 = i1 + 2 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i5, i10, i9) | 0; + if (!((i1 | 0) == (i5 | 0) | (i1 | 0) == (i10 | 0)) ? (HEAP8[i1 >> 0] | 0) == 46 : 0) { + 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; + } else { + i2 = i4 + 16 & -16; + i3 = _malloc(i2) | 0; + HEAP32[i8 + 8 >> 2] = i3; + HEAP32[i8 >> 2] = i2 | 1; + HEAP32[i8 + 4 >> 2] = i4; + } + i2 = i3; + 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; + while (1) { + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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; + while (1) { + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; + } + i1 = HEAP8[i6 >> 0] | 0; + i4 = (i1 & 1) == 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKcj(i5, i4 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0, i4 ? (i1 & 255) >>> 1 : HEAP32[i6 + 4 >> 2] | 0) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i7); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); + i1 = i10; + } + } + if ((i1 | 0) == (i10 | 0)) break L3; + HEAP32[i11 >> 2] = -2; + break L1; + } + case 95: + { + if ((HEAP8[i1 + 2 >> 0] | 0) == 95 ? (HEAP8[i1 + 3 >> 0] | 0) == 90 : 0) { + i8 = i1 + 4 | 0; + i1 = __ZN10__cxxabiv112_GLOBAL__N_114parse_encodingINS0_2DbEEEPKcS4_S4_RT_(i8, i10, i9) | 0; + if ((i1 | 0) == (i8 | 0) | (i1 | 0) == (i10 | 0)) { + HEAP32[i11 >> 2] = -2; + break L1; + } + L43 : do if ((i3 - i1 | 0) > 12) { + i3 = 0; + i2 = i1; + while (1) { + if ((i3 | 0) >= 13) break; + if ((HEAP8[i2 >> 0] | 0) != (HEAP8[37375 + i3 >> 0] | 0)) break L43; + i3 = i3 + 1 | 0; + i2 = i2 + 1 | 0; + } + L49 : do if ((i2 | 0) == (i10 | 0)) i2 = i10; else { + if ((HEAP8[i2 >> 0] | 0) == 95) { + i3 = i2 + 1 | 0; + if ((i3 | 0) == (i10 | 0)) break L43; + if (((HEAP8[i3 >> 0] | 0) + -48 | 0) >>> 0 >= 10) break L43; + i2 = i2 + 2 | 0; + } + while (1) { + if ((i2 | 0) == (i10 | 0)) { + i2 = i10; + break L49; + } + if (((HEAP8[i2 >> 0] | 0) + -48 | 0) >>> 0 >= 10) break L49; + i2 = i2 + 1 | 0; + } + } 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; + i1 = i2; + } + } while (0); + if ((i1 | 0) == (i10 | 0)) break L3; + HEAP32[i11 >> 2] = -2; + break L1; + } + break; + } + default: + {} + } + HEAP32[i11 >> 2] = -2; + break L1; + } while (0); + if ((HEAP32[i11 >> 2] | 0) == 0 ? (HEAP32[i9 >> 2] | 0) == (HEAP32[i9 + 4 >> 2] | 0) : 0) HEAP32[i11 >> 2] = -2; + } else HEAP32[i11 >> 2] = -2; while (0); + STACKTOP = i12; + return; +} + 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; i21 = i21 | 0; @@ -36009,28 +36080,28 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i15 = i20 + 168 | 0; - i16 = i20 + 8 | 0; + i14 = i20 + 168 | 0; + i15 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i14 = 8; + i16 = 8; break; } case 8: { - i14 = 16; + i16 = 16; break; } case 0: { - i14 = 0; + i16 = 0; break; } default: - i14 = 10; + i16 = 10; } __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); i1 = 0; @@ -36042,12 +36113,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; - i9 = i18 + 1 | 0; - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i2; - HEAP32[i13 >> 2] = i16; + 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; - i10 = i18 + 4 | 0; + i9 = i18 + 4 | 0; i7 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i21 >> 2] | 0; L13 : while (1) { @@ -36084,44 +36155,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[i10 >> 2] | 0; - if ((HEAP32[i15 >> 2] | 0) == (i2 + i4 | 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 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i2 + i4; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i2 + i4; } - 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) { + 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; } - i1 = HEAP32[i4 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 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; continue; } else { - HEAP32[i4 >> 2] = i1 + 4; + HEAP32[i5 >> 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 - i16 | 0) < 160 : 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; } - i15 = __ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji(i2, HEAP32[i15 >> 2] | 0, i23, i14) | 0; - HEAP32[i17 >> 2] = i15; + i16 = __ZNSt3__125__num_get_signed_integralIxEET_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, i16, i1, i23); + __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; @@ -36151,6 +36222,194 @@ 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; + i1 = i1 | 0; + i18 = i18 | 0; + i14 = i14 | 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; + } + } else { + i19 = 0; + i2 = i3; + } + i7 = i1; + i3 = 0; + i6 = i2; + 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; + } + i12 = 0; + i8 = i4; + L17 : while (1) { + i4 = HEAP32[i15 >> 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; + break; + } else { + i7 = (HEAP32[i15 >> 2] | 0) == 0; + 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 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; + } + if (!i7) { + i12 = i11; + i8 = i10; + continue; + } + 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; + } else { + i12 = i11; + i8 = i10; + 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; + } + } + 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; + 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; + 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; +} + function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE4walkERPNS_10ExpressionE(i5, i6) { i5 = i5 | 0; i6 = i6 | 0; @@ -36189,8 +36448,8 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp } case 4: { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 8 | 0); FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 16 | 0); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i1 + 12 | 0); break; } case 5: @@ -36301,7 +36560,7 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp {} } while (0); i1 = HEAP32[i6 >> 2] | 0; - if (!i1) ___assert_fail(27822, 27572, 1310, 27827); + if (!i1) ___assert_fail(27848, 27598, 1701, 27853); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -36330,7 +36589,7 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp break; case 4: { - if ((HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[i5 + 8 >> 2] | 0)) { + if ((HEAP32[i1 + 8 >> 2] | 0) == (HEAP32[i5 + 8 >> 2] | 0)) { i4 = i5 + 12 | 0; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; } @@ -36339,11 +36598,11 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp default: {} } - i1 = i5 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i2 | 0) { - HEAP32[i6 >> 2] = i2; - HEAP32[i1 >> 2] = 0; + i2 = i5 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; + if (i1 | 0) { + HEAP32[i6 >> 2] = i1; + HEAP32[i2 >> 2] = 0; } } return; @@ -36363,28 +36622,28 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i15 = i20 + 168 | 0; - i16 = i20 + 8 | 0; + i14 = i20 + 168 | 0; + i15 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i14 = 8; + i16 = 8; break; } case 8: { - i14 = 16; + i16 = 16; break; } case 0: { - i14 = 0; + i16 = 0; break; } default: - i14 = 10; + i16 = 10; } __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); i1 = 0; @@ -36396,12 +36655,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; - i9 = i18 + 1 | 0; - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i2; - HEAP32[i13 >> 2] = i16; + 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; - i10 = i18 + 4 | 0; + i9 = i18 + 4 | 0; i7 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i21 >> 2] | 0; L13 : while (1) { @@ -36438,43 +36697,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[i10 >> 2] | 0; - if ((HEAP32[i15 >> 2] | 0) == (i2 + i4 | 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 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i2 + i4; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i2 + i4; } - 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) { + 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; } - i1 = HEAP32[i4 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 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; continue; } else { - HEAP32[i4 >> 2] = i1 + 4; + HEAP32[i5 >> 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 - i16 | 0) < 160 : 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; } - 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); + 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); 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; @@ -36518,28 +36777,28 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i15 = i20 + 168 | 0; - i16 = i20 + 8 | 0; + i14 = i20 + 168 | 0; + i15 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i14 = 8; + i16 = 8; break; } case 8: { - i14 = 16; + i16 = 16; break; } case 0: { - i14 = 0; + i16 = 0; break; } default: - i14 = 10; + i16 = 10; } __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); i1 = 0; @@ -36551,12 +36810,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; - i9 = i18 + 1 | 0; - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i2; - HEAP32[i13 >> 2] = i16; + 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; - i10 = i18 + 4 | 0; + i9 = i18 + 4 | 0; i7 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i21 >> 2] | 0; L13 : while (1) { @@ -36593,43 +36852,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[i10 >> 2] | 0; - if ((HEAP32[i15 >> 2] | 0) == (i2 + i4 | 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 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i2 + i4; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i2 + i4; } - 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) { + 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; } - i1 = HEAP32[i4 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 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; continue; } else { - HEAP32[i4 >> 2] = i1 + 4; + HEAP32[i5 >> 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 - i16 | 0) < 160 : 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; } - 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); + 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); 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; @@ -36673,28 +36932,28 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i15 = i20 + 168 | 0; - i16 = i20 + 8 | 0; + i14 = i20 + 168 | 0; + i15 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i14 = 8; + i16 = 8; break; } case 8: { - i14 = 16; + i16 = 16; break; } case 0: { - i14 = 0; + i16 = 0; break; } default: - i14 = 10; + i16 = 10; } __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); i1 = 0; @@ -36706,12 +36965,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; - i9 = i18 + 1 | 0; - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i2; - HEAP32[i13 >> 2] = i16; + 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; - i10 = i18 + 4 | 0; + i9 = i18 + 4 | 0; i7 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i21 >> 2] | 0; L13 : while (1) { @@ -36748,43 +37007,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[i10 >> 2] | 0; - if ((HEAP32[i15 >> 2] | 0) == (i2 + i4 | 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 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i2 + i4; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i2 + i4; } - 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) { + 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; } - i1 = HEAP32[i4 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 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; continue; } else { - HEAP32[i4 >> 2] = i1 + 4; + HEAP32[i5 >> 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 - i16 | 0) < 160 : 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; } - 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); + 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); 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; @@ -36828,28 +37087,28 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i15 = i20 + 168 | 0; - i16 = i20 + 8 | 0; + i14 = i20 + 168 | 0; + i15 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i14 = 8; + i16 = 8; break; } case 8: { - i14 = 16; + i16 = 16; break; } case 0: { - i14 = 0; + i16 = 0; break; } default: - i14 = 10; + i16 = 10; } __ZNSt3__19__num_getIwE17__stage2_int_prepERNS_8ios_baseEPwRw(i19, i2, i11, i3); i1 = 0; @@ -36861,12 +37120,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; - i9 = i18 + 1 | 0; - i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i2; - HEAP32[i13 >> 2] = i16; + 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; - i10 = i18 + 4 | 0; + i9 = i18 + 4 | 0; i7 = HEAP32[i3 >> 2] | 0; i3 = HEAP32[i21 >> 2] | 0; L13 : while (1) { @@ -36903,43 +37162,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[i10 >> 2] | 0; - if ((HEAP32[i15 >> 2] | 0) == (i2 + i4 | 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 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i2 + i4; + i2 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i2 + i4; } - 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) { + 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; } - i1 = HEAP32[i4 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i5 >> 2] | 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; continue; } else { - HEAP32[i4 >> 2] = i1 + 4; + HEAP32[i5 >> 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 - i16 | 0) < 160 : 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; } - 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); + 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); 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; @@ -36973,12 +37232,12 @@ 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; + i12 = i14 + 4 | 0; + i11 = HEAP32[i12 >> 2] | 0; + i1 = i11 & -8; i8 = i14 + i1 | 0; - i6 = HEAP32[9727] | 0; - i2 = i12 & 3; + 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(); @@ -36987,7 +37246,7 @@ function _try_realloc_chunk(i14, i13) { i14 = 0; return i14 | 0; } - if (i1 >>> 0 >= (i13 + 4 | 0) >>> 0 ? (i1 - i13 | 0) >>> 0 <= HEAP32[9843] << 1 >>> 0 : 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; } @@ -36995,29 +37254,29 @@ function _try_realloc_chunk(i14, i13) { i1 = i1 - i13 | 0; if (i1 >>> 0 <= 15) return i14 | 0; i10 = i14 + i13 | 0; - HEAP32[i11 >> 2] = i12 & 1 | i13 | 2; + 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[9729] | 0)) { - i1 = (HEAP32[9726] | 0) + i1 | 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[i11 >> 2] = i12 & 1 | i13 | 2; + HEAP32[i12 >> 2] = i11 & 1 | i13 | 2; HEAP32[i9 + 4 >> 2] = i10 | 1; - HEAP32[9729] = i9; - HEAP32[9726] = i10; + HEAP32[9735] = i9; + HEAP32[9732] = i10; return i14 | 0; } - if ((i8 | 0) == (HEAP32[9728] | 0)) { - i2 = (HEAP32[9725] | 0) + i1 | 0; + if ((i8 | 0) == (HEAP32[9734] | 0)) { + i2 = (HEAP32[9731] | 0) + i1 | 0; if (i2 >>> 0 < i13 >>> 0) { i14 = 0; return i14 | 0; @@ -37026,20 +37285,20 @@ function _try_realloc_chunk(i14, i13) { if (i1 >>> 0 > 15) { i2 = i14 + i13 | 0; i10 = i2 + i1 | 0; - HEAP32[i11 >> 2] = i12 & 1 | i13 | 2; + 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[i11 >> 2] = i12 & 1 | i2 | 2; + HEAP32[i12 >> 2] = i11 & 1 | i2 | 2; i2 = i14 + i2 + 4 | 0; HEAP32[i2 >> 2] = HEAP32[i2 >> 2] | 1; i2 = 0; i1 = 0; } - HEAP32[9725] = i1; - HEAP32[9728] = i2; + HEAP32[9731] = i1; + HEAP32[9734] = i2; return i14 | 0; } if (i3 & 2 | 0) { @@ -37057,29 +37316,29 @@ function _try_realloc_chunk(i14, i13) { 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; + i3 = i8 + 16 | 0; + i2 = i3 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; if (!i1) { - i1 = HEAP32[i2 >> 2] | 0; + i1 = HEAP32[i3 >> 2] | 0; if (!i1) { i7 = 0; break; - } - } else i2 = i3; + } else i2 = i3; + } while (1) { - i3 = i1 + 20 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (i4 | 0) { - i1 = i4; - i2 = i3; + i4 = i1 + 20 | 0; + i3 = HEAP32[i4 >> 2] | 0; + if (i3 | 0) { + i1 = i3; + i2 = i4; continue; } - i3 = i1 + 16 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if (!i4) break; else { - i1 = i4; - i2 = i3; + i4 = i1 + 16 | 0; + i3 = HEAP32[i4 >> 2] | 0; + if (!i3) break; else { + i1 = i3; + i2 = i4; } } if (i2 >>> 0 < i6 >>> 0) _abort(); else { @@ -37102,31 +37361,31 @@ function _try_realloc_chunk(i14, i13) { } while (0); if (i5 | 0) { i1 = HEAP32[i8 + 28 >> 2] | 0; - i2 = 39196 + (i1 << 2) | 0; + i2 = 39220 + (i1 << 2) | 0; if ((i8 | 0) == (HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = i7; if (!i7) { - HEAP32[9724] = HEAP32[9724] & ~(1 << i1); + HEAP32[9730] = HEAP32[9730] & ~(1 << i1); break; } } else { - if (i5 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); + 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[9727] | 0; + i3 = HEAP32[9733] | 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; + 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[i1 + 4 >> 2] | 0; - if (i1 | 0) if (i1 >>> 0 < (HEAP32[9727] | 0) >>> 0) _abort(); else { + 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; @@ -37135,13 +37394,13 @@ function _try_realloc_chunk(i14, i13) { } else { i2 = HEAP32[i8 + 8 >> 2] | 0; i3 = HEAP32[i8 + 12 >> 2] | 0; - i1 = 38932 + (i4 << 1 << 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[9723] = HEAP32[9723] & ~(1 << i4); + HEAP32[9729] = HEAP32[9729] & ~(1 << i4); break; } if ((i3 | 0) != (i1 | 0)) { @@ -37153,13 +37412,13 @@ function _try_realloc_chunk(i14, i13) { HEAP32[i5 >> 2] = i2; } while (0); if (i10 >>> 0 < 16) { - HEAP32[i11 >> 2] = i9 | i12 & 1 | 2; + 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[i11 >> 2] = i12 & 1 | i13 | 2; + 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; @@ -37200,14 +37459,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; - i10 = i20 + 1 | 0; - i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; + i11 = i20 + 1 | 0; + i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i2; HEAP32[i15 >> 2] = i18; HEAP32[i14 >> 2] = 0; HEAP8[i16 >> 0] = 1; HEAP8[i13 >> 0] = 69; - i11 = i20 + 4 | 0; + i10 = i20 + 4 | 0; i8 = HEAP32[i3 >> 2] | 0; i7 = HEAP32[i4 >> 2] | 0; i3 = HEAP32[i23 >> 2] | 0; @@ -37242,25 +37501,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[i11 >> 2] | 0; + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 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 ? i10 : HEAP32[i9 >> 2] | 0; + i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i2 + i5; } - 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; + 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; 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[i5 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i6 >> 2] | 0)) { + i1 = HEAP32[i6 >> 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[i6 >> 2] = i1 + 4; continue; } } @@ -37305,7 +37564,7 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE2 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; @@ -37336,14 +37595,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; - i10 = i20 + 1 | 0; - i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; + i11 = i20 + 1 | 0; + i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i2; HEAP32[i15 >> 2] = i18; HEAP32[i14 >> 2] = 0; HEAP8[i16 >> 0] = 1; HEAP8[i13 >> 0] = 69; - i11 = i20 + 4 | 0; + i10 = i20 + 4 | 0; i8 = HEAP32[i3 >> 2] | 0; i7 = HEAP32[i4 >> 2] | 0; i3 = HEAP32[i23 >> 2] | 0; @@ -37378,25 +37637,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[i11 >> 2] | 0; + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 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 ? i10 : HEAP32[i9 >> 2] | 0; + i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i2 + i5; } - 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; + 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; 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[i5 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i6 >> 2] | 0)) { + i1 = HEAP32[i6 >> 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[i6 >> 2] = i1 + 4; continue; } } @@ -37409,7 +37668,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) { @@ -37440,8 +37699,7 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE2 STACKTOP = i22; 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; @@ -37472,14 +37730,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; - i10 = i20 + 1 | 0; - i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; + i11 = i20 + 1 | 0; + i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i2; HEAP32[i15 >> 2] = i18; HEAP32[i14 >> 2] = 0; HEAP8[i16 >> 0] = 1; HEAP8[i13 >> 0] = 69; - i11 = i20 + 4 | 0; + i10 = i20 + 4 | 0; i8 = HEAP32[i3 >> 2] | 0; i7 = HEAP32[i4 >> 2] | 0; i3 = HEAP32[i23 >> 2] | 0; @@ -37514,25 +37772,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[i11 >> 2] | 0; + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 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 ? i10 : HEAP32[i9 >> 2] | 0; + i2 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i2 + i5; } - 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; + 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; 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[i5 >> 2] | 0; - if ((i1 | 0) == (HEAP32[i6 >> 2] | 0)) { + i1 = HEAP32[i6 >> 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[i6 >> 2] = i1 + 4; continue; } } @@ -37545,7 +37803,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) { @@ -37586,89 +37844,89 @@ function _call_from_js(i2) { i1 = i21 + 100 | 0; i3 = i21 + 104 | 0; i4 = i21 + 84 | 0; - i17 = i21 + 88 | 0; - i13 = i21 + 32 | 0; - i14 = i21 + 16 | 0; - i15 = i21; + i14 = i21 + 88 | 0; + i15 = i21 + 32 | 0; + i16 = i21 + 16 | 0; + i17 = i21; i18 = i21 + 48 | 0; - i16 = i21 + 80 | 0; - if (HEAP8[42364] | 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(39476, 14667) | 0, i2) | 0, 10) | 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; __ZN6cashew7IStringC2EPKcb(i1, i2, 1); - i11 = (HEAP32[HEAP32[9591] >> 2] | 0) + 72 | 0; + i11 = (HEAP32[HEAP32[9597] >> 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[9591] >> 2] | 0) + 84 | 0; + i1 = (HEAP32[HEAP32[9597] >> 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(28260, 14681, 292, 14697); + if (!i1) ___assert_fail(28286, 14681, 292, 14697); i10 = _emscripten_asm_const_i(8) | 0; i11 = i1 + 8 | 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; + 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; L7 : while (1) { - if (i9 >>> 0 >= i2 >>> 0) break; - L10 : do switch (HEAP32[(HEAP32[i11 >> 2] | 0) + (i9 << 3) + 4 >> 2] | 0) { + if (i7 >>> 0 >= i9 >>> 0) break; + L10 : do switch (HEAP32[(HEAP32[i11 >> 2] | 0) + (i7 << 3) + 4 >> 2] | 0) { case 1: { - 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 (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 (i1 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - 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; + 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; break L10; } else { - __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i17, i13); + __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i14, i15); break L10; } } case 3: { - 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 (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 (i1 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - 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; + 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; break L10; } else { - __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i17, i14); + __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i14, i16); break L10; } } case 4: { - if (i9 >>> 0 < i10 >>> 0) d5 = +_emscripten_asm_const_di(9, i9 | 0); else d5 = 0.0; - HEAP32[i15 >> 2] = 4; + if (i7 >>> 0 < i10 >>> 0) d5 = +_emscripten_asm_const_di(9, i7 | 0); else d5 = 0.0; + HEAP32[i17 >> 2] = 4; HEAPF64[i8 >> 3] = d5; - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i4 >> 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[i3 >> 2] = i1 + 16; + 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; break L10; } else { - __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i17, i15); + __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i14, i17); break L10; } } @@ -37678,15 +37936,15 @@ function _call_from_js(i2) { break L7; } } while (0); - i9 = i9 + 1 | 0; + i7 = i7 + 1 | 0; } if ((i20 | 0) == 24) _abort(); - i20 = HEAP32[9591] | 0; - HEAP32[i16 >> 2] = i12; - HEAP32[i19 >> 2] = HEAP32[i16 >> 2]; - __ZN4wasm14ModuleInstance10callExportEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i18, i20, i19, i17); - if (HEAP8[42364] | 0) { - i20 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39476, 14791) | 0; + 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; HEAP32[i19 >> 2] = HEAP32[i18 >> 2]; HEAP32[i19 + 4 >> 2] = HEAP32[i18 + 4 >> 2]; HEAP32[i19 + 8 >> 2] = HEAP32[i18 + 8 >> 2]; @@ -37701,189 +37959,51 @@ function _call_from_js(i2) { } case 1: { - _emscripten_asm_const_ii(11, __ZN4wasm7Literal6geti32Ev(i18) | 0) | 0; + _emscripten_asm_const_ii(11, __ZNK4wasm7Literal6geti32Ev(i18) | 0) | 0; break; } case 3: { - _emscripten_asm_const_id(11, +(+__ZN4wasm7Literal6getf32Ev(i18))) | 0; + _emscripten_asm_const_id(11, +(+__ZNK4wasm7Literal6getf32Ev(i18))) | 0; break; } case 4: { - _emscripten_asm_const_id(11, +(+__ZN4wasm7Literal6getf64Ev(i18))) | 0; + _emscripten_asm_const_id(11, +(+__ZNK4wasm7Literal6getf64Ev(i18))) | 0; break; } default: _abort(); } - __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i17); + __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i14); STACKTOP = i21; return; } -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, 40468) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 7](i1, 32623, 32649, 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, 32658, 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 __ZN4wasm8Function5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i10, i12, i7) { +function __ZN4wasm8Function5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i10, i12, i6) { i10 = i10 | 0; i12 = i12 | 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, i14 = 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; STACKTOP = STACKTOP + 32 | 0; - i8 = i14 + 20 | 0; + i9 = i14 + 20 | 0; i11 = i14 + 16 | 0; i4 = i14 + 12 | 0; i1 = i14 + 8 | 0; i5 = i14 + 4 | 0; - i9 = i14; - HEAP32[i11 >> 2] = i7; + i8 = i14; + HEAP32[i11 >> 2] = i6; i2 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i12, 18209, 1) | 0; HEAP32[i4 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i8) | 0; + HEAP32[i9 >> 2] = HEAP32[i4 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i2, i9) | 0; i2 = i10 + 32 | 0; if (HEAP32[i2 >> 2] | 0) { i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i12, 18215) | 0; HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i1 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i8) | 0, 41) | 0; + 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; } i3 = HEAP32[i10 + 12 >> 2] | 0; i1 = HEAP32[i10 + 8 >> 2] | 0; @@ -37891,113 +38011,113 @@ function __ZN4wasm8Function5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEE 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; - i3 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i12, 18223) | 0; + i2 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i12, 18223) | 0; HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i5 >> 2]; - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i3, i8) | 0, 32) | 0; + 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; switch (HEAP32[i1 + 4 >> 2] | 0) { case 0: { - i2 = 17406; + i3 = 17406; break; } case 1: { - i2 = 17411; + i3 = 17411; break; } case 2: { - i2 = 17415; + i3 = 17415; break; } case 3: { - i2 = 17419; + i3 = 17419; break; } case 4: { - i2 = 17423; + i3 = 17423; break; } default: break L6; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, i2) | 0, 35822) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i3) | 0, 35848) | 0; i1 = i1 + 8 | 0; } while (0); - i1 = i10 + 4 | 0; - if (HEAP32[i1 >> 2] | 0) { + i2 = i10 + 4 | 0; + if (HEAP32[i2 >> 2] | 0) { __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i12, 32) | 0; - i2 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i12, 18176) | 0; - switch (HEAP32[i1 >> 2] | 0) { + i1 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i12, 18176) | 0; + switch (HEAP32[i2 >> 2] | 0) { case 0: { - i6 = 17406; + i7 = 17406; break; } case 1: { - i6 = 17411; + i7 = 17411; break; } case 2: { - i6 = 17415; + i7 = 17415; break; } case 3: { - i6 = 17419; + i7 = 17419; break; } case 4: { - i6 = 17423; + i7 = 17423; break; } default: {} } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i6) | 0, 35822) | 0; + __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_c(i12, 10) | 0; - i5 = i7 + 1 | 0; + i5 = i6 + 1 | 0; HEAP32[i11 >> 2] = i5; - i2 = HEAP32[i10 + 24 >> 2] | 0; - i4 = HEAP32[i10 + 20 >> 2] | 0; + i1 = HEAP32[i10 + 24 >> 2] | 0; + i2 = HEAP32[i10 + 20 >> 2] | 0; L27 : while (1) { - if ((i4 | 0) == (i2 | 0)) break; + if ((i2 | 0) == (i1 | 0)) break; __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i12, i5) | 0; i3 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i12, 18230) | 0; - HEAP32[i9 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i3, i8) | 0, 32) | 0; - switch (HEAP32[i4 + 4 >> 2] | 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) { case 0: { - i1 = 17406; + i4 = 17406; break; } case 1: { - i1 = 17411; + i4 = 17411; break; } case 2: { - i1 = 17415; + i4 = 17415; break; } case 3: { - i1 = 17419; + i4 = 17419; break; } case 4: { - i1 = 17423; + i4 = 17423; break; } default: @@ -38006,8 +38126,8 @@ function __ZN4wasm8Function5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEE break L27; } } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, i1) | 0, 18166) | 0; - i4 = i4 + 8 | 0; + __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; } 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) { @@ -38026,41 +38146,42 @@ function __ZN4wasm8Function5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEE return i13 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN13FunctionScopeC2EPNS_8FunctionES9_(i11, i10, i15) { +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN13FunctionScopeC2EPNS_8FunctionES9_(i11, i8, i14) { i11 = i11 | 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; + 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; i12 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i14 = i12 + 8 | 0; - i2 = i12 + 4 | 0; + i13 = i12 + 8 | 0; + i4 = i12 + 4 | 0; i6 = i12; HEAP32[i11 + 4 >> 2] = 0; HEAP32[i11 + 8 >> 2] = 0; HEAP32[i11 >> 2] = i11 + 4; - HEAP32[i11 + 12 >> 2] = i10; - i9 = i10 + 8 | 0; - i4 = i10 + 12 | 0; - i5 = i15 + 4 | 0; + HEAP32[i11 + 12 >> 2] = i8; + i9 = i8 + 8 | 0; + i3 = i8 + 12 | 0; + i5 = i14 + 4 | 0; i1 = HEAP32[i5 >> 2] | 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(39560, 19859) | 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, 19870) | 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, 19881) | 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, 19899) | 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, 40436) | 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; + 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; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i4) | 0; _abort(); } + i3 = i2; i2 = 0; while (1) { if (i2 >>> 0 >= i1 - i3 >> 4 >>> 0) { @@ -38070,18 +38191,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[i15 >> 2] | 0) + (i2 << 4) | 0; + i1 = (HEAP32[i14 >> 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[i15 >> 2] | 0; + i3 = HEAP32[i14 >> 2] | 0; i1 = HEAP32[i5 >> 2] | 0; i2 = i2 + 1 | 0; } if ((i7 | 0) == 5) { - i2 = HEAP32[i10 + 24 >> 2] | 0; - i1 = HEAP32[i10 + 20 >> 2] | 0; + i2 = HEAP32[i8 + 24 >> 2] | 0; + i1 = HEAP32[i8 + 20 >> 2] | 0; while (1) { if ((i1 | 0) == (i2 | 0)) break; i15 = HEAP32[i1 + 4 >> 2] | 0; @@ -38092,112 +38213,112 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect STACKTOP = i12; return; } - i1 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 19859) | 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, 19911) | 0; + 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; switch (HEAP32[(HEAP32[i9 >> 2] | 0) + (i2 << 3) + 4 >> 2] | 0) { case 0: { - i8 = 17406; + i10 = 17406; break; } case 1: { - i8 = 17411; + i10 = 17411; break; } case 2: { - i8 = 17415; + i10 = 17415; break; } case 3: { - i8 = 17419; + i10 = 17419; break; } case 4: { - i8 = 17423; + i10 = 17423; 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, i8) | 0, 19927) | 0, i2) | 0, 19943) | 0; - switch (HEAP32[(HEAP32[i15 >> 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, i10) | 0, 19906) | 0, i2) | 0, 19922) | 0; + switch (HEAP32[(HEAP32[i14 >> 2] | 0) + (i2 << 4) >> 2] | 0) { case 0: { - i13 = 17406; + i15 = 17406; break; } case 1: { - i13 = 17411; + i15 = 17411; break; } case 2: { - i13 = 17415; + i15 = 17415; break; } case 3: { - i13 = 17419; + i15 = 17419; break; } case 4: { - i13 = 17423; + i15 = 17423; break; } default: {} } - i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i13) | 0, 36861) | 0; + i16 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i15) | 0, 36887) | 0; i15 = __ZNKSt3__18ios_base6getlocEv(i16 + (HEAP32[(HEAP32[i16 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i14 >> 2] = i15; - i15 = __ZNKSt3__16locale9use_facetERNS0_2idE(i14, 40436) | 0; + HEAP32[i13 >> 2] = i15; + i15 = __ZNKSt3__16locale9use_facetERNS0_2idE(i13, 40460) | 0; i15 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i15 >> 2] | 0) + 28 >> 2] & 31](i15, 10) | 0; - __ZNSt3__16localeD2Ev(i14); + __ZNSt3__16localeD2Ev(i13); __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(i14, i16, i15, i17, i19, i18, i1) { +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; i14 = i14 | 0; i16 = i16 | 0; - i15 = i15 | 0; - i17 = i17 | 0; - i19 = i19 | 0; i18 = i18 | 0; + i17 = i17 | 0; i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, 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, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0; i21 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i13 = i21; - i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40468) | 0; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40476) | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 20 >> 2] & 127](i13, i10); - HEAP32[i18 >> 2] = i17; - i1 = HEAP8[i14 >> 0] | 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; switch (i1 << 24 >> 24) { case 43: case 45: { - 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; + 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; HEAP32[i2 >> 2] = i11; - i2 = i14 + 1 | 0; + i2 = i13 + 1 | 0; break; } default: - i2 = i14; + i2 = i13; } - i11 = i15; + i11 = i14; L4 : do if ((i11 - i2 | 0) > 1 ? (HEAP8[i2 >> 0] | 0) == 48 : 0) { i1 = i2 + 1 | 0; switch (HEAP8[i1 >> 0] | 0) { @@ -38211,18 +38332,18 @@ function __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_ break L4; } } - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 31](i12, 48) | 0; - i9 = HEAP32[i18 >> 2] | 0; - HEAP32[i18 >> 2] = i9 + 4; + 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; HEAP32[i9 >> 2] = i8; i2 = i2 + 2 | 0; - i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 44 >> 2] & 31](i12, HEAP8[i1 >> 0] | 0) | 0; - i1 = HEAP32[i18 >> 2] | 0; - HEAP32[i18 >> 2] = i1 + 4; + 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; HEAP32[i1 >> 2] = i9; i1 = i2; while (1) { - if (i1 >>> 0 >= i15 >>> 0) break L4; + if (i1 >>> 0 >= i14 >>> 0) break L4; i9 = HEAP8[i1 >> 0] | 0; if (!(_isxdigit_l(i9, __ZNSt3__16__clocEv() | 0) | 0)) break L4; i1 = i1 + 1 | 0; @@ -38233,18 +38354,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 >= i15 >>> 0) break L12; + if (i1 >>> 0 >= i14 >>> 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[i13 >> 0] | 0; - i9 = i13 + 4 | 0; + i8 = HEAP8[i12 >> 0] | 0; + i9 = i12 + 4 | 0; L18 : do if (((i8 & 1) == 0 ? (i8 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) | 0) { L21 : do if ((i2 | 0) != (i1 | 0)) { - i3 = i1; i4 = i2; + i3 = i1; while (1) { i3 = i3 + -1 | 0; if (i4 >>> 0 >= i3 >>> 0) break L21; @@ -38254,80 +38375,83 @@ function __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_ i4 = i4 + 1 | 0; } } while (0); - i5 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] & 127](i10) | 0; - i6 = i13 + 8 | 0; - i7 = i13 + 1 | 0; + i8 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] & 127](i10) | 0; + i5 = i12 + 8 | 0; + i7 = i12 + 1 | 0; i3 = 0; i4 = 0; - i8 = i2; + i6 = i2; while (1) { - if (i8 >>> 0 >= i1 >>> 0) break; - i22 = HEAP8[((HEAP8[i13 >> 0] & 1) == 0 ? i7 : HEAP32[i6 >> 2] | 0) + i4 >> 0] | 0; + if (i6 >>> 0 >= i1 >>> 0) break; + i22 = HEAP8[((HEAP8[i12 >> 0] & 1) == 0 ? i7 : HEAP32[i5 >> 2] | 0) + i4 >> 0] | 0; if (i22 << 24 >> 24 > 0 & (i3 | 0) == (i22 << 24 >> 24 | 0)) { - i22 = HEAP32[i18 >> 2] | 0; - HEAP32[i18 >> 2] = i22 + 4; - HEAP32[i22 >> 2] = i5; - i22 = HEAP8[i13 >> 0] | 0; + i22 = HEAP32[i17 >> 2] | 0; + HEAP32[i17 >> 2] = i22 + 4; + HEAP32[i22 >> 2] = i8; + i22 = HEAP8[i12 >> 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[i12 >> 2] | 0) + 44 >> 2] & 31](i12, HEAP8[i8 >> 0] | 0) | 0; - i22 = HEAP32[i18 >> 2] | 0; - HEAP32[i18 >> 2] = i22 + 4; + 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; HEAP32[i22 >> 2] = i23; i3 = i3 + 1 | 0; - i8 = i8 + 1 | 0; + i6 = i6 + 1 | 0; } - i2 = i17 + (i2 - i14 << 2) | 0; - i4 = HEAP32[i18 >> 2] | 0; - if ((i2 | 0) == (i4 | 0)) i3 = i12; else { - i3 = i4; + 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; while (1) { i3 = i3 + -4 | 0; - if (i2 >>> 0 >= i3 >>> 0) { - i3 = i12; - i2 = i4; + if (i4 >>> 0 >= i3 >>> 0) { + i4 = i19; break L18; } - i23 = HEAP32[i2 >> 2] | 0; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + i23 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; HEAP32[i3 >> 2] = i23; - i2 = i2 + 4 | 0; + i4 = i4 + 4 | 0; } } } else { - 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; + 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; } while (0); while (1) { - if (i1 >>> 0 >= i15 >>> 0) break; + if (i1 >>> 0 >= i14 >>> 0) break; i2 = HEAP8[i1 >> 0] | 0; if (i2 << 24 >> 24 == 46) { i20 = 29; break; } - i22 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i3 >> 2] | 0) + 44 >> 2] & 31](i12, i2) | 0; - i23 = HEAP32[i18 >> 2] | 0; + i22 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i4 >> 2] | 0) + 44 >> 2] & 31](i19, i2) | 0; + i23 = HEAP32[i17 >> 2] | 0; i2 = i23 + 4 | 0; - HEAP32[i18 >> 2] = i2; + HEAP32[i17 >> 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[i18 >> 2] | 0; + i23 = HEAP32[i17 >> 2] | 0; i2 = i23 + 4 | 0; - HEAP32[i18 >> 2] = i2; + HEAP32[i17 >> 2] = i2; HEAP32[i23 >> 2] = i22; i1 = i1 + 1 | 0; } - 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); + 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); STACKTOP = i21; return; } @@ -38386,16 +38510,16 @@ function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIc } } else i3 = 0; while (0); i6 = (i3 | 0) == 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) { + 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) { HEAP32[i17 >> 2] = 0; - i4 = 0; + i5 = 0; } - } else i4 = 0; - i5 = (i4 | 0) == 0; + } else i5 = 0; + i4 = (i5 | 0) == 0; i3 = HEAP32[i16 >> 2] | 0; - if (!((i8 | 0) != 0 & (i6 ^ i5))) break; + if (!((i8 | 0) != 0 & (i6 ^ i4))) 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; @@ -38447,9 +38571,9 @@ function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIc 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 + 1; + 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; if ((i10 + i11 | 0) >>> 0 > 1) { i6 = i1; i3 = i10; @@ -38489,8 +38613,8 @@ function __ZNSt3__114__scan_keywordINS_19istreambuf_iteratorIcNS_11char_traitsIc } } else i3 = 0; while (0); i3 = (i3 | 0) == 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) { + 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) { HEAP32[i17 >> 2] = 0; i21 = 34; break; @@ -38517,6 +38641,139 @@ 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; @@ -38542,6 +38799,7 @@ 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 { @@ -38554,7 +38812,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 { - i2 = 0; + i5 = 0; i11 = 17; } L22 : do if ((i11 | 0) == 16) { @@ -38562,31 +38820,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; - 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; + 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[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; - 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; + 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; } else { - HEAP32[i4 >> 2] = i5 + 4; - i8 = i6; - i7 = i2; - i4 = i2; + HEAP32[i4 >> 2] = i3 + 4; + i8 = i5; + i4 = i5; + i7 = i6; } while (1) { i1 = i1 + -48 | 0; - i9 = i8 + -1 | 0; + i9 = i7 + -1 | 0; i2 = HEAP32[i12 >> 2] | 0; do if (i2) { i3 = HEAP32[i2 + 12 >> 2] | 0; @@ -38606,40 +38864,40 @@ function __ZNSt3__120__get_up_to_n_digitsIwNS_19istreambuf_iteratorIwNS_11char_t if ((i2 | 0) == -1) { HEAP32[i13 >> 2] = 0; i4 = 0; - i6 = 0; i2 = 1; + i6 = 0; break; } else { - i4 = i7; - i6 = i7; - i2 = (i7 | 0) == 0; + i4 = i8; + i2 = (i8 | 0) == 0; + i6 = i8; break; } } else { - i4 = i7; - i6 = 0; + i4 = i8; i2 = 1; + i6 = 0; } while (0); i3 = HEAP32[i12 >> 2] | 0; - if (!((i8 | 0) > 1 & (i5 ^ i2))) break; + if (!((i7 | 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; - i3 = i2 + 12 | 0; - i5 = HEAP32[i3 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { + i5 = i2 + 12 | 0; + i3 = HEAP32[i5 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; - i8 = i9; - i7 = i4; + i8 = i4; i4 = i6; + i7 = i9; continue; } else { - HEAP32[i3 >> 2] = i5 + 4; - i8 = i9; - i7 = i4; + HEAP32[i5 >> 2] = i3 + 4; + i8 = i4; i4 = i6; + i7 = i9; continue; } } @@ -38670,38 +38928,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(i14, i16, i15, i17, i19, i18, i1) { +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; i14 = i14 | 0; i16 = i16 | 0; - i15 = i15 | 0; - i17 = i17 | 0; - i19 = i19 | 0; i18 = i18 | 0; + i17 = i17 | 0; i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, 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, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0; i21 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i13 = i21; - i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40436) | 0; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40448) | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i10 >> 2] | 0) + 20 >> 2] & 127](i13, i10); - HEAP32[i18 >> 2] = i17; - i1 = HEAP8[i14 >> 0] | 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; switch (i1 << 24 >> 24) { case 43: case 45: { - 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; + 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; HEAP8[i2 >> 0] = i11; - i2 = i14 + 1 | 0; + i2 = i13 + 1 | 0; break; } default: - i2 = i14; + i2 = i13; } - i11 = i15; + i11 = i14; L4 : do if ((i11 - i2 | 0) > 1 ? (HEAP8[i2 >> 0] | 0) == 48 : 0) { i1 = i2 + 1 | 0; switch (HEAP8[i1 >> 0] | 0) { @@ -38715,18 +38973,18 @@ function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS break L4; } } - i8 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 31](i12, 48) | 0; - i9 = HEAP32[i18 >> 2] | 0; - HEAP32[i18 >> 2] = i9 + 1; + 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; HEAP8[i9 >> 0] = i8; i2 = i2 + 2 | 0; - i9 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i12 >> 2] | 0) + 28 >> 2] & 31](i12, HEAP8[i1 >> 0] | 0) | 0; - i1 = HEAP32[i18 >> 2] | 0; - HEAP32[i18 >> 2] = i1 + 1; + 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; HEAP8[i1 >> 0] = i9; i1 = i2; while (1) { - if (i1 >>> 0 >= i15 >>> 0) break L4; + if (i1 >>> 0 >= i14 >>> 0) break L4; i9 = HEAP8[i1 >> 0] | 0; if (!(_isxdigit_l(i9, __ZNSt3__16__clocEv() | 0) | 0)) break L4; i1 = i1 + 1 | 0; @@ -38737,18 +38995,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 >= i15 >>> 0) break L12; + if (i1 >>> 0 >= i14 >>> 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[i13 >> 0] | 0; - i9 = i13 + 4 | 0; + i8 = HEAP8[i12 >> 0] | 0; + i9 = i12 + 4 | 0; L18 : do if (((i8 & 1) == 0 ? (i8 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) | 0) { L21 : do if ((i2 | 0) != (i1 | 0)) { - i3 = i1; i4 = i2; + i3 = i1; while (1) { i3 = i3 + -1 | 0; if (i4 >>> 0 >= i3 >>> 0) break L21; @@ -38758,36 +39016,36 @@ function __ZNSt3__19__num_putIcE23__widen_and_group_floatEPcS2_S2_S2_RS2_S3_RKNS i4 = i4 + 1 | 0; } } while (0); - i5 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] & 127](i10) | 0; - i6 = i13 + 8 | 0; - i7 = i13 + 1 | 0; + i8 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] & 127](i10) | 0; + i5 = i12 + 8 | 0; + i7 = i12 + 1 | 0; i3 = 0; i4 = 0; - i8 = i2; + i6 = i2; while (1) { - if (i8 >>> 0 >= i1 >>> 0) break; - i22 = HEAP8[((HEAP8[i13 >> 0] & 1) == 0 ? i7 : HEAP32[i6 >> 2] | 0) + i4 >> 0] | 0; + if (i6 >>> 0 >= i1 >>> 0) break; + i22 = HEAP8[((HEAP8[i12 >> 0] & 1) == 0 ? i7 : HEAP32[i5 >> 2] | 0) + i4 >> 0] | 0; if (i22 << 24 >> 24 > 0 & (i3 | 0) == (i22 << 24 >> 24 | 0)) { - i22 = HEAP32[i18 >> 2] | 0; - HEAP32[i18 >> 2] = i22 + 1; - HEAP8[i22 >> 0] = i5; - i22 = HEAP8[i13 >> 0] | 0; + i22 = HEAP32[i17 >> 2] | 0; + HEAP32[i17 >> 2] = i22 + 1; + HEAP8[i22 >> 0] = i8; + i22 = HEAP8[i12 >> 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[i12 >> 2] | 0) + 28 >> 2] & 31](i12, HEAP8[i8 >> 0] | 0) | 0; - i22 = HEAP32[i18 >> 2] | 0; - HEAP32[i18 >> 2] = i22 + 1; + 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; HEAP8[i22 >> 0] = i23; i3 = i3 + 1 | 0; - i8 = i8 + 1 | 0; + i6 = i6 + 1 | 0; } - i3 = i17 + (i2 - i14) | 0; - i2 = HEAP32[i18 >> 2] | 0; - if ((i3 | 0) == (i2 | 0)) i3 = i12; else while (1) { + i3 = i16 + (i2 - i13) | 0; + i2 = HEAP32[i17 >> 2] | 0; + if ((i3 | 0) == (i2 | 0)) i3 = i19; else while (1) { i2 = i2 + -1 | 0; if (i3 >>> 0 >= i2 >>> 0) { - i3 = i12; + i3 = i19; break L18; } i23 = HEAP8[i3 >> 0] | 0; @@ -38796,35 +39054,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[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; + 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; } while (0); while (1) { - if (i1 >>> 0 >= i15 >>> 0) break; + if (i1 >>> 0 >= i14 >>> 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](i12, i2) | 0; - i23 = HEAP32[i18 >> 2] | 0; - HEAP32[i18 >> 2] = i23 + 1; + 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; 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[i18 >> 2] | 0; - HEAP32[i18 >> 2] = i23 + 1; + i23 = HEAP32[i17 >> 2] | 0; + HEAP32[i17 >> 2] = i23 + 1; HEAP8[i23 >> 0] = i22; i1 = i1 + 1 | 0; } - 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); + 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); STACKTOP = i21; return; } @@ -38843,28 +39101,28 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i15 = i20 + 168 | 0; - i16 = i20 + 8 | 0; + i14 = i20 + 168 | 0; + i15 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i14 = 8; + i16 = 8; break; } case 8: { - i14 = 16; + i16 = 16; break; } case 0: { - i14 = 0; + i16 = 0; break; } default: - i14 = 10; + i16 = 10; } __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i19, i2, i11, i3); i1 = 0; @@ -38876,12 +39134,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; - i9 = i18 + 1 | 0; - i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i6; - HEAP32[i13 >> 2] = i16; + i10 = i18 + 1 | 0; + i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i6; + HEAP32[i13 >> 2] = i15; HEAP32[i12 >> 2] = 0; - i10 = i18 + 4 | 0; + i9 = i18 + 4 | 0; i7 = HEAP8[i3 >> 0] | 0; i1 = HEAP32[i21 >> 2] | 0; i3 = i6; @@ -38910,41 +39168,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[i10 >> 2] | 0; - if ((HEAP32[i15 >> 2] | 0) == (i3 + i5 | 0)) { + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; + if ((HEAP32[i14 >> 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 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i3 + i5; + i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i3 + i5; } - 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)) { + 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)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i5 >> 2] = i2 + 1; + HEAP32[i6 >> 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 - i16 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i15 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i2 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i2 >> 2] = i11; i2 = i12; } - i15 = __ZNSt3__127__num_get_unsigned_integralIyEET_PKcS3_Rji(i3, HEAP32[i15 >> 2] | 0, i23, i14) | 0; - HEAP32[i17 >> 2] = i15; + i16 = __ZNSt3__127__num_get_unsigned_integralIyEET_PKcS3_Rji(i3, 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, i16, i2, i23); + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, 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; @@ -38983,28 +39241,28 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i15 = i20 + 168 | 0; - i16 = i20 + 8 | 0; + i14 = i20 + 168 | 0; + i15 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i14 = 8; + i16 = 8; break; } case 8: { - i14 = 16; + i16 = 16; break; } case 0: { - i14 = 0; + i16 = 0; break; } default: - i14 = 10; + i16 = 10; } __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i19, i2, i11, i3); i1 = 0; @@ -39016,12 +39274,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; - i9 = i18 + 1 | 0; - i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i6; - HEAP32[i13 >> 2] = i16; + i10 = i18 + 1 | 0; + i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i6; + HEAP32[i13 >> 2] = i15; HEAP32[i12 >> 2] = 0; - i10 = i18 + 4 | 0; + i9 = i18 + 4 | 0; i7 = HEAP8[i3 >> 0] | 0; i1 = HEAP32[i21 >> 2] | 0; i3 = i6; @@ -39050,41 +39308,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[i10 >> 2] | 0; - if ((HEAP32[i15 >> 2] | 0) == (i3 + i5 | 0)) { + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; + if ((HEAP32[i14 >> 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 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i3 + i5; + i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i3 + i5; } - 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)) { + 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)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i5 >> 2] = i2 + 1; + HEAP32[i6 >> 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 - i16 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i15 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i2 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i2 >> 2] = i11; i2 = i12; } - i15 = __ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji(i3, HEAP32[i15 >> 2] | 0, i23, i14) | 0; - HEAP32[i17 >> 2] = i15; + i16 = __ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji(i3, 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, i16, i2, i23); + __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i19, i15, 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; @@ -39140,14 +39398,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; - i10 = i20 + 1 | 0; - i6 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; + i11 = i20 + 1 | 0; + i6 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i6; HEAP32[i15 >> 2] = i18; HEAP32[i14 >> 2] = 0; HEAP8[i16 >> 0] = 1; HEAP8[i13 >> 0] = 69; - i11 = i20 + 4 | 0; + i10 = i20 + 4 | 0; i8 = HEAP8[i3 >> 0] | 0; i7 = HEAP8[i4 >> 0] | 0; i1 = HEAP32[i23 >> 2] | 0; @@ -39177,25 +39435,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[i11 >> 2] | 0; + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 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 ? i10 : HEAP32[i9 >> 2] | 0; + i3 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i3 + i5; } - 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; + 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_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[i5 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { + i2 = HEAP32[i6 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i5 >> 2] = i2 + 1; + HEAP32[i6 >> 2] = i2 + 1; continue; } } @@ -39266,14 +39524,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; - i10 = i20 + 1 | 0; - i6 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; + i11 = i20 + 1 | 0; + i6 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i6; HEAP32[i15 >> 2] = i18; HEAP32[i14 >> 2] = 0; HEAP8[i16 >> 0] = 1; HEAP8[i13 >> 0] = 69; - i11 = i20 + 4 | 0; + i10 = i20 + 4 | 0; i8 = HEAP8[i3 >> 0] | 0; i7 = HEAP8[i4 >> 0] | 0; i1 = HEAP32[i23 >> 2] | 0; @@ -39303,25 +39561,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[i11 >> 2] | 0; + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 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 ? i10 : HEAP32[i9 >> 2] | 0; + i3 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i3 + i5; } - 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; + 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_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[i5 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { + i2 = HEAP32[i6 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i5 >> 2] = i2 + 1; + HEAP32[i6 >> 2] = i2 + 1; continue; } } @@ -39392,14 +39650,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; - i10 = i20 + 1 | 0; - i6 = (HEAP8[i20 >> 0] & 1) == 0 ? i10 : HEAP32[i9 >> 2] | 0; + i11 = i20 + 1 | 0; + i6 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i6; HEAP32[i15 >> 2] = i18; HEAP32[i14 >> 2] = 0; HEAP8[i16 >> 0] = 1; HEAP8[i13 >> 0] = 69; - i11 = i20 + 4 | 0; + i10 = i20 + 4 | 0; i8 = HEAP8[i3 >> 0] | 0; i7 = HEAP8[i4 >> 0] | 0; i1 = HEAP32[i23 >> 2] | 0; @@ -39429,25 +39687,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[i11 >> 2] | 0; + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i10 >> 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 ? i10 : HEAP32[i9 >> 2] | 0; + i3 = (HEAP8[i20 >> 0] & 1) == 0 ? i11 : HEAP32[i9 >> 2] | 0; HEAP32[i17 >> 2] = i3 + i5; } - 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; + 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_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[i5 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i6 >> 2] | 0)) { + i2 = HEAP32[i6 >> 2] | 0; + if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i5 >> 2] = i2 + 1; + HEAP32[i6 >> 2] = i2 + 1; continue; } } @@ -39501,28 +39759,28 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i15 = i20 + 168 | 0; - i16 = i20 + 8 | 0; + i14 = i20 + 168 | 0; + i15 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i14 = 8; + i16 = 8; break; } case 8: { - i14 = 16; + i16 = 16; break; } case 0: { - i14 = 0; + i16 = 0; break; } default: - i14 = 10; + i16 = 10; } __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i19, i2, i11, i3); i1 = 0; @@ -39534,12 +39792,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; - i9 = i18 + 1 | 0; - i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i6; - HEAP32[i13 >> 2] = i16; + i10 = i18 + 1 | 0; + i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i6; + HEAP32[i13 >> 2] = i15; HEAP32[i12 >> 2] = 0; - i10 = i18 + 4 | 0; + i9 = i18 + 4 | 0; i7 = HEAP8[i3 >> 0] | 0; i1 = HEAP32[i21 >> 2] | 0; i3 = i6; @@ -39568,40 +39826,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[i10 >> 2] | 0; - if ((HEAP32[i15 >> 2] | 0) == (i3 + i5 | 0)) { + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; + if ((HEAP32[i14 >> 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 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i3 + i5; + i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i3 + i5; } - 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)) { + 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)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i5 >> 2] = i2 + 1; + HEAP32[i6 >> 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 - i16 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i15 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i2 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i2 >> 2] = i11; i2 = i12; } - 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); + 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); 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; @@ -39640,28 +39898,28 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i15 = i20 + 168 | 0; - i16 = i20 + 8 | 0; + i14 = i20 + 168 | 0; + i15 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i14 = 8; + i16 = 8; break; } case 8: { - i14 = 16; + i16 = 16; break; } case 0: { - i14 = 0; + i16 = 0; break; } default: - i14 = 10; + i16 = 10; } __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i19, i2, i11, i3); i1 = 0; @@ -39673,12 +39931,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; - i9 = i18 + 1 | 0; - i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i6; - HEAP32[i13 >> 2] = i16; + i10 = i18 + 1 | 0; + i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i6; + HEAP32[i13 >> 2] = i15; HEAP32[i12 >> 2] = 0; - i10 = i18 + 4 | 0; + i9 = i18 + 4 | 0; i7 = HEAP8[i3 >> 0] | 0; i1 = HEAP32[i21 >> 2] | 0; i3 = i6; @@ -39707,40 +39965,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[i10 >> 2] | 0; - if ((HEAP32[i15 >> 2] | 0) == (i3 + i5 | 0)) { + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; + if ((HEAP32[i14 >> 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 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i3 + i5; + i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i3 + i5; } - 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)) { + 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)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i5 >> 2] = i2 + 1; + HEAP32[i6 >> 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 - i16 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i15 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i2 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i2 >> 2] = i11; i2 = i12; } - 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); + 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); 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; @@ -39779,28 +40037,28 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i15 = i20 + 168 | 0; - i16 = i20 + 8 | 0; + i14 = i20 + 168 | 0; + i15 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i14 = 8; + i16 = 8; break; } case 8: { - i14 = 16; + i16 = 16; break; } case 0: { - i14 = 0; + i16 = 0; break; } default: - i14 = 10; + i16 = 10; } __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i19, i2, i11, i3); i1 = 0; @@ -39812,12 +40070,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; - i9 = i18 + 1 | 0; - i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i6; - HEAP32[i13 >> 2] = i16; + i10 = i18 + 1 | 0; + i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i6; + HEAP32[i13 >> 2] = i15; HEAP32[i12 >> 2] = 0; - i10 = i18 + 4 | 0; + i9 = i18 + 4 | 0; i7 = HEAP8[i3 >> 0] | 0; i1 = HEAP32[i21 >> 2] | 0; i3 = i6; @@ -39846,40 +40104,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[i10 >> 2] | 0; - if ((HEAP32[i15 >> 2] | 0) == (i3 + i5 | 0)) { + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; + if ((HEAP32[i14 >> 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 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i3 + i5; + i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i3 + i5; } - 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)) { + 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)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i5 >> 2] = i2 + 1; + HEAP32[i6 >> 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 - i16 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i15 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i2 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i2 >> 2] = i11; i2 = i12; } - 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); + 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); 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; @@ -39918,28 +40176,28 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE1 i3 = i20 + 196 | 0; i19 = i20 + 184 | 0; i18 = i20 + 172 | 0; - i15 = i20 + 168 | 0; - i16 = i20 + 8 | 0; + i14 = i20 + 168 | 0; + i15 = i20 + 8 | 0; i13 = i20 + 4 | 0; i12 = i20; switch (HEAP32[i2 + 4 >> 2] & 74 | 0) { case 64: { - i14 = 8; + i16 = 8; break; } case 8: { - i14 = 16; + i16 = 16; break; } case 0: { - i14 = 0; + i16 = 0; break; } default: - i14 = 10; + i16 = 10; } __ZNSt3__19__num_getIcE17__stage2_int_prepERNS_8ios_baseEPcRc(i19, i2, i11, i3); i1 = 0; @@ -39951,12 +40209,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; - i9 = i18 + 1 | 0; - i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i6; - HEAP32[i13 >> 2] = i16; + i10 = i18 + 1 | 0; + i6 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i6; + HEAP32[i13 >> 2] = i15; HEAP32[i12 >> 2] = 0; - i10 = i18 + 4 | 0; + i9 = i18 + 4 | 0; i7 = HEAP8[i3 >> 0] | 0; i1 = HEAP32[i21 >> 2] | 0; i3 = i6; @@ -39985,40 +40243,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[i10 >> 2] | 0; - if ((HEAP32[i15 >> 2] | 0) == (i3 + i5 | 0)) { + i5 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : HEAP32[i9 >> 2] | 0; + if ((HEAP32[i14 >> 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 ? i9 : HEAP32[i8 >> 2] | 0; - HEAP32[i15 >> 2] = i3 + i5; + i3 = (HEAP8[i18 >> 0] & 1) == 0 ? i10 : HEAP32[i8 >> 2] | 0; + HEAP32[i14 >> 2] = i3 + i5; } - 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)) { + 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)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i5 >> 2] = i2 + 1; + HEAP32[i6 >> 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 - i16 | 0) < 160 : 0) { + if ((((i11 & 1) == 0 ? (i11 & 255) >>> 1 : HEAP32[i19 + 4 >> 2] | 0) | 0) != 0 ? (i2 - i15 | 0) < 160 : 0) { i11 = HEAP32[i12 >> 2] | 0; i12 = i2 + 4 | 0; HEAP32[i13 >> 2] = i12; HEAP32[i2 >> 2] = i11; i2 = i12; } - 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); + 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); 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; @@ -40043,111 +40301,6 @@ 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[9549] | 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[9550] | 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[9557] | 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[9550] | 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, 1020, 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 __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { d2 = +d2; i1 = i1 | 0; @@ -40171,14 +40324,14 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { HEAPF64[i23 >> 3] = nan; HEAPF64[i12 >> 3] = nan; i11 = !(d2 >= 0.0); - i8 = i1 ^ 1; - i9 = 0; + i9 = i1 ^ 1; + i8 = 0; L1 : while (1) { - if ((i9 | 0) >= 2) { + if ((i8 | 0) >= 2) { i22 = 3; break; } - i5 = (i9 | 0) != 0; + i5 = (i8 | 0) != 0; i7 = i5 ? HEAP32[800] | 0 : HEAP32[799] | 0; L4 : do if (i10) { if (i11) { @@ -40187,26 +40340,26 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { } if (!(__ZN4wasm12isUInteger64Ed(d2) | 0)) { HEAPF64[i18 >> 3] = d2; - _snprintf(i7, 999, i5 ? 21116 : 21119, i18) | 0; + _snprintf(i7, 999, i5 ? 21142 : 21145, i18) | 0; HEAP32[i19 >> 2] = i13; - _sscanf(i7, 21076, i19) | 0; + _sscanf(i7, 21102, i19) | 0; break; } i1 = __ZN4wasm12toUInteger64Ed(d2) | 0; - i6 = i5 & i8; + i6 = i5 & i9; i4 = i20; HEAP32[i4 >> 2] = i1; HEAP32[i4 + 4 >> 2] = tempRet0; - _snprintf(i7, 999, i6 ? 21099 : 21106, i20) | 0; + _snprintf(i7, 999, i6 ? 21125 : 21132, i20) | 0; if (i6) { HEAP32[i21 >> 2] = i14; - _sscanf(i7, 21111, i21) | 0; + _sscanf(i7, 21137, 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, 21076, i17) | 0; + _sscanf(i7, 21102, i17) | 0; break; } } else { @@ -40214,22 +40367,22 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { i4 = 0; while (1) { if ((i4 | 0) >= 19) break L4; - HEAP8[44365] = 37; - HEAP8[44366] = 46; + HEAP8[44389] = 37; + HEAP8[44390] = 46; if ((i4 | 0) < 10) { - HEAP8[44367] = i4 + 48; - HEAP8[44368] = i1; - HEAP8[44369] = 0; + HEAP8[44391] = i4 + 48; + HEAP8[44392] = i1; + HEAP8[44393] = 0; } else { - HEAP8[44367] = 49; - HEAP8[44368] = i4 + 38; - HEAP8[44369] = i1; - HEAP8[44370] = 0; + HEAP8[44391] = 49; + HEAP8[44392] = i4 + 38; + HEAP8[44393] = i1; + HEAP8[44394] = 0; } HEAPF64[i15 >> 3] = d2; - _snprintf(i7, 999, 44365, i15) | 0; + _snprintf(i7, 999, 44389, i15) | 0; HEAP32[i16 >> 2] = i13; - _sscanf(i7, 21076, i16) | 0; + _sscanf(i7, 21102, i16) | 0; if (+HEAPF64[i13 >> 3] == d2) break; else i4 = i4 + 1 | 0; } } while (0); @@ -40239,7 +40392,7 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { L22 : do if (!i1) { if (!(i10 & i5)) { i6 = i7 + (_strlen(i7) | 0) + -1 | 0; - i4 = i7; + i5 = i7; i1 = i6; while (1) { if ((HEAP8[i1 >> 0] | 0) == 48) { @@ -40248,8 +40401,9 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { break; } } else { - i5 = i1; - if (!(i1 >>> 0 > i7 >>> 0 & (i5 - i4 | 0) > 24)) { + i4 = i1; + if (!(i1 >>> 0 > i7 >>> 0 & (i4 - i5 | 0) > 24)) { + i5 = i4; i4 = i1; break; } @@ -40310,7 +40464,7 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { } } } while (0); - i9 = i9 + 1 | 0; + i8 = i8 + 1 | 0; } if ((i22 | 0) == 3) { d3 = +HEAPF64[i12 >> 3]; @@ -40328,10 +40482,115 @@ function __ZN6cashew9JSPrinter11numToStringEdb(d2, i1) { } STACKTOP = i25; return i1 | 0; - } else if ((i22 | 0) == 12) ___assert_fail(21080, 28586, 871, 21087); else if ((i22 | 0) == 38) ___assert_fail(21124, 28586, 934, 21087); + } else if ((i22 | 0) == 12) ___assert_fail(21106, 28612, 871, 21113); else if ((i22 | 0) == 38) ___assert_fail(21150, 28612, 934, 21113); 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; @@ -40340,10 +40599,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; - i15 = i19 + 4176 | 0; + i14 = i19 + 4176 | 0; i3 = i19; i17 = i19 + 4112 | 0; - if ((i10 | 0) != 0 ? (i2 = (i1 | 0) != 0, i14 = (i16 | 0) == 0, !(i2 & i14)) : 0) { + if ((i10 | 0) != 0 ? (i2 = (i1 | 0) != 0, i15 = (i16 | 0) == 0, !(i2 & i15)) : 0) { if (i2) i12 = HEAP32[i16 >> 2] | 0; else i12 = 0; HEAP32[i3 + 4096 >> 2] = i3; i2 = i3; @@ -40362,8 +40621,8 @@ function ___cxa_demangle(i10, i1, i16, i18) { i3 = i17 + 36 | 0; HEAP32[i3 >> 2] = 0; HEAP32[i17 + 40 >> 2] = 0; - i8 = i17 + 44 | 0; - HEAP32[i8 >> 2] = i2; + i9 = i17 + 44 | 0; + HEAP32[i9 >> 2] = i2; i5 = i17 + 48 | 0; i4 = i17 + 61 | 0; HEAP32[i5 >> 2] = 0; @@ -40372,33 +40631,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_(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; + __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; HEAP8[i17 + 63 >> 0] = 1; - 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)) { + 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)) { i5 = HEAP32[i5 >> 2] | 0; if ((i5 | 0) != (HEAP32[i3 >> 2] | 0) ? (HEAP32[i5 >> 2] | 0) != (HEAP32[i5 + 4 >> 2] | 0) : 0) { - HEAP8[i8 >> 0] = 0; + HEAP8[i9 >> 0] = 0; HEAP8[i4 >> 0] = 0; - i2 = HEAP32[i17 >> 2] | 0; + i3 = HEAP32[i17 >> 2] | 0; while (1) { - i3 = HEAP32[i13 >> 2] | 0; - if ((i3 | 0) == (i2 | 0)) break; - i5 = i3 + -24 | 0; + i2 = HEAP32[i13 >> 2] | 0; + if ((i2 | 0) == (i3 | 0)) break; + i5 = i2 + -24 | 0; HEAP32[i13 >> 2] = i5; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i5); } @@ -40410,15 +40669,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, i9, i17, i15); - if (!(HEAP8[i8 >> 0] | 0)) { - i2 = HEAP32[i15 >> 2] | 0; + __ZN10__cxxabiv112_GLOBAL__N_18demangleINS0_2DbEEEvPKcS4_RT_Ri(i10, i8, i17, i14); + if (!(HEAP8[i9 >> 0] | 0)) { + i2 = HEAP32[i14 >> 2] | 0; i11 = 19; break; } else { - HEAP32[i15 >> 2] = -2; - i1 = 0; + HEAP32[i14 >> 2] = -2; i2 = -2; + i1 = 0; break; } } else i11 = 20; @@ -40435,15 +40694,15 @@ function ___cxa_demangle(i10, i1, i16, i18) { if (i2 >>> 0 > i12 >>> 0) { i1 = _realloc(i1, i2) | 0; if (!i1) { - HEAP32[i15 >> 2] = -1; - i1 = 0; + HEAP32[i14 >> 2] = -1; i2 = -1; + i1 = 0; break; } - if (!i14) HEAP32[i16 >> 2] = i2; + if (!i15) HEAP32[i16 >> 2] = i2; } else if (!i1) { - i1 = 0; i2 = 0; + i1 = 0; break; } i2 = HEAP32[i13 >> 2] | 0; @@ -40476,105 +40735,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; - 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; + 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; i8 = HEAP32[i2 >> 2] | 0; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 38688) | 0)) ___assert_fail(15061, 13029, 434, 35993); + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 38712) | 0)) ___assert_fail(15061, 13029, 434, 36019); i2 = __ZN6cashew3RefixEj(i7, 1) | 0; - HEAP32[i4 >> 2] = HEAP32[i2 >> 2]; - do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 38688) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 38404) | 0) { - i2 = __ZN6cashew3RefixEj(i4, 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; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; i2 = HEAP32[i2 >> 2] | 0; i5 = 35; break; - } else ___assert_fail(15218, 13029, 472, 35993); else { - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 0) | 0, 38404) | 0)) ___assert_fail(15080, 13029, 439, 35993); - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 2) | 0, 38124) | 0) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38128) | 0) { + } 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) { i2 = i8 + 72 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15101, 13029, 442, 35993); + } else ___assert_fail(15101, 13029, 442, 36019); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38132) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38156) | 0) { i2 = i8 + 76 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15120, 13029, 446, 35993); + } else ___assert_fail(15120, 13029, 446, 36019); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38136) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38160) | 0) { i2 = i8 + 80 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15140, 13029, 450, 35993); + } else ___assert_fail(15140, 13029, 450, 36019); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38156) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38180) | 0) { i2 = i8 + 84 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15161, 13029, 454, 35993); + } else ___assert_fail(15161, 13029, 454, 36019); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38160) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38184) | 0) { i2 = i8 + 88 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15179, 13029, 458, 35993); + } else ___assert_fail(15179, 13029, 458, 36019); } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38164) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 2) | 0, 38188) | 0) { i2 = i8 + 92 | 0; if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; break; - } else ___assert_fail(15199, 13029, 462, 35993); + } else ___assert_fail(15199, 13029, 462, 36019); } } - i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 1) | 0, 1) | 0; + i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i3, 1) | 0, 1) | 0; i2 = __ZN6cashew5Value10getCStringEv(HEAP32[i2 >> 2] | 0) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i11, i2, _strlen(i2) | 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i11, 46); - i2 = __ZN6cashew3RefixEj(i4, 2) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i11, __ZN6cashew5Value10getCStringEv(HEAP32[i2 >> 2] | 0) | 0) | 0; - __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i11 >> 0] & 1) == 0 ? i11 + 1 | 0 : HEAP32[i11 + 8 >> 2] | 0, 0); - i2 = HEAP32[i3 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i11); + __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); i5 = 35; } while (0); do if ((i5 | 0) == 35) { - i4 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i8 + 4 >> 2] | 0) | 0; - i5 = HEAP32[i6 >> 2] | 0; - HEAP32[i4 >> 2] = i5; - i6 = i4 + 4 | 0; + i5 = __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(HEAP32[i8 + 4 >> 2] | 0) | 0; + i4 = HEAP32[i6 >> 2] | 0; + HEAP32[i5 >> 2] = i4; + i6 = i5 + 4 | 0; HEAP32[i6 >> 2] = i2; i2 = __ZN6cashew3RefixEj(i7, 2) | 0; i2 = __ZN6cashew5Value10getIStringEv(HEAP32[i2 >> 2] | 0) | 0; i2 = HEAP32[i2 >> 2] | 0; - HEAP32[i4 + 8 >> 2] = i2; + HEAP32[i5 + 8 >> 2] = i2; i6 = HEAP32[i6 >> 2] | 0; i7 = i2; i3 = i6; - if ((i6 | 0) == (HEAP32[9516] | 0) ? (i7 | 0) == (HEAP32[9517] | 0) | (i7 | 0) == (HEAP32[9518] | 0) : 0) i1 = 4; else if (!i1) { - __ZN4wasm6Module9addImportEPNS_6ImportE(HEAP32[i8 >> 2] | 0, i4); + 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); break; } - 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); + 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); } while (0); STACKTOP = i15; return; @@ -40593,23 +40852,23 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i15 = i19; i10 = i19 + 208 | 0; i18 = i19 + 196 | 0; - i1 = i19 + 180 | 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; - i2 = 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i18 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i18 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i9 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; - HEAP32[i1 >> 2] = i9; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40436) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 32 >> 2] & 7](i1, 32623, 32649, i10) | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i9) | 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; i1 = 0; while (1) { if ((i1 | 0) == 3) break; @@ -40659,17 +40918,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; } - 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; + 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; 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[i5 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i6 >> 2] | 0)) { + i3 = HEAP32[i6 >> 2] | 0; + if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 40 >> 2] & 127](i1) | 0; continue; } else { - HEAP32[i5 >> 2] = i3 + 1; + HEAP32[i6 >> 2] = i3 + 1; continue; } } @@ -40677,7 +40936,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, 32658, i15) | 0) != 1) HEAP32[i22 >> 2] = 4; + if ((__ZNSt3__110__sscanf_lEPKcP15__locale_structS1_z(i13, i14, 32684, 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; @@ -40710,107 +40969,107 @@ function __ZNSt3__16locale5__impC2Ej(i4, i1) { HEAP32[i4 >> 2] = 11100; i1 = i4 + 8 | 0; __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEEC2Ej(i1, 28); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4 + 144 | 0, 32656, 1); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4 + 144 | 0, 32682, 1); i1 = HEAP32[i1 >> 2] | 0; - i2 = i4 + 12 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 12 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } - HEAP32[9395] = 0; - HEAP32[9394] = 8764; - __ZNSt3__16locale5__imp7installINS_7collateIcEEEEvPT_(i4, 37576); - HEAP32[9397] = 0; - HEAP32[9396] = 8796; - __ZNSt3__16locale5__imp7installINS_7collateIwEEEEvPT_(i4, 37584); - __ZNSt3__15ctypeIcEC2EPKtbj(37592, 0, 0, 1); - __ZNSt3__16locale5__imp7installINS_5ctypeIcEEEEvPT_(i4, 37592); + HEAP32[9401] = 0; + HEAP32[9400] = 8764; + __ZNSt3__16locale5__imp7installINS_7collateIcEEEEvPT_(i4, 37600); HEAP32[9403] = 0; - HEAP32[9402] = 11316; - __ZNSt3__16locale5__imp7installINS_5ctypeIwEEEEvPT_(i4, 37608); - HEAP32[9405] = 0; - HEAP32[9404] = 11384; - __ZNSt3__16locale5__imp7installINS_7codecvtIcc11__mbstate_tEEEEvPT_(i4, 37616); - HEAP32[9407] = 0; - HEAP32[9406] = 11052; - i5 = __ZNSt3__16__clocEv() | 0; - HEAP32[9408] = i5; - __ZNSt3__16locale5__imp7installINS_7codecvtIwc11__mbstate_tEEEEvPT_(i4, 37624); + 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] = 11432; - __ZNSt3__16locale5__imp7installINS_7codecvtIDsc11__mbstate_tEEEEvPT_(i4, 37640); + HEAP32[9410] = 11384; + __ZNSt3__16locale5__imp7installINS_7codecvtIcc11__mbstate_tEEEEvPT_(i4, 37640); HEAP32[9413] = 0; - HEAP32[9412] = 11480; - __ZNSt3__16locale5__imp7installINS_7codecvtIDic11__mbstate_tEEEEvPT_(i4, 37648); - __ZNSt3__18numpunctIcEC2Ej(37656, 1); - __ZNSt3__16locale5__imp7installINS_8numpunctIcEEEEvPT_(i4, 37656); - __ZNSt3__18numpunctIwEC2Ej(37680, 1); - __ZNSt3__16locale5__imp7installINS_8numpunctIwEEEEvPT_(i4, 37680); - HEAP32[9429] = 0; - HEAP32[9428] = 8828; - __ZNSt3__16locale5__imp7installINS_7num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37712); - HEAP32[9431] = 0; - HEAP32[9430] = 8892; - __ZNSt3__16locale5__imp7installINS_7num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37720); - HEAP32[9433] = 0; - HEAP32[9432] = 8956; - __ZNSt3__16locale5__imp7installINS_7num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37728); + HEAP32[9412] = 11052; + 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] = 9008; - __ZNSt3__16locale5__imp7installINS_7num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37736); + HEAP32[9434] = 8828; + __ZNSt3__16locale5__imp7installINS_7num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37736); HEAP32[9437] = 0; - HEAP32[9436] = 10556; - __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb0EEEEEvPT_(i4, 37744); + HEAP32[9436] = 8892; + __ZNSt3__16locale5__imp7installINS_7num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37744); HEAP32[9439] = 0; - HEAP32[9438] = 10612; - __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb1EEEEEvPT_(i4, 37752); + HEAP32[9438] = 8956; + __ZNSt3__16locale5__imp7installINS_7num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37752); HEAP32[9441] = 0; - HEAP32[9440] = 10668; - __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb0EEEEEvPT_(i4, 37760); + HEAP32[9440] = 9008; + __ZNSt3__16locale5__imp7installINS_7num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37760); HEAP32[9443] = 0; - HEAP32[9442] = 10724; - __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb1EEEEEvPT_(i4, 37768); + HEAP32[9442] = 10556; + __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb0EEEEEvPT_(i4, 37768); HEAP32[9445] = 0; - HEAP32[9444] = 10780; - __ZNSt3__16locale5__imp7installINS_9money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37776); + HEAP32[9444] = 10612; + __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb1EEEEEvPT_(i4, 37776); HEAP32[9447] = 0; - HEAP32[9446] = 10808; - __ZNSt3__16locale5__imp7installINS_9money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37784); + HEAP32[9446] = 10668; + __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb0EEEEEvPT_(i4, 37784); HEAP32[9449] = 0; - HEAP32[9448] = 10836; - __ZNSt3__16locale5__imp7installINS_9money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37792); + HEAP32[9448] = 10724; + __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb1EEEEEvPT_(i4, 37792); HEAP32[9451] = 0; - HEAP32[9450] = 10864; - __ZNSt3__16locale5__imp7installINS_9money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37800); + HEAP32[9450] = 10780; + __ZNSt3__16locale5__imp7installINS_9money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37800); HEAP32[9453] = 0; - HEAP32[9452] = 9060; - HEAP32[9454] = 9108; - __ZNSt3__16locale5__imp7installINS_8time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37808); + 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] = 9144; - HEAP32[9458] = 9192; - __ZNSt3__16locale5__imp7installINS_8time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37824); - HEAP32[9461] = 0; - HEAP32[9460] = 11296; - i5 = __ZNSt3__16__clocEv() | 0; - HEAP32[9462] = i5; - HEAP32[9460] = 10508; - __ZNSt3__16locale5__imp7installINS_8time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37840); - HEAP32[9465] = 0; - HEAP32[9464] = 11296; + 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; i5 = __ZNSt3__16__clocEv() | 0; - HEAP32[9466] = i5; - HEAP32[9464] = 10532; - __ZNSt3__16locale5__imp7installINS_8time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i4, 37856); - HEAP32[9469] = 0; - HEAP32[9468] = 10892; - __ZNSt3__16locale5__imp7installINS_8messagesIcEEEEvPT_(i4, 37872); + HEAP32[9468] = i5; + HEAP32[9466] = 10508; + __ZNSt3__16locale5__imp7installINS_8time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEEEEEvPT_(i4, 37864); HEAP32[9471] = 0; - HEAP32[9470] = 10924; - __ZNSt3__16locale5__imp7installINS_8messagesIwEEEEvPT_(i4, 37880); + HEAP32[9470] = 11296; + 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); return; } @@ -40818,7 +41077,7 @@ function __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStr i1 = i1 | 0; i3 = i3 | 0; i2 = i2 | 0; - if (!i2) ___assert_fail(27822, 27572, 1310, 27827); + if (!i2) ___assert_fail(27848, 27598, 1701, 27853); do switch (HEAP32[i2 >> 2] | 0) { case 0: { @@ -40946,13 +41205,241 @@ function __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStr return; } -function __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEEEiRT0_S5_RjRKNS_5ctypeIT_EEi(i12, i14, i15, i11, i6) { +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) { i12 = i12 | 0; i14 = i14 | 0; i15 = i15 | 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; + 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; 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) { @@ -40984,29 +41471,27 @@ 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)) 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; + 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; i2 = HEAP32[i12 >> 2] | 0; - i3 = i2 + 12 | 0; - i4 = HEAP32[i3 >> 2] | 0; - if ((i4 | 0) == (HEAP32[i2 + 16 >> 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 = i6; - i7 = i1; + i8 = i1; i6 = i1; i1 = i5; } else { - HEAP32[i3 >> 2] = i4 + 1; - i8 = i6; - i7 = i1; + HEAP32[i4 >> 2] = i3 + 1; + i8 = i1; i6 = i1; i1 = i5; } while (1) { i1 = i1 + -48 | 0; - i9 = i8 + -1 | 0; + i9 = i7 + -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) { @@ -41024,32 +41509,32 @@ function __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_t i3 = 0; i6 = 0; } else { - i3 = i7; - i6 = i7; - } else i3 = i7; else { - i3 = i7; + i3 = i8; + i6 = i8; + } else i3 = i8; else { + i3 = i8; i6 = 0; } i2 = HEAP32[i12 >> 2] | 0; - if (!((i8 | 0) > 1 & (i4 ^ (i6 | 0) == 0))) break; + if (!((i7 | 0) > 1 & (i4 ^ (i6 | 0) == 0))) break; i4 = HEAP32[i2 + 12 >> 2] | 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; + 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; i2 = HEAP32[i12 >> 2] | 0; - i4 = i2 + 12 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { + i5 = i2 + 12 | 0; + i4 = HEAP32[i5 >> 2] | 0; + if ((i4 | 0) == (HEAP32[i2 + 16 >> 2] | 0)) { FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 40 >> 2] & 127](i2) | 0; - i8 = i9; - i7 = i3; + i8 = i3; + i7 = i9; continue; } else { - HEAP32[i4 >> 2] = i5 + 1; - i8 = i9; - i7 = i3; + HEAP32[i5 >> 2] = i4 + 1; + i8 = i3; + i7 = i9; continue; } } @@ -41082,503 +41567,280 @@ function __ZNSt3__120__get_up_to_n_digitsIcNS_19istreambuf_iteratorIcNS_11char_t return i1 | 0; } -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; - } - 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; - } - i4 = i4 + -194 | 0; - if (i4 >>> 0 > 50) { - i9 = 48; - break; - } - i8 = i5; - i7 = HEAP32[4380 + (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; - } - } - i4 = i4 & 255; - if ((i4 + -1 | 0) >>> 0 < 127) { - i3 = i3 + -1 | 0; - i2 = i2 + 1 | 0; - i9 = 7; - continue; - } - i4 = i4 + -194 | 0; - if (i4 >>> 0 > 50) { - i9 = 48; - break; - } - i4 = HEAP32[4380 + (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; - } - 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; - } - } - 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; - } - 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; - } - 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; - } - } - return i1 | 0; -} - function __GLOBAL__sub_I_parser_cpp() { - __ZN6cashew7IString3setEPKcb(38384, 27916, 1); - __ZN6cashew7IString3setEPKcb(38388, 27925, 1); - __ZN6cashew7IString3setEPKcb(38392, 27931, 1); - __ZN6cashew7IString3setEPKcb(38396, 27937, 1); - __ZN6cashew7IString3setEPKcb(38400, 27942, 1); - __ZN6cashew7IString3setEPKcb(38404, 27949, 1); - __ZN6cashew7IString3setEPKcb(38408, 27954, 1); - __ZN6cashew7IString3setEPKcb(38412, 27958, 1); - __ZN6cashew7IString3setEPKcb(38416, 27964, 1); - __ZN6cashew7IString3setEPKcb(38420, 27976, 1); - __ZN6cashew7IString3setEPKcb(38424, 27983, 1); - __ZN6cashew7IString3setEPKcb(38428, 27990, 1); - __ZN6cashew7IString3setEPKcb(38432, 27993, 1); - __ZN6cashew7IString3setEPKcb(38436, 27998, 1); - __ZN6cashew7IString3setEPKcb(38440, 28004, 1); - __ZN6cashew7IString3setEPKcb(38444, 28007, 1); - __ZN6cashew7IString3setEPKcb(38448, 28011, 1); - __ZN6cashew7IString3setEPKcb(38452, 28015, 1); + __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, 28028, 1); - __ZN6cashew7IString3setEPKcb(38468, 28034, 1); - __ZN6cashew7IString3setEPKcb(38472, 28040, 1); - __ZN6cashew7IString3setEPKcb(38476, 28049, 1); - __ZN6cashew7IString3setEPKcb(38480, 28056, 1); - __ZN6cashew7IString3setEPKcb(38484, 31688, 1); - __ZN6cashew7IString3setEPKcb(38488, 31696, 1); - __ZN6cashew7IString3setEPKcb(38492, 28063, 1); - __ZN6cashew7IString3setEPKcb(38496, 28072, 1); - __ZN6cashew7IString3setEPKcb(38500, 28085, 1); - __ZN6cashew7IString3setEPKcb(38504, 28099, 1); - __ZN6cashew7IString3setEPKcb(38508, 28111, 1); - __ZN6cashew7IString3setEPKcb(38512, 28126, 1); - __ZN6cashew7IString3setEPKcb(38516, 28141, 1); - __ZN6cashew7IString3setEPKcb(38520, 28154, 1); - __ZN6cashew7IString3setEPKcb(38524, 28167, 1); - __ZN6cashew7IString3setEPKcb(38528, 36941, 1); - __ZN6cashew7IString3setEPKcb(38532, 36892, 1); - __ZN6cashew7IString3setEPKcb(38536, 36932, 1); - __ZN6cashew7IString3setEPKcb(38540, 35875, 1); - __ZN6cashew7IString3setEPKcb(38544, 36868, 1); - __ZN6cashew7IString3setEPKcb(38548, 36916, 1); - __ZN6cashew7IString3setEPKcb(38552, 35909, 1); - __ZN6cashew7IString3setEPKcb(38556, 36452, 1); - __ZN6cashew7IString3setEPKcb(38560, 36876, 1); - __ZN6cashew7IString3setEPKcb(38564, 36882, 1); - __ZN6cashew7IString3setEPKcb(38568, 35867, 1); - __ZN6cashew7IString3setEPKcb(38572, 36873, 1); - __ZN6cashew7IString3setEPKcb(38576, 36913, 1); - __ZN6cashew7IString3setEPKcb(38580, 36863, 1); - __ZN6cashew7IString3setEPKcb(38584, 36986, 1); - __ZN6cashew7IString3setEPKcb(38588, 35941, 1); - __ZN6cashew7IString3setEPKcb(38592, 36991, 1); - __ZN6cashew7IString3setEPKcb(38596, 36885, 1); - __ZN6cashew7IString3setEPKcb(38600, 28180, 1); - __ZN6cashew7IString3setEPKcb(38604, 28184, 1); - __ZN6cashew7IString3setEPKcb(38608, 28198, 1); - __ZN6cashew7IString3setEPKcb(38612, 28204, 1); - __ZN6cashew7IString3setEPKcb(38616, 28211, 1); - __ZN6cashew7IString3setEPKcb(38620, 28218, 1); - __ZN6cashew7IString3setEPKcb(38624, 28226, 1); - __ZN6cashew7IString3setEPKcb(38628, 28233, 1); - __ZN6cashew7IString3setEPKcb(38632, 28241, 1); - __ZN6cashew7IString3setEPKcb(38636, 28249, 1); - __ZN6cashew7IString3setEPKcb(38640, 28257, 1); - __ZN6cashew7IString3setEPKcb(38644, 46453, 1); - __ZN6cashew7IString3setEPKcb(38648, 28260, 1); - __ZN6cashew7IString3setEPKcb(38652, 35820, 1); - __ZN6cashew7IString3setEPKcb(38656, 28269, 1); - __ZN6cashew7IString3setEPKcb(38660, 28271, 1); - __ZN6cashew7IString3setEPKcb(38664, 28273, 1); - __ZN6cashew7IString3setEPKcb(38668, 35907, 1); - __ZN6cashew7IString3setEPKcb(38672, 28275, 1); - __ZN6cashew7IString3setEPKcb(38676, 28277, 1); - __ZN6cashew7IString3setEPKcb(38680, 28279, 1); - __ZN6cashew7IString3setEPKcb(38684, 28284, 1); - __ZN6cashew7IString3setEPKcb(38688, 28292, 1); - __ZN6cashew7IString3setEPKcb(38692, 36861, 1); - __ZN6cashew7IString3setEPKcb(38696, 28296, 1); - __ZN6cashew7IString3setEPKcb(38700, 28300, 1); - __ZN6cashew7IString3setEPKcb(38704, 28306, 1); - __ZN6cashew7IString3setEPKcb(38708, 37039, 1); - __ZN6cashew7IString3setEPKcb(38712, 35880, 1); - __ZN6cashew10IStringSetC2EPKc(38716, 28313); - ___cxa_atexit(185, 38716, ___dso_handle | 0) | 0; - HEAP32[9684] = 0; - HEAP32[9685] = 0; - HEAP32[9686] = 0; - ___cxa_atexit(186, 38736, ___dso_handle | 0) | 0; - HEAP32[9687] = 0; - HEAP32[9688] = 0; - HEAP32[9689] = 0; - ___cxa_atexit(187, 38748, ___dso_handle | 0) | 0; - __ZN6cashew4InitC2Ev(44379); - return; -} - -function __ZN4wasm5Unary7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i7, i6, i5) { - i7 = i7 | 0; + __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; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0; + i4 = i4 | 0; + i2 = i2 | 0; + var i1 = 0, i3 = 0, i5 = 0, i7 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i8; - HEAP32[i2 >> 2] = i5; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i6, 40) | 0; - i3 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(i6) | 0; - i4 = i7 + 4 | 0; - switch (HEAP32[i4 >> 2] | 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: { - i1 = 17406; + i5 = 17406; break; } case 1: { - i1 = 17411; + i5 = 17411; break; } case 2: { - i1 = 17415; + i5 = 17415; break; } case 3: { - i1 = 17419; + i5 = 17419; break; } case 4: { - i1 = 17423; + i5 = 17423; 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[i7 + 8 >> 2] | 0) { + __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(i6, 17434) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17434) | 0; break; } case 1: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17438) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17438) | 0; break; } case 2: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17442) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17442) | 0; break; } case 3: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17449) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17449) | 0; break; } case 4: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 12640) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 12640) | 0; break; } case 5: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17453) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17453) | 0; break; } case 6: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 12644) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 12644) | 0; break; } case 7: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17458) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17458) | 0; break; } case 8: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17464) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17464) | 0; break; } case 9: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 12650) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 12650) | 0; break; } case 10: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17472) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17472) | 0; break; } case 11: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17485) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17485) | 0; break; } case 12: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17498) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17498) | 0; break; } case 13: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17507) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17507) | 0; break; } case 14: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17519) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17519) | 0; break; } case 15: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17531) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17531) | 0; break; } case 16: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17543) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17543) | 0; break; } case 17: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17555) | 0, (HEAP32[i4 >> 2] | 0) == 2 ? 17423 : 17419) | 0; + __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; } case 19: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17568) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17568) | 0; break; } case 18: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17582) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17582) | 0; break; } case 21: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17596) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17596) | 0; break; } case 20: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17610) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17610) | 0; break; } case 22: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17624) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17624) | 0; break; } case 23: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17636) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i4, 17636) | 0; break; } case 24: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i6, 17555) | 0, (HEAP32[i4 >> 2] | 0) == 4 ? 17415 : 17411) | 0; + __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; } default: _abort(); } while (0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i6, 10) | 0; - i5 = i5 + 1 | 0; - HEAP32[i2 >> 2] = i5; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i6, i5, HEAP32[i7 + 12 >> 2] | 0) | 0; - i7 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i6, i2) | 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; } @@ -41590,36 +41852,36 @@ function __ZN4wasm6Switch7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEE 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; STACKTOP = STACKTOP + 48 | 0; - i9 = i14 + 32 | 0; - i10 = i14 + 28 | 0; - i1 = i14 + 24 | 0; - i12 = i14 + 4 | 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; - i11 = i14; - HEAP32[i10 >> 2] = i3; + i9 = i14; + HEAP32[i12 >> 2] = i3; __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i13, 17281, 0) | 0; - i2 = HEAP32[i6 + 8 >> 2] | 0; - if (i2 | 0) { - HEAP32[i1 >> 2] = i2; - HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i13, i9) | 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[i10 >> 2] = i5; + 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[i12 + 4 >> 2] = 0; - HEAP32[i12 + 8 >> 2] = 0; - HEAP32[i12 >> 2] = i12 + 4; + 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; while (1) { if ((i2 | 0) == (i1 | 0)) break; - __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i9, i12, i2); + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i10, i11, i2); i2 = i2 + 8 | 0; } i2 = HEAP32[i6 + 20 >> 2] | 0; @@ -41627,154 +41889,154 @@ function __ZN4wasm6Switch7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEE i1 = HEAP32[i6 + 16 >> 2] | 0; while (1) { if ((i1 | 0) == (i2 | 0)) break; - i15 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 35872) | 0; - i6 = (__ZNKSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE14__count_uniqueIS2_EEjRKT_(i12, i1) | 0) == 0; - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i15, i6 ? 12831 : 28279) | 0, 36911) | 0; + 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[i9 >> 2] = HEAP32[i7 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i6, i9) | 0, 35822) | 0; + 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; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i13, 35822) | 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, 35872) | 0; - i15 = (__ZNKSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE14__count_uniqueIS2_EEjRKT_(i12, i3) | 0) == 0; - i15 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i7, i15 ? 12831 : 28279) | 0, 36911) | 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[i9 >> 2] = HEAP32[i8 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i15, i9) | 0, 35822) | 0; + 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(i13, 17301) | 0; i2 = HEAP32[i4 >> 2] | 0; i1 = HEAP32[i5 >> 2] | 0; while (1) { if ((i1 | 0) == (i2 | 0)) break; - i15 = HEAP32[i10 >> 2] | 0; + i15 = HEAP32[i12 >> 2] | 0; __Z8doIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEj(i13, i15) | 0; i8 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i13, 17303) | 0; - HEAP32[i11 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i11 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i8, i9) | 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[i10 >> 2] = i15; + 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, i10) | 0, 10) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i13, i12) | 0, 10) | 0; i1 = i1 + 8 | 0; } - i15 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i13, i10) | 0; - __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEED2Ev(i12); + i15 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i13, i12) | 0; + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEED2Ev(i11); STACKTOP = i14; return i15 | 0; } -function __ZN4wasm15Asm2WasmBuilder24noteImportedFunctionCallEN6cashew3RefENS_8WasmTypeEP7AsmData(i14, i6, i7, i12) { +function __ZN4wasm15Asm2WasmBuilder24noteImportedFunctionCallEN6cashew3RefENS_8WasmTypeEP7AsmData(i14, i6, i7, i11) { i14 = i14 | 0; i6 = i6 | 0; i7 = i7 | 0; - i12 = i12 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i13 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0; + 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; i19 = STACKTOP; STACKTOP = STACKTOP + 80 | 0; - i8 = i19 + 64 | 0; - i13 = i19 + 60 | 0; + i9 = i19 + 64 | 0; + i12 = i19 + 60 | 0; i18 = i19 + 40 | 0; - i1 = i19 + 32 | 0; - i2 = i19 + 20 | 0; + i2 = i19 + 32 | 0; + i5 = i19 + 20 | 0; i4 = i19 + 8 | 0; - i11 = i19 + 36 | 0; - i9 = i19 + 4 | 0; - i10 = i19; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 38232) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 0) | 0, 38404) | 0 : 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) { i3 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i6, 1) | 0, 1) | 0; i3 = __ZN6cashew5Value10getIStringEv(HEAP32[i3 >> 2] | 0) | 0; i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i13 >> 2] = i3; + HEAP32[i12 >> 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, 22153, 5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i4, 22179, 5); i3 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc(i4, i3) | 0; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i2 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; - HEAP32[i2 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; - i5 = 0; + HEAP32[i5 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i5 + 4 >> 2] = HEAP32[i3 + 4 >> 2]; + HEAP32[i5 + 8 >> 2] = HEAP32[i3 + 8 >> 2]; + i1 = 0; while (1) { - if ((i5 | 0) == 3) break; - HEAP32[i3 + (i5 << 2) >> 2] = 0; - i5 = i5 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i3 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __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); + __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); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); i17 = i18 + 4 | 0; HEAP32[i17 >> 2] = i7; i1 = __ZN6cashew3RefixEj(i6, 2) | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[i11 >> 2] = i1; - i15 = i18 + 8 | 0; - i16 = i18 + 12 | 0; + HEAP32[i10 >> 2] = i1; + i16 = i18 + 8 | 0; + i15 = i18 + 12 | 0; i3 = i18 + 16 | 0; i4 = 0; while (1) { if (i4 >>> 0 >= (__ZN6cashew5Value4sizeEv(i1) | 0) >>> 0) break; - i1 = __ZN6cashew3RefixEj(i11, i4) | 0; - HEAP32[i10 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; - i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(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; + 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; i4 = i4 + 1 | 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; + 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; if (!i14) { - if (!(__ZN4wasm12FunctionTypeeqERS0_(i18, i4) | 0)) { - i5 = i4 + 8 | 0; - i6 = i4 + 12 | 0; - i7 = i4 + 16 | 0; - i8 = 0; + if (!(__ZN4wasm12FunctionTypeeqERS0_(i18, i6) | 0)) { + i8 = i6 + 8 | 0; + i4 = i6 + 12 | 0; + i5 = i6 + 16 | 0; + i7 = 0; while (1) { - i14 = HEAP32[i15 >> 2] | 0; + i14 = HEAP32[i16 >> 2] | 0; i2 = i14; - if (i8 >>> 0 >= (HEAP32[i16 >> 2] | 0) - i14 >> 2 >>> 0) break; - i14 = HEAP32[i6 >> 2] | 0; - i1 = HEAP32[i5 >> 2] | 0; + if (i7 >>> 0 >= (HEAP32[i15 >> 2] | 0) - i14 >> 2 >>> 0) break; + i14 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i8 >> 2] | 0; i3 = i14; - do if (i14 - i1 >> 2 >>> 0 > i8 >>> 0) { - i1 = i1 + (i8 << 2) | 0; - if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i2 + (i8 << 2) >> 2]; + 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]; } else { - i1 = i2 + (i8 << 2) | 0; - if ((i3 | 0) == (HEAP32[i7 >> 2] | 0)) { - __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i1); + i1 = i2 + (i7 << 2) | 0; + if ((i3 | 0) == (HEAP32[i5 >> 2] | 0)) { + __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i8, i1); break; } else { HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i6 >> 2] = i3 + 4; + HEAP32[i4 >> 2] = i3 + 4; break; } } while (0); - i8 = i8 + 1 | 0; + i7 = i7 + 1 | 0; } - i1 = i4 + 4 | 0; + i1 = i6 + 4 | 0; if (!(HEAP32[i1 >> 2] | 0)) HEAP32[i1 >> 2] = HEAP32[i17 >> 2]; } - } else __ZN4wasm12FunctionTypeaSERKS0_(i4, i18) | 0; + } else __ZN4wasm12FunctionTypeaSERKS0_(i6, i18) | 0; __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i18 + 8 | 0); STACKTOP = i19; return; } - ___assert_fail(22092, 13029, 208, 22128); + ___assert_fail(22118, 13029, 208, 22154); } function ___udivmoddi4(i5, i6, i8, i11, i13) { @@ -41967,48 +42229,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; - i10 = i28 + 8 | 0; + i16 = i28 + 8 | 0; i3 = i28; - i1 = i28 + 896 | 0; + i2 = i28 + 896 | 0; i5 = i28 + 888 | 0; - i2 = i28 + 488 | 0; + i1 = i28 + 488 | 0; i20 = i28 + 480 | 0; - i15 = i28 + 892 | 0; - i12 = i28 + 476 | 0; - i16 = i28 + 472 | 0; + i13 = i28 + 892 | 0; + i10 = i28 + 476 | 0; + i14 = i28 + 472 | 0; i24 = i28 + 460 | 0; i27 = i28 + 448 | 0; i26 = i28 + 436 | 0; i7 = i28 + 432 | 0; i9 = i28 + 32 | 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, 34118, i10) | 0; - if (i1 >>> 0 > 99) { - i1 = __ZNSt3__16__clocEv() | 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; HEAPF64[i3 >> 3] = d4; - i1 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i1, 34118, i3) | 0; - i2 = HEAP32[i5 >> 2] | 0; - if (!i2) __ZSt17__throw_bad_allocv(); - i3 = _malloc(i1 << 2) | 0; + 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; if (!i3) __ZSt17__throw_bad_allocv(); else { i17 = i3; i29 = i3; - i30 = i2; - i22 = i1; + i30 = i1; + i22 = i2; } } else { - i17 = i2; + i17 = i1; i29 = 0; i30 = 0; - i22 = i1; + i22 = i2; } i1 = __ZNKSt3__18ios_base6getlocEv(i19) | 0; HEAP32[i20 >> 2] = i1; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 40468) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 40492) | 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; @@ -42030,7 +42292,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, i15, i12, i16, 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, i13, i10, i14, i24, i27, i26, i7); i3 = HEAP32[i7 >> 2] | 0; if ((i22 | 0) > (i3 | 0)) { i8 = HEAP8[i26 >> 0] | 0; @@ -42051,12 +42313,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, 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; + __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; if (i25) { _free(i25); i1 = HEAP32[i20 >> 2] | 0; @@ -42078,7 +42340,7 @@ function __ZN4wasm11WasmVisitorIZNS_10Expression5printERNSt3__113basic_ostreamIc i4 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i1 = i4; - if (!i2) ___assert_fail(27822, 27572, 1310, 27827); + if (!i2) ___assert_fail(27848, 27598, 1701, 27853); do switch (HEAP32[i2 >> 2] | 0) { case 0: { @@ -42208,48 +42470,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; - i10 = i28 + 8 | 0; + i16 = i28 + 8 | 0; i3 = i28; - i1 = i28 + 284 | 0; + i2 = i28 + 284 | 0; i5 = i28 + 72 | 0; - i2 = i28 + 184 | 0; + i1 = i28 + 184 | 0; i20 = i28 + 68 | 0; - i15 = i28 + 180 | 0; - i12 = i28 + 177 | 0; - i16 = i28 + 176 | 0; + i13 = i28 + 180 | 0; + i10 = i28 + 177 | 0; + i14 = i28 + 176 | 0; i24 = i28 + 56 | 0; i27 = i28 + 44 | 0; i26 = i28 + 32 | 0; i7 = i28 + 28 | 0; i9 = i28 + 76 | 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, 34118, i10) | 0; - if (i1 >>> 0 > 99) { - i1 = __ZNSt3__16__clocEv() | 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; HEAPF64[i3 >> 3] = d4; - i1 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i5, i1, 34118, i3) | 0; - i2 = HEAP32[i5 >> 2] | 0; - if (!i2) __ZSt17__throw_bad_allocv(); - i3 = _malloc(i1) | 0; + 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; if (!i3) __ZSt17__throw_bad_allocv(); else { i17 = i3; i29 = i3; - i30 = i2; - i22 = i1; + i30 = i1; + i22 = i2; } } else { - i17 = i2; + i17 = i1; i29 = 0; i30 = 0; - i22 = i1; + i22 = i2; } i1 = __ZNKSt3__18ios_base6getlocEv(i19) | 0; HEAP32[i20 >> 2] = i1; - i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 40436) | 0; + i6 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 40460) | 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; @@ -42271,7 +42533,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, i15, i12, i16, i24, i27, i26, i7); + __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); i3 = HEAP32[i7 >> 2] | 0; if ((i22 | 0) > (i3 | 0)) { i8 = HEAP8[i26 >> 0] | 0; @@ -42292,12 +42554,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, 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; + __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; if (i25) { _free(i25); i1 = HEAP32[i20 >> 2] | 0; @@ -42312,99 +42574,6 @@ function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEE return i2 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitSwitchEPNS_6SwitchE(i14, i18, i16) { - i14 = i14 | 0; - i18 = i18 | 0; - i16 = i16 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i15 = 0, i17 = 0, i19 = 0, i20 = 0; - i20 = STACKTOP; - STACKTOP = STACKTOP + 64 | 0; - i17 = i20 + 24 | 0; - i8 = i20 + 60 | 0; - i15 = i20 + 48 | 0; - i12 = i20; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i17, i18, HEAP32[i16 + 12 >> 2] | 0); - i13 = i17 + 16 | 0; - i1 = HEAP32[i13 >> 2] | 0; - if (!i1) { - i2 = __ZN4wasm7Literal10getIntegerEv(i17) | 0; - i10 = tempRet0; - i1 = HEAP32[i16 + 28 >> 2] | 0; - HEAP32[i8 >> 2] = i1; - if ((i10 | 0) > -1 | (i10 | 0) == -1 & i2 >>> 0 > 4294967295 ? (i3 = HEAP32[i16 + 16 >> 2] | 0, i2 >>> 0 < (HEAP32[i16 + 20 >> 2] | 0) - i3 >> 2 >>> 0) : 0) { - i1 = HEAP32[i3 + (i2 << 2) >> 2] | 0; - HEAP32[i8 >> 2] = i1; - } - HEAP32[i15 + 4 >> 2] = 0; - HEAP32[i15 + 8 >> 2] = 0; - i7 = i15 + 4 | 0; - HEAP32[i15 >> 2] = i7; - i9 = i16 + 32 | 0; - i10 = i16 + 36 | 0; - i2 = 0; - while (1) { - i3 = HEAP32[i10 >> 2] | 0; - i4 = HEAP32[i9 >> 2] | 0; - i5 = i3 - i4 >> 3; - i6 = i4; - if (i2 >>> 0 >= i5 >>> 0) break; - i6 = __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i15, i6 + (i2 << 3) | 0) | 0; - HEAP32[i6 >> 2] = i2; - i2 = i2 + 1 | 0; - } - i2 = __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEjEENS_19__map_value_compareIS3_S4_NS_4lessIS3_EELb1EEENS_9allocatorIS4_EEE4findIS3_EENS_15__tree_iteratorIS4_PNS_11__tree_nodeIS4_PvEEiEERKT_(i15, i8) | 0; - if ((i2 | 0) == (i7 | 0)) { - HEAP32[i14 >> 2] = 0; - i19 = i14 + 8 | 0; - HEAP32[i19 >> 2] = 0; - HEAP32[i19 + 4 >> 2] = 0; - HEAP32[i14 + 16 >> 2] = i1; - if ((i1 | 0) == (HEAP32[i16 + 8 >> 2] | 0)) HEAP32[i14 + 16 >> 2] = 0; - } else { - i2 = HEAP32[i2 + 20 >> 2] | 0; - if (i2 >>> 0 >= i5 >>> 0) ___assert_fail(20228, 19746, 275, 20259); - 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; @@ -42420,29 +42589,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, 35820); + __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEEENS_12basic_stringIT_T0_T1_EERKSB_PKS8_(i14, i5, 35846); __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i15, (HEAP32[i4 >> 2] | 0) + -24 | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - i2 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i13, 35822) | 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; + 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; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } do if (HEAP8[i11 >> 0] & 1) { i10 = i6 + -16 | 0; @@ -42458,43 +42627,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 = i3; - i9 = 1; + i8 = 1; } else { + i9 = i3; i5 = (i3 + 16 & 240) + -1 | 0; - i8 = i3; - i9 = 1; + i8 = 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 (i9) { + if (i8) { _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] = i8 << 1; + HEAP8[i11 >> 0] = i9 << 1; break; } 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 { - i9 = HEAP32[i10 >> 2] | 0; - HEAP8[i4 >> 0] = HEAP8[i9 >> 0] | 0; - _free(i9); + 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); } HEAP32[i11 >> 2] = i3 | 1; - HEAP32[i7 >> 2] = i8; + HEAP32[i7 >> 2] = i9; HEAP32[i10 >> 2] = i4; } } @@ -42520,6 +42689,98 @@ 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; @@ -42552,14 +42813,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; - i2 = i1 + -24 | 0; - i3 = i1; + i3 = i1 + -24 | 0; + i2 = i1; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i6 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i6 = i2 + -24 | 0; HEAP32[i4 >> 2] = i6; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i6); - i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i4 >> 2] | 0; } i6 = HEAP8[i7 >> 0] | 0; i4 = (i6 & 1) == 0; @@ -42571,7 +42832,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, 35909) | 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, 35935) | 0; else i1 = i3; } else i1 = i4; i1 = (i1 | 0) == (i3 | 0) ? i5 : i1; break L1; @@ -42593,14 +42854,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; - i2 = i1 + -24 | 0; - i3 = i1; + i3 = i1 + -24 | 0; + i2 = i1; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i6 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i6 = i2 + -24 | 0; HEAP32[i4 >> 2] = i6; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i6); - i3 = HEAP32[i4 >> 2] | 0; + i2 = HEAP32[i4 >> 2] | 0; } i6 = HEAP8[i7 >> 0] | 0; i4 = (i6 & 1) == 0; @@ -42616,90 +42877,90 @@ function __ZN10__cxxabiv112_GLOBAL__N_126parse_base_unresolved_nameINS0_2DbEEEPK return i1 | 0; } -function __ZN4wasm6ModuleC2ERKS0_(i9, i7) { +function __ZN4wasm6ModuleC2ERKS0_(i9, i6) { i9 = i9 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i10 = 0, i11 = 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; - i6 = i10 + 4 | 0; - i8 = i10; - __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEEC2ERKS6_(i9, i7); - __ZNSt3__16vectorIPN4wasm6ImportENS_9allocatorIS3_EEEC2ERKS6_(i9 + 12 | 0, i7 + 12 | 0); - __ZNSt3__16vectorIPN4wasm6ExportENS_9allocatorIS3_EEEC2ERKS6_(i9 + 24 | 0, i7 + 24 | 0); - __ZNSt3__16vectorIPN4wasm8FunctionENS_9allocatorIS3_EEEC2ERKS6_(i9 + 36 | 0, i7 + 36 | 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; - i2 = i9 + 52 | 0; - HEAP32[i5 >> 2] = i2; - i4 = HEAP32[i7 + 48 >> 2] | 0; - i1 = i7 + 52 | 0; - i3 = i4; + i1 = i9 + 52 | 0; + HEAP32[i5 >> 2] = i1; + i3 = HEAP32[i6 + 48 >> 2] | 0; + i4 = i6 + 52 | 0; + i2 = i3; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - HEAP32[i8 >> 2] = i2; - HEAP32[i6 >> 2] = HEAP32[i8 >> 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, i6, i3 + 16 | 0) | 0; - i11 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; + 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; - i4 = i11; } - i1 = i9 + 60 | 0; + i5 = i9 + 60 | 0; HEAP32[i9 + 64 >> 2] = 0; HEAP32[i9 + 68 >> 2] = 0; - i3 = i9 + 64 | 0; - HEAP32[i1 >> 2] = i3; - i5 = HEAP32[i7 + 60 >> 2] | 0; - i2 = i7 + 64 | 0; - i4 = i5; + i1 = i9 + 64 | 0; + HEAP32[i5 >> 2] = i1; + i3 = HEAP32[i6 + 60 >> 2] | 0; + i4 = i6 + 64 | 0; + i2 = i3; while (1) { - if ((i4 | 0) == (i2 | 0)) break; - HEAP32[i8 >> 2] = i3; - HEAP32[i6 >> 2] = HEAP32[i8 >> 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_(i1, i6, i4 + 16 | 0) | 0; - i11 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i5) | 0; - i4 = i11; - i5 = i11; + 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; } - i1 = i9 + 72 | 0; + i5 = i9 + 72 | 0; HEAP32[i9 + 76 >> 2] = 0; HEAP32[i9 + 80 >> 2] = 0; - i3 = i9 + 76 | 0; - HEAP32[i1 >> 2] = i3; - i5 = HEAP32[i7 + 72 >> 2] | 0; - i2 = i7 + 76 | 0; - i4 = i5; + i1 = i9 + 76 | 0; + HEAP32[i5 >> 2] = i1; + i3 = HEAP32[i6 + 72 >> 2] | 0; + i4 = i6 + 76 | 0; + i2 = i3; while (1) { - if ((i4 | 0) == (i2 | 0)) break; - HEAP32[i8 >> 2] = i3; - HEAP32[i6 >> 2] = HEAP32[i8 >> 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_(i1, i6, i4 + 16 | 0) | 0; - i11 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i5) | 0; - i4 = i11; - i5 = i11; + 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; } - i1 = i9 + 84 | 0; + i5 = i9 + 84 | 0; HEAP32[i9 + 88 >> 2] = 0; HEAP32[i9 + 92 >> 2] = 0; - i3 = i9 + 88 | 0; - HEAP32[i1 >> 2] = i3; - i5 = HEAP32[i7 + 84 >> 2] | 0; - i2 = i7 + 88 | 0; - i4 = i5; + i1 = i9 + 88 | 0; + HEAP32[i5 >> 2] = i1; + i3 = HEAP32[i6 + 84 >> 2] | 0; + i4 = i6 + 88 | 0; + i2 = i3; while (1) { - if ((i4 | 0) == (i2 | 0)) break; - HEAP32[i8 >> 2] = i3; - HEAP32[i6 >> 2] = HEAP32[i8 >> 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_(i1, i6, i4 + 16 | 0) | 0; - i11 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i5) | 0; - i4 = i11; - i5 = i11; + 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, i7 + 96 | 0); - __ZN4wasm6MemoryC2ERKS0_(i9 + 108 | 0, i7 + 108 | 0); + __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEEC2ERKS5_(i9 + 96 | 0, i6 + 96 | 0); + __ZN4wasm6MemoryC2ERKS0_(i9 + 108 | 0, i6 + 108 | 0); i11 = i9 + 128 | 0; - i9 = i7 + 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]; @@ -42718,30 +42979,30 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterIdentE i19 = STACKTOP; STACKTOP = STACKTOP + 80 | 0; i17 = i19 + 64 | 0; - i6 = i19 + 36 | 0; - i1 = i19 + 56 | 0; - i2 = i19 + 48 | 0; + i8 = i19 + 36 | 0; + i2 = i19 + 56 | 0; + i5 = i19 + 48 | 0; i3 = i19 + 40 | 0; i4 = i19 + 32 | 0; - i8 = i19 + 28 | 0; + i7 = i19 + 28 | 0; i9 = i19 + 24 | 0; i10 = i19 + 16 | 0; i11 = i19 + 8 | 0; i13 = i19; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); - i5 = HEAP32[i15 >> 2] | 0; - i7 = HEAP8[i5 >> 0] | 0; - L1 : do switch (i7 << 24 >> 24) { + i1 = HEAP32[i15 >> 2] | 0; + i6 = HEAP8[i1 >> 0] | 0; + L1 : do switch (i6 << 24 >> 24) { case 40: { - i13 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i16, i12) | 0; - HEAP32[i2 >> 2] = i13; + 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; HEAP32[i17 >> 2] = HEAP32[i2 >> 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]; + HEAP32[i17 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseExpressionENS3_17ExpressionElementERPcPKc(i16, i17, i15, i14) | 0; break; } @@ -42766,20 +43027,20 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterIdentE i18 = 12; break L1; } - HEAP32[i15 >> 2] = i5 + 1; + HEAP32[i15 >> 2] = i1 + 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[i8 >> 2] = HEAP32[i12 >> 2]; + HEAP32[i7 >> 2] = HEAP32[i12 >> 2]; HEAP32[i9 >> 2] = i1; - HEAP32[i6 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; HEAP32[i17 >> 2] = HEAP32[i9 >> 2]; - i1 = __ZN6cashew12ValueBuilder9makeLabelENS_7IStringENS_3RefE(i6, i17) | 0; + i1 = __ZN6cashew12ValueBuilder9makeLabelENS_7IStringENS_3RefE(i8, i17) | 0; break; } default: { i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i16, i12) | 0; - if (i7 << 24 >> 24 == 46) { + if (i6 << 24 >> 24 == 46) { HEAP32[i11 >> 2] = i1; HEAP32[i17 >> 2] = HEAP32[i11 >> 2]; i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseDottingES1_RPc(i16, i17, i15) | 0; @@ -42812,28 +43073,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; - i9 = i28 + 468 | 0; + i16 = i28 + 468 | 0; i21 = i28 + 464 | 0; - i16 = i28 + 472 | 0; - i13 = i28 + 460 | 0; - i17 = i28 + 456 | 0; + i12 = i28 + 472 | 0; + i9 = i28 + 460 | 0; + i14 = i28 + 456 | 0; i24 = i28 + 444 | 0; i27 = i28 + 432 | 0; i26 = i28 + 420 | 0; i6 = i28 + 416 | 0; i8 = i28 + 16 | 0; - i15 = i28 + 8 | 0; - i14 = i28 + 4 | 0; - i10 = i28; + i11 = i28 + 8 | 0; + i10 = i28 + 4 | 0; + i15 = i28; i1 = __ZNKSt3__18ios_base6getlocEv(i20) | 0; HEAP32[i21 >> 2] = i1; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i21, 40468) | 0; + i17 = __ZNKSt3__16locale9use_facetERNS0_2idE(i21, 40492) | 0; i7 = HEAP8[i18 >> 0] | 0; i2 = (i7 & 1) == 0; - i12 = i18 + 4 | 0; - if (!((i2 ? (i7 & 255) >>> 1 : HEAP32[i12 >> 2] | 0) | 0)) i7 = 0; else { - i7 = HEAP32[(i2 ? i12 : HEAP32[i18 + 8 >> 2] | 0) >> 2] | 0; - i7 = (i7 | 0) == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i11 >> 2] | 0) + 44 >> 2] & 31](i11, 45) | 0); + 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); } i2 = 0; while (1) { @@ -42853,9 +43114,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, i16, i13, i17, 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, i12, i9, i14, i24, i27, i26, i6); i4 = HEAP8[i18 >> 0] | 0; - i5 = HEAP32[i12 >> 2] | 0; + i5 = HEAP32[i13 >> 2] | 0; i2 = (i4 & 1) == 0 ? (i4 & 255) >>> 1 : i5; i3 = HEAP32[i6 >> 2] | 0; if ((i2 | 0) > (i3 | 0)) { @@ -42878,13 +43139,13 @@ function __ZNKSt3__19money_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEE i22 = i8; } i29 = (i4 & 1) == 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; + 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; if (i25) { _free(i25); i1 = HEAP32[i21 >> 2] | 0; @@ -42897,38 +43158,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, i4, i19, i18, i17) { +function __ZNKSt3__19money_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_bRNS_8ios_baseEcRKNS_12basic_stringIcS3_NS_9allocatorIcEEEE(i1, i22, i3, i19, i18, i17) { i1 = i1 | 0; i22 = i22 | 0; - i4 = i4 | 0; + i3 = i3 | 0; i19 = i19 | 0; i18 = i18 | 0; i17 = i17 | 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; + 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; i27 = STACKTOP; STACKTOP = STACKTOP + 176 | 0; - i9 = i27 + 56 | 0; + i15 = i27 + 56 | 0; i20 = i27 + 52 | 0; - i15 = i27 + 164 | 0; - i12 = i27 + 161 | 0; - i16 = i27 + 160 | 0; + i12 = i27 + 164 | 0; + i9 = i27 + 161 | 0; + i13 = i27 + 160 | 0; i23 = i27 + 40 | 0; i26 = i27 + 28 | 0; i25 = i27 + 16 | 0; i6 = i27 + 12 | 0; i8 = i27 + 60 | 0; - i14 = i27 + 8 | 0; - i13 = i27 + 4 | 0; - i10 = i27; + i11 = i27 + 8 | 0; + i10 = i27 + 4 | 0; + i14 = i27; i1 = __ZNKSt3__18ios_base6getlocEv(i19) | 0; HEAP32[i20 >> 2] = i1; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 40436) | 0; + i16 = __ZNKSt3__16locale9use_facetERNS0_2idE(i20, 40460) | 0; i7 = HEAP8[i17 >> 0] | 0; i2 = (i7 & 1) == 0; - i3 = i17 + 4 | 0; - if (!((i2 ? (i7 & 255) >>> 1 : HEAP32[i3 >> 2] | 0) | 0)) i7 = 0; else { + i4 = i17 + 4 | 0; + if (!((i2 ? (i7 & 255) >>> 1 : HEAP32[i4 >> 2] | 0) | 0)) i7 = 0; else { i7 = HEAP8[(i2 ? i17 + 1 | 0 : HEAP32[i17 + 8 >> 2] | 0) >> 0] | 0; - i7 = i7 << 24 >> 24 == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i11 >> 2] | 0) + 28 >> 2] & 31](i11, 45) | 0) << 24 >> 24; + i7 = i7 << 24 >> 24 == (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i16 >> 2] | 0) + 28 >> 2] & 31](i16, 45) | 0) << 24 >> 24; } i2 = 0; while (1) { @@ -42948,9 +43209,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(i4, i7, i20, i15, i12, i16, i23, i26, i25, i6); + __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); i5 = HEAP8[i17 >> 0] | 0; - i4 = HEAP32[i3 >> 2] | 0; + i4 = HEAP32[i4 >> 2] | 0; i2 = (i5 & 1) == 0 ? (i5 & 255) >>> 1 : i4; i3 = HEAP32[i6 >> 2] | 0; if ((i2 | 0) > (i3 | 0)) { @@ -42974,12 +43235,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, 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; + __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; if (i24) { _free(i24); i1 = HEAP32[i20 >> 2] | 0; @@ -43042,29 +43303,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; - i4 = i3 + 16 + (HEAP32[i3 + 12 >> 2] << 3) | 0; - i5 = i14 + 52 | 0; + i5 = i3 + 16 + (HEAP32[i3 + 12 >> 2] << 3) | 0; + i7 = i14 + 52 | 0; i6 = i14 + 53 | 0; - i8 = i14 + 54 | 0; - i7 = i3 + 8 | 0; - i9 = i14 + 24 | 0; + i9 = i14 + 54 | 0; + i4 = i3 + 8 | 0; + i8 = i14 + 24 | 0; i2 = 0; i1 = 0; i3 = i3 + 16 | 0; L34 : while (1) { - if (i3 >>> 0 >= i4 >>> 0) { + if (i3 >>> 0 >= i5 >>> 0) { i3 = 20; break; } - HEAP8[i5 >> 0] = 0; + HEAP8[i7 >> 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[i8 >> 0] | 0) { + if (HEAP8[i9 >> 0] | 0) { i3 = 20; break; } do if (HEAP8[i6 >> 0] | 0) { - if (!(HEAP8[i5 >> 0] | 0)) if (!(HEAP32[i7 >> 2] & 1)) { + if (!(HEAP8[i7 >> 0] | 0)) if (!(HEAP32[i4 >> 2] & 1)) { i1 = 1; i3 = 20; break L34; @@ -43072,11 +43333,11 @@ function __ZNK10__cxxabiv121__vmi_class_type_info16search_below_dstEPNS_19__dyna i1 = 1; break; } - if ((HEAP32[i9 >> 2] | 0) == 1) { + if ((HEAP32[i8 >> 2] | 0) == 1) { i3 = 25; break L34; } - if (!(HEAP32[i7 >> 2] & 2)) { + if (!(HEAP32[i4 >> 2] & 2)) { i3 = 25; break L34; } else { @@ -43087,8 +43348,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[i9 >> 2] | 0) == 2 : 0) { - HEAP8[i8 >> 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[i8 >> 2] | 0) == 2 : 0) { + HEAP8[i9 >> 0] = 1; if (i1) { i3 = 25; break; @@ -43125,7 +43386,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; - i8 = i13; + i9 = i13; L9 : while (1) { i5 = HEAP32[i12 >> 2] | 0; i1 = i5 >>> 0 < i11 >>> 0; @@ -43133,8 +43394,8 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i i15 = 41; break; } - i9 = HEAP32[i14 >> 2] | 0; - if (i9 >>> 0 >= i13 >>> 0) { + i8 = HEAP32[i14 >> 2] | 0; + if (i8 >>> 0 >= i13 >>> 0) { i15 = 41; break; } @@ -43145,7 +43406,7 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i break; } do if (i1 << 24 >> 24 > -1) { - HEAP16[i9 >> 1] = i1 & 255; + HEAP16[i8 >> 1] = i1 & 255; HEAP32[i12 >> 2] = i5 + 1; } else { if ((i1 & 255) < 194) { @@ -43167,7 +43428,7 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i i1 = 2; break L9; } - HEAP16[i9 >> 1] = i1; + HEAP16[i8 >> 1] = i1; HEAP32[i12 >> 2] = i5 + 2; break; } @@ -43211,7 +43472,7 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i i1 = 2; break L9; } - HEAP16[i9 >> 1] = i1; + HEAP16[i8 >> 1] = i1; HEAP32[i12 >> 2] = i5 + 3; break; } @@ -43259,7 +43520,7 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i i1 = 2; break L9; } - if ((i8 - i9 | 0) < 4) { + if ((i9 - i8 | 0) < 4) { i1 = 1; break L9; } @@ -43271,10 +43532,10 @@ function __ZNSt3__1L13utf8_to_utf16EPKhS1_RS1_PtS3_RS3_mNS_12codecvt_modeE(i1, i i1 = 2; break L9; } - 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; + 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; HEAP32[i12 >> 2] = (HEAP32[i12 >> 2] | 0) + 4; } while (0); HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + 2; @@ -43293,32 +43554,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, 36503, i1 ? 11 : i4) | 0; + i3 = _memcmp(i2, 36529, 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, 36555, 70); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 36626, 12); + __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); break; } i1 = i4 >>> 0 > 12; i3 = i1 ? 12 : i4; - i7 = _memcmp(i2, 36515, i3) | 0; + i7 = _memcmp(i2, 36541, 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, 36639, 49); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 36689, 13); + __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); break; } - i7 = _memcmp(i2, 36528, i3) | 0; + i7 = _memcmp(i2, 36554, i3) | 0; if (!(((i7 | 0) == 0 ? i1 : i7) | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6assignEPKcj(i5, 36703, 49); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 36753, 13); + __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); break; } i3 = i4 >>> 0 > 13; - i7 = _memcmp(i2, 36541, i3 ? 13 : i4) | 0; + i7 = _memcmp(i2, 36567, 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, 36767, 50); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6__initEPKcj(i6, 36818, 14); + __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); break; } i1 = i2 + i4 | 0; @@ -43396,83 +43657,310 @@ function __ZN10__cxxabiv112_GLOBAL__N_19base_nameINSt3__112basic_stringIcNS2_11c return; } +function __ZNK4wasm7Literal3minERKS0_(i14, i1, i3) { + 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; + i15 = STACKTOP; + STACKTOP = STACKTOP + 128 | 0; + i6 = i15 + 112 | 0; + i7 = i15 + 96 | 0; + i10 = i15 + 80 | 0; + i12 = i15 + 64 | 0; + i8 = i15 + 48 | 0; + i9 = i15 + 32 | 0; + i11 = i15 + 16 | 0; + 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; + HEAP32[i14 >> 2] = 3; + HEAPF32[i14 + 8 >> 2] = d5; + break; + } + d2 = d4 < d5 ? d4 : 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))) { + HEAP32[i14 >> 2] = 3; + HEAPF32[i14 + 8 >> 2] = d2; + break; + } + if (!(i1 | i3)) { + HEAP32[i6 >> 2] = 1; + HEAP32[i6 + 8 >> 2] = 2143289344; + __ZN4wasm7Literal9castToF32Ev(i14, i6); + break; + } + HEAP32[i7 >> 2] = 3; + HEAPF32[i7 + 8 >> 2] = i1 ? d5 : d4; + __ZN4wasm7Literal9castToI32Ev(i10, i7); + i1 = i10 + 8 | 0; + if ((HEAP32[i10 >> 2] | 0) == 1) { + HEAP32[i12 + 8 >> 2] = HEAP32[i1 >> 2] | 12582912; + i1 = 1; + } else { + i11 = i1; + i13 = HEAP32[i11 + 4 >> 2] | 0; + i1 = i12 + 8 | 0; + HEAP32[i1 >> 2] = HEAP32[i11 >> 2] | 12582912; + HEAP32[i1 + 4 >> 2] = i13; + i1 = 2; + } + HEAP32[i12 >> 2] = i1; + __ZN4wasm7Literal9castToF32Ev(i14, i12); + } else { + d5 = +__ZNK4wasm7Literal6getf64Ev(i1); + d4 = +__ZNK4wasm7Literal6getf64Ev(i3); + if (d5 == 0.0 & d5 == d4) { + HEAPF64[tempDoublePtr >> 3] = d5; + d16 = (HEAP32[tempDoublePtr + 4 >> 2] | 0) < 0 ? d5 : d4; + HEAP32[i14 >> 2] = 4; + HEAPF64[i14 + 8 >> 3] = d16; + break; + } + d2 = d4 < d5 ? d4 : 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; + i12 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + if (!(i3 | (i1 | (i12 >>> 0 > 2146435072 | (i12 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0)))) { + HEAP32[i14 >> 2] = 4; + HEAPF64[i14 + 8 >> 3] = d2; + break; + } + if (!(i1 | i3)) { + HEAP32[i8 >> 2] = 2; + i13 = i8 + 8 | 0; + HEAP32[i13 >> 2] = 0; + HEAP32[i13 + 4 >> 2] = 2146959360; + __ZN4wasm7Literal9castToF64Ev(i14, i8); + break; + } + HEAP32[i9 >> 2] = 4; + HEAPF64[i9 + 8 >> 3] = i1 ? d5 : d4; + __ZN4wasm7Literal9castToI64Ev(i11, i9); + i1 = i11 + 8 | 0; + if ((HEAP32[i11 >> 2] | 0) == 1) { + HEAP32[i13 + 8 >> 2] = HEAP32[i1 >> 2]; + i1 = 1; + } else { + i11 = i1; + i12 = HEAP32[i11 + 4 >> 2] | 524288; + i1 = i13 + 8 | 0; + HEAP32[i1 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i1 + 4 >> 2] = i12; + i1 = 2; + } + HEAP32[i13 >> 2] = i1; + __ZN4wasm7Literal9castToF64Ev(i14, i13); + } while (0); + STACKTOP = i15; + return; +} + +function __ZNK4wasm7Literal3maxERKS0_(i14, i1, i3) { + 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; + i15 = STACKTOP; + STACKTOP = STACKTOP + 128 | 0; + i6 = i15 + 112 | 0; + i7 = i15 + 96 | 0; + i10 = i15 + 80 | 0; + i12 = i15 + 64 | 0; + i8 = i15 + 48 | 0; + i9 = i15 + 32 | 0; + i11 = i15 + 16 | 0; + 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; + HEAP32[i14 >> 2] = 3; + HEAPF32[i14 + 8 >> 2] = d5; + break; + } + d2 = d5 < d4 ? d4 : 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))) { + HEAP32[i14 >> 2] = 3; + HEAPF32[i14 + 8 >> 2] = d2; + break; + } + if (!(i1 | i3)) { + HEAP32[i6 >> 2] = 1; + HEAP32[i6 + 8 >> 2] = 2143289344; + __ZN4wasm7Literal9castToF32Ev(i14, i6); + break; + } + HEAP32[i7 >> 2] = 3; + HEAPF32[i7 + 8 >> 2] = i1 ? d5 : d4; + __ZN4wasm7Literal9castToI32Ev(i10, i7); + i1 = i10 + 8 | 0; + if ((HEAP32[i10 >> 2] | 0) == 1) { + HEAP32[i12 + 8 >> 2] = HEAP32[i1 >> 2] | 12582912; + i1 = 1; + } else { + i11 = i1; + i13 = HEAP32[i11 + 4 >> 2] | 0; + i1 = i12 + 8 | 0; + HEAP32[i1 >> 2] = HEAP32[i11 >> 2] | 12582912; + HEAP32[i1 + 4 >> 2] = i13; + i1 = 2; + } + HEAP32[i12 >> 2] = i1; + __ZN4wasm7Literal9castToF32Ev(i14, i12); + } else { + d5 = +__ZNK4wasm7Literal6getf64Ev(i1); + d4 = +__ZNK4wasm7Literal6getf64Ev(i3); + if (d5 == 0.0 & d5 == d4) { + HEAPF64[tempDoublePtr >> 3] = d5; + d16 = (HEAP32[tempDoublePtr + 4 >> 2] | 0) < 0 ? d4 : d5; + HEAP32[i14 >> 2] = 4; + HEAPF64[i14 + 8 >> 3] = d16; + break; + } + d2 = d5 < d4 ? d4 : 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; + i12 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + if (!(i3 | (i1 | (i12 >>> 0 > 2146435072 | (i12 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0)))) { + HEAP32[i14 >> 2] = 4; + HEAPF64[i14 + 8 >> 3] = d2; + break; + } + if (!(i1 | i3)) { + HEAP32[i8 >> 2] = 2; + i13 = i8 + 8 | 0; + HEAP32[i13 >> 2] = 0; + HEAP32[i13 + 4 >> 2] = 2146959360; + __ZN4wasm7Literal9castToF64Ev(i14, i8); + break; + } + HEAP32[i9 >> 2] = 4; + HEAPF64[i9 + 8 >> 3] = i1 ? d5 : d4; + __ZN4wasm7Literal9castToI64Ev(i11, i9); + i1 = i11 + 8 | 0; + if ((HEAP32[i11 >> 2] | 0) == 1) { + HEAP32[i13 + 8 >> 2] = HEAP32[i1 >> 2]; + i1 = 1; + } else { + i11 = i1; + i12 = HEAP32[i11 + 4 >> 2] | 524288; + i1 = i13 + 8 | 0; + HEAP32[i1 >> 2] = HEAP32[i11 >> 2]; + HEAP32[i1 + 4 >> 2] = i12; + i1 = 2; + } + HEAP32[i13 >> 2] = i1; + __ZN4wasm7Literal9castToF64Ev(i14, i13); + } while (0); + STACKTOP = i15; + return; +} + function _fmod(d12, d1) { d12 = +d12; 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; - i2 = HEAP32[tempDoublePtr >> 2] | 0; + i8 = 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(i2 | 0, i9 | 0, 52) | 0; + i3 = _bitshift64Lshr(i8 | 0, i9 | 0, 52) | 0; i3 = i3 & 2047; - i7 = _bitshift64Lshr(i10 | 0, i11 | 0, 52) | 0; - i7 = i7 & 2047; + i6 = _bitshift64Lshr(i10 | 0, i11 | 0, 52) | 0; + i6 = i6 & 2047; i13 = i9 & -2147483648; - 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); + 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); if (!i3) { - i3 = _bitshift64Shl(i2 | 0, i9 | 0, 12) | 0; - i4 = tempRet0; - if ((i4 | 0) > -1 | (i4 | 0) == -1 & i3 >>> 0 > 4294967295) { - i5 = i3; + i2 = _bitshift64Shl(i8 | 0, i9 | 0, 12) | 0; + i3 = tempRet0; + if ((i3 | 0) > -1 | (i3 | 0) == -1 & i2 >>> 0 > 4294967295) { + i4 = i3; i3 = 0; do { i3 = i3 + -1 | 0; - i5 = _bitshift64Shl(i5 | 0, i4 | 0, 1) | 0; + i2 = _bitshift64Shl(i2 | 0, i4 | 0, 1) | 0; i4 = tempRet0; - } while ((i4 | 0) > -1 | (i4 | 0) == -1 & i5 >>> 0 > 4294967295); + } while ((i4 | 0) > -1 | (i4 | 0) == -1 & i2 >>> 0 > 4294967295); } else i3 = 0; - i2 = _bitshift64Shl(i2 | 0, i9 | 0, 1 - i3 | 0) | 0; + i8 = _bitshift64Shl(i8 | 0, i9 | 0, 1 - i3 | 0) | 0; i4 = tempRet0; } else i4 = i9 & 1048575 | 1048576; - if (!i7) { - i5 = _bitshift64Shl(i10 | 0, i11 | 0, 12) | 0; - i6 = tempRet0; - if ((i6 | 0) > -1 | (i6 | 0) == -1 & i5 >>> 0 > 4294967295) { - i7 = 0; + if (!i6) { + i2 = _bitshift64Shl(i10 | 0, i11 | 0, 12) | 0; + i5 = tempRet0; + if ((i5 | 0) > -1 | (i5 | 0) == -1 & i2 >>> 0 > 4294967295) { + i6 = 0; do { - 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; + 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; i9 = tempRet0; } else i9 = i11 & 1048575 | 1048576; - 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)) { + 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)) { while (1) { - 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; + 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; i4 = tempRet0; i3 = i3 + -1 | 0; - 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; + 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; + } } d1 = d12 * 0.0; break L1; - } while (0); - if (i5) if ((i2 | 0) == (i10 | 0) & (i4 | 0) == (i9 | 0)) { + } else i6 = i8; while (0); + if (i5) if ((i6 | 0) == (i10 | 0) & (i4 | 0) == (i9 | 0)) { d1 = d12 * 0.0; break; - } else { - i4 = i6; - i2 = i8; - } + } else i4 = i7; else i2 = i6; if (i4 >>> 0 < 1048576 | (i4 | 0) == 1048576 & i2 >>> 0 < 0) do { i2 = _bitshift64Shl(i2 | 0, i4 | 0, 1) | 0; i4 = tempRet0; @@ -43499,105 +43987,105 @@ function _fmod(d12, d1) { return +d1; } -function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { +function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i10) { i14 = i14 | 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; + 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; i15 = STACKTOP; STACKTOP = STACKTOP + 48 | 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[9605] | 0)) { - if ((i5 | 0) == (HEAP32[9624] | 0)) { - i13 = __ZN6cashew3RefixEj(i14, 1) | 0; - i13 = __ZN6cashew5Value10getIStringEv(HEAP32[i13 >> 2] | 0) | 0; - switch (HEAP8[HEAP32[i13 >> 2] >> 0] | 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) { case 45: { - i2 = 0; + i11 = 0; break L1; } case 43: { - i2 = 3; + i11 = 3; break L1; } case 126: { - i2 = 1; + i11 = 1; break L1; } default: { - HEAP32[i4 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i4 >> 2]; - __ZL8abort_onN6cashew3RefE(i12); + HEAP32[i3 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i13 >> 2] = HEAP32[i3 >> 2]; + __ZL8abort_onN6cashew3RefE(i13); } } } - if ((i5 | 0) == (HEAP32[9615] | 0)) { + if ((i2 | 0) == (HEAP32[9621] | 0)) { i14 = __ZN6cashew3RefixEj(i14, 1) | 0; i14 = __ZN6cashew5Value9getNumberEv(HEAP32[i14 >> 2] | 0) | 0; d1 = +HEAPF64[i14 >> 3]; if (d1 < 0.0) { - i2 = 1; + i11 = 1; break; } if (d1 > 4294967295.0) { - i2 = 3; + i11 = 3; break; } if (+_fmod(d1, 1.0) != 0.0) { - i2 = 3; + i11 = 3; break; } - i2 = __ZN4wasm12isSInteger32Ed(d1) | 0; - i2 = i2 ? 0 : 2; + i11 = __ZN4wasm12isSInteger32Ed(d1) | 0; + i11 = i11 ? 0 : 2; break; } - if ((i5 | 0) == (HEAP32[9601] | 0)) i2 = 0; else { - if ((i5 | 0) == (HEAP32[9604] | 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; + 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; break; } - if ((i5 | 0) == (HEAP32[9614] | 0)) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 0) | 0, 38404) | 0) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0, 38504) | 0) { - i2 = 3; + 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; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0, i11) | 0) { - i2 = 3; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i14, 1) | 0, 1) | 0, i10) | 0) { + i11 = 3; break; } } - } else if ((i5 | 0) == (HEAP32[9612] | 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; + } 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; break; } - HEAP32[i10 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i10 >> 2]; - __ZL8abort_onN6cashew3RefE(i12); + HEAP32[i9 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i13 >> 2] = HEAP32[i9 >> 2]; + __ZL8abort_onN6cashew3RefE(i13); } } else { i2 = __ZN6cashew3RefixEj(i14, 1) | 0; @@ -43607,13 +44095,13 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { case 45: case 43: { - i2 = 0; + i11 = 0; break L1; } case 62: { - if ((i2 | 0) == (HEAP32[9650] | 0)) { - i2 = 2; + if ((i2 | 0) == (HEAP32[9656] | 0)) { + i11 = 2; break L1; } break; @@ -43628,59 +44116,59 @@ function __Z10detectSignN6cashew3RefENS_7IStringE(i14, i11) { case 47: case 42: { - i2 = 3; + i11 = 3; break L1; } default: { - HEAP32[i13 >> 2] = HEAP32[i14 >> 2]; - HEAP32[i12 >> 2] = HEAP32[i13 >> 2]; - __ZL8abort_onN6cashew3RefE(i12); + HEAP32[i12 >> 2] = HEAP32[i14 >> 2]; + HEAP32[i13 >> 2] = HEAP32[i12 >> 2]; + __ZL8abort_onN6cashew3RefE(i13); } } - i2 = 1; + i11 = 1; } while (0); STACKTOP = i15; - return i2 | 0; + return i11 | 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; +function __ZNSt3__19__num_putIwE21__widen_and_group_intEPcS2_S2_PwRS3_S4_RKNS_6localeE(i1, i14, i13, i15, i16, i11, i2) { + i1 = i1 | 0; i14 = i14 | 0; i13 = i13 | 0; i15 = i15 | 0; i16 = i16 | 0; i11 = i11 | 0; - i1 = i1 | 0; + i2 = i2 | 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(i1, 40468) | 0; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40476) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 40492) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 40500) | 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; - i1 = HEAP8[i2 >> 0] | 0; - switch (i1 << 24 >> 24) { + i2 = HEAP8[i1 >> 0] | 0; + switch (i2 << 24 >> 24) { case 43: case 45: { - 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; + 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; break; } default: - i3 = i2; + i2 = i1; } - L7 : do if ((i13 - i3 | 0) > 1 ? (HEAP8[i3 >> 0] | 0) == 48 : 0) { - i1 = i3 + 1 | 0; - switch (HEAP8[i1 >> 0] | 0) { + L7 : do if ((i13 - i2 | 0) > 1 ? (HEAP8[i2 >> 0] | 0) == 48 : 0) { + i3 = i2 + 1 | 0; + switch (HEAP8[i3 >> 0] | 0) { case 88: case 120: break; @@ -43691,70 +44179,68 @@ 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[i1 >> 0] | 0) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, HEAP8[i3 >> 0] | 0) | 0; i8 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i8 + 4; HEAP32[i8 >> 2] = i7; - i3 = i3 + 2 | 0; + i2 = i2 + 2 | 0; } while (0); - L12 : do if ((i3 | 0) != (i13 | 0)) { - i1 = i13; - i4 = i3; + L12 : do if ((i2 | 0) != (i13 | 0)) { + i4 = i2; + i3 = i13; while (1) { - i1 = i1 + -1 | 0; - if (i4 >>> 0 >= i1 >>> 0) break L12; + i3 = i3 + -1 | 0; + if (i4 >>> 0 >= i3 >>> 0) break L12; i8 = HEAP8[i4 >> 0] | 0; - HEAP8[i4 >> 0] = HEAP8[i1 >> 0] | 0; - HEAP8[i1 >> 0] = i8; + HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; + HEAP8[i3 >> 0] = i8; i4 = i4 + 1 | 0; } } while (0); - i5 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 16 >> 2] & 127](i5) | 0; - i6 = i12 + 8 | 0; + i8 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 16 >> 2] & 127](i5) | 0; + i5 = i12 + 8 | 0; i7 = i12 + 1 | 0; - i1 = 0; + i3 = 0; i4 = 0; - i8 = i3; + i6 = i2; while (1) { - 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)) { + 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)) { i18 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i18 + 4; - HEAP32[i18 >> 2] = i5; + HEAP32[i18 >> 2] = i8; i18 = HEAP8[i12 >> 0] | 0; - i1 = 0; + i3 = 0; i4 = (i4 >>> 0 < (((i18 & 1) == 0 ? (i18 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) + -1 | 0) >>> 0 & 1) + i4 | 0; } - i19 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, HEAP8[i8 >> 0] | 0) | 0; + i19 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 44 >> 2] & 31](i10, HEAP8[i6 >> 0] | 0) | 0; i18 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i18 + 4; HEAP32[i18 >> 2] = i19; - i1 = i1 + 1 | 0; - i8 = i8 + 1 | 0; + i3 = i3 + 1 | 0; + i6 = i6 + 1 | 0; } - i1 = i15 + (i3 - i2 << 2) | 0; - i4 = HEAP32[i11 >> 2] | 0; - if ((i1 | 0) != (i4 | 0)) { - i3 = i4; + i3 = i15 + (i2 - i1 << 2) | 0; + i2 = HEAP32[i11 >> 2] | 0; + if ((i3 | 0) == (i2 | 0)) i2 = i3; else { + i4 = i3; + i3 = i2; while (1) { i3 = i3 + -4 | 0; - if (i1 >>> 0 >= i3 >>> 0) { - i1 = i4; - break L1; - } - i19 = HEAP32[i1 >> 2] | 0; - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + if (i4 >>> 0 >= i3 >>> 0) break L1; + i19 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; HEAP32[i3 >> 2] = i19; - i1 = i1 + 4 | 0; + i4 = i4 + 4 | 0; } } } else { - 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; + 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; } while (0); - HEAP32[i16 >> 2] = (i14 | 0) == (i13 | 0) ? i1 : i15 + (i14 - i2 << 2) | 0; + HEAP32[i16 >> 2] = (i14 | 0) == (i13 | 0) ? i2 : i15 + (i14 - i1 << 2) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); STACKTOP = i17; return; @@ -43778,64 +44264,64 @@ function __ZN4wasm22SExpressionWasmBuilder10makeSwitchERNS_7ElementE(i13, i12) { HEAP32[i15 + 8 >> 2] = i9; i9 = 2; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 28049, 6); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 28075, 6); i9 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i13, i1) | 0; HEAP32[i15 + 8 >> 2] = i9; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); i9 = 1; } - i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i13, __ZN4wasm7ElementixEj(i12, i9) | 0) | 0; - HEAP32[i15 + 12 >> 2] = i1; - i1 = __ZN4wasm7ElementixEj(i12, i9 + 1 | 0) | 0; - i2 = i15 + 20 | 0; - i3 = i15 + 24 | 0; - i4 = i15 + 16 | 0; - i7 = 1; + 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; while (1) { - if (i7 >>> 0 >= (__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0) break; - i5 = __ZN4wasm7Element4listEv(__ZN4wasm7ElementixEj(i1, i7) | 0) | 0; - i5 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i8 >> 2] = i5; - i6 = HEAP32[i2 >> 2] | 0; - if (i6 >>> 0 < (HEAP32[i3 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i5; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i4, i8); - i7 = i7 + 1 | 0; + 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; } - 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; + 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; i8 = i15 + 36 | 0; - i6 = i15 + 40 | 0; - i7 = i15 + 32 | 0; + i5 = i15 + 40 | 0; + i6 = 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[9564] | 0)) { + if ((i9 | 0) != (HEAP32[9570] | 0)) { i14 = 13; break; } - if ((__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0 < 2) __ZNKSt3__18functionIFvvEEclEv(i5); + if ((__ZN4wasm7Element4sizeEv(i1) | 0) >>> 0 < 2) __ZNKSt3__18functionIFvvEEclEv(i7); i3 = __ZN4wasm7Element4listEv(i1) | 0; i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) | 0; HEAP32[i10 >> 2] = i3; - i1 = __ZN4wasm22SExpressionWasmBuilder14makeMaybeBlockERNS_7ElementEjj(i13, i1, 2, __ZN4wasm7Element4sizeEv(i1) | 0) | 0; - HEAP32[i11 >> 2] = i1; - i2 = HEAP32[i8 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i6 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i3; - HEAP32[i2 + 4 >> 2] = i1; + 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; HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 8; - } else __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJN6cashew7IStringEPNS1_10ExpressionEEEEvDpOT_(i7, i10, i11); + } else __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJN6cashew7IStringEPNS1_10ExpressionEEEEvDpOT_(i6, i10, i11); i4 = i4 + 1 | 0; } - if ((i14 | 0) == 13) ___assert_fail(18042, 16606, 923, 18065); - i1 = HEAP32[i7 >> 2] | 0; + if ((i14 | 0) == 13) ___assert_fail(18042, 16606, 926, 18065); + i1 = HEAP32[i6 >> 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; @@ -43843,118 +44329,118 @@ function __ZN4wasm22SExpressionWasmBuilder10makeSwitchERNS_7ElementE(i13, i12) { } function __GLOBAL__sub_I_wasm_js_cpp() { - __ZN6cashew7IString3setEPKcb(38064, 12436, 1); - __ZN6cashew7IString3setEPKcb(38068, 12443, 1); - __ZN6cashew7IString3setEPKcb(38072, 12447, 1); - __ZN6cashew7IString3setEPKcb(38076, 31696, 1); - __ZN6cashew7IString3setEPKcb(38080, 29271, 1); - __ZN6cashew7IString3setEPKcb(38084, 12456, 1); - __ZN6cashew7IString3setEPKcb(38088, 12464, 1); - __ZN6cashew7IString3setEPKcb(38092, 12474, 1); - __ZN6cashew7IString3setEPKcb(38096, 12485, 1); - __ZN6cashew7IString3setEPKcb(38100, 12496, 1); - __ZN6cashew7IString3setEPKcb(38104, 12507, 1); - __ZN6cashew7IString3setEPKcb(38108, 12519, 1); - __ZN6cashew7IString3setEPKcb(38112, 12531, 1); - __ZN6cashew7IString3setEPKcb(38116, 12544, 1); - __ZN6cashew7IString3setEPKcb(38120, 12557, 1); - __ZN6cashew7IString3setEPKcb(38124, 12577, 1); - __ZN6cashew7IString3setEPKcb(38128, 12582, 1); - __ZN6cashew7IString3setEPKcb(38132, 12587, 1); - __ZN6cashew7IString3setEPKcb(38136, 12593, 1); - __ZN6cashew7IString3setEPKcb(38140, 12600, 1); - __ZN6cashew7IString3setEPKcb(38144, 12609, 1); - __ZN6cashew7IString3setEPKcb(38148, 12617, 1); - __ZN6cashew7IString3setEPKcb(38152, 12628, 1); - __ZN6cashew7IString3setEPKcb(38156, 12640, 1); - __ZN6cashew7IString3setEPKcb(38160, 12644, 1); - __ZN6cashew7IString3setEPKcb(38164, 12650, 1); - __ZN6cashew7IString3setEPKcb(38168, 12655, 1); - __ZN6cashew7IString3setEPKcb(38172, 12673, 1); - __ZN6cashew7IString3setEPKcb(38176, 12682, 1); - __ZN6cashew7IString3setEPKcb(38180, 12699, 1); - __ZN6cashew7IString3setEPKcb(38184, 12707, 1); - __ZN6cashew7IString3setEPKcb(38188, 12714, 1); - __ZN6cashew7IString3setEPKcb(38192, 12720, 1); - __ZN6cashew7IString3setEPKcb(38196, 12725, 1); - __ZN6cashew7IString3setEPKcb(38200, 12731, 1); - __ZN6cashew7IString3setEPKcb(38204, 12738, 1); - __ZN6cashew7IString3setEPKcb(38208, 12745, 1); - __ZN6cashew7IString3setEPKcb(38212, 12753, 1); - __ZN6cashew7IString3setEPKcb(38216, 12760, 1); - __ZN6cashew7IString3setEPKcb(38220, 12767, 1); - __ZN6cashew7IString3setEPKcb(38224, 12773, 1); - __ZN6cashew7IString3setEPKcb(38228, 12779, 1); - __ZN6cashew7IString3setEPKcb(38232, 28019, 1); - __ZN6cashew7IString3setEPKcb(38236, 12784, 1); - __ZN6cashew7IString3setEPKcb(38240, 12796, 1); - __ZN6cashew7IString3setEPKcb(38244, 12810, 1); - __ZN6cashew7IString3setEPKcb(38248, 12816, 1); - __ZN6cashew7IString3setEPKcb(38252, 12826, 1); - __ZN6cashew7IString3setEPKcb(38256, 28279, 1); - __ZN6cashew7IString3setEPKcb(38260, 12831, 1); - __ZN6cashew7IString3setEPKcb(38264, 12834, 1); - __ZN6cashew7IString3setEPKcb(38268, 12842, 1); - __ZN6cashew7IString3setEPKcb(38272, 12849, 1); - __ZN6cashew7IString3setEPKcb(38276, 12853, 1); - __ZN6cashew7IString3setEPKcb(38280, 12873, 1); - __ZN6cashew7IString3setEPKcb(38284, 12883, 1); - __ZN6cashew7IString3setEPKcb(38288, 12894, 1); - __ZN6cashew7IString3setEPKcb(38292, 12905, 1); - __ZN6cashew7IString3setEPKcb(38296, 12919, 1); - __ZN6cashew7IString3setEPKcb(38300, 12928, 1); - __ZN6cashew7IString3setEPKcb(38304, 12938, 1); - __ZN6cashew7IString3setEPKcb(38308, 12949, 1); - __ZN6cashew7IString3setEPKcb(38312, 12960, 1); - __ZN6cashew7IString3setEPKcb(38316, 12973, 1); - __ZN6cashew7IString3setEPKcb(38320, 12983, 1); - __ZN6cashew7IString3setEPKcb(38324, 12992, 1); - HEAP32[9582] = 0; - HEAP32[9583] = 0; - HEAP32[9584] = 0; - ___cxa_atexit(184, 38328, ___dso_handle | 0) | 0; - __ZN6cashew7IString3setEPKcb(38340, 13873, 1); - __ZN6cashew7IString3setEPKcb(38344, 13878, 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; + __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; i14 = i14 | 0; i13 = i13 | 0; i15 = i15 | 0; i16 = i16 | 0; i11 = i11 | 0; - i1 = i1 | 0; + i2 = i2 | 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(i1, 40436) | 0; - i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 40448) | 0; + i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 40460) | 0; + i5 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 40472) | 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; - i1 = HEAP8[i2 >> 0] | 0; - switch (i1 << 24 >> 24) { + i2 = HEAP8[i1 >> 0] | 0; + switch (i2 << 24 >> 24) { case 43: case 45: { - 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; + 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; break; } default: - i3 = i2; + i2 = i1; } - L7 : do if ((i13 - i3 | 0) > 1 ? (HEAP8[i3 >> 0] | 0) == 48 : 0) { - i1 = i3 + 1 | 0; - switch (HEAP8[i1 >> 0] | 0) { + L7 : do if ((i13 - i2 | 0) > 1 ? (HEAP8[i2 >> 0] | 0) == 48 : 0) { + i3 = i2 + 1 | 0; + switch (HEAP8[i3 >> 0] | 0) { case 88: case 120: break; @@ -43965,67 +44451,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[i1 >> 0] | 0) | 0; + i7 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, HEAP8[i3 >> 0] | 0) | 0; i8 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i8 + 1; HEAP8[i8 >> 0] = i7; - i3 = i3 + 2 | 0; + i2 = i2 + 2 | 0; } while (0); - L12 : do if ((i3 | 0) != (i13 | 0)) { - i1 = i13; - i4 = i3; + L12 : do if ((i2 | 0) != (i13 | 0)) { + i4 = i2; + i3 = i13; while (1) { - i1 = i1 + -1 | 0; - if (i4 >>> 0 >= i1 >>> 0) break L12; + i3 = i3 + -1 | 0; + if (i4 >>> 0 >= i3 >>> 0) break L12; i8 = HEAP8[i4 >> 0] | 0; - HEAP8[i4 >> 0] = HEAP8[i1 >> 0] | 0; - HEAP8[i1 >> 0] = i8; + HEAP8[i4 >> 0] = HEAP8[i3 >> 0] | 0; + HEAP8[i3 >> 0] = i8; i4 = i4 + 1 | 0; } } while (0); - i5 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 16 >> 2] & 127](i5) | 0; - i6 = i12 + 8 | 0; + i8 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 16 >> 2] & 127](i5) | 0; + i5 = i12 + 8 | 0; i7 = i12 + 1 | 0; - i1 = 0; + i3 = 0; i4 = 0; - i8 = i3; + i6 = i2; while (1) { - 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)) { + 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)) { i18 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i18 + 1; - HEAP8[i18 >> 0] = i5; + HEAP8[i18 >> 0] = i8; i18 = HEAP8[i12 >> 0] | 0; - i1 = 0; + i3 = 0; i4 = (i4 >>> 0 < (((i18 & 1) == 0 ? (i18 & 255) >>> 1 : HEAP32[i9 >> 2] | 0) + -1 | 0) >>> 0 & 1) + i4 | 0; } - i19 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, HEAP8[i8 >> 0] | 0) | 0; + i19 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i10 >> 2] | 0) + 28 >> 2] & 31](i10, HEAP8[i6 >> 0] | 0) | 0; i18 = HEAP32[i11 >> 2] | 0; HEAP32[i11 >> 2] = i18 + 1; HEAP8[i18 >> 0] = i19; - i1 = i1 + 1 | 0; - i8 = i8 + 1 | 0; + i3 = i3 + 1 | 0; + i6 = i6 + 1 | 0; } - i1 = i15 + (i3 - i2) | 0; + i2 = i15 + (i2 - i1) | 0; i3 = HEAP32[i11 >> 2] | 0; - if ((i1 | 0) != (i3 | 0)) { + if ((i2 | 0) != (i3 | 0)) { while (1) { i3 = i3 + -1 | 0; - if (i1 >>> 0 >= i3 >>> 0) break; - i19 = HEAP8[i1 >> 0] | 0; - HEAP8[i1 >> 0] = HEAP8[i3 >> 0] | 0; + if (i2 >>> 0 >= i3 >>> 0) break; + i19 = HEAP8[i2 >> 0] | 0; + HEAP8[i2 >> 0] = HEAP8[i3 >> 0] | 0; HEAP8[i3 >> 0] = i19; - i1 = i1 + 1 | 0; + i2 = i2 + 1 | 0; } - i1 = HEAP32[i11 >> 2] | 0; + i2 = HEAP32[i11 >> 2] | 0; } } else { - 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; + 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; } - HEAP32[i16 >> 2] = (i14 | 0) == (i13 | 0) ? i1 : i15 + (i14 - i2) | 0; + HEAP32[i16 >> 2] = (i14 | 0) == (i13 | 0) ? i2 : i15 + (i14 - i1) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i12); STACKTOP = i17; return; @@ -44040,65 +44526,59 @@ 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) { - i7 = (HEAP8[i12 + 2 >> 0] | 0) == -65 ? i12 + 3 | 0 : i12; + i1 = (HEAP8[i12 + 2 >> 0] | 0) == -65 ? i12 + 3 | 0 : i12; i2 = 0; } else { - i7 = i12; + i1 = i12; i2 = 0; } L6 : while (1) { - if (!(i2 >>> 0 < i11 >>> 0 & i7 >>> 0 < i10 >>> 0)) { - i1 = i7; + if (!(i2 >>> 0 < i11 >>> 0 & i1 >>> 0 < i10 >>> 0)) { i2 = 40; break; } - i1 = HEAP8[i7 >> 0] | 0; - i6 = i1 & 255; - if (i6 >>> 0 > i9 >>> 0) { - i1 = i7; + i3 = HEAP8[i1 >> 0] | 0; + i7 = i3 & 255; + if (i7 >>> 0 > i9 >>> 0) { i2 = 40; break; } - do if (i1 << 24 >> 24 > -1) i1 = i7 + 1 | 0; else { - if ((i1 & 255) < 194) { - i1 = i7; + do if (i3 << 24 >> 24 > -1) i1 = i1 + 1 | 0; else { + if ((i3 & 255) < 194) { i2 = 40; break L6; } - if ((i1 & 255) < 224) { - if ((i8 - i7 | 0) < 2) { - i1 = i7; + if ((i3 & 255) < 224) { + if ((i8 - i1 | 0) < 2) { i2 = 40; break L6; } - i1 = HEAPU8[i7 + 1 >> 0] | 0; - if ((i1 & 192 | 0) != 128) { - i1 = i7; + i3 = HEAPU8[i1 + 1 >> 0] | 0; + if ((i3 & 192 | 0) != 128) { i2 = 40; break L6; } - if ((i1 & 63 | i6 << 6 & 1984) >>> 0 > i9 >>> 0) { - i1 = i7; + if ((i3 & 63 | i7 << 6 & 1984) >>> 0 > i9 >>> 0) { i2 = 40; break L6; } else { - i1 = i7 + 2 | 0; + i1 = i1 + 2 | 0; break; } } - if ((i1 & 255) < 240) { - i1 = i7; - if ((i8 - i1 | 0) < 3) { - i1 = i7; + if ((i3 & 255) < 240) { + i4 = i1; + if ((i8 - i4 | 0) < 3) { i2 = 40; break L6; } - i4 = HEAP8[i7 + 1 >> 0] | 0; - i3 = HEAP8[i7 + 2 >> 0] | 0; - switch (i6 | 0) { + i5 = HEAP8[i1 + 1 >> 0] | 0; + i3 = HEAP8[i1 + 2 >> 0] | 0; + switch (i7 | 0) { case 224: { - if ((i4 & -32) << 24 >> 24 != -96) { + if ((i5 & -32) << 24 >> 24 != -96) { + i1 = i4; i2 = 19; break L6; } @@ -44106,51 +44586,50 @@ function __ZNSt3__1L20utf8_to_utf16_lengthEPKhS1_jmNS_12codecvt_modeE(i12, i10, } case 237: { - if ((i4 & -32) << 24 >> 24 != -128) { + if ((i5 & -32) << 24 >> 24 != -128) { + i1 = i4; i2 = 21; break L6; } break; } default: - if ((i4 & -64) << 24 >> 24 != -128) { + if ((i5 & -64) << 24 >> 24 != -128) { + i1 = i4; i2 = 23; break L6; } } - i1 = i3 & 255; - if ((i1 & 192 | 0) != 128) { - i1 = i7; + i3 = i3 & 255; + if ((i3 & 192 | 0) != 128) { i2 = 40; break L6; } - if (((i4 & 255) << 6 & 4032 | i6 << 12 & 61440 | i1 & 63) >>> 0 > i9 >>> 0) { - i1 = i7; + if (((i5 & 255) << 6 & 4032 | i7 << 12 & 61440 | i3 & 63) >>> 0 > i9 >>> 0) { i2 = 40; break L6; } else { - i1 = i7 + 3 | 0; + i1 = i1 + 3 | 0; break; } } - if ((i1 & 255) >= 245) { - i1 = i7; + if ((i3 & 255) >= 245) { i2 = 40; break L6; } - i1 = i7; - if ((i11 - i2 | 0) >>> 0 < 2 | (i8 - i1 | 0) < 4) { - i1 = i7; + i4 = i1; + if ((i11 - i2 | 0) >>> 0 < 2 | (i8 - i4 | 0) < 4) { i2 = 40; break L6; } - i5 = HEAP8[i7 + 1 >> 0] | 0; - i3 = HEAP8[i7 + 2 >> 0] | 0; - i4 = HEAP8[i7 + 3 >> 0] | 0; - switch (i6 | 0) { + i6 = HEAP8[i1 + 1 >> 0] | 0; + i3 = HEAP8[i1 + 2 >> 0] | 0; + i5 = HEAP8[i1 + 3 >> 0] | 0; + switch (i7 | 0) { case 240: { - if ((i5 + 112 & 255) >= 48) { + if ((i6 + 112 & 255) >= 48) { + i1 = i4; i2 = 30; break L6; } @@ -44158,210 +44637,43 @@ function __ZNSt3__1L20utf8_to_utf16_lengthEPKhS1_jmNS_12codecvt_modeE(i12, i10, } case 244: { - if ((i5 & -16) << 24 >> 24 != -128) { + if ((i6 & -16) << 24 >> 24 != -128) { + i1 = i4; i2 = 32; break L6; } break; } default: - if ((i5 & -64) << 24 >> 24 != -128) { + if ((i6 & -64) << 24 >> 24 != -128) { + i1 = i4; i2 = 34; break L6; } } - i3 = i3 & 255; - if ((i3 & 192 | 0) != 128) { - i1 = i7; + i4 = i3 & 255; + if ((i4 & 192 | 0) != 128) { i2 = 40; break L6; } - i1 = i4 & 255; - if ((i1 & 192 | 0) != 128) { - i1 = i7; + i3 = i5 & 255; + if ((i3 & 192 | 0) != 128) { i2 = 40; break L6; } - if (((i5 & 255) << 12 & 258048 | i6 << 18 & 1835008 | i3 << 6 & 4032 | i1 & 63) >>> 0 > i9 >>> 0) { - i1 = i7; + if (((i6 & 255) << 12 & 258048 | i7 << 18 & 1835008 | i4 << 6 & 4032 | i3 & 63) >>> 0 > i9 >>> 0) { i2 = 40; break L6; } - i1 = i7 + 4 | 0; + i1 = i1 + 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; @@ -44461,9 +44773,9 @@ function __ZNSt3__1L13utf16_to_utf8EPKtS1_RS1_PhS3_RS3_mNS_12codecvt_modeE(i1, i i1 = 1; break L4; } - i1 = i1 + 2 | 0; - i3 = HEAPU16[i1 >> 1] | 0; - if ((i3 & 64512 | 0) != 56320) { + i3 = i1 + 2 | 0; + i4 = HEAPU16[i3 >> 1] | 0; + if ((i4 & 64512 | 0) != 56320) { i1 = 2; break L4; } @@ -44471,25 +44783,25 @@ function __ZNSt3__1L13utf16_to_utf8EPKtS1_RS1_PhS3_RS3_mNS_12codecvt_modeE(i1, i i1 = 1; break L4; } - i4 = i5 & 960; - if (((i4 << 10) + 65536 | i5 << 10 & 64512 | i3 & 1023) >>> 0 > i7 >>> 0) { + i1 = i5 & 960; + if (((i1 << 10) + 65536 | i5 << 10 & 64512 | i4 & 1023) >>> 0 > i7 >>> 0) { i1 = 2; break L4; } - 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; + 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; i5 = HEAP32[i10 >> 2] | 0; HEAP32[i10 >> 2] = i5 + 1; - HEAP8[i5 >> 0] = i3 & 63 | 128; + HEAP8[i5 >> 0] = i4 & 63 | 128; } while (0); i1 = (HEAP32[i9 >> 2] | 0) + 2 | 0; HEAP32[i9 >> 2] = i1; @@ -44498,6 +44810,162 @@ 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; @@ -44509,11 +44977,11 @@ 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; - i7 = i20 + 424 | 0; + i8 = i20 + 424 | 0; i10 = i20; i4 = i20 + 24 | 0; i19 = i20 + 16 | 0; - i8 = i20 + 12 | 0; + i7 = i20 + 12 | 0; i16 = i20 + 8 | 0; i5 = i20 + 564 | 0; i21 = i20 + 4 | 0; @@ -44523,14 +44991,14 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE HEAP32[i18 >> 2] = 202; i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i16 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 40468) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 40492) | 0; HEAP8[i5 >> 0] = 0; HEAP32[i21 >> 2] = HEAP32[i14 >> 2]; i3 = HEAP32[i3 + 4 >> 2] | 0; - HEAP32[i7 >> 2] = HEAP32[i21 >> 2]; - if (__ZNSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIwEERNS_10unique_ptrIwPFvPvEEERPwSM_(i13, i7, i2, i16, i3, i15, i5, i1, i19, i8, i4 + 400 | 0) | 0) { - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 48 >> 2] & 7](i1, 34012, 34022, i7) | 0; - i2 = HEAP32[i8 >> 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; i4 = HEAP32[i19 >> 2] | 0; i1 = i2 - i4 | 0; if ((i1 | 0) > 392) { @@ -44547,12 +45015,12 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE HEAP8[i6 >> 0] = 45; i1 = i6 + 1 | 0; } - i5 = i7 + 40 | 0; - i6 = i7; + i5 = i8 + 40 | 0; + i6 = i8; while (1) { if (i4 >>> 0 >= i2 >>> 0) break; i3 = HEAP32[i4 >> 2] | 0; - i2 = i7; + i2 = i8; while (1) { if ((i2 | 0) == (i5 | 0)) { i2 = i5; @@ -44561,14 +45029,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[34012 + (i2 - i6 >> 2) >> 0] | 0; - i2 = HEAP32[i8 >> 2] | 0; + HEAP8[i1 >> 0] = HEAP8[34038 + (i2 - i6 >> 2) >> 0] | 0; + i2 = HEAP32[i7 >> 2] | 0; i1 = i1 + 1 | 0; i4 = i4 + 4 | 0; } HEAP8[i1 >> 0] = 0; HEAP32[i10 >> 2] = i12; - _sscanf(i9, 33913, i10) | 0; + _sscanf(i9, 33939, i10) | 0; if (i11 | 0) _free(i11); } i1 = HEAP32[i13 >> 2] | 0; @@ -44613,10 +45081,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) { - i9 = i12 + 8 | 0; - HEAP8[HEAP32[i9 >> 2] >> 0] = 0; - i7 = i12 + 4 | 0; - HEAP32[i7 >> 2] = 0; + i8 = i12 + 8 | 0; + HEAP8[HEAP32[i8 >> 2] >> 0] = 0; + i6 = i12 + 4 | 0; + HEAP32[i6 >> 2] = 0; i1 = HEAP8[i12 >> 0] | 0; if (!(i1 & 1)) i5 = 10; else { i5 = HEAP32[i12 >> 2] | 0; @@ -44626,44 +45094,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; - i6 = i2; - i8 = 1; + i7 = 1; } else { + i9 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i6 = i2; - i8 = 1; + i7 = 1; } } else { + i9 = 0; i4 = 10; - i6 = 0; - i8 = 0; + i7 = 0; } if ((i4 | 0) != (i5 | 0)) { if ((i4 | 0) == 10) { i3 = i12 + 1 | 0; - i2 = HEAP32[i9 >> 2] | 0; - if (i8) { + i2 = HEAP32[i8 >> 2] | 0; + if (i7) { _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] = i6 << 1; + HEAP8[i12 >> 0] = i9 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { - if (i8) _memcpy(i3 | 0, i12 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { - i11 = HEAP32[i9 >> 2] | 0; + if (i7) _memcpy(i3 | 0, i12 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + i11 = HEAP32[i8 >> 2] | 0; HEAP8[i3 >> 0] = HEAP8[i11 >> 0] | 0; _free(i11); } HEAP32[i12 >> 2] = i2 | 1; - HEAP32[i7 >> 2] = i6; - HEAP32[i9 >> 2] = i3; + HEAP32[i6 >> 2] = i9; + HEAP32[i8 >> 2] = i3; } } } else { @@ -44695,43 +45163,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 = i2; - i8 = 1; + i7 = 1; } else { + i8 = i2; i4 = (i2 + 16 & 240) + -1 | 0; - i7 = i2; - i8 = 1; + i7 = 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 (i8) { + if (i7) { _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] = i7 << 1; + HEAP8[i11 >> 0] = i8 << 1; break; } i2 = i4 + 1 | 0; i3 = _malloc(i2) | 0; if (!(i4 >>> 0 <= i5 >>> 0 & (i3 | 0) == 0)) { - if (i8) _memcpy(i3 | 0, i11 + 1 | 0, ((i1 & 255) >>> 1) + 1 | 0) | 0; else { + if (i7) _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] = i7; + HEAP32[i6 >> 2] = i8; HEAP32[i9 >> 2] = i3; } } @@ -44921,9 +45389,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; - i10 = i13 + 8 | 0; - i8 = i13 + 4 | 0; - i9 = i13; + i8 = i13 + 8 | 0; + i9 = i13 + 4 | 0; + i10 = 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; @@ -44940,11 +45408,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[9552] | 0)) break; + if ((i7 | 0) != (HEAP32[9558] | 0)) break; i2 = __ZN4wasm7Element4listEv(i5) | 0; i2 = __ZN4wasm7Element5c_strEv(HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] | 0) | 0; i4 = _malloc(_strlen(i2) | 0) | 0; - HEAP32[i10 >> 2] = i4; + HEAP32[i8 >> 2] = i4; L10 : while (1) { i3 = HEAP8[i2 >> 0] | 0; L12 : do switch (i3 << 24 >> 24) { @@ -45005,23 +45473,23 @@ function __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i12, i11) i4 = i4 + 1 | 0; } i7 = HEAP32[i12 >> 2] | 0; - i5 = __ZN4wasm7Element4listEv(i5) | 0; - i5 = _atoi(__ZN4wasm7Element5c_strEv(HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2] | 0) | 0) | 0; - HEAP32[i8 >> 2] = i5; - i6 = HEAP32[i10 >> 2] | 0; - i2 = i2 - i6 | 0; - HEAP32[i9 >> 2] = i2; + 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; i3 = i7 + 120 | 0; - 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); + 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); i1 = i1 + 1 | 0; } - ___assert_fail(18076, 16606, 941, 18102); + ___assert_fail(18076, 16606, 944, 18102); } while (0); STACKTOP = i13; return; @@ -45034,12 +45502,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; - i4 = i12 + 56 | 0; + i7 = i12 + 56 | 0; i3 = i12; i1 = i12 + 48 | 0; - i6 = i12 + 40 | 0; - i7 = i12 + 32 | 0; - i8 = i12 + 24 | 0; + i4 = i12 + 40 | 0; + i5 = i12 + 32 | 0; + i6 = i12 + 24 | 0; i2 = i12 + 16 | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i10); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i3, HEAP32[i10 >> 2] | 0); @@ -45047,73 +45515,73 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPc L1 : do switch (HEAP32[i3 + 12 >> 2] | 0) { case 0: { - i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17parseAfterKeywordERNS3_4FragERPcPKc(i11, i3, i10, i9) | 0; + i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17parseAfterKeywordERNS3_4FragERPcPKc(i11, i3, i10, i9) | 0; break; } case 2: { - i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterIdentERNS3_4FragERPcPKc(i11, i3, i10, i9) | 0; + i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterIdentERNS3_4FragERPcPKc(i11, i3, i10, i9) | 0; break; } case 5: case 4: case 3: { - i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i11, i3) | 0; + i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i11, i3) | 0; HEAP8[i1 >> 0] = 1; - 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; + 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; break; } case 6: { i1 = HEAP32[i3 >> 2] | 0; - if ((i1 | 0) == (HEAP32[9663] | 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; + 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; break L1; } - if ((i1 | 0) == (HEAP32[9664] | 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; + 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; break L1; } - if ((i1 | 0) == (HEAP32[9665] | 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; + 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; break L1; } else _abort(); break; } case 1: { - i5 = HEAP32[i3 >> 2] | 0; + i8 = HEAP32[i3 >> 2] | 0; HEAP8[i2 >> 0] = 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; + 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; break; } default: _abort(); } while (0); STACKTOP = i12; - return i5 | 0; + return i8 | 0; } function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_bRNS_8ios_baseERjRe(i1, i13, i14, i2, i3, i15, i12) { @@ -45127,11 +45595,11 @@ 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; - i7 = i20 + 24 | 0; + i8 = i20 + 24 | 0; i10 = i20; i4 = i20 + 140 | 0; i19 = i20 + 16 | 0; - i8 = i20 + 12 | 0; + i7 = i20 + 12 | 0; i16 = i20 + 8 | 0; i5 = i20 + 136 | 0; i21 = i20 + 4 | 0; @@ -45141,14 +45609,14 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE HEAP32[i18 >> 2] = 202; i1 = __ZNKSt3__18ios_base6getlocEv(i3) | 0; HEAP32[i16 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 40436) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i16, 40460) | 0; HEAP8[i5 >> 0] = 0; HEAP32[i21 >> 2] = HEAP32[i14 >> 2]; i3 = HEAP32[i3 + 4 >> 2] | 0; - HEAP32[i7 >> 2] = HEAP32[i21 >> 2]; - if (__ZNSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE8__do_getERS4_S4_bRKNS_6localeEjRjRbRKNS_5ctypeIcEERNS_10unique_ptrIcPFvPvEEERPcSM_(i13, i7, i2, i16, i3, i15, i5, i1, i19, i8, i4 + 100 | 0) | 0) { - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 32 >> 2] & 7](i1, 33902, 33912, i7) | 0; - i2 = HEAP32[i8 >> 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; i4 = HEAP32[i19 >> 2] | 0; i1 = i2 - i4 | 0; if ((i1 | 0) > 98) { @@ -45165,12 +45633,12 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE HEAP8[i6 >> 0] = 45; i1 = i6 + 1 | 0; } - i5 = i7 + 10 | 0; - i6 = i7; + i5 = i8 + 10 | 0; + i6 = i8; while (1) { if (i4 >>> 0 >= i2 >>> 0) break; i3 = HEAP8[i4 >> 0] | 0; - i2 = i7; + i2 = i8; while (1) { if ((i2 | 0) == (i5 | 0)) { i2 = i5; @@ -45179,14 +45647,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[33902 + (i2 - i6) >> 0] | 0; - i2 = HEAP32[i8 >> 2] | 0; + HEAP8[i1 >> 0] = HEAP8[33928 + (i2 - i6) >> 0] | 0; + i2 = HEAP32[i7 >> 2] | 0; i1 = i1 + 1 | 0; i4 = i4 + 1 | 0; } HEAP8[i1 >> 0] = 0; HEAP32[i10 >> 2] = i12; - _sscanf(i9, 33913, i10) | 0; + _sscanf(i9, 33939, i10) | 0; if (i11 | 0) _free(i11); } i1 = HEAP32[i13 >> 2] | 0; @@ -45200,17 +45668,17 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE break; } } else i1 = 0; while (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) { + 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) { HEAP32[i14 >> 2] = 0; i17 = 27; break; } - if (!i1) i17 = 28; + if (!i2) i17 = 28; } else i17 = 27; while (0); - if ((i17 | 0) == 27 ? i1 : 0) i17 = 28; + if ((i17 | 0) == 27 ? i2 : 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; @@ -45226,14 +45694,14 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { i2 = i2 | 0; i4 = i4 | 0; var d1 = 0.0; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 38460) | 0) { + do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 38484) | 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, 38496) | 0) { - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 38528) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 38460) | 0 : 0) { + 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) { i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0; i4 = __ZN6cashew5Value9getNumberEv(HEAP32[i4 >> 2] | 0) | 0; d1 = +HEAPF64[i4 >> 3]; @@ -45241,7 +45709,7 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { HEAPF64[i3 + 8 >> 3] = d1; break; } - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 38532) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 38460) | 0 : 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 38556) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 38484) | 0 : 0) { i2 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0; i2 = __ZN6cashew5Value9getNumberEv(HEAP32[i2 >> 2] | 0) | 0; d1 = -+HEAPF64[i2 >> 3]; @@ -45254,9 +45722,9 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { HEAP32[i3 >> 2] = 1; HEAP32[i3 + 8 >> 2] = ~~d1 >>> 0; break; - } else ___assert_fail(22020, 13029, 379, 22065); + } else ___assert_fail(22046, 13029, 379, 22091); } - if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 38528) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 38496) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 38532) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 38460) | 0 : 0) { + 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) { i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 1) | 0; i4 = __ZN6cashew5Value9getNumberEv(HEAP32[i4 >> 2] | 0) | 0; d1 = -+HEAPF64[i4 >> 3]; @@ -45264,7 +45732,7 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { HEAPF64[i3 + 8 >> 3] = d1; break; } - if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 1) | 0, 38532) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 0) | 0, 38496) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 1) | 0, 38528) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 0) | 0, 38460) | 0 : 0) { + 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) { i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i4, 2) | 0, 2) | 0, 1) | 0; i4 = __ZN6cashew5Value9getNumberEv(HEAP32[i4 >> 2] | 0) | 0; d1 = -+HEAPF64[i4 >> 3]; @@ -45281,14 +45749,14 @@ function __ZN4wasm15Asm2WasmBuilder12checkLiteralEN6cashew3RefE(i3, i2, i4) { return; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner17visitCallIndirectEPNS_12CallIndirectE(i8, i13, i10) { - i8 = i8 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner17visitCallIndirectEPNS_12CallIndirectE(i5, i13, i10) { + i5 = i5 | 0; i13 = i13 | 0; i10 = i10 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0, i12 = 0, i14 = 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0, i12 = 0, i14 = 0; i14 = STACKTOP; STACKTOP = STACKTOP + 96 | 0; - i5 = i14 + 84 | 0; + i8 = i14 + 84 | 0; i1 = i14 + 40 | 0; i12 = i14 + 80 | 0; i9 = i14 + 68 | 0; @@ -45297,13 +45765,13 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect i7 = i14 + 64 | 0; __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i1, i13, HEAP32[i10 + 24 >> 2] | 0); if (!(HEAP32[i1 + 16 >> 2] | 0)) { - i3 = __ZN4wasm7Literal6geti32Ev(i1) | 0; + i3 = __ZNK4wasm7Literal6geti32Ev(i1) | 0; i4 = i13 + 4 | 0; - 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, 20271); + 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[HEAP32[i4 >> 2] >> 2] | 0; } i1 = HEAP32[(HEAP32[i2 + 96 >> 2] | 0) + (i3 << 2) >> 2] | 0; @@ -45312,7 +45780,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, 20294); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i12 >> 2] | 0) + 20 >> 2] & 127](i12, 20273); } HEAP32[i9 >> 2] = 0; HEAP32[i9 + 4 >> 2] = 0; @@ -45321,29 +45789,29 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect if (!(HEAP32[i11 + 16 >> 2] | 0)) { i13 = HEAP32[i4 >> 2] | 0; HEAP32[i7 >> 2] = i1; - 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; + 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; } else { - 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]; + 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]; } __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i9); } else { - 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]; + 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]; } STACKTOP = i14; return; @@ -45357,15 +45825,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; - 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; + 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; i7 = i3; - } else i7 = i2; + } else i7 = i1; i1 = i10 & 24; L4 : do if (!i1) { i12 = i11; @@ -45442,7 +45910,7 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE7see HEAP32[i12 + 4 >> 2] = -1; break; } - if ((i10 & 16 | 0) != 0 & (i9 | 0) == 0) { + if ((i10 & 16 | 0) != 0 & (i8 | 0) == 0) { i12 = i11; HEAP32[i12 >> 2] = 0; HEAP32[i12 + 4 >> 2] = 0; @@ -45456,7 +45924,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[i8 >> 2] = (HEAP32[i12 + 20 >> 2] | 0) + i2; + if (i10 & 16 | 0) HEAP32[i9 >> 2] = (HEAP32[i12 + 20 >> 2] | 0) + i2; i12 = i11; HEAP32[i12 >> 2] = 0; HEAP32[i12 + 4 >> 2] = 0; @@ -45476,15 +45944,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, i10, i11, i4, i2, i12, i6) { +function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_bRNS_8ios_baseERjRNS_12basic_stringIwS3_NS_9allocatorIwEEEE(i1, i9, i10, i4, i2, i11, i6) { i1 = i1 | 0; + i9 = i9 | 0; i10 = i10 | 0; - i11 = i11 | 0; i4 = i4 | 0; i2 = i2 | 0; - i12 = i12 | 0; + i11 = i11 | 0; i6 = i6 | 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; + 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; i16 = STACKTOP; STACKTOP = STACKTOP + 432 | 0; i19 = i16 + 424 | 0; @@ -45492,45 +45960,45 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE i15 = i16 + 16 | 0; i5 = i16 + 8 | 0; i18 = i16 + 4 | 0; - i3 = i16 + 428 | 0; + i1 = i16 + 428 | 0; i7 = i16; HEAP32[i15 >> 2] = i17; i14 = i15 + 4 | 0; HEAP32[i14 >> 2] = 202; - i9 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; - HEAP32[i18 >> 2] = i9; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 40468) | 0; - HEAP8[i3 >> 0] = 0; - i8 = HEAP32[i11 >> 2] | 0; + 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[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_(i10, i19, i4, i18, i2, i12, i3, i1, i15, i5, i17 + 400 | 0) | 0) { + 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 (!(HEAP8[i6 >> 0] & 1)) HEAP8[i6 >> 0] = 0; else HEAP32[HEAP32[i6 + 8 >> 2] >> 2] = 0; HEAP32[i6 + 4 >> 2] = 0; - if (HEAP8[i3 >> 0] | 0) __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw(i6, FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 44 >> 2] & 31](i1, 45) | 0); - i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 44 >> 2] & 31](i1, 48) | 0; - i4 = HEAP32[i5 >> 2] | 0; - i2 = i4 + -4 | 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; i1 = HEAP32[i15 >> 2] | 0; while (1) { if (i1 >>> 0 >= i2 >>> 0) break; - if ((HEAP32[i1 >> 2] | 0) != (i3 | 0)) break; + if ((HEAP32[i1 >> 2] | 0) != (i4 | 0)) break; i1 = i1 + 4 | 0; } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6appendIPwEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i6, i1, i4) | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6appendIPwEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i6, i1, i3) | 0; } - i1 = HEAP32[i10 >> 2] | 0; + i1 = HEAP32[i9 >> 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[i10 >> 2] = 0; + HEAP32[i9 >> 2] = 0; i2 = 1; break; } else { - i2 = (HEAP32[i10 >> 2] | 0) == 0; + i2 = (HEAP32[i9 >> 2] | 0) == 0; break; } } else i2 = 1; while (0); @@ -45541,15 +46009,15 @@ function __ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEE i13 = 27; break; } else { - HEAP32[i11 >> 2] = 0; + HEAP32[i10 >> 2] = 0; i13 = 25; break; } } else i13 = 25; while (0); if ((i13 | 0) == 25 ? i2 : 0) i13 = 27; - if ((i13 | 0) == 27) HEAP32[i12 >> 2] = HEAP32[i12 >> 2] | 2; - i2 = HEAP32[i10 >> 2] | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; + if ((i13 | 0) == 27) HEAP32[i11 >> 2] = HEAP32[i11 >> 2] | 2; + i2 = HEAP32[i9 >> 2] | 0; + __ZNSt3__114__shared_count16__release_sharedEv(i12) | 0; i1 = HEAP32[i15 >> 2] | 0; HEAP32[i15 >> 2] = 0; if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[i14 >> 2] & 255](i1); @@ -45567,8 +46035,8 @@ function __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i i5 = i8; i1 = __ZN4wasm7Element4listEv(i4) | 0; i1 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i1 >> 2] >> 2] | 0) | 0; - if ((i1 | 0) != (HEAP32[9557] | 0)) { - if ((i1 | 0) == (HEAP32[9548] | 0)) { + if ((i1 | 0) != (HEAP32[9563] | 0)) { + if ((i1 | 0) == (HEAP32[9554] | 0)) { HEAP32[i6 >> 2] = 0; i3 = __ZN4wasm7Element4listEv(i4) | 0; if (!(HEAP8[HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] >> 0] | 0)) { @@ -45592,11 +46060,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[9550] | 0)) { + if ((i3 | 0) == (HEAP32[9556] | 0)) { i2 = 10; break; } - if ((i3 | 0) == (HEAP32[9557] | 0)) { + if ((i3 | 0) == (HEAP32[9563] | 0)) { i2 = 12; break; } else i2 = i2 + 1 | 0; @@ -45632,108 +46100,108 @@ function __ZN4wasm22SExpressionWasmBuilder20preParseFunctionTypeERNS_7ElementE(i function __ZNKSt3__120__time_get_c_storageIcE8__monthsEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[37432] | 0) == 0 ? ___cxa_guard_acquire(37432) | 0 : 0) { - if ((HEAP8[37440] | 0) == 0 ? ___cxa_guard_acquire(37440) | 0 : 0) { - i1 = 40680; + if ((HEAP8[37456] | 0) == 0 ? ___cxa_guard_acquire(37456) | 0 : 0) { + if ((HEAP8[37464] | 0) == 0 ? ___cxa_guard_acquire(37464) | 0 : 0) { + i2 = 40704; do { - i2 = 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = i1 + 12 | 0; - } while ((i1 | 0) != 40968); + i2 = i2 + 12 | 0; + } while ((i2 | 0) != 40992); ___cxa_atexit(195, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(37440); - } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40680, 33225) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40692, 33233) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40704, 33242) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40716, 33248) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40728, 33254) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40740, 33258) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40752, 33263) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40764, 33268) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40776, 33275) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40788, 33285) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40800, 33293) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40812, 33302) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40824, 33311) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40836, 33315) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40848, 33319) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40860, 33323) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40872, 33254) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40884, 33327) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40896, 33331) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40908, 33335) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40920, 33339) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40932, 33343) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40944, 33347) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40956, 33351) | 0; - HEAP32[10242] = 40680; - ___cxa_guard_release(37432); - } - return HEAP32[10242] | 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; } function __ZNKSt3__120__time_get_c_storageIwE8__monthsEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[37512] | 0) == 0 ? ___cxa_guard_acquire(37512) | 0 : 0) { - if ((HEAP8[37520] | 0) == 0 ? ___cxa_guard_acquire(37520) | 0 : 0) { - i1 = 41492; + if ((HEAP8[37536] | 0) == 0 ? ___cxa_guard_acquire(37536) | 0 : 0) { + if ((HEAP8[37544] | 0) == 0 ? ___cxa_guard_acquire(37544) | 0 : 0) { + i2 = 41516; do { - i2 = 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = i1 + 12 | 0; - } while ((i1 | 0) != 41780); + i2 = i2 + 12 | 0; + } while ((i2 | 0) != 41804); ___cxa_atexit(199, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(37520); - } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41492, 9752) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41504, 9784) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41516, 9820) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41528, 9844) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41540, 9868) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41552, 9884) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41564, 9904) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41576, 9924) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41588, 9952) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41600, 9992) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41612, 10024) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41624, 10060) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41636, 10096) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41648, 10112) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41660, 10128) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41672, 10144) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41684, 9868) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41696, 10160) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41708, 10176) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41720, 10192) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41732, 10208) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41744, 10224) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41756, 10240) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41768, 10256) | 0; - HEAP32[10445] = 41492; - ___cxa_guard_release(37512); - } - return HEAP32[10445] | 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) { + ___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 | 0; + i9 = i9 | 0; i10 = i10 | 0; - i11 = i11 | 0; i4 = i4 | 0; i2 = i2 | 0; - i12 = i12 | 0; + i11 = i11 | 0; i6 = i6 | 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; + 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; i16 = STACKTOP; STACKTOP = STACKTOP + 144 | 0; i19 = i16 + 24 | 0; @@ -45741,21 +46209,21 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE i15 = i16 + 16 | 0; i5 = i16 + 8 | 0; i18 = i16 + 4 | 0; - i3 = i16 + 28 | 0; + i1 = i16 + 28 | 0; i7 = i16; HEAP32[i15 >> 2] = i17; i14 = i15 + 4 | 0; HEAP32[i14 >> 2] = 202; - i9 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; - HEAP32[i18 >> 2] = i9; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i18, 40436) | 0; - HEAP8[i3 >> 0] = 0; - i8 = HEAP32[i11 >> 2] | 0; + 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[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_(i10, i19, i4, i18, i2, i12, i3, i1, i15, i5, i17 + 100 | 0) | 0) { + 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 (!(HEAP8[i6 >> 0] & 1)) { HEAP8[i6 + 1 >> 0] = 0; HEAP8[i6 >> 0] = 0; @@ -45763,42 +46231,42 @@ function __ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEE HEAP8[HEAP32[i6 + 8 >> 2] >> 0] = 0; HEAP32[i6 + 4 >> 2] = 0; } - if (HEAP8[i3 >> 0] | 0) __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 45) | 0); - i3 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 48) | 0; - i4 = HEAP32[i5 >> 2] | 0; - i2 = i4 + -1 | 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; i1 = HEAP32[i15 >> 2] | 0; while (1) { if (i1 >>> 0 >= i2 >>> 0) break; - if ((HEAP8[i1 >> 0] | 0) != i3 << 24 >> 24) break; + if ((HEAP8[i1 >> 0] | 0) != i4 << 24 >> 24) break; i1 = i1 + 1 | 0; } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendIPcEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i6, i1, i4) | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendIPcEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i6, i1, i3) | 0; } - i1 = HEAP32[i10 >> 2] | 0; + i1 = HEAP32[i9 >> 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[i10 >> 2] = 0; + HEAP32[i9 >> 2] = 0; i1 = 0; break; } else { - i1 = HEAP32[i10 >> 2] | 0; + i1 = HEAP32[i9 >> 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[i11 >> 2] = 0; + HEAP32[i10 >> 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[i12 >> 2] = HEAP32[i12 >> 2] | 2; - i2 = HEAP32[i10 >> 2] | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i9) | 0; + if ((i13 | 0) == 23) HEAP32[i11 >> 2] = HEAP32[i11 >> 2] | 2; + i2 = HEAP32[i9 >> 2] | 0; + __ZNSt3__114__shared_count16__release_sharedEv(i12) | 0; i1 = HEAP32[i15 >> 2] | 0; HEAP32[i15 >> 2] = 0; if (i1 | 0) FUNCTION_TABLE_vi[HEAP32[i14 >> 2] & 255](i1); @@ -45834,31 +46302,30 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect { __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i3, HEAP32[HEAP32[i1 + 16 >> 2] >> 2] | 0); if (!(HEAP32[i2 + 16 >> 2] | 0)) { - i4 = __ZN4wasm7Literal6geti32Ev(i2) | 0; + i4 = __ZNK4wasm7Literal6geti32Ev(i2) | 0; if (i4 & 65535 | 0) { i5 = HEAP32[(HEAP32[i3 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20931); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20936); } 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, 20962); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 127](i3, 20967); } 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, 20999); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 20 >> 2] & 127](i2, 21004); 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) { - i1 = HEAP32[i2 + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 21037); - i1 = HEAP32[i5 >> 2] | 0; - i2 = i1; - i1 = HEAP32[i1 + 8 >> 2] | 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; } i4 = HEAP32[i2 + 12 >> 2] | 0; FUNCTION_TABLE_viii[HEAP32[(HEAP32[i4 >> 2] | 0) + 16 >> 2] & 15](i4, i1, i3); @@ -45880,7 +46347,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect } case 3: { - i5 = (HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[9585] | 0); + i5 = (HEAP32[i1 + 12 >> 2] | 0) == (HEAP32[9591] | 0); HEAP32[i6 >> 2] = 1; i1 = i6 + 8 | 0; if (i5) { @@ -45900,100 +46367,105 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i17, i16, i12) { +function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i17, i16, i11) { i17 = i17 | 0; i16 = i16 | 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; + 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; - i10 = HEAP32[i12 >> 2] | 0; - i1 = i10; - i4 = 5381; + i1 = i18; + i10 = HEAP32[i11 >> 2] | 0; + i3 = 5381; + i4 = i10; while (1) { - i3 = HEAP8[i1 >> 0] | 0; - if (!(i3 << 24 >> 24)) break; - i1 = i1 + 1 | 0; - i4 = i3 << 24 >> 24 ^ i4 * 33; + i2 = HEAP8[i4 >> 0] | 0; + if (!(i2 << 24 >> 24)) { + i15 = i3; + break; + } + i3 = i2 << 24 >> 24 ^ i3 * 33; + i4 = i4 + 1 | 0; } i13 = i16 + 4 | 0; - 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; + 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; break L5; } - 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; + 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; break L5; } - if (!(_strcmp(HEAP32[i1 + 8 >> 2] | 0, i10) | 0)) { - i2 = 0; + if (!(_strcmp(HEAP32[i2 + 8 >> 2] | 0, i10) | 0)) { + i3 = 0; + i1 = i2; break; } } } else { i3 = 0; - i15 = 15; + i14 = 15; } while (0); - if ((i15 | 0) == 15) { - __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE16__construct_nodeERKS2_j(i2, i16, i12, i4); + if ((i14 | 0) == 15) { + __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE16__construct_nodeERKS2_j(i1, i16, i11, i15); i8 = i16 + 12 | 0; - 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; + 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; break; } else { - i7 = i1; - i3 = (i4 >>> 0) % (i1 >>> 0) | 0; + i7 = i2; + i3 = (i15 >>> 0) % (i2 >>> 0) | 0; break; } - } else i7 = i14; while (0); - i1 = HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] | 0; - if (!i1) { + } while (0); + i2 = HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] | 0; + if (!i2) { i15 = i16 + 8 | 0; - i1 = HEAP32[i2 >> 2] | 0; - HEAP32[i1 >> 2] = HEAP32[i15 >> 2]; - HEAP32[i15 >> 2] = i1; + 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[i1 >> 2] | 0; + 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] = i1; + HEAP32[(HEAP32[i16 >> 2] | 0) + (i3 << 2) >> 2] = i2; } } else { - i16 = HEAP32[i2 >> 2] | 0; - HEAP32[i16 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i1 >> 2] = i16; - i1 = i16; + 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[i2 >> 2] = 0; - i2 = 1; + HEAP32[i1 >> 2] = 0; + i3 = 1; + i1 = i2; } HEAP32[i17 >> 2] = i1; - HEAP8[i17 + 4 >> 0] = i2; + HEAP8[i17 + 4 >> 0] = i3; STACKTOP = i18; return; } @@ -46029,16 +46501,16 @@ function __ZNKSt3__17codecvtIwc11__mbstate_tE5do_inERS1_PKcS5_RS5_PwS7_RS7_(i4, i3 = 34; break; } - 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) { + 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) { case -1: { i3 = 10; @@ -46053,7 +46525,7 @@ function __ZNKSt3__17codecvtIwc11__mbstate_tE5do_inERS1_PKcS5_RS5_PwS7_RS7_(i4, default: {} } - i2 = (HEAP32[i12 >> 2] | 0) + (i6 << 2) | 0; + i2 = (HEAP32[i12 >> 2] | 0) + (i5 << 2) | 0; HEAP32[i12 >> 2] = i2; if ((i2 | 0) == (i9 | 0)) { i3 = 31; @@ -46092,7 +46564,7 @@ function __ZNKSt3__17codecvtIwc11__mbstate_tE5do_inERS1_PKcS5_RS5_PwS7_RS7_(i4, break; } i3 = _uselocale(HEAP32[i10 >> 2] | 0) | 0; - i2 = _mbrtowc(i2, i1, i4 - i1 | 0, i11) | 0; + i2 = _mbrtowc(i2, i1, i6 - i1 | 0, i11) | 0; if (i3 | 0) _uselocale(i3) | 0; switch (i2 | 0) { case -1: @@ -46196,7 +46668,7 @@ function __ZNSt3__19__num_getIcE19__stage2_float_loopEcRbRcPcRS4_ccRKNS_12basic_ } i2 = i1 - i5 | 0; if ((i2 | 0) > 31) i1 = -1; else { - i3 = HEAP8[32623 + i2 >> 0] | 0; + i3 = HEAP8[32649 + i2 >> 0] | 0; switch (i2 | 0) { case 24: case 25: @@ -46253,68 +46725,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; - i1 = i17 + 44 | 0; + i12 = i17 + 44 | 0; i2 = i17 + 40 | 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[9678] | 0)) if ((i5 | 0) == (HEAP32[9667] | 0)) { - i15 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38448) | 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; + 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; break; } else { - i10 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38420) | 0; - HEAP32[i11 >> 2] = i9; - HEAP32[i1 >> 2] = HEAP32[i11 >> 2]; - i11 = __ZN6cashew5Value9push_backENS_3RefE(i10, i1) | 0; + 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; i15 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i15) | 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; + 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; break; } else { - i15 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38400) | 0; - HEAP32[i2 >> 2] = i13; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - i15 = __ZN6cashew5Value9push_backENS_3RefE(i15, i1) | 0; - i13 = __ZN6cashew5Arena5allocEv(38760) | 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; + 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; } while (0); STACKTOP = i17; return i1 | 0; @@ -46370,14 +46842,14 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE break; } i1 = HEAP32[i7 >> 2] | 0; - i2 = i1 + 12 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 16 >> 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; i1 = HEAP32[i7 >> 2] | 0; if (!i1) i2 = 1; else i6 = 25; } else { - HEAP32[i2 >> 2] = i3 + 4; + HEAP32[i3 >> 2] = i2 + 4; i6 = 25; } do if ((i6 | 0) == 25) { @@ -46441,20 +46913,20 @@ function __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i8, i7) { HEAP32[i10 + 12 >> 2] = i9; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); } - i4 = i8 + 80 | 0; - i2 = i10 + 8 | 0; + i5 = i8 + 80 | 0; + i3 = i10 + 8 | 0; i9 = i8 + 84 | 0; - 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; + i4 = i8 + 88 | 0; + if ((i2 | 0) == (HEAP32[i4 >> 2] | 0)) { + __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i3); i2 = HEAP32[i9 >> 2] | 0; } else { - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; i2 = (HEAP32[i9 >> 2] | 0) + 4 | 0; HEAP32[i9 >> 2] = i2; } - if ((i2 | 0) == (HEAP32[i5 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i4, i6); else { + if ((i2 | 0) == (HEAP32[i4 >> 2] | 0)) __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(i5, i6); else { HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; HEAP32[i9 >> 2] = (HEAP32[i9 >> 2] | 0) + 4; } @@ -46480,7 +46952,6 @@ function __ZN4wasm22SExpressionWasmBuilder8makeLoopERNS_7ElementE(i8, i7) { STACKTOP = i11; return i10 | 0; } - function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseFunctionERPcPKc(i15, i14, i1) { i15 = i15 | 0; i14 = i14 | 0; @@ -46488,15 +46959,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; - i9 = i13 + 56 | 0; - i8 = i13 + 52 | 0; + i12 = i13 + 56 | 0; + i10 = i13 + 52 | 0; i2 = i13 + 16 | 0; i1 = i13 + 48 | 0; i7 = i13; i5 = i13 + 44 | 0; i6 = i13 + 40 | 0; - i10 = i13 + 36 | 0; - i12 = i13 + 32 | 0; + i9 = i13 + 36 | 0; + i11 = i13 + 32 | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i2, HEAP32[i14 >> 2] | 0); switch (HEAP32[i2 + 12 >> 2] | 0) { case 2: @@ -46516,34 +46987,34 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseFunctionERP default: i16 = 4; } - if ((i16 | 0) == 4) ___assert_fail(22920, 22821, 400, 22965); + if ((i16 | 0) == 4) ___assert_fail(22946, 22847, 400, 22991); HEAP32[i1 >> 2] = i3; - HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; - i4 = __ZN6cashew12ValueBuilder12makeFunctionENS_7IStringE(i9) | 0; + HEAP32[i12 >> 2] = HEAP32[i1 >> 2]; + i4 = __ZN6cashew12ValueBuilder12makeFunctionENS_7IStringE(i12) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i1 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(22979, 22821, 405, 22965); + if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(23005, 22847, 405, 22991); HEAP32[i14 >> 2] = i1 + 1; - i2 = i7 + 12 | 0; - i3 = i7 + 8 | 0; + i3 = i7 + 12 | 0; + i2 = i7 + 8 | 0; L11 : while (1) { __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i1 = HEAP32[i14 >> 2] | 0; if ((HEAP8[i1 >> 0] | 0) == 41) { - i11 = i1; + i8 = i1; break; } __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i7, i1); - if ((HEAP32[i2 >> 2] | 0) != 2) { + if ((HEAP32[i3 >> 2] | 0) != 2) { i16 = 11; break; } - HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + (HEAP32[i3 >> 2] | 0); + HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + (HEAP32[i2 >> 2] | 0); HEAP32[i5 >> 2] = i4; HEAP32[i6 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i6 >> 2]; - __ZN6cashew12ValueBuilder24appendArgumentToFunctionENS_3RefENS_7IStringE(i8, i9); + HEAP32[i10 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i12 >> 2] = HEAP32[i6 >> 2]; + __ZN6cashew12ValueBuilder24appendArgumentToFunctionENS_3RefENS_7IStringE(i10, i12); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); i1 = HEAP32[i14 >> 2] | 0; switch (HEAP8[i1 >> 0] | 0) { @@ -46562,14 +47033,14 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseFunctionERP } HEAP32[i14 >> 2] = i1 + 1; } - if ((i16 | 0) == 11) ___assert_fail(22991, 22821, 411, 22965); else if ((i16 | 0) == 14) _abort(); else if ((i16 | 0) == 15) i11 = i1; - HEAP32[i14 >> 2] = i11 + 1; - HEAP32[i10 >> 2] = i4; + 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; i16 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseBracketedBlockERPc(i15, i14) | 0; - HEAP32[i12 >> 2] = i16; - HEAP32[i8 >> 2] = HEAP32[i10 >> 2]; - HEAP32[i9 >> 2] = HEAP32[i12 >> 2]; - __ZN6cashew12ValueBuilder15setBlockContentENS_3RefES1_(i8, i9); + HEAP32[i11 >> 2] = i16; + HEAP32[i10 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i12 >> 2] = HEAP32[i11 >> 2]; + __ZN6cashew12ValueBuilder15setBlockContentENS_3RefES1_(i10, i12); STACKTOP = i13; return i4 | 0; } @@ -46705,17 +47176,17 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD 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; - i9 = HEAP32[i1 + 8 >> 2] | 0; - i2 = i9 * 33 ^ 5381; + i8 = HEAP32[i1 + 8 >> 2] | 0; + i2 = i8 * 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) { - i10 = i7 + -1 | 0; - i8 = (i10 & i7 | 0) == 0; - if (i8) i3 = i10 & i2; else i3 = (i2 >>> 0) % (i7 >>> 0) | 0; + i9 = i7 + -1 | 0; + i10 = (i9 & i7 | 0) == 0; + if (i10) i3 = i9 & 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; @@ -46724,12 +47195,12 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD break L1; } i2 = HEAP32[i4 + 4 >> 2] | 0; - if (i8) i2 = i2 & i10; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; + if (i10) i2 = i2 & i9; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; if ((i2 | 0) != (i3 | 0)) { i11 = 12; break L1; } - if ((HEAP32[i4 + 8 >> 2] | 0) == (i9 | 0)) { + if ((HEAP32[i4 + 8 >> 2] | 0) == (i8 | 0)) { i2 = 0; i1 = i4; break; @@ -46741,12 +47212,12 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD } while (0); if ((i11 | 0) == 12) { i8 = i15 + 12 | 0; - d5 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); - d6 = +HEAPF32[i15 + 16 >> 2]; - do if (i12 | d5 > +(i7 >>> 0) * d6) { + d6 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); + d5 = +HEAPF32[i15 + 16 >> 2]; + do if (i12 | d6 > +(i7 >>> 0) * d5) { if (i7 >>> 0 > 2) i2 = (i7 + -1 & i7 | 0) == 0; else i2 = 0; i4 = (i2 & 1 | i7 << 1) ^ 1; - i2 = ~~+Math_ceil(+(d5 / d6)) >>> 0; + i2 = ~~+Math_ceil(+(d6 / d5)) >>> 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; @@ -46786,6 +47257,99 @@ 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; @@ -46795,58 +47359,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; - i12 = i23 + 304 | 0; + i16 = i23 + 304 | 0; i7 = i23 + 48 | 0; i6 = i23 + 32 | 0; i3 = i23 + 24 | 0; i2 = i23 + 8 | 0; - i5 = i23; + i4 = i23; i10 = i23 + 308 | 0; i8 = i23 + 300 | 0; i11 = i23 + 72 | 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, 32872, HEAP32[i21 + 4 >> 2] | 0) | 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; HEAP32[i8 >> 2] = i10; i1 = __ZNSt3__16__clocEv() | 0; - if (i4) { + if (i5) { HEAP32[i2 >> 2] = HEAP32[i21 + 8 >> 2]; HEAPF64[i2 + 8 >> 3] = d9; - i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i5, i2) | 0; + i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i4, i2) | 0; } else { HEAPF64[i3 >> 3] = d9; - i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i5, i3) | 0; + i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i4, i3) | 0; } if ((i1 | 0) > 29) { i1 = __ZNSt3__16__clocEv() | 0; - if (i4) { + if (i5) { HEAP32[i6 >> 2] = HEAP32[i21 + 8 >> 2]; HEAPF64[i6 + 8 >> 3] = d9; - i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i5, i6) | 0; + i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i4, i6) | 0; } else { HEAPF64[i7 >> 3] = d9; - i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i5, i7) | 0; + i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i4, i7) | 0; } i1 = HEAP32[i8 >> 2] | 0; if (!i1) __ZSt17__throw_bad_allocv(); else { i18 = i1; i24 = i1; - i15 = i2; + i12 = i2; } } else { i18 = HEAP32[i8 >> 2] | 0; i24 = 0; - i15 = i1; + i12 = i1; } - i2 = i18 + i15 | 0; + i2 = i18 + i12 | 0; i3 = __ZNSt3__114__num_put_base18__identify_paddingEPcS1_RKNS_8ios_baseE(i18, i2, i21) | 0; if ((i18 | 0) != (i10 | 0)) { - i1 = _malloc(i15 << 3) | 0; + i1 = _malloc(i12 << 3) | 0; if (!i1) __ZSt17__throw_bad_allocv(); else { i19 = i18; i22 = i1; @@ -46858,14 +47422,14 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i25 = 0; } i1 = __ZNKSt3__18ios_base6getlocEv(i21) | 0; - HEAP32[i13 >> 2] = i1; - __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_6localeE(i19, i3, i2, i22, i17, i16, i13); + HEAP32[i17 >> 2] = i1; + __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_6localeE(i19, i3, i2, i22, i14, i13, i17); __ZNSt3__114__shared_count16__release_sharedEv(i1) | 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[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[i26 >> 2] = i1; if (i25 | 0) _free(i25); _free(i24); @@ -46873,113 +47437,22 @@ 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; - i9 = HEAP32[i1 + 8 >> 2] | 0; - i2 = i9 * 33 ^ 5381; + i8 = HEAP32[i1 + 8 >> 2] | 0; + i2 = i8 * 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) { - i10 = i7 + -1 | 0; - i8 = (i10 & i7 | 0) == 0; - if (i8) i3 = i10 & i2; else i3 = (i2 >>> 0) % (i7 >>> 0) | 0; + i9 = i7 + -1 | 0; + i10 = (i9 & i7 | 0) == 0; + if (i10) i3 = i9 & 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; @@ -46988,12 +47461,12 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ break L1; } i2 = HEAP32[i4 + 4 >> 2] | 0; - if (i8) i2 = i2 & i10; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; + if (i10) i2 = i2 & i9; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; if ((i2 | 0) != (i3 | 0)) { i11 = 12; break L1; } - if ((HEAP32[i4 + 8 >> 2] | 0) == (i9 | 0)) { + if ((HEAP32[i4 + 8 >> 2] | 0) == (i8 | 0)) { i2 = 0; i1 = i4; break; @@ -47005,12 +47478,12 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ } while (0); if ((i11 | 0) == 12) { i8 = i15 + 12 | 0; - d5 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); - d6 = +HEAPF32[i15 + 16 >> 2]; - do if (i12 | d5 > +(i7 >>> 0) * d6) { + d6 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); + d5 = +HEAPF32[i15 + 16 >> 2]; + do if (i12 | d6 > +(i7 >>> 0) * d5) { if (i7 >>> 0 > 2) i2 = (i7 + -1 & i7 | 0) == 0; else i2 = 0; i4 = (i2 & 1 | i7 << 1) ^ 1; - i2 = ~~+Math_ceil(+(d5 / d6)) >>> 0; + i2 = ~~+Math_ceil(+(d6 / d5)) >>> 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; @@ -47059,58 +47532,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; - i12 = i18 + 76 | 0; + i16 = i18 + 76 | 0; i7 = i18 + 48 | 0; i6 = i18 + 32 | 0; i3 = i18 + 24 | 0; i2 = i18 + 8 | 0; - i5 = i18; + i4 = i18; i10 = i18 + 138 | 0; i8 = i18 + 72 | 0; i11 = i18 + 80 | 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, 32872, HEAP32[i22 + 4 >> 2] | 0) | 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; HEAP32[i8 >> 2] = i10; i1 = __ZNSt3__16__clocEv() | 0; - if (i4) { + if (i5) { HEAP32[i2 >> 2] = HEAP32[i22 + 8 >> 2]; HEAPF64[i2 + 8 >> 3] = d9; - i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i5, i2) | 0; + i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i4, i2) | 0; } else { HEAPF64[i3 >> 3] = d9; - i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i5, i3) | 0; + i1 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i10, 30, i1, i4, i3) | 0; } if ((i1 | 0) > 29) { i1 = __ZNSt3__16__clocEv() | 0; - if (i4) { + if (i5) { HEAP32[i6 >> 2] = HEAP32[i22 + 8 >> 2]; HEAPF64[i6 + 8 >> 3] = d9; - i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i5, i6) | 0; + i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i4, i6) | 0; } else { HEAPF64[i7 >> 3] = d9; - i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i5, i7) | 0; + i2 = __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i8, i1, i4, i7) | 0; } i1 = HEAP32[i8 >> 2] | 0; if (!i1) __ZSt17__throw_bad_allocv(); else { i19 = i1; i23 = i1; - i15 = i2; + i12 = i2; } } else { i19 = HEAP32[i8 >> 2] | 0; i23 = 0; - i15 = i1; + i12 = i1; } - i2 = i19 + i15 | 0; + i2 = i19 + i12 | 0; i3 = __ZNSt3__114__num_put_base18__identify_paddingEPcS1_RKNS_8ios_baseE(i19, i2, i22) | 0; if ((i19 | 0) != (i10 | 0)) { - i1 = _malloc(i15 << 1) | 0; + i1 = _malloc(i12 << 1) | 0; if (!i1) __ZSt17__throw_bad_allocv(); else { i20 = i19; i24 = i1; @@ -47122,109 +47595,20 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i25 = 0; } i19 = __ZNKSt3__18ios_base6getlocEv(i22) | 0; - 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); + 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); __ZNSt3__114__shared_count16__release_sharedEv(i19) | 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; + 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; _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; @@ -47282,7 +47666,7 @@ function __ZNSt3__19__num_getIwE19__stage2_float_loopEwRbRcPcRS4_wwRKNS_12basic_ i2 = i1 - i5 | 0; i1 = i2 >> 2; if ((i2 | 0) <= 124) { - i3 = HEAP8[32623 + i1 >> 0] | 0; + i3 = HEAP8[32649 + i1 >> 0] | 0; switch (i1 | 0) { case 24: case 25: @@ -47327,63 +47711,63 @@ function __ZNSt3__19__num_getIwE19__stage2_float_loopEwRbRcPcRS4_wwRKNS_12basic_ function _load_asm2wasm(i1) { i1 = i1 | 0; - var d2 = 0.0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0; + var i2 = 0, i3 = 0, d4 = 0.0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i5 = i8 + 24 | 0; - i4 = i8 + 28 | 0; + i6 = i8 + 24 | 0; + i3 = i8 + 28 | 0; i7 = i8 + 4 | 0; - i6 = i8; + i5 = i8; __ZL12prepare2wasmv(); - HEAP8[i4 >> 0] = 0; - i1 = __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) | 0; - if (HEAP8[42364] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 13994) | 0; + HEAP8[i3 >> 0] = 0; + i1 = __ZN4wasm20Asm2WasmPreProcessor7processEPc(i3, i1) | 0; + if (HEAP8[42388] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 13994) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEEC2Ev(i7); - i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseToplevelEPc(i7, i1) | 0; + i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseToplevelEPc(i7, i1) | 0; i10 = __Znwj(164) | 0; _memset(i10 | 0, 0, 164) | 0; __ZN4wasm16AllocatingModuleC2Ev(i10); - HEAP32[9592] = i10; + HEAP32[9598] = i10; i10 = _emscripten_asm_const_i(0) | 0; - i9 = HEAP32[9592] | 0; + i9 = HEAP32[9598] | 0; HEAP32[i9 + 108 >> 2] = i10; - i1 = HEAP8[i4 >> 0] | 0; + i1 = HEAP8[i3 >> 0] | 0; HEAP32[i9 + 112 >> 2] = i1 << 24 >> 24 == 0 ? i10 : -1; - if (HEAP8[42364] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 14052) | 0; + if (HEAP8[42388] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 14052) | 0; i10 = __Znwj(120) | 0; - __ZN4wasm15Asm2WasmBuilderC2ERNS_16AllocatingModuleEbi(i10, HEAP32[9592] | 0, i1 << 24 >> 24 != 0, HEAP32[9587] | 0); - HEAP32[9588] = i10; - HEAP32[i6 >> 2] = i3; - HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - __ZN4wasm15Asm2WasmBuilder10processAsmEN6cashew3RefE(i10, i5); - if (HEAP8[42364] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 14064) | 0; - __ZN4wasm15Asm2WasmBuilder8optimizeEv(HEAP32[9588] | 0); - if (HEAP8[42364] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 14079) | 0; - i4 = HEAP32[9588] | 0; - i1 = i4 + 52 | 0; - i4 = HEAP32[i4 + 48 >> 2] | 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; L13 : while (1) { - if ((i4 | 0) == (i1 | 0)) { + if ((i2 | 0) == (i3 | 0)) { i1 = 11; break; } - L16 : do if (HEAP8[i4 + 28 >> 0] | 0) { - d2 = +_emscripten_asm_const_dii(1, HEAP32[i4 + 32 >> 2] | 0, HEAP32[i4 + 36 >> 2] | 0); - i3 = HEAP32[i4 + 20 >> 2] | 0; - switch (HEAP32[i4 + 24 >> 2] | 0) { + 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) { case 1: { - _emscripten_asm_const_iid(2, i3 | 0, +d2) | 0; + _emscripten_asm_const_iid(2, i1 | 0, +d4) | 0; break L16; } case 3: { - _emscripten_asm_const_iid(3, i3 | 0, +d2) | 0; + _emscripten_asm_const_iid(3, i1 | 0, +d4) | 0; break L16; } case 4: { - _emscripten_asm_const_iid(4, i3 | 0, +d2) | 0; + _emscripten_asm_const_iid(4, i1 | 0, +d4) | 0; break L16; } default: @@ -47393,7 +47777,7 @@ function _load_asm2wasm(i1) { } } } while (0); - i4 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i4) | 0; + i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; } if ((i1 | 0) == 11) { __ZNSt3__113__vector_baseINS_6vectorIN6cashew6ParserINS2_3RefENS2_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS7_EEEENS8_ISA_EEED2Ev(i7); @@ -47402,59 +47786,142 @@ function _load_asm2wasm(i1) { } else if ((i1 | 0) == 17) _abort(); } -function __ZN4wasm12FunctionType5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjb(i5, i9, i1, i8) { - i5 = i5 | 0; - i9 = i9 | 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; + 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; - var i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0; + i1 = i1 | 0; + i7 = i7 | 0; + var i2 = 0, i3 = 0, i4 = 0, i6 = 0, i9 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i6 + 4 | 0; - i2 = i6; - if (i8) { - i4 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i9, 12779, 0) | 0, 32) | 0; - HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i1) | 0, 18169) | 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(i9, 32) | 0; - __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i9, 12725) | 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; - i3 = HEAP32[i2 >> 2] | 0; + i1 = HEAP32[i2 >> 2] | 0; L6 : while (1) { - if ((i3 | 0) == (i4 | 0)) { + if ((i1 | 0) == (i4 | 0)) { i1 = 6; break; } - i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i9, 32) | 0; - switch (HEAP32[i3 >> 2] | 0) { + i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 32) | 0; + switch (HEAP32[i1 >> 2] | 0) { case 0: { - i1 = 17406; + i3 = 17406; break; } case 1: { - i1 = 17411; + i3 = 17411; break; } case 2: { - i1 = 17415; + i3 = 17415; break; } case 3: { - i1 = 17419; + i3 = 17419; break; } case 4: { - i1 = 17423; + i3 = 17423; break; } default: @@ -47463,52 +47930,52 @@ function __ZN4wasm12FunctionType5printERNSt3__113basic_ostreamIcNS1_11char_trait break L6; } } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i1) | 0; - i3 = i3 + 4 | 0; + __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(i9, 41) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 41) | 0; break; } } while (0); - i1 = i5 + 4 | 0; - if (HEAP32[i1 >> 2] | 0) { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i9, 32) | 0; - i2 = __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i9, 18176) | 0; - switch (HEAP32[i1 >> 2] | 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: { - i7 = 17406; + i9 = 17406; break; } case 1: { - i7 = 17411; + i9 = 17411; break; } case 2: { - i7 = 17415; + i9 = 17415; break; } case 3: { - i7 = 17419; + i9 = 17419; break; } case 4: { - i7 = 17423; + i9 = 17423; break; } default: {} } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i7) | 0, 41) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, i9) | 0, 41) | 0; } - if (i8) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i9, 18184) | 0; + if (i7) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i8, 18184) | 0; STACKTOP = i6; - return i9 | 0; + return i8 | 0; } function __ZN4wasm11MergeBlocks10visitBlockEPNS_5BlockE(i1, i2) { @@ -47518,41 +47985,41 @@ function __ZN4wasm11MergeBlocks10visitBlockEPNS_5BlockE(i1, i2) { i15 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i14 = i15 + 4 | 0; - i13 = i15; - i12 = i2 + 12 | 0; + i12 = i15; + i13 = i2 + 12 | 0; i7 = i2 + 16 | 0; i8 = i14 + 4 | 0; i9 = i14 + 8 | 0; i10 = i14 + 8 | 0; - i11 = (i12 | 0) == (i14 | 0); + i11 = (i13 | 0) == (i14 | 0); i1 = 0; while (1) { - i2 = HEAP32[i12 >> 2] | 0; + i2 = HEAP32[i13 >> 2] | 0; if (i1 >>> 0 >= (HEAP32[i7 >> 2] | 0) - i2 >> 2 >>> 0) break; - i5 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i2 + (i1 << 2) >> 2] | 0) | 0; - if (i5 | 0 ? (HEAP32[i5 + 8 >> 2] | 0) == 0 : 0) { + i6 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(HEAP32[i2 + (i1 << 2) >> 2] | 0) | 0; + if (i6 | 0 ? (HEAP32[i6 + 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; - 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]; + 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]; HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; } i4 = i4 + 1 | 0; } - i6 = HEAP32[i5 + 16 >> 2] | 0; - i4 = HEAP32[i5 + 12 >> 2] | 0; + i5 = HEAP32[i6 + 16 >> 2] | 0; + i4 = HEAP32[i6 + 12 >> 2] | 0; while (1) { - if ((i4 | 0) == (i6 | 0)) break; + if ((i4 | 0) == (i5 | 0)) break; i2 = HEAP32[i4 >> 2] | 0; - HEAP32[i13 >> 2] = i2; + HEAP32[i12 >> 2] = i2; i3 = HEAP32[i8 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i10 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i14, i13); else { + if ((i3 | 0) == (HEAP32[i10 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i14, i12); else { HEAP32[i3 >> 2] = i2; HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + 4; } @@ -47560,20 +48027,20 @@ function __ZN4wasm11MergeBlocks10visitBlockEPNS_5BlockE(i1, i2) { } while (1) { i1 = i1 + 1 | 0; - i2 = HEAP32[i12 >> 2] | 0; + i2 = HEAP32[i13 >> 2] | 0; if (i1 >>> 0 >= (HEAP32[i7 >> 2] | 0) - i2 >> 2 >>> 0) break; - 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); + 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); continue; } else { - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i3 >> 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_(i12, 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_(i13, HEAP32[i14 >> 2] | 0, HEAP32[i8 >> 2] | 0); __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i14); i1 = 0; continue; @@ -47587,7 +48054,7 @@ function __ZN4wasm11MergeBlocks10visitBlockEPNS_5BlockE(i1, i2) { function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27822, 27572, 1310, 27827); + if (!i1) ___assert_fail(27848, 27598, 1701, 27853); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -47693,7 +48160,7 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnus function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27822, 27572, 1310, 27827); + if (!i1) ___assert_fail(27848, 27598, 1701, 27853); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -47796,59 +48263,59 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_15RemoveUnus return; } -function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i15, i14, i6) { +function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i15, i14, i4) { i15 = i15 | 0; i14 = i14 | 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; + 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; i16 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i16; + i6 = i16; HEAP8[i15 >> 0] = 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; + 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; if (i1 | 0) __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i1) | 0; - 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, 40436) | 0; - __ZNSt3__16localeD2Ev(i4); + 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); i1 = HEAP32[i14 + (HEAP32[(HEAP32[i14 >> 2] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; - i4 = i5 + 8 | 0; + i12 = i12 + 8 | 0; + i4 = i1; + i13 = (i1 | 0) == 0; + i10 = i4 + 12 | 0; + i8 = i4 + 16 | 0; i5 = i1; - i6 = (i1 | 0) == 0; - i7 = i5 + 12 | 0; - i8 = i5 + 16 | 0; - i9 = i1; i2 = i1; - i10 = i2 + 12 | 0; - i11 = i2 + 16 | 0; - i12 = i1; - i13 = i1; + i11 = i2 + 12 | 0; + i9 = i2 + 16 | 0; + i6 = i1; + i7 = i1; while (1) { - if (i6) { + if (i13) { i2 = 0; i1 = 0; break; } - if ((HEAP32[i7 >> 2] | 0) == (HEAP32[i8 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i9 >> 2] | 0) + 36 >> 2] & 127](i5) | 0) == -1 : 0) { + if ((HEAP32[i10 >> 2] | 0) == (HEAP32[i8 >> 2] | 0) ? (FUNCTION_TABLE_ii[HEAP32[(HEAP32[i5 >> 2] | 0) + 36 >> 2] & 127](i4) | 0) == -1 : 0) { i2 = 0; i1 = 0; break; } - 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; + 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; if ((i3 & 255) << 24 >> 24 <= -1) break; - 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; + 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; continue; } else { - HEAP32[i10 >> 2] = i3 + 1; + HEAP32[i11 >> 2] = i3 + 1; continue; } } @@ -47861,7 +48328,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] = i3 | (HEAP32[i1 + 24 >> 2] | 0) == 0 | 4; + } else HEAP32[i2 >> 2] = i1 | (HEAP32[i3 + 24 >> 2] | 0) == 0 | 4; STACKTOP = i16; return; } @@ -47869,7 +48336,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(27822, 27572, 1310, 27827); + if (!i1) ___assert_fail(27848, 27598, 1701, 27853); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -47975,7 +48442,7 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14SimplifyLo function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27822, 27572, 1310, 27827); + if (!i1) ___assert_fail(27848, 27598, 1701, 27853); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -48087,7 +48554,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; - i10 = i21 + 296 | 0; + i14 = i21 + 296 | 0; i5 = i21 + 32 | 0; i3 = i21 + 24 | 0; i2 = i21 + 8 | 0; @@ -48095,14 +48562,14 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i8 = i21 + 300 | 0; i6 = i21 + 292 | 0; i9 = i21 + 64 | 0; - i15 = i21 + 60 | 0; - i14 = i21 + 56 | 0; - i11 = i21 + 52 | 0; - i12 = i21 + 48 | 0; + i12 = i21 + 60 | 0; + i11 = i21 + 56 | 0; + i15 = i21 + 52 | 0; + i13 = 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, 46453, HEAP32[i19 + 4 >> 2] | 0) | 0; + i25 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 46477, HEAP32[i19 + 4 >> 2] | 0) | 0; HEAP32[i6 >> 2] = i8; i1 = __ZNSt3__16__clocEv() | 0; if (i25) { @@ -48122,17 +48589,17 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 if (!i1) __ZSt17__throw_bad_allocv(); else { i16 = i1; i22 = i1; - i13 = i2; + i10 = i2; } } else { i16 = HEAP32[i6 >> 2] | 0; i22 = 0; - i13 = i1; + i10 = i1; } - i2 = i16 + i13 | 0; + i2 = i16 + i10 | 0; i3 = __ZNSt3__114__num_put_base18__identify_paddingEPcS1_RKNS_8ios_baseE(i16, i2, i19) | 0; if ((i16 | 0) != (i8 | 0)) { - i1 = _malloc(i13 << 3) | 0; + i1 = _malloc(i10 << 3) | 0; if (!i1) __ZSt17__throw_bad_allocv(); else { i17 = i16; i20 = i1; @@ -48144,14 +48611,14 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 i23 = 0; } i25 = __ZNKSt3__18ios_base6getlocEv(i19) | 0; - HEAP32[i11 >> 2] = i25; - __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_6localeE(i17, i3, i2, i20, i15, i14, i11); + HEAP32[i15 >> 2] = i25; + __ZNSt3__19__num_putIwE23__widen_and_group_floatEPcS2_S2_PwRS3_S4_RKNS_6localeE(i17, i3, i2, i20, i12, i11, i15); __ZNSt3__114__shared_count16__release_sharedEv(i25) | 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[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[i24 >> 2] = i1; if (i23 | 0) _free(i23); _free(i22); @@ -48159,10 +48626,100 @@ 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) { + 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; + } + 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; + break; + } + if (!(HEAP16[(HEAP32[i4 >> 2] | 0) + (i2 << 24 >> 24 << 1) >> 1] & 8192)) { + i2 = i1; + 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; + } + } + 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 __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEEEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27822, 27572, 1310, 27827); + if (!i1) ___assert_fail(27848, 27598, 1701, 27853); do switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -48274,7 +48831,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; - i10 = i16 + 68 | 0; + i14 = i16 + 68 | 0; i5 = i16 + 32 | 0; i3 = i16 + 24 | 0; i2 = i16 + 8 | 0; @@ -48282,14 +48839,14 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i8 = i16 + 130 | 0; i6 = i16 + 64 | 0; i9 = i16 + 72 | 0; - i15 = i16 + 60 | 0; - i14 = i16 + 56 | 0; - i11 = i16 + 52 | 0; - i12 = i16 + 48 | 0; + i12 = i16 + 60 | 0; + i11 = i16 + 56 | 0; + i15 = i16 + 52 | 0; + i13 = 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, 46453, HEAP32[i20 + 4 >> 2] | 0) | 0; + i25 = __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i4 + 1 | 0, 46477, HEAP32[i20 + 4 >> 2] | 0) | 0; HEAP32[i6 >> 2] = i8; i1 = __ZNSt3__16__clocEv() | 0; if (i25) { @@ -48309,17 +48866,17 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 if (!i1) __ZSt17__throw_bad_allocv(); else { i17 = i1; i21 = i1; - i13 = i2; + i10 = i2; } } else { i17 = HEAP32[i6 >> 2] | 0; i21 = 0; - i13 = i1; + i10 = i1; } - i2 = i17 + i13 | 0; + i2 = i17 + i10 | 0; i3 = __ZNSt3__114__num_put_base18__identify_paddingEPcS1_RKNS_8ios_baseE(i17, i2, i20) | 0; if ((i17 | 0) != (i8 | 0)) { - i1 = _malloc(i13 << 1) | 0; + i1 = _malloc(i10 << 1) | 0; if (!i1) __ZSt17__throw_bad_allocv(); else { i18 = i17; i22 = i1; @@ -48331,14 +48888,14 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 i23 = 0; } i25 = __ZNKSt3__18ios_base6getlocEv(i20) | 0; - 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); + 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); __ZNSt3__114__shared_count16__release_sharedEv(i25) | 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; + 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; _free(i23); _free(i21); STACKTOP = i16; @@ -48367,31 +48924,31 @@ function __ZNSt3__110__stdinbufIcE9__getcharEb(i11, i14) { i1 = HEAP32[i11 + 44 >> 2] | 0; i1 = (i1 | 0) > 1 ? i1 : 1; i10 = i11 + 32 | 0; - i3 = 0; + i2 = 0; while (1) { - if ((i3 | 0) >= (i1 | 0)) { + if ((i2 | 0) >= (i1 | 0)) { i15 = 8; break; } - i2 = _getc(HEAP32[i10 >> 2] | 0) | 0; - if ((i2 | 0) == -1) { + i3 = _getc(HEAP32[i10 >> 2] | 0) | 0; + if ((i3 | 0) == -1) { i1 = -1; break; } - HEAP8[i13 + i3 >> 0] = i2; - i3 = i3 + 1 | 0; + HEAP8[i13 + i2 >> 0] = i3; + i2 = i2 + 1 | 0; } if ((i15 | 0) == 8) { do if (!(HEAP8[i11 + 53 >> 0] | 0)) { - i5 = i11 + 40 | 0; - i6 = i11 + 36 | 0; + i6 = i11 + 40 | 0; + i5 = i11 + 36 | 0; i7 = i12 + 1 | 0; L11 : while (1) { - i17 = HEAP32[i5 >> 2] | 0; - i3 = i17; - i2 = HEAP32[i3 >> 2] | 0; - i3 = HEAP32[i3 + 4 >> 2] | 0; - i18 = HEAP32[i6 >> 2] | 0; + i17 = HEAP32[i6 >> 2] | 0; + i2 = i17; + i3 = HEAP32[i2 >> 2] | 0; + i2 = HEAP32[i2 + 4 >> 2] | 0; + i18 = HEAP32[i5 >> 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: @@ -48409,9 +48966,9 @@ function __ZNSt3__110__stdinbufIcE9__getcharEb(i11, i14) { default: break L11; } - i18 = HEAP32[i5 >> 2] | 0; - HEAP32[i18 >> 2] = i2; - HEAP32[i18 + 4 >> 2] = i3; + i18 = HEAP32[i6 >> 2] | 0; + HEAP32[i18 >> 2] = i3; + HEAP32[i18 + 4 >> 2] = i2; if ((i1 | 0) == 8) { i15 = 17; break; @@ -48500,14 +49057,14 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE break; } i1 = HEAP32[i6 >> 2] | 0; - i2 = i1 + 12 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 16 >> 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; i1 = HEAP32[i6 >> 2] | 0; if (!i1) i1 = 0; else i5 = 21; } else { - HEAP32[i2 >> 2] = i3 + 1; + HEAP32[i3 >> 2] = i2 + 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) { @@ -48538,17 +49095,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; - i9 = HEAP32[i1 + 8 >> 2] | 0; - i2 = i9 * 33 ^ 5381; + i8 = HEAP32[i1 + 8 >> 2] | 0; + i2 = i8 * 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) { - i10 = i7 + -1 | 0; - i8 = (i10 & i7 | 0) == 0; - if (i8) i3 = i10 & i2; else i3 = (i2 >>> 0) % (i7 >>> 0) | 0; + i9 = i7 + -1 | 0; + i10 = (i9 & i7 | 0) == 0; + if (i10) i3 = i9 & 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; @@ -48557,12 +49114,12 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 break L1; } i2 = HEAP32[i4 + 4 >> 2] | 0; - if (i8) i2 = i2 & i10; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; + if (i10) i2 = i2 & i9; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; if ((i2 | 0) != (i3 | 0)) { i11 = 12; break L1; } - if ((HEAP32[i4 + 8 >> 2] | 0) == (i9 | 0)) { + if ((HEAP32[i4 + 8 >> 2] | 0) == (i8 | 0)) { i2 = 0; i1 = i4; break; @@ -48574,12 +49131,12 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 } while (0); if ((i11 | 0) == 12) { i8 = i15 + 12 | 0; - d5 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); - d6 = +HEAPF32[i15 + 16 >> 2]; - do if (i12 | d5 > +(i7 >>> 0) * d6) { + d6 = +(((HEAP32[i8 >> 2] | 0) + 1 | 0) >>> 0); + d5 = +HEAPF32[i15 + 16 >> 2]; + do if (i12 | d6 > +(i7 >>> 0) * d5) { if (i7 >>> 0 > 2) i2 = (i7 + -1 & i7 | 0) == 0; else i2 = 0; i4 = (i2 & 1 | i7 << 1) ^ 1; - i2 = ~~+Math_ceil(+(d5 / d6)) >>> 0; + i2 = ~~+Math_ceil(+(d6 / d5)) >>> 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; @@ -48619,85 +49176,6 @@ 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, 23908) | 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(23796, 22821, 692, 23852); else if ((i15 | 0) == 5) ___assert_fail(23868, 22821, 695, 23852); else if ((i15 | 0) == 7) ___assert_fail(23335, 22821, 698, 23852); 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; @@ -48720,31 +49198,31 @@ function __ZNSt3__110__stdinbufIwE9__getcharEb(i11, i14) { i1 = HEAP32[i11 + 44 >> 2] | 0; i1 = (i1 | 0) > 1 ? i1 : 1; i10 = i11 + 32 | 0; - i3 = 0; + i2 = 0; while (1) { - if ((i3 | 0) >= (i1 | 0)) { + if ((i2 | 0) >= (i1 | 0)) { i15 = 8; break; } - i2 = _getc(HEAP32[i10 >> 2] | 0) | 0; - if ((i2 | 0) == -1) { + i3 = _getc(HEAP32[i10 >> 2] | 0) | 0; + if ((i3 | 0) == -1) { i1 = -1; break; } - HEAP8[i13 + i3 >> 0] = i2; - i3 = i3 + 1 | 0; + HEAP8[i13 + i2 >> 0] = i3; + i2 = i2 + 1 | 0; } if ((i15 | 0) == 8) { do if (!(HEAP8[i11 + 53 >> 0] | 0)) { - i5 = i11 + 40 | 0; - i6 = i11 + 36 | 0; + i6 = i11 + 40 | 0; + i5 = i11 + 36 | 0; i7 = i12 + 4 | 0; L11 : while (1) { - i17 = HEAP32[i5 >> 2] | 0; - i3 = i17; - i2 = HEAP32[i3 >> 2] | 0; - i3 = HEAP32[i3 + 4 >> 2] | 0; - i18 = HEAP32[i6 >> 2] | 0; + i17 = HEAP32[i6 >> 2] | 0; + i2 = i17; + i3 = HEAP32[i2 >> 2] | 0; + i2 = HEAP32[i2 + 4 >> 2] | 0; + i18 = HEAP32[i5 >> 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: @@ -48762,9 +49240,9 @@ function __ZNSt3__110__stdinbufIwE9__getcharEb(i11, i14) { default: break L11; } - i18 = HEAP32[i5 >> 2] | 0; - HEAP32[i18 >> 2] = i2; - HEAP32[i18 + 4 >> 2] = i3; + i18 = HEAP32[i6 >> 2] | 0; + HEAP32[i18 >> 2] = i3; + HEAP32[i18 + 4 >> 2] = i2; if ((i1 | 0) == 8) { i15 = 17; break; @@ -48808,6 +49286,85 @@ 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; @@ -48817,173 +49374,95 @@ 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; - i12 = i15 + 28 | 0; + i13 = i15 + 28 | 0; i2 = i15 + 24 | 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[9632] | 0)) if ((i7 | 0) != (HEAP32[9633] | 0)) if ((i7 | 0) != (HEAP32[9647] | 0)) if ((i7 | 0) != (HEAP32[9635] | 0)) if ((i7 | 0) != (HEAP32[9634] | 0)) if ((i7 | 0) != (HEAP32[9636] | 0)) if ((i7 | 0) != (HEAP32[9649] | 0)) if ((i7 | 0) != (HEAP32[9648] | 0)) if ((i7 | 0) != (HEAP32[9650] | 0)) if ((i7 | 0) != (HEAP32[9643] | 0)) if ((i7 | 0) != (HEAP32[9644] | 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)) { i4 = HEAP32[i4 >> 2] | 0; HEAP32[i2 >> 2] = i4; - 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; + 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; } - if ((i7 | 0) == (HEAP32[9645] | 0)) { - i11 = i2 ? (i1 ? 4 : 3) : 13; + if ((i5 | 0) == (HEAP32[9651] | 0)) { + i14 = i2 ? (i1 ? 4 : 3) : 13; break; } - if ((i7 | 0) == (HEAP32[9646] | 0)) { - i11 = i2 & i1 ? 6 : 5; + if ((i5 | 0) == (HEAP32[9652] | 0)) { + i14 = i2 & i1 ? 6 : 5; break; } - if ((i7 | 0) == (HEAP32[9640] | 0)) { - i11 = i2 ? (i1 ? 26 : 25) : 30; + if ((i5 | 0) == (HEAP32[9646] | 0)) { + i14 = i2 ? (i1 ? 26 : 25) : 30; break; } - if ((i7 | 0) == (HEAP32[9642] | 0)) { - i11 = i2 ? (i1 ? 24 : 23) : 29; + if ((i5 | 0) == (HEAP32[9648] | 0)) { + i14 = i2 ? (i1 ? 24 : 23) : 29; break; } - if ((i7 | 0) == (HEAP32[9641] | 0)) { - i11 = i2 ? (i1 ? 22 : 21) : 28; + if ((i5 | 0) == (HEAP32[9647] | 0)) { + i14 = i2 ? (i1 ? 22 : 21) : 28; break; } - if ((i7 | 0) == (HEAP32[9639] | 0)) { + if ((i5 | 0) == (HEAP32[9645] | 0)) { STACKTOP = i15; return (i2 ? (i1 ? 20 : 19) : 27) | 0; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i13, 22001, 18); - HEAP32[i14 >> 2] = i8; - HEAP32[i12 >> 2] = HEAP32[i14 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew7IStringE(i13, i12); + __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); } - } else i11 = 18; else i11 = 17; else i11 = 11; else i11 = 12; else i11 = 10; else i11 = 9; else i11 = 8; else i11 = 7; else i11 = 2; else i11 = 1; else i11 = 0; while (0); + } else 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); STACKTOP = i15; - return i11 | 0; + return i14 | 0; } -function __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i9, i5, i6) { +function __ZN4wasm15Asm2WasmBuilder13detectAsmTypeEN6cashew3RefEP7AsmData(i9, i4, i6) { i9 = i9 | 0; - i5 = i5 | 0; + i4 = i4 | 0; i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0; + 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 + 12 | 0; - i1 = i11 + 8 | 0; - i2 = i11 + 4 | 0; + i7 = i11 + 12 | 0; + i2 = i11 + 8 | 0; + i1 = i11 + 4 | 0; i3 = i11; - do if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 38404) | 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) { + 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) { i10 = 11; break; } i1 = i9 + 48 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i1, i8) | 0) == (i9 + 52 | 0)) ___assert_fail(21358, 13029, 270, 22078); else { - i7 = (__ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i1, i8) | 0) + 4 | 0; - i7 = __ZN4wasm13wasmToAsmTypeENS_8WasmTypeE(HEAP32[i7 >> 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, 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; break; } - } else if ((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 38452) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i5, 1) | 0, 0) | 0, 38404) | 0 : 0) ? (i4 = __ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i5, 1) | 0, 1) | 0, i4 = __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i9 + 60 | 0, __ZN6cashew5Value10getIStringEv(HEAP32[i4 >> 2] | 0) | 0) | 0, (i4 | 0) != (i9 + 64 | 0)) : 0) i7 = HEAP32[i4 + 28 >> 2] | 0; else i10 = 11; while (0); + } else if ((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(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); if ((i10 | 0) == 11) { - HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; HEAP32[i3 >> 2] = HEAP32[i9 + 80 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i8 >> 2] = HEAP32[i3 >> 2]; - i7 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i1, i6, 0, i8) | 0; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i7 >> 2] = HEAP32[i3 >> 2]; + i8 = __Z10detectTypeN6cashew3RefEP7AsmDatabNS_7IStringE(i2, i6, 0, i7) | 0; } STACKTOP = i11; - 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; + return i8 | 0; } function __ZNSt3__1L12ucs4_to_utf8EPKjS1_RS1_PhS3_RS3_mNS_12codecvt_modeE(i1, i8, i9, i4, i2, i10, i7, i3) { @@ -49086,67 +49565,71 @@ function __ZNSt3__1L12ucs4_to_utf8EPKjS1_RS1_PhS3_RS3_mNS_12codecvt_modeE(i1, i8 return i1 | 0; } -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, 13001, 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 __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 __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitStoreEPNS_5StoreE(i1, i4, i2) { @@ -49202,73 +49685,6 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function __ZNSt3__18ios_base4InitC2Ev(i1) { - i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0; - i3 = HEAP32[1066] | 0; - __ZNSt3__110__stdinbufIcEC2EP8_IO_FILEP11__mbstate_t(40068, i3, 40124); - HEAP32[9847] = 8608; - HEAP32[9849] = 8628; - HEAP32[9848] = 0; - __ZNSt3__18ios_base4initEPv(39396, 40068); - HEAP32[9867] = 0; - HEAP32[9868] = -1; - i2 = HEAP32[1036] | 0; - __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(40172, i2, 40132); - HEAP32[9869] = 8688; - HEAP32[9870] = 8708; - __ZNSt3__18ios_base4initEPv(39480, 40172); - HEAP32[9888] = 0; - HEAP32[9889] = -1; - i1 = HEAP32[1007] | 0; - __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(40220, i1, 40140); - HEAP32[9890] = 8688; - HEAP32[9891] = 8708; - __ZNSt3__18ios_base4initEPv(39564, 40220); - HEAP32[9909] = 0; - HEAP32[9910] = -1; - i4 = HEAP32[39560 + (HEAP32[(HEAP32[9890] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; - HEAP32[9911] = 8688; - HEAP32[9912] = 8708; - __ZNSt3__18ios_base4initEPv(39648, i4); - HEAP32[9930] = 0; - HEAP32[9931] = -1; - HEAP32[39388 + (HEAP32[(HEAP32[9847] | 0) + -12 >> 2] | 0) + 72 >> 2] = 39476; - i4 = 39560 + (HEAP32[(HEAP32[9890] | 0) + -12 >> 2] | 0) + 4 | 0; - HEAP32[i4 >> 2] = HEAP32[i4 >> 2] | 8192; - HEAP32[39560 + (HEAP32[(HEAP32[9890] | 0) + -12 >> 2] | 0) + 72 >> 2] = 39476; - __ZNSt3__110__stdinbufIwEC2EP8_IO_FILEP11__mbstate_t(40268, i3, 40148); - HEAP32[9932] = 8648; - HEAP32[9934] = 8668; - HEAP32[9933] = 0; - __ZNSt3__18ios_base4initEPv(39736, 40268); - HEAP32[9952] = 0; - HEAP32[9953] = -1; - __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(40324, i2, 40156); - HEAP32[9954] = 8728; - HEAP32[9955] = 8748; - __ZNSt3__18ios_base4initEPv(39820, 40324); - HEAP32[9973] = 0; - HEAP32[9974] = -1; - __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(40372, i1, 40164); - HEAP32[9975] = 8728; - HEAP32[9976] = 8748; - __ZNSt3__18ios_base4initEPv(39904, 40372); - HEAP32[9994] = 0; - HEAP32[9995] = -1; - i1 = HEAP32[39900 + (HEAP32[(HEAP32[9975] | 0) + -12 >> 2] | 0) + 24 >> 2] | 0; - HEAP32[9996] = 8728; - HEAP32[9997] = 8748; - __ZNSt3__18ios_base4initEPv(39988, i1); - HEAP32[10015] = 0; - HEAP32[10016] = -1; - HEAP32[39728 + (HEAP32[(HEAP32[9932] | 0) + -12 >> 2] | 0) + 72 >> 2] = 39816; - i1 = 39900 + (HEAP32[(HEAP32[9975] | 0) + -12 >> 2] | 0) + 4 | 0; - HEAP32[i1 >> 2] = HEAP32[i1 >> 2] | 8192; - HEAP32[39900 + (HEAP32[(HEAP32[9975] | 0) + -12 >> 2] | 0) + 72 >> 2] = 39816; - return; -} - function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitSelectEPNS_6SelectE(i1, i6, i3) { i1 = i1 | 0; i6 = i6 | 0; @@ -49285,7 +49701,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect if (!(HEAP32[i4 + 16 >> 2] | 0)) { __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i6, HEAP32[i3 + 16 >> 2] | 0); if (!(HEAP32[i2 + 16 >> 2] | 0)) { - i6 = (__ZN4wasm7Literal6geti32Ev(i2) | 0) != 0; + i6 = (__ZNK4wasm7Literal6geti32Ev(i2) | 0) != 0; i6 = i6 ? i5 : i4; HEAP32[i1 >> 2] = HEAP32[i6 >> 2]; HEAP32[i1 + 4 >> 2] = HEAP32[i6 + 4 >> 2]; @@ -49321,7 +49737,90 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function _pop_arg_529(i2, i3, i1) { +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) { i2 = i2 | 0; i3 = i3 | 0; i1 = i1 | 0; @@ -49431,6 +49930,68 @@ function _pop_arg_529(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; @@ -49438,41 +49999,41 @@ function __ZN4wasm15Asm2WasmBuilder8optimizeEv(i10) { STACKTOP = STACKTOP + 96 | 0; i8 = i11 + 80 | 0; i9 = i11 + 60 | 0; - i1 = i11 + 48 | 0; - i2 = i11 + 36 | 0; - i3 = i11 + 24 | 0; - i4 = i11 + 12 | 0; - i5 = i11; + 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; - i7 = HEAP32[i10 >> 2] | 0; - i6 = i7 + 88 | 0; - i7 = HEAP32[i7 + 84 >> 2] | 0; + i1 = HEAP32[i10 >> 2] | 0; + i2 = i1 + 88 | 0; + i1 = HEAP32[i1 + 84 >> 2] | 0; while (1) { - if ((i7 | 0) == (i6 | 0)) break; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i8 >> 2] | 0) + 12 >> 2] & 127](i8, HEAP32[i7 + 20 >> 2] | 0); - i7 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i7) | 0; + 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(i1, 24930, 17); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i9, i1); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 25664, 19); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i9, i2); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i2); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i3, 24228, 12); + __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, 27163, 15); + __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(i5, 26399, 15); - __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i9, i5); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + __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); @@ -49480,29 +50041,29 @@ function __ZN4wasm15Asm2WasmBuilder8optimizeEv(i10) { return; } -function _scanexp(i8, i3) { - i8 = i8 | 0; +function _scanexp(i6, i3) { + i6 = i6 | 0; i3 = i3 | 0; - 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; + 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; i1 = HEAPU8[i1 >> 0] | 0; - } else i1 = ___shgetc(i8) | 0; + } else i1 = ___shgetc(i6) | 0; switch (i1 | 0) { case 43: case 45: { i2 = (i1 | 0) == 45 & 1; - i1 = HEAP32[i6 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i1 + 1; + i1 = HEAP32[i7 >> 2] | 0; + if (i1 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { + HEAP32[i7 >> 2] = i1 + 1; i1 = HEAPU8[i1 >> 0] | 0; - } 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; + } 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; i5 = i2; } else i5 = i2; break; @@ -49510,22 +50071,22 @@ function _scanexp(i8, i3) { default: i5 = 0; } - if ((i1 + -48 | 0) >>> 0 > 9) if (!(HEAP32[i7 >> 2] | 0)) { + if ((i1 + -48 | 0) >>> 0 > 9) if (!(HEAP32[i8 >> 2] | 0)) { i2 = -2147483648; i1 = 0; } else { - HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + -1; + HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + -1; i2 = -2147483648; i1 = 0; } else { i2 = 0; do { i2 = i1 + -48 + (i2 * 10 | 0) | 0; - i1 = HEAP32[i6 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i1 + 1; + i1 = HEAP32[i7 >> 2] | 0; + if (i1 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { + HEAP32[i7 >> 2] = i1 + 1; i1 = HEAPU8[i1 >> 0] | 0; - } else i1 = ___shgetc(i8) | 0; + } else i1 = ___shgetc(i6) | 0; } while ((i1 + -48 | 0) >>> 0 < 10 & (i2 | 0) < 214748364); i3 = ((i2 | 0) < 0) << 31 >> 31; if ((i1 + -48 | 0) >>> 0 < 10) { @@ -49535,22 +50096,22 @@ function _scanexp(i8, 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[i6 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i1 + 1; + i1 = HEAP32[i7 >> 2] | 0; + if (i1 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { + HEAP32[i7 >> 2] = i1 + 1; i1 = HEAPU8[i1 >> 0] | 0; - } else i1 = ___shgetc(i8) | 0; + } else i1 = ___shgetc(i6) | 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[i6 >> 2] | 0; - if (i1 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i1 + 1; + i1 = HEAP32[i7 >> 2] | 0; + if (i1 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { + HEAP32[i7 >> 2] = i1 + 1; i1 = HEAPU8[i1 >> 0] | 0; - } else i1 = ___shgetc(i8) | 0; + } else i1 = ___shgetc(i6) | 0; } while ((i1 + -48 | 0) >>> 0 < 10); - if (HEAP32[i7 >> 2] | 0) HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + -1; + if (HEAP32[i8 >> 2] | 0) HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + -1; i8 = (i5 | 0) != 0; i1 = _i64Subtract(0, 0, i4 | 0, i3 | 0) | 0; i2 = i8 ? tempRet0 : i3; @@ -49560,124 +50121,48 @@ function _scanexp(i8, i3) { return i1 | 0; } -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] = 10956; - 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] = 11004; - 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 __ZN4wasm4Load7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i7, i6, i5) { +function __ZN4wasm4Load7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i7, i6, i4) { i7 = i7 | 0; i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i8; - HEAP32[i4 >> 2] = i5; + i5 = i8; + HEAP32[i5 >> 2] = i4; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i6, 40) | 0; - i2 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(i6) | 0; + i1 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(i6) | 0; i3 = i7 + 4 | 0; switch (HEAP32[i3 >> 2] | 0) { case 0: { - i1 = 17406; + i2 = 17406; break; } case 1: { - i1 = 17411; + i2 = 17411; break; } case 2: { - i1 = 17415; + i2 = 17415; break; } case 3: { - i1 = 17419; + i2 = 17419; break; } case 4: { - i1 = 17423; + i2 = 17423; break; } default: {} } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i1) | 0, 17371) | 0; + __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; if (!(i1 >>> 0 >= 4 ? !(i1 >>> 0 < 8 & (HEAP32[i3 >> 2] | 0) == 2) : 0)) { switch (i1 | 0) { @@ -49712,14 +50197,172 @@ function __ZN4wasm4Load7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i3, HEAP32[i1 >> 2] | 0) | 0; } __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i6, 10) | 0; - i5 = i5 + 1 | 0; - HEAP32[i4 >> 2] = i5; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i6, i5, HEAP32[i7 + 24 >> 2] | 0) | 0; - i7 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i6, i4) | 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; + 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; @@ -49816,8 +50459,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; - i5 = i10 + 40 | 0; - i6 = i10 + 24 | 0; + i7 = i10 + 40 | 0; + i5 = i10 + 24 | 0; i8 = i10 + 12 | 0; i9 = i10; L1 : do if ((i4 - i1 | 0) > 3 ? (HEAP8[i1 >> 0] | 0) == 68 : 0) { @@ -49829,37 +50472,37 @@ function __ZN10__cxxabiv112_GLOBAL__N_114parse_decltypeINS0_2DbEEEPKcS4_S4_RT_(i break L1; } i11 = i1 + 2 | 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) { + 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) { i3 = i2 + -24 | 0; __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i9, i3); - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKc(i9, 0, 36460) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendEPKc(i8, 35822) | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __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); + __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); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i8); __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEED2Ev(i9); - i1 = i7 + 1 | 0; + i1 = i6 + 1 | 0; } } while (0); STACKTOP = i10; @@ -49874,48 +50517,48 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17parseAfterKeywor var i2 = 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i4); i1 = HEAP32[i1 >> 2] | 0; - do if ((i1 | 0) != (HEAP32[9662] | 0)) { - if ((i1 | 0) == (HEAP32[9602] | 0)) { + do if ((i1 | 0) != (HEAP32[9668] | 0)) { + if ((i1 | 0) == (HEAP32[9608] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb(i5, i4, i3, 0) | 0; break; } - if ((i1 | 0) == (HEAP32[9603] | 0)) { + if ((i1 | 0) == (HEAP32[9609] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb(i5, i4, i3, 1) | 0; break; } - if ((i1 | 0) == (HEAP32[9606] | 0)) { + if ((i1 | 0) == (HEAP32[9612] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseReturnERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9607] | 0)) { + if ((i1 | 0) == (HEAP32[9613] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseIfERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9610] | 0)) { + if ((i1 | 0) == (HEAP32[9616] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE7parseDoERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9609] | 0)) { + if ((i1 | 0) == (HEAP32[9615] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseWhileERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9617] | 0)) { + if ((i1 | 0) == (HEAP32[9623] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBreakERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9618] | 0)) { + if ((i1 | 0) == (HEAP32[9624] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseContinueERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9619] | 0)) { + if ((i1 | 0) == (HEAP32[9625] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE11parseSwitchERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9674] | 0)) { + if ((i1 | 0) == (HEAP32[9680] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseNewERPcPKc(i5, i4, i3) | 0; break; } - if ((i1 | 0) == (HEAP32[9611] | 0)) { + if ((i1 | 0) == (HEAP32[9617] | 0)) { i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i5, i4, i3) | 0; break; } else { @@ -49926,168 +50569,88 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17parseAfterKeywor return i2 | 0; } -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; - i11 = i14; - i12 = __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(HEAP32[i13 + 4 >> 2] | 0) | 0; + i12 = i14; + i11 = __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[i12 >> 2] = i1; + HEAP32[i11 >> 2] = i1; i1 = 2; } else i1 = 1; - i1 = __ZN4wasm7ElementixEj(i2, i1) | 0; - if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(16742, 16606, 1042, 16756); - i2 = i12 + 4 | 0; - i3 = i12 + 12 | 0; - i4 = i12 + 16 | 0; - i5 = i12 + 8 | 0; - i9 = 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; while (1) { - 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[9549] | 0)) { - i10 = __ZN4wasm7Element4listEv(i6) | 0; - i10 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i10 >> 2] >> 2] | 0) | 0; - if ((i10 | 0) == (HEAP32[9550] | 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; + 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; } } else { - i10 = 1; + i8 = 1; while (1) { - 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; + 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; } } while (0); - i9 = i9 + 1 | 0; + i7 = i7 + 1 | 0; } - __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(HEAP32[i13 >> 2] | 0, i12); + __ZN4wasm6Module15addFunctionTypeEPNS_12FunctionTypeE(HEAP32[i13 >> 2] | 0, i11); STACKTOP = i14; return; } -function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRb(i10, i11, i8, i9, i12, i14) { +function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_RNS_8ios_baseERjRb(i10, i11, i1, i2, i12, i14) { i10 = i10 | 0; i11 = i11 | 0; - i8 = i8 | 0; - i9 = i9 | 0; + i1 = i1 | 0; + i2 = i2 | 0; i12 = i12 | 0; i14 = i14 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i13 = 0, i15 = 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i13 = 0, i15 = 0; i15 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; - i2 = i15 + 48 | 0; - i1 = i15 + 24 | 0; + i6 = i15 + 48 | 0; + i4 = i15 + 24 | 0; i13 = i15 + 16 | 0; i3 = i15 + 20 | 0; - i4 = i15 + 12 | 0; - i5 = i15 + 8 | 0; - i6 = i15 + 4 | 0; - i7 = i15; - if (!(HEAP32[i9 + 4 >> 2] & 1)) { + i7 = i15 + 12 | 0; + i8 = i15 + 8 | 0; + i9 = i15 + 4 | 0; + i5 = i15; + if (!(HEAP32[i2 + 4 >> 2] & 1)) { HEAP32[i13 >> 2] = -1; - i7 = HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] | 0; + i9 = HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i11 >> 2]; - 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[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[i11 >> 2] = i1; switch (HEAP32[i13 >> 2] | 0) { case 0: @@ -50107,55 +50670,54 @@ function __ZNKSt3__17num_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6 } } } else { - i10 = __ZNKSt3__18ios_base6getlocEv(i9) | 0; - HEAP32[i5 >> 2] = i10; - i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 40468) | 0; + i10 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; + HEAP32[i8 >> 2] = i10; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 40492) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; - i9 = __ZNKSt3__18ios_base6getlocEv(i9) | 0; - HEAP32[i6 >> 2] = i9; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40476) | 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; + 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); } STACKTOP = i15; return i1 | 0; } -function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRb(i10, i11, i8, i9, i12, i14) { +function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_RNS_8ios_baseERjRb(i10, i11, i1, i2, i12, i14) { i10 = i10 | 0; i11 = i11 | 0; - i8 = i8 | 0; - i9 = i9 | 0; + i1 = i1 | 0; + i2 = i2 | 0; i12 = i12 | 0; i14 = i14 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i13 = 0, i15 = 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i13 = 0, i15 = 0; i15 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; - i2 = i15 + 48 | 0; - i1 = i15 + 24 | 0; + i6 = i15 + 48 | 0; + i4 = i15 + 24 | 0; i13 = i15 + 16 | 0; i3 = i15 + 20 | 0; - i4 = i15 + 12 | 0; - i5 = i15 + 8 | 0; - i6 = i15 + 4 | 0; - i7 = i15; - if (!(HEAP32[i9 + 4 >> 2] & 1)) { + i7 = i15 + 12 | 0; + i8 = i15 + 8 | 0; + i9 = i15 + 4 | 0; + i5 = i15; + if (!(HEAP32[i2 + 4 >> 2] & 1)) { HEAP32[i13 >> 2] = -1; - i7 = HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] | 0; + i9 = HEAP32[(HEAP32[i10 >> 2] | 0) + 16 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i11 >> 2]; - 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[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[i11 >> 2] = i1; switch (HEAP32[i13 >> 2] | 0) { case 0: @@ -50175,24 +50737,23 @@ function __ZNKSt3__17num_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6 } } } else { - i10 = __ZNKSt3__18ios_base6getlocEv(i9) | 0; - HEAP32[i5 >> 2] = i10; - i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 40436) | 0; + i10 = __ZNKSt3__18ios_base6getlocEv(i2) | 0; + HEAP32[i8 >> 2] = i10; + i13 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 40460) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; - i9 = __ZNKSt3__18ios_base6getlocEv(i9) | 0; - HEAP32[i6 >> 2] = i9; - i10 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40448) | 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; + 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); } STACKTOP = i15; return i1 | 0; @@ -50203,54 +50764,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; - i2 = __ZN4wasm7Element4listEv(i7) | 0; - i2 = _strchr(__ZN4wasm7Element5c_strEv(HEAP32[HEAP32[i2 >> 2] >> 2] | 0) | 0, 46) | 0; - i3 = i2 + 5 | 0; + i3 = __ZN4wasm7Element4listEv(i7) | 0; + i3 = _strchr(__ZN4wasm7Element5c_strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0, 46) | 0; + i2 = i3 + 5 | 0; i8 = __ZN10MixedArena5allocIN4wasm4LoadEEEPT_v(HEAP32[i9 + 4 >> 2] | 0) | 0; HEAP32[i8 + 4 >> 2] = i1; i6 = __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i1) | 0; i1 = i8 + 8 | 0; HEAP32[i1 >> 2] = i6; - L1 : do switch (HEAP8[i3 >> 0] | 0) { + L1 : do switch (HEAP8[i2 >> 0] | 0) { case 56: { HEAP32[i1 >> 2] = 1; - i4 = i2 + 6 | 0; + i4 = i3 + 6 | 0; break; } case 49: { - if ((HEAP8[i2 + 6 >> 0] | 0) == 54) { + if ((HEAP8[i3 + 6 >> 0] | 0) == 54) { HEAP32[i1 >> 2] = 2; - i4 = i2 + 7 | 0; + i4 = i3 + 7 | 0; break L1; - } else ___assert_fail(17850, 16606, 715, 17866); + } else ___assert_fail(17850, 16606, 718, 17866); break; } case 51: { - if ((HEAP8[i2 + 6 >> 0] | 0) == 50) { + if ((HEAP8[i3 + 6 >> 0] | 0) == 50) { HEAP32[i1 >> 2] = 4; - i4 = i2 + 7 | 0; + i4 = i3 + 7 | 0; break L1; - } else ___assert_fail(17875, 16606, 719, 17866); + } else ___assert_fail(17875, 16606, 722, 17866); break; } default: - i4 = i3; + i4 = i2; } while (0); if (!(HEAP8[i4 >> 0] | 0)) i1 = 0; else i1 = (HEAP8[i4 + 1 >> 0] | 0) == 115 & 1; HEAP8[i8 + 12 >> 0] = i1; - i3 = i8 + 16 | 0; + i5 = i8 + 16 | 0; + HEAP32[i5 >> 2] = 0; + i3 = i8 + 20 | 0; HEAP32[i3 >> 2] = 0; - i4 = i8 + 20 | 0; - HEAP32[i4 >> 2] = 0; - i5 = i9 + 8 | 0; - i6 = 1; + i6 = i9 + 8 | 0; + i4 = 1; while (1) { - i2 = __ZN4wasm7ElementixEj(i7, i6) | 0; + i2 = __ZN4wasm7ElementixEj(i7, i4) | 0; i2 = (HEAP8[i2 >> 0] | 0) == 0; - i1 = __ZN4wasm7ElementixEj(i7, i6) | 0; + i1 = __ZN4wasm7ElementixEj(i7, i4) | 0; if (!i2) { i2 = 22; break; @@ -50266,23 +50827,23 @@ function __ZN4wasm22SExpressionWasmBuilder8makeLoadERNS_7ElementENS_8WasmTypeE(i case 97: { i2 = _atoi(i1) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i3 >> 2] = i2; break; } case 111: { i1 = _atoll(i1) | 0; i2 = tempRet0; - if (i2 >>> 0 > 0 | (i2 | 0) == 0 & i1 >>> 0 > 4294967295) __ZNKSt3__18functionIFvvEEclEv(i5); - HEAP32[i3 >> 2] = i1; + if (i2 >>> 0 > 0 | (i2 | 0) == 0 & i1 >>> 0 > 4294967295) __ZNKSt3__18functionIFvvEEclEv(i6); + HEAP32[i5 >> 2] = i1; break; } default: - __ZNKSt3__18functionIFvvEEclEv(i5); + __ZNKSt3__18functionIFvvEEclEv(i6); } - i6 = i6 + 1 | 0; + i4 = i4 + 1 | 0; } - if ((i2 | 0) == 14) ___assert_fail(17723, 16606, 730, 17866); else if ((i2 | 0) == 22) { + if ((i2 | 0) == 14) ___assert_fail(17723, 16606, 733, 17866); else if ((i2 | 0) == 22) { i9 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, i1) | 0; HEAP32[i8 + 24 >> 2] = i9; return i8 | 0; @@ -50290,120 +50851,6 @@ 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] = 2988; - i4 = i10 + 12 | 0; - HEAP32[i10 >> 2] = 3128; - HEAP32[i2 >> 2] = 3148; - 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] = 2968; - HEAP32[i2 >> 2] = 3008; - HEAP32[i1 >> 2] = 2988; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i4); - HEAP32[i4 >> 2] = 2816; - 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, 20431) | 0, i7) | 0, 20434) | 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] = 2988; - i4 = i10 + 12 | 0; - HEAP32[i10 >> 2] = 3128; - HEAP32[i2 >> 2] = 3148; - 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] = 2968; - HEAP32[i2 >> 2] = 3008; - HEAP32[i1 >> 2] = 2988; - __ZNSt3__115basic_streambufIcNS_11char_traitsIcEEEC2Ev(i4); - HEAP32[i4 >> 2] = 2816; - 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, 20431) | 0, i7) | 0, 20434) | 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; @@ -50411,7 +50858,7 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i9, i8) { i12 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i1 = i12 + 4 | 0; - i6 = i12; + i7 = i12; i11 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i9 + 4 >> 2] | 0) | 0; i10 = __ZN4wasm7Element4listEv(i8) | 0; i2 = i11 + 8 | 0; @@ -50421,7 +50868,7 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i9, i8) { HEAP32[i2 >> 2] = i3; i3 = 2; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 27931, 5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 27957, 5); i3 = __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i9, i1) | 0; HEAP32[i11 + 8 >> 2] = i3; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); @@ -50435,32 +50882,146 @@ function __ZN4wasm22SExpressionWasmBuilder9makeBlockERNS_7ElementE(i9, i8) { } i5 = i11 + 16 | 0; i4 = i11 + 20 | 0; - i7 = i11 + 12 | 0; + i6 = i11 + 12 | 0; while (1) { if (i3 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break; - i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i9, __ZN4wasm7ElementixEj(i8, i3) | 0) | 0; - HEAP32[i6 >> 2] = i1; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i4 >> 2] | 0) >>> 0) { - HEAP32[i2 >> 2] = i1; + 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; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i7, i6); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i6, i7); i3 = i3 + 1 | 0; } - i2 = HEAP32[i10 >> 2] | 0; - i1 = i2 + -4 | 0; + i1 = HEAP32[i10 >> 2] | 0; + i2 = i1 + -4 | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break; - i9 = i2 + -4 | 0; + if ((i1 | 0) == (i2 | 0)) break; + i9 = i1 + -4 | 0; HEAP32[i10 >> 2] = i9; - i2 = i9; + i1 = i9; } i1 = HEAP32[i5 >> 2] | 0; - if ((i1 | 0) != (HEAP32[i7 >> 2] | 0)) HEAP32[i11 + 4 >> 2] = HEAP32[(HEAP32[i1 + -4 >> 2] | 0) + 4 >> 2]; + if ((i1 | 0) != (HEAP32[i6 >> 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; @@ -50468,38 +51029,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; - i5 = i14 + 16 | 0; - i4 = i14 + 12 | 0; - i1 = i14 + 8 | 0; - i6 = i14 + 4 | 0; + i8 = i14 + 16 | 0; + i6 = i14 + 12 | 0; + i2 = i14 + 8 | 0; + i5 = i14 + 4 | 0; i7 = i14; - 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(22979, 22821, 611, 23471); - HEAP32[i9 >> 2] = i2 + 1; - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i1 >> 2]; - i3 = __ZN6cashew12ValueBuilder8makeCallENS_3RefE(i5) | 0; + 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; L4 : while (1) { __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i9); i1 = HEAP32[i9 >> 2] | 0; if ((HEAP8[i1 >> 0] | 0) == 41) { - i8 = i1; + i4 = i1; break; } - HEAP32[i6 >> 2] = i3; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i10, i9, 23481) | 0; + HEAP32[i5 >> 2] = i3; + i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i10, i9, 23507) | 0; HEAP32[i7 >> 2] = i1; - HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; - __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i4, i5); + HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; + __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i6, i8); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i9); i1 = HEAP32[i9 >> 2] | 0; switch (HEAP8[i1 >> 0] | 0) { case 41: { - i8 = i1; + i4 = i1; break L4; } case 44: @@ -50513,49 +51074,49 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseCallES1_RPc( HEAP32[i9 >> 2] = i1 + 1; } if ((i11 | 0) == 7) _abort(); - HEAP32[i9 >> 2] = i8 + 1; - i1 = HEAP32[i12 >> 2] | 0; + HEAP32[i9 >> 2] = i4 + 1; + i1 = HEAP32[i13 >> 2] | 0; i2 = i1 + -12 | 0; - if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i13 = i1; else ___assert_fail(23484, 22821, 627, 23471); + if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i12 = i1; else ___assert_fail(23510, 22847, 627, 23497); while (1) { - if ((i13 | 0) == (i2 | 0)) break; - i11 = i13 + -12 | 0; - HEAP32[i12 >> 2] = i11; + if ((i12 | 0) == (i2 | 0)) break; + i11 = i12 + -12 | 0; + HEAP32[i13 >> 2] = i11; __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEED2Ev(i11); - i13 = HEAP32[i12 >> 2] | 0; + i12 = HEAP32[i13 >> 2] | 0; } STACKTOP = i14; return i3 | 0; } -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) { +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) { i7 = i7 | 0; - i13 = i13 | 0; - i11 = i11 | 0; i12 = i12 | 0; + i10 = i10 | 0; + i11 = i11 | 0; i14 = i14 | 0; - i3 = i3 | 0; i2 = i2 | 0; + i1 = i1 | 0; i4 = i4 | 0; i5 = i5 | 0; i8 = i8 | 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) { + 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) { i6 = 5; break; } - HEAP32[i12 >> 2] = i11 + 1; - HEAP8[i11 >> 0] = i1 ? 43 : 45; + HEAP32[i11 >> 2] = i10 + 1; + HEAP8[i10 >> 0] = i3 ? 43 : 45; HEAP32[i14 >> 2] = 0; i1 = 0; } else i6 = 5; while (0); L6 : do if ((i6 | 0) == 5) { - 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) { + 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) { i1 = HEAP32[i5 >> 2] | 0; if ((i1 - i4 | 0) >= 160) { i1 = 0; @@ -50580,11 +51141,11 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri } i1 = i1 - i8 | 0; if ((i1 | 0) > 23) i1 = -1; else { - switch (i13 | 0) { + switch (i12 | 0) { case 10: case 8: { - if ((i1 | 0) >= (i13 | 0)) { + if ((i1 | 0) >= (i12 | 0)) { i1 = -1; break L6; } @@ -50593,11 +51154,11 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri case 16: { if ((i1 | 0) >= 22) { - if (i10) { + if (i13) { i1 = -1; break L6; } - if ((i9 - i11 | 0) >= 3) { + if ((i9 - i10 | 0) >= 3) { i1 = -1; break L6; } @@ -50606,8 +51167,8 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri break L6; } HEAP32[i14 >> 2] = 0; - i1 = HEAP8[32623 + i1 >> 0] | 0; - HEAP32[i12 >> 2] = i9 + 1; + i1 = HEAP8[32649 + i1 >> 0] | 0; + HEAP32[i11 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; i1 = 0; break L6; @@ -50617,8 +51178,8 @@ function __ZNSt3__19__num_getIcE17__stage2_int_loopEciPcRS2_RjcRKNS_12basic_stri default: {} } - i1 = HEAP8[32623 + i1 >> 0] | 0; - HEAP32[i12 >> 2] = i9 + 1; + i1 = HEAP8[32649 + i1 >> 0] | 0; + HEAP32[i11 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + 1; i1 = 0; @@ -50627,34 +51188,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, i13, i11, i12, i14, i3, i2, i4, i5, i8) { +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) { i7 = i7 | 0; - i13 = i13 | 0; - i11 = i11 | 0; i12 = i12 | 0; + i10 = i10 | 0; + i11 = i11 | 0; i14 = i14 | 0; - i3 = i3 | 0; i2 = i2 | 0; + i1 = i1 | 0; i4 = i4 | 0; i5 = i5 | 0; i8 = i8 | 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) { + 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) { i6 = 5; break; } - HEAP32[i12 >> 2] = i11 + 1; - HEAP8[i11 >> 0] = i1 ? 43 : 45; + HEAP32[i11 >> 2] = i10 + 1; + HEAP8[i10 >> 0] = i3 ? 43 : 45; HEAP32[i14 >> 2] = 0; i1 = 0; } else i6 = 5; while (0); L6 : do if ((i6 | 0) == 5) { - i6 = HEAP8[i2 >> 0] | 0; - if ((i7 | 0) == (i3 | 0) ? (((i6 & 1) == 0 ? (i6 & 255) >>> 1 : HEAP32[i2 + 4 >> 2] | 0) | 0) != 0 : 0) { + i6 = HEAP8[i1 >> 0] | 0; + if ((i7 | 0) == (i2 | 0) ? (((i6 & 1) == 0 ? (i6 & 255) >>> 1 : HEAP32[i1 + 4 >> 2] | 0) | 0) != 0 : 0) { i1 = HEAP32[i5 >> 2] | 0; if ((i1 - i4 | 0) >= 160) { i1 = 0; @@ -50677,14 +51238,14 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri if ((HEAP32[i1 >> 2] | 0) == (i7 | 0)) break; i1 = i1 + 4 | 0; } - i1 = i1 - i8 | 0; - i2 = i1 >> 2; - if ((i1 | 0) > 92) i1 = -1; else { - switch (i13 | 0) { + i2 = i1 - i8 | 0; + i1 = i2 >> 2; + if ((i2 | 0) > 92) i1 = -1; else { + switch (i12 | 0) { case 10: case 8: { - if ((i2 | 0) >= (i13 | 0)) { + if ((i1 | 0) >= (i12 | 0)) { i1 = -1; break L6; } @@ -50692,12 +51253,12 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri } case 16: { - if ((i1 | 0) >= 88) { - if (i10) { + if ((i2 | 0) >= 88) { + if (i13) { i1 = -1; break L6; } - if ((i9 - i11 | 0) >= 3) { + if ((i9 - i10 | 0) >= 3) { i1 = -1; break L6; } @@ -50706,8 +51267,8 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri break L6; } HEAP32[i14 >> 2] = 0; - i1 = HEAP8[32623 + i2 >> 0] | 0; - HEAP32[i12 >> 2] = i9 + 1; + i1 = HEAP8[32649 + i1 >> 0] | 0; + HEAP32[i11 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; i1 = 0; break L6; @@ -50717,8 +51278,8 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri default: {} } - i1 = HEAP8[32623 + i2 >> 0] | 0; - HEAP32[i12 >> 2] = i9 + 1; + i1 = HEAP8[32649 + i1 >> 0] | 0; + HEAP32[i11 >> 2] = i9 + 1; HEAP8[i9 >> 0] = i1; HEAP32[i14 >> 2] = (HEAP32[i14 >> 2] | 0) + 1; i1 = 0; @@ -50727,42 +51288,42 @@ function __ZNSt3__19__num_getIwE17__stage2_int_loopEwiPcRS2_RjwRKNS_12basic_stri return i1 | 0; } -function __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i8, i7, i3, i5) { +function __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i8, i7, i2, i4) { i8 = i8 | 0; i7 = i7 | 0; - i3 = i3 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0; + i2 = i2 | 0; + i4 = i4 | 0; + var i1 = 0, i3 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; - i2 = i11 + 36 | 0; + i3 = i11 + 36 | 0; i10 = i11 + 40 | 0; - i6 = i11; - i4 = i11 + 24 | 0; + i5 = i11; + i6 = 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, 19734); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 19713); i1 = HEAP32[i9 >> 2] | 0; } HEAP32[i9 >> 2] = i1 + 1; i1 = (HEAP32[i7 >> 2] | 0) + 84 | 0; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i1, i2) | 0; + HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; + i1 = __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i1, i3) | 0; i1 = HEAP32[i1 >> 2] | 0; - if (!i1) ___assert_fail(28260, 19746, 750, 19769); - __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN13FunctionScopeC2EPNS_8FunctionES9_(i10, i1, i5); - HEAP32[i4 >> 2] = 2948; - 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[9586] | 0))) ___assert_fail(19782, 19746, 758, 19769); - 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]; + 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]; i2 = HEAP32[i1 + 4 >> 2] | 0; if (!i2) { HEAP32[i8 >> 2] = 0; @@ -50776,83 +51337,114 @@ 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(19830, 19746, 761, 19769); + } else ___assert_fail(19809, 19725, 656, 19748); } -function __ZN4wasm5Store7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i6, i5, i4) { - i6 = i6 | 0; - i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i7 = 0; - i7 = STACKTOP; +function _wcsrtombs(i3, i7, i1, i2) { + i3 = i3 | 0; + i7 = i7 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + var i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0; + i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i7; - HEAP32[i3 >> 2] = i4; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i5, 40) | 0; - i2 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(i5) | 0; - switch (HEAP32[i6 + 4 >> 2] | 0) { - case 0: - { - i1 = 17406; - break; - } - case 1: - { - i1 = 17411; - break; - } - case 2: - { - i1 = 17415; - break; - } - case 3: - { - i1 = 17419; - break; - } - case 4: - { - i1 = 17423; - break; - } - default: - {} - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, i1) | 0, 17427) | 0; - i1 = HEAP32[i6 + 8 >> 2] | 0; - L8 : do if (i1 >>> 0 < 4) switch (i1 | 0) { - case 1: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i5, 56) | 0; - break L8; + i8 = i9; + L1 : do if (!i3) { + i2 = HEAP32[i7 >> 2] | 0; + i1 = HEAP32[i2 >> 2] | 0; + if (!i1) i1 = 0; else { + i3 = i1; + i1 = 0; + i4 = i2; + do { + if (i3 >>> 0 > 127) { + i2 = _wcrtomb(i8, i3, 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); } - case 2: - { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17377) | 0; - break L8; + } else { + L9 : do if (i1 >>> 0 > 3) { + i6 = HEAP32[i7 >> 2] | 0; + i2 = i1; + while (1) { + i4 = HEAP32[i6 >> 2] | 0; + if ((i4 + -1 | 0) >>> 0 > 126) { + if (!i4) break; + i5 = _wcrtomb(i3, i4, 0) | 0; + if ((i5 | 0) == -1) { + i1 = -1; + break L1; + } + i4 = i6; + i2 = i2 - i5 | 0; + i3 = i3 + i5 | 0; + } else { + HEAP8[i3 >> 0] = i4; + i4 = HEAP32[i7 >> 2] | 0; + i2 = i2 + -1 | 0; + i3 = i3 + 1 | 0; + } + i6 = i4 + 4 | 0; + HEAP32[i7 >> 2] = i6; + if (i2 >>> 0 <= 3) break L9; + } + HEAP8[i3 >> 0] = 0; + HEAP32[i7 >> 2] = 0; + i1 = i1 - i2 | 0; + break L1; + } else i2 = i1; while (0); + if (i2) { + i6 = HEAP32[i7 >> 2] | 0; + while (1) { + i4 = HEAP32[i6 >> 2] | 0; + if ((i4 + -1 | 0) >>> 0 > 126) { + if (!i4) { + i4 = 19; + break; + } + i5 = _wcrtomb(i8, i4, 0) | 0; + if ((i5 | 0) == -1) { + i1 = -1; + break L1; + } + if (i2 >>> 0 < i5 >>> 0) { + i4 = 22; + break; + } + _wcrtomb(i3, HEAP32[i6 >> 2] | 0, 0) | 0; + i4 = i6; + i2 = i2 - i5 | 0; + i3 = i3 + i5 | 0; + } else { + HEAP8[i3 >> 0] = i4; + i4 = HEAP32[i7 >> 2] | 0; + i2 = i2 + -1 | 0; + i3 = i3 + 1 | 0; + } + i6 = i4 + 4 | 0; + HEAP32[i7 >> 2] = i6; + if (!i2) break L1; + } + if ((i4 | 0) == 19) { + HEAP8[i3 >> 0] = 0; + HEAP32[i7 >> 2] = 0; + i1 = i1 - i2 | 0; + break; + } else if ((i4 | 0) == 22) { + i1 = i1 - i2 | 0; + break; + } } - default: - _abort(); } while (0); - i1 = i6 + 12 | 0; - if (HEAP32[i1 >> 2] | 0) { - i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17389) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i2, HEAP32[i1 >> 2] | 0) | 0; - } - i1 = i6 + 16 | 0; - if (HEAP32[i1 >> 2] | 0) { - i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 17398) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i2, HEAP32[i1 >> 2] | 0) | 0; - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i5, 10) | 0; - i4 = i4 + 1 | 0; - HEAP32[i3 >> 2] = i4; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i5, i4, HEAP32[i6 + 20 >> 2] | 0) | 0; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i5, i4, HEAP32[i6 + 24 >> 2] | 0) | 0; - i6 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i5, i3) | 0; - STACKTOP = i7; - return i6 | 0; + STACKTOP = i9; + return i1 | 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i15, i14, i13) { @@ -50862,46 +51454,46 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseForERPcPKc(i 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; + 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(22979, 22821, 498, 23450); + if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(23005, 22847, 498, 23476); HEAP32[i14 >> 2] = i1 + 1; - i4 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 22788) | 0; + 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(23459, 22821, 502, 23450); + if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(23485, 22847, 502, 23476); HEAP32[i14 >> 2] = i1 + 1; - i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 22788) | 0; + 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(23459, 22821, 506, 23450); + if ((HEAP8[i1 >> 0] | 0) != 59) ___assert_fail(23485, 22847, 506, 23476); HEAP32[i14 >> 2] = i1 + 1; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 35822) | 0; + i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i15, i14, 35848) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i14); - i2 = HEAP32[i14 >> 2] | 0; - if ((HEAP8[i2 >> 0] | 0) == 41) { - HEAP32[i14 >> 2] = i2 + 1; + 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[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; + 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(23201, 22821, 510, 23450); + } else ___assert_fail(23227, 22847, 510, 23476); return 0; } @@ -50912,10 +51504,10 @@ function __ZN4wasm4Loop7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i9 = 0, i10 = 0, i11 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i10 + 12 | 0; + i4 = i10 + 12 | 0; i7 = i10 + 8 | 0; i1 = i10 + 4 | 0; - i4 = i10; + i3 = i10; HEAP32[i7 >> 2] = i5; __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i8, 17249, 0) | 0; i2 = i6 + 8 | 0; @@ -50925,9 +51517,9 @@ function __ZN4wasm4Loop7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE } else { i11 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 32) | 0; HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i11, i3) | 0; - if (!(HEAP32[i6 + 12 >> 2] | 0)) ___assert_fail(17254, 27572, 478, 17262); else { + 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; @@ -50935,20 +51527,20 @@ function __ZN4wasm4Loop7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE } while (0); if ((i9 | 0) == 6) { i11 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i8, 32) | 0; - HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i11, i3) | 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; - 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; + 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) == (i3 | 0)) break L10; + if ((i1 | 0) == (i2 | 0)) break L10; __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i8, i4, HEAP32[i1 >> 2] | 0) | 0; i1 = i1 + 4 | 0; } @@ -50959,56 +51551,57 @@ function __ZN4wasm4Loop7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE return i11 | 0; } -function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb(i13, i15, i1, i2) { +function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb(i13, i15, i2, i3) { 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; + 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; - 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; + 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); - i1 = HEAP32[i15 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) == 59) { - i12 = i1; + i2 = HEAP32[i15 >> 2] | 0; + if ((HEAP8[i2 >> 0] | 0) == 59) { + i1 = i2; break; } - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i11, i1); - if ((HEAP32[i2 >> 2] | 0) != 2) { + __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); - i1 = HEAP32[i15 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) == 61) { - HEAP32[i15 >> 2] = i1 + 1; + i2 = HEAP32[i15 >> 2] | 0; + if ((HEAP8[i2 >> 0] | 0) == 61) { + HEAP32[i15 >> 2] = i2 + 1; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i13, i15, 23126) | 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); + 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); - i1 = HEAP32[i15 >> 2] | 0; - switch (HEAP8[i1 >> 0] | 0) { + i2 = HEAP32[i15 >> 2] | 0; + switch (HEAP8[i2 >> 0] | 0) { case 59: { + i1 = i2; i16 = 10; break L1; } @@ -51020,115 +51613,12 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseVarERPcPKcb( break L1; } } - HEAP32[i15 >> 2] = i1 + 1; + HEAP32[i15 >> 2] = i2 + 1; } - if ((i16 | 0) == 4) ___assert_fail(23098, 22821, 434, 23117); else if ((i16 | 0) == 9) _abort(); else if ((i16 | 0) == 10) i12 = i1; - HEAP32[i15 >> 2] = i12 + 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 i10 | 0; -} - -function _wcsrtombs(i3, i6, i1, i2) { - i3 = i3 | 0; - i6 = i6 | 0; - i1 = i1 | 0; - i2 = i2 | 0; - var i4 = 0, i5 = 0, i7 = 0, i8 = 0; - i8 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i7 = i8; - L1 : do if (!i3) { - i3 = HEAP32[i6 >> 2] | 0; - i2 = HEAP32[i3 >> 2] | 0; - if (!i2) i1 = 0; else { - i1 = 0; - do { - 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; - i3 = i3 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; - } while ((i2 | 0) != 0); - } - } else { - L9 : do if (i1 >>> 0 > 3) { - i2 = i1; - i4 = HEAP32[i6 >> 2] | 0; - while (1) { - 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; - } - i3 = i3 + i5 | 0; - i2 = i2 - i5 | 0; - } else { - HEAP8[i3 >> 0] = i5; - i3 = i3 + 1 | 0; - i2 = i2 + -1 | 0; - i4 = HEAP32[i6 >> 2] | 0; - } - i4 = i4 + 4 | 0; - HEAP32[i6 >> 2] = i4; - if (i2 >>> 0 <= 3) break L9; - } - HEAP8[i3 >> 0] = 0; - HEAP32[i6 >> 2] = 0; - i1 = i1 - i2 | 0; - break L1; - } else i2 = i1; while (0); - if (i2) { - i4 = HEAP32[i6 >> 2] | 0; - while (1) { - i5 = HEAP32[i4 >> 2] | 0; - if ((i5 + -1 | 0) >>> 0 > 126) { - if (!i5) { - i4 = 19; - break; - } - i5 = _wcrtomb(i7, i5, 0) | 0; - if ((i5 | 0) == -1) { - i1 = -1; - break L1; - } - if (i2 >>> 0 < i5 >>> 0) { - i4 = 22; - break; - } - _wcrtomb(i3, HEAP32[i4 >> 2] | 0, 0) | 0; - i3 = i3 + i5 | 0; - i2 = i2 - i5 | 0; - } else { - HEAP8[i3 >> 0] = i5; - i3 = i3 + 1 | 0; - i2 = i2 + -1 | 0; - i4 = HEAP32[i6 >> 2] | 0; - } - i4 = i4 + 4 | 0; - HEAP32[i6 >> 2] = i4; - if (!i2) break L1; - } - if ((i4 | 0) == 19) { - HEAP8[i3 >> 0] = 0; - HEAP32[i6 >> 2] = 0; - i1 = i1 - i2 | 0; - break; - } else if ((i4 | 0) == 22) { - i1 = i1 - i2 | 0; - break; - } - } - } while (0); - STACKTOP = i8; - return i1 | 0; + return i11 | 0; } function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE(i9, i8, i1) { @@ -51154,7 +51644,7 @@ function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE( if ((HEAP8[i2 + 7 >> 0] | 0) == 54) { HEAP32[i1 >> 2] = 2; break L1; - } else ___assert_fail(17850, 16606, 754, 17897); + } else ___assert_fail(17850, 16606, 757, 17897); break; } case 51: @@ -51162,16 +51652,16 @@ function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE( if ((HEAP8[i2 + 7 >> 0] | 0) == 50) { HEAP32[i1 >> 2] = 4; break L1; - } else ___assert_fail(17875, 16606, 758, 17897); + } else ___assert_fail(17875, 16606, 761, 17897); break; } default: {} } while (0); - i4 = i7 + 12 | 0; - HEAP32[i4 >> 2] = 0; - i5 = i7 + 16 | 0; + i5 = i7 + 12 | 0; HEAP32[i5 >> 2] = 0; + i4 = i7 + 16 | 0; + HEAP32[i4 >> 2] = 0; i6 = i9 + 8 | 0; i1 = 1; while (1) { @@ -51193,13 +51683,13 @@ function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE( case 97: { i3 = _atoi(i2) | 0; - HEAP32[i5 >> 2] = i3; + HEAP32[i4 >> 2] = i3; break; } case 111: { i3 = _atoi(i2) | 0; - HEAP32[i4 >> 2] = i3; + HEAP32[i5 >> 2] = i3; break; } default: @@ -51207,7 +51697,7 @@ function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE( } i1 = i1 + 1 | 0; } - if ((i2 | 0) == 12) ___assert_fail(17723, 16606, 768, 17897); else if ((i2 | 0) == 18) { + if ((i2 | 0) == 12) ___assert_fail(17723, 16606, 771, 17897); 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; @@ -51217,36 +51707,87 @@ function __ZN4wasm22SExpressionWasmBuilder9makeStoreERNS_7ElementENS_8WasmTypeE( return 0; } -function ___stdio_write(i14, i2, i1) { - i14 = i14 | 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; 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, i12 = 0, i13 = 0, i15 = 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; i15 = STACKTOP; STACKTOP = STACKTOP + 48 | 0; i11 = i15 + 16 | 0; i10 = i15; i3 = i15 + 32 | 0; - i12 = i14 + 28 | 0; - i4 = HEAP32[i12 >> 2] | 0; + i13 = i12 + 28 | 0; + i4 = HEAP32[i13 >> 2] | 0; HEAP32[i3 >> 2] = i4; - i13 = i14 + 20 | 0; - i4 = (HEAP32[i13 >> 2] | 0) - i4 | 0; + i14 = i12 + 20 | 0; + i4 = (HEAP32[i14 >> 2] | 0) - i4 | 0; HEAP32[i3 + 4 >> 2] = i4; HEAP32[i3 + 8 >> 2] = i2; HEAP32[i3 + 12 >> 2] = i1; - i8 = i14 + 60 | 0; - i9 = i14 + 44 | 0; + i8 = i12 + 60 | 0; + i9 = i12 + 44 | 0; i2 = 2; i4 = i4 + i1 | 0; while (1) { - if (!(HEAP32[9709] | 0)) { + if (!(HEAP32[9715] | 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(189, i14 | 0); + _pthread_cleanup_push(190, i12 | 0); HEAP32[i10 >> 2] = HEAP32[i8 >> 2]; HEAP32[i10 + 4 >> 2] = i3; HEAP32[i10 + 8 >> 2] = i2; @@ -51264,13 +51805,13 @@ function ___stdio_write(i14, i2, i1) { i4 = i4 - i6 | 0; i5 = HEAP32[i3 + 4 >> 2] | 0; if (i6 >>> 0 <= i5 >>> 0) if ((i2 | 0) == 2) { - HEAP32[i12 >> 2] = (HEAP32[i12 >> 2] | 0) + i6; + HEAP32[i13 >> 2] = (HEAP32[i13 >> 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; @@ -51281,110 +51822,57 @@ function ___stdio_write(i14, i2, i1) { } if ((i4 | 0) == 6) { i11 = HEAP32[i9 >> 2] | 0; - HEAP32[i14 + 16 >> 2] = i11 + (HEAP32[i14 + 48 >> 2] | 0); - i14 = i11; - HEAP32[i12 >> 2] = i14; - HEAP32[i13 >> 2] = i14; + HEAP32[i12 + 16 >> 2] = i11 + (HEAP32[i12 + 48 >> 2] | 0); + i12 = i11; + HEAP32[i13 >> 2] = i12; + HEAP32[i14 >> 2] = i12; } else if ((i4 | 0) == 8) { - HEAP32[i14 + 16 >> 2] = 0; - HEAP32[i12 >> 2] = 0; + HEAP32[i12 + 16 >> 2] = 0; HEAP32[i13 >> 2] = 0; - HEAP32[i14 >> 2] = HEAP32[i14 >> 2] | 32; + HEAP32[i14 >> 2] = 0; + HEAP32[i12 >> 2] = HEAP32[i12 >> 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, 21073) | 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 ? 36892 : 46453) | 0, 31696) | 0; - i1 = i1 & 1048575; - if ((i4 | 0) == 0 & (i1 | 0) == 0) break; - i6 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, 21069) | 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 : 29271) | 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, 21073) | 0; - i1 = i2; - } - break; - } - default: - {} - } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i5, i1) | 0; - } while (0); - return; -} - function __ZNKSt3__120__time_get_c_storageIcE7__weeksEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[37416] | 0) == 0 ? ___cxa_guard_acquire(37416) | 0 : 0) { - if ((HEAP8[37424] | 0) == 0 ? ___cxa_guard_acquire(37424) | 0 : 0) { - i1 = 40508; + if ((HEAP8[37440] | 0) == 0 ? ___cxa_guard_acquire(37440) | 0 : 0) { + if ((HEAP8[37448] | 0) == 0 ? ___cxa_guard_acquire(37448) | 0 : 0) { + i2 = 40532; do { - i2 = 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = i1 + 12 | 0; - } while ((i1 | 0) != 40676); + i2 = i2 + 12 | 0; + } while ((i2 | 0) != 40700); ___cxa_atexit(194, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(37424); - } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40508, 33140) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40520, 33147) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40532, 33154) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40544, 33162) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40556, 33172) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40568, 33181) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40580, 33188) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40592, 33197) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40604, 33201) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40616, 33205) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40628, 33209) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40640, 33213) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40652, 33217) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40664, 33221) | 0; - HEAP32[10169] = 40508; - ___cxa_guard_release(37416); - } - return HEAP32[10169] | 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; } function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj(i9, i1, i2) { @@ -51394,125 +51882,184 @@ 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; - i4 = i11 + 24 | 0; - i5 = i11 + 20 | 0; - i6 = i11 + 8 | 0; - i7 = i11 + 4 | 0; - i8 = i11; + i7 = i11 + 24 | 0; + i3 = i11 + 20 | 0; + i5 = i11 + 8 | 0; + i6 = i11 + 4 | 0; + i4 = i11; i2 = HEAP32[i2 >> 2] | 0; - HEAP32[i8 >> 2] = HEAP32[i1 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; i1 = HEAP32[i9 + 4 >> 2] | 0; i2 = __ZN4wasm15Asm2WasmBuilder12bytesToShiftEj(i1, i2) | 0; - if (((__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 0) | 0, 38420) | 0 ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 1) | 0, 38592) | 0 : 0) ? __ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(__ZN6cashew3RefixEj(i8, 3) | 0, 0) | 0, 38460) | 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; + 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; } else i10 = 6; - do if ((i10 | 0) == 6) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i8, 0) | 0, 38460) | 0) { - i12 = __ZN6cashew3RefixEj(i8, 1) | 0; + do if ((i10 | 0) == 6) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 38484) | 0) { + i12 = __ZN6cashew3RefixEj(i4, 1) | 0; i12 = (__ZN6cashew5Value10getIntegerEv(HEAP32[i12 >> 2] | 0) | 0) << i2; - i3 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; - HEAP32[i3 + 8 >> 2] = 1; - HEAP32[i3 + 16 >> 2] = i12; + i8 = __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; + HEAP32[i8 + 8 >> 2] = 1; + HEAP32[i8 + 16 >> 2] = i12; break; } else { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i6, 22512, 20); - HEAP32[i7 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; - __ZN4wasmL8abort_onENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEN6cashew3RefE(i6, i4); + __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); } while (0); STACKTOP = i11; - return i3 | 0; + return i8 | 0; } function __ZNKSt3__120__time_get_c_storageIwE7__weeksEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[37496] | 0) == 0 ? ___cxa_guard_acquire(37496) | 0 : 0) { - if ((HEAP8[37504] | 0) == 0 ? ___cxa_guard_acquire(37504) | 0 : 0) { - i1 = 41320; + if ((HEAP8[37520] | 0) == 0 ? ___cxa_guard_acquire(37520) | 0 : 0) { + if ((HEAP8[37528] | 0) == 0 ? ___cxa_guard_acquire(37528) | 0 : 0) { + i2 = 41344; do { - i2 = 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = i1 + 12 | 0; - } while ((i1 | 0) != 41488); + i2 = i2 + 12 | 0; + } while ((i2 | 0) != 41512); ___cxa_atexit(198, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(37504); - } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41320, 9412) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41332, 9440) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41344, 9468) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41356, 9500) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41368, 9540) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41380, 9576) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41392, 9604) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41404, 9640) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41416, 9656) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41428, 9672) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41440, 9688) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41452, 9704) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41464, 9720) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41476, 9736) | 0; - HEAP32[10372] = 41320; - ___cxa_guard_release(37496); - } - return HEAP32[10372] | 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, i7, i6, i8) { +function __ZN4wasm15Asm2WasmBuilder22getBuiltinFunctionTypeENS_4NameES1_PNSt3__16vectorIPNS_10ExpressionENS2_9allocatorIS5_EEEE(i9, i6, i5, i7) { i9 = i9 | 0; - i7 = i7 | 0; i6 = i6 | 0; - i8 = i8 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i10 = 0; + i5 = i5 | 0; + i7 = i7 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 48 | 0; i2 = i10 + 24 | 0; i3 = i10 + 12 | 0; - i5 = i10; - L1 : do if ((HEAP32[i7 >> 2] | 0) == (HEAP32[9538] | 0) ? (HEAP32[i6 >> 2] | 0) == (HEAP32[9539] | 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) { + 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) { case 1: { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i2, 15304, 2); - i1 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i2, HEAP32[i9 >> 2] | 0, HEAP32[i9 + 4 >> 2] | 0) | 0; + i8 = __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); - i1 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i3, HEAP32[i9 >> 2] | 0, HEAP32[i9 + 4 >> 2] | 0) | 0; + i8 = __ZN4wasm18ensureFunctionTypeENSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_6ModuleER10MixedArena(i3, HEAP32[i9 >> 2] | 0, HEAP32[i9 + 4 >> 2] | 0) | 0; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); break L1; } case 4: { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 15310, 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); + __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); break L1; } default: { - i1 = 0; + i8 = 0; break L1; } } ___assert_fail(15247, 13029, 406, 15281); - } else i1 = 0; while (0); + } else i8 = 0; while (0); STACKTOP = i10; - return i1 | 0; + return i8 | 0; } function ___cxx_global_array_dtor_109(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); @@ -51535,13 +52082,13 @@ function ___cxx_global_array_dtor_109(i1) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41020); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(41008); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40996); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40984); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40972); return; } function ___cxx_global_array_dtor_85(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); @@ -51564,13 +52111,13 @@ function ___cxx_global_array_dtor_85(i1) { __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41540); __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41528); __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41516); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41504); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41492); return; } function ___cxx_global_array_dtor_61(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); @@ -51593,13 +52140,13 @@ function ___cxx_global_array_dtor_61(i1) { __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40728); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40716); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40704); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40692); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40680); 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); @@ -51622,59 +52169,172 @@ function ___cxx_global_array_dtor_112(i1) { __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41832); __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41820); __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41808); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41796); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41784); 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_baseIPvEENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_SG_EEiEESJ_RKT_(i5, i1, i8, i4) { - i5 = i5 | 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_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; - i4 = i4 | 0; - var i2 = 0, i3 = 0, i6 = 0, i7 = 0; - i3 = i5 + 4 | 0; - i6 = HEAP32[i1 >> 2] | 0; - i1 = i6; - do if ((i6 | 0) != (i3 | 0) ? (i2 = i6 + 16 | 0, !(__ZNK6cashew7IStringltERKS0_(i4, i2) | 0)) : 0) { - if (__ZNK6cashew7IStringltERKS0_(i2, i4) | 0) i2 = 1; else { + 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 ((i2 | 0) <= 0) break; - i2 = i2 + -1 | 0; - i1 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i1) | 0; + if ((i3 | 0) <= 0) break; + i3 = i3 + -1 | 0; + i2 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i2) | 0; } - i2 = i1; - if ((i2 | 0) != (i3 | 0) ? !(__ZNK6cashew7IStringltERKS0_(i4, i2 + 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_(i5, i8, i4) | 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; } - i2 = i6 + 4 | 0; - if (!(HEAP32[i2 >> 2] | 0)) { - HEAP32[i8 >> 2] = i6; + 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; + 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 ((i6 | 0) != (HEAP32[i5 >> 2] | 0)) { - i1 = __ZNSt3__111__tree_prevIPNS_16__tree_node_baseIPvEEEET_S5_(i6) | 0; - if (!(__ZNK6cashew7IStringltERKS0_(i1 + 16 | 0, i4) | 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_(i5, i8, i4) | 0; + 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[i6 >> 2] | 0)) { - HEAP32[i8 >> 2] = i6; - i1 = i6; + if (!(HEAP32[i1 >> 2] | 0)) { + HEAP32[i8 >> 2] = i1; break; } else { + i1 = i2; HEAP32[i8 >> 2] = i1; i1 = i1 + 4 | 0; break; @@ -51709,34 +52369,33 @@ 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) { - i7 = i1; + i4 = i1; L21 : while (1) while (1) { - i1 = HEAP32[i7 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; if (!i1) break L1; i3 = HEAP32[i1 + 4 >> 2] | 0; - if (i9) i6 = i3 & i8; else i6 = (i3 >>> 0) % (i10 >>> 0) | 0; - if ((i6 | 0) == (i2 | 0)) { - i7 = i1; + if (i9) i7 = i3 & i8; else i7 = (i3 >>> 0) % (i10 >>> 0) | 0; + if ((i7 | 0) == (i2 | 0)) { + i4 = i1; continue L21; } - i4 = (HEAP32[i11 >> 2] | 0) + (i6 << 2) | 0; - if (!(HEAP32[i4 >> 2] | 0)) { - i2 = i6; - i3 = i7; + i3 = (HEAP32[i11 >> 2] | 0) + (i7 << 2) | 0; + if (!(HEAP32[i3 >> 2] | 0)) { + i2 = i7; break L21; } - i5 = i1 + 8 | 0; + i6 = i1 + 8 | 0; i3 = i1; while (1) { - i4 = HEAP32[i3 >> 2] | 0; - if (!i4) break; - if ((HEAP32[i5 >> 2] | 0) == (HEAP32[i4 + 8 >> 2] | 0)) i3 = i4; else break; + i5 = HEAP32[i3 >> 2] | 0; + if (!i5) break; + if ((HEAP32[i6 >> 2] | 0) == (HEAP32[i5 + 8 >> 2] | 0)) i3 = i5; else break; } - 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[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[i4 >> 2] = i3; + HEAP32[i3 >> 2] = i4; } } } else { @@ -51748,62 +52407,6 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD 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_(i5, i1, i8, i4) { - i5 = i5 | 0; - i1 = i1 | 0; - i8 = i8 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0, i6 = 0, i7 = 0; - i3 = i5 + 4 | 0; - i6 = HEAP32[i1 >> 2] | 0; - i1 = i6; - do if ((i6 | 0) != (i3 | 0) ? (i2 = i6 + 16 | 0, !(__ZNK6cashew7IStringltERKS0_(i4, i2) | 0)) : 0) { - if (__ZNK6cashew7IStringltERKS0_(i2, i4) | 0) i2 = 1; else { - HEAP32[i8 >> 2] = i1; - i1 = i8; - break; - } - while (1) { - if ((i2 | 0) <= 0) break; - i2 = i2 + -1 | 0; - i1 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i1) | 0; - } - i2 = i1; - if ((i2 | 0) != (i3 | 0) ? !(__ZNK6cashew7IStringltERKS0_(i4, i2 + 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_(i5, i8, i4) | 0; - break; - } - i2 = i6 + 4 | 0; - if (!(HEAP32[i2 >> 2] | 0)) { - HEAP32[i8 >> 2] = i6; - i1 = i2; - break; - } else { - HEAP32[i8 >> 2] = i1; - break; - } - } else i7 = 3; while (0); - do if ((i7 | 0) == 3) { - if ((i6 | 0) != (HEAP32[i5 >> 2] | 0)) { - i1 = __ZNSt3__111__tree_prevIPNS_16__tree_node_baseIPvEEEET_S5_(i6) | 0; - if (!(__ZNK6cashew7IStringltERKS0_(i1 + 16 | 0, i4) | 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_(i5, i8, i4) | 0; - break; - } - } - if (!(HEAP32[i6 >> 2] | 0)) { - HEAP32[i8 >> 2] = i6; - i1 = i6; - break; - } else { - HEAP32[i8 >> 2] = i1; - i1 = i1 + 4 | 0; - break; - } - } while (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_EEE8__rehashEj(i11, i10) { i11 = i11 | 0; i10 = i10 | 0; @@ -51830,34 +52433,33 @@ 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) { - i7 = i1; + i4 = i1; L21 : while (1) while (1) { - i1 = HEAP32[i7 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; if (!i1) break L1; i3 = HEAP32[i1 + 4 >> 2] | 0; - if (i9) i6 = i3 & i8; else i6 = (i3 >>> 0) % (i10 >>> 0) | 0; - if ((i6 | 0) == (i2 | 0)) { - i7 = i1; + if (i9) i7 = i3 & i8; else i7 = (i3 >>> 0) % (i10 >>> 0) | 0; + if ((i7 | 0) == (i2 | 0)) { + i4 = i1; continue L21; } - i4 = (HEAP32[i11 >> 2] | 0) + (i6 << 2) | 0; - if (!(HEAP32[i4 >> 2] | 0)) { - i2 = i6; - i3 = i7; + i3 = (HEAP32[i11 >> 2] | 0) + (i7 << 2) | 0; + if (!(HEAP32[i3 >> 2] | 0)) { + i2 = i7; break L21; } - i5 = i1 + 8 | 0; + i6 = i1 + 8 | 0; i3 = i1; while (1) { - i4 = HEAP32[i3 >> 2] | 0; - if (!i4) break; - if ((HEAP32[i5 >> 2] | 0) == (HEAP32[i4 + 8 >> 2] | 0)) i3 = i4; else break; + i5 = HEAP32[i3 >> 2] | 0; + if (!i5) break; + if ((HEAP32[i6 >> 2] | 0) == (HEAP32[i5 + 8 >> 2] | 0)) i3 = i5; else break; } - 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[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[i4 >> 2] = i3; + HEAP32[i3 >> 2] = i4; } } } else { @@ -51869,118 +52471,6 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ 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_baseIPvEENS_21__tree_const_iteratorIS6_PNS_11__tree_nodeIS6_SG_EEiEESJ_RKT_(i5, i1, i8, i4) { - i5 = i5 | 0; - i1 = i1 | 0; - i8 = i8 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0, i6 = 0, i7 = 0; - i3 = i5 + 4 | 0; - i6 = HEAP32[i1 >> 2] | 0; - i1 = i6; - do if ((i6 | 0) != (i3 | 0) ? (i2 = i6 + 16 | 0, !(__ZNK6cashew7IStringltERKS0_(i4, i2) | 0)) : 0) { - if (__ZNK6cashew7IStringltERKS0_(i2, i4) | 0) i2 = 1; else { - HEAP32[i8 >> 2] = i1; - i1 = i8; - break; - } - while (1) { - if ((i2 | 0) <= 0) break; - i2 = i2 + -1 | 0; - i1 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i1) | 0; - } - i2 = i1; - if ((i2 | 0) != (i3 | 0) ? !(__ZNK6cashew7IStringltERKS0_(i4, i2 + 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_(i5, i8, i4) | 0; - break; - } - i2 = i6 + 4 | 0; - if (!(HEAP32[i2 >> 2] | 0)) { - HEAP32[i8 >> 2] = i6; - i1 = i2; - break; - } else { - HEAP32[i8 >> 2] = i1; - break; - } - } else i7 = 3; while (0); - do if ((i7 | 0) == 3) { - if ((i6 | 0) != (HEAP32[i5 >> 2] | 0)) { - i1 = __ZNSt3__111__tree_prevIPNS_16__tree_node_baseIPvEEEET_S5_(i6) | 0; - if (!(__ZNK6cashew7IStringltERKS0_(i1 + 16 | 0, i4) | 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_(i5, i8, i4) | 0; - break; - } - } - if (!(HEAP32[i6 >> 2] | 0)) { - HEAP32[i8 >> 2] = i6; - i1 = i6; - break; - } else { - 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_(i5, i1, i8, i4) { - i5 = i5 | 0; - i1 = i1 | 0; - i8 = i8 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0, i6 = 0, i7 = 0; - i3 = i5 + 4 | 0; - i6 = HEAP32[i1 >> 2] | 0; - i1 = i6; - do if ((i6 | 0) != (i3 | 0) ? (i2 = i6 + 16 | 0, !(__ZNK6cashew7IStringltERKS0_(i4, i2) | 0)) : 0) { - if (__ZNK6cashew7IStringltERKS0_(i2, i4) | 0) i2 = 1; else { - HEAP32[i8 >> 2] = i1; - i1 = i8; - break; - } - while (1) { - if ((i2 | 0) <= 0) break; - i2 = i2 + -1 | 0; - i1 = __ZNSt3__111__tree_nextIPNS_16__tree_node_baseIPvEEEET_S5_(i1) | 0; - } - i2 = i1; - if ((i2 | 0) != (i3 | 0) ? !(__ZNK6cashew7IStringltERKS0_(i4, i2 + 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_(i5, i8, i4) | 0; - break; - } - i2 = i6 + 4 | 0; - if (!(HEAP32[i2 >> 2] | 0)) { - HEAP32[i8 >> 2] = i6; - i1 = i2; - break; - } else { - HEAP32[i8 >> 2] = i1; - break; - } - } else i7 = 3; while (0); - do if ((i7 | 0) == 3) { - if ((i6 | 0) != (HEAP32[i5 >> 2] | 0)) { - i1 = __ZNSt3__111__tree_prevIPNS_16__tree_node_baseIPvEEEET_S5_(i6) | 0; - if (!(__ZNK6cashew7IStringltERKS0_(i1 + 16 | 0, i4) | 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_(i5, i8, i4) | 0; - break; - } - } - if (!(HEAP32[i6 >> 2] | 0)) { - HEAP32[i8 >> 2] = i6; - i1 = i6; - break; - } else { - HEAP32[i8 >> 2] = i1; - i1 = i1 + 4 | 0; - break; - } - } while (0); - return i1 | 0; -} - function __ZN4wasm22SExpressionWasmBuilder16stringToWasmTypeEPKcbb(i6, i3, i5, i2) { i6 = i6 | 0; i3 = i3 | 0; @@ -52095,23 +52585,88 @@ 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; - i4 = i1; - i3 = i7 - i4 >> 3; + i5 = i1; + i3 = i7 - i5 >> 3; i2 = i6 + 8 | 0; - i5 = HEAP32[i6 >> 2] | 0; - L1 : do if (i3 >>> 0 <= (HEAP32[i2 >> 2] | 0) - i5 >> 3 >>> 0) { + i4 = HEAP32[i6 >> 2] | 0; + L1 : do if (i3 >>> 0 <= (HEAP32[i2 >> 2] | 0) - i4 >> 3 >>> 0) { i6 = i6 + 4 | 0; - i2 = (HEAP32[i6 >> 2] | 0) - i5 >> 3; + i2 = (HEAP32[i6 >> 2] | 0) - i4 >> 3; i8 = i3 >>> 0 > i2 >>> 0; i3 = i1 + (i2 << 3) | 0; - i2 = (i8 ? i3 : i7) - i4 | 0; - _memmove(i5 | 0, i1 | 0, i2 | 0) | 0; - i2 = i5 + (i2 >> 3 << 3) | 0; + i2 = (i8 ? i3 : i7) - i5 | 0; + _memmove(i4 | 0, i1 | 0, i2 | 0) | 0; + i2 = i4 + (i2 >> 3 << 3) | 0; if (i8) { i1 = i3; while (1) { @@ -52163,8 +52718,8 @@ function __ZZ11instantiateEN19JSExternalInterface10callImportEPN4wasm6ImportERNS i7 = i7 | 0; i4 = i4 | 0; var d1 = 0.0, i3 = 0, i5 = 0; - if (HEAP8[42364] | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39476, 18515) | 0; + if (HEAP8[42388] | 0) { + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39500, 18515) | 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); @@ -52175,17 +52730,17 @@ function __ZZ11instantiateEN19JSExternalInterface10callImportEPN4wasm6ImportERNS switch (HEAP32[i2 >> 2] | 0) { case 1: { - _emscripten_asm_const_ii(16, __ZN4wasm7Literal6geti32Ev(i2) | 0) | 0; + _emscripten_asm_const_ii(16, __ZNK4wasm7Literal6geti32Ev(i2) | 0) | 0; break; } case 3: { - _emscripten_asm_const_id(16, +(+__ZN4wasm7Literal6getf32Ev(i2))) | 0; + _emscripten_asm_const_id(16, +(+__ZNK4wasm7Literal6getf32Ev(i2))) | 0; break; } case 4: { - _emscripten_asm_const_id(16, +(+__ZN4wasm7Literal6getf64Ev(i2))) | 0; + _emscripten_asm_const_id(16, +(+__ZNK4wasm7Literal6getf64Ev(i2))) | 0; break; } default: @@ -52198,7 +52753,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[42364] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39476, 18840) | 0, d1) | 0, 10) | 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; switch (HEAP32[(HEAP32[i7 + 12 >> 2] | 0) + 4 >> 2] | 0) { case 0: { @@ -52237,23 +52792,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; - i10 = i14 + 16 | 0; + i12 = i14 + 16 | 0; i3 = i14 + 12 | 0; - i11 = i14 + 8 | 0; - i12 = i14 + 4 | 0; - i13 = i14; + i13 = i14 + 8 | 0; + i11 = i14 + 4 | 0; + i10 = i14; i6 = HEAP32[i1 >> 2] | 0; i4 = HEAP32[i2 >> 2] | 0; - HEAP32[i13 >> 2] = i6; + HEAP32[i10 >> 2] = i6; i1 = HEAP32[i5 + 4 >> 2] | 0; i2 = __ZN6cashew5Value4sizeEv(i6) | 0; do if ((i2 | 0) == (i4 | 0)) i1 = __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; else { if ((i2 - i4 | 0) == 1) { i1 = HEAP32[i5 + 8 >> 2] | 0; - i13 = __ZN6cashew3RefixEj(i13, i4) | 0; + i13 = __ZN6cashew3RefixEj(i10, i4) | 0; HEAP32[i3 >> 2] = HEAP32[i13 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i3 >> 2]; - i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i10) | 0; + HEAP32[i12 >> 2] = HEAP32[i3 >> 2]; + i1 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i12) | 0; break; } i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i1 + 4 >> 2] | 0) | 0; @@ -52264,18 +52819,18 @@ function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunction i2 = i6; while (1) { if (i4 >>> 0 >= (__ZN6cashew5Value4sizeEv(i2) | 0) >>> 0) break; - i2 = HEAP32[i5 >> 2] | 0; - i3 = __ZN6cashew3RefixEj(i13, i4) | 0; - HEAP32[i12 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i10 >> 2] = HEAP32[i12 >> 2]; - i2 = __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i2, i10) | 0; - HEAP32[i11 >> 2] = i2; - i3 = HEAP32[i7 >> 2] | 0; - if (i3 >>> 0 < (HEAP32[i8 >> 2] | 0) >>> 0) { - HEAP32[i3 >> 2] = i2; + 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; HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i11); - i2 = HEAP32[i13 >> 2] | 0; + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i9, i13); + i2 = HEAP32[i10 >> 2] | 0; i4 = i4 + 1 | 0; } } while (0); @@ -52283,6 +52838,64 @@ 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) { + i5 = i5 | 0; + i9 = i9 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + i6 = i6 | 0; + var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i10 = 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)) { + 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; + } 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; + 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; + i1 = i4; + i2 = i6; + i6 = (i4 & 1) == 0 ? i8 : i6; + 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; + 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; + break; + } + if ((FUNCTION_TABLE_iii[HEAP32[(HEAP32[i2 >> 2] | 0) + 52 >> 2] & 31](i2, i1 & 255) | 0) == -1) HEAP32[i9 >> 2] = 0; + } while (0); + i1 = HEAP8[i10 >> 0] | 0; + i2 = HEAP32[i5 >> 2] | 0; + i6 = i6 + 1 | 0; + } + i1 = HEAP32[i9 >> 2] | 0; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i10); + } + STACKTOP = i11; + return i1 | 0; +} + function __ZN4wasm5Break7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i5, i1, i6) { i5 = i5 | 0; i1 = i1 | 0; @@ -52290,32 +52903,32 @@ function __ZN4wasm5Break7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEE var i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i10 + 12 | 0; + i4 = i10 + 12 | 0; i9 = i10 + 8 | 0; - i3 = i10 + 4 | 0; - i4 = i10; + i2 = i10 + 4 | 0; + i3 = i10; HEAP32[i9 >> 2] = i6; - i8 = i5 + 8 | 0; + i8 = i5 + 16 | 0; do if (!(HEAP32[i8 >> 2] | 0)) { - i3 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i1, 17277, 0) | 0; - HEAP32[i4 >> 2] = HEAP32[i5 + 12 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i3, i2) | 0; - i2 = i5 + 16 | 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; } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, 35822) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, 35848) | 0; } else { i7 = __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i1, 17270, 0) | 0; - HEAP32[i3 >> 2] = HEAP32[i5 + 12 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i7, i2) | 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 + 16 | 0; + i2 = i5 + 12 | 0; i7 = 7; } while (0); if ((i7 | 0) == 7) { @@ -52331,166 +52944,6 @@ function __ZN4wasm5Break7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEE return i1 | 0; } -function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcb(i5, i10, i4, i3, i6) { - i5 = i5 | 0; - i10 = i10 | 0; - i4 = i4 | 0; - i3 = i3 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0; - i11 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - 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[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 { - i8 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; - HEAP32[i2 >> 2] = i8; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 40448) | 0; - __ZNSt3__114__shared_count16__release_sharedEv(i8) | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i6) FUNCTION_TABLE_vii[HEAP32[i2 + 24 >> 2] & 127](i9, i1); else FUNCTION_TABLE_vii[HEAP32[i2 + 28 >> 2] & 127](i9, i1); - 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 = i8; - i8 = (i4 & 1) == 0 ? i5 : i8; - while (1) { - i4 = (i1 & 1) == 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) { - 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[i10 >> 2] = 0; - } while (0); - i1 = HEAP8[i9 >> 0] | 0; - i2 = HEAP32[i6 >> 2] | 0; - i8 = i8 + 1 | 0; - } - i1 = HEAP32[i10 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i9); - } - STACKTOP = i11; - return i1 | 0; -} - -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 + 12 | 0; - i1 = HEAP32[i9 + 16 >> 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; - } - } else { - i3 = 0; - i4 = 0; - i6 = 0; - i5 = 0; - i8 = 4; - } - do if ((i8 | 0) == 4) { - i2 = HEAP32[i7 >> 2] | 0; - i1 = HEAP32[i9 + 8 >> 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 __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE8__appendEj(i8, i6) { - i8 = i8 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 32 | 0; - i7 = i9; - i2 = HEAP32[i8 + 8 >> 2] | 0; - i4 = i8 + 4 | 0; - i1 = HEAP32[i4 >> 2] | 0; - if (((i2 - i1 | 0) / 20 | 0) >>> 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 - 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[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; - i1 = i1 + -1 | 0; - if (!i1) break; else i4 = i4 + 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); - STACKTOP = i9; - return; -} - function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_7LiteralE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -52498,33 +52951,33 @@ 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, 21061) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 28275) | 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; break; } case 1: { - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 17411) | 0, 21061) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 17411) | 0, 21087) | 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, 21061) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 17415) | 0, 21087) | 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, 21061) | 0; - __ZN4wasm7Literal10printFloatERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEf(i2, +__ZN4wasm7Literal6getf32Ev(i1)); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 17419) | 0, 21087) | 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, 21061) | 0; - __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEd(i2, +__ZN4wasm7Literal6getf64Ev(i1)); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, 17423) | 0, 21087) | 0; + __ZN4wasm7Literal11printDoubleERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEd(i2, +__ZNK4wasm7Literal6getf64Ev(i1)); break; } default: @@ -52533,98 +52986,100 @@ function __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_7Literal return __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i2, 41) | 0; } -function _mbsnrtowcs(i2, i12, i3, i1, i9) { - i2 = i2 | 0; - i12 = i12 | 0; - i3 = i3 | 0; - i1 = i1 | 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; +function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE8__appendEj(i8, i6) { + i8 = i8 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0; + i9 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i7 = i9; + i2 = HEAP32[i8 + 8 >> 2] | 0; + i5 = i8 + 4 | 0; + i1 = HEAP32[i5 >> 2] | 0; + if (((i2 - i1 | 0) / 20 | 0) >>> 0 < i6 >>> 0) { + i4 = HEAP32[i8 >> 2] | 0; + i3 = ((i1 - i4 | 0) / 20 | 0) + i6 | 0; + if (i3 >>> 0 > 214748364) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); + i1 = (i2 - i4 | 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; 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; - } + 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; } - i3 = i1; - i6 = 0; - i4 = HEAP32[i11 >> 2] | 0; - i1 = -1; + HEAP32[i2 >> 2] = i1 + (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); + STACKTOP = i9; + return; +} + +function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwb(i5, i8, i2, i1, i6) { + i5 = i5 | 0; + i8 = i8 | 0; + i2 = i2 | 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; } else { - i6 = i1; - i1 = 0; - } while (0); - L8 : do if ((i4 | 0) != 0 ? (i6 | 0) != 0 & (i3 | 0) != 0 : 0) { - i5 = i4; - i4 = i2; + 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; while (1) { - 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; - } - } - switch (i2 | 0) { - case -1: - { - i1 = -1; - break L8; - } - case 0: - { - HEAP32[i11 >> 2] = 0; - break L8; - } - default: - { - HEAP32[i9 >> 2] = 0; - break L8; + 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; } + i1 = HEAP8[i9 >> 0] | 0; + i2 = HEAP32[i6 >> 2] | 0; + i7 = i7 + 4 | 0; } - } while (0); - if (i10) HEAP32[i12 >> 2] = HEAP32[i11 >> 2]; - STACKTOP = i13; + i1 = HEAP32[i8 >> 2] | 0; + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i9); + } + STACKTOP = i10; return i1 | 0; } @@ -52654,34 +53109,33 @@ 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) { - i7 = i1; + i4 = i1; L21 : while (1) while (1) { - i1 = HEAP32[i7 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; if (!i1) break L1; i3 = HEAP32[i1 + 4 >> 2] | 0; - if (i9) i6 = i3 & i8; else i6 = (i3 >>> 0) % (i10 >>> 0) | 0; - if ((i6 | 0) == (i2 | 0)) { - i7 = i1; + if (i9) i7 = i3 & i8; else i7 = (i3 >>> 0) % (i10 >>> 0) | 0; + if ((i7 | 0) == (i2 | 0)) { + i4 = i1; continue L21; } - i4 = (HEAP32[i11 >> 2] | 0) + (i6 << 2) | 0; - if (!(HEAP32[i4 >> 2] | 0)) { - i2 = i6; - i3 = i7; + i3 = (HEAP32[i11 >> 2] | 0) + (i7 << 2) | 0; + if (!(HEAP32[i3 >> 2] | 0)) { + i2 = i7; break L21; } - i5 = i1 + 8 | 0; + i6 = i1 + 8 | 0; i3 = i1; while (1) { - i4 = HEAP32[i3 >> 2] | 0; - if (!i4) break; - if (!(_strcmp(HEAP32[i5 >> 2] | 0, HEAP32[i4 + 8 >> 2] | 0) | 0)) i3 = i4; else break; + i5 = HEAP32[i3 >> 2] | 0; + if (!i5) break; + if (!(_strcmp(HEAP32[i6 >> 2] | 0, HEAP32[i5 + 8 >> 2] | 0) | 0)) i3 = i5; else break; } - 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[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[i4 >> 2] = i3; + HEAP32[i3 >> 2] = i4; } } } else { @@ -52693,62 +53147,6 @@ 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, 40476) | 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; @@ -52775,34 +53173,33 @@ 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) { - i7 = i1; + i4 = i1; L21 : while (1) while (1) { - i1 = HEAP32[i7 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; if (!i1) break L1; i3 = HEAP32[i1 + 4 >> 2] | 0; - if (i9) i6 = i3 & i8; else i6 = (i3 >>> 0) % (i10 >>> 0) | 0; - if ((i6 | 0) == (i2 | 0)) { - i7 = i1; + if (i9) i7 = i3 & i8; else i7 = (i3 >>> 0) % (i10 >>> 0) | 0; + if ((i7 | 0) == (i2 | 0)) { + i4 = i1; continue L21; } - i4 = (HEAP32[i11 >> 2] | 0) + (i6 << 2) | 0; - if (!(HEAP32[i4 >> 2] | 0)) { - i2 = i6; - i3 = i7; + i3 = (HEAP32[i11 >> 2] | 0) + (i7 << 2) | 0; + if (!(HEAP32[i3 >> 2] | 0)) { + i2 = i7; break L21; } - i5 = i1 + 8 | 0; + i6 = i1 + 8 | 0; i3 = i1; while (1) { - i4 = HEAP32[i3 >> 2] | 0; - if (!i4) break; - if ((HEAP32[i5 >> 2] | 0) == (HEAP32[i4 + 8 >> 2] | 0)) i3 = i4; else break; + i5 = HEAP32[i3 >> 2] | 0; + if (!i5) break; + if ((HEAP32[i6 >> 2] | 0) == (HEAP32[i5 + 8 >> 2] | 0)) i3 = i5; else break; } - 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[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[i4 >> 2] = i3; + HEAP32[i3 >> 2] = i4; } } } else { @@ -52814,83 +53211,83 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 return; } -function __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i9, i8, i7, i6) { +function __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i9, i5, i4, i3) { i9 = i9 | 0; - i8 = i8 | 0; - i7 = i7 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i10 = 0; + i5 = i5 | 0; + i4 = i4 | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 112 | 0; - 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)) { + 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); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1); - __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); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); STACKTOP = i10; return; - } else ___assert_fail(24153, 24193, 32, 24206); + } else ___assert_fail(24179, 24219, 32, 24232); } -function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i16, i15, i14, i12, i13) { - i16 = i16 | 0; - i15 = i15 | 0; +function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i14, i13, i12, i10, i11) { i14 = i14 | 0; - i12 = i12 | 0; i13 = i13 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i17 = 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; i17 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i6 = i17; - i5 = i17 + 24 | 0; - i7 = i17 + 20 | 0; - i8 = i17 + 16 | 0; + i8 = i17; + i6 = i17 + 24 | 0; + i5 = i17 + 20 | 0; + i7 = i17 + 16 | 0; i9 = __ZN6cashew12ValueBuilder9makeBlockEv() | 0; - i10 = i6 + 12 | 0; - i11 = i6 + 12 | 0; + i16 = i8 + 12 | 0; + i15 = i8 + 12 | 0; L1 : while (1) { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i15); - i4 = HEAP32[i15 >> 2] | 0; - i2 = HEAP8[i4 >> 0] | 0; - switch (i2 << 24 >> 24) { + __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i13); + i4 = HEAP32[i13 >> 2] | 0; + i1 = HEAP8[i4 >> 0] | 0; + switch (i1 << 24 >> 24) { case 0: break L1; case 59: { - HEAP32[i15 >> 2] = i4 + 1; + HEAP32[i13 >> 2] = i4 + 1; continue L1; } default: - i1 = i14; + i3 = i12; } while (1) { - i3 = HEAP8[i1 >> 0] | 0; - if (!(i3 << 24 >> 24)) break; - if (i3 << 24 >> 24 == i2 << 24 >> 24) break L1; else i1 = i1 + 1 | 0; + i2 = HEAP8[i3 >> 0] | 0; + if (!(i2 << 24 >> 24)) break; + if (i2 << 24 >> 24 == i1 << 24 >> 24) break L1; else i3 = i3 + 1 | 0; } - 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); + 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); } STACKTOP = i17; return i9 | 0; @@ -52904,30 +53301,30 @@ function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuild STACKTOP = STACKTOP + 32 | 0; i7 = i9; i2 = HEAP32[i8 + 8 >> 2] | 0; - i4 = i8 + 4 | 0; - i1 = HEAP32[i4 >> 2] | 0; + i5 = i8 + 4 | 0; + i1 = HEAP32[i5 >> 2] | 0; if (((i2 - i1 | 0) / 12 | 0) >>> 0 < i6 >>> 0) { - i5 = HEAP32[i8 >> 2] | 0; - i3 = ((i1 - i5 | 0) / 12 | 0) + i6 | 0; + i4 = HEAP32[i8 >> 2] | 0; + i3 = ((i1 - i4 | 0) / 12 | 0) + i6 | 0; if (i3 >>> 0 > 357913941) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); - i1 = (i2 - i5 | 0) / 12 | 0; + i1 = (i2 - i4 | 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[i4 >> 2] | 0) - i5 | 0) / 12 | 0, i8 + 8 | 0); - i3 = i7 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; - i1 = i6; - i4 = i2; + __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; while (1) { - 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[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[i3 >> 2] = i2 + (i6 * 12 | 0); + HEAP32[i2 >> 2] = i3 + (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); @@ -52942,53 +53339,137 @@ 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)) { - 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 + 12 >> 2] = HEAP32[i2 + (i3 + ~i1 << 2) >> 2]; - break; - } else ___assert_fail(17907, 16606, 876, 17934); + 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); } else { i3 = __ZN4wasm7Element4listEv(i5) | 0; i3 = __ZN4wasm7Element3strEv(HEAP32[(HEAP32[i3 >> 2] | 0) + 4 >> 2] | 0) | 0; - HEAP32[i4 + 12 >> 2] = i3; + HEAP32[i4 + 8 >> 2] = i3; } while (0); do if ((__ZN4wasm7Element4sizeEv(i5) | 0) != 2) { i3 = __ZN4wasm7Element4listEv(i5) | 0; i3 = __ZN4wasm7Element3strEv(HEAP32[HEAP32[i3 >> 2] >> 2] | 0) | 0; - if ((i3 | 0) != (HEAP32[9561] | 0)) { + if ((i3 | 0) != (HEAP32[9567] | 0)) { i5 = __ZN4wasm7Element4listEv(i5) | 0; i6 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] | 0) | 0; - HEAP32[i4 + 16 >> 2] = i6; + HEAP32[i4 + 12 >> 2] = i6; break; } if ((__ZN4wasm7Element4sizeEv(i5) | 0) >>> 0 > 3) { i1 = __ZN4wasm7Element4listEv(i5) | 0; i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] | 0) | 0; - HEAP32[i4 + 16 >> 2] = i1; + HEAP32[i4 + 12 >> 2] = i1; i1 = 3; } else i1 = 2; i6 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, __ZN4wasm7ElementixEj(i5, i1) | 0) | 0; - HEAP32[i4 + 8 >> 2] = i6; + HEAP32[i4 + 16 >> 2] = i6; } while (0); 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; - i4 = i1; + i3 = i1; while (1) { - if ((i4 | 0) == (i7 | 0)) break; - i2 = HEAP32[i4 + 8 >> 2] | 0; + if ((i3 | 0) == (i7 | 0)) break; + i2 = HEAP32[i3 + 8 >> 2] | 0; i6 = i2 + 12 | 0; if (HEAP8[i6 >> 0] | 0) break; - i3 = i2 + 8 | 0; - i1 = HEAP32[i3 >> 2] | 0; + i4 = i2 + 8 | 0; + i1 = HEAP32[i4 >> 2] | 0; i5 = HEAP32[i1 >> 2] | 0; if ((i5 | 0) == (i2 | 0)) { i5 = HEAP32[i1 + 4 >> 2] | 0; @@ -53004,7 +53485,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; - i4 = i1; + i3 = i1; continue; } else { if (!i5) { @@ -53019,14 +53500,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; - i4 = i1; + i3 = i1; continue; } } if ((i8 | 0) == 8) { - if ((HEAP32[i2 >> 2] | 0) != (i4 | 0)) { + if ((HEAP32[i2 >> 2] | 0) != (i3 | 0)) { __ZNSt3__118__tree_left_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i2); - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; i2 = i1; i1 = HEAP32[i1 + 8 >> 2] | 0; } @@ -53034,9 +53515,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) == (i4 | 0)) { + if ((HEAP32[i2 >> 2] | 0) == (i3 | 0)) { __ZNSt3__119__tree_right_rotateIPNS_16__tree_node_baseIPvEEEEvT_(i2); - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i4 >> 2] | 0; i2 = i1; i1 = HEAP32[i1 + 8 >> 2] | 0; } @@ -53052,18 +53533,18 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6assignIPS3_E i1 = i1 | 0; i7 = i7 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; - i4 = i1; - i3 = i7 - i4 >> 2; + i5 = i1; + i3 = i7 - i5 >> 2; i2 = i6 + 8 | 0; - i5 = HEAP32[i6 >> 2] | 0; - L1 : do if (i3 >>> 0 <= (HEAP32[i2 >> 2] | 0) - i5 >> 2 >>> 0) { + i4 = HEAP32[i6 >> 2] | 0; + L1 : do if (i3 >>> 0 <= (HEAP32[i2 >> 2] | 0) - i4 >> 2 >>> 0) { i6 = i6 + 4 | 0; - i2 = (HEAP32[i6 >> 2] | 0) - i5 >> 2; + i2 = (HEAP32[i6 >> 2] | 0) - i4 >> 2; i8 = i3 >>> 0 > i2 >>> 0; i3 = i1 + (i2 << 2) | 0; - i2 = (i8 ? i3 : i7) - i4 | 0; - _memmove(i5 | 0, i1 | 0, i2 | 0) | 0; - i2 = i5 + (i2 >> 2 << 2) | 0; + i2 = (i8 ? i3 : i7) - i5 | 0; + _memmove(i4 | 0, i1 | 0, i2 | 0) | 0; + i2 = i4 + (i2 >> 2 << 2) | 0; if (i8) { i1 = i3; while (1) { @@ -53110,7 +53591,7 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect STACKTOP = STACKTOP + 32 | 0; i2 = i5; __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i4, HEAP32[i1 + 8 >> 2] | 0); - do if (!(HEAP32[i2 + 16 >> 2] | 0)) if (!(__ZN4wasm7Literal6geti32Ev(i2) | 0)) { + do if (!(HEAP32[i2 + 16 >> 2] | 0)) if (!(__ZNK4wasm7Literal6geti32Ev(i2) | 0)) { i1 = HEAP32[i1 + 16 >> 2] | 0; if (!i1) { HEAP32[i3 >> 2] = 0; @@ -53144,52 +53625,52 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect return; } -function __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i9, i7) { +function __ZNSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEE4swapERS7_(i9, i4) { i9 = i9 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i10 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 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); + 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; FUNCTION_TABLE_vi[HEAP32[(HEAP32[i8 >> 2] | 0) + 16 >> 2] & 255](i8); - HEAP32[i4 >> 2] = i7; + 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; break; } else { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 12 >> 2] & 127](i2, i7); - i9 = HEAP32[i1 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 12 >> 2] & 127](i1, i4); + i9 = HEAP32[i5 >> 2] | 0; FUNCTION_TABLE_vi[HEAP32[(HEAP32[i9 >> 2] | 0) + 16 >> 2] & 255](i9); - i9 = i7 + 16 | 0; - HEAP32[i1 >> 2] = HEAP32[i9 >> 2]; - HEAP32[i9 >> 2] = i7; + i9 = i4 + 16 | 0; + HEAP32[i5 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i9 >> 2] = i4; break; - } else if (i6) { - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i7 >> 2] | 0) + 12 >> 2] & 127](i7, i9); - i8 = HEAP32[i4 >> 2] | 0; + } else if (i8) { + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 12 >> 2] & 127](i4, i9); + i8 = HEAP32[i6 >> 2] | 0; FUNCTION_TABLE_vi[HEAP32[(HEAP32[i8 >> 2] | 0) + 16 >> 2] & 255](i8); - HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i1 >> 2] = i9; + HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i5 >> 2] = i9; break; } else { - HEAP32[i1 >> 2] = i5; - HEAP32[i4 >> 2] = i3; + HEAP32[i5 >> 2] = i3; + HEAP32[i6 >> 2] = i2; break; } while (0); STACKTOP = i10; @@ -53201,18 +53682,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; - i4 = i1; - i3 = i7 - i4 >> 2; + i5 = i1; + i3 = i7 - i5 >> 2; i2 = i6 + 8 | 0; - i5 = HEAP32[i6 >> 2] | 0; - L1 : do if (i3 >>> 0 <= (HEAP32[i2 >> 2] | 0) - i5 >> 2 >>> 0) { + i4 = HEAP32[i6 >> 2] | 0; + L1 : do if (i3 >>> 0 <= (HEAP32[i2 >> 2] | 0) - i4 >> 2 >>> 0) { i6 = i6 + 4 | 0; - i2 = (HEAP32[i6 >> 2] | 0) - i5 >> 2; + i2 = (HEAP32[i6 >> 2] | 0) - i4 >> 2; i8 = i3 >>> 0 > i2 >>> 0; i3 = i1 + (i2 << 2) | 0; - i2 = (i8 ? i3 : i7) - i4 | 0; - _memmove(i5 | 0, i1 | 0, i2 | 0) | 0; - i2 = i5 + (i2 >> 2 << 2) | 0; + i2 = (i8 ? i3 : i7) - i5 | 0; + _memmove(i4 | 0, i1 | 0, i2 | 0) | 0; + i2 = i4 + (i2 >> 2 << 2) | 0; if (i8) { i1 = i3; while (1) { @@ -53255,11 +53736,11 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_ i1 = i1 | 0; i7 = i7 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; - i4 = i1; - i3 = i7 - i4 >> 2; + i5 = i1; + i3 = i7 - i5 >> 2; i2 = i6 + 8 | 0; - i5 = HEAP32[i6 >> 2] | 0; - L1 : do if (i3 >>> 0 > (HEAP32[i2 >> 2] | 0) - i5 >> 2 >>> 0) { + i4 = HEAP32[i6 >> 2] | 0; + L1 : do if (i3 >>> 0 > (HEAP32[i2 >> 2] | 0) - i4 >> 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; @@ -53278,12 +53759,12 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_ } } else { i6 = i6 + 4 | 0; - i2 = (HEAP32[i6 >> 2] | 0) - i5 >> 2; + i2 = (HEAP32[i6 >> 2] | 0) - i4 >> 2; i8 = i3 >>> 0 > i2 >>> 0; i3 = i1 + (i2 << 2) | 0; - i2 = (i8 ? i3 : i7) - i4 | 0; - _memmove(i5 | 0, i1 | 0, i2 | 0) | 0; - i2 = i5 + (i2 >> 2 << 2) | 0; + i2 = (i8 ? i3 : i7) - i5 | 0; + _memmove(i4 | 0, i1 | 0, i2 | 0) | 0; + i2 = i4 + (i2 >> 2 << 2) | 0; if (i8) { i1 = i3; while (1) { @@ -53305,23 +53786,23 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE6assignIPS2_EENS_ return; } -function __ZNK10__cxxabiv120__si_class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib(i3, i8, i7, i2, i4) { +function __ZNK10__cxxabiv120__si_class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib(i3, i8, i6, i1, i4) { i3 = i3 | 0; i8 = i8 | 0; - i7 = i7 | 0; - i2 = i2 | 0; + i6 = i6 | 0; + i1 = i1 | 0; i4 = i4 | 0; - var i1 = 0, i5 = 0, i6 = 0; + var i2 = 0, i5 = 0, i7 = 0; do if ((i3 | 0) == (HEAP32[i8 + 8 >> 2] | 0)) { - if ((HEAP32[i8 + 4 >> 2] | 0) == (i7 | 0) ? (i1 = i8 + 28 | 0, (HEAP32[i1 >> 2] | 0) != 1) : 0) HEAP32[i1 >> 2] = i2; + if ((HEAP32[i8 + 4 >> 2] | 0) == (i6 | 0) ? (i2 = i8 + 28 | 0, (HEAP32[i2 >> 2] | 0) != 1) : 0) HEAP32[i2 >> 2] = i1; } else { if ((i3 | 0) != (HEAP32[i8 >> 2] | 0)) { - i6 = HEAP32[i3 + 8 >> 2] | 0; - FUNCTION_TABLE_viiiii[HEAP32[(HEAP32[i6 >> 2] | 0) + 24 >> 2] & 3](i6, i8, i7, i2, i4); + i7 = HEAP32[i3 + 8 >> 2] | 0; + FUNCTION_TABLE_viiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 24 >> 2] & 3](i7, i8, i6, i1, i4); break; } - if ((HEAP32[i8 + 16 >> 2] | 0) != (i7 | 0) ? (i6 = i8 + 20 | 0, (HEAP32[i6 >> 2] | 0) != (i7 | 0)) : 0) { - HEAP32[i8 + 32 >> 2] = i2; + if ((HEAP32[i8 + 16 >> 2] | 0) != (i6 | 0) ? (i7 = i8 + 20 | 0, (HEAP32[i7 >> 2] | 0) != (i6 | 0)) : 0) { + HEAP32[i8 + 32 >> 2] = i1; i5 = i8 + 44 | 0; if ((HEAP32[i5 >> 2] | 0) == 4) break; i1 = i8 + 52 | 0; @@ -53329,7 +53810,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, i7, i7, 1, i4); + FUNCTION_TABLE_viiiiii[HEAP32[(HEAP32[i3 >> 2] | 0) + 20 >> 2] & 15](i3, i8, i6, i6, 1, i4); if (HEAP8[i2 >> 0] | 0) if (!(HEAP8[i1 >> 0] | 0)) { i1 = 1; i2 = 13; @@ -53338,7 +53819,7 @@ function __ZNK10__cxxabiv120__si_class_type_info16search_below_dstEPNS_19__dynam i2 = 13; } do if ((i2 | 0) == 13) { - HEAP32[i6 >> 2] = i7; + HEAP32[i7 >> 2] = i6; 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) { @@ -53357,7 +53838,7 @@ function __ZNK10__cxxabiv120__si_class_type_info16search_below_dstEPNS_19__dynam HEAP32[i5 >> 2] = i1; break; } - if ((i2 | 0) == 1) HEAP32[i8 + 32 >> 2] = 1; + if ((i1 | 0) == 1) HEAP32[i8 + 32 >> 2] = 1; } while (0); return; } @@ -53369,117 +53850,39 @@ 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; - i2 = i11 + 12 | 0; - i1 = i11 + 8 | 0; - i3 = i11 + 4 | 0; + i5 = i11 + 12 | 0; + i3 = i11 + 8 | 0; + i2 = i11 + 4 | 0; i4 = i11; - 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(23553, 22821, 634, 23565); - HEAP32[i8 >> 2] = i5 + 1; - HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; - i7 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i7, i8, 35818) | 0; - HEAP32[i4 >> 2] = i7; - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - i3 = __ZN6cashew12ValueBuilder12makeIndexingENS_3RefES1_(i1, i2) | 0; + 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; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i8); i1 = HEAP32[i8 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 93) ___assert_fail(23579, 22821, 638, 23565); + if ((HEAP8[i1 >> 0] | 0) != 93) ___assert_fail(23605, 22847, 638, 23591); HEAP32[i8 >> 2] = i1 + 1; - i1 = HEAP32[i9 >> 2] | 0; + i1 = HEAP32[i10 >> 2] | 0; i2 = i1 + -12 | 0; - if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i10 = i1; else ___assert_fail(23484, 22821, 640, 23565); + if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i9 = i1; else ___assert_fail(23510, 22847, 640, 23591); while (1) { - if ((i10 | 0) == (i2 | 0)) break; - i8 = i10 + -12 | 0; - HEAP32[i9 >> 2] = i8; + if ((i9 | 0) == (i2 | 0)) break; + i8 = i9 + -12 | 0; + HEAP32[i10 >> 2] = i8; __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEED2Ev(i8); - i10 = HEAP32[i9 >> 2] | 0; + i9 = HEAP32[i10 >> 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; @@ -53487,43 +53890,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; - i11 = i17; - i10 = i17 + 32 | 0; - i9 = i17 + 28 | 0; - i12 = i17 + 24 | 0; - i13 = i17 + 20 | 0; - i14 = i17 + 16 | 0; + i14 = i17; + i12 = i17 + 32 | 0; + i10 = i17 + 28 | 0; + i9 = i17 + 24 | 0; + i11 = i17 + 20 | 0; + i13 = i17 + 16 | 0; i15 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseParennedERPc(i7, i6) | 0; i16 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseMaybeBracketedERPcPKc(i7, i6, i5) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i6); - i2 = HEAP32[i6 >> 2] | 0; - i3 = HEAP8[i2 >> 0] | 0; - i1 = i5; + i1 = HEAP32[i6 >> 2] | 0; + i2 = HEAP8[i1 >> 0] | 0; + i4 = i5; while (1) { - i4 = HEAP8[i1 >> 0] | 0; - if (!(i4 << 24 >> 24)) { + i3 = HEAP8[i4 >> 0] | 0; + if (!(i3 << 24 >> 24)) { i8 = 4; break; } - if (i4 << 24 >> 24 == i3 << 24 >> 24) { + if (i3 << 24 >> 24 == i2 << 24 >> 24) { i1 = 0; break; - } else i1 = i1 + 1 | 0; + } else i4 = i4 + 1 | 0; } if ((i8 | 0) == 4) { - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i11, i2); - if ((HEAP32[i11 + 12 >> 2] | 0) == 0 ? (HEAP32[i11 >> 2] | 0) == (HEAP32[9608] | 0) : 0) { - HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + (HEAP32[i11 + 8 >> 2] | 0); + __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); i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseMaybeBracketedERPcPKc(i7, i6, i5) | 0; } else i1 = 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; + 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; STACKTOP = i17; return i16 | 0; } @@ -53545,13 +53948,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[32866] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[32867] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[32868] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[32869] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[32870] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[32871] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 35837, 0, HEAP32[i2 + 4 >> 2] | 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); i13 = __ZNSt3__16__clocEv() | 0; HEAP32[i8 >> 2] = i4; i12 = i14 + (__ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i14, 12, i13, i12, i8) | 0) | 0; @@ -53586,13 +53989,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[32866] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[32867] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[32868] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[32869] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[32870] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[32871] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 35837, 1, HEAP32[i2 + 4 >> 2] | 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); i13 = __ZNSt3__16__clocEv() | 0; HEAP32[i8 >> 2] = i4; i12 = i14 + (__ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i14, 12, i13, i12, i8) | 0) | 0; @@ -53627,13 +54030,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[32866] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[32867] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[32868] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[32869] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[32870] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[32871] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 35837, 0, HEAP32[i2 + 4 >> 2] | 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); i13 = __ZNSt3__16__clocEv() | 0; HEAP32[i8 >> 2] = i4; i12 = i14 + (__ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i14, 12, i13, i12, i8) | 0) | 0; @@ -53668,13 +54071,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[32866] | 0; - HEAP8[i12 + 1 >> 0] = HEAP8[32867] | 0; - HEAP8[i12 + 2 >> 0] = HEAP8[32868] | 0; - HEAP8[i12 + 3 >> 0] = HEAP8[32869] | 0; - HEAP8[i12 + 4 >> 0] = HEAP8[32870] | 0; - HEAP8[i12 + 5 >> 0] = HEAP8[32871] | 0; - __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i12 + 1 | 0, 35837, 1, HEAP32[i2 + 4 >> 2] | 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); i13 = __ZNSt3__16__clocEv() | 0; HEAP32[i8 >> 2] = i4; i12 = i14 + (__ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i14, 12, i13, i12, i8) | 0) | 0; @@ -53692,16 +54095,16 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 return i5 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner15visitCallImportEPNS_10CallImportE(i2, i6, i4) { - i2 = i2 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner15visitCallImportEPNS_10CallImportE(i1, i6, i4) { + i1 = i1 | 0; i6 = i6 | 0; i4 = i4 | 0; - var i1 = 0, i3 = 0, i5 = 0, i7 = 0, i8 = 0; + var i2 = 0, i3 = 0, i5 = 0, i7 = 0, i8 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; i3 = i7 + 40 | 0; i5 = i7 + 16 | 0; - i1 = i7; + i2 = i7; HEAP32[i3 >> 2] = 0; HEAP32[i3 + 4 >> 2] = 0; HEAP32[i3 + 8 >> 2] = 0; @@ -53711,58 +54114,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](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; + 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; } else { - 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]; + 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]; } __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i3); STACKTOP = i7; return; } -function _load_s_expr2wasm(i4, i1) { - i4 = i4 | 0; +function _load_s_expr2wasm(i3, i1) { + i3 = i3 | 0; i1 = i1 | 0; - var i2 = 0, i3 = 0, i5 = 0, i6 = 0; + var i2 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i2 = i5; - i3 = i5 + 24 | 0; + i4 = i5 + 24 | 0; __ZL12prepare2wasmv(); - if (HEAP8[42364] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 14331) | 0; + if (HEAP8[42388] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 14331) | 0; i1 = __Znwj(24) | 0; - __ZN4wasm17SExpressionParserC2EPc(i1, i4); - HEAP32[9589] = i1; + __ZN4wasm17SExpressionParserC2EPc(i1, i3); + HEAP32[9595] = i1; i1 = HEAP32[i1 + 20 >> 2] | 0; - if (HEAP8[42364] | 0 ? (__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERNS_7ElementE(39476, i1) | 0, 10) | 0, HEAP8[42364] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 14052) | 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; i6 = __Znwj(164) | 0; _memset(i6 | 0, 0, 164) | 0; __ZN4wasm16AllocatingModuleC2Ev(i6); - HEAP32[9592] = i6; - i4 = __Znwj(96) | 0; + HEAP32[9598] = i6; + i3 = __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(i4, i6, i1, i2, 0); - HEAP32[9590] = i4; + __ZN4wasm22SExpressionWasmBuilderC2ERNS_16AllocatingModuleERNS_7ElementENSt3__18functionIFvvEEEb(i3, i6, i1, i2, 0); + HEAP32[9596] = i3; __ZNSt3__18functionIFvvEED2Ev(i2); i2 = _emscripten_asm_const_i(0) | 0; - i4 = HEAP32[9592] | 0; - HEAP32[i4 + 108 >> 2] = i2; - HEAP32[i3 >> 2] = HEAP32[9544]; - i3 = (__ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE4findIS3_EENS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEEiEERKT_(i4 + 72 | 0, i3) | 0) == (i4 + 76 | 0); - HEAP32[i4 + 112 >> 2] = i3 ? i2 : -1; + i3 = 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; STACKTOP = i5; return; } @@ -53773,10 +54176,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; - i3 = i9 + 12 | 0; - i2 = i9 + 8 | 0; - i4 = i9 + 4 | 0; - i5 = i9; + i5 = i9 + 12 | 0; + i3 = i9 + 8 | 0; + i2 = i9 + 4 | 0; + i4 = 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) { @@ -53796,12 +54199,12 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceE default: {} } - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i6, i8, 23817) | 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); + 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); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i8); i1 = HEAP32[i8 >> 2] | 0; switch (HEAP8[i1 >> 0] | 0) { @@ -53820,7 +54223,7 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceE } HEAP32[i8 >> 2] = i1 + 1; } - if ((i2 | 0) == 3) ___assert_fail(23796, 22821, 671, 23801); else if ((i2 | 0) == 6) _abort(); else if ((i2 | 0) == 7) { + if ((i2 | 0) == 3) ___assert_fail(23822, 22847, 671, 23827); else if ((i2 | 0) == 6) _abort(); else if ((i2 | 0) == 7) { HEAP32[i8 >> 2] = i1 + 1; STACKTOP = i9; return i7 | 0; @@ -53828,17 +54231,17 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE15parseAfterBraceE return 0; } -function __ZN4wasm4Host7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i6, i5, i4) { +function __ZN4wasm4Host7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i6, i5, i3) { i6 = i6 | 0; i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i7 + 8 | 0; - i2 = i7 + 4 | 0; - i3 = i7; - HEAP32[i2 >> 2] = i4; + i2 = i7 + 8 | 0; + i4 = i7 + 4 | 0; + i1 = i7; + HEAP32[i4 >> 2] = i3; switch (HEAP32[i6 + 8 >> 2] | 0) { case 0: { @@ -53854,18 +54257,18 @@ function __ZN4wasm4Host7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE { __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i5, 17810, 0) | 0; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i5, 10) | 0; - i4 = i4 + 1 | 0; - HEAP32[i2 >> 2] = i4; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i5, i4, HEAP32[HEAP32[i6 + 16 >> 2] >> 2] | 0) | 0; - __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i5, i2) | 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[i3 >> 2] = HEAP32[i6 + 12 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i4, i1) | 0, 41) | 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: @@ -53892,18 +54295,18 @@ function __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_ite i5 = i2 - i13 >> 2; i6 = i3 + 12 | 0; i3 = HEAP32[i6 >> 2] | 0; - i5 = (i3 | 0) > (i5 | 0) ? i3 - i5 | 0 : 0; - i3 = i10; - i13 = i3 - i13 | 0; + i3 = (i3 | 0) > (i5 | 0) ? i3 - i5 | 0 : 0; + i5 = i10; + i13 = i5 - 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 ((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)) { + 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)) { __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(i9); break; } else { @@ -53913,7 +54316,7 @@ function __ZNSt3__116__pad_and_outputIwNS_11char_traitsIwEEEENS_19ostreambuf_ite break L1; } } while (0); - i13 = i2 - i3 | 0; + i13 = i2 - i5 | 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; @@ -53932,32 +54335,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; - i4 = i8 + 4 | 0; + i3 = i8 + 4 | 0; i5 = i8; - i3 = i6 + 16 | 0; - L1 : do if (!(HEAP32[i3 >> 2] | 0)) { + i4 = i6 + 16 | 0; + L1 : do if (!(HEAP32[i4 >> 2] | 0)) { i1 = HEAP32[i6 + 12 >> 2] | 0; - if (!((i1 | 0) == 0 | (HEAP32[i1 >> 2] | 0) != 4) ? (i2 = i1 + 8 | 0, (HEAP32[i2 >> 2] | 0) == 0) : 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 { - i1 = i6 + 4 | 0; - switch (HEAP32[i1 >> 2] | 0) { + i2 = i6 + 4 | 0; + switch (HEAP32[i2 >> 2] | 0) { case 0: case 5: break; default: break L1; } - 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 + 16 | 0; - HEAP32[i1 >> 2] = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2]; + 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; + i5 = i9 + 12 | 0; + HEAP32[i2 >> 2] = HEAP32[(HEAP32[i5 >> 2] | 0) + 4 >> 2]; HEAP32[i5 >> 2] = i6; HEAP32[i7 + 8 >> 2] = i9; } @@ -54034,47 +54437,47 @@ function __ZZ11instantiateEN19JSExternalInterface4loadEPN4wasm4LoadEj(i3, i1, i4 return; } -function __ZNK10__cxxabiv121__vmi_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib(i1, i13, i12, i11, i14, i15) { +function __ZNK10__cxxabiv121__vmi_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib(i1, i11, i8, i7, i12, i15) { i1 = i1 | 0; - i13 = i13 | 0; - i12 = i12 | 0; i11 = i11 | 0; - i14 = i14 | 0; + i8 = i8 | 0; + i7 = i7 | 0; + i12 = i12 | 0; i15 = i15 | 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; + 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; HEAP8[i9 >> 0] = 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; + __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; i5 = i1 + 8 | 0; - i6 = i13 + 54 | 0; + i14 = i11 + 54 | 0; i2 = i1 + 24 | 0; do { - if (HEAP8[i6 >> 0] | 0) break L4; - i1 = HEAP16[i7 >> 1] | 0; + if (HEAP8[i14 >> 0] | 0) break L4; + i1 = HEAP16[i10 >> 1] | 0; if (!((i1 & 255) << 24 >> 24)) { if ((i1 & 65535) >= 256 ? (HEAP32[i5 >> 2] & 1 | 0) == 0 : 0) break L4; } else { - if ((HEAP32[i4 >> 2] | 0) == 1) break L4; + if ((HEAP32[i13 >> 2] | 0) == 1) break L4; if (!(HEAP32[i5 >> 2] & 2)) break L4; } - HEAP8[i7 >> 0] = 0; + HEAP8[i10 >> 0] = 0; HEAP8[i9 >> 0] = 0; - __ZNK10__cxxabiv122__base_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib(i2, i13, i12, i11, i14, i15); + __ZNK10__cxxabiv122__base_class_type_info16search_above_dstEPNS_19__dynamic_cast_infoEPKvS4_ib(i2, i11, i8, i7, i12, i15); i2 = i2 + 8 | 0; - } while (i2 >>> 0 < i3 >>> 0); + } while (i2 >>> 0 < i6 >>> 0); } while (0); - HEAP8[i7 >> 0] = i8; - HEAP8[i9 >> 0] = i10; + HEAP8[i10 >> 0] = i3; + HEAP8[i9 >> 0] = i4; } return; } @@ -54088,38 +54491,38 @@ function ___dynamic_cast(i2, i3, i12, i1) { i14 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; i13 = i14; - i11 = HEAP32[i2 >> 2] | 0; - i10 = i2 + (HEAP32[i11 + -8 >> 2] | 0) | 0; - i11 = HEAP32[i11 + -4 >> 2] | 0; + i10 = HEAP32[i2 >> 2] | 0; + i11 = i2 + (HEAP32[i10 + -8 >> 2] | 0) | 0; + i10 = HEAP32[i10 + -4 >> 2] | 0; HEAP32[i13 >> 2] = i12; HEAP32[i13 + 4 >> 2] = i2; HEAP32[i13 + 8 >> 2] = i3; HEAP32[i13 + 12 >> 2] = i1; - 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; + 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; i9 = i8 + 36 | 0; do { HEAP32[i8 >> 2] = 0; i8 = i8 + 4 | 0; } while ((i8 | 0) < (i9 | 0)); - HEAP16[i7 + 36 >> 1] = 0; - HEAP8[i7 + 38 >> 0] = 0; - L1 : do if (i6) { + HEAP16[i2 + 36 >> 1] = 0; + HEAP8[i2 + 38 >> 0] = 0; + L1 : do if (i1) { HEAP32[i13 + 48 >> 2] = 1; - 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; + 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; } else { - FUNCTION_TABLE_viiiii[HEAP32[(HEAP32[i11 >> 2] | 0) + 24 >> 2] & 3](i11, i13, i10, 1, 0); + FUNCTION_TABLE_viiiii[HEAP32[(HEAP32[i10 >> 2] | 0) + 24 >> 2] & 3](i10, i13, i11, 1, 0); switch (HEAP32[i13 + 36 >> 2] | 0) { case 0: { - i1 = (HEAP32[i5 >> 2] | 0) == 1 & (HEAP32[i3 >> 2] | 0) == 1 & (HEAP32[i4 >> 2] | 0) == 1 ? HEAP32[i1 >> 2] | 0 : 0; + i1 = (HEAP32[i4 >> 2] | 0) == 1 & (HEAP32[i7 >> 2] | 0) == 1 & (HEAP32[i6 >> 2] | 0) == 1 ? HEAP32[i3 >> 2] | 0 : 0; break L1; } case 1: @@ -54130,11 +54533,11 @@ function ___dynamic_cast(i2, i3, i12, i1) { break L1; } } - if ((HEAP32[i2 >> 2] | 0) != 1 ? !((HEAP32[i5 >> 2] | 0) == 0 & (HEAP32[i3 >> 2] | 0) == 1 & (HEAP32[i4 >> 2] | 0) == 1) : 0) { + if ((HEAP32[i5 >> 2] | 0) != 1 ? !((HEAP32[i4 >> 2] | 0) == 0 & (HEAP32[i7 >> 2] | 0) == 1 & (HEAP32[i6 >> 2] | 0) == 1) : 0) { i1 = 0; break; } - i1 = HEAP32[i7 >> 2] | 0; + i1 = HEAP32[i2 >> 2] | 0; } while (0); STACKTOP = i14; return i1 | 0; @@ -54163,8 +54566,8 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3str HEAP32[i5 >> 2] = i1; i2 = i3; } - HEAP32[i8 + 8 >> 2] = i2; - HEAP32[i8 + 12 >> 2] = i3; + HEAP32[i8 + 8 >> 2] = i3; + HEAP32[i8 + 12 >> 2] = i2; HEAP32[i8 + 16 >> 2] = i1; } if (i4 & 16 | 0) { @@ -54192,14 +54595,82 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3str i3 = HEAP32[i8 + 36 >> 2] | 0; } i1 = i8 + 24 | 0; - 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; + 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; } 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; @@ -54207,7 +54678,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; - i10 = i16 + 120 | 0; + i9 = i16 + 120 | 0; i14 = i16 + 80 | 0; i13 = i16; i12 = i16 + 136 | 0; @@ -54217,106 +54688,57 @@ function _vfprintf(i15, i11, i1) { HEAP32[i2 >> 2] = 0; i2 = i2 + 4 | 0; } while ((i2 | 0) < (i3 | 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; + 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; i1 = HEAP32[i15 >> 2] | 0; - i9 = i1 & 32; + i8 = i1 & 32; if ((HEAP8[i15 + 74 >> 0] | 0) < 1) HEAP32[i15 >> 2] = i1 & -33; - i1 = i15 + 48 | 0; - if (!(HEAP32[i1 >> 2] | 0)) { + i4 = i15 + 48 | 0; + if (!(HEAP32[i4 >> 2] | 0)) { i3 = i15 + 44 | 0; - i4 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i3 >> 2] | 0; HEAP32[i3 >> 2] = i12; i5 = i15 + 28 | 0; HEAP32[i5 >> 2] = i12; - 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) { + 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) { FUNCTION_TABLE_iiii[HEAP32[i15 + 36 >> 2] & 31](i15, 0, 0) | 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; + i2 = (HEAP32[i7 >> 2] | 0) == 0 ? -1 : i2; + HEAP32[i3 >> 2] = i1; + HEAP32[i4 >> 2] = 0; HEAP32[i6 >> 2] = 0; + HEAP32[i5 >> 2] = 0; + HEAP32[i7 >> 2] = 0; } - } else i2 = _printf_core(i15, i11, i10, i13, i14) | 0; + } else i2 = _printf_core(i15, i11, i9, i13, i14) | 0; i1 = HEAP32[i15 >> 2] | 0; - HEAP32[i15 >> 2] = i1 | i9; - if (i8 | 0) ___unlockfile(i15); + HEAP32[i15 >> 2] = i1 | i8; + if (i10 | 0) ___unlockfile(i15); i1 = (i1 & 32 | 0) == 0 ? i2 : -1; } STACKTOP = i16; 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, 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) { +function __ZNSt3__111__stdoutbufIwE8overflowEj(i3, i12) { 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; + 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; i14 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i11 = i14 + 16 | 0; i1 = i14 + 8 | 0; i10 = i14 + 4 | 0; i9 = i14; - i12 = (i13 | 0) == -1; - do if (!i12) { - HEAP32[i1 >> 2] = i13; + i13 = (i12 | 0) == -1; + do if (!i13) { + HEAP32[i1 >> 2] = i12; if (HEAP8[i3 + 44 >> 0] | 0) if ((_fwrite(i1, 4, 1, HEAP32[i3 + 32 >> 2] | 0) | 0) == 1) { i2 = 14; break; @@ -54325,15 +54747,15 @@ function __ZNSt3__111__stdoutbufIwE8overflowEj(i3, i13) { break; } HEAP32[i10 >> 2] = i11; - i7 = i1 + 4 | 0; - i8 = i3 + 36 | 0; - i4 = i3 + 40 | 0; - i5 = i11 + 8 | 0; - i6 = i11; + i6 = i1 + 4 | 0; + i4 = i3 + 36 | 0; + i5 = i3 + 40 | 0; + i7 = i11 + 8 | 0; + i8 = i11; i3 = i3 + 32 | 0; while (1) { - 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; + 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; if ((HEAP32[i9 >> 2] | 0) == (i1 | 0)) { i2 = 13; break; @@ -54346,7 +54768,7 @@ function __ZNSt3__111__stdoutbufIwE8overflowEj(i3, i13) { i2 = 13; break; } - i1 = (HEAP32[i10 >> 2] | 0) - i6 | 0; + i1 = (HEAP32[i10 >> 2] | 0) - i8 | 0; if ((_fwrite(i11, 1, i1, HEAP32[i3 >> 2] | 0) | 0) != (i1 | 0)) { i2 = 13; break; @@ -54365,21 +54787,21 @@ function __ZNSt3__111__stdoutbufIwE8overflowEj(i3, i13) { break; } } else i2 = 14; while (0); - if ((i2 | 0) == 14) i1 = i12 ? 0 : i13; + if ((i2 | 0) == 14) i1 = i13 ? 0 : i12; STACKTOP = i14; return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitLoadEPNS_4LoadE(i2, i5, i3) { - i2 = i2 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitLoadEPNS_4LoadE(i1, i5, i3) { + i1 = i1 | 0; i5 = i5 | 0; i3 = i3 | 0; - var i1 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; + var i2 = 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; - i1 = i7; + i2 = 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; @@ -54390,37 +54812,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](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; + 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; } else { - 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]; + 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]; } STACKTOP = i7; return; } -function __ZNSt3__111__stdoutbufIcE8overflowEi(i3, i13) { +function __ZNSt3__111__stdoutbufIcE8overflowEi(i3, i12) { 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; + 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; i14 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i11 = i14 + 16 | 0; i1 = i14 + 8 | 0; i10 = i14 + 4 | 0; i9 = i14; - i12 = (i13 | 0) == -1; - do if (!i12) { - HEAP8[i1 >> 0] = i13; + i13 = (i12 | 0) == -1; + do if (!i13) { + HEAP8[i1 >> 0] = i12; if (HEAP8[i3 + 44 >> 0] | 0) if ((_fwrite(i1, 1, 1, HEAP32[i3 + 32 >> 2] | 0) | 0) == 1) { i2 = 14; break; @@ -54429,15 +54851,15 @@ function __ZNSt3__111__stdoutbufIcE8overflowEi(i3, i13) { break; } HEAP32[i10 >> 2] = i11; - i8 = i1 + 1 | 0; + i6 = i1 + 1 | 0; i4 = i3 + 36 | 0; i5 = i3 + 40 | 0; - i6 = i11 + 8 | 0; - i7 = i11; + i7 = i11 + 8 | 0; + i8 = 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, i8, i9, i11, i6, i10) | 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; if ((HEAP32[i9 >> 2] | 0) == (i1 | 0)) { i2 = 13; break; @@ -54450,7 +54872,7 @@ function __ZNSt3__111__stdoutbufIcE8overflowEi(i3, i13) { i2 = 13; break; } - i1 = (HEAP32[i10 >> 2] | 0) - i7 | 0; + i1 = (HEAP32[i10 >> 2] | 0) - i8 | 0; if ((_fwrite(i11, 1, i1, HEAP32[i3 >> 2] | 0) | 0) != (i1 | 0)) { i2 = 13; break; @@ -54469,27 +54891,27 @@ function __ZNSt3__111__stdoutbufIcE8overflowEi(i3, i13) { break; } } else i2 = 14; while (0); - if ((i2 | 0) == 14) i1 = i12 ? 0 : i13; + if ((i2 | 0) == 14) i1 = i13 ? 0 : i12; STACKTOP = i14; return i1 | 0; } -function _mbrtowc(i4, i3, i7, i1) { - i4 = i4 | 0; +function _mbrtowc(i3, i4, i7, i1) { i3 = i3 | 0; + i4 = i4 | 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 ? 38884 : i1; + i6 = (i1 | 0) == 0 ? 38908 : i1; i1 = HEAP32[i6 >> 2] | 0; - L1 : do if (!i3) if (!i1) i1 = 0; else i8 = 15; else { - i5 = (i4 | 0) == 0 ? i2 : i4; + L1 : do if (!i4) if (!i1) i1 = 0; else i8 = 15; else { + i5 = (i3 | 0) == 0 ? i2 : i3; if (!i7) i1 = -2; else { if (!i1) { - i1 = HEAP8[i3 >> 0] | 0; + i1 = HEAP8[i4 >> 0] | 0; i2 = i1 & 255; if (i1 << 24 >> 24 > -1) { HEAP32[i5 >> 2] = i2; @@ -54504,7 +54926,7 @@ function _mbrtowc(i4, i3, i7, i1) { i1 = HEAP32[4380 + (i1 << 2) >> 2] | 0; i2 = i7 + -1 | 0; if (i2) { - i3 = i3 + 1 | 0; + i4 = i4 + 1 | 0; i8 = 9; } } else { @@ -54512,20 +54934,20 @@ function _mbrtowc(i4, i3, i7, i1) { i8 = 9; } L11 : do if ((i8 | 0) == 9) { - i4 = HEAP8[i3 >> 0] | 0; - i10 = (i4 & 255) >>> 3; + i3 = HEAP8[i4 >> 0] | 0; + i10 = (i3 & 255) >>> 3; if ((i10 + -16 | i10 + (i1 >> 26)) >>> 0 > 7) { i8 = 15; break L1; } while (1) { - i3 = i3 + 1 | 0; - i1 = (i4 & 255) + -128 | i1 << 6; + i4 = i4 + 1 | 0; + i1 = (i3 & 255) + -128 | i1 << 6; i2 = i2 + -1 | 0; if ((i1 | 0) >= 0) break; if (!i2) break L11; - i4 = HEAP8[i3 >> 0] | 0; - if ((i4 & -64) << 24 >> 24 != -128) { + i3 = HEAP8[i4 >> 0] | 0; + if ((i3 & -64) << 24 >> 24 != -128) { i8 = 15; break L1; } @@ -54549,40 +54971,53 @@ function _mbrtowc(i4, i3, i7, i1) { return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i4, i5, i2, i1) { - i4 = i4 | 0; - i5 = i5 | 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; - i1 = i1 | 0; - var d3 = 0.0, d6 = 0.0; - if ((HEAP32[i2 + 8 >> 2] | 0) == 13) d3 = +__ZN4wasm7Literal6getf32Ev(i1); else d3 = +__ZN4wasm7Literal6getf64Ev(i1); - d6 = +Math_abs(+d3); - HEAPF64[tempDoublePtr >> 3] = d6; - i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; - if (i1 >>> 0 > 2146435072 | (i1 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { - i1 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 20544); - } - 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, 20563); + 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; } - HEAP32[i4 >> 2] = 1; - HEAP32[i4 + 8 >> 2] = ~~d3; - } else { - i1 = ~~d3 >>> 0; - i2 = +Math_abs(d3) >= 1.0 ? (d3 > 0.0 ? ~~+Math_min(+Math_floor(d3 / 4294967296.0), 4294967295.0) >>> 0 : ~~+Math_ceil((d3 - +(~~d3 >>> 0)) / 4294967296.0) >>> 0) : 0; - if (d3 < -9223372036854775808.0 | d3 >= 1.0 & ((i2 | 0) < 0 | (i2 | 0) == 0 & i1 >>> 0 < 1)) { - i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20563); + 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[i4 >> 2] = 2; - i5 = i4 + 8 | 0; - HEAP32[i5 >> 2] = i1; - HEAP32[i5 + 4 >> 2] = i2; - } - return; + 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) { @@ -54598,15 +55033,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) { - 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) { + 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) { i1 = HEAP32[i2 >> 2] | 0; if (!i1) { i1 = i2; @@ -54614,8 +55049,8 @@ function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEE break; } } else { - i9 = _memcmp(i3, i6, i5 ? i7 : i1) | 0; - if ((((i9 | 0) == 0 ? (i4 ? -2147483648 : 0) : i9) | 0) >= 0) { + i9 = _memcmp(i4, i6, i3 ? i7 : i5) | 0; + if ((((i9 | 0) == 0 ? (i1 ? -2147483648 : 0) : i9) | 0) >= 0) { i1 = i2; i3 = 10; break; @@ -54644,14 +55079,14 @@ function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEE return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitCallEPNS_4CallE(i4, i8, i6) { - i4 = i4 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitCallEPNS_4CallE(i1, i8, i6) { + i1 = i1 | 0; i8 = i8 | 0; i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0, i9 = 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 64 | 0; - i1 = i9 + 56 | 0; + i4 = i9 + 56 | 0; i5 = i9 + 44 | 0; i7 = i9 + 16 | 0; i2 = i9; @@ -54663,20 +55098,20 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect if (!(HEAP32[i7 + 16 >> 2] | 0)) { i8 = HEAP32[i8 + 4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 + 20 >> 2]; - 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; + 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; } else { - 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]; + 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]; } __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i5); STACKTOP = i9; @@ -54698,12 +55133,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[32874] | 0; - HEAP8[i5 + 1 >> 0] = HEAP8[32875] | 0; - HEAP8[i5 + 2 >> 0] = HEAP8[32876] | 0; - HEAP8[i5 + 3 >> 0] = HEAP8[32877] | 0; - HEAP8[i5 + 4 >> 0] = HEAP8[32878] | 0; - HEAP8[i5 + 5 >> 0] = HEAP8[32879] | 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; i9 = __ZNSt3__16__clocEv() | 0; HEAP32[i10 >> 2] = i4; i5 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i7, 20, i9, i5, i10) | 0; @@ -54711,7 +55146,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, 40468) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 40492) | 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; @@ -54722,124 +55157,88 @@ function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6 return i5 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i4, i5, i2, i1) { - i4 = i4 | 0; - i5 = i5 | 0; - i2 = i2 | 0; - i1 = i1 | 0; - var d3 = 0.0, d6 = 0.0; - if ((HEAP32[i2 + 8 >> 2] | 0) == 14) d3 = +__ZN4wasm7Literal6getf32Ev(i1); else d3 = +__ZN4wasm7Literal6getf64Ev(i1); - d6 = +Math_abs(+d3); - HEAPF64[tempDoublePtr >> 3] = d6; - i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; - if (i1 >>> 0 > 2146435072 | (i1 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { - i1 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 20588); - } - 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, 20607); - } - HEAP32[i4 >> 2] = 1; - HEAP32[i4 + 8 >> 2] = ~~d3 >>> 0; - } else { - i1 = ~~d3 >>> 0; - i2 = +Math_abs(d3) >= 1.0 ? (d3 > 0.0 ? ~~+Math_min(+Math_floor(d3 / 4294967296.0), 4294967295.0) >>> 0 : ~~+Math_ceil((d3 - +(~~d3 >>> 0)) / 4294967296.0) >>> 0) : 0; - if (d3 <= -1.0 ? 1 : +(i1 >>> 0) + 4294967296.0 * +(i2 >>> 0) < d3 + -1.0) { - i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20607); - } - HEAP32[i4 >> 2] = 2; - i5 = i4 + 8 | 0; - HEAP32[i5 >> 2] = i1; - HEAP32[i5 + 4 >> 2] = i2; - } - return; -} - -function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(i11, i6, i7) { +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEy(i11, i5, i6) { i11 = i11 | 0; + i5 = i5 | 0; i6 = i6 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; i12 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i5 = i12 + 16 | 0; - i9 = i12 + 12 | 0; - i10 = i12; + i9 = i12 + 16 | 0; + i8 = i12 + 12 | 0; + i7 = i12; i1 = i12 + 8 | 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, 40492) | 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__16localeD2Ev(i1); - i3 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0; - i4 = HEAP32[i3 + 24 >> 2] | 0; - i2 = i3 + 76 | 0; + i4 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0; + i3 = HEAP32[i4 + 24 >> 2] | 0; + i2 = i4 + 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, 40436) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; + HEAP32[i9 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i9, 40460) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; - __ZNSt3__16localeD2Ev(i5); + __ZNSt3__16localeD2Ev(i9); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; } - 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; + 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; } } - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i10); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i7); STACKTOP = i12; return i11 | 0; } -function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEx(i11, i6, i7) { +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEx(i11, i5, i6) { i11 = i11 | 0; + i5 = i5 | 0; i6 = i6 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i12 = 0; i12 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i5 = i12 + 16 | 0; - i9 = i12 + 12 | 0; - i10 = i12; + i9 = i12 + 16 | 0; + i8 = i12 + 12 | 0; + i7 = i12; i1 = i12 + 8 | 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, 40492) | 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__16localeD2Ev(i1); - i3 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0; - i4 = HEAP32[i3 + 24 >> 2] | 0; - i2 = i3 + 76 | 0; + i4 = i11 + (HEAP32[(HEAP32[i11 >> 2] | 0) + -12 >> 2] | 0) | 0; + i3 = HEAP32[i4 + 24 >> 2] | 0; + i2 = i4 + 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, 40436) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; + HEAP32[i9 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i9, 40460) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; - __ZNSt3__16localeD2Ev(i5); + __ZNSt3__16localeD2Ev(i9); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; } - 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; + 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; } } - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i10); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i7); STACKTOP = i12; return i11 | 0; } @@ -54859,12 +55258,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[32874] | 0; - HEAP8[i5 + 1 >> 0] = HEAP8[32875] | 0; - HEAP8[i5 + 2 >> 0] = HEAP8[32876] | 0; - HEAP8[i5 + 3 >> 0] = HEAP8[32877] | 0; - HEAP8[i5 + 4 >> 0] = HEAP8[32878] | 0; - HEAP8[i5 + 5 >> 0] = HEAP8[32879] | 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; i9 = __ZNSt3__16__clocEv() | 0; HEAP32[i10 >> 2] = i4; i5 = __ZNSt3__112__snprintf_lEPcjP15__locale_structPKcz(i7, 20, i9, i5, i10) | 0; @@ -54872,7 +55271,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, 40436) | 0; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i12, 40460) | 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; @@ -54898,7 +55297,7 @@ function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE( break; } } - if ((i8 | 0) == 5) ___assert_fail(27563, 27572, 1538, 27583); + if ((i8 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); i1 = HEAP32[i5 + 16 >> 2] | 0; i2 = HEAP32[i5 + 12 >> 2] | 0; while (1) { @@ -54908,7 +55307,7 @@ function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE( break; } } - if ((i8 | 0) == 9) ___assert_fail(27563, 27572, 1542, 27583); + if ((i8 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); i1 = HEAP32[i5 + 28 >> 2] | 0; i2 = HEAP32[i5 + 24 >> 2] | 0; while (1) { @@ -54918,7 +55317,7 @@ function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE( break; } } - if ((i8 | 0) == 13) ___assert_fail(27563, 27572, 1546, 27583); + if ((i8 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); i3 = HEAP32[i5 + 40 >> 2] | 0; i2 = i4 + 12 | 0; i1 = HEAP32[i5 + 36 >> 2] | 0; @@ -54931,52 +55330,8 @@ function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE9startWalkEPNS_6ModuleE( break; } } - if ((i8 | 0) == 17) ___assert_fail(27563, 27572, 1551, 27583); - if (!(HEAP32[i6 >> 2] | 0)) return; else ___assert_fail(27563, 27572, 1554, 27583); -} - -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner6fixNaNEddd(i2, d7, d8, d1) { - i2 = i2 | 0; - d7 = +d7; - d8 = +d8; - d1 = +d1; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, d11 = 0.0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 48 | 0; - i2 = i9 + 32 | 0; - i3 = i9 + 16 | 0; - i5 = i9; - d11 = +Math_abs(+d7); - HEAPF64[tempDoublePtr >> 3] = d11; - i6 = HEAP32[tempDoublePtr + 4 >> 2] | 0; - i6 = i6 >>> 0 > 2146435072 | (i6 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0; - d11 = +Math_abs(+d8); - HEAPF64[tempDoublePtr >> 3] = d11; - i4 = HEAP32[tempDoublePtr + 4 >> 2] | 0; - i4 = i4 >>> 0 > 2146435072 | (i4 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0; - d11 = +Math_abs(+d1); - HEAPF64[tempDoublePtr >> 3] = d11; - i10 = HEAP32[tempDoublePtr + 4 >> 2] | 0; - do if (i4 | (i6 | (i10 >>> 0 > 2146435072 | (i10 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0))) if (i6 | i4) { - HEAP32[i5 >> 2] = 4; - HEAPF64[i5 + 8 >> 3] = i6 ? d7 : d8; - i6 = __ZN4wasm7Literal14reinterpreti64Ev(i5) | 0; - HEAP32[i3 >> 2] = 2; - i10 = i3 + 8 | 0; - HEAP32[i10 >> 2] = i6; - HEAP32[i10 + 4 >> 2] = tempRet0 | 524288; - d1 = +__ZN4wasm7Literal14reinterpretf64Ev(i3); - break; - } else { - HEAP32[i2 >> 2] = 2; - i10 = i2 + 8 | 0; - HEAP32[i10 >> 2] = 0; - HEAP32[i10 + 4 >> 2] = 2146959360; - d1 = +__ZN4wasm7Literal14reinterpretf64Ev(i2); - break; - } while (0); - STACKTOP = i9; - return +d1; + if ((i8 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); + if (!(HEAP32[i6 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); } function __ZNKSt3__17num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwy(i6, i5, i4, i3, i1, i2) { @@ -55000,7 +55355,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, 35842, 0, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 35868, 0, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -55041,7 +55396,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, 35842, 1, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 35868, 1, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -55082,7 +55437,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, 35842, 0, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 35868, 0, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -55123,7 +55478,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, 35842, 1, HEAP32[i4 + 4 >> 2] | 0); + __ZNSt3__114__num_put_base12__format_intEPcPKcbj(i13 + 1 | 0, 35868, 1, HEAP32[i4 + 4 >> 2] | 0); i15 = __ZNSt3__16__clocEv() | 0; i16 = i9; HEAP32[i16 >> 2] = i1; @@ -55143,220 +55498,255 @@ function __ZNKSt3__17num_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6 return i6 | 0; } -function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i10, i8) { +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEj(i10, i5) { i10 = i10 | 0; - i8 = i8 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i5 = i11 + 16 | 0; - i6 = i11 + 12 | 0; - i9 = i11; + i8 = i11 + 16 | 0; + i7 = i11 + 12 | 0; + i6 = 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, 40492) | 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__16localeD2Ev(i1); - i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; - i4 = HEAP32[i3 + 24 >> 2] | 0; - i2 = i3 + 76 | 0; + i4 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; + i3 = HEAP32[i4 + 24 >> 2] | 0; + i2 = i4 + 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, 40436) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; + HEAP32[i8 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 40460) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; - __ZNSt3__16localeD2Ev(i5); + __ZNSt3__16localeD2Ev(i8); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; } - 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; + 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; } } - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i9); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i6); STACKTOP = i11; return i10 | 0; } -function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i10, i8) { +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi(i10, i5) { i10 = i10 | 0; - i8 = i8 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i5 = i11 + 16 | 0; - i6 = i11 + 12 | 0; - i9 = i11; + i8 = i11 + 16 | 0; + i7 = i11 + 12 | 0; + i6 = 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, 40492) | 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__16localeD2Ev(i1); - i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; - i4 = HEAP32[i3 + 24 >> 2] | 0; - i2 = i3 + 76 | 0; + i4 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; + i3 = HEAP32[i4 + 24 >> 2] | 0; + i2 = i4 + 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, 40436) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; + HEAP32[i8 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 40460) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; - __ZNSt3__16localeD2Ev(i5); + __ZNSt3__16localeD2Ev(i8); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; } - 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; + 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; } } - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i9); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i6); STACKTOP = i11; return i10 | 0; } -function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(i10, d8) { +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEd(i10, d5) { i10 = i10 | 0; - d8 = +d8; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0; + d5 = +d5; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i5 = i11 + 16 | 0; - i6 = i11 + 12 | 0; - i9 = i11; + i8 = i11 + 16 | 0; + i7 = i11 + 12 | 0; + i6 = 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, 40492) | 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__16localeD2Ev(i1); - i3 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; - i4 = HEAP32[i3 + 24 >> 2] | 0; - i2 = i3 + 76 | 0; + i4 = i10 + (HEAP32[(HEAP32[i10 >> 2] | 0) + -12 >> 2] | 0) | 0; + i3 = HEAP32[i4 + 24 >> 2] | 0; + i2 = i4 + 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, 40436) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i4) | 0; + HEAP32[i8 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 40460) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; - __ZNSt3__16localeD2Ev(i5); + __ZNSt3__16localeD2Ev(i8); 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; + 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; } } - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i9); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i6); STACKTOP = i11; return i10 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner17generateArgumentsERKNS4_IPNS_10ExpressionENS6_ISC_EEEES9_(i7, i9, i1, i8) { - i7 = i7 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncSFloatEPNS_5UnaryES5_(i4, i5, i2, i1) { + i4 = i4 | 0; + i5 = i5 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var d3 = 0.0, d6 = 0.0; + d3 = +__ZN4wasm7Literal8getFloatEv(i1); + d6 = +Math_abs(+d3); + HEAPF64[tempDoublePtr >> 3] = d6; + i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + if (i1 >>> 0 > 2146435072 | (i1 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { + i1 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 20526); + } + 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); + } + HEAP32[i4 >> 2] = 1; + HEAP32[i4 + 8 >> 2] = ~~d3; + } else { + i1 = ~~d3 >>> 0; + i2 = +Math_abs(d3) >= 1.0 ? (d3 > 0.0 ? ~~+Math_min(+Math_floor(d3 / 4294967296.0), 4294967295.0) >>> 0 : ~~+Math_ceil((d3 - +(~~d3 >>> 0)) / 4294967296.0) >>> 0) : 0; + if (d3 < -9223372036854775808.0 | d3 >= 1.0 & ((i2 | 0) < 0 | (i2 | 0) == 0 & i1 >>> 0 < 1)) { + i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20545); + } + HEAP32[i4 >> 2] = 2; + i5 = i4 + 8 | 0; + HEAP32[i5 >> 2] = i1; + HEAP32[i5 + 4 >> 2] = i2; + } + return; +} +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner17generateArgumentsERKNS4_IPNS_10ExpressionENS6_ISC_EEEES9_(i6, i9, i1, i7) { + i6 = i6 | 0; i9 = i9 | 0; i1 = i1 | 0; - i8 = i8 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i10 = 0; + i7 = i7 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0, i10 = 0; i3 = i1 + 4 | 0; - __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE7reserveEj(i8, (HEAP32[i3 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) >> 2); + __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE7reserveEj(i7, (HEAP32[i3 >> 2] | 0) - (HEAP32[i1 >> 2] | 0) >> 2); i3 = HEAP32[i3 >> 2] | 0; - i4 = i7 + 16 | 0; - i5 = i8 + 4 | 0; - i6 = i8 + 8 | 0; + i8 = i6 + 16 | 0; + i4 = i7 + 4 | 0; + i5 = i7 + 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(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; + __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; } i2 = i2 + 4 | 0; } if ((i10 | 0) == 8) { - HEAP32[i7 >> 2] = 0; - i10 = i7 + 8 | 0; + HEAP32[i6 >> 2] = 0; + i10 = i6 + 8 | 0; HEAP32[i10 >> 2] = 0; HEAP32[i10 + 4 >> 2] = 0; - HEAP32[i4 >> 2] = 0; + HEAP32[i8 >> 2] = 0; } return; } -function __ZN4wasm6Select7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i6, i5, i4) { +function __ZN4wasm6Select7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i6, i4, i2) { i6 = i6 | 0; - i5 = i5 | 0; i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i7 = 0; + i2 = i2 | 0; + var i1 = 0, i3 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i7; - HEAP32[i2 >> 2] = i4; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i5, 40) | 0; - i3 = __Z12prepareColorRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEE(i5) | 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: { - i1 = 17406; + i5 = 17406; break; } case 1: { - i1 = 17411; + i5 = 17411; break; } case 2: { - i1 = 17415; + i5 = 17415; break; } case 3: { - i1 = 17419; + i5 = 17419; break; } case 4: { - i1 = 17423; + i5 = 17423; break; } default: {} } - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, i1) | 0, 17781) | 0; - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i5, 10) | 0; - i4 = i4 + 1 | 0; - HEAP32[i2 >> 2] = i4; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i5, i4, HEAP32[i6 + 8 >> 2] | 0) | 0; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i5, i4, HEAP32[i6 + 12 >> 2] | 0) | 0; - __ZN4wasm10Expression13printFullLineERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjPS0_(i5, i4, HEAP32[i6 + 16 >> 2] | 0) | 0; - i6 = __Z9decIndentRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERj(i5, i2) | 0; + __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; } @@ -55436,7 +55826,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[9546] | 0)) ___assert_fail(16679, 16606, 233, 16706); + if ((i3 | 0) != (HEAP32[9552] | 0)) ___assert_fail(16679, 16606, 233, 16706); i1 = i5 + 32 | 0; HEAP32[i1 >> 2] = 0; i2 = 1; @@ -55456,6 +55846,42 @@ function __ZN4wasm22SExpressionWasmBuilderC2ERNS_16AllocatingModuleERNS_7Element return; } +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11truncUFloatEPNS_5UnaryES5_(i4, i5, i2, i1) { + i4 = i4 | 0; + i5 = i5 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var d3 = 0.0, d6 = 0.0; + d3 = +__ZN4wasm7Literal8getFloatEv(i1); + d6 = +Math_abs(+d3); + HEAPF64[tempDoublePtr >> 3] = d6; + i1 = HEAP32[tempDoublePtr + 4 >> 2] | 0; + if (i1 >>> 0 > 2146435072 | (i1 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0) { + i1 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i1 >> 2] | 0) + 20 >> 2] & 127](i1, 20570); + } + 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); + } + HEAP32[i4 >> 2] = 1; + HEAP32[i4 + 8 >> 2] = ~~d3 >>> 0; + } else { + i1 = ~~d3 >>> 0; + i2 = +Math_abs(d3) >= 1.0 ? (d3 > 0.0 ? ~~+Math_min(+Math_floor(d3 / 4294967296.0), 4294967295.0) >>> 0 : ~~+Math_ceil((d3 - +(~~d3 >>> 0)) / 4294967296.0) >>> 0) : 0; + if (d3 <= -1.0 ? 1 : +(i1 >>> 0) + 4294967296.0 * +(i2 >>> 0) < d3 + -1.0) { + i5 = HEAP32[(HEAP32[i5 + 4 >> 2] | 0) + 12 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 20 >> 2] & 127](i5, 20589); + } + HEAP32[i4 >> 2] = 2; + i5 = i4 + 8 | 0; + HEAP32[i5 >> 2] = i1; + HEAP32[i5 + 4 >> 2] = i2; + } + return; +} + function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE9startWalkEPNS_6ModuleE(i5, i3) { i5 = i5 | 0; i3 = i3 | 0; @@ -55470,7 +55896,7 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp break; } } - if ((i6 | 0) == 5) ___assert_fail(27563, 27572, 1538, 27583); + if ((i6 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -55480,7 +55906,7 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp break; } } - if ((i6 | 0) == 9) ___assert_fail(27563, 27572, 1542, 27583); + if ((i6 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -55490,7 +55916,7 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp break; } } - if ((i6 | 0) == 13) ___assert_fail(27563, 27572, 1546, 27583); + if ((i6 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -55501,8 +55927,8 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp break; } } - if ((i6 | 0) == 17) ___assert_fail(27563, 27572, 1551, 27583); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27563, 27572, 1554, 27583); + if ((i6 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); } function __ZN10__cxxabiv112_GLOBAL__N_115parse_simple_idINS0_2DbEEEPKcS4_S4_RT_(i4, i2, i3) { @@ -55521,14 +55947,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; - i2 = i1 + -24 | 0; - i3 = i1; + i3 = i1 + -24 | 0; + i2 = i1; while (1) { - if ((i3 | 0) == (i2 | 0)) break; - i4 = i3 + -24 | 0; + if ((i2 | 0) == (i3 | 0)) break; + i4 = i2 + -24 | 0; HEAP32[i5 >> 2] = i4; __ZN10__cxxabiv112_GLOBAL__N_111string_pairD2Ev(i4); - i3 = HEAP32[i5 >> 2] | 0; + i2 = HEAP32[i5 >> 2] | 0; } i5 = HEAP8[i7 >> 0] | 0; i4 = (i5 & 1) == 0; @@ -55542,42 +55968,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(i8, i10, i1) { - i8 = i8 | 0; - i10 = i10 | 0; +function __ZNSt3__124__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_j(i5, i7, i1) { + i5 = i5 | 0; + i7 = i7 | 0; i1 = i1 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0; + var i2 = 0, i3 = 0, i4 = 0, i6 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == -1) { - i1 = __ZNKSt3__18ios_base6getlocEv(i7) | 0; - HEAP32[i4 >> 2] = i1; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i4, 40436) | 0; + i1 = __ZNKSt3__18ios_base6getlocEv(i8) | 0; + HEAP32[i10 >> 2] = i1; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i10, 40460) | 0; i1 = FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 28 >> 2] & 31](i1, 32) | 0; - __ZNSt3__16localeD2Ev(i4); + __ZNSt3__16localeD2Ev(i10); i1 = i1 << 24 >> 24; HEAP32[i2 >> 2] = i1; } - 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; + 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; __ZNSt3__18ios_base5clearEj(i10, HEAP32[i10 + 16 >> 2] | 5); } } - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i9); + __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD2Ev(i6); STACKTOP = i11; - return i8 | 0; + return i5 | 0; } function __ZNSt3__110__stdinbufIwE9pbackfailEj(i5, i1) { @@ -55616,16 +56042,16 @@ function __ZNSt3__110__stdinbufIwE9pbackfailEj(i5, i1) { default: {} } - i3 = i5 + 32 | 0; + i4 = i5 + 32 | 0; while (1) { - i4 = HEAP32[i6 >> 2] | 0; - if (i4 >>> 0 <= i7 >>> 0) { + i3 = HEAP32[i6 >> 2] | 0; + if (i3 >>> 0 <= i7 >>> 0) { i3 = 13; break; } - i10 = i4 + -1 | 0; + i10 = i3 + -1 | 0; HEAP32[i6 >> 2] = i10; - if ((_ungetc(HEAP8[i10 >> 0] | 0, HEAP32[i3 >> 2] | 0) | 0) == -1) { + if ((_ungetc(HEAP8[i10 >> 0] | 0, HEAP32[i4 >> 2] | 0) | 0) == -1) { i3 = 12; break; } @@ -55641,7 +56067,6 @@ function __ZNSt3__110__stdinbufIwE9pbackfailEj(i5, i1) { STACKTOP = i9; return i1 | 0; } - function __ZNSt3__110__stdinbufIcE9pbackfailEi(i5, i1) { i5 = i5 | 0; i1 = i1 | 0; @@ -55678,16 +56103,16 @@ function __ZNSt3__110__stdinbufIcE9pbackfailEi(i5, i1) { default: {} } - i3 = i5 + 32 | 0; + i4 = i5 + 32 | 0; while (1) { - i4 = HEAP32[i6 >> 2] | 0; - if (i4 >>> 0 <= i7 >>> 0) { + i3 = HEAP32[i6 >> 2] | 0; + if (i3 >>> 0 <= i7 >>> 0) { i3 = 13; break; } - i10 = i4 + -1 | 0; + i10 = i3 + -1 | 0; HEAP32[i6 >> 2] = i10; - if ((_ungetc(HEAP8[i10 >> 0] | 0, HEAP32[i3 >> 2] | 0) | 0) == -1) { + if ((_ungetc(HEAP8[i10 >> 0] | 0, HEAP32[i4 >> 2] | 0) | 0) == -1) { i3 = 12; break; } @@ -55711,24 +56136,24 @@ function __ZN4wasm22SExpressionWasmBuilder16makeCallIndirectERNS_7ElementE(i6, i i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i8 = i7 + 4 | 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(17944, 16606, 852, 18008); else { - HEAP32[i1 >> 2] = i3; - i8 = __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i2 + 48 | 0, i1) | 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; i8 = HEAP32[i8 >> 2] | 0; - HEAP32[i4 + 20 >> 2] = i8; - HEAP32[i4 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; + HEAP32[i2 + 20 >> 2] = i8; + HEAP32[i2 + 4 >> 2] = HEAP32[i8 + 4 >> 2]; i8 = __ZN4wasm7Element4listEv(i5) | 0; i8 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i6, HEAP32[(HEAP32[i8 >> 2] | 0) + 8 >> 2] | 0) | 0; - HEAP32[i4 + 24 >> 2] = i8; - __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_12CallIndirectEEEvRNS_7ElementEjPT_(i6, i5, 3, i4); + HEAP32[i2 + 24 >> 2] = i8; + __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_12CallIndirectEEEvRNS_7ElementEjPT_(i6, i5, 3, i2); STACKTOP = i7; - return i4 | 0; + return i2 | 0; } return 0; } @@ -55747,7 +56172,7 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti break; } } - if ((i6 | 0) == 5) ___assert_fail(27563, 27572, 1538, 27583); + if ((i6 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -55757,7 +56182,7 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti break; } } - if ((i6 | 0) == 9) ___assert_fail(27563, 27572, 1542, 27583); + if ((i6 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -55767,7 +56192,7 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti break; } } - if ((i6 | 0) == 13) ___assert_fail(27563, 27572, 1546, 27583); + if ((i6 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -55778,8 +56203,8 @@ function __ZN4wasm10WasmWalkerIZNS_15Asm2WasmBuilder8optimizeEvE19BlockBreakOpti break; } } - if ((i6 | 0) == 17) ___assert_fail(27563, 27572, 1551, 27583); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27563, 27572, 1554, 27583); + if ((i6 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); } function __ZNSt3__19to_stringEj(i8, i6) { @@ -55799,14 +56224,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; - i4 = i9 + 1 | 0; - i5 = i9 + 8 | 0; + i5 = i9 + 1 | 0; + i4 = i9 + 8 | 0; i2 = i3; i3 = (i3 & 1) == 0 ? (i3 & 255) >>> 1 : HEAP32[i9 + 4 >> 2] | 0; while (1) { - i1 = (i2 & 1) == 0 ? i4 : HEAP32[i5 >> 2] | 0; + i1 = (i2 & 1) == 0 ? i5 : HEAP32[i4 >> 2] | 0; HEAP32[i7 >> 2] = i6; - i1 = _snprintf(i1, i3 + 1 | 0, 32007, i7) | 0; + i1 = _snprintf(i1, i3 + 1 | 0, 32033, i7) | 0; if ((i1 | 0) > -1) { if (i1 >>> 0 <= i3 >>> 0) break; } else i1 = i3 << 1 | 1; @@ -55835,60 +56260,60 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__8clENSt var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 48 | 0; - 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; + 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); i1 = HEAP32[i2 >> 2] | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i4 >> 0] & 1) == 0 ? i4 + 1 | 0 : HEAP32[i4 + 8 >> 2] | 0, 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + __ZN6cashew7IStringC2EPKcb(i5, (HEAP8[i6 >> 0] & 1) == 0 ? i6 + 1 | 0 : HEAP32[i6 + 8 >> 2] | 0, 0); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i6); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); STACKTOP = i7; - return HEAP32[i3 >> 2] | 0; + return HEAP32[i5 >> 2] | 0; } -function ___stdio_read(i8, i7, i9) { +function ___stdio_read(i8, i6, i9) { i8 = i8 | 0; - i7 = i7 | 0; + i6 = i6 | 0; i9 = i9 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i10 = 0, i11 = 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i10 = 0, i11 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 48 | 0; i3 = i10 + 16 | 0; i2 = i10; i1 = i10 + 32 | 0; - HEAP32[i1 >> 2] = i7; + HEAP32[i1 >> 2] = i6; i4 = i1 + 4 | 0; - i6 = i8 + 48 | 0; - i11 = HEAP32[i6 >> 2] | 0; + i7 = i8 + 48 | 0; + i11 = HEAP32[i7 >> 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[9709] | 0)) { + if (!(HEAP32[9715] | 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(190, i8 | 0); + _pthread_cleanup_push(189, i8 | 0); HEAP32[i2 >> 2] = HEAP32[i8 + 60 >> 2]; HEAP32[i2 + 4 >> 2] = i1; HEAP32[i2 + 8 >> 2] = 2; @@ -55902,9 +56327,9 @@ function ___stdio_read(i8, i7, i9) { i3 = i8 + 4 | 0; HEAP32[i3 >> 2] = i2; HEAP32[i8 + 8 >> 2] = i2 + (i1 - i4); - if (!(HEAP32[i6 >> 2] | 0)) i1 = i9; else { + if (!(HEAP32[i7 >> 2] | 0)) i1 = i9; else { HEAP32[i3 >> 2] = i2 + 1; - HEAP8[i7 + (i9 + -1) >> 0] = HEAP8[i2 >> 0] | 0; + HEAP8[i6 + (i9 + -1) >> 0] = HEAP8[i2 >> 0] | 0; i1 = i9; } } @@ -55917,51 +56342,6 @@ function ___stdio_read(i8, i7, i9) { return i1 | 0; } -function __ZN6cashew7IString3setEPKcb(i6, i1, i3) { - i6 = i6 | 0; - i1 = i1 | 0; - i3 = i3 | 0; - var i2 = 0, i4 = 0, i5 = 0, i7 = 0; - i7 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 8 | 0; - i5 = i7; - HEAP32[i5 >> 2] = i1; - if ((HEAP8[37400] | 0) == 0 ? ___cxa_guard_acquire(37400) | 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[9593] = i2; - ___cxa_guard_release(37400); - } - i2 = HEAP32[9593] | 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[9593] | 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; @@ -55969,8 +56349,8 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE23parseElementOrSt var i1 = 0, i2 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i9 + 4 | 0; - i6 = i9; + i6 = i9 + 4 | 0; + i5 = i9; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i7); i1 = HEAP32[i7 >> 2] | 0; L1 : do switch (HEAP8[i1 >> 0] | 0) { @@ -56002,9 +56382,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[i6 >> 2] = i1; - HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZN6cashew12ValueBuilder13makeStatementENS_3RefE(i5) | 0; + HEAP32[i5 >> 2] = i1; + HEAP32[i6 >> 2] = HEAP32[i5 >> 2]; + i1 = __ZN6cashew12ValueBuilder13makeStatementENS_3RefE(i6) | 0; HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 1; } } @@ -56026,7 +56406,7 @@ function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE(i5 break; } } - if ((i6 | 0) == 5) ___assert_fail(27563, 27572, 1538, 27583); + if ((i6 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -56036,7 +56416,7 @@ function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE(i5 break; } } - if ((i6 | 0) == 9) ___assert_fail(27563, 27572, 1542, 27583); + if ((i6 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -56046,7 +56426,7 @@ function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE(i5 break; } } - if ((i6 | 0) == 13) ___assert_fail(27563, 27572, 1546, 27583); + if ((i6 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -56057,8 +56437,8 @@ function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE9startWalkEPNS_6ModuleE(i5 break; } } - if ((i6 | 0) == 17) ___assert_fail(27563, 27572, 1551, 27583); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27563, 27572, 1554, 27583); + if ((i6 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); } function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, i3) { @@ -56075,7 +56455,7 @@ function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 5) ___assert_fail(27563, 27572, 1538, 27583); + if ((i6 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -56085,7 +56465,7 @@ function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 9) ___assert_fail(27563, 27572, 1542, 27583); + if ((i6 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -56095,7 +56475,7 @@ function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 13) ___assert_fail(27563, 27572, 1546, 27583); + if ((i6 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -56106,8 +56486,8 @@ function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 17) ___assert_fail(27563, 27572, 1551, 27583); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27563, 27572, 1554, 27583); + if ((i6 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); } function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, i3) { @@ -56124,7 +56504,7 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 5) ___assert_fail(27563, 27572, 1538, 27583); + if ((i6 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -56134,7 +56514,7 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 9) ___assert_fail(27563, 27572, 1542, 27583); + if ((i6 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -56144,7 +56524,7 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 13) ___assert_fail(27563, 27572, 1546, 27583); + if ((i6 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -56155,8 +56535,8 @@ function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE9startWalkEPNS_6ModuleE(i5, break; } } - if ((i6 | 0) == 17) ___assert_fail(27563, 27572, 1551, 27583); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27563, 27572, 1554, 27583); + if ((i6 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); } function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3) { @@ -56173,7 +56553,7 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3 break; } } - if ((i6 | 0) == 5) ___assert_fail(27563, 27572, 1538, 27583); + if ((i6 | 0) == 5) ___assert_fail(27589, 27598, 1929, 27609); i1 = HEAP32[i3 + 16 >> 2] | 0; i2 = HEAP32[i3 + 12 >> 2] | 0; while (1) { @@ -56183,7 +56563,7 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3 break; } } - if ((i6 | 0) == 9) ___assert_fail(27563, 27572, 1542, 27583); + if ((i6 | 0) == 9) ___assert_fail(27589, 27598, 1933, 27609); i1 = HEAP32[i3 + 28 >> 2] | 0; i2 = HEAP32[i3 + 24 >> 2] | 0; while (1) { @@ -56193,7 +56573,7 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3 break; } } - if ((i6 | 0) == 13) ___assert_fail(27563, 27572, 1546, 27583); + if ((i6 | 0) == 13) ___assert_fail(27589, 27598, 1937, 27609); i2 = HEAP32[i3 + 40 >> 2] | 0; i1 = HEAP32[i3 + 36 >> 2] | 0; while (1) { @@ -56204,8 +56584,8 @@ function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE9startWalkEPNS_6ModuleE(i5, i3 break; } } - if ((i6 | 0) == 17) ___assert_fail(27563, 27572, 1551, 27583); - if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27563, 27572, 1554, 27583); + if ((i6 | 0) == 17) ___assert_fail(27589, 27598, 1942, 27609); + if (!(HEAP32[i4 >> 2] | 0)) return; else ___assert_fail(27589, 27598, 1945, 27609); } function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEE21__push_back_slow_pathIRKS6_EEvOT_(i7, i6) { @@ -56215,16 +56595,16 @@ function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE1 i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - 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; + 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; } else i1 = 536870911; - __ZNSt3__114__split_bufferIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementERNS_9allocatorIS6_EEEC2EjjS9_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementERNS_9allocatorIS6_EEEC2EjjS9_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 3, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; i1 = i6; @@ -56239,49 +56619,92 @@ 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; - i2 = HEAP32[i6 >> 2] | 0; - i3 = i6 + 4 | 0; - i4 = i5 + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i6 >> 2] | 0; + i4 = i6 + 4 | 0; + i2 = i5 + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i10 = HEAP32[i4 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i10 = HEAP32[i2 >> 2] | 0; i8 = i10 + -16 | 0; - i7 = i1 + -16 | 0; + i7 = i3 + -16 | 0; HEAP32[i8 >> 2] = 0; i9 = i10 + -12 | 0; HEAP32[i9 >> 2] = 0; - i11 = HEAP32[i1 + -4 >> 2] | 0; + i11 = HEAP32[i3 + -4 >> 2] | 0; HEAP32[i10 + -8 >> 2] = 0; HEAP32[i10 + -4 >> 2] = i11; HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - i8 = i1 + -12 | 0; + i8 = i3 + -12 | 0; HEAP32[i9 >> 2] = HEAP32[i8 >> 2]; - i9 = i1 + -8 | 0; + i9 = i3 + -8 | 0; HEAP32[i10 + -8 >> 2] = HEAP32[i9 >> 2]; HEAP32[i9 >> 2] = 0; HEAP32[i8 >> 2] = 0; HEAP32[i7 >> 2] = 0; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -16; - i1 = i7; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + -16; + i3 = i7; } i9 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i4 >> 2] = i9; + HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = i9; i9 = i5 + 8 | 0; - i11 = HEAP32[i3 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; + i11 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 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[i4 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; return; } @@ -56292,16 +56715,16 @@ function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE1 i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - 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; + 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; } else i1 = 536870911; - __ZNSt3__114__split_bufferIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementERNS_9allocatorIS6_EEEC2EjjS9_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementERNS_9allocatorIS6_EEEC2EjjS9_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 3, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; i1 = i6; @@ -56323,17 +56746,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; - i3 = i7 + 8 | 0; - i4 = i7 + 4 | 0; + i4 = i7 + 8 | 0; + i3 = i7 + 4 | 0; i1 = i7; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 38476) | 0)) ___assert_fail(23347, 28586, 1610, 23409); - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 38392) | 0)) ___assert_fail(23428, 28586, 1611, 23409); + 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); 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[i3 >> 2] = HEAP32[i1 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i6, i3) | 0; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; } else { i1 = 0; while (1) { @@ -56342,9 +56765,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[i4 >> 2] = HEAP32[i8 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i2, i3) | 0; + HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i2, i4) | 0; i1 = i1 + 1 | 0; } } while (0); @@ -56356,70 +56779,70 @@ 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; - i2 = HEAP32[i6 >> 2] | 0; - i3 = i6 + 4 | 0; - i4 = i5 + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i6 >> 2] | 0; + i4 = i6 + 4 | 0; + i2 = i5 + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i10 = HEAP32[i4 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i10 = HEAP32[i2 >> 2] | 0; i8 = i10 + -16 | 0; - i7 = i1 + -16 | 0; + i7 = i3 + -16 | 0; HEAP32[i8 >> 2] = 0; i9 = i10 + -12 | 0; HEAP32[i9 >> 2] = 0; - i11 = HEAP32[i1 + -4 >> 2] | 0; + i11 = HEAP32[i3 + -4 >> 2] | 0; HEAP32[i10 + -8 >> 2] = 0; HEAP32[i10 + -4 >> 2] = i11; HEAP32[i8 >> 2] = HEAP32[i7 >> 2]; - i8 = i1 + -12 | 0; + i8 = i3 + -12 | 0; HEAP32[i9 >> 2] = HEAP32[i8 >> 2]; - i9 = i1 + -8 | 0; + i9 = i3 + -8 | 0; HEAP32[i10 + -8 >> 2] = HEAP32[i9 >> 2]; HEAP32[i9 >> 2] = 0; HEAP32[i8 >> 2] = 0; HEAP32[i7 >> 2] = 0; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -16; - i1 = i7; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + -16; + i3 = i7; } i9 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i4 >> 2] = i9; + HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = i9; i9 = i5 + 8 | 0; - i11 = HEAP32[i3 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; + i11 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 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[i4 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; return; } -function __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i7, i6, i8, i4, i5, i3) { +function __ZN4wasm15Asm2WasmBuilder14allocateGlobalEN6cashew7IStringENS_8WasmTypeEbS2_S2_(i7, i5, i8, i2, i4, i1) { i7 = i7 | 0; - i6 = i6 | 0; + i5 = i5 | 0; i8 = i8 | 0; + i2 = i2 | 0; i4 = i4 | 0; - i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i9 = 0, i10 = 0, i11 = 0; + i1 = i1 | 0; + var i3 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i1 = i9; - i2 = i7 + 48 | 0; - if ((__ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalEEENS_19__map_value_compareIS3_S7_NS_4lessIS3_EELb1EEENS_9allocatorIS7_EEE4findIS3_EENS_15__tree_iteratorIS7_PNS_11__tree_nodeIS7_PvEEiEERKT_(i2, i6) | 0) != (i7 + 52 | 0)) ___assert_fail(14975, 13029, 178, 15023); + 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); i10 = i7 + 8 | 0; - 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); + 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); i8 = (HEAP32[i10 >> 2] | 0) + 8 | 0; HEAP32[i10 >> 2] = i8; if (i8 >>> 0 < (HEAP32[i7 + 12 >> 2] | 0) >>> 0) { @@ -56448,21 +56871,21 @@ function _mbtowc(i2, i6, i4) { } i1 = i2 + -194 | 0; if (i1 >>> 0 <= 50) { - i2 = i6 + 1 | 0; - i3 = HEAP32[4380 + (i1 << 2) >> 2] | 0; - if (i4 >>> 0 < 4 ? i3 & -2147483648 >>> ((i4 * 6 | 0) + -6 | 0) | 0 : 0) break; - i1 = HEAPU8[i2 >> 0] | 0; + 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; i4 = i1 >>> 3; - if ((i4 + -16 | i4 + (i3 >> 26)) >>> 0 <= 7) { - i1 = i1 + -128 | i3 << 6; - if ((i1 | 0) >= 0) { - HEAP32[i5 >> 2] = i1; + if ((i4 + -16 | i4 + (i2 >> 26)) >>> 0 <= 7) { + i2 = i1 + -128 | i2 << 6; + if ((i2 | 0) >= 0) { + HEAP32[i5 >> 2] = i2; i1 = 2; break L1; } - i2 = HEAPU8[i6 + 2 >> 0] | 0; - if ((i2 & 192 | 0) == 128) { - i2 = i2 + -128 | i1 << 6; + i1 = HEAPU8[i6 + 2 >> 0] | 0; + if ((i1 & 192 | 0) == 128) { + i2 = i1 + -128 | i2 << 6; if ((i2 | 0) >= 0) { HEAP32[i5 >> 2] = i2; i1 = 3; @@ -56486,68 +56909,38 @@ function _mbtowc(i2, i6, i4) { return i1 | 0; } -function _instantiate() { - var i1 = 0, i2 = 0, i3 = 0, i4 = 0; - i3 = STACKTOP; - STACKTOP = STACKTOP + 160 | 0; - i1 = i3; - if (HEAP8[42364] | 0 ? (i2 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 14361) | 0, __ZN4wasm6ModuleC2ERKS0_(i1, HEAP32[9592] | 0), __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_6ModuleE(i2, i1) | 0, 10) | 0, __ZN4wasm6ModuleD2Ev(i1), HEAP8[42364] | 0) : 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 14385) | 0; - _emscripten_asm_const_v(6); - i2 = HEAP32[9592] | 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[42364] | 0) __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 14645) | 0; - i2 = __Znwj(16) | 0; - i1 = HEAP32[9592] | 0; - i4 = __Znwj(4) | 0; - HEAP32[i4 >> 2] = 2916; - HEAP32[i2 >> 2] = i1; - HEAP32[i2 + 4 >> 2] = 0; - HEAP32[i2 + 12 >> 2] = i4; - HEAP32[i2 + 8 >> 2] = HEAP32[i1 + 108 >> 2]; - __ZZ11instantiateEN19JSExternalInterface4initERN4wasm6ModuleE(i4, i1); - HEAP32[9591] = i2; - STACKTOP = i3; - return; -} - -function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERi(i9, i7) { +function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERi(i9, i2) { i9 = i9 | 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; + 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; i10 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i10 + 24 | 0; - i1 = i10 + 20 | 0; - i3 = i10 + 16 | 0; - i4 = i10 + 12 | 0; + i7 = i10 + 24 | 0; + i5 = i10 + 20 | 0; + i4 = i10 + 16 | 0; + i6 = i10 + 12 | 0; i11 = i10 + 28 | 0; - i6 = i10 + 8 | 0; - i8 = i10 + 4 | 0; - i5 = i10; + i1 = i10 + 8 | 0; + i3 = i10 + 4 | 0; + i8 = i10; __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i11, i9, 0); if (HEAP8[i11 >> 0] | 0) { - HEAP32[i6 >> 2] = 0; + HEAP32[i1 >> 2] = 0; i12 = __ZNKSt3__18ios_base6getlocEv(i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i5 >> 2] = i12; - i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 40460) | 0; + HEAP32[i8 >> 2] = i12; + i12 = __ZNKSt3__16locale9use_facetERNS0_2idE(i8, 40484) | 0; i11 = i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0; i13 = HEAP32[(HEAP32[i12 >> 2] | 0) + 16 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i11 + 24 >> 2]; - 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]; + 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]; i8 = i9 + (HEAP32[(HEAP32[i9 >> 2] | 0) + -12 >> 2] | 0) | 0; i11 = i8 + 16 | 0; - HEAP32[i11 >> 2] = HEAP32[i11 >> 2] | HEAP32[i6 >> 2] | (HEAP32[i8 + 24 >> 2] | 0) == 0; + HEAP32[i11 >> 2] = HEAP32[i11 >> 2] | HEAP32[i1 >> 2] | (HEAP32[i8 + 24 >> 2] | 0) == 0; } STACKTOP = i10; return i9 | 0; @@ -56561,57 +56954,107 @@ 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; - i5 = i12; + i7 = i12; if ((__ZN4wasm7Element4sizeEv(i8) | 0) == (i2 + 1 | 0)) i1 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i10, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; else { i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i10 + 4 >> 2] | 0) | 0; i11 = i1 + 12 | 0; - i6 = i1 + 16 | 0; - i7 = i1 + 20 | 0; + i5 = i1 + 16 | 0; + i6 = i1 + 20 | 0; while (1) { if (!(i2 >>> 0 < i9 >>> 0 & i2 >>> 0 < (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0)) break; - i3 = __ZN4wasm22SExpressionWasmBuilder15parseExpressionERNS_7ElementE(i10, __ZN4wasm7ElementixEj(i8, i2) | 0) | 0; - HEAP32[i5 >> 2] = i3; - i4 = HEAP32[i6 >> 2] | 0; - if (i4 >>> 0 < (HEAP32[i7 >> 2] | 0) >>> 0) { - HEAP32[i4 >> 2] = i3; - HEAP32[i6 >> 2] = (HEAP32[i6 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i11, i5); + 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); i2 = i2 + 1 | 0; } - i2 = HEAP32[i6 >> 2] | 0; + i2 = HEAP32[i5 >> 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) { - i2 = (i4 - i3 >> 2) + -1 | 0; - i3 = 0; + i3 = (i4 - i3 >> 2) + -1 | 0; + i2 = 0; while (1) { - if (i3 >>> 0 >= i2 >>> 0) break; - i5 = HEAP32[i6 + (i3 << 2) >> 2] | 0; - if (!((i5 | 0) == 0 | (HEAP32[i5 >> 2] | 0) != 4) ? (HEAP32[i5 + 8 >> 2] | 0) == 0 : 0) { - i1 = i3; + if (i2 >>> 0 >= i3 >>> 0) break; + i5 = HEAP32[i6 + (i2 << 2) >> 2] | 0; + if (!((i5 | 0) == 0 | (HEAP32[i5 >> 2] | 0) != 4) ? (HEAP32[i5 + 16 >> 2] | 0) == 0 : 0) { + i1 = i2; i7 = 7; break; } - i3 = i3 + 1 | 0; + i2 = i2 + 1 | 0; } if ((i7 | 0) == 7) { __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6resizeEj(i9, i1 + 1 | 0); - i4 = HEAP32[i10 >> 2] | 0; - i1 = i4; + i1 = HEAP32[i10 >> 2] | 0; + i4 = i1; } i3 = i1 + -4 | 0; i2 = HEAP32[i3 >> 2] | 0; - if ((!((i2 | 0) == 0 | (HEAP32[i2 >> 2] | 0) != 4) ? (HEAP32[i2 + 8 >> 2] | 0) == 0 : 0) ? (HEAP32[i2 + 12 >> 2] | 0) == (HEAP32[i8 >> 2] | 0) : 0) { - i2 = HEAP32[i2 + 16 >> 2] | 0; + if ((!((i2 | 0) == 0 | (HEAP32[i2 >> 2] | 0) != 4) ? (HEAP32[i2 + 16 >> 2] | 0) == 0 : 0) ? (HEAP32[i2 + 8 >> 2] | 0) == (HEAP32[i8 >> 2] | 0) : 0) { + i2 = HEAP32[i2 + 12 >> 2] | 0; if (i2) { i10 = HEAP32[i9 >> 2] | 0; HEAP32[i10 + ((i4 - i10 >> 2) + -1 << 2) >> 2] = i2; @@ -56638,9 +57081,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) 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; + 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; 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); } @@ -56648,43 +57091,6 @@ 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; @@ -56711,14 +57117,15 @@ function __ZNKSt3__18messagesIcE6do_getEiiiRKNS_12basic_stringIcNS_11char_traits __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i6, HEAP8[i1 >> 0] | 0); i1 = i1 + 1 | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i8 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i8 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i2 = i1 + (_strlen(i1) | 0) | 0; + i2 = i3 + (_strlen(i3) | 0) | 0; + i1 = i3; while (1) { if (i1 >>> 0 >= i2 >>> 0) break; __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc(i8, HEAP8[i1 >> 0] | 0); @@ -56729,52 +57136,40 @@ function __ZNKSt3__18messagesIcE6do_getEiiiRKNS_12basic_stringIcNS_11char_traits return; } -function __ZNSt3__116__check_groupingERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPjS8_Rj(i5, i7, i4, i8) { - i5 = i5 | 0; - i7 = i7 | 0; - i4 = i4 | 0; +function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE8__appendEj(i8, i1) { i8 = i8 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0, i9 = 0; - i1 = HEAP8[i5 >> 0] | 0; - i3 = i5 + 4 | 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; i2 = HEAP32[i3 >> 2] | 0; - 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); + 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; return; } @@ -56785,80 +57180,185 @@ 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; - i7 = i11 + 4 | 0; - i8 = i11; + i8 = i11 + 4 | 0; + i7 = i11; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i9); - i2 = HEAP8[HEAP32[i9 >> 2] >> 0] | 0; - i1 = i6; + i1 = HEAP8[HEAP32[i9 >> 2] >> 0] | 0; + i3 = i6; while (1) { - i3 = HEAP8[i1 >> 0] | 0; - if (!(i3 << 24 >> 24)) { + i2 = HEAP8[i3 >> 0] | 0; + if (!(i2 << 24 >> 24)) { i10 = 4; break; } - if (i3 << 24 >> 24 == i2 << 24 >> 24) { + if (i2 << 24 >> 24 == i1 << 24 >> 24) { i5 = 0; break; - } else i1 = i1 + 1 | 0; + } else i3 = i3 + 1 | 0; } if ((i10 | 0) == 4) i5 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i4, i9, i6) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i9); - i4 = HEAP32[i9 >> 2] | 0; - i3 = HEAP8[i4 >> 0] | 0; - i1 = i6; + i3 = HEAP32[i9 >> 2] | 0; + i4 = HEAP8[i3 >> 0] | 0; + i2 = i6; while (1) { - i2 = HEAP8[i1 >> 0] | 0; - if (!(i2 << 24 >> 24)) { + i1 = HEAP8[i2 >> 0] | 0; + if (!(i1 << 24 >> 24)) { i10 = 8; break; } - if (i2 << 24 >> 24 == i3 << 24 >> 24) break; else i1 = i1 + 1 | 0; + if (i1 << 24 >> 24 == i4 << 24 >> 24) break; else i2 = i2 + 1 | 0; } - if ((i10 | 0) == 8) ___assert_fail(23155, 22821, 460, 23175); - 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; + 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; STACKTOP = i11; return i10 | 0; } -function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE8__appendEj(i7, i2) { - i7 = i7 | 0; +function ___stpncpy(i1, i3, i2) { + i1 = i1 | 0; + i3 = i3 | 0; i2 = i2 | 0; - var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 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) { + i7 = i7 | 0; + i1 = i1 | 0; + var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i6 = i9; i3 = HEAP32[i7 + 8 >> 2] | 0; i8 = i7 + 4 | 0; - i1 = HEAP32[i8 >> 2] | 0; - if (i3 - i1 >> 2 >>> 0 < i2 >>> 0) { + i2 = HEAP32[i8 >> 2] | 0; + if (i3 - i2 >> 2 >>> 0 < i1 >>> 0) { i5 = HEAP32[i7 >> 2] | 0; - i4 = (i1 - i5 >> 2) + i2 | 0; + i4 = (i2 - i5 >> 2) + i1 | 0; if (i4 >>> 0 > 1073741823) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - 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); + 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); i8 = i6 + 8 | 0; i5 = HEAP32[i8 >> 2] | 0; - _memset(i5 | 0, 0, i2 << 2 | 0) | 0; - HEAP32[i8 >> 2] = i5 + (i2 << 2); + _memset(i5 | 0, 0, i1 << 2 | 0) | 0; + HEAP32[i8 >> 2] = i5 + (i1 << 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[i1 >> 2] = 0; - i1 = (HEAP32[i8 >> 2] | 0) + 4 | 0; - HEAP32[i8 >> 2] = i1; - i2 = i2 + -1 | 0; - } while ((i2 | 0) != 0); + HEAP32[i2 >> 2] = 0; + i2 = (HEAP32[i8 >> 2] | 0) + 4 | 0; + HEAP32[i8 >> 2] = i2; + i1 = i1 + -1 | 0; + } while ((i1 | 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; @@ -56866,9 +57366,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 { - i1 = HEAP32[i8 >> 2] | 0; - i3 = (i1 & -2) + -1 | 0; - i1 = i1 & 255; + i3 = HEAP32[i8 >> 2] | 0; + i1 = i3 & 255; + i3 = (i3 & -2) + -1 | 0; } if (!(i1 & 1)) i7 = (i1 & 255) >>> 1; else i7 = HEAP32[i8 + 4 >> 2] | 0; i2 = i7 >>> 0 > i2 >>> 0 ? i7 : i2; @@ -56915,26 +57415,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[9547] | 0)) { - if ((i1 | 0) == (HEAP32[9548] | 0)) { + do if ((i1 | 0) != (HEAP32[9553] | 0)) { + if ((i1 | 0) == (HEAP32[9554] | 0)) { __ZN4wasm22SExpressionWasmBuilder13parseFunctionERNS_7ElementE(i3, i2); break; } - if ((i1 | 0) == (HEAP32[9551] | 0)) { + if ((i1 | 0) == (HEAP32[9557] | 0)) { __ZN4wasm22SExpressionWasmBuilder11parseMemoryERNS_7ElementE(i3, i2); break; } - if ((i1 | 0) == (HEAP32[9553] | 0)) { + if ((i1 | 0) == (HEAP32[9559] | 0)) { __ZN4wasm22SExpressionWasmBuilder11parseExportERNS_7ElementE(i3, i2); break; } - if ((i1 | 0) != (HEAP32[9554] | 0)) { - if ((i1 | 0) == (HEAP32[9555] | 0)) { + if ((i1 | 0) != (HEAP32[9560] | 0)) { + if ((i1 | 0) == (HEAP32[9561] | 0)) { __ZN4wasm22SExpressionWasmBuilder10parseTableERNS_7ElementE(i3, i2); break; } - if ((i1 | 0) != (HEAP32[9557] | 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(39560, 16833) | 0, i1) | 0, 10) | 0; + 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; __ZNKSt3__18functionIFvvEEclEv(i3 + 8 | 0); } } @@ -56946,43 +57446,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; - i2 = HEAP32[i6 >> 2] | 0; - i3 = i6 + 4 | 0; - i4 = i5 + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i6 >> 2] | 0; + i4 = i6 + 4 | 0; + i2 = i5 + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i10 = HEAP32[i4 >> 2] | 0; + if ((i3 | 0) == (i1 | 0)) break; + i10 = HEAP32[i2 >> 2] | 0; i8 = i10 + -12 | 0; - i7 = i1 + -12 | 0; + i7 = i3 + -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 = i1 + -8 | 0; + i8 = i3 + -8 | 0; HEAP32[i9 >> 2] = HEAP32[i8 >> 2]; - i9 = i1 + -4 | 0; + i9 = i3 + -4 | 0; HEAP32[i10 + -4 >> 2] = HEAP32[i9 >> 2]; HEAP32[i9 >> 2] = 0; HEAP32[i8 >> 2] = 0; HEAP32[i7 >> 2] = 0; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -12; - i1 = i7; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + -12; + i3 = i7; } i8 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i4 >> 2] = i8; + HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = i8; i8 = i5 + 8 | 0; - i10 = HEAP32[i3 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; + i10 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 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[i4 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; return; } @@ -56993,9 +57493,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 { - i1 = HEAP32[i8 >> 2] | 0; - i3 = (i1 & -2) + -1 | 0; - i1 = i1 & 255; + i3 = HEAP32[i8 >> 2] | 0; + i1 = i3 & 255; + i3 = (i3 & -2) + -1 | 0; } if (!(i1 & 1)) i7 = (i1 & 255) >>> 1; else i7 = HEAP32[i8 + 4 >> 2] | 0; i2 = i7 >>> 0 > i2 >>> 0 ? i7 : i2; @@ -57046,9 +57546,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) 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; + 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; 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); } @@ -57056,33 +57556,33 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ return; } -function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiRPciEEEvDpOT_(i9, i5, i6, i7) { +function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJiRPciEEEvDpOT_(i9, i4, i5, i6) { i9 = i9 | 0; + i4 = i4 | 0; i5 = i5 | 0; i6 = i6 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0, i10 = 0; + var i1 = 0, i2 = 0, i3 = 0, i7 = 0, i8 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i8 = i10; - i3 = i9 + 4 | 0; - i4 = HEAP32[i9 >> 2] | 0; - i2 = (((HEAP32[i3 >> 2] | 0) - i4 | 0) / 12 | 0) + 1 | 0; - if (i2 >>> 0 > 357913941) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i9); - i1 = ((HEAP32[i9 + 8 >> 2] | 0) - i4 | 0) / 12 | 0; - if (i1 >>> 0 < 178956970) { - i1 = i1 << 1; - i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + 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; } else i1 = 357913941; - __ZNSt3__114__split_bufferIN4wasm6Memory7SegmentERNS_9allocatorIS3_EEEC2EjjS6_(i8, i1, ((HEAP32[i3 >> 2] | 0) - i4 | 0) / 12 | 0, i9 + 8 | 0); - i4 = i8 + 8 | 0; - i3 = HEAP32[i4 >> 2] | 0; + __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; i6 = HEAP32[i6 >> 2] | 0; - i7 = HEAP32[i7 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i3 + 4 >> 2] = i6; - HEAP32[i3 + 8 >> 2] = i7; - HEAP32[i4 >> 2] = i3 + 12; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i3 + 4 >> 2] = i5; + HEAP32[i3 + 8 >> 2] = i6; + HEAP32[i7 >> 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; @@ -57123,15 +57623,15 @@ function __ZN4wasm17SExpressionParser14parseInnerListEv(i7) { } else { i2 = __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i7 + 4 | 0) | 0; while (1) { - i1 = __ZN4wasm17SExpressionParser5parseEv(i7) | 0; - HEAP32[i6 >> 2] = i1; - if (!i1) break; - i3 = __ZN4wasm7Element4listEv(i2) | 0; - i4 = i3 + 4 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if ((i5 | 0) == (HEAP32[i3 + 8 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i3, i6); else { - HEAP32[i5 >> 2] = i1; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; + 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; } } } while (0); @@ -57139,50 +57639,50 @@ function __ZN4wasm17SExpressionParser14parseInnerListEv(i7) { return i2 | 0; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKcj(i7, i4, i2, i6) { +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6insertEjPKcj(i7, i4, i2, i5) { i7 = i7 | 0; i4 = i4 | 0; i2 = i2 | 0; - i6 = i6 | 0; - var i1 = 0, i3 = 0, i5 = 0; + i5 = i5 | 0; + var i1 = 0, i3 = 0, i6 = 0; i1 = HEAP8[i7 >> 0] | 0; i3 = (i1 & 1) == 0; - 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) 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) i3 = 10; else { - i1 = HEAP32[i7 >> 2] | 0; - i3 = (i1 & -2) + -1 | 0; - i1 = i1 & 255; + i3 = HEAP32[i7 >> 2] | 0; + i1 = i3 & 255; + i3 = (i3 & -2) + -1 | 0; } - if ((i3 - i5 | 0) >>> 0 >= i6 >>> 0) { - if (i6 | 0) { + if ((i3 - i6 | 0) >>> 0 >= i5 >>> 0) { + if (i5 | 0) { if (!(i1 & 1)) i3 = i7 + 1 | 0; else i3 = HEAP32[i7 + 8 >> 2] | 0; - if ((i5 | 0) == (i4 | 0)) i1 = i3 + i4 | 0; else { + if ((i6 | 0) == (i4 | 0)) i1 = i3 + i4 | 0; else { i1 = i3 + i4 | 0; - _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 + 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 | 0, i2 | 0, i6 | 0) | 0; - i1 = i5 + i6 | 0; + _memmove(i1 | 0, i2 | 0, i5 | 0) | 0; + i1 = i6 + i5 | 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, i5 + i6 - i3 | 0, i5, i4, 0, i6, i2); + } 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); return i7 | 0; } -function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11__get_am_pmERiRS4_S4_RjRKNS_5ctypeIwEE(i1, i10, i5, i7, i8, i6) { +function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE11__get_am_pmERiRS4_S4_RjRKNS_5ctypeIwEE(i1, i10, i3, i5, i6, i4) { i1 = i1 | 0; i10 = i10 | 0; + i3 = i3 | 0; i5 = i5 | 0; - i7 = i7 | 0; - i8 = i8 | 0; i6 = i6 | 0; - var i2 = 0, i3 = 0, i4 = 0, i9 = 0, i11 = 0; + i4 = i4 | 0; + var i2 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i11 + 4 | 0; - i4 = i11; + i8 = i11 + 4 | 0; + i7 = i11; i9 = i1 + 8 | 0; i9 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i9 >> 2] | 0) + 8 >> 2] & 127](i9) | 0; i1 = HEAP8[i9 >> 0] | 0; @@ -57190,32 +57690,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[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[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[i10 >> 2] = 0; break; } - if ((i2 | 0) < 12 & (i1 - i9 | 0) == 12) HEAP32[i10 >> 2] = i2 + 12; - } else HEAP32[i8 >> 2] = HEAP32[i8 >> 2] | 4; while (0); + if ((i1 | 0) < 12 & (i2 - i9 | 0) == 12) HEAP32[i10 >> 2] = i1 + 12; + } else HEAP32[i6 >> 2] = HEAP32[i6 >> 2] | 4; while (0); STACKTOP = i11; return; } -function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11__get_am_pmERiRS4_S4_RjRKNS_5ctypeIcEE(i1, i10, i5, i7, i8, i6) { +function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE11__get_am_pmERiRS4_S4_RjRKNS_5ctypeIcEE(i1, i10, i3, i5, i6, i4) { i1 = i1 | 0; i10 = i10 | 0; + i3 = i3 | 0; i5 = i5 | 0; - i7 = i7 | 0; - i8 = i8 | 0; i6 = i6 | 0; - var i2 = 0, i3 = 0, i4 = 0, i9 = 0, i11 = 0; + i4 = i4 | 0; + var i2 = 0, i7 = 0, i8 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i11 + 4 | 0; - i4 = i11; + i8 = i11 + 4 | 0; + i7 = i11; i9 = i1 + 8 | 0; i9 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i9 >> 2] | 0) + 8 >> 2] & 127](i9) | 0; i1 = HEAP8[i9 >> 0] | 0; @@ -57223,204 +57723,251 @@ 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[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[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[i10 >> 2] = 0; break; } - if ((i2 | 0) < 12 & (i1 - i9 | 0) == 12) HEAP32[i10 >> 2] = i2 + 12; - } else HEAP32[i8 >> 2] = HEAP32[i8 >> 2] | 4; while (0); + if ((i1 | 0) < 12 & (i2 - i9 | 0) == 12) HEAP32[i10 >> 2] = i1 + 12; + } else HEAP32[i6 >> 2] = HEAP32[i6 >> 2] | 4; while (0); STACKTOP = i11; return; } -function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERy(i8, i7) { +function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERy(i8, i2) { i8 = i8 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 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; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i9 + 20 | 0; - i1 = i9 + 16 | 0; + i6 = i9 + 20 | 0; + i4 = i9 + 16 | 0; i3 = i9 + 12 | 0; - i4 = i9 + 8 | 0; + i5 = i9 + 8 | 0; i10 = i9 + 24 | 0; - i6 = i9 + 4 | 0; - i5 = i9; + i1 = i9 + 4 | 0; + i7 = i9; __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i10, i8, 0); if (HEAP8[i10 >> 0] | 0) { - HEAP32[i6 >> 2] = 0; + HEAP32[i1 >> 2] = 0; i11 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i5 >> 2] = i11; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 40460) | 0; + HEAP32[i7 >> 2] = i11; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40484) | 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[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); + 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); i7 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0; i10 = i7 + 16 | 0; - HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | HEAP32[i6 >> 2] | (HEAP32[i7 + 24 >> 2] | 0) == 0; + HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | HEAP32[i1 >> 2] | (HEAP32[i7 + 24 >> 2] | 0) == 0; } STACKTOP = i9; return i8 | 0; } -function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERx(i8, i7) { +function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERx(i8, i2) { i8 = i8 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 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; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i9 + 20 | 0; - i1 = i9 + 16 | 0; + i6 = i9 + 20 | 0; + i4 = i9 + 16 | 0; i3 = i9 + 12 | 0; - i4 = i9 + 8 | 0; + i5 = i9 + 8 | 0; i10 = i9 + 24 | 0; - i6 = i9 + 4 | 0; - i5 = i9; + i1 = i9 + 4 | 0; + i7 = i9; __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i10, i8, 0); if (HEAP8[i10 >> 0] | 0) { - HEAP32[i6 >> 2] = 0; + HEAP32[i1 >> 2] = 0; i11 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i5 >> 2] = i11; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 40460) | 0; + HEAP32[i7 >> 2] = i11; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40484) | 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[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); + 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); i7 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0; i10 = i7 + 16 | 0; - HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | HEAP32[i6 >> 2] | (HEAP32[i7 + 24 >> 2] | 0) == 0; + HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | HEAP32[i1 >> 2] | (HEAP32[i7 + 24 >> 2] | 0) == 0; } STACKTOP = i9; return i8 | 0; } -function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERj(i8, i7) { +function __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEErsERj(i8, i2) { i8 = i8 | 0; - i7 = i7 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 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; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i9 + 20 | 0; - i1 = i9 + 16 | 0; + i6 = i9 + 20 | 0; + i4 = i9 + 16 | 0; i3 = i9 + 12 | 0; - i4 = i9 + 8 | 0; + i5 = i9 + 8 | 0; i10 = i9 + 24 | 0; - i6 = i9 + 4 | 0; - i5 = i9; + i1 = i9 + 4 | 0; + i7 = i9; __ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC2ERS3_b(i10, i8, 0); if (HEAP8[i10 >> 0] | 0) { - HEAP32[i6 >> 2] = 0; + HEAP32[i1 >> 2] = 0; i11 = __ZNKSt3__18ios_base6getlocEv(i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0) | 0; - HEAP32[i5 >> 2] = i11; - i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 40460) | 0; + HEAP32[i7 >> 2] = i11; + i11 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40484) | 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[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); + 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); i7 = i8 + (HEAP32[(HEAP32[i8 >> 2] | 0) + -12 >> 2] | 0) | 0; i10 = i7 + 16 | 0; - HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | HEAP32[i6 >> 2] | (HEAP32[i7 + 24 >> 2] | 0) == 0; + HEAP32[i10 >> 2] = HEAP32[i10 >> 2] | HEAP32[i1 >> 2] | (HEAP32[i7 + 24 >> 2] | 0) == 0; } STACKTOP = i9; return i8 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner10visitBlockEPNS_5BlockE(i7, i9, i8) { - i7 = i7 | 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; - i8 = i8 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i10 = 0, i11 = 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; + i9 = i9 | 0; + i6 = i6 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i8 = 0, i10 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i11; - HEAP32[i7 >> 2] = 0; - i5 = i7 + 8 | 0; - HEAP32[i5 >> 2] = 0; - HEAP32[i5 + 4 >> 2] = 0; - i5 = i7 + 16 | 0; + i7 = i11; HEAP32[i5 >> 2] = 0; - i3 = HEAP32[i8 + 16 >> 2] | 0; - i6 = HEAP32[i8 + 12 >> 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; while (1) { - if ((i6 | 0) == (i3 | 0)) break; - __ZN4wasm11WasmVisitorIZNS_14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS4_9allocatorIS6_EEEEE16ExpressionRunnerNS_4FlowEE5visitEPNS_10ExpressionE(i2, i9, HEAP32[i6 >> 2] | 0); - HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i7 + 4 >> 2] = HEAP32[i2 + 4 >> 2]; - HEAP32[i7 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; - HEAP32[i7 + 12 >> 2] = HEAP32[i2 + 12 >> 2]; - HEAP32[i7 + 16 >> 2] = HEAP32[i2 + 16 >> 2]; - i4 = HEAP32[i5 >> 2] | 0; - if (!i4) i6 = i6 + 4 | 0; else { - i1 = i4; + 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; i10 = 4; break; } } - if ((i10 | 0) == 4 ? (i1 | 0) == (HEAP32[i8 + 8 >> 2] | 0) : 0) HEAP32[i5 >> 2] = 0; + if ((i10 | 0) == 4 ? (i1 | 0) == (HEAP32[i6 + 8 >> 2] | 0) : 0) HEAP32[i8 >> 2] = 0; STACKTOP = i11; return; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE6appendIPKcEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS7_E4typeESC_SC_(i9, i5, i8) { +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendIPcEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueERS5_E4typeES9_S9_(i10, i6, i9) { + i10 = i10 | 0; + i6 = i6 | 0; 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; + 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; - 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_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; + 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; i2 = i4 + i7 | 0; while (1) { - if ((i1 | 0) == (i8 | 0)) break; + 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 + i6 | 0; - if (!(HEAP8[i9 >> 0] & 1)) { - HEAP8[i9 >> 0] = i1 << 1; + i1 = i7 + i8 | 0; + if (!(HEAP8[i10 >> 0] & 1)) { + HEAP8[i10 >> 0] = i1 << 1; break; } else { - HEAP32[i9 + 4 >> 2] = i1; + HEAP32[i10 + 4 >> 2] = i1; break; } } while (0); - return; + return i10 | 0; } function __ZL25default_terminate_handlerv() { @@ -57434,14 +57981,14 @@ 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) { - i1 = i4 + 48 | 0; - i2 = HEAP32[i1 >> 2] | 0; - i1 = HEAP32[i1 + 4 >> 2] | 0; - if (!((i2 & -256 | 0) == 1126902528 & (i1 | 0) == 1129074247)) { + 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(35229, i3); + _abort_message(35255, i3); } - if ((i2 | 0) == 1126902529 & (i1 | 0) == 1129074247) i1 = HEAP32[i4 + 44 >> 2] | 0; else i1 = i4 + 80 | 0; + if ((i1 | 0) == 1126902529 & (i2 | 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; @@ -57452,14 +57999,14 @@ function __ZL25default_terminate_handlerv() { HEAP32[i6 >> 2] = i5; HEAP32[i6 + 4 >> 2] = i1; HEAP32[i6 + 8 >> 2] = i8; - _abort_message(35143, i6); + _abort_message(35169, i6); } else { HEAP32[i8 >> 2] = HEAP32[2901]; HEAP32[i8 + 4 >> 2] = i1; - _abort_message(35188, i8); + _abort_message(35214, i8); } } - _abort_message(35267, i7); + _abort_message(35293, i7); } function __ZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralE(i4, i3, i1) { @@ -57472,25 +58019,50 @@ function __ZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralE i5 = i6; HEAP32[i5 >> 2] = i4; if ((HEAP32[i1 >> 2] | 0) == 1) { - i2 = __ZN4wasm7Literal6geti32Ev(i1) | 0; - i1 = i2; - i2 = ((i2 | 0) < 0) << 31 >> 31; + i2 = __ZNK4wasm7Literal6geti32Ev(i1) | 0; + i1 = ((i2 | 0) < 0) << 31 >> 31; } else { - i1 = __ZN4wasm7Literal6geti64Ev(i1) | 0; - i2 = tempRet0; + i2 = __ZNK4wasm7Literal6geti64Ev(i1) | 0; + i1 = tempRet0; } i8 = i3 + 12 | 0; i7 = i4 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i8 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20361); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i1, (HEAP32[i7 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) | 0, 20377); - i4 = _i64Add(HEAP32[i8 >> 2] | 0, 0, i1 | 0, i2 | 0) | 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; i3 = i3 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i3 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20392); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_5StoreEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i4, (HEAP32[i7 >> 2] | 0) - (HEAP32[i3 >> 2] | 0) | 0, 20407); + __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); 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; @@ -57501,21 +58073,20 @@ function __ZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralE( i5 = i6; HEAP32[i5 >> 2] = i4; if ((HEAP32[i1 >> 2] | 0) == 1) { - i2 = __ZN4wasm7Literal6geti32Ev(i1) | 0; - i1 = i2; - i2 = ((i2 | 0) < 0) << 31 >> 31; + i2 = __ZNK4wasm7Literal6geti32Ev(i1) | 0; + i1 = ((i2 | 0) < 0) << 31 >> 31; } else { - i1 = __ZN4wasm7Literal6geti64Ev(i1) | 0; - i2 = tempRet0; + i2 = __ZNK4wasm7Literal6geti64Ev(i1) | 0; + i1 = tempRet0; } i8 = i3 + 16 | 0; i7 = i4 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i8 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20361); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i1, (HEAP32[i7 >> 2] | 0) - (HEAP32[i8 >> 2] | 0) | 0, 20377); - i4 = _i64Add(HEAP32[i8 >> 2] | 0, 0, i1 | 0, i2 | 0) | 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; i3 = i3 + 8 | 0; - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, HEAP32[i3 >> 2] | 0, HEAP32[i7 >> 2] | 0, 20392); - __ZZN4wasm14ModuleInstance15getFinalAddressINS_4LoadEEEjPT_NS_7LiteralEENKUljjPKcE_clEjjS7_(i5, i4, (HEAP32[i7 >> 2] | 0) - (HEAP32[i3 >> 2] | 0) | 0, 20407); + __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); STACKTOP = i6; return i4 | 0; } @@ -57535,16 +58106,16 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i4) } if (i1 << 24 >> 24 != 47) break; if ((HEAP8[i2 + 1 >> 0] | 0) == 47) { - i3 = i2 + 2 | 0; + i1 = i2 + 2 | 0; while (1) { - 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; + 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; } - if (i1) { - i2 = i3; + if (i3) { + i2 = i1; continue; } HEAP32[i4 >> 2] = i2; @@ -57578,72 +58149,27 @@ 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; - 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); + 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); __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i2); - i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i1, i2, 35822) | 0; + i3 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i1, i2, 35848) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i2); i1 = HEAP32[i2 >> 2] | 0; - if ((HEAP8[i1 >> 0] | 0) != 41) ___assert_fail(23201, 22821, 659, 23780); + if ((HEAP8[i1 >> 0] | 0) != 41) ___assert_fail(23227, 22847, 659, 23806); HEAP32[i2 >> 2] = i1 + 1; - i1 = HEAP32[i4 >> 2] | 0; + i1 = HEAP32[i5 >> 2] | 0; i2 = i1 + -12 | 0; - if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i5 = i1; else ___assert_fail(23484, 22821, 661, 23780); + if ((HEAP32[i1 + -8 >> 2] | 0) == (HEAP32[i2 >> 2] | 0)) i4 = i1; else ___assert_fail(23510, 22847, 661, 23806); while (1) { - if ((i5 | 0) == (i2 | 0)) break; - i1 = i5 + -12 | 0; - HEAP32[i4 >> 2] = i1; + if ((i4 | 0) == (i2 | 0)) break; + i1 = i4 + -12 | 0; + HEAP32[i5 >> 2] = i1; __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEED2Ev(i1); - i5 = HEAP32[i4 >> 2] | 0; + i4 = HEAP32[i5 >> 2] | 0; } return i3 | 0; } @@ -57704,35 +58230,35 @@ function _memchr(i1, i5, i2) { return (i2 | 0 ? i1 : 0) | 0; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEjPKcj(i7, i4, i2, i6) { +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEjPKcj(i7, i4, i2, i5) { i7 = i7 | 0; i4 = i4 | 0; i2 = i2 | 0; - i6 = i6 | 0; - var i1 = 0, i3 = 0, i5 = 0; + i5 = i5 | 0; + var i1 = 0, i3 = 0, i6 = 0; i1 = HEAP8[i7 >> 0] | 0; i3 = (i1 & 1) == 0; - 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) 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) i3 = 10; else { - i1 = HEAP32[i7 >> 2] | 0; - i3 = (i1 & -2) + -1 | 0; - i1 = i1 & 255; + i3 = HEAP32[i7 >> 2] | 0; + i1 = i3 & 255; + i3 = (i3 & -2) + -1 | 0; } - if ((i3 - i5 | 0) >>> 0 >= i6 >>> 0) { - if (i6 | 0) { + if ((i3 - i6 | 0) >>> 0 >= i5 >>> 0) { + if (i5 | 0) { if (!(i1 & 1)) i3 = i7 + 1 | 0; else i3 = HEAP32[i7 + 8 >> 2] | 0; - if ((i5 | 0) == (i4 | 0)) i1 = i3 + i4 | 0; else { + if ((i6 | 0) == (i4 | 0)) i1 = i3 + i4 | 0; else { i1 = i3 + i4 | 0; - _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 + 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 | 0, i2 | 0, i6 | 0) | 0; - i1 = i5 + i6 | 0; + _memmove(i1 | 0, i2 | 0, i5 | 0) | 0; + i1 = i6 + i5 | 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, i5 + i6 - i3 | 0, i5, i4, 0, i6, i2); + } else __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE21__grow_by_and_replaceEjjjjjjPKc(i7, i3, i6 + i5 - i3 | 0, i6, i4, 0, i5, i2); return i7 | 0; } @@ -57777,53 +58303,53 @@ function __ZN4wasm22SExpressionWasmBuilder15getPrefixedNameENSt3__112basic_strin i6 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i3 = i6 + 24 | 0; - i4 = i6 + 12 | 0; - i5 = i6; + i5 = i6 + 12 | 0; + i4 = i6; i7 = i2 + 76 | 0; i2 = HEAP32[i7 >> 2] | 0; HEAP32[i7 >> 2] = i2 + 1; - __ZNSt3__19to_stringEj(i5, i2); + __ZNSt3__19to_stringEj(i4, i2); i2 = HEAP8[i1 >> 0] | 0; i7 = (i2 & 1) == 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i4 >> 0] & 1) == 0 ? i4 + 1 | 0 : HEAP32[i4 + 8 >> 2] | 0, 0); + __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i5 >> 0] & 1) == 0 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0, 0); i7 = HEAP32[i3 >> 2] | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); STACKTOP = i6; return i7 | 0; } -function __ZN4wasm5Block7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i5, i7, i4) { +function __ZN4wasm5Block7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i5, i7, i3) { i5 = i5 | 0; i7 = i7 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0, i8 = 0, i9 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0, i8 = 0, i9 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i8 + 8 | 0; + i2 = i8 + 8 | 0; i6 = i8 + 4 | 0; - i2 = i8; - HEAP32[i6 >> 2] = i4; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i7, 27931, 0) | 0; - i3 = i5 + 8 | 0; - if (HEAP32[i3 >> 2] | 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[i2 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i9, i1) | 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 = i4 + 1 | 0; + i3 = i3 + 1 | 0; HEAP32[i6 >> 2] = i3; i2 = HEAP32[i5 + 16 >> 2] | 0; i1 = HEAP32[i5 + 12 >> 2] | 0; @@ -57844,16 +58370,16 @@ function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - 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; + 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; } else i1 = 268435455; - __ZNSt3__114__split_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 4, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 4, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -57867,51 +58393,6 @@ 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; @@ -57919,16 +58400,16 @@ function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE21__push_back_slow i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - 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; + 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; } else i1 = 268435455; - __ZNSt3__114__split_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 4, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm7LiteralERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 4, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -57997,30 +58478,30 @@ function __ZN4wasm6ModuleD2Ev(i1) { return; } -function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJN6cashew7IStringEPNS1_10ExpressionEEEEvDpOT_(i8, i5, i6) { +function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE24__emplace_back_slow_pathIJN6cashew7IStringEPNS1_10ExpressionEEEEvDpOT_(i8, i4, i5) { i8 = i8 | 0; + i4 = i4 | 0; i5 = i5 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i9 = 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0, i7 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i7 = i9; - i3 = i8 + 4 | 0; - i4 = HEAP32[i8 >> 2] | 0; - i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 3) + 1 | 0; - if (i2 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); - i1 = (HEAP32[i8 + 8 >> 2] | 0) - i4 | 0; - if (i1 >> 3 >>> 0 < 268435455) { - i1 = i1 >> 2; - i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + 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; } else i1 = 536870911; - __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEEC2EjjS6_(i7, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i8 + 8 | 0); - i4 = i7 + 8 | 0; - i3 = HEAP32[i4 >> 2] | 0; - i6 = HEAP32[i6 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i3 + 4 >> 2] = i6; - HEAP32[i4 >> 2] = i3 + 8; + __ZNSt3__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__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i8, i7); __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEED2Ev(i7); STACKTOP = i9; @@ -58032,22 +58513,22 @@ function __ZN4wasm6Binary8finalizeEv(i4) { var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i5; + i3 = i5; if ((HEAP32[i4 + 8 >> 2] | 0) > 16) HEAP32[i4 + 4 >> 2] = 1; else { - i3 = HEAP32[(HEAP32[i4 + 12 >> 2] | 0) + 4 >> 2] | 0; + i2 = 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 = __ZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i4, __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39560, 16884) | 0, 0) | 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[i2 >> 2] = i7; - i7 = __ZNKSt3__16locale9use_facetERNS0_2idE(i2, 40436) | 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(i2); + __ZNSt3__16localeD2Ev(i3); __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i6, i7) | 0; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(i6) | 0; - ___assert_fail(16891, 27572, 905, 16989); + ___assert_fail(16891, 27598, 1296, 16989); } - HEAP32[i4 + 4 >> 2] = (i3 | 0) != 5 ? i3 : i1; + HEAP32[i4 + 4 >> 2] = (i2 | 0) != 5 ? i2 : i1; } STACKTOP = i5; return; @@ -58068,7 +58549,7 @@ function __ZN6cashew12ValueBuilder7makeForENS_3RefES1_S1_S1_(i4, i2, i3, i1) { i8 = i5 + 4 | 0; i7 = i5; i10 = __ZN6cashew12ValueBuilder12makeRawArrayEi(5) | 0; - i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38444) | 0; + i13 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38468) | 0; HEAP32[i12 >> 2] = i13; HEAP32[i6 >> 2] = HEAP32[i12 >> 2]; i10 = __ZN6cashew5Value9push_backENS_3RefE(i10, i6) | 0; @@ -58090,6 +58571,8 @@ 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); @@ -58102,65 +58585,63 @@ function ___cxx_global_array_dtor_46(i1) { __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(41332); - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev(41320); return; } -function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i8, i5, i6) { +function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringERNS1_8WasmTypeEEEEvDpOT_(i8, i4, i5) { i8 = i8 | 0; + i4 = i4 | 0; i5 = i5 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i9 = 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0, i7 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i7 = i9; - i3 = i8 + 4 | 0; - i4 = HEAP32[i8 >> 2] | 0; - i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 3) + 1 | 0; - if (i2 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); - i1 = (HEAP32[i8 + 8 >> 2] | 0) - i4 | 0; - if (i1 >> 3 >>> 0 < 268435455) { - i1 = i1 >> 2; - i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + 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; } else i1 = 536870911; - __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__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__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, i5, i6) { +function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRN6cashew7IStringENS1_8WasmTypeEEEEvDpOT_(i8, i4, i5) { i8 = i8 | 0; + i4 = i4 | 0; i5 = i5 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0, i9 = 0; + var i1 = 0, i2 = 0, i3 = 0, i6 = 0, i7 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i7 = i9; - i3 = i8 + 4 | 0; - i4 = HEAP32[i8 >> 2] | 0; - i2 = ((HEAP32[i3 >> 2] | 0) - i4 >> 3) + 1 | 0; - if (i2 >>> 0 > 536870911) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i8); - i1 = (HEAP32[i8 + 8 >> 2] | 0) - i4 | 0; - if (i1 >> 3 >>> 0 < 268435455) { - i1 = i1 >> 2; - i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + 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; } else i1 = 536870911; - __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__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__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i8, i7); __ZNSt3__114__split_bufferIN4wasm8NameTypeERNS_9allocatorIS2_EEED2Ev(i7); STACKTOP = i9; @@ -58169,6 +58650,8 @@ 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); @@ -58181,8 +58664,6 @@ function ___cxx_global_array_dtor(i1) { __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(40520); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(40508); return; } @@ -58212,8 +58693,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; - i3 = i3 + 1 | 0; i1 = i1 + 1 | 0; + i3 = i3 + 1 | 0; } L14 : do switch (i6 | 0) { case 4: @@ -58253,40 +58734,6 @@ function __ZNSt3__114__num_put_base14__format_floatEPcPKcj(i1, i3, i2) { return i5 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner6fixNaNEfff(i2, d7, d8, d1) { - i2 = i2 | 0; - d7 = +d7; - d8 = +d8; - d1 = +d1; - var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i9 = 0, d10 = 0.0; - i9 = STACKTOP; - STACKTOP = STACKTOP + 48 | 0; - i2 = i9 + 32 | 0; - i3 = i9 + 16 | 0; - i4 = i9; - d10 = +Math_abs(+d7); - i5 = (HEAPF32[tempDoublePtr >> 2] = d10, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040; - d10 = +Math_abs(+d8); - i6 = (HEAPF32[tempDoublePtr >> 2] = d10, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040; - d10 = +Math_abs(+d1); - do if (i6 | (i5 | (HEAPF32[tempDoublePtr >> 2] = d10, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040)) if (i5 | i6) { - HEAP32[i4 >> 2] = 3; - HEAPF32[i4 + 8 >> 2] = i5 ? d7 : d8; - i6 = __ZN4wasm7Literal14reinterpreti32Ev(i4) | 0 | 12582912; - HEAP32[i3 >> 2] = 1; - HEAP32[i3 + 8 >> 2] = i6; - d1 = +__ZN4wasm7Literal14reinterpretf32Ev(i3); - break; - } else { - HEAP32[i2 >> 2] = 1; - HEAP32[i2 + 8 >> 2] = 2143289344; - d1 = +__ZN4wasm7Literal14reinterpretf32Ev(i2); - break; - } while (0); - STACKTOP = i9; - return +d1; -} - function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i7, i6) { i7 = i7 | 0; i6 = i6 | 0; @@ -58294,16 +58741,16 @@ function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE21__push_back_ i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - 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; + 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; } else i1 = 536870911; - __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 3, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm6Switch4CaseERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 3, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; i1 = i6; @@ -58318,65 +58765,65 @@ function __ZNSt3__16vectorIN4wasm6Switch4CaseENS_9allocatorIS3_EEE21__push_back_ return; } -function __ZNSt3__113unordered_mapIN6cashew7IStringEN7AsmData5LocalENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERSB_(i5, i4) { +function __ZNSt3__113unordered_mapIN6cashew7IStringEN7AsmData5LocalENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERSB_(i5, i3) { i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 32 | 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; + 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; if (!i1) { - __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; + __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; } STACKTOP = i6; return i1 + 12 | 0; } -function __ZNSt3__125__num_get_signed_integralIlEET_PKcS3_Rji(i1, i6, i7, i2) { +function __ZNSt3__125__num_get_signed_integralIlEET_PKcS3_Rji(i1, i5, i6, i2) { i1 = i1 | 0; + i5 = i5 | 0; i6 = i6 | 0; - i7 = i7 | 0; i2 = i2 | 0; - var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i8 = i9; - if ((i1 | 0) == (i6 | 0)) { - HEAP32[i7 >> 2] = 4; + i7 = i9; + if ((i1 | 0) == (i5 | 0)) { + HEAP32[i6 >> 2] = 4; i1 = 0; } else { - i4 = ___errno_location() | 0; - i5 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = 0; - i1 = _strtoll_l(i1, i8, i2, __ZNSt3__16__clocEv() | 0) | 0; + i8 = ___errno_location() | 0; + i4 = HEAP32[i8 >> 2] | 0; + HEAP32[i8 >> 2] = 0; + i1 = _strtoll_l(i1, i7, i2, __ZNSt3__16__clocEv() | 0) | 0; i2 = tempRet0; - i3 = HEAP32[i4 >> 2] | 0; - if (!i3) HEAP32[i4 >> 2] = i5; - L7 : do if ((HEAP32[i8 >> 2] | 0) == (i6 | 0)) { + i3 = HEAP32[i8 >> 2] | 0; + if (!i3) HEAP32[i8 >> 2] = i4; + L7 : do if ((HEAP32[i7 >> 2] | 0) == (i5 | 0)) { do if ((i3 | 0) == 34) { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 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[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; break; } if ((i2 | 0) > 0 | (i2 | 0) == 0 & i1 >>> 0 > 2147483647) { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i1 = 2147483647; break L7; } else break L7; } while (0); i1 = -2147483648; } else { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i1 = 0; } while (0); } @@ -58397,15 +58844,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; - i1 = i6 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i6 + 8 >> 2] | 0)) { + i2 = i6 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i6 + 8 >> 2] | 0)) { __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i6, i3); i1 = HEAP32[i3 >> 2] | 0; } else { i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i2 >> 2] = i3; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; + HEAP32[i1 >> 2] = i3; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; i1 = i3; } i6 = i6 + 48 | 0; @@ -58423,27 +58870,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 48 | 0) >>> 0 <= 9999) : 0)) { + 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 48; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 48; HEAP32[i7 >> 2] = 5; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -58466,16 +58913,16 @@ function __ZNSt3__16vectorIPNS0_IN6cashew3RefENS_9allocatorIS2_EEEENS3_IS6_EEE21 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIPNS_6vectorIN6cashew3RefENS_9allocatorIS3_EEEERNS4_IS7_EEEC2EjjS9_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPNS_6vectorIN6cashew3RefENS_9allocatorIS3_EEEERNS4_IS7_EEEC2EjjS9_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -58526,26 +58973,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; - i3 = i9 + 28 | 0; - i2 = i9 + 24 | 0; + i5 = i9 + 28 | 0; + i3 = i9 + 24 | 0; i6 = i9; - i4 = i9 + 20 | 0; - i5 = i9 + 16 | 0; + i2 = i9 + 20 | 0; + i4 = 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[9609] | 0) : 0) { + if ((HEAP32[i6 + 12 >> 2] | 0) == 0 ? (HEAP32[i6 >> 2] | 0) == (HEAP32[9615] | 0) : 0) { HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + (HEAP32[i6 + 8 >> 2] | 0); i8 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseParennedERPc(i8, i7) | 0; - HEAP32[i4 >> 2] = i1; - HEAP32[i5 >> 2] = i8; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; - i8 = __ZN6cashew12ValueBuilder6makeDoENS_3RefES1_(i2, i3) | 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; STACKTOP = i9; return i8 | 0; } - ___assert_fail(23213, 22821, 484, 23255); + ___assert_fail(23239, 22847, 484, 23281); return 0; } @@ -58556,16 +59003,16 @@ function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_ i8 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; i5 = i8; - i3 = i7 + 4 | 0; - i4 = HEAP32[i7 >> 2] | 0; - i2 = (((HEAP32[i3 >> 2] | 0) - i4 | 0) / 28 | 0) + 1 | 0; - if (i2 >>> 0 > 153391689) __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i7); - i1 = ((HEAP32[i7 + 8 >> 2] | 0) - i4 | 0) / 28 | 0; - if (i1 >>> 0 < 76695844) { - i1 = i1 << 1; - i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; + 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; } else i1 = 153391689; - __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, ((HEAP32[i3 >> 2] | 0) - i4 | 0) / 28 | 0, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, ((HEAP32[i4 >> 2] | 0) - i3 | 0) / 28 | 0, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; __ZN6cashew13OperatorClassC2EOS0_(i3, i6); @@ -58576,39 +59023,39 @@ function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE21__push_ return; } -function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEEixERSD_(i6, i4) { +function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEEixERSD_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 32 | 0; } -function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEEixEOS6_(i6, i4) { +function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN4wasm12PassRegistry8PassInfoENS_4lessIS6_EENS4_INS_4pairIKS6_S9_EEEEEixEOS6_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 32 | 0; @@ -58619,39 +59066,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; - 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; + 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; do { - 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; + 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; if (i1 >>> 0 < (HEAP32[i9 + 24 >> 2] | 0) >>> 0) { - HEAP32[i8 >> 2] = i2; - i1 = (HEAP32[i7 >> 2] | 0) + 4 | 0; - HEAP32[i7 >> 2] = i1; + HEAP32[i5 >> 2] = i2; + i1 = (HEAP32[i6 >> 2] | 0) + 4 | 0; + HEAP32[i6 >> 2] = i1; } else { - __ZNSt3__16vectorIPNS0_IN6cashew3RefENS_9allocatorIS2_EEEENS3_IS6_EEE21__push_back_slow_pathIS6_EEvOT_(i6, i5); - i1 = HEAP32[i7 >> 2] | 0; + __ZNSt3__16vectorIPNS0_IN6cashew3RefENS_9allocatorIS2_EEEENS3_IS6_EEE21__push_back_slow_pathIS6_EEvOT_(i7, i8); + i1 = HEAP32[i6 >> 2] | 0; } - i3 = i9 + 28 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i9 + 28 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - HEAP32[i3 >> 2] = i2 + 1; + HEAP32[i2 >> 2] = i3 + 1; STACKTOP = i10; - return (HEAP32[i1 + -4 >> 2] | 0) + (i2 * 12 | 0) | 0; + return (HEAP32[i1 + -4 >> 2] | 0) + (i3 * 12 | 0) | 0; } function __ZN4wasm6Module11addFunctionEPNS_8FunctionE(i6, i2) { @@ -58667,15 +59114,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; - i1 = i6 + 40 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i6 + 44 >> 2] | 0)) { + i2 = i6 + 40 | 0; + i1 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i6 + 44 >> 2] | 0)) { __ZNSt3__16vectorIPN4wasm8FunctionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i6 + 36 | 0, i3); i1 = HEAP32[i3 >> 2] | 0; } else { i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i2 >> 2] = i3; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; + HEAP32[i1 >> 2] = i3; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; i1 = i3; } i6 = i6 + 84 | 0; @@ -58692,30 +59139,30 @@ function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS i6 = i6 | 0; i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i2 = HEAP32[i6 >> 2] | 0; - i3 = i6 + 4 | 0; - i4 = i5 + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i6 >> 2] | 0; + i4 = i6 + 4 | 0; + i2 = i5 + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; while (1) { - 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; + 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; } i7 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i4 >> 2] = i7; + HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = i7; i7 = i5 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i7 >> 2] = i2; - i3 = i6 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i7 >> 2] = i3; + i4 = i6 + 8 | 0; i7 = i5 + 12 | 0; - i6 = HEAP32[i3 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + i6 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; HEAP32[i7 >> 2] = i6; - HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; return; } @@ -58741,6 +59188,54 @@ function __ZN4wasm6Import5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE 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; @@ -58748,28 +59243,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; - i3 = i6 + 16 | 0; + i4 = i6 + 16 | 0; i10 = i6 + 12 | 0; i9 = i6 + 8 | 0; i7 = i6 + 4 | 0; - i4 = i6; + i3 = i6; i8 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38428) | 0; + i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38452) | 0; HEAP32[i10 >> 2] = i11; - HEAP32[i3 >> 2] = HEAP32[i10 >> 2]; - i8 = __ZN6cashew5Value9push_backENS_3RefE(i8, i3) | 0; + HEAP32[i4 >> 2] = HEAP32[i10 >> 2]; + i8 = __ZN6cashew5Value9push_backENS_3RefE(i8, i4) | 0; HEAP32[i9 >> 2] = HEAP32[i1 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i8, i3) | 0; + HEAP32[i4 >> 2] = HEAP32[i9 >> 2]; + i1 = __ZN6cashew5Value9push_backENS_3RefE(i8, i4) | 0; HEAP32[i7 >> 2] = HEAP32[i2 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i3) | 0; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + i1 = __ZN6cashew5Value9push_backENS_3RefE(i1, i4) | 0; if (__ZN6cashew3RefntEv(i5) | 0) { i11 = __ZN6cashew12ValueBuilder8makeNullEv() | 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; + HEAP32[i3 >> 2] = i11; + } else HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + i11 = __ZN6cashew5Value9push_backENS_3RefE(i1, i4) | 0; STACKTOP = i6; return i11 | 0; } @@ -58787,15 +59282,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; - i1 = i6 + 16 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i6 + 20 >> 2] | 0)) { + i2 = i6 + 16 | 0; + i1 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i6 + 20 >> 2] | 0)) { __ZNSt3__16vectorIPN4wasm6ImportENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i6 + 12 | 0, i3); i1 = HEAP32[i3 >> 2] | 0; } else { i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i2 >> 2] = i3; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; + HEAP32[i1 >> 2] = i3; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; i1 = i3; } i6 = i6 + 60 | 0; @@ -58821,15 +59316,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; - i1 = i6 + 28 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i6 + 32 >> 2] | 0)) { + i2 = i6 + 28 | 0; + i1 = HEAP32[i2 >> 2] | 0; + if ((i1 | 0) == (HEAP32[i6 + 32 >> 2] | 0)) { __ZNSt3__16vectorIPN4wasm6ExportENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i6 + 24 | 0, i3); i1 = HEAP32[i3 >> 2] | 0; } else { i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i2 >> 2] = i3; - HEAP32[i1 >> 2] = (HEAP32[i1 >> 2] | 0) + 4; + HEAP32[i1 >> 2] = i3; + HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; i1 = i3; } i6 = i6 + 72 | 0; @@ -58864,93 +59359,61 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEEN return i1 | 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; - 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_(i4, i5, i2, i3) { - i4 = i4 | 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_(i3, i5, i1, i2) { + i3 = i3 | 0; i5 = i5 | 0; + i1 = i1 | 0; i2 = i2 | 0; - i3 = i3 | 0; - var i1 = 0, i6 = 0, i7 = 0; + var i4 = 0, i6 = 0, i7 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i7 = i6; - 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]; + 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]; i5 = HEAP8[i7 + 4 >> 0] | 0; - HEAP8[i4 + 4 >> 0] = i5; - if (!(i5 << 24 >> 24)) __ZdlPv(i1); + HEAP8[i3 + 4 >> 0] = i5; + if (!(i5 << 24 >> 24)) __ZdlPv(i4); STACKTOP = i6; return; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE21__grow_by_and_replaceEjjjjjjPKc(i11, i10, i1, i4, i8, i9, i7, i5) { +function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE21__grow_by_and_replaceEjjjjjjPKw(i11, i9, i1, i2, i7, i8, i6, i3) { i11 = i11 | 0; - i10 = i10 | 0; - i1 = i1 | 0; - i4 = i4 | 0; - i8 = i8 | 0; i9 = i9 | 0; + i1 = i1 | 0; + i2 = i2 | 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; + 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; HEAP32[i11 + 4 >> 2] = i10; - HEAP8[i3 + i10 >> 0] = 0; + HEAP32[i4 + (i10 << 2) >> 2] = 0; return; } @@ -58965,7 +59428,7 @@ function __ZN6cashew12ValueBuilder12makeFunctionENS_7IStringE(i1) { i5 = i2 + 4 | 0; i4 = i2; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38388) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38412) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i3 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i3) | 0; @@ -58984,6 +59447,7 @@ function __ZN6cashew12ValueBuilder12makeFunctionENS_7IStringE(i1) { STACKTOP = i2; 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) { i5 = i5 | 0; i1 = i1 | 0; @@ -59006,6 +59470,38 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19_ 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; @@ -59050,6 +59546,43 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__m 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; @@ -59057,10 +59590,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 ? 36892 : 46453) | 0, 31696) | 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; i1 = i1 & 8388607; if (i1 | 0) { - i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 21069) | 0; + i3 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i3, 21095) | 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; @@ -59071,43 +59604,6 @@ 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[9673] | 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; @@ -59115,16 +59611,16 @@ function __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE21__push_ba 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIPN4wasm12FunctionTypeERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm12FunctionTypeERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59135,19 +59631,19 @@ function __ZNSt3__16vectorIPN4wasm12FunctionTypeENS_9allocatorIS3_EEE21__push_ba return; } -function __ZNSt3__113unordered_mapIN6cashew7IStringEiNS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS9_(i5, i4) { +function __ZNSt3__113unordered_mapIN6cashew7IStringEiNS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS9_(i5, i3) { i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 32 | 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; + 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; if (!i1) { - __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; + __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; } STACKTOP = i6; return i1 + 12 | 0; @@ -59158,21 +59654,21 @@ function __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i5 = 0; L1 : do if ((HEAP8[i1 >> 0] | 0) == 77) { - i2 = i1; - i3 = 77; + i2 = 77; + i3 = i1; i1 = _strlen(i1) | 0; while (1) { - if (i3 << 24 >> 24 == 102) break; - i3 = i2 + 1 | 0; - i2 = i3; - i3 = HEAP8[i3 >> 0] | 0; + if (i2 << 24 >> 24 == 102) break; + i5 = i3 + 1 | 0; + i2 = HEAP8[i5 >> 0] | 0; + i3 = i5; i1 = i1 + -1 | 0; } - i1 = i2 + i1 | 0; + i1 = i3 + i1 | 0; while (1) { i1 = i1 + -1 | 0; if ((HEAP8[i1 >> 0] | 0) == 125) { - i1 = i2; + i1 = i3; break L1; } HEAP8[i1 >> 0] = 0; @@ -59184,13 +59680,13 @@ function __ZN4wasm20Asm2WasmPreProcessor7processEPc(i4, i1) { i2 = _strstr(i1, 16484) | 0; do if (i2 | 0) { HEAP8[i4 >> 0] = 1; - i3 = _strstr(i1, 16497) | 0; - i4 = i3 + 1 | 0; - if (_strstr(i4, 16497) | 0) ___assert_fail(16507, 13029, 109, 16553); + i4 = _strstr(i1, 16497) | 0; + i3 = i4 + 1 | 0; + if (_strstr(i3, 16497) | 0) ___assert_fail(16507, 13029, 109, 16553); i2 = _strchr(i2, 125) | 0; - if (i2 >>> 0 > (i3 + 5 | 0) >>> 0) { - HEAP8[i3 >> 0] = 47; - HEAP8[i4 >> 0] = 42; + if (i2 >>> 0 > (i4 + 5 | 0) >>> 0) { + HEAP8[i4 >> 0] = 47; + HEAP8[i3 >> 0] = 42; HEAP8[i2 + -1 >> 0] = 42; HEAP8[i2 >> 0] = 47; break; @@ -59208,16 +59704,16 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIPN4wasm10ExpressionERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm10ExpressionERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59235,16 +59731,16 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIPN4wasm10ExpressionERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm10ExpressionERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59255,51 +59751,6 @@ 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; @@ -59317,40 +59768,40 @@ function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vect HEAP32[i4 + 8 >> 2] = HEAP32[i1 + 8 >> 2]; HEAP32[i4 + 12 >> 2] = HEAP32[i1 + 12 >> 2]; break; - } else ___assert_fail(20317, 19746, 346, 20347); while (0); + } else ___assert_fail(20296, 19725, 350, 20326); while (0); STACKTOP = i5; return; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE21__grow_by_and_replaceEjjjjjjPKc(i11, i10, i1, i4, i8, i9, i7, i5) { +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE21__grow_by_and_replaceEjjjjjjPKc(i11, i9, i1, i2, i7, i8, i6, i3) { i11 = i11 | 0; - i10 = i10 | 0; - i1 = i1 | 0; - i4 = i4 | 0; - i8 = i8 | 0; i9 = i9 | 0; + i1 = i1 | 0; + i2 = i2 | 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; + 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; HEAP32[i11 + 4 >> 2] = i10; - HEAP8[i3 + i10 >> 0] = 0; + HEAP8[i4 + i10 >> 0] = 0; return; } @@ -59361,16 +59812,16 @@ function __ZNSt3__16vectorIPN4wasm8FunctionENS_9allocatorIS3_EEE21__push_back_sl 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIPN4wasm8FunctionERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm8FunctionERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59388,16 +59839,16 @@ function __ZNSt3__16vectorIN6cashew7IStringENS_9allocatorIS2_EEE21__push_back_sl 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIN6cashew7IStringERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN6cashew7IStringERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59415,16 +59866,16 @@ function __ZNSt3__16vectorIPN4wasm7ElementENS_9allocatorIS3_EEE21__push_back_slo 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIPN4wasm7ElementERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm7ElementERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59442,16 +59893,16 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slo 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIN4wasm8WasmTypeERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm8WasmTypeERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59469,16 +59920,16 @@ function __ZNSt3__16vectorIPN6cashew5ValueENS_9allocatorIS3_EEE21__push_back_slo 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIPN6cashew5ValueERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN6cashew5ValueERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59496,16 +59947,16 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE21__push_back_slo 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIN4wasm8WasmTypeERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm8WasmTypeERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59523,16 +59974,16 @@ function __ZNSt3__16vectorIPN4wasm6ImportENS_9allocatorIS3_EEE21__push_back_slow 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIPN4wasm6ImportERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm6ImportERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59550,16 +60001,16 @@ function __ZNSt3__16vectorIPN4wasm6ExportENS_9allocatorIS3_EEE21__push_back_slow 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIPN4wasm6ExportERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm6ExportERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59630,10 +60081,10 @@ function __ZN4wasm14SimplifyLocals10visitBlockEPNS_5BlockE(i1, i2) { while (1) { i5 = i2; if (i3 >>> 0 >= ((i1 - i2 >> 2) + -1 | 0) >>> 0) break L1; - 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 + (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; i4 = i5 + 4 | 0; i2 = i1 - i4 | 0; _memmove(i5 | 0, i4 | 0, i2 | 0) | 0; @@ -59654,43 +60105,43 @@ function __ZN4wasm14SimplifyLocals10visitBlockEPNS_5BlockE(i1, i2) { return; } -function _vsnprintf(i3, i1, i10, i8) { - i3 = i3 | 0; - i1 = i1 | 0; +function _vsnprintf(i6, i2, i10, i8) { + i6 = i6 | 0; + i2 = i2 | 0; i10 = i10 | 0; i8 = i8 | 0; - var i2 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i9 = 0, i11 = 0; + var i1 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0, i11 = 0; i11 = STACKTOP; STACKTOP = STACKTOP + 128 | 0; - i2 = i11 + 112 | 0; + i1 = i11 + 112 | 0; i9 = i11; - i4 = i9; - i5 = 4616; - i6 = i4 + 112 | 0; + i3 = i9; + i4 = 4584; + i5 = i3 + 112 | 0; do { - HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; + i3 = i3 + 4 | 0; i4 = i4 + 4 | 0; - i5 = i5 + 4 | 0; - } while ((i4 | 0) < (i6 | 0)); - if ((i1 + -1 | 0) >>> 0 > 2147483646) if (!i1) { - i1 = 1; + } while ((i3 | 0) < (i5 | 0)); + if ((i2 + -1 | 0) >>> 0 > 2147483646) if (!i2) { + i2 = 1; i7 = 4; } else { i1 = ___errno_location() | 0; HEAP32[i1 >> 2] = 75; i1 = -1; } else { - i2 = i3; + i1 = i6; i7 = 4; } if ((i7 | 0) == 4) { - i7 = -2 - i2 | 0; - i7 = i1 >>> 0 > i7 >>> 0 ? i7 : i1; + i7 = -2 - i1 | 0; + i7 = i2 >>> 0 > i7 >>> 0 ? i7 : i2; HEAP32[i9 + 48 >> 2] = i7; i3 = i9 + 20 | 0; - HEAP32[i3 >> 2] = i2; - HEAP32[i9 + 44 >> 2] = i2; - i1 = i2 + i7 | 0; + HEAP32[i3 >> 2] = i1; + HEAP32[i9 + 44 >> 2] = i1; + i1 = i1 + i7 | 0; i2 = i9 + 16 | 0; HEAP32[i2 >> 2] = i1; HEAP32[i9 + 28 >> 2] = i1; @@ -59711,16 +60162,16 @@ function __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE21__push_back_slow_p 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIPN4wasm4PassERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPN4wasm4PassERNS_9allocatorIS3_EEEC2EjjS6_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59738,16 +60189,16 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_p 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIN6cashew3RefERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN6cashew3RefERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59812,16 +60263,16 @@ function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pa 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIN4wasm4NameERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm4NameERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59869,16 +60320,16 @@ function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pa 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIN4wasm4NameERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIN4wasm4NameERNS_9allocatorIS2_EEEC2EjjS5_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -59894,37 +60345,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; - i5 = i9; + i7 = i9; i6 = i8 + 4 | 0; - 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; + 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; do { - HEAP32[i4 >> 2] = 3; - HEAPF64[i4 + 8 >> 3] = 0.0; - i4 = i4 + 16 | 0; - } while ((i4 | 0) != (i3 | 0)); - HEAP32[i5 >> 2] = i2; + HEAP32[i3 >> 2] = 3; + HEAPF64[i3 + 8 >> 3] = 0.0; + i3 = i3 + 16 | 0; + } while ((i3 | 0) != (i4 | 0)); + HEAP32[i7 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i8 + 8 >> 2] | 0) >>> 0) { - HEAP32[i7 >> 2] = i2; + HEAP32[i5 >> 2] = i2; i1 = (HEAP32[i6 >> 2] | 0) + 4 | 0; HEAP32[i6 >> 2] = i1; } else { - __ZNSt3__16vectorIPN6cashew5ValueENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i5); + __ZNSt3__16vectorIPN6cashew5ValueENS_9allocatorIS3_EEE21__push_back_slow_pathIS3_EEvOT_(i8, i7); i1 = HEAP32[i6 >> 2] | 0; } - i3 = i8 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i8 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - HEAP32[i3 >> 2] = i2 + 1; + HEAP32[i2 >> 2] = i3 + 1; STACKTOP = i9; - return (HEAP32[i1 + -4 >> 2] | 0) + (i2 << 4) | 0; + return (HEAP32[i1 + -4 >> 2] | 0) + (i3 << 4) | 0; } function __ZN6cashew12ValueBuilder11appendToVarENS_3RefENS_7IStringES1_(i7, i2, i6) { @@ -59934,26 +60385,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; - i3 = i8 + 12 | 0; + i4 = i8 + 12 | 0; i1 = i8 + 8 | 0; - i4 = i8 + 4 | 0; - i5 = i8; - if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 38408) | 0)) ___assert_fail(23129, 28586, 1518, 23143); + i5 = i8 + 4 | 0; + i3 = i8; + if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i7, 0) | 0, 38432) | 0)) ___assert_fail(23155, 28612, 1518, 23169); i9 = __ZN6cashew12ValueBuilder12makeRawArrayEi(1) | 0; i2 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i2) | 0; HEAP32[i1 >> 2] = i2; - HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; - i1 = __ZN6cashew5Value9push_backENS_3RefE(i9, i3) | 0; + HEAP32[i4 >> 2] = HEAP32[i1 >> 2]; + i1 = __ZN6cashew5Value9push_backENS_3RefE(i9, i4) | 0; if (!(__ZN6cashew3RefntEv(i6) | 0)) { - HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i3 >> 2] = HEAP32[i4 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i1, i3) | 0; + HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i5 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i1, i4) | 0; } i9 = __ZN6cashew3RefixEj(i7, 1) | 0; i9 = HEAP32[i9 >> 2] | 0; - HEAP32[i5 >> 2] = i1; - HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i9, i3) | 0; + HEAP32[i3 >> 2] = i1; + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i9, i4) | 0; STACKTOP = i8; return; } @@ -59965,11 +60416,11 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu var i1 = 0, i2 = 0, i3 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; 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[i3 >> 2] | 0, i2, 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[i2 >> 2] | 0, i3, i5); i2 = 1; i1 = i5; } else i2 = 0; @@ -60026,32 +60477,86 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_12FunctionTypeEEEN return i1 | 0; } +function __ZNK4wasm7Literal3negEv(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i3 = i5 + 16 | 0; + i4 = i5; + switch (HEAP32[i2 >> 2] | 0) { + case 1: + { + i4 = HEAP32[i2 + 8 >> 2] ^ -2147483648; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 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; + break; + } + case 3: + { + i4 = HEAP32[i2 + 8 >> 2] ^ -2147483648; + HEAP32[i3 >> 2] = 1; + HEAP32[i3 + 8 >> 2] = i4; + __ZN4wasm7Literal9castToF32Ev(i1, i3); + 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); + break; + } + default: + {} + } + STACKTOP = i5; + return; +} + function __ZN10MixedArena5allocIN4wasm10CallImportEEEPT_v(i7) { i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 24; i6 = i7 + 4 | 0; HEAP32[i6 >> 2] = 0; HEAP32[i6 + 4 >> 2] = 0; @@ -60068,19 +60573,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; - i1 = i8; - i3 = 5381; + i2 = 5381; + i3 = i8; while (1) { - i2 = HEAP8[i1 >> 0] | 0; - if (!(i2 << 24 >> 24)) break; - i1 = i1 + 1 | 0; - i3 = i2 << 24 >> 24 ^ i3 * 33; + i1 = HEAP8[i3 >> 0] | 0; + if (!(i1 << 24 >> 24)) break; + i2 = i1 << 24 >> 24 ^ i2 * 33; + i3 = i3 + 1 | 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; + 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; i1 = HEAP32[(HEAP32[i4 >> 2] | 0) + (i3 << 2) >> 2] | 0; if (i1) do { i1 = HEAP32[i1 >> 2] | 0; @@ -60089,7 +60594,7 @@ function __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CString break L5; } i2 = HEAP32[i1 + 4 >> 2] | 0; - if (i6) i2 = i2 & i5; else i2 = (i2 >>> 0) % (i7 >>> 0) | 0; + if (i7) i2 = i2 & i6; else i2 = (i2 >>> 0) % (i5 >>> 0) | 0; if ((i2 | 0) != (i3 | 0)) { i1 = 0; break L5; @@ -60146,6 +60651,60 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19_ return i1 | 0; } +function __ZNK4wasm7Literal3absEv(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + var i3 = 0, i4 = 0, i5 = 0, i6 = 0; + i5 = STACKTOP; + STACKTOP = STACKTOP + 32 | 0; + i3 = i5 + 16 | 0; + i4 = i5; + switch (HEAP32[i2 >> 2] | 0) { + case 1: + { + i4 = HEAP32[i2 + 8 >> 2] & 2147483647; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 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; + break; + } + case 3: + { + i4 = HEAP32[i2 + 8 >> 2] & 2147483647; + HEAP32[i3 >> 2] = 1; + HEAP32[i3 + 8 >> 2] = i4; + __ZN4wasm7Literal9castToF32Ev(i1, i3); + 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); + break; + } + default: + {} + } + STACKTOP = i5; + return; +} + function __ZN4wasm15Asm2WasmBuilderC2ERNS_16AllocatingModuleEbi(i3, i4, i2, i1) { i3 = i3 | 0; i4 = i4 | 0; @@ -60279,20 +60838,20 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__m return i1 | 0; } -function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i6, i4) { +function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder12MappedGlobalENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 20 | 0; @@ -60305,27 +60864,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; - i1 = i8 + 12 | 0; - i2 = i8 + 8 | 0; - i3 = i8 + 4 | 0; - i4 = i8; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 38704) | 0) { + i2 = i8 + 12 | 0; + i1 = i8 + 8 | 0; + i4 = i8 + 4 | 0; + i3 = i8; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 38728) | 0) { i5 = __ZN6cashew3RefixEj(i5, 1) | 0; i5 = HEAP32[i5 >> 2] | 0; i9 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i6) | 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; + 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; STACKTOP = i8; return; - } else ___assert_fail(23911, 28586, 1653, 23930); + } else ___assert_fail(23937, 28612, 1653, 23956); } function __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(i7) { @@ -60333,27 +60892,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 24; HEAP32[i7 >> 2] = 1; i6 = i7 + 4 | 0; HEAP32[i6 >> 2] = 0; @@ -60370,27 +60929,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 32 | 0) >>> 0 <= 9999) : 0)) { + 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 32; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 32; HEAP32[i7 >> 2] = 18; HEAP32[i7 + 4 >> 2] = 0; i6 = i7 + 12 | 0; @@ -60407,27 +60966,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 24; HEAP32[i7 >> 2] = 6; i6 = i7 + 4 | 0; HEAP32[i6 >> 2] = 0; @@ -60439,6 +60998,56 @@ 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; @@ -60477,7 +61086,7 @@ function __ZN4wasm2If7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj( STACKTOP = STACKTOP + 16 | 0; i4 = i6; i7 = i3 + 16 | 0; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i5, HEAP32[i7 >> 2] | 0 ? 17241 : 27990, 0) | 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; @@ -60495,27 +61104,27 @@ function __ZN10MixedArena5allocIN4wasm5BreakEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 24; HEAP32[i7 >> 2] = 4; i6 = i7 + 4 | 0; HEAP32[i6 >> 2] = 0; @@ -60537,12 +61146,12 @@ function __ZZ11instantiateEN19JSExternalInterface5storeEPN4wasm5StoreEjNS0_7Lite L4 : do if (((HEAP32[i3 + 4 >> 2] | 0) + -3 | 0) >>> 0 < 2) switch (i1 | 0) { case 4: { - +_emscripten_asm_const_did(3, i2 | 0, +(+__ZN4wasm7Literal6getf32Ev(i4))); + +_emscripten_asm_const_did(3, i2 | 0, +(+__ZNK4wasm7Literal6getf32Ev(i4))); break L4; } case 8: { - +_emscripten_asm_const_did(4, i2 | 0, +(+__ZN4wasm7Literal6getf64Ev(i4))); + +_emscripten_asm_const_did(4, i2 | 0, +(+__ZNK4wasm7Literal6getf64Ev(i4))); break L4; } default: @@ -60550,17 +61159,17 @@ function __ZZ11instantiateEN19JSExternalInterface5storeEPN4wasm5StoreEjNS0_7Lite } else switch (i1 | 0) { case 1: { - _emscripten_asm_const_iii(25, i2 | 0, __ZN4wasm7Literal6geti32Ev(i4) | 0) | 0; + _emscripten_asm_const_iii(25, i2 | 0, __ZNK4wasm7Literal6geti32Ev(i4) | 0) | 0; break L4; } case 2: { - _emscripten_asm_const_iii(26, i2 | 0, __ZN4wasm7Literal6geti32Ev(i4) | 0) | 0; + _emscripten_asm_const_iii(26, i2 | 0, __ZNK4wasm7Literal6geti32Ev(i4) | 0) | 0; break L4; } case 4: { - _emscripten_asm_const_iii(2, i2 | 0, __ZN4wasm7Literal6geti32Ev(i4) | 0) | 0; + _emscripten_asm_const_iii(2, i2 | 0, __ZNK4wasm7Literal6geti32Ev(i4) | 0) | 0; break L4; } default: @@ -60624,28 +61233,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; - i1 = i6 + 12 | 0; - i2 = i6 + 8 | 0; - i3 = i6 + 4 | 0; - i4 = i6; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 38476) | 0) { + i2 = i6 + 12 | 0; + i1 = i6 + 8 | 0; + i4 = i6 + 4 | 0; + i3 = i6; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 38500) | 0) { i5 = __ZN6cashew3RefixEj(i5, 2) | 0; i5 = HEAP32[i5 >> 2] | 0; i7 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; i8 = __ZN6cashew12ValueBuilder8makeNullEv() | 0; - HEAP32[i3 >> 2] = i8; - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - i3 = __ZN6cashew5Value9push_backENS_3RefE(i7, i1) | 0; + HEAP32[i4 >> 2] = i8; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + i4 = __ZN6cashew5Value9push_backENS_3RefE(i7, i2) | 0; i7 = __ZN6cashew12ValueBuilder12makeRawArrayEi(0) | 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; + 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; STACKTOP = i6; return; - } else ___assert_fail(23347, 28586, 1604, 23387); + } else ___assert_fail(23373, 28612, 1604, 23413); } 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) { @@ -60655,11 +61264,11 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu var i1 = 0, i2 = 0, i3 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; 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[i3 >> 2] | 0, i2, 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[i2 >> 2] | 0, i3, i5); i2 = 1; i1 = i5; } else i2 = 0; @@ -60669,6 +61278,44 @@ 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; @@ -60750,27 +61397,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 32 | 0) >>> 0 <= 9999) : 0)) { + 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 32; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 32; HEAP32[i7 >> 2] = 8; i6 = i7 + 4 | 0; HEAP32[i6 >> 2] = 0; @@ -60788,16 +61435,16 @@ function __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvO 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; + 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; } else i1 = 1073741823; - __ZNSt3__114__split_bufferIPcRNS_9allocatorIS1_EEEC2EjjS4_(i5, i1, (HEAP32[i3 >> 2] | 0) - i4 >> 2, i7 + 8 | 0); + __ZNSt3__114__split_bufferIPcRNS_9allocatorIS1_EEEC2EjjS4_(i5, i1, (HEAP32[i4 >> 2] | 0) - i3 >> 2, i7 + 8 | 0); i4 = i5 + 8 | 0; i3 = HEAP32[i4 >> 2] | 0; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; @@ -60875,26 +61522,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); - i6 = HEAP32[i2 >> 2] | 0; - i5 = i1; + i5 = HEAP32[i2 >> 2] | 0; + i6 = i1; i1 = HEAP32[i7 >> 2] | 0; while (1) { - if ((i5 | 0) == (i6 | 0)) break; - i3 = HEAP8[i5 >> 0] | 0; + if ((i6 | 0) == (i5 | 0)) break; + i2 = HEAP8[i6 >> 0] | 0; do if (i1) { i4 = i1 + 24 | 0; - i2 = HEAP32[i4 >> 2] | 0; - if ((i2 | 0) == (HEAP32[i1 + 28 >> 2] | 0)) { - i7 = (FUNCTION_TABLE_iii[HEAP32[(HEAP32[i1 >> 2] | 0) + 52 >> 2] & 31](i1, i3 & 255) | 0) == -1; + 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; i1 = i7 ? 0 : i1; break; } else { - HEAP32[i4 >> 2] = i2 + 1; - HEAP8[i2 >> 0] = i3; + HEAP32[i4 >> 2] = i3 + 1; + HEAP8[i3 >> 0] = i2; break; } } else i1 = 0; while (0); - i5 = i5 + 1 | 0; + i6 = i6 + 1 | 0; } STACKTOP = i8; return i1 | 0; @@ -60913,7 +61560,7 @@ function __ZN6cashew12ValueBuilder15makeConditionalENS_3RefES1_S1_(i1, i3, i2) { i7 = i4 + 4 | 0; i6 = i4; i8 = __ZN6cashew12ValueBuilder12makeRawArrayEi(4) | 0; - i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38416) | 0; + i11 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38440) | 0; HEAP32[i10 >> 2] = i11; HEAP32[i5 >> 2] = HEAP32[i10 >> 2]; i8 = __ZN6cashew5Value9push_backENS_3RefE(i8, i5) | 0; @@ -60981,27 +61628,27 @@ function __ZN10MixedArena5allocIN4wasm7ElementEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 24; HEAP8[i7 >> 0] = 1; i6 = i7 + 4 | 0; HEAP32[i6 >> 2] = 0; @@ -61017,27 +61664,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 24; HEAP32[i7 >> 2] = 13; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -61048,46 +61695,46 @@ function __ZN10MixedArena5allocIN4wasm5ConstEEEPT_v(i7) { return i7 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitReturnEPNS_6ReturnE(i4, i5, i1) { - i4 = i4 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner11visitReturnEPNS_6ReturnE(i2, i5, i1) { + i2 = i2 | 0; i5 = i5 | 0; i1 = i1 | 0; - var i2 = 0, i3 = 0, i6 = 0; + var i3 = 0, i4 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i6; + i3 = i6; + HEAP32[i2 >> 2] = 0; + i4 = i2 + 8 | 0; + HEAP32[i4 >> 2] = 0; + HEAP32[i4 + 4 >> 2] = 0; + i4 = i2 + 16 | 0; 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(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[9586]; + 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]; 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_(i4, i5, i2, i3) { - i4 = i4 | 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_(i3, i5, i1, i2) { + i3 = i3 | 0; i5 = i5 | 0; + i1 = i1 | 0; i2 = i2 | 0; - i3 = i3 | 0; - var i1 = 0, i6 = 0, i7 = 0; + var i4 = 0, i6 = 0, i7 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i7 = i6; - 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]; + 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]; i5 = HEAP8[i7 + 4 >> 0] | 0; - HEAP8[i4 + 4 >> 0] = i5; - if (!(i5 << 24 >> 24)) __ZdlPv(i1); + HEAP8[i3 + 4 >> 0] = i5; + if (!(i5 << 24 >> 24)) __ZdlPv(i4); STACKTOP = i6; return; } @@ -61139,67 +61786,30 @@ 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; - i3 = i6 + 24 | 0; - i4 = i6 + 12 | 0; - i5 = i6; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 22172, 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i4 >> 0] & 1) == 0 ? i4 + 1 | 0 : HEAP32[i4 + 8 >> 2] | 0, 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + __ZN6cashew7IStringC2EPKcb(i4, (HEAP8[i5 >> 0] & 1) == 0 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0, 0); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); STACKTOP = i6; - return HEAP32[i3 >> 2] | 0; + return HEAP32[i4 >> 2] | 0; } function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1_7IStringE(i1) { @@ -61207,25 +61817,25 @@ function __ZZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEENK3__6clENS1 var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i3 = i6 + 24 | 0; - i4 = i6 + 12 | 0; - i5 = i6; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i5, 22159, 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - __ZN6cashew7IStringC2EPKcb(i3, (HEAP8[i4 >> 0] & 1) == 0 ? i4 + 1 | 0 : HEAP32[i4 + 8 >> 2] | 0, 0); - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i4); + __ZN6cashew7IStringC2EPKcb(i4, (HEAP8[i5 >> 0] & 1) == 0 ? i5 + 1 | 0 : HEAP32[i5 + 8 >> 2] | 0, 0); __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); STACKTOP = i6; - return HEAP32[i3 >> 2] | 0; + return HEAP32[i4 >> 2] | 0; } function __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(i7) { @@ -61233,27 +61843,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 24; HEAP32[i7 >> 2] = 0; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -61263,20 +61873,20 @@ function __ZN10MixedArena5allocIN4wasm12FunctionTypeEEEPT_v(i7) { return i7 | 0; } -function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i6, i4) { +function __ZNSt3__13mapIN6cashew7IStringEN4wasm15Asm2WasmBuilder4ViewENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S5_EEEEEixERSA_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 20 | 0; @@ -61459,27 +62069,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; - i1 = i7 + 12 | 0; - i2 = i7 + 8 | 0; + i2 = i7 + 12 | 0; + i1 = i7 + 8 | 0; i3 = i7 + 4 | 0; i4 = i7; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 38476) | 0) { + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i6, 0) | 0, 38500) | 0) { i6 = __ZN6cashew3RefixEj(i6, 2) | 0; i6 = HEAP32[i6 >> 2] | 0; i8 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; HEAP32[i3 >> 2] = HEAP32[i5 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - i5 = __ZN6cashew5Value9push_backENS_3RefE(i8, i1) | 0; + HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; + i5 = __ZN6cashew5Value9push_backENS_3RefE(i8, i2) | 0; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(0) | 0; HEAP32[i4 >> 2] = i3; - 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; + 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; STACKTOP = i7; return; - } else ___assert_fail(23347, 28586, 1598, 23368); + } else ___assert_fail(23373, 28612, 1598, 23394); } function __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE16__find_equal_keyERPNS_16__tree_node_baseIPvEERS9_(i1, i5, i4) { @@ -61529,17 +62139,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, i4) { +function __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE6resizeEj(i5, i3) { i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; i6 = i5 + 4 | 0; i1 = HEAP32[i6 >> 2] | 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; + 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; while (1) { if ((i1 | 0) == (i2 | 0)) break L1; i5 = i1 + -20 | 0; @@ -61548,7 +62158,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, i4 - i2 | 0); while (0); + } else __ZNSt3__16vectorINS_13unordered_mapIN6cashew7IStringEiNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_iEEEEEENS8_ISD_EEE8__appendEj(i5, i3 - i4 | 0); while (0); return; } @@ -61559,26 +62169,26 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseDottingES1_ var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i7 + 28 | 0; - i1 = i7 + 24 | 0; + i5 = i7 + 28 | 0; + i3 = i7 + 24 | 0; i6 = i7; - i3 = i7 + 20 | 0; + i2 = i7 + 20 | 0; i4 = i7 + 16 | 0; - i5 = HEAP32[i8 >> 2] | 0; - if ((HEAP8[i5 >> 0] | 0) != 46) ___assert_fail(23591, 22821, 646, 23603); - i5 = i5 + 1 | 0; - HEAP32[i8 >> 2] = i5; - __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4FragC2EPc(i6, i5); + 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); if ((HEAP32[i6 + 12 >> 2] | 0) == 2) { HEAP32[i8 >> 2] = (HEAP32[i8 >> 2] | 0) + (HEAP32[i6 + 8 >> 2] | 0); - HEAP32[i3 >> 2] = HEAP32[i9 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i9 >> 2]; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - i9 = __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i1, i2) | 0; + HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; + i9 = __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i3, i5) | 0; STACKTOP = i7; return i9 | 0; - } else ___assert_fail(23616, 22821, 649, 23603); + } else ___assert_fail(23642, 22847, 649, 23629); return 0; } @@ -61652,7 +62262,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, 22788, i5, i4) | 0; + i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i2, i8, 22814, i5, i4) | 0; HEAP32[i6 >> 2] = i2; HEAP32[i5 >> 2] = HEAP32[i7 >> 2]; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; @@ -61714,29 +62324,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; - i4 = HEAP32[i10 + 12 >> 2] | 0; - i2 = i6 - i4 >> 2; - i3 = HEAP32[i9 >> 2] | 0; - i5 = 0; + i3 = HEAP32[i10 + 12 >> 2] | 0; + i5 = i6 - i3 >> 2; + i2 = HEAP32[i9 >> 2] | 0; + i4 = 0; while (1) { - if (i5 >>> 0 >= i2 >>> 0) break; - i1 = i4 + (i5 << 2) | 0; - if ((HEAP32[HEAP32[i1 >> 2] >> 2] | 0) == (i3 | 0)) { + if (i4 >>> 0 >= i5 >>> 0) break; + i1 = i3 + (i4 << 2) | 0; + if ((HEAP32[HEAP32[i1 >> 2] >> 2] | 0) == (i2 | 0)) { i7 = 4; break; - } else i5 = i5 + 1 | 0; + } else i4 = i4 + 1 | 0; } L4 : do if ((i7 | 0) == 4) { i7 = i1 + 4 | 0; i2 = i6 - i7 | 0; _memmove(i1 | 0, i7 | 0, i2 | 0) | 0; - i1 = i1 + (i2 >> 2 << 2) | 0; - i2 = HEAP32[i8 >> 2] | 0; + i2 = i1 + (i2 >> 2 << 2) | 0; + i1 = HEAP32[i8 >> 2] | 0; while (1) { - if ((i2 | 0) == (i1 | 0)) break L4; - i7 = i2 + -4 | 0; + if ((i1 | 0) == (i2 | 0)) break L4; + i7 = i1 + -4 | 0; HEAP32[i8 >> 2] = i7; - i2 = i7; + i1 = 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; @@ -61837,23 +62447,23 @@ function __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_ return i1 | 0; } -function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i5) { +function __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE3putEc(i7, i4) { i7 = i7 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i8 = 0; + i4 = i4 | 0; + var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i6 = i8; __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC2ERS3_(i6, i7); L1 : do if (HEAP8[i6 >> 0] | 0) { - 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; + 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; break L1; } } while (0); @@ -61870,27 +62480,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; - i3 = i8; + i6 = i8; i5 = i7 + 4 | 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)) { + 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i3 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i3 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i3); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i4 = i7 + 12 | 0; - HEAP32[i4 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i4 = 0; } - i3 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i4 >> 2] = i2 + 40; + i3 = (HEAP32[i1 + -4 >> 2] | 0) + i4 | 0; + HEAP32[i2 >> 2] = i4 + 40; i1 = i3; i2 = i1 + 36 | 0; do { @@ -61904,17 +62514,17 @@ function __ZN10MixedArena5allocIN4wasm8FunctionEEEPT_v(i7) { function __ZN4wasm6ModuleC2Ev(i3) { i3 = i3 | 0; var i1 = 0, i2 = 0, i4 = 0, i5 = 0; - i1 = i3 + 48 | 0; + i2 = i3 + 48 | 0; HEAP32[i3 + 52 >> 2] = 0; HEAP32[i3 + 56 >> 2] = 0; - i2 = i3 + 52 | 0; + i1 = i3 + 52 | 0; i4 = i3; i5 = i4 + 48 | 0; do { HEAP32[i4 >> 2] = 0; i4 = i4 + 4 | 0; } while ((i4 | 0) < (i5 | 0)); - HEAP32[i1 >> 2] = i2; + HEAP32[i2 >> 2] = i1; HEAP32[i3 + 64 >> 2] = 0; HEAP32[i3 + 68 >> 2] = 0; HEAP32[i3 + 60 >> 2] = i3 + 64; @@ -62046,9 +62656,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) 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; + 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; i1 = i1 >>> 0 < i2 >>> 0 ? i2 : i1; if (i1 >>> 0 < i4 >>> 0) __ZNSt3__112__hash_tableIPKcN6cashew7IString11CStringHashENS4_12CStringEqualENS_9allocatorIS2_EEE8__rehashEj(i5, i1); } @@ -62061,38 +62671,38 @@ function __ZN6cashew12ValueBuilder13makeStatementENS_3RefE(i4) { var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i5 + 8 | 0; - i2 = i5 + 4 | 0; - i3 = i5; + i3 = i5 + 8 | 0; + i1 = i5 + 4 | 0; + i2 = 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_(38792, __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_(38816, __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 0) | 0)) i1 = HEAP32[i4 >> 2] | 0; else { i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38396) | 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; + 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; } STACKTOP = i5; return i1 | 0; } -function __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_9allocatorINS_4pairIKS3_S5_EEEEEixERSA_(i6, i4) { +function __ZNSt3__13mapIPN4wasm12CallIndirectEN6cashew7IStringENS_4lessIS3_EENS_9allocatorINS_4pairIKS3_S5_EEEEEixERSA_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 20 | 0; @@ -62103,27 +62713,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 8 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 8; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 8; i6 = i7; HEAP32[i6 >> 2] = 0; HEAP32[i6 + 4 >> 2] = 0; @@ -62138,27 +62748,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 16 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 16; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 16; HEAP32[i7 >> 2] = 0; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -62167,20 +62777,20 @@ function __ZN10MixedArena5allocIN4wasm6ImportEEEPT_v(i7) { return i7 | 0; } -function __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i4) { +function __ZNSt3__13mapIN6cashew7IStringEN4wasm12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 20 | 0; @@ -62238,27 +62848,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 24; HEAP32[i7 >> 2] = 3; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -62277,9 +62887,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) 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; + 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; 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); } @@ -62302,12 +62912,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); - i6 = HEAP32[i2 >> 2] | 0; - i5 = i1; + i5 = HEAP32[i2 >> 2] | 0; + i6 = i1; i1 = HEAP32[i7 >> 2] | 0; while (1) { - if ((i5 | 0) == (i6 | 0)) break; - i2 = HEAP32[i5 >> 2] | 0; + if ((i6 | 0) == (i5 | 0)) break; + i2 = HEAP32[i6 >> 2] | 0; if (!i1) i1 = 0; else { i4 = i1 + 24 | 0; i3 = HEAP32[i4 >> 2] | 0; @@ -62317,7 +62927,7 @@ function __ZNKSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE } i1 = (i2 | 0) == -1 ? 0 : i1; } - i5 = i5 + 4 | 0; + i6 = i6 + 4 | 0; } STACKTOP = i8; return i1 | 0; @@ -62330,17 +62940,17 @@ function __ZN4wasm10PassRunner3addENSt3__112basic_stringIcNS1_11char_traitsIcEEN i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i4 = i6 + 12 | 0; - i3 = i6; - i2 = __ZN4wasm12PassRegistry3getEv() | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2ERKS5_(i3, i1); - i1 = __ZN4wasm12PassRegistry10createPassENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(i2, i3) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i3); - HEAP32[i4 >> 2] = i1; - if (!i1) ___assert_fail(24219, 24193, 58, 24224); + 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); i2 = i5 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i5 + 12 >> 2] | 0)) __ZNSt3__16vectorIPN4wasm4PassENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i5 + 4 | 0, i4); else { - HEAP32[i3 >> 2] = i1; + 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; HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; } STACKTOP = i6; @@ -62386,40 +62996,40 @@ function __ZN10__cxxabiv112_GLOBAL__N_119parse_discriminatorEPKcS2_(i1, i4) { return i1 | 0; } -function __ZNSt3__127__num_get_unsigned_integralItEET_PKcS3_Rji(i1, i6, i7, i2) { +function __ZNSt3__127__num_get_unsigned_integralItEET_PKcS3_Rji(i1, i5, i6, i2) { i1 = i1 | 0; + i5 = i5 | 0; i6 = i6 | 0; - i7 = i7 | 0; i2 = i2 | 0; - var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i8 = i9; - do if ((i1 | 0) == (i6 | 0)) { - HEAP32[i7 >> 2] = 4; + i7 = i9; + do if ((i1 | 0) == (i5 | 0)) { + HEAP32[i6 >> 2] = 4; i1 = 0; } else { if ((HEAP8[i1 >> 0] | 0) == 45) { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i1 = 0; break; } - i4 = ___errno_location() | 0; - i5 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = 0; - i1 = _strtoull_l(i1, i8, i2, __ZNSt3__16__clocEv() | 0) | 0; + i8 = ___errno_location() | 0; + i4 = HEAP32[i8 >> 2] | 0; + HEAP32[i8 >> 2] = 0; + i1 = _strtoull_l(i1, i7, i2, __ZNSt3__16__clocEv() | 0) | 0; i2 = tempRet0; - 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; + 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; i1 = -1; break; } else { i1 = i1 & 65535; break; } else { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i1 = 0; } while (0); } while (0); @@ -62444,12 +63054,12 @@ function __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3st i1 = i1 + 1 | 0; } } else { - 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; + 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; } __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initIPcEENS_9enable_ifIXsr21__is_forward_iteratorIT_EE5valueEvE4typeES9_S9_(i5, HEAP32[i4 + 20 >> 2] | 0, i1); } while (0); @@ -62461,27 +63071,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 16 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 16; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 16; HEAP32[i7 >> 2] = 10; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -62489,39 +63099,39 @@ function __ZN10MixedArena5allocIN4wasm8SetLocalEEEPT_v(i7) { return i7 | 0; } -function __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i4) { +function __ZNSt3__13mapIN6cashew7IStringEN4wasm7LiteralENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 24 | 0; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i4) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 20 | 0; @@ -62532,27 +63142,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 16 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 16; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 16; HEAP32[i7 >> 2] = 9; HEAP32[i7 + 4 >> 2] = 0; HEAP32[i7 + 8 >> 2] = 0; @@ -62565,27 +63175,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 16 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 16; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 16; HEAP32[i7 >> 2] = 17; HEAP32[i7 + 8 >> 2] = 0; HEAP32[i7 + 4 >> 2] = 5; @@ -62593,6 +63203,50 @@ function __ZN10MixedArena5allocIN4wasm6ReturnEEEPT_v(i7) { return i7 | 0; } +function __ZNK4wasm7Literal3mulERKS0_(i1, i3, i2) { + i1 = i1 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var d4 = 0.0; + switch (HEAP32[i3 >> 2] | 0) { + case 1: + { + i3 = Math_imul(HEAP32[i2 + 8 >> 2] | 0, HEAP32[i3 + 8 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + break; + } + case 2: + { + i3 = i3 + 8 | 0; + i2 = i2 + 8 | 0; + i2 = ___muldi3(HEAP32[i2 >> 2] | 0, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = 2; + i3 = i1 + 8 | 0; + HEAP32[i3 >> 2] = i2; + HEAP32[i3 + 4 >> 2] = tempRet0; + break; + } + case 3: + { + d4 = +__ZNK4wasm7Literal6getf32Ev(i3) * +__ZNK4wasm7Literal6getf32Ev(i2); + HEAP32[i1 >> 2] = 3; + HEAPF32[i1 + 8 >> 2] = d4; + break; + } + case 4: + { + d4 = +__ZNK4wasm7Literal6getf64Ev(i3) * +__ZNK4wasm7Literal6getf64Ev(i2); + HEAP32[i1 >> 2] = 4; + HEAPF64[i1 + 8 >> 3] = d4; + break; + } + default: + {} + } + return; +} + function __ZNK10__cxxabiv117__class_type_info29process_static_type_above_dstEPNS_19__dynamic_cast_infoEPKvS4_i(i2, i5, i3, i1, i4) { i2 = i2 | 0; i5 = i5 | 0; @@ -62602,17 +63256,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; - i1 = i5 + 16 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (!i2) { - HEAP32[i1 >> 2] = i3; + i2 = i5 + 16 | 0; + i1 = HEAP32[i2 >> 2] | 0; + if (!i1) { + HEAP32[i2 >> 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 ((i2 | 0) != (i3 | 0)) { + if ((i1 | 0) != (i3 | 0)) { i4 = i5 + 36 | 0; HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 1; HEAP8[i5 + 54 >> 0] = 1; @@ -62629,32 +63283,76 @@ function __ZNK10__cxxabiv117__class_type_info29process_static_type_above_dstEPNS return; } +function __ZNK4wasm7Literal3subERKS0_(i1, i3, i2) { + i1 = i1 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var d4 = 0.0; + switch (HEAP32[i3 >> 2] | 0) { + case 1: + { + i3 = (HEAP32[i3 + 8 >> 2] | 0) - (HEAP32[i2 + 8 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + break; + } + case 2: + { + i3 = i3 + 8 | 0; + i2 = i2 + 8 | 0; + i2 = _i64Subtract(HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0, HEAP32[i2 >> 2] | 0, HEAP32[i2 + 4 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = 2; + i3 = i1 + 8 | 0; + HEAP32[i3 >> 2] = i2; + HEAP32[i3 + 4 >> 2] = tempRet0; + break; + } + case 3: + { + d4 = +__ZNK4wasm7Literal6getf32Ev(i3) - +__ZNK4wasm7Literal6getf32Ev(i2); + HEAP32[i1 >> 2] = 3; + HEAPF32[i1 + 8 >> 2] = d4; + break; + } + case 4: + { + d4 = +__ZNK4wasm7Literal6getf64Ev(i3) - +__ZNK4wasm7Literal6getf64Ev(i2); + HEAP32[i1 >> 2] = 4; + HEAPF64[i1 + 8 >> 3] = d4; + break; + } + default: + {} + } + return; +} + function __ZN10MixedArena5allocIN4wasm2IfEEEPT_v(i7) { i7 = i7 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 24; HEAP32[i7 >> 2] = 2; HEAP32[i7 + 16 >> 2] = 0; HEAP32[i7 + 4 >> 2] = 0; @@ -62662,32 +63360,83 @@ 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; - i6 = i1 + 4 | 0; - i5 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = 0; + i7 = i1 + 4 | 0; + i5 = HEAP32[i7 >> 2] | 0; + HEAP32[i7 >> 2] = 0; HEAP32[i2 >> 2] = i4; HEAP32[i2 + 4 >> 2] = i5; - 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; + 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; 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] = i6; - HEAP32[i7 >> 2] = 0; + HEAP32[i4 + (i1 << 2) >> 2] = i7; HEAP32[i8 >> 2] = 0; + HEAP32[i6 >> 2] = 0; } return; } @@ -62698,52 +63447,52 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE19parseBracketedBl var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i8 + 12 | 0; - i1 = i8 + 8 | 0; - i3 = i8 + 4 | 0; + i5 = i8 + 12 | 0; + i3 = i8 + 8 | 0; + i2 = i8 + 4 | 0; i4 = i8; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i7); - i5 = HEAP32[i7 >> 2] | 0; - if ((HEAP8[i5 >> 0] | 0) != 123) ___assert_fail(23051, 22821, 856, 23063); - HEAP32[i7 >> 2] = i5 + 1; - HEAP32[i3 >> 2] = 0; + 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; HEAP32[i4 >> 2] = 0; - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBlockERPcPKcNS_7IStringES8_(i6, i7, 23083, i1, i2) | 0; - i2 = HEAP32[i7 >> 2] | 0; - if ((HEAP8[i2 >> 0] | 0) == 125) { - HEAP32[i7 >> 2] = i2 + 1; + 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; STACKTOP = i8; - return i1 | 0; - } else ___assert_fail(23086, 22821, 859, 23063); + return i2 | 0; + } else ___assert_fail(23112, 22847, 859, 23089); return 0; } -function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9__grow_byEjjjjjj(i10, i9, i1, i4, i7, i8, i6) { +function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9__grow_byEjjjjjj(i10, i8, i1, i2, i6, i7, i5) { i10 = i10 | 0; - i9 = i9 | 0; - i1 = i1 | 0; - i4 = i4 | 0; - i7 = i7 | 0; i8 = i8 | 0; + i1 = i1 | 0; + i2 = i2 | 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); + 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); HEAP32[i10 + 8 >> 2] = i3; - HEAP32[i10 >> 2] = i2 | 1; + HEAP32[i10 >> 2] = i4 | 1; return; } @@ -62778,34 +63527,78 @@ function ___strchrnul(i1, i4) { return i1 | 0; } +function __ZNK4wasm7Literal3addERKS0_(i1, i3, i2) { + i1 = i1 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var d4 = 0.0; + switch (HEAP32[i3 >> 2] | 0) { + case 1: + { + i3 = (HEAP32[i2 + 8 >> 2] | 0) + (HEAP32[i3 + 8 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + break; + } + case 2: + { + i3 = i3 + 8 | 0; + i2 = i2 + 8 | 0; + i2 = _i64Add(HEAP32[i2 >> 2] | 0, HEAP32[i2 + 4 >> 2] | 0, HEAP32[i3 >> 2] | 0, HEAP32[i3 + 4 >> 2] | 0) | 0; + HEAP32[i1 >> 2] = 2; + i3 = i1 + 8 | 0; + HEAP32[i3 >> 2] = i2; + HEAP32[i3 + 4 >> 2] = tempRet0; + break; + } + case 3: + { + d4 = +__ZNK4wasm7Literal6getf32Ev(i3) + +__ZNK4wasm7Literal6getf32Ev(i2); + HEAP32[i1 >> 2] = 3; + HEAPF32[i1 + 8 >> 2] = d4; + break; + } + case 4: + { + d4 = +__ZNK4wasm7Literal6getf64Ev(i3) + +__ZNK4wasm7Literal6getf64Ev(i2); + HEAP32[i1 >> 2] = 4; + HEAPF64[i1 + 8 >> 3] = d4; + break; + } + default: + {} + } + return; +} + function __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_allocIS3_Lj4096EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i6, i5) { i6 = i6 | 0; i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i2 = HEAP32[i6 >> 2] | 0; - i3 = i6 + 4 | 0; - i4 = i5 + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i6 >> 2] | 0; + i4 = i6 + 4 | 0; + i2 = i5 + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; while (1) { - 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; + 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; } i7 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i4 >> 2] = i7; + HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = i7; i7 = i5 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i7 >> 2] = i2; - i3 = i6 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i7 >> 2] = i3; + i4 = i6 + 8 | 0; i7 = i5 + 12 | 0; - i6 = HEAP32[i3 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + i6 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; HEAP32[i7 >> 2] = i6; - HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; return; } @@ -62816,9 +63609,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 { - i1 = HEAP32[i6 >> 2] | 0; - i2 = (i1 & -2) + -1 | 0; - i1 = i1 & 255; + i2 = HEAP32[i6 >> 2] | 0; + i1 = i2 & 255; + i2 = (i2 & -2) + -1 | 0; } if (!(i1 & 1)) i3 = (i1 & 255) >>> 1; else i3 = HEAP32[i6 + 4 >> 2] | 0; if ((i2 - i3 | 0) >>> 0 >= i4 >>> 0) { @@ -62840,13 +63633,13 @@ function __ZN4wasm15Asm2WasmBuilder15getFunctionTypeEN6cashew3RefERNSt3__16vecto var i1 = 0, i2 = 0, i4 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i1 = i7 + 16 | 0; - i2 = i7 + 12 | 0; + i2 = i7 + 16 | 0; + i1 = i7 + 12 | 0; i4 = i7; if (__ZN6cashew3RefntEv(i3) | 0) i1 = 0; else { - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i6, i1, 0) | 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + i1 = __ZN4wasm15Asm2WasmBuilder14detectWasmTypeEN6cashew3RefEP7AsmData(i6, i2, 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; @@ -62855,37 +63648,37 @@ function __ZN4wasm15Asm2WasmBuilder15getFunctionTypeEN6cashew3RefERNSt3__16vecto return i6 | 0; } -function __ZNSt3__127__num_get_unsigned_integralImEET_PKcS3_Rji(i1, i6, i7, i2) { +function __ZNSt3__127__num_get_unsigned_integralImEET_PKcS3_Rji(i1, i5, i6, i2) { i1 = i1 | 0; + i5 = i5 | 0; i6 = i6 | 0; - i7 = i7 | 0; i2 = i2 | 0; - var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i8 = i9; - do if ((i1 | 0) == (i6 | 0)) { - HEAP32[i7 >> 2] = 4; + i7 = i9; + do if ((i1 | 0) == (i5 | 0)) { + HEAP32[i6 >> 2] = 4; i1 = 0; } else { if ((HEAP8[i1 >> 0] | 0) == 45) { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i1 = 0; break; } - i4 = ___errno_location() | 0; - i5 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = 0; - i1 = _strtoull_l(i1, i8, i2, __ZNSt3__16__clocEv() | 0) | 0; + i8 = ___errno_location() | 0; + i4 = HEAP32[i8 >> 2] | 0; + HEAP32[i8 >> 2] = 0; + i1 = _strtoull_l(i1, i7, i2, __ZNSt3__16__clocEv() | 0) | 0; i2 = tempRet0; - 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; + 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; i1 = -1; break; } else break; else { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i1 = 0; } while (0); } while (0); @@ -62893,37 +63686,37 @@ function __ZNSt3__127__num_get_unsigned_integralImEET_PKcS3_Rji(i1, i6, i7, i2) return i1 | 0; } -function __ZNSt3__127__num_get_unsigned_integralIjEET_PKcS3_Rji(i1, i6, i7, i2) { +function __ZNSt3__127__num_get_unsigned_integralIjEET_PKcS3_Rji(i1, i5, i6, i2) { i1 = i1 | 0; + i5 = i5 | 0; i6 = i6 | 0; - i7 = i7 | 0; i2 = i2 | 0; - var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i8 = i9; - do if ((i1 | 0) == (i6 | 0)) { - HEAP32[i7 >> 2] = 4; + i7 = i9; + do if ((i1 | 0) == (i5 | 0)) { + HEAP32[i6 >> 2] = 4; i1 = 0; } else { if ((HEAP8[i1 >> 0] | 0) == 45) { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i1 = 0; break; } - i4 = ___errno_location() | 0; - i5 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = 0; - i1 = _strtoull_l(i1, i8, i2, __ZNSt3__16__clocEv() | 0) | 0; + i8 = ___errno_location() | 0; + i4 = HEAP32[i8 >> 2] | 0; + HEAP32[i8 >> 2] = 0; + i1 = _strtoull_l(i1, i7, i2, __ZNSt3__16__clocEv() | 0) | 0; i2 = tempRet0; - 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; + 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; i1 = -1; break; } else break; else { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i1 = 0; } while (0); } while (0); @@ -62931,56 +63724,6 @@ function __ZNSt3__127__num_get_unsigned_integralIjEET_PKcS3_Rji(i1, i6, i7, 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; @@ -62988,9 +63731,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 { - i1 = HEAP32[i6 >> 2] | 0; - i3 = (i1 & -2) + -1 | 0; - i1 = i1 & 255; + i3 = HEAP32[i6 >> 2] | 0; + i1 = i3 & 255; + i3 = (i3 & -2) + -1 | 0; } i2 = (i1 & 1) == 0; do if (i3 >>> 0 >= i4 >>> 0) { @@ -63011,61 +63754,61 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N return; } -function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i1, i6) { +function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9parseFragERNS3_4FragE(i1, i5) { i1 = i1 | 0; - i6 = i6 | 0; - var i2 = 0, i3 = 0, i4 = 0, i5 = 0; + i5 = i5 | 0; + var i2 = 0, i3 = 0, i4 = 0, i6 = 0; i4 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i4 + 8 | 0; - i2 = i4 + 4 | 0; - i3 = i4; - switch (HEAP32[i6 + 12 >> 2] | 0) { + i3 = i4 + 8 | 0; + i1 = i4 + 4 | 0; + i2 = i4; + switch (HEAP32[i5 + 12 >> 2] | 0) { case 2: { - HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - i5 = __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i1) | 0; + HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i1 >> 2]; + i6 = __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i3) | 0; break; } case 3: { - HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; - i5 = __ZN6cashew12ValueBuilder10makeStringENS_7IStringE(i1) | 0; + HEAP32[i2 >> 2] = HEAP32[i5 >> 2]; + HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; + i6 = __ZN6cashew12ValueBuilder10makeStringENS_7IStringE(i3) | 0; break; } case 4: { - i5 = __ZN6cashew12ValueBuilder10makeDoubleEd(+(~~+HEAPF64[i6 >> 3] >>> 0 >>> 0)) | 0; + i6 = __ZN6cashew12ValueBuilder10makeDoubleEd(+(~~+HEAPF64[i5 >> 3] >>> 0 >>> 0)) | 0; break; } case 5: { - i5 = __ZN6cashew19DotZeroValueBuilder10makeDoubleEd(+HEAPF64[i6 >> 3]) | 0; + i6 = __ZN6cashew19DotZeroValueBuilder10makeDoubleEd(+HEAPF64[i5 >> 3]) | 0; break; } default: _abort(); } STACKTOP = i4; - return i5 | 0; + return i6 | 0; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i4) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 20 | 0; @@ -63083,9 +63826,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, 40468) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 48 >> 2] & 7](i8, 32623, 32655, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40476) | 0; + 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; 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; @@ -63101,27 +63844,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 8 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 8; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 8; HEAP32[i7 >> 2] = 20; HEAP32[i7 + 4 >> 2] = 5; STACKTOP = i8; @@ -63134,33 +63877,33 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ImportEEENS_19__m var i2 = 0, i3 = 0, i5 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i5 + 4 | 0; - i3 = i5; + i3 = i5 + 4 | 0; + i2 = 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[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; + 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; i1 = 1; } STACKTOP = i5; return i1 | 0; } -function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i6, i4) { +function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixERS8_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 20 | 0; @@ -63178,9 +63921,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, 40436) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i8 >> 2] | 0) + 32 >> 2] & 7](i8, 32623, 32655, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i7, 40448) | 0; + 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; 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; @@ -63196,25 +63939,25 @@ 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; - i1 = i6 + 8 | 0; + i2 = i6 + 8 | 0; i7 = i6 + 4 | 0; - i2 = i6; + i1 = i6; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38472) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38496) | 0; HEAP32[i7 >> 2] = i8; - HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; - i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; + HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; i7 = HEAP32[i4 >> 2] | 0; if ((i7 | 0) != 0 ? (HEAP8[i7 >> 0] | 0) != 0 : 0) { i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i4) | 0; - HEAP32[i2 >> 2] = i8; + HEAP32[i1 >> 2] = i8; } else i5 = 4; if ((i5 | 0) == 4) { i8 = __ZN6cashew12ValueBuilder8makeNullEv() | 0; - HEAP32[i2 >> 2] = i8; + HEAP32[i1 >> 2] = i8; }; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - i8 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + i8 = __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; STACKTOP = i6; return i8 | 0; } @@ -63242,15 +63985,15 @@ function __ZN4wasm8SetLocal7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIc return i3 | 0; } -function __ZN4wasm14ModuleInstance10callExportEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i4, i6, i1, i5) { - i4 = i4 | 0; +function __ZN4wasm14ModuleInstance10callExportEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i2, i6, i1, i5) { + i2 = i2 | 0; i6 = i6 | 0; i1 = i1 | 0; i5 = i5 | 0; - var i2 = 0, i3 = 0, i7 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i7 + 8 | 0; + i4 = i7 + 8 | 0; i8 = i7 + 4 | 0; i3 = i7; i9 = (HEAP32[i6 >> 2] | 0) + 72 | 0; @@ -63259,11 +64002,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, 19713); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i9 >> 2] | 0) + 20 >> 2] & 127](i9, 21066); } HEAP32[i3 >> 2] = HEAP32[i1 + 4 >> 2]; - HEAP32[i2 >> 2] = HEAP32[i3 >> 2]; - __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i4, i6, i2, i5); + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i2, i6, i4, i5); STACKTOP = i7; return; } @@ -63298,27 +64041,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 24; HEAP32[i7 >> 2] = 16; HEAP32[i7 + 4 >> 2] = 0; STACKTOP = i8; @@ -63330,27 +64073,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 24 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 24; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 24; HEAP32[i7 >> 2] = 15; HEAP32[i7 + 4 >> 2] = 0; STACKTOP = i8; @@ -63381,51 +64124,51 @@ function __ZNSt3__13mapINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEE } HEAP8[i1 >> 0] = 1; i1 = HEAP32[i4 >> 2] | 0; - i2 = i1 + 32 | 0; - i3 = 0; + i3 = i1 + 32 | 0; + i2 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } HEAP32[i1 + 64 >> 2] = 0; HEAP8[i5 >> 0] = 1; return; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i4) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_6ImportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 20 | 0; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i4) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixERS9_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 20 | 0; @@ -63436,27 +64179,27 @@ function __ZN10MixedArena5allocIN4wasm5UnaryEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 16 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 16; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 16; HEAP32[i7 >> 2] = 14; HEAP32[i7 + 4 >> 2] = 0; STACKTOP = i8; @@ -63468,27 +64211,27 @@ function __ZN10MixedArena5allocIN4wasm5StoreEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 32 | 0) >>> 0 <= 9999) : 0)) { + 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 32; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 32; HEAP32[i7 >> 2] = 12; HEAP32[i7 + 4 >> 2] = 0; STACKTOP = i8; @@ -63500,27 +64243,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; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 32 | 0) >>> 0 <= 9999) : 0)) { + 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 32; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 32; HEAP32[i7 >> 2] = 11; HEAP32[i7 + 4 >> 2] = 0; STACKTOP = i8; @@ -63534,15 +64277,15 @@ function __ZN6cashew5Value4freeEv(i5) { case 2: { i1 = i5 + 8 | 0; - i3 = HEAP32[i1 >> 2] | 0; - i2 = HEAP32[i3 >> 2] | 0; - i3 = i3 + 4 | 0; - i4 = HEAP32[i3 >> 2] | 0; + i4 = HEAP32[i1 >> 2] | 0; + i2 = HEAP32[i4 >> 2] | 0; + i4 = i4 + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; while (1) { - if ((i4 | 0) == (i2 | 0)) break; - i6 = i4 + -4 | 0; - HEAP32[i3 >> 2] = i6; - i4 = i6; + if ((i3 | 0) == (i2 | 0)) break; + i6 = i3 + -4 | 0; + HEAP32[i4 >> 2] = i6; + i3 = i6; } __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE13shrink_to_fitEv(HEAP32[i1 >> 2] | 0); break; @@ -63569,48 +64312,48 @@ 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; - i1 = i6 + 8 | 0; + i2 = i6 + 8 | 0; i7 = i6 + 4 | 0; - i2 = i6; + i1 = i6; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38468) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38492) | 0; HEAP32[i7 >> 2] = i8; - HEAP32[i1 >> 2] = HEAP32[i7 >> 2]; - i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; + HEAP32[i2 >> 2] = HEAP32[i7 >> 2]; + i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; i7 = HEAP32[i4 >> 2] | 0; if ((i7 | 0) != 0 ? (HEAP8[i7 >> 0] | 0) != 0 : 0) { i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i4) | 0; - HEAP32[i2 >> 2] = i8; + HEAP32[i1 >> 2] = i8; } else i5 = 4; if ((i5 | 0) == 4) { i8 = __ZN6cashew12ValueBuilder8makeNullEv() | 0; - HEAP32[i2 >> 2] = i8; + HEAP32[i1 >> 2] = i8; }; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - i8 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + i8 = __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; STACKTOP = i6; return i8 | 0; } -function __ZN4wasm6Return7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i2, i1, i4) { +function __ZN4wasm6Return7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i2, i1, i3) { i2 = i2 | 0; i1 = i1 | 0; - i4 = i4 | 0; - var i3 = 0, i5 = 0, i6 = 0; + i3 = i3 | 0; + var i4 = 0, i5 = 0, i6 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i5; - HEAP32[i3 >> 2] = i4; - __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i1, 27983, 0) | 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 = i4 + 1 | 0; - HEAP32[i3 >> 2] = i6; + 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, i3) | 0; - } else __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i1, 35822) | 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; } @@ -63620,68 +64363,68 @@ function __ZN10MixedArena5allocIN4wasm3NopEEEPT_v(i7) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i8; + i6 = i8; i5 = i7 + 4 | 0; - i6 = HEAP32[i5 >> 2] | 0; - i1 = i6; - if (!((i6 | 0) != (HEAP32[i7 >> 2] | 0) ? (i3 = i7 + 12 | 0, i2 = HEAP32[i3 >> 2] | 0, (i2 + 8 | 0) >>> 0 <= 9999) : 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)) { i2 = __Znaj(1e4) | 0; - HEAP32[i4 >> 2] = i2; + HEAP32[i6 >> 2] = i2; if (i1 >>> 0 < (HEAP32[i7 + 8 >> 2] | 0) >>> 0) { - HEAP32[i6 >> 2] = i2; + HEAP32[i4 >> 2] = i2; i1 = (HEAP32[i5 >> 2] | 0) + 4 | 0; HEAP32[i5 >> 2] = i1; } else { - __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i4); + __ZNSt3__16vectorIPcNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_(i7, i6); i1 = HEAP32[i5 >> 2] | 0; } - i3 = i7 + 12 | 0; - HEAP32[i3 >> 2] = 0; - i2 = 0; + i2 = i7 + 12 | 0; + HEAP32[i2 >> 2] = 0; + i3 = 0; } - i7 = (HEAP32[i1 + -4 >> 2] | 0) + i2 | 0; - HEAP32[i3 >> 2] = i2 + 8; + i7 = (HEAP32[i1 + -4 >> 2] | 0) + i3 | 0; + HEAP32[i2 >> 2] = i3 + 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, i6, i7, i2) { +function __ZNSt3__127__num_get_unsigned_integralIyEET_PKcS3_Rji(i1, i5, i6, i2) { i1 = i1 | 0; + i5 = i5 | 0; i6 = i6 | 0; - i7 = i7 | 0; i2 = i2 | 0; - var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i8 = i9; - do if ((i1 | 0) == (i6 | 0)) { - HEAP32[i7 >> 2] = 4; + i7 = i9; + do if ((i1 | 0) == (i5 | 0)) { + HEAP32[i6 >> 2] = 4; i2 = 0; i1 = 0; } else { if ((HEAP8[i1 >> 0] | 0) == 45) { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i2 = 0; i1 = 0; break; } - i4 = ___errno_location() | 0; - i5 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = 0; - i1 = _strtoull_l(i1, i8, i2, __ZNSt3__16__clocEv() | 0) | 0; + i8 = ___errno_location() | 0; + i4 = HEAP32[i8 >> 2] | 0; + HEAP32[i8 >> 2] = 0; + i1 = _strtoull_l(i1, i7, i2, __ZNSt3__16__clocEv() | 0) | 0; i2 = tempRet0; - i3 = HEAP32[i4 >> 2] | 0; - if (!i3) HEAP32[i4 >> 2] = i5; - if ((HEAP32[i8 >> 2] | 0) == (i6 | 0)) { + i3 = HEAP32[i8 >> 2] | 0; + if (!i3) HEAP32[i8 >> 2] = i4; + if ((HEAP32[i7 >> 2] | 0) == (i5 | 0)) { if ((i3 | 0) == 34) { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i1 = -1; i2 = -1; } } else { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i1 = 0; i2 = 0; } @@ -63691,83 +64434,44 @@ function __ZNSt3__127__num_get_unsigned_integralIyEET_PKcS3_Rji(i1, i6, i7, i2) return i1 | 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) 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) { +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEjjjjjj(i10, i8, i1, i2, i6, i7, i5) { i10 = i10 | 0; - i9 = i9 | 0; - i1 = i1 | 0; - i4 = i4 | 0; - i7 = i7 | 0; i8 = i8 | 0; + i1 = i1 | 0; + i2 = i2 | 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); + 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); HEAP32[i10 + 8 >> 2] = i3; - HEAP32[i10 >> 2] = i2 | 1; + HEAP32[i10 >> 2] = i4 | 1; return; } -function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i5, i4) { +function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE6resizeEj(i5, i3) { i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; i6 = i5 + 4 | 0; i1 = HEAP32[i6 >> 2] | 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; + 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; while (1) { if ((i1 | 0) == (i2 | 0)) break L1; i5 = i1 + -12 | 0; @@ -63776,7 +64480,7 @@ function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuild i1 = HEAP32[i6 >> 2] | 0; } } - } else __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE8__appendEj(i5, i4 - i2 | 0); while (0); + } else __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE17ExpressionElementENS_9allocatorIS6_EEEENS7_IS9_EEE8__appendEj(i5, i3 - i4 | 0); while (0); return; } @@ -63809,26 +64513,110 @@ function __ZNKSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS return i1 | 0; } -function __ZNK10__cxxabiv121__vmi_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i1, i5, i4, i6) { +function __ZNK4wasm7Literal2neERKS0_(i1, i3, i2) { + i1 = i1 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var i4 = 0; + switch (HEAP32[i3 >> 2] | 0) { + case 1: + { + i3 = (HEAP32[i3 + 8 >> 2] | 0) != (HEAP32[i2 + 8 >> 2] | 0) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + break; + } + case 2: + { + i4 = i3 + 8 | 0; + i3 = i2 + 8 | 0; + i3 = ((HEAP32[i4 >> 2] | 0) != (HEAP32[i3 >> 2] | 0) ? 1 : (HEAP32[i4 + 4 >> 2] | 0) != (HEAP32[i3 + 4 >> 2] | 0)) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + break; + } + case 3: + { + i4 = +__ZNK4wasm7Literal6getf32Ev(i3) != +__ZNK4wasm7Literal6getf32Ev(i2) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i4; + break; + } + case 4: + { + i4 = +__ZNK4wasm7Literal6getf64Ev(i3) != +__ZNK4wasm7Literal6getf64Ev(i2) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i4; + break; + } + default: + {} + } + return; +} + +function __ZNK4wasm7Literal2eqERKS0_(i1, i3, i2) { + i1 = i1 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var i4 = 0; + switch (HEAP32[i3 >> 2] | 0) { + case 1: + { + i3 = (HEAP32[i3 + 8 >> 2] | 0) == (HEAP32[i2 + 8 >> 2] | 0) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + break; + } + case 2: + { + i4 = i3 + 8 | 0; + i3 = i2 + 8 | 0; + i3 = ((HEAP32[i4 >> 2] | 0) == (HEAP32[i3 >> 2] | 0) ? (HEAP32[i4 + 4 >> 2] | 0) == (HEAP32[i3 + 4 >> 2] | 0) : 0) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + break; + } + case 3: + { + i4 = +__ZNK4wasm7Literal6getf32Ev(i3) == +__ZNK4wasm7Literal6getf32Ev(i2) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i4; + break; + } + case 4: + { + i4 = +__ZNK4wasm7Literal6getf64Ev(i3) == +__ZNK4wasm7Literal6getf64Ev(i2) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i4; + break; + } + default: + {} + } + return; +} + +function __ZNK10__cxxabiv121__vmi_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i1, i4, i3, i5) { i1 = i1 | 0; - i5 = i5 | 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; + 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; i1 = i1 + 24 | 0; do { - __ZNK10__cxxabiv122__base_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i1, i5, i4, i6); - if (HEAP8[i3 >> 0] | 0) break L1; + __ZNK10__cxxabiv122__base_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i1, i4, i3, i5); + if (HEAP8[i6 >> 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, i5, i4, i6); while (0); + } else __ZNK10__cxxabiv117__class_type_info24process_found_base_classEPNS_19__dynamic_cast_infoEPvi(0, i4, i3, i5); while (0); return; } @@ -63852,30 +64640,59 @@ function __ZN4wasm22SExpressionWasmBuilder6makeIfERNS_7ElementE(i3, i2) { return i1 | 0; } -function __ZNK10__cxxabiv117__class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib(i6, i4, i3, i5, i7) { +function __ZNK10__cxxabiv117__class_type_info16search_below_dstEPNS_19__dynamic_cast_infoEPKvib(i6, i3, i1, i4, i7) { i6 = i6 | 0; - i4 = i4 | 0; i3 = i3 | 0; - i5 = i5 | 0; + i1 = i1 | 0; + i4 = i4 | 0; i7 = i7 | 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; + 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; HEAP32[i7 >> 2] = (HEAP32[i7 >> 2] | 0) + 1; - if ((HEAP32[i4 + 36 >> 2] | 0) == 1 ? (HEAP32[i4 + 24 >> 2] | 0) == 2 : 0) HEAP8[i4 + 54 >> 0] = 1; - HEAP32[i4 + 44 >> 2] = 4; + if ((HEAP32[i3 + 36 >> 2] | 0) == 1 ? (HEAP32[i3 + 24 >> 2] | 0) == 2 : 0) HEAP8[i3 + 54 >> 0] = 1; + HEAP32[i3 + 44 >> 2] = 4; break; } - if ((i5 | 0) == 1) HEAP32[i4 + 32 >> 2] = 1; + if ((i4 | 0) == 1) HEAP32[i3 + 32 >> 2] = 1; } while (0); return; } +function __ZN4wasm14ModuleInstanceC2ERNS_6ModuleEPNS0_17ExternalInterfaceE(i6, i2, i1) { + i6 = i6 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0, i4 = 0, i5 = 0, i7 = 0; + i7 = STACKTOP; + STACKTOP = STACKTOP + 48 | 0; + i4 = i7 + 32 | 0; + i5 = i7 + 20 | 0; + i3 = i7 + 16 | 0; + HEAP32[i6 >> 2] = i2; + HEAP32[i6 + 4 >> 2] = 0; + HEAP32[i6 + 12 >> 2] = i1; + HEAP32[i6 + 8 >> 2] = HEAP32[i2 + 108 >> 2]; + FUNCTION_TABLE_vii[HEAP32[HEAP32[i1 >> 2] >> 2] & 127](i1, i2); + i1 = HEAP32[i2 + 128 >> 2] | 0; + if (i1 | 0) { + HEAP32[i5 >> 2] = 0; + HEAP32[i5 + 4 >> 2] = 0; + HEAP32[i5 + 8 >> 2] = 0; + HEAP32[i3 >> 2] = i1; + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + __ZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEE(i7, i6, i4, i5); + __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i5); + } + STACKTOP = i7; + return; +} + function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_12CallIndirectEEEvRNS_7ElementEjPT_(i9, i8, i2, i1) { i9 = i9 | 0; i8 = i8 | 0; @@ -63884,25 +64701,51 @@ function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_12CallIndirectE var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i10; - i6 = i1 + 12 | 0; - i7 = i1 + 16 | 0; + i7 = i10; + i5 = i1 + 12 | 0; + i6 = i1 + 16 | 0; i4 = i1 + 8 | 0; while (1) { if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break; - 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); + 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); i2 = i2 + 1 | 0; } STACKTOP = i10; return; } +function __ZN4wasm14PostEmscripten13visitMemoryOpINS_5StoreEEEvPT_(i1, i2) { + i1 = i1 | 0; + 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; + if ((i1 | 0) == 0 | (HEAP32[i1 >> 2] | 0) != 13) { + i2 = i6 + 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; + } + i1 = __ZNK4wasm7Literal6geti32Ev(i1 + 8 | 0) | 0; + if (i1 >>> 0 < 1024) { + HEAP32[i7 >> 2] = HEAP32[i6 + 12 >> 2]; + HEAP32[i5 >> 2] = i1; + } + } while (0); + return; +} + function __ZN6cashew12ValueBuilder10makePrefixENS_7IStringENS_3RefE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -63914,7 +64757,7 @@ function __ZN6cashew12ValueBuilder10makePrefixENS_7IStringENS_3RefE(i1, i2) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38496) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38520) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -63929,62 +64772,62 @@ function __ZN6cashew12ValueBuilder10makePrefixENS_7IStringENS_3RefE(i1, i2) { return i2 | 0; } -function __ZN4wasm14PostEmscripten13visitMemoryOpINS_5StoreEEEvPT_(i1, i2) { +function __ZN4wasm14PostEmscripten13visitMemoryOpINS_4LoadEEEvPT_(i1, i2) { i1 = i1 | 0; 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 ? (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(27043, 27060, 49, 27090); - i3 = i7 + 16 | 0; - i1 = HEAP32[i3 >> 2] | 0; - i4 = i1; + 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; if ((i1 | 0) == 0 | (HEAP32[i1 >> 2] | 0) != 13) { - i2 = i7 + 12 | 0; + i2 = i6 + 12 | 0; i1 = HEAP32[i2 >> 2] | 0; if ((i1 | 0) == 0 | (HEAP32[i1 >> 2] | 0) != 13) break; - HEAP32[i2 >> 2] = i4; - HEAP32[i3 >> 2] = i1; + HEAP32[i2 >> 2] = i3; + HEAP32[i4 >> 2] = i1; } - i1 = __ZN4wasm7Literal6geti32Ev(i1 + 8 | 0) | 0; + i1 = __ZNK4wasm7Literal6geti32Ev(i1 + 8 | 0) | 0; if (i1 >>> 0 < 1024) { - HEAP32[i6 >> 2] = HEAP32[i7 + 12 >> 2]; + HEAP32[i7 >> 2] = HEAP32[i6 + 12 >> 2]; HEAP32[i5 >> 2] = i1; } } while (0); return; } -function __ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji(i1, i6, i7, i2) { +function __ZNSt3__125__num_get_signed_integralIxEET_PKcS3_Rji(i1, i5, i6, i2) { i1 = i1 | 0; + i5 = i5 | 0; i6 = i6 | 0; - i7 = i7 | 0; i2 = i2 | 0; - var i3 = 0, i4 = 0, i5 = 0, i8 = 0, i9 = 0; + var i3 = 0, i4 = 0, i7 = 0, i8 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i8 = i9; - if ((i1 | 0) == (i6 | 0)) { - HEAP32[i7 >> 2] = 4; + i7 = i9; + if ((i1 | 0) == (i5 | 0)) { + HEAP32[i6 >> 2] = 4; i2 = 0; i1 = 0; } else { - i4 = ___errno_location() | 0; - i5 = HEAP32[i4 >> 2] | 0; - HEAP32[i4 >> 2] = 0; - i1 = _strtoll_l(i1, i8, i2, __ZNSt3__16__clocEv() | 0) | 0; + i8 = ___errno_location() | 0; + i4 = HEAP32[i8 >> 2] | 0; + HEAP32[i8 >> 2] = 0; + i1 = _strtoll_l(i1, i7, i2, __ZNSt3__16__clocEv() | 0) | 0; i2 = tempRet0; - i3 = HEAP32[i4 >> 2] | 0; - if (!i3) HEAP32[i4 >> 2] = i5; - if ((HEAP32[i8 >> 2] | 0) == (i6 | 0)) { + i3 = HEAP32[i8 >> 2] | 0; + if (!i3) HEAP32[i8 >> 2] = i4; + if ((HEAP32[i7 >> 2] | 0) == (i5 | 0)) { if ((i3 | 0) == 34) { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i2 = (i2 | 0) > 0 | (i2 | 0) == 0 & i1 >>> 0 > 0; i1 = i2 ? -1 : 0; i2 = i2 ? 2147483647 : -2147483648; } } else { - HEAP32[i7 >> 2] = 4; + HEAP32[i6 >> 2] = 4; i1 = 0; i2 = 0; } @@ -64002,79 +64845,53 @@ function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_10CallImportEEE var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i10; - i6 = i1 + 12 | 0; - i7 = i1 + 16 | 0; + i7 = i10; + i5 = i1 + 12 | 0; + i6 = i1 + 16 | 0; i4 = i1 + 8 | 0; while (1) { if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break; - 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); + 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); i2 = i2 + 1 | 0; } STACKTOP = i10; return; } -function __ZN4wasm14PostEmscripten13visitMemoryOpINS_4LoadEEEvPT_(i1, i2) { - i1 = i1 | 0; - 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 ? (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(27043, 27060, 49, 27090); - i3 = i7 + 16 | 0; - i1 = HEAP32[i3 >> 2] | 0; - i4 = i1; - if ((i1 | 0) == 0 | (HEAP32[i1 >> 2] | 0) != 13) { - i2 = i7 + 12 | 0; - i1 = HEAP32[i2 >> 2] | 0; - if ((i1 | 0) == 0 | (HEAP32[i1 >> 2] | 0) != 13) break; - HEAP32[i2 >> 2] = i4; - HEAP32[i3 >> 2] = i1; - } - i1 = __ZN4wasm7Literal6geti32Ev(i1 + 8 | 0) | 0; - if (i1 >>> 0 < 1024) { - HEAP32[i6 >> 2] = HEAP32[i7 + 12 >> 2]; - HEAP32[i5 >> 2] = i1; - } - } while (0); - return; -} - function __ZNSt3__16vectorIN6cashew13OperatorClassENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_EE(i6, i5) { i6 = i6 | 0; i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; - i2 = HEAP32[i6 >> 2] | 0; - i3 = i6 + 4 | 0; - i4 = i5 + 4 | 0; - i1 = HEAP32[i3 >> 2] | 0; + i1 = HEAP32[i6 >> 2] | 0; + i4 = i6 + 4 | 0; + i2 = i5 + 4 | 0; + i3 = HEAP32[i4 >> 2] | 0; while (1) { - if ((i1 | 0) == (i2 | 0)) break; - i7 = i1 + -28 | 0; - __ZN6cashew13OperatorClassC2EOS0_((HEAP32[i4 >> 2] | 0) + -28 | 0, i7); - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + -28; - i1 = i7; + 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; } i7 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i4 >> 2] = i7; + HEAP32[i6 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i2 >> 2] = i7; i7 = i5 + 8 | 0; - i2 = HEAP32[i3 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; - HEAP32[i7 >> 2] = i2; - i3 = i6 + 8 | 0; + i3 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; + HEAP32[i7 >> 2] = i3; + i4 = i6 + 8 | 0; i7 = i5 + 12 | 0; - i6 = HEAP32[i3 >> 2] | 0; - HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; + i6 = HEAP32[i4 >> 2] | 0; + HEAP32[i4 >> 2] = HEAP32[i7 >> 2]; HEAP32[i7 >> 2] = i6; - HEAP32[i5 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i5 >> 2] = HEAP32[i2 >> 2]; return; } @@ -64089,7 +64906,7 @@ function __ZN6cashew12ValueBuilder9makeLabelENS_7IStringENS_3RefE(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38464) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38488) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -64104,28 +64921,6 @@ function __ZN6cashew12ValueBuilder9makeLabelENS_7IStringENS_3RefE(i2, i1) { return i2 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner6fixNaNEdd(i2, d3, d1) { - i2 = i2 | 0; - d3 = +d3; - d1 = +d1; - var i4 = 0, i5 = 0, d6 = 0.0; - i4 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i2 = i4; - d6 = +Math_abs(+d1); - HEAPF64[tempDoublePtr >> 3] = d6; - i5 = HEAP32[tempDoublePtr + 4 >> 2] | 0; - if (i5 >>> 0 > 2146435072 | (i5 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0 ? (d6 = +Math_abs(+d3), HEAPF64[tempDoublePtr >> 3] = d6, i5 = HEAP32[tempDoublePtr + 4 >> 2] | 0, !(i5 >>> 0 > 2146435072 | (i5 | 0) == 2146435072 & (HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 0)) : 0) { - HEAP32[i2 >> 2] = 2; - i5 = i2 + 8 | 0; - HEAP32[i5 >> 2] = 0; - HEAP32[i5 + 4 >> 2] = 2146959360; - d1 = +__ZN4wasm7Literal14reinterpretf64Ev(i2); - } - STACKTOP = i4; - return +d1; -} - function __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -64137,7 +64932,7 @@ function __ZN6cashew12ValueBuilder7makeDotENS_3RefENS_7IStringE(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38688) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38712) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -64157,18 +64952,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; - i2 = (i1 & 1) != 0; - if (i2) { - i3 = (HEAP32[i5 >> 2] & -2) + -1 | 0; + i3 = (i1 & 1) != 0; + if (i3) { + i2 = (HEAP32[i5 >> 2] & -2) + -1 | 0; i4 = HEAP32[i5 + 4 >> 2] | 0; } else { - i3 = 10; + i2 = 10; i4 = (i1 & 255) >>> 1; } - if ((i4 | 0) == (i3 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i5, i3, 1, i3, i3, 0); + if ((i4 | 0) == (i2 | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i5, i2, 1, i2, i2, 0); if (!(HEAP8[i5 >> 0] & 1)) i2 = 7; else i2 = 8; - } else if (i2) i2 = 8; else i2 = 7; + } else if (i3) i2 = 8; else i2 = 7; if ((i2 | 0) == 7) { HEAP8[i5 >> 0] = (i4 << 1) + 2; i1 = i5 + 1 | 0; @@ -64187,22 +64982,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; - i8 = i10 + 8 | 0; - i7 = i10; + i5 = i10 + 8 | 0; + i4 = i10; i3 = i1 + 36 | 0; - i4 = i1 + 40 | 0; - i5 = i8 + 8 | 0; - i6 = i8; - i2 = i1 + 32 | 0; + i6 = i1 + 40 | 0; + i7 = i5 + 8 | 0; + i8 = i5; + i1 = i1 + 32 | 0; L1 : while (1) { - 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)) { + 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 = -1; break; } - switch (i1 | 0) { + switch (i2 | 0) { case 1: break; case 2: @@ -64217,7 +65012,7 @@ function __ZNSt3__111__stdoutbufIwE4syncEv(i1) { } } } - if ((i9 | 0) == 4) i1 = ((_fflush(HEAP32[i2 >> 2] | 0) | 0) != 0) << 31 >> 31; + if ((i9 | 0) == 4) i1 = ((_fflush(HEAP32[i1 >> 2] | 0) | 0) != 0) << 31 >> 31; STACKTOP = i10; return i1 | 0; } @@ -64227,22 +65022,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; - i8 = i10 + 8 | 0; - i7 = i10; + i5 = i10 + 8 | 0; + i4 = i10; i3 = i1 + 36 | 0; - i4 = i1 + 40 | 0; - i5 = i8 + 8 | 0; - i6 = i8; - i2 = i1 + 32 | 0; + i6 = i1 + 40 | 0; + i7 = i5 + 8 | 0; + i8 = i5; + i1 = i1 + 32 | 0; L1 : while (1) { - 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)) { + 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 = -1; break; } - switch (i1 | 0) { + switch (i2 | 0) { case 1: break; case 2: @@ -64257,25 +65052,25 @@ function __ZNSt3__111__stdoutbufIcE4syncEv(i1) { } } } - if ((i9 | 0) == 4) i1 = ((_fflush(HEAP32[i2 >> 2] | 0) | 0) != 0) << 31 >> 31; + if ((i9 | 0) == 4) i1 = ((_fflush(HEAP32[i1 >> 2] | 0) | 0) != 0) << 31 >> 31; STACKTOP = i10; return i1 | 0; } -function __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i6, i4) { +function __ZNSt3__13mapIN6cashew7IStringEiNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_iEEEEEixERS7_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 20 | 0; @@ -64289,19 +65084,19 @@ function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_4HostEEEvRNS_7E var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i10; - i6 = i1 + 20 | 0; - i7 = i1 + 24 | 0; + i7 = i10; + i5 = i1 + 20 | 0; + i6 = i1 + 24 | 0; i4 = i1 + 16 | 0; while (1) { if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break; - 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); + 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); i2 = i2 + 1 | 0; } STACKTOP = i10; @@ -64316,19 +65111,19 @@ function __ZN4wasm22SExpressionWasmBuilder17parseCallOperandsINS_4CallEEEvRNS_7E var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i5 = i10; - i6 = i1 + 12 | 0; - i7 = i1 + 16 | 0; + i7 = i10; + i5 = i1 + 12 | 0; + i6 = i1 + 16 | 0; i4 = i1 + 8 | 0; while (1) { if (i2 >>> 0 >= (__ZN4wasm7Element4sizeEv(i8) | 0) >>> 0) break; - 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); + 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); i2 = i2 + 1 | 0; } STACKTOP = i10; @@ -64343,9 +65138,9 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6append if (i5 | 0) { i1 = HEAP8[i6 >> 0] | 0; if (!(i1 & 1)) i2 = 10; else { - i1 = HEAP32[i6 >> 2] | 0; - i2 = (i1 & -2) + -1 | 0; - i1 = i1 & 255; + i2 = HEAP32[i6 >> 2] | 0; + i1 = i2 & 255; + i2 = (i2 & -2) + -1 | 0; } if (!(i1 & 1)) i3 = (i1 & 255) >>> 1; else i3 = HEAP32[i6 + 4 >> 2] | 0; if ((i2 - i3 | 0) >>> 0 < i5 >>> 0) { @@ -64368,9 +65163,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 { - i1 = HEAP32[i6 >> 2] | 0; - i3 = (i1 & -2) + -1 | 0; - i1 = i1 & 255; + i3 = HEAP32[i6 >> 2] | 0; + i1 = i3 & 255; + i3 = (i3 & -2) + -1 | 0; } i2 = (i1 & 1) == 0; do if (i3 >>> 0 >= i4 >>> 0) { @@ -64417,9 +65212,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 { - i1 = HEAP32[i6 >> 2] | 0; - i2 = (i1 & -2) + -1 | 0; - i1 = i1 & 255; + i2 = HEAP32[i6 >> 2] | 0; + i1 = i2 & 255; + i2 = (i2 & -2) + -1 | 0; } if (!(i1 & 1)) i3 = (i1 & 255) >>> 1; else i3 = HEAP32[i6 + 4 >> 2] | 0; if ((i2 - i3 | 0) >>> 0 >= i4 >>> 0) { @@ -64481,9 +65276,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 { - i1 = HEAP32[i6 >> 2] | 0; - i3 = (i1 & -2) + -1 | 0; - i1 = i1 & 255; + i3 = HEAP32[i6 >> 2] | 0; + i1 = i3 & 255; + i3 = (i3 & -2) + -1 | 0; } i2 = (i1 & 1) == 0; do if (i3 >>> 0 >= i4 >>> 0) { @@ -64504,28 +65299,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, i6, i1, i7, i5, i4) { +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_allocIcEEE9__grow_byEjjjjjj(i8, i5, i1, i6, i4, i3) { i8 = i8 | 0; - i6 = i6 | 0; - i1 = i1 | 0; - i7 = i7 | 0; i5 = i5 | 0; + i1 = i1 | 0; + i6 = i6 | 0; i4 = i4 | 0; - 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; + 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; return; } @@ -64554,18 +65349,18 @@ function __ZN4wasm5Table5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj var i2 = 0, i3 = 0, i4 = 0, i6 = 0, i8 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i6 + 4 | 0; + i4 = i6 + 4 | 0; i3 = i6; __Z12printOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKcb(i7, 12767, 0) | 0; - i4 = HEAP32[i5 + 4 >> 2] | 0; + i2 = HEAP32[i5 + 4 >> 2] | 0; i1 = HEAP32[i5 >> 2] | 0; while (1) { - if ((i1 | 0) == (i4 | 0)) break; + 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[i2 >> 2] = HEAP32[i3 >> 2]; - __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i5, i2) | 0; + HEAP32[i4 >> 2] = HEAP32[i3 >> 2]; + __ZN4wasmlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEENS_4NameE(i5, i4) | 0; i1 = i1 + 4 | 0; } i8 = __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(i7, 41) | 0; @@ -64624,12 +65419,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj9EEERAT__Kc(i2, i1) { HEAP8[i1 + 2 >> 0] = i3 >> 16; HEAP8[i1 + 3 >> 0] = i3 >> 24; HEAP8[i2 + 9 >> 0] = 0; - i1 = i2 + 12 | 0; - i2 = 0; + i2 = i2 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } return; } @@ -64638,12 +65433,12 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9pba i6 = i6 | 0; i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0, i5 = 0; - 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; + 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; } i5 = i6 + 12 | 0; i3 = HEAP32[i5 >> 2] | 0; @@ -64662,8 +65457,8 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9pba break; } } else { - i4 = i1 & 255; i3 = i3 + -1 | 0; + i4 = i1 & 255; } HEAP32[i5 >> 2] = i3; HEAP32[i6 + 16 >> 2] = i2; @@ -64672,20 +65467,20 @@ function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE9pba return i1 | 0; } -function __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i6, i4) { +function __ZNSt3__13mapIN4wasm4NameEjNS_4lessIS2_EENS_9allocatorINS_4pairIKS2_jEEEEEixERS7_(i6, i3) { i6 = i6 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!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); + __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); } STACKTOP = i7; return i1 + 20 | 0; @@ -64733,7 +65528,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, 40468) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 40492) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -64757,7 +65552,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, 40468) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 40492) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -64781,7 +65576,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, 40436) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 40460) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -64805,7 +65600,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, 40436) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 40460) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -64818,7 +65613,7 @@ function __ZN6cashew12ValueBuilder15setBlockContentENS_3RefES1_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0; - do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 38384) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 38388) | 0) { + do if (!(__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 38408) | 0)) if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i2, 0) | 0, 38412) | 0) { i3 = __ZN6cashew3RefixEj(i2, 3) | 0; i3 = HEAP32[i3 >> 2] | 0; i2 = __ZN6cashew3RefixEj(i1, 1) | 0; @@ -64890,7 +65685,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, 40468) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 40492) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -64914,7 +65709,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, 40436) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i11, 40460) | 0; __ZNSt3__114__shared_count16__release_sharedEv(i10) | 0; HEAP32[i9 >> 2] = HEAP32[i2 >> 2]; HEAP32[i8 >> 2] = HEAP32[i9 >> 2]; @@ -64933,7 +65728,7 @@ function __ZN6cashew12ValueBuilder10makeSwitchENS_3RefE(i1) { i6 = i2 + 4 | 0; i4 = i2; i5 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38476) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38500) | 0; HEAP32[i7 >> 2] = i8; HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; i5 = __ZN6cashew5Value9push_backENS_3RefE(i5, i3) | 0; @@ -65002,7 +65797,7 @@ function __ZN6cashew12ValueBuilder8makeCallENS_3RefE(i1) { i6 = i2 + 4 | 0; i4 = i2; i5 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38456) | 0; + i8 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38480) | 0; HEAP32[i7 >> 2] = i8; HEAP32[i3 >> 2] = HEAP32[i7 >> 2]; i5 = __ZN6cashew5Value9push_backENS_3RefE(i5, i3) | 0; @@ -65023,23 +65818,23 @@ function __ZN6cashew10IStringSetC2EPKc(i6, i1) { var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i7 + 8 | 0; - i5 = i7; + i5 = i7 + 8 | 0; + i4 = i7; HEAP32[i6 >> 2] = 0; HEAP32[i6 + 4 >> 2] = 0; HEAP32[i6 + 8 >> 2] = 0; HEAP32[i6 + 12 >> 2] = 0; HEAPF32[i6 + 16 >> 2] = 1.0; - i3 = _strlen(i1) | 0; - i3 = __Znaj((i3 | 0) < -1 ? -1 : i3 + 1 | 0) | 0; - _strcpy(i3, i1) | 0; + i2 = _strlen(i1) | 0; + i2 = __Znaj((i2 | 0) < -1 ? -1 : i2 + 1 | 0) | 0; + _strcpy(i2, i1) | 0; while (1) { - i1 = _strchr(i3, 32) | 0; - i2 = (i1 | 0) != 0; - if (i2) HEAP8[i1 >> 0] = 0; - __ZN6cashew7IStringC2EPKcb(i5, i3, 1); - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEE15__insert_uniqueIS2_EENS_4pairINS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEEbEEOT_(i4, i6, i5); - if (i2) i3 = i1 + 1 | 0; else break; + 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; } STACKTOP = i7; return; @@ -65050,18 +65845,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; - i2 = (i1 & 1) != 0; - if (i2) { - i3 = (HEAP32[i5 >> 2] & -2) + -1 | 0; + i3 = (i1 & 1) != 0; + if (i3) { + i2 = (HEAP32[i5 >> 2] & -2) + -1 | 0; i4 = HEAP32[i5 + 4 >> 2] | 0; } else { - i3 = 1; + i2 = 1; i4 = (i1 & 255) >>> 1; } - if ((i4 | 0) == (i3 | 0)) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9__grow_byEjjjjjj(i5, i3, 1, i3, i3, 0, 0); + if ((i4 | 0) == (i2 | 0)) { + __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9__grow_byEjjjjjj(i5, i2, 1, i2, i2, 0, 0); if (!(HEAP8[i5 >> 0] & 1)) i2 = 7; else i2 = 8; - } else if (i2) i2 = 8; else i2 = 7; + } else if (i3) i2 = 8; else i2 = 7; if ((i2 | 0) == 7) { HEAP8[i5 >> 0] = (i4 << 1) + 2; i1 = i5 + 4 | 0; @@ -65075,20 +65870,20 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_b return; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i5, i3) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_12FunctionTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i5, i2) { i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!i1) { i1 = __Znwj(24) | 0; - HEAP32[i1 + 16 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 + 16 >> 2] = HEAP32[i2 >> 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[i4 >> 2] | 0, i2, 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[i3 >> 2] | 0, i4, i1); } STACKTOP = i6; return i1 + 20 | 0; @@ -65100,19 +65895,19 @@ function __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__init i6 = i6 | 0; var i2 = 0, i3 = 0, i5 = 0, i7 = 0; i5 = i1; - 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; + 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; i4 = i4 + 4 | 0; } else { - i7 = i3 + 4 & -4; - i2 = __Znwj(i7 << 2) | 0; - HEAP32[i4 + 8 >> 2] = i2; + i7 = i2 + 4 & -4; + i3 = __Znwj(i7 << 2) | 0; + HEAP32[i4 + 8 >> 2] = i3; HEAP32[i4 >> 2] = i7 | 1; - HEAP32[i4 + 4 >> 2] = i3; - i4 = i2; + HEAP32[i4 + 4 >> 2] = i2; + i4 = i3; } i3 = (i6 - i5 | 0) >>> 2; i2 = i4; @@ -65134,12 +65929,12 @@ function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEEC2ERKS6_(i4 i6 = i4 + 4 | 0; HEAP32[i6 >> 2] = 0; HEAP32[i4 + 8 >> 2] = 0; - i1 = i5 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - i3 = HEAP32[i5 >> 2] | 0; - L1 : do if ((i2 | 0) != (i3 | 0)) { - __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE8allocateEj(i4, (i2 - i3 | 0) / 12 | 0); - i2 = HEAP32[i1 >> 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; @@ -65160,26 +65955,26 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0; i4 = HEAP32[i1 >> 2] | 0; HEAP32[i1 >> 2] = 0; - i6 = i1 + 4 | 0; - i5 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = 0; + i7 = i1 + 4 | 0; + i5 = HEAP32[i7 >> 2] | 0; + HEAP32[i7 >> 2] = 0; HEAP32[i2 >> 2] = i4; HEAP32[i2 + 4 >> 2] = i5; - 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; + 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; 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] = i6; - HEAP32[i7 >> 2] = 0; + HEAP32[i4 + (i1 << 2) >> 2] = i7; HEAP32[i8 >> 2] = 0; + HEAP32[i6 >> 2] = 0; } return; } @@ -65233,18 +66028,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; - i2 = (i1 & 1) != 0; - if (i2) { - i3 = (HEAP32[i5 >> 2] & -2) + -1 | 0; + i3 = (i1 & 1) != 0; + if (i3) { + i2 = (HEAP32[i5 >> 2] & -2) + -1 | 0; i4 = HEAP32[i5 + 4 >> 2] | 0; } else { - i3 = 10; + i2 = 10; i4 = (i1 & 255) >>> 1; } - if ((i4 | 0) == (i3 | 0)) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEjjjjjj(i5, i3, 1, i3, i3, 0, 0); + if ((i4 | 0) == (i2 | 0)) { + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEjjjjjj(i5, i2, 1, i2, i2, 0, 0); if (!(HEAP8[i5 >> 0] & 1)) i2 = 7; else i2 = 8; - } else if (i2) i2 = 8; else i2 = 7; + } else if (i3) i2 = 8; else i2 = 7; if ((i2 | 0) == 7) { HEAP8[i5 >> 0] = (i4 << 1) + 2; i1 = i5 + 1 | 0; @@ -65312,7 +66107,7 @@ function __ZN6cashew12ValueBuilder12makeIndexingENS_3RefES1_(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38452) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38476) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -65326,20 +66121,20 @@ function __ZN6cashew12ValueBuilder12makeIndexingENS_3RefES1_(i2, i1) { return i2 | 0; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i5, i3) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i5, i2) { i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!i1) { i1 = __Znwj(24) | 0; - HEAP32[i1 + 16 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 + 16 >> 2] = HEAP32[i2 >> 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[i4 >> 2] | 0, i2, 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[i3 >> 2] | 0, i4, i1); } STACKTOP = i6; return i1 + 20 | 0; @@ -65351,19 +66146,19 @@ function __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i2, i1) { var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i4 = i6; - HEAP32[i4 >> 2] = i1; - i5 = i1; + i5 = i6; + HEAP32[i5 >> 2] = i1; + i4 = i1; do if (!(__ZN4wasm10Expression2isINS_5BlockEEEbv(i1) | 0)) { i1 = __ZN10MixedArena5allocIN4wasm5BlockEEEPT_v(HEAP32[i2 + 4 >> 2] | 0) | 0; - i2 = i1 + 16 | 0; - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (HEAP32[i1 + 20 >> 2] | 0)) { - __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE21__push_back_slow_pathIRKS3_EEvOT_(i1 + 12 | 0, i4); + 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); break; } else { - HEAP32[i3 >> 2] = i5; - HEAP32[i2 >> 2] = (HEAP32[i2 >> 2] | 0) + 4; + HEAP32[i2 >> 2] = i4; + HEAP32[i3 >> 2] = (HEAP32[i3 >> 2] | 0) + 4; break; } } else i1 = __ZN4wasm10Expression8dyn_castINS_5BlockEEEPT_v(i1) | 0; while (0); @@ -65371,20 +66166,20 @@ function __ZN4wasm15Asm2WasmBuilder8blockifyEPNS_10ExpressionE(i2, i1) { return i1 | 0; } -function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i5, i3) { +function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEEixEOS2_(i5, i2) { i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!i1) { i1 = __Znwj(24) | 0; - HEAP32[i1 + 16 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 + 16 >> 2] = HEAP32[i2 >> 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[i4 >> 2] | 0, i2, 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[i3 >> 2] | 0, i4, i1); } STACKTOP = i6; return i1 + 20 | 0; @@ -65401,7 +66196,7 @@ function __ZN6cashew12ValueBuilder9makeWhileENS_3RefES1_(i2, i1) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38436) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38460) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -65442,20 +66237,20 @@ function __ZNSt3__16vectorIN4wasm6Memory7SegmentENS_9allocatorIS3_EEE26__swap_ou return; } -function __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i5, i3) { +function __ZNSt3__13mapIN4wasm4NameEPNS1_6ExportENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEEixEOS2_(i5, i2) { i5 = i5 | 0; - i3 = i3 | 0; - var i1 = 0, i2 = 0, i4 = 0, i6 = 0; + i2 = i2 | 0; + var i1 = 0, i3 = 0, i4 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!i1) { i1 = __Znwj(24) | 0; - HEAP32[i1 + 16 >> 2] = HEAP32[i3 >> 2]; + HEAP32[i1 + 16 >> 2] = HEAP32[i2 >> 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[i4 >> 2] | 0, i2, 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[i3 >> 2] | 0, i4, i1); } STACKTOP = i6; return i1 + 20 | 0; @@ -65472,7 +66267,7 @@ function __ZN6cashew12ValueBuilder6makeDoENS_3RefES1_(i1, i2) { i7 = i3 + 4 | 0; i5 = i3; i6 = __ZN6cashew12ValueBuilder12makeRawArrayEi(3) | 0; - i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38440) | 0; + i9 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38464) | 0; HEAP32[i8 >> 2] = i9; HEAP32[i4 >> 2] = HEAP32[i8 >> 2]; i6 = __ZN6cashew5Value9push_backENS_3RefE(i6, i4) | 0; @@ -65516,53 +66311,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[37528] | 0) == 0 ? ___cxa_guard_acquire(37528) | 0 : 0) { - if ((HEAP8[37536] | 0) == 0 ? ___cxa_guard_acquire(37536) | 0 : 0) { - i1 = 41784; + if ((HEAP8[37552] | 0) == 0 ? ___cxa_guard_acquire(37552) | 0 : 0) { + if ((HEAP8[37560] | 0) == 0 ? ___cxa_guard_acquire(37560) | 0 : 0) { + i2 = 41808; do { - i2 = 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = i1 + 12 | 0; - } while ((i1 | 0) != 42072); + i2 = i2 + 12 | 0; + } while ((i2 | 0) != 42096); ___cxa_atexit(200, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(37536); + ___cxa_guard_release(37560); } - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41784, 10272) | 0; - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6assignEPKw(41796, 10284) | 0; - HEAP32[10518] = 41784; - ___cxa_guard_release(37528); + __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); } - return HEAP32[10518] | 0; + return HEAP32[10524] | 0; } function __ZNKSt3__120__time_get_c_storageIcE7__am_pmEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP8[37448] | 0) == 0 ? ___cxa_guard_acquire(37448) | 0 : 0) { - if ((HEAP8[37456] | 0) == 0 ? ___cxa_guard_acquire(37456) | 0 : 0) { - i1 = 40972; + if ((HEAP8[37472] | 0) == 0 ? ___cxa_guard_acquire(37472) | 0 : 0) { + if ((HEAP8[37480] | 0) == 0 ? ___cxa_guard_acquire(37480) | 0 : 0) { + i2 = 40996; do { - i2 = 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } - i1 = i1 + 12 | 0; - } while ((i1 | 0) != 41260); + i2 = i2 + 12 | 0; + } while ((i2 | 0) != 41284); ___cxa_atexit(196, 0, ___dso_handle | 0) | 0; - ___cxa_guard_release(37456); + ___cxa_guard_release(37480); } - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40972, 33355) | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc(40984, 33358) | 0; - HEAP32[10315] = 40972; - ___cxa_guard_release(37448); + __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); } - return HEAP32[10315] | 0; + return HEAP32[10321] | 0; } function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE26__swap_out_circular_bufferERNS_14__split_bufferIS3_RS5_EE(i2, i1) { @@ -65876,54 +66671,6 @@ 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; @@ -66102,26 +66849,26 @@ function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE26__swap_out_circular return; } -function _fputc(i5, i6) { - i5 = i5 | 0; +function _fputc(i3, i6) { + i3 = i3 | 0; i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; if ((HEAP32[i6 + 76 >> 2] | 0) >= 0 ? (___lockfile(i6) | 0) != 0 : 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; + 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; ___unlockfile(i6); } else i7 = 3; do if ((i7 | 0) == 3) { - 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) { + 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) { HEAP32[i4 >> 2] = i1 + 1; - HEAP8[i1 >> 0] = i5; - i1 = i5 & 255; + HEAP8[i1 >> 0] = i3; + i1 = i3 & 255; break; } - i1 = ___overflow(i6, i5) | 0; + i1 = ___overflow(i6, i3) | 0; } while (0); return i1 | 0; } @@ -66137,9 +66884,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, 40468) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 48 >> 2] & 7](i7, 32623, 32649, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40476) | 0; + 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; 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); @@ -66169,57 +66916,57 @@ function __ZNSt3__16vectorIN10__cxxabiv112_GLOBAL__N_111string_pairENS2_11short_ return; } -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) != 202; - 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; +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; if (!i1) __ZSt17__throw_bad_allocv(); if (!i2) { - i2 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = i1; + i2 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = i1; if (i2) { - FUNCTION_TABLE_vi[HEAP32[i4 >> 2] & 255](i2); - i1 = HEAP32[i6 >> 2] | 0; + FUNCTION_TABLE_vi[HEAP32[i6 >> 2] & 255](i2); + i1 = HEAP32[i3 >> 2] | 0; } - } else HEAP32[i6 >> 2] = i1; - HEAP32[i4 >> 2] = 203; - HEAP32[i8 >> 2] = i1 + (i5 << 2); - HEAP32[i7 >> 2] = (HEAP32[i6 >> 2] | 0) + (i3 >>> 2 << 2); + } 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); return; } -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) != 202; - 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; +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; if (!i1) __ZSt17__throw_bad_allocv(); if (!i2) { - i2 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = i1; + i2 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = i1; if (i2) { - FUNCTION_TABLE_vi[HEAP32[i4 >> 2] & 255](i2); - i1 = HEAP32[i6 >> 2] | 0; + FUNCTION_TABLE_vi[HEAP32[i6 >> 2] & 255](i2); + i1 = HEAP32[i3 >> 2] | 0; } - } else HEAP32[i6 >> 2] = i1; - HEAP32[i4 >> 2] = 203; - HEAP32[i8 >> 2] = i1 + (i5 << 2); - HEAP32[i7 >> 2] = (HEAP32[i6 >> 2] | 0) + (i3 >>> 2 << 2); + } 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); return; } @@ -66264,9 +67011,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, 40436) | 0; - FUNCTION_TABLE_iiiii[HEAP32[(HEAP32[i7 >> 2] | 0) + 32 >> 2] & 7](i7, 32623, 32649, i1) | 0; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i6, 40448) | 0; + 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; 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); @@ -66305,25 +67052,25 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__init return; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitLoopEPNS_4LoopE(i6, i8, i7) { - i6 = i6 | 0; +function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner9visitLoopEPNS_4LoopE(i3, i8, i5) { + i3 = i3 | 0; i8 = i8 | 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; + 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; while (1) { - __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; + __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; i9 = 4; break; } } - if ((i9 | 0) == 4 ? (i1 | 0) == (HEAP32[i7 + 8 >> 2] | 0) : 0) HEAP32[i3 >> 2] = 0; + if ((i9 | 0) == 4 ? (i1 | 0) == (HEAP32[i5 + 8 >> 2] | 0) : 0) HEAP32[i6 >> 2] = 0; return; } @@ -66333,20 +67080,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; - i1 = i9; - i6 = 1; + i5 = i9; + i4 = 1; while (1) { - if (i6 >>> 0 >= (__ZN4wasm7Element4sizeEv(i7) | 0) >>> 0) break; - i2 = HEAP32[i8 >> 2] | 0; - i3 = __ZN4wasm7Element3strEv(__ZN4wasm7ElementixEj(i7, i6) | 0) | 0; - HEAP32[i1 >> 2] = i3; - i4 = i2 + 100 | 0; - i5 = HEAP32[i4 >> 2] | 0; - if (i5 >>> 0 < (HEAP32[i2 + 104 >> 2] | 0) >>> 0) { - HEAP32[i5 >> 2] = i3; - HEAP32[i4 >> 2] = (HEAP32[i4 >> 2] | 0) + 4; - } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE21__push_back_slow_pathIS2_EEvOT_(i2 + 96 | 0, i1); - i6 = i6 + 1 | 0; + 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; } STACKTOP = i9; return; @@ -66397,30 +67144,30 @@ function __ZN4wasm6Export5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE return i3 | 0; } -function ___overflow(i8, i6) { +function ___overflow(i8, i5) { i8 = i8 | 0; - i6 = i6 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i5 = 0, i7 = 0, i9 = 0; + i5 = i5 | 0; + var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i6 = 0, i7 = 0, i9 = 0; i9 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i9; - 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; + 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; i4 = 4; } else i1 = -1; else i4 = 4; do if ((i4 | 0) == 4) { - 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; + 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; break; } - if ((FUNCTION_TABLE_iiii[HEAP32[i8 + 36 >> 2] & 31](i8, i7, 1) | 0) == 1) i1 = HEAPU8[i7 >> 0] | 0; else i1 = -1; + if ((FUNCTION_TABLE_iiii[HEAP32[i8 + 36 >> 2] & 31](i8, i6, 1) | 0) == 1) i1 = HEAPU8[i6 >> 0] | 0; else i1 = -1; } while (0); STACKTOP = i9; return i1 | 0; @@ -66432,21 +67179,21 @@ function __ZN6cashew12ValueBuilder7makeDotENS_3RefES1_(i6, i5) { var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i2 = i7 + 12 | 0; - i1 = i7 + 8 | 0; - i3 = i7 + 4 | 0; - i4 = i7; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i5, 0) | 0, 38404) | 0) { - HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; + 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]; i6 = __ZN6cashew3RefixEj(i5, 1) | 0; i6 = __ZN6cashew5Value10getIStringEv(HEAP32[i6 >> 2] | 0) | 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; + 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; STACKTOP = i7; return i6 | 0; - } else ___assert_fail(23757, 28586, 1628, 23772); + } else ___assert_fail(23783, 28612, 1628, 23798); return 0; } @@ -66469,30 +67216,77 @@ function __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_a return; } -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) != 202; - 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; +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; if (!i1) __ZSt17__throw_bad_allocv(); if (!i2) { - i2 = HEAP32[i6 >> 2] | 0; - HEAP32[i6 >> 2] = i1; + i2 = HEAP32[i3 >> 2] | 0; + HEAP32[i3 >> 2] = i1; if (i2) { - FUNCTION_TABLE_vi[HEAP32[i4 >> 2] & 255](i2); - i1 = HEAP32[i6 >> 2] | 0; + FUNCTION_TABLE_vi[HEAP32[i6 >> 2] & 255](i2); + i1 = HEAP32[i3 >> 2] | 0; } - } else HEAP32[i6 >> 2] = i1; - HEAP32[i4 >> 2] = 203; - HEAP32[i8 >> 2] = i1 + i5; - HEAP32[i7 >> 2] = (HEAP32[i6 >> 2] | 0) + i3; + } 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; + } + } while (0); return; } @@ -66516,20 +67310,20 @@ function __ZNSt3__1plIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N_112malloc_a return; } -function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i6, i5, i4) { +function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i6, i5, i3) { i6 = i6 | 0; i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 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; + 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; if (!i1) { i1 = __Znwj(20) | 0; - 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); + 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); i2 = 1; } else i2 = 0; HEAP32[i6 >> 2] = i1; @@ -66550,16 +67344,16 @@ function _fflush(i2) { i1 = ___fflush_unlocked(i2) | 0; if (!i3) ___unlockfile(i2); } else { - if (!(HEAP32[1065] | 0)) i1 = 0; else i1 = _fflush(HEAP32[1065] | 0) | 0; - ___lock(38864); - i2 = HEAP32[9715] | 0; + if (!(HEAP32[1094] | 0)) i1 = 0; else i1 = _fflush(HEAP32[1094] | 0) | 0; + ___lock(38888); + i2 = HEAP32[9721] | 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(38864); + ___unlock(38888); } while (0); return i1 | 0; } @@ -66569,20 +67363,20 @@ function __ZN6cashew12ValueBuilder10makeReturnENS_3RefE(i4) { var i1 = 0, i2 = 0, i3 = 0, i5 = 0, i6 = 0, i7 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i5 + 8 | 0; + i2 = i5 + 8 | 0; i6 = i5 + 4 | 0; - i2 = i5; + i1 = i5; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38424) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38448) | 0; HEAP32[i6 >> 2] = i7; - HEAP32[i1 >> 2] = HEAP32[i6 >> 2]; - i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; + HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; + i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; if (__ZN6cashew3RefntEv(i4) | 0) { i7 = __ZN6cashew12ValueBuilder8makeNullEv() | 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; + HEAP32[i1 >> 2] = i7; + } else HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + i7 = __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; STACKTOP = i5; return i7 | 0; } @@ -66678,17 +67472,17 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE13parseContinueERP var i3 = 0, i4 = 0; i4 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i1 = i4 + 20 | 0; + i2 = i4 + 20 | 0; i3 = i4; - i2 = i4 + 16 | 0; + i1 = 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[i2 >> 2] = HEAP32[i3 >> 2]; - } else HEAP32[i2 >> 2] = 0; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - i5 = __ZN6cashew12ValueBuilder12makeContinueENS_7IStringE(i1) | 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + } else HEAP32[i1 >> 2] = 0; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + i5 = __ZN6cashew12ValueBuilder12makeContinueENS_7IStringE(i2) | 0; STACKTOP = i4; return i5 | 0; } @@ -66711,7 +67505,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, 33092, 33100) | 0; + i6 = __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE3getES4_S4_RNS_8ios_baseERjP2tmPKcSC_(i6, i9, i8, i4, i3, i5, 33118, 33126) | 0; STACKTOP = i7; return i6 | 0; } @@ -66800,11 +67594,11 @@ function __ZN6cashew12ValueBuilder10makeDoubleEd(d1) { i6 = i3 + 4 | 0; i5 = i3; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38460) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38484) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i2 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i2) | 0; - i6 = __ZN6cashew5Arena5allocEv(38760) | 0; + i6 = __ZN6cashew5Arena5allocEv(38784) | 0; __ZN6cashew5Value4freeEv(i6); HEAP32[i6 >> 2] = 1; HEAPF64[i6 + 8 >> 3] = d1; @@ -66845,43 +67639,43 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE10parseBreakERPcPK var i3 = 0, i4 = 0; i4 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i1 = i4 + 20 | 0; + i2 = i4 + 20 | 0; i3 = i4; - i2 = i4 + 16 | 0; + i1 = 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[i2 >> 2] = HEAP32[i3 >> 2]; - } else HEAP32[i2 >> 2] = 0; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - i5 = __ZN6cashew12ValueBuilder9makeBreakENS_7IStringE(i1) | 0; + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + } else HEAP32[i1 >> 2] = 0; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + i5 = __ZN6cashew12ValueBuilder9makeBreakENS_7IStringE(i2) | 0; STACKTOP = i4; return i5 | 0; } -function __ZNSt3__18functionIFPN4wasm4PassEvEEaSEOS5_(i5, i4) { +function __ZNSt3__18functionIFPN4wasm4PassEvEEaSEOS5_(i5, i3) { i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0; - i3 = i5 + 16 | 0; - i1 = HEAP32[i3 >> 2] | 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0; + i4 = i5 + 16 | 0; + i1 = HEAP32[i4 >> 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[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; + 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; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 12 >> 2] & 127](i4, i5); break; } else { - HEAP32[i3 >> 2] = i2; - HEAP32[i1 >> 2] = 0; + HEAP32[i4 >> 2] = i1; + HEAP32[i2 >> 2] = 0; break; - } else HEAP32[i3 >> 2] = 0; while (0); + } else HEAP32[i4 >> 2] = 0; while (0); return i5 | 0; } @@ -67053,33 +67847,62 @@ function __ZNSt3__16vectorIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuilderEE1 i5 = i5 + (i2 - i5 >> 3 << 3) | 0; i1 = HEAP32[i3 >> 2] | 0; L1 : do if ((i2 | 0) != (i1 | 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; + 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; while (1) { - if ((i3 | 0) == (i2 | 0)) break L1; - i4 = i3 + -8 | 0; - HEAP32[i1 >> 2] = i4; - i3 = i4; + if ((i1 | 0) == (i3 | 0)) break L1; + i4 = i1 + -8 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } } while (0); return i5 | 0; } +function __ZNK4wasm7Literal8copysignERKS0_(i2, i4, i3) { + i2 = i2 | 0; + i4 = i4 | 0; + i3 = i3 | 0; + var i1 = 0, i5 = 0, i6 = 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); + } 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); + } + STACKTOP = i7; + return; +} + function __ZNSt3__114__split_bufferINS_6vectorINS1_IN10__cxxabiv112_GLOBAL__N_111string_pairENS3_11short_allocIS4_Lj4096EEEEENS5_IS7_Lj4096EEEEERNS5_IS9_Lj4096EEEED2Ev(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i2 = i4 + 8 | 0; + i3 = i4 + 8 | 0; while (1) { - 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); + 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); } 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); @@ -67275,13 +68098,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) { - i2 = i4 + 4 | 0; + i3 = i4 + 4 | 0; while (1) { - 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); + 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[i4 >> 2] | 0; __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE10deallocateEPcj(HEAP32[i4 + 12 >> 2] | 0, i3, (HEAP32[i4 + 8 >> 2] | 0) - i3 | 0); @@ -67456,12 +68279,12 @@ function __ZN4wasm17SExpressionParser5parseEv(i4) { case 40: { HEAP32[i4 >> 2] = i1 + 1; - i1 = __ZN4wasm17SExpressionParser14parseInnerListEv(i4) | 0; + i2 = __ZN4wasm17SExpressionParser14parseInnerListEv(i4) | 0; __ZN4wasm17SExpressionParser14skipWhitespaceEv(i4); - i2 = HEAP32[i4 >> 2] | 0; - if ((HEAP8[i2 >> 0] | 0) == 41) { - HEAP32[i4 >> 2] = i2 + 1; - i3 = i1; + i1 = HEAP32[i4 >> 2] | 0; + if ((HEAP8[i1 >> 0] | 0) == 41) { + HEAP32[i4 >> 2] = i1 + 1; + i3 = i2; break L1; } else ___assert_fail(16641, 16606, 163, 16657); break; @@ -67570,7 +68393,7 @@ function __ZNSt3__111__stdoutbufIwEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { HEAP32[i3 + 32 >> 2] = i1; __ZNSt3__16localeC2ERKS0_(i6, i3 + 4 | 0); HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42236) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42260) | 0; __ZNSt3__16localeD2Ev(i5); HEAP32[i3 + 36 >> 2] = i1; HEAP32[i3 + 40 >> 2] = i2; @@ -67594,7 +68417,7 @@ function __ZNSt3__111__stdoutbufIcEC2EP8_IO_FILEP11__mbstate_t(i3, i1, i2) { HEAP32[i3 + 32 >> 2] = i1; __ZNSt3__16localeC2ERKS0_(i6, i3 + 4 | 0); HEAP32[i5 >> 2] = HEAP32[i6 >> 2]; - i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42228) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i5, 42252) | 0; __ZNSt3__16localeD2Ev(i5); HEAP32[i3 + 36 >> 2] = i1; HEAP32[i3 + 40 >> 2] = i2; @@ -67618,9 +68441,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -67639,9 +68462,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -67730,6 +68553,94 @@ 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; @@ -67744,9 +68655,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -67765,9 +68676,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -67786,9 +68697,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -67807,9 +68718,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -67848,9 +68759,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -67869,9 +68780,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -67917,7 +68828,7 @@ function __ZN6cashew12ValueBuilder10makeStringENS_7IStringE(i1) { i6 = i2 + 4 | 0; i5 = i2; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38480) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38504) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i3) | 0; @@ -67965,9 +68876,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -67986,9 +68897,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -68007,9 +68918,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -68028,9 +68939,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -68049,9 +68960,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -68070,9 +68981,9 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -68097,6 +69008,44 @@ 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; @@ -68106,7 +69055,7 @@ function __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i1) { i6 = i2 + 4 | 0; i5 = i2; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38404) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38428) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i3) | 0; @@ -68118,19 +69067,19 @@ function __ZN6cashew12ValueBuilder8makeNameENS_7IStringE(i1) { return i1 | 0; } -function __ZN4wasm12FunctionTypeeqERS0_(i3, i2) { +function __ZN4wasm12FunctionTypeeqERS0_(i3, i1) { i3 = i3 | 0; - i2 = i2 | 0; - var i1 = 0, i4 = 0, i5 = 0; - L1 : do if (((HEAP32[i3 >> 2] | 0) == (HEAP32[i2 >> 2] | 0) ? (HEAP32[i3 + 4 >> 2] | 0) == (HEAP32[i2 + 4 >> 2] | 0) : 0) ? (i5 = HEAP32[i3 + 8 >> 2] | 0, i1 = (HEAP32[i3 + 12 >> 2] | 0) - i5 | 0, i3 = HEAP32[i2 + 8 >> 2] | 0, i4 = i3, i5, (i1 | 0) == ((HEAP32[i2 + 12 >> 2] | 0) - i3 | 0)) : 0) { - i1 = i1 >> 2; - i2 = 0; + 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; while (1) { - if (i2 >>> 0 >= i1 >>> 0) { + if (i1 >>> 0 >= i2 >>> 0) { i1 = 1; break L1; } - if ((HEAP32[i5 + (i2 << 2) >> 2] | 0) == (HEAP32[i4 + (i2 << 2) >> 2] | 0)) i2 = i2 + 1 | 0; else { + if ((HEAP32[i5 + (i1 << 2) >> 2] | 0) == (HEAP32[i4 + (i1 << 2) >> 2] | 0)) i1 = i1 + 1 | 0; else { i1 = 0; break; } @@ -68173,9 +69122,9 @@ function __ZNKSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } @@ -68194,31 +69143,31 @@ function __ZNKSt3__18time_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE i8 = i5; HEAP32[i8 >> 2] = HEAP32[i4 >> 2]; HEAP32[i1 >> 2] = HEAP32[i8 >> 2]; - 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; + 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; STACKTOP = i5; return; } -function _ungetc(i1, i5) { +function _ungetc(i1, i4) { i1 = i1 | 0; - i5 = i5 | 0; - var i2 = 0, i3 = 0, i4 = 0, i6 = 0; + i4 = i4 | 0; + var i2 = 0, i3 = 0, i5 = 0, i6 = 0; do if ((i1 | 0) != -1) { - 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; + 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; HEAP8[i6 >> 0] = i1; - HEAP32[i5 >> 2] = HEAP32[i5 >> 2] & -17; - if (!i4) break; - ___unlockfile(i5); + HEAP32[i4 >> 2] = HEAP32[i4 >> 2] & -17; + if (!i3) break; + ___unlockfile(i4); break; } - if (i4) { - ___unlockfile(i5); + if (i3) { + ___unlockfile(i4); i1 = -1; } else i1 = -1; } else i1 = -1; while (0); @@ -68281,15 +69230,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(22979, 22821, 896, 23187); + if ((HEAP8[i1 >> 0] | 0) != 40) ___assert_fail(23005, 22847, 896, 23213); HEAP32[i3 >> 2] = i1 + 1; - i1 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i2, i3, 35822) | 0; + i2 = __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE12parseElementERPcPKc(i2, i3, 35848) | 0; __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE9skipSpaceERPc(i3); - i2 = HEAP32[i3 >> 2] | 0; - if ((HEAP8[i2 >> 0] | 0) == 41) { - HEAP32[i3 >> 2] = i2 + 1; - return i1 | 0; - } else ___assert_fail(23201, 22821, 900, 23187); + 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); return 0; } @@ -68299,12 +69248,12 @@ 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 ? (i2 = __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i5) | 0, (HEAP32[i1 >> 2] | 0) == 4) : 0) ? (HEAP32[i1 + 8 >> 2] | 0) == 0 : 0) ? (i3 = HEAP32[i1 + 16 >> 2] | 0, (i3 | 0) != 0) : 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 (i4) { - i5 = HEAP32[i2 + 12 >> 2] | 0; - HEAP32[i5 + (((HEAP32[i2 + 16 >> 2] | 0) - i5 >> 2) + -1 << 2) >> 2] = i3; + i5 = HEAP32[i3 + 12 >> 2] | 0; + HEAP32[i5 + (((HEAP32[i3 + 16 >> 2] | 0) - i5 >> 2) + -1 << 2) >> 2] = i2; } - i1 = HEAP32[i1 + 12 >> 2] | 0; + i1 = HEAP32[i1 + 8 >> 2] | 0; } else i1 = 0; return i1 | 0; } @@ -68329,88 +69278,6 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_8FunctionEEENS_19_ 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: - { - 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_typeIN4wasm4NameEPNS2_8FunctionEEENS_19__map_value_compareIS3_S6_NS_4lessIS3_EELb1EEENS_9allocatorIS6_EEE7destroyEPNS_11__tree_nodeIS6_PvEE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -68540,13 +69407,13 @@ 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; - i2 = i4 + 8 | 0; + i3 = i4 + 8 | 0; while (1) { - 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); + 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); } 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); @@ -68585,25 +69452,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_(i6, i2, i1) { - i6 = i6 | 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; i2 = i2 | 0; i1 = i1 | 0; - var i3 = 0, i4 = 0, i5 = 0; - i4 = __Znwj(72) | 0; - i5 = i4; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2ERKS5_(i4 + 16 | 0, i1); + var i3 = 0, i4 = 0, i6 = 0; + i6 = __Znwj(72) | 0; + i4 = i6; + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2ERKS5_(i6 + 16 | 0, i1); i1 = i2 + 4 | 0; - i2 = i4 + 32 | 0; - i3 = 0; + i3 = i6 + 32 | 0; + i2 = 0; while (1) { - if ((i3 | 0) == 3) break; - HEAP32[i2 + (i3 << 2) >> 2] = 0; - i3 = i3 + 1 | 0; + if ((i2 | 0) == 3) break; + HEAP32[i3 + (i2 << 2) >> 2] = 0; + i2 = i2 + 1 | 0; } - HEAP32[i4 + 64 >> 2] = 0; - HEAP32[i6 >> 2] = i5; - i6 = i6 + 4 | 0; + HEAP32[i6 + 64 >> 2] = 0; + HEAP32[i5 >> 2] = i4; + i6 = i5 + 4 | 0; HEAP32[i6 >> 2] = i1; HEAP32[i6 + 4 >> 2] = 257; return; @@ -68671,17 +69538,17 @@ function __ZN4wasm12PassRegistry8PassInfoaSEOS1_(i3, i1) { return i3 | 0; } -function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE4walkERPNS_10ExpressionE(i6, i5) { +function __ZN4wasm10WasmWalkerINS_17RemoveUnusedNamesEvE4walkERPNS_10ExpressionE(i6, i3) { i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i7; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 | 0 ? (HEAP32[i1 >> 2] = 3744, 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; + 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; } STACKTOP = i7; return; @@ -68692,13 +69559,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) { - i2 = i4 + 4 | 0; + i3 = i4 + 4 | 0; while (1) { - 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); + 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[i4 >> 2] | 0; __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE10deallocateEPcj(HEAP32[i4 + 12 >> 2] | 0, i3, (HEAP32[i4 + 8 >> 2] | 0) - i3 | 0); @@ -68706,45 +69573,10 @@ 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(27822, 27572, 1310, 27827); + if (!i1) ___assert_fail(27848, 27598, 1701, 27853); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -68835,51 +69667,51 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE13shrink_to_fitEv(i3 var i1 = 0, i2 = 0, i4 = 0, i5 = 0; i4 = STACKTOP; STACKTOP = STACKTOP + 32 | 0; - i2 = i4; + i1 = i4; i5 = HEAP32[i3 >> 2] | 0; - 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); + 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); } STACKTOP = i4; return; } -function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE4walkERPNS_10ExpressionE(i6, i5) { +function __ZN4wasm10WasmWalkerINS_15RemoveUnusedBrsEvE4walkERPNS_10ExpressionE(i6, i3) { i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i7; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 | 0 ? (HEAP32[i1 >> 2] = 3616, 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; + 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; } STACKTOP = i7; return; } -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; +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; + HEAP32[i5 >> 2] = 0; i1 = 0; } return i1 | 0; @@ -68936,7 +69768,7 @@ function __ZNSt3__16vectorIPN4wasm6ExportENS_9allocatorIS3_EEEC2ERKS6_(i3, i4) { function __ZN4wasm11WasmVisitorINS_17RemoveUnusedNamesEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27822, 27572, 1310, 27827); + if (!i1) ___assert_fail(27848, 27598, 1701, 27853); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -68978,44 +69810,44 @@ function __ZN4wasm11WasmVisitorINS_17RemoveUnusedNamesEvE5visitEPNS_10Expression return; } -function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE4walkERPNS_10ExpressionE(i6, i5) { +function __ZN4wasm10WasmWalkerINS_14PostEmscriptenEvE4walkERPNS_10ExpressionE(i6, i3) { i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i7; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 | 0 ? (HEAP32[i1 >> 2] = 3872, 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; + 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; } STACKTOP = i7; return; } -function __ZNSt3__115__num_get_floatIfEET_PKcS3_Rj(i2, i5, i6) { +function __ZNSt3__115__num_get_floatIfEET_PKcS3_Rj(i2, i4, i5) { i2 = i2 | 0; + i4 = i4 | 0; i5 = i5 | 0; - i6 = i6 | 0; - var d1 = 0.0, i3 = 0, i4 = 0, i7 = 0, i8 = 0; + var d1 = 0.0, i3 = 0, i6 = 0, i7 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i8; - if ((i2 | 0) == (i5 | 0)) { - HEAP32[i6 >> 2] = 4; + i6 = i8; + if ((i2 | 0) == (i4 | 0)) { + HEAP32[i5 >> 2] = 4; d1 = 0.0; } else { - 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; + 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; } else { - HEAP32[i6 >> 2] = 4; + HEAP32[i5 >> 2] = 4; d1 = 0.0; } } @@ -69023,28 +69855,28 @@ function __ZNSt3__115__num_get_floatIfEET_PKcS3_Rj(i2, i5, i6) { return +d1; } -function __ZNSt3__115__num_get_floatIeEET_PKcS3_Rj(i2, i5, i6) { +function __ZNSt3__115__num_get_floatIeEET_PKcS3_Rj(i2, i4, i5) { i2 = i2 | 0; + i4 = i4 | 0; i5 = i5 | 0; - i6 = i6 | 0; - var d1 = 0.0, i3 = 0, i4 = 0, i7 = 0, i8 = 0; + var d1 = 0.0, i3 = 0, i6 = 0, i7 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i8; - if ((i2 | 0) == (i5 | 0)) { - HEAP32[i6 >> 2] = 4; + i6 = i8; + if ((i2 | 0) == (i4 | 0)) { + HEAP32[i5 >> 2] = 4; d1 = 0.0; } else { - 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; + 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; } else { - HEAP32[i6 >> 2] = 4; + HEAP32[i5 >> 2] = 4; d1 = 0.0; } } @@ -69052,28 +69884,28 @@ function __ZNSt3__115__num_get_floatIeEET_PKcS3_Rj(i2, i5, i6) { return +d1; } -function __ZNSt3__115__num_get_floatIdEET_PKcS3_Rj(i2, i5, i6) { +function __ZNSt3__115__num_get_floatIdEET_PKcS3_Rj(i2, i4, i5) { i2 = i2 | 0; + i4 = i4 | 0; i5 = i5 | 0; - i6 = i6 | 0; - var d1 = 0.0, i3 = 0, i4 = 0, i7 = 0, i8 = 0; + var d1 = 0.0, i3 = 0, i6 = 0, i7 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i7 = i8; - if ((i2 | 0) == (i5 | 0)) { - HEAP32[i6 >> 2] = 4; + i6 = i8; + if ((i2 | 0) == (i4 | 0)) { + HEAP32[i5 >> 2] = 4; d1 = 0.0; } else { - 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; + 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; } else { - HEAP32[i6 >> 2] = 4; + HEAP32[i5 >> 2] = 4; d1 = 0.0; } } @@ -69081,17 +69913,17 @@ function __ZNSt3__115__num_get_floatIdEET_PKcS3_Rj(i2, i5, i6) { return +d1; } -function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE4walkERPNS_10ExpressionE(i6, i5) { +function __ZN4wasm10WasmWalkerINS_14SimplifyLocalsEvE4walkERPNS_10ExpressionE(i6, i3) { i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i7; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 | 0 ? (HEAP32[i1 >> 2] = 4e3, 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; + 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; @@ -69112,34 +69944,6 @@ function __ZN4wasm22SExpressionWasmBuilder8makeCallERNS_7ElementE(i2, i1) { return i3 | 0; } -function _strtox_17(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; @@ -69160,21 +69964,21 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__m return i1 | 0; } -function __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i3, i1) { - i3 = i3 | 0; +function __ZN10__cxxabiv112_GLOBAL__N_111string_pair9move_fullEv(i2, i1) { + i2 = i2 | 0; i1 = i1 | 0; - var i2 = 0, i4 = 0, i5 = 0; + var i3 = 0, i4 = 0, i5 = 0; i5 = i1 + 12 | 0; - 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]; + 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]; i1 = 0; while (1) { if ((i1 | 0) == 3) break; - HEAP32[i2 + (i1 << 2) >> 2] = 0; + HEAP32[i3 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } return; @@ -69184,13 +69988,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; - i2 = i4 + 8 | 0; + i3 = i4 + 8 | 0; while (1) { - 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); + 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); } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -69206,7 +70010,7 @@ function __ZN6cashew12ValueBuilder7makeVarEb(i1) { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38408) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38432) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -69218,22 +70022,32 @@ function __ZN6cashew12ValueBuilder7makeVarEb(i1) { return i1 | 0; } -function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunner6fixNaNEff(i2, d3, d1) { - i2 = i2 | 0; - d3 = +d3; - d1 = +d1; - var i4 = 0, d5 = 0.0; - i4 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - i2 = i4; - d5 = +Math_abs(+d1); - if ((HEAPF32[tempDoublePtr >> 2] = d5, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 > 2139095040 ? (d5 = +Math_abs(+d3), (HEAPF32[tempDoublePtr >> 2] = d5, HEAP32[tempDoublePtr >> 2] | 0) >>> 0 <= 2139095040) : 0) { - HEAP32[i2 >> 2] = 1; - HEAP32[i2 + 8 >> 2] = 2143289344; - d1 = +__ZN4wasm7Literal14reinterpretf32Ev(i2); - } - STACKTOP = i4; - return +d1; +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) { @@ -69265,13 +70079,13 @@ function __ZNSt3__113__vector_baseINS_13unordered_mapIN6cashew7IStringEiNS_4hash var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i2 = i4 + 4 | 0; + i3 = i4 + 4 | 0; while (1) { - 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); + 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); } __ZdlPv(HEAP32[i4 >> 2] | 0); } @@ -69286,7 +70100,7 @@ function __ZN6cashew12ValueBuilder12makeToplevelEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38384) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38408) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -69298,27 +70112,27 @@ function __ZN6cashew12ValueBuilder12makeToplevelEv() { return i1 | 0; } -function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(i2, i1) { - i2 = i2 | 0; +function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(i1, i2) { i1 = i1 | 0; + i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i6 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i3 = i6; - i5 = HEAP32[1007] | 0; - HEAP32[i3 >> 2] = i2; - _fprintf(i5, 22901, i3) | 0; + i5 = HEAP32[1036] | 0; + HEAP32[i3 >> 2] = i1; + _fprintf(i5, 22927, i3) | 0; i3 = 200; - i2 = 2; + i1 = 2; L1 : while (1) { - i4 = HEAP8[i1 >> 0] | 0; + i4 = HEAP8[i2 >> 0] | 0; switch (i4 << 24 >> 24) { case 0: break L1; case 10: { - i2 = i2 + -1 | 0; - if (!i2) break L1; + i1 = i1 + -1 | 0; + if (!i1) break L1; break; } default: @@ -69327,9 +70141,9 @@ function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE4dumpEPKcPc(i2, i1 i3 = i3 + -1 | 0; if (!i3) break; _fputc(i4 << 24 >> 24, i5) | 0; - i1 = i1 + 1 | 0; + i2 = i2 + 1 | 0; } - _fwrite(22917, 2, 1, i5) | 0; + _fwrite(22943, 2, 1, i5) | 0; STACKTOP = i6; return; } @@ -69342,7 +70156,7 @@ function __ZN6cashew12ValueBuilder10makeObjectEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38704) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38728) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -69354,17 +70168,17 @@ function __ZN6cashew12ValueBuilder10makeObjectEv() { return i1 | 0; } -function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE4walkERPNS_10ExpressionE(i6, i5) { +function __ZN4wasm10WasmWalkerINS_11MergeBlocksEvE4walkERPNS_10ExpressionE(i6, i3) { i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i7 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i7 = 0; i7 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i7; - i2 = HEAP32[i5 >> 2] | 0; - if (i2 | 0 ? (HEAP32[i1 >> 2] = 3488, 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; + 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; } STACKTOP = i7; return; @@ -69378,7 +70192,7 @@ function __ZN6cashew12ValueBuilder9makeBlockEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38392) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38416) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -69398,7 +70212,7 @@ function __ZN6cashew12ValueBuilder9makeArrayEv() { i5 = i2 + 4 | 0; i4 = i2; i3 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38700) | 0; + i6 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38724) | 0; HEAP32[i5 >> 2] = i6; HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; i3 = __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; @@ -69430,7 +70244,7 @@ function __ZNSt3__16vectorIN4wasm7LiteralENS_9allocatorIS2_EEE7reserveEj(i4, i2) function __ZN4wasm11WasmVisitorINS_15RemoveUnusedBrsEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27822, 27572, 1310, 27827); + if (!i1) ___assert_fail(27848, 27598, 1701, 27853); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -69509,71 +70323,44 @@ function __ZN6cashew12ValueBuilder24appendArgumentToFunctionENS_3RefENS_7IString var i1 = 0, i2 = 0, i5 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i5 + 4 | 0; - i2 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 38388) | 0) { + i2 = i5 + 4 | 0; + i1 = i5; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i4, 0) | 0, 38412) | 0) { i4 = __ZN6cashew3RefixEj(i4, 2) | 0; i4 = HEAP32[i4 >> 2] | 0; i3 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i3) | 0; - HEAP32[i2 >> 2] = i3; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i4, i1) | 0; + HEAP32[i1 >> 2] = i3; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i4, i2) | 0; STACKTOP = i5; return; - } else ___assert_fail(23009, 28586, 1508, 23026); + } else ___assert_fail(23035, 28612, 1508, 23052); } -function _vasprintf(i7, i6, i5) { +function _vasprintf(i7, i6, i3) { i7 = i7 | 0; i6 = i6 | 0; - i5 = i5 | 0; - var i1 = 0, i2 = 0, i3 = 0, i4 = 0, i8 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i5 = 0, i8 = 0; i8 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i1 = i8; - i2 = _malloc(240) | 0; - do if (i2) { - HEAP32[i1 >> 2] = HEAP32[i5 >> 2]; - i1 = _vsnprintf(i2, 240, i6, i1) | 0; + i4 = _malloc(240) | 0; + do if (i4) { + HEAP32[i1 >> 2] = HEAP32[i3 >> 2]; + i1 = _vsnprintf(i4, 240, i6, i1) | 0; if (i1 >>> 0 < 240) { - i6 = _realloc(i2, i1 + 1 | 0) | 0; - HEAP32[i7 >> 2] = i6 | 0 ? i6 : i2; + i6 = _realloc(i4, i1 + 1 | 0) | 0; + HEAP32[i7 >> 2] = i6 | 0 ? i6 : i4; break; } - _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; + _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; } else i1 = -1; while (0); STACKTOP = i8; return i1 | 0; } -function _getc(i4) { - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0; - if ((HEAP32[i4 + 76 >> 2] | 0) >= 0 ? (___lockfile(i4) | 0) != 0 : 0) { - i1 = i4 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i4 + 8 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i2 + 1; - i1 = HEAPU8[i2 >> 0] | 0; - } else i1 = ___uflow(i4) | 0; - ___unlockfile(i4); - } else i3 = 3; - do if ((i3 | 0) == 3) { - i1 = i4 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; - if (i2 >>> 0 < (HEAP32[i4 + 8 >> 2] | 0) >>> 0) { - HEAP32[i1 >> 2] = i2 + 1; - i1 = HEAPU8[i2 >> 0] | 0; - break; - } else { - i1 = ___uflow(i4) | 0; - break; - } - } while (0); - return i1 | 0; -} - function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE7reserveEj(i4, i2) { i4 = i4 | 0; i2 = i2 | 0; @@ -69683,11 +70470,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; - 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; + 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; } return; } @@ -69710,92 +70497,15 @@ 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; - 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; + 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; } 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; @@ -69884,7 +70594,7 @@ function __ZN6cashew12ValueBuilder7makeNewENS_3RefE(i1) { i6 = i2 + 4 | 0; i5 = i2; i4 = __ZN6cashew12ValueBuilder12makeRawArrayEi(2) | 0; - i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38696) | 0; + i7 = __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(38720) | 0; HEAP32[i6 >> 2] = i7; HEAP32[i3 >> 2] = HEAP32[i6 >> 2]; i4 = __ZN6cashew5Value9push_backENS_3RefE(i4, i3) | 0; @@ -69895,29 +70605,29 @@ function __ZN6cashew12ValueBuilder7makeNewENS_3RefE(i1) { return i1 | 0; } -function __ZNKSt3__110__time_put8__do_putEPcRS1_PK2tmcc(i9, i5, i6, i7, i3, i4) { +function __ZNKSt3__110__time_put8__do_putEPcRS1_PK2tmcc(i9, i3, i4, i5, i1, i2) { i9 = i9 | 0; - i5 = i5 | 0; - i6 = i6 | 0; - i7 = i7 | 0; i3 = i3 | 0; i4 = i4 | 0; - var i1 = 0, i2 = 0, i8 = 0, i10 = 0; + i5 = i5 | 0; + i1 = i1 | 0; + i2 = i2 | 0; + var i6 = 0, i7 = 0, i8 = 0, i10 = 0; i10 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i8 = i10; HEAP8[i8 >> 0] = 37; - i1 = i8 + 1 | 0; - HEAP8[i1 >> 0] = i3; - i2 = i8 + 2 | 0; - HEAP8[i2 >> 0] = i4; + i6 = i8 + 1 | 0; + HEAP8[i6 >> 0] = i1; + i7 = i8 + 2 | 0; + HEAP8[i7 >> 0] = i2; HEAP8[i8 + 3 >> 0] = 0; - if (i4 << 24 >> 24) { - HEAP8[i1 >> 0] = i4; - HEAP8[i2 >> 0] = i3; + if (i2 << 24 >> 24) { + HEAP8[i6 >> 0] = i2; + HEAP8[i7 >> 0] = i1; } - 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; + 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; STACKTOP = i10; return; } @@ -69926,17 +70636,17 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE17vis i1 = i1 | 0; i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0; - i4 = i1 + 4 | 0; - i5 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + 24 | 0); - i5 = i2 + 8 | 0; - i1 = i2 + 12 | 0; + 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; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -69955,16 +70665,16 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2EOS1_(i3, i1) { HEAP32[i1 + (i2 << 2) >> 2] = 0; i2 = i2 + 1 | 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; + 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; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } return; } @@ -69987,17 +70697,17 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE17visit i1 = i1 | 0; i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0; - i4 = i1 + 4 | 0; - i5 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + 24 | 0); - i5 = i2 + 8 | 0; - i1 = i2 + 12 | 0; + 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; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -70007,17 +70717,17 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE17visitC i1 = i1 | 0; i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0; - i4 = i1 + 4 | 0; - i5 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + 24 | 0); - i5 = i2 + 8 | 0; - i1 = i2 + 12 | 0; + 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; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -70027,22 +70737,72 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE17visitC i1 = i1 | 0; i2 = i2 | 0; var i3 = 0, i4 = 0, i5 = 0, i6 = 0; - i4 = i1 + 4 | 0; - i5 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i5 >> 2] | 0) + 8 >> 2] & 127](i5, i2 + 24 | 0); - i5 = i2 + 8 | 0; - i1 = i2 + 12 | 0; + 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; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); 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; @@ -70053,21 +70813,71 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringENS2_3R return; } +function _getc(i3) { + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0; + if ((HEAP32[i3 + 76 >> 2] | 0) >= 0 ? (___lockfile(i3) | 0) != 0 : 0) { + 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; + } 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; + break; + } else { + i1 = ___uflow(i3) | 0; + break; + } + } while (0); + 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; - 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; + 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; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i1 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i4 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -70098,68 +70908,47 @@ function ___toread(i3) { return i1 | 0; } -function __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i4, i5) { - i2 = i2 | 0; - 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; +function _strtox_686(i8, i6, i3, i1, i2) { + i8 = i8 | 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; - } + i3 = i3 | 0; + i1 = i1 | 0; + 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; return i1 | 0; } -function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i5, i4, i3) { - i5 = i5 | 0; +function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6resizeEjc(i4, i3, i2) { i4 = i4 | 0; i3 = i3 | 0; - 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; + 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; break; } else { - HEAP8[(HEAP32[i5 + 8 >> 2] | 0) + i4 >> 0] = 0; - HEAP32[i5 + 4 >> 2] = i4; + HEAP8[(HEAP32[i4 + 8 >> 2] | 0) + i3 >> 0] = 0; + HEAP32[i4 + 4 >> 2] = i3; break; - } else __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEjc(i5, i4 - i1 | 0, i3) | 0; while (0); + } else __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEjc(i4, i3 - i1 | 0, i2) | 0; while (0); return; } @@ -70169,10 +70958,10 @@ function __ZNK10__cxxabiv117__class_type_info24process_found_base_classEPNS_19__ i3 = i3 | 0; i5 = i5 | 0; var i2 = 0; - i1 = i4 + 16 | 0; - i2 = HEAP32[i1 >> 2] | 0; - do if (i2) { - if ((i2 | 0) != (i3 | 0)) { + i2 = i4 + 16 | 0; + i1 = HEAP32[i2 >> 2] | 0; + do if (i1) { + if ((i1 | 0) != (i3 | 0)) { i5 = i4 + 36 | 0; HEAP32[i5 >> 2] = (HEAP32[i5 >> 2] | 0) + 1; HEAP32[i4 + 24 >> 2] = 2; @@ -70182,37 +70971,13 @@ 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[i1 >> 2] = i3; + HEAP32[i2 >> 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; @@ -70296,6 +71061,31 @@ 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; @@ -70306,17 +71096,17 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEiEENS_ return; } -function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE6resizeEj(i5, i4) { +function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE6resizeEj(i5, i3) { i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; i6 = i5 + 4 | 0; i1 = HEAP32[i6 >> 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; + 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; while (1) { if ((i1 | 0) == (i2 | 0)) break L1; i5 = i1 + -4 | 0; @@ -70324,10 +71114,44 @@ function __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE6re i1 = i5; } } - } else __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE8__appendEj(i5, i4 - i2 | 0); while (0); + } else __ZNSt3__16vectorIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEE8__appendEj(i5, i3 - i4 | 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; @@ -70349,16 +71173,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; } - i3 = (i2 | 0) != 0 & 1; - i4 = i2 - i3 | 0; - if ((i2 | 0) != (i3 | 0)) { - _memmove(i5 | 0, i5 + i3 | 0, i4 | 0) | 0; + i2 = (i3 | 0) != 0 & 1; + i4 = i3 - i2 | 0; + if ((i3 | 0) != (i2 | 0)) { + _memmove(i5 | 0, i5 + i2 | 0, i4 | 0) | 0; i1 = HEAP8[i6 >> 0] | 0; } if (!(i1 & 1)) HEAP8[i6 >> 0] = i4 << 1; else HEAP32[i6 + 4 >> 2] = i4; @@ -70366,36 +71190,6 @@ 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; @@ -70448,37 +71242,22 @@ function __ZNSt3__114__split_bufferIPNS_6locale5facetERNS_15__sso_allocatorIS3_L return; } -function __ZNKSt3__17collateIcE10do_compareEPKcS3_S3_S3_(i3, i1, i6, i2, i5) { +function __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i3, i4, i5) { i3 = i3 | 0; - i1 = i1 | 0; - i6 = i6 | 0; - i2 = i2 | 0; + i4 = i4 | 0; i5 = i5 | 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; + 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; } - if ((i7 | 0) == 7) i1 = (i1 | 0) != (i6 | 0) & 1; - return i1 | 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 __Z9parseHeapPKc(i1, i2) { @@ -70547,18 +71326,18 @@ function __ZNSt3__16locale5__impD2Ev(i5) { i5 = i5 | 0; var i1 = 0, i2 = 0, i3 = 0, i4 = 0; HEAP32[i5 >> 2] = 11100; - i2 = i5 + 8 | 0; - i3 = i5 + 12 | 0; + i3 = i5 + 8 | 0; + i2 = i5 + 12 | 0; i4 = 0; while (1) { - i1 = HEAP32[i2 >> 2] | 0; - if (i4 >>> 0 >= (HEAP32[i3 >> 2] | 0) - i1 >> 2 >>> 0) break; + i1 = HEAP32[i3 >> 2] | 0; + if (i4 >>> 0 >= (HEAP32[i2 >> 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(i2); + __ZNSt3__113__vector_baseIPNS_6locale5facetENS_15__sso_allocatorIS3_Lj28EEEED2Ev(i3); return; } @@ -70566,13 +71345,13 @@ 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; - i2 = i4 + 8 | 0; + i3 = i4 + 8 | 0; while (1) { - 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); + 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); } 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); @@ -70592,40 +71371,17 @@ function __ZN4wasm22SExpressionWasmBuilder12makeGetLocalERNS_7ElementE(i2, i1) { return i3 | 0; } -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) { +function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6resizeEj(i5, i3) { i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; i6 = i5 + 4 | 0; i1 = HEAP32[i6 >> 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; + 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; while (1) { if ((i1 | 0) == (i2 | 0)) break L1; i5 = i1 + -4 | 0; @@ -70633,7 +71389,7 @@ function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE6resizeEj(i5, i1 = i5; } } - } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE8__appendEj(i5, i4 - i2 | 0); while (0); + } else __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE8__appendEj(i5, i3 - i4 | 0); while (0); return; } @@ -70642,13 +71398,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) { - i2 = i4 + 4 | 0; + i3 = i4 + 4 | 0; while (1) { - 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); + 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[i4 >> 2] | 0; __ZN10__cxxabiv112_GLOBAL__N_15arenaILj4096EE10deallocateEPcj(HEAP32[i4 + 12 >> 2] | 0, i3, (HEAP32[i4 + 8 >> 2] | 0) - i3 | 0); @@ -70662,14 +71418,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; - 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; + 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; break; } else { - i1 = HEAP32[(HEAP32[i3 + 20 >> 2] | 0) + (i4 - i2 << 3) >> 2] | 0; + i1 = HEAP32[(HEAP32[i1 + 20 >> 2] | 0) + (i4 - i3 << 3) >> 2] | 0; break; } } else i1 = __ZN4wasm7Element3strEv(i1) | 0; while (0); @@ -70692,6 +71448,70 @@ 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; @@ -70815,99 +71635,89 @@ 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; - i2 = i4 + 8 | 0; + i3 = i4 + 8 | 0; while (1) { - 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); + 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); } 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) { - i2 = i4 + 4 | 0; + i3 = i4 + 4 | 0; while (1) { - 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); + 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); } __ZdlPv(HEAP32[i4 >> 2] | 0); } return; } -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; - } - 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; +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 ((i7 | 0) == 7) i1 = (i1 | 0) != (i6 | 0) & 1; + 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; } @@ -70929,21 +71739,21 @@ function __ZN4wasm10Expression4castINS_5BlockEEEPT_v(i2) { __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i1 + 12 | 0); STACKTOP = i3; return i2 | 0; - } else ___assert_fail(25584, 27572, 367, 25599); + } else ___assert_fail(25610, 27598, 756, 25625); return 0; } -function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i5, i4) { +function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i5, i3) { i5 = i5 | 0; - i4 = i4 | 0; - var i1 = 0, i2 = 0, i3 = 0, i6 = 0; + i3 = i3 | 0; + var i1 = 0, i2 = 0, i4 = 0, i6 = 0; i6 = i5 + 4 | 0; i1 = HEAP32[i6 >> 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; + 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; while (1) { if ((i1 | 0) == (i2 | 0)) break L1; i5 = i1 + -4 | 0; @@ -70951,60 +71761,39 @@ function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE6resizeEj(i5, i4) { i1 = i5; } } - } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE8__appendEj(i5, i4 - i2 | 0); while (0); + } else __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE8__appendEj(i5, i3 - i4 | 0); while (0); return; } -function __ZN6cashew5Value8setArrayERNSt3__16vectorINS_3RefENS1_9allocatorIS3_EEEE(i3, i2) { +function __ZN6cashew5Value8setArrayERNSt3__16vectorINS_3RefENS1_9allocatorIS3_EEEE(i3, i1) { i3 = i3 | 0; - i2 = i2 | 0; - var i1 = 0; + i1 = i1 | 0; + var i2 = 0; __ZN6cashew5Value4freeEv(i3); HEAP32[i3 >> 2] = 2; - i1 = __ZN6cashew5Arena10allocArrayEv(38760) | 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); + 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); 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; - i1 = i5 + 4 | 0; - i2 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 38392) | 0) { + i2 = i5 + 4 | 0; + i1 = i5; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 38416) | 0) { i3 = __ZN6cashew3RefixEj(i3, 1) | 0; i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; + HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; STACKTOP = i5; return; - } else ___assert_fail(23945, 28586, 1361, 23963); + } else ___assert_fail(23971, 28612, 1361, 23989); } function __ZN6cashew12ValueBuilder13appendToArrayENS_3RefES1_(i3, i4) { @@ -71013,17 +71802,41 @@ function __ZN6cashew12ValueBuilder13appendToArrayENS_3RefES1_(i3, i4) { var i1 = 0, i2 = 0, i5 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i5 + 4 | 0; - i2 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 38700) | 0) { + i2 = i5 + 4 | 0; + i1 = i5; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 38724) | 0) { i3 = __ZN6cashew3RefixEj(i3, 1) | 0; i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; + HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; STACKTOP = i5; return; - } else ___assert_fail(23820, 28586, 1643, 23838); + } 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; } function __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i3, i4) { @@ -71032,23 +71845,23 @@ function __ZN6cashew12ValueBuilder12appendToCallENS_3RefES1_(i3, i4) { var i1 = 0, i2 = 0, i5 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i1 = i5 + 4 | 0; - i2 = i5; - if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 38456) | 0) { + i2 = i5 + 4 | 0; + i1 = i5; + if (__ZN6cashew3RefeqERKNS_7IStringE(__ZN6cashew3RefixEj(i3, 0) | 0, 38480) | 0) { i3 = __ZN6cashew3RefixEj(i3, 2) | 0; i3 = HEAP32[i3 >> 2] | 0; - HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; - HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - __ZN6cashew5Value9push_backENS_3RefE(i3, i1) | 0; + HEAP32[i1 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i2 >> 2] = HEAP32[i1 >> 2]; + __ZN6cashew5Value9push_backENS_3RefE(i3, i2) | 0; STACKTOP = i5; return; - } else ___assert_fail(23524, 28586, 1446, 23540); + } else ___assert_fail(23550, 28612, 1446, 23566); } function __ZN4wasm11WasmVisitorINS_14SimplifyLocalsEvE5visitEPNS_10ExpressionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - if (!i1) ___assert_fail(27822, 27572, 1310, 27827); + if (!i1) ___assert_fail(27848, 27598, 1701, 27853); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -71174,9 +71987,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(39560, i2) | 0, 32) | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 39560, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(39560, 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(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; _abort(); } @@ -71227,7 +72040,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(27822, 27572, 1310, 27827); + if (!i1) ___assert_fail(27848, 27598, 1701, 27853); switch (HEAP32[i1 >> 2] | 0) { case 0: { @@ -71344,19 +72157,19 @@ function __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2 return; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - i2 = i1 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); - i3 = HEAP32[i4 + 36 >> 2] | 0; - i1 = HEAP32[i4 + 32 >> 2] | 0; + 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; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); + 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); i1 = i1 + 8 | 0; } return; @@ -71365,24 +72178,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(39560, 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(39584, i2) | 0, 32) | 0; __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(__ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(i2, HEAP32[i1 >> 2] | 0) | 0, 10) | 0; _abort(); } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - i2 = i1 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); - i3 = HEAP32[i4 + 36 >> 2] | 0; - i1 = HEAP32[i4 + 32 >> 2] | 0; + 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; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); + 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); i1 = i1 + 8 | 0; } return; @@ -71392,13 +72205,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i2 = HEAP32[i4 >> 2] | 0; do if (i2 | 0) { @@ -71414,37 +72227,37 @@ function __ZNSt3__114__split_bufferIPNS_6locale5facetERNS_15__sso_allocatorIS3_L return; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - i2 = i1 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); - i3 = HEAP32[i4 + 36 >> 2] | 0; - i1 = HEAP32[i4 + 32 >> 2] | 0; + 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; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); + 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); i1 = i1 + 8 | 0; } return; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - i2 = i1 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); - i3 = HEAP32[i4 + 36 >> 2] | 0; - i1 = HEAP32[i4 + 32 >> 2] | 0; + 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; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); + 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); i1 = i1 + 8 | 0; } return; @@ -71462,12 +72275,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; - i1 = i2 + 12 | 0; - i2 = 0; + i2 = i2 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } return; } @@ -71484,12 +72297,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; - i1 = i2 + 12 | 0; - i2 = 0; + i2 = i2 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } return; } @@ -71507,12 +72320,12 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ENSt3__112basic_stringIcNS HEAP32[i2 + (i1 << 2) >> 2] = 0; i1 = i1 + 1 | 0; } - i1 = i3 + 12 | 0; - i2 = 0; + i2 = i3 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } return; } @@ -71521,20 +72334,20 @@ function __ZNSt3__111__call_onceERVmPvPFvS2_E(i2, i1, i3) { i2 = i2 | 0; i1 = i1 | 0; i3 = i3 | 0; - _pthread_mutex_lock(42276) | 0; + _pthread_mutex_lock(42300) | 0; while (1) { if ((HEAP32[i2 >> 2] | 0) != 1) break; - _pthread_cond_wait(42304, 42276) | 0; + _pthread_cond_wait(42328, 42300) | 0; } if (!(HEAP32[i2 >> 2] | 0)) { HEAP32[i2 >> 2] = 1; - _pthread_mutex_unlock(42276) | 0; + _pthread_mutex_unlock(42300) | 0; FUNCTION_TABLE_vi[i3 & 255](i1); - _pthread_mutex_lock(42276) | 0; + _pthread_mutex_lock(42300) | 0; HEAP32[i2 >> 2] = -1; - _pthread_mutex_unlock(42276) | 0; - _pthread_cond_broadcast(42304) | 0; - } else _pthread_mutex_unlock(42276) | 0; + _pthread_mutex_unlock(42300) | 0; + _pthread_cond_broadcast(42328) | 0; + } else _pthread_mutex_unlock(42300) | 0; return; } @@ -71555,24 +72368,44 @@ function __ZNSt3__16__treeINS_12__value_typeIN6cashew7IStringEN4wasm15Asm2WasmBu return i1 | 0; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE11visitSwitchEPNS_6SwitchE(i1, i4) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE11visitSwitchEPNS_6SwitchE(i1, i3) { i1 = i1 | 0; - i4 = i4 | 0; - var i2 = 0, i3 = 0; - i2 = i1 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i4 + 12 | 0); - i3 = HEAP32[i4 + 36 >> 2] | 0; - i1 = HEAP32[i4 + 32 >> 2] | 0; + 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; while (1) { - if ((i1 | 0) == (i3 | 0)) break; - i4 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i4 >> 2] | 0) + 8 >> 2] & 127](i4, i1 + 4 | 0); + 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); 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; @@ -71613,20 +72446,20 @@ function _strerror(i1) { var i2 = 0, i3 = 0; i2 = 0; while (1) { - if ((HEAPU8[29770 + i2 >> 0] | 0) == (i1 | 0)) { + if ((HEAPU8[29521 + i2 >> 0] | 0) == (i1 | 0)) { i3 = 2; break; } i2 = i2 + 1 | 0; if ((i2 | 0) == 87) { i2 = 87; - i1 = 29858; + i1 = 29609; i3 = 5; break; } } - if ((i3 | 0) == 2) if (!i2) i1 = 29858; else { - i1 = 29858; + if ((i3 | 0) == 2) if (!i2) i1 = 29609; else { + i1 = 29609; i3 = 5; } if ((i3 | 0) == 5) while (1) { @@ -71702,7 +72535,7 @@ function __ZN6cashew19DotZeroValueBuilder10makeDoubleEd(d1) { i4 = i3 + 8 | 0; i6 = i3 + 4 | 0; i5 = i3; - HEAP32[i6 >> 2] = HEAP32[9632]; + HEAP32[i6 >> 2] = HEAP32[9638]; i7 = __ZN6cashew12ValueBuilder10makeDoubleEd(d1) | 0; HEAP32[i5 >> 2] = i7; HEAP32[i4 >> 2] = HEAP32[i6 >> 2]; @@ -71712,26 +72545,6 @@ 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; @@ -71757,30 +72570,30 @@ function __ZSt9terminatev() { i3 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; i4 = i3 + 8 | 0; - 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(35279, i3); + 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); } i3 = HEAP32[2880] | 0; HEAP32[2880] = i3 + 0; FUNCTION_TABLE_v[i3 & 3](); - _abort_message(35279, i4); + _abort_message(35305, i4); } -function __ZNSt3__18functionIFPN4wasm4PassEvEEC2ERKS5_(i4, i3) { +function __ZNSt3__18functionIFPN4wasm4PassEvEEC2ERKS5_(i4, i2) { i4 = i4 | 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)) { + 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)) { HEAP32[i4 + 16 >> 2] = i4; - i3 = HEAP32[i1 >> 2] | 0; + i3 = HEAP32[i3 >> 2] | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 12 >> 2] & 127](i3, i4); break; } else { - i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2) | 0; + i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1) | 0; HEAP32[i4 + 16 >> 2] = i3; break; } else HEAP32[i4 + 16 >> 2] = 0; while (0); @@ -71818,28 +72631,49 @@ function __ZNK10__cxxabiv120__si_class_type_info16search_above_dstEPNS_19__dynam return; } -function __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i2, i4, i1) { +function __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEjEEclES5_j(i2, i3, i1) { i2 = i2 | 0; - i4 = i4 | 0; + i3 = i3 | 0; i1 = i1 | 0; - var i3 = 0, i5 = 0; + var i4 = 0, i5 = 0; i5 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - i3 = i5; - HEAP32[i3 >> 2] = i1; + i4 = i5; + HEAP32[i4 >> 2] = i1; i1 = HEAP32[i2 + 16 >> 2] | 0; if (!i1) { i5 = ___cxa_allocate_exception(4) | 0; HEAP32[i5 >> 2] = 2880; ___cxa_throw(i5 | 0, 152, 15); } else { - i4 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 31](i1, i4, i3) | 0; + i4 = FUNCTION_TABLE_iiii[HEAP32[(HEAP32[i1 >> 2] | 0) + 24 >> 2] & 31](i1, i3, i4) | 0; STACKTOP = i5; return i4 | 0; } return 0; } +function __ZNK4wasm7Literal19countTrailingZeroesEv(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0; + i1 = i2 + 8 | 0; + if ((HEAP32[i2 >> 2] | 0) == 1) { + i1 = __ZN4wasm19CountTrailingZeroesIjEEiT_(HEAP32[i1 >> 2] | 0) | 0; + HEAP32[i3 + 8 >> 2] = i1; + i1 = 1; + } else { + i2 = i1; + i2 = __ZN4wasm19CountTrailingZeroesIyEEiT_(HEAP32[i2 >> 2] | 0, HEAP32[i2 + 4 >> 2] | 0) | 0; + i1 = i3 + 8 | 0; + HEAP32[i1 >> 2] = i2; + HEAP32[i1 + 4 >> 2] = ((i2 | 0) < 0) << 31 >> 31; + i1 = 2; + } + HEAP32[i3 >> 2] = i1; + return; +} + function __ZN4wasm22SExpressionWasmBuilder9makeUnaryERNS_7ElementENS_7UnaryOpENS_8WasmTypeE(i3, i2, i1, i4) { i3 = i3 | 0; i2 = i2 | 0; @@ -71889,34 +72723,55 @@ function __ZNSt3__16__treeINS_12__value_typeIN4wasm4NameEPNS2_6ExportEEENS_19__m return i1 | 0; } +function __ZNK4wasm7Literal18countLeadingZeroesEv(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0; + i1 = i2 + 8 | 0; + if ((HEAP32[i2 >> 2] | 0) == 1) { + i1 = __ZN4wasm18CountLeadingZeroesIjEEiT_(HEAP32[i1 >> 2] | 0) | 0; + HEAP32[i3 + 8 >> 2] = i1; + i1 = 1; + } else { + i2 = i1; + i2 = __ZN4wasm18CountLeadingZeroesIyEEiT_(HEAP32[i2 >> 2] | 0, HEAP32[i2 + 4 >> 2] | 0) | 0; + i1 = i3 + 8 | 0; + HEAP32[i1 >> 2] = i2; + HEAP32[i1 + 4 >> 2] = ((i2 | 0) < 0) << 31 >> 31; + i1 = 2; + } + HEAP32[i3 >> 2] = i1; + return; +} + 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(28576, 28586, 478, 22790); + if ((HEAP32[i5 >> 2] | 0) != 2) ___assert_fail(28602, 28612, 478, 22816); i1 = HEAP32[i5 + 8 >> 2] | 0; - 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; + 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; } return i5 | 0; } -function __ZNSt3__18functionIFvvEEC2ERKS2_(i4, i3) { +function __ZNSt3__18functionIFvvEEC2ERKS2_(i4, i2) { i4 = i4 | 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)) { + 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)) { HEAP32[i4 + 16 >> 2] = i4; - i3 = HEAP32[i1 >> 2] | 0; + i3 = HEAP32[i3 >> 2] | 0; FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 12 >> 2] & 127](i3, i4); break; } else { - i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2) | 0; + i3 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i1 >> 2] | 0) + 8 >> 2] & 127](i1) | 0; HEAP32[i4 + 16 >> 2] = i3; break; } else HEAP32[i4 + 16 >> 2] = 0; while (0); @@ -72038,13 +72893,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE15vis var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72097,13 +72952,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE15visit var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72145,13 +73000,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE15visitC var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72163,13 +73018,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE15visitC var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72277,13 +73132,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE15visitCall var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72297,12 +73152,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; - 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; + 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; HEAP32[i4 >> 2] = i5; - HEAP32[i1 >> 2] = i3; + HEAP32[i2 >> 2] = i3; return; } @@ -72326,13 +73181,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE10vis var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 12 | 0; i4 = i1 + 16 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72368,13 +73223,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE10visit var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 12 | 0; i4 = i1 + 16 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72384,18 +73239,18 @@ function __ZNSt3__16vectorINS0_IN6cashew6ParserINS1_3RefENS1_19DotZeroValueBuild i1 = i1 | 0; i5 = i5 | 0; var i2 = 0, i3 = 0, i4 = 0; - i3 = i1 + 4 | 0; - i2 = HEAP32[i3 >> 2] | 0; - i1 = i5; - i4 = i2; + i2 = i1 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + i1 = i3; + i4 = i5; while (1) { - 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[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[i3 >> 2] = i2 + (i5 * 12 | 0); + HEAP32[i2 >> 2] = i3 + (i5 * 12 | 0); return; } @@ -72405,13 +73260,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE9visi var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 16 | 0; i4 = i1 + 20 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72423,13 +73278,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE10visitB var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 12 | 0; i4 = i1 + 16 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72441,13 +73296,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE10visitB var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 12 | 0; i4 = i1 + 16 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72459,13 +73314,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE9visi var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72477,13 +73332,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE9visitH var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 16 | 0; i4 = i1 + 20 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72495,13 +73350,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE9visitC var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72513,13 +73368,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE9visitHo var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 16 | 0; i4 = i1 + 20 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72531,13 +73386,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE9visitHo var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 16 | 0; i4 = i1 + 20 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72549,13 +73404,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE10visitBloc var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 12 | 0; i4 = i1 + 16 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72569,12 +73424,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; - 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; + 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; HEAP32[i3 >> 2] = i4; - HEAP32[i1 >> 2] = i3; + HEAP32[i2 >> 2] = i3; return; } @@ -72583,13 +73438,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) { - i2 = i4 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } if ((i4 + 16 | 0) == (i1 | 0)) { HEAP8[i4 + 128 >> 0] = 0; @@ -72608,13 +73463,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE9visitCa var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72626,59 +73481,23 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE9visitCa var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); 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, 42236) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42260) | 0; i3 = i2 + 36 | 0; HEAP32[i3 >> 2] = i4; i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 24 >> 2] & 127](i4) | 0; @@ -72694,7 +73513,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, 42228) | 0; + i4 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42252) | 0; i3 = i2 + 36 | 0; HEAP32[i3 >> 2] = i4; i4 = FUNCTION_TABLE_ii[HEAP32[(HEAP32[i4 >> 2] | 0) + 24 >> 2] & 127](i4) | 0; @@ -72712,13 +73531,13 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE9visitHostE var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 16 | 0; i4 = i1 + 20 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; @@ -72730,20 +73549,20 @@ function __ZNKSt3__15ctypeIwE5do_isEPKwS3_Pt(i1, i6, i5, i2) { i5 = i5 | 0; i2 = i2 | 0; var i3 = 0, i4 = 0, i7 = 0; - i4 = (i5 - i6 | 0) >>> 2; - i3 = i6; + i3 = (i5 - i6 | 0) >>> 2; + i4 = i6; while (1) { - if ((i3 | 0) == (i5 | 0)) break; - i1 = HEAP32[i3 >> 2] | 0; + if ((i4 | 0) == (i5 | 0)) break; + i1 = HEAP32[i4 >> 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 + (i4 << 2) | 0; + return i6 + (i3 << 2) | 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE8parseNewERPcPKc(i3, i2, i1) { @@ -72769,18 +73588,39 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE9visitCallE var i3 = 0, i4 = 0, i5 = 0, i6 = 0; i5 = i1 + 8 | 0; i4 = i1 + 12 | 0; - i1 = i2 + 4 | 0; + i2 = i2 + 4 | 0; i3 = 0; while (1) { - i2 = HEAP32[i5 >> 2] | 0; - if (i3 >>> 0 >= (HEAP32[i4 >> 2] | 0) - i2 >> 2 >>> 0) break; - i6 = HEAP32[i1 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i6 >> 2] | 0) + 8 >> 2] & 127](i6, i2 + (i3 << 2) | 0); + 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); i3 = i3 + 1 | 0; } return; } +function __ZNK4wasm7Literal8popCountEv(i3, i2) { + i3 = i3 | 0; + i2 = i2 | 0; + var i1 = 0; + i1 = i2 + 8 | 0; + if ((HEAP32[i2 >> 2] | 0) == 1) { + i1 = __ZN4wasm8PopCountIjEEiT_(HEAP32[i1 >> 2] | 0) | 0; + HEAP32[i3 + 8 >> 2] = i1; + i1 = 1; + } else { + i2 = i1; + i2 = __ZN4wasm8PopCountIyEEiT_(HEAP32[i2 >> 2] | 0, HEAP32[i2 + 4 >> 2] | 0) | 0; + i1 = i3 + 8 | 0; + HEAP32[i1 >> 2] = i2; + HEAP32[i1 + 4 >> 2] = ((i2 | 0) < 0) << 31 >> 31; + i1 = 2; + } + HEAP32[i3 >> 2] = i1; + return; +} + function __ZN4wasm10Expression2isINS_10CallImportEEEbv(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; @@ -72800,32 +73640,6 @@ 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; @@ -72883,6 +73697,40 @@ 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; @@ -72916,13 +73764,13 @@ function __ZNSt3__114__split_bufferIN6cashew13OperatorClassERNS_9allocatorIS2_EE i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i2 = i4 + 8 | 0; + i3 = i4 + 8 | 0; while (1) { - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (i1 | 0)) break; - i3 = i3 + -28 | 0; - HEAP32[i2 >> 2] = i3; - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i3); + 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); } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -72934,13 +73782,13 @@ function __ZNSt3__113__vector_baseIN6cashew13OperatorClassENS_9allocatorIS2_EEED var i1 = 0, i2 = 0, i3 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i2 = i4 + 4 | 0; + i3 = i4 + 4 | 0; while (1) { - i3 = HEAP32[i2 >> 2] | 0; - if ((i3 | 0) == (i1 | 0)) break; - i3 = i3 + -28 | 0; - HEAP32[i2 >> 2] = i3; - __ZNSt3__112__hash_tableIN6cashew7IStringENS_4hashIS2_EENS_8equal_toIS2_EENS_9allocatorIS2_EEED2Ev(i3); + 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); } __ZdlPv(HEAP32[i4 >> 2] | 0); } @@ -72962,6 +73810,31 @@ 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; @@ -73105,12 +73978,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; - i1 = i3 + 12 | 0; - i2 = 0; + i2 = i3 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } return; } @@ -73127,6 +74000,23 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEEN10__cxxabiv112_GLOBAL__N return; } +function __ZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC2EPKcS4_(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] = 3516; + __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); + __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); + STACKTOP = i3; + return; +} + function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i3, i1) { i3 = i3 | 0; i1 = i1 | 0; @@ -73140,31 +74030,15 @@ function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj10EEERAT__Kc(i3, i1) { i1 = i1 + 1 | 0; } while ((i4 | 0) < (i2 | 0)); HEAP8[i3 + 10 >> 0] = 0; - i1 = i3 + 12 | 0; - i2 = 0; + i2 = i3 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } return; } -function __ZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC2EPKcS4_(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] = 3516; - __ZN4wasm12PassRegistry12registerPassEPKcS2_NSt3__18functionIFPNS_4PassEvEEE(i5, i2, i1, i4); - __ZNSt3__18functionIFPN4wasm4PassEvEED2Ev(i4); - STACKTOP = i3; - return; -} function __ZN4wasm12RegisterPassINS_14SimplifyLocalsEEC2EPKcS4_(i3, i2, i1) { i3 = i3 | 0; @@ -73261,24 +74135,24 @@ function __ZN4wasm10Expression2isINS_12CallIndirectEEEbv(i1) { return (i1 | 0) == 8 | 0; } -function _memcmp(i2, i3, i1) { - i2 = i2 | 0; - i3 = i3 | 0; +function _memcmp(i1, i3, i2) { i1 = i1 | 0; + i3 = i3 | 0; + i2 = i2 | 0; var i4 = 0, i5 = 0; - L1 : do if (!i1) i1 = 0; else { + L1 : do if (!i2) i1 = 0; else { i5 = i1; i4 = i2; while (1) { - i2 = HEAP8[i4 >> 0] | 0; + i2 = HEAP8[i5 >> 0] | 0; i1 = HEAP8[i3 >> 0] | 0; if (i2 << 24 >> 24 != i1 << 24 >> 24) break; - i5 = i5 + -1 | 0; - if (!i5) { + i4 = i4 + -1 | 0; + if (!i4) { i1 = 0; break L1; } else { - i4 = i4 + 1 | 0; + i5 = i5 + 1 | 0; i3 = i3 + 1 | 0; } } @@ -73295,7 +74169,7 @@ function ___stdout_write(i2, i1, i3) { i5 = STACKTOP; STACKTOP = STACKTOP + 80 | 0; i4 = i5; - HEAP32[i2 + 36 >> 2] = 6; + HEAP32[i2 + 36 >> 2] = 8; 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; @@ -73344,6 +74218,82 @@ function __ZN7AsmData7getTypeERKN6cashew7IStringE(i2, i1) { return i1 | 0; } +function __ZNK4wasm7Literal2leERKS0_(i1, i3, i2) { + i1 = i1 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var d4 = 0.0; + if ((HEAP32[i3 >> 2] | 0) == 3) { + d4 = +__ZNK4wasm7Literal6getf32Ev(i3); + i3 = d4 <= +__ZNK4wasm7Literal6getf32Ev(i2) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + } else { + d4 = +__ZNK4wasm7Literal6getf64Ev(i3); + i3 = d4 <= +__ZNK4wasm7Literal6getf64Ev(i2) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + } + return; +} + +function __ZNK4wasm7Literal2geERKS0_(i1, i3, i2) { + i1 = i1 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var d4 = 0.0; + if ((HEAP32[i3 >> 2] | 0) == 3) { + d4 = +__ZNK4wasm7Literal6getf32Ev(i3); + i3 = d4 >= +__ZNK4wasm7Literal6getf32Ev(i2) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + } else { + d4 = +__ZNK4wasm7Literal6getf64Ev(i3); + i3 = d4 >= +__ZNK4wasm7Literal6getf64Ev(i2) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + } + return; +} + +function __ZNK4wasm7Literal2ltERKS0_(i1, i3, i2) { + i1 = i1 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var d4 = 0.0; + if ((HEAP32[i3 >> 2] | 0) == 3) { + d4 = +__ZNK4wasm7Literal6getf32Ev(i3); + i3 = d4 < +__ZNK4wasm7Literal6getf32Ev(i2) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + } else { + d4 = +__ZNK4wasm7Literal6getf64Ev(i3); + i3 = d4 < +__ZNK4wasm7Literal6getf64Ev(i2) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + } + return; +} + +function __ZNK4wasm7Literal2gtERKS0_(i1, i3, i2) { + i1 = i1 | 0; + i3 = i3 | 0; + i2 = i2 | 0; + var d4 = 0.0; + if ((HEAP32[i3 >> 2] | 0) == 3) { + d4 = +__ZNK4wasm7Literal6getf32Ev(i3); + i3 = d4 > +__ZNK4wasm7Literal6getf32Ev(i2) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + } else { + d4 = +__ZNK4wasm7Literal6getf64Ev(i3); + i3 = d4 > +__ZNK4wasm7Literal6getf64Ev(i2) & 1; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i3; + } + return; +} + function __ZN10__cxxabiv112_GLOBAL__N_111string_pairC2ILj4EEERAT__Kc(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -73354,16 +74304,40 @@ 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; - i1 = i2 + 12 | 0; - i2 = 0; + i2 = i2 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 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); @@ -73399,7 +74373,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(28912, 28841, 62, 28928); + } else ___assert_fail(28938, 28867, 62, 28954); return 0; } @@ -73455,19 +74429,19 @@ function __ZNKSt3__15ctypeIwE10do_toupperEPwPKw(i1, i5, i4) { i5 = i5 | 0; i4 = i4 | 0; var i2 = 0, i3 = 0, i6 = 0; - i3 = (i4 - i5 | 0) >>> 2; - i2 = i5; + i2 = (i4 - i5 | 0) >>> 2; + i3 = i5; while (1) { - if ((i2 | 0) == (i4 | 0)) break; - i1 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i4 | 0)) break; + i1 = HEAP32[i3 >> 2] | 0; if (i1 >>> 0 < 128) { i6 = ___ctype_toupper_loc() | 0; i1 = HEAP32[(HEAP32[i6 >> 2] | 0) + (i1 << 2) >> 2] | 0; } - HEAP32[i2 >> 2] = i1; - i2 = i2 + 4 | 0; + HEAP32[i3 >> 2] = i1; + i3 = i3 + 4 | 0; } - return i5 + (i3 << 2) | 0; + return i5 + (i2 << 2) | 0; } function __ZNKSt3__15ctypeIwE10do_tolowerEPwPKw(i1, i5, i4) { @@ -73475,19 +74449,19 @@ function __ZNKSt3__15ctypeIwE10do_tolowerEPwPKw(i1, i5, i4) { i5 = i5 | 0; i4 = i4 | 0; var i2 = 0, i3 = 0, i6 = 0; - i3 = (i4 - i5 | 0) >>> 2; - i2 = i5; + i2 = (i4 - i5 | 0) >>> 2; + i3 = i5; while (1) { - if ((i2 | 0) == (i4 | 0)) break; - i1 = HEAP32[i2 >> 2] | 0; + if ((i3 | 0) == (i4 | 0)) break; + i1 = HEAP32[i3 >> 2] | 0; if (i1 >>> 0 < 128) { i6 = ___ctype_tolower_loc() | 0; i1 = HEAP32[(HEAP32[i6 >> 2] | 0) + (i1 << 2) >> 2] | 0; } - HEAP32[i2 >> 2] = i1; - i2 = i2 + 4 | 0; + HEAP32[i3 >> 2] = i1; + i3 = i3 + 4 | 0; } - return i5 + (i3 << 2) | 0; + return i5 + (i2 << 2) | 0; } function __ZNSt3__18ios_base4initEPv(i2, i1) { @@ -73511,22 +74485,42 @@ function __ZNSt3__18ios_base4initEPv(i2, i1) { return; } +function __ZNK4wasm7Literal3divERKS0_(i3, i2, i1) { + i3 = i3 | 0; + i2 = i2 | 0; + i1 = i1 | 0; + var d4 = 0.0; + if ((HEAP32[i2 >> 2] | 0) == 3) { + d4 = +__ZNK4wasm7Literal6getf32Ev(i2); + d4 = d4 / +__ZNK4wasm7Literal6getf32Ev(i1); + HEAPF32[i3 + 8 >> 2] = d4; + i1 = 3; + } else { + d4 = +__ZNK4wasm7Literal6getf64Ev(i2); + d4 = d4 / +__ZNK4wasm7Literal6getf64Ev(i1); + HEAPF64[i3 + 8 >> 3] = d4; + i1 = 4; + } + HEAP32[i3 >> 2] = i1; + return; +} + function __ZNSt3__16vectorIPN4wasm10ExpressionENS_9allocatorIS3_EEE10deallocateEv(i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i2 = i4 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } __ZdlPv(i1); HEAP32[i4 + 8 >> 2] = 0; - HEAP32[i2 >> 2] = 0; + HEAP32[i3 >> 2] = 0; HEAP32[i4 >> 2] = 0; } return; @@ -73550,24 +74544,6 @@ 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; @@ -73582,17 +74558,17 @@ function __ZNSt3__16vectorIN4wasm8WasmTypeENS_9allocatorIS2_EEE10deallocateEv(i4 var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i2 = i4 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } __ZdlPv(i1); HEAP32[i4 + 8 >> 2] = 0; - HEAP32[i2 >> 2] = 0; + HEAP32[i3 >> 2] = 0; HEAP32[i4 >> 2] = 0; } return; @@ -73603,17 +74579,17 @@ function __ZNSt3__16vectorIN4wasm8NameTypeENS_9allocatorIS2_EEE10deallocateEv(i4 var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i2 = i4 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -8 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -8 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } __ZdlPv(i1); HEAP32[i4 + 8 >> 2] = 0; - HEAP32[i2 >> 2] = 0; + HEAP32[i3 >> 2] = 0; HEAP32[i4 >> 2] = 0; } return; @@ -73623,13 +74599,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -8 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -8 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -73640,11 +74616,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(22188, 28586, 228, 22214); + if (!(+_fmod(+HEAPF64[i1 >> 3], 1.0) == 0.0)) ___assert_fail(22214, 28612, 228, 22240); i1 = __ZN6cashew5Value9getNumberEv(i2) | 0; i1 = ~~+HEAPF64[i1 >> 3]; i2 = __ZN6cashew5Value9getNumberEv(i2) | 0; - if (+(i1 | 0) == +HEAPF64[i2 >> 3]) return i1 | 0; else ___assert_fail(22225, 28586, 230, 22214); + if (+(i1 | 0) == +HEAPF64[i2 >> 3]) return i1 | 0; else ___assert_fail(22251, 28612, 230, 22240); return 0; } @@ -73669,17 +74645,17 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE10deallocateEv(i4) { var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) { - i2 = i4 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 4 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } __ZdlPv(i1); HEAP32[i4 + 8 >> 2] = 0; - HEAP32[i2 >> 2] = 0; + HEAP32[i3 >> 2] = 0; HEAP32[i4 >> 2] = 0; } return; @@ -73989,14 +74965,14 @@ function __ZN4wasm10PassRunner3runEPNS_6ModuleE(i5, i4) { i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i6 = 0; i1 = HEAP32[i5 + 8 >> 2] | 0; - i2 = i5 + 16 | 0; - i3 = HEAP32[i5 + 4 >> 2] | 0; + i3 = i5 + 16 | 0; + i2 = HEAP32[i5 + 4 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i6 = HEAP32[i3 >> 2] | 0; - HEAP32[i2 >> 2] = i6; + if ((i2 | 0) == (i1 | 0)) break; + i6 = HEAP32[i2 >> 2] | 0; + HEAP32[i3 >> 2] = i6; FUNCTION_TABLE_viii[HEAP32[(HEAP32[i6 >> 2] | 0) + 12 >> 2] & 15](i6, i5, i4); - i3 = i3 + 4 | 0; + i2 = i2 + 4 | 0; } return; } @@ -74017,26 +74993,6 @@ 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; @@ -74173,6 +75129,25 @@ 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; @@ -74283,13 +75258,13 @@ function __ZNSt3__113__vector_baseIN6cashew6ParserINS1_3RefENS1_19DotZeroValueBu var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -8 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -8 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -74326,26 +75301,6 @@ 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; @@ -74384,6 +75339,21 @@ 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; @@ -74455,24 +75425,6 @@ 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; @@ -74489,13 +75441,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -74514,6 +75466,18 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE10vis return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE10visitBreakEPNS_5BreakE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i2 = i2 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 16 | 0); + i2 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 12 | 0); + return; +} + function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE11visitBinaryEPNS_6BinaryE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -74554,18 +75518,6 @@ function __ZNSt3__112__hash_tableINS_17__hash_value_typeIN6cashew7IStringEN7AsmD return; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_17RemoveUnusedNamesEvEEE10visitBreakEPNS_5BreakE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - i2 = i2 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 8 | 0); - i2 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 16 | 0); - return; -} - function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE11visitBinaryEPNS_6BinaryE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -74618,6 +75570,18 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE10visit return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE10visitBreakEPNS_5BreakE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i2 = i2 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 16 | 0); + i2 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 12 | 0); + return; +} + function __ZNSt3__13mapIN4wasm4NameEPNS1_8FunctionENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S4_EEEEE25__construct_node_with_keyERS9_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -74671,27 +75635,27 @@ function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctio return i2 | 0; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_15RemoveUnusedBrsEvEEE10visitBreakEPNS_5BreakE(i2, i1) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE10visitStoreEPNS_5StoreE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0; i2 = i2 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 8 | 0); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 20 | 0); i2 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 16 | 0); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 24 | 0); return; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE10visitStoreEPNS_5StoreE(i2, i1) { +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE10visitBreakEPNS_5BreakE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; var i3 = 0; i2 = i2 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 20 | 0); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 16 | 0); i2 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 24 | 0); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 12 | 0); return; } @@ -74707,6 +75671,18 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE10visitS return; } +function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE10visitBreakEPNS_5BreakE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i2 = i2 + 4 | 0; + i3 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 16 | 0); + i2 = HEAP32[i2 >> 2] | 0; + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 12 | 0); + return; +} + function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS_4pairIKS2_S3_EEEEE25__construct_node_with_keyERS8_(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; @@ -74722,28 +75698,23 @@ function __ZNSt3__13mapIN4wasm4NameENS1_8WasmTypeENS_4lessIS2_EENS_9allocatorINS return; } -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14SimplifyLocalsEvEEE10visitBreakEPNS_5BreakE(i2, i1) { - i2 = i2 | 0; +function __ZNKSt3__15ctypeIwE9do_narrowEPKwS3_cPc(i1, i6, i5, i4, i2) { i1 = i1 | 0; - var i3 = 0; - i2 = i2 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 8 | 0); - i2 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 16 | 0); - return; -} - -function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEE10visitBreakEPNS_5BreakE(i2, i1) { + i6 = i6 | 0; + i5 = i5 | 0; + i4 = i4 | 0; i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - i2 = i2 + 4 | 0; - i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 8 | 0); - i2 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 16 | 0); - return; + 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) { @@ -74832,9 +75803,9 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEE10visitBrea var i3 = 0; i2 = i2 + 4 | 0; i3 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 8 | 0); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i3 >> 2] | 0) + 8 >> 2] & 127](i3, i1 + 16 | 0); i2 = HEAP32[i2 >> 2] | 0; - FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 16 | 0); + FUNCTION_TABLE_vii[HEAP32[(HEAP32[i2 >> 2] | 0) + 8 >> 2] & 127](i2, i1 + 12 | 0); return; } @@ -74905,13 +75876,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -12 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -12 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -74922,13 +75893,13 @@ 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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -74962,13 +75933,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -74999,13 +75970,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -8 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -8 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75064,13 +76035,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75081,13 +76052,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75098,7 +76069,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, 42236) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42260) | 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; @@ -75109,7 +76080,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, 42228) | 0; + i1 = __ZNKSt3__16locale9use_facetERNS0_2idE(i1, 42252) | 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; @@ -75126,13 +76097,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75143,13 +76114,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75160,13 +76131,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75177,13 +76148,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -8 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -8 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75194,13 +76165,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -16 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -16 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75211,13 +76182,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75228,13 +76199,13 @@ function __ZNSt3__114__split_bufferIPN4wasm6ExportERNS_9allocatorIS3_EEED2Ev(i4) i4 = i4 | 0; var i1 = 0, i2 = 0, i3 = 0, i5 = 0; i1 = HEAP32[i4 + 4 >> 2] | 0; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75270,13 +76241,13 @@ 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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75287,13 +76258,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75328,13 +76299,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75346,13 +76317,13 @@ function __ZNSt3__113__vector_baseIPNS_6vectorIN6cashew3RefENS_9allocatorIS3_EEE var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -75363,7 +76334,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, 27572, 78, 36186); 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(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; return 0; } @@ -75451,13 +76422,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; - i2 = i4 + 8 | 0; - i3 = HEAP32[i2 >> 2] | 0; + i3 = i4 + 8 | 0; + i2 = HEAP32[i3 >> 2] | 0; while (1) { - if ((i3 | 0) == (i1 | 0)) break; - i5 = i3 + -4 | 0; - HEAP32[i2 >> 2] = i5; - i3 = i5; + if ((i2 | 0) == (i1 | 0)) break; + i5 = i2 + -4 | 0; + HEAP32[i3 >> 2] = i5; + i2 = i5; } i1 = HEAP32[i4 >> 2] | 0; if (i1 | 0) __ZdlPv(i1); @@ -75574,12 +76545,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); - i1 = i2 + 12 | 0; - i2 = 0; + i2 = i2 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } return; } @@ -75588,12 +76559,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); - i1 = i2 + 12 | 0; - i2 = 0; + i2 = i2 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } return; } @@ -75602,12 +76573,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); - i1 = i2 + 12 | 0; - i2 = 0; + i2 = i2 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } return; } @@ -75616,12 +76587,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); - i1 = i2 + 12 | 0; - i2 = 0; + i2 = i2 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } return; } @@ -75630,16 +76601,33 @@ 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); - i1 = i2 + 12 | 0; - i2 = 0; + i2 = i2 + 12 | 0; + i1 = 0; while (1) { - if ((i2 | 0) == 3) break; - HEAP32[i1 + (i2 << 2) >> 2] = 0; - i2 = i2 + 1 | 0; + if ((i1 | 0) == 3) break; + HEAP32[i2 + (i1 << 2) >> 2] = 0; + i1 = i1 + 1 | 0; } return; } +function __ZNK4wasm7Literal5floorEv(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var d3 = 0.0; + if ((HEAP32[i1 >> 2] | 0) == 3) { + d3 = +Math_floor(+(+__ZNK4wasm7Literal6getf32Ev(i1))); + HEAPF32[i2 + 8 >> 2] = d3; + i1 = 3; + } else { + d3 = +Math_floor(+(+__ZNK4wasm7Literal6getf64Ev(i1))); + HEAPF64[i2 + 8 >> 3] = d3; + i1 = 4; + } + HEAP32[i2 >> 2] = i1; + return; +} + function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE8allocateEj(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -75658,13 +76646,13 @@ function __ZNSt3__113__vector_baseIN4wasm6Memory7SegmentENS_9allocatorIS3_EEED2E var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -12 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -12 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -75688,6 +76676,23 @@ function __ZNSt3__112__asprintf_lEPPcP15__locale_structPKcz(i4, i1, i3, i2) { return i1 | 0; } +function __ZNK4wasm7Literal9nearbyintEv(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var d3 = 0.0; + if ((HEAP32[i1 >> 2] | 0) == 3) { + d3 = +_nearbyintf(+__ZNK4wasm7Literal6getf32Ev(i1)); + HEAPF32[i2 + 8 >> 2] = d3; + i1 = 3; + } else { + d3 = +_nearbyint(+__ZNK4wasm7Literal6getf64Ev(i1)); + HEAPF64[i2 + 8 >> 3] = d3; + i1 = 4; + } + HEAP32[i2 >> 2] = i1; + return; +} + function __ZNSt3__16vectorIN4wasm4NameENS_9allocatorIS2_EEE8allocateEj(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -75706,13 +76711,13 @@ function __ZNSt3__113__vector_baseIPN4wasm12FunctionTypeENS_9allocatorIS3_EEED2E var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -75731,18 +76736,52 @@ function __ZNKSt3__18functionIFPN4wasm10ExpressionEN6cashew3RefEEEclES5_(i1, i2) return 0; } +function __ZNK4wasm7Literal4sqrtEv(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var d3 = 0.0; + if ((HEAP32[i1 >> 2] | 0) == 3) { + d3 = +Math_sqrt(+(+__ZNK4wasm7Literal6getf32Ev(i1))); + HEAPF32[i2 + 8 >> 2] = d3; + i1 = 3; + } else { + d3 = +Math_sqrt(+(+__ZNK4wasm7Literal6getf64Ev(i1))); + HEAPF64[i2 + 8 >> 3] = d3; + i1 = 4; + } + HEAP32[i2 >> 2] = i1; + return; +} + +function __ZNK4wasm7Literal4ceilEv(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var d3 = 0.0; + if ((HEAP32[i1 >> 2] | 0) == 3) { + d3 = +Math_ceil(+(+__ZNK4wasm7Literal6getf32Ev(i1))); + HEAPF32[i2 + 8 >> 2] = d3; + i1 = 3; + } else { + d3 = +Math_ceil(+(+__ZNK4wasm7Literal6getf64Ev(i1))); + HEAPF64[i2 + 8 >> 3] = d3; + i1 = 4; + } + HEAP32[i2 >> 2] = i1; + return; +} + function __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev(i1) { i1 = i1 | 0; var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -75751,42 +76790,42 @@ function __ZNSt3__113__vector_baseIPN4wasm10ExpressionENS_9allocatorIS3_EEED2Ev( function __ZNKSt3__120__time_get_c_storageIwE3__xEv(i1) { i1 = i1 | 0; - if ((HEAP8[37560] | 0) == 0 ? ___cxa_guard_acquire(37560) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(42100, 10428, _wcslen(10428) | 0); - ___cxa_atexit(201, 42100, ___dso_handle | 0) | 0; - ___cxa_guard_release(37560); + 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); } - return 42100; + return 42124; } function __ZNKSt3__120__time_get_c_storageIwE3__rEv(i1) { i1 = i1 | 0; - if ((HEAP8[37552] | 0) == 0 ? ___cxa_guard_acquire(37552) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(42088, 10380, _wcslen(10380) | 0); - ___cxa_atexit(201, 42088, ___dso_handle | 0) | 0; - ___cxa_guard_release(37552); + 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); } - return 42088; + return 42112; } function __ZNKSt3__120__time_get_c_storageIwE3__cEv(i1) { i1 = i1 | 0; - if ((HEAP8[37544] | 0) == 0 ? ___cxa_guard_acquire(37544) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(42076, 10296, _wcslen(10296) | 0); - ___cxa_atexit(201, 42076, ___dso_handle | 0) | 0; - ___cxa_guard_release(37544); + 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); } - return 42076; + return 42100; } function __ZNKSt3__120__time_get_c_storageIwE3__XEv(i1) { i1 = i1 | 0; - if ((HEAP8[37568] | 0) == 0 ? ___cxa_guard_acquire(37568) | 0 : 0) { - __ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6__initEPKwj(42112, 10464, _wcslen(10464) | 0); - ___cxa_atexit(201, 42112, ___dso_handle | 0) | 0; - ___cxa_guard_release(37568); + 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); } - return 42112; + return 42136; } function __ZN4wasm17SExpressionParserC2EPc(i3, i1) { @@ -75855,13 +76894,13 @@ function __ZNSt3__113__vector_baseIPN4wasm8FunctionENS_9allocatorIS3_EEED2Ev(i1) var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -75873,13 +76912,13 @@ function __ZNSt3__113__vector_baseIN6cashew7IStringENS_9allocatorIS2_EEED2Ev(i1) var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -75897,13 +76936,13 @@ function __ZNSt3__113__vector_baseIPN6cashew5ValueENS_9allocatorIS3_EEED2Ev(i1) var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -75915,13 +76954,13 @@ function __ZNSt3__113__vector_baseIN4wasm8WasmTypeENS_9allocatorIS2_EEED2Ev(i1) var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -75933,13 +76972,13 @@ function __ZNSt3__113__vector_baseIN4wasm8NameTypeENS_9allocatorIS2_EEED2Ev(i1) var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -8 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -8 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -75951,13 +76990,13 @@ function __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i1) { var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -16 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -16 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -75965,17 +77004,17 @@ function __ZNSt3__113__vector_baseIN4wasm7LiteralENS_9allocatorIS2_EEED2Ev(i1) { } function __GLOBAL__sub_I_simple_ast_cpp() { - HEAP32[9690] = 0; - HEAP32[9691] = 0; - HEAP32[9692] = 0; - HEAP32[9693] = 0; - HEAP32[9694] = 0; - HEAP32[9695] = 0; HEAP32[9696] = 0; HEAP32[9697] = 0; - ___cxa_atexit(188, 38760, ___dso_handle | 0) | 0; - __ZN6cashew10IStringSetC2EPKc(38792, 28487); - ___cxa_atexit(185, 38792, ___dso_handle | 0) | 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; return; } @@ -75995,13 +77034,13 @@ function __ZNSt3__113__vector_baseIPN4wasm6ImportENS_9allocatorIS3_EEED2Ev(i1) { var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -76013,19 +77052,34 @@ function __ZNSt3__113__vector_baseIPN4wasm6ExportENS_9allocatorIS3_EEED2Ev(i1) { var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + 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; + var i3 = 0, i4 = 0; + if ((HEAP32[i2 >> 2] | 0) == 4) { + i4 = i2 + 8 | 0; + i3 = HEAP32[i4 + 4 >> 2] | 0; + i2 = i1 + 8 | 0; + HEAP32[i2 >> 2] = HEAP32[i4 >> 2]; + HEAP32[i2 + 4 >> 2] = i3; + HEAP32[i1 >> 2] = 2; + return; + } else ___assert_fail(20658, 27598, 189, 20680); +} + function __ZN4wasm7Literal9castToF64Ev(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -76038,7 +77092,7 @@ function __ZN4wasm7Literal9castToF64Ev(i1, i2) { HEAP32[i2 + 4 >> 2] = i3; HEAP32[i1 >> 2] = 4; return; - } else ___assert_fail(16253, 27572, 176, 16275); + } else ___assert_fail(16253, 27598, 177, 16275); } function __ZN4wasm12PassRegistry8PassInfoC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS2_8functionIFPNS_4PassEvEEE(i3, i2, i1) { @@ -76055,13 +77109,13 @@ function __ZNSt3__113__vector_baseIPN4wasm4PassENS_9allocatorIS3_EEED2Ev(i1) { var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -76073,13 +77127,13 @@ function __ZNSt3__113__vector_baseIN6cashew3RefENS_9allocatorIS2_EEED2Ev(i1) { var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -76092,7 +77146,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[9554] | 0)) __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i2, i1); + if ((i3 | 0) == (HEAP32[9560] | 0)) __ZN4wasm22SExpressionWasmBuilder11parseImportERNS_7ElementE(i2, i1); return; } @@ -76101,25 +77155,42 @@ function __ZNSt3__113__vector_baseIN4wasm4NameENS_9allocatorIS2_EEED2Ev(i1) { var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } return; } +function __ZNK4wasm7Literal5truncEv(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var d3 = 0.0; + if ((HEAP32[i1 >> 2] | 0) == 3) { + d3 = +_truncf(+__ZNK4wasm7Literal6getf32Ev(i1)); + HEAPF32[i2 + 8 >> 2] = d3; + i1 = 3; + } else { + d3 = +_trunc(+__ZNK4wasm7Literal6getf64Ev(i1)); + HEAPF64[i2 + 8 >> 3] = d3; + i1 = 4; + } + HEAP32[i2 >> 2] = i1; + return; +} + function __ZNSt3__18ios_base4InitD2Ev(i1) { i1 = i1 | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(39476) | 0; - __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv(39644) | 0; - __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(39816) | 0; - __ZNSt3__113basic_ostreamIwNS_11char_traitsIwEEE5flushEv(39984) | 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; } @@ -76167,10 +77238,10 @@ function __ZN6cashew13OperatorClassC2EOS0_(i2, i1) { function __ZN4wasm14AstStackHelperC2EN6cashew3RefE(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - i1 = HEAP32[9583] | 0; - if ((i1 | 0) == (HEAP32[9584] | 0)) __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(38328, i2); else { + i1 = HEAP32[9589] | 0; + if ((i1 | 0) == (HEAP32[9590] | 0)) __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE21__push_back_slow_pathIRKS2_EEvOT_(38352, i2); else { HEAP32[i1 >> 2] = HEAP32[i2 >> 2]; - HEAP32[9583] = (HEAP32[9583] | 0) + 4; + HEAP32[9589] = (HEAP32[9589] | 0) + 4; } return; } @@ -76232,22 +77303,22 @@ function ___shlim(i3, i4) { function __ZNKSt3__120__time_get_c_storageIcE3__rEv(i1) { i1 = i1 | 0; - if ((HEAP8[37472] | 0) == 0 ? ___cxa_guard_acquire(37472) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(41276, 33382, 11); - ___cxa_atexit(197, 41276, ___dso_handle | 0) | 0; - ___cxa_guard_release(37472); + 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); } - return 41276; + return 41300; } function __ZNKSt3__120__time_get_c_storageIcE3__cEv(i1) { i1 = i1 | 0; - if ((HEAP8[37464] | 0) == 0 ? ___cxa_guard_acquire(37464) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(41264, 33361, 20); - ___cxa_atexit(197, 41264, ___dso_handle | 0) | 0; - ___cxa_guard_release(37464); + 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); } - return 41264; + return 41288; } function __ZNK10__cxxabiv117__class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi(i4, i2, i1, i3) { @@ -76296,22 +77367,36 @@ function __ZN4wasm13sigToWasmTypeEc(i2) { function __ZNKSt3__120__time_get_c_storageIcE3__xEv(i1) { i1 = i1 | 0; - if ((HEAP8[37480] | 0) == 0 ? ___cxa_guard_acquire(37480) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(41288, 33394, 8); - ___cxa_atexit(197, 41288, ___dso_handle | 0) | 0; - ___cxa_guard_release(37480); + 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); } - return 41288; + return 41312; } function __ZNKSt3__120__time_get_c_storageIcE3__XEv(i1) { i1 = i1 | 0; - if ((HEAP8[37488] | 0) == 0 ? ___cxa_guard_acquire(37488) | 0 : 0) { - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(41300, 33403, 8); - ___cxa_atexit(197, 41300, ___dso_handle | 0) | 0; - ___cxa_guard_release(37488); + 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); } - return 41300; + return 41324; +} + +function __ZNK4wasm7Literal12extendToSI64Ev(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + var i3 = 0; + if ((HEAP32[i2 >> 2] | 0) == 1) { + i3 = HEAP32[i2 + 8 >> 2] | 0; + HEAP32[i1 >> 2] = 2; + i2 = i1 + 8 | 0; + HEAP32[i2 >> 2] = i3; + HEAP32[i2 + 4 >> 2] = ((i3 | 0) < 0) << 31 >> 31; + return; + } else ___assert_fail(16221, 27598, 307, 20486); } function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE5clearEv(i1) { @@ -76330,13 +77415,13 @@ function __ZNSt3__113__vector_baseIPcNS_9allocatorIS1_EEED2Ev(i1) { var i2 = 0, i3 = 0, i4 = 0; i3 = HEAP32[i1 >> 2] | 0; if (i3 | 0) { - i1 = i1 + 4 | 0; - i2 = HEAP32[i1 >> 2] | 0; + i2 = i1 + 4 | 0; + i1 = HEAP32[i2 >> 2] | 0; while (1) { - if ((i2 | 0) == (i3 | 0)) break; - i4 = i2 + -4 | 0; - HEAP32[i1 >> 2] = i4; - i2 = i4; + if ((i1 | 0) == (i3 | 0)) break; + i4 = i1 + -4 | 0; + HEAP32[i2 >> 2] = i4; + i1 = i4; } __ZdlPv(i3); } @@ -76536,21 +77621,21 @@ function __ZN4wasm4Call7doPrintERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE return __ZN4wasm4Call9printBodyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEj(i3, i2, i1) | 0; } -function __ZN4wasm5unhexEc(i3) { - i3 = i3 | 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; +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; break; } - if ((i3 + -65 & 255) < 6) { - i1 = i2 + -55 | 0; + if ((i1 + -65 & 255) < 6) { + i3 = i2 + -55 | 0; break; } else _abort(); - } else i1 = i2 + -48 | 0; while (0); - return i1 | 0; + } else i3 = i2 + -48 | 0; while (0); + return i3 | 0; } function __ZNKSt3__15ctypeIcE9do_narrowEPKcS3_cPc(i3, i1, i5, i4, i2) { @@ -76707,12 +77792,12 @@ function __ZNKSt3__17collateIcE7do_hashEPKcS3_(i1, i2, i3) { } function __GLOBAL__sub_I_optimizer_shared_cpp() { - HEAP32[9703] = 0; - __ZN6cashew7IString3setEPKcb(38816, 28624, 1); - __ZN6cashew7IString3setEPKcb(38820, 28643, 1); - __ZN6cashew7IString3setEPKcb(38824, 28662, 1); - __ZN6cashew7IString3setEPKcb(38828, 28681, 1); - __ZN6cashew7IString3setEPKcb(38832, 28702, 1); + HEAP32[9709] = 0; + __ZN6cashew7IString3setEPKcb(38840, 28650, 1); + __ZN6cashew7IString3setEPKcb(38844, 28669, 1); + __ZN6cashew7IString3setEPKcb(38848, 28688, 1); + __ZN6cashew7IString3setEPKcb(38852, 28707, 1); + __ZN6cashew7IString3setEPKcb(38856, 28728, 1); return; } @@ -76781,35 +77866,49 @@ function __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE2atEj(i3, i2) { return 0; } -function __ZN4wasm15Asm2WasmBuilder12bytesToShiftEj(i3, i2) { - i3 = i3 | 0; +function __ZNK4wasm7Literal12extendToUI64Ev(i1, i2) { + i1 = i1 | 0; i2 = i2 | 0; - var i1 = 0; - switch (i2 | 0) { + var i3 = 0; + if ((HEAP32[i2 >> 2] | 0) == 1) { + i3 = HEAP32[i2 + 8 >> 2] | 0; + HEAP32[i1 >> 2] = 2; + i2 = i1 + 8 | 0; + HEAP32[i2 >> 2] = i3; + HEAP32[i2 + 4 >> 2] = 0; + return; + } else ___assert_fail(16221, 27598, 311, 20499); +} + +function __ZN4wasm15Asm2WasmBuilder12bytesToShiftEj(i3, i1) { + i3 = i3 | 0; + i1 = i1 | 0; + var i2 = 0; + switch (i1 | 0) { case 1: { - i1 = 0; + i2 = 0; break; } case 2: { - i1 = 1; + i2 = 1; break; } case 4: { - i1 = 2; + i2 = 2; break; } case 8: { - i1 = 3; + i2 = 3; break; } default: _abort(); } - return i1 | 0; + return i2 | 0; } function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter10visitUnaryEPNS_5UnaryE(i2, i1) { @@ -76927,7 +78026,7 @@ function __ZN6cashew5Value8setArrayEj(i2, i1) { var i3 = 0; __ZN6cashew5Value4freeEv(i2); HEAP32[i2 >> 2] = 2; - i3 = __ZN6cashew5Arena10allocArrayEv(38760) | 0; + i3 = __ZN6cashew5Arena10allocArrayEv(38784) | 0; HEAP32[i2 + 8 >> 2] = i3; __ZNSt3__16vectorIN6cashew3RefENS_9allocatorIS2_EEE7reserveEj(i3, i1); return i2 | 0; @@ -76941,23 +78040,12 @@ function __ZN4wasm18CountLeadingZeroesIjEEiT_(i1) { i1 = i1 >>> 8 | i1; i1 = i1 >>> 16 | i1; if (!i1) i1 = 32; else { - i1 = 28973 + ((Math_imul(i1, 130329821) | 0) >>> 27) | 0; + i1 = 28999 + ((Math_imul(i1, 130329821) | 0) >>> 27) | 0; i1 = HEAPU8[i1 >> 0] | 0; } return i1 | 0; } -function __ZN4wasm17RemoveUnusedNames10visitBreakEPNS_5BreakE(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - var i3 = 0; - i3 = STACKTOP; - STACKTOP = STACKTOP + 16 | 0; - __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i3, i2 + 12 | 0, i1 + 12 | 0); - STACKTOP = i3; - return; -} - function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEjEN17ExpressionPrinter7visitIfEPNS_2IfE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -76978,13 +78066,24 @@ function __ZNSt3__18functionIFvvEED2Ev(i2) { function __ZN6cashew5Value4backEv(i1) { i1 = i1 | 0; var i2 = 0; - if ((HEAP32[i1 >> 2] | 0) != 2) ___assert_fail(28576, 28586, 490, 23445); + if ((HEAP32[i1 >> 2] | 0) != 2) ___assert_fail(28602, 28612, 490, 23471); 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; return i1 | 0; } +function __ZN4wasm17RemoveUnusedNames10visitBreakEPNS_5BreakE(i2, i1) { + i2 = i2 | 0; + i1 = i1 | 0; + var i3 = 0; + i3 = STACKTOP; + STACKTOP = STACKTOP + 16 | 0; + __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEE15__insert_uniqueERKS2_(i3, i2 + 12 | 0, i1 + 8 | 0); + STACKTOP = i3; + return; +} + function ___uremdi3(i1, i2, i3, i4) { i1 = i1 | 0; i2 = i2 | 0; @@ -77112,25 +78211,25 @@ function __ZN4wasm15getWasmTypeSizeENS_8WasmTypeE(i2) { return i1 | 0; } -function __ZN4wasm11getWasmTypeEjb(i3, i2) { +function __ZN4wasm11getWasmTypeEjb(i3, i1) { i3 = i3 | 0; - i2 = i2 | 0; - var i1 = 0; - L1 : do if (i3 >>> 0 < 4) i1 = 1; else switch (i3 | 0) { + i1 = i1 | 0; + var i2 = 0; + L1 : do if (i3 >>> 0 < 4) i2 = 1; else switch (i3 | 0) { case 4: { - i1 = i2 ? 3 : 1; + i2 = i1 ? 3 : 1; break L1; } case 8: { - i1 = i2 ? 4 : 2; + i2 = i1 ? 4 : 2; break L1; } default: _abort(); } while (0); - return i1 | 0; + return i2 | 0; } function __Z17printMinorOpeningRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEEPKc(i1, i2) { @@ -77157,7 +78256,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[9542]; + HEAP32[i1 + 8 >> 2] = HEAP32[9548]; HEAP32[i1 + 4 >> 2] = 1; return i1 | 0; } @@ -77226,45 +78325,69 @@ function __ZN4wasm22SExpressionWasmBuilder10parseStartERNS_7ElementE(i2, i1) { return; } -function __ZN4wasm13asmToWasmTypeE7AsmType(i2) { - i2 = i2 | 0; - var i1 = 0; - switch (i2 | 0) { +function __ZN4wasm13asmToWasmTypeE7AsmType(i1) { + i1 = i1 | 0; + var i2 = 0; + switch (i1 | 0) { case 0: { - i1 = 1; + i2 = 1; break; } case 1: { - i1 = 4; + i2 = 4; break; } case 2: { - i1 = 3; + i2 = 3; break; } case 8: { - i1 = 0; + i2 = 0; break; } default: _abort(); } - return i1 | 0; + return i2 | 0; +} + +function __ZNK4wasm7Literal13truncateToF32Ev(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + var d3 = 0.0; + if ((HEAP32[i2 >> 2] | 0) == 4) { + d3 = +__ZNK4wasm7Literal6getf64Ev(i2); + HEAP32[i1 >> 2] = 3; + HEAPF32[i1 + 8 >> 2] = d3; + return; + } else ___assert_fail(20658, 27598, 323, 20690); } function __ZL12prepare2wasmv() { var i1 = 0; - if ((HEAP32[9588] | 0) == 0 & (HEAP32[9589] | 0) == 0 & (HEAP32[9590] | 0) == 0 & (HEAP32[9591] | 0) == 0) { + if ((HEAP32[9594] | 0) == 0 & (HEAP32[9595] | 0) == 0 & (HEAP32[9596] | 0) == 0 & (HEAP32[9597] | 0) == 0) { i1 = (_emscripten_asm_const_i(5) | 0) != 0 & 1; - HEAP8[42364] = i1; + HEAP8[42388] = i1; return; } else ___assert_fail(16285, 14681, 46, 16397); } +function __ZNK4wasm7Literal11extendToF64Ev(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + var d3 = 0.0; + if ((HEAP32[i2 >> 2] | 0) == 3) { + d3 = +__ZNK4wasm7Literal6getf32Ev(i2); + HEAP32[i1 >> 2] = 4; + HEAPF64[i1 + 8 >> 3] = d3; + return; + } else ___assert_fail(20614, 27598, 315, 20646); +} + function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizer10visitBlockEPNS_5BlockEE11BreakSeekervE9startWalkEPNS_8FunctionE(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; @@ -77272,23 +78395,23 @@ function __ZN4wasm10WasmWalkerIZZNS_15Asm2WasmBuilder8optimizeEvEN19BlockBreakOp return; } -function _wmemcpy(i4, i2, i1) { - i4 = i4 | 0; +function _wmemcpy(i3, i2, i1) { + i3 = i3 | 0; i2 = i2 | 0; i1 = i1 | 0; - var i3 = 0; + var i4 = 0; if (i1 | 0) { - i3 = i4; + i4 = i3; while (1) { i1 = i1 + -1 | 0; - HEAP32[i3 >> 2] = HEAP32[i2 >> 2]; + HEAP32[i4 >> 2] = HEAP32[i2 >> 2]; if (!i1) break; else { + i4 = i4 + 4 | 0; i2 = i2 + 4 | 0; - i3 = i3 + 4 | 0; } } } - return i4 | 0; + return i3 | 0; } function ___muldi3(i1, i2, i3, i4) { @@ -77304,6 +78427,26 @@ function ___muldi3(i1, i2, i3, i4) { return (tempRet0 = (Math_imul(i2, i6) | 0) + (Math_imul(i4, i5) | 0) + i1 | i1 & 0, i3 | 0 | 0) | 0; } +function __ZN4wasm7Literal8getFloatEv(i2) { + i2 = i2 | 0; + var d1 = 0.0; + switch (HEAP32[i2 >> 2] | 0) { + case 3: + { + d1 = +__ZNK4wasm7Literal6getf32Ev(i2); + break; + } + case 4: + { + d1 = +__ZNK4wasm7Literal6getf64Ev(i2); + break; + } + default: + _abort(); + } + return +d1; +} + function __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev(i1) { i1 = i1 | 0; HEAP32[i1 >> 2] = 2816; @@ -77356,28 +78499,14 @@ function ___cxa_get_globals_fast() { var i1 = 0, i2 = 0; i1 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - if (!(_pthread_once(42352, 2) | 0)) { - i2 = _pthread_getspecific(HEAP32[10589] | 0) | 0; + if (!(_pthread_once(42376, 2) | 0)) { + i2 = _pthread_getspecific(HEAP32[10595] | 0) | 0; STACKTOP = i1; return i2 | 0; - } else _abort_message(34955, i1); + } else _abort_message(34981, 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; @@ -77393,19 +78522,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) == 22727 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 22753 ? 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) == 22533 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 22559 ? 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) == 22252 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 22278 ? i2 + 4 | 0 : 0) | 0; } function __ZNKSt3__15ctypeIcE8do_widenEPKcS3_Pc(i3, i1, i4, i2) { @@ -77435,10 +78564,23 @@ function __ZN10__cxxabiv112_GLOBAL__N_19destruct_EPv(i1) { i2 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; _free(i1); - if (!(_pthread_setspecific(HEAP32[10589] | 0, 0) | 0)) { + if (!(_pthread_setspecific(HEAP32[10595] | 0, 0) | 0)) { STACKTOP = i2; return; - } else _abort_message(34852, i2); + } 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; } function _snprintf(i3, i2, i1, i4) { @@ -77470,7 +78612,7 @@ function __ZZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC1EPKcS4_ENKUlvE_clEv(i1 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) == 26337 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 26363 ? i2 + 4 | 0 : 0) | 0; } function __ZZN4wasm12RegisterPassINS_14SimplifyLocalsEEC1EPKcS4_ENKUlvE_clEv(i1) { @@ -77519,19 +78661,30 @@ 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) == 25604 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 25630 ? 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) == 27833 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 27859 ? 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) == 27104 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 27130 ? i2 + 4 | 0 : 0) | 0; +} + +function __ZNK4wasm7Literal13truncateToI32Ev(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + if ((HEAP32[i2 >> 2] | 0) == 2) { + i2 = HEAP32[i2 + 8 >> 2] | 0; + HEAP32[i1 >> 2] = 1; + HEAP32[i1 + 8 >> 2] = i2; + return; + } else ___assert_fail(16253, 27598, 319, 20512); } function __ZZN4wasm12RegisterPassINS_11MergeBlocksEEC1EPKcS4_ENKUlvE_clEv(i1) { @@ -77557,22 +78710,22 @@ function __ZN4wasm2If8finalizeEv(i1) { function __ZN4wasm12PassRegistry3getEv() { var i1 = 0; - i1 = HEAP32[9595] | 0; + i1 = HEAP32[9601] | 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[9595] = i1; + HEAP32[9601] = i1; } return i1 | 0; } function __ZL8abort_onN6cashew3RefE(i1) { i1 = i1 | 0; - __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 39560, 0); - __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(39560, 10) | 0; + __ZN6cashew5Value9stringifyERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb(HEAP32[i1 >> 2] | 0, 39584, 0); + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_c(39584, 10) | 0; _abort(); } @@ -77608,13 +78761,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) == 24874 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 24900 ? 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(28576, 28586, 473, 36152); + 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); return 0; } @@ -77633,56 +78786,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(42204) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42228) | 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(42196) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42220) | 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(42188) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42212) | 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(42180) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42204) | 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(42140) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42164) | 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(42132) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42156) | 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(42124) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42148) | 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(41312) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(41336) | 0); return; } @@ -77706,28 +78859,28 @@ function __ZTv0_n12_NSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocat function __ZNSt3__16locale5__imp7installINS_7num_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40500) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40524) | 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(40492) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40516) | 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(40484) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40508) | 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(40460) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40484) | 0); return; } @@ -77762,13 +78915,13 @@ 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(28576, 28586, 457, 14949); + } else ___assert_fail(28602, 28612, 457, 14949); 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(28883, 28841, 44, 28899); + 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); return 0; } @@ -77813,16 +78966,6 @@ function __ZNKSt3__17codecvtIwc11__mbstate_tE13do_max_lengthEv(i1) { return i1 | 0; } -function __ZN4wasm7Literal14reinterpreti64Ev(i1) { - i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 4) { - i1 = i1 + 8 | 0; - tempRet0 = HEAP32[i1 + 4 >> 2] | 0; - return HEAP32[i1 >> 2] | 0; - } else ___assert_fail(20647, 27572, 190, 20669); - return 0; -} - function copyTempFloat(i1) { i1 = i1 | 0; HEAP8[tempDoublePtr >> 0] = HEAP8[i1 >> 0]; @@ -77850,21 +78993,21 @@ function dynCall_iiiiiii(i7, i1, i2, i3, i4, i5, i6) { } function __ZNSt3__16locale8__globalEv() { - if ((HEAP8[38056] | 0) == 0 ? ___cxa_guard_acquire(38056) | 0 : 0) { + if ((HEAP8[38080] | 0) == 0 ? ___cxa_guard_acquire(38080) | 0 : 0) { __ZNSt3__16locale5__imp11make_globalEv() | 0; - HEAP32[10568] = 42268; - ___cxa_guard_release(38056); + HEAP32[10574] = 42292; + ___cxa_guard_release(38080); } - return HEAP32[10568] | 0; + return HEAP32[10574] | 0; } function __ZNSt3__16locale7classicEv() { - if ((HEAP8[37888] | 0) == 0 ? ___cxa_guard_acquire(37888) | 0 : 0) { + if ((HEAP8[37912] | 0) == 0 ? ___cxa_guard_acquire(37912) | 0 : 0) { __ZNSt3__16locale5__imp12make_classicEv() | 0; - HEAP32[10566] = 42260; - ___cxa_guard_release(37888); + HEAP32[10572] = 42284; + ___cxa_guard_release(37912); } - return HEAP32[10566] | 0; + return HEAP32[10572] | 0; } function _bitshift64Ashr(i3, i2, i1) { @@ -77883,18 +79026,18 @@ function _newlocale(i2, i3, i1) { i2 = i2 | 0; i3 = i3 | 0; i1 = i1 | 0; - if (((HEAP8[i3 >> 0] | 0) != 0 ? (_strcmp(i3, 32656) | 0) != 0 : 0) ? (_strcmp(i3, 31704) | 0) != 0 : 0) i1 = 0; else if (!i1) i1 = _calloc(1, 4) | 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; return i1 | 0; } function __ZNSt3__16__clocEv() { var i1 = 0; - if ((HEAP8[37408] | 0) == 0 ? ___cxa_guard_acquire(37408) | 0 : 0) { - i1 = _newlocale(2147483647, 32656, 0) | 0; - HEAP32[10114] = i1; - ___cxa_guard_release(37408); + if ((HEAP8[37432] | 0) == 0 ? ___cxa_guard_acquire(37432) | 0 : 0) { + i1 = _newlocale(2147483647, 32682, 0) | 0; + HEAP32[10120] = i1; + ___cxa_guard_release(37432); } - return HEAP32[10114] | 0; + return HEAP32[10120] | 0; } function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEEclEv(i1) { @@ -77939,6 +79082,26 @@ function _fprintf(i1, i2, i3) { return i3 | 0; } +function __ZNK4wasm7Literal6geti64Ev(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 2) { + i1 = i1 + 8 | 0; + tempRet0 = HEAP32[i1 + 4 >> 2] | 0; + return HEAP32[i1 >> 2] | 0; + } else ___assert_fail(16253, 27598, 196, 20403); + return 0; +} + +function __ZN4wasm7Literal9castToI32Ev(i1, i2) { + i1 = i1 | 0; + i2 = i2 | 0; + if ((HEAP32[i2 >> 2] | 0) == 3) { + HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; + HEAP32[i1 >> 2] = 1; + return; + } else ___assert_fail(20614, 27598, 183, 20636); +} + function __ZN4wasm7Literal9castToF32Ev(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -77946,7 +79109,7 @@ function __ZN4wasm7Literal9castToF32Ev(i1, i2) { HEAP32[i1 + 8 >> 2] = HEAP32[i2 + 8 >> 2]; HEAP32[i1 >> 2] = 3; return; - } else ___assert_fail(16221, 27572, 170, 16243); + } else ___assert_fail(16221, 27598, 171, 16243); } function dynCall_iiiiiid(i7, i1, i2, i3, i4, i5, d6) { @@ -77960,16 +79123,6 @@ function dynCall_iiiiiid(i7, i1, i2, i3, i4, i5, d6) { return FUNCTION_TABLE_iiiiiid[i7 & 3](i1 | 0, i2 | 0, i3 | 0, i4 | 0, i5 | 0, +d6) | 0; } -function __ZN4wasm7Literal6geti64Ev(i1) { - i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 2) { - i1 = i1 + 8 | 0; - tempRet0 = HEAP32[i1 + 4 >> 2] | 0; - return HEAP32[i1 >> 2] | 0; - } else ___assert_fail(16253, 27572, 183, 20424); - return 0; -} - function _sscanf(i2, i1, i3) { i2 = i2 | 0; i1 = i1 | 0; @@ -78002,20 +79155,20 @@ function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6append return __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKcj(i2, i1, _strlen(i1) | 0) | 0; } -function _wmemset(i4, i3, i1) { - i4 = i4 | 0; +function _wmemset(i3, i2, i1) { i3 = i3 | 0; + i2 = i2 | 0; i1 = i1 | 0; - var i2 = 0; + var i4 = 0; if (i1 | 0) { - i2 = i4; + i4 = i3; while (1) { i1 = i1 + -1 | 0; - HEAP32[i2 >> 2] = i3; - if (!i1) break; else i2 = i2 + 4 | 0; + HEAP32[i4 >> 2] = i2; + if (!i1) break; else i4 = i4 + 4 | 0; } } - return i4 | 0; + return i3 | 0; } function __ZNSt3__16__treeIN4wasm4NameENS_4lessIS2_EENS_9allocatorIS2_EEED2Ev(i1) { @@ -78112,8 +79265,8 @@ function __ZN4wasm19CountTrailingZeroesIyEEiT_(i1, i2) { function __ZN4wasm14AstStackHelper9getParentEv(i1) { i1 = i1 | 0; var i2 = 0; - i1 = HEAP32[9582] | 0; - i2 = (HEAP32[9583] | 0) - i1 >> 2; + i1 = HEAP32[9588] | 0; + i2 = (HEAP32[9589] | 0) - i1 >> 2; if (i2 >>> 0 > 1) i1 = HEAP32[i1 + (i2 + -2 << 2) >> 2] | 0; else i1 = 0; return i1 | 0; } @@ -78131,12 +79284,12 @@ function __ZNK6cashew7IStringltERKS0_(i2, i1) { var i3 = 0; i3 = HEAP32[i2 >> 2] | 0; i2 = HEAP32[i1 >> 2] | 0; - return (_strcmp((i3 | 0) == 0 ? 46453 : i3, (i2 | 0) == 0 ? 46453 : i2) | 0) < 0 | 0; + return (_strcmp((i3 | 0) == 0 ? 46477 : i3, (i2 | 0) == 0 ? 46477 : i2) | 0) < 0 | 0; } function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement7getNodeEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(23728, 22821, 319, 23735); else return HEAP32[i1 + 4 >> 2] | 0; + if (!(HEAP8[i1 >> 0] | 0)) ___assert_fail(23754, 22847, 319, 23761); else return HEAP32[i1 + 4 >> 2] | 0; return 0; } @@ -78147,7 +79300,7 @@ function _abort_message(i1, i2) { i3 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; HEAP32[i3 >> 2] = i2; - i2 = HEAP32[1007] | 0; + i2 = HEAP32[1036] | 0; _vfprintf(i2, i1, i3) | 0; _fputc(10, i2) | 0; _abort(); @@ -78162,7 +79315,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnused function __ZN6cashew6ParserINS_3RefENS_19DotZeroValueBuilderEE17ExpressionElement5getOpEv(i1) { i1 = i1 | 0; - if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 4 >> 2] | 0; else ___assert_fail(23743, 22821, 323, 23751); + if (!(HEAP8[i1 >> 0] | 0)) return HEAP32[i1 + 4 >> 2] | 0; else ___assert_fail(23769, 22847, 323, 23777); return 0; } @@ -78200,10 +79353,10 @@ function __ZN10__cxxabiv112_GLOBAL__N_110construct_Ev() { var i1 = 0; i1 = STACKTOP; STACKTOP = STACKTOP + 16 | 0; - if (!(_pthread_key_create(42356, 204) | 0)) { + if (!(_pthread_key_create(42380, 204) | 0)) { STACKTOP = i1; return; - } else _abort_message(34905, i1); + } else _abort_message(34931, i1); } function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLocalsEEC1EPKcS7_EUlvE_NS_9allocatorIS8_EEFPNS2_4PassEvEE7__cloneEv(i1) { @@ -78247,14 +79400,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(42244) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42268) | 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(42252) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42276) | 0); return; } @@ -78269,14 +79422,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(42236) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42260) | 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(42228) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42252) | 0); return; } @@ -78312,9 +79465,9 @@ function __ZNSt3__16locale5__imp11make_globalEv() { var i1 = 0; i1 = __ZNSt3__16locale7classicEv() | 0; i1 = HEAP32[i1 >> 2] | 0; - HEAP32[10567] = i1; + HEAP32[10573] = i1; __ZNSt3__114__shared_count12__add_sharedEv(i1); - return 42268; + return 42292; } function __ZNKSt3__15ctypeIwE10do_toupperEw(i2, i1) { @@ -78347,34 +79500,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) == 24128 ? i2 + 4 | 0 : 0) | 0; + return ((HEAP32[i1 + 4 >> 2] | 0) == 24154 ? 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(42172) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(42196) | 0); return; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIwLb0EEEEEvPT_(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(42188) | 0); return; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb1EEEEEvPT_(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(42180) | 0); return; } function __ZNSt3__16locale5__imp7installINS_10moneypunctIcLb0EEEEEvPT_(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(42172) | 0); return; } @@ -78547,7 +79700,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(39560, 24088) | 0; + __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc(39584, 24114) | 0; _abort(); } @@ -78628,7 +79781,7 @@ function __ZNKSt3__110moneypunctIcLb0EE11do_groupingEv(i2, i1) { function __ZN4wasm19CountTrailingZeroesIjEEiT_(i1) { i1 = i1 | 0; if (!i1) i1 = 32; else { - i1 = 28941 + ((Math_imul(i1 & 0 - i1, 125613361) | 0) >>> 27) | 0; + i1 = 28967 + ((Math_imul(i1 & 0 - i1, 125613361) | 0) >>> 27) | 0; i1 = HEAPU8[i1 >> 0] | 0; } return i1 | 0; @@ -78644,7 +79797,7 @@ function __ZN4wasm17RemoveUnusedNamesD2Ev(i1) { function __ZN4wasm12toUInteger32Ed(d1) { d1 = +d1; - if (__ZN4wasm12isUInteger32Ed(d1) | 0) return ~~(d1 < 4294967295.0 ? d1 : 4294967295.0) >>> 0 | 0; else ___assert_fail(28825, 28841, 37, 28870); + if (__ZN4wasm12isUInteger32Ed(d1) | 0) return ~~(d1 < 4294967295.0 ? d1 : 4294967295.0) >>> 0 | 0; else ___assert_fail(28851, 28867, 37, 28896); return 0; } @@ -78663,28 +79816,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(40476) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40500) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8numpunctIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40448) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40472) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8messagesIwEEEEvPT_(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(42244) | 0); return; } function __ZNSt3__16locale5__imp7installINS_8messagesIcEEEEvPT_(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(42236) | 0); return; } @@ -78704,14 +79857,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(40428) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40452) | 0); return; } function __ZNSt3__16locale5__imp7installINS_7collateIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40420) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40444) | 0); return; } @@ -78759,14 +79912,14 @@ function __ZNKSt3__18numpunctIwE12do_falsenameEv(i1, i2) { function __ZNSt3__16locale5__imp7installINS_5ctypeIwEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40468) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40492) | 0); return; } function __ZNSt3__16locale5__imp7installINS_5ctypeIcEEEEvPT_(i2, i1) { i2 = i2 | 0; i1 = i1 | 0; - __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40436) | 0); + __ZNSt3__16locale5__imp7installEPNS0_5facetEl(i2, i1, __ZNSt3__16locale2id5__getEv(40460) | 0); return; } @@ -78966,18 +80119,6 @@ function __ZNKSt3__110moneypunctIcLb0EE16do_negative_signEv(i1, i2) { return; } -function __ZN4wasm7Literal14reinterpretf64Ev(i1) { - i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 2) return +(+HEAPF64[i1 + 8 >> 3]); else ___assert_fail(16253, 27572, 192, 20684); - return +(0.0); -} - -function __ZN4wasm7Literal14reinterpretf32Ev(i1) { - i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 1) return +(+HEAPF32[i1 + 8 >> 2]); else ___assert_fail(16221, 27572, 191, 20632); - return +(0.0); -} - function __ZNKSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE11target_typeEv(i1) { i1 = i1 | 0; return 336; @@ -79035,7 +80176,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, 35824, 5); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 35850, 5); return; } @@ -79066,7 +80207,7 @@ function __ZNSt3__15ctypeIcED2Ev(i2) { function __ZNKSt3__18numpunctIcE11do_truenameEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; - __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 35830, 4); + __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj(i1, 35856, 4); return; } @@ -79077,12 +80218,6 @@ function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2 return; } -function __ZN4wasm7Literal14reinterpreti32Ev(i1) { - i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 3) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(20507, 27572, 189, 20529); - return 0; -} - function __ZNKSt3__18numpunctIwE11do_groupingEv(i1, i2) { i1 = i1 | 0; i2 = i2 | 0; @@ -79121,6 +80256,18 @@ function __ZTv0_n12_NSt3__113basic_istreamIcNS_11char_traitsIcEEED1Ev(i1) { return; } +function __ZNK4wasm7Literal6getf64Ev(i1) { + i1 = i1 | 0; + if ((HEAP32[i1 >> 2] | 0) == 4) return +(+HEAPF64[i1 + 8 >> 3]); else ___assert_fail(20658, 27598, 198, 21175); + 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); + return +(0.0); +} + function __ZZN4wasm14ModuleInstance12callFunctionEN6cashew7IStringERNSt3__16vectorINS_7LiteralENS3_9allocatorIS5_EEEEEN16ExpressionRunnerD0Ev(i1) { i1 = i1 | 0; __ZdlPv(i1); @@ -79140,18 +80287,6 @@ function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_17RemoveUnused return 840; } -function __ZN4wasm7Literal6getf64Ev(i1) { - i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 4) return +(+HEAPF64[i1 + 8 >> 3]); else ___assert_fail(20647, 27572, 185, 21149); - return +(0.0); -} - -function __ZN4wasm7Literal6getf32Ev(i1) { - i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 3) return +(+HEAPF32[i1 + 8 >> 2]); else ___assert_fail(20507, 27572, 184, 21142); - return +(0.0); -} - function __ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEE7destroyEv(i1) { i1 = i1 | 0; return; @@ -79180,7 +80315,7 @@ function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14SimplifyLoca function __ZN6cashew12ValueBuilder13makeRawStringERKNS_7IStringE(i1) { i1 = i1 | 0; - return __ZN6cashew5Value9setStringERKNS_7IStringE(__ZN6cashew5Arena5allocEv(38760) | 0, i1) | 0; + return __ZN6cashew5Value9setStringERKNS_7IStringE(__ZN6cashew5Arena5allocEv(38784) | 0, i1) | 0; } function b11(i1, i2, i3, i4, i5, i6, i7, i8) { @@ -79230,7 +80365,7 @@ function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2 function __ZN6cashew5Value8getArrayEv(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 2) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(28576, 28586, 219, 22800); + if ((HEAP32[i1 >> 2] | 0) == 2) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(28602, 28612, 219, 22826); return 0; } @@ -79255,9 +80390,15 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_14PostEmscripte return; } +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); + return 0; +} + function __ZN6cashew5Value10getCStringEv(i1) { i1 = i1 | 0; - if (!(HEAP32[i1 >> 2] | 0)) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(14927, 28586, 207, 15236); + if (!(HEAP32[i1 >> 2] | 0)) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(14927, 28612, 207, 15236); return 0; } @@ -79275,25 +80416,19 @@ function __ZNKSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksE return 536; } -function __ZN4wasm7Literal6geti32Ev(i1) { - i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 1) return HEAP32[i1 + 8 >> 2] | 0; else ___assert_fail(16221, 27572, 182, 21135); - return 0; -} - function __ZN4wasm10Expression4castINS_5BreakEEEPT_v(i1) { i1 = i1 | 0; - if ((HEAP32[i1 >> 2] | 0) == 4) return i1 | 0; else ___assert_fail(25584, 27572, 367, 25599); + if ((HEAP32[i1 >> 2] | 0) == 4) return i1 | 0; else ___assert_fail(25610, 27598, 756, 25625); return 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 _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 ___syscall_ret(i1) { @@ -79315,7 +80450,7 @@ function __ZNSt3__110__function6__funcIZN4wasm12RegisterPassINS2_11MergeBlocksEE function __ZN6cashew12ValueBuilder8makeNullEv() { var i1 = 0; - i1 = __ZN6cashew5Arena5allocEv(38760) | 0; + i1 = __ZN6cashew5Arena5allocEv(38784) | 0; __ZN6cashew5Value4freeEv(i1); HEAP32[i1 >> 2] = 3; return i1 | 0; @@ -79323,7 +80458,7 @@ function __ZN6cashew12ValueBuilder8makeNullEv() { function ___errno_location() { var i1 = 0; - if (!(HEAP32[9709] | 0)) i1 = 38880; else { + if (!(HEAP32[9715] | 0)) i1 = 38904; else { i1 = (_pthread_self() | 0) + 64 | 0; i1 = HEAP32[i1 >> 2] | 0; } @@ -79433,7 +80568,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, 28586, 215, 14965); + if ((HEAP32[i1 >> 2] | 0) == 1) return i1 + 8 | 0; else ___assert_fail(14954, 28612, 215, 14965); return 0; } @@ -79513,7 +80648,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, 28586, 211, 14938); + if (!(HEAP32[i1 >> 2] | 0)) return i1 + 8 | 0; else ___assert_fail(14927, 28612, 211, 14938); return 0; } @@ -79582,8 +80717,8 @@ function b0(i1, i2, i3, i4, i5, i6, i7) { function __ZNSt3__16locale2id6__initEv(i1) { i1 = i1 | 0; var i2 = 0; - i2 = HEAP32[10111] | 0; - HEAP32[10111] = i2 + 1; + i2 = HEAP32[10117] | 0; + HEAP32[10117] = i2 + 1; HEAP32[i1 + 4 >> 2] = i2 + 1; return; } @@ -79637,7 +80772,7 @@ function __ZZN4wasm10Expression5printERNSt3__113basic_ostreamIcNS1_11char_traits function __ZN6cashew12ValueBuilder12makeRawArrayEi(i1) { i1 = i1 | 0; - return __ZN6cashew5Value8setArrayEj(__ZN6cashew5Arena5allocEv(38760) | 0, i1) | 0; + return __ZN6cashew5Value8setArrayEj(__ZN6cashew5Arena5allocEv(38784) | 0, i1) | 0; } function _wcslen(i2) { @@ -79898,6 +81033,14 @@ 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); @@ -79905,7 +81048,7 @@ function __ZThn8_NSt3__114basic_iostreamIcNS_11char_traitsIcEEED1Ev(i1) { } function __GLOBAL__sub_I_RemoveUnusedNames_cpp() { - __ZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC2EPKcS4_(44376, 25664, 25684); + __ZN4wasm12RegisterPassINS_17RemoveUnusedNamesEEC2EPKcS4_(44400, 25690, 25710); return; } @@ -79926,20 +81069,12 @@ function __ZNSt3__17codecvtIwc11__mbstate_tED0Ev(i1) { function __ZNKSt3__121__basic_string_commonILb1EE20__throw_out_of_rangeEv(i1) { i1 = i1 | 0; - ___assert_fail(31978, 31875, 1175, 34806); + ___assert_fail(32004, 31901, 1175, 34832); } function __ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv(i1) { i1 = i1 | 0; - ___assert_fail(31846, 31875, 1164, 34762); -} - -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; + ___assert_fail(31872, 31901, 1164, 34788); } function __ZNKSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_EEFvvEE11target_typeEv(i1) { @@ -79954,18 +81089,18 @@ function __ZN6Colors15outputColorCodeERNSt3__113basic_ostreamIcNS0_11char_traits } function __GLOBAL__sub_I_RemoveUnusedBrs_cpp() { - __ZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC2EPKcS4_(44375, 24930, 24948); + __ZN4wasm12RegisterPassINS_15RemoveUnusedBrsEEC2EPKcS4_(44399, 24956, 24974); return; } function __ZNKSt3__120__vector_base_commonILb1EE20__throw_out_of_rangeEv(i1) { i1 = i1 | 0; - ___assert_fail(34783, 34659, 314, 34806); + ___assert_fail(34809, 34685, 314, 34832); } function __ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv(i1) { i1 = i1 | 0; - ___assert_fail(34636, 34659, 303, 34762); + ___assert_fail(34662, 34685, 303, 34788); } function b13(i1, i2, i3, i4, i5, i6) { @@ -79985,12 +81120,12 @@ function __ZNSt3__110__function6__funcIZ16load_s_expr2wasmE3__4NS_9allocatorIS2_ } function __GLOBAL__sub_I_SimplifyLocals_cpp() { - __ZN4wasm12RegisterPassINS_14SimplifyLocalsEEC2EPKcS4_(44378, 27163, 27179); + __ZN4wasm12RegisterPassINS_14SimplifyLocalsEEC2EPKcS4_(44402, 27189, 27205); return; } function __GLOBAL__sub_I_PostEmscripten_cpp() { - __ZN4wasm12RegisterPassINS_14PostEmscriptenEEC2EPKcS4_(44377, 26399, 26415); + __ZN4wasm12RegisterPassINS_14PostEmscriptenEEC2EPKcS4_(44401, 26425, 26441); return; } @@ -80001,6 +81136,14 @@ 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; @@ -80008,9 +81151,9 @@ function __ZNSt3__16localeD2Ev(i1) { } function __ZNSt3__16locale5__imp12make_classicEv() { - __ZNSt3__16locale5__impC2Ej(37896, 1); - HEAP32[10565] = 37896; - return 42260; + __ZNSt3__16locale5__impC2Ej(37920, 1); + HEAP32[10571] = 37920; + return 42284; } function __ZN4wasm12isUInteger32Ed(d1) { @@ -80024,14 +81167,6 @@ 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); @@ -80072,7 +81207,7 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_17RemoveUnus } function __GLOBAL__sub_I_MergeBlocks_cpp() { - __ZN4wasm12RegisterPassINS_11MergeBlocksEEC2EPKcS4_(44374, 24228, 24241); + __ZN4wasm12RegisterPassINS_11MergeBlocksEEC2EPKcS4_(44398, 24254, 24267); return; } @@ -80121,7 +81256,7 @@ function _mbrlen(i2, i1, i3) { i2 = i2 | 0; i1 = i1 | 0; i3 = i3 | 0; - return _mbrtowc(0, i2, i1, i3 | 0 ? i3 : 38888) | 0; + return _mbrtowc(0, i2, i1, i3 | 0 ? i3 : 38912) | 0; } function __ZNSt3__18time_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEED0Ev(i1) { @@ -80207,7 +81342,7 @@ function __ZN4wasm11WasmVisitorINS_11ChildWalkerINS_10WasmWalkerINS_14PostEmscri function __GLOBAL__I_000101() { __ZNSt3__18ios_base4InitC2Ev(0); - ___cxa_atexit(191, 46452, ___dso_handle | 0) | 0; + ___cxa_atexit(191, 46476, ___dso_handle | 0) | 0; return; } @@ -80332,11 +81467,12 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_14PostEmscriptenEvEEED0Ev(i1) return; } -function _do_read_421(i2, i1, i3) { - i2 = i2 | 0; +function _strncpy(i1, i3, i2) { i1 = i1 | 0; i3 = i3 | 0; - return ___string_read(i2, i1, i3) | 0; + i2 = i2 | 0; + ___stpncpy(i1, i3, i2) | 0; + return i1 | 0; } function __ZZN4wasm15Asm2WasmBuilder8optimizeEvEN19BlockBreakOptimizerD0Ev(i1) { @@ -80353,8 +81489,8 @@ function __ZN4wasm11ChildWalkerINS_10WasmWalkerINS_11MergeBlocksEvEEED0Ev(i1) { function __ZSt15get_new_handlerv() { var i1 = 0; - i1 = HEAP32[10590] | 0; - HEAP32[10590] = i1 + 0; + i1 = HEAP32[10596] | 0; + HEAP32[10596] = i1 + 0; return i1 | 0; } @@ -80393,6 +81529,13 @@ 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; @@ -80472,13 +81615,6 @@ 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_17(i3, i2, 2)); -} - function b12(i1, i2, i3, i4) { i1 = i1 | 0; i2 = i2 | 0; @@ -80523,6 +81659,13 @@ 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; @@ -80598,13 +81741,7 @@ function __ZN4wasm10WalkerPassINS_10WasmWalkerINS_14PostEmscriptenEvEEED2Ev(i1) return; } -function _cleanup_435(i1) { - i1 = i1 | 0; - if (!(HEAP32[i1 + 68 >> 2] | 0)) ___unlockfile(i1); - return; -} - -function _cleanup_418(i1) { +function _cleanup_357(i1) { i1 = i1 | 0; if (!(HEAP32[i1 + 68 >> 2] | 0)) ___unlockfile(i1); return; @@ -80642,6 +81779,12 @@ function establishStackSpace(i1, i2) { STACK_MAX = i2; } +function _cleanup(i1) { + i1 = i1 | 0; + if (!(HEAP32[i1 + 68 >> 2] | 0)) ___unlockfile(i1); + return; +} + function __ZNKSt3__110moneypunctIwLb1EE16do_thousands_sepEv(i1) { i1 = i1 | 0; return 2147483647; @@ -80872,18 +82015,6 @@ function b1(i1, i2, i3) { return 0; } -function _strtof(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - return +(+_strtox_17(i2, i1, 0)); -} - -function _strtod(i2, i1) { - i2 = i2 | 0; - i1 = i1 | 0; - return +(+_strtox_17(i2, i1, 1)); -} - function __ZNSt3__110__function6__baseIFPN4wasm4PassEvEED2Ev(i1) { i1 = i1 | 0; return; @@ -80909,6 +82040,18 @@ 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; @@ -81143,12 +82286,12 @@ function __ZNSt3__114__shared_countD2Ev(i1) { function __ZNKSt9exception4whatEv(i1) { i1 = i1 | 0; - return 35347; + return 35373; } function __ZNKSt9bad_alloc4whatEv(i1) { i1 = i1 | 0; - return 35332; + return 35358; } function dynCall_v(i1) { @@ -81281,11 +82424,11 @@ function _nan(i1) { } function ___ctype_toupper_loc() { - return 4732; + return 6272; } function ___ctype_tolower_loc() { - return 6272; + return 4728; } function getTempRet0() { @@ -81302,7 +82445,7 @@ function b4(i1) { } function ___ctype_b_loc() { - return 4728; + return 6268; } function b10() { @@ -81311,7 +82454,7 @@ function b10() { // EMSCRIPTEN_END_FUNCS var FUNCTION_TABLE_iiiiiiii = [b0,__ZNKSt3__18time_putIcNS_19ostreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_putES4_RNS_8ios_baseEcPK2tmcc,__ZNKSt3__18time_putIwNS_19ostreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_putES4_RNS_8ios_baseEwPK2tmcc,__ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_bRNS_8ios_baseERjRe,__ZNKSt3__19money_getIcNS_19istreambuf_iteratorIcNS_11char_traitsIcEEEEE6do_getES4_S4_bRNS_8ios_baseERjRNS_12basic_stringIcS3_NS_9allocatorIcEEEE,__ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_bRNS_8ios_baseERjRe,__ZNKSt3__19money_getIwNS_19istreambuf_iteratorIwNS_11char_traitsIwEEEEE6do_getES4_S4_bRNS_8ios_baseERjRNS_12basic_stringIwS3_NS_9allocatorIwEEEE,b0]; -var FUNCTION_TABLE_iiii = [b1,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6setbufEPci,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsgetnEPci,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsputnEPKci,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj,___stdio_write,___stdio_seek,___stdout_write,___stdio_read,_sn_write,__ZNSt3__111__stdoutbufIcE6xsputnEPKci,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6setbufEPwi,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsgetnEPwi,__ZNSt3__115basic_streambufIwNS_11char_traitsIwEEE6xsputnEPKwi,__ZNSt3__111__stdoutbufIwE6xsputnEPKwi,__ZNKSt3__17collateIcE7do_hashEPKcS3_,__ZNKSt3__17collateIwE7do_hashEPKwS3_,__ZNKSt3__18messagesIcE7do_openERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNS_6localeE,__ZNKSt3__18messagesIwE7do_openERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEERKNS_6localeE,__ZNKSt3__15ctypeIcE10do_toupperEPcPKc,__ZNKSt3__15ctypeIcE10do_tolowerEPcPKc,__ZNKSt3__15ctypeIcE9do_narrowEcc,__ZNKSt3__15ctypeIwE5do_isEtw,__ZNKSt3__15ctypeIwE10do_toupperEPwPKw,__ZNKSt3__15ctypeIwE10do_tolowerEPwPKw,__ZNKSt3__15ctypeIwE9do_narrowEwc,__ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoERPv,_do_read_421 +var FUNCTION_TABLE_iiii = [b1,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6setbufEPci,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsgetnEPci,__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6xsputnEPKci,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__2NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj,__ZNSt3__110__function6__funcIZN4wasm15Asm2WasmBuilder15processFunctionEN6cashew3RefEE3__3NS_9allocatorIS6_EEFPNS2_10ExpressionES5_jEEclEOS5_Oj,___stdio_read,___stdio_seek,___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 ,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]; @@ -81321,7 +82464,7 @@ var FUNCTION_TABLE_vi = [b4,__ZN4wasm11WasmVisitorIZNS_15Asm2WasmBuilder8optimiz ,__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_418,_cleanup_435,__ZNSt3__18ios_base4InitD2Ev,__ZNSt3__16locale2id6__initEv,__ZNSt3__117__call_once_proxyINS_5tupleIJNS_12_GLOBAL__N_111__fake_bindEEEEEEvPv,___cxx_global_array_dtor,___cxx_global_array_dtor_61,___cxx_global_array_dtor_109,__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev,___cxx_global_array_dtor_46,___cxx_global_array_dtor_85,___cxx_global_array_dtor_112,__ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev,__ZNSt3__112__do_nothingEPv,_free,__ZN10__cxxabiv112_GLOBAL__N_19destruct_EPv,b4,b4,b4,b4 +,__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 ,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 @@ -81423,8 +82566,6 @@ dependenciesFulfilled = function runCaller() { if (!Module["calledRun"]) dependenciesFulfilled = runCaller; }; Module["callMain"] = Module.callMain = function callMain(args) { - assert(runDependencies == 0, "cannot call main when async dependencies remain! (listen on __ATMAIN__)"); - assert(__ATPRERUN__.length == 0, "cannot call main when preRun functions remain to be called"); args = args || []; ensureInitRuntime(); var argc = args.length + 1; @@ -81595,7 +82736,9 @@ function integrateWasmJS(Module) { for (var x in obj) { for (var y in obj[x]) { if (ret[y]) Module['printErr']('warning: flatten dupe: ' + y); - ret[y] = obj[x][y]; + if (typeof obj[x][y] === 'function') { + ret[y] = obj[x][y]; + } } } return ret; @@ -81640,21 +82783,27 @@ function integrateWasmJS(Module) { } } - if (typeof WASM === 'object') { + if (typeof WASM === 'object' || typeof wasmEval === 'function') { // Provide an "asm.js function" for the application, called to "link" the asm.js module. We instantiate // the wasm module at that time, and it receives imports and provides exports and so forth, the app // doesn't need to care that it is wasm and not asm. Module['asm'] = function(global, env, providedBuffer) { // Load the wasm module var binary = Module['readBinary'](Module['wasmCodeFile']); - // Create an instance of the module using native support in the JS engine. - var instance = WASM.instantiateModule(binary, flatten({ // XXX for now, flatten the imports + var importObj = { "global.Math": global.Math, "env": env, "asm2wasm": asm2wasmImports - })); - + }; + var instance; + if (typeof WASM === 'object') { + instance = WASM.instantiateModule(binary, flatten(importObj)); + } else if (typeof wasmEval === 'function') { + instance = wasmEval(binary.buffer, importObj); + } else { + throw 'how to wasm?'; + } mergeMemory(instance.memory); applyMappedGlobals(); |