()
| 1677 | } |
| 1678 | var isFileURI = (filename) => filename.startsWith('file://'); |
| 1679 | function writeStackCookie() { |
| 1680 | var max = _emscripten_stack_get_end(); |
| 1681 | assert((max & 3) == 0); |
| 1682 | if (max == 0) { |
| 1683 | max += 4; |
| 1684 | } |
| 1685 | HEAPU32[(max >>> 2) >>> 0] = 34821223; |
| 1686 | HEAPU32[((max + 4) >>> 2) >>> 0] = 2310721022; |
| 1687 | HEAPU32[(0 >>> 2) >>> 0] = 1668509029; |
| 1688 | } |
| 1689 | function checkStackCookie() { |
| 1690 | if (ABORT) return; |
| 1691 | var max = _emscripten_stack_get_end(); |
no test coverage detected