[Webkit-unassigned] [Bug 169040] Class Proxy can't be extended

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 17 14:49:22 PDT 2017


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

--- Comment #7 from Saam Barati <sbarati at apple.com> ---
I suspect this is a bug in ProxyObject, but I'm not 100% sure.
It's weird, because this is the result:

```
class A extends (new Proxy(function(){}, {})) { };
A.__proto__ === Proxy.__proto__ === Function.prototype
```

-- 
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/20170417/1239410a/attachment.html>


More information about the webkit-unassigned mailing list