MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / AsyncScriptLoaded

Function AsyncScriptLoaded

test/pthread/test_pthread_run_script.c:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void AsyncScriptLoaded() {
26 printf("async script load succeeded!\n");
27 TestAsyncRunScript();
28}
29
30void AsyncScriptFailed() {
31 printf("async script load failed!\n");

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
TestAsyncRunScriptFunction · 0.85

Tested by

no test coverage detected