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 30897d9 commit a135c0aCopy full SHA for a135c0a
src/node.cc
@@ -847,11 +847,6 @@ static ExitCode InitializeNodeWithArgsInternal(
847
// is security relevant, for Node it's less important.
848
V8::SetFlagsFromString("--no-freeze-flags-after-init");
849
850
- // These features are completed and enabled by default in Chrome, but not
851
- // in V8.
852
- V8::SetFlagsFromString("--js-explicit-resource-management");
853
- V8::SetFlagsFromString("--js-float16array");
854
-
855
#if defined(NODE_V8_OPTIONS)
856
// Should come before the call to V8::SetFlagsFromCommandLine()
857
// so the user can disable a flag --foo at run-time by passing
0 commit comments