You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm dealing with some errors, but from the V8 side, I got a way to get the flags.
I was considering creating a macro that runs the AddOption function or something like that. In the meantime, I will debug why flags are becoming random chars, but using printf usually works.
Refs: #46203
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 toNODE_OPTIONS
. We might want a different approach for that.The text was updated successfully, but these errors were encountered: