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

change for a deprecated method: SetNamedPropertyHandler() to SetHandler() #9062

Closed
wants to merge 1 commit into from

Commits on Oct 27, 2016

  1. src: replace SetNamedPropertyHandler() with SetHandler()

    The changes introdcued here replace the deprecated
    v8 method SetNamedPropertyHandler() to SetHandler()
    in node.cc.
    Prior to refactoring, the method defined callbacks
    when accessing object properties defined by Strings
    and not Symbols.
    test/parallel/test-v8-interceptStrings-not-Symbols.js
    demonstrates that this behaviour remained unchanged
    after refactoring.
    AnnaMag committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    9c397a0 View commit details
    Browse the repository at this point in the history