()
| 8342 | removeRunDependency('memory initializer'); |
| 8343 | } |
| 8344 | function doBrowserLoad() { |
| 8345 | Module['readAsync'](memoryInitializer, applyMemoryInitializer, function() { |
| 8346 | throw 'could not load memory initializer ' + memoryInitializer; |
| 8347 | }); |
| 8348 | } |
| 8349 | if (Module['memoryInitializerRequest']) { |
| 8350 | // a network request has already been created, just use that |
| 8351 | function useRequest() { |
no outgoing calls
no test coverage detected