You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JS first calls ownKeys and then looks at the property descriptors to see
if the key is enumerable.
So we need to forward the descriptors as well for this to work.
0 commit comments