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

Limit the special case in the [[Set]] algorithm to [OverrideBuiltins] interfaces #715

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 16, 2019

  1. Limit the special case in the [[Set]] algorithm to [OverrideBuiltins]…

    … interfaces
    
    This is the case where it makes most sense, since the prototype chain can't
    shadow any properties.
    
    This change does not affect normal usage; it is only detectable by messing with
    the prototype of the object.
    
    The majority of implementations (Gecko and Chrome) already follow the proposed
    change; WebKit follows the existing spec.
    
    Fixes #630.
    Ms2ger committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    67cf388 View commit details
    Browse the repository at this point in the history