MCPcopy Create free account
hub / github.com/nodejs/node / ensureInitRuntime

Function ensureInitRuntime

deps/v8/test/mjsunit/asm/embenchen/copy.js:1159–1163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1157}
1158
1159function ensureInitRuntime() {
1160 if (runtimeInitialized) return;
1161 runtimeInitialized = true;
1162 callRuntimeCallbacks(__ATINIT__);
1163}
1164
1165function preMain() {
1166 callRuntimeCallbacks(__ATMAIN__);

Callers 2

copy.jsFile · 0.70
doRunFunction · 0.70

Calls 1

callRuntimeCallbacksFunction · 0.70

Tested by

no test coverage detected