(id)
| 1400 | } |
| 1401 | |
| 1402 | function addRunDependency(id) { |
| 1403 | runDependencies++; |
| 1404 | if (Module['monitorRunDependencies']) { |
| 1405 | Module['monitorRunDependencies'](runDependencies); |
| 1406 | } |
| 1407 | } |
| 1408 | Module["addRunDependency"] = addRunDependency; |
| 1409 | |
| 1410 | function removeRunDependency(id) { |
no outgoing calls
no test coverage detected
searching dependent graphs…