Skip to content

src: pass only `Isolate*` and `env_vars` to `EnabledDebugList::Parse()`

The function doesn't require access to the entire Environment object, so this change just passes what it needs.

Addresses this TODO - https://github.com/nodejs/node/blob/71691e53d601a4cf3eab3b33cebe4cc9f50c8470/src/env.cc#L372-L374

Signed-off-by: Darshan Sen raisinten@gmail.com

cc @joyeecheung @nodejs/cpp-reviewers

Merge request reports

Loading