()
| 509 | } |
| 510 | |
| 511 | function preRun() { |
| 512 | if (Module['preRun']) { |
| 513 | if (typeof Module['preRun'] == 'function') Module['preRun'] = [Module['preRun']]; |
| 514 | while (Module['preRun'].length) { |
| 515 | addOnPreRun(Module['preRun'].shift()); |
| 516 | } |
| 517 | } |
| 518 | callRuntimeCallbacks(__ATPRERUN__); |
| 519 | } |
| 520 | |
| 521 | function initRuntime() { |
| 522 | assert(!runtimeInitialized); |
no test coverage detected