RESOLVED CONFIGURATION CHANGED 215348
Custom Accessor/value/getter/setter functions when viaProxy can pass in the wrapped proxy instead of the target
https://bugs.webkit.org/show_bug.cgi?id=215348
Summary Custom Accessor/value/getter/setter functions when viaProxy can pass in the w...
Saam Barati
Reported 2020-08-10 16:47:37 PDT
For example, our C++ runtime calls the customs with the wrapped Proxy, not the target of the proxy. Only our ICs do the unwrapping. Seems error prone to have two ways of calling these functions
Attachments
Radar WebKit Bug Importer
Comment 1 2020-08-17 16:48:15 PDT
Saam Barati
Comment 2 2020-08-21 10:39:50 PDT
I fixed this in my original patch to support put by id over JSProxy
Note You need to log in before you can comment on or make changes to this bug.