We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442b416 commit 69efb81Copy full SHA for 69efb81
src/node.cc
@@ -845,6 +845,10 @@ static ExitCode InitializeNodeWithArgsInternal(
845
// is security relevant, for Node it's less important.
846
V8::SetFlagsFromString("--no-freeze-flags-after-init");
847
848
+ // These features are completed and enabled by default in Chrome, but not
849
+ // in V8.
850
+ V8::SetFlagsFromString("--js-explicit-resource-management");
851
+
852
#if defined(NODE_V8_OPTIONS)
853
// Should come before the call to V8::SetFlagsFromCommandLine()
854
// so the user can disable a flag --foo at run-time by passing
0 commit comments