Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
src: remove unneeded explicit V8 flags
  • Loading branch information
targos committed May 8, 2025
commit fa6d943642b5b3ad98bf94d80f84991e8674417b
5 changes: 0 additions & 5 deletions src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -845,11 +845,6 @@ static ExitCode InitializeNodeWithArgsInternal(
// is security relevant, for Node it's less important.
V8::SetFlagsFromString("--no-freeze-flags-after-init");

// These features are completed and enabled by default in Chrome, but not
// in V8.
V8::SetFlagsFromString("--js-explicit-resource-management");
V8::SetFlagsFromString("--js-float16array");

#if defined(NODE_V8_OPTIONS)
// Should come before the call to V8::SetFlagsFromCommandLine()
// so the user can disable a flag --foo at run-time by passing
Expand Down
Loading