| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 30897d9 commit a135c0a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -847,11 +847,6 @@ static ExitCode InitializeNodeWithArgsInternal( | |||
| 847 | 847 | // is security relevant, for Node it's less important. | |
| 848 | 848 | V8::SetFlagsFromString("--no-freeze-flags-after-init"); | |
| 849 | 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 | 850 | #if defined(NODE_V8_OPTIONS) | |
| 856 | 851 | // Should come before the call to V8::SetFlagsFromCommandLine() | |
| 857 | 852 | // so the user can disable a flag --foo at run-time by passing | |
| Back | FazBrowse Home | New Git URL |
0 commit comments