Open
Description
Refs: #46203
We should probably formulate a strategy on NODE_OPTIONS vis-a-vis V8 options because there are tons of them. Adding them haphazardly is, let's say, suboptimal.
Right now what we do is simply adding no-op options for these to our own option parser with kAllowedInEnvvar
and pass them down to V8 to make them available to NODE_OPTIONS
. We might want a different approach for that.
Metadata
Metadata
Assignees
Labels
No labels