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

Implement [LegacyLenientSetter] and fix [LegacyLenientThis] #210

Merged
merged 1 commit into from
Apr 26, 2020

Conversation

domenic
Copy link
Member

@domenic domenic commented Apr 26, 2020

For [LegacyLenientThis], this fixes an issue where it would still try to get the impl value, even when the thisArg did not pass the is() check, resulting in a TypeError.

This also adds test coverage for [LegacyLenientThis] and [Replaceable], as part of #207.


This was originally #209 but that PR was sent from an organization and thus not acceptable for this project.

For [LegacyLenientThis], this fixes an issue where it would still try to get the impl value, even when the thisArg did not pass the is() check, resulting in a TypeError.

This also adds test coverage for [LegacyLenientThis] and [Replaceable], as part of #207.
@domenic domenic merged commit 96a008e into master Apr 26, 2020
@domenic domenic deleted the lenientstuff branch April 26, 2020 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants