pub fn install(ctx: &Ctx<'_>, caps: &ScriptCaps, cwd: &str) -> Result<()>Expand description
Install globalThis.process. Called once per session (the values
are session-stable: env comes from resolved config, the
monotonic clock anchors at session start).