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

Function callRuntimeCallbacks

mkbitmap/mkbitmap.js:1043–1048  ·  view source on GitHub ↗
(callbacks)

Source from the content-addressed store, hash-verified

1041 }
1042
1043 function callRuntimeCallbacks(callbacks) {
1044 while (callbacks.length > 0) {
1045 // Pass the module as the first argument.
1046 callbacks.shift()(Module);
1047 }
1048 }
1049
1050
1051 /**

Callers 4

preRunFunction · 0.70
initRuntimeFunction · 0.70
preMainFunction · 0.70
postRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected