| 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. |
nothing calls this directly
no test coverage detected