[Webkit-unassigned] [Bug 198630] Three checks are missing in Proxy internal methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 6 19:54:37 PDT 2019


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

--- Comment #7 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 371547
  --> https://bugs.webkit.org/attachment.cgi?id=371547
Patch

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

> Source/JavaScriptCore/runtime/ProxyObject.cpp:666
> +        bool targetIsExtensible = target->isExtensible(exec);

Since this is observable, I was asking for a test where you assert that this happens and with the proper ordering. (e.g, you can observe this when "target" is another proxy)

-- 
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/20190607/af561166/attachment.html>


More information about the webkit-unassigned mailing list