-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update Object.getOwnPropertyDescriptors
with spec changes
#1342
Labels
Comments
@ljharb double not intentional or typo? That is to clarify, you are saying it should be stored on the returned descriptors object? fyi @jordonwii |
Typo, sorry - updated.
|
@ljharb cool @jordonwii want to take this? |
@ianwjhalliday Yep - it should be a straightforward change. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per tc39/ecma262#593 - if the result of
[[GetOwnPropertyDescriptor]]
is undefined, it should not be stored on the returned descriptors object.The text was updated successfully, but these errors were encountered: