()
| 1167 | } |
| 1168 | |
| 1169 | function exitRuntime() { |
| 1170 | callRuntimeCallbacks(__ATEXIT__); |
| 1171 | } |
| 1172 | |
| 1173 | function postRun() { |
| 1174 | // compatibility - merge in anything from Module['postRun'] at this time |
no test coverage detected
searching dependent graphs…