[Webkit-unassigned] [Bug 176810] for..in on a Proxy loops over non enumerable properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 09:01:56 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=176810

--- Comment #4 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 351389
  --> https://bugs.webkit.org/attachment.cgi?id=351389
Fix for bug

View in context: https://bugs.webkit.org/attachment.cgi?id=351389&action=review

> Source/JavaScriptCore/runtime/ProxyObject.cpp:952
> +            bool isPropertyDefined = target->getOwnPropertyDescriptor(exec, ident.impl(), descriptor);

Is this actually what the spec says to do? This is observable behavior

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181002/f399f19a/attachment-0001.html>


More information about the webkit-unassigned mailing list