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: Remove unnecessary call to SetHiddenPrototype in contextify #16554

Closed
wants to merge 1 commit into from

Commits on Oct 27, 2017

  1. src: remove unnecessary call to SetHiddenPrototype in contextify

    Currently the template for the global object is explicitly marked as
    hidden. This is unnecessary since the global object is automatically
    marked as hidden by V8. Getting rid of this call gets rid of the last
    use of SetHiddenPrototype.
    verwaest committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    9a640d9 View commit details
    Browse the repository at this point in the history