Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable freezing V8 flags on initialization #141

Merged

Commits on Jun 10, 2022

  1. Disable freezing V8 flags on initialization

    Node still changes flags after initializationg; either because tests
    need to set their own flags (which V8 tests also still allow), or
    because it's explicitly requested via the "v8.setFlagsFromString" method
    that Node provides.
    backes committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    91a26cf View commit details
    Browse the repository at this point in the history