()
| 1819 | 'JS engine does not provide full typed array support', |
| 1820 | ); |
| 1821 | function preRun() { |
| 1822 | if (Module['preRun']) { |
| 1823 | if (typeof Module['preRun'] == 'function') |
| 1824 | Module['preRun'] = [Module['preRun']]; |
| 1825 | while (Module['preRun'].length) { |
| 1826 | addOnPreRun(Module['preRun'].shift()); |
| 1827 | } |
| 1828 | } |
| 1829 | consumedModuleProp('preRun'); |
| 1830 | callRuntimeCallbacks(onPreRuns); |
| 1831 | } |
| 1832 | function initRuntime() { |
| 1833 | assert(!runtimeInitialized); |
| 1834 | runtimeInitialized = true; |
no test coverage detected