MCPcopy Index your code
hub / github.com/nodejs/node / markBootstrapComplete

Function markBootstrapComplete

lib/internal/process/pre_execution.js:778–780  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

776}
777
778function markBootstrapComplete() {
779 internalBinding('performance').markBootstrapComplete();
780}
781
782// Sequence number for diagnostic filenames
783let sequenceNumOfheapSnapshot = 0;

Callers 12

run_main_module.jsFile · 0.85
print_help.jsFile · 0.85
check_syntax.jsFile · 0.85
eval_string.jsFile · 0.85
prof_process.jsFile · 0.85
worker_thread.jsFile · 0.85
test_runner.jsFile · 0.85
repl.jsFile · 0.85
watch_mode.jsFile · 0.85
inspect.jsFile · 0.85
eval_stdin.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…