MCPcopy Create free account
hub / github.com/GoogleChrome/samples / postRun

Function postRun

mkbitmap/mkbitmap.js:542–553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

540}
541
542function postRun() {
543 checkStackCookie();
544
545 if (Module['postRun']) {
546 if (typeof Module['postRun'] == 'function') Module['postRun'] = [Module['postRun']];
547 while (Module['postRun'].length) {
548 addOnPostRun(Module['postRun'].shift());
549 }
550 }
551
552 callRuntimeCallbacks(__ATPOSTRUN__);
553}
554
555function addOnPreRun(cb) {
556 __ATPRERUN__.unshift(cb);

Callers 1

mkbitmap.jsFile · 0.70

Calls 3

checkStackCookieFunction · 0.85
addOnPostRunFunction · 0.70
callRuntimeCallbacksFunction · 0.70

Tested by

no test coverage detected