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

Prevent getEnumerableOwnPropertySymbols from throwing when target.propertyIsEnumerable is undefined #252

Merged
merged 1 commit into from Jan 30, 2023

Conversation

wildlyinaccurate
Copy link
Contributor

@wildlyinaccurate wildlyinaccurate commented Sep 5, 2022

This changeset prevents getEnumerableOwnPropertySymbols() from throwing when target.propertyIsEnumerable is undefined. It follows the same convention of Object.propertyIsEnumerable.call(target, key) that is used a few lines below.

@TehShrike TehShrike merged commit 4eb9cac into TehShrike:master Jan 30, 2023
@TehShrike
Copy link
Owner

Published as 4.3.0

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.

None yet

2 participants