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

explicitly invoke [[HasOwnProperty]], [[GetProperyOf]], etc. more often #42

Closed
heycam opened this issue Feb 3, 2015 · 1 comment
Closed
Labels
☕☕☕ difficulty:hard Excruciating ⌛⌛ duration:medium Shouldn't be too long to fix editorial Changes that do not affect how the standard is understood.

Comments

@heycam
Copy link
Collaborator

heycam commented Feb 3, 2015

There are many instances in the spec where it says something like "If O has an own property with name P, then ...". Given proxies, we really should be invoking [[HasOwnProperty]] here explicitly, because we'll want to be clear that the proxy handler is invoked. (And it's not really clear whether a proxy has "real" own properties anyway.)

@annevk
Copy link
Member

annevk commented Apr 30, 2020

As discussed in #601 this is not the behavior we want.

@annevk annevk closed this as completed Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☕☕☕ difficulty:hard Excruciating ⌛⌛ duration:medium Shouldn't be too long to fix editorial Changes that do not affect how the standard is understood.
Development

Successfully merging a pull request may close this issue.

3 participants