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

Function initRuntime

mkbitmap/mkbitmap.js:521–534  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

519}
520
521function initRuntime() {
522 assert(!runtimeInitialized);
523 runtimeInitialized = true;
524
525 checkStackCookie();
526
527
528if (!Module["noFSInit"] && !FS.init.initialized)
529 FS.init();
530FS.ignorePermissions = false;
531
532TTY.init();
533 callRuntimeCallbacks(__ATINIT__);
534}
535
536function preMain() {
537 checkStackCookie();

Callers 1

mkbitmap.jsFile · 0.70

Calls 3

checkStackCookieFunction · 0.85
assertFunction · 0.70
callRuntimeCallbacksFunction · 0.70

Tested by

no test coverage detected