MCPcopy Index your code
hub / github.com/nodejs/node / realm.js

File realm.js

lib/internal/bootstrap/realm.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// This file is executed in every realm that is created by Node.js, including
2// the context of main thread, worker threads, and ShadowRealms.
3// Only per-realm internal states and bindings should be bootstrapped in this
4// file and no globals should be exposed to the user code.

Callers

nothing calls this directly

Calls 5

StringClass · 0.85
requireBuiltinFunction · 0.85
setupPrepareStackTraceFunction · 0.85
hasMethod · 0.65
filterMethod · 0.65

Tested by

no test coverage detected