MCPcopy Create free account
hub / github.com/sql-js/sql.js / doRun

Function doRun

js/sql-debug.js:403725–403740  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

403723 if (Module['calledRun']) return; // run may have just been called through dependencies being fulfilled just in this very frame
403724
403725 function doRun() {
403726 if (Module['calledRun']) return; // run may have just been called while the async setStatus time below was happening
403727 Module['calledRun'] = true;
403728
403729 if (ABORT) return;
403730
403731 ensureInitRuntime();
403732
403733 preMain();
403734
403735
403736 if (Module['onRuntimeInitialized']) Module['onRuntimeInitialized']();
403737
403738
403739 postRun();
403740 }
403741
403742 if (Module['setStatus']) {
403743 Module['setStatus']('Running...');

Callers 1

runFunction · 0.70

Calls 3

ensureInitRuntimeFunction · 0.70
preMainFunction · 0.70
postRunFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…