()
| 1773 | Object.defineProperty(Module, sym, { |
| 1774 | configurable: true, |
| 1775 | get() { |
| 1776 | var msg = `class="st">'${sym}' was not exported. add it to EXPORTED_RUNTIME_METHODS (see the Emscripten FAQ)`; |
| 1777 | if (isExportedByForceFilesystem(sym)) { |
| 1778 | msg += |
| 1779 | class="st">'. Alternatively, forcing filesystem support (-sFORCE_FILESYSTEM) can export this for you'; |
| 1780 | } |
| 1781 | abort(msg); |
| 1782 | }, |
| 1783 | }); |
| 1784 | } |
| 1785 | } |
no test coverage detected