MCPcopy
hub / github.com/opentrace/opentrace / preRun

Function preRun

ui/public/lbug_wasm_worker.js:1821–1831  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

runFunction · 0.85

Calls 3

addOnPreRunFunction · 0.85
consumedModulePropFunction · 0.85
callRuntimeCallbacksFunction · 0.85

Tested by

no test coverage detected