process: patch more process properties during pre-execution by joyeecheung · Pull Request #26517 · nodejs/node (original) (raw)

process: delay process.argv[0] and process.argv0 handling

Since these depends on process runtime states, delay them until
pre-execution.

process: create legacy process properties during pre-execution

Shim legacy process object properties of CLI options during
pre-execution instead of serializing them during bootstrap.

Checklist