node/lib/internal/bootstrap
Joyee Cheung 38aa7cc7c7
src: get embedder options on-demand
Only query embedder options when they are needed so that the bootstrap
remains as stateless as possible so that the bootstrap snapshot is
controlled solely by configure options, and subsequent runtime changes
should be done in pre-execution.

PR-URL: https://github.com/nodejs/node/pull/40357
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Shelley Vohr <shelley.vohr@gmail.com>
2021-10-16 10:03:50 +08:00
..
switches bootstrap: call _undestroy() inside _destroy for stdout and stderr 2021-08-11 15:27:50 +02:00
environment.js process: run RunBootstrapping in CreateEnvironment 2019-04-03 08:46:03 +08:00
loaders.js lib: add tsconfig for code completions 2021-04-08 08:35:09 -05:00
node.js lib: add structuredClone() global 2021-08-28 08:55:01 -07:00
pre_execution.js src: get embedder options on-demand 2021-10-16 10:03:50 +08:00