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

src: prevent changing FunctionTemplateInfo after publish #46979

Merged

Commits on Mar 30, 2023

  1. src: prevent changing FunctionTemplateInfo after publish

    Refs https://chromium-review.googlesource.com/c/v8/v8/+/2718147
    
    Fixes an issue where Node.js tries to call SetClassName on a
    FunctionTemplate twice in some cases. The above CL made it so that
    V8 CHECKs when this occurs. It is fixed by ensuring SetClassName
    is only called once.
    codebytere committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    37947e7 View commit details
    Browse the repository at this point in the history